.hero-main-wrapper {
  padding: 14rem 0 4rem 0;
}
@media (min-width: 992px) {
  .hero-main-wrapper {
    padding: 18rem 0 6rem 0;
  }
}
.hero-main-wrapper .hero-content {
  margin-bottom: 3.2rem;
  text-align: center;
}
.hero-main-wrapper .hero-content h1 {
  margin-bottom: 1.6rem;
  font-size: 3.2rem;
  line-height: 1.2;
}
@media (min-width: 992px) {
  .hero-main-wrapper .hero-content h1 {
    margin-bottom: 2.4rem;
    font-size: 4.6rem;
  }
}
.hero-main-wrapper .hero-content h1 strong {
  background: linear-gradient(90deg, #8155E5 0%, #D475D4 51.64%);
  background-clip: text;
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}
.hero-main-wrapper .hero-content p {
  color: #333;
  margin-bottom: 1.6rem;
  max-width: 80rem;
  margin-left: auto;
  margin-right: auto;
}
@media (min-width: 992px) {
  .hero-main-wrapper .hero-content p {
    font-size: 1.8rem;
    margin-bottom: 1.6rem;
  }
}
.hero-main-wrapper .hero-content h5 {
  border-radius: 33px;
  background: linear-gradient(90deg, #8155E5 0%, #D475D4 51.64%);
  background-clip: text;
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  display: inline-block;
  padding: 0.6rem 1.2rem;
  position: relative;
  font-size: 1.2rem;
  margin-bottom: 1.6rem;
}
@media (max-width: 991px) {
  .hero-main-wrapper .hero-content h5 {
    font-size: 1.4rem;
  }
}
.hero-main-wrapper .hero-content h5::before {
  content: "";
  position: absolute;
  border-radius: 33px;
  left: 0;
  top: 0;
  height: 100%;
  width: 100%;
  background: white;
  z-index: -1;
}
.hero-main-wrapper .hero-ctas {
  margin-top: 3.2rem;
}
@media (min-width: 992px) {
  .hero-main-wrapper .hero-ctas {
    margin-top: 4rem;
  }
}
.hero-main-wrapper .hero-ctas .cta-item a.btn {
  padding: 1.2rem 2.4rem;
  font-weight: 600;
  border-radius: 0.8rem;
  transition: all 0.3s ease;
  text-decoration: none;
  display: inline-block;
}
.hero-main-wrapper .hero-ctas .cta-item a.btn.btn-primary {
  background: linear-gradient(90deg, #8155E5 0%, #D475D4 51.64%);
  color: white;
  padding: 1.4rem 2.4rem;
  min-width: 20rem;
}
.hero-main-wrapper .hero-ctas .cta-item a.btn.btn-primary:hover {
  transform: translateY(-2px);
  box-shadow: 0 8px 20px rgba(129, 85, 229, 0.3);
}
.hero-main-wrapper .hero-ctas .cta-item a.btn.btn-secondary {
  background-color: transparent;
  color: #000;
  border: 2px solid #000;
}
.hero-main-wrapper .hero-ctas .cta-item a.btn.btn-secondary:hover {
  background-color: #fff;
  border-color: #000;
  transform: translateY(-2px);
}
.hero-main-wrapper .hero-image-section {
  margin-top: 4rem;
}
@media (min-width: 992px) {
  .hero-main-wrapper .hero-image-section {
    margin-top: 6rem;
  }
}
.hero-main-wrapper .hero-image {
  margin: 0;
  width: 100%;
  border-radius: 32px 32px 0 0;
  background: linear-gradient(180deg, #F7E7F9 0%, #EFEDFE 50.48%, #FFF 100%);
  padding: 1.5rem 1.5rem 0 1.5rem;
  transition: transform 0.3s ease;
}
.hero-main-wrapper .hero-image:hover {
  transform: translateY(-8px);
}
.hero-main-wrapper .hero-image img {
  width: 100%;
  height: auto;
  display: block;
}/*# sourceMappingURL=style.css.map */