


body{
  overflow-x: hidden !important;
  width: 100vw !important;
}

.container{
  max-width: 1194px !important;
}

html {
    scroll-behavior: smooth;
  }
/* hero form */


.hero-form {
    display: flex;
    justify-content: center;
}
.hero-form form {
    display: flex;
}
.main-hero-titie1{
  font-family: var(--paytone);
  font-size: 46px;
  line-height: 60px;
  margin-bottom: 24px;
  color: var(--color-dark-blue);
}
.main-hero-titie2{
  font-size: 20px;
  line-height: 30px;
  margin-bottom: 50px;
  color: #343434;
  width: 95%;
}

.hero-img-bg-front{
  position: absolute;
  top: 0;
}

.hero-bg {
  position: absolute;
  top: 0px;
  right: 0px;
  width: 50vw;
  z-index: -1;
}


.hero-play-icon{
  cursor: pointer;
  transform: scale(.4);
}
.pos-abosolute-center{
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%,-50%);
}
.hero-form .form-control {
    width: 250px !important;
    width: 60%;
    padding: 8px 14px !important;
    font-weight: 500;
    font-size: 14px !important;
    border: 1px solid #504EE4;
    color: #504EE4;
    margin-right: 20px;
}
.txt-blue{
  color: #504EE4;
}


/* ----------- */

