.heroSectionWrapper {
  display: flex;
  justify-content: center;
  padding: 11.5rem 20px 9.25rem 20px;
  background-image: url("../images/voicemail-drop/hero_bg.png");
  background-repeat: no-repeat;
  background-position: 0px;
  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.75rem;
  text-transform: capitalize;
  margin-bottom: 4px;
}

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

.featureSectionWrapper {
  display: flex;
  justify-content: center;
  padding-bottom: 11.5rem;
}

.featureSection {
  display: flex;
  flex-direction: column;
  gap: 8.94rem;
  max-width: 100vw;
  width: 100%;
}

.featureSectionTopWrapper {
  display: flex;
  justify-content: center;
  padding: 0px 20px;
}

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

.featureSectionHeading {
  color: #0e0d59;
  text-align: center;
  font-weight: 600;
  margin-bottom: 0px;
}

.featureSectionTopCards {
  display: flex;
  gap: 1.875rem;
}

.featureSectionTopCard {
  border-radius: 8px;
  border: 1px solid #e3e0ff;
  background: #fdfdff;
  padding: 24px 0px 0px 24px;
  width: 50%;
  z-index: 1;
  overflow: hidden;
}

.featureSectionTopCardHeading {
  color: #353470;
  font-weight: 600;
  text-transform: capitalize;
  margin-top: 8px;
}

.featureSectionTopCardDesc {
  color: #555490;
  margin-bottom: 2rem;
}

/* sample css start */

.featureSectionGraphCard {
  border-top-left-radius: 10px;
  border-top: 1.127px solid #eaeafa;
  border-left: 1.127px solid #eaeafa;
  padding: 20px 2.5rem 0px 24px;
  background: linear-gradient(137deg, #f5f5fd 17.9%, #fff 71.25%);
  display: flex;
  gap: 2.5rem;
  position: relative;
  overflow: hidden;
}

.featureSectionGraphCard::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  box-shadow: inset -20px -20px 50px 10px white;
  z-index: 1;
}

.featureSectionGraphCardTitle {
  color: #5c628c;
  font-family: Inter;
  font-size: 14px;
  font-weight: 600;
  margin-bottom: 2rem;
}

.featureSectionGraphBox {
  height: 208px;
  display: flex;
  gap: 12px;
  align-items: flex-end;
  padding-top: 1px;
  overflow: hidden;
}

.graphCardBarWrapper {
  width: 32px;
  z-index: 2;
}

.graphCardBar {
  position: relative;
  width: 30px;
  transform: translateY(50%);
  display: flex;
  justify-content: center;
  align-items: flex-start;
  padding-top: 8px;
  transition-timing-function: ease;
  transition-duration: 0.5s;
  transition-property: opacity, transform;
  opacity: 0;
  z-index: 100;
  margin: 1px;
  margin-bottom: 0px;
}

.graphCardBar::after,
.graphCardBar::before {
  content: "";
  position: absolute;
  border-top-left-radius: 5px;
  border-top-right-radius: 5px;
}

.graphCardBar::after {
  inset: 0px;
  z-index: -1;
}

.graphCardBar::before {
  inset: -1px;
  z-index: -2;
}

.graphCardBar1 {
  height: 100%;
  transition-delay: 0.1s;
}

.graphCardBar1-2 {
  height: 69%;
}

