@media (max-width: 1600px) {
    .heading {
        font-size: 60px;
    }
    .ab-content .heading .imperial-script {
        font-size: 100px;
        top: -12px;
        left: -40px;
    }
    .ab-title {
        margin-top: -30px;
    }
}
@media (max-width: 1400px) {
    .heading {
        font-size: 50px;
    }
    .ab-content .heading .imperial-script {
        font-size: 80px;
        top: -12px;
        left: -40px;
    }
    .ab-title {
        margin-top: -30px;
    }
    .spotlight-card-wrapper {
        margin-right: 50px;
    }
}
@media (max-width: 1200px) {
    .heading {
        font-size: 40px;
    }
    .ab-content .heading .imperial-script {
        font-size: 60px;
        top: 0px;
        left: 0px;
    }
    .ab-title {
        margin-top: -10px;
    }
    .hv-title .heading {
        font-size: 30px;
    }
    .spotlight_swiper {
        direction: ltr;
    }
    .quote-left,
    .quote-right {
        max-width: 250px;
    }
    .quote-left {
        left: 15px;
    }
    .quote-right {
        right: 15px;
    }
}
@media (max-width: 991px) {
    .haveli-navbar {
        background: var(--primary-color);
        min-height: 100vh;
    }
    .navbar-nav .nav-item {
        padding: 10px 0;
    }
    .btn-outline-light-haveli {
        width: 100%;
        margin-top: 50px;
    }
    .heading {
        font-size: 36px;
    }
    .hero-title {
        font-size: 46px;
    }
    .hero-title {
        font-size: 50px;
    }
    .hero-content-inner {
        max-width: 400px;
    }
    .pattern-light:before {
        content: '';
        position: absolute;
        top: 0;
        left: 0;
        width: 100%;
        height: 100%;
        background: url(../images/pattern-light.png) repeat center;
        background-size: 400%;
        opacity: 0.05;
    }
    .home-catering {
        background: var(--primary-color);
    }
    .hv-left {
        padding: 15px 50px;
    }
    
    .home-contact-wrapper {
        position: absolute;
        top: 50%;
        left: 50%;
        transform: translate(-50%, -50%);
        z-index: 1;
        background: none;
        padding: 20px;
        width: 100%;
        max-width: 500px;
    }
    .home-contact-wrapper.pattern-light:before {
        display: none;
    }
    .home-contact-wrap {
        background: url(../images/shapes/shape-mobile.png) no-repeat center;
        background-size: 100%;
        /* background: var(--primary-color); */
        /* border: solid 2px var(--light-color); */
        color: var(--light-color);
        /* padding: 50px 30px; */
    }
    .home-contact .iframe-wrapper {
        min-height: 500px;
    }
}
@media (max-width: 800px) {
    .heading {
        font-size: 30px;
    }
    .ab-content .heading .imperial-script {
        font-size: 43px;
    }
    .container-fluid,
    .container {
        padding-inline: 40px;
    }
    .spotlight-card-wrapper {
        margin-right: 35px;
        margin-left: 35px;
    }
    .spotlight_swiper .swiper-slide {
        padding: 15px;
    }
    .spotlight-card {
        background: var(--primary-color);
        border-radius: 50px 50px 0 0;
        box-shadow: 8px 4px 4px rgba(0,0,0,0.4);
    }
    .spotlight-card-image {
        border-radius: 50px;
        overflow: hidden;
    }
    .spotlight-card-overlay {
        position: relative;
        /* background: var(--primary-color); */
        opacity: 1;
        padding: 15px;
    }
    .spotlight-card-overlay:before, .spotlight-card-overlay:after {
        display: none;
    }
    .spotlight-card-overlay h5 {
        font-size: 24px;
    }
    .menu-item {
        margin-bottom: 15px;
    }
    .menu-img {
        --size: 60px;
        max-width: var(--size);
        flex: 0 0 var(--size);
        width: var(--size);
        height: var(--size);
    }
    .menu-price {
        font-size: 22px;
    }
    .menu-section,
    .reservation-section {
        padding-block: 50px;
    }
    body, html,
    section {
        width: 100vw;
        overflow-x: hidden;
    }
    section.hero {
        overflow-x: visible;
    }
}
@media (max-width: 767px) {
    .navbar .container-fluid {
        padding-inline: 20px !important;
    }
    .navbar-brand {
        max-width: 120px;
        margin-inline: auto;
    }
    .navbar-brand img {
        width: 120px;
    }

    /* NAvigation */
    .navbar-nav .nav-item {
        padding: 0;
        border-bottom: solid 1px rgba(255,255,255,0.15);
    }
    .navbar-nav .nav-link {
        padding: 10px 0 !important;
        display: block;
    }
    .navbar-nav .nav-link.active {
        font-weight: 600;
        padding-left: 10px !important;
    }
    .navbar-nav .nav-link:after,
    .navbar-nav .nav-link:hover:after,
    .navbar-nav .nav-link.active:after {
        content: '';
        position: absolute;
        top: 50%;
        bottom: auto;
        right: 0;
        left: auto;
        width: 8px;
        height: 8px;
        background: none;
        border-right: solid 1px #ffffff90;
        border-bottom: solid 1px #ffffff90;
        /* border-right: solid 1px var(--secondary-color);
        border-bottom: solid 1px var(--secondary-color); */
        transform: scaleX(1) translateY(-50%) rotate(-45deg);
    }
    .navbar-nav .nav-link.active:after {
        border-right: solid 1px var(--secondary-color);
        border-bottom: solid 1px var(--secondary-color);
    }
    /* NAvigation end */

    .heading {
        font-size: 24px;
    }
    .hero {
        height: 100svh;
    }
    .hero-small {
        height: 60svh;
    }
    .hero-title {
        font-size: 32px;
    }
    .hero-content-inner {
        max-width: 300px;
    }
    .hero-subtitle {
        font-size: 14px;
    }
    .ab-content-wrap {
        background: transparent;
        color: var(--light-color);
        padding-block: 130px 30px;
    }
    .ab-content {
        padding-right: 0;
    }
    .ab-content .heading .imperial-script {
        font-size: 70px;
    }
    .welcome-main-mobile {
        padding-block: 15px;
    }
    .section-divider {
        background: #600300;
        height: 20px;
        width: 100%;
        position: relative;
    }
    .home-features {
        background: var(--light-color);
        position: relative;
    }
    .home-features:before {
        content: '';
        position: absolute;
        top: 0;
        left: 0;
        width: 100%;
        height: 100%;
        background: url(../images/pattern-dark.png) repeat center;
        background-size: 400%;
        opacity: 0.05;
    }
    .home-features .heading {
        color: var(--primary-color);
        text-align: center;
    }
    .features_swiper {
        margin-top: 0;
    }
    .feature-card-text {
        box-shadow: 8px 4px 4px #75040040;
    }
    .home-features,
    .faq-overview,
    .grid-testimonioals,
    .celebrate-occsions,
    .section-block {
        padding-block: 40px;
    }
    .features_swiper .swiper-slide:nth-child(odd) {
        padding-top: 0px;
    }
    .feature-card-text h5,
    .feature-card-text p {
        max-width: 300px;
        margin-inline: auto;
    }
    .quote-group {
        display: none;
    }
    .quote-card {
        /* background: rgba(246, 211, 178, 0.9); */
        background: #f7d4b2;
        margin-top: 173px;
        padding: 30px;
        color: var(--primary-color);
        position: relative;
    }
    .quote-card:before {
        content: '';
        position: absolute;
        top: -170px;
        right: -15px;
        width: 100%;
        height: 173px;
        background: url(../images/testimonials/quote-tail.png) no-repeat top right;
    }
    .home-testimonials {
        padding-bottom: 50px;
    }
    .testimonials_swiper {
        padding-bottom: 50px !important;
    }
    .haveli-footer .footer-logo {
        padding-right: 0;
        width: 100%;
        text-align: center;
        position: relative;
        padding-bottom: 30px;
        margin-bottom: 30px;
    }
    .haveli-footer .footer-logo:after {
        content: '';
        position: absolute;
        bottom: 0;
        left: 0;
        width: 100%;
        height: 2px;
        background: #F6D3B2;
        background: linear-gradient(270deg, rgba(246, 211, 178, 0) 0%, rgba(246, 211, 178, 1) 50%, rgba(246, 211, 178, 0) 100%);
    }
    .haveli-footer .footer-logo img {
        max-width: 170px;
    }
    .haveli-copyright {
        color: #fff;
    }
    .heading-border {
        border: none;
        font-size: 28px;
    }
    .menu-filter-item-wrap .button-group,
    .button-scroll {
        gap: 15px;
    }
    .menu-filter-wrap {
        flex-direction: column;
        gap: 20px;
    }
    .menu-filter-item-wrap {
        flex: 0 0 100%;
        width: 100%;
    }
    .menu-filter-label,
    .menu-filter-availability {
        width: 100%;
        flex: 0 0 100%;
        text-align: center;
    }
    .menu-img {
        display: none;
    }
    .menu-price {
        padding-left: 10px;
    }
    .menu-description h6 {
        text-wrap: balance;
    }
    .menu-description p {
        font-size: 14px;
    }
    .menu-booking {
        padding-block: 350px 50px;
        background: url(../images/menu/menu-booking-bg-mobile.webp) no-repeat top right;
        background-size: cover;
    }
    .menu-booking .imperial-script,
    .celebrate-occsions .imperial-script {
        font-size: 50px;
        line-height: 0;
        margin-left: -15px;
    }
    .reservation-section .heading {
        padding-inline: 15px;
    }
    .datepicker td, .datepicker th {
        width: 30px !important;
        height: 30px !important;
    }
    .contact-map-section {
        padding-bottom: 10px;
    }
    .contact-us-booking.menu-booking {
        background: url(../images/contact/contact-us-booking-mobile-bg.webp) no-repeat top right;
        background-size: cover;
    }
    .about-overview {
        padding-block: 40px;
    }
    .story-gallery .container {
        padding-inline: 0;
    }
    .story-gallery .swiper_coverflow,
    .story-gallery .story_swiper {
        padding-inline: 60px;
    }
    /* .swiper_coverflow {
        max-width: 600px;
    } */
     .parking-sec {
        background: url(../images/reservations/parking-mobile.webp) no-repeat center;
        background-size: cover;
    }
    .package-title {
        font-size: 30px;
    }
    .package-list {
        margin: 30px 0;
    }
    .package-list li {
        font-size: 16px;
    }
    .co-wrap {
        margin-top: 0;
        border: none;
    }
    .co-wrap .container-fluid {
        padding-inline: 15px;
    }
    .swiper.co_swiper {
        padding: 40px 0 !important;
    }
    .swiper.co_swiper .swiper-slide {
        padding: 0 50px !important;
    }
    .swiper.co_swiper .co-item {
        border: solid 1px var(--secondary-color);
    }
}
@media (max-width: 600px) {
    .book-now-circle {
        bottom: -100px;
        left: 50%;
        right: auto;
        transform: translateX(-50%);
    }
}


