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

.section_hero {
  background-image: linear-gradient(#00eca5, #00d616);
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 100vh;
  padding-top: 0;
  display: flex;
  position: relative;
}

.hero_floor {
  background-color: #00c419;
  height: 20%;
  position: absolute;
  top: auto;
  bottom: 0%;
  left: 0%;
  right: 0%;
}

.hero_waves {
  background-image: url('../images/hero_waves.svg');
  background-position: 50% 100%;
  background-repeat: repeat-x;
  background-size: auto 100%;
  width: 100%;
  height: 50px;
  position: absolute;
  top: auto;
  bottom: 20%;
  left: 0%;
  right: 0%;
}

.hero_chara {
  z-index: 2;
  height: 70%;
  margin-right: 50px;
  position: absolute;
  top: auto;
  bottom: 0%;
  left: auto;
  right: 0%;
}

.hero_logo {
  z-index: 1;
  height: 65%;
  position: relative;
}

.hero_separator {
  background-color: #009d0f;
  height: 80px;
  padding-top: 10px;
  padding-bottom: 10px;
}

.hero_separator_in {
  background-color: #007208;
  width: 100%;
  height: 100%;
}

.section_about {
  background-image: linear-gradient(270deg, #00eca4, #00dd40);
  flex-flow: column;
  justify-content: flex-start;
  align-items: center;
  height: auto;
  padding-top: 75px;
  padding-bottom: 0;
  display: flex;
  position: relative;
}

.h1 {
  z-index: 2;
  color: #efff7f;
  -webkit-text-stroke-width: 2px;
  -webkit-text-stroke-color: #000;
  font-family: Maladroit, sans-serif;
  font-size: 90px;
  line-height: 90px;
  position: relative;
}

.h1.shadow {
  z-index: 1;
  color: #000;
  -webkit-text-stroke-width: 0px;
  margin-top: 10px;
  position: absolute;
  top: 0%;
  bottom: 0%;
  left: 0%;
  right: 0%;
}

.h1.green {
  color: #4fff90;
}

.block_h1 {
  position: relative;
}

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

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

.image {
  width: 600px;
  margin-top: 50px;
}

.chara_muscular {
  height: 500px;
  margin-top: 50px;
  position: relative;
}

.reeds_light {
  background-image: url('../images/reeds_light.svg');
  background-position: 50% 100%;
  background-repeat: repeat-x;
  background-size: auto 100%;
  height: 400px;
  position: absolute;
  top: auto;
  bottom: 0%;
  left: 0%;
  right: 0%;
}

.reeds_dark {
  z-index: 3;
  background-image: url('../images/reeds_dark.svg');
  background-position: 50% 100%;
  background-repeat: repeat-x;
  background-size: auto 100%;
  height: 100px;
  position: absolute;
  top: auto;
  bottom: -.1%;
  left: 0%;
  right: 0%;
}

.section_tokenomics {
  z-index: 5;
  background-color: #073507;
  flex-flow: column;
  justify-content: flex-start;
  align-items: center;
  width: 100%;
  height: auto;
  padding-top: 120px;
  padding-bottom: 236px;
  display: flex;
  position: relative;
}

.block_ca {
  background-color: #136213;
  border: 2px solid #000;
  border-bottom-width: 5px;
  border-radius: 7px;
  width: 800px;
  height: 75px;
  margin-top: 0;
  padding: 5px;
  position: relative;
}

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

.h2 {
  color: #4fff90;
  font-family: Maladroit, sans-serif;
  font-size: 20px;
}

.chara_diamond {
  height: 350px;
  margin-top: 50px;
  position: relative;
}

.tokenomics_details {
  background-color: #136213;
  border: 2px solid #000;
  border-bottom-width: 5px;
  border-radius: 7px;
  width: 800px;
  height: 75px;
  margin-top: 0;
  margin-bottom: 5px;
  padding: 5px;
  position: relative;
}

.email {
  color: #4fff90;
  margin-top: 25px;
  margin-bottom: 25px;
  font-family: Maladroit, sans-serif;
  font-size: 18px;
  line-height: 18px;
  position: relative;
}

.button_buy {
  background-color: #1f8050;
  border: 2px solid #000;
  border-bottom-width: 5px;
  border-radius: 4px;
  justify-content: center;
  align-items: center;
  width: 800px;
  height: 75px;
  font-family: Maladroit, sans-serif;
  font-size: 20px;
  line-height: 20px;
  display: flex;
  position: relative;
}

.button_buy:hover {
  background-color: #39d788;
}

.reeds_black {
  z-index: 2;
  pointer-events: none;
  background-image: url('../images/reed_black.svg');
  background-position: 0 100%;
  background-repeat: repeat-x;
  background-size: auto 100%;
  height: 300px;
  position: absolute;
  top: auto;
  bottom: 0%;
  left: 0%;
  right: 0%;
}

.section_footer {
  background-color: #052105;
  justify-content: center;
  align-items: center;
  padding-top: 75px;
  padding-bottom: 75px;
  display: flex;
}

.footer_button {
  background-color: #1a6748;
  border: 2px solid #000;
  border-bottom-width: 5px;
  border-radius: 5px;
  justify-content: center;
  align-items: center;
  width: 180px;
  height: 55px;
  margin: 0 10px;
  padding: 0;
  font-family: Maladroit, sans-serif;
  font-size: 18px;
  line-height: 18px;
  display: flex;
}

.footer_button:hover {
  background-color: #48cb97;
}

.header {
  z-index: 50;
  justify-content: space-between;
  align-items: center;
  padding: 25px;
  display: flex;
  position: absolute;
  top: 0%;
  bottom: auto;
  left: 0%;
  right: 0%;
}

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

.tg {
  background-color: #00c985;
  background-image: url('../images/telegram.svg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: 90%;
  border: 2px solid #00ab58;
  border-bottom-width: 4px;
  border-radius: 5px;
  width: 45px;
  height: 45px;
  padding: 0;
}

.tg:hover {
  background-color: #32ffb9;
}

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

.x:hover {
  background-color: #32ffb9;
}

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

.menu_link {
  color: #ccffe8;
  background-color: rgba(0, 0, 0, 0);
  margin-left: 25px;
  padding: 0;
  font-family: Maladroit, sans-serif;
  font-size: 20px;
  line-height: 20px;
}

.menu_link:hover {
  color: #fff;
}

.ca {
  color: #4fff90;
  font-family: Maladroit, sans-serif;
  font-size: 20px;
}

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

  .block_ca, .tokenomics_details, .button_buy {
    width: 95%;
  }
}

@media screen and (max-width: 767px) {
  .hero_logo {
    width: 95%;
    height: auto;
    top: -92px;
  }

  .h1, .h1.shadow, .h1.green {
    font-size: 65px;
    line-height: 65px;
  }

  .block_para {
    width: 95%;
  }

  .chara_muscular {
    width: 95%;
    height: auto;
  }

  .header {
    justify-content: center;
  }

  .header_menu {
    display: none;
  }

  .ca {
    font-size: 14px;
    line-height: 14px;
  }
}

@media screen and (max-width: 479px) {
  .hero_chara {
    height: 40%;
    margin-right: 0;
  }

  .h1 {
    text-align: center;
    font-size: 40px;
    line-height: 40px;
  }

  .h1.shadow {
    margin-top: 5px;
    font-size: 40px;
    line-height: 40px;
  }

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

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

  .reeds_light {
    height: 250px;
  }

  .chara_diamond {
    width: 95%;
    height: auto;
  }

  .reeds_black {
    height: 250px;
  }

  .section_footer {
    flex-flow: column;
  }

  .footer_button {
    margin-top: 10px;
    margin-bottom: 10px;
  }

  .ca {
    font-size: 10px;
    line-height: 10px;
  }
}


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