.graphCardBar1::before {
  background: linear-gradient(180deg, #11c545 0%, #fdfdff 100%);
}

.graphCardBar1::after {
  background: linear-gradient(180deg, #50da78 0%, #fdfdff 100%);
}

.graphCardBar2 {
  height: 37%;
  transition-delay: 0.4s;
}

.graphCardBar2-2 {
  height: 59%;
}

.graphCardBar2::before {
  background: linear-gradient(180deg, #df5638 0%, #fdfdff 100%);
}

.graphCardBar2::after {
  background: linear-gradient(180deg, #ef6648 0%, #fdfdff 100%);
}

.graphCardBar3 {
  height: 31%;
  transition-delay: 0.5s;
}

.graphCardBar3-2 {
  height: 100%;
}

.graphCardBar3::before {
  background: linear-gradient(180deg, #4170e7 0%, #fdfdff 100%);
}

.graphCardBar3::after {
  background: linear-gradient(180deg, #628cf7 0%, #fdfdff 100%);
}

.graphCardBar4 {
  height: 46%;
  transition-delay: 0.3s;
}

.graphCardBar4-2 {
  height: 46%;
}

.graphCardBar4::before {
  background: linear-gradient(180deg, #5915e9 0%, #fdfdff 100%);
}

.graphCardBar4::after {
  background: linear-gradient(180deg, #6d31ed 0%, #fdfdff 100%);
}

.graphCardBar5 {
  height: 78%;
  transition-delay: 0.2s;
}

.graphCardBar5-2 {
  height: 78%;
}

.graphCardBar5::before {
  background: linear-gradient(180deg, #ef405f 0%, #fdfdff 100%);
}

.graphCardBar5::after {
  background: linear-gradient(180deg, #f7627d 0%, #fdfdff 100%);
}

.showGraphCard {
  opacity: 1;
  transform: translateY(0%);
}

.graphCardText {
  margin-bottom: 0px;
  writing-mode: vertical-rl;
  transform: rotate(180deg);
  color: #fff;
  font-size: 9px;
  font-weight: 500;
}

.graphCardTextSmall {
  height: 40px;
}

.featureSectionGraphCardRight {
  width: 100%;
}

.featureSectionGraphCardUser {
  margin-bottom: 1.47rem;
  display: flex;
  align-items: center;
  gap: 6px;
}

.featureSectionGraphCardUserName {
  color: #495081;
  font-family: Inter;
  font-size: 13.576px;
  font-weight: 600;
  margin-bottom: 5.5px;
}

.featureSectionGraphCardUserEmail {
  color: #5e6495;
  font-family: Inter;
  font-size: 9.051px;
  font-weight: 500;
  margin-bottom: 0px;
}

.featureSectionGraphCountList {
  display: flex;
  flex-wrap: wrap;
  gap: 12px 12px;
}

.featureSectionGraphCountBox {
  padding: 10px;
  padding-right: 5px;
  width: calc(50% - 6px);
  border-radius: 4px;
  border: 1px solid #e1e1fb;
  background: linear-gradient(
    116deg,
    #f2f2fe 0%,
    rgba(242, 242, 254, 0) 97.51%
  );
}

.featureSectionGraphCountHead {
  color: #71769d;
  font-family: Inter;
  font-size: 9px;
  font-weight: 500;
  margin-bottom: 9px;
}

.featureSectionGraphCount {
  color: #4c5281;
  font-family: Inter;
  font-size: 19px;
  font-weight: 700;
  margin-bottom: 0px;
}

/* sample css end */

.featureCardListWrapper {
  background: var(--WhatDoIGetBg);
  background-repeat: no-repeat;
  margin-top: -14rem;
  display: flex;
  justify-content: center;
  padding: 0px 20px;
  padding-top: 14rem;
  background-size: contain;
}

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

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

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

.featureCardLeft {
  width: 50%;
}

.featureCardHeading {
  color: #0e0d59;
  font-weight: 600;
  margin-bottom: 8px;
  line-height: 3rem;
}

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

.featureCardRight {
  width: 50%;
  display: flex;
  justify-content: center;
}

.featureCardRight img {
  height: auto;
  transition-delay: 0.2s;
  width: 100%;
}

.featureCardRight1 img {
  max-width: 461px;
}

.featureCardRight2 img {
  max-width: 477px;
}

.featureCardRight3 img {
  max-width: 498px;
}

.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: 1034px;
  line-height: 3.75rem;
}

.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: 1024px) {
  .featureSectionGraphCard {
    flex-direction: column;
    align-items: center;
    padding: 10px;
    gap: 1.5rem;
  }

  .featureSectionGraphBox {
    height: 130px;
  }

  .graphCardText {
    font-size: 7px;
  }
}

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

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

  .heroSection > div {
    width: 100%;
  }

  .featureSectionTopCards {
    flex-direction: column;
  }
  .featureSectionTopCards > div {
    width: 100%;
  }

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

  .featureCard2 {
    gap: 3rem;
  }

  .featureCard > div {
    width: 100%;
  }

  .ctaSectionHeading {
    font-size: 2rem;
  }
}

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