body{
    background-color: #000000;
    font-size: 14px;
    scroll-behavior: smooth;
    font-family: "Onest", sans-serif;
}

p{
    font-size: 15px;
}
.heading{
    font-size: 38px;
    font-weight: 800;
    color: #f5d76e !important;
}
/*component*/
.section{
    padding: 50px 0;
    display: flex !important;
    justify-content: center;
}

.style-container{
    max-width: 1000px;
}
.banner-section{
    min-height: 100vh;
}

.lessons-card{
    max-width: 100%;
    height: auto;
    border-radius: 15px;
    border: 1px solid #f5d76e;
    position: relative;
    display: block;
    text-decoration: none;
    cursor: pointer;
    min-height: 360px;
}
.lessons-card:hover{
    box-shadow: 0px 2px 14px 2px #f5d76e6b;
}
.lessons-card:hover .navigator{
    background-color: #cfb55d;
    color: #0b1120;
}
.navigator{
    position: absolute;
    width: 35px;
    height: 35px;
    border-radius: 50%;
    position: absolute;
    bottom: -12px;
    right: -8px;
    border: 1px solid #f5d76e;
    background: #0b1120;
    font-size: 20px;
    display: flex;
    align-items: center;
    justify-content: center;
    text-decoration: none;
    color: #f5d76e;
    transition: all 300ms ease-in;
}
.lessons-card img{max-width: 100%;height: auto;object-fit: contain;border-radius: 15px 15px 0 0;}
.lessons-card .content{
    padding: 15px;
    color: #fff;
}
.lessons-card h2{font-size: 18px;font-weight: 700;color: #f5d76e;}
.lessons-card p{line-height: 1.3;}
.lesson-image{
    max-width: 100%;
    height: 500px;
    width: 100%;
    object-fit: cover;
}
.lesson-content h2{font-size: 30px;color: #f5d76e;font-weight: 700;}
.lesson-content p{
    font-size: 16px;
    color: #fff;
}

.play-audio{width: 45px;height: 45px;display: flex;align-items: center;justify-content: center;border-radius: 5px;border: 1px solid #ffffff;text-decoration: none;color: #fff;font-size: 19px;
    margin-top: 20px; display: none !important;}
.play-audio:hover{
    background-color: #ffffff;
    color: #0b1120;
}
.lesson-header{
    background-color: #ffb400f2;
    padding: 0;
    height: 46px;
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    z-index: 1000;
    text-align: center;
    font-size: 18px;
    display: none;
}
#initButton{
    text-decoration: none;
    color: #fff;
    height: 44px;
    display: flex;
    align-items: center;
    justify-content: center;
    font-weight: 500;
}
audio{
    margin-top: 6px;
}
.consent-modal .modal-content{padding: 50px;margin-top: 25%;text-align: center;background-color: #050810;border: 1px solid #ffffff;box-shadow: 1px 1px 10px 1px rgb(255 255 255 / 64%);}
.consent-modal .modal-content p{font-size: 16px;color: #ffffff;}

.style-btn-row .style-btn{
    background: #ffffff;
    color: #000;
    max-width: 135px;
    width: 100%;
    font-size: 14px;
}

.lesson-img{height: 225px !important;width: 100%;object-fit: cover !important;}
#fullpage section:nth-child(even) .row .col-md-6:nth-child(1){
    order: 1;
    
}
#fullpage section:nth-child() .row{
    /* Styles for even sections */
    background-color: #ffffff !important;
}
.poster-div{
    position: relative;
    height: 500px;
}
.poster-div::before{
    content: '';
    position: absolute;
    width: calc(100% - 30px);
    height: 100%;
    top: -14px;
    left: -4px;
    border: 3px solid #f2d46d;
}

.lesson-page .section .container{
    height : 100%;
    display : flex;
}
.its-child-white, .its-child-white span, .its-child-white b, .its-child-white i {
    color :#ffffff !important;
}
.full-section-border{
    border:3px solid #f2d46d;
    padding:40px;
}


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

    .lessons-card {
        max-width: 350px;
        width: 100%;
        position: relative;
        margin: 0 auto;
    }
    .poster-div{height: 300px;width: 100%;margin-bottom: 50px;}
    .poster-div::before{
        content: '';
        top: -9px;
        left: 3px;
    }
    .poster-div img{height: 100%;width: 100%;}
    .lesson-content{
        text-align: center;
    }
    #fullpage section:nth-child(even) .row .col-md-6:nth-child(1){
        order: inherit;
        
    }
    .lesson-page .section .container{
        align-items: center;
    }

    .lesson-page  audio{
        margin-top: 20px;
    }
    .lesson-content h2{
        margin-bottom: 20px;
    }
    
  }