.herobanner-section {
  min-height: 600px;
  max-height: 100vh;
  position: relative;
  background-color: rgba(235, 218, 234, 1);
}
/* .herobanner-section::after {
  width: 100%;
  height: 26%;
  position: absolute;
  content: "";
  background: linear-gradient(181deg, rgba(0, 0, 0, 0) 1.32%, rgba(0, 0, 0, 0.1) 98.84%);
  backdrop-filter: blur(2px);
  bottom: 0;
  left: 0;
  z-index: 0;
} */
.herobanner-section .banner-bg,
.herobanner-section .banner-bg > *,
.herobanner-section .banner-bg img,
.herobanner-section .banner-bg video {
  height: 100vh;
  width: 100%;
  object-fit: cover;
}
.herobanner-section .banner-bg video {
  mix-blend-mode: color-burn;
}
.herobanner-section .banner-text-main,
.herobanner-section .bannet-top-btn {
  position: absolute;
  bottom: 100px;
  left: 50%;
  transform: translate(-50%, 0px);
  z-index: 1;
  width: 100%;
  /* padding: 0; */
}
.herobanner-section .bannet-top-btn {
  bottom: auto;
  top: 130px;
  /* padding: 0; */
}
.herobanner-section .bannet-top-btn a {
  background-color: var(--color-serum);
  padding: 8px 14px;
  display: flex;
  align-items: center;
  gap: 12px;
  border-radius: 6px;
  font-weight: 600;
  font-size: 16px;
  line-height: 24px;
  letter-spacing: 0;
  width: fit-content;
  color: var(--color-dark);
}
.herobanner-section .banner-text-wrapper {
  display: flex;
  align-items: flex-end;
  justify-content: space-between;
  gap: 40px;
}
.herobanner-section .banner-text-wrapper .heading-title {
  max-width: 840px;
}
.herobanner-section .banner-text-wrapper .banner-description-text {
  max-width: 501px;
  display: flex;
  flex-direction: column;
}
.herobanner-section .banner-text-wrapper .banner-description-text .banner-text span {
  font-weight: 500;
  font-size: 14px;
  line-height: 22px;
  letter-spacing: 0;
  opacity: 70%;
  display: block;
  margin-top: 16px;
}
.herobanner-section .banner-text-wrapper .banner-description-text p {
  letter-spacing: -1.12px;
  font-size: 24px;
  line-height: 32px;
}
.herobanner-section .banner-text-wrapper .banner-description-text .btn-group {
  margin-top: 32px;
  display: flex;
  gap: 12px;
}
.herobanner-section .banner-text-wrapper .banner-description-text .btn-group a {
  max-width: 200px;
  min-width: 200px;
  text-align: center;
}
.herobanner-section .banner-text-wrapper .banner-description-text .btn-group a span {
  font-size: 18px;
}
.herobanner-section.white-text * {
  color: var(--color-white);
}
.herobanner-section.white-text a.theme_btn {
  background-color: var(--color-white);
}
.herobanner-section.white-text a.theme_btn * > * {
  color: var(--color-dark) !important;
}
.herobanner-section.white-text a.theme_btn.theme_btn_border {
  background-color: transparent;
  border-color: var(--color-white);
}
.herobanner-section.white-text a.theme_btn.theme_btn_border * {
  color: var(--color-white) !important;
}
.herobanner-section .banner-text-wrapper .heading-title h6 {
  font-weight: 500;
  font-size: 18px;
  line-height: 1.2;
  text-transform: uppercase;
  margin-bottom: 16px;
}
/* .herobanner-section .banner-text-wrapper .banner-description-text span{
  font-size: 14px;
  line-height: 22px;
  color: rgba(255, 254, 242, 1);
  opacity: 70%;
  display: block;.herobanner-section .bannet-top-btn a
  margin-top: 16px;
  letter-spacing: 0;
  font-weight: 500;
} */

.invester-banner .btn-group a:last-child {
  min-width: 265px !important;
  max-width: 265px !important;
  padding-left: 46px;
  padding-right: 16px;
  background-image: url("/wp-content/uploads/2025/11/pdf.svg");
  background-position: 16px center;
  background-repeat: no-repeat;
}

@media (max-height: 850px) and (min-width: 1200px) {
  .herobanner-section .banner-text-wrapper .heading-title h1 {
    font-size: 85px;
    line-height: 90px;
  }
}

