@media all and (min-width: 1200px) {
    .container {
        width: 90%;
        max-width: 1230px;
        margin: 0 auto;
    }
}

@media all and (max-width: 1200px) {
    .container {
        max-width: 1170px;
    }
}

@media all and (max-width: 1080px) {

    .menu-icon {
        display: block;
    }

    .menu-area {
        display: none;
    }

}


@media only screen and (max-width: 991px) {
    /*.footer-section{*/
    /*    margin-top: 100px;*/
    /*}*/
    .footer-logo{
        text-align: center;
    }
    .footer-right-up{
        text-align: center;
    }
    .footer-social{
        text-align: center;
    }
    .ndm-image{
        display: flex;
        justify-content: center;
    }

    .user-area{
        margin-top: 13px;
    }
    .logo-area-form{
        margin-top: 10px;
    }
    
    .creative-news-item img {
        width: 100%;
        height: auto;
        border-radius: var(--radius);
    }
}

@media only screen and (max-width: 767px) {
    .sponsered-ad{
        margin-top: 210px;
    }
}

@media all and (max-width: 768px) {
    .header-top {
        text-align: center;
    }

    .ht-social {
        margin-top: 5px;
        float: none;
    }
}

@media all and (max-width: 576px) {}


@media all and (max-width: 480px) {}

@media all and (max-width: 360px) {}
