
@media (min-width: 992px){
    nav.navbar.navbar-light .nav-item .nav-link {
        color: #000;
    }

    nav.navbar.navbar-light .nav-item .nav-link:hover {
        color: #fff;
    }

    nav.navbar.navbar-light .nav-item .btn {
        color: #fff;
    }
    .about-section .colum {
        position: absolute;
        left: auto;
        right: 0;
        z-index: 1;
    }

    .about-section .colum .swiper-slide img {
        height: 480px;
        object-fit: cover;
    }

    .about-section .as-row {
        height: 480px;
    }
}


@media (max-width: 1199px) {
    .stay-section .swiper-slide {
        width: 35%;
    }
    .stay-section .swiper-slide:first-child {
        width: 40%;
    }
}

@media (max-width: 991px) {
    .logo1 {
        width: 190px;
    }
    .margin-top {
        margin-top: 60px;
    }

    nav.navbar .btn.btn1 {
        font-size: .75rem;
        padding: 8px 10px;
    }

    nav.navbar .navbar-collapse {
        position: fixed;
        right: -100%;
        top: 0;
        background: #000;
        width: 100%;
        height: 100vh;
        transition: all .4s ease;
        z-index: 9999;
    }
    
    nav.navbar .navbar-collapse.show {
        right: 0;
    }
    nav.navbar .mobile-close {
        width: 100%;
        position: absolute;
        top: 0;
        left: 0;
        text-align: right;
        padding: 15px;
    }
    nav.navbar .mobile-close .navbar-toggler {
        color: #fff;
        font-size: 2em;
    }
    nav.navbar .navbar-nav {
        width: 100%;
        margin-top: 65px;
        height: calc(100% - 65px);
        display: flex;
        flex-direction: column;
        justify-content: center;
    }
    nav.navbar .nav-item .nav-link {
        text-align: center;
        padding: 15px 14px;
        font-size: 1.25rem;
    }
    .stay-section .swiper-slide {
        width: 50%;
    }
    .stay-section .swiper-slide:first-child {
        width: 50%;
    }

    .grid-div {
        grid-template-columns: repeat(2, 1fr);
    }

    .grid-div .grid-box:first-child {
        grid-column: span 2;
        grid-row: auto;
        height: auto;
    }
    .grid-div .grid-box:nth-child(2) {
        display: none;
    }

    .grid-div .grid-box {
        height: auto;
    }
    .total-box .left {
        border-right: 0;
    }
}

@media (max-width: 767px) {
    .stay-box .txt {
        padding: 24px;
    }
    .saty-rooms {
        border: 0 !important;
        box-shadow: 2px 2px 10px rgb(0 0 0 / 6%);
        padding: 10px !important;
        border-radius: 4px;
        margin-bottom: 20px !important;
    }
    .explore-box {
        border: 0 !important;
        box-shadow: 2px 2px 10px rgb(0 0 0 / 6%);
        padding: 10px !important;
        border-radius: 4px;
        margin-bottom: 20px !important;
    }
    .explore-box .swiper-slide img {
        max-height: 350px;
    }
    .accommodation-rooms {
        padding: 15px;
        margin-bottom: 20px !important;
    }
    
    .whyChosBox li {
        padding: 10px 18px;
        padding-left: 30px;
        border: 0;
    }

    .chart01 {
        height: 400px;
    }
    .banner-about {
        height: 220px;
    }

}

@media (max-width: 575px) {
    .padding {
        padding-top: 60px;
        padding-bottom: 60px;
    }
    .banner-video.other-pages {
        height: 65vh;
    }
    .location-section .map {
        height: 280px;
    }
    .stay-section .swiper-slide {
        width: 100%;
    }
    .stay-box .img1 {
        height: 400px;
    }
    .story-section .swiper-slide {
        height: 70vh;
    }
    .total-box {
        padding: 24px;
    }
    .work-box {
        padding: 24px;
    }
    .work-box .img1 {
        max-width: 80px;
    }
    .work-box .img2 {
        height: 75%;
    }
    .steps-box {
        padding: 40px 20px 10px;
    }
    .whyChosBox li strong {
        font-size: 20px;
    }
    .chart01 {
        height: 320px;
    }
    .footer-copy {
        margin-top: 20px;
    }
    .button-chat .btn.btn1 {
        min-width: auto;
        padding: 10px 13px;
    }

    .button-chat {
        right: 20px;
        bottom: 20px;
    }

}