/* heroSection */

.heroSectionOuterWrapper {
  background-image: url("../images/newAircallPage/heroSectionWrapperBg.webp");
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  padding: 7.5rem 20px 0px 20px;
}

.heroSectionWrapper {
  max-width: 1440px;
  width: 100%;
  position: relative;
}

.heroSection {
  max-width: 1192px;
  width: 100%;
  position: absolute;
  margin: auto;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  height: fit-content;
}

.heroSectionLeft {
  width: calc(50% - 15px);
  margin-top: 2%;
}

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

.heroSectionWrapperRigthImg {
  width: calc(47% - 15px);
  height: auto;
}

/* rightDialer */

.rightDialer {
  padding: 6.25rem 20px;
  background: linear-gradient(180deg, #230c68 0%, #050111 100%), #fff;
}

.rightDialerHeading {
  color: #fff;
  text-align: center;
  font-family: "Red Hat Text";
  font-weight: 700;
  letter-spacing: -0.8px;
  text-transform: capitalize;
  margin-bottom: 12px;
}

.rightDialerDesc {
  color: #a79dc4;
  text-align: center;
  font-size: 1.125rem;
  max-width: 794px;
  margin-bottom: 3.75rem;
}

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

.rightDialerCard {
  padding: 2rem;
  width: 33.3%;
}

.rightDialerCardImg {
  width: 4rem;
  margin-bottom: 1rem;
}

.rightDialerCardHeading {
  color: #fff;
  font-size: 1.5rem;
  font-weight: 600;
  margin-bottom: 4px;
}

.rightDialerCardDesc {
  color: #a69bc7;
  font-size: 0.94rem;
  margin-bottom: 0px;
}

.rightDialerCardListLine {
  height: 1px;
  background: linear-gradient(
    90deg,
    rgb(255, 255, 255, 0),
    rgb(255, 255, 255, 0.32),
    rgb(255, 255, 255, 0)
  );
}

.rightDialerCardListLin2 {
  position: absolute;
  height: 100%;
  width: 1px;
  left: 33.3%;
  top: 0px;
  background: linear-gradient(
    rgb(255, 255, 255, 0),
    rgb(255, 255, 255, 0.32),
    rgb(255, 255, 255, 0)
  );
}

.rightDialerCardListLin3 {
  position: absolute;
  height: 100%;
  width: 1px;
  right: 33.3%;
  top: 0px;
  background: linear-gradient(
    rgb(255, 255, 255, 0),
    rgb(255, 255, 255, 0.32),
    rgb(255, 255, 255, 0)
  );
}

/* featureSection */

.featureSection {
  padding: 6.25rem 20px;
  background: linear-gradient(
    13deg,
    #fdfcff -0.09%,
    #faf7ff 17.06%,
    #fdfcff 34.3%,
    #faf7ff 51.49%,
    #fdfcff 68.87%,
    #faf7ff 86.27%
  );
}

.featureSectionHeading {
  color: #0e0d59;
  text-align: center;
  font-weight: 700;
  text-transform: capitalize;
  max-width: 640px;
  margin-bottom: 6.25rem;
}

.featureSectionCardList {
  gap: 10rem;
  max-width: 1192px;
  width: 100%;
}

.featureSectionCard {
  gap: 1.875rem;
}

.featureSectionCardLeft {
  width: 41%;
}

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

.featureSectionCardDesc {
  color: #3d3c7d;
  margin-bottom: 1.25rem;
}

.featureSectionCardLM {
  color: #504ee4;
  font-size: 0.875rem;
  font-weight: 600;
  text-transform: uppercase;
  margin-bottom: 0px;
  margin-right: 8px;
  cursor: pointer;
}

.featureSectionCardLMSvg {
  transition: all 0.3s;
}

.featureSectionCardLM:hover .featureSectionCardLMSvg {
  transform: translateX(4px);
}

.featureSectionCardRight {
  width: 59%;
}

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

/* comparitionSection */

.comparitionSection {
  padding: 6.25rem 20px;
}

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

.comparitionSectionCardList {
  max-width: 1192px;
  width: 100%;
  gap: 1.5rem;
}

.comparitionSectionCard {
  border-radius: 8px;
  overflow: hidden;
  transition: all 0.3s;
}

.comparitionSectionCard.active {
  border-radius: 8px;
  border: 1px solid #eceff9;
}

.comparitionSectionCardHeader {
  padding: 1.56rem 0px;
  background: linear-gradient(
      0deg,
      rgba(255, 255, 255, 0.7) 0%,
      rgba(255, 255, 255, 0.7) 100%
    ),
    linear-gradient(
      74deg,
      #d7dced -16.63%,
      #f5f8ff 9.72%,
      #d7dced 36.22%,
      #f5f8ff 62.64%,
      #d7dced 89.36%,
      #f5f8ff 116.09%
    );
  cursor: pointer;
}

.comparitionSectionCard.active .comparitionSectionCardHeader {
  background: linear-gradient(
      0deg,
      rgba(255, 255, 255, 0.4) 0%,
      rgba(255, 255, 255, 0.4) 100%
    ),
    linear-gradient(
      74deg,
      #d7dced -16.63%,
      #f5f8ff 9.72%,
      #d7dced 36.22%,
      #f5f8ff 62.64%,
      #d7dced 89.36%,
      #f5f8ff 116.09%
    ),
    #f3ebfe;
}

.comparitionSectionCardHeading {
  color: #747d93;
  font-size: 1.5rem;
  font-weight: 600;
  margin-bottom: 0px;
  padding: 0px 1.56rem;
  transition: all 0.3s;
}

.comparitionSectionCard.active .comparitionSectionCardHeading {
  color: #120720;
}

.comparitionSectionCardHeading1 {
  text-align: left;
  width: 41.67%;
}

.comparitionSectionCardHeading2 {
  text-align: center;
  width: 25%;
  display: none;
}

.comparitionSectionCard.active .comparitionSectionCardHeading2 {
  display: block;
}

.comparitionSectionCardHeaderIconWrapper {
  width: 8.33%;
  padding: 0px 1.56rem;
}

.comparitionSectionCardHeaderIcon {
  width: 2rem;
  height: auto;
  transform: rotate(-180deg);
  animation: rotate-animation 0.3s ease-in-out forwards;
}

.comparitionSectionCardHeaderIcon2 {
  display: none;
  transform: rotate(-180deg);
  animation: rotate-animation 0.3s ease-in-out forwards;
}

@keyframes rotate-animation {
  from {
    transform: rotate(-180deg);
  }
  to {
    transform: rotate(0deg);
  }
}

.comparitionSectionCard.active .comparitionSectionCardHeaderIcon1 {
  display: none;
}

.comparitionSectionCard.active .comparitionSectionCardHeaderIcon2 {
  display: block;
}

.comparitionSectionCardContentList {
  background-color: #fbfcff;
}

.comparitionSectionCardContent {
  padding: 1.47rem 0px;
  border-bottom: 1px solid #eceff9;
}

.comparitionSectionCardContentText {
  color: #2d2c76;
  margin-bottom: 0px;
  width: 41.67%;
  padding: 0px 1.56rem;
}

.comparitionSectionCardContentIconWrapper {
  width: 25%;
  text-align: center;
  padding: 0px 1.56rem;
}

/* ctaSection */

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

.ctaSectionHeading {
  color: #fff;
  text-align: center;
  font-weight: 600;
  max-width: 798px;
  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) {
  .heroSectionOuterWrapper {
    padding-top: 15rem;
    padding-bottom: 6rem;
    background-position-x: 40%;
  }

  .heroSectionWrapper {
    flex-direction: column;
  }

  .heroSection {
    position: static;
  }

  .heroSectionLeft,
  .heroSectionWrapperRigthImg {
    width: 100%;
  }

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

  .rightDialerCardList {
    flex-direction: column;
  }

  .rightDialerCardList {
    flex-direction: column;
  }

  .rightDialerCard {
    width: 100%;
    text-align: center;
  }

  .rightDialerCardListLine,
  .rightDialerCardListLin2,
  .rightDialerCardListLin3 {
    display: none;
  }

  .featureSectionCardList {
    gap: 5rem;
  }

  .featureSectionCard {
    flex-direction: column !important;
  }

  .featureSectionCardLeft,
  .featureSectionCardRight {
    width: 100%;
  }

  .comparitionSectionCardHeading {
    font-size: 1rem;
  }

  .comparitionSectionCardHeaderIcon {
    width: 1.5rem;
  }

  .comparitionSectionCardContentIcon {
    width: 20px;
  }
}
