/* .hero-section {
  padding: 180px 0px 0px;
  background: linear-gradient(180deg, #f1f8ff 0%, rgba(237, 245, 255, 0) 100%);
}

.hero-title {
  font-family: var(--paytone);
  font-weight: 400;
  font-size: 46px;
  color: #120155;
  margin-bottom: 24px;
  margin-top: 80px;
}
.hero-title span {
  color: #504ee4;
}
.hero-subtitle {
  font-weight: 400;
  font-size: 20px;
  color: #505050;
  margin-bottom: 40px;
}
.hero-img {
  cursor: pointer;
} */

.submitForm .showDemoRequest5 {
  display: none;
}

/* landing-section */
.landing-section {
  padding: 180px 0px 0px;
  background: linear-gradient(
    180deg,
    rgba(247, 244, 255, 0) 20%,
    #ebe3ff 80%,
    rgb(255 255 255) 100%
  );
  background-repeat: no-repeat;
  background-size: cover;
  background-position: bottom;
}

.landing-section h1 {
  font-family: "Paytone One";
  font-size: 46px;
  line-height: 64px;
  text-align: center;
  letter-spacing: 0.01em;
  color: #0d144a;
  margin-bottom: 12px;
}

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

.landing-section p {
  font-weight: 500;
  font-size: 18px;
  line-height: 27px;
  text-align: center;
  letter-spacing: 0.01em;
  color: #393c56;
  margin-bottom: 44px;
}

.landing-section .hero-img {
  margin-bottom: -316px;
  margin-top: 22px;
  cursor: pointer;
}

.landing-section h4 {
  font-weight: 700;
  font-size: 20px;
  line-height: 30px;
  text-align: center;
  letter-spacing: 0.01em;
  color: #0d144a;
  position: relative;
  top: 50px;
  background: #eae2ff;
  max-width: 59%;
  margin: auto;
  padding: 10px 0 8px;
  border-radius: 14px 14px 0 0;
}

.rectangleFiller {
  border-radius: 14px 14px 0 0;
  max-width: 40%;
  margin: auto;
  height: 30px;
  background-color: #eee7ff;
  position: relative;
  top: 50px;
}

.landing-section h4 span {
  color: #504ee4;
}

/* feature section */
.section-4 {
  margin: 0 48px;
  padding: 228px 0 60px;
  background: #000633;
  background-blend-mode: darken;
  border-radius: 24px;
}
/* Feature Section --start--*/

.section-4 .timer-section {
  position: relative;
  height: 624px;
}

.section-4 .kts-head-title-head {
  font-weight: 500;
  font-size: 16px;
  line-height: 24px;
  color: #8a61ff;
}

.boldtext {
  font-weight: 700;
}

.section-4 .ts-heading {
  font-weight: 400;
  font-size: 40px;
  line-height: 56px;
  text-align: center;
  color: #120155;
}

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

.kts-section-item .headDescription {
  font-style: italic;
  font-weight: 500;
  font-size: 16px;
  line-height: 24px;
  text-align: center;
  color: #393c56;
  margin-bottom: 48px;
}

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

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

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

.section-4 .kts-reason-item {
  border-bottom: 1px solid #efeaff;
  width: fit-content;
  display: flex;
  justify-content: center;
}

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

.section-4 .kts-reason-inner {
  cursor: pointer;
  width: 100%;
  display: flex;
  justify-content: center;
  margin: 0 14px;
}

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

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

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

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

.section-4 .kts-reason-title {
  font-weight: 700;
  font-size: 18px;
  line-height: 30px;
  text-align: center;
  letter-spacing: 0.01em;
  text-transform: capitalize;
  color: #efeaff;
}

.section-4 .kts-progrss-bar:before {
  content: "" !important;
  width: 100px;
  height: 3px;
  display: block !important;
  animation: progressBarForTabs2 5s linear forwards infinite !important;
}

.section-4 .kts-section-item-box {
  position: relative;
}

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

.section-4 .kts-section-item .row h2 {
  font-family: "Paytone One";
  font-size: 46px;
  line-height: 64px;
  letter-spacing: 0.01em;
  color: #ffffff;
}

