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

.body {
  background-color: #161615;
}

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

.godrays {
  opacity: .5;
  mix-blend-mode: lighten;
  position: absolute;
}

.neiro_hero {
  height: 58%;
  position: absolute;
  inset: auto auto 0%;
}

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

.logo {
  height: 38%;
  margin-top: 100px;
  position: absolute;
  inset: 0% auto auto;
}

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

.header_menu {
  justify-content: flex-start;
  align-items: center;
  height: 38px;
  display: flex;
}

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

.button_header {
  color: #ffecc9;
  background-color: #000;
  background-image: linear-gradient(-45deg, #68572d, #ffd16c);
  border: 2px solid #ffd488;
  border-radius: 100px;
  justify-content: center;
  align-items: center;
  width: 135px;
  height: 45px;
  margin-left: 15px;
  padding: 0 0 3px;
  font-family: Isami, sans-serif;
  font-size: 16px;
  font-weight: 700;
  line-height: 16px;
  display: flex;
}

.button_header:hover {
  border-color: #fff9ee;
  box-shadow: 0 2px 14px 3px #ffd86563;
}

.menu_link {
  background-color: #0000;
  margin-right: 35px;
  padding: 0;
  font-family: Isami, sans-serif;
  font-size: 16px;
  font-weight: 700;
  line-height: 16px;
}

.menu_link:hover {
  color: #ffe28d;
}

.section_links {
  z-index: 5;
  background-color: #746132;
  background-image: linear-gradient(90deg, #f9cc69, #6b5a2f);
  border-top: 6px solid #ffd488;
  border-bottom: 6px solid #ffd488;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 130px;
  display: flex;
  position: relative;
  top: auto;
}

.links {
  background-color: #7c6736;
  background-image: url('../images/telegram.svg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: auto;
  border: 4px solid #e8c87c;
  border-radius: 100%;
  width: 60px;
  height: 60px;
  margin-left: 15px;
  margin-right: 15px;
  padding: 0;
}

.links:hover {
  border-color: #fff1cf;
}

.links.uniswap {
  background-image: url('../images/uniswap.svg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: auto;
}

.links.dextools {
  background-image: url('../images/dextools.svg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: 55%;
}

.links.x {
  background-image: url('../images/twitter.svg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: auto;
}

.h1 {
  text-align: center;
  -webkit-text-stroke-width: 3px;
  -webkit-text-stroke-color: #ffd488;
  -webkit-text-fill-color: transparent;
  background-image: linear-gradient(-45deg, #ebc164, #6f5d31);
  -webkit-background-clip: text;
  background-clip: text;
  font-family: Isami, sans-serif;
  font-size: 120px;
  font-weight: 700;
  line-height: 130px;
  position: relative;
}

.block_about {
  justify-content: center;
  align-items: center;
  width: 950px;
  margin-top: 75px;
  display: flex;
  position: relative;
}

.about_details {
  background-color: #403826;
  background-image: linear-gradient(-45deg, #3a2d0b, #ebc164);
  border: 3px solid #000;
  border-bottom-width: 8px;
  border-radius: 20px;
  width: 450px;
  height: 450px;
  padding: 15px;
  transform: rotate(-10deg);
}

.about_chara {
  justify-content: center;
  align-items: flex-end;
  width: 450px;
  height: 450px;
  display: flex;
}

.chara_about {
  height: 125%;
}

.floor {
  background-color: #272726;
  border-top: 3px solid #000;
  border-bottom: 25px solid #000;
  width: 150%;
  height: 200px;
  position: absolute;
  inset: auto 0% 0%;
  overflow: visible;
  transform: skew(0deg, -10deg);
}

.section_how {
  flex-flow: column;
  justify-content: flex-start;
  align-items: center;
  height: auto;
  padding-top: 120px;
  padding-bottom: 220px;
  display: flex;
  position: relative;
}

.about_in {
  background-color: #1f190b;
  border-bottom: 5px solid #000;
  border-radius: 20px;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 100%;
  padding: 25px;
  display: flex;
}

.para {
  color: #ffe9ba;
  text-align: center;
  margin-bottom: 0;
  font-family: Isami, sans-serif;
  font-size: 22px;
  line-height: 30px;
}

.block_how {
  flex-flow: wrap;
  justify-content: center;
  align-items: center;
  width: 100%;
  margin-top: 50px;
  display: flex;
  position: relative;
}

.block_how.block_how_2 {
  margin-top: 25px;
}

.how_block {
  background-image: linear-gradient(-45deg, #e6bd62, #41320e);
  border: 3px solid #000;
  border-bottom-width: 8px;
  border-radius: 20px;
  justify-content: center;
  align-items: center;
  width: 450px;
  height: 450px;
  margin: 25px;
  padding: 15px;
  display: flex;
  position: relative;
}

.how_in {
  background-color: #1f190b;
  border-bottom: 5px solid #000;
  border-radius: 20px;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 100%;
  padding: 25px;
  display: flex;
}

.how_title {
  background-color: #b3944f;
  background-image: linear-gradient(45deg, #463711, #dfb75e);
  border-bottom: 6px solid #000;
  border-radius: 100px;
  justify-content: center;
  align-items: center;
  width: 90%;
  padding-top: 10px;
  padding-bottom: 15px;
  display: flex;
  position: absolute;
  inset: -5% auto auto;
  transform: rotate(-4deg);
}

.h2 {
  color: #ffe2a1;
  font-family: Isami, sans-serif;
  font-size: 25px;
  font-weight: 700;
  line-height: 25px;
}

.section_tokenomics {
  flex-flow: column;
  justify-content: flex-start;
  align-items: center;
  width: 100%;
  height: auto;
  padding-top: 80px;
  padding-bottom: 80px;
  display: flex;
}

.floor_2 {
  background-color: #272726;
  border-top: 3px solid #000;
  border-bottom: 25px solid #000;
  width: 150%;
  height: 200px;
  position: absolute;
  inset: auto 0% 0%;
  overflow: visible;
  transform: skew(0deg, 10deg);
}

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

.tokenomics_block {
  background-image: linear-gradient(#e2ba60, #453610);
  border: 3px solid #000;
  border-bottom-width: 8px;
  border-radius: 20px;
  width: 650px;
  height: auto;
  margin-top: -10px;
  padding: 15px;
  position: relative;
  transform: rotate(0);
}

.tokenomics_in {
  background-color: #1f190b;
  border-top: 8px solid #000;
  border-radius: 20px;
  flex-flow: column;
  justify-content: flex-start;
  align-items: center;
  width: 100%;
  height: 100%;
  padding: 15px 15px 20px;
  display: flex;
}

.tokenomics_info {
  background-color: #0b0903;
  border: 3px solid #31260d;
  border-bottom: 7px solid #53411a;
  border-radius: 13px;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 65px;
  margin-bottom: 15px;
  display: flex;
}

.h3 {
  color: #ffdc91;
  font-family: Isami, sans-serif;
  font-size: 23px;
  font-weight: 700;
  line-height: 23px;
}

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

.ca {
  color: #ffcf68;
  margin-top: 15px;
  font-family: Isami, sans-serif;
  font-size: 23px;
  font-weight: 400;
  line-height: 23px;
}

.copy {
  color: #ffecc9;
  background-color: #000;
  background-image: linear-gradient(-45deg, #68572d, #ffd16c);
  border: 2px solid #ffd488;
  border-radius: 100px;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 50px;
  margin-top: 15px;
  margin-left: 15px;
  padding: 0 0 3px;
  font-family: Isami, sans-serif;
  font-size: 23px;
  font-weight: 700;
  line-height: 23px;
  display: flex;
}

.copy:hover {
  border-color: #fff9ee;
  box-shadow: 0 2px 14px 3px #ffd86563;
}

.section_join {
  flex-flow: column;
  justify-content: flex-start;
  align-items: center;
  width: 100%;
  height: auto;
  padding-top: 80px;
  padding-bottom: 0;
  display: flex;
  position: relative;
}

.chara_join {
  pointer-events: none;
  height: 500px;
  margin-top: -90px;
  position: relative;
}

.div-block {
  justify-content: center;
  align-items: center;
  margin-top: 50px;
  padding: 25px;
  display: flex;
}

.join_block {
  background-image: linear-gradient(-45deg, #e6bd62, #41320e);
  border: 3px solid #000;
  border-bottom-width: 8px;
  border-radius: 20px;
  justify-content: center;
  align-items: center;
  width: auto;
  height: auto;
  margin: 75px 25px 0;
  padding: 15px;
  display: flex;
  position: relative;
}

.join_in {
  background-color: #1f190b;
  border-bottom: 5px solid #000;
  border-radius: 20px;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 100%;
  padding: 55px 25px;
  display: flex;
}

.join_title {
  background-color: #b3944f;
  background-image: linear-gradient(45deg, #463711, #dfb75e);
  border-bottom: 6px solid #000;
  border-radius: 100px;
  justify-content: center;
  align-items: center;
  width: 90%;
  padding-top: 10px;
  padding-bottom: 15px;
  display: flex;
  position: absolute;
  inset: -5% auto auto;
}

.footer_button {
  color: #ffecc9;
  background-color: #000;
  background-image: linear-gradient(-45deg, #68572d, #ffd16c);
  border: 2px solid #ffd488;
  border-radius: 100px;
  justify-content: center;
  align-items: center;
  width: 170px;
  height: 50px;
  margin-left: 15px;
  padding: 0 0 3px;
  font-family: Isami, sans-serif;
  font-size: 20px;
  font-weight: 700;
  line-height: 20px;
  display: flex;
}

.footer_button:hover {
  border-color: #fff9ee;
  box-shadow: 0 2px 14px 3px #ffd86563;
}

.footer {
  justify-content: space-between;
  align-items: center;
  padding: 25px;
  display: flex;
  position: absolute;
  inset: auto 0% 0%;
}

.h4 {
  color: #e0c076;
  font-family: Isami, sans-serif;
  font-size: 20px;
  font-weight: 700;
}

.h4.h4_2 {
  text-align: right;
}

.ca_mobile {
  color: #ffcf68;
  margin-top: 15px;
  font-family: Isami, sans-serif;
  font-size: 23px;
  font-weight: 400;
  line-height: 23px;
  display: none;
}

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

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

  .block_about {
    flex-flow: column;
    width: 100%;
  }

  .about_chara {
    position: relative;
  }

  .section_join {
    padding-top: 50px;
  }

  .join_block {
    width: 95%;
  }
}

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

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

  .header_menu {
    display: none;
  }

  .header_buttons {
    justify-content: space-between;
    align-items: center;
    width: 100%;
  }

  .h1 {
    -webkit-text-stroke-width: 2px;
    font-size: 65px;
    line-height: 70px;
  }

  .about_details {
    width: 400px;
    height: 400px;
    transform: rotate(-5deg);
  }

  .chara_about {
    height: 110%;
  }

  .chara_tokenomics {
    height: 400px;
    margin-top: -25px;
  }

  .tokenomics_block {
    width: 90%;
  }

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

  .ca {
    display: none;
  }

  .section_join {
    padding-top: 0;
  }

  .chara_join {
    height: 400px;
  }

  .join_in {
    flex-flow: column;
  }

  .footer_button {
    width: 90%;
    margin-top: 15px;
    margin-bottom: 15px;
    margin-left: 0;
  }

  .ca_mobile {
    display: flex;
  }
}

@media screen and (max-width: 479px) {
  .godrays {
    bottom: 90.2px;
  }

  .neiro_hero {
    height: auto;
  }

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

  .h1.tokenomics {
    font-size: 40px;
  }

  .about_details {
    width: 90%;
  }

  .section_how {
    padding-top: 75px;
  }

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

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

  .h3 {
    text-align: center;
  }

  .chara_join {
    height: 350px;
  }

  .join_title {
    width: 97%;
  }
}


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