
@media (max-width:1400px) {
    .navbar .nav_item a {
        font-size: 18px;
        margin: 0 18px;
    }
}
@media (max-width:1100px) {
    .navbar .nav_item a {
        font-size: 16px;
        margin: 0 12px;
    }
    .menu_bar .logo {
        height: 100px;
        width: 103px;
    }
    .inner_banner_title {
        font-size: 50px;
    }
}
@media (max-width:800px) {
    .navbar .nav_item a {
        font-size: 13px;
        margin: 0 5px;
    }
}
@media (max-width:767px){
    .section_title_light {
        font-size: 40px;
    }
    .padd {
    padding: 40px 0;
   }
   .mobile_menu{
    transform: translateX(-100%);
    transition: 0.5s;
    position: fixed;
    z-index: 100;
    width: 100%;
   }
   .mobile_menu.active{
    transform: translateX(0);
   }
    .mobile_header{
        display: block;
        position: sticky;
        top: 0;
        background: var(--color6);
        z-index: 100;
    }
    .menu_bar{
        display: none;
    }
    .mobile_row{
        display: flex;
        align-items: center;
        justify-content: space-between;
        padding: 10px 0;
    }
    .mobile_logo {
        width: 58px;
        height: 58px;
        border-radius: 50%;
        overflow: hidden;
    }
    .bar_iconbox {
        display: flex;
        flex-direction: column;
        gap: 10px;
        align-items: end;
    }
    .bar_icon {
        height: 2px;
        display: inline-block;
        width: 30px;
        background: black;
    }
    .mobile_menu {
        background: #68644478;
    }
    .mobile_menu .container {
        background: var(--color4);
        width: 78%;
        margin: 0;
    }
    .mobile_nav {
        list-style: none;
        padding: 17px;
    }
    a.mobile_navItem {
        color: var(--color6);
        padding: 6px 0;
        display: inline-block;
        font-size: 18px;
    }
    .banner {
        height: 560px;
    }
    .banner_title{
        font-size: 45px;
        margin-top: 30px;
    }
    .about_section {
        padding-top: 40px;
    }
    .about_img {
        height: 320px;
    }
    .about_title {
        font-size: 40px;
    }
    .about_img2 {
        height: 234px;
        width: 190px;
    }
    .membership_card {
        padding: 26px 26px;
        margin-bottom: 12px;
    }
    .membership_card .icon {
        width: 103px;
        margin: 16px auto;
    }
    .membership_card .theme_btn2{
        margin-top: 7px;
    }
    .cta {
        width: 90%;
        margin: auto;
    }
    .cta-container{
        padding: 40px;
    }
    .cta-container .section_title_light{
        text-align: center;
    }
    .blog_box{
        margin-bottom: 12px;
    }
    footer ul {
        flex-wrap: wrap;
        gap: 16px;
        padding: 0 0 10px;
    }
     footer ul .menu_item{
        margin-bottom: 0;
        }
    footer .logo {
        width: 121px;
        height: 121px;
    }
    .inner_banner {
        height: 200px;
        display: flex;
        align-items: center;
        padding: 0;
    }
    .inner_banner_title {
        font-size: 25px;
        line-height: 1.5;
    }
}