.heroSectionWrapper {
  padding: 13.75rem 20px 6.25rem 20px;
}

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

.heroSectionLeft {
  width: 50%;
  padding-top: 2.125rem;
}

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

.heroSectionHeading {
  color: #0e0d59;
  font-family: "Red Hat Text";
  font-size: 2.75rem;
  font-weight: 700;
  text-transform: capitalize;
  margin-bottom: 1rem;
}

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

.heroSectionBtn {
  padding: 12px 20px;
  border-radius: 4px;
  background: #504ee4;
  color: #fff;
  font-size: 14px;
  font-weight: 600;
  line-height: 24px;
  letter-spacing: 0.28px;
  text-transform: uppercase;
  border: none;
  cursor: pointer;
}

.heroSectionRight {
  width: 50%;
  position: relative;
}

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

.heroSection_center {
  position: absolute;
  margin: auto;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  filter: drop-shadow(0px 13px 50px #9cb5d6);
  width: 46.3%;
  height: auto;
  z-index: 1;
}

.heroSection_movingImg {
  position: absolute;
  margin: auto;
}

.heroSection_topLeft {
  filter: drop-shadow(0px 12px 40px #acd0ff);
  top: 0;
  bottom: 57%;
  left: 0;
  right: 62%;
  width: 10.8%;
}

.heroSection_topRight {
  filter: drop-shadow(0px 30px 40px #9cb5d6);
  width: 10.8%;
  top: 0;
  bottom: 75%;
  left: 47%;
  right: 0;
}

.heroSection_bottomRight {
  filter: drop-shadow(-9px 18px 40px #b4c9e4);
  width: 10.8%;
  top: 25%;
  bottom: 0;
  left: 88%;
  right: 0;
}

.heroSection_bottomCenter {
  filter: drop-shadow(0px 5px 20px #c2d6f1);
  width: 10.8%;
  top: 75%;
  bottom: 0;
  left: 20%;
  right: 0;
}

.heroSection_bottomLeft {
  filter: drop-shadow(0px 12px 40px #acd0ff);
  width: 10.8%;
  top: 54%;
  bottom: 0;
  left: 0;
  right: 65%;
}

/* working */

.working {
  padding: 6.25rem 20px 7.5rem 20px;
  border-top-left-radius: 10rem;
  border-top-right-radius: 10rem;
  background: linear-gradient(
    180deg,
    rgba(235, 231, 255, 0.6) 0%,
    rgba(215, 205, 255, 0) 40%
  );
  border-top: 1px solid #d9d7ff;
}

.workingHeading {
  color: #0e0d59;
  text-align: center;
  font-weight: 600;
  text-transform: capitalize;
  margin-bottom: 5rem;
  max-width: 658px;
}

.workingCardList {
  gap: 8.75rem;
  max-width: 1110px;
  width: 100%;
}

.workingCard {
  gap: 1.875rem;
}

.workingCardLeft {
  width: 50%;
}

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

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

.workingCardRight {
  width: 50%;
}

.workingCardRight2 {
  padding: 0px 2rem;
}

.workingCardRight3 {
  padding-right: 2.5rem;
}

/* featureSection */

.featureSection {
  padding: 6.25rem 20px;
  background: linear-gradient(180deg, #d2d6ffcc 0%, rgba(210, 222, 255, 0) 50%);
}

.featureSectionHeading {
  color: #0e0d59;
  text-align: center;
  font-weight: 600;
  margin-bottom: 5rem;
  max-width: 910px;
  line-height: 2.625rem;
}

.featureCardList {
  gap: 4.25rem;
  max-width: 1110px;
  width: 100%;
}

.featureCardLeft {
  width: 50%;
}

.featureCardBox {
  padding-top: 1.5rem;
  cursor: pointer;
}

.featureCardBox.active .featureCardHeadWrapper {
  margin-bottom: 4px;
}

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

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

.featureCardArrow {
  transition: all 0.3s ease;
}

.featureCardBox.active .featureCardArrow {
  transform: rotate3d(0, 0, 1, 90deg);
}

.featureCardBox.active .featureCardArrow path {
  fill: #0e0d59;
}

.featureCardContentWrapper {
  height: 0px;
  overflow: hidden;
  transition: all 0.3s ease;
}

.featureCardDesc {
  color: #0e0d59;
  font-size: 0.875rem;
  margin-bottom: 0px;
  padding-right: 32px;
}

.featureCardBoxImg {
  display: none;
  padding: 1.5rem 0px;
}

.featureCardLineWrapper {
  position: relative;
  padding-top: 1.5rem;
}

.featureCardLine1 {
  width: 100%;
  height: 1px;
  background: #cac6ff;
}

.featureCardLine2 {
  position: absolute;
  width: 0%;
  height: 1.5px;
  border-radius: 16px;
  background: linear-gradient(41deg, #dee1ff 0%, #4b5dff 100%);
  bottom: 0;
}

.featureCardBox.active .featureCardLine2 {
  animation: widthFull 8s linear;
}

.featureCardRight {
  width: 50%;
  position: relative;
}

.featureCardRightImg {
  position: absolute;
  opacity: 0;
}

.featureCardRightImg.active {
  transition: all 0.3s;
  position: relative;
  opacity: 1;
}

@keyframes widthFull {
  from {
    width: 0%;
  }
  to {
    width: 100%;
  }
}

/* ctaSection */

.ctaSection {
  padding: 7rem 20px;
  background: linear-gradient(180deg, #5452be 0%, #161489 100%), #070485;
}

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

.ctaBtn {
  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) {
  .heroSection {
    flex-direction: column;
  }

  .heroSection > div {
    width: 100%;
  }

  .working {
    border-top-left-radius: 5rem;
    border-top-right-radius: 5rem;
  }

  .workingCardList {
    gap: 6.25rem;
  }

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

  .workingCard > div {
    width: 100%;
  }

  .featureCardLeft {
    width: 100%;
  }

  .featureCardBoxImg {
    display: block;
  }

  .featureCardRight {
    display: none;
  }
}
