@media(max-width: 900px)
{
     .mobile-none{
        display: none;
    }
    nav .nav-content .nav-button ,  .colse-btn
    {
        display: flex !important;
    }
    .nav-list
    {
        width: 100%;
        height: 100vh;
        position: fixed;
        top: 0;
        right: -100% !important;
        background-color: #dfdff9;
        z-index: 99999;
        transition: .5s linear;
    }
    nav .nav-content .image-content {
        width: 60px;
        height: 60px;
    }
    nav .nav-content
    {
        justify-content: space-between !important;
    }
    .active-nav{
        right: 0% !important;
    }
    .news .box.cloumn-box , nav .nav-content .navbar , footer .image
    {
        flex-direction: column;
    }
    
    nav .nav-content .navbar
    {
        height: 100%;
    }
    nav .nav-content .navbar a{
        color: #000 !important;
    }
    nav .nav-content .navbar .active{
        color: #261b76 !important;
        font-weight: bold;
    }
    .colse-btn
    {
        width: fit-content;
        position: absolute;
        top: 10px;
        left: 10px;
        font-size: 20px;
        color: #261b76;
    }
    header .image-content
    {
        height: 300px !important;
        margin: 0px;
    }
    .multi-media .image-content.big-img , header .image-content
    {
        height: 300px !important;
    }
    
}