:root {
  --white: white;
  --black: black;
}

.body {
  background-color: #b1e3f6;
}

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

.hero_sea {
  background-image: url('../images/hero_sea.svg');
  background-position: 0 100%;
  background-repeat: repeat-x;
  background-size: auto 100%;
  width: 100%;
  height: 22%;
  position: absolute;
  inset: auto 0% 0%;
}

.hero_hill {
  height: 30%;
  position: absolute;
  inset: auto auto 0%;
}

.hero_dog {
  height: 50%;
  position: absolute;
  inset: auto auto 19%;
}

.hero_logo {
  height: 235px;
  margin-top: 80px;
  position: absolute;
  inset: 0% auto auto;
}

.hero_sun {
  height: 30%;
  margin-left: 0;
  margin-right: 0;
  position: absolute;
  inset: auto auto 7% 25%;
}

.hero_clouds {
  opacity: .5;
  flex-flow: row;
  justify-content: flex-start;
  align-items: flex-start;
  width: 200vw;
  height: 100vh;
  display: flex;
  position: absolute;
}

.clouds {
  background-image: url('../images/hero_clouds.svg');
  background-position: 50%;
  background-size: 100%;
  width: 100vw;
  height: 80%;
}

.separator {
  background-color: #b4c46e;
  border-top: 3px solid #6c7a30;
  border-bottom: 15px solid #6c7a30;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 150px;
  padding-top: 10px;
  padding-bottom: 10px;
  display: flex;
}

.separator_middle {
  background-color: #5b5e33;
  width: 100%;
  height: 100%;
  padding-top: 0;
  padding-bottom: 20px;
}

.separator_in {
  background-color: #eff0eb;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 100%;
  display: flex;
}

.socials {
  background-color: #bec2ad;
  border-bottom: 6px solid #5b5e33;
  border-radius: 7px;
  width: 55px;
  height: 55px;
  margin-left: 10px;
  margin-right: 10px;
  padding: 4px;
}

