@import url('https://fonts.googleapis.com/css2?family=Inter&family=Poppins:wght@700&display=swap');

html {
    scroll-behavior: smooth;
}
.hero-section{
    background-color: #F3F0FF;
    padding: 120px 0 40px;
}
.hero-section h1{
    font-family: 'Paytone One';
    font-weight: 400;
    font-size: 46px;
    line-height: 64px;
    color: #0D144A;
}
.hero-section img{
    width: 100%;
}
.hero-subheading{
    font-weight: 400;
    font-size: 18px;
    line-height: 27px;
    color: #0D144A;
    max-width: 90%;
}
.kt-bg-blue{
    color: #504EE4;
}
.hero-right{
    display: flex;
    justify-content: center;
    align-items: center;
    position: relative;
}
.stop-scrolling {
    height: 100%;
    overflow: hidden;
}
.btn-cross{
    cursor: pointer;
    z-index: 1001;
    position: absolute;
    top: 5%;
    right: 7%;
}
.btn-cross svg:hover{
    color: #000000;
}
.btn-cross svg{
    color: white;
    width: 40px;
    height: 40px;
}   

/* section-why starts */
.section-why{
    padding: 48px 0 72px;
}

.section-why h3{
    font-family: 'Paytone One';
    font-style: normal;
    font-weight: 400;
    font-size: 34px;
    line-height: 47px;
    color: #0D144A;
    margin-bottom: 28px;
    text-align: center;
}

.section-why img{
    margin-bottom: 20px;
    position: relative;
    left: -10px;
}

.section-why h4{
    font-weight: 700;
    font-size: 20px;
    line-height: 30px;
    color: #393D5B;
    margin-bottom: 12px;
}

.section-why p{
    font-weight: 400;
    font-size: 16px;
    line-height: 24px;
    color: #4B4D63;
    max-width: 90%;
}

.section-card{
    max-width: 328px;
    margin: auto;
}

/* section-why ends */

/* section-benefits starts */
.section-benefits{
    margin: 0 100px;
    padding: 48px 64px;
    background: #FAFAFC;
    border-radius: 16px;
}

.section-benefits h2{
    font-family: 'Paytone One';
    font-weight: 400;
    font-size: 46px;
    line-height: 64px;
    color: #0D144A;
    margin-bottom: 72px;
}

.ml--44{
    margin-left: -44px;
}


/* tab section */


.repeatable-title{
    padding: 0px 360px;
    font-family: 'Paytone One', sans-serif;
    font-style: normal;
    font-weight: normal;
    font-size: 31px;
    line-height: 40px;
    color: #05034E;
    margin-top: 150px;
    margin-bottom: 75px !important;
}
.nav-pills .nav-link.active{
    background: #FFFFFF;
    box-shadow: 0px 8px 20px rgb(0 0 0 / 12%);
    margin: 0 0px;
    padding: 12px 50px 12px 30px;
    margin-top: -4px;
    border-radius: 6px;
    transition: all 0.4s;
}
.nav-pills .nav-link.active:first-child{
    margin-top: 0;
}
.mt-20{
    margin-top: -20px;
}
.nav-pills .nav-link.active#v-pills-1-tab{
    border-bottom: 3px solid #897EF9 !important;
}
.nav-pills .nav-link.active#v-pills-2-tab{
    border-bottom: 3px solid #F9AA7E !important;
}
.nav-pills .nav-link.active#v-pills-3-tab{
    border-bottom: 3px solid #7DDDF2 !important;
}
.nav-pills .nav-link.active#v-pills-4-tab{
    border-bottom: 3px solid #61C554 !important;
}
.nav-pills .nav-link.active#v-pills-5-tab{
    border-bottom: 3px solid #D24C95 !important;
}
.nav-pills .nav-link.active#v-pills-6-tab{
    border-bottom: 3px solid #4C92D2 !important;
}
.nav-pills .nav-link{
    border-radius: 0;
}
.Nav_tabs .nav-link{
    box-sizing: border-box;
}
.nav-pills .nav-link.active img{
    opacity: 1;
}
.Nav_tabs .nav-link{
    padding: 12px 50px 12px 10px;height: 108px;
    display: flex;
    height: 84px;
    align-items: center;
    position: relative;
    border-bottom: 1px solid #E8E8F4;
    margin: 0 20px;
}
.Nav_tabs .nav-link:last-child {
    border-bottom: none;
}
.Nav_tabs .nav-link img{
    width: 8px;
    position: absolute;
    right: 20px;
    top: 34px;
}
.Nav_tabs .nav-link.active img{
    right: 38px;
}
.tab-pane p{
    max-width: 445px;
    margin: auto;
    font-weight: 400;
    font-size: 18px;
    line-height: 27px;
    color: #4B4D63;
    text-align: left;
    padding-bottom: 32px;
}
.box-image{
    transform: scale(0.9);
}
/* .last-box-image{
    height: 400px !important;
    padding-left: 80px !important;
} */
.tab-manu-title{
    font-weight: 500;
    font-size: 18px;
    line-height: 27px;
    color: #393D5B;
    margin-bottom: 0;
}

