@media only screen and (max-width: 992px) {
    #about-herosection {

        height: 40vh;
    }

    #about-herosection .banner-sec {
        width: 100%;
        margin-top: 60px;
        padding: 0px 80px;
    }

    #cta .cta {
        margin-top: 80px;
        padding: 100px 80px;
    }
}

@media only screen and (max-width: 768px) {
    #about-herosection {
        height: 50vh;
    }

    #about-herosection .banner-sec {
        width: 100%;
        margin-top: 60px;
        padding: 0px 30px;
        height: 30vh;
    }
}



/* page Rooms */

#rooms-herosection {
    background: black;
    background-image: linear-gradient(to top, rgba(0, 0, 0, 75%),rgba(0, 0, 0, 0.0)), url('../img/images/monarda_about_mission_vision.jpg');
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
    height: 70vh;
}

#rooms-herosection .banner-sec {
    display: flex;
    align-items: center;
    justify-content: center;
    text-align: center;
    flex-direction: column;
    width: 50%;
    margin-top: 60px;
}

#luxury-room {
    margin-top: 80px;
    margin-bottom: 80px;
}

#luxury-room .room-sec1 {
    display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: column;
    padding: 0px 317px;
    text-align: center;
}

#luxury-room .room-sec2 {
    margin-top: 40px;
    overflow: hidden;
}

#luxury-room .room-category {
    position: relative;
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    object-fit: cover;
    padding: 200px;
    width: 200px;
    border-radius: 10px;
    margin: 20px;
}

.room-category:nth-child(1) {
    background-image: url('../img/images/twobedroom.png');
}

.room-category:nth-child(2) {
    background-image: url('../img/images/honeymoon_suite_room.jpg');
}

.room-category:nth-child(3) {
    background-image: url('../img/images/room-1.jpg');
}

.room-category:nth-child(4) {
    background-image: url('../img/images/room-1.jpg');
}

.room-category:nth-child(5) {
    background-image: url('../img/images/room-2.jpg');
}

.room-category:nth-child(6) {
    background-image: url('../img/images/room-1.jpg');
}

.overlay {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(0, 0, 0, 0.5);
    display: flex;
    flex-direction: column;
    align-items: left;
    justify-content: space-between;
    gap: 50px;
    color: white;
    padding: 20px;
    /* box-sizing: border-box; */
    border-radius: 15px;
}

#luxury-room .room-category .text-top {
    font-size: 26px;
    color: #fff;
    font: var(--secondary-font);
}

#luxury-room .room-category .room-para {
    font-size: 16px;
    color: #fff;
    font: var(--primary-font)
}

#luxury-room .room-btn {
    padding: 8px 40px;
    background-color: transparent;
    color: var(--secondary-color);
    border: 1px solid var(--secondary-color);
    text-decoration: none;
    border-radius: 40px;
    font-weight: 600;
    transition: .3s ease;
    font-family: var(--primary-font);
    width: fit-content;
}

#luxury-room .room-btn:hover {
    background-color: var(--secondary-color);
    color: var(--primary-color);
}

.room-vdo iframe {
    border-radius: 15px;
    height: 400px;
    width: 100%;
    object-fit: cover;
}

.about-footer {
    margin-top: 60px !important;
}

.chatbox {
    height: 60px;
    width: auto;
    position: fixed;
    bottom: 10px;
    right: 20px;
    animation: bounce 2s infinite;
}

@keyframes bounce {

    0%,
    20%,
    50%,
    80%,
    100% {
        transform: translateY(0);
    }

    40% {
        transform: translateY(-30px);
    }

    60% {
        transform: translateY(-15px);
    }
}



@media only screen and (max-width: 992px) {
    #rooms-herosection {
        height: 40vh;
    }

    #rooms-herosection .banner-sec {
        width: 100%;
        margin-top: 60px;
        padding: 0px 80px;
    }

    #luxury-room .room-sec1 {
        padding: 0px 40px;
    }

    #luxury-room .room-category {
        padding: 160px;

    }
}

@media only screen and (max-width: 768px) {
    #rooms-herosection {
        height: 50vh;
    }

    #rooms-herosection .banner-sec {
        width: 100%;
        margin-top: 60px;
        padding: 0px 30px;
    }

    /* .gallery {
        padding: 0px;
    } */

    #luxury-room .room-sec1 {
        padding: 0px 40px;
    }

    #luxury-room .room-category {
        padding: 200px;

    }

    #luxury-room {
        margin-bottom: 20px;
    }

    #luxury-room .room-category .text-top {
        font-size: 28px;
        font-weight: 400;
        width: 95%;
    }

}

