@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=Song+Myung&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');

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

body{
    overflow-x: hidden !important;
    font-family: 'Poppins';
    background-image: var(--hero-top-img);
    background-repeat: no-repeat;
    background-position: top;
    background-position-y: -24px;
}

/* .k-main-nav{
    display: none;
} */

.right-top-bg{
    position: absolute;
    right: 0;
    top: 0;
    width: 40%;
}

.hero-section{
    padding: 152px 0 80px;
    position: relative;
}

.hero-section .hero-subHead{
    font-weight: 600;
    font-size: 24px;
    line-height: 36px;
    text-transform: capitalize;
    color: #504EE4;
    margin-bottom: 8px;
}

.hero-section h1{
    font-family: 'Paytone One';
    font-style: normal;
    font-weight: 400;
    font-size: 46px;
    line-height: 56px;
    color: #0D144A;
    margin-bottom: 12px;
}

.hero-section p{
    font-weight: 400;
    font-size: 18px;
    line-height: 27px;
    color: #0D144A;
}

.btn-blue{
    color: #FFFFFF;
    height: 44px;
}

.section-webinars{
    padding-bottom: 80px;
}

.section-webinars h3{
    font-weight: 700;
    font-size: 20px;
    line-height: 30px;
    text-transform: capitalize;
    color: #0D144A;
    margin: 24px 0 20px;
    width: 94%;
    position: relative;
}

.section-webinars h3:hover{
    text-decoration: underline;
}

.section-webinars a:hover>h3{
    text-decoration: underline;
}

.section-webinars .row a{
    cursor: pointer;
    text-decoration: none;
}

.clock-img{
    margin-right: 12px;
    text-decoration: none;
}

.min-text{
    font-weight: 400;
    font-size: 16px;
    line-height: 24px;
    text-transform: capitalize;
    color: #343434;
    text-decoration: none !important;
}

.watch-button {
    text-decoration: none !important;
}

.right-arrow-img{
    margin-left: 4px;
    transition: all .3s;
}

.watch-button:hover .right-arrow-img{
    transform: translateX(4px);
    transition: all .3s;
}

.watch-button p{
    font-weight: 700;
    font-size: 18px;
    line-height: 27px;
    text-transform: uppercase;
    color: #504EE4;
}

/* section cta */
.section-cta{
    background:var(--cta-img);
    background-size: cover;
    background-repeat: no-repeat;
    color: #fff;
    padding: 84px 0 100px;
    text-align: center;
}

.section-cta h2{
    font-family: 'Paytone One';
    font-weight: 400;
    font-size: 40px;
    line-height: 56px;
    text-align: center;
    /* text-transform: capitalize; */
    margin-bottom: 40px;
}

@media only screen and (min-width:1400px) {
    .right-top-bg{
        top: -12% ;
    }
}

@media only screen and (max-width:600px) {
    .hero-section h4{
        font-size: 16px;
        line-height: 24px;
        margin-bottom: 8px;
    }
    .hero-section h1{
        font-size: 24px;
        line-height: 34px;
    }
    .hero-section p{
        font-size: 16px;
        line-height: 24px;
    }
    .webinar-1{
        width: 100%;
    }
    .section-webinars .row a{
        padding: 0 !important;
    }
    .section-webinars .col-12{
        padding: 0 !important;
    }
    .mt-40{
        margin-top: 40px;
    }
    .section-cta h2{
        font-size: 24px;
        line-height: 34px;
    }
}