.Nav_tabs .nav-link.active .tab-manu-title{
    font-weight: 700;
    font-size: 24px;
    line-height: 36px;
    color: #393D5B;
}

.tab-manu-subtitle{
    font-weight: normal;
    font-size: 12px;
    line-height: 18px;
    color: #101010;
    margin-bottom: 0px !important;
}

.carousel-item-box{
  height: 470px;
  display: flex;
  align-items: center;
}
.lis{
    padding: 20px 10px 0px 50px;
    list-style-image: url('../images/pipedrive/green\ tick2.png');
  }

.lis li{
    margin-bottom: 15px;
    padding-left: 15px;
    font-weight: normal;
    font-size: 16px;
    line-height: 30px;
    color: #1A1A1A;
}
/* accelerating section */
.accelerating{
    font-family: 'Paytone One', sans-serif;
    font-size: 31px;
    line-height: 40px;
    color: #05034E;
    margin-top: 70px;
}

.company-logo-image img {
    filter: grayscale(100%);
    opacity: .7;
    height: 50px;
}
.owl-carousel1 {
    padding: 0px 130px;
}


/* tab section mobile start */

.head-wrapper{
}
.mobile-tab-contain{
    margin-top: 20px;
}
.mobile-tab-box{
    margin-bottom: 35px;
    padding-bottom: 25px;
}
.mobile-tab-box .lis li {
    margin-bottom: 15px;
    padding-left: 10px;
    font-weight: normal;
    font-size: 14px;
    line-height: 22px;
}
.mobile-tab-box .lis{
    padding-left: 70px;
}
.mobile-tab-box .tab-manu-subtitle {
    font-weight: 400;
    font-size: 12px;
    line-height: 18px;
    color: #4B4D63;

}
.mobile-tab-box .tab-manu-title {
    font-size: 20px;
    margin-bottom: 8px;
}
.navtab-mobile-section{
    display: none;
}
.web-view{
    display: block;
}
/* tab section mobile end */

/* section-benefits ends */

/* section-pageeditor starts */
.section-page-editor{
    padding: 64px 0 72px;
}

.section-page-editor .arrow-icon{
    width: 12px;
    position: relative;
    right: -22px;
}

.section-page-editor h2{
    font-family: 'Paytone One';
    font-weight: 400;
    font-size: 34px;
    line-height: 47px;
    text-align: center;
    color: #0D144A;
    margin-bottom: 56px;
}
.section-page-card{
    display: flex;
    align-items: center;
    padding: 33px 27px;
    background: #F8F8FB;
    border-radius: 12px;
    height: 120px;
    width: 255px;
    margin: auto;
    margin-bottom: 24px;
    text-decoration: none !important;
    transition: all 0.3s;
}
.section-page-card:hover{
    transform: scale(1.05);
    box-shadow: 0px 8px 20px rgb(0 0 0 / 12%)
}

.section-page-card:active{
    transform: scale(1.05);
    box-shadow: 0px 2px 2px #c1c1c1;
}

.section-page-card img{
    margin-right: 16px;
}

.section-page-card p{
    font-weight: 600;
    font-size: 15px;
    line-height: 27px;
    color: #393D5B;
    margin-bottom: 0;
}

.section-page-editor a{
    font-weight: 700;
    font-size: 16px;
    line-height: 24px;
    text-transform: uppercase;
    color: #504EE4;
    top: 20px;
}
.section-page-editor a img {
    margin-top: -4px;
}
/* section-pageeditor starts */

/* section-klenty-partner starts */

.section-klenty-partner{
    background: #17216A;
    padding: 72px 0;
}

