@font-face {
  font-family: Maladroit;
  src: url('../fonts/Maladroit.ttf') format("truetype");
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}

.section_hero {
  background-color: #feeef3;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 100vh;
  display: flex;
  position: relative;
}

.hero_floor {
  background-color: #fdc1d6;
  height: 20%;
  position: absolute;
  inset: auto 0% 0%;
}

.block_chara_hero {
  height: 50%;
  position: absolute;
  inset: auto auto 8%;
}

.main_chara {
  height: 100%;
  position: relative;
}

.eyes, .speak {
  height: 100%;
  position: absolute;
  inset: 0%;
}

.speak {
  display: none;
}

.eyes_closed {
  height: 100%;
  display: block;
  position: absolute;
  inset: 0%;
}

.logo {
  height: 23%;
  position: absolute;
  inset: auto auto 53%;
}

.header {
  z-index: 100;
  justify-content: space-between;
  align-items: center;
  height: 75px;
  display: flex;
  position: absolute;
  inset: 0% 0% auto;
}

.links {
  z-index: 50;
  margin: 20px;
  position: absolute;
  inset: 0% 0% auto auto;
}

.screener {
  background-color: #faa4c1;
  background-image: url('../images/dex.png');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: auto 70%;
  border: 2px solid #ca7596;
  border-radius: 100%;
  width: 50px;
  height: 50px;
  margin-left: 7px;
}

.screener:hover {
  border-color: #fff;
}

