.body {
  background-color: #f1af07;
}

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

.hero_grass {
  background-image: url('../images/ground.png');
  background-position: 50% 0;
  background-repeat: no-repeat;
  background-size: cover;
  width: 100%;
  height: 55%;
  position: absolute;
  inset: auto 0% 0%;
}

.hero_clouds {
  opacity: .29;
  background-image: url('../images/clouds_white.svg');
  background-position: 0 100%;
  background-repeat: repeat-x;
  background-size: auto 100%;
  width: 100%;
  height: 35%;
  position: absolute;
  inset: auto 0% 0%;
}

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

.block_chara_hero {
  height: 60%;
  position: absolute;
  inset: auto auto 0%;
}

.chara_hero {
  height: 100%;
}

.chara_hero_eyes {
  position: absolute;
  inset: 0%;
}

.div-block {
  background-color: #fde7ff;
  width: 95%;
  height: 65px;
  margin-top: 50px;
  position: absolute;
  inset: 0% auto auto;
}

.hero_header {
  z-index: 50;
  justify-content: center;
  align-items: center;
  height: 80px;
  margin-top: 35px;
  display: flex;
  position: absolute;
  inset: 0% auto auto;
}

.block_button {
  background-color: #000;
  border-radius: 8px;
  margin-left: 10px;
  margin-right: 10px;
}

.chara_button {
  height: 100%;
}

.button_logo {
  color: #f27;
  cursor: pointer;
  background-color: #fff;
  border: 4px solid #000;
  border-radius: 8px;
  justify-content: center;
  align-items: center;
  width: 250px;
  height: 60px;
  padding: 0;
  font-size: 23px;
  line-height: 23px;
  display: flex;
  transform: translate(-10px, -10px);
}

.buyblock {
  background-color: #000;
  border-radius: 8px;
  margin-left: 10px;
  margin-right: 10px;
}

.menu_link {
  color: #282828;
  text-align: center;
  background-color: #0000;
  margin-left: 35px;
  margin-right: 35px;
  padding: 0;
  font-family: "Stopbuck Jr 8 Dn", sans-serif;
  font-size: 22px;
  line-height: 22px;
}

.menu_link:hover {
  color: #f27;
}

.buy_button {
  color: #fff;
  background-color: #f8d98a;
  border: 4px solid #000;
  border-radius: 8px;
  justify-content: center;
  align-items: center;
  width: 200px;
  height: 60px;
  padding: 0;
  font-family: "Stopbuck Jr 8 Dn", sans-serif;
  font-size: 23px;
  line-height: 23px;
  display: flex;
  transform: translate(-10px, -10px);
}

.menu {
  background-color: #000;
  border-radius: 8px;
  margin-left: 10px;
  margin-right: 10px;
}

.neira {
  color: #f8d98a;
  cursor: pointer;
  margin-left: 10px;
  font-family: "Stopbuck Jr 8 Dn", sans-serif;
  font-size: 25px;
  line-height: 25px;
}

.menu_hero {
  color: #000;
  background-color: #fff;
  border: 4px solid #000;
  border-radius: 8px;
  justify-content: center;
  align-items: center;
  width: auto;
  height: 60px;
  padding: 0 25px;
  font-size: 30px;
  line-height: 30px;
  display: flex;
  transform: translate(-10px, -10px);
}

