@media (min-width: 1200px) {

    .header-top-sky .nav-logo {
        display: flex;
        justify-content: center;
        flex-wrap: nowrap;
    }
}

@media (max-width: 1200px) {

    /* .navbar-brand {
        display: none;
    } */
    .about .about-img {
        margin-top: 0;
    }

    .about .about-img .img-1 {
        margin: 10px 0;
    }

    .header-top-sky .logo {
        display: none;
    }

    .header-sky .navbar.navbar-fixed-top {
        background: #080303;
    }

    .navbar-toggle {
        display: block;
        margin-top: 24px;
    }

    .navbar-collapse.collapse {
        overflow-y: hidden;
        height: 0px !important;
        visibility: hidden;
    }

    .img-2,
    .img-3 {
        display: none;
    }

    .about .about-img .img-1 {
        width: 100%;
    }

    .navbar-collapse.in {
        overflow-y: visible;
        height: auto !important;
        visibility: visible;
    }

    .navbar-right {
        float: left !important;
    }

    .header-sky .navbar .navbar-nav li {
        padding: 10px 15px !important;
        display: inline-block;
        width: 100%;
    }

    .img-1 img {
        width: 100%;
    }

    .know-btn {
        position: absolute;
        top: 10px;
        right: 10px;
        background: #ffffff;
        padding: 0.5rem 1rem;
        border-radius: 4px;
        color: #000000;
        z-index: 0;
        display: block;
    }

    .know-btn a {
        color: #232323;
    }

    .gallery-our .gallery .gallery_product .wrap-box .gallery-box-main {
        overflow: visible;
        opacity: 1;
        transform: translate(-50%, -50%);
        width: 100%;
        height: 100%;
    }

    .gallery-our .gallery .gallery_product .wrap-box img {
        /* transform: scale(1.2); */
        opacity: 0.8;
    }

    .gallery-icon .la {
        opacity: 0.5;
    }

    .gallery-our .gallery .gallery_product .wrap-box .gallery-box-main .gallery-icon {
        width: 100%;
        height: 100%;
    }

    .gallery-box-main .gallery-icon .lightbox {
        width: 100%;
        height: 100%;
        display: flex;
        justify-content: center;
        align-items: center;
    }

   
}

@media (max-width: 992px) {
    .footer-sky .footer-mid .padding-footer-mid .list-content {
        margin-top: 0 !important;
    }
    .footer-sky.footer-sky-v4 .footer-bottom {
        line-height: 35px !important;
        padding-bottom: 2rem;
    }
    .navbar-brand {
        display: block;
    }

    .mar-rt-10 {
        margin-right: 30px !important;
    }

    .h2-room {
        font-size: 45px;
        line-height: 5rem;
    }

    .about .about-img {
        margin: 0;
    }

    .about .about-img .img-1 {
        margin: 10px 0;
    }

    .img-1 img {
        width: 100%;
    }
}

@media (max-width: 768px) {
    .header-sky .navbar .navbar-collapse{
        background-color: #000000;
    }
    .mar-rt-10 {
        margin-right: 20px !important;
    }

    .display-grid-mob {
        margin-top: 0px;
    }
    .header-sky .navbar .navbar-nav{
        background-color: #000000;
    }
    .header-sky .navbar .navbar-collapse{
        margin-top: -2px;
    }
    .footer-sky.footer-sky-v4 .footer-bottom .footer-bottom-l{
        line-height: 24px;
    }
    .section-slider .item .carousel-caption .v3{
        text-align: center;
    }
}

