
@import url('https://fonts.googleapis.com/css2?family=Open+Sans:wght@400;600;800&family=Paytone+One&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Inter:wght@500;600&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Open+Sans:wght@300;400;600;700&display=swap');

*{
    margin: 0;
    padding: 0;
    box-sizing: border-box;
}

/* old landing section css */
.landing-section{
    margin-top: 170px;
    margin-bottom: 90px;   
}

.main-hero-titie1{
    font-family: 'Paytone One', sans-serif;
    font-size: 34px;
    text-align: center;
    color: #05034E;
    margin-bottom: 24px;
}
.bg-yellow{
    background: var(--bg-yellow);
    display: inline-block;
    background-repeat: no-repeat;
    padding: 5px 22px;
    background-position-x: center;
    background-size: contain;
    background-position-y: center;
    font-size: 48px;
}
.main-hero-titie2{
    font-size: 20px;
    line-height: 27px;
    text-align: center;
    color: #202020;
    margin-bottom: 40px;
    width: 70%;
}
/* old landing section css */



/* section2 */

.section2{
    background: rgb(242,242,253);
    padding: 80px 0 20px;
}

.crm-header{
    font-size: 39px;
    line-height: 47px;
    font-family: 'Paytone One', sans-serif;    
    color: #05034E;
    margin-bottom: 30px;
}

.crm-subheader{
    font-size: 20px;
    color: #202020;
    width: 90%;
}

.crm-top{
    margin-bottom: 100px;
}
.crm-icon{
    width: 40px;
    height: 40px;
    margin-right: 20px;
}
.crm-item-title{
    font-weight: 800;
    font-size: 20px;
    color: #05034E;

}
.crm-item-subtitle{
    margin-top: 20px;
    margin-left: 60px;
    width: 80%;
    font-size: 16px;
    color: #202020;
}
.crm-item{
    margin-bottom: 75px;
}

.crm-gif{
    transform: scale(1.1);
    margin-bottom: 100px;
}

.crm-item-right{
    margin-left: 50px;
}
.crm-item-subtitle2{
    width: 86%;
}


/* section3 */


.section3{
    padding: 70px 0px 80px;
}
.section3h3{
    font-weight: 800;
    font-size: 25px;
    color: #05034E;
    margin-bottom: 150px;
}
.section3-item{
    margin: 0px 20px;
}
.section3icon{
    margin-bottom: 20px;
    width: 40px;
    height: 40px;
    margin-top: 45px;
}

.section3-item{
    background: #FFFFFF;
    border: 5px dashed #FBFBFF;
    box-sizing: border-box;
    box-shadow: -30px 30px 30px rgba(0, 0, 0, 0.04);
    border-radius: 10px;
    position: relative;
}
.section3nub{
    font-size: 150px;
    text-align: center;
    font-family: 'Paytone One', sans-serif;
    color: #E8E8FF;
    text-shadow: 4px 4px 15px rgba(255, 255, 255, 0.25);
    position: absolute;
    top: -140px;
    left:10px;
}
.section3-subtitle{
    font-size: 20px;
    line-height: 27px;
    text-align: center;
    color: #05034E;
    padding: 0px 20px;
}
.inner-line{
    background: #5C9BF0;
    width: 157px;
    border-top: 1px solid #EAEAEA;
    position: absolute;
    top: -20px;
    left: 100px;
}








/* section4 */
.section4{
    
    background: rgb(242,242,253);
    padding: 80px 0;
}

.section4line{
    background:var(--section4line);
    background-repeat: no-repeat;
    background-position: center;
    background-size: contain;
}

.section4-box{
    margin: 0 80px;
}
.section4-header{
    font-family: 'Paytone One', sans-serif;
    font-size: 31px;
    color: #5C9BF0;
    margin-bottom: 70px;
}
.icon-box{
    width: 120px;
    height: 120px;
    transition: .3s;
    display: flex;
    justify-content: center;
    align-items: center;
    box-shadow: -20px 20px 30px rgba(0, 0, 0, 0.08);
    align-content: center;
    border-radius: 50%;
    background: rgba(255, 255, 255, 0.6);
    backdrop-filter: blur(5px);
}

.section4-item-link:hover i{
    transform: translateX(7px);
}
.section4-item-link:hover {
   text-decoration: none !important;
}

 .section4-item-link:hover .icon-box{
    box-shadow: -20px 20px 30px rgba(0, 0, 0, 0.178);

}
.iconc{
 transition: .3s;
}
.section4-title i{
    transition: .3s;
    margin-left: 4px;
    font-size: 14px;
    color: #05034E;
}
.section4-title{
    margin-top: 24px;
    font-weight: 600;
    font-size: 20px;
    text-align: center;
    color: #202020;
}