.section-4 .kts-section-item .row p {
  font-size: 18px;
  line-height: 27px;
  color: #efeaff;
}

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

.section-4 .k_highlight p {
  color: #504ee4;
}

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

@keyframes progressBarForTabs2 {
  0% {
    width: 1%;
    background-color: #504ee4;
  }
  100% {
    width: 100%;
    background-color: #504ee4;
  }
}

/* featues section */

.cardContainer {
  display: flex;
  margin: 20px;
  cursor: pointer;
}

.cardContainer.cardActive {
  margin: 20px 0px;
  transition: all 0.3s;
}

.cardContainer img {
  margin-right: 24px;
  position: relative;
  top: 2px;
}

.cardContainer.cardActive .cardContainerHead {
  color: #b499ff;
  margin-bottom: 16px;
}

.cardContainerHead {
  font-weight: 700;
  font-size: 20px;
  line-height: 30px;
  color: #efeaff;
  margin-bottom: 0;
}

.cardContainerPara {
  font-weight: 400;
  font-size: 16px;
  line-height: 24px;
  color: #393c56;
  margin: 0;
}

.cardContainerLink {
  font-weight: 600;
  font-size: 16px;
  line-height: 24px;
  letter-spacing: 0.01em;
  color: #504ee4 !important;
  margin-top: 8px;
}

.cardContainerLink:hover {
  text-decoration: none;
}

.cardContainerLink:hover img {
  transform: translateX(4px);
}

.cardContainerLink img {
  position: initial;
  transition: all 0.3s;
}

.inActiveBulletin {
  display: block;
}

.cardActive {
  border: 1px solid #b499ff;
  border-radius: 4px;
  padding: 12px 20px;
}

.activeBulletin,
.cardContainerPara,
.cardContainerLink {
  display: none;
}

.cardContainer.cardActive .activeBulletin,
.cardContainer.cardActive .cardContainerPara,
.cardContainer.cardActive .cardContainerLink {
  display: block;
}

.cardContainer.cardActive .inActiveBulletin {
  display: none;
}

.sticky-nav-tab-wraper {
  position: relative;
  top: 40px;
}

.sticky-nav-tab-box {
  z-index: 30;
  position: sticky;
  background-color: white;
  top: 10px;
}
.sticky-nav-tab {
  z-index: 10;
  background: white;
  display: flex;
  justify-content: center;
  padding: 0px 0px;
}
.scale9 {
  transform: scale(0.8);
}
.sticky-nav-tab a {
  cursor: pointer;
  text-transform: uppercase;
  font-size: 14px;
  font-weight: 600;
  color: #9b9b9b;
}
.sticky-nav-tab .active a {
  color: #504ee4 !important;
  text-decoration: none !important;
}
.sticky-nav-tab a:hover {
  color: #504ee4;
  text-decoration: none !important;
}
.sticky-nav-tab-item {
  padding: 10px 0px;
  border-bottom: 2px solid #cacaca;
  color: #9b9b9b;
  width: 220px;
  z-index: 2;
  text-align: center;
}
.sticky-slider {
  border: 2px solid #504ee4;
  width: 230px;
  border-radius: 4px;
  position: relative;
  top: -3px;
  transition: 0.07s;
  z-index: 10;
}

.sticky-nav-tab-item a {
  width: 220px;
  padding: 12px 85px;
  border-bottom: 3px solid #d0d0d0 !important;
}

/* feature-section ends */

/* take a tour section */
.takeatour {
  background: #edf6ff;
  padding: 48px 0 292px;
  margin-bottom: -230px;
}

.takeatour h2 {
  font-family: "Paytone One";
  font-size: 36px;
  line-height: 50px;
  color: #120155;
  margin-bottom: 4px;
}

.takeatour p {
  font-size: 18px;
  line-height: 27px;
  color: #120155;
  margin-bottom: 44px;
}
/*  */

/* testimonials */

