/* 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;
  background-image: url("../images/aircallVsDialiq/compareSectionBg.png");
  background-position: bottom;
  background-repeat: no-repeat;
  background-size: 100% 100%;
}

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

.comparisonTable {
  max-width: 1192px;
  width: 100%;
  border-radius: 13.494px;
  border: 1px solid #e9ddff;
  background: white;
}

.column1 {
  width: 25%;
}

.column2 {
  width: 37.5%;
}

.column3 {
  width: 37.5%;
}

.comparisonTableHeadRow {
  border-bottom: 1px solid #ced5ec;
  position: relative;
}

.column2.comparisonTableHeading {
  background: #e6e4f8;
}

.column3.comparisonTableHeading {
  background: rgba(200, 180, 253, 0.5);
}

.comparisonTableHeading {
  color: #120720;
  font-size: 1.375rem;
  font-weight: 500;
  margin-bottom: 0px;
  padding: 1.375rem;
}

.comparisonTablePointRow {
  border-bottom: 1px solid #e9ddff;
  position: relative;
}

.comparisonTableLastPointRow {
  border: none;
}

.column1.comparisonTablePoint {
  font-size: 1.25rem;
  font-weight: 500;
  text-transform: capitalize;
}

.comparisonTablePoint {
  color: #393c56;
  margin-bottom: 0px;
  padding: 1.375rem;
}

.comparisonTableClmLine1,
.comparisonTableClmLine2 {
  position: absolute;
  width: 1px;
  height: 100%;
  top: 0;
}

.comparisonTableClmLine1 {
  left: 25%;
}

.comparisonTableClmLine2 {
  right: 37.5%;
}

.comparisonTableHeadClmLine {
  background-color: #ced5ec;
}

.comparisonTablePointClmLine {
  background-color: #dfe2ed;
}

/* 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;
  }
}
