@media (max-width: 1999.98px) { 
    :root {
        --content-width: 1170px;
    }
    .container-xxl {
        max-width: 1170px;
       --bs-gutter-x: 70px;
    }
    .row {
        --bs-gutter-x: 40px; 
    }
}

@media (min-width: 1600px) {  
    .py_3 {
        padding-top: 6rem;
        padding-bottom: 6rem;
    }
    .mt_3 {
        margin-top: 6rem;
    }
    .mt_b {
        margin-bottom: 6rem;
    }
    .button {
        padding: 17px 40px 18px;
    }
    .row {
        --bs-gutter-x: 3rem;
    }
    .press_carousel {
        .item {
            .img_box {
                height: 480px;
            }
        }
    }
    
}

@media (min-width: 2000px) {
    :root {
        --content-width: 1600px;
    }
    .container-xxl {
        max-width: 1600px;
       --bs-gutter-x: 70px;
    }
}

@media (min-width: 992px) {
    #header {
        .menu > ul > li.menu-item-has-children:hover .sub-menu{
            margin-top: 5px;
            visibility: visible;
            opacity: 1;
        }
        .mobile-menu-head, .mobile-menu-trigger, .contact_btn_mobile{
            display: none !important;
        }
        .menu-main {
            li.hide_on_desktop {
                display: none !important;
            }
        }
        .item-center {
            .menu {
                display: flex;
                justify-content: center;
            }
            .menu-main {
                padding-left: 0;
                margin-bottom: 0;
            }
        }
    } 
}

@media (min-width: 992px) and (max-width: 1199px) {
    #header {
        .menu > ul > li {
            margin-left: 10px;
        }
        li.menu_button {
            a {
                padding: 10px 10px;
            }
        }
    }
}


@media (max-width: 1199px) {
    :root {
        --bs-fs48: 32px;
        --bs-fs40: 28px;
        --bs-fs35: 25px;
        --bs-fs30: 24px;
        --bs-fs24: 20px;
        --bs-fs22: 19px;
        --bs-fs21: 19px;
        --bs-fs20: 18px;
        --bs-fs19: 17px;
        --bs-fs18: 16px;
        --bs-fs16: 15px;
        --bs-fs14: 14px;
        --bs-fs13: 13px;
        --bs-fs12: 12px;
    }
    .happen_list {
        .item_overlay {
            width: 80%;
        }
    }
    .catering_bg_sec {
        .contentBox {
            max-width: 500px;
            margin-right: auto;
        }
    }
    .about_cuisine_right, .about_cuisine_left {
        padding: 2rem;
        .contentBox {
            margin-right: auto;
            margin-left: auto;
        }
    }
    .inner_banner {
        height: 380px;
    }
    .about_contact_join {
        .about_join {
            padding: 3rem;
        }
    }
}

