/* heroSection */

.heroSectionWrapper {
  padding: 10rem 20px 6.25rem 20px;
  background-image: url("../../assets/images/lp-power-dialer/Ellipse\ 28.png");
  background-position: center -10%;
  background-repeat: no-repeat;
  background-size: cover;
}

.heroSection {
  gap: 1.875rem;
  max-width: 1192px;
  width: 100%;
}

.heroSectionLeft {
  width: 50%;
}

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

.heroSectionHeading {
  color: #0e0d59;
  font-family: "Red Hat Text";
  font-size: 3.44rem;
  font-weight: 700;
  line-height: 4.25rem;
  letter-spacing: -1.1px;
  text-transform: capitalize;
  margin-bottom: 1rem;
}

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

.heroSectionBtn {
  padding: 14px 23.333px;
  border-radius: 4.667px;
  background: #504ee4;
  color: #fff;
  font-size: 1.03rem;
  font-weight: 600;
  line-height: 1.75rem;
  letter-spacing: 0.327px;
  text-transform: uppercase;
  border: none;
  cursor: pointer;
}

.heroSectionRight {
  width: 50%;
  padding-left: 2.5rem;
}

.heroSectionImg {
  width: 100%;
  height: auto;
}

/* compareSection */

.compareSection {
  padding: 6.25rem 20px;
}

.compareSectionHeading {
  color: #0e0d59;
  text-align: center;
  font-weight: 600;
  max-width: 620px;
  margin-bottom: 2rem;
}

.compareSectionDiff {
  max-width: 1192px;
  width: 100%;
  position: relative;
}

.compareSectionDiff > div {
  gap: 1.875rem;
}

.compareSectionImgWrapper {
  margin-bottom: 2.5rem;
  width: 100%;
}

.compareSectionImgWrapper > div {
  width: 50%;
}

.compareSectionImg {
  width: 100%;
  height: auto;
}

.compareSectionHeadingWrapper {
  margin-bottom: 1.125rem;
}

.compareSectionHeadingWrapper > p {
  width: 50%;
  color: #3a396e;
  text-align: center;
  font-size: 1.375rem;
  font-weight: 600;
  margin-bottom: 0px;
}

.compareSectionPointWrapper {
  padding: 1rem 0px;
}

.compareSectionPointWrapper > p {
  width: 50%;
  color: #0e0d59;
  text-align: center;
  margin-bottom: 0px;
  position: relative;
}

.compareSectionPoint1 {
  padding-right: 1.25rem;
}

.compareSectionPoint2 {
  padding-left: 1.25rem;
}

.compareSectionPointWrapper > p > span {
  position: absolute;
  margin: auto;
  top: 0;
  bottom: 0;
}

.compareSectionPointWrapper > p img {
  width: 1.25rem;
  height: auto;
}

.compareSectionPoint1Icon {
  right: 0;
}

.compareSectionPoint2Icon {
  left: 0;
}

