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

.heroSection {
  display: flex;
  align-items: center;
  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";
  font-size: 2.85rem;
  text-transform: capitalize;
  margin-bottom: 8px;
  font-weight: 400;
}

.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%;
  display: flex;
  justify-content: center;
}

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

.featureSectionWrapper {
  display: flex;
  justify-content: center;
  padding: 0px 20px 7.5rem 20px;
}

.featureSection {
  display: flex;
  flex-direction: column;
  gap: 3.75rem;
  max-width: 1110px;
  width: 100%;
}

.featureSectionHeading {
  color: #0e0d59;
  text-align: center;
  font-size: 2.25rem;
  font-weight: 600;
  max-width: 918px;
}

.featureCardList{
  display: flex;
  flex-direction: column;
  gap: 5.5rem;
}

.featureCard {
  display: flex;
  align-items: center;
  gap: 5.5rem;
}

.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%;
  display: flex;
  justify-content: center;
  height: fit-content;
}

.featureCardRightWrapper{
  position: relative;
  width: 100%;
  height: fit-content;
}

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

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

.featureCard1_img1{
  top: 0;
  right: 0;
  max-width: 74%;
  transition-delay: 0.2s;
}

.featureCard1_img2{
  bottom: 0;
  left: 0;
  max-width: 71%;
  box-shadow: 1px -3px 47.372px 0px rgba(72, 91, 120, 0.32);
  border-radius: 10px;
  transition-delay: 0.4s;
}

.featureCard2_img1{
  top: 0;
  right: 0;
  max-width: 70%;
  filter: drop-shadow(-6px 5px 47.372px rgba(72, 91, 120, 0.25));
  transition-delay: 0.2s;
}

.featureCard2_img2{
  bottom: 0;
  left: 0;
  max-width: 79%;
  transition-delay: 0.4s;
}

.featureCard3_img1{
  top: 0;
  left: 0;
  max-width: 60%;
  margin: auto;
  bottom: 0;
  transition-delay: 0.2s;
}

.featureCard3_img2{
  top: 0;
  right: 0;
  max-width: 49%;
  filter: drop-shadow(-30px 5px 47.372px rgba(255, 255, 255, 0.80));
  transition-delay: 0.4s;
}

.featureCard3_img3{
  bottom: 0;
  right: 0;
  max-width: 49%;
  filter: drop-shadow(-29px 5px 47.372px rgba(255, 255, 255, 0.80));
  transition-delay: 0.6s;
}

.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: 865px;
}

.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%;
  }

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

  .featureCard2 {
    gap: 3rem;
  }

  .featureCard > div {
    width: 100%;
  }

  .ctaSectionHeading{
    font-size: 24px;
    margin-bottom: 36px;
  }
}

@media only screen and (max-width: 500px) {
  .featureCardRight img {
    width: 100%;
  }
}
