@media (max-width:399px){
    .somnath-topnav{
        display: none;
    }
}
@media (max-width:600px){
    .somnath-topnav-main{
        flex-direction: column;
        height: 60px;
        justify-content: center;
        gap: 10px;
    }
}