.t6-container {
  position: relative;
  display: flex;
  justify-content: center;
}
.t6-owl-carousel {
  width: 900px !important;
}
.owl-carousel .owl-item img {
  width: fit-content;
}
.testimonial-container {
  background: url("../images/allfeatures/testimonialbg.webp");
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  border-radius: 12px;
  max-width: 1028px;
  margin: 0 auto 60px auto;
  height: 464px;
  padding: 80px 48px;
  box-shadow: 0px 24px 36px rgba(0, 0, 0, 0.18);
  position: relative;
  z-index: 2;
}

.testimonial-container .left-container {
  width: 90%;
}

.testimonial-container .left-container img {
  margin-right: 8px;
}

.testimonial-container .left-container h2 {
  font-weight: 700;
  font-size: 24px;
  line-height: 36px;
  letter-spacing: 0.01em;
  color: #120155;
  margin-bottom: 24px;
}

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

.testimonial-container .left-container h6 {
  font-weight: 500;
  font-size: 14px;
  line-height: 21px;
  letter-spacing: 0.01em;
  color: #120155;
  margin-bottom: 20px;
}

.testimonial-container .right-container {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  text-align: center;
}

.testimonial-container .right-container h4 {
  font-family: "Paytone One";
  font-style: normal;
  font-weight: 400;
  font-size: 24px;
  line-height: 30px;
  letter-spacing: 0.01em;
  color: #0d144a;
  margin-top: 20px;
  margin-bottom: 8px;
}

.testimonial-container .right-container p {
  font-size: 14px;
  line-height: 21px;
  color: #000000;
  margin-bottom: 16px;
}

.testimonial a {
  text-decoration: none !important;
}

.testimonial .owl-nav button {
  position: absolute;
  width: 48px;
  height: 48px;
  border-radius: 50% !important;
  background: #ffffff !important;
  box-shadow: 0px 4px 12px rgba(0, 0, 0, 0.08);
  z-index: 99;
  border-radius: 10px;
  top: 200px;
}

.testimonial .owl-nav button:focus {
  outline: none;
}

.testimonial .owl-nav .owl-next {
  right: 0px;
}

.owl-next svg {
  position: relative;
  top: 3px;
  left: 2px;
}

.owl-prev svg {
  position: relative;
  top: 3px;
  right: 2px;
}

.testimonial .owl-nav .owl-prev {
  left: 0px;
}

.testimonial .owl-theme .owl-nav [class*="owl-"] {
  color: #352d4b;
}

.testimonial .owl-theme .owl-nav [class*="owl-"]:hover {
  color: #352d4b;
}

/* testimonials --end */

/* Other integrations */
.otherIntegration {
  padding: 96px 0;
}

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

.otherIntegration .para {
  font-size: 18px;
  line-height: 27px;
  text-align: center;
  color: #000000;
  margin-bottom: 36px;
}

.otherIntegration a {
  text-decoration: none;
}

.otherIntegration span img {
  transition: all 0.3s;
}

.otherIntegration a:hover span img {
  transform: translateX(6px);
}

.otherIntegration span {
  font-weight: 600;
  font-size: 16px;
  line-height: 24px;
  letter-spacing: 0.01em;
  color: #504ee4 !important;
}

.integrationsList {
  margin: auto;
  padding-left: 10%;
  display: flex;
  overflow-x: scroll;
}

.integrationsList::-webkit-scrollbar {
  display: none;
}

.integrationsCard {
  min-width: 283px;
  background: #ffffff;
  box-shadow: 0px 16px 32px rgba(0, 0, 0, 0.06);
  border-radius: 12px;
  margin-right: 40px;
  margin-bottom: 48px;
}

.integrationsCard .sp-p24 {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  height: 180px;
}

.integrationsCard h4 {
  font-weight: 700;
  font-size: 24px;
  line-height: 36px;
  color: #0d144a;
}

.integrationsCard p {
  font-size: 14px;
  line-height: 21px;
  color: #393c56;
  margin-bottom: 8px;
}
/*  */

/* gray_section popup */
.gray_section {
  background-color: rgba(0, 0, 0, 0.5);
  height: 100%;
  overflow: hidden;
  position: fixed;
  top: 0;
  width: 100%;
  z-index: 999;
}

