@tailwind base;
@tailwind components;
@tailwind utilities;

.light-header .main-menu > li > a, .main-menu-4 > li > a{
    color: #000;
}

.light-header .header__logo-2 p{
    color: #000!important;
}

.light-header.sticky-2 .main-menu > li > a, .main-menu-4 > li > a{
    color: #fff;
}

.light-header.sticky-2 .header__logo-2 p{
    color: #fff!important;
}

body.light-theme .header__area-2{
    background-color: #121212!important;
}

body.home-dark-theme .header__area-2{
    background-color: #000000!important;
}

@media(max-width:768px){
    .mobile-nav-hidden{
    display: none!important;
}
}
