html {
    scroll-behavior: smooth;
    font-family: 'Poppins';
    box-sizing: border-box;
}

body{
    overflow-x: hidden !important;
    width: 100vw !important;
}

b{
    font-weight: 700;
}

.container{
    max-width: 1194px !important;
}

span{
    color: #504EE4;
}

h2{
    font-family: 'Paytone One';
    font-weight: 400;
    font-size: 34px;
    line-height: 47px;
    color: #0D144A;
}

h3{
    font-family: 'Paytone One';
    font-weight: 400;
    font-size: 30px;
    line-height: 42px;
    color: #0D144A;
}

.kt-btn-primary{
    height: 100%;
    margin-right: 16px;
    border: 1px solid #504EE4;
}

.color-green{
    color: #61C554 !important;
}

.color-orange{
    color: #FF9838 !important;
}

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

/* hero-section */

.hero-section{
    padding: 152px 0 58px;
}

.hero-section .hero-subHead{
    font-weight: 700;
    font-size: 14px;
    line-height: 21px;
    letter-spacing: 0.01em;
    color: #504EE4;
    margin-bottom: 8px;
}

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

.hero-section p{
    font-family: 'Poppins';
    font-weight: 400;
    font-size: 18px;
    line-height: 30px;
    letter-spacing: 0.01em;
    color: #393C56;
    margin-bottom: 40px;
}

/* roi-sales-section */

.roi-sales-section{
    padding: 58px 0 0;
    position: relative;
    z-index: 1;
}

.roi-sales-container{
    background: #FFFFFF;
    box-shadow: 0px 0px 20px rgba(0, 0, 0, 0.04);
    border-radius: 8px;
}

.roi-sales-section h2{
    font-family: 'Paytone One';
    font-weight: 400;
    font-size: 28px;
    line-height: 39px;
    color: #0D144A;
    margin-bottom: 24px;
}

.roi-sales-container{
    padding: 40px;
}

.roi-sales-container-img{
    margin-right: 28px;
}

.roi-sales-container-text h2{
    font-weight: 400;
    font-size: 34px;
    line-height: 47px;
    margin-bottom: 0;
}

.roi-sales-container-text p{
    font-weight: 400;
    font-size: 18px;
    line-height: 27px;
    margin-bottom: 0;
}

/* sales-sequences-section */

.sales-sequences-section{
    padding: 173px 0 60px;
    background-color: #F7F5FF;
    margin-top: -108px;
    text-align: center;
}

.sales-sequences-section h2{
    margin-bottom: 20px;
}

.sales-sequences-section p{
    font-weight: 400;
    font-size: 18px;
    line-height: 27px;
    text-align: center;
    color: #393C56;
}

/* zigzag container */

.zig-zag-section{
    padding: 82px 0;
}

.zig-zag-section .row{
    align-items: center;
}

.zig-zag-section .row:not(:last-child){
    margin-bottom: 108px;
}

.zig-zag-section h3{
    margin-bottom: 24px;
}

.zig-zag-section p{
    font-weight: 500;
    font-size: 16px;
    line-height: 30px;
    letter-spacing: 0.01em;
    color: #505050;
    padding-left: 24px;
}

.zig-zag-section .row:nth-child(even){
    flex-direction: row-reverse;
}

/* testimonial-section */

.testimonial-section{
    padding: 62px 0;
    background-color: #F7F5FF;
}

.t6-container .owl-nav .owl-next, .t6-container .owl-nav .owl-prev {
    background: #e3dcfc !important;
}

.t6-container .owl-nav .owl-next:hover, .t6-container .owl-nav .owl-prev:hover {
    background: #d6cafd !important;
}

/* cta-section */

.cta-section{
    background: var(--cta-section-bg);
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    padding: 120px 0;
}

.cta-section h2{
    font-family: 'Paytone One';
    font-weight: 400;
    font-size: 30px;
    line-height: 42px;
    text-align: center;
    color: #FFFFFF;
    margin-bottom: 24px;
}