.form_section,
.kl-hero-form {
  background: #ffffff;
  mix-blend-mode: normal;
  box-shadow: 16px 16px 32px rgba(0, 0, 0, 0.12);
  border-radius: 24px;
  width: fit-content;
  padding: 42px;
  margin: auto;
  margin-top: 20%;
  text-align: center;
}

.form_section h3 {
  font-family: "Paytone One";
  font-style: normal;
  font-weight: 400;
  font-size: 34px;
  line-height: 47px;
  color: #000000;
  margin-bottom: 24px;
}

.form_section input,
.kt-signup--form input {
  padding: 16px 24px;
  width: 100%;
  border: 1px solid #dddddd;
  border-radius: 5px;
  margin-bottom: 28px;
}

.form_section button,
.kt-signup--form .kt-btn-primary {
  border: none;
  padding: 11px 24px !important;
  color: #fff;
  width: fit-content;
  margin: auto;
}
/*  */

/* features-pricing */

.features-pricing {
  backdrop-filter: blur(4px);
  padding: 40px 0;
}

.features-pricing h2 {
  font-family: "Paytone One";
  font-size: 46px;
  line-height: 64px;
  text-align: center;
  color: #120155;
}

.plan-item {
  height: 398px;
}
.mid-plan {
  height: 410px;
  border: none;
  border-top: 2px solid #5d6bd7;
}

.plan-heading {
  font-family: "Paytone One";
  font-size: 16px;
  line-height: 22px;
  color: #343434;
}

/* features-pricing */

/* hero section thumbnail image and play icon */

.video-box-wrapwer {
  position: absolute;
  top: 0px;
  left: 0px;
}

.vid-bg-blue {
  position: absolute;
  bottom: 0px;
  height: 477px;
  width: 100%;
  clip-path: polygon(1% 33%, 100% 0, 100% 100%, 0% 100%);
  background: linear-gradient(
    354.9deg,
    #ebf7ff 29.33%,
    rgba(235, 246, 255, 0) 132.18%
  );
  z-index: -1;
}
.k-video {
  position: relative;
  padding: 45px 40px;
  width: 60%;
  border: 1px solid #99d0ff;
  box-sizing: border-box;
  border-radius: 50px;
  height: 100%;
  backdrop-filter: blur(40px);
}

.k-vid {
  display: none;
}

.k-video:hover .hero-play-icon {
  opacity: 1;
  cursor: pointer;
}

.hero-play-icon {
  cursor: pointer;
  transform: scale(0.25);
}

.pos-abosolute-center {
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, 24%);
}

.clock {
  top: -3px;
  position: relative;
  margin-right: 6px;
}

.hero-img-box p {
  font-weight: 700;
  font-size: 20px;
  line-height: 30px;
  color: #0d144a;
  text-align: center;
  margin-top: 24px;
  margin-bottom: 40px;
  cursor: pointer;
}

.hero-img-box p span {
  color: #504ee4;
}

/* video box */
.video-box {
  position: fixed;
  top: 0px;
  z-index: 1000;
  left: 0px;
  background-color: #504ee4e1;
  height: 100vh;
  width: 100vw;
  display: flex;
  justify-content: center;
  align-items: center;
}
.btn-cross svg {
  color: white;
  width: 40px;
  height: 40px;
}
.video-box {
  display: none;
  top: 0px;
}
.pos-relative {
  z-index: 10;
  position: relative;
}
.video {
  width: 70vw !important;
  height: 80vh !important ;
}
.video-box .pos-relative {
  height: 100vh;
  display: flex;
  align-items: center;
  justify-content: center;
}
.video-box video {
  width: 70vw;
}
.btn-cross {
  cursor: pointer;
  z-index: 1001;
  position: absolute;
  top: 5%;
  right: 12%;
}
.stop-scrolling {
  height: 100%;
  overflow: hidden;
}

.form_section .errorMessage {
  text-align: left;
  margin-bottom: 28px;
  margin-top: -16px;
  color: #dc3545 !important;
  font-size: 14px;
}

/* hero section thumbnail image, Video and play icon */