/* contact page */

#contact-herosection {
    background: black;
    background-image: linear-gradient(to top, rgba(0, 0, 0, 75%), rgba(0, 0, 0, 0.0)), url(../img/images/monarda_contact_banner.jpg);
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
    height: 70vh;
}

#contact-herosection .banner-sec {
    display: flex;
    align-items: center;
    justify-content: center;
    text-align: center;
    flex-direction: column;
    width: 50%;
    margin-top: 60px;
}

#contact {
    margin-top: 80px;
}

#contact .contact-card {
    border: 1px solid #000;
    border-radius: 15px;
}

#contact .info-card {
    padding: 60px 50px;
    display: flex;
    gap: 20px;
    /* align-items: center; */
}

.info-card .info-card_icon {
    border: 1px solid #000;
    display: inline-block;
    flex: none;
    height: 60px;
    width: 60px;
    line-height: 60px;
    text-align: center;
    border-radius: 50%;
    font-size: 24px;
}

.contact-card .info-card_text {
    font-weight: 700;
    font-size: 20px;
    font-family: var(--primary-font);
    color: var(--primary-color);
    margin-bottom: 4px;
}

.contact-card .info-card_link {
    font-weight: 500;
    font-size: 16px;
    font-family: var(--primary-font);
    color: var(--primary-color);
    text-decoration: none;
}

.contact-form {
    margin-top: 80px;
    padding: 60px 20px;
    display: flex;
    align-items: center;
    border-radius: 20px;
    box-shadow: 0 0 30px rgba(214, 215, 216, 0.6);
}

.contact-form .form-div {
    padding: 0px 40px;
    /* border-radius: 20px; */
}

.contact-form input {
    font-size: 16px;
    margin-top: 10px;
    padding: 15px;
    font-family: var(--primary-font);
    color: var(--primary-color);
    border: none;
    border-bottom: 1px solid #000;
    border-radius: 0px !important;
}

.contact-form textarea {
    font-size: 16px;
    padding: 15px;
    font-family: var(--primary-font);
    color: var(--primary-color);
    border: none;
    border-bottom: 1px solid #000;
    border-radius: 0px !important;
}

.contact-form .form-btn {
    padding: 8px 40px;
    background-color: transparent;
    color: var(--primary-color);
    border: 1px solid var(--primary-color);
    text-decoration: none;
    border-radius: 40px;
    font-weight: 600;
    transition: .3s ease;
    font-family: var(--primary-font);
    width: fit-content;
    margin-top: 20px;
}

.contact-form .form-btn:hover {
    background-color: var(--secondary-color);
    color: var(--primary-color);
}

.form-img-div {
    padding-left: 40px;
}

.map-sec2 iframe {
    width: 100%;
    height: 400px;
    /* Small devices */
    margin-top: 80px;
}

.contact-footer {
    padding-top: 60px;
}

@media only screen and (max-width: 992px) {
    #contact-herosection {
        height: 40vh;
    }

    #contact-herosection .banner-sec {
        width: 100%;
        margin-top: 60px;
        padding: 0px 80px;
    }

    .contact-form .form-div {
        margin-top: 40px;
    }
}

@media only screen and (max-width: 768px) {
    #contact-herosection {
        height: 50vh;
    }

    #contact-herosection .banner-sec {
        width: 100%;
        margin-top: 60px;
        padding: 0px 30px;
    }

    #contact .contact-card {
        margin: 0px 20px;
    }

    #contact .info-card {
        padding: 30px 20px;
        gap: 10px;
    }

    .info-card .info-card_icon {
        height: 50px;
        width: 50px;
        line-height: 50px;
    }

    .contact-card .info-card_text {
        font-weight: 700;
        font-size: 20px;
        font-family: var(--primary-font);
        color: var(--primary-color);
        margin-bottom: 4px;
    }

    .contact-card .info-card_link {
        font-weight: 500;
        font-size: 16px;
        font-family: var(--primary-font);
        color: var(--primary-color);
        text-decoration: none;
    }

    .contact-form .contact-img {
        display: flex;
        justify-content: center;
    }


    .contact-form .img-form {
        width: 280px;
    }

    .contact-form .form-div {
        overflow: hidden;
    }

    .contact-form {
        margin: 60px 10px;
    }

    .form-img-div {
        padding-left: 20px;
    }

    .contact-form .form-div {
        padding: 0px 10px;
        /* border-radius: 20px; */
    }
}