.x {
  background-color: #faa4c1;
  background-image: url('../images/x.svg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: 89%;
  border: 2px solid #ca7596;
  border-radius: 100%;
  width: 50px;
  height: 50px;
  margin-left: 7px;
}

.x:hover {
  border-color: #fff;
}

.image {
  height: 34%;
  position: absolute;
  inset: auto -48% 12% auto;
}

.perf {
  height: 115%;
  position: absolute;
  inset: auto -47% 19% auto;
}

.bin {
  height: 42%;
  position: absolute;
  inset: auto auto 5% -60%;
}

.vape {
  height: 6%;
  position: absolute;
  inset: auto -24% -4% auto;
}

.hand {
  height: 18%;
  position: absolute;
  inset: auto 0% 9% auto;
}

.button_buy {
  background-color: #faa4c1;
  border: 2px solid #ca7596;
  border-top-width: 6px;
  border-radius: 100px;
  justify-content: center;
  align-items: center;
  width: 180px;
  height: 50px;
  margin: 0;
  font-family: Maladroit, Arial, sans-serif;
  font-size: 18px;
  line-height: 18px;
  display: flex;
}

.button_buy:hover {
  border-top-width: 2px;
  border-bottom-width: 6px;
}

.copy_button {
  background-color: #faa4c1;
  border: 2px solid #ca7596;
  border-top-width: 6px;
  border-radius: 100px;
  justify-content: center;
  align-items: center;
  width: auto;
  height: 50px;
  margin: 0 15px;
  padding: 0 15px;
  font-family: Maladroit, Arial, sans-serif;
  font-size: 18px;
  line-height: 18px;
  display: flex;
  position: absolute;
  bottom: 20px;
  left: 20px;
  cursor: pointer;
  transition: all 0.3s ease;
}

.copy_button:hover {
  border-top-width: 2px;
  border-bottom-width: 6px;
}

.copy_button_text_short {
  display: none;
}


.section_about {
  background-color: #fdc1d6;
  flex-flow: column;
  justify-content: flex-start;
  align-items: center;
  width: 100%;
  height: auto;
  padding-top: 75px;
  padding-bottom: 75px;
  display: flex;
}

.block_para {
  width: 730px;
  transform: skew(0deg, -3deg);
}

.para {
  text-align: center;
  margin-bottom: 0;
  font-family: Maladroit, Arial, sans-serif;
  font-size: 30px;
  line-height: 40px;
}

.section_gallery {
  grid-column-gap: 39px;
  grid-row-gap: 39px;
  grid-template-rows: auto auto auto auto;
  grid-template-columns: 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  width: 100%;
  max-width: 1500px;
  height: auto;
  margin-top: 100px;
  display: grid;
}

.meme, .image-2, .image-3, .image-4 {
  width: 100%;
}

.button_footer {
  background-color: #faa4c1;
  border: 2px solid #ca7596;
  border-top-width: 6px;
  border-radius: 100px;
  justify-content: center;
  align-items: center;
  width: 180px;
  height: 50px;
  margin: 50px 10px 0;
  font-family: Maladroit, Arial, sans-serif;
  font-size: 18px;
  line-height: 18px;
  display: flex;
}

.button_footer:hover {
  border-top-width: 2px;
  border-bottom-width: 6px;
}

.buttons_footer {
  justify-content: center;
  align-items: center;
  display: flex;
}

.block_buy {
  justify-content: flex-start;
  align-items: center;
  margin: 20px;
  display: flex;
}

.menu_link {
  color: #1d1d1d;
  background-color: #0000;
  margin-left: 25px;
  padding: 0;
  font-family: Maladroit, Arial, sans-serif;
  font-size: 20px;
  line-height: 20px;
}

.menu_link:hover {
  color: #ec85a9;
}

.section_welcome {
  z-index: 1000;
  background-color: #feeef3;
  flex-flow: column;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 100%;
  display: flex;
  position: fixed;
  inset: 0%;
  opacity: 1;
  transition: opacity 0.8s ease-out, transform 0.8s ease-out;
}

.section_welcome.hidden {
  opacity: 0;
  transform: translateY(-100%);
  pointer-events: none;
}

.continue {
  background-color: #faa4c1;
  border: 2px solid #ca7596;
  border-top-width: 6px;
  border-radius: 100px;
  justify-content: center;
  align-items: center;
  width: 180px;
  height: 50px;
  margin: 0;
  font-family: Maladroit, Arial, sans-serif;
  font-size: 18px;
  line-height: 18px;
  display: none;
  cursor: pointer;
  transition: all 0.3s ease;
}

.continue:hover {
  border-top-width: 2px;
  border-bottom-width: 6px;
}

.intro {
  margin-bottom: 25px;
  font-family: Maladroit, Arial, sans-serif;
  font-size: 25px;
  line-height: 25px;
  opacity: 0;
  transform: translateY(30px);
  animation: fadeInUp 1s ease-out 0.5s forwards;
}

@media screen and (max-width: 991px) {
  .block_chara_hero {
    height: 509px;
    margin-bottom: 50px;
    bottom: 0%;
  }

  .logo {
    height: 250px;
    margin-bottom: 545px;
    inset: auto auto 0%;
  }

  .hand {
    height: 164px;
  }

  .block_para {
    width: 90%;
  }

  .section_gallery {
    grid-template-rows: auto auto auto auto auto;
    grid-template-columns: 1fr;
    width: 80%;
  }
}

@media screen and (max-width: 767px) {
  .block_chara_hero {
    height: 400px;
  }

  .logo {
    height: 200px;
  }

  .block_buy {
    margin-top: 32px;
  }

  .menu_link {
    display: none;
  }

  .copy_button_text_full {
    display: none;
  }

  .copy_button_text_short {
    display: inline;
  }

}

@media screen and (max-width: 479px) {
  .block_chara_hero {
    height: 266px;
  }

  .logo {
    height: 100px;
    margin-bottom: 347px;
  }

  .header {
    flex-flow: column;
    justify-content: center;
    align-items: center;
    margin-top: 46px;
  }

  .links {
    justify-content: center;
    align-items: center;
    width: 100%;
    margin: 7px 0 0;
    display: flex;
    position: relative;
    right: auto;
  }

  .hand {
    height: 120px;
    margin-bottom: 441px;
    inset: auto 0% 0% auto;
  }

  .section_gallery {
    margin-bottom: 18px;
  }

  .button_footer {
    margin-top: 15px;
  }

  .buttons_footer {
    flex-flow: column;
    justify-content: flex-start;
    align-items: center;
  }

  .block_buy {
    margin: 0;
    position: relative;
  }

  .body {
    background-color: #feeef3;
  }

  .intro {
    text-align: center;
  }
}


@font-face {
  font-family: 'Maladroit';
  src: url('../fonts/Maladroit.ttf') format('truetype');
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}

/* Welcome Section Animations */
@keyframes fadeInUp {
  from {
    opacity: 0;
    transform: translateY(30px);
  }
  to {
    opacity: 1;
    transform: translateY(0);
  }
}

@keyframes fadeInUpScale {
  from {
    opacity: 0;
    transform: translateY(30px) scale(0.9);
  }
  to {
    opacity: 1;
    transform: translateY(0) scale(1);
  }
}

@keyframes pulse {
  0%, 100% {
    transform: scale(1);
  }
  50% {
    transform: scale(1.05);
  }
}

/* Prevent hover effects during initial animation */
.continue:not(.animation-complete):hover {
  animation: fadeInUpScale 1s ease-out 1.2s forwards;
}

/* Apply hover effect only after initial animation completes */
.continue.animation-complete:hover {
  transform: scale(1.05);
}

.loading_container {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 10px;
  margin-bottom: 25px;
}

.loading_text {
  font-family: Maladroit, Arial, sans-serif;
  font-size: 25px;
  line-height: 25px;
  color: #ca7596;
  opacity: 0;
  transform: translateY(30px);
  animation: fadeInUp 1s ease-out 0.8s forwards;
}

.loading_percentage {
  font-family: Maladroit, Arial, sans-serif;
  font-size: 30px;
  line-height: 30px;
  color: #faa4c1;
  opacity: 0;
  transform: translateY(30px);
  animation: fadeInUp 1s ease-out 1s forwards;
}