@import url("https://fonts.googleapis.com/css2?family=Exo:ital,wght@0,100..900;1,100..900&family=Montserrat:ital,wght@0,100..900;1,100..900&family=Poppins:ital,wght@0,100;0,200;0,300;0,400;0,500;0,600;0,700;0,800;0,900;1,100;1,200;1,300;1,400;1,500;1,600;1,700;1,800;1,900&display=swap");

* {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
}

body {
  font-family: Poppins;
  margin: 0;
  padding: 0;
}

.bg-dark-purple {
  background-color: #62396c;
}

.bg-light-purple {
  background-color: #9e79a633;
}

.text-dark-puple {
  color: #62396c;
}

.section-heading {
  font-size: 40px;
  font-weight: 500;
  margin-bottom: 20px;
  color: #461c47;
}

.section-heading-get-app {
  font-size: 40px;
  font-weight: 700;
  margin-bottom: 20px;
  color: #62396c;
}

.section-heading-wrap {
  margin-bottom: 50px;
}

.fs-20 {
  font-size: 20px;
}

.fs-regular-24 {
  font-size: 24px;
}

.fs-medium-20 {
  font-size: 20px;
}

.fs-semibold-24 {
  font-size: 24px;
  font-weight: 600;
}

.fs-bold-60 {
  font-size: 60px;
  font-weight: 700;
}

.line-h-30 {
  line-height: 30px;
}

.margin-b-100 {
  margin-bottom: 100px !important;
}

.margin-b-32 {
  margin-bottom: 32px;
}

.margin-b-40 {
  margin-bottom: 40px;
}

.margin-b-20 {
  margin-bottom: 20px;
}

.margin-b-15 {
  margin-bottom: 15px;
}

.padding-t-50 {
  padding-top: 50px;
}

.padding-y-35 {
  padding: 35px 0;
}

.padding-y-100 {
  padding: 100px 0;
}

.padding-y-50 {
  padding: 50px 0;
}

.border-1-grey {
  border-top: 1px solid #ccc;
}

.container {
  max-width: 1240px;
  width: 100%;
  margin: 0 auto;
}

/* Banner Section */
.banner-feature-section {
  position: relative;
}

.banner-section {
  background: linear-gradient(#ffffff, #62396c4d);
  padding: 70px 0 130px 0;
}

.banner-heading {
  font-size: 2.5rem;
  font-weight: bold;
  color: #4a2052;
}

.banner-subheading {
  font-size: 1.1rem;
  color: #333;
  margin: 15px 0;
}

.banner-btn {
  background-color: #5c2d69;
  color: #fff;
  padding: 12px 20px;
  font-size: 1rem;
  border-radius: 5px;
  text-decoration: none;
  display: inline-block;
}

.banner-img {
  width: 100%;
  max-width: 400px;
}

/* Feature Cards */
.features-section {
  position: relative;
  padding: 30px 0;
  top: -60px;
}

.feature-card {
  background-color: #62396c;
  padding: 30px;
  color: #ffffff;
}

/* About Us */
.about-content {
  padding-left: 30px;
}

.work-card {
  padding: 30px;
  border: 1px solid #ccc;
}

/* How It Works */
.work-card {
  padding: 30px;
  border: 1px solid #e4eee6;
  border-radius: 8px;
  margin-bottom: 30px;
  text-align: center;
}

/* Testimonials */
.testimonial-slider {
  padding: 40px 0;
}

.testimonial-card {
  background-color: #9e79a633;
  border-radius: 12px;
  padding: 20px;
  text-align: center;
  color: #fff;
  margin: 10px;
  box-shadow: 0px 4px 10px rgba(0, 0, 0, 0.1);
}

.slick-dots li {
  margin: 0 !important;
}

.slick-dots li button:before {
  color: #62396c !important;
  opacity: 1 !important;
  font-size: 10px !important;
}

.slick-dots li.slick-active button:before {
  color: #62396c !important;
  opacity: 1;
  font-size: 14px !important;
}

.profile {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 10px;
}

.profile img {
  width: 90px;
  border-radius: 8px;
  object-fit: cover;
}

.testimonial-text {
  color: #000;
  background-color: #ffffff;
  padding: 20px;
  border-radius: 8px;
  margin-top: 20px;
}

/* Footer */
.footer {
  background-color: #62396c;
  color: white;
}

.footer-logo {
  width: 125px;
}

.social-icons {
  width: 100%;
  display: flex;
  align-items: center;
  gap: 40px;
}

.social-icons a:hover img {
  transform: scale(1.1);
}

.footer ul li a {
  text-decoration: none;
  color: white;
  transition: 0.3s;
}

.footer ul li a:hover {
  text-decoration: underline;
}

@media only screen and (max-width:767px) {
    .banner-section {
        padding: 60px 0 70px 0;
    }
    .banner-section .row {
        flex-direction: column-reverse !important   ;
    }
    .section-heading {
        font-size: 24px;
        text-align: center;
    }
    .fs-sm-30 {
        font-size: 30px !important;
    }
    .fs-sm-16 {
        font-size: 16px !important;
    }
    .padding-y-50 {
        padding: 50px 0;
    }
    .margin-b-sm-0 {
        margin-bottom: 0 !important;
    }
    .margin-b-sm-16 {
        margin-bottom: 16px !important;
    }
    .margin-b-sm-50 {
        margin-bottom: 50px !important;
    }
    .features-section {
        padding: 50px 0;
        top:0;
    }
    .feature-card {
        padding: 50px;
    }
    .about-content {
        padding-left: 0;
        margin-top: 20px;
    }
    .get-app-btn {
      text-align: center;
    }
}