/* amenities page */


#amenities-herosection {
    background: black;
    background-image: linear-gradient(to top, rgba(0, 0, 0, 75%), rgba(0, 0, 0, 0.0)), url(../img/images/monarda_amneties_banner.jpg);
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
    height: 70vh;
}

#amenities-herosection .banner-sec {
    display: flex;
    align-items: center;
    justify-content: center;
    text-align: center;
    flex-direction: column;
    width: 50%;
    margin-top: 60px;
}

.facility {
    margin-top: 80px;
}

.facility .fac-icon-box {
    display: flex;
    justify-content: flex-start;
    align-items: center;
    flex-direction: column;
    border-radius: 15px;
    box-shadow: 0 0 30px rgba(214, 215, 216, 0.6);
    padding: 20px 10px;
    gap: 10px;
}


.fac-div .icon-imge {
    width: 70px;
}

#amenitisection .aments-sec1 {
    display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: column;
    padding: 0px 317px;
    text-align: center;
}


.amenities {
    margin-top: 80px;
}

.aments-sec1 {
    flex-direction: column;
}

/* image slider */


#amenitisection {
    padding: 2% 0 7% 0;
}

#amenitisection .right {
    display: flex;
    justify-content: end;
    align-items: end;
}

#amenitisection .right .main-btn {
    height: fit-content;
}

.ameniti-slide {
    margin-top: 40px;
    /* position: relative; */
}

.ameniti-slide .ameniti-item {
    border-radius: 10px;
    overflow: hidden;
}

#amenitisection .ameniti-item {
    position: relative;
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    /* border-radius: 15px; */
    /* overflow: hidden; */
    padding: 260px 20px;
}

.ameniti-slide .premium-am {
    background-image: url('../img/images/amenities-img.jpg');
}

.ameniti-slide .restaurant-am {
    background-image: url('../img/images/amenities-img.jpg');
}

.ameniti-slide .hall-am {
    background-image: url('../img/images/amenities-img.jpg');
}

.ameniti-slide .pool-am {
    background-image: url('../img/images/amenities-img.jpg');
}

.ameniti-slide .football-am {
    background-image: url('../img/images/amenities-img.jpg');
}

.ameniti-slide .badminton-am {
    background-image: url('../img/images/amenities-img.jpg');
}

.ameniti-slide .carrom-am {
    background-image: url('../img/images/amenities-img.jpg');
}

.ameniti-slide .table-am {
    background-image: url('../img/images/amenities-img.jpg');
}

.ameniti-slide .rain-am {
    background-image: url('../img/images/amenities-img.jpg');
}

.ameniti-slide .ev-am {
    background-image: url('../img/images/amenities-img.jpg');
}




/* .ameniti-slide .ameniti-item:nth-child(2) {
        background-image: url('../img/images/amenities-img2.png'); 
    }
    
    .ameniti-slide .ameniti-item:nth-child(3) {
        background-image: url('../img/images/3001\ 1.png');
    }
    .ameniti-slide .ameniti-item:nth-child(4) {
        background-image: url('../img/images/amenities-img.jpg');
    } */

.main-ameniti {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(0, 0, 0, 0.5);
    display: flex;
    flex-direction: column;
    align-items: left;
    justify-content: space-between;
    color: white;
    padding: 20px;
    /* box-sizing: border-box; */
}


.ameniti-slide .slider-para {
    color: #fff;
    font-size: 14px;
}

.ameniti-slide .slider-text {
    color: #fff;
}

.btm-desc .service-btn {
    color: var(--secondary-color);
    text-decoration: none;
}



#amenitisection .owl-nav {
    display: none;
    align-items: center;
    justify-content: center;
    gap: 70px;
    position: absolute;
    width: 100%;
    bottom: 0;
    height: 13px;
    margin-bottom: -2px;
}

#amenitisection .owl-dots {
    display: flex;
    align-items: center;
    justify-content: left;
    gap: 10px;
    margin-top: 20px;
}