@media (min-width: 768px) {
    .haveli-footer .footer-cols,
    .haveli-footer .footer-col {
        position: relative;
    }

    .footer-col {
        border-left: 1px solid rgba(245, 223, 199, 0.4);
    }
    .swiper_coverflow .swiper-slide {
        width: auto !important;
    }
}
@media (min-width: 992px) {
    .navbar-nav-haveli {
        position: absolute;
        top: 50%;
        left: 50%;
        transform: translate(-50%, -50%);
    }
    .testimonial-slider {
        padding-right: 280px;
    }
    .home-testimonials {
        border-top: solid 15px var(--light-color);
    }
    .spotlight-card-overlay h5 {
        transform: translateY(30px);
    }
    .spotlight-card:hover .spotlight-card-overlay h5 {
        transform: translateY(0);
    }
    .menu-grid .menu-items:nth-child(odd) .menu-row {
        padding-right: 30px;
    }
    .menu-grid .menu-items:nth-child(even) .menu-row {
        padding-left: 30px;
    }
    .menu-grid {
        position: relative;
    }
    .menu-grid:after {
        content: '';
        position: absolute;
        top: 50%;
        left: 50%;
        transform: translate(-50%, -50%);
        width: 1px;
        height: 80%;
        background: #F6D3B2;
        background: linear-gradient(0deg,rgba(246, 211, 178, 0) 0%, rgba(246, 211, 178, 1) 50%, rgba(246, 211, 178, 0) 100%);
    }
    .menu-booking .imperial-script,
    .celebrate-occsions .imperial-script {
        font-size: 120px;
        margin-left: -40px;
        line-height: 0.8;
    }
    .j-text {
        margin-top: -40px;
    }
    .features_swiper .swiper-pagination-bullet {
        background: var(--secondary-color) !important;
    }
    .features_swiper .swiper-pagination-bullet-active {
        background: var(--secondary-color) !important;
    }
    .vf-item {
        justify-content: space-between;
    }
    .vf-item.reverse {
        flex-direction: column-reverse;
    }
    .package-wrap {
        padding-inline: 30px;
    }
    .event-gallery {
        padding-bottom: 0 !important;
    }
}

