/* hero-section */
.hero-section {
  padding: 140px 0 64px;
}

.hero-section h1 {
  font-family: "Paytone One";
  font-style: normal;
  font-weight: 400;
  font-size: 36px;
  line-height: 48px;
  letter-spacing: 0.01em;
  color: #120155;
  margin-bottom: 16px;
}

.hero-section h1 span {
  color: #5856ce;
}

.hero-section p {
  font-weight: 500;
  font-size: 18px;
  line-height: 30px;
  letter-spacing: 0.01em;
  color: #343434;
  min-width: 584px;
  margin-bottom: 40px;
}

/* company logo */
.logo-section {
  padding: 64px 0 80px;
  text-align: center;
}

.logo-section h3 {
  font-weight: 600;
  font-size: 24px;
  line-height: 30px;
  letter-spacing: 0.01em;
  color: #120155;
  margin-bottom: 40px;
}

.logo-section h3 span {
  color: #5856ce;
}

/* Feature Section --start--*/

.section-feature {
  background: linear-gradient(
    293.44deg,
    rgba(235, 246, 255, 0) -9.09%,
    #ebf6ff 93.82%
  );
}

.timer-section {
  position: relative;
  padding-top: 60px;
  height: 748px;
}

.boldtext {
  font-weight: 700;
}

.kts-head-title {
  font-family: "Paytone One";
  font-size: 24px;
  line-height: 34px;
  letter-spacing: 0.02em;
  color: #0d144a;
  margin-bottom: 24px;
}

.kts-head-subtitle {
  font-weight: 700;
  font-size: 16px;
  line-height: 30px;
  letter-spacing: 0.01em;
  color: #5856ce;
  margin-bottom: 8px;
}

.kts-head-desc {
  line-height: 24px;
  letter-spacing: 0.02em;
  color: #000000;
}

.kts-reason-section {
  margin-bottom: 60px;
  margin-top: 60px;
}

.kts-reason-wrapper {
  display: flex;
  justify-content: center;
}

.kts-reason-item1,
.kts-reason-item2,
.kts-reason-item3,
.kts-reason-item4,
.kts-reason-item5,
.kts-reason-item6,
.kts-reason-item7,
.kts-reason-item8 {
  border-bottom: 1px solid #b1b1b1;
  padding: 0px 0px;
  height: 45px;
  z-index: 1;
}

.kts-reason-inner {
  cursor: pointer;
  width: 100%;
  /* display: flex; */
  justify-content: center;
}

.kts-reason-title:hover {
  color: #504ee4 !important;
}

.kts-progrss-bar {
  position: relative;
  top: -3px;
  display: none;
  width: 100%;
  height: 3px;
}

.k_highlight .kts-progrss-bar {
  display: block !important;
  z-index: 3;
}

.k_highlight .progresbarBlue {
  background-color: #504ee4;
  display: block !important;
}

.kts-reason-title {
  font-weight: 700;
  font-size: 14px;
  line-height: 30px;
  text-align: center;
  letter-spacing: 0.01em;
  color: #b1b1b1;
  text-transform: uppercase;
}

.ts-heading {
  font-size: 30px;
  max-width: 850px;
  margin: auto;
  font-family: "Paytone One";
  color: #120155;
  line-height: 42px;
}

.kts-progrss-bar:before {
  content: "" !important;
  width: 100px;
  height: 3px;
  display: block !important;
  animation: progressBarForTabs1 5s linear forwards infinite !important;
}
@keyframes progressBarForTabs1 {
  0% {
    width: 1%;
    background-color: #504ee4;
  }
  100% {
    width: 100%;
    background-color: #504ee4;
  }
}
.kts-section-item-box {
  position: relative;
}

.kts-section-item-box .row .col-lg-6 .mb-40 {
  width: 91%;
}

.kts-section-item {
  position: absolute;
  width: 100%;
  top: 0px;
  opacity: 0;
  height: 380px;
  transition: 0.3s;
}

.kt_opacity {
  opacity: 1;
  z-index: 5;
}

.k_highlight p {
  color: #5856ce;
}

.kts-section-item ul {
  list-style: none;
  margin-left: 30px;
}

.kts-section-item ul li {
  font-weight: 500;
  font-size: 16px;
  line-height: 30px;
  letter-spacing: 0.01em;
  color: #505050;
  margin-bottom: 8px;
}

.kts-reason-item {
  /* padding-left: 20px;
  padding-right: 20px; */
  width: 140px;
}

/* .kts-reason-item1 {
  padding-left: 0;
}

.kts-reason-item2 {
  padding-right: 0;
} */