/* testimonial */




/* testimonial-section */

.testimonial-section{
    padding: 80px 0px 100px;
 
}
.testimonial-heading{
    font-family: 'Paytone One', sans-serif;
    font-size: 31px;
    line-height: 40px;
    text-align: center;
    color: #05034E;
    margin-bottom: 60px !important;
}
.testimonial-wrapper{
   
    padding: 0px 100px;
}
.owl-carousel2{
    box-shadow: 12px 12px 30px rgb(0 0 0 / 8%); 
    background: white;
}
.carousel-item{
    padding: 65px 120px;
    display: block;
}
.carousel-item-heading{
    display: flex;
    justify-content: space-between;
    align-items: center;
    width: 100%;
}
.testimonial-qoute{
    width: 60px !important;
}
.carousel-comment{
    font-size: 20px;
    line-height: 27px;
    text-align: center;
    color: #202020;
    padding: 50px 30px;
}
.testimonial-profile{
    width: 60px !important;
    height: 60px !important;
    border-radius: 50%;
}
.degednation-box{
    display: flex;
    justify-content: center;
}
.testimonial-name-box{
    padding-left: 25px;
}
.degednation-box-wrapper{
    display: flex;
  
}
.testimonial-name{
    font-weight: 600;
    font-size: 16px;
    line-height: 30px;
    color: #05034E;
    margin-bottom: 0px !important;
}
.testimonial-profile-position{
    font-weight: 400;
    font-size: 14px;
    line-height: 30px;
    color: #05034E;
    margin-bottom:0px ;
}
.owl-carousel2{
    position: relative;
}
.owl-dots{
    display: none ;
}
.owl-nav{
    /* font-size: 50px; */
    position: absolute;
   top: 47%; 
}
.owl-nav svg:focus{
    outline: none !important;
}
.owl-nav svg:hover{
    outline: none !important;
}
.owl-carousel .owl-nav button.owl-next, .owl-carousel .owl-nav button.owl-prev, .owl-carousel button.owl-dot{
    outline: none !important;
}

.owl-prev{
    position: relative;
    left: -50px;
}
.owl-nav{
    width: 100%;
}
.owl-next{
    position: relative;
    left: -87px;
}
.owl-next{
    position: absolute;
    left: 102%;
}
.owl-carousel .owl-nav button.owl-next, .owl-carousel .owl-nav button.owl-prev, .owl-carousel button.owl-dot {
    outline: none !important;
}

/* cta-data section --starts*/

.crm-data{
    background: var(--crm-data-bg);
    background-position: -4px;
    background-repeat: no-repeat;
    background-size: contain;
    height: 552px;
}

/* cta-data section --ends*/



/* section5 */
.section5{
    padding: 80px 0;
    background: var(--crm-cta-bg);
}
.section5h3{
    font-family: 'Paytone One';
    font-size: 31px;
    color: #FFF;
    margin-bottom: 24px;
}
.section5h6{
    font-size: 18px;
    margin-bottom: 40px;
    color: #FFF;
}

.section5 .kt-btn-primary:hover{
    box-shadow: 0px 9px 20px #5b5baa70;
}

/* arrow button */
.btn-arrow{
    padding: 0px !important;
   background: #504EE4 !important;
}
.btn-arrow p{
  font-weight: 700;
   
    font-family: 'Inter', sans-serif;
    font-style: normal;
    font-weight: 600;
    font-size: 12px;
    line-height: 15px;
    letter-spacing: 0.04em;
    color: #FFFFFF;
    padding: 12px 16px;
    margin-bottom: 0px !important;
    transition: .3s;
    transform: translateX(5px);  
}
.btn-arrow i{
    transition: .3s;    
    opacity: 0;
    transform: translateX(-3px); 
}

.btn-arrow:hover p{
    transform: translateX(-2px);
}
.btn-arrow:hover i{
    opacity: 1;
    transform: translateX(9px);  
}
.btn-blue p{
    color: white !important;
}