.section-klenty-partner h2{
    font-family: 'Paytone One';
    font-weight: 400;
    font-size: 46px;
    line-height: 64px;
    color: #FFFFFF;
    margin-bottom: 72px;
}

.connecting-line{
    border: 1px solid #2B3691;
    background-color: #2B3691;
    width: 90%;
    margin: auto;
    position: relative;
    top: 64px;
}

.section-klenty-partner .stepStyle{
    font-weight: 400;
    font-size: 14px;
    line-height: 21px;
    color: #F8F8F8;
    margin-bottom: 8px;
}

.section-klenty-partner .stepCount{
    font-weight: 700;
    font-size: 22px;
    line-height: 33px;
    color: #FFFFFF;
    background-color: #17216A;
    border: 10px solid #2B3690;
    border-radius: 100%;
    width: 64px;
    height: 64px; 
    margin: auto;   
    padding: 6px 8px;
    margin-bottom: 36px;
}

.section-klenty-partner img{
    width: 77px;
    margin-bottom: 12px;
}

.k-container-right{
    display: none !important;
}

.black-friday-banner{
    display: none;
}

.section-klenty-partner .step-description{
    font-weight: 500;
    font-size: 15px;
    line-height: 22px;
    text-align: center;
    color: #FFFFFF;
    max-width: 150px;
    margin: auto;
}



/* section-klenty-partner ends */

/* -FAQ-section------------------------------------------- */



.FAQ-section{
    padding: 64px 0px;
}
.faq-heading{
    font-family: 'Paytone One', sans-serif;
    font-style: normal;
    font-weight: normal;
    font-size: 31px;
    line-height: 40px;
    color: #1F2128;
    margin-bottom: 70px;
    color: #05034E;
}
.FAQ-section .col-12{
    padding: 0px 60px;
}


/* --------------------- */


.panel-default>.panel-heading {
    color: #333;
   
    padding: 0;
  }
 .panel-title{
     margin-bottom: 0px !important;
     display: flex;
     align-items: center;
     height: 94px;
     cursor: pointer;
 } 
  .panel-default>.panel-heading a {
    align-items: center;
    font-style: normal;
    text-decoration: none;
    font-weight: 600;
    font-size: 16px;
    line-height: 22px;
    padding: 25px 6px 25px 2px;
    color: #4D4D4D;
  }
  .FAQ-section .panel-body{
    width: 100%;
    background: #F7F7FF;
    padding:15px;
    margin-bottom: 20px;
    font-size: 16px;
    line-height: 28px;
    color: #4D4D4D;
    padding: 24px;

  }
  .FAQ-section .panel{
    border-top: .5px solid;
    border-bottom: .5px solid;
    border-color: #8381FE;
  }
  .plus{
    font-size: 26px;
    color: #504EE4;
    font-weight: 400;
    float: right;
    background: #E2E1FF;
    border-radius: 50%;
    width: 25px;
    height: 25px;
    text-align: center;
    display: flex;
    align-items: center;
    justify-content: center;
    cursor: pointer;
  }
 
  .panel-heading a{
      display: flex;
      justify-content: space-between;
      width: 100%;
  }

  
  .accordion-option {
    width: 100%;
    float: left;
    clear: both;
    margin: 15px 0;
  }
  
  .accordion-option .title {
    font-size: 20px;
    font-weight: bold;
    float: left;
    padding: 0;
    margin: 0;
  }
  
  .accordion-option .toggle-accordion {
    float: right;
    font-size: 16px;
    color: #6a6c6f;
  }
  
  .accordion-option .toggle-accordion:before {
    content: "Expand All";
  }
  
  .accordion-option .toggle-accordion.active:before {
    content: "Collapse All";
  }
  
.pos-top{
    position: relative;
    top: -1px;
}

.top--2{
    top:-2px;
}

.panel-heading:hover a{
    color: #05034E;
}
.bg-light-blue{
    color: #05034E !important;
}

/* -FAQ-section ends------------------------------------------- */

/* section-cta starts */

.section-cta{
    background-color: #E1DAFF;
    padding: 62px 0;
}

.section-cta h2{
    font-weight: bold;
    font-size: 40px;
    line-height: 60px; 
    color: #05034E;
}

.section-cta p{
    font-weight: 500;
    font-size: 24px;
    line-height: 36px;
    color: #05034E;
}

.section-cta .k-navbar-blue{

}