#amenitisection .owl-dots button {
    height: 10px;
    width: 10px;
    background: rgb(216, 216, 216);
    border-radius: 20px;
}

#amenitisection .owl-dot {
    transition: .3s ease;
}

#amenitisection .owl-dot.active {
    background: #000 !important;
    width: 30px;
}

#amenitisection .owl-nav span {
    display: none;
}

#amenity-cta {
    background-image: url('../img/banner/cta1.jpg');
    background-position: center;
    background-size: cover;
    background-repeat: no-repeat;
}

#amenity-cta .cta {
    padding: 100px 268px;
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;
}

#amenity-cta .cta-para {
    text-align: center;
    color: #fff !important;
}

#amenity-cta .cta-text {
    text-align: center;
    color: #fff !important;
    font-size: 40px !important;
    line-height: 49.4px !important;

}

#amenity-cta .cta-btn {
    padding: 8px 40px;
    background-color: transparent;
    color: var(--secondary-color);
    border: 1px solid var(--secondary-color);
    text-decoration: none;
    border-radius: 40px;
    font-weight: 600;
    transition: .3s ease;
    font-family: var(--primary-font);
    width: fit-content;
}

#amenity-cta .cta-btn:hover {
    background-color: var(--secondary-color);
    color: var(--primary-color);
}

.amenity-footer {
    padding-top: 60px;
}

@media only screen and (max-width: 992px) {
    #amenities-herosection {
        height: 40vh;
    }

    #amenities-herosection .banner-sec {
        width: 100%;
        margin-top: 60px;
        padding: 0px 80px;
    }

    #amenitisection .aments-sec1 {
        padding: 0px 100px;
    }

    #amenity-cta .cta {
        padding: 50px 88px;
    }

}

@media only screen and (max-width: 768px) {
    #amenities-herosection {
        height: 50vh;
    }

    #amenities-herosection .banner-sec {
        width: 100%;
        margin-top: 60px;
        padding: 0px 30px;
    }

    .facility .fac-icon-box {
        padding: 20px 10px;
        gap: 10px;
        margin: 0px 20px;
    }

    #amenitisection .aments-sec1 {
        padding: 0px 45px;
    }

    #amenity-cta .cta-text {
        font-size: 28px !important;
        line-height: 36.4px !important;
    }

    #amenity-cta .cta {
        padding: 50px 20px;
    }
}


/* gallery-page */
#gallery-herosection {
    background: black;
    background-image: linear-gradient(to top, rgba(0, 0, 0, 75%), rgba(0, 0, 0, 0.0)), url(../img/images/monarda_about_mission_vision1.jpg);
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
    height: 70vh;
}

#gallery-herosection .banner-sec {
    display: flex;
    align-items: center;
    justify-content: center;
    text-align: center;
    flex-direction: column;
    width: 50%;
    margin-top: 60px;
}


.img-gallery {
    width: 80%;
    margin: 100px auto 50px;
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(250px, 1fr));
    grid-gap: 30px;
}

.img-gallery img {
    cursor: pointer;
    border-radius: 15px;
    height: 323px;
    width: 100%;
    object-fit: cover;
}

.img-gallery img:hover {
    transform: scale(1.1);
    transition: transform 0.3s ease, opacity 0.3s ease;
    /* box-shadow: 0 32px 7px rgba(68,77,136, 0.2); */
}

.full-img {
    width: 100%;
    height: 100vh;
    background: rgba(0, 0, 0, 0.9);
    position: fixed;
    top: 0;
    left: 0;
    display: none;
    align-items: center;
    justify-content: center;
    z-index: 100;
}

.full-img img {
    width: 100%;
    max-width: 500px;
}

.full-img span {
    position: absolute;
    top: 5%;
    right: 5%;
    font-size: 30px;
    color: #fff;
    cursor: pointer;
}

.gallery-footer {
    padding-top: 60px;
    margin-top: 100px;
}


@media only screen and (max-width: 992px) {
    #gallery-herosection {
        height: 40vh;
    }

    #gallery-herosection .banner-sec {
        width: 100%;
        margin-top: 60px;
        padding: 0px 80px;
    }

}

@media only screen and (max-width: 768px) {
    #gallery-herosection {
        height: 50vh;
    }

    #gallery-herosection .banner-sec {
        width: 100%;
        margin-top: 60px;
        padding: 0px 30px;
    }
}