@media (max-width:1200px){
    .mission-statement-section .main-title,.upcoming-events-section .main-title, .news-letter-section .main-title, .member-form-section .main-title{
        font-size: 50px;
    }
}
@media (max-width:992px){
    .banner-section .banner-title{
        font-size:60px;
    }
    .member-form-section .member-form-card {
        margin-top:10px;
    }
    .header-menu .navbar .nav-item .nav-link{
        color:#000;
        text-align: end;
    }
    .header-menu .logo img{
        width:135px;
    }
    .footer-logo img{
        width:135px;
    }
}

@media (max-width:768px){
    .banner-section .banner-title{
        font-size:60px;
    }
    .mission-statement-section .main-title,.upcoming-events-section .main-title, .news-letter-section .main-title, .member-form-section .main-title{
        font-size: 40px;
    }
}

@media (max-width:576px){
    .owl-carousel.logo-slider, .owl-carousel{
        width:83% !important;
    }
    .banner-section .banner-title{
        font-size:45px;
    }
    .contact-us-btn-wrapper{
        text-align: end;
        margin-top:10px;
    }
    .banner-section .banner-info-content{
        font-size:18px;
    }
    .header-menu .logo img{
        width:135px;
    }
    .header-part{
        /* display: flex !important; */
        /* align-items: self-end !important; */
        padding:0;
    }
    .banner-btn{
        padding:1rem 3rem;
    }
    .mission-statement-section .main-title, .upcoming-events-section .main-title, .news-letter-section .main-title, .member-form-section .main-title{
        font-size: 26px;
    }
    .section-content{
        font-size:18px !important;
    }
    .member-form-section .member-form-card {
        background-color: #000;
        color: #fff;
        /* box-shadow: 0px 1px 9px -5px; */
        border-radius: 34px;
        padding: 4px;
    }
    .main-middle-section .page-title .main-title {
        font-size: 45px;
    }
    footer .footer-menu-link-list li {
        padding: 5px 12px 10px;
    }
    .botttom-bar{
        display: grid;
        align-items: center;
    }
    .copyright-text{
        margin-bottom:0;
        padding-right:0;
    }
    .bottom-menu{
        margin-top:5px;
        margin-bottom:4px;
    }
    .owl-carousel .owl-nav button.owl-prev span, .owl-carousel .owl-nav button.owl-next span {
        top: 3px;
        left: 10.5px;
    }
    .owl-carousel .owl-nav button.owl-prev, .owl-carousel .owl-nav button.owl-next {
        font-size: 35px !important;
        height: 2rem;
        width: 2rem;
    }
    .owl-carousel.logo-slider .owl-nav button.owl-prev, .owl-carousel .owl-nav button.owl-next{
        margin:0px 6px;
    }
    .owl-carousel .event-slide{
        margin:1px;
    }
    .event-slide-wrapper .event-slide{
        margin:0px;
    }
    .same-content-section .main-title{
        font-size:26px;
    }
    .bottom-bar{
        display: grid;
    }
    .owl-carousel.logo-slider .owl-stage-outer {
        border: 1px solid #e2eef1;
        border-radius: 10px;
    }
    .footer-logo img{
        width:135px;
    }
}