.hero-section {
  background: linear-gradient(
    180deg,
    #f5f5ff 85.22%,
    rgba(250, 250, 255, 0) 100%
  );
  padding: 7rem 0 4rem;
  overflow: hidden;
}

.hero-section h1 {
  color: #0e0d59;
  font-family: "Paytone One";
  font-size: 3rem;
  font-weight: 400;
  line-height: normal;
  text-transform: capitalize;
  margin-bottom: 0.5rem;
}

.hero-section p {
  color: #3d3c7d;
  font-size: 1.125rem;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
  width: 75%;
}

.hero-container {
  position: relative;
  height: fit-content;
  width: fit-content;
}

.hero-img {
  position: relative;
  z-index: 1;
}

.hero-img-1 {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 74%;
  animation: rotate 20s infinite linear;
}

.hero-img-2 {
  position: absolute;
  top: 50%;
  left: 50%;
  width: 88%;
  transform: translate(-50%, -50%);
  animation: rotate 30s infinite linear;
}

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

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

@keyframes rotate {
  from {
    transform: translate(-50%, -50%) rotate(0deg);
  }
  to {
    transform: translate(-50%, -50%) rotate(359deg);
  }
}

/*  */

/* manual-grind */

.manual-grind {
  padding: 4rem 0;
}

.manual-grind h2 {
  color: #0e0d59;
  text-align: center;
  font-size: 2.25rem;
  font-style: normal;
  font-weight: 700;
  line-height: normal;
  margin-bottom: 1rem;
}

.manual-grind p {
  color: #0e0d59;
  text-align: center;
  font-size: 1rem;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
  margin-bottom: 2rem;
}

.manual-grind .mid-img {
  transform: scale(1.5);
  position: relative;
  z-index: -1;
  top: 40px;
}

.manual-grind-card {
  text-align: center;
  position: relative;
}

.manual-grind-card img {
  margin-bottom: 1rem;
}

.manual-grind-card h3 {
  color: #0e0d59;
  text-align: center;
  font-size: 1rem;
  font-style: normal;
  font-weight: 600;
  line-height: normal;
  text-transform: capitalize;
}

.manual-grind-card p {
  color: #3d3c7d;
  text-align: center;
  font-size: 0.875rem;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
}

.manual-grind .row .col-6 .manual-grind-card:not(:last-child) p {
  margin-bottom: 4rem;
}

.manual-grind .row .col-6 .manual-grind-card:not(:first-child) p {
  margin-bottom: 0;
}

.manual-grind-card .arrow1 {
  position: absolute;
  right: -48%;
  bottom: -34%;
}

.manual-grind-card .arrow2 {
  position: absolute;
  right: -43%;
  bottom: 28%;
}

.manual-grind-card .arrow3 {
  position: absolute;
  left: -50%;
  bottom: -34%;
}

.manual-grind-card .arrow4 {
  position: absolute;
  left: -43%;
  bottom: 24%;
}

.orderChange {
  order: 0;
}

/*  */

/* un-ignorable */

.un-ignorable {
  padding: 4rem 0;
}

.un-ignorable h2 {
  color: #0e0d59;
  font-size: 2.25rem;
  font-style: normal;
  font-weight: 700;
  line-height: normal;
  margin-bottom: 2.5rem;
}

.un-ignorable-card img {
  margin-bottom: 1rem;
}

.un-ignorable-card h3 {
  color: #0e0d59;
  font-size: 1.25rem;
  font-style: normal;
  font-weight: 600;
  line-height: normal;
  text-transform: capitalize;
  margin-bottom: 0.5rem;
}

.un-ignorable-card p {
  color: #3d3c7d;
  font-size: 0.875rem;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
  margin-bottom: 2rem;
}

/*  */

/* Email Lands */

.email-lands {
  background: #f7fbff;
  padding: 4rem 0;
}

.email-lands h2 {
  color: #0e0d59;
  font-size: 2.25rem;
  font-style: normal;
  font-weight: 700;
  line-height: normal;
  margin-bottom: 3rem;
}

.email-lands-card img {
  margin-bottom: 1rem;
}

.email-lands-card {
  margin-bottom: 2rem;
}

.email-lands-card h3 {
  color: #0e0d59;
  font-size: 1.25rem;
  font-style: normal;
  font-weight: 600;
  line-height: normal;
  text-transform: capitalize;
}

.email-lands-card p {
  color: #3d3c7d;
  font-size: 0.875rem;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
}

.email-lands .section-img {
  width: 85%;
}

/*  */

/* cta-section */

.cta-section {
  background: var(--cta-section);
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
  padding: 7rem 1rem;
  text-align: center;
}

.cta-section h2 {
  font-weight: 700;
  font-size: 2.5rem;
  line-height: 3.75rem;
  color: #ffffff;
  margin-bottom: 2.5rem;
}

.startbutton {
  padding: 0.75rem 1.5rem;
  font-weight: 600;
  font-size: 0.875rem;
  letter-spacing: 0.02em;
  text-transform: uppercase;
  color: #151442 !important;
  background-color: #fff;
  border-radius: 4px;
  cursor: pointer;
  text-decoration: none;
  display: inline-block;
  height: 2.75rem;
}

.demobutton {
  padding: 0.6875rem 1.5rem;
  border: 1px solid #ffffff;
  font-weight: 600;
  font-size: 0.875rem;
  letter-spacing: 0.02em;
  text-transform: uppercase;
  color: #ffffff !important;
  margin-left: 1rem;
  border-radius: 4px;
  cursor: pointer;
  text-decoration: none !important;
  display: inline-block;
  height: 2.75rem;
}

/*  */

/* media queries */
@media only screen and (max-width: 768px) {
  .hero-section h1 {
    font-size: 2.4rem;
  }
  .hero-section p {
    width: 90%;
  }
  .hero-container {
    margin-top: 3rem;
  }
  .orderChange {
    order: -1;
  }
  .manual-grind .mid-img {
    transform: scale(1);
    margin-bottom: 2rem;
  }
  .email-lands .section-img {
    width: 100%;
    margin-top: 2rem;
  }
  .arrow {
    display: none;
  }
  .ks-close svg {
    border: none !important;
  }
}
