


body{
    overflow-x: hidden;
    width: 100vw;
  }
  
  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: 18px;
    line-height: 27px;
    margin-bottom: 50px;
    color: #343434;
    width: 90%;
  }
  .hero-img-box{
     margin-top: 100px;
  }
  .hero-img{
    position: absolute;
    top: 200px;
    right: -50px;
    border-radius: 10px;
    width: 47%;
  }
  @media screen and (min-width: 1600px){
    .landing-section{
      height: 800px !important;
      width: 100vw;
      overflow-x:hidden ;
    }
    .hero-img{
    right: -50px !important;
      width: 45% !important;
    }
    .main-hero-titie1 {
      margin-top: 280px !important;
  }
  }
  .blue-hero-box{
    width: 873px;
    height: 818.18px;
    position: absolute;
    top: -130px;
    right: -370px;
    background: linear-gradient(227.79deg, #EBF6FF 26.22%, rgba(235, 246, 255, 0) 134.39%);
    border-radius: 140px 0px 0px 140px;
    transform: rotate(-30deg);
    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: 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;
  }
  
  
  /* 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-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;
  }
  
  
  
  /* ----------- */
  
  .hero-company-logos{
      margin-top: 100px;
  }
  .landing-section{
    height: 700px;
    position: relative;
    margin-bottom: 140px;
    width: 100vw;
    overflow-x:hidden ;
  }
  
  .kl-heading2{
      font-size: 40px;
      margin-bottom: 60px;
      font-family: var(--paytone);
      color: #120155;
      padding-top: 140px;
  }
  .sticky-nav-tab-box{
      z-index: 30;
      position: sticky;
      background-color: white;
      top: 60px;
  }
  .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: 220px;
      z-index: 2;
      text-align: center;
  }
  .sticky-slider{
      border: 2px solid  #504EE4;
      width: 230px;
      border-radius: 4px;
      position: relative;
      top: -3px;
      transition: .07s;
      z-index: 10;
  }
  
  
  /* "section-2-item" */
  
  .bold{
      font-weight: 700;
  }
  
  .bg-color-blue{
    color: #63B7FF;
  }
  .bg-color-violet{
      color: #BE6BFF;
      
  }
  .section-2-item{
      padding-top: 90px;
  }
  .item-top-subheading{
      text-transform: capitalize;
      border-radius: 28px;
      margin-top: 80px;
      display: inline-block;
      font-weight: 600;
      font-size: 14px;
      margin-bottom: 16px;
      font-family: 'Inter', sans-serif;
  }
  .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;
  
  }
  .section-2-item1 li::before {
    color: #99D0FF;
  }
  .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;
  }
  .section-2-item1 .feature-sub-headeing{
    border-color:  #99D0FF;
  }
  .section-2-item2 .feature-sub-headeing{
    border-color: #B499FF;
  }
  .feature-sub-headeing{
    color: #343434;
    padding-left: 25px;
    font-weight: 600;
    font-size: 16px;
    letter-spacing: 0.01em;
    font-family: Poppins;
    border-left:  4px solid;
  }
  .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: 300px;
    background: linear-gradient(25.65deg, rgba(239, 234, 255, 0.4) 45.67%, rgba(239, 234, 255, 0) 130.41%);
  }
  
  /* pricing-section */
  
  .validation-heading{
    font-family:var(--paytone);
    font-size: 34px;
    text-align: center;
    letter-spacing: 0.01em;
    color: #120155;
    padding: 80px 0px 30px;
  }
  .pricing-container{
    display: flex;
    justify-content: center;
  }
  .pricing-box{
    background: #FFFFFF;
    box-shadow: 20px 20px 40px rgba(0, 0, 0, 0.08);
    border-radius: 8px;
    width:500px ;
    height: 100px;
    margin-bottom: 24px;
    display: flex;
    justify-content: space-between;
    transition: .3s;
  }
  .pricing-box:hover{
    cursor: pointer;
    transform: scale(1.01);
    box-shadow: 20px 20px 40px rgba(0, 0, 0, 0.178);
  }
  .pricing-box-left{
    height: 100px;
    display: flex;
    align-items: center;
    padding-left: 40px;
    padding-top: 20px;
  }
  .price-title-email{
    font-size: 14px;
    color: #7A7A7A;
  
  }
  .price-title{
    margin-bottom: 5px;
    font-family: Poppins;
    font-weight: 600;
    font-size: 16px;
    color: #505050;
  }
  .pricing-box-right{
    width: 185px;
    border: 1px solid #504EE4;
    box-sizing: border-box;
    border-radius: 0px 8px 8px 0px;
    display: flex;
    align-items: center;
    height: 100px;
    justify-content: center;
  }
  .doller{
    color: #343434;
    font-size: 20px;
    position: relative;
    top: -14px;
  }
  .price-number{
    color: #343434;
    font-size: 40px;
    font-family: var(--paytone);
  }
  .month{
    color: #343434;
    font-size: 14px;
  }
  .validation-pricing{
    margin-top: 70px;
    background: linear-gradient(180deg, rgba(235, 246, 255, 0) -12.61%, #EBF6FF 50.78%, rgba(235, 246, 255, 0) 114.7%);
    padding-bottom: 220px;
  }
  
  .pricing-last-line{
    padding-top: 15px;
    font-size: 14px;
    color: #505050;
  
  }
  
  .pricing-last-line span{
    color: #504EE4;
  }
  
  .klenty-trials-section{
    position: absolute;
    width: 100%;
    bottom: -220px;
  }
  
  
  .testimonial-heading {
    margin-top: 220px;
  }
  
  
  
  
  /* //////////////////////////////////////// */
  /* 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: 850px){
      .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){
    .hero-img {
      position: static;
      width: 100%;
      
    }
    .blue-hero-box{
      display: none;
    }
    .landing-section {
      height: 100% ;
      margin-top: 0px;
      padding-top: 70px;
      margin-bottom: 0;
    }
    .pricing-box {
      width: 95%;
      margin-left: 10px;
    }
    .pricing-box-right {
      width: 128px;
    }
    .price-number {
     font-size: 25px;
    }
    .pricing-box-left {
      padding-left: 20px;
    }
    .doller {
      font-size: 15px;
      top: -6px;
  }
  .testimonial-heading {
   font-size: 30px !important;
  
  }
  .validation-heading {
    padding: 40px 20px;
    font-size: 26px;
  }
  .klenty-trials-title{
    font-size: 18px;
    padding: 0px 15px;
  }
  .pricing-last-line{
    padding: 0px 25px;
    font-size: 12px;
  }
    .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:50px !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) {
   
    .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: 30px;
      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;
      
  
  }
  
  .klenty-trials-section{
    /* background: url(/img-per/sure-bg.png); */
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center;
    height: 450px;
    display: flex;
    align-items: center;
    margin: 40px 0px 0px;
}
.klenty-trials-box{
    background: url('../images/emailValidation/last-section-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 {
    box-shadow: 0px 9px 20px #d6d6ff00 !important;
}

