/* ####################################### */
.mt-40 {
  margin-top: 40px;
}

.mb-24 {
  margin-bottom: 24px;
}
#client4 {
  margin-top: -12px;
}
#client7 {
  margin-top: -10px;
}
#client6 {
  margin-top: -12px;
}
#client9 {
  margin-top: 8px;
}

.mt-10 {
  margin-top: 10px;
}

.w-125 {
  width: 125px !important;
  margin-bottom: 18px !important;
  margin-top: 16px;
}

.mtb-16 {
  margin-bottom: 16px !important;
  margin-top: 16px;
}
/* ####################################### */

/* .k-navbar */

.k-navbar {
  background-color: #fff;
}

.hero-section .kt-btn-secondary {
  border: none !important;
  font-weight: 600;
  padding: 12px 16px !important;
}

.hero-section .kt-btn-secondary:hover {
  background-color: #fff !important;
  color: #504ee4 !important;
  font-weight: 600;
  text-decoration: none;
  /* box-shadow: ; */
}

/* hero-section */

.hero-section {
  padding: 116px 0 340px;
  background: linear-gradient(90deg, #6e6cf8 -12.62%, #874ee4 113.5%);
  color: #fff;
}

.hero-section-quotes {
  margin-bottom: 16px;
}

.hero-section h1 {
  font-weight: 700;
  font-size: 24px;
  line-height: 36px;
  margin-bottom: 10px;
}

.hero-section h2 {
  font-family: var(--paytone);
  font-size: 46px;
  line-height: 64px;
  color: #ff9b63;
  margin-bottom: 6px;
}

.hero-section p {
  font-size: 14px;
  line-height: 21px;
  color: #ffffff;
  margin-bottom: 28px;
}

.wobble {
  position: absolute;
  animation: shaky 1.5s;
  animation-iteration-count: infinite;
}

.wobble1 {
  position: absolute;
  animation: movable 2.5s;
  animation-iteration-count: infinite;
}

@keyframes movable {
  0% {
    transform: translate(0);
  }
  33% {
    transform: translate(3px, -3px);
  }
  66% {
    transform: translate(-3px, -3px);
  }
}

@keyframes shaky {
  0% {
    transform: rotate(0deg);
  }
  15% {
    transform: rotate(-1deg);
  }
  30% {
    transform: rotate(-2deg);
  }
  45% {
    transform: rotate(0deg);
  }
  60% {
    transform: rotate(1deg);
  }
  75% {
    transform: rotate(2deg);
  }
  90% {
    transform: rotate(1deg);
  }
}

.hero-img {
  padding-top: 56px;
}

.hero-img-1 {
  top: 12px;
  left: -54px;
}

.hero-img-2 {
  bottom: 98px;
  right: 106px;
}

/* end ----herosection */

/* stories-section --start*/

.section-stories-wrapper {
  border-radius: 16px;
  background: #fff;
  padding: 38px 0;
  margin-left: -80px;
  margin-right: -80px;
  margin-top: -287px;
}

.section-stories h2 {
  font-family: "Paytone One";
  font-size: 34px;
  line-height: 47px;
  color: #504ee4;
  margin-bottom: 48px;
  text-align: center;
}

.section-stories-wrapper .row .col-12 {
  margin-bottom: 40px;
}

.section-stories-card {
  display: inline-block !important;
  height: 100%;
  background: #ffffff;
  background-blend-mode: darken;
  box-shadow: 0px 0px 20px rgba(0, 0, 0, 0.05);
  border-radius: 6px;
}

.section-stories-card:hover {
  box-shadow: 0px 14px 28px rgb(0 0 0 / 12%);
  transform: translateY(-4px) translateX(0.5px);
  transition: all 0.15s;
}

.section-stories-card-text span img {
  transition: all 0.4s;
}

.section-stories-card:hover .section-stories-card-text span img {
  transform: translateX(4px);
}

.section-stories-card-logo {
  border-radius: 6px 6px 0 0;
  width: 100%;
}

.section-stories-card-text {
  padding: 32px 20px 20px;
}

.section-stories-card-text img {
  margin-right: 10px;
}

.loadmore {
  background-color: #fff;
  border: 1px solid #393c56;
  border-radius: 4px;
  padding: 12px 18px;
  cursor: pointer;
  margin-bottom: 20px;
}

.loadmore svg {
  position: relative;
  top: -1px;
  margin-left: 4px;
}

.section-stories-card-text h4 {
  font-family: "Paytone One";
  font-size: 20px;
  line-height: 30px;
  letter-spacing: 0.01em;
  color: #0d144a;
  margin-bottom: 0;
}

.section-stories-card-text-content {
  font-size: 16px;
  line-height: 24px;
  letter-spacing: 0.01em;
  color: #393c56;
  margin-bottom: 18px;
}

.section-stories-card-text-img-text {
  font-weight: 600;
  font-size: 11px;
  line-height: 16px;
  letter-spacing: 0.01em;
  color: #888a98;
  margin: 0;
}

.section-stories-wrapper a {
  text-decoration: none !important;
}

.section-stories-card-text span {
  font-weight: 600;
  font-size: 16px;
  line-height: 24px;
  text-align: center;
  letter-spacing: 0.01em;
  color: #504ee4 !important;
  display: inline-block;
  width: 100%;
  cursor: pointer;
}

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

/* slider css */
@keyframes scroll {
  0% {
    transform: translateX(0);
  }
  100% {
    transform: translateX(-223.19rem);
  }
}

.slider {
  background: transparent;
  margin: auto;
  overflow: hidden;
  position: relative;
  width: 100%;
  align-items: center;
  width: 100%;
  justify-content: center;
}

.slider::before,
.slider::after {
  background: linear-gradient(to right, white 0%, rgba(255, 255, 255, 0) 100%);
  content: "";
  height: 100%;
  position: absolute;
  width: 15%;
  z-index: 2;
}

.slider::after {
  right: 0;
  top: 0;
  transform: rotateZ(180deg);
}

.slider::before {
  left: 0;
  top: 0;
}

.slider .slide-track {
  animation: scroll 30s linear infinite;
  display: flex;
  width: 223.19rem;
}

.slider .slide {
  padding: 1rem 2.5rem;
  text-align: center;
  display: flex;
  align-items: center;
}

/* slider css ends */

/* customer-box */

.customer-box {
  border-radius: 16px;
  padding: 75px 40px;
  max-height: 500px;
  margin-bottom: 40px;
}
.logo-customer {
  /* width: 230px; */
  margin-bottom: 12px;
}
.customer-title {
  font-family: "Paytone One";
  font-weight: 400;
  font-size: 28px;
  letter-spacing: 0.02em;
  color: #120155;
  margin-bottom: 24px;
}
.customer-sub {
  font-weight: 500;
  font-size: 18px;
  letter-spacing: 0.01em;
  color: #343434;
  margin-bottom: 24px;
}
.read-link {
  font-size: 18px;
  font-weight: 500;
  letter-spacing: 0.01em;
  color: #504ee4;
}
.read-link:hover {
  color: #504ee4 !important;
}
.read-link:hover svg {
  margin-left: 18px;
}
.read-link svg {
  transition: 0.2s;
  margin-left: 10px;
  color: #504ee4;
  transform: scale(1.5);
  position: relative;
  top: 2px;
}
.customer-box {
  display: flex;
  align-items: center;
}
.customer-box-left {
  width: 580px;
}
.customer-sub {
  width: 84%;
}
.customer-box-right img {
  width: 440px;
  padding: 10px 0px;
  position: relative;
  top: -20px;
}
.customer-small-box-logo {
  width: 150px;
  margin-bottom: 13px;
}
.customer-small-box-para {
  font-weight: 600;
  font-size: 18px;
  color: #120155;
  letter-spacing: -0.003em;
  margin-bottom: 32px;
}
.customer-small-box {
  background: #f1f8ff;
  border-radius: 16px;
  padding: 30px;
  height: 250px;
}
.customer-small-box-3 {
  background: #f1f8ff;
  border-radius: 16px;
  padding: 30px;
  height: 100%;
  text-align: center;
  margin-bottom: 20px;
}
.customer-small-box-3 .img-label {
  margin-bottom: 12px;
  height: 240px;
}
.customer-small-box .read-link {
  font-size: 16px;
}
.g2-section {
  display: flex;
  justify-content: space-between;
  margin-top: 32px;
  height: 130px;
  align-items: center;
  margin-bottom: 70px;
}
.g2-title {
  font-family: "Paytone One";
  font-weight: 400;
  font-size: 30px;
  line-height: 60px;
  letter-spacing: 0.01em;
  color: #120155;
  margin-bottom: 0px !important;
}
.g2-logo {
  width: 80px;
  height: 80px;
}
.testimonial-section .row {
  margin: auto 18px;
}
.testimonial-box {
  border: 1px solid #f5f4ff;
  box-shadow: 0px 10px 16px rgba(0, 0, 0, 0.04);
  border-radius: 8px;
  box-sizing: border-box;
  padding: 20px 24px;
  margin-bottom: 20px;
  position: relative;
  max-width: 338px;
  min-height: 290px;
}
.testimonial-box1 {
  padding: 32px 20px 32px 30px;
  height: 493px;
}
.qoute-img {
  width: 56px;
  height: 56px;
  margin-bottom: 25px;
}
.testimonial-title {
  font-family: "Paytone One";
  font-size: 16px;
  line-height: 24px;
  text-align: center;
  letter-spacing: 0.01em;
  color: #0d144a;
  margin-bottom: 16px;
}
.testimonial-comment {
  font-weight: 400;
  font-size: 12px;
  line-height: 20px;
  text-align: center;
  letter-spacing: 0.01em;
  color: #393c56;
  margin-bottom: 0;
}
.testimonial-profile {
  display: flex;
  margin-bottom: 20px;
}
.testimonial-profile-img {
  width: 56px;
  height: 56px;
  margin-right: 15px;
}

.testimonial-name {
  font-weight: 700;
  font-size: 16px;
  line-height: 24px;
  letter-spacing: 0.01em;
  color: #0d144a;
  margin-bottom: 0;
}
.testimonial-company {
  font-weight: 400;
  font-size: 12px;
  line-height: 18px;
  letter-spacing: 0.01em;
  color: #5e6175;
  margin-top: -2px;
  margin-bottom: -2px;
}
.stars {
  width: 98px;
}

.testimonial-section .col-12 {
  padding-left: 20px !important;
  padding-right: 20px !important;
}
.testimonial-box2 {
  height: 493px;
}
.testimonial-box2 {
  padding: 70px 70px 32px 70px !important;
}
.testimonial-box2 .testimonial-title {
  font-weight: 400;
  font-size: 28px;
  text-align: center;
  letter-spacing: 0.01em;
  margin-bottom: 28px;
}
.testimonial-box2 .testimonial-comment {
  text-align: center;
  font-weight: 400;
  font-size: 18px;
  margin-bottom: 40px;
}
.testimonial-box2 .testimonial-profile {
  justify-content: center;
}

.testimonial-box2 .testimonial-name {
  font-size: 20px;
}
.testimonial-box2 .testimonial-company {
  font-size: 16px;
}
.testimonial-box3,
.testimonial-box4 {
  height: 384px;
}
.testimonial-box3 .testimonial-profile,
.testimonial-box4 .testimonial-profile {
  margin-bottom: 30px;
}
.testimonial-box3,
.testimonial-box4 {
  padding: 32px 46px 32px 30px;
}
.testimonial-box4,
.testimonial-box8 {
  background: #efeaff;
  border: none;
}
.testimonial-box5,
.testimonial-box6,
.testimonial-box7 {
  height: 528px;
}
.testimonial-box5 .testimonial-profile,
.testimonial-box7 .testimonial-profile {
  position: absolute;
  bottom: 32px;
}
.testimonial-box8 {
  padding: 86px 55px;
  height: 528px;
}
.testimonial-box8 .testimonial-title,
.testimonial-box8 .testimonial-comment {
  text-align: center;
}
.testimonial-box8 .testimonial-profile {
  display: flex;
  justify-content: center;
}
.testimonial-box9 {
  padding: 32px 19px 32px 29px;
}

.testimonial-box8 .testimonial-title {
  font-size: 28px;
  margin-bottom: 30px;
}

.testimonial-box8 .testimonial-comment {
  font-size: 18px;
}

/* badges-section */

.badges-section {
  background: var(--cta-section);
  background-repeat: no-repeat;
  background-size: cover;
  padding-top: 72px;
  padding-bottom: 72px;
  margin-top: 64px;
}
.badges {
  width: 50%;
  padding-bottom: 24px;
}

.badge-title {
  font-family: "Paytone One";
  font-weight: 400;
  font-size: 30px;
  letter-spacing: 0.01em;
  color: #fff;
  margin-bottom: 20px;
}
.badge-subtitle {
  font-weight: 500;
  font-size: 18px;
  padding-bottom: 24px;
  color: #7e78f0;
}

@media only screen and (max-width: 1240px) {
  body {
    overflow-x: hidden;
  }
  .client-logos-box {
    width: 100%;
    justify-content: none;
  }
  .customer-title {
    font-size: 20px;
  }
  .customer-box-right img {
    width: 412px;
  }
  .customer-sub {
    font-size: 15px;
    width: 90%;
  }
  .customer-box {
    padding: 30px 40px;
  }
  .logo-customer {
    margin-bottom: 23px;
    margin-top: 20px;
  }
  .customer-small-box-para,
  .customer-small-box .read-link {
    font-size: 13px;
  }
  .customer-small-box {
    height: 220px;
  }
  .g2-title {
    font-size: 26px;
    line-height: 43px;
  }
  .testimonial-title {
    font-size: 18px;
  }
  .testimonial-comment {
    font-size: 14px;
  }
  .testimonial-name {
    font-size: 15px;
  }
  .stars {
    width: 96px;
  }
  .g2-title {
    width: 100%;
  }
  .section-stories-wrapper {
    margin-left: -30px;
    margin-right: -30px;
  }

  .hero-section .col-md-5 {
    margin-bottom: 56px;
  }
}

@media only screen and (max-width: 700px) {
  .hero-section {
    padding-top: 120px;
  }
  .section-stories-wrapper {
    margin-left: 0;
    margin-right: 0;
  }
  .hero-img-1 {
    top: -35px;
    right: 38px;
    left: auto;
  }
  .hero-img-2 {
    bottom: 98px;
    left: 10px;
    right: auto;
  }
  .client-logos-box img {
    height: 40px;
    padding: 10px 0px;
    transform: scale(1) !important;
  }
  .hero-subheading {
    font-size: 16px;
    padding: 0px 10%;
  }
  .hero-heading {
    font-size: 42px;
  }
  .customer-box-right img {
    width: 80%;
  }
  .logo-customer {
    width: 120px;
  }
  .customer-box {
    padding: 30px 20px;
  }
  .customer-box {
    flex-direction: column-reverse;
  }
  .customer-box {
    max-height: 100% !important;
    background: #fff4f4;
  }
  .customer-box-left {
    width: 100%;
  }
  .logo-customer,
  .customer-small-box-logo {
    width: 220px !important;
    margin-top: 30px;
  }
  .customer-small-box {
    height: 100%;
    margin-bottom: 30px !important;
  }
  .customer-small-box-3 {
    height: fit-content;
    margin-bottom: 40px;
    text-align: left;
  }
  .customer-small-box img {
    width: 80%;
  }
  .customer-small-box2 {
    margin-top: 40px;
  }
  .g2-title {
    font-size: 19px;
    line-height: 30px;
  }
  .mb-24 {
    margin-bottom: 0;
  }
  .testimonial-box {
    height: 100% !important;
    min-height: 350px;
    margin: auto;
    margin-bottom: 20px !important;
  }
  .testimonial-section .col-12 {
    padding-left: 0px !important;
    padding-right: 0px !important;
  }
  .testimonial-box8 .testimonial-title {
    font-size: 20px;
  }
  .testimonial-box8 .testimonial-comment,
  .testimonial-box2 .testimonial-comment {
    font-size: 16px !important;
  }
  .testimonial-section .col-12 {
    margin-bottom: 20px;
  }
  .testimonial-box5 .testimonial-profile,
  .testimonial-box7 .testimonial-profile {
    position: static;
  }
  .testimonial-box8,
  .testimonial-box2 {
    padding: 36px 25px !important;
  }
  .testimonial-title {
    font-size: 23px !important;
  }
  .badges-section {
    padding: 15px;
    margin-bottom: 60px;
  }
  .badges {
    width: 80%;
  }
  .section-stories-card-text h4 {
    font-size: 16px;
    line-height: 28px;
  }
  .section-stories-card-text-img-text {
    font-size: 10px;
    line-height: 14px;
  }
  .section-stories-card-text-content {
    font-size: 13px;
    line-height: 22px;
  }
  .slider::before,
  .slider::after {
    width: 40px;
  }
  .section-stories h2 {
    font-size: 28px;
    line-height: 40px;
  }
  .hero-section h2 {
    font-size: 36px;
    line-height: 48px;
  }
  .hero-section h1 {
    font-size: 20px;
    line-height: 32px;
  }
}
@media only screen and (max-width: 450px) {
  .hero-heading {
    font-size: 33px;
  }
  body {
    width: 100vw;
    overflow-x: hidden;
  }
  .client-logos-box {
    flex-wrap: wrap;
  }
  .client-logos-box img {
    height: 40px;
    padding: 13px 0px;
  }
}
@media only screen and (min-width: 1800px) {
  .badges {
    width: 35%;
  }
}