@media (max-width: 991px) {
    .container-xxl {
        --bs-gutter-x: 40px;
    }
    .row {
        --bs-gutter-x: 40px;
    }
    .py_3 {
        padding-top: 2.5rem;
        padding-bottom: 2.5rem;
    }
    .mt_3 {
        margin-top: 2.5rem;
    }
    body.menu-open {
        overflow: hidden;
    }
    #header {
        .menu-item-has-children .sub-menu {
            display: none;
        }
        .menu-item-has-children.active .sub-menu {
            display: block;
        }
        .menu-main {
            li.hide_on_mobile {
                display: none !important;
            }
        }
        .item-center{
            order:3;
            flex:0 0 100%;
        }
        .item-left{
            flex:0 0 200px;
        }
        .item-right{
            flex:0 0 100px;
        }
        .v-center{
            justify-content: space-between;
        }
        .mobile-menu-trigger{
            display: flex;
            height: 30px;
            width: 30px;
            margin-left: 15px;
            cursor: pointer;
            align-items: center;
            justify-content: center;
        }
        .mobile-menu-trigger span{
            display: block;
            height: 2px;
            background-color: #fff;
            width: 24px;
            position: relative;
        }
        .mobile-menu-trigger span:before, .mobile-menu-trigger span:after{
            content: '';
            position: absolute;
            left:0;
            width: 100%;
            height: 100%;
            background-color: var(--golden-color);
        }
        .mobile-menu-trigger span:before{
            top:-6px;
        }
        .mobile-menu-trigger span:after{
            top:6px;
        }
        .item-right {            
            align-items: center;
            display: flex;
            justify-content: flex-end;
        }
        .menu{
            position: fixed;
            width: 100%;
            background: #fff;
            left:0;
            top:0;
            height: 100%;
            overflow: hidden;
            transform: translateY(-100%);
            transition: all 0.5s ease;
            z-index: 1099;
        }
        .menu.active{
           transform: translate(0%);    
        }
        .menu > ul > li{
            line-height: 1;
            margin:0;
            display: block;
        }
        .menu > ul > li > a{
            line-height: 55px;
            height: 55px;
            padding: 0;
            display: block;
            color: var(--golden-color);
            font-size: 14px;
            font-weight: 500;
            text-align: center;
        }        
        .menu_button a {
            width: max-content;
            padding: 0 30px !important;
            margin: 0 auto;
        }
        .menu > ul > li.active > a {
            color: #000 !important;
        }
        .menu > ul > li > a i{
            /*position: absolute;
            height: 55px;
            width: 55px;
            top:0;
            right: 0;
            text-align: center;
            line-height: 55px;*/
            display: none;
        }
        .menu .mobile-menu-head{
            display: flex;
            height: 90px;
            justify-content: space-between;
            align-items: center;
            z-index: 501;
            position: sticky;
            top:0;
            padding: 0.75rem;
            img {                
                filter: brightness(0) invert(0);
                width: 150px;
            }
        }
        .menu .mobile-menu-head .mobile-menu-close{
            height: 50px;
            width: 35px;
            cursor: pointer;
            line-height: 50px;
            color: #000;
            font-size: 70px;
            font-weight: 300;
            text-align: center;
        }
        .menu .menu-main{
            height: calc(100% - 70px);
            overflow-x: hidden;
            overflow-y: auto;
            padding-left: 0;
            padding-top: 1rem;
        }
        .menu > ul > li .sub-menu.mega-menu {
            left: 0;
            transform: none; 
        }
        .menu > ul > li .sub-menu.mega-menu, .menu > ul > li .sub-menu{
            visibility: visible;
            opacity: 1;
            position: relative;
            box-shadow: none;
            margin:0;
            padding:15px;
            top:0;
            left:0;
            width: 100%;
            height: unset;
            max-width: none;
            min-width: auto;
            display: none;
        /*transform: translateX(0%);*/
            overflow-y: auto;
        }
        .menu > ul > li .sub-menu.active{
            display: block;
        }
        .menu-overlay{
            position: fixed;
            background-color: rgba(0,0,0,0.5);
            left:0;
            top:0;
            width: 100%;
            height: 100%;
            z-index: 1098;
            visibility: hidden;
            opacity:0;
            transition: all 0.5s ease;
        }
        .menu-overlay.active{
          visibility: visible;
          opacity:1;    
        }
    }
    .about_story {
        .soft_grey_bg {
            padding: 1rem;
        }
        .content_col {
            margin-top: 2rem;
        }
    }
    .about_contact_join {
        .form_col {
            margin-top: 2rem;
        }
    }
    .event_plan_sec {
        .contact_details {
            margin-top: 2rem;
        }
    }
    .catering_grid2_col, .catering_grid3_col {
        gap: .75rem;
        margin-top: .75rem;
    }
}

@media (max-width: 767px) {
    .button {
        min-width: unset;
    }
    .inner_banner {
        height: 300px;
    }
    .event_wedding.py_3 {
        padding: 0;
    }
    .event_wedding {
        .evnt_row {
            flex-direction: column;
        }
    }
    .happen_list {
        .col_1 {
            margin-bottom: 20px;
        }
        .col_2 {
            gap: 20px;
        }
    }
    .banner-carousel .item {
        height: 400px;
        img {
            height: 100%;
            object-fit: cover;
        }
    }
    .venue_list {
        .item_img {
            height: 350px;
        }
    }
    .gift_card_faq.py_3 {
        padding-top: 0 !important;
    }
    .venue_list {
        .item_text {
            padding-top: 0;
        }
    }
    .stories_sec .sec_title {
        text-align: center;
    }
    ul.nav.nav-tabs {
        flex-direction: column;
        justify-content: flex-start;
        align-items: flex-start;
        a.nav-link {
            padding: 7px 15px;
            text-align: left;
            min-width: unset;
        }
    }
    ul.catering_list.no_disc {
        flex-direction: column;
        gap: 0;
        max-width: 960px;
        li {
            padding-right: 1rem;
            padding-block: .5rem;
            font-weight: 700;
            text-align: left;
            border-right: 0 !important;
        }
        li:not(:last-child) {
            border-bottom: 1px solid var(--golden-color);
        }
    }
}

@media (max-width: 575px) {
    .container-xxl {
        --bs-gutter-x: 1.5rem !important;
    }
    .row {
        --bs-gutter-x: 1.5rem;
    }
    .button {
        padding: 15px 25px;
    }
    .main_banner {
        .banner_content {
            padding: 10px 15px;
        }
    }
    .event_wedding {
        .evnt_row {
            .ev_holder {
                padding: 0 20px;
            }
        }
    }
    .catering_bg_sec {
        padding: 2rem;
        .contentBox {
            padding: 1.5rem 1rem;
        }
    }
    .gift_holder {
        padding: 3rem 2rem;
    }
    footer {
        padding-top: 2rem;
        .ftr_block {
            padding-top: 1rem;
        }
    }
    .owl-carousel .owl-dots {
        button.owl-dot span {
            width: 10px;
            height: 10px;
        }
        button.owl-dot.active span {
            width: 30px;
        }
    }
}

@media (max-width: 480px) {
    
}

@media (max-width: 420px) {
    :root {
        --bs-fs48: 28px;
    }  
}