.hero-section {
  text-align: center;
  color: #fff;
  padding: 144px 20px;
  position: relative;
  background: linear-gradient(180deg, #050b32 62.74%, #010520 100%);
  overflow: hidden;
}

.gradient-text {
  background: linear-gradient(90deg, #68deff 0%, #b7efff 100%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;

  /* Optional: for Firefox */
  background-clip: text;
  color: transparent;
}

.hero-wrapper {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  max-width: 1308px;
  margin: 0 auto;
  z-index: 2;
  position: relative;
}

/* Hero Heading & Sub Heading */

.hero-section h1 {
  font-size: 80px;
  line-height: 125%;
  text-align: center;
  font-weight: bold;
  font-family: "Geist", sans-serif;
  margin: 0 0 24px 0;
}

.hero-section p {
  font-family: "IBM Plex Sans";
  font-weight: 400;
  font-size: 18px;
  line-height: 150%;
  text-align: center;
  margin: 0 0 32px 0;
  max-width: 535px;
}

/* Hero Buttons */

.hero-buttons {
  display: flex;
  gap: 16px;
}

.hero-logo-container {
  margin-top: 112px;
}

.hero-buttons .btn-hero {
  text-decoration: none;
  font-family: "IBM Plex Sans";
  font-weight: 500;
  font-size: 16px;
  line-height: 150%;
  opacity: 1;
  padding: 12px 24px;
  border-width: 1px;
  border-radius: 0;
}
.btn-primary {
  background: linear-gradient(260.8deg, #fdffb7 2.5%, #f7ff68 79.82%);
  color: #000;
}

.btn-outline {
  border: 1px solid #fff;
  color: #fff;
}

/* Hero logos */

.hero-logo-container {
  width: 100%;
}

.hero-logo-heading {
  font-family: "IBM Plex Sans";
  font-weight: 400;
  font-size: 16px;
  line-height: 150%;
  margin: 0 0 16px;
}
.hero-logos {
  display: flex;
  justify-content: space-between;
  opacity: 1;
  padding-top: 0;
  padding-right: 0;
  padding-bottom: 0;
  padding-left: 0;
  background: rgb(255 255 255 / 5%);
  backdrop-filter: blur(15px);
}
.hero-logos img {
  object-fit: contain;
}
.marquee-content > img {
  display: block;
  max-width: 150px;
  height: 100%;
  max-height: 59px;
}

.top-left-rec,
.top-right-rec,
.bottom-right-rec,
.bottom-left-rec {
  position: absolute;
}
.top-left-rec {
  top: 0;
  left: 0;
}

.top-right-rec {
  top: 0;
  right: 0;
  rotate: 90deg;
}

.bottom-right-rec {
  bottom: 0;
  right: 0;
  rotate: 180deg;
}

.bottom-left-rec {
  bottom: 0;
  left: 0;
  rotate: 270deg;
}

/* hero graphics */

.hero-left-graphic.hero-absolute {
  left: 0;
  top: 60px;
}

.hero-absolute {
  position: absolute;
}

.hero-right-graphic.hero-absolute {
  right: 0;
  top: 60px;
}

.hero-top-graphic.hero-absolute {
  top: 0;
  left: 50%;
  transform: translateX(-50%);
  z-index: 1;
}

.hero-top-graphic-small.hero-absolute {
  top: 0;
  left: 50%;
  transform: translateX(-50%);
}

.hero-absolute.mobile {
  display: none;
}

.small_label {
  font-family: "IBM Plex Sans";
  font-weight: 400;
  font-size: 18px;
  line-height: 150%;
  padding: 6px 12px;
  background: #ffffff08;
  margin-bottom: 24px !important;
  display: block;
  width: fit-content;
  position: relative;
}

.small_label img {
  position: absolute;
}

.small_label img.top {
  left: -1px;
  top: -1px;
}

.small_label img.right {
  right: -1px;
  top: -1px;
  rotate: 90deg;
}

.small_label .bottom {
  bottom: -1px;
  right: -1px;
  rotate: 180deg;
}

.small_label .left {
  left: -1px;
  bottom: -1px;
  rotate: 270deg;
}

/********** Mobile Responsive **************/

@media (max-width: 768px) {
  .hero-section h1 {
    font-size: 40px;
    line-height: 125%;
    margin: 0 0 11px 0;
  }

  .hero-section p {
    margin: 0 0 20px 0;
  }

  .hero-logo-container {
    margin-top: 80px;
  }

  /* .hero-buttons {
    margin-bottom: 80px;
  } */

  .hero-absolute {
    display: none;
  }
  .hero-absolute.mobile {
    display: block;
  }

  .hero-section {
    padding: 80px 20px;
  }

  .hero-left-graphic.hero-absolute {
    top: 13px;
  }

  .hero-right-graphic.hero-absolute {
    top: 20px;
  }

  .small_label {
    font-size: 16px;
  }

  .hero-section h1 br {
    display: none;
  }
}
