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

.body {
  background-color: #390070;
}

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

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

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

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

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

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

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

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

.h1 {
  z-index: 2;
  color: #8c45ff;
  font-family: Vampire Wars, sans-serif;
  font-size: 90px;
  line-height: 90px;
  position: relative;
}

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

.paragraph {
  color: #8a59d9;
  text-align: center;
  margin-bottom: 0;
  font-family: Winkle, sans-serif;
  font-size: 35px;
  line-height: 30px;
}

.chara_about {
  width: 450px;
  height: auto;
  margin-top: 0;
  position: relative;
}

.about_grass {
  flex-flow: column;
  height: 50%;
  display: flex;
  position: absolute;
  top: auto;
  bottom: 0%;
  left: 0%;
  right: 0%;
}

.about-grass {
  background-image: url('../images/about_grass.svg');
  background-position: 50% 100%;
  background-repeat: repeat-x;
  background-size: auto 100%;
  height: 80px;
}

.about_bg {
  background-color: #32005e;
  flex: auto;
}

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

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

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

.block_about {
  flex-flow: column;
  justify-content: flex-start;
  align-items: center;
  display: flex;
}

.block_tokenomics {
  z-index: 2;
  background-color: #330068;
  border: 2px solid #000;
  border-bottom-width: 6px;
  border-radius: 20px;
  width: 650px;
  height: auto;
  margin-top: 15px;
  padding: 15px 15px 0;
  position: relative;
}

.tokenomics_details {
  background-color: #27004f;
  border: 2px solid #45008c;
  border-bottom-width: 4px;
  border-radius: 9px;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 60px;
  margin-bottom: 15px;
  display: flex;
}

.h3 {
  color: #8c45ff;
  font-family: Vampire Wars, sans-serif;
  font-size: 20px;
  line-height: 20px;
}

.button_buy {
  z-index: 2;
  color: #8c45ff;
  background-color: #330068;
  border: 2px solid #000;
  border-bottom-width: 6px;
  border-radius: 11px;
  justify-content: center;
  align-items: center;
  width: 650px;
  height: 60px;
  margin-top: 15px;
  font-family: Vampire Wars, sans-serif;
  font-size: 20px;
  display: flex;
  position: relative;
}

.button_buy:hover {
  background-color: #430089;
  border-top-width: 6px;
  border-bottom-width: 2px;
}

.block_ca {
  z-index: 2;
  background-color: #330068;
  border: 2px solid #000;
  border-bottom-width: 6px;
  border-radius: 11px;
  width: 650px;
  height: 60px;
  margin-top: 50px;
  padding: 5px;
  position: relative;
}

.div-block-2 {
  background-color: #27004f;
  border-radius: 6px;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 100%;
  display: flex;
}

.ca {
  color: #8c45ff;
  text-align: center;
  font-family: Vampire Wars, sans-serif;
  font-size: 20px;
}

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

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

.div-block-3 {
  position: absolute;
}

.transition_rocket {
  z-index: 8;
  background-color: #11002d;
  justify-content: center;
  align-items: flex-end;
  width: 100%;
  height: 130px;
  display: flex;
  position: relative;
}

.chara_rocket {
  z-index: 1;
  height: 100%;
  position: relative;
}

.block_rocket {
  height: 400%;
  position: relative;
}

.image {
  position: absolute;
  top: 0%;
  bottom: 0%;
  left: 0%;
  right: 0%;
}

.footer {
  z-index: 20;
  background-color: #11002d;
  flex-flow: column;
  justify-content: flex-start;
  align-items: center;
  width: 100%;
  height: auto;
  padding-bottom: 75px;
  display: flex;
  position: relative;
}
.copyright{
  flex-flow: row;
  justify-content: justified;
  align-items: justified;
  margin-top: 60px;
  display: flex;
  z-index: 5;
  color: #e7e6e9;
}
.block_socials {
  flex-flow: row;
  justify-content: justified;
  align-items: justified;
  margin-top: 60px;
  display: flex;
}

