html {
  font-size: 16px;
}

.hero-section {
  background: linear-gradient(97.25deg, #fcf8ff 5.01%, #eae7ff 142.42%);
  padding: 10rem 0 6rem;
}

.hero-section h1 {
  font-family: "Paytone One";
  font-size: 2.5rem;
  line-height: 3.5rem;
  color: #0d144a;
  margin-bottom: 0.75rem;
}

.hero-section h1 span {
  color: #504ee4;
}

.hero-section .hero-subHead {
  font-weight: 600;
  font-size: 1rem;
  line-height: 1.5rem;
  text-transform: uppercase;
  color: #926bff;
  margin-bottom: 0.5rem;
}

.hero-section p {
  font-size: 1.125rem;
  line-height: 1.6875rem;
  color: #393c56;
  margin-bottom: 2.5rem;
}

.hero-section .kt-btn--secondary {
  background: transparent !important;
}

.hero-section .kt-btn--secondary:hover {
  background-color: var(--color-blue) !important;
}

.sub-img {
  position: absolute;
  right: 40px;
  opacity: 1;
  top: 50%;
  transform: translateY(-50%);
  animation: moveleft 1.5s;
  transition: all 0.4s;
}

@keyframes moveleft {
  0% {
    right: -40px;
    opacity: 0;
  }
  100% {
    right: 40px;
    opacity: 1;
  }
}

/* zig-zag secion */

.zig-zag {
  padding: 3rem 0;
}

.zig-zag h2 {
  font-family: "Paytone One";
  font-size: 2.5rem;
  line-height: 3.5rem;
  text-align: center;
  color: #0d144a;
  margin-bottom: 2.5rem;
}

.zig-zag h2 span {
  color: #504ee4;
}

.zig-zag h4 {
  font-family: "Paytone One";
  font-size: 5rem;
  line-height: 7rem;
  color: #eeeaff;
  margin: 0;
}

.zig-zag h3 {
  font-family: "Paytone One";
  font-size: 1.875rem;
  line-height: 2.625rem;
  color: #0d144a;
  margin-bottom: 1rem;
}

.zig-zag h3 span {
  color: #504ee4;
}

.zig-zag p {
  font-size: 1rem;
  line-height: 1.5rem;
  color: #393c56;
}

.zig-zag-container .row {
  align-items: center;
}

.zig-zag-container .row:nth-child(even) {
  flex-direction: row-reverse;
}

.zig-zag-container .row:nth-child(odd) .col-12:last-child {
  text-align: center;
}

.zig-zag-container .row:not(:last-child) {
  margin-bottom: 2rem;
}

.zig-zag-container h5 {
  font-weight: 700;
  font-size: 1.125rem;
  line-height: 1.6875rem;
  color: #0d144a;
  margin-top: 1.5rem;
}

.zig-zag-text-container {
  width: 78%;
}

.zig-zag .sideImg1 {
  top: 62%;
  right: 13%;
}

.zig-zag .sideImg2 {
  top: 15%;
  right: 40%;
  animation-delay: 0.8s;
}

.zig-zag .sideImg3 {
  top: 35%;
  right: 28%;
  animation-delay: 1.6s;
}

.zig-zag .sideImg4 {
  top: 12%;
  right: 18%;
}

.zig-zag .sideImg5 {
  top: 12%;
  right: 18%;
  animation-delay: 0.8s;
}

.zig-zag .sideImg6 {
  top: 35%;
  right: 37%;
  animation-delay: 1.6s;
}

.movingAnime {
  position: absolute;
  animation: shakingAnime 2.4s infinite;
}

@keyframes shakingAnime {
  0% {
    transform: translateX(0rem);
  }
  33% {
    transform: translate(0.2rem, -0.2rem);
  }
  66% {
    transform: translate(-0.2rem, -0.2rem);
  }
}

/* testimonial section */
.testimonial-section {
  background: var(--testiminial-bg);
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  padding: 3rem 0 4rem;
}

.testimonial-section h2 {
  font-family: "Paytone One";
  font-size: 2rem;
  line-height: 3rem;
  color: #120155;
  text-align: center;
  margin: 0;
}

.testimonial-section h2 span {
  color: #504ee4;
}

.testimonial-section h3 {
  font-weight: 700;
  font-size: 1.5rem;
  line-height: 2.25rem;
  letter-spacing: 0.01em;
  color: #120155;
}

.right-container {
  text-align: center;
}

.right-container img:first-child,
.left-container img:first-child {
  margin: 3rem 0 0.5rem;
}

.right-container h4 {
  font-family: "Paytone One";
  font-size: 1.25rem;
  line-height: 1.5rem;
  letter-spacing: 0.01em;
  color: #0d144a;
  margin-bottom: 0.5rem;
}

.right-container p {
  font-size: 0.75rem;
  line-height: 1.125rem;
  color: #000000;
  margin-bottom: 0.5rem;
}

.testimonial-section .row {
  max-width: 956px;
  margin: auto;
}

/* cta section */
.cta-section {
  background: var(--cta-bg);
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  padding: 5rem 0;
  text-align: center;
}

.cta-section h2 {
  font-family: "Paytone One";
  font-size: 2.5rem;
  line-height: 3.5rem;
  color: #ffffff;
  mix-blend-mode: normal;
  margin-bottom: 1.5rem;
}

.cta-section p {
  font-family: "Poppins";
  font-style: normal;
  font-weight: 400;
  font-size: 16px;
  line-height: 24px;
  color: #ffffff;
  mix-blend-mode: normal;
  margin-bottom: 1.725rem;
}

.cta-section .kt-btn--secondary {
  border: none !important;
}

@media only screen and (max-width: 1200px) {
  /* zig-zag */
  .zig-zag-text-container {
    width: 100%;
  }

  .zig-zag .sideImg1 {
    right: 6%;
  }

  .zig-zag .sideImg2 {
    right: 28%;
  }

  .zig-zag .sideImg3 {
    right: 24%;
  }

  .zig-zag .sideImg4 {
    right: 2%;
  }

  .zig-zag .sideImg5 {
    right: 12%;
  }

  .zig-zag .sideImg6 {
    right: 26%;
  }
}

@media only screen and (max-width: 768px) {
  html {
    font-size: 14px;
  }

  /* hero-section */
  .hero-section .img-container {
    margin-top: 3rem;
  }

  /* zig-zag */
  .zig-zag-text-container {
    width: 100%;
  }

  .zig-zag .sideImg1 {
    right: 0;
  }

  .zig-zag .sideImg2 {
    top: 10%;
    right: 23%;
  }

  .zig-zag .sideImg3 {
    top: 35%;
    right: 19%;
  }

  .zig-zag .sideImg4 {
    top: 7%;
    right: 2%;
  }

  .zig-zag .sideImg5 {
    top: 10%;
    right: 2%;
  }

  .zig-zag .sideImg6 {
    top: 34%;
    right: 8%;
  }
}

@media only screen and (max-width: 576px) {
  html {
    font-size: 12px !important;
  }
}