.cta-section .kt-btn-secondary{
    font-weight: 700;
    font-size: 14px;
    line-height: 24px;
    border: 1px solid #fff !important;
    margin-right: 14px;
}

.cta-section .kt-btn-secondary:hover{
    border-color: #504EE4 !important;
}

.cta-section .kt-btn-outline:hover{
    box-shadow: 0px 4px 12px rgba(255, 255, 255, 0.2);
}

@media only screen and (max-width: 768px) {
    /* hero section --start */
    .hero-section{
        padding: 100px 20px 40px;
    }
    .hero-section .hero-subHead{
        display: none;
    }
    .hero-section h1{
        font-size: 26px;
        line-height: 36px;
        text-align: center;
    }
    .hero-section p{
        font-size: 14px;
        line-height: 21px;
        text-align: center;
        margin-bottom: 18px;
    }
    .hero-section .showDemoRequest{
        display: none;
    }
    .hero-section .k-dropdown-register{
        margin: auto;
    }
    .hero-section img{
        display: none;
    }
    /* hero-section --end */

    /* Roi sales section --start */
    .roi-sales-section{
        padding: 0;
        margin: 0 28px;
    }
    .roi-sales-section h2{
        font-size: 20px;
        line-height: 28px;
    }
    .roi-sales-container{
        padding: 30px 30px 18px;
    }
    .roi-sales-container .d-flex{
        background: #FFFFFF;
        box-shadow: 0px 0px 20px rgba(0, 0, 0, 0.03);
        flex-direction: column;
        text-align: center;
        padding: 16px 0;        
        margin-bottom: 24px;
    }
    .roi-sales-container-img{
        margin: 0;
    }
    .roi-sales-container-text h2{
        font-size: 34px;
        line-height: 47px;
    }
    /* Roi sales section --end */

    /* sales sequences --start */
    .sales-sequences-section{
        padding: 292px 16px 40px;
        margin-top: -252px;
    }
    .sales-sequences-section h2{
        font-size: 24px;
        line-height: 36px;
    }
    /* sales sequences --end */

    /* zig-zag-section --start*/
    .zig-zag-section{
        padding: 40px 0px;
    }

    .zig-zag-section h3{
        font-size: 24px;
        line-height: 36px;
        text-align: center;
    }

    .zig-zag-section p{
        font-size: 10px;
        line-height: 15px;
        text-align: center;
        padding: 0 24px;
        margin-bottom: 4px;
    }

    .zig-zag-section .row:not(:last-child) {
        margin-bottom: 36px;
    }

    /* zig-zag-section --end*/


    /* Testimonial-section --start*/

    .testimonial-section{
        padding: 36px 0 0;
    }

    .testimonial-section h2{
        font-size: 20px;
        line-height: 28px;
        text-align: center;
    }

    .t6-testimonial-box {
        display: flex;
        flex-direction: column-reverse;
    }

    .t6-profile-img{
        max-width: 160px;
        margin: auto;
        margin-top: 24px;
        margin-bottom: 32px;
    }

    .t2-qoute{
        max-width: 60px;
        margin-bottom: 0;
        left: 0;
    }

    .t6-comment{
        font-weight: 400;
        font-size: 12px;
        line-height: 18px;
        text-align: center;
        padding: 0 24px;
    }

    .t6-company-logo{
        display: none !important;
    }

    .t6-companey-box-right{
        border-left: 4px solid #706ed5;
        border-radius: 4px;
        padding-left: 16px;
    }

    .t6-name{
        font-weight: 600;
        font-size: 10px;
        line-height: 14px;
        color: #000000;
    }

    .t6-post{
        font-weight: 400;
        font-size: 8px;
        line-height: 11px;
        color: #000000;
    }

    .t6-companey-box{
        margin-top: 8px;
        justify-content: center;
    }

    /* Testimonial-section --end*/


    /* cta-section --start*/

    .cta-section{
        padding: 40px 0;
    }

    .cta-section h2{
        font-size: 24px;
        line-height: 36px;
        margin-bottom: 36px;
    }

    /* cta-section --start*/

    
}

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