.featureBox2 .row,
.featureBox4 .row {
  flex-direction: row-reverse;
}

.feature-heading {
  font-family: "Paytone One";
  font-weight: 400;
  font-size: 40px;
  text-align: center;
  letter-spacing: 0.01em;
  margin-bottom: 24px;
  padding-top: 90px;
  color: #120155;
}
.feature-subheading {
  font-weight: 400;
  font-size: 20px;
  text-align: center;
  color: #000000;
}

/* other-integration */

.other-integration {
  position: relative;
  margin: 130px 0px 50px;
  height: 600px;
}
.other-heading {
  padding-top: 220px;
  font-family: "Paytone One";
  font-weight: 400;
  font-size: 40px;
  letter-spacing: 0.01em;
  margin-bottom: 12px;
  color: #120155;
  padding-left: 30px;
}
.other-subheading {
  font-weight: 400;
  font-size: 20px;
  color: #000000;
  padding-left: 30px;
}
.others-logos {
  position: relative;
}
.color-line {
  position: absolute;
  top: 0px;
  height: 600px;
  right: 0px;
  z-index: -1;
}
.logo-item-box .logo-item {
  width: 114px;
}
.logo-item-box2,
.logo-item-box5 {
  cursor: pointer;
}
.logo-item-box1,
.logo-item-box3 {
  cursor: pointer;
}
.feature-box-end {
  width: 20px;
  height: 3px;
}
.feature-box-end {
  width: 20px;
  height: 1px;
  background: #888888;
  position: absolute;
  left: 9px;
  bottom: 0px;
  display: none;
}
.feature-box-item-active .feature-box-end {
  display: block;
}
.logo-img-box {
  position: relative;
  width: 114px;
  height: 114px;
  display: flex;
  justify-content: center;
  align-items: center;
}
.bounch {
  width: 100px;
  height: 100px;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  z-index: -1;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  animation: zoomin 3s infinite;
}
.logo-item-box1 .bounch {
  background-color: #e0f1ff8e;
  animation-delay: 1s;
}
.logo-item-box2 .bounch {
  background-color: #ffe6df75;
  animation-delay: 2s;
}

.logo-item-box3 .bounch {
  background-color: #e0fff0a4;
}
.logo-item-box4 .bounch {
  animation-delay: 3s;
  background-color: #ffe6df75;
}
.logo-item-box5 .bounch {
  background-color: #e0f1ff72;
  animation-delay: 1s;
}
.logo-item-box4 {
  cursor: pointer;
}
.logo-item {
  width: 80px !important;
  height: 80px !important;
}
@keyframes zoomin {
  0% {
    width: 110px;
    height: 110px;
  }
  50% {
    width: 70px;
    height: 70px;
  }
  100% {
    width: 110px;
    height: 110px;
  }
}

.others-logos a:hover {
  text-decoration: none !important;
}

.logo-title {
  font-family: "Paytone One";
  font-weight: 400;
  font-size: 20px;
  letter-spacing: 0.01em;
  margin-top: -5px;
}
.logo-item-box1 .logo-title {
  color: #006bff;
}
.logo-item-box2 .logo-title {
  color: #f47957;
}
.logo-item-box3 .logo-title {
  color: #43af79;
}
.logo-item-box4 .logo-title {
  color: #ff4a00;
}
.logo-item-box5 .logo-title {
  color: #36c5f0;
}
.others-logos {
  height: 600px;
}
.logo-item-box1 {
  position: absolute;
  bottom: 160px;
  left: -30px;
}
.logo-item-box2 {
  position: absolute;
  bottom: 200px;
  left: 150px;
}
.logo-item-box3 {
  position: absolute;
  top: 60px;
  left: 240px;
}
.logo-item-box4 {
  position: absolute;
  top: 0px;
  right: 30px;
}
.logo-item-box5 {
  position: absolute;
  bottom: 100px;
  right: 80px;
}

.logo-item-box .logo-item {
  width: 60px;
}

/* end */

/* testimonial */