@media only screen and (max-width: 800px){
    .testimonial-wrapper {
        padding: 0px 50px;
    }
    .crm-data{
        background-position: -440px !important;
        background-size: cover !important;
        height: 314px !important;
    }
    .section4-item-link .icon-box-1 {
        margin-left: -12px !important;
    }
    .section4-item-link .icon-box-2 {
        margin-left: 12px !important;
    }
    .section4-item-link .icon-box-3 {
        margin-left: 37px !important;
    }
    .section4-item-link .icon-box-4 {
        margin-left: 62px !important;
    }
    .tab-hide{
        display: none;
    }
    .crm-header,.crm-subheader,.crm-gif {
        text-align: center;
    }
    .crm-subheader {
        width: 100%;
    }
    .crm-item-right {
        margin-left: 0px;
    }
    .section3-item {
        margin: 0px 10px;
    }
    .section3-subtitle {
        font-size: 14px;
        line-height: 22px;
    }
    .section3nub {
        font-size: 107px;
        top: -97px;
        left: 10px;
    }
    .inner-line {
        width: 85px;
        top: -7px;
        left: 77px;
    }
    .section4-box {
        margin: 0 0px;
    }
    .section5h3 {
        font-size: 26px;
        line-height: 36px;
    }
    .section4line{
        background:var(--section4line2);
        background-repeat: no-repeat;
        background-position: center;
        background-size: cover;
    }
    h2,h1{
        font-size: 24px !important;
        line-height: 36px !important;
    }
    .t6-testimonial-box{
        display: flex !important;
        flex-direction: column-reverse !important;
    }
    .icon-box {
        width: 60px;
        height: 60px;
    }
    .iconc{
        transform: scale(.5);
    } 
    .step-item{
        margin-bottom: 32px !important;
    }
    .step-section{
        background: none !important;
    }
    .hero-section{
        padding: 120px 0 60px !important;
    }
}


@media only screen and (max-width: 600px){

    .main-hero-titie1,.crm-header,.bg-yellow{
       font-size: 32px !important;
    }
    .main-hero-titie2 {
        font-size: 16px;
        width: 90%;
    }
    .crm-subheader,.section5h6 {
        font-size: 16px;
        line-height: 28px;
    }
    .section3-subtitle {
        font-size: 11px;
        line-height: 18px;
    }
    .section4-header {
        font-size: 26px;
    }
    .section4-title {
        font-size: 10px;
    }
    .section4-header {
        margin-bottom: 30px;
    }
    .crm-top {
        margin-bottom: 5px;
    }
    .crm-item {
        padding: 0px 20px;
    }
    .section3icon {
        margin-bottom: 11px;
        width: 25px;
        height: 25px;
        margin-top: 30px;
    }
    .section3nub {
        font-size: 61px;
        top: -49px;
        left: 0px;
    }
    .section3-item {
        margin: 0px 0px;
    }
    .inner-line {
        width: 43px;
        top: 0px;
        left: 41px;
    }
    .section3h3 {
        margin-bottom: 70px;
    }
    .section4-header {
        margin-bottom: 50px;
        font-size: 22px;
    }
    .section4-title {
        margin-top: 14px;
    }
    .section5h3 {
        font-size: 20px;
    }
    .crm-item-title {
        font-weight: 800;
        font-size: 14px;
    }
    .crm-icon {
        width: 30px;
        height: 30px;
        margin-right: 15px;
    }
    .crm-item-subtitle {
        margin-top: 12px;
        margin-left: 45px;
        width: 80%;
        font-size: 14px;
    }
    .testimonial-heading {
        font-family: 'Paytone One', sans-serif;
        font-size: 21px;
      }
    .testimonial-wrapper {
        padding: 0px 20px;
    }
    .owl-nav {
        width: 86%;
        left: 29px;
    }
    .testimonial-qoute {
        width: 40px !important;
    }
    .testimonial-profile-position {
        line-height: 21px;
    }
    .carousel-comment {
        padding: 50px 15px;
    }

    .timer-section{
        height: 100%;
    }
    .step-section {
        background: none;
        flex-wrap: wrap;
        height: 100% !important;
    }
    .step-item{
        margin-bottom: 40px;
    }   
    .hero-section{
        padding: 120px 0 40px;
    }
    .hero-section img{
        margin-top: 60px;
    }
}



/* new css starts */

/* hero section --start */

.hero-section{
    padding: 180px 0 80px;
}

.hero-section h1{
    font-family: 'Paytone One';
    font-size: 46px;
    line-height: 60px;
    letter-spacing: 0.01em;
    color: #120155;
    margin-bottom: 24px;
}

.hero-section h1 span{
    color: #504EE4;
}

.hero-section p{
    font-weight: 500;
    font-size: 18px;
    line-height: 30px;
    letter-spacing: 0.01em;
    color: #343434;
    margin-bottom: 40px;
}