.compareSectionDiffLine {
  height: 1px;
  background: linear-gradient(90deg, #ddd7e800 0%, #f4effd 50%, #ddd7e800 100%);
}

.compareSectionDiffLine2 {
  position: absolute;
  margin: auto;
  left: 0;
  right: 0;
  height: 100%;
  width: 2px;
  background: linear-gradient(#ddd7e800 0%, #f4effd 50%, #ddd7e800 100%);
}

/* featureSection */

.featureSection {
  padding: 6.25rem 20px;
  background: linear-gradient(
    180deg,
    rgba(215, 205, 255, 0.3) 0%,
    rgba(215, 205, 255, 0) 59.29%
  );
  border-radius: 6.25rem;
}

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

.featureSectionDesc {
  color: #3d3c7d;
  text-align: center;
  margin-bottom: 4.5rem;
}

.featureSectionList {
  gap: 1.875rem;
  max-width: 1192px;
  width: 100%;
}

.featureSectionListLeft {
  width: 41.67%;
}

.featureSectionListImg {
  width: 100%;
  height: auto;
  display: none;
}

.featureSectionListImg.active {
  display: block;
  animation: fadeIn 0.5s ease forwards;
}

@keyframes fadeIn {
  from {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}

.featureSectionListRight {
  width: 58.33%;
  gap: 1rem;
}

.featureSectionListCard {
  padding: 16px 20px;
  border-radius: 12px;
  border: 1px solid #f0f0f0;
  background: #fff;
  cursor: pointer;
}

.featureSectionListCard.active {
  padding: 20px;
  border: 1px solid #cfcef7;
  box-shadow: 0px 2px 54px 0px rgba(0, 0, 0, 0.04);
}

.featureSectionListCardHeading {
  color: #676684;
  font-size: 1.125rem;
  font-weight: 600;
  text-transform: capitalize;
  margin-bottom: 0px;
  transition: all 0.5s ease;
}

.featureSectionListCard.active .featureSectionListCardHeading {
  color: #504ee4;
  font-size: 1.375rem;
  font-weight: 700;
}

.featureSectionListCardArrow {
  transition: all 0.5s ease;
}

.featureSectionListCard.active .featureSectionListCardArrow {
  transform: rotate(90deg);
}

.featureSectionListCardContent {
  height: 0px;
  overflow: hidden;
  transition: all 0.5s ease;
  opacity: 0;
}

.featureSectionListCard.active .featureSectionListCardContent {
  opacity: 1;
}

.featureSectionListCardLine1 {
  margin: 12px 0px;
  height: 2px;
  background-color: #ebebff;
  position: relative;
}

.featureSectionListCardLine2 {
  position: absolute;
  top: 0;
  left: 0;
  height: 100%;
  width: 0%;
  background: linear-gradient(90deg, #dee1ff 0%, #4b5dff 100%);
}

.featureSectionListCard.active .featureSectionListCardLine2 {
  animation: lineMove 8s linear;
}

@keyframes lineMove {
  0% {
    width: 0%;
  }
  100% {
    width: 100%;
  }
}

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

.featureSectionListCardImg {
  display: none;
  width: 100%;
  height: auto;
  margin-top: 3rem;
}

/* autoDialer */

.autoDialer {
  padding: 6.25rem 20px;
  background: url("../images/autoDialer/autoDialerBg.webp"), #fcf9ff;
  background-position: center -60%;
  background-repeat: no-repeat;
  background-size: 180% 80%;
}

.autoDialerHeading {
  color: #0e0d59;
  text-align: center;
  font-weight: 600;
  text-transform: capitalize;
  max-width: 772px;
  margin-bottom: 8px;
}

.autoDialerDesc {
  color: #3d3c7d;
  text-align: center;
  font-size: 1.125rem;
  margin-bottom: 6.25rem;
}

.autoDialerCardList {
  gap: 1.25rem;
  max-width: 1192px;
  width: 100%;
}

.autoDialerCard {
  width: 25%;
  border-radius: 8px;
  border: 1px solid #ebeaff;
  background: linear-gradient(180deg, #d9d9ff 0%, #f9f9ff 100%);
}

.autoDialerCardImg {
  width: 100%;
  height: auto;
}

.autoDialerCardContent {
  padding: 1.25rem;
}

.autoDialerCardHeading {
  color: #0e0d59;
  font-size: 1.125rem;
  font-weight: 600;
  margin-bottom: 4px;
}

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

/* addon Section */
.addonSectionWrap {
  padding: 6.25rem 10px 2rem;
}

.addonSection {
  max-width: 1192px;
  width: 100%;
  border-radius: 0.625rem;
  border: 1px solid #EDE9F3;
  background: linear-gradient(180deg, #F5F5FF 0%, #F7F2FF 25.42%);
  margin: 0 auto;
}

.addonSectionCardList {
  border-bottom: 1px solid #D3CEDC;
}

.addonSectionCard {
  width: 50%;
  padding: 1.5rem 2rem;
  opacity: 0.5;
  cursor: pointer;
}

.addonSectionCard.active {
  opacity: 1;
}

.addonSectionCard1 {
  border-right: 0.5px solid #D3CEDC;
}

.addonSectionCard2 {
  border-left: 0.5px solid #D3CEDC;
}

.addonSectionCardTitleWrap {
  gap: 0.625rem;
  margin-bottom: 1rem;
}

.addonSectionCardTitleIcon {
  padding: 1px 0.5rem;
  border-radius: 28.235px;
  background: #09A95C;
  color: #FFF;
  text-align: center;
  font-size: 0.625rem;
  font-weight: 600;
  text-transform: uppercase;
  margin-bottom: 0px;
}

.addonSectionCardTitle {
  color: #504EE4;
  font-size: 0.875rem;
  font-weight: 600;
  letter-spacing: 0.28px;
  text-transform: uppercase;
  margin-bottom: 0px;
}

.addonSectionCardHeading {
  color: #1F172E;
  font-size: 1.25rem;
  font-weight: 600;
  letter-spacing: -0.4px;
  margin-bottom: 0.75rem;
}

.addonSectionCardDesc {
  color: #454559;
  font-size: 0.875rem;
  line-height: 1.25rem;
  margin-bottom: 1rem;
}

.addonSectionCardLink {
  text-decoration: none;
  color: #504EE4;
  font-size: 0.875rem;
  font-weight: 600;
  text-transform: uppercase;
  margin-bottom: 0px;
  pointer-events: none;
}

.addonSectionCard.active .addonSectionCardLink {
  pointer-events: all;
}

.addonSectionCardLinkIcon {
  margin-left: 0.75rem;
  transition: all 0.3s ease-in-out;
}

.addonSectionCardLink:hover .addonSectionCardLinkIcon {
  transform: translateX(6px);
}

.addonSectionCardImg {
  width: 100%;
  height: auto;
  margin-top: 2rem;
  display: none;
}

.addonSectionImgList {
  position: relative;
  padding: 1.875rem 10px;
  display: flex;
  overflow: hidden;
}

.addonSectionImg {
  position: absolute;
  max-width: 1066px;
  width: 100%;
  object-fit: contain;
  opacity: 0;
}

.addonSectionImg.active {
  position: relative;
  transition: opacity 0.3s ease-in-out;
  opacity: 1;
}

/* increaseRatio */

.increaseRatio {
  padding: 7.19rem 20px;
}

.increaseRatioHeading {
  color: #0e0d59;
  text-align: center;
  font-weight: 600;
  text-transform: capitalize;
  margin-bottom: 3rem;
}

.increaseRatioList {
  max-width: 895px;
  width: 100%;
}

.increaseRatioCount {
  color: #0e0d59;
  text-align: center;
  font-size: 4rem;
  font-weight: 700;
  margin-bottom: 0px;
  background: linear-gradient(135deg, #9154f4 0%, #4c2ec7 100%);
}

.increaseRatioCountText {
  color: #3d3c7d;
  text-align: center;
  font-size: 1.31rem;
  margin-bottom: 0px;
}

/* ctaSection */

.ctaSection {
  padding: 7.5rem 20px;
  background: linear-gradient(180deg, #4644ba -11.85%, #161489 100%);
}

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

.ctaSectionDesc {
  color: #fff;
  text-align: center;
  margin-bottom: 2.5rem;
}

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

@media only screen and (max-width: 768px) {
  .heroSectionWrapper {
    background-position: center 0%;
    background-size: 200% 130%;
  }

  .heroSection {
    flex-direction: column;
  }

  .heroSection > div {
    width: 100%;
  }

  .heroSectionHeading {
    font-size: 3rem;
    line-height: 4rem;
  }

  .heroSectionRight {
    padding: 0px;
  }

  .featureSection {
    border-radius: 2.25rem;
  }

  .featureSectionListLeft {
    display: none;
  }

  .featureSectionListRight {
    width: 100%;
  }

  .featureSectionListCardImg {
    display: block;
  }

  .autoDialerCardList {
    flex-direction: column;
  }

  .autoDialerCard {
    width: 100%;
  }
  
  /* addon Section */
  .addonSectionCardList {
    flex-direction: column;
    border-bottom: none;
  }

  .addonSectionCard {
    width: 100%;
    opacity: 1;
  }

  .addonSectionCard1 {
    border-right: none;
    border-bottom: 0.5px solid #D3CEDC;
  }

  .addonSectionCard2 {
    border-left: none;
    border-top: 0.5px solid #D3CEDC;
  }

  .addonSectionCardLink {
    pointer-events: all;
  }

  .addonSectionCardImg {
    display: block;
  }

  .addonSectionImgList {
    display: none;
  }

  .increaseRatioList {
    flex-direction: column;
  }

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