.testimonial-heading {
  font-family: "Paytone One";
  font-weight: 400;
  font-size: 40px;
  letter-spacing: 0.01em;
  color: #120155;
  margin-bottom: 40px;
}
.test-section {
  background: rgba(239, 234, 255, 0.6);
  backdrop-filter: blur(8px);
  padding: 50px 0px;
}

.last-section {
  background: url("../images/all-feature/last-bg.png");
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
  padding: 70px 0px;
  color: white;
}

.last-heading {
  font-family: "Paytone One";
  font-weight: 400;
  font-size: 40px;
  line-height: 56px;
  color: #ffffff;
  margin-bottom: 12px;
}
.last-subheading {
  font-weight: 400;
  font-size: 14px;
  line-height: 21px;
  color: #ffffff;
  margin-bottom: 48px;
}

/* testimonial */
@media only screen and (min-width: 576px) {
  .feature-box-img-inside {
    display: none;
  }
}

@media only screen and (max-width: 576px) {
  .hero-title {
    margin-top: 0px;
    font-size: 32px;
  }
  .hero-subtitle {
    font-size: 16px;
  }
  .hero-img {
    transform: scale(1);
    margin-top: 80px;
  }
  .feature-heading {
    font-size: 32px;
    margin-bottom: 24px;
    padding-top: 100px;
    color: #120155;
  }
  .feature-subheading {
    font-weight: 400;
    font-size: 16px;
    padding: 0px 20px;
  }
  .feature-box-left {
    padding-left: 0px;
  }
  .img-feature-box {
    display: none !important;
  }
  .feature-box-img-inside {
    display: block;
    width: 100%;
    margin: 20px 0px;
  }
  .feature-box-left-item-subtitle {
    font-size: 14px;
    line-height: 140%;
  }
  .feature-box-item-active .feature-box-left-item-title {
    font-size: 20px;
    margin-top: -2px;
  }
  .feature-box-left-item a {
    font-size: 14px;
  }
  .feature-box-left-item {
    height: 40px;
  }
  .pos-abosolute-center {
    transform: translate(-50%, 50%);
  }
  .other-heading {
    padding-top: 0px;
    font-size: 26px;
    padding-left: 0px;
    text-align: center;
  }
  .other-subheading {
    font-size: 16px;
    padding-left: 0px;
    text-align: center;
  }
  .logo-item-box .logo-item {
    width: 60px;
  }
  .others-logos,
  .other-integration {
    height: 500px;
  }
  .logo-item-box1 {
    bottom: 160px;
    left: 20px;
  }
  .logo-title {
    font-size: 16px;
  }
  .logo-item-box2 {
    bottom: 320px;
    left: 60px;
  }
  .logo-item-box3 {
    top: 60px;
    left: 200px;
  }
  .logo-item-box5 {
    bottom: 60px;
    right: 80px;
  }
  .logo-item-box3 {
    top: 143px;
    left: 200px;
  }
  .testimonial-heading {
    font-size: 32px;
  }
  .last-subheading,
  .last-subheading2 {
    font-size: 12px;
  }
  .last-heading {
    font-size: 32px;
    margin-bottom: 20px;
  }
  .badges {
    margin-top: 40px;
  }
  .landing-section h4 {
    font-size: 12px !important;
    padding: 3px 0 2px;
    top: 21px !important;
    background-color: #e8deff;
  }
  .rectangleFiller {
    background-color: #ece3ff;
  }
  .landing-section .hero-img {
    margin-top: 4px;
    margin-bottom: -108px !important;
  }
  /* feature section */
  .section-4 {
    margin: 0 16px !important;
    padding: 68px 0 40px !important;
  }
  .section-4 .kts-reason-item {
    border: none;
  }
  .section-4 .kts-reason-wrapper {
    flex-wrap: wrap;
  }
  .section-4 .kts-reason-inner {
    margin: 0;
    margin-bottom: 8px;
    justify-content: center;
  }
  .kts-reason-item1,
  .kts-reason-item2,
  .kts-reason-item3,
  .kts-reason-item4 {
    display: block !important;
    width: 50% !important;
  }
  .section-4 .kts-progrss-bar {
    top: -20px;
  }
  .section-4 .kts-section-item .row h2 {
    font-size: 28px !important;
    line-height: 39px !important;
  }
  .section-4 .kts-section-item .row p {
    font-size: 14px !important;
    line-height: 21px !important;
  }
  .sp-mb40 {
    margin-bottom: 24px !important;
  }
  .section-4 .timer-section {
    height: 888px !important;
  }
  .form_section h3 {
    font-size: 28px;
  }
  .form_section,
  .kl-hero-form {
    padding: 20px;
    margin-top: 50%;
  }
  .form_section input,
  .kt-signup--form input {
    margin-bottom: 16px;
  }
  .features-pricing {
    margin-top: -80px;
  }
  .form_section input,
  .kt-signup--form input {
    padding: 12px 16px;
  }
  .takeatour {
    padding-bottom: 480px;
    margin-bottom: -448px;
    padding-top: 24px;
  }
  .takeatour h2 {
    font-size: 24px;
    line-height: 36px;
    margin-bottom: 8px;
  }
  .takeatour p {
    font-size: 14px;
    line-height: 26px;
    margin-bottom: 30px;
  }
}

