/* hero section start */

.heroSectionWrapper {
  padding: 11.5rem 20px 8.75rem 20px;
  background-image: url("../images/voicemail-drop/hero_bg.png");
  background-repeat: no-repeat;
  background-size: cover;
}

.heroSection {
  max-width: 1110px;
  width: 100%;
}

.heroSectionLeft {
  width: 50%;
}

.heroSectionTitle {
  color: #504ee4;
  font-weight: 600;
  letter-spacing: 0.32px;
  text-transform: uppercase;
  margin-bottom: 12px;
}

.heroSectionHeading {
  color: #0e0d59;
  font-family: "Paytone One";
  text-transform: capitalize;
  margin-bottom: 8px;
}

.heroSectionDesc {
  color: #3d3c7d;
  font-size: 1.125rem;
  margin-bottom: 2rem;
}

.heroSectionButton {
  color: #fff;
  font-size: 0.875rem;
  font-weight: 600;
  line-height: 1.5rem;
  letter-spacing: 0.28px;
  text-transform: uppercase;
  border-radius: 4px;
  background: #504ee4;
  padding: 12px 1.25rem;
  border: none;
  cursor: pointer;
}

.heroSectionButton:focus {
  outline: none;
}

.heroSectionRight {
  width: 50%;
}

.heroSectionRight img {
  width: 100%;
  height: auto;
  max-width: 449px;
}

/* hero section end */

/* feature section start */

.featureSectionWrapper {
  padding: 0px 20px 9rem 20px;
}

.featureSection {
  gap: 6rem;
  max-width: 1110px;
  width: 100%;
}

.featureSectionHeading {
  color: #0e0d59;
  font-weight: 600;
  margin-bottom: 8px;
  font-size: 2.25rem;
}

.featureSectionDesc {
  color: #3d3c7d;
  font-size: 1.125rem;
  margin-bottom: 0px;
}

.featureCardList {
  gap: 4rem;
}

.featureCardRev {
  flex-direction: row-reverse;
}

.featureCardLeft {
  width: 50%;
}

.featureCardHeading {
  color: #0e0d59;
  font-weight: 600;
  margin-bottom: 8px;
  font-size: 1.875rem;
}

.featureCardDesc {
  color: #3d3c7d;
  margin-bottom: 0px;
}

.featureCardRight {
  width: 50%;
}

.featureCardRightWrapper {
  position: relative;
}

.featureCard_main_img {
  width: 100%;
  height: auto;
  visibility: hidden;
}

.featureCard_img {
  position: absolute;
  height: auto;
  transform: translate3d(0, 100px, 0);
  opacity: 0;
  transition-duration: 0.8s;
}

.featureCard1_main_img {
  max-width: 451px;
}

.featureCard1_img1 {
  top: 0;
  left: 0;
  width: 60%;
  transition-delay: 0.2s;
}

.featureCard1_img2 {
  bottom: 0;
  right: 0;
  width: 70%;
  transition-delay: 0.4s;
}

.featureCard2_main_img {
  max-width: 352px;
}

.featureCard2_img1 {
  bottom: 0;
  left: 0;
  width: 80%;
  transition-delay: 0.2s;
}

.featureCard2_img2 {
  top: 0;
  right: 0;
  width: 57%;
  transition-delay: 0.4s;
}

.featureCard3_main_img {
  max-width: 437px;
}

.featureCard3_img1 {
  top: 0;
  left: 0;
  width: 65%;
  transition-delay: 0.2s;
}

.featureCard3_img2 {
  bottom: 0;
  right: 0;
  width: 71%;
  transition-delay: 0.4s;
}

/* feature section end */

.ctaSection {
  background: linear-gradient(180deg, #5452be 0%, #161489 100%), #070485;
  padding: 7rem 20px;
  text-align: center;
}

.ctaSectionHeading {
  color: #fff;
  text-align: center;
  font-weight: 600;
  margin-bottom: 2.5rem;
  max-width: 896px;
}

.ctaSectionButton {
  border-radius: 4px;
  background: linear-gradient(
      93deg,
      #4f95ff -1.83%,
      #3686ff 62.21%,
      #649ff9 99.82%
    ),
    #fff;
  padding: 14px 23.333px;
  color: #fff;
  font-size: 1.125rem;
  font-weight: 600;
  line-height: 1.75rem;
  letter-spacing: 0.373px;
  text-transform: uppercase;
  border: none;
  cursor: pointer;
}

.ctaSectionButton:focus {
  outline: none;
}

@media only screen and (max-width: 768px) {
  .heroSectionWrapper {
    padding-top: 14.5rem;
  }

  .heroSection {
    flex-direction: column;
    gap: 5rem;
  }

  .heroSection > div {
    width: 100%;
  }

  .featureCardList {
    gap: 7rem;
  }

  .featureCard {
    flex-direction: column;
    gap: 2rem;
  }

  .featureCardRight2{
    width: 80% !important;
  }

  .featureCard > div {
    width: 100%;
  }
}
