


body{
    overflow-x: hidden !important;
    width: 100vw !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;
    margin-bottom: 24px;
    color: var(--color-dark-blue);
    margin-top: 240px;
  }
  .main-hero-titie2{
    font-size: 20px;
    line-height: 27px;
    margin-bottom: 50px;
    color: #343434;
    width: 95%;
  }
  .hero-img-box{
     margin-top: 100px;
  }
  .hero-img{
    margin-top: 30px;
    transform: scale(.9);
    position: relative;
    left: 25px;
    border-radius: 10px;
  }
  .hero-bg {
    position: absolute;
    top: 0px;
    right: 0px;
    width: 50vw;
    z-index: -1;
}
  
 
  .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(.4);
  }
  .pos-abosolute-center{
    position: absolute;
    left: 55%;
    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;
  }
  
  
  /* 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;
  }
  
  
  .landing-section .pos-abosolute-center:hover .hero-img{
    /* opacity: .5  !important; */
    cursor: pointer !important;
  }
  .hero-play-icon:hover .hero-img{
    cursor: pointer !important;
    /* opacity: .5 !important; */
  }
  .hero-img:hover{
    /* opacity: .5 !important; */
    cursor: pointer !important;
  }
  
  /* ----------- */
  
  .hero-company-logos{
      margin-top: 100px;
  }
  .landing-section{
    position: relative;
    margin-bottom: 140px;
    overflow: hidden;
  }
  .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;
      padding: 10px 35px;
  }
  .sticky-nav-tab .active a{
      color: #504EE4 !important;
      text-decoration: none !important;
      border-bottom: 2px solid var(--color-blue);
  }
  .sticky-nav-tab a:hover{
      color: #504EE4;
      text-decoration: none !important;
  }
  .sticky-nav-tab-item{
      border-bottom: 1px solid #CACACA;
      color: #9B9B9B;
      padding: 9px 0px;
      z-index: 2;
      text-align: center;
  }
  .sticky-slider{
      border: 2px solid  #504EE4;
      width: 220px;
      border-radius: 4px;
      position: relative;
      top: -3px;
      transition: .07s;
      z-index: 10;
  }
  
  
  /* "section-2-item" */
  
  .bold{
      font-weight: 700;
  }
 
  .bg-color-green{
    color: #3CCC87;
  }
  .bg-color-blue{
      color:  #53B0FF;
      
  }

  .bg-color-violet{
    color: #B499FF;
  }
  .bg-color-orange{
    color: #FF993A;
      
  }
  .bg-color-pink{
    color: #FF56B1
    
}
  .section-2-item{
      padding-top:50px;
      height: 500px;
  }
  .section-2-item img{
      transform: scale(.95);
  }
  .item-top-subheading{
      text-transform: uppercase;
      border-radius: 28px;
      margin-top: 110px;
      display: inline-block;
      font-weight: 600;
      font-size: 14px;
      margin-bottom: 16px;
      font-family: 'Inter', sans-serif;
  }
  .section-2-item1 img{
    position: relative;
    left: 50px;
  }
  .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: 32px;
      margin-bottom: 14px;
      color: #05034E;
  }
  .section-2-item ul{
    list-style: none;
    margin-left: 30px;
    width: 90%;
    margin-bottom: 25px;
  }
  .section-2-item li::before {
    content: "\2022";
    font-weight: bold;
    font-size: 32px;
    display: inline-block;
    width: 1em;
    margin-left: -1em;
    position: relative;
    top: 7px;
  }
  .section-2-item li{
    font-weight: 500;
    font-size: 16px;
    letter-spacing: 0.01em;
    color: #505050;
    line-height: 170% !important;
  
  }
  .section-2-item1 li::before {
    color:  #99FFCE;;
  }
  .section-2-item2 li::before {
    color:   #B499FF;
  }
  .section-2-item3 li::before {
    color:  #99D0FF;
  }
  .section-2-item4 li::before {
    color:   #FFCA99;
  }
  .section-2-item5 li::before {
    color:  #FF99D0;
  }
  .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;
  }
  
  .testimonial-bg{
    margin-top: 280px;
    background: linear-gradient(25.65deg, rgba(239, 234, 255, 0.4) 45.67%, rgba(239, 234, 255, 0) 130.41%);
  }
  
  /* testimonial-section */
  
  
  
  
  
  
  
  
  /* //////////////////////////////////////// */
  /* 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;
      margin-top: 150px;
    }
    .item-heading {
      font-size: 24px;
    }
    .item-top-subheading {
      margin-top: 0px;
    }
  }
  
  @media screen and (max-width: 600px){
    .blue-hero-box{
      display: none;
    }
    .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: 150px !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: 100px;
      }
      .section-2-item img{
          margin: 70px 0px;
      }
      
      .section-2-item2 .row,.section-2-item4 .row{
          flex-direction: column-reverse;
      }
      .vid-bg-blue{
        display: none;
      }
  
  
  
    .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;
  }
  
  
    .main-hero-subtext p {
      padding: 0;
    }
  
    .col-reverse {
      flex-direction: column-reverse;
    }
  
  }
  
  
  @media only screen and (max-width: 450px) {
    .hero-img , .section-2-item1 img{
        left:0px; 
    }
    .landing-section {
      margin-top: 0px;
    }
   .client-badges{
     width: 90% !important;
   }
    
    .item-heading {
      font-size: 28px;
    }
  }
  
  @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;
    }
    .client-bades-box {
        flex-flow: column;
        display: flex;
        justify-content: normal;
    }
    .client-bades-left, .client-bades-right {
        height: 150px;
    }
    .client-badges{
        margin-top: 0px !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:80px 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;
    
}
@media screen and (max-width: 850px){
  .klenty-trials-title {
   font-size: 22px;
  }
 
}


.kt-btn-secondary:hover {
    cursor: pointer !important;
    color: white !important;
    box-shadow: 0px 9px 20px #bebed600 !important;
}