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

.body {
  background-color: #b93327;
}

.section_hero {
  background-image: linear-gradient(#b93327, #d03e27);
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 100vh;
  display: flex;
  position: relative;
}

.hero_lines_b {
  background-image: url('../images/hero_line.svg');
  background-position: 50%;
  background-repeat: repeat-x;
  background-size: auto 100%;
  height: 35px;
  margin-bottom: 25px;
  position: absolute;
  inset: auto 0% 0%;
}

.hero_line_t {
  background-image: url('../images/hero_line.svg');
  background-position: 50%;
  background-repeat: repeat-x;
  background-size: auto 100%;
  height: 35px;
  margin-top: 25px;
  margin-bottom: 0;
  position: absolute;
  inset: 0% 0% auto;
}

.chara_hero {
  height: 61%;
  margin-right: 50px;
  position: absolute;
  inset: auto auto 0%;
}

.logo_hero {
  height: 35%;
  position: absolute;
  inset: 20% auto auto;
}

.menu {
  background-color: #8d2011;
  border-top: 3px solid #b12817;
  border-bottom: 8px solid #b22817;
  justify-content: space-between;
  align-items: center;
  width: 100%;
  height: 80px;
  padding-left: 15px;
  padding-right: 15px;
  display: flex;
  position: absolute;
  inset: auto 0% 16%;
}

.socials_hero {
  color: #ffcd9a;
  background-color: #d83f2a;
  border: 2px solid #511007;
  border-bottom-width: 5px;
  border-radius: 6px;
  justify-content: center;
  align-items: center;
  width: 150px;
  height: 72%;
  padding: 3px 0 0;
  font-family: Japanese Robot, sans-serif;
  font-size: 18px;
  line-height: 18px;
  display: flex;
}

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

.menu_left {
  justify-content: flex-start;
  align-items: center;
  height: 100%;
  display: flex;
}

.menu_right {
  justify-content: flex-end;
  align-items: center;
  height: 100%;
  display: flex;
}

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

.ca_middle {
  background-color: #af220e;
  border-top: 3px solid #af220e;
  width: 100%;
  height: 100%;
  padding-top: 10px;
  padding-bottom: 10px;
}

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

.ca {
  color: #ffcd9a;
  font-family: Japanese Robot, sans-serif;
  font-size: 20px;
}

.copy {
  background-color: #d83f2a;
  background-image: url('../images/copy.svg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: 60%;
  border: 2px solid #000;
  border-bottom-width: 5px;
  border-radius: 3px;
  width: 45px;
  height: 47px;
  margin-left: 15px;
  padding: 0;
}

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

.section_about {
  background-image: linear-gradient(#b93327, #cf3d27);
  flex-flow: column;
  justify-content: flex-start;
  align-items: center;
  width: 100%;
  height: auto;
  padding-top: 90px;
  display: flex;
  position: relative;
}

.h1 {
  color: #ffb973;
  text-align: center;
  font-family: Bento, sans-serif;
  font-size: 150px;
  line-height: 100px;
  position: relative;
}

.block_para {
  background-color: #af2917;
  border: 2px solid #000;
  border-bottom-width: 8px;
  border-radius: 20px;
  flex-flow: row;
  justify-content: center;
  align-items: center;
  width: 650px;
  height: auto;
  margin-top: 50px;
  padding: 15px;
  display: flex;
  position: relative;
}

.para_in {
  background-color: #ffdebd;
  border: 3px #ffdebd;
  border-radius: 20px;
  flex-flow: column;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 100%;
  padding: 50px 30px;
  display: flex;
}

.para {
  text-align: center;
  margin-bottom: 0;
  font-family: Japanese Robot, sans-serif;
  font-size: 23px;
  line-height: 25px;
}

.about_line_t {
  opacity: .2;
  background-image: url('../images/hero_line.svg');
  background-position: 50%;
  background-repeat: repeat-x;
  background-size: auto 100%;
  height: 35px;
  margin-top: 25px;
  margin-bottom: 0;
  position: absolute;
  inset: 0% 0% auto;
}

.chara_about {
  height: 550px;
  margin-top: -66px;
  position: relative;
}

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

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

.about_lines {
  background-image: url('../images/hero_line.svg');
  background-position: 50%;
  background-repeat: repeat-x;
  background-size: auto 100%;
  height: 50px;
  margin-bottom: 25px;
  position: absolute;
  inset: 42% 0% 50%;
}

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

.para_2_in {
  background-color: #ffdebd;
  border: 3px #ffdebd;
  border-radius: 20px;
  flex-flow: column;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 100%;
  padding: 25px 30px;
  display: flex;
}

.block_para2 {
  background-color: #af2917;
  border: 2px solid #000;
  border-top-width: 8px;
  border-radius: 20px;
  flex-flow: row;
  justify-content: center;
  align-items: center;
  width: auto;
  height: auto;
  margin-top: 0;
  margin-bottom: 15px;
  padding: 15px;
  display: flex;
  position: relative;
}

.block_how {
  width: 650px;
  padding-bottom: 75px;
  position: relative;
}

.par {
  justify-content: center;
  align-items: center;
  height: auto;
  margin-top: 50px;
  margin-bottom: 50px;
  display: flex;
}

.para2 {
  color: #fdc084;
  text-align: center;
  margin-bottom: 0;
  font-family: Japanese Robot, sans-serif;
  font-size: 23px;
  line-height: 25px;
}

.how_title {
  background-color: #b33a2a;
  border-radius: 4px;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 50px;
  margin-bottom: 25px;
  padding-top: 4px;
  display: flex;
}

.title {
  color: #ffd083;
  font-family: Japanese Robot, sans-serif;
  font-size: 25px;
  line-height: 25px;
}

.div-block-2 {
  background-color: #7c170c;
  border-radius: 20px;
  flex-flow: column;
  justify-content: flex-start;
  align-items: stretch;
  width: 650px;
  padding: 25px 25px 10px;
  display: flex;
}

.chara_tokenomics {
  height: 450px;
  margin-top: -140px;
  position: absolute;
  top: 60%;
}

.wave_top {
  background-image: url('../images/wave.svg');
  background-position: 0 100%;
  background-repeat: repeat-x;
  background-size: auto 100%;
  width: 100%;
  height: 250px;
}

.wave {
  flex-flow: column;
  justify-content: flex-start;
  align-items: center;
  width: 100%;
  height: 450px;
  display: flex;
  position: absolute;
  inset: auto 0% 0%;
}

.wave_bottom {
  background-color: #931a11;
  flex: auto;
  width: 100%;
}

.hero_lines_b_2 {
  opacity: .36;
  background-image: url('../images/hero_line.svg');
  background-position: 50%;
  background-repeat: repeat-x;
  background-size: auto 100%;
  height: 35px;
  margin-bottom: 25px;
  position: absolute;
  inset: auto 0% 0%;
}

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

.par2 {
  justify-content: center;
  align-items: center;
  width: 650px;
  height: auto;
  margin-top: 50px;
  margin-bottom: 50px;
  display: flex;
}

.socials {
  background-color: #af2917;
  border: 2px solid #000;
  border-top-width: 8px;
  border-radius: 20px;
  flex-flow: row;
  justify-content: center;
  align-items: center;
  width: 650px;
  height: auto;
  margin-top: 0;
  margin-bottom: 15px;
  padding: 15px;
  display: flex;
  position: relative;
}

.socials_footer {
  color: #ffd083;
  background-color: #b33a2a;
  border-bottom: 4px solid #000;
  border-radius: 4px;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 50px;
  margin-bottom: 10px;
  padding: 4px 0 0;
  font-family: Japanese Robot, sans-serif;
  font-size: 25px;
  line-height: 25px;
  display: flex;
}

.socials_footer:hover {
  border-top: 4px solid #000;
  border-bottom-style: none;
}

.socials_in {
  background-color: #ffdebd;
  border: 3px #ffdebd;
  border-radius: 20px;
  flex-flow: column;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 100%;
  padding: 25px 30px 15px;
  display: flex;
}

.footer {
  background-image: url('../images/hero_line.svg');
  background-position: 50%;
  background-repeat: repeat-x;
  background-size: auto 100%;
  width: 100%;
  height: 35px;
  margin-bottom: 0;
  position: static;
  inset: auto 0% 0%;
}

.div-block-3 {
  background-color: #c01d11;
  border-top: 8px solid #aa1409;
  margin-bottom: 0;
  padding-top: 25px;
  padding-bottom: 25px;
  position: absolute;
  inset: auto 0% 0%;
}

.buy {
  color: #ffcd9a;
  background-color: #d83f2a;
  border: 2px solid #511007;
  border-bottom-width: 5px;
  border-radius: 6px;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 55px;
  margin-top: 25px;
  padding: 3px 0 0;
  font-family: Japanese Robot, sans-serif;
  font-size: 22px;
  line-height: 22px;
  display: flex;
}

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

.ca_mobile {
  color: #ffcd9a;
  font-family: Japanese Robot, sans-serif;
  font-size: 20px;
  display: none;
}

.text-span {
  color: #fff;
}

.section_welcome {
  z-index: 1500;
  background-image: linear-gradient(#b93327, #d03e27);
  flex-flow: column;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 100vh;
  display: flex;
  position: fixed;
}

.logo_welcome {
  height: 150px;
  position: static;
  inset: 20% auto auto;
}

.continue {
  color: #ffcd9a;
  background-color: #d83f2a;
  border: 2px solid #511007;
  border-bottom-width: 5px;
  border-radius: 6px;
  justify-content: center;
  align-items: center;
  width: 180px;
  height: 55px;
  padding: 3px 0 0;
  font-family: Japanese Robot, sans-serif;
  font-size: 18px;
  line-height: 18px;
  display: flex;
  position: absolute;
  inset: auto auto 13%;
}

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

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

  .chara_tokenomics {
    height: 350px;
  }

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

@media screen and (max-width: 767px) {
  .chara_hero {
    pointer-events: none;
    width: 80%;
    height: auto;
    margin-right: 0;
  }

  .ca {
    display: none;
  }

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

  .block_para {
    width: 90%;
  }

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

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

  .block_how {
    flex-flow: column;
    justify-content: flex-start;
    align-items: center;
    width: 90%;
    display: flex;
  }

  .par {
    width: 90%;
  }

  .how_title {
    height: 45px;
    padding-left: 10px;
    padding-right: 10px;
  }

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

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

  .chara_tokenomics {
    height: 300px;
  }

  .par2,
  .socials {
    width: 90%;
  }

  .ca_mobile {
    display: flex;
  }
}

@media screen and (max-width: 479px) {
  .menu {
    bottom: 47%;
  }

  .socials_hero {
    width: 120px;
    font-size: 16px;
    line-height: 16px;
  }

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

  .para {
    font-size: 18px;
  }

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

  .chara_tokenomics {
    width: 80%;
    height: auto;
  }

  .continue {
    width: 120px;
    font-size: 16px;
    line-height: 16px;
  }
}


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

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