*{
    padding: 0;
    margin: 0;
    box-sizing: border-box;
    
}



 body{
     padding: 0;
     margin: 0;
     box-sizing: border-box;
 }
@font-face {
    font-family: 'uniE001';
    src: url('../assets/fonts/Rockness.eot');
    src: url('../assets/fonts/Rockness.eot?#iefix') format('embedded-opentype'),
        url('../assets/fonts/Rockness.woff2') format('woff2'),
        url('../assets/fonts/Rockness.woff') format('woff'),
        url('../assets/fonts/Rockness.ttf') format('truetype'),
        url('../assets/fonts/Rockness.svg#Rockness') format('svg');
    font-weight: normal;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'Rockness';
    src: url('../assets/fonts/Rockness_1.eot');
    src: url('../assets/fonts/Rockness_1.eot?#iefix') format('embedded-opentype'),
        url('../assets/fonts/Rockness_1.woff2') format('woff2'),
        url('../assets/fonts/Rockness_1.woff') format('woff'),
        url('../assets/fonts/Rockness_1.ttf') format('truetype'),
        url('../assets/fonts/Rockness_1.svg#Rockness') format('svg');
    font-weight: normal;
    font-style: normal;
    font-display: swap;
}



/* header */
.header{
    background: linear-gradient(to bottom, #000000, transparent);
    padding: 5px 0;
    position: absolute;
    width: 100%;
    top: 0;
    z-index: 999;
}
.color_dark{
    color-scheme:dark;
}
.header_logo img{
    width: 130px;
    height: auto;
    object-fit: cover;
}
.header_right i{
    color: #fff;
    font-size: 15px;
}
.header_right a{
    text-decoration: none;
    color: #fff;
    font-size: 15px;
    font-weight: 600;
    font-family: "Merriweather", serif;
    position: relative;
}
.header_right a:after{
    content: "";
    position: absolute;
    border-top: 0.1px solid #fff;
    left: 0;
    bottom: 0;
    width: 0%;
    opacity: 0;
    transition: 0.5s;
}
.header_right a:hover:after {
    width: 100%;
    opacity: 1;
}
.header_right_main{
    display: flex;
    align-items: center;
    justify-content: end;
    gap: 20px;
}
/* header */

/*banner*/
.Banner{
    position: relative;
}
.banner_slider_slide img{
    width: 100% !important;
    height: auto;
    object-fit: cover;
}

.banner_slide_info_main{
    position: absolute;
    bottom: 20%;
    left: 8%;
}
.banner_subheading h4{
    font-size: 50px;
    font-weight: 500;
    color: #fff;
    font-family: 'Rockness';
}
.banner_heading h1{
    font-size: 65px;
    line-height: 65px;
    font-weight: bold;
    color: #fff;
    font-family: "Merriweather", serif;
}
.banner_quote p{
    font-size: 15px;
    letter-spacing: 1px;
    font-weight: 500;
    color: #fff;
    font-family: "Merriweather", serif;
}
.banner_quote{
    margin-top: 15px !important;
}
.banner_booking_btn{
     text-decoration: none;
    background: #b96419;
    color: #fff;
    font-size: 15px;
    font-weight: 600;
    display: inline-block;
    padding: 8px 25px;
    /* border-radius: 20px; */
    font-family: "Merriweather", serif;
    transition: 0.50s ease;

}
.banner_booking_btn:hover{
    background: #000;
    color: #fff;
}

.banner_slider .owl-dots{
    position: absolute;
    bottom: 26%;
    right: 8%;
}
.banner_slider .owl-dot span {
    width: 5px !important;
    height: 5px !important;
    margin: 5px 3px !important;
    border: 1px solid #fff !important;
}
.banner_slider .owl-dot.active span {
    background: #fcb50e !important;
}
.banner_slider .owl-dot span {
    background: #dadada !important;
}

.banner_slider .owl-nav {
    position: absolute;
     bottom: 20%;
    right: 7%;
}
.banner_slider .owl-prev span {
        font-size: 32px !important;
    margin-right: 2px !important;
    display: flex;
    align-items: center;
    justify-content: center;
    margin-top: -11px;
}
.banner_slider .owl-next span {
      font-size: 32px !important;
    margin-right: -2px !important;
    display: flex;
    align-items: center;
    justify-content: center;
    margin-top: -11px;
}
.banner_slider .owl-nav button {
    background: #1e201e !important;
    color: #fff !important;
    width: 35px !important;
    height: 35px !important;
    /* font-size: 20px !important; */
    border-radius: 100% !important;
    transition: 0.50s ease;
}
.banner_slider .owl-nav button:hover{
    background: #fff !important;
    color: #000 !important;
}
/*banner*/


/*menus and specials*/
.menus_and_specials_main{
  background: url(../assets/image/aboutGazzBack.jpg) no-repeat center;
    background-color: #000000a3;
    padding: 60px 0;
    position: relative;
    background-blend-mode: overlay;
    background-size: cover;
}
.pattern_1{
    position: absolute;
    top: 0;
    right: 0;
}
.pattern_2{
    position: absolute;
    bottom: 0;
    left: 0;
}
.pattern_1 img{
    width: 135px;
    height: auto;
    object-fit: cover;
    opacity: 10%;
}
.pattern_2 img{
    width: 135px;
    height: auto;
    object-fit: cover;
    opacity: 10%;
}
.menus_and_specials_heading h6{
    font-size: 40px;
    color: #b96419;
    font-weight: 500;
    font-family: 'Rockness';
}
.menus_and_specials_heading1 h2{
    font-size: 35px;
    line-height: 40px;
    font-weight: bold;
    color: #fff;
    font-family: "Merriweather", serif;
}
.menus_and_specials_heading1{
    position: relative;
}
.menus_and_specials_heading1:after{
    position: absolute;
    content: "";
    background: url(../assets/image/afterlayer2.png) no-repeat center;
    /*background: #b96419;*/
    width: 46px;
    height: 7px;
    bottom: -10px;
    left: 50%;
    transform: translate(-50%, 0);
}
.special_col_left img{
    width: 85%;
    height: auto;
    object-fit: cover;
}
.special_food_name h6{
    font-size: 35px;
    color: #b96419;
    font-weight: 500;
    font-family: 'Rockness';
}

.special_food_heading h3{
    font-size: 30px;
    line-height: 40px;
    font-weight: 600;
    color: #fff;
    font-family: "Merriweather", serif;
}
.special_food_quote p{
    font-size: 14px;
    letter-spacing: 1px;
    font-weight: 500;
    color: #dadadaa8;
    font-family: "Merriweather", serif;
}
.special_col_right{
    border: 1px solid #ffffff21;
    padding: 10px 10px;
    
}

.special_menu_row1{
    /*margin-top: -80px;*/
}
/*menus and specials*/

/*Signeture dishes*/
.signeture_dish_main{
        background: url(../assets/image/dishbg.jpg) no-repeat center;
    background-color: #000000a1;
    background-size: cover;
    padding: 60px 0;
    background-blend-mode: overlay;
}
.dish_heading h6{
    font-size: 40px;
    color: #fff;
    font-weight: 500;
    font-family: 'Rockness';
}
.dish_heading1 h2{
    font-size: 35px;
    line-height: 40px;
    font-weight: bold;
    color: #fff;
    font-family: "Merriweather", serif;
}
.dish_heading1{
    position: relative;
}
.dish_heading1:after{
    position: absolute;
    content: "";
    background: url(../assets/image/afterlayer2.png) no-repeat center;
    /*background: #b96419;*/
    width: 46px;
    height: 7px;
    bottom: -10px;
    left: 50%;
    transform: translate(-50%, 0);
}
.signeture_dish_slider_slide img{
    width: 100% !important;
    height: auto;
    object-fit: cover;
    border-radius: 10px;
}
.dishname1 h5{
    font-size: 18px;
    font-weight: 600;
    color: #b96419;
    font-family: "Merriweather", serif;
}
.dishname1 p{
    color:white;
        font-family: "Merriweather", serif;
            margin-bottom: 0;
}
.dishname1{
    position: relative;
}
.dishname1:after{
     position: absolute;
    content: "";
    background: url(../assets/image/afterlayer2.png) no-repeat center;
    /*background: #b96419;*/
    width: 46px;
    height: 7px;
    bottom: -20px;
    left: 50%;
    transform: translate(-50%, 0);
    
}
.signeture_dish_slider .owl-stage-outer {
    height: 350px !important;
}
.signeture_dish_slider .owl-nav {
    position: absolute;
    bottom: 0;
    left: 50%;
    transform: translate(-50%, 0);
}
.signeture_dish_slider .owl-dot span {
    width: 5px !important;
    height: 5px !important;
    margin: 5px 3px !important;
    border: 1px solid #fff !important;
}
.signeture_dish_slider .owl-dot.active span {
    background: #fcb50e !important;
}
/*Signeture dishes*/



/*About founder*/
.about_founder_main{
   background: url(./image/foundBackGaz.jpg) !important;
    /* background-position: center; */
    background-size: cover !important;
    padding: 50px 0;
    background-color: #0000007a !important;
    background-blend-mode: overlay;
}
.foundNameGaz{
      font-size: 30px;
    color: white;
    font-weight: 500;
    font-family: 'Rockness';
    margin-bottom: 0;
    text-align: right;
    position:relative;
}
.foundNameGaz::before{
    content: "";
    border-top: 1px solid white;
    position: absolute;
    width: 10%;
    left: 57%;
    top: 22px;
}
.founders_heading1 h2{
    font-size: 35px;
    line-height: 40px;
    font-weight: bold;
    color: #fff;
    font-family: "Merriweather", serif;
}
.founders_heading1{
    position: relative;
}
.founders_heading1:after{
    position: absolute;
    content: "";
    background: url(../assets/image/afterlayer2.png) no-repeat center;
    /* background: #b96419; */
    width: 46px;
    height: 7px;
    bottom: -10px;
    left: 50%;
    transform: translate(-50%, 0);
}
.founder_left_col{
    position:relative;
        padding-left: 20%;
        z-index:10;
}
.founder_left_col::before{
    content:"";
}
.founder_left_col img{
    width: 90%;
    height: auto;
    object-fit: cover;
}
.foundet_quote_heading h2{
          font-size: 30px;
    /* line-height: 40px; */
    font-weight: bold;
    color: #fff;
    font-family: "Merriweather", serif;
    /* margin-bottom: 20px; */
    position: relative;
    top: -13px;
    color: #db7b27;

}
.foundet_quote_heading h2::after{
   content: "";
    border: 1px solid #b96419;
    position: absolute;
    width: 45%;
    right: -80px;
    top: 15px;
}

.foundet_quote_heading{
    position: relative;
}

.foundet_quote p{
    font-size: 14px;
    letter-spacing: 1px;
    font-weight: 500;
    font-style: italic;
    color: #dadadaa8;
    font-family: "Merriweather", serif;
        /*max-width: 84%;*/
}
.foundet_quote{
    position: relative;
}

.foundRight_inn{
    width: 80%;
    padding: 16px;
    padding-left: 0;
    /*border-bottom: 2px solid #b96419;*/
    /*border-right: 2px solid #b96419;*/
    padding-top: 0px;
        /*margin: auto;*/
}

.rowGazFound{
    position:relative;
}
.rowGazFound::after{
   content: "";
    position: absolute;
    border-bottom: 2px solid #b96419;
    border-right: 2px solid #b96419;
    border-left: 2px solid #b96419;
    height: 72% !important;
    width: 87% !important;
    bottom: 40px !important;
    left:inherit !important;
}
.rowGazFound::before{
       content: "";
    position: absolute;
    border-bottom: 2px solid #b96419;
    width: 5% !important;
    left: 74px !important;
    top: 50px !important;

}

/*About founder*/



/*our menus*/
.menu_main{
    background: #dadada;
    padding: 60px 0 120px 0;
}
.menu_tabs_items_main{
    background: #564739;
}
.menu_tabs_items_main .nav-tabs .nav-link.active{
    background: none !important;
    color: #fff !important;
    border-bottom: 3px solid #b96419 !important;
    border: none;
    color: #b96419 !important;
}
.menu_tabs_items_main .nav-tabs .nav-link:hover {
    border-color: transparent !important;
    color: #b96419 !important;
}
.menu_tabs_items_main .nav-tabs .nav-link{
   border: none;
   font-weight: 600 !important;
   font-size: 12px !important;
   color: #fff !important;
   font-family: "Merriweather", serif;
}
.menu_tabs{
    /*overflow-x: auto;*/
    display: flex;
    align-items: center;
    justify-content: flex-start;
    flex-wrap: nowrap;
    gap: 0px;
    white-space: nowrap;
    cursor: grab;
    overflow-x: auto;
    overflow-y: hidden !important;
    white-space: nowrap;
    margin: 0 35px;
    -webkit-overflow-scrolling: touch; 
    font-family: "Merriweather", serif;
}
.menu_catagory_heading h4{
        font-size: 40px;
    color: #b96419;
    font-weight: 500;
    font-family: 'Rockness';
    width: fit-content;
    text-align: center;
    background: #dadada;
    padding: 0 15px;
    z-index: 2;
}
.menu_catagory_heading{
    position: relative;
        display: flex;
    justify-content: center;
}
.menu_catagory_heading:before{
    position: absolute;
    content: "";
    background: url(../assets/image/line-right.png) no-repeat center;
    width: 340px;
    height: 24px;
    float: right;
    bottom: 8px;
    right: 95px;
}
.menu_catagory_heading:after{
    position: absolute;
    content: "";
    background: url(../assets/image/line-left.png) no-repeat center;
    width: 340px;
    height: 24px;
    float: left;
    bottom: 8px;
    left: 85px;
}
.menu_item_col_dishname h5{
    font-size: 15px;
    font-weight: 400;
    color: #b96419;
    font-family: "Merriweather", serif;
}
.menu_item_col_dishtype p{
    font-size: 15px;
    /*font-style: italic;*/
    font-weight: 600;
    color: #00000099;
    text-align: center;
    /*font-family: "Merriweather", serif;*/
}
.menu_item_col{
    display: flex;
    align-items: center;
    justify-content: space-between;
    position: relative;
}
.menu_item_col_dishprice h5{
    font-size: 15px;
    font-weight: 600;
    color: #000000c9;
    /*font-family: "Merriweather", serif;*/
}
/*.border_center{*/
/*    border-left: 1px solid #b96419;*/
/*    border-right: 1px solid #b96419;*/
/*    padding: 0 20px;*/
/*}*/
.menu_item_col:before{
    content: "";
    position: absolute;
    border-top: 1px solid #0000003d;
    width: 0%;
    bottom: 0;
    left: 0;
    opacity: 0;
    transition: 1.50s ease;
}
/*.menu_item_col::after {*/
/*    content: "";*/
/*    position: absolute;*/
/*    border-top: 1px solid #c6ac83;*/
/*    width: 0%;*/
/*    top: 0;*/
/*    right: 0;*/
/*    opacity: 0;*/
/*    transition: 0.50s ease;*/
/*}*/
.menu_item_col:hover::before{
    opacity: 1;
    width: 100%;
}
.all_menus_heading h6{
    font-size: 40px;
    color: #000;
    font-weight: 500;
    font-family: 'Rockness';
}
.all_menus_heading1 h2{
    font-size: 35px;
    line-height: 40px;
    font-weight: bold;
    color: #000;
    font-family: "Merriweather", serif;
    max-width:fit-content;
    margin:auto;
    position:relative;
}
.all_menus_heading1 h2::before{
      content: "";
    border-top: 2px solid black;
    position: absolute;
    width: 17%;
    bottom: -5px;
    left: 42%;

}

.menu_items_content{
    position: relative;
}
.menu_items_content:after{
    position: absolute;
    content: "";
    background: url(../assets/image/spice1.png) no-repeat center;
    width: 300px;
    height: 300px;
    top: -25px;
    right: 0;
}
.menu_items_content:before{
    position: absolute;
    content: "";
    background: url(../assets/image/spice2.png) no-repeat center;
    width: 300px;
    height: 303px;
    top: -24px;
    left: 0;
}
.menu_itemcol_left{
    margin: auto;
}
.center_border{
    border-right: 1px solid #0000003d;
    border-left: 1px solid #0000003d;
    padding: 0 20px;
}
.border_left{
    border-left: 1px solid #0000003d;
}

/*our menus*/


/*Testimonial Part */


.gazTesti_sec{
     background: url(../assets/image/testiGAZback.jpg ) no-repeat center;
    background-size: cover;
    background-position: center;
    /*background-attachment: fixed;*/
    background-color: #000000a1;
    background-blend-mode: overlay;
    padding: 50px 0;
}

.gazTesti_img img{
    width:100%;
}
.gazTesti_img{
  width: 10%;
    background: #ffffff;
    padding: 1%;
    border-radius: 100%;
    margin: auto;
    position:relative;
}

.vectTesti_1 img{
    width:100%;
}
.vectTesti_1{
    position:absolute;
    width:10%;
}

.founders_heading  h6{
        font-size: 40px;
    color: #b96419;
    font-weight: 500;
    font-family: 'Rockness';
}


.gazTesti_txt{
    padding:50px;
}


.starTst_gaz{
    margin-bottom:0;
    text-align:center;
    color:#b96419;
}

.testiPara{
   color: #ffffffd9;
    text-align: center;
    margin-top: 20px;
    font-family: "Merriweather", serif;
    line-height: 30px;
}

.testi_name{
    margin-top:20px;
    text-align:right;
}

.testi_name span{
    color:#d97b28;
    font-family: "Merriweather", serif;
    position:relative;
        font-family: 'Rockness';
        font-size:32px;
}

.testi_name span::before{
        content: "";
    position: absolute;
    border-top: 1px solid #d97b287a;
        width: 55%;
    left: -125px;
    top: 23px;

}

.testi_nameMIA span::before{
        content: "";
    position: absolute;
    border-top: 1px solid #d97b287a;
          width: 23% !important;
    left: -125px;
    top: 23px;

}




/*call to action */
.calltoaction_main{
    background: url(../assets/image/dishbg.jpg) no-repeat center;
    background-size: cover;
    background-position: center;
    background-attachment: fixed;
    background-color: #000000a1;
    background-blend-mode: overlay;
    padding: 100px 0;
}
.calltoaction_heading h2{
        font-size: 35px;
    line-height: 45px;
    font-weight: bold;
    color: #fff;
    font-family: "Merriweather", serif;
}

.cta_btn{
       text-decoration: none;
    background: #b96419;
    color: #fff;
    font-size: 15px;
    font-weight: 600;
    display: inline-block;
    padding: 9px 25px;
    /* border-radius: 20px; */
    font-family: "Merriweather", serif;
    transition: 0.50s ease;
}
.cta_btn:hover{
    background: black;
}
/*call to action */



/*Resrvations*/
.reservations_main{
    background: #302d2a;
}
.reservation_left{
    padding: 60px 0;
}
.reservation_left_text h6{
    font-size: 40px;
    color: #fff;
    font-weight: 500;
    font-family: 'Rockness';
}
.reservation_left_heading h2{
        font-size: 35px;
    line-height: 45px;
    font-weight: bold;
    color: #fff;
    font-family: "Merriweather", serif;
}
.reservation_left_heading{
    position: relative;
}
.reservation_left_heading:after{
    position: absolute;
    content: "";
    background: #ffffff21;
    width: 250px;
    height: 1px;
    bottom: -10;
    left: 0;
}
.opening_hours h6{
    font-size: 18px;
    font-weight: 600;
    color: #fff;
    font-family: "Merriweather", serif;
}
.opening_hours P{
    font-size: 14px;
    letter-spacing: 1px;
    font-weight: 500;
    color: #dadadaa8;
    font-family: "Merriweather", serif;
}

.opening_hours {
    position: relative;
}
.opening_hours:after{
    position: absolute;
    content: "";
    background: url(../assets/image/afterlayer2.png) no-repeat center;
    width: 46px;
    height: 7px;
    bottom: -18px;
    left: 0;
}
.opening_hours a{
    text-decoration: none;
    font-size: 14px;
    letter-spacing: 1px;
    font-weight: 500;
    color: #dadadaa8;
    transition: 0.50s ease;
}
.opening_hours a:hover{
    color: #b96419;
}
.reservation_right_form_main{
    background: #000;
    padding: 110px 20px;
    /*border-radius: 10px;*/
}
.reserve_form_lab{
    font-size: 14px;
    font-weight: 600;
    color: #fff;
    font-family: "Merriweather", serif;
}
.reserve_form {
    font-size: 12px;
    font-weight: 400;
    color: #ffffff69 !important;
    background: transparent;
    padding: 10px 10px;
    border: none !important;
    border-radius: 0 !important;
    border-bottom: 1px solid #ffffff69 !important;
    font-family: "Merriweather", serif;
}
.reserve_form:focus {
    border-bottom: 1px solid #b96419 !important;
    outline: 0 !important;
    box-shadow: none !important;
    color: #fff;
    background: transparent !important;
}
.reserve_form::placeholder{
    color: #ffffff69 !important;
}

.reserve_btn{
    background: #b96419;
    font-size: 16px;
    font-weight: 600;
    color: #fff;
    padding: 6px 30px;
    border: 0 !important;
    width: 100%;
    font-family: "Merriweather", serif;
    transition: 0.50s ease;
}

.reserve_btn:hover{
    background: #fff;
    color: #000;
}
/*Resrvations*/

/*Google maps location*/

/*footer*/
.footer_main{
    background: #000;
    padding: 60px 0 20px 0;
    position: relative;
}
.footer_logo img{
    width: 130px;
    height: auto;
    object-fit: cover;
}
.footer_address i{
    color: #b96419;
    font-size: 20px;
}

.footer_address a {
    text-decoration: none;
    font-size: 14px;
    letter-spacing: 1px;
    font-weight: 500;
    color: #dadadaa8;
    font-family: "Merriweather", serif;
}

.foot_copy{
    font-size: 12px;
    letter-spacing: 1px;
    font-weight: 500;
    color: #dadadaa8;
    /*font-family: "Merriweather", serif;*/
}
.foot_creator{
     font-size: 12px;
    letter-spacing: 1px;
    font-weight: 500;
    color: #dadadaa8;
    /*font-family: "Merriweather", serif;*/
}
.foot_creator a{
    text-decoration: none;
    color: #b96419;
}
.footer_menu ul{
    padding: 0;
    margin: 0;
}
.footer_menu ul li{
    list-style-type: none;
    display: inline-block;
    padding: 0 10px 0 0;
}
.footer_menu ul li a{
    text-decoration: none;
    font-size: 12px;
    letter-spacing: 1px;
    font-weight: 500;
    color: #dadadaa8;
    font-family: "Merriweather", serif;
    transition: 0.50s ease;
    position: relative;
}
.footer_menu a:after {
    content: "";
    position: absolute;
    border-top: 0.1px solid #b96419;
    left: 0;
    bottom: 0;
    width: 0%;
    opacity: 0;
    transition: 0.5s;
}
.footer_menu a:hover::after{
    opacity: 1;
    width: 100%;
}
.footer_menu ul li a:hover{
    color: #b96419;
}

.footer_social a{
    text-decoration: none;
    color: #b96419;
    font-size: 20px;
}
.footer_logo{
    position: relative;
}
.footer_logo:after{
    position: absolute;
    content: "";
        background: url(../assets/image/afterlayer2.png) no-repeat center;
    /* background: #b96419; */
    width: 46px;
    height: 7px;
    bottom: -20px;
    left: 50%;
    transform: translate(-50%, 0);
}
.footer_social{
    position: relative;
}
.footer_social:before{
   position: absolute;
    content: "";
    background: url(../assets/image/afterlayer2.png) no-repeat center;
    width: 46px;
    height: 7px;
    bottom: -20px;
    left: 50%;
    transform: translate(-50%, 0); 
}
/*.footer_social:after{*/
/*   position: absolute;*/
/*    content: "";*/
/*    background: url(../assets/image/spiral_right.png) no-repeat center;*/
/*    width: 47px;*/
/*    height: 16px;*/
/*    bottom: -20px;*/
/*    left: 53%;*/
/*    transform: translate(-50%, 0); */
/*}*/










/* menu */

.Menu_NAv{
    overflow-x: auto;
    display: flex;
    align-items: center;
    justify-content: flex-start;
    flex-wrap: nowrap;
    gap: 15px;
    white-space: nowrap;
    cursor: grab;
    padding-bottom: 15px;

}
.menu_list ul::-webkit-scrollbar {
    height: 1px !important;
    width: 2px;
}
.menu_list ul::-webkit-scrollbar-thumb {
    background:#d74d29;
    border-radius: 10px;
}
.menu_list ul::-webkit-scrollbar-track {
    background: #e9efec !important;
}
.menu_list_item::-webkit-scrollbar {
    width: 1px;
}
.menu_list_item::-webkit-scrollbar-thumb {
    background: #d74d29;
    border-radius: 10px;
}
.menu_list_item::-webkit-scrollbar-track {
    background: #e9efec !important;
}

.menu{
    background-image: url(../assets/image/menu_bg.jpg);
    background-repeat: no-repeat;
    background-size: cover;
}
.menu_left_cont a{
    text-decoration: none;
    font-size: 15px;
    letter-spacing: 2px;
    padding: 12px 46px;
    padding: 12px 35px;
    background-color: transparent;
    color: #fff;
    border: 1px solid #c6ac83;
}
.menu_left_cont a:hover{
    color: #c6ac83;
}
.menu_left_cont h3::before{
    position: absolute;
    left: 14px;
    top: 19px;
    content: '';
    width: 21px;
    height: 21px;
    background: url(../assets/image/menu_head_dot.png);
}


  /* own */
  .food_item_price p{
    font-size: 22px;
  }
  .food_item_price{
    padding-bottom: 16px;
    border-bottom: 1px solid #c6ac83;
  }
.item-details p{
    padding-top: 10px;
    font-size: 20px;
}
/* .menu_nav{
    display: flex;
gap: 27px;
}
.FlEEt_NAV{
    transition: 0.5s ease;
    border: none !important;
} */
/* .FlEEt_NAV span{
    font-size: 25px;
    color:#fff
}
.FlEEt_NAV:hover{
    background-color: transparent;
    border: none;
    border-bottom: 1px solid #c6ac83;
}
.Menu_list .active{
    transition: 0.5s ease;
    background-color: transparent !important;
    border: none !important;
    border-bottom: 1px solid #c6ac83 !important;
} */

/*  */

/* menu starts */
.menus{
    padding: 60px 0;
}
.menu_left_slide_col img{
    width: 100% !important;
    height: auto;
    object-fit: cover;
    border-radius: 20px;
}
.menu_row{
    padding: 40px 0 0 0;
}
.menu_right_col_heading h2{
    font-size: 30px;
    font-weight: 600;
    color: #181C14;
    font-family: "Poppins", sans-serif;
}
.menu_right_col_paragraph p{
    font-size: 14px;
    font-weight: 400;
    color: #686D76;
    font-family: "Poppins", sans-serif;
}
.menu_list .nav-tabs .nav-link{
    border-color: transparent !important;
    font-size: 14px;
    font-weight: 600;
    color: #ffffff;
    padding: 0px 6px;
    margin: 0 10px 0 0;
    background-color: transparent !important;
    border-radius: 40px;
    
}
.menu_list  .nav-tabs .nav-link.active{
    color: #c6ac83 !important;
    /*border-bottom: 1px solid #c6ac83 !important;*/
    /* background-color: #c6ac83 !important;
    border-radius: 40px;
    padding: 0px 6px; */
}
.menu_dish_name h4{
    font-size: 20px;
    font-weight: 600;
    color: #cfcfcf;
    
}
.dish_description p{
    font-size: 14px;
    font-weight: 500;
    color: #686D76;
    
}
.menu_dish{
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 10px;
}
.menu_product_price h6{
    font-size: 16px;
    color: #fff;
    background: transparent;
    padding: 5px 10px;
    border-radius: 6px;
  
}
.menu_col{
       border: 1px dotted #c0c0c07a;
    padding: 10px 20px;
    /* border-radius: 20px; */
    margin-bottom: 10px;
    transition: 0.50s ease;
}
.menu_col:hover{
    border: 1px dotted #c6ac83;
    /*transform: scale(1.05);*/
}
.menu_left_slider .owl-dots{
    display: none;
}
.menu_list_item {
    height: 320px;
    overflow-y: scroll;
}
.menu_product_info{
    margin: 10px 0 0 0;
}
.menu_product_price{
    margin: 10px 0 0 0;
}
.menu_list .nav .nav-tabs{
    overflow-x: scroll;
    width: 700px;
}


.menu_pad {
    position:relative;
    overflow:hidden;
}

.center_img{
    position: absolute;
    top: -46px;
}
.center_img img{
    width:100%;
    height: 500px !important;
    object-fit: cover;
    /*border-radius: 10px;*/
}




/* menu ends */
/*  */


/* meet chef */
.meet_chef_pad {
    padding-top:50px;
}
.meet_chef_cont a{
    text-decoration: none;
    font-size: 15px;
    font-weight: 600;
    padding: 12px 45px;
    letter-spacing: 0.9px;
    background-color: transparent;
    color: #fff;
    border: 1px solid #c6ac83;
}
.meet_chef_right::after{
    position: absolute;
    content: "";
    background-image: url(../assets/image/meet-chef_after.png);
    width: 200px;
    height: 200px;
    bottom: 0;
    left: -166px;
    background-repeat: no-repeat;
}

/* contact */
.contact_lIst ul{
    position:relative;
}
.contact_lIst ul::before{
       content: "";
    border-left: 1px solid #c6ac83bd;
    position: absolute;
    height: 225px;
    top: 10px;
    left: 9px;
}
.contact_lIst ul li{
       margin-top: 41px;
    list-style: none;
}

.contact_lIst ul li p{
    position:relative;
}

.contact_lIst ul li p::before{
     content: "";
    position: absolute;
    border: #c6ac83;
    width: 12px;
    height: 12px;
    border-radius: 100%;
    background: #c6ac83;
    left: -28px;
    top: 8px;
}


.contact_lIst ul li p{
    color: #c6ac83;
    font-size: 20px;
}
.contact_lIst ul li a{
    text-decoration: none;
    font-size: 16px;
    color:#b3b3b3;
}
.cONt_no{
    padding-left: 0;
    font-size: 35px;
    text-decoration: none;
    color: #fff;
}
.Map_loc iframe{
    width:100%;
}
.Map_loc{
    /*margin-top: 89px;*/
    padding: 50px;
    position: relative;
    top: 50px;
}
.Gaz_contact::after{
    content: "";
    position: absolute;
    right: 1px;
    top: -110px;
    width: 100px;
    height: 300px;
    background-image: url(../assets/image/Contact_right_img.png);
    background-repeat: no-repeat;
    background-size: cover;
    opacity: 0.3;
}



/* footer */
.gaze_foot{
    padding: 60px 0px 30px;
    background-image: url(../assets/image/bg-footer.jpg);
   
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center;
}
.footer-link{
    width: 100%;
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    align-items: center;
    justify-content: center;
    border-bottom: 1px solid rgb(198 172 131 / 15%);
    margin-bottom: 15px;
}
.footer-link ul{
    margin-bottom: 0px !important;
    display: flex;
    justify-content: center;
    gap: 38px;
}
.footer-link ul li{
    list-style: none;
    position: relative;
    padding-bottom: 10px;
}
.footer-link ul li::before{
    content: "";
    position: absolute;
    width: 0%;
    left: auto;
    right: 0;
    bottom: 0;
    height: 1px;
    background-color: #c6ac83;
   
    transition: all 0.3s ease;
}
.footer-link ul li:hover::before{
    width: 100%;
    left: 1;
    right: auto;

}
.footer-link ul li:hover a{
    color: #c6ac83;
}
.footer-link ul li a{
    transition: all 0.3s ease;
    text-decoration: none;
    font-weight: 500;
    font-size: 17px;
    line-height: 50px;
    color: #b3b3b3;
}
.footer-contact{
    margin-bottom: 27px;
    width: 100%;
    
    display: flex;
    align-items: center;
    justify-content: center;
    border-bottom: 1px solid rgb(198 172 131 / 15%);
}
.footer-contact ul{
    display: flex;
    gap: 42px;
    padding-left: 0px !important;
    /*padding-bottom: 34px;*/
}
.footer-contact ul li{
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 19px;
}
.footer-contact ul li p{
    font-size: 16px;
    text-decoration: none;
    color: #b3b3b3;
}
.footer-contact ul li a{
    font-size: 16px;
    text-decoration: none;
    color: #b3b3b3;
}
.call i{
    color: #fff;
    width: 35px;
    height: 35px;
    display: flex;
    justify-content: center;
    align-items: center;
    border: 1px solid rgb(198 172 131 / 15%);
    border-radius: 50%;
}
.cont_cont p{
    font-weight: 500!important;
}

/*specials*/
.our_specials_main {
    background: #000;
    padding: 20px 0;
}
.specials_col img{
    width: 100%;
    height: 500px;
    object-fit: cover;
}
.specials_col_heading h2{
    color: #fff;
}
.specials_col_quote p{
    color: #c9c9c9;
    font-size: 15px; 
}
.special_button{
    position: relative;
    margin: 70px 0 0 0;
}
.btn-shine{
position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%,-50%);
  /*padding: 12px 48px;*/
  color: #ffffff;
  background: linear-gradient(to right, #4d4d4d 0, white 10%, #4d4d4d 20%);
  background-position: 0;
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  animation: shine 3s infinite linear;
  animation-fill-mode: forwards;
  -webkit-text-size-adjust: none;
  font-weight: 600;
  font-size: 20px;
  text-decoration: none;
  white-space: nowrap;
}
  
@keyframes shine{
   0%{
    background-position: 0;    
   }
    60%{
    background-position: 180px;    
   }
   100%{
    background-position: 200px;    
   }
}

.btn-shine::before {
    content: "";
    position: absolute;
    border-top: 0.1px solid #fff;
    left: 0;
    bottom: 0;
    width: 0%;
    opacity: 0;
    transition: 0.5s;
}
.btn-shine:hover::before {
    width: 100%;
    opacity: 1;
}
.specials_col_heading{
    position: relative;
}
.specials_col_heading:after{
       content: "";
    position: absolute;
    top: 85px;
    left: 50%;
    height: 1px;
    width: 86px;
    background-color: #c6ac83;
    transform: translate(-50%, 0); 
}
.menu_heading h2{
    font-size: 45px;
    color: #fff;
    font-weight: 700;
    padding: 0 0 20px 0;
}
.menu_heading{
    position: relative;
}    
.menu_heading:after{
    position: absolute;
    content: "";
    left: 50% !important;
    top: 55px !important;
    background-color: #c6ac83;
    height: 1px;
    width: 55px;
    transform: translate(-50%, 0);
}    
    
.banner_slide_col{
    position: relative;
}
.banner_slide_info{
    position: absolute;
    bottom: 30px;
    left: 4%;
    width: 60%;
}
.banner_text p{
    text-transform: capitalize;
    font-size: 15px;
    font-weight: 500;
    color: #c9c9c9;
}  
.banner_callbtn {
    text-decoration: none;
    /*text-transform: uppercase;*/
    font-size: 14px;
    font-weight: 500;
    letter-spacing: 1px;
    color: #fff;
    border: 1px solid #c6ac83;
    padding: 6px 30px;
    display: inline-block;
    position: relative;
    overflow: hidden !important;
    z-index: 2;
    transition: 0.5s;
}

.banner_callbtn::before {
    content: "";
    position: absolute;
    border: 1px solid #c6ac83;
    width: 0%;
    left: 0;
    top: 0;
    height: 100%;
    background: #c6ac83;
    z-index: -1;
    opacity: 0;
    transition: 0.5s;
}

.banner_callbtn:hover::before{
    opacity:1;
    width:100%;
}

.banner_slide_info{
    background: linear-gradient(to right, black, transparent);
    padding: 20px 20px;
}

.banner_left img{
    width: 100% !important;
    height: auto;
    object-fit: cover;
}
.banner{
    background-image: url(../assets/image/mainbannerbg.jpg);
    background-size: cover;
}
.banner_right_heading h1{
    font-size: 42px;
    color: #fff;
    font-weight: 600;
}
.banner_right_paragraph p{
    font-size: 15px;
    color: #c9c9c9;
    font-weight: 400;
}
.banner_callbtn{
    text-decoration: none;
    font-size: 15px;
    font-weight: 600;
    color: #fff;
    border: 1px solid #fff;
    padding: 6px 30px;
    display: inline-block;
}
.banner_review{
        position: relative;
    top: 0%;
    left: 0%;
    /*transform: translate(-50%, -50%);*/
    /* padding: 12px 48px; */
    color: #ffffff;
    background: linear-gradient(to right, #4d4d4d 0, white 10%, #4d4d4d 20%);
    background-position: 0;
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    animation: shine 3s infinite linear;
    animation-fill-mode: forwards;
    -webkit-text-size-adjust: none;
    font-weight: 600;
    font-size: 15px;
    text-decoration: none;
    white-space: nowrap;
    display: inline-block;
}
.banner_right_info{
    padding: 0 65px 0 0;
}

/*.banner_slider_main .owl-dots{*/
/*    display: none !important;*/
/*}*/


.discovery_owl .owl-dots{
    display: none !important;
}

.menu-navigation-wrapper {
    display: flex;
    align-items: center;
}
.arrow-btn {
    background: #fff;
    padding: 2px 5px;
    /*border-radius: 50%;*/
    display: inline-block;
    border: none;
    font-size: 15px;
    cursor: pointer;
}
.arrow-btn i {
    color: #000;
}
.menu_tabs_items_main{
    position: relative;
}
.right-arrow{
    position: absolute;
    top: 10%;
    right: 0;
    transform: translate(-50%, 0);
    z-index: 999;
    /*transition: 0.50s ease;*/
}
.left-arrow{
    position: absolute;
    top: 10%;
    left: 10px;
    /*transform: translate(-50%, 0);*/
    z-index: 999;
}

html::-webkit-scrollbar {
    width: 2px; /* Width of the scrollbar */
}
html::-webkit-scrollbar-track {
    background: #000000; /* Track color */
    border-radius: 10px;
}
html::-webkit-scrollbar-thumb {
    background-color: #b96419; /* Scrollbar thumb color */
    border-radius: 20px;
    border: 2px solid #fff; /* Creates padding around the thumb */
}

.menu_tabs::-webkit-scrollbar {
    height: 1px; /* Height of the scrollbar */
}
.jumptotop{
    position: fixed;
    bottom: 20px;
    right: 20px;
    color: white;
    border: none;
    border-radius: 50%;
    font-size: 20px;
    display: none; /* Hidden by default */
    cursor: pointer;
    z-index: 9999;
    box-shadow: 0px 4px 10px rgba(0, 0, 0, 0.2);
}
@keyframes popup {
    0% {
        transform: scale(0);
    }
    100% {
        transform: scale(1);
    }
}
@keyframes rotate {
    0% {
        transform: rotate(0deg);
    }
    100% {
        transform: rotate(360deg);
    }
}
.jumptotop.rotating {
    animation: rotate 5s linear infinite;
}
.jumptotop img{
    width: 50px;
    height: auto;
    object-fit: cover;
}


/**********  Thank You Page **** */

.gazThank_sec{
    padding:100px 0;
    background:url(../assets/image/testiGAZback.jpg ) no-repeat center;
        background-size: cover;
    /* background-attachment: fixed; */
    background-color: #000000a1;
    background-blend-mode: overlay;
}
.gazThank_main{
    margin-top:50px;
}

.gazThank_main h1{
       font-family: "Merriweather", serif;
    text-align: center;
    font-size: 52px;
    font-weight: 600;
    margin-top: 23px;
    color: #dd8131;
}
.gazThank_main p{
    font-family: "Merriweather", serif;
    text-align: center;
    color: white;
}

.gazThank_img img{
    width:100%;
}
.gazThank_img{
   width: 6%;
    margin: auto;
}


.gazThank_main button{
    text-decoration: none;
    background: #b96419;
    color: #fff;
    font-size: 15px;
    font-weight: 600;
    display: inline-block;
    padding: 8px 25px;
    /* border-radius: 20px; */
    font-family: "Merriweather", serif;
    transition: 0.50s ease;
    border: none;
    margin: auto;
    display: block;
    margin-top: 30px;
     border:1px solid #b96419;
}
.gazThank_main button:hover{
    background: black;
    /*border:1px solid #b96419;*/
}




