@media (max-height: 750px) and (min-width: 992px) {
  .herobanner-section .banner-text-wrapper .heading-title h1 {
    font-size: 70px;
    line-height: 80px;
  }
}

@media (max-width: 1500px) {
  .herobanner-section .banner-text-wrapper .banner-description-text p {
    font-size: 24px;
    line-height: 32px;
  }
}
@media (max-width: 1400px) {
  .herobanner-section .banner-text-wrapper .heading-title {
    max-width: 700px;
  }
}
/* @media(max-width:1299px){
  .herobanner-section .banner-text-main,.herobanner-section .bannet-top-btn,.herobanner-section .bannet-top-btn{
    padding: 0 20px;
  }
} */
@media (max-width: 1199px) {
  .herobanner-section .banner-text-wrapper .banner-description-text p {
    font-size: 22px;
    line-height: 30px;
    letter-spacing: -0.88px;
  }
  .herobanner-section .banner-text-wrapper {
    align-items: flex-start;
  }
}
@media (min-width: 1024px) {
  .herobanner-section.large-heading .banner-text-wrapper .heading-title {
    width: calc(68% - 20px);
    max-width: 100%;
  }
  .herobanner-section.large-heading .banner-text-wrapper .banner-description-text {
    width: 32%;
    max-width: 100%;
  }
}
@media (max-width: 1023px) {
  .herobanner-section .banner-text-wrapper {
    flex-direction: column;
    align-items: flex-start;
    gap: 8px;
  }
  .herobanner-section .banner-text-wrapper .banner-description-text .btn-group {
    margin-top: 24px;
  }
  .herobanner-section .banner-text-main {
    bottom: 50px;
  }
  section.herobanner-section {
    display: flex;
    align-items: start;
    justify-content: end;
    flex-direction: column;
    padding-bottom: 60px;
    padding-top: 175px;
    max-height: initial;
  }
  .herobanner-section .banner-bg {
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    height: 100%;
    width: 100%;
  }
  .herobanner-section .banner-bg,
  .herobanner-section .banner-bg > *,
  .herobanner-section .banner-bg img,
  .herobanner-section .banner-bg video {
    height: 100%;
  }
  .herobanner-section .banner-text-main,
  .herobanner-section .bannet-top-btn {
    position: static;
    transform: none !important;
    width: 100%;
  }
}

@media (max-width: 991px) {
  .herobanner-section .banner-text-wrapper .banner-description-text p {
    font-size: 20px;
    line-height: 28px;
  }
  .herobanner-section .banner-text-wrapper .banner-description-text .btn-group a {
    max-width: 170px;
    min-width: 170px;
  }
  .herobanner-section .banner-text-wrapper .banner-description-text .btn-group a span {
    font-size: 16px;
  }
}

@media (max-width: 767px) {
  .herobanner-section .bannet-top-btn a {
    padding: 6px 12px;
    gap: 8px;
    font-size: 14px;
  }
  .herobanner-section .banner-text-wrapper .banner-description-text p {
    font-size: 18px;
    line-height: 26px;
  }
  .herobanner-section .banner-text-wrapper .heading-title h6 {
    font-size: 16px;
  }
  /*.herobanner-section,
  .herobanner-section .banner-bg,
  .herobanner-section .banner-bg > *,
  .herobanner-section .banner-bg img,
  .herobanner-section .banner-bg video {
    min-height: 640px;
    max-height: 640px;
  }*/
  .herobanner-section .banner-text-wrapper {
    gap: 10px;
  }
}
@media (max-width: 575px) {
  .herobanner-section .banner-text-wrapper .banner-description-text .btn-group {
    flex-direction: column;
  }
  .herobanner-section .banner-text-wrapper .banner-description-text .btn-group a,
  .herobanner-section .banner-text-wrapper .banner-description-text,
  .invester-banner .btn-group a:last-child {
    width: 100%;
    max-width: 100% !important;
    min-width: 100% !important;
  }
  .herobanner-section .banner-text-main {
    bottom: 32px;
  }
  .invester-banner .btn-group a:last-child {
    background-position: 20% center;
  }
}
@media (max-width: 360px) {
  .invester-banner .btn-group a:last-child {
    background-position: 30px center;
  }
}
