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

    .hero-slider .swiper-slide,
    .hero-slider .hero-video, .event-video-banner, .gallery-video-banner {
        height: 576px;
    }
}

@media screen and (max-width: 1200px) {
    .hotel-snap-slider .img-caption {
        font-size: 16px !important;
    }
}

@media screen and (max-width: 1023px) {
    .hero-slider .img-caption {
        font-size: 18px;
    }

    .client-review {
        padding: 8px 16px;
    }

    .client-review h3 {
        font-size: 20px;
    }
}

@media screen and (min-width: 768px) {
    .legacy-section .site-row-wrap {
        margin-inline: calc(-1 * var(--site-gutters-2));
    }

    .legacy-section .site-col-2 {
        padding: var(--site-gutters-2);
    }
}

@media screen and (max-width: 767px) {
    :root {
        --site-title-h1: 28px;
        --section-block-space-big: 58px;
        --section-block-space: calc(var(--site-gutters) * 6);
        --body-text: 14px;
        --site-line-height: 1.7;
        --section-block-space: 40px;
        --row-gap-24: 24px;
        --row-gap-40: 20px;
        --row-gap-64: 4px;
        --row-mrgin-64: 16px;
        --page-padding: 20px;
    }

    body {
        padding-top: 60px !important;
    }

    .site-title-h2 {
        margin-bottom: initial;
    }

    .site-title-h2 br,
    .body-text br {
        display: none;
    }

    .site-row,
    .footer-row,
    .ql-row {
        flex-direction: column;
    }

    .mt-24 {
        margin-top: 12px;
    }

    header {
        height: 60px;
    }

    .header-row {
        height: 60px;
    }

    .for-mobile {
        display: block;
    }

    .for-desktop {
        display: none !important;
    }

    .text-center-desktop {
        text-align: initial;
    }

    .hero-slider .swiper-slide,
    .event-video-banner, .gallery-video-banner {
        height: 375px;
    }

    .welcome-section .site-row-wrap {
        flex-wrap: nowrap;
    }

    .welcome-section .site-row-wrap .body-text {
        display: none;
    }

    .welcome-section .card-box {
        width: 100%;
    }

    .row-swap-section .site-row:nth-child(even) {
        flex-direction: column;
    }

    .site-col {
        width: 100%;
    }

    .snap-600 {
        height: 350px;
    }
    
    .gallery-subpage .flex-4, .gallery-subpage .flex-3, .gallery-subpage .flex-2, .gallery-subpage .flex-1 {
     flex: 100%;
    }

    /* Gallery Image Height */

    .snap-650 {
        height: 300px;
    }

    .btn-group {
        gap: 16px;
    }

    .site-btn {
        padding: 8px 10px;
    }

    /* Vivaana Othere Three Galleries */

    .site-row+.site-row, .site-row+.site-row-wrap, .location-section {
        margin-top: 40px !important;
    }

    .g-snap-550 {
        height: 300px;
    }

    .g-snap-680 {
        height: 300px;
    }

    .g-snap-630 {
        height: 300px;
    }
    
    .g-snap-360 {
        height: 300px;
    }

    .event-section .site-col-2, .event-section .site-col-4 {
        width: 100%;
    }
    
    .e-snap-360, .e-snap-590  {
        height: 300px;
    }

    .hero-slider .swiper-button-next,
    .hero-slider .swiper-rtl .swiper-button-prev {
        right: auto !important;
        left: 50% !important;
        transform: translateX(0) !important;
    }

    .swiper-button-prev {
        left: auto !important;
        right: 50% !important;
        margin-left: 10px !important;
        transform: translateX(-10px);
    }

    .swiper-button-next,
    .swiper-button-prev {
        bottom: 10px;
        font-size: 40px;
    }

    .service-row {
        flex-direction: column;
    }

    .service-box {
        gap: 18px;
        padding: 18px;
    }

    .hotel-snap-slider .swiper-button-next {
        right: 20px !important;
    }

    .hotel-snap-slider .swiper-button-prev {
        left: 10px !important;
    }

    .bollywood-section .hotel-snap-slider .swiper-button-prev {
        left: -10px !important;
    }
    
    .room-section .hotel-snap-slider .swiper-button-prev {
       left: 8px !important;
    }

    .testimonial-divider {
        margin-block: 16px;
    }

    .inner-banner img {
        height: 375px !important;
    }

    .slider-container {
        height: 150px;
    }

    .handle::before {
        width: 24px;
        height: 24px;
    }
    
    .haveli-gallery-section .site-col-2 {
        width: 100%;
	}    

    .haveli-gallery-section .caption {
        font-size: 14px;
    }

    .gt_float_switcher .gt_options {
        top: 30px !important;
    }

    .bollywood-section h2 {
        margin-bottom: initial;
    }

    .ql-row {
        gap: 12px;
    }

    .gallery-subpage .row-gap-24,
    .gallery-subpage .row-gap-64 {
        gap: initial;
    }

    .hotel-snap-slider .swiper-slide>img {
        height: 450px;
    }
    
    .bollywood-section .hotel-snap-slider .swiper-slide>img {
        height: 475px;
    }
    

    .gallery-subpage .mt-24, .gallery-subpage .mt-20 {
        margin-top: 10px !important;
    }

    .social-link {
        justify-content: initial;
    }

    .header-row .desk-menu,
    .header-row .btn-group .site-btn {
        display: none;
    }

    .mobile-menu-icn {
        display: block !important;
    }
    
    footer {
     padding-top: 40px !important;
   }

}