/* univarsal css responsive ////////// */

@media screen and (max-width: 480px) {
    .services-section-heading {
        width: 90%;
    }
}






/* =============== header resopnsive ======================= */

@media (max-width:1150px) {
    .header-social {
        display: none;
    }
}

@media (max-width:990px) {
    .humberg-menu {
        display: block;
    }
    .lg-nav-content ul {
        display: none;
    }

    .sm-nav-content {
        display: block;
    }

    .header-social {
        display: none;
    }

    .sm-header-social a i {
        font-size: 25px;
    }
    header {
        width: 90%;
    }

    .lg-nav-content ul li a {
        padding: 4px;
    }


}

@media (max-width:760px) {
    .humberg-menu {
        display: block;
    }

    header {
        width: 100%;
        padding: 5px 15px;
    }

    


}



/* ===================== Home Banner =================== */

@media screen and (max-width: 1200px) {
    .myslide {
        height: auto;
    }
}


@media screen and (max-width: 1000px) {
    .myslide {
        height: 400px
    }
}

@media screen and (max-width: 760px) {


    @-webkit-keyframes posi2 {
        from {
            top: 35%;
        }

        to {
            top: 50%;
        }
    }

    @keyframes posi2 {
        from {
            top: 35%;
        }

        to {
            top: 50%;
        }
    }
}

@media screen and (max-width: 480px) {
    .myslide {
        height: 200px;
    }
}



/* ============== about section ================= */
@media screen and (max-width: 990px) {
    .about-section-container {
        width: 90%;
    }
}

@media screen and (max-width: 760px) {
    .about-section-container {
        width: 90%;
    }

    .col-text {
        padding: 10px 5px;
    }

    .col-text h1 {
        font-size: 25px;
    }
}

@media screen and (max-width: 480px) {
    .about-section-container {
        width: 95%;
    }
}






/* ==================== footer section ================== */

@media screen and (max-width: 991px) {
    footer ul {
        margin: 5px 0;
        padding: 0;
    }

    .footer-menu {
        text-align: start;
    }

}

@media screen and (max-width: 991px) {
    .copywrite-content {
        flex-direction: column;
        align-items: center;
    }

}



/* =========== about page =============== */

@media screen and (max-width: 991px) {
    .about-page-img {
        width: 100%;
        margin-bottom: 25px;
    }
}





/* =========== album page =============== */

@media screen and (max-width: 1520px) {
    .album-item {
        width: 278px;
    }

    .album-item-img {
        width: 100%;
        height: 278px;
    }
}

@media screen and (max-width: 1420px) {
    .album-item {
        width: 250px;
    }

    .album-page-content-container {
        width: 90%;
        /* z-index: 0; */
    }
}

@media screen and (max-width: 1280px) {
    .album-item-img{
        height: 230px;
    }
    .album-section-item h4 {
        font-size: 13px;
    }
}
@media screen and (max-width: 1024px) {
    .album-item-img{
        height: 200px;
    }
    .album-section-item h4 {
        font-size: 12px;
    }
}

@media screen and (max-width: 1220px) {
    .album-item {
        width: 296px;
    }


    .album-page-content-container {
        width: 90%;
    }

    .album-page-sidebar {
        width: 95%;
    }
}


@media screen and (max-width: 991px) {
    .album-item {
        width: 29%;
        margin: auto;
    }

    .album-item-img {
        width: 100%;
        height: auto;
    }

    .album-page-content-container {
        position: relative;
    }


    .album-page-sidebar {
        width: 100%;
    }

    .categoryList {
        display: none;
        position: absolute;
        top: 50px;
        width: 100%;
        margin: auto;
        background-color: #fff;
        width: 95%;
        height: 0;
        transition: width 1s cubic-bezier(0.175, 0.88, 0.32, 1.275);
    }

    .categoryList.openCategories {
        display: block;
        height: auto;
        transition: 1s;
        position: relative;
    }




    .album-page-content {
        margin-top: 100px;
    }

    .categoryMenu {
        /* position: absolute; */
        width: 95%;
        margin: auto;
        display: flex;
        justify-content: space-between;
        padding: 15px !important;
    }

    .categoryMenu i {
        display: block !important;
        font-size: 20px;
    }


}

@media (max-width: 760px) {

    .album-item {
        width: 45%;
        margin: auto;
    }

    .album-item-img {
        width: 100%;
        height: auto;
    }
}

@media (max-width: 480px) {

    .album-item {
        width: 90%;
        margin: auto;
    }

    .album-item-img {
        width: 100%;
        height: auto;
    }
}




/* ----------------- */



@media screen and (max-width: 572px) {
    
}
@media screen and (max-width: 480px) {
    
}