.button_link {
  color: #000;
  background-color: #262626;
  background-image: url('../images/x.svg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: auto;
  border: 4px solid #000;
  border-radius: 8px;
  justify-content: center;
  align-items: center;
  width: 60px;
  height: 60px;
  padding: 4px 0 0;
  font-size: 30px;
  line-height: 30px;
  display: flex;
  transform: translate(-10px, -10px);
}

.button_link.uni {
  background-color: #f27;
  background-image: url('../assets/uniswap.svg');
  background-position: 50%;
  background-size: auto;
}

.button_link.screener {
  background-color: #262626;
  background-image: url('../assets/dex.png');
  background-position: 50%;
  background-size: 70%;
}

.button_link.tg {
  background-color: #289fd9;
  background-image: url('../images/tg.svg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: 75%;
  width: 60px;
  height: 60px;
}

.button_link.dextools {
  background-color: #05a3c9;
  background-image: url('../images/dextools.svg');
  background-position: 50%;
  background-size: 60%;
  padding-top: 0;
}

.block_socials {
  background-color: #0000;
  border: 4px #000;
  border-radius: 8px;
  justify-content: center;
  align-items: center;
  height: auto;
  margin: 15px;
  padding-left: 0;
  padding-right: 0;
  display: flex;
  position: absolute;
  inset: auto 0% 0% auto;
}

.button_socials {
  justify-content: center;
  align-items: center;
  margin-top: 0;
  display: flex;
}

.button_links {
  background-color: #000;
  border-radius: 8px;
  margin-left: 20px;
  margin-right: 0;
}

.copy {
  background-color: #000;
  border-radius: 8px;
  margin: 15px 15px 15px 25px;
  position: absolute;
  inset: auto auto 0% 0%;
}

.block_neira {
  background-image: linear-gradient(#0000 39%, #201a17);
  position: absolute;
  inset: 0%;
}

.block_h1 {
  margin-bottom: 50px;
}

.neira_small {
  height: 250px;
  margin-right: 40px;
}

.about_img {
  background-color: #ffb461;
  border: 1px solid #0000;
  border-radius: 20px;
  justify-content: center;
  align-items: center;
  width: 420px;
  height: 420px;
  margin-left: 50px;
  margin-right: 50px;
  display: flex;
  position: relative;
}

.about_img:hover {
  background-color: #a86697;
  border: 1px solid #a9a9a9;
}

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

.h2 {
  color: #f8d98a;
  text-align: center;
  margin-top: -52px;
  font-family: "Stopbuck Jr 8 Dn", sans-serif;
  font-size: 70px;
  line-height: 70px;
  position: relative;
}

.paragraph {
  color: #9a9897;
  margin-top: 15px;
  margin-bottom: 0;
  font-family: Changa One, Impact, sans-serif;
  font-size: 30px;
  line-height: 33px;
}

.image-3 {
  height: 90%;
  margin-right: 0;
  position: absolute;
}

.neira_about {
  justify-content: center;
  align-items: center;
  display: flex;
  position: relative;
}

.about_step, .about_step-2 {
  justify-content: center;
  align-items: center;
  margin-top: 0;
  margin-bottom: 5px;
  display: flex;
}

.about_para {
  background-color: #0000;
  flex-flow: column;
  justify-content: center;
  align-items: flex-start;
  width: 420px;
  height: 420px;
  margin-left: 50px;
  margin-right: 50px;
  display: flex;
}

.image-2 {
  height: 75%;
  position: absolute;
  inset: auto;
}

.dog1 {
  height: 75%;
  margin-left: 15px;
}

.about_mobile {
  justify-content: center;
  align-items: center;
  margin-top: 0;
  margin-bottom: 5px;
  display: none;
}

.h3 {
  color: #f8d98a;
  font-family: "Stopbuck Jr 8 Dn", sans-serif;
  font-size: 45px;
  line-height: 45px;
}

.step {
  color: #000;
  background-color: #f8d98a;
  border: 4px solid #000;
  border-radius: 8px;
  justify-content: center;
  align-items: center;
  width: 75px;
  height: 75px;
  padding: 4px 0 0;
  font-family: "Stopbuck Jr 8 Dn", sans-serif;
  font-size: 30px;
  line-height: 30px;
  display: flex;
  transform: translate(-10px, -10px);
}

.how_button {
  background-color: #000;
  border-radius: 8px;
  margin-left: 10px;
  margin-right: 10px;
  position: absolute;
  inset: -18% auto auto;
}

.block_title {
  color: #fff;
  -webkit-text-stroke-width: 2px;
  -webkit-text-stroke-color: black;
  font-family: "Stopbuck Jr 8 Dn", sans-serif;
  font-size: 35px;
  line-height: 35px;
}

.h4 {
  color: #fff;
  -webkit-text-stroke-width: 3px;
  -webkit-text-stroke-color: black;
  margin-top: 0;
  font-family: "Stopbuck Jr 8 Dn", sans-serif;
  font-size: 70px;
  line-height: 70px;
  position: relative;
}

.tokenomics-details {
  background-color: #000;
  border-radius: 8px;
  margin-bottom: 25px;
  margin-left: 10px;
  margin-right: 10px;
}

.dog_footer {
  pointer-events: none;
  height: 300px;
  position: absolute;
  inset: auto auto 0%;
}

.h5 {
  color: #f8d98a;
  -webkit-text-stroke-width: 5px;
  -webkit-text-stroke-color: black;
  margin-top: 0;
  font-family: "Stopbuck Jr 8 Dn", sans-serif;
  font-size: 80px;
  line-height: 100px;
  position: relative;
}

.block_how {
  flex-flow: wrap;
  justify-content: center;
  align-items: center;
  margin-top: 110px;
  display: flex;
}

.details {
  color: #000;
  background-color: #f8d98a;
  border: 4px solid #000;
  border-radius: 8px;
  justify-content: center;
  align-items: center;
  width: 650px;
  height: 75px;
  padding: 0;
  font-family: "Stopbuck Jr 8 Dn", sans-serif;
  font-size: 30px;
  line-height: 30px;
  display: flex;
  transform: translate(-10px, -10px);
}

.how_block {
  background-color: #000;
  border-radius: 8px;
  margin-bottom: 80px;
  margin-left: 10px;
  margin-right: 10px;
}

.how_details {
  color: #000;
  background-color: #eaeee6;
  border: 4px solid #000;
  border-radius: 8px;
  flex-flow: column;
  justify-content: center;
  align-items: center;
  width: 500px;
  height: auto;
  padding: 40px 25px;
  font-size: 30px;
  line-height: 30px;
  display: flex;
  position: relative;
  transform: translate(-10px, -10px);
}

.how_details:hover {
  background-color: #f8d98a;
}

.para2 {
  text-align: center;
  margin-top: 25px;
  margin-bottom: 0;
  font-family: Open Sans, sans-serif;
  font-size: 20px;
  font-weight: 400;
  line-height: 25px;
}

.ca {
  color: #000;
  background-color: #eaeee6;
  border: 4px solid #000;
  border-radius: 8px;
  justify-content: center;
  align-items: center;
  width: 650px;
  height: 75px;
  padding: 0;
  font-family: "Stopbuck Jr 8 Dn", sans-serif;
  font-size: 30px;
  line-height: 30px;
  display: flex;
  transform: translate(-10px, -10px);
}

.separator, .footer {
  width: 100vw;
}

.block_ca {
  background-color: #000;
  border-radius: 8px;
  margin-left: 10px;
  margin-right: 10px;
}

.section_how {
  background-image: url('../images/pattern.png');
  background-position: 0 0;
  background-size: auto;
  flex-flow: column;
  justify-content: flex-start;
  align-items: center;
  width: 100%;
  height: auto;
  display: flex;
  position: relative;
}

@media screen and (max-width: 991px) {
  .logo {
    width: 90%;
    height: auto;
  }

  .hero_header {
    justify-content: space-between;
    width: 100%;
    padding-left: 15px;
    padding-right: 15px;
  }

  .menu {
    display: none;
  }

  .about_step {
    flex-flow: wrap;
    display: flex;
  }

  .about_step-2 {
    flex-flow: wrap;
    display: none;
  }

  .about_mobile {
    flex-flow: wrap;
    display: flex;
  }

  .dog_footer {
    margin-top: -44px;
    position: relative;
  }

  .footer {
    position: absolute;
    inset: auto 0% 0%;
  }

  .section_how {
    padding-bottom: 0;
  }
}

@media screen and (max-width: 767px) {
  .button_logo {
    width: 150px;
    height: 50px;
  }

  .buy_button {
    width: 150px;
    height: 50px;
    font-size: 20px;
    line-height: 20px;
  }

  .neira {
    margin-left: 0;
    font-size: 20px;
    line-height: 20px;
  }

  .button_link, .button_link.uni, .button_link.screener, .button_link.tg, .button_link.dextools {
    width: 50px;
    height: 50px;
  }

  .block_socials {
    height: 50px;
  }

  .block_title {
    text-align: center;
  }

  .tokenomics-details, .block_how {
    width: 90%;
  }

  .details {
    width: 100%;
  }

  .how_block {
    width: 100%;
    margin-left: 0;
    margin-right: 0;
  }

  .how_details, .ca {
    width: 100%;
  }

  .block_ca {
    width: 90%;
  }
}

@media screen and (max-width: 479px) {
  .logo {
    top: auto;
  }

  .block_chara_hero {
    width: auto;
    height: 45%;
  }

  .hero_header {
    flex-flow: column;
    height: auto;
    margin-top: 9px;
  }

  .block_button {
    margin-top: 13px;
  }

  .buyblock {
    margin-top: 13px;
    display: flex;
  }

  .button_link {
    width: 50px;
    height: 50px;
  }

  .button_link.uni, .button_link.screener {
    width: 35px;
    height: 35px;
  }

  .button_link.tg {
    padding-top: 0;
  }

  .button_link.dextools {
    width: 50px;
    height: 50px;
  }

  .block_socials {
    inset: 22% auto auto;
  }

  .button_socials {
    margin-right: 10px;
  }

  .copy {
    margin: 0;
    display: flex;
    inset: 36% auto auto;
  }

  .about_img {
    width: 300px;
    height: 300px;
    margin-top: 50px;
  }

  .h2 {
    text-align: center;
  }

  .about_step {
    width: 100%;
    margin-top: 50px;
  }

  .about_para {
    text-align: center;
    justify-content: center;
    align-items: center;
    width: 90%;
    height: auto;
  }

  .about_mobile {
    width: 100%;
    margin-top: 50px;
  }

  .how_button {
    top: -13%;
  }

  .h4 {
    font-size: 50px;
    line-height: 50px;
  }

  .details {
    font-size: 20px;
    line-height: 20px;
  }
}


@font-face {
  font-family: 'Stopbuck Jr 8 Dn';
  src: url('../fonts/Stopbuck.otf') format('opentype');
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}