:root {
  /* ---- Values dynamic color ---- */
  --color_fill: "#ffffff";
  --grid-circle-gap: 90px;
}

@media (min-width: 1124px) {
  :root {
    /* ---- Values dynamic color ---- */
    --color_fill: "#ffffff";
    --grid-circle-gap: 130px;
  }
}

body.menu {
  overflow: hidden;
}

@media (min-width: 760px) {
  html {
    font-size: 10px;
  }
}

@media (min-width: 1124px) {
  html {
    font-size: 16px;
  }
}

/* -------- COMMON STYLES -------- */

.heading-section {
  font-family: "Orbitron", sans-serif;
  text-align: center;
  font-weight: 400;
  line-height: 56px;
  font-size: 34px;
  text-shadow: 0 6px 2px #00000099;
  filter: drop-shadow(0 0 15px #b2fbff50);
  margin: 0;
}

h4.orbitron {
  text-shadow: 0px 2px 8.4px #a6f6ff80;
  margin: 0;
  font-family: "Orbitron", sans-serif;
  font-weight: 400;
  font-size: 16px;
  text-align: center;
  line-height: 30px;
}

@media (min-width: 760px) {
  h4.orbitron {
    font-size: 1.25rem;
    line-height: 1.875rem;
  }
}

h5.orbitron {
  text-shadow: 0px 2px 8.4px #a6f6ff80;
  margin: 0;
  font-family: "Orbitron", sans-serif;
  font-weight: 400;
  font-size: 15px;
  text-align: center;
  line-height: 30px;
}

@media (min-width: 760px) {
  h5.orbitron {
    font-size: 1.25rem;
  }
}

h3.sans {
  font-family: "Work Sans", sans-serif;
  font-size: 28px;
  font-weight: 500;
  line-height: 30px;
  text-align: center;
  margin: 0;
}

@media (min-width: 760px) {
  .heading-section {
    line-height: 140%;
    font-size: 42px;
  }

  h3.sans {
    font-size: 1.875rem;
  }
}

@media (min-width: 1124px) {
  .heading-section {
    line-height: 112px;
    font-size: 80px;
  }
}

.wrapper {
  max-width: 1440px;
  box-sizing: border-box;
  margin-left: auto;
  margin-right: auto;
  position: relative;
}

.link {
  transition: 0.3s;
  font-family: "Work Sans", sans-serif;
  font-weight: 600;
  line-height: 22.4px;
}

.btn-border-gradient {
  position: relative;
  border: 2px solid #6bb9c350;
  border-radius: 10px;
  padding: 12px 0;
  width: 112px;

  transition: all 0.3s;
}

@media (min-width: 760px) {
  .btn-border-gradient {
    width: 70px;
    font-size: 10px;
    padding: 5px 0;
  }
}

@media (min-width: 1124px) {
  .btn-border-gradient {
    width: 120px;
    padding: 12px 0;
    font-size: 16px;
  }
}

.btn-border-gradient.soon::before {
  content: "COMING SOON";
  position: absolute;
  font-size: 12px;
  font-weight: 500;
  left: 50%;
  transform: translate(-50%, 50%);
  bottom: 0;
  text-wrap: nowrap;
  text-shadow: 0 0 10px #09ffff;
  font-style: italic;
}

.btn-border-gradient.soon::after {
  content: "COMING SOON";
  font-style: italic;
  position: absolute;
  font-weight: 500;
  font-size: 12px;
  left: 50%;
  transform: translate(-50%, 50%);
  bottom: 0;
  text-wrap: nowrap;
  text-shadow: 0 0 15px #09ffff;
  filter: blur(3px);
}

.link-shop {
  display: inline-block;
  text-align: center;
}

@media (min-width: 760px) {
  .btn-border-gradient.soon::after,
  .btn-border-gradient.soon::before {
    font-size: 8px;
  }
}

@media (min-width: 1124px) {
  .btn-border-gradient.soon::after,
  .btn-border-gradient.soon::before {
    font-size: 12px;
  }
}

.btn-border-gradient:hover {
  box-shadow: 0px 0px 20.04px 0px #08eff04d;
}

@media (min-width: 760px) {
  .btn-border-gradient.soon::before {
    border-radius: var(--br-3xs);
  }
}

.btn-bg-gradient {
  text-align: center;
  border-radius: var(--br-3xs);
  background: linear-gradient(180deg, #09ffff 0%, #07d3d5 100%);
  color: var(--color-darkslategray-200);
  text-shadow: 0px -3px 5px rgba(0, 0, 0, 0.25);
  box-shadow: 0px 9.8px 19.6px 0px #02323340;
  box-shadow: 0px 3.27px 3.27px 0px #09ffff inset;
  box-shadow: 0px -3.27px 3.27px 0px #06c9cb inset;
  box-shadow: 0px 0px 17.1px 0px #cd572d40;

  transition: all 0.3s;
}

.btn-bg-gradient:hover {
  box-shadow: 0px 0px 5.19px 3px #16edf280;
}

.list-dark {
  display: none;
  opacity: 0;
  position: absolute;
  right: 0;
  top: 100%;
  background-color: #0b5c7150;
  backdrop-filter: blur(10px);
  -webkit-backdrop-filter: blur(10px);
  padding: 8px 16px;
  text-align: center;
  border-radius: var(--br-3xs);

  transition: all 0.3s;
}

.list-dark.nav {
  right: auto;
  left: 0;
}

.list-dark li {
  transition: 0.3s;
  margin: auto;
  width: fit-content;
  text-shadow: 0px 0px 12.9px #b2fbff40;
  font-family: "Work Sans", sans-serif;
  font-weight: 600;
  line-height: 22.4px;
}

@media (min-width: 760px) {
  .list-dark li:hover {
    opacity: 0.8;
  }
}

.list-dark li:not(:last-child) {
  margin-bottom: 10px;
}

/* -------- HERO SECTION -------- */

@media (max-width: 1023px) {
  .section-hero-bg {
    background: url(../images/home/hero/hero-bg-mobile.png) no-repeat top center;
    aspect-ratio: 480/766;
    background-size: 100%;
  }

  .header-bg {
    background-image: url(../images/home/hero/header-bg-mob.png);
    background-size: 100% 100%;
    position: absolute;
    width: 100%;
    height: 100%;
    left: 0;
    top: 0;
    z-index: 1;
  }
}

.section-hero {
  aspect-ratio: 480/520;
  max-width: 1440px;
  margin: auto;
  position: relative;
}

.section-hero-bg {
  background-size: 100%;
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
}

@media (min-width: 760px) {
  .section-hero {
    aspect-ratio: 1440/921;
  }

  .section-hero-bg {
    background: url(../images/home/hero/hero-bg-pc.png) no-repeat top center;
    aspect-ratio: 1440/1354;
    background-size: 100%;
  }

  .section-hero .wrapper {
    z-index: 1;
    padding: 0 30px;
    position: relative;
  }

  .header-bg {
    background-image: url(../images/home/hero/header-bg.png);
    background-size: 100% 100%;
    position: absolute;
    width: 108%;
    height: 100%;
    left: -4%;
    top: 0;
    z-index: -1;
  }
}

@media (min-width: 1124px) {
  .section-hero .wrapper {
    padding: 0 var(--content-padding);
  }
}

.hero-line-left {
  position: absolute;
  left: 2%;
  top: 33%;
  width: 14%;
}

.hero-line-right {
  position: absolute;
  right: 2%;
  top: 33%;
  width: 14%;
  transform: scale(-1, 1);
}

.hero-decoration-top {
  display: none;
}

@media (min-width: 760px) {
  .hero-line-left {
    left: 6%;
    top: 21%;
    width: 19%;
  }

  .hero-line-right {
    right: 6%;
    top: 21%;
    width: 19%;
  }

  .hero-decoration-top {
    position: absolute;
    top: 0;
    left: 25%;
    width: 46%;
  }
}

/* -------- HEADER -------- */

header {
  position: relative;
  display: flex;
  justify-content: space-between;
  align-items: center;
  height: 48px;
  z-index: 2;
  padding: 15px 20px 60px 20px;
}

@media (min-width: 760px) {
  header {
    padding: 0 0 90px 0;
    font-size: 10px;
    height: 90px;
  }
}

@media (min-width: 1124px) {
  header {
    font-size: 16px;
    padding: 0 0 105px 0;
  }
}

.header-logo {
  position: absolute;
  top: 17%;
  left: 50%;
  transform: translateX(-50%);
  max-width: 200px;
  width: 27%;
  height: fit-content;
}

.header-logo img {
  width: 100%;
  aspect-ratio: 16 / 9;
  object-fit: contain;
}

@media (min-width: 760px) {
  .header-logo {
    top: 5%;
    left: 50%;
    transform: translateX(-50%);
    width: 14%;
  }
}

/* -------- MOBILE BUTTONS -------- */

.nav-menu-mob {
  position: fixed;
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
  background: linear-gradient(
    90deg,
    #071724 0%,
    #0c273e 36%,
    #0c273e 63%,
    #071724 100%
  );
  z-index: 1;
  transform: translateX(-100%);
  transition: 0.5s;
}

.nav-menu-mob.active {
  transform: translateX(0);
}

.nav-menu-mob .grid-bg {
  position: absolute;
  left: 0;
  bottom: 0;
  width: 100%;
}

.nav-menu-mob .dropdown-wrapper {
  overflow: hidden;
  height: 70px;
  transition: height 0.3s;
}

.nav-menu-mob .dropdown-wrapper.expanded {
  height: auto;
}

.nav-menu-mob nav {
  position: absolute;
  left: 0;
  top: 175px;
  width: 100%;
  padding: 0 35px;
  box-sizing: border-box;
}

.nav-menu-mob .menu-link {
  display: flex;
  justify-content: space-between;
  padding: 20px 0;

  font-size: 20px;
  font-weight: 500;
  line-height: 140%;
  border-bottom: 1px solid #ffffff10;
  text-shadow: 0 0 12px #b2fbff50;
  width: 100%;
}

.nav-menu-mob .menu-link .language-container {
  display: flex;
  align-items: center;
  gap: 15px;
}

.nav-menu-mob .menu-link .language-container img {
  height: 80%;
}

.nav-menu-mob .dropdown-wrapper .menu-link .menu-arrow {
  transition: all 0.3s;
}

.nav-menu-mob .dropdown-wrapper .menu-link.active .menu-arrow {
  transform: rotate(180deg);
}

.nav-menu-mob .dropdown-links {
  display: none;
  padding-left: 3rem;
}

.nav-menu-mob .dropdown-links.open {
  display: block;
}

.nav-menu-mob .dropdown-links a {
  font-size: 1.5rem;
  padding: 0.5rem 0;
}

.mobile-buttons {
  display: flex;
  align-items: end;
  gap: 24px;
}

@media (min-width: 760px) {
  .mobile-buttons,
  .nav-menu-mob {
    display: none;
  }
}

.mobile-buttons button {
  height: 33px;
}

.mobile-buttons button img {
  height: 20px;
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
}

header .mobile-buttons .btn-shop {
  width: 38px;
  height: 34px;
  border: 1px solid #6bb9c350;
  border-radius: 6px;
  padding: 0;
}

header .mobile-buttons .btn-shop img {
  opacity: 0.4;
}

header .mobile-buttons .btn-shop::before,
.mobile-buttons .btn-shop::after {
  bottom: 0px;
  font-size: 9px;
}

header .mobile-buttons .btn-shop .btn-shop-outer-border {
  position: absolute;
  left: -4px;
  top: -4px;
  width: calc(100% + 6px);
  height: calc(100% + 4px);
  border: 1px solid #6bb9c350;
  border-radius: 6px;
  filter: drop-shadow(0 0 5px #6bb9c3);

  z-index: -1;
}

header .btn-login {
  width: 38px;
  position: relative;
}

header .btn-login img {
  width: 65%;
  height: auto;
  filter: drop-shadow(0 0 5px #6bb9c3);
}

/* -------- MOBILE NAV-BURGER -------- */

.nav-burger {
  width: 40px;
  height: 36px;
  border-radius: 6px;
  padding: 0;
  position: relative;
  border: 2px solid #fff;

  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  gap: 3px;
}

.nav-burger::before {
  content: "";
  position: absolute;
  left: -1px;
  top: -1px;
  width: 100%;
  height: 100%;
  border-radius: 6px;
  border: 1px solid #00e5ff;
  filter: blur(2px) drop-shadow(0 0 3px #00e5ff);
}

@media (min-width: 760px) {
  .nav-burger {
    display: none;
  }
}

.nav-burger.active .bar:nth-child(2) {
  opacity: 0;
}

.nav-burger.active .bar:nth-child(1) {
  transform: translateY(6px) rotate(45deg);
}

.nav-burger.active .bar:nth-child(3) {
  transform: translateY(-6px) rotate(-45deg);
}

.bar {
  display: block;
  width: 17px;
  height: 1px;
  -webkit-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
  border-radius: var(--br-base);
  border: 1px solid #fff;
  filter: drop-shadow(0 0 5px #6bb9c3);
}

/* -------- PC NAVIGATION -------- */

.nav-wrapper {
  display: none;
}

.nav-wrapper .link {
  text-shadow: 0px 2px 8.4px #a6f6ff80;
}

header .pc-buttons {
  display: none;
}

@media (min-width: 760px) {
  .nav-wrapper {
    display: flex;
    gap: var(--gap-xl);
  }

  .nav-wrapper .link:hover,
  #lang-btn:hover .link {
    opacity: 0.8;
  }

  .sections-wrapper {
    position: relative;
  }

  .nav-wrapper button {
    display: flex;
    gap: var(--gap-4);
    align-items: center;
  }

  .nav-wrapper button img {
    transition: 0.3s;
  }

  header .pc-buttons {
    display: flex;
    align-items: center;
    gap: var(--gap-xl);
  }

  .pc-buttons .btn-bg-gradient {
    width: 120px;
    padding: 12px 0;
  }

  .lang-wrapper {
    position: relative;
  }

  #lang-btn {
    display: flex;
    align-items: center;
    gap: var(--gap-10);
  }

  #lang-btn span {
    text-shadow: 0px 2px 8.4px #a6f6ff80;
  }

  #lang-btn img {
    transition: 0.3s;
  }

  #lang-btn .icon-arrow {
    filter: brightness(0) saturate(100%) invert(100%) sepia(100%) saturate(0%)
      hue-rotate(29deg) brightness(105%) contrast(101%);
  }
}

/* -------- NEWS SECTION -------- */

/* -------- FOOTER -------- */

footer {
  position: relative;
}

footer::before {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  width: calc((100% - 1440px) / 2);
  height: 100%;
  z-index: -5;
  background-image: url(../images/home/footer/footer-bg-side.png);
  background-size: 100% 100%;
  background-position: 0;
  background-repeat: no-repeat;
}

footer::after {
  content: "";
  position: absolute;
  right: 0;
  top: 0;
  width: calc((100% - 1440px) / 2);
  height: 100%;
  z-index: -5;
  background-image: url(../images/home/footer/footer-bg-side.png);
  background-size: 100% 100%;
  background-position: 0;
  background-repeat: no-repeat;
}

@media (max-width: 759px) {
  footer .wrapper {
    background-image: url(../images/home/footer/footer-bg-mob.png);
    background-size: 100%;
    background-position: 0;
    background-repeat: no-repeat;
    padding: 0 40px;
    padding-bottom: 64px;
  }
}

footer .wrapper {
  padding: 0 20px;
  padding-top: 140px;
  padding-bottom: 45px;

  position: relative;
  display: flex;
  align-items: flex-end;
  justify-content: space-between;
  position: relative;
  flex-direction: column;

  gap: 40px;
}

footer .wrapper::before {
  content: "";
  background-color: #112d44;
  width: 100%;
  height: 50%;
  bottom: 0;
  left: 0;
  position: absolute;
  z-index: -1;
}

@media (min-width: 760px) {
  footer .wrapper::before {
    display: none;
  }

  footer .wrapper {
    background-image: url(../images/home/footer/footer-bg.png);
    background-size: 100% 100%;
    background-position: 0;
    background-repeat: no-repeat;
    flex-direction: row;

    padding: 0 30px;
    padding-top: 100px;
    padding-bottom: 40px;

    gap: 0;
  }
}

@media (min-width: 1124px) {
  footer .wrapper {
    padding: 0 60px;
    padding-top: 160px;
    padding-bottom: 60px;
  }
}

footer .logo {
  flex: 1;
  max-width: 90px;

  position: absolute;
  left: 45px;
  transform: translateY(-20px);
}

footer .logo img {
  width: 100%;
}

footer .links-wrapper {
  display: flex;
  justify-content: center;
  gap: 25px;
  width: 100%;
}

footer .mobile-btn button {
  font-size: 14px;
  padding: 10px 0;
  width: 90px;
}

footer .mobile-btn .btn-shop {
  margin-right: 8px;
}

@media (min-width: 760px) {
  footer .links-wrapper {
    gap: 4.6875rem;
    margin-right: -4.5%;
    width: auto;
    justify-content: left;
  }

  footer .logo {
    max-width: 75px;
    flex: none;
    position: relative;
    left: 0;
    transform: none;
  }

  footer .mobile-btn {
    display: none;
  }

  footer .mobile-btn .btn-shop {
    margin-right: 0;
  }
}

@media (min-width: 1124px) {
  footer .logo {
    max-width: 115px;
    flex: none;
    position: relative;
    left: 0;
    transform: none;
  }
}

footer .links-wrapper h4 {
  margin-bottom: 10px;
  text-shadow: none;
  font-size: 14px;
  width: fit-content;
}

footer .links-wrapper a {
  line-height: 1.42rem;
  font-size: 12px;
  display: block;
}

footer .wrapper .pc {
  display: none;
}

@media (min-width: 760px) {
  footer .wrapper .pc {
    display: block;
  }

  footer .links-wrapper h4 {
    margin-bottom: 1.55rem;
    font-size: 1rem;
  }

  footer .links-wrapper a {
    font-size: 1rem;
  }
}

footer .btn-whitepaper {
  padding: 5px 0;
  width: 70px;
  border-radius: var(--br-3xs);
  margin-right: 12px;
  font-size: 10px;
}

@media (min-width: 1124px) {
  footer .btn-whitepaper {
    padding: 12px 0;
    width: 120px;
    border-radius: var(--br-3xs);
    margin-right: 15px;
    font-size: 16px;
  }
}

footer .btn-bg-gradient {
  width: 120px;
  padding: 12px 0;
}

footer .wrapper .line {
  position: absolute;
  left: 50%;
  transform: translateX(-50%);
  width: 100%;
  top: -8%;

  display: none;
}

footer .wrapper .line-mob {
  position: absolute;
  left: 0;
  width: 100%;
  top: 18%;
}

@media (min-width: 760px) {
  footer .wrapper .line {
    display: block;
    top: 0%;
  }
  footer .wrapper .line-mob {
    display: none;
  }
}
@media (min-width: 1124px) {
  footer .wrapper .line {
    top: -8%;
  }
}