/* hero section --end */

/* crm-acceleration section --start */

.crm-acceleration{
    background: var(--crm-bg);
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
    padding: 40px 0;
}

.crm-acceleration h2{
    font-family: 'Paytone One';
    font-size: 40px;
    line-height: 60px;
    letter-spacing: 0.01em;
    color: #120155;
    margin-bottom: 24px;
    text-align: center;
}

.crm-acceleration p{
    font-weight: 500;
    font-size: 18px;
    line-height: 30px;
    text-align: center;
    letter-spacing: 0.01em;
    color: #343434;
    margin-bottom: 80px;
}

.crm-acceleration .row .col-12{
    margin-bottom: 40px;
}

.crm-acceleration-card{
    background: #FFFFFF;
    box-shadow: 10px 10px 30px rgba(0, 0, 0, 0.08);
    border-radius: 20px;
    padding: 24px;
    height: 100%;
}

.crm-acceleration img{
    margin-bottom: 24px;
}

.crm-acceleration-card h4{
    font-weight: 700;
    font-size: 20px;
    line-height: 30px;
    letter-spacing: 0.01em;
    color: #120155;
    margin-bottom: 24px;
}

.crm-acceleration-card p{
    font-weight: 500;
    font-size: 16px;
    line-height: 30px;
    letter-spacing: 0.01em;
    color: #343434;
    text-align: left;
    margin: 0;
}

/* crm-acceleration section --end */


/* crm-data section --start */

.crm-data h2{
    font-family: 'Paytone One';
    font-size: 46px;
    line-height: 60px;
    letter-spacing: 0.01em;
    color: #120155;
}

.section4-item-link{
    display: flex;
    align-items: center;
    margin-bottom: 24px;
}

.section4-item-link .icon-box-1{
    margin-left: -48px;
}

.section4-item-link .icon-box-2{
    margin-left: -8px;
}

.section4-item-link .icon-box-3{
    margin-left: 38px;
}

.section4-item-link .icon-box-4{
    margin-left: 78px;
}

.section4-item-link p{
    font-weight: 600;
    font-size: 18px;
    line-height: 30px;
    text-align: center;
    letter-spacing: 0.01em;
    color: #5856CE;
    margin: 0;
    margin-left: 16px;
}

.section4-item-link img{
    margin-left: 8px;
    transition: all 0.3s;
}

.section4-item-link:hover p img{
    transform: translateX(4px);
}

/* crm-data section --end */

/* .step-section --starts */
.step-section-wrapper{
    padding: 80px 0;
}

.step-section-wrapper h2{
    font-family: 'Paytone One';
    font-size: 34px;
    line-height: 60px;
    letter-spacing: 0.01em;
    color: #120155;
    text-align: center;
}

.step-section-wrapper h2 span{
    color: #504EE4;
}

.step-section{
    margin-top: 70px;
  }
  .step-sectio-box{
    margin-top: 140px;
    padding-top: 80px;
    padding-bottom: 200px;
    background: linear-gradient(178.03deg, #99cfff3d -41.75%, rgba(153, 208, 255, 0) 140.3%);
  }
  .step-section-h2{
    margin-top: 100px;
    margin-bottom: 90px;
    font-family: 'Paytone One';
    font-style: normal;
    font-weight: 400;
    font-size: 34px;
    color:  #120155;
  }
  
  .step-section{
    display: flex;
    justify-content: center;
    align-items: center;
    background: url(../images/zapier/step-bg.png);
    background-position: center;
    background-repeat: no-repeat;
    background-size: contain;
    height: 330px;
    width: 97%;
    overflow: hidden;
  }
  
  .step-item {
    margin: 0px 24px 0px;
    width: 248px;
    height: 250px;
    display: flex;
    padding: 25px;
    justify-content: center;
    align-items: center;
  }
  .step-item1 {
    background: #99D0FF;
    border-radius: 24px 124px 24px 24px;
  }
  .step-number {
    font-family: 'Paytone One';
    font-size: 62px;
    color: #120155;
    margin-bottom: 24px;
  }
  .step-para {
    font-weight: 400;
    font-size: 16px;
    line-height: 24px;
    text-align: center;
    color: #120155;
  }
  .step-item2 {
    background: #B499FF;
    border-radius: 20px 20px 124px 124px;
  }
  .step-item3 {
    background: #FFCA99;
    border-radius: 124px 124px 20px 20px;
  }
  .step-item4 {
    background: #99FFCE;
    border-radius: 20px 20px 20px 124px;
  }

  /* step-section --ends */