.kts-section-item ul li::before {
  content: "\2022";
  font-weight: bold;
  font-size: 32px;
  display: inline-block;
  width: 1em;
  margin-left: -1em;
  position: relative;
  top: 5px;
  color: #b499ff;
  height: 0;
}

.mt-24 {
  margin-top: 36px;
}
/* Feature Section --end--*/

/* Testimonial section */
.testimonial-section {
  padding: 80px 0;
}

.testimonial-section h2 {
  font-family: "Paytone One";
  font-size: 40px;
  line-height: 60px;
  letter-spacing: 0.01em;
  color: #120155;
  text-align: center;
  margin-bottom: 40px;
}

.testimonial-section .t6-testimonial-box {
  max-width: 900px;
  margin: auto;
}

.t6-profile-img {
  padding: 26px 0px 0px 38px !important;
}

.t6-conatiner-box {
  max-width: 536px !important;
}

/* banner-section */
.top-rated-section {
  padding: 80px 0;
  /* background: var(--rating-bg); */
  background-size: cover;
  background-position: bottom;
  background-repeat: no-repeat;
}
.top-rated-section .container .row {
  max-width: 900px;
  margin: auto;
}
.top-rated-section h2 {
  font-family: "Paytone One";
  font-size: 40px;
  line-height: 60px;
  letter-spacing: 0.01em;
  color: #120155;
}
.top-rated-section h2 span {
  color: #5856ce;
}

/* signup-section */
.signup-section {
  padding: 64px 0;
  background: var(--cta-section);
  background-size: cover;
  background-position: bottom;
  background-repeat: no-repeat;
  text-align: center;
}
.signup-section h3 {
  font-family: "Paytone One";
  font-size: 30px;
  line-height: 42px;
  text-align: center;
  letter-spacing: 0.01em;
  color: #ffffff;
  margin-bottom: 32px;
}
.signup-section p {
  font-weight: 500;
  font-size: 18px;
  line-height: 30px;
  text-align: center;
  letter-spacing: 0.01em;
  color: #ffffff;
  margin-bottom: 40px;
}
.signup-section .kt-signup-form .kt-btn-primary {
  top: 1px;
}

@media only screen and (max-width: 768px) {
  /* hero-section */
  .hero-section {
    padding: 100px 0 40px;
  }
  .hero-section h1 {
    font-size: 32px;
    line-height: 42px;
    margin-bottom: 16px;
  }
  .hero-section p {
    font-size: 14px;
    line-height: 26px;
    min-width: 100%;
    margin-bottom: 24px;
  }
  .hero-section img {
    margin-top: 24px;
  }

  /* feature-section */
  .timer-section {
    padding-top: 26px;
    height: 100% !important;
  }

  .kts-reason-section {
    display: none;
  }

  .table-headings {
    top: 45px;
  }

  .ts-heading {
    font-size: 24px;
    margin: 0 auto 26px;
    line-height: 36px;
  }
  .kts-reason-wrapper {
    display: none;
  }

  .kts-section-item {
    height: fit-content;
    position: relative;
    opacity: 1 !important;
  }

  .kts-section-item img {
    margin-bottom: 58px;
  }

  .kts-section-item p {
    font-size: 12px;
  }

  .kts-section-item ul li {
    font-size: 14px;
  }

  .mb-40 {
    margin-bottom: 40px;
  }

  .kts-head-title {
    font-size: 20px;
    line-height: 25px;
    margin-bottom: 0;
  }
  .kts-head-subtitle {
    font-size: 14px;
    line-height: 24px;
  }
  .kts-section-item ul {
    margin-top: 0 !important;
  }
  .kts-section-item ul li::before {
    top: 7px;
    height: 0;
  }
  .kts-section-item-box .row .col-lg-6 .mb-40 {
    width: 100%;
  }

  /* .testimonial-section */
  .testimonial-section {
    padding: 40px 0;
  }
  .testimonial-section h2 {
    font-size: 28px;
    line-height: 36px;
    margin-bottom: 16px;
  }
  .t6-comment {
    font-size: 16px !important;
    line-height: 28px !important;
  }
  .t6-name,
  .t6-post {
    font-size: 12px;
  }

  /* top-rated-section */
  .top-rated-section h2 {
    font-size: 30px;
    line-height: 42px;
    text-align: center;
  }
  .top-rated-section img {
    width: 240px;
    margin-top: 24px;
  }

  /* signup-section */
  .signup-section h3 {
    font-size: 22px;
    line-height: 36px;
    margin-bottom: 16px;
  }
  .signup-section p {
    font-size: 14px;
    line-height: 28px;
  }
}
