/* Normal desktop :1200px. */
@media (min-width: 1200px) and (max-width: 1500px) {


}

/* Custom responsive navbar for screens less than 1351px */
@media (max-width: 1351px) {
    .log a img {
        max-width: 165px;
    }
    
    .header-area .main-header {
        padding: 0px 20px !important;
    }
    
    .header-area .main-header .main-menu {
        margin-right: 0 !important;
    }
    
    .header-area .main-header .main-menu ul li a {
        padding: 39px 15px !important;
        font-size: 15px !important;
    }
    
    .menu-main {
        width: 100% !important;
        justify-content: space-between !important;
    }
    
    .main-menu {
        flex: 1 !important;
    }
    
    .main-menu nav ul#navigation {
        display: flex !important;
        justify-content: center !important;
        align-items: center !important;
        width: 100% !important;
        margin: 0 !important;
        padding: 0 !important;
    }
    
    .main-menu nav ul li {
        display: inline-flex !important;
        margin: 0 5px !important;
    }
    
    .header-right-btn {
        margin-left: 10px !important;
    }
    
    .language-switcher {
        margin-left: 10px !important;
    }
}

/* Additional responsive adjustments for smaller screens within the range */
@media (max-width: 1400px) {
    .header-area .main-header .main-menu ul li a {
        padding: 39px 12px !important;
        font-size: 14px !important;
    }
}

@media (max-width: 1300px) {
    .header-area .main-header .main-menu ul li a {
        padding: 39px 10px !important;
        font-size: 13px !important;
    }
    
    .header-right-btn .btn {
        padding: 12px 15px !important;
        font-size: 13px !important;
    }
}

@media (max-width: 991px) {
    .language-switcher.d-none.d-lg-block {
        display: block !important;
        margin: 8px auto;
        text-align: center;
        order: 1;
    }
}

@media (max-width: 1558px) {
    .language-switcher {
        /* margin-right: 10px !important; */
        margin-left: 0 !important;
    }
}

@media (max-width: 991px) {
    .language-switcher {
        margin: 8px auto !important;
    }
}

/* Normal desktop :992px. */
@media (min-width: 992px) and (max-width: 1200px) {


}

 
/* Tablet desktop :768px. */
@media (min-width: 768px) and (max-width: 991px) {


}

 
/* small mobile :320px. */
@media (max-width: 767px) {

 
}
 
/* Large Mobile :480px. */
@media only screen and (min-width: 480px) and (max-width: 767px) {
.container {width:450px}
 
}