.button_links {
  background-color: #858854;
  background-image: url('../images/telegram.svg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: auto;
  border-radius: 5px;
  width: 100%;
  height: 100%;
}

.button_links:hover {
  background-color: #51542e;
}

.button_links.x {
  background-image: url('../images/twitter.svg');
  background-size: 100%;
}

.button_links.dex {
  background-image: url('../images/dextools.svg');
  background-size: 60%;
}

.button_links.uni {
  background-image: url('../images/uniswap.svg');
  background-size: 100%;
}

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

.h1 {
  color: #46948d;
  text-align: center;
  font-family: Comic Kings, sans-serif;
  font-size: 120px;
  line-height: 90px;
  position: relative;
}

.h1.h1_tokenomics {
  color: #9a866f;
  font-size: 100px;
  line-height: 100px;
  transform: rotate(-4deg);
}

.h1.h1_how {
  color: #ae9e6d;
}

.h1.h1_footer {
  color: #62a6bf;
  font-size: 100px;
  line-height: 100px;
}

.block_para {
  justify-content: center;
  align-items: center;
  width: 650px;
  margin-top: 50px;
  display: flex;
  position: relative;
}

.para {
  color: #205f5a;
  text-align: center;
  margin-bottom: 0;
  font-family: Comic Kings, sans-serif;
  font-size: 25px;
  line-height: 30px;
  transform: rotate(5deg);
}

.para.para_footer {
  color: #356c81;
  transform: none;
}

.about_ground {
  background-image: url('../images/ground.svg');
  background-position: 0 100%;
  background-repeat: repeat-x;
  background-size: auto 100%;
  height: 135px;
  position: absolute;
  inset: auto 0% 0%;
}

.pepe {
  height: 400px;
  margin-top: -14px;
  position: relative;
}

.mounts {
  background-image: url('../images/mounts.svg');
  background-position: 0 100%;
  background-repeat: repeat-x;
  background-size: auto 100%;
  height: 500px;
  position: absolute;
  inset: auto 0% 0%;
}

.separator_2 {
  background-color: #b4c46e;
  border-top: 3px solid #6c7a30;
  border-bottom: 15px solid #6c7a30;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 150px;
  padding-top: 10px;
  padding-bottom: 10px;
  display: flex;
  transform: skew(0deg, -4deg);
}

.section_tokenomics {
  background-color: #edddca;
  flex-flow: column;
  justify-content: flex-start;
  align-items: center;
  width: 100%;
  height: auto;
  padding-top: 100px;
  padding-bottom: 0;
  display: flex;
  position: static;
}

.hider {
  background-color: #b3bc94;
  justify-content: center;
  align-items: flex-end;
  height: 150px;
  margin-top: -150px;
  display: flex;
}

.hidder_bottom {
  background-color: #edddca;
  width: 100%;
  height: 50%;
}

.div-block {
  background-color: #d5c1aa;
  justify-content: center;
  align-items: flex-end;
  width: 100%;
  height: 150px;
  margin-top: 50px;
  display: none;
  position: static;
  inset: auto 0% 0%;
  transform: skew(0deg, 9deg);
}

.div-block-2 {
  background-color: #baa389;
  width: 100%;
  height: 20px;
}

.block_tokenomics {
  background-color: #b4c46e;
  border: 4px solid #6c7a30;
  border-width: 3px 4px 15px;
  border-radius: 1px;
  justify-content: center;
  align-items: center;
  width: 650px;
  height: auto;
  margin-top: 50px;
  padding: 15px;
  display: flex;
  transform: rotate(-4deg);
}

.tokenomics_details {
  background-color: #5b5e33;
  width: 100%;
  height: 100%;
  padding: 2px 3px 20px;
}

.tokenomics_list {
  background-color: #eff0eb;
  flex-flow: column;
  justify-content: flex-start;
  align-items: center;
  width: 100%;
  height: 100%;
  padding: 15px;
  display: flex;
}

.tokenomics_in {
  color: #eff0eb;
  background-color: #fff;
  border: 2px solid #9da091;
  border-bottom-width: 6px;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 55px;
  margin-bottom: 10px;
  display: flex;
}

.h2 {
  color: #6a7055;
  font-family: Comic Kings, sans-serif;
  font-size: 23px;
  line-height: 23px;
}

.floor_top {
  background-color: #9b8b78;
  border-top: 2px solid #000;
  width: 100%;
  height: 30px;
  margin-top: 175px;
}

.floor {
  background-color: #b1aaa2;
  border-top: 2px solid #000;
  border-bottom: 2px solid #000;
  justify-content: center;
  align-items: flex-end;
  width: 100%;
  height: 200px;
  display: flex;
}

.dog_tokenomics {
  height: 230%;
  margin-bottom: 50px;
  position: relative;
}

.separator_3 {
  background-color: #878078;
  border-bottom: 3px solid #000;
  height: 50px;
}

.section_how {
  background-color: #e6d8b0;
  flex-flow: column;
  justify-content: flex-start;
  align-items: center;
  width: 100%;
  height: 800px;
  padding-top: 75px;
  display: flex;
}

.section_how.h1_how {
  height: auto;
  padding-bottom: 75px;
  position: relative;
}

.how_board {
  background-color: #a37362;
  border: 3px solid #000;
  justify-content: center;
  align-items: center;
  width: 800px;
  height: 450px;
  margin-top: 50px;
  padding: 20px;
  display: flex;
}

.how_in {
  background-color: #6a9468;
  border: 3px solid #000;
  flex-flow: column;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 100%;
  padding-top: 25px;
  padding-bottom: 25px;
  display: flex;
}

.h4 {
  color: #eefaed;
  margin-bottom: 30px;
  font-family: Comic Kings, sans-serif;
  font-size: 28px;
  line-height: 28px;
}

.dog_how {
  height: 400px;
  margin-top: -182px;
  margin-bottom: 74px;
  margin-right: 350px;
  position: relative;
}

.floor_how {
  background-color: #9f9892;
  border-top: 3px solid #000;
  height: 200px;
  position: absolute;
  inset: auto 0% 0%;
}

.dog_class {
  justify-content: center;
  align-items: flex-end;
  height: 280px;
  display: flex;
  position: absolute;
  inset: auto auto 0%;
}

.dog_right {
  height: 100%;
  margin-left: 20px;
}

.dog_left {
  transform-style: preserve-3d;
  height: 100%;
  transform: rotateX(0)rotateY(-180deg)rotateZ(0);
}

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

.block_socials {
  background-color: #b4c46e;
  border: 4px solid #6c7a30;
  border-width: 3px 4px 15px;
  border-radius: 1px;
  justify-content: center;
  align-items: center;
  width: 650px;
  height: auto;
  margin-top: 50px;
  padding: 15px;
  display: flex;
}

.socials_footer {
  color: #6a7055;
  background-color: #0000;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 100%;
  padding: 0;
  font-family: Comic Kings, sans-serif;
  font-size: 23px;
  line-height: 23px;
  display: flex;
}

.socials_footer:hover {
  color: #b7be9e;
}

.wall_top {
  background-color: #928c89;
  border-top: 3px solid #000;
  border-bottom: 3px solid #000;
  width: 100%;
  height: 25px;
  margin-top: 75px;
  position: relative;
}

.wall {
  background-color: #c76f49;
  border-top: 3px #000;
  border-bottom: 3px solid #000;
  width: 100%;
  height: 250px;
  margin-top: 0;
  position: relative;
}

.grass_footer {
  background-image: url('../images/grass_footer.svg');
  background-position: 0 100%;
  background-repeat: repeat-x;
  background-size: auto 100%;
  justify-content: space-between;
  align-items: flex-end;
  width: 100%;
  height: 150px;
  margin-top: -66px;
  padding: 15px;
  display: flex;
  position: relative;
}

.chara_footer {
  height: 380px;
  margin-bottom: 50px;
  position: absolute;
  inset: auto auto 0%;
}

.footer_h {
  color: #fff;
  font-family: Comic Kings, sans-serif;
  font-size: 20px;
}

.naga {
  background-color: #0000;
  padding: 0;
  font-family: Comic Kings, sans-serif;
  font-size: 20px;
}

.ca {
  color: #6a7055;
  font-family: Comic Kings, sans-serif;
  font-size: 22px;
  line-height: 22px;
}

.copy {
  background-color: #858854;
  background-image: url('../images/copy.svg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: 60%;
  border-radius: 5px;
  width: 100%;
  height: 100%;
}

.copy:hover {
  background-color: #51542e;
}

.ca_mobile {
  font-family: Comic Kings, sans-serif;
  font-size: 22px;
  line-height: 22px;
  display: none;
}

.title {
  color: #6a7055;
  font-family: Comic Kings, sans-serif;
  font-size: 30px;
  line-height: 30px;
}

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

.menu_header {
  justify-content: flex-start;
  align-items: center;
  padding-left: 25px;
  display: flex;
}

.block_buy {
  background-color: #bec2ad;
  border-bottom: 6px solid #5b5e33;
  border-radius: 7px;
  width: auto;
  height: 55px;
  margin-left: 10px;
  margin-right: 10px;
  padding: 4px;
}

.buy_button {
  background-color: #858854;
  border-radius: 5px;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 100%;
  font-family: Comic Kings, sans-serif;
  font-size: 20px;
  display: flex;
}

.buy_button:hover {
  background-color: #51542e;
}

.buy_button.x {
  background-image: url('../images/twitter.svg');
  background-size: 100%;
}

.buy_button.dex {
  background-image: url('../images/dextools.svg');
  background-size: 60%;
}

.buy_button.uni {
  background-image: url('../images/uniswap.svg');
  background-size: 100%;
}

.menu_link {
  color: #4f879c;
  background-color: #0000;
  margin-right: 35px;
  padding: 0;
  font-family: Comic Kings, sans-serif;
  font-size: 20px;
  line-height: 20px;
}

.menu_link:hover {
  color: #73c1de;
}

@media screen and (max-width: 991px) {
  .hero_sun {
    left: 8%;
  }

  .how_board {
    width: 95%;
  }

  .menu_link {
    display: none;
  }
}

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

  .hero_dog {
    height: 40%;
    bottom: 9%;
  }

  .hero_logo {
    width: 90%;
    height: auto;
    margin-top: 160px;
  }

  .hero_sun {
    bottom: 5%;
    left: auto;
  }

  .clouds {
    background-position: 100%;
    background-size: cover;
  }

  .h1 {
    font-size: 100px;
  }

  .h1.h1_tokenomics {
    font-size: 65px;
    line-height: 65px;
  }

  .h1.h1_footer {
    font-size: 90px;
    line-height: 90px;
  }

  .block_para {
    width: 90%;
  }

  .para {
    font-size: 22px;
  }

  .about_ground {
    height: 125px;
  }

  .pepe {
    height: 350px;
  }

  .block_tokenomics {
    width: 90%;
  }

  .h2 {
    text-align: center;
    font-size: 18px;
    line-height: 18px;
  }

  .dog_tokenomics {
    height: 200%;
  }

  .separator_3 {
    height: 30px;
  }

  .how_board {
    height: auto;
  }

  .h4 {
    text-align: center;
    margin-top: 15px;
    margin-bottom: 15px;
    font-size: 22px;
  }

  .dog_how {
    height: 300px;
    margin-top: -70px;
    margin-right: 100px;
  }

  .dog_class {
    height: 235px;
  }

  .block_socials {
    width: 90%;
  }

  .ca {
    display: none;
  }

  .ca_mobile {
    display: flex;
  }

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

  .header {
    justify-content: center;
  }

  .menu_header {
    display: none;
  }
}

@media screen and (max-width: 479px) {
  .hero_dog {
    height: 30%;
    bottom: 5%;
    left: 44px;
  }

  .h1 {
    font-size: 80px;
    line-height: 70px;
  }

  .h1.h1_tokenomics {
    font-size: 45px;
    line-height: 45px;
    transform: none;
  }

  .h1.h1_footer {
    font-size: 65px;
    line-height: 65px;
  }

  .para {
    font-size: 20px;
  }

  .about_ground {
    height: 70px;
  }

  .pepe {
    width: 70%;
    height: auto;
  }

  .block_tokenomics {
    transform: none;
  }

  .floor_top {
    margin-top: 40px;
  }

  .dog_tokenomics {
    height: 130%;
  }

  .how_in {
    padding-left: 10px;
    padding-right: 10px;
  }

  .h4 {
    font-size: 18px;
  }

  .dog_how {
    margin-top: -78px;
    margin-bottom: -4px;
    margin-right: 50px;
  }

  .dog_class {
    height: 170px;
  }

  .chara_footer {
    width: 80%;
    height: auto;
    margin-bottom: 78px;
  }

  .footer_h, .naga {
    font-size: 16px;
    line-height: 16px;
  }

  .ca_mobile {
    font-size: 19px;
    line-height: 19px;
  }

  .title {
    font-size: 16px;
    line-height: 16px;
  }
}


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