html {
  background-image: linear-gradient(
    135deg,
    #fff,
    #cff8ff 17%,
    #93efff 27%,
    #b3f2ff 42%,
    #6ad1e7 62%,
    rgba(152, 112, 255, 0.7) 85%
  );
  background-repeat: no-repeat;
  background-color: #fafafa;
  min-height: 100vh;
}
body {
  margin: 0;
  padding: 0;
  min-height: 100vh;
  display: flex;
  justify-content: center;
  align-items: center;
}
.redirect {
  background-color: #dfeef3;
}
.metaIcon {
  margin-right: 12px;
}
.metaIcon img {
}
.metaText {
  margin-top: 7px;
  font-weight: 700;
  font-size: 1.2rem;
  line-height: 1;
}
.section {
  text-align: center;
  width: 100%;
}
.hero {
  padding: 3rem 0 10rem 0;
  overflow: hidden;
}
.logo-loora {
  margin: 2rem 0;
}
.logo-loora img {
  width: 96px;
}
.hero-text {
  font-weight: 600;
  font-size: 1.8rem;
  font-family: 'Inter', sans-serif;
}
.storeRedirect {
  margin-top: 80px;
  margin-bottom: 30px;
  font-weight: 600;
  font-size: 1.8rem;
  font-family: 'Inter', sans-serif;
}
.heroBgImg {
  position: absolute;
  top: 7rem;
  right: -61rem;
  z-index: -999;
}
.store-cta {
  transition: all 0.5s ease;
  box-shadow: 0 15px 30px -6px rgb(0 67 255 / 20%);
}
.store-cta:hover {
  box-shadow: 0 15px 30px -6px rgb(0 67 255 / 20%);
  background-color: #2a60f9;
}
.trial-text {
  margin: 1rem 0 5rem 0;
  color: #41444d;
  font-size: 1.6rem;
}
.trial-text a {
  color: #41444d;
  font-weight: 700;
}
.stats {
  transition: background 0.9s ease;
  margin-top: -18rem;
  background-color: #fff;
  padding: 23rem 0;
  overflow: hidden;
}
.stats.active {
  background-color: #2a60f9;
}
.ai-content {
  position: relative;
}
.ai-text {
  position: relative;
  z-index: 2;
  margin-bottom: 10rem;
  color: #fff;
  font-weight: 600;
  font-size: 2.6rem;
  font-family: 'Inter', sans-serif;
}
.rating-img {
  position: relative;
  z-index: 3;
  text-align: center;
}
.statsBgImg {
  position: absolute;
  top: 0;
  right: -25rem;
  opacity: 0;
  z-index: 1;
  transition: all 0.5s ease;
}
.statsBgImg.active {
  top: -15rem;
  right: -15rem;
  opacity: 1;
  transition: all 3s ease;
}
.download-now {
  text-align: center;
}
.app-icon {
  margin: 0 auto;
  margin-bottom: 0;
  box-shadow: 0 8px 30px 0 rgb(253 142 229 / 60%);
  border-radius: 25px;
  width: 64px;
  height: 64px;
}
lottie-player {
  width: 64px;
  height: 64px;
}
.storeRating img {
  width: 150px;
}
.hero-vid video {
  box-shadow: 0 30px 80px 0 rgb(220 115 163 / 35%);
  border-radius: 25px;
  width: 80%;
}
.testemonials {
  position: relative;
  padding: 15rem 0;
  text-align: center;
}
.quote-wrapper {
  box-shadow: -20px 38px 80px 0 rgb(220 115 163 / 30%);
  border: 10px solid white;
  border-top-right-radius: 25px;
  border-top-left-radius: 0px;
  border-bottom-right-radius: 25px;
  border-bottom-left-radius: 25px;
  background: linear-gradient(135deg, #ffffff, #e9e4f0, #d3cce3);
  padding: 3rem;
  text-align: left;
}
.quote-wrapper img {
  width: 100px;
}
.quote-wrapper p {
  font-weight: 700;
  font-size: 2rem;
  font-family: 'Inter', sans-serif;
}
.quote-name {
  color: #9da0a6;
  font-size: 1.2rem;
  text-transform: uppercase;
}
.users {
  width: 60%;
}
.user-stats {
  padding: 0 0 3rem 0;
}
.user-stats h4 {
  margin-bottom: 0rem;
  color: #2a60f9;
}
.stat-meta {
  color: #2a60f9;
  font-weight: 600;
  font-size: 1.8rem;
  font-family: 'Inter', sans-serif;
}
.footer-wrapper {
  background-color: #dfeef3;
  padding: 10rem 0;
  text-align: center;
}
.footer {
  color: #9da0a6;
  font-size: 1.3rem;
}
.footer-links {
  text-align: center;
}
.footer a {
  color: #9da0a6;
  font-size: 1.3rem;
  text-decoration: none;
}
.footer .logo-footer {
  margin-bottom: 2rem;
  width: 96px;
}
.loader {
  -webkit-mask: radial-gradient(farthest-side, #0000 calc(100% - 8px), #000 0);
  animation: l13 1s infinite linear;
  margin: 0 auto;
  border-radius: 50%;
  background:
    radial-gradient(farthest-side, #2a60f9 94%, #0000) top/8px 8px no-repeat,
    conic-gradient(#0000 30%, #2a60f9);
  aspect-ratio: 1;
  width: 40px;
}
@keyframes l13 {
  100% {
    transform: rotate(1turn);
  }
}
.redirectText {
  margin-top: 20px;
  font-size: 1.2rem;
}
.redirectText a {
  color: #9da0a6;
  text-decoration: none;
}

@media (min-width: 750px) {
  .logo-loora {
    margin: 1.5rem 0 3rem 0;
  }
  .logo-loora img {
    width: 100px;
  }
  .app-icon {
    width: 80px;
    height: 80px;
  }
  lottie-player {
    width: 80px;
    height: 80px;
  }
  .hero {
    padding: 10rem 0 15rem 0;
    text-align: left;
  }
  .hero-vid video {
    width: 63%;
  }
  .testemonials {
    padding: 20rem 0;
    text-align: left;
  }
  .hero-text {
    font-size: 2rem;
  }
  .heroBgImg {
    top: -20rem;
    right: -55rem;
  }
  .stats {
    margin-top: -22rem;
    padding-top: 30rem;
    text-align: left;
  }
  .stat-meta {
    font-size: 2rem;
  }
  .ai-text {
    font-size: 3rem;
  }
}