@media only screen and (max-width: 768px) {
  /* hero section */
  .landing-section h1 {
    font-size: 28px;
    line-height: 39px;
  }
  .landing-section p {
    font-size: 14px;
    line-height: 21px;
    margin-bottom: 32px;
  }
  .landing-section h4 {
    font-size: 16px;
  }
  .landing-section .hero-img {
    margin-top: 4px;
    margin-bottom: -128px;
  }
  /* feature section */
  .section-4 {
    margin: 0 16px;
    padding: 68px 0 40px;
  }
  .section-4 .kts-reason-item {
    border: none;
  }
  .section-4 .kts-reason-wrapper {
    flex-wrap: wrap;
  }
  .section-4 .kts-reason-inner {
    margin: 0;
    margin-bottom: 8px;
  }
  .kts-reason-item1,
  .kts-reason-item2,
  .kts-reason-item3,
  .kts-reason-item4 {
    display: block !important;
    width: 50% !important;
  }
  .section-4 .kts-progrss-bar {
    top: -20px;
  }

  /* testimonial */
  .testimonial-container {
    height: fit-content;
  }

  /* feature pricing */
  .plan-item {
    max-width: 360px;
    margin: auto;
    margin-bottom: 36px;
  }
  .heading-wrapper {
    padding: 46px 24px;
  }
  .right-container {
    margin-top: 54px;
  }
  .testimonial-container {
    margin: 0 8px 60px 8px;
  }
  .testimonial .owl-nav .owl-next {
    right: -16px !important;
  }
  .testimonial .owl-nav .owl-prev {
    left: -16px !important;
  }
  .testimonial .owl-nav button {
    top: 416px !important;
  }
  .features-pricing h2 {
    font-size: 24px;
    line-height: 34px;
  }
  .otherIntegration h2 {
    font-size: 28px;
    line-height: 39px;
  }
}

@media only screen and (max-width: 992px) {
  /* landing section */
  .landing-section {
    padding-top: 108px;
  }
  .landing-section .hero-img {
    margin-bottom: -160px;
  }
  .rectangleFiller {
    top: 30px;
  }
  .landing-section h4 {
    top: 30px;
  }

  /* features section */
  .section-4 {
    padding: 122px 0 40px;
  }
  .section-4 .kts-reason-title {
    font-size: 14px;
  }
  .section-4 .kts-section-item .row h2 {
    font-size: 40px;
    line-height: 54px;
  }
  .cardContainer.cardActive {
    width: 90%;
  }
  .section-4 .timer-section {
    height: 1112px;
  }
  .testimonial-container {
    box-shadow: none;
  }
  .testimonial .owl-nav .owl-next {
    right: -30px;
  }
  .testimonial .owl-nav .owl-prev {
    left: -30px;
  }
  .showDemoRequest5 {
    height: 47px !important;
    padding: 12px !important;
  }
  .plan-btn a {
    font-size: 12px;
  }
  .last-section {
    text-align: center;
    padding-bottom: 8px;
  }
  .last-section img {
    margin-top: 40px;
  }
}
