/* @import url('https://fonts.googleapis.com/css2?family=Source+Sans+Pro:ital,wght@0,400;0,600;0,700;1,300&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Quicksand:wght@300&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Inter:wght@500;600&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Paytone+One&display=swap'); */

html {
    scroll-behavior: smooth;
    overflow-x: hidden !important;
}

/* font */
section h2{
    font-family: var(--paytone);
    font-size: 30px;
    line-height: 42px;
    text-align: center;
    margin-bottom: 16px;
}

section h2 span{
    color: #504EE4;
}

/* <!-- hero-section --> */
.section-agile-sales{
    padding: 110px 0 60px;
}

.section-agile-sales-wrapper h1{
    font-family: var(--paytone);
    font-size: 46px;
    line-height: 64px;
    color: #0D144A;
}

.section-agile-sales-wrapper h1 span{
    color: #504EE4;
}

section h3 span{
    color: #B499FF;
}

.section-agile-sales-wrapper p{
    font-weight: 400;
    font-size: 18px;
    line-height: 27px;
    color: #393C56;
}

.section-agile-sales-wrapper .kt-btn-primary{
    font-weight: 600;
    font-size: 14px;
    line-height: 24px;
    letter-spacing: 0.02em;
    text-transform: uppercase;
}


/* <!-- sales-rigidity-section --> */

.section-sales-rigidity{
    background: var(--sales-rigidity-bg);
    background-repeat: no-repeat;
    background-size: cover;
    background-position: bottom;
    padding: 0px 0 80px;
    color: #fff;
}

.section-sales-rigidity-wrapper-head{
    /* position: sticky; */
    top: 60px;
    padding: 20px 80px;
    padding-bottom: 40px;
    z-index: 99;
}

.section-sales-rigidity-wrapper-head h4{
    font-weight: 600;
    font-size: 20px;
    line-height: 30px;
    text-transform: capitalize;
    color: #BCBCBC;
    margin-bottom: 12px;
}

.section-sales-rigidity-wrapper-head h2{
    font-family: var(--paytone);
    font-size: 30px;
    line-height: 42px;
    text-align: center;
    margin-bottom: 16px;
    text-transform: capitalize;
}

.section-sales-rigidity-wrapper-content-1{
    transition: all .2s;
    padding-top: 80px;
}


.section-sales-rigidity-wrapper-content h3{
    font-family: var(--paytone);
    font-size: 34px;
    line-height: 47px;
    color: #FFFFFF;
    margin-bottom: 24px;
}

.cylindricalDraft,.cylindrical{
    height: 120px;
    width: 20px;
    background: linear-gradient(0deg, #B499FF -18.06%, rgba(180, 153, 255, 0) 100%);
    border-radius: 0px 0px 20px 20px;
    margin-left: 49px;
    position: relative;
}

.cylindricalDraft1,
.cylindricalDraft2,
.cylindricalDraft3{
    height: 100px;
}

.cylindrical{
    margin-left: 8px;
}

.cylindricalBall {
    margin-top: 0;
}

.cylindricalDraftBall,.cylindricalBall{
    width: 15px;
    height: 15px;
    margin: auto;
    background: #9E84EB;
    box-shadow: 0px 4px 4px rgba(0, 0, 0, 0.12);
    border-radius: 50%;
    position: absolute;
    left: 50%;
    transform: translateX(-50%);
}



.section-sales-rigidity-wrapper-content ul{
    list-style: none;
}

.section-sales-rigidity-wrapper-content ul li{
    font-weight: 400;
    font-size: 16px;
    line-height: 24px;
    margin-bottom: 16px;
}

/* .section-sales-rigidity-wrapper-content ul li::before {
    content: "\2022";
    color: #99D0FF;
    font-weight: bold;
    display: inline-block; 
    width: 1em;
    margin-left: -1em;
    font-size: 20px;
} */

.section-sales-rigidity-wrapper-content-2 ul li::before {
    color: #B499FF;
}

/* <!-- sales-agility-section --> */

.section-sales-agility{
    padding: 80px 0;
}

.section-sales-agility h2{
    color: #0D144A;
    margin-bottom: 60px;
}

.section-sales-agility .zig-zag .row{
    margin-bottom: 40px;
}

.section-sales-agility .zig-zag h3{
    font-family: var(--paytone);
    font-size: 34px;
    line-height: 47px;
    color: #0D144A;
    margin-bottom: 24px;
}

.section-sales-agility .zig-zag p{
    font-weight: 400;
    font-size: 16px;
    line-height: 24px;
    color: #393C56;
    margin-bottom: 0;
}

/* <!-- agile-sales-team-section --> */

.section-agile-sales-team-wrapper{
    background: var(--agile-sales-bg),#B499FF;
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
    box-shadow: 8px 8px 32px rgba(0, 0, 0, 0.12);
    border-radius: 8px;
    padding: 80px 0;
    margin: 0 -80px;
}

.romanNumber{
    font-family: var(--paytone);
    font-size: 80px;
    line-height: 112px;
    color: #B499FF;
    opacity: 0.2;
}

.section-agile-sales-team-wrapper{
    color: #fff;
    margin-bottom: 80px;
}

.section-agile-sales-team-wrapper h2{
    margin-bottom: 80px;
}

.section-agile-sales-team-wrapper h2 span{
    color: #6337DE;
}

/* <!-- cta-section --> */

.section-cta{
    background: var(--cta-section-bg);
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
    padding: 80px 0;
    text-align: center;
    color: #fff;
}

.section-cta h2 span{
    color: #B499FF;
}

.section-cta p{
    margin-bottom: 40px;
}

.section-cta .kt-btn-secondary{
    border: none !important;
    font-weight: 600;
}

@media only screen and (max-width:576px) {
    /* <!-- hero-section --> */
    section h2{
        font-family: var(--paytone);
        font-size: 24px !important;
        line-height: 38px !important;
    }
    section h3{
        font-size: 20px !important;
        line-height: 32px !important;
        margin-bottom: 16px !important;
    }
    section p{
        font-size: 14px !important;
    }
    section ul li{
        font-size: 14px !important;
        line-height: 26px !important;
    }
    .section-agile-sales-wrapper h1{
        font-size: 30px;
        line-height: 42px;
    }

    .section-agile-sales-wrapper img{
        margin: 40px 0 0;
    }

    /* <!-- sales-rigidity-section --> */
    .section-sales-rigidity-wrapper-head{
        padding: 40px 0 !important;
    }
    .section-sales-rigidity{
        padding-bottom: 40px;
    }

    /* <!-- sales-agility-section --> */
    .section-sales-agility{
        padding: 40px 0;
    }

    /* <!-- agile-sales-team-section --> */
    .section-agile-sales-team-wrapper{
        margin: 0;
        margin-bottom: 40px;
        padding: 40px 0;
    }

    /* <!-- cta-section --> */
    .zig-zag img{
        margin-top: 8px;
        margin-bottom: 40px;
    }

    .cylindricalDraft{
        margin: 0;
    }
}