/* NAVBAR------------------- */
@media only screen and (max-width: 1200px){
    .nav-link{
        margin: 0 0px !important;
    }
}
@media only screen and (max-width: 992px){
    .navbar .container ul{
        background-color: rgba(3, 21, 37, 0.841);
        border-radius: 15px;
    }
     
}
@media only screen and (max-width: 426px){
    .hero-section{
        padding-bottom: 70px !important;
    }
    .header-nav-wrapper{
        top: 15px !important;
    }
    .hero-section .hero-head-box{
        text-align: center !important;
    }
    .hero-section .hero-heading {
        width: 100%;
        font-size: 42px;
    }
    .hero-section .hero-bttn {
        justify-content: center !important;
    }
    .hero-section .hero-subtext{
        font-size: 14px !important;
    }
    .bento-programs-section .pin-heading h2{
        font-size: 32px !important;
    }
    .our-teachers .head-box{
        font-size: 32px !important;
    }
    .testimonial .head-box{
        font-size: 32px !important;
    }
    .faq .head-box{
        font-size: 32px !important;
    }
    .academy .head-box{
        font-size: 32px !important;
    }
    .cta-banner .head-box{
        font-size: 24px !important;
    }
}
@media only screen and (max-width: 376px){
    .hero-section .hero-heading {
        font-size: 32px;
    }
    .hero-section .hero-subtext{
        font-size: 12px !important;
    }
    .abt-section .para{
        text-align: center !important;
    }
    .our-teachers .head-box{
        font-size: 28px !important;
    }
    .testimonial-glass-card{
        padding: 15px !important;
    }
    .cta-banner .join-bttn{
        padding: 10px 15px !important;
    }
}

/* NAVBAR------------------- */
