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

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

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

.hero_floor {
  background-color: #ce3450;
  width: 100%;
  height: 25%;
  position: absolute;
  inset: auto 0% 0%;
}

.chara_hero {
  height: 47%;
  position: absolute;
  inset: auto auto 9%;
}

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

.hero_tori {
  height: 76%;
  position: absolute;
  inset: auto auto 18%;
}

.hero_bg {
  background-image: linear-gradient(#0000, #fa3c5f 87%), url('../images/wave.png');
  background-position: 0 0, 0 100%;
  background-size: auto, auto 85%;
  width: 100%;
  height: 75%;
  position: absolute;
  inset: 0% 0% auto;
}

.div-block {
  background-color: #d8b7e9;
  border: 3px solid #000;
  border-bottom-width: 8px;
  border-radius: 100px;
  width: 1500px;
  height: 80px;
  margin-top: 30px;
  padding: 7.5px;
  position: absolute;
  inset: 0% auto auto;
}

.div-block-2 {
  background-color: #f0d2ff;
  border-radius: 100px;
  width: 100%;
  height: 100%;
}

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

.hero_grass_left {
  width: 45%;
  height: auto;
  position: absolute;
  inset: auto auto 0% 0%;
}

.hero_grass_right {
  width: 45%;
  position: absolute;
  inset: auto 0% 0% auto;
}

.header {
  z-index: 50;
  background-color: #ff395e;
  border: 3px solid #000;
  border-bottom-width: 8px;
  border-radius: 100px;
  width: auto;
  height: auto;
  margin-top: 30px;
  padding: 8px;
  position: absolute;
  inset: auto auto 3%;
}

.header_in {
  background-color: #bb042f;
  border-radius: 100px;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: auto;
  padding: 5px 30px;
  display: flex;
}

.hero_link {
  background-color: #0000;
  margin-left: 0;
  margin-right: 0;
  padding: 0;
  font-family: Japanese Robot, Impact, sans-serif;
  font-size: 20px;
}

.hero_link:hover {
  color: #ff82a0;
}

.menu_dot {
  background-color: #f7406b;
  width: 8px;
  height: 8px;
  margin-left: 20px;
  margin-right: 20px;
  transform: rotate(45deg);
}

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

.tg {
  background-color: #f52354;
  background-image: url('../images/telegram.svg');
  background-position: 33%;
  background-repeat: no-repeat;
  background-size: auto;
  border: 2px solid #000;
  border-bottom-width: 5px;
  border-radius: 11px;
  width: 45px;
  height: 45px;
  margin-left: 10px;
  padding: 0;
}

.tg:hover {
  border-top-width: 5px;
  border-bottom-width: 2px;
}

.block_socials {
  justify-content: center;
  align-items: center;
  margin-left: 0;
  display: flex;
}

.x {
  background-color: #f52354;
  background-image: url('../images/twitter.svg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: 100%;
  border: 2px solid #000;
  border-bottom-width: 5px;
  border-radius: 11px;
  width: 45px;
  height: 45px;
  margin-left: 0;
  padding: 0;
}

.x:hover {
  border-top-width: 5px;
  border-bottom-width: 2px;
}

.section_ca {
  background-color: #ff1641;
  border-top: 5px solid #000;
  border-bottom: 12px solid #000;
  width: 100%;
  height: 150px;
  padding-top: 15px;
  padding-bottom: 15px;
}

.block_ca {
  background-color: #90001c;
  border-top: 5px solid #d10c33;
  border-bottom: 5px solid #d10c33;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 100%;
  display: flex;
}

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

.h1 {
  color: #083b52;
  text-align: center;
  font-family: Japanese Robot, Impact, sans-serif;
  font-size: 125px;
  line-height: 95px;
  position: relative;
}

.block {
  background-color: #ff1441;
  border: 5px solid #000;
  border-right-width: 13px;
  border-radius: 20px;
  width: 800px;
  height: auto;
  margin-top: 50px;
  padding: 15px;
  position: relative;
  transform: skew(0deg);
}

.block_para_in {
  background-color: #90001c;
  border-bottom: 5px solid #ff99ad;
  border-radius: 12px;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 100%;
  padding: 65px 25px 158px;
  display: flex;
}

.para {
  color: #fff;
  text-align: center;
  margin-bottom: 0;
  font-family: Maladroit, Impact, sans-serif;
  font-size: 26px;
  line-height: 37px;
}

.chara_about {
  z-index: 1;
  height: 650px;
  margin-top: -206px;
  position: relative;
}

.image-2 {
  width: 80%;
  margin-top: -218px;
  position: static;
}

.clouds {
  justify-content: center;
  align-items: center;
  margin-top: -186px;
  display: flex;
  position: relative;
}

.cloud_left {
  height: 200px;
}

.cloud_right {
  height: 200px;
  margin-left: -20px;
}

.wave_bg {
  background-image: url('../images/wave.svg');
  background-position: 0 0;
  background-size: auto 100%;
  width: 100%;
  height: 700px;
  position: absolute;
  inset: auto 0% 0%;
}

.separator {
  background-color: #ff1641;
  border-top: 5px solid #000;
  border-bottom: 12px solid #000;
  width: 100%;
  height: 150px;
  margin-top: 54px;
  padding-top: 15px;
  padding-bottom: 15px;
  position: relative;
  transform: skew(0deg, -4deg);
}

.separator_in {
  background-color: #90001c;
  border-top: 5px solid #d10c33;
  border-bottom: 5px solid #d10c33;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 100%;
  display: flex;
}

.section_tokenomics {
  background-color: #3ebaf0;
  background-image: linear-gradient(#3ebaf0, #0000 76%), url('../images/wave2.png');
  background-position: 0 0, 0 0;
  background-size: auto, auto;
  flex-flow: column;
  justify-content: flex-start;
  align-items: center;
  width: 100%;
  height: auto;
  padding-top: 125px;
  padding-bottom: 0;
  display: flex;
}

.block_tokenomics {
  background-color: #90001c;
  border-bottom: 5px solid #ff99ad;
  border-radius: 12px;
  flex-flow: column;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 100%;
  padding: 50px 25px 35px;
  display: flex;
}

.tokenomics_details {
  background-color: #660014;
  border-bottom: 3px solid #b91031;
  border-radius: 100px;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 65px;
  margin-bottom: 15px;
  display: flex;
}

.h2 {
  color: #fff;
  font-family: Maladroit, Impact, sans-serif;
  font-size: 22px;
  line-height: 22px;
}

.chara_tokenomics {
  height: 450px;
  margin-top: -32px;
  position: relative;
}

.block2 {
  background-color: #ff1441;
  border: 5px solid #000;
  border-right-width: 13px;
  border-radius: 20px;
  width: 800px;
  height: auto;
  margin-top: -106px;
  padding: 15px;
  position: relative;
  transform: skew(0deg);
}

.chara_katana {
  z-index: 3;
  height: 600px;
  margin-top: 0;
  margin-left: 0;
  position: relative;
}

.separator_2 {
  background-color: #ff1641;
  border-top: 5px solid #000;
  border-bottom: 12px solid #000;
  width: 100%;
  height: 150px;
  margin-top: -339px;
  padding-top: 15px;
  padding-bottom: 15px;
  position: relative;
  transform: skew(0deg, -4deg);
}

.grass_how {
  background-color: #fb3c5f;
  width: 100%;
  height: 250px;
  position: relative;
  transform: skew(0deg, -4deg);
}

.grass {
  background-image: url('../images/hero_grass_1.svg');
  background-position: 0 0;
  background-size: auto 100%;
  width: 100%;
  height: 150px;
  transform: rotate(180deg);
}

.section_how {
  background-color: #fb3c5f;
  background-image: linear-gradient(#f93c5f 30%, #fa3c5f8c), url('../images/wave.png');
  background-position: 0 0, 0 0;
  background-size: auto, auto;
  flex-flow: column;
  justify-content: flex-start;
  align-items: center;
  width: 100%;
  height: auto;
  margin-top: -200px;
  padding-top: 195px;
  padding-bottom: 0;
  display: flex;
}

.h3 {
  color: #550816;
  text-align: center;
  font-family: Japanese Robot, Impact, sans-serif;
  font-size: 125px;
  line-height: 95px;
  position: relative;
}

.block_3 {
  background-color: #ff1441;
  border: 5px solid #000;
  border-top-width: 13px;
  border-radius: 20px;
  width: auto;
  height: auto;
  margin-top: 0;
  margin-left: 15px;
  margin-right: 15px;
  padding: 15px;
  position: relative;
  transform: skew(0deg);
}

.block_how {
  background-color: #90001c;
  border-bottom: 5px solid #ff99ad;
  border-radius: 12px;
  flex-flow: column;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 100%;
  padding: 15px;
  display: flex;
}

.how_details {
  background-color: #660014;
  border-bottom: 3px solid #b91031;
  border-radius: 13px;
  justify-content: center;
  align-items: center;
  width: 400px;
  height: 400px;
  margin-bottom: 0;
  padding: 25px;
  display: flex;
}

.how_text {
  color: #fff;
  text-align: center;
  margin-bottom: 0;
  font-family: Maladroit, Impact, sans-serif;
  font-size: 22px;
  line-height: 30px;
}

.block_howto {
  justify-content: center;
  align-items: center;
  margin-top: 30px;
  display: flex;
}

.block_left {
  background-color: #ff1441;
  border: 5px solid #000;
  border-left-width: 13px;
  border-radius: 20px;
  width: auto;
  height: auto;
  margin-top: 0;
  margin-left: 15px;
  margin-right: 15px;
  padding: 15px;
  position: relative;
  transform: skew(0deg);
}

.block_right {
  background-color: #ff1441;
  border: 5px solid #000;
  border-right-width: 13px;
  border-radius: 20px;
  width: auto;
  height: auto;
  margin-top: 0;
  margin-left: 15px;
  margin-right: 15px;
  padding: 15px;
  position: relative;
  transform: skew(0deg);
}

.blocks_how {
  margin-top: 40px;
}

.div-block-7 {
  background-image: url('../images/wave2.svg');
  background-position: 100% 0;
  background-size: auto 100%;
  width: 100%;
  height: 800px;
  margin-top: -700px;
}

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

.bear {
  z-index: 8;
  height: 450px;
  margin-bottom: -298px;
  margin-right: 100px;
  position: relative;
}

.how_grass {
  background-image: url('../images/grass2.svg');
  background-position: 100% 100%;
  background-repeat: repeat-x;
  background-size: auto 100%;
  width: 100%;
  height: 300px;
  margin-top: -103px;
  position: static;
  inset: auto;
}

.div-block-8 {
  background-color: #fa3c5f;
  background-image: linear-gradient(#fa3c5f94, #fa3c5f94), url('../images/wave.png');
  background-position: 0 0, 100% 100%;
  background-size: auto, auto 800px;
  width: 100%;
  height: 1000px;
}

.section_join {
  background-color: #ff1641;
  border-top: 5px solid #000;
  border-bottom: 12px solid #000;
  width: 100%;
  height: auto;
  padding-top: 15px;
  padding-bottom: 15px;
}

.join_in {
  background-color: #90001c;
  border-top: 10px solid #d10c33;
  border-bottom: 10px solid #d10c33;
  flex-flow: column;
  justify-content: flex-start;
  align-items: center;
  width: 100%;
  height: 100%;
  padding-bottom: 50px;
  display: flex;
}

.chara_join {
  height: 550px;
  margin-top: -184px;
}

.div-block-9 {
  background-color: #ff005c;
  border-bottom: 8px solid #000;
  border-radius: 100px;
  width: 650px;
  height: auto;
  margin-top: 50px;
  padding: 10px;
}

.block_socials_footer {
  background-color: #0000;
  border-radius: 100px;
  justify-content: center;
  align-items: center;
  width: auto;
  height: auto;
  margin-top: 25px;
  padding: 0;
  display: flex;
}

.social_footer {
  background-color: #ff005c;
  background-image: url('../images/telegram.svg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: auto;
  border: 2px solid #000;
  border-bottom-width: 5px;
  border-radius: 8px;
  width: 50px;
  height: 53px;
  margin-left: 10px;
  margin-right: 10px;
  position: static;
}

.social_footer:hover {
  border-top: 5px solid #000;
  border-bottom-width: 0;
}

.social_footer.x {
  background-image: url('../images/twitter.svg');
  background-size: 110%;
  margin-left: 10px;
  margin-right: 10px;
  position: static;
}

.social_footer.dex {
  background-image: url('../images/dextools.svg');
  background-size: 65%;
  margin-left: 10px;
  margin-right: 10px;
  position: static;
}

.social_footer.uni {
  background-image: url('../images/uniswap.svg');
  background-size: 110%;
  margin-left: 10px;
  margin-right: 10px;
  position: static;
}

.block_para {
  justify-content: center;
  align-items: center;
  width: 900px;
  margin-top: 30px;
  margin-bottom: 69px;
  display: flex;
  position: relative;
}

.para2 {
  color: #fff;
  text-align: center;
  margin-bottom: 0;
  font-family: Maladroit, Impact, sans-serif;
  font-size: 26px;
  line-height: 37px;
}

.block_para2 {
  justify-content: center;
  align-items: center;
  width: 900px;
  margin-top: 72px;
  margin-bottom: 76px;
  display: flex;
  position: relative;
}

.block_para_3 {
  justify-content: center;
  align-items: center;
  width: 900px;
  margin-top: 102px;
  margin-bottom: -25px;
  display: flex;
  position: relative;
}

.dextools {
  background-color: #f52354;
  background-image: url('../images/dextools.svg');
  background-position: 45%;
  background-repeat: no-repeat;
  background-size: auto 82%;
  border: 2px solid #000;
  border-bottom-width: 5px;
  border-radius: 11px;
  width: 45px;
  height: 45px;
  margin-left: 10px;
  padding: 0;
}

.dextools:hover {
  border-top-width: 5px;
  border-bottom-width: 2px;
}

@media screen and (max-width: 991px) {
  .hero_floor {
    height: 40%;
  }

  .chara_hero {
    width: 550px;
    height: auto;
    margin-bottom: 166px;
    inset: auto auto 0%;
  }

  .logo {
    width: auto;
    height: 120px;
    margin-top: 50px;
    inset: 0% auto auto;
  }

  .hero_tori {
    width: 90%;
    height: auto;
    bottom: 34%;
  }

  .hero_grass {
    bottom: 39%;
  }

  .links {
    display: none;
  }

  .h1 {
    font-size: 100px;
  }

  .block {
    width: 90%;
  }

  .chara_about {
    height: 550px;
  }

  .clouds {
    margin-top: -133px;
  }

  .cloud_left, .cloud_right {
    height: 150px;
  }

  .block2 {
    width: 90%;
  }

  .chara_katana {
    height: 400px;
  }

  .block_howto {
    flex-flow: column;
    margin-top: 0;
  }

  .block_left {
    margin: 30px 0;
  }

  .bear {
    height: 350px;
  }

  .chara_join {
    height: 400px;
  }

  .block_para, .block_para2, .block_para_3 {
    width: 90%;
  }
}

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

  .chara_hero {
    width: 400px;
    margin-bottom: 171px;
  }

  .logo {
    width: 90%;
    height: auto;
  }

  .hero_tori {
    width: 500px;
    margin-top: 145px;
    bottom: auto;
  }

  .hero_grass {
    height: 150px;
    margin-bottom: 331px;
    bottom: auto;
  }

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

  .block_para_in {
    padding-left: 15px;
    padding-right: 15px;
  }

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

  .chara_about {
    height: 450px;
  }

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

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

  .chara_tokenomics {
    height: 300px;
    margin-top: -28px;
  }

  .chara_katana {
    height: 350px;
  }

  .h3 {
    font-size: 60px;
    line-height: 60px;
  }

  .how_text {
    font-size: 18px;
  }

  .bear {
    height: 300px;
    margin-right: -4px;
  }

  .div-block-9 {
    width: 90%;
  }

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

  .block_para_3 {
    margin-top: 64px;
    margin-bottom: 70px;
  }
}

@media screen and (max-width: 479px) {
  .hero_floor {
    display: none;
  }

  .chara_hero {
    width: 90%;
  }

  .hero_tori {
    width: 250px;
    margin-top: 463px;
    display: none;
  }

  .hero_bg {
    background-size: auto, auto 50%;
    height: 100%;
  }

  .hero_grass {
    display: none;
  }

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

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

  .chara_about {
    height: 280px;
  }

  .clouds {
    margin-top: -35px;
  }

  .cloud_left, .cloud_right {
    height: 80px;
  }

  .h2 {
    text-align: center;
    line-height: 20px;
  }

  .chara_tokenomics {
    height: 200px;
    margin-top: 13px;
  }

  .block2 {
    margin-top: -42px;
  }

  .chara_katana {
    height: 200px;
  }

  .block_how {
    padding: 5px;
  }

  .how_details {
    width: auto;
    height: auto;
    padding: 10px;
  }

  .how_text {
    font-size: 16px;
  }

  .block_left {
    width: 90%;
    padding: 9px;
  }

  .block_fight {
    margin-bottom: 65px;
  }

  .bear {
    height: 150px;
  }

  .chara_join {
    height: auto;
  }

  .div-block-9 {
    width: auto;
    margin-top: 25px;
  }

  .block_socials_footer {
    flex-flow: row;
  }

  .social_footer {
    margin: 5px 10px;
  }

  .para2 {
    font-size: 16px;
  }

  .block_para_3 {
    margin-bottom: 124px;
  }

  .body {
    background-color: #fa3c5f;
  }
}


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