.hero-content {
  position: absolute;
  z-index: 4;
  text-align: center;
  left: 0;
  right: 0;
  padding-top: 12.5vw;
  padding-inline: 20px;
  max-width: 55rem;
  margin-inline: auto;
}
.hero-content h1 {
  color: #02182f;
  text-align: center;
  font-size: 86px;
  font-style: normal;
  font-weight: 700;
  line-height: 100%;
  letter-spacing: -3.44px;
  background: linear-gradient(103deg, #00274d 10.66%, #1c756b 72.72%);
  background-clip: text;
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  padding-bottom: 2rem;
}
.hero-content h2 {
  max-width: 35rem;
  margin-inline: auto;
  padding-bottom: 3rem;
  color: #02182f;
  text-align: center;
  font-size: 21px;
  font-style: normal;
  font-weight: 500;
  line-height: 130%;
}
.hero-content .group-hero-cta {
  gap: 0.875rem;
  display: flex;
  align-items: center;
  justify-content: center;
}
.hero-content .group-hero-cta .hero-cta {
  background: #3399fe;
  color: white;
  overflow: hidden;
  position: relative;
  display: flex;
  justify-content: center;
  align-items: center;
  z-index: 1;
  text-align: center;
  font-style: normal;
  font-weight: 600;
  line-height: 138%;
  border-radius: 2.957rem;
  min-width: 12rem;
  cursor: pointer;
  box-shadow: 0 4px 24px rgba(0, 0, 0, 0.05);
  transition: background-color 0.35s ease-in-out, box-shadow 0.35s ease-in-out, color 0.35s ease-in-out;
  padding: 0.85rem 2rem;
  font-size: 1.106rem;
  letter-spacing: -0.177px;
  text-decoration: none;
}
.hero-content .group-hero-cta .hero-cta:hover {
  box-shadow: 0 4px 24px rgba(0, 0, 0, 0.25);
}

.blob-btn {
  z-index: 1;
  position: relative;
  color: white;
  background-color: transparent;
  transition: color 0.5s;
}

.blob-btn:before {
  content: "";
  z-index: 1;
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  border-radius: inherit;
}

.blob-btn:after {
  content: "";
  z-index: -2;
  position: absolute;
  left: 3px;
  top: 3px;
  width: 100%;
  height: 100%;
  transition: all 0.3s 0.2s;
  border-radius: inherit;
}

.blob-btn:hover {
  color: #ffffff;
  border-radius: inherit;
}

.blob-btn:hover:after {
  transition: all 0.3s;
  left: 0;
  top: 0;
  border-radius: inherit;
}

.blob-btn__inner {
  z-index: -1;
  overflow: hidden;
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  border-radius: 30px;
  background: #3399fe;
}

.blob-btn__blobs {
  position: relative;
  display: block;
  height: 100%;
  filter: url("./assets/images/wave.svg#goo");
}

.blob-btn__blob {
  position: absolute;
  top: 2px;
  width: 25%;
  height: 100%;
  background: #0081ff;
  border-radius: 100%;
  transform: translate3d(0, 150%, 0) scale(1.7);
  transition: transform 0.45s;
}

@supports (filter: url("./assets/images/wave.svg#goo")) {
  .blob-btn__blob {
    transform: translate3d(0, 150%, 0) scale(1.4);
  }
}
.blob-btn__blob:nth-child(1) {
  left: 0%;
  transition-delay: 0s;
}

.blob-btn__blob:nth-child(2) {
  left: 30%;
  transition-delay: 0.08s;
}

.blob-btn__blob:nth-child(3) {
  left: 60%;
  transition-delay: 0.16s;
}

.blob-btn__blob:nth-child(4) {
  left: 90%;
  transition-delay: 0.24s;
}

.blob-btn:hover .blob-btn__blob {
  transform: translateZ(0) scale(1.7);
}

@supports (filter: url("./assets/images/wave.svg#goo")) {
  .blob-btn:hover .blob-btn__blob {
    transform: translateZ(0) scale(1.4);
  }
}
@media (max-width: 1260px) {
  .hero-content {
    padding-top: 14vw;
  }
}
@media (max-width: 992px) {
  .hero-content h1 {
    font-size: 4.5rem;
    padding-top: 2vh;
  }
  .hero-content h2 {
    font-size: 1.3rem;
    padding-bottom: 2.4rem;
  }
}
.layer-bg {
  background-image: url("./assets/images/layer-bg.svg");
}

.layer-1 {
  background-image: url("./assets/images/banner-layer-1.svg");
  background-size: contain;
}

.layer-2 {
  background-image: url("./assets/images/banner-layer-2.svg");
}

.layer-3 {
  background-image: url("./assets/images/banner-layer-3.svg");
  top: -50px;
}

.layer-4 {
  background-image: url("./assets/images/banner-layer-4.svg");
}

.layer-overlay {
  background-image: url("./assets/images/banner-layer-5.svg");
}

.banner-overlay {
  height: 100px;
  position: absolute;
  bottom: 0;
  width: 100%;
  z-index: 1;
  background: #ffffff;
  background: linear-gradient(0deg, rgb(255, 255, 255) 1%, rgba(253, 187, 45, 0) 98%);
}

.bg-effect {
  background-image: url(./assets/images/section-overlay.svg);
  background-size: cover;
  background-position: right 280px;
  background-repeat: no-repeat;
  position: absolute;
  z-index: 0;
  height: 160%;
  width: 100%;
  top: 0;
  left: 0;
}

@media (max-width: 1600px) {
  .bg-effect {
    background-size: contain;
  }
}
@media (max-width: 768px) {
  .bg-effect {
    background-image: url(../assets/images/section-overlay-mobile.svg);
    background-position: right top;
  }
}
.section-overlay {
  background-color: white;
  position: relative;
  padding-top: 120px;
  overflow: hidden;
}
.section-overlay::before {
  content: "";
  height: 144px;
  position: absolute;
  bottom: -2px;
  width: 100%;
  z-index: 4;
  background: linear-gradient(0deg, rgb(255, 255, 255) 1%, rgba(253, 187, 45, 0) 98%);
}
.section-overlay article {
  text-align: center;
  display: flex;
  flex-direction: column;
  margin-bottom: 58px;
  overflow: hidden;
  position: relative;
  transition: transform 0.25s ease-out;
  z-index: 1;
}
.section-overlay article.article-three {
  background: url(./assets/images/article-three-bg.svg) no-repeat center bottom;
  background-size: contain;
}
.section-overlay article.article-five {
  background: url(./assets/images/article-five-bg.svg) no-repeat center bottom;
  background-size: contain;
}
.section-overlay article h2 {
  color: #070707;
  font-size: 60px;
  font-style: normal;
  font-weight: 600;
  line-height: 110%;
  letter-spacing: -2.4px;
  max-width: 710px;
  margin-left: auto;
  margin-right: auto;
  padding-top: 58px;
  padding-bottom: 23px;
}
.section-overlay article h2 span {
  color: #319bf6;
}
.section-overlay article p {
  color: #3e3e3e;
  font-size: 21px;
  font-style: normal;
  font-weight: 500;
  line-height: 140%;
  max-width: 641px;
  margin-left: auto;
  margin-right: auto;
  padding-bottom: 32px;
}
.section-overlay article img {
  margin-left: auto;
  margin-right: auto;
  object-fit: contain;
  height: 100%;
  width: 100%;
  object-position: bottom center;
}
.section-overlay article.article-two p {
  max-width: 600px;
}
.section-overlay article.article-three p {
  max-width: 546px;
}
.section-overlay article.article-four p {
  max-width: 610px;
}
.section-overlay article.article-five p {
  max-width: 427px;
}
.section-overlay article.article-six p {
  max-width: 472px;
}

.deep-forest-section {
  position: relative;
  background-color: white;
}
.deep-forest-section::before {
  content: "";
  height: 150px;
  position: absolute;
  top: 0;
  width: 100%;
  z-index: 1;
  transform: translateY(-100%);
  background: #ffffff;
  background: linear-gradient(0deg, rgb(255, 255, 255) 53%, rgba(253, 187, 45, 0) 98%);
}
.deep-forest-section article {
  text-align: center;
  position: relative;
  display: flex;
  flex-direction: column;
  bottom: -2px;
}
.deep-forest-section article h2 {
  color: #070707;
  font-size: 60px;
  font-style: normal;
  font-weight: 600;
  line-height: 110%;
  letter-spacing: -2.4px;
  max-width: 710px;
  margin-left: auto;
  margin-right: auto;
  padding-top: 58px;
  padding-bottom: 23px;
}
.deep-forest-section article h2 span {
  color: #319bf6;
}
.deep-forest-section article p {
  color: #3e3e3e;
  font-size: 21px;
  font-style: normal;
  font-weight: 500;
  line-height: 140%;
  max-width: 641px;
  margin-left: auto;
  margin-right: auto;
  margin-bottom: -225px;
}
.deep-forest-section article img {
  margin-left: auto;
  margin-right: auto;
  object-fit: contain;
  height: 100%;
  width: 100%;
  object-position: bottom center;
}
.deep-forest-section .pre-footer-container {
  background: #0a0f14 url(./assets/images/pre-footer-bg.svg);
  padding-bottom: 158px;
  position: relative;
  background-position: top center;
  background-repeat: no-repeat;
  background-size: contain;
}
.deep-forest-section .pre-footer-container::before {
  content: "";
  height: 28vw;
  position: absolute;
  top: 0;
  width: 100%;
  z-index: 1;
  transform: translateY(-100%);
  background: #071017;
  background: linear-gradient(0deg, rgb(7, 16, 23) 1%, rgba(253, 187, 45, 0) 98%);
}
.deep-forest-section .pre-footer-container h3 {
  padding-top: 78px;
  font-size: 61.215px;
  font-style: normal;
  font-weight: 700;
  line-height: 140%;
  background: linear-gradient(56deg, #0e99fe -115.22%, #fff 105.22%);
  background-clip: text;
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  text-align: center;
  padding-bottom: 32px;
}
.deep-forest-section .pre-footer-container .connect-us {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 48px;
  margin-top: 70px;
  position: relative;
  max-width: 62.5rem;
  width: calc(100% - 40px);
  left: 50%;
  transform: translateX(-50%);
  text-align: center;
  box-shadow: 0 0 44px -5px hsla(0, 0%, 0%, 0.27);
  padding: 4rem 20px;
  border-radius: 11px;
}
.deep-forest-section .pre-footer-container .connect-us h4 {
  color: #fff;
  font-size: 53.986px;
  font-style: normal;
  font-weight: 300;
  line-height: 122%;
  max-width: 401px;
  position: relative;
  text-align: left;
}
.deep-forest-section .pre-footer-container .connect-us .app-rating {
  position: relative;
}
.deep-forest-section .pre-footer-container .connect-us .animation {
  background-color: #15312b;
  border: 0;
  overflow: hidden;
  border-radius: 10px;
  backdrop-filter: blur(10px);
  -webkit-backdrop-filter: blur(10px);
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
}
.deep-forest-section .pre-footer-container .connect-us .animation::before {
  -webkit-animation: rotate 4s linear infinite;
  animation: rotate 4s linear infinite;
  aspect-ratio: 1/1;
  background-image: conic-gradient(transparent, 270deg, #00b7ff, transparent);
  content: "";
  left: 50%;
  position: absolute;
  top: 50%;
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  -webkit-transform-origin: center;
  transform-origin: center;
  width: 200%;
}
.deep-forest-section .pre-footer-container .connect-us .animation::after {
  background: #182127;
  border-radius: 9px;
  content: "";
  height: calc(100% - 4px);
  position: absolute;
  left: 2px;
  bottom: 2px;
  right: 2px;
  top: 2px;
  width: calc(100% - 4px);
}
@keyframes rotate {
  0% {
    transform: translate(-50%, -50%) rotate(0);
  }
  100% {
    transform: translate(-50%, -50%) rotate(1turn);
  }
}

.testimonials {
  list-style: none;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  overflow: scroll;
  width: 100%;
  padding-left: 46px;
  padding-right: 46px;
  gap: 32px;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  background: transparent;
  -ms-overflow-style: none;
  scrollbar-width: none;
}
.testimonials li {
  width: 400px;
  min-width: 400px;
  height: 208px;
  border-radius: 10px;
  border: 1px solid rgba(255, 255, 255, 0.1);
  background: #182127;
  padding: 24px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
}
.testimonials li .heading {
  margin-bottom: -30px;
}
.testimonials li .message {
  color: #b9b9b9;
  font-size: 14px;
  font-style: normal;
  font-weight: 400;
  line-height: 24px;
}
.testimonials li .feedback {
  margin-top: auto;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  align-items: center;
}
.testimonials li .feedback .logo img {
  height: 26px;
  width: auto;
}

@media (min-width: 1920px) {
  .hero-content {
    max-width: 65rem;
  }
  .hero-content h1 {
    font-size: 6.5rem;
  }
  .hero-content h2 {
    font-size: 2.3rem;
    max-width: 58rem;
  }
  .section-overlay article h2,
  .deep-forest-section article h2 {
    font-size: 82px;
    max-width: 800px;
  }
  .section-overlay article p,
  .deep-forest-section article p {
    font-size: 23px;
    max-width: 800px;
  }
}
@media (max-width: 1250px) {
  .layer-3 {
    background-size: contain;
    background-position: bottom right;
    top: 0;
  }
}
@media (max-width: 992px) {
  .deep-forest-section .pre-footer-container {
    padding-bottom: 85px;
    background-size: cover;
  }
  .deep-forest-section .pre-footer-container .connect-us {
    gap: 38px;
    padding: 2rem 20px 2rem 40px;
    max-width: 38rem;
    justify-content: space-between;
  }
  .deep-forest-section .pre-footer-container .connect-us h4 {
    font-size: 32px;
    max-width: 269px;
  }
  .deep-forest-section .pre-footer-container .connect-us .app-rating {
    max-width: 40%;
    flex: 1;
  }
}
@media (max-width: 768px) {
  .deep-forest-section .pre-footer-container h3 {
    font-size: 42px;
    padding-bottom: 28px;
  }
  .testimonials li {
    width: 273px;
    border-radius: 8px;
    padding: 24px;
    min-width: 273px;
    height: auto;
    text-align: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
  }
  .testimonials li .message {
    font-size: 14px;
    line-height: 24px;
    padding-bottom: 30px;
  }
  .testimonials li .feedback {
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    gap: 25px;
  }
  .hero-content {
    padding-top: 7rem;
  }
  .hero-content h1 {
    font-size: 3rem;
    letter-spacing: -1px;
    margin-left: auto;
    margin-right: auto;
    padding-bottom: 1.7rem;
  }
  .hero-content h2 {
    font-size: 1rem;
    max-width: 27rem;
    line-height: 124%;
    padding-bottom: 1.5rem;
  }
  .hero-content .group-hero-cta {
    flex-direction: column;
    max-width: 210px;
    margin-inline: auto;
  }
  .hero-content .group-hero-cta .hero-cta {
    border-radius: 5.094rem;
    padding: 0.625rem 1.5rem;
    font-size: 0.9rem;
    letter-spacing: -0.01rem;
    min-width: 10rem;
    display: block;
    width: 100%;
  }
  .layer-bg {
    background-image: url("./assets/images/layer-bg-mobile.svg");
  }
  .layer-1 {
    background-image: url("./assets/images/banner-layer-1-mobile.svg");
  }
  .layer-2 {
    background-image: url("./assets/images/banner-layer-2-mobile.svg");
  }
  .layer-3 {
    background-image: url("./assets/images/banner-layer-3-mobile.svg");
    background-position: 0 80%;
    top: 0;
  }
  .layer-4 {
    background-image: url("./assets/images/banner-layer-4-mobile.svg");
  }
  .layer-overlay {
    background-image: url("./assets/images/banner-layer-5-mobile.svg");
  }
  .section-overlay {
    background-image: url(./assets/images/section-overlay-mobile.svg);
    padding-top: 70px;
  }
  .section-overlay article {
    margin-bottom: 0;
  }
  .layer {
    background-size: cover;
  }
  .section-overlay article,
  .deep-forest-section article {
    overflow: hidden;
  }
  .section-overlay article h2,
  .deep-forest-section article h2 {
    font-size: 34px;
    letter-spacing: -1px;
    padding: 38px 20px 18px;
  }
  .section-overlay article P,
  .deep-forest-section article P {
    padding-left: 20px;
    padding-right: 20px;
    font-size: 1rem;
    max-width: 334px;
  }
  .section-overlay article img,
  .deep-forest-section article img {
    width: 160%;
    margin-left: -30%;
  }
  .section-overlay article.article-six img, .section-overlay article.article-two img,
  .deep-forest-section article.article-six img,
  .deep-forest-section article.article-two img {
    position: relative;
    left: 4%;
  }
  .deep-forest-section article p {
    margin-bottom: 0;
  }
  .deep-forest-section .connect-us {
    padding: 2rem 10px 2.2rem;
    bottom: 4vh;
  }
}
@media (max-width: 600px) {
  .deep-forest-section article p {
    margin-bottom: -90px;
  }
  .section-overlay article.article-four {
    margin-bottom: -118px;
    z-index: 3;
  }
  .section-overlay article.article-three {
    background-size: contain;
    background-position: center 58%;
  }
  .layer-3 {
    background-position: bottom;
    background-position: 0 0;
    top: 20px;
  }
  #hero {
    height: 650px;
  }
  .hero-content h1 {
    max-width: 15rem;
  }
  .hero-content h2 {
    max-width: 14rem;
  }
  .deep-forest-section .pre-footer-container::before {
    height: 28vw;
  }
  .deep-forest-section .pre-footer-container h3 {
    font-size: 43px;
    padding-bottom: 48px;
    max-width: 225px;
    margin-left: auto;
    margin-right: auto;
    line-height: 117%;
  }
  .deep-forest-section .pre-footer-container .connect-us {
    flex-direction: column;
    padding: 4rem 20px 4rem 20px;
    gap: 27px;
  }
  .deep-forest-section .pre-footer-container .connect-us h4 {
    font-size: 26px;
    max-width: 200px;
    text-align: center;
    line-height: 132%;
  }
  .deep-forest-section .pre-footer-container .connect-us .app-rating {
    max-width: 80%;
  }
}
@media (max-width: 450px) {
  .layer {
    background-size: contain;
  }
}
@media (max-width: 420px) {
  .section-overlay {
    background-size: contain;
  }
}