.color-purple{
    color: #504EE4;
}

/* section-cta ends */


@media only screen and (max-width: 800px) {
    .main-heading {
        padding: 0px 68px;
        line-height: 57px;
    }
    .sub-heading {
        font-size: 20px;
        padding: 0px 100px;
    }
    .repeatable-title {
        padding: 0px 100px;
    }
    .tab-manu-subtitle {
        font-weight: normal;
        font-size: 12px;
        line-height: 18px;
    }
    .Nav_tabs .nav-link {
        height: 100px;
        padding: 7px 50px 7px 20px;
    }
    .Nav_tabs .nav-link img {
        top: 40px;
    }
    .tab-manu-title {
        margin-bottom: 0px;
    }
    .carousel-item {
        padding: 40px 30px;
    }
    .carousel-comment {
        padding: 30px 30px;
    }
    .sales {
        font-size: 26px;
        line-height: 28px;
    }
    .lable-img {
        width: 63px;
        height: 63px;
        margin-right: 15px;
        margin-top: 20px;
    }
    .section-4-form .form-control {
        display: block;
        width: 100%;
    }
    .navtab-mobile-section{
        display: block !important;
    }
    .web-view{
        display: none !important;
    }
    .ml--44{
        margin-left: 0;
    }
    .section-benefits h2{
        font-weight: 400;
        font-size: 24px;
        line-height: 34px;
    }
    .section-benefits{
        padding: 40px 0px;
        margin: 0 12px;
    }
    .box-image{
        transform: scale(1);
    }
    .section-page-editor h2{
        font-size: 28px;
        line-height: 40px;
    }
    .section-why h3{
        font-size: 28px;
        line-height: 40px;
    }
    .section-klenty-partner .step-description{
        max-width: 160px;
        margin-bottom: 20PX;
    }
    .mb-20{
        margin-bottom: 20px;
    }
    .connecting-line{
        display: none;
    }
}

@media only screen and (max-width: 540px){
    .main-heading {
        font-family: 'Paytone One', sans-serif;
        font-size: 28px !important;
        line-height: 35px;
    }
    .repeatable-title {
        font-size: 24px;
        line-height: 33px;
    }
    .tab-manu-title {
        font-weight: 600;
        font-size: 16px;
    }    
    .Nav_tabs .nav-link {
        height: 85px;
    }
    .tab-manu-subtitle {
        line-height: 14px;
    }
    .Nav_tabs .nav-link img {
        top: 33px;
    }
    .tab-manu-subtitle {
        font-size: 10px;
    }
    .lis{
        position: relative;
        left: -20px;
    }
    .lis li {
        margin-bottom: 15px;
        padding-left: 0px;
        font-weight: normal;
        font-size: 12px;
        line-height: 18px;
    }
    .accelerating {
       font-size: 20px;
        line-height: 40px;
        margin-top: 70px;
    }
    .testimonial-heading {
         font-size: 22px;
    }
    .testimonial-wrapper {
        padding: 0px 50px;
    }
    .owl-nav svg {
        width: 32px !important;
        height: 32px;
    }
    .carousel-comment {
        font-size: 14px;
        line-height: 23px;
    }
    .owl-prev {
        position: relative;
        left: -50px;
    }
    .sales {
        padding-left: 48px;
        font-size: 31px;
        line-height: 43px;
        padding-top: 39px;
        left: -30px;
    }
    .img-label-section {
        justify-content: center;
    }
    .try-klenty {
        text-align: center;
    }
    .section-4-form form {
        margin-top: 40px;
        width: 70%;
    }
    .section-4-form {
        display: flex;
        justify-content: center;
    }
    .connect-footer {
        margin-bottom: 30px;
        margin-left: 40px;
    }
    .mobile-tab-contain img{
        width: 100%;
        height: fit-content;
    }
    .navtab-mobile-section{
        padding: 0;
    }
    .mobile-tab-box:last-child{
        margin-bottom: 0;
    }
    .mt--3{
        margin-top: -3px;
    }
}

@media only screen and (max-width:576px){
    .hero-section h1{
        font-size: 28px;
        line-height: 36px;
    }
    .sp-mb24{
        margin-bottom: 12px !important;
    }
    .hero-subheading{
        font-size: 14px;
        line-height: 26px;
        max-width: 100%;
        margin-bottom: 24px;
        max-width: 100%;
    }
}