
@media (max-width:1366px) {
    .banner-home .form {
        right: 100px;
        top: auto;
        transform: none;
        bottom: 0;
    }
}

@media (max-width:1024px) {
    .banner-home .banner-content .common-heading {
        font-size: 38px;
    }
    .banner-home .form {
        max-width: 385px;
        padding: 15px 20px;
    }
}

@media (max-width:992px) {
    header .icon {
        display: none;
    }

    .one-night .tab-panes-container img {
     margin-top: 10px;
    }

    .banner-home .form {
        max-width: 100%;
        padding: 15px 20px;
        position: relative;
        right: auto;
        top: auto;
        transform: none;
        margin: 15px;
        /* background: #000; */
    }

    .about-us .abpout-photo img {
        border-radius: 20px;
        width: 100%;
    }
    .one-night .night-top {
        top: 36px;
    }
    .about-us  .sub-head{
        margin-top: 30px;
    }
    .about-us p{
        font-size: 16px;
    }
    .one-night .abpout-photo{
        margin-top: 20px;
    }
    .activites .activities-main {
        grid-template-columns: repeat(2, 1fr);
    }

    .nav-side-pop {
        z-index: 200;
        transition: 0.3s;
        position: fixed;
        width: 45%;
        height: 100vh;
        right: 0;
        top: 0;
        transform: translateX(0);
    }
    .banner-home .banner-content .common-heading {
        text-align: center;
    }
    .banner-home .mobile{
        display: block !important;
    }
    .banner-home .desktop{
        display: none !important;
    }

    .banner-home .owl-nav{
        display: none;
    }

    footer .location {
        width: 80px;
    }

    .banner-home .owl-dots {
        display: block;
        position: absolute;
        bottom: 50px;
        left: 50%;
        transform: translateX(-50%);
    }

    .owl-theme .owl-dots .owl-dot.active span, .owl-theme .owl-dots .owl-dot:hover span {
        background: var(--theme-color);
    }

 

}
@media (max-width:576px) {
    footer .location {
        width: 67px;
    }
    header nav .navbar-brand img {
        max-width: 120px;
    }
    .banner-home .banner-content .common-heading {
        font-size: 26px;
    }
    /* header .nav-call.mx-auto{
        margin-right: 10px !important;
        margin-left: auto !important;
    } */

    header .icon {
        width: 34px;
        height: 34px;
        font-size: 14px;
        display: none;
    }

    .one-night .tab-panes-container img {
        margin-top: 10px;
    }

    .banner-home button.owl-next span {
        font-size: 90px;
    }
    .banner-home button.owl-prev span{
        font-size: 90px;
    }
    header .call-no {
        padding: 5px 0px;
    }
    header .call-no a {
        font-size: 15px;
        font-weight: 500;
    }
    header.cu-header.sticky img {
        max-width: 120px;
    }
    .common-heading {
        font-size: 24px;
    }
    .one-night .night-top {
        top: 47px;
    }
    .one-night .tab-panes-container {
        padding: 5px;
    }
    .activites .activities-main {
        grid-template-columns: repeat(1, 1fr);
    }
    .activites .activities-main .activities-item .activitie-title h3 {
        font-size: 24px;
        text-align: center;
    }


        .footer-boottom p{
            font-size: 14px;
        }

        .nav-side-pop {
            width: 88%;
        }

        .nav-side-pop .nav-main {
            background-color: white;
            height: 60vh;
            padding: 50px 25px 25px 25px;
            position: relative;
            transition: 0.3s;
        }
        .banner-home .form {
            margin: 55px 15px 15px 15px;
        }

        .two-nights.common-space {
            padding-top: 0;
        }
        .one-night .night-top {
            top: -21px;
        }

        .activites .activities-main .activities-item .activitie-title {
            width: 100%;
        }
    
}

@media (max-width:375px) {
    .common-heading {
        font-size: 22px;
    }
    footer .location {
        width: 79px;
    }
    footer ul li a {
        font-size: 15px;
    }
    .terms h3 {
        font-size: 18px;
    }
    
    
}