.hero-company-logos{
    margin-top: 100px;
}
.landing-section{
  position: relative;
  padding-bottom: 120px;
  overflow: hidden;
  width: 100vw;
  margin-top: 180px;
}
.item-heading del{
  text-decoration-color: red;
}
.section-2{
  padding-bottom: 1px;
}
.kl-heading2{
    font-size: 40px;
    margin-bottom: 20px;
    font-family: var(--paytone);
    color: #120155;
    padding-top: 140px;
}
.sticky-nav-tab-box{
    z-index: 30;
    position: sticky;
    background-color: white;
    top: 20px;
}
.sticky-nav-tab-box .container{
  position: relative;
  top: 40px;
}
.sticky-nav-tab{
    z-index: 10;
    background: white;
    display: flex;
    justify-content: center;
    padding: 0px 0px;
}
.scale9{
    transform: scale(.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{
    border-bottom: 2px solid #CACACA;
    padding: 10px 0px;
    color: #9B9B9B;
    width: 150px;
    z-index: 2;
    text-align: center;
}
.sticky-slider{
    /* border: 2px solid  #504EE4; */
    width: px;
    border-radius: 4px;
    position: relative;
    top: -3px;
    transition: .07s;
    z-index: 10;
}


/* "section-2-item" */

.bold{
    font-weight: 700;
}

.bg-color-green{
  color: #29D080;
}
.bg-color-blue{
    color:  #51AFFF;
    
}

.bg-color-violet{
  color: #A533FF;
}
.bg-color-orange{
  color: #FF993A;
    
}
.bg-color-pink{
  color: #FF76C0;
  
}
.section-2-item{
  padding-top: 120px;
  height: 540px;
}

.section-2-item1{
  padding-top: 80px !important;
}

.section-2-item img{
    transform: scale(.85);

}

.item-top-subheading{
    text-transform: capitalize;
    border-radius: 28px;
    margin-top: 70px;
    display: inline-block;
    font-weight: 600;
    font-size: 14px;
    margin-bottom: 16px;
    font-family: 'Inter', sans-serif;
}

.item-subheading {
    display: flex;
}
.item-subheading p{
  font-weight: 600;
  font-size: 16px;
  color: #343434;
  margin-left: 20px;
  width: 105%;
}
.border-left1{
  height: 24px;
  width: 4px;
}

.section-2-item1  .border-left1{
  border-left: 4px solid #99FFCE;
}
.section-2-item2  .border-left1{
  border-left: 4px solid #B499FF;
}

.section-2-item3  .border-left1{
  border-left: 4px solid #99D0FF;
}
.section-2-item4  .border-left1{
  border-left: 4px solid #FFCA99;
}
.section-2-item5  .border-left1{
  border-left: 4px solid #FF99D0;
}
.pos-left50{
  position: relative;
  left: -50px;
}
.item-heading{
    font-family: 'Paytone One', sans-serif;
    font-size: 34px;
    line-height: 54px;
    margin-bottom: 14px;
    color: #05034E;
    width: 90%;
}
.section-2-item ul{
  padding-left: 20px;
  width: 90%;
  margin-bottom: 25px;
}

.section-2-item li{
  font-weight: 500;
  font-size: 16px;
  line-height: 30px;
  letter-spacing: 0.01em;
  color: #505050;
  margin-bottom: 16px;
}
.section-2-item1 li::marker {
  color: #51AFFF;
}
.section-2-item2 li::marker {
  color:#B499FF;
}
.section-2-item3 li::marker {
  color:  #FF99D0;
}
.section-2-item4 li::marker {
  color:   #29D080;
}
.section-2-item5 li::marker {
  color:  #FFA44F;
}
.item-para{
    font-size: 16px;
    color: #3D3D3D;
}
.section-2-item2 .img-1{
    position: absolute;
    top: -30px;
    right: 20px;
}
.italic{
    font-style: italic;
}
.img-2{
    width: 90%;
}
.w-90{
    width: 90%;
}
.relative {
    position: relative;
}
.section-2-item5{
    margin-bottom: 120px;
}
.section-2-item .last-title{
    padding-left: 20px;
    position: relative;
}
.section-2-item .border-left{
    border-bottom: 4px solid;
    transform: rotate(90deg);
    width: 20px;
    position: absolute;
    left: -10px;
    top: 8px;
}
.section-2-item1 .border-left{
    border-color:#99FFCE; ;
}
.section-2-item2 .border-left{
  border-color:  #B499FF;
}
.section-2-item3 .border-left{
    border-color: #99D0FF;
}
.section-2-item4 .border-left{
    border-color: #FFCA99;
}
.section-2-item5 .border-left{
    border-color: #FF99D0;
}

.sticky-nav-tab .active a{
  text-decoration: underline;
}
.sticky-nav-tab .active{
   border-bottom: 3px solid #504EE4
}
.testimonial-bg{
  margin-top: 200px;
  background: linear-gradient(25.65deg, rgba(239, 234, 255, 0.4) 45.67%, rgba(239, 234, 255, 0) 130.41%);
}

.klenty-trials-section .kt-btn-secondary{
  font-weight: 700 !important;
}
/* testimonial-section */

.klenty-trials-title span{
  color: #B499FF;
}






/* //////////////////////////////////////// */
/* Media Queries */
/* //////////////////////////////////////// */

@media screen and (max-width: 1100px){
  .klenty-trials-section {
    margin: 0px 0px 0px !important;
    }
    .testimonial-bg {
      margin-top: 280px;
    }
    .sticky-nav-tab-box{
        display: none;
    }
    .img-md-100{
        width: 100%;
    }
    .kl-mt40{
        margin-top: 0px;
    }
    .sticky-nav-tab a {
        font-size: 10px;
    }
    .kl-ft-50,.kl-heading2 {
        font-size: 30px;
    }
    .main-hero-titie2{
      font-size: 16px;
    }
    .kl-heading2 {
      margin-bottom: 0px;
    }
    .section-2-item li {
      font-size: 14px;
    }
    .item-heading {
      font-size: 28px;
      margin-bottom: 10px;
  }
  .testimonial-heading {
    margin-bottom: 30px !important;
  }
}
@media screen and (max-width: 1000px){
      .section-2-item{
          height: 100%;
      }
  }
@media screen and (max-width: 850px){
  .hero-bg {
      display: none;
  }
    .sticky-nav-tab {
        padding: 5px 0px;
    }
    .pos-left50{
      position: static;
    }
    .section-2-item {
      padding-top: 70px;
  }
  .section-2-item img {
    margin: 0px 0px;
  }
  .main-hero-titie1 {
    font-size: 33px;
    line-height: 46px;
    margin-top: 80px;
    margin-bottom: 16px;
  }
  .item-heading {
    font-size: 24px;
  }
  .item-top-subheading {
    margin-top: 0;
    margin-bottom: 0;
  }
}

@media screen and (max-width: 600px){
  .blue-hero-box{
    display: none;
  }
  .section-2-item img{
     position: static !important;
  }
  .hero-img {
    margin-top: 48px;
  }
  .landing-section {
    margin-top: 0px;
    padding-top: 70px;
    margin-bottom: 0;
  }
  .clients-logos-4 {
    width: 80% !important;
  }
  .client-badges-section{
    margin-top: 60px;
  }
  .klenty-trials-box {
    display: flex;
    flex-direction: column;
  }
  .klenty-trials-title{
    text-align: center;
  }
    .testimonial-heading {
      padding-top: 100px !important;
    }
    .w-90,.section-2-item1 .item-para{
        width: 100%;
    }
    .main-hero-titie2 {
        padding-left: 0px;
        padding-right: 0px;
    }
    .hero-form{
        padding: 0px 20px;
    }
    .hero-form form {
        width: 100%;
    }
    .hero-company-logos img{
        width: 100%;
    }
    .sticky-nav-tab{
        display: none;
    }
    .section-2-item {
        padding-top: 40px;
    }
    .section-2-item img{
        margin: 70px 0px;
    }
   
    .section-2-item2 .row,.section-2-item4 .row{
        flex-direction: column-reverse;
    }
    .vid-bg-blue{
      display: none;
    }
.klenty-trials-subtitle{
    text-align: center;
}

  .section-2 , .landing-section{
    padding: 0px 10px;
  }
  .k-video{
    border: none;
  }
  html {
    overflow-x: hidden;
  }
  .section-2-item img{
    margin: -40px 0px 0px;
  }

 
  .page-subheading,
  .landing-section .text-center {
    text-align: left !important;
    width: 100%;
  }

  .page-heading {
    font-size: 32px;
    text-align: left !important;
  }

  .page-subheading,
  .landing-section .text-center {
    text-align: center !important;
    width: 100%;
  }
.kl-heading2 {
  margin-bottom: 0px;
  padding-top: 60px;
}

.section-2-item1{
  padding-top: 40px !important;
}
  .main-hero-subtext p {
    padding: 0;
  }

  .col-reverse {
    flex-direction: column-reverse;
  }

}


@media only screen and (max-width: 450px) {

  .landing-section {
    margin-top: 0px;
  }
 .client-badges{
   width: 90% !important;
 }
  
  .item-heading {
    font-size: 28px;
    line-height: 40px;
  }
}

@media only screen and (max-width: 375px) {
 

  .sticky-nav-tab .sticky-slider {
    display: none;
  }
}








/* -------- */









/* testimonial */

.testimonial-heading {
    font-family: var(--paytone);
    font-size: 40px;
    color: #120155;
    margin-bottom: 70px;
    padding-top: 200px;
    text-align: center;
}

.t6-testimonial{
    padding-bottom: 50px;
}


 a:hover{
    text-decoration: none;
}

.klenty-trials-section{
  position: absolute;
  top: 0px;
  width: 100%;
  top: -270px;
}

.t6-container svg{
 color:  #504EE4 !important;
    

}








/* clients-badges-section */

.client-bades-box{
  display: flex;
  justify-content: space-around;
  border: 1px solid #99D0FF;
  box-sizing: border-box;
  filter: drop-shadow(20px 20px 48px rgba(0, 0, 0, 0.12));
  border-radius: 8px;
  overflow: hidden;
}
.client-bades-left , .client-bades-right{
  height: 200px;
  display: flex;
  align-items: center;
  justify-content: center;
}

.clients-logos-4 {
  max-width: 500px;
}
.client-badges{
  max-width: 400px;
}
.left-top-blue{
  position: absolute;
  width: 100px;
  height: 100px;
  left: 0px;
  top: 0px;
  z-index: -1;
}
.right-blue{
  position: absolute;
  right: 0px;
  z-index: -1;
  height: 100%;
}



@media screen and (max-width: 850px){
  .blue-hero-box {
      width: 80%;
      height: 500px;
  }
  .klenty-trials-title {
    font-size: 22px;
   }
  .client-bades-box {
      flex-flow: column;
      display: flex;
      justify-content: normal;
  }
  .client-bades-left, .client-bades-right {
      height: 150px;
  }
  .client-badges{
      margin-top: -28px !important;
  }
}



/* klenty trial section */

.klenty-trials-section{
  /* background: url('../images/imagePersonalization/sure-bg.png'); */
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center;
  height: 350px;
  display: flex;
  align-items: center;
  margin: 100px 0px 0px;
}
.klenty-trials-box{
  background: url(../images/playbook/last-bg.png);
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center;
  display: flex;
  height: 247px;
  align-items: center;
  justify-content: space-around;
  border-radius: 10px;
}
.klenty-trials-title{
  font-family: Paytone One;
  font-size: 32px;
  color: #FFFFFF;
  margin-bottom: 52px;
}
.klenty-trials-subtitle{
  font-weight: 400;
  font-size: 18px;
  letter-spacing: 0.01em;
  color: #FFFFFF; 
}


.kt-btn-secondary:hover {
  cursor: pointer !important;
  color: white !important;
  box-shadow: 0px 9px 20px #bebed600 !important;
}