@import url("https://fonts.googleapis.com/css2?family=Open+Sans:wght@400;600;800&family=Paytone+One&display=swap");

html,
body {
  scroll-behavior: smooth;
  transition: all 0.3s;
  font-size: 16px;
}

/* landing-section starts*/
.landing-section {
  padding: 8.75rem 0 3.75rem;
}

.signup-section .kt-signup-form .kt-btn-primary {
  top: 1px;
}

.main-hero-titie1 {
  font-family: "Paytone One";
  font-style: normal;
  font-weight: 400;
  font-size: 2.875rem;
  line-height: 3.75rem;
  letter-spacing: 0.01em;
  color: #120155;
  margin-bottom: 1.5rem;
}

.main-hero-titie2 {
  font-weight: 500;
  font-size: 1.125rem;
  line-height: 1.875rem;
  letter-spacing: 0.01em;
  color: #343434;
  margin-bottom: 2.5rem;
}

.txt-blue {
  color: #5856ce;
}

/* logo-section */

.logo-section {
  padding: 3.75rem 0;
}

.logo-section h2 {
  font-weight: 600;
  font-size: 1.5rem;
  line-height: 1.875rem;
  letter-spacing: 0.01em;
  color: #120155;
  text-align: center;
  margin-bottom: 2.5rem;
}

/* landing-section ends */

/* 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-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 {
  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-reason-item {
  padding-left: 20px;
  padding-right: 20px;
}

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

.kts-reason-item5 {
  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;
}

.mt-24 {
  margin-top: 36px;
}

/* Feature Section --end--*/

/* Testimonial --start */

.testimonial {
  padding: 5rem 0;
}

.testimonial-heading {
  font-family: "Paytone One";
  font-style: normal;
  font-weight: 400;
  font-size: 2.5rem;
  line-height: 3.75rem;
  letter-spacing: 0.01em;
  color: #120155;
  text-align: center;
  margin-bottom: 5rem;
}

/* Testimonial --end */

/* rating-section --start */

.rating-section {
  padding: 5rem 0;
  border-top: 1px solid #f1ecff;
  text-align: center;
}

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

.rating-section h2 span {
  font-size: 6rem;
  color: #5856ce;
  margin-right: 24px;
}

.rating-section img {
  margin-top: 32px;
}

/* rating-section --end */

/* top-rated-section starts */

.top-rated-section {
  padding: 2.5rem 0;
  background: var(--rating-bg);
  background-size: cover;
  background-position: bottom;
  background-repeat: no-repeat;
}

.top-rated-section h2 {
  font-family: "Paytone One";
  font-size: 2.5rem;
  line-height: 3.75rem;
  letter-spacing: 0.01em;
  color: #120155;
}

.top-rated-section h2 span {
  color: #5856ce;
}

.top-rated-section .container .row {
  max-width: 900px;
  margin: auto;
}

/* top-rated-section ends */

.signup-section {
  padding: 5rem 0;
  background: var(--cta-section);
  background-size: cover;
  background-position: bottom;
  background-repeat: no-repeat;
}

.signup-section h3 {
  font-family: "Paytone One";
  font-size: 1.875rem;
  line-height: 2.75rem;
  text-align: center;
  letter-spacing: 0.01em;
  color: #ffffff;
  margin-bottom: 2.5rem;
}

.signup-section .kt-signup-form {
  width: fit-content;
  margin: auto;
}

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

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

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

  .table-headings {
    top: 45px;
  }

  .ts-heading {
    font-size: 20px;
    margin: 0 auto 26px;
    line-height: 28px;
  }
  .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: 12px;
  }

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

  .kts-head-title {
    font-size: 18px;
    line-height: 25px;
  }
  /* section feature ---ends */
}

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