.socials_button {
  z-index: 2;
  color: #8c45ff;
  background-color: #330068;
  border: 2px solid #000;
  border-bottom-width: 6px;
  border-radius: 11px;
  justify-content: center;
  align-items: center;
  width: 150px;
  height: 50px;
  margin-top: 0;
  margin-left: 15px;
  margin-right: 15px;
  padding: 0;
  font-family: Vampire Wars, sans-serif;
  font-size: 16px;
  line-height: 16px;
  display: flex;
  position: relative;
}

.socials_button:hover {
  background-color: #430089;
  border-top-width: 6px;
  border-bottom-width: 2px;
}

.text-block {
  color: #8c45ff;
  margin-top: 50px;
  font-family: Vampire Wars, sans-serif;
  font-size: 20px;
  position: static;
}

.header_button {
  z-index: 2;
  color: #8c45ff;
  background-color: #330068;
  border: 2px solid #000;
  border-bottom-width: 6px;
  border-radius: 11px;
  justify-content: center;
  align-items: center;
  width: 150px;
  height: 50px;
  margin-top: 0;
  margin-left: 15px;
  margin-right: 0;
  padding: 0;
  font-family: Vampire Wars, sans-serif;
  font-size: 16px;
  line-height: 16px;
  display: flex;
  position: relative;
}

.header_button:hover {
  background-color: #430089;
  border-top-width: 6px;
  border-bottom-width: 2px;
}

.image-2 {
  height: 50px;
}

.logo_hero {
  z-index: 1;
  height: 250px;
  margin-top: 100px;
  position: fixed;
  top: 0%;
  bottom: auto;
  left: auto;
  right: auto;
}

.menu_link {
  color: #8c45ff;
  background-color: rgba(0, 0, 0, 0);
  margin-right: 40px;
  padding: 0;
  font-family: Vampire Wars, sans-serif;
  font-size: 20px;
  line-height: 20px;
}

.menu_link:hover {
  color: #c9a8ff;
}

.section_welcome {
  z-index: 1000;
  background-color: #1a0044;
  flex-flow: column;
  justify-content: center;
  align-items: center;
  display: flex;
  position: fixed;
  top: 0%;
  bottom: 0%;
  left: 0%;
  right: 0%;
}

.h2 {
  color: #8c45ff;
  text-align: center;
  font-family: Vampire Wars, sans-serif;
  font-size: 70px;
  line-height: 70px;
}

.continue {
  z-index: 2;
  color: #8c45ff;
  background-color: #330068;
  border: 2px solid #000;
  border-bottom-width: 6px;
  border-radius: 11px;
  justify-content: center;
  align-items: center;
  width: 200px;
  height: 60px;
  margin-top: 25px;
  margin-left: 15px;
  margin-right: 0;
  padding: 0;
  font-family: Vampire Wars, sans-serif;
  font-size: 20px;
  line-height: 20px;
  display: flex;
  position: relative;
}

.continue:hover {
  background-color: #430089;
  border-top-width: 6px;
  border-bottom-width: 2px;
}

@media screen and (max-width: 991px) {
  .header {
    justify-content: center;
  }

  .header_button {
    margin-left: 7.5px;
    margin-right: 7.5px;
  }

  .menu_link {
    font-size: 15px;
    line-height: 15px;
    display: none;
  }

  .continue {
    margin-left: 7.5px;
    margin-right: 7.5px;
  }
}

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

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

  .block_para {
    width: 90%;
  }

  .chara_about {
    width: 400px;
  }

  .block_tokenomics, .button_buy, .block_ca {
    width: 90%;
  }

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

  .block_rocket {
    height: 250%;
  }

  .block_socials {
    flex-flow: column;
  }

  .socials_button {
    margin: 15px 0;
  }

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

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

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

  .paragraph {
    font-size: 25px;
  }

  .chara_about {
    width: 90%;
  }

  .h3 {
    text-align: center;
    font-size: 15px;
    line-height: 15px;
  }

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

  .header_button, .continue {
    width: 130px;
    height: 40px;
  }
}


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