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

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

.bottom_grid {
  opacity: .5;
  background-image: url('../images/top_grid.svg');
  background-position: 50%;
  background-repeat: repeat-x;
  background-size: auto 100%;
  height: 50px;
  position: absolute;
  inset: auto 0% 0%;
  transform: rotate(180deg);
}

.chara_hero {
  height: 100%;
  position: static;
  inset: auto auto 0%;
}

.logo {
  height: 17%;
  position: absolute;
  inset: 24% auto auto;
}

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

.header_left {
  justify-content: flex-start;
  align-items: center;
  height: 45px;
  margin-left: 20px;
  display: flex;
}

.header_right {
  justify-content: flex-end;
  align-items: center;
  height: 45px;
  display: flex;
}

.menu_link {
  color: #6bb7ff;
  background-color: #0000;
  justify-content: center;
  align-items: center;
  width: auto;
  height: auto;
  margin-right: 40px;
  padding: 0;
  font-family: Exo, sans-serif;
  font-size: 15px;
  font-weight: 600;
  line-height: 15px;
  display: flex;
}

.menu_link:hover {
  color: #c7dfff;
}

.tg {
  background-color: #00214f;
  background-image: url('../images/x.svg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: auto;
  border: 2px solid #0a5476;
  border-radius: 3px;
  justify-content: center;
  align-items: center;
  width: 38px;
  height: 38px;
  margin-left: 10px;
  padding: 0;
  display: flex;
}

.tg:hover {
  border-color: #3bb7f2;
}

.x {
  background-color: #00214f;
  background-image: url('../images/tg.svg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: 90%;
  border: 2px solid #0a5476;
  border-radius: 3px;
  justify-content: center;
  align-items: center;
  width: 38px;
  height: 38px;
  margin-left: 10px;
  padding: 0;
  display: flex;
}

.x:hover {
  border-color: #3bb7f2;
}

.email {
  background-color: #00214f; /* Same base style as other buttons */
  background-image: url('../images/email.svg'); /* Path to your email icon */
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: auto;
  border: 2px solid #0a5476;
  border-radius: 3px;
  justify-content: center;
  align-items: center;
  width: 38px;
  height: 38px;
  margin-left: 10px;
  padding: 0;
  display: flex;
}

.email:hover {
  border-color: #3bb7f2; /* Same hover effect */
}

.block_hero_chara {
  justify-content: center;
  align-items: center;
  height: 65%;
  display: flex;
  position: absolute;
  inset: auto auto 0%;
}

.sub {
  color: #c2dbff;
  text-align: center;
  font-family: Exo, sans-serif;
  font-size: 30px;
  font-weight: 700;
  line-height: 35px;
}

.block_hero {
  background-color: #00214f;
  background-image: linear-gradient(-45deg, #00132d, #00214f);
  border: 2px solid #10377f;
  border-radius: 19px;
  flex-flow: column;
  justify-content: flex-start;
  align-items: center;
  width: 400px;
  margin-right: -69px;
  padding: 30px;
  display: flex;
}

.button_try {
  background-color: #00265c;
  border: 2px solid #0a47a7;
  border-radius: 100px;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 45px;
  margin-top: 15px;
  font-family: Exo, sans-serif;
  font-size: 18px;
  font-weight: 500;
  line-height: 18px;
  display: flex;
}

.button_try:hover {
  border-color: #69a3ff;
}

.separator {
  background-color: #002354;
  border-top: 2px solid #095bce;
  border-bottom: 2px solid #095bce;
  width: 100%;
  height: 90px;
  padding-top: 12px;
  padding-bottom: 12px;
}

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

.h3 {
  color: #88baff;
  font-family: Exo, sans-serif;
  font-size: 16px;
  font-weight: 600;
  line-height: 16px;
}

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

.h1 {
  color: #85b8ff;
  -webkit-text-stroke-width: .1px;
  -webkit-text-stroke-color: #2275e8;
  -webkit-text-fill-color: transparent;
  background-image: linear-gradient(-45deg, #00193c, #0e499d);
  -webkit-background-clip: text;
  background-clip: text;
  font-family: Race Sport, Impact, sans-serif;
  font-size: 80px;
  font-weight: 700;
  line-height: 80px;
  position: relative;
}

.hexa_bg {
  opacity: .55;
  pointer-events: none;
  background-image: url('../images/hexa_bg.png');
  background-position: 50% 100%;
  background-repeat: repeat-x;
  background-size: auto 100%;
  background-attachment: scroll;
  height: 350px;
  padding: 10px;
  position: absolute;
  inset: 0% 0% auto;
}

.block_para {
  background-image: linear-gradient(-45deg, #001431, #00204d);
  border: 2px solid #10377f;
  border-radius: 10px;
  justify-content: center;
  align-items: center;
  width: 650px;
  margin-top: 50px;
  padding: 40px 25px;
  display: flex;
  position: relative;
}

.paragraph {
  color: #4a87db;
  text-align: center;
  margin-bottom: 0;
  font-family: Exo, sans-serif;
  font-size: 16px;
  font-weight: 500;
  line-height: 25px;
}

.block_phone {
  -webkit-text-fill-color: inherit;
  mix-blend-mode: lighten;
  background-color: #011430;
  background-clip: border-box;
  width: 300px;
  height: 596px;
  margin: 25px;
  position: relative;
}

.clear {
  color: #91bfff;
}

.section_features {
  background-image: linear-gradient(#000002, #001431);
  flex-flow: column;
  justify-content: flex-start;
  align-items: center;
  width: 100%;
  height: auto;
  padding-top: 75px;
  padding-bottom: 0;
  display: flex;
  position: relative;
}

.hexa_bg_bottom {
  opacity: .55;
  pointer-events: none;
  background-image: url('../images/hexa_bg.png');
  background-position: 50% 100%;
  background-repeat: repeat-x;
  background-size: auto 100%;
  background-attachment: scroll;
  height: 350px;
  padding: 10px;
  position: absolute;
  inset: auto 0% 0%;
  transform: rotate(180deg);
}

.text-block {
  color: #89b5f6;
  margin-top: 25px;
  font-family: Exo, sans-serif;
  font-size: 18px;
  font-weight: 500;
  line-height: 18px;
}

.features {
  background-color: #011430;
  background-image: linear-gradient(-45deg, #00132d, #00214e);
  border: 2px solid #10377f;
  border-radius: 20px;
  width: 300px;
  height: 300px;
  margin-top: 25px;
  margin-left: 0;
  margin-right: 0;
  padding: 15px;
  position: relative;
}

.block_features {
  flex-flow: wrap;
  justify-content: center;
  align-items: flex-start;
  width: auto;
  margin-top: 50px;
  display: flex;
}

.features_in {
  background-color: #000c1e;
  border-radius: 11px;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 100%;
  display: flex;
}

.link {
  height: 75%;
}

.image {
  height: 70%;
}

.image-2 {
  height: 75%;
}

.feature_block {
  flex-flow: column;
  justify-content: center;
  align-items: center;
  width: 300px;
  margin: 25px;
  display: flex;
}

.h2 {
  color: #88baff;
  margin-bottom: 20px;
  font-family: Exo, sans-serif;
  font-size: 22px;
  font-weight: 600;
  line-height: 22px;
}

.paragraph-2 {
  color: #2366c5;
  text-align: center;
  margin-top: 0;
  margin-bottom: 0;
  font-family: Exo, sans-serif;
  font-size: 18px;
  line-height: 22px;
}

.qr, .integration {
  width: 75%;
}

.chara_features {
  height: 400px;
  margin-top: -64px;
  position: relative;
}

.section_how {
  background-image: linear-gradient(#001431, #000002);
  flex-flow: column;
  justify-content: flex-start;
  align-items: center;
  width: 100%;
  height: auto;
  padding-top: 75px;
  padding-bottom: 75px;
  display: flex;
  position: relative;
}

.how_block {
  background-image: linear-gradient(-45deg, #00142f, #00214d);
  border: 1px solid #10377f;
  border-radius: 14px;
  width: 950px;
  height: auto;
  margin-top: 50px;
  padding: 15px;
  position: relative;
}

.how_in {
  background-color: #000c1e;
  border-radius: 7px;
  flex-flow: column;
  width: 100%;
  height: 100%;
  padding: 15px;
  display: flex;
}

.how_what {
  background-color: #000813;
  border: 2px solid #012048;
  border-radius: 6px;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: auto;
  padding: 15px;
  display: flex;
}

.how_how {
  background-color: #00132f;
  border: 2px solid #012048;
  border-radius: 6px;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: auto;
  margin-top: 10px;
  padding: 15px;
  display: flex;
}

.block_how {
  flex-flow: column;
  display: flex;
}

.para3 {
  color: #538ce0;
  margin-bottom: 0;
  font-family: Exo, sans-serif;
  font-size: 16px;
  line-height: 25px;
}

.h4 {
  color: #5199ff;
  text-align: center;
  margin-bottom: 15px;
  font-family: Race Sport, Impact, sans-serif;
  font-size: 28px;
  line-height: 28px;
}

.how_blocks {
  flex-flow: column;
  display: flex;
}

.flying_dog {
  height: 400px;
  position: absolute;
  inset: auto auto 35%;
}

.ca {
  background-color: #114b9b;
  border: 2px #0a47a7;
  border-radius: 100px;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 45px;
  margin-top: 15px;
  font-family: Exo, sans-serif;
  font-size: 18px;
  font-weight: 500;
  line-height: 18px;
  display: flex;
}

.ca:hover {
  background-color: #2d75da;
}

.section_join {
  background-image: linear-gradient(#000002, #001431);
  flex-flow: column;
  justify-content: flex-start;
  align-items: center;
  width: 100%;
  height: auto;
  padding-top: 75px;
  padding-bottom: 0;
  display: flex;
  position: relative;
}

.block_join {
  background-color: #00214f;
  background-image: linear-gradient(-45deg, #00132d, #00214f);
  border: 2px solid #10377f;
  border-radius: 19px;
  flex-flow: column;
  justify-content: flex-start;
  align-items: center;
  width: 400px;
  margin-top: 50px;
  margin-right: 0;
  padding: 15px 30px 30px;
  display: flex;
}

.socials {
  background-color: #00265c;
  border: 2px solid #0a47a7;
  border-radius: 100px;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 45px;
  margin-top: 15px;
  font-family: Exo, sans-serif;
  font-size: 18px;
  font-weight: 500;
  line-height: 18px;
  display: flex;
}

.socials:hover {
  border-color: #6fa6ff;
}

.chara_footer {
  height: 400px;
  margin-top: -40px;
  position: relative;
}

.preview1 {
  z-index: 10;
  width: 100%;
  height: 100%;
}

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

.preview2 {
  z-index: 10;
  width: 100%;
  height: 100%;
}

.buy {
  background-color: #114b9b;
  border: 2px #0a47a7;
  border-radius: 100px;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 45px;
  margin-top: 15px;
  font-family: Exo, sans-serif;
  font-size: 18px;
  font-weight: 500;
  line-height: 18px;
  display: none;
}

.buy:hover {
  background-color: #2d75da;
}

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

  .menu_link {
    display: none;
  }

  .block_hero_chara {
    height: 60%;
  }

  .h1 {
    text-align: center;
  }

  .block_features {
    margin-top: 50px;
  }

  .how_block {
    width: 100%;
  }

  .how_blocks {
    width: 90%;
  }

  .buy {
    display: flex;
  }
}

@media screen and (max-width: 767px) {
  .logo {
    top: 25%;
  }

  .block_hero_chara {
    height: 50%;
  }

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

  .block_hero {
    width: 300px;
    margin-top: -83px;
    margin-right: -84px;
  }

  .block_para {
    width: 90%;
  }
}

@media screen and (max-width: 479px) {
  .chara_hero {
    pointer-events: none;
    height: 250px;
  }

  .logo {
    top: 13%;
  }

  .block_hero_chara {
    flex-flow: column;
    justify-content: flex-end;
    align-items: center;
    height: auto;
  }

  .block_hero {
    margin-top: 0;
    margin-bottom: -40px;
    margin-right: 0;
  }

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

  .h3 {
    text-align: center;
    font-size: 14px;
  }

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

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

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

  .flying_dog {
    height: 250px;
  }

  .block_join {
    width: 90%;
  }

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


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