body{
    width: 100%;
    margin: 0;
    padding: 0;   
    font-family: 'Merienda', cursive !important;
}
 button:hover{
    opacity: 0.8;
 }
/* width */
::-webkit-scrollbar {
    width: 10px;
  }
  /* Track */
  ::-webkit-scrollbar-track {
    background: #f1f1f1; 
  }
  /* Handle */
  ::-webkit-scrollbar-thumb {
    background: #888; 
  }
  /* Handle on hover */
  ::-webkit-scrollbar-thumb:hover {
    background: #555; 
  }
img {
    width: 100%;
}
* {
    box-sizing: border-box;
    -webkit-font-smoothing: antialiased;
    -ms-word-wrap: break-word;
    word-wrap: break-word;
}
p{
 font-family:'jost', 'sans-serif';
 
}
a {
 font-family:'jost', 'sans-serif';
    margin: 0px;
    text-decoration: none;
} 
.header{
    width: 100%;
    margin: 0 auto;
    padding: 0;
    position: absolute;
    z-index: 99;
}
.header .top_header{
    padding: 5px 0px 5px;
    border-bottom: 1px #e6cd6c7d solid;
}
.header .top_header .contact_links {
}
.header .top_header .contact_links ul{
    margin: 0;
    padding: 0;
    list-style: none;
    display: flex;
}
.header .top_header .contact_links ul li{

    margin-right: 12px;
}
.header .top_header .contact_links ul li a i{
    color: #d9bb5f;
    font-size: 18px;
}
.header .top_header .contact_links ul li a{
    color: white;
    text-decoration: none;
    font-size: 16px;
    letter-spacing: 0.5px;
    font-weight: 300;
    margin-right: 25px;
}
.header .top_header  .right_side{justify-content: right;display: flex;}
.header .top_header .right_side .social_icons{
      margin: 0;
    }
.header .top_header .right_side .social_icons .icon_ctrl {}
.header .top_header .right_side .social_icons .icon_ctrl ul{list-style: none;padding: 0;margin: 0;}
.header .top_header .right_side .social_icons .icon_ctrl li{display: inline-block;margin-right: 10px;}
.header .top_header .right_side .social_icons .icon_ctrl li a{
    padding: 1px 3px;
    border-radius: 4px;
}
.header .top_header .right_side .social_icons .icon_ctrl li a i{
    color: #d9bb5f;
    font-size: 20px;
}
.fb{
    background: #004bc0;
    padding: 1px 6px !important;
}
.insta{
    background: #E91E63;
}
.twit{
    background: #03A9F4;
}
.tube{
    background: #eb0000;
}
div.sticky {
    position: sticky;
    top: 0;
  }
  .page-header .main_navbar .site_logo{
    width: 65%;
    /* margin: 0 auto; */
    /* padding-bottom: 10px; */
}
.page-header .main_navbar .site_logo a{}
.page-header .main_navbar .site_logo a img{}
.page-header {
    position: absolute;
    top: 38px;
    right: 0;
    left: 0;
    /* padding: 20px 0; */
    z-index: 1;
  }
  .page-header .main_navbar {
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 20px 0;
  }
  .page-header .main_navbar .navbar.is-sticky {
    position: fixed;
    /* box-shadow: 0 5px 16px rgba(0, 0, 0, 0.1); */
    padding: 25px 0;
    /* backdrop-filter: blur(10px); */
    animation: slideDown 0.35s ease-out;
    background-image: linear-gradient(#5c441c, #ffff0000);
    top: 0;
    left: 0;
  }
 .page-header .main_navbar .navbar.is-sticky img {
    max-width: 80%;
  }
 .page-header .main_navbar .navbar.is-sticky button {
    font-size: 14px;
    padding: 7px 10px;
  }
  @keyframes slideDown {
    from {
      transform: translateY(-100%);
    }
    to {
      transform: translateY(0);
    }
  }
 .page-header .main_navbar .navbar{
    width: 100%;
}
.page-header .main_navbar .navbar .navbar-collapse{
    justify-content: end;
}
.page-header .main_navbar .navbar.navbar.is-sticky .navbar-collapse{
    justify-content: center;
}
.page-header .main_navbar .navbar .navbar-collapse .navbar-nav{}
.page-header .main_navbar .navbar .navbar-collapse .navbar-nav .nav-item{
    /* margin-right: 18px; */
}
.page-header .main_navbar .navbar .navbar-collapse .navbar-nav .nav-item .nav-link{
    color: #fff;
    padding: 0 12px;
    font-family: 'Merienda', cursive !important;
}
.page-header .main_navbar .navbar .navbar-collapse .navbar-nav .nav-item .nav-link.active, .page-header .main_navbar .navbar .navbar-collapse .navbar-nav .nav-item .nav-link:hover{
    color: #f4e17a;
}
.page-header .main_navbar .navbar .navbar-toggler{    
    width: 50px;
    height: 50px;
    border-radius: 5px;
    cursor: pointer;
    position: relative;
}
.page-header .main_navbar .navbar .navbar-toggler span {
    position: absolute;
    background: #fff;
    display: inline-block;
    border-radius: 3px;
    left: 12px;
    height: 3px;
    transition: all .4s;
    width: 50%;
    &:nth-of-type(1) {
        top: 16px;
    }
    &:nth-of-type(2) {
        top: 24px;
    }
    &:nth-of-type(3) {
        top: 32px;
    }
}
.page-header .main_navbar .navbar .navbar-toggler .navbar-toggler:focus{
    box-shadow: none;
}
.page-header .main_navbar .navbar .navbar-toggler .navbar-toggler-icon{
     transition: all .4s;
     width: 50px !important;
     background: #09050163;
     height: 50px !important;
     border-radius: 3px;
     border: 1px solid #e7cf6d;
}
.page-header .main_navbar .navbar .navbar-toggler.active .navbar-toggler-icon {
    transform: rotate(360deg) !important;
}
.page-header .main_navbar .navbar .navbar-toggler.active span{
    &:nth-of-type(1) {
        width: 75%;
        top: 17px;
        left: 3px;
        transform: translateY(6px) rotate(-45deg);
    }
    &:nth-of-type(2) {
        opacity: 0;
    }
    &:nth-of-type(3) {
        width: 75%;
        top: 46px;
        left: 3px;
        transform: translateY(-23px) rotate(45deg);
    }
}
/* .page-header .main_navbar .navbar .navbar-toggler .navbar-toggler-icon i{
    color: #000;
} */
.page-header .main_navbar .navbar .navbar-toggler .navbar-toggler-icon img{
    width: 70%;
}
 .pseudo-text-effect {
    position: relative;
    padding: 0;
    overflow: hidden;
    transition: transform 0.5s;
    display: block;
  }
  .pseudo-text-effect::after {
    content: attr(data-after);
    display: inline-block;
    transform: translateY(100%);
    position: absolute;
    left: 0;
    transition: inherit;
  }
  .pseudo-text-effect > span {
    display: inline-block;
    transform: translateY(0%);
    transition: inherit;
  }
  .pseudo-text-effect:hover > span {
    transform: translateY(-100%);
  }
  .pseudo-text-effect:hover::after {
    transform: translateY(0%);
  }
 .head_slider{
    background-color: #000000;
    margin: 0;
    width: 100%;
    position: relative;
 }
 .head_slider .intro_parallax{
    width: 100%;
    position: relative;
 }
 .head_slider .intro_parallax .img_contain{
 }
 .head_slider .intro_parallax .img_contain img{
   
width: 100%;
 }
 .head_slider .text_contain{
    position: absolute;
    top: 275px;
 }
 .head_slider .text_contain .text_inn{
 }
 .head_slider .text_contain .text_inn h1{
    color: #ffffff;
    font-family: 'Courgette', cursive;
    font-size: 40px;
 }
 .head_slider .text_contain .text_inn .book_table{
    width: 100%;
    padding: 2% 10%;
}
 .head_slider .text_contain .text_inn .book_table a{
    font-size: 15px;
    font-weight: bold;
    background-color: #DA892B;
    color: white;
    font-family: 'Montserrat', sans-serif;
    border: none;
    padding: 12px 24px;
    border-radius: 4px;
    text-decoration: none;
 }

 .about_us{
    background-color: #ffffff;
    width: 100%;
    margin: 0 auto;
    overflow: hidden;
    padding: 60px 0;
}
 .about_us .img_box{
    width: 100%;
    margin: 0 auto;
}
 .about_us .img_box img{ }

 .about_us  .content_box{
    width: 100%;
    text-align: center;
}
 .about_us.content_box {
    width: 75%;
    margin-top: 25%;
    margin-left: 22px;
    overflow: hidden;
}
 .about_us .content_box h2{
    font-size: 40px;
    color: #000000;
    position:relative;
    width: 63%;
    text-align: center;
    margin: 0 auto;
    margin-bottom: 12px;
    display: inline-block;

 }
 .about_us .content_box h3:before{
    content: "";
    background: url(../assets/images/br-left.png) no-repeat;
    width: 126px;
    position: absolute;
    top: 0;
    height: 100px;
    left: -61px;
    background-size: 100%;
}
 .about_us .content_box h3:after{
    content: "";
    background: url(../assets/images/br-right.png) no-repeat;
    width: 126px;
    position: absolute;
    top: 0;
    height: 100px;
    right: -65px;
    background-size: 94%;
}
 .about_us .content_box p{
    color: #494949;
    font-family: 'Jost', sans-serif;
    font-size: 16px;
    margin-top: 16px;
}
 .about_us .content_box .our_menu{
    margin-top: 40px;
}
 .about_us .content_box .our_menu a{
    font-size: 18px;
    font-family: 'jost', sans-serif;
    background-image: linear-gradient(to bottom right, #e38e20, #ffcf00);
    color: #000;
    text-decoration: none;
    padding: 10px 40px;
    text-transform: uppercase;
}
.rt_service{
    width: 100%;
    margin: 0 auto;
    padding: 9px 0;

}
.rt_service .rt_title{
    text-align: center;
    margin-bottom: 40px;
    position: relative;
    overflow: hidden;
}
.rt_service .rt_title h3{
    font-size: 40px;
    color: #000000;
    position:relative;
    width: 68%;
    text-align: center;
    margin: 0 auto;
    margin-bottom: 12px;
    display: inline-block;

}
.rt_service .rt_title h3::before{
    content: "";
    background: url(../assets/images/br-left.png) no-repeat;
    width: 126px;
    position: absolute;
    top: 0;
    height: 100px;
    left: 7%;
    background-size: 100%;
}
.rt_service .rt_title h3::after{
    content: "";
    background: url(../assets/images/br-right.png) no-repeat;
    width: 126px;
    position: absolute;
    top: 0;
    height: 100px;
    right: 6%;
    background-size: 100%;
}
.rt_service .service_block{
    border: 1px #ccc solid;
    border-radius: 15px;
    overflow: hidden;
    margin-bottom: 20px;
    height: 400px;
}
.rt_service .service_block:hover{
   box-shadow: 0px 3px 6px #00000052;
}
.rt_service .service_block .zoom_img{
    width: 100%;
    -webkit-transform: scale(1);
    -moz-transform: scale(1);
    -o-transform: scale(1);
    -ms-transform: scale(1);
    transform: scale(1);
    -moz-transition: all 0.6s ease;
    -o-transition: all 0.6s ease;
    -webkit-transition: all 0.6s ease;
    -ms-transition: all 0.6s ease;
    transition: all 0.6s ease;
}
.rt_service .service_block:hover .zoom_img{
    -webkit-transform: scale(1.2);
    -moz-transform: scale(1.2);
    -o-transform: scale(1.2);
    -ms-transform: scale(1.2);
    transform: scale(1.2);
    z-index: -1;
    -moz-transition: all 0.6s ease;
    -o-transition: all 0.6s ease;
    -webkit-transition: all 0.6s ease;
    -ms-transition: all 0.6s ease;
    transition: all 0.6s ease;
}
.rt_service .service_block .service_inn{
    padding: 30px;
}
.rt_service .service_block .service_inn .service_icon{
    width: 44%;
    margin: 13px auto;
}

.rt_service .service_block .service_inn .service_icon img{}
.rt_service .service_block .service_inn .service_info{
    text-align: center;
    padding: 0;
}
.rt_service .service_block .service_inn .service_info h3{
    color: #392e5f;
    font-weight: 700;
}
.rt_service .service_block .service_inn .service_info p{
    font-size: 18px;
    margin-bottom: 25px;
    font-weight: 600;
    color: #494949;
    font-family: none;
}
.rt_service .service_block .service_inn .service_info p span{
    line-height: 40px;
    text-transform: uppercase;
    font-family: none;
}
.rt_service .service_block .service_inn .service_info a{
    background-image: linear-gradient(to bottom right, #e38e20, #ffcf00);
    color: #000;
    text-decoration: none;
    padding: 10px 20px;
    text-transform: uppercase;
}
.food_tab{}
.food_tab .food_tab_menu{
    width: 100%;
    margin-bottom: 30px;
}
.food_tab .food_tab_menu .nav-tabs{
    justify-content: center;
    border: none;
}
.food_tab .food_tab_menu .nav-tabs .nav-item{
    margin-right: 10px;
}
.food_tab .food_tab_menu .nav-tabs .nav-item .nav-link{
    color: #000000;
    background-color: #d9d9d9;
    border: none;
    border-radius: 20px;
}
.food_tab .food_tab_menu .nav-tabs .nav-item.show .nav-link, .food_tab .food_tab_menu .nav-tabs .nav-item .nav-link.active{
    color: #000000;
    background-image: linear-gradient(to bottom right, #e38e20, #ffcf00);
    border: none;
    border-radius: 20px;
}
.food_tab .food_menu{
    border: 1px #ccc solid;
    overflow: hidden;
}
.food_tab .food_menu:hover{
   box-shadow:5px 5px 10px #ccc;
}
.food_tab .food_menu .food_img{
 overflow:hidden;
}
.food_tab .food_menu .food_img img{
 width: 100%;
    -webkit-transform: scale(1);
    -moz-transform: scale(1);
    -o-transform: scale(1);
    -ms-transform: scale(1);
    transform: scale(1);
    -moz-transition: all 0.6s ease;
    -o-transition: all 0.6s ease;
    -webkit-transition: all 0.6s ease;
    -ms-transition: all 0.6s ease;
    transition: all 0.6s ease;
}
.food_tab .food_menu:hover .food_img img{
 -webkit-transform: scale(1.2);
    -moz-transform: scale(1.2);
    -o-transform: scale(1.2);
    -ms-transform: scale(1.2);
    transform: scale(1.2);
    z-index: -1;
    -moz-transition: all 0.6s ease;
    -o-transition: all 0.6s ease;
    -webkit-transition: all 0.6s ease;
    -ms-transition: all 0.6s ease;
    transition: all 0.6s ease;
}
.food_tab .food_menu .food_info{
    padding: 10px 20px;
    background: #fffdf7;
}
.food_tab .food_menu .food_info .food_rating{
    display: flex;
    align-items: center;
}
.food_tab .food_menu .food_info .food_rating p{
    color: #848484;
    font-size: 12px;
    font-weight: 600;
    margin-right: 10px;
    margin-bottom: 0;
}
.food_tab .food_menu .food_info .food_rating ul{
    margin: 0;
    padding: 0;
    list-style: none;
}
.food_tab .food_menu .food_info .food_rating ul li{
    display: inline-block;
}
.food_tab .food_menu .food_info .food_rating ul li i{
    color: #f5d467;
    font-size: 12px;
}
.food_tab .food_menu .food_info h2{
    font-size: 18px;
    font-weight: 600;
}
.food_tab .food_menu .food_info p{
    color: #4e4e4e;
    font-size: 14px;
    font-family: 'Jost';
}
.why_us{
    width: 100%;
    margin: 0 auto;
    padding: 60px 0;
    background: url(./images/choose_us_bg.jpg) no-repeat;
    background-size: cover;
    background-attachment: fixed;
    background-repeat: no-repeat;
}
.why_us .why_title{
    text-align: center;
    width: 60%;
    margin: 0 auto;
    padding: 20px 0;
}
.why_us .why_title h3{
    color: #fff;
}
.why_us .why_title p{
    color: #fff;
}
.why_us .usp_block{
    border: 1px #fff solid;
    padding: 30px 10px;
}
.why_us .usp_block .usp_icon{
    width: 50px;
    height: 50px;
    margin: 0 auto;
    padding: 13px 0;
    background: #f5d467;
    text-align: center;
}
.why_us .usp_block .usp_icon i{
    font-size: 18px;
    color: #fff;
}
.why_us .usp_block .usp_info{
    text-align: center;
    margin-top: 15px;
}
.why_us .usp_block .usp_info h3{
    color: #fff;
}
.why_us .usp_block .usp_info p{
    color: #fff;
    font-size: 14px;
    font-family: 'Jost','san-sarif';
}
.showcase{
    width: 100%;
    margin: 0 auto;
    padding: 30px 0;
    background: #fbf5f5;
    overflow: hidden;
}
.showcase .showcase_title{
    text-align: center;
    padding: 29px 0;
    overflow: hidden;
}


.showcase .showcase_title h3{
    font-size: 40px;
    color: #000000;
    position:relative;
    width: 63%;
    text-align: center;
    margin: 0 auto;
    margin-bottom: 12px;
    display: inline-block;

}
.showcase .showcase_title h3::after{
    content: "";
    background: url(../assets/images/br-right.png) no-repeat;
    width: 126px;
    position: absolute;
    top: 0;
    height: 100px;
    right: 12%;
    background-size: 100%;
}
.showcase .showcase_title h3::before{
    content: "";
    background: url(../assets/images/br-left.png) no-repeat;
    width: 126px;
    position: absolute;
    top: 0;
    height: 100px;
    left: 12%;
    background-size: 100%;
}
.showcase .showcase_title p{}
.showcase .showcase_card{
    width: 100%;
    display: flex;
    align-items: center;
    margin-bottom: 20px;
    /* box-shadow: 6px 5px 11px #ccc; */
    position: relative;
    flex-wrap: wrap;
    align-content: flex-start;
    padding: 0px 30px 0px 0px;
}
.showcase .showcase_card .card_info .spacer{
 position:absolute;
 width: 1.4px;
 height: 110px;
 background: #F99D11;
 bottom: 45px;
 left: 132px;
 right:0;
 display: inline-block;
}
.showcase .showcase_card .card_img{
    width: 100%;
    transition: transform 250ms;
}
.showcase .showcase_card .card_img img{}
.showcase .showcase_card .card_img:hover{
    transform: translateY(-40px);
}
.showcase .showcase_card .card_info{
    padding: 3px 12px;
    width: 100%;
    text-align: center;
}
.showcase .showcase_card .card_info h3{
    margin-bottom: 13px;
}
.showcase .showcase_card .card_info p{
    font-size: 14px;
    font-family: 'Jost','san-sarif';
}
.showcase .showcase_card .card_info .card_link{
    width: 100%;
    margin-top: 85px;
    display: inline-block;
}
.showcase .showcase_card .card_info .card_link a{
    text-decoration: none;
    color: #0b0b0b;
    font-size: 14px;
    font-weight: 500;
    border: 1.4px #F99D11 solid;
    padding: 10px 32px;
    text-transform: uppercase;
}
.showcase .showcase_card:hover .card_info .card_link a{
    background-image: linear-gradient(to bottom right, #e38e20, #ffcf00);
    color: #000; 
}
.review{
    width: 100%;
    margin: 0 auto;
    background: url(./images/rt-texture.png);
    padding-top: 66px;
    padding-bottom: 79px;
    background-size: 9%;
}
.review .review_title{
    text-align: center;
    padding: 11px 0;
}
.review .review_title h3{
    color: #4e4e4e;
    margin: 0;
    font-size: 35px;
}
.review .review_title p span{
    font-size: 18px;
    color: #ffc61e;
}
.review .review_block{
    padding: 17px 65px;
    background: #fff7ee;
    align-items: center;
    box-shadow: 0px 2px 9px #00002257;
    min-height: 377px;
}
.review .review_block p{
    CONTAIN-INTRINSIC-BLOCK-SIZE: AUTO 100PX;
    color: #737373;
    font-size: 15px;
    text-align: center;
    padding: 43px 0 0;
    font-style: italic;
}
.review .review_block p::before{
    content: "\f10d";
    top: 33px;
    left: 19px;
    font-family: FontAwesome;
    display: block;
    padding: 0 6px;
    font-size: 40px;
    color: #ffa50075;
    position: absolute;
}
.review .review_block .user_info{
    margin: 0 auto;
    width: 100%;
}
.review .review_block .user_info h3{
    color: #000000;
    font-size: 15px;
    margin: 0;
    text-align: center;
}
.review .review_block .user_info .user_pic{
    width: 77px;
    border-radius: 50px;
    overflow: hidden;
    margin: 15px auto;
    margin-bottom: 11px;
    border: 7px solid #dba33740;
}
.review .review_block .user_info .user_pic img{}
.review .review_block .user_info .rating{
    color: #ffc700;
    font-size: 12px;
    text-align: center;
}
.review .testi-carousel .owl-dots{

}
.review .testi-carousel .owl-dots .owl-dot{
}
.review .testi-carousel .owl-dots .owl-dot.active span{
    background: #dfa629;
}
.review .testi-carousel .owl-dots .owl-dot span{
    width: 24px;
    height: 3px;
    margin: 0 4px;
}
.review .client_block{
    display: flex;
    align-items: center;
    justify-content: center;
}
.review .client_block .testi-carousel{
    width: 84%;
}
.review .client_block .testi-carousel .owl-item{
    padding: 10px 5px
}
.review .client_block .item{
}
.choose_rt{
    width: 100%;
    margin: 0 auto;
    padding: 120px 0;
    background: url(./images/choose_us_bg.jpg) no-repeat;
    background-size: cover;
    background-attachment: fixed;
    background-repeat: no-repeat;
}
.choose_rt .choose_title{
    text-align: center;
    padding: 22px 0;
    position: relative;
    overflow: hidden;
}
.choose_rt .choose_title h3{
    font-size: 40px;
    color: #ffffff;
    position: relative;
    width: 63%;
    text-align: center;
    margin: 0 auto;
    margin-bottom: 12px;
    display: inline-block;

}

.choose_rt .choose_title h3::before{
    content: "";
    background: url(../assets/images/br-left.png) no-repeat;
    width: 126px;
    position: absolute;
    top: 0;
    height: 93px;
    left: -5%;
    background-size: 100%;
}
.choose_rt .choose_title h3::after{
    content: "";
    background: url(../assets/images/br-right.png) no-repeat;
    width: 126px;
    position: absolute;
    top: 0;
    height: 93px;
    right: -6%;
    background-size: 100%;
}
.choose_rt .choose_title p{
    color: #fff;
    font-size: 16px;
}
.choose_rt .choose_sec{
    width: 100%;
    margin: 0;
    padding: 30px;
    text-align: center;
    border: 1px #ccc solid;
}
.choose_rt .choose_sec h3{
    font-size: 19px;
    padding: 10px 0;
    line-height: 30px;
    color: #fff;
}
.choose_rt .choose_sec p{
    font-size: 16px;
    color: #fff;
}
.choose_rt .choose_sec .choose_icon{
    margin: 8px auto;
    width: 23%;
}
.choose_rt .choose_sec .choose_icon img{}
.rt_footer{
    width: 100%;
    margin: 0 auto;
    background: url(./images/footer-bg.jpg) no-repeat;
    background-size: cover;
    padding-top: 59px
}
.rt_footer .order-button{
    display: flex;
    align-items: center;
}
.rt_footer .footer_logo{

}
.rt_footer .order-button a{
    color: #ffffff;
    box-shadow: 0 3px 5px #000000, inset 0 0 0px #000000;
    transition: transform 800ms;
    background-image: linear-gradient(to bottom right, #e38e20, #ffcf00);
    text-decoration: none;
    display: flex;
    justify-content: center;
    align-items: center;
    font-size: 16px;
    font-weight: 500;
    text-transform: uppercase;
    padding: 5px 28px;
    margin-bottom: 8px;
}

.rt_footer .order-button a i{
    margin-right: 13px;
    font-size: 35px;
}
.rt_footer .order-button a i:hover{
    animation: jello; 
    animation-duration: 800ms;
}
.rt_footer .order-button a:hover{
    background: #ffb313;
    color: #fff;
}
.rt_footer .order-button a:active{
        transform: scale(0.98); 
}
.rt_footer .bottom-footer .copy_right{
    text-align: center;
    padding-bottom: 25px;
}
.rt_footer .bottom-footer .copy_right p{
    color: #fff;
    font-size: 14px;
    margin: 0;
}
.rt_footer .footer_links{
    margin-bottom: 38px;
}
.rt_footer .footer_links p{
    font-size: 17px;
    font-weight: 200;
    color: #fff;
    font-family: 'Jost', 'san-sarif';
    margin-bottom: 14px;
}
.rt_footer .footer_links p a{
    text-decoration: none;
    color: #fff;
}
.rt_footer .footer_links p a i{
    color: #eca315;
    padding: 0 2px;
    font-size: 23px;
}
.rt_footer .footer_links h3{
    color: #eeb23d;
    font-size: 19px;
    margin-top: 14px;
}
.rt_footer .footer_links ul{
    margin: 0;
    padding: 0;
    list-style: none;
}
.rt_footer .footer_links ul li{}
.rt_footer .footer_links ul li a{
    color: #fff;
    text-decoration: none;
    font-family: 'Jost', 'san-sarif';
    margin: 0;
    font-size: 17px;
    font-weight: 200;
}
.rt_footer .newsletter{
    /* background: #fff; */
    width: 70%;
    float: right;
    display:  flex;
    align-items: center;
}
.rt_footer .newsletter .g-review{
 
background: #fff;
 
width: 55%;
 
border-radius: 7px;
 
/* margin-right: 11px; */
}
.rt_footer .newsletter .order{
 
margin-right: 11px;
}
.rt_footer .newsletter .subscribe-form{}
.rt_footer .newsletter .subscribe-form h3{
    color: #eeb23d;
    font-size: 23px;
    margin: 0;
}
.rt_footer .newsletter .subscribe-form p{
    color: #fff;
    margin: 0;
    padding: 5px 0;
}
.rt_footer .newsletter .subscribe-form .input-box{}
.rt_footer .newsletter .subscribe-form .input-box input{
    border-radius: 4px;
    border: 1px solid #eeb23d;
    height: 51px;
    width: 66%;
    padding: 7px 22px;
    font-size: 14px;
    margin-top: 18px;
}
.rt_footer .newsletter .subscribe-form .input-box .submit-btn{
    padding: 15px 0;
    border: 1px #e38e20 solid;
    text-decoration: none;
    background-image: linear-gradient(to bottom right, #e38e20, #ffcf00);
    color: #000;
    margin-right: 13px;
    width: 27%;
    text-transform: uppercase;
    font-size: 13px;
}
.fixed-header {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%; 
}
.scroll-to-top-btn {
	display: inline-flex;
	position: absolute;
	right: 20px;
	cursor: pointer;
}
.inner_banner{
    width: 100%;
    margin: 0;
    padding: 0;
    position: relative;
}
.inner_banner img{}
.inner_banner .overlay{
    position: absolute;
    bottom: 80px;
    left: 0;
    right: 0;
    text-align: center;
}
.inner_banner .overlay h2{
    color: #fff;
    font-family: cursive;
    font-size: 4.8rem;
}
.inner_banner .overlay h3{
    color: #fff;
}
.rt_menu{}
.rt_menu .menu_item{}
.rt_menu .menu_item .menu_item_contain{}
.rt_menu .menu_item .menu_item_contain .menu_post{}
.rt_menu .menu_item .menu_item_contain .menu_post .menu_title{}
.rt_menu .menu_item .menu_item_contain .menu_post .menu_price{}
.rt_menu .menu_item .menu_item_contain .menu_post_detail{}
.food_slide{
    width: 100%;
    background: #fff;
    padding: 60px 0;
    margin: 0 auto;
}
.food_slide .food-carousel .item{
 overflow:hidden;
}
.food_slide .food-carousel .item img{
  width: 100%;
    -webkit-transform: scale(1);
    -moz-transform: scale(1);
    -o-transform: scale(1);
    -ms-transform: scale(1);
    transform: scale(1);
    -moz-transition: all 0.6s ease;
    -o-transition: all 0.6s ease;
    -webkit-transition: all 0.6s ease;
    -ms-transition: all 0.6s ease;
    transition: all 0.6s ease;
}
.food_slide .food-carousel .item:hover img{
  -webkit-transform: scale(1.2);
    -moz-transform: scale(1.2);
    -o-transform: scale(1.2);
    -ms-transform: scale(1.2);
    transform: scale(1.2);
    z-index: -1;
    -moz-transition: all 0.6s ease;
    -o-transition: all 0.6s ease;
    -webkit-transition: all 0.6s ease;
    -ms-transition: all 0.6s ease;
    transition: all 0.6s ease;
}
.head_slider .intro_parallax .item {
    height: 100vh;
    position: relative;
  }
  .head_slider .intro_parallax .item img {
    width: 100%;
    height: 100%;
    object-fit: cover;
  }
  .head_slider .intro_parallax .item .cover {
    padding: 75px 0;
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    background: rgb(0 0 0 / 41%);
    display: flex;
    align-items: center;
}

  .head_slider .intro_parallax .item .cover .header-content {
    position: relative;
    padding: 56px;
    overflow: hidden;
    top: 88px;
    text-align: center;
  }
  .head_slider .intro_parallax .item .cover .header-content .line {
    content: "";
    display: inline-block;
    width: 100%;
    height: 100%;
    left: 0;
    top: 0;
    position: absolute;
    border: 9px solid #fff;
    -webkit-clip-path: polygon(0 0, 60% 0, 36% 100%, 0 100%);
    clip-path: polygon(0 0, 60% 0, 36% 100%, 0 100%);
  }
  /* .head_slider .intro_parallax .item .cover .header-content h2 {
    font-weight: 300;
    font-size: 35px;
    color: #fff;
  }
  .head_slider .intro_parallax .item .cover .header-content h1 {
    font-size: 56px;
    font-weight: 600;
    margin: 5px 0 20px;
    word-spacing: 3px;
    color: #fff;
  }
  .head_slider .intro_parallax .item .cover .header-content h4 {
    font-size: 24px;
    font-weight: 300;
    line-height: 36px;
    color: #fff;
    font-family: 'Jost', 'sans-serif';
  } */
  .head_slider .intro_parallax .owl-item.active h1 {
    -webkit-animation-duration: 1s;
    animation-duration: 1s;
    -webkit-animation-fill-mode: both;
    animation-fill-mode: both;
    animation-name: fadeInDown;
    animation-delay: 0.3s;
  }
  .head_slider .intro_parallax .owl-item.active h2 {
    -webkit-animation-duration: 1s;
    animation-duration: 1s;
    -webkit-animation-fill-mode: both;
    animation-fill-mode: both;
    animation-name: fadeInDown;
    animation-delay: 0.3s;
  }
  .head_slider .intro_parallax .owl-item.active h4 {
    -webkit-animation-duration: 1s;
    animation-duration: 1s;
    -webkit-animation-fill-mode: both;
    animation-fill-mode: both;
    animation-name: fadeInUp;
    animation-delay: 0.3s;
  }
  .head_slider .intro_parallax .owl-item.active .line {
    -webkit-animation-duration: 1s;
    animation-duration: 1s;
    -webkit-animation-fill-mode: both;
    animation-fill-mode: both;
    animation-name: fadeInLeft;
    animation-delay: 0.3s;
  }
  .head_slider .intro_parallax .owl-nav .owl-prev {
    position: absolute;
    right: 15px;
    top: 43%;
    opacity: 0;
    -webkit-transition: all 0.4s ease-out;
    transition: all 0.4s ease-out;
    background: rgba(0, 0, 0, 0.5) !important;
    width: 50px;
    cursor: pointer;
    height: 50px;
    position: absolute;
    display: flex;
    align-items: center;
    z-index: 1000;
    border-radius: 0;
    justify-content: center;
  }
  .head_slider .intro_parallax .owl-nav .owl-next i{
    line-height: 0;
  }
  .head_slider .intro_parallax .owl-nav .owl-prev i{
    line-height: 0;
  }
  .head_slider .intro_parallax .owl-nav .owl-prev span {
    font-size: 1.6875rem;
    color: #fff;
  }
  .head_slider .intro_parallax .owl-nav .owl-prev:focus {
    outline: 0;
  }
  .head_slider .intro_parallax .owl-nav .owl-prev:hover {
    background: #000 !important;
  }
  .head_slider .intro_parallax .owl-nav .owl-next {
    position: absolute;
    right: 15px;
    top: 43%;
    opacity: 0;
    -webkit-transition: all 0.4s ease-out;
    transition: all 0.4s ease-out;
    background: rgba(0, 0, 0, 0.5) !important;
    width: 50px;
    cursor: pointer;
    height: 50px;
    position: absolute;
    display: flex;
    align-items: center;
    z-index: 1000;
    border-radius: 0;
    justify-content: center;
  }
  .head_slider .intro_parallax .owl-nav .owl-next span {
    font-size: 1.6875rem;
    color: #fff;
  }
  .head_slider .intro_parallax .owl-nav .owl-next:focus {
    outline: 0;
  }
  .head_slider .intro_parallax .owl-nav .owl-next:hover {
    background: #000 !important;
  }
  .head_slider .intro_parallax:hover .owl-prev {
    left: 0px;
    opacity: 1;
  }
  .head_slider .intro_parallax:hover .owl-next {
    right: 0px;
    opacity: 1;
  }


  .head_slider .scroll-to-bottom {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    position: absolute;
    left: 0;
    right: 0;
    bottom: 50px;
    margin: 0 auto;
    border-radius: 10px;
    /* background: rgb(61 61 61 / 22%); */
    padding: 7px 15px;
    z-index: 99;
    cursor: pointer;
    width: 140px;
    animation: mouseMove 1.5s linear 0s infinite normal forwards;
    -webkit-animation: mouseMove 1.5s linear 0s infinite normal forwards;
    visibility: visible;
    text-decoration: none;
}

.head_slider .scroll-to-bottom .mouse {
    width: 23px;
    height: 39px;
    border-radius: 999px;
    background: #f5d877;
    border: 1px solid #002543;
    position: relative;
    margin-right: 15px;
}
.head_slider .scroll-to-bottom .mouse::before {
    content: "";
    left: 50%;
    height: 12px;
    width: 2px;
    background: #363636;
    top: 7px;
    margin-left: -1px;
    position: absolute;
    z-index: 10;
}

.head_slider .scroll-to-bottom p {
    color: #d9bb5f;
    font-size: 12px;
    text-transform: uppercase;
    font-weight: 300;
    text-align: left;
    margin: 0;
    font-family: 'Jost';
}


@keyframes mouseMove{
0% {
    bottom: 35px;
}
50% {
    bottom: 20px;
}

100% {
    bottom: 35px;
}
}
.bottom-footer{
    text-align: center;
}
.bottom-footer .footer_social{
    width: 100%;
}
.bottom-footer .footer_social h3{
    color: #eeb23d;
    font-size: 16px;
    padding: 0 0;
    margin: 0;
}

.bottom-footer .footer_social ul{
    margin: 0;
    padding: 0;
    list-style: none;
}
.bottom-footer .footer_social ul li{
    display: inline-block;
    margin-right: 10px;
}
.bottom-footer .footer_social ul li a{
    padding: 1px 3px;
    text-decoration: none;
}
.bottom-footer .footer_social ul li a i{
    color: #deac43;
    font-size: 20px;
    background: #0000008c;
    width: 45px;
    height: 45px;
    display: flex;
    justify-content: center;
    align-items: center;
    border: 1px solid #e8ca4599;
    border-radius: 50%;
}

.head_slider .booking_desk{
    display: block;
 }
.head_slider .booking_desk{
    width: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
    margin-top: 27px;
}


.head_slider .booking_desk a{
    border: 1px #e38e20 solid;
    text-decoration: none;
    background: #00000094;
    background-image: linear-gradient(to bottom right, #e38e20, #ffcf00);
    color: #000;
    width: 14%;
    height: 42px;
    margin-right: 18px;
    display: flex;
    justify-content: center;
    align-items: center;
    font-size: 18px;
    font-family: 'jost', sans-serif;
    text-transform: uppercase;
}
.rt_shadule{
    width: 100%;
    margin: 0 auto;
    background: url(./images/rt_time.jpg) fixed no-repeat;
    /* background: #fff; */
    background-size: cover;
    padding: 111px 0;
}

.rt_shadule .shadule_info{
    color: #ffffff;
}
.rt_shadule .shadule_info .booking_desk{
    width: 62%;
    display: flex;
    justify-content: space-between;
    text-align: center;
    align-items: center;
    margin-top: 46px;
}


.rt_shadule .shadule_info .booking_desk a{
    padding: 8px 0;
    border: 1px #e38e20 solid;
    text-decoration: none;
    background-image: linear-gradient(to bottom right, #e38e20, #ffcf00);
    color: #000;
    margin-right: 13px;
    width: 50%;
    text-transform: uppercase;
    font-size: 16px;
    transition: 0.8s;
}




.rt_shadule .shadule_info .booking_desk a:hover{
    background: #0e0e0ebd;
    color: #ffffff;
}

.rt_shadule .shadule_info span{
    font-size: 14px;
    position: relative;
    display: inline-block;

}
.rt_shadule .shadule_info span:before{
    content: "";
    background: url(../assets/images/br-left.png) no-repeat;
    width: 83px;
    position: absolute;
    top: -5px;
    height: 100px;
    left: -84px;
    background-size: 100%;
}


.rt_shadule .shadule_info h3{
    font-size: 40px;
}

.rt_shadule .shadule_info p{
    font-family: 'Jost';
    font-size: 18px;
}
.rt_shadule .time_table{
    text-align: center;
    background: #000000bd;
    padding: 40px 50px;
    color: #fff;
}

.rt_shadule .time_table .day_to{
    padding: 0;
    margin: 10px auto;
}
.rt_shadule .time_table .day_time{
    margin-bottom: 20px;
}

.rt_shadule .time_table .day_time i{
    color: #ffc319;
}


.rt_video_area{
    position: relative;
    background: #fff;
}
.rt_video_area .video-pop{

}
.rt_video_area .video-pop .modal-body{

    padding: 0;
}
.rt_video_area .video-pop .modal-dialog{

}
.rt_video_area .video-pop .modal-content{
    padding: 2px;
}

.rt_video_area .video-pop .btn-close{
    display: flex;
    align-items: center;
    right: 0;
    justify-content: center;
    border: 1px solid #000;
    top: 0;
    background-color: #000;
    opacity: 1;
    width: 20px;
    height: 20px;
    position: absolute;
    border-radius: 20px;
}
.rt_video_area .video-pop .btn-close i{
    color: #ffc107;
}
.rt_video_area .video_img{}
.rt_video_area .play-toggle{
    position: absolute;
    top: 0;
    /* left: 0; */
    /* right: 0; */
    display: flex;
    width: 100%;
    height: 100%;
    align-items: center;
    justify-content: center;
    background: #00000040;
}
.rt_video_area .play-toggle a{
    color: #fff;
    /* font-size: 50px; */
    height: 70px;
    width: 70px;
    border: 4px solid #ffffffdb;
    border-radius: 50%;
    display: flex;
    justify-content: center;
    align-items: center;
    text-decoration: none;
    transform: scale(1, 1);
    padding-left: 8px;
}
.rt_video_area .play-toggle a:hover {
    animation: pulse 2s infinite;
    background-color: #ffffff66;
}

.rt_video_area .play-toggle a i{
    display: block;
    font-size: 34px;
    color: #ffffffe0;
}

.delivery_partener{
    text-align: center;
    padding: 41px 0;
    background: #f8f8f8;
}
.delivery_partener .block{
    
}
.delivery_partener .block .logo{
    width: 80%;
    border: 1.4px #fb9e10 solid;
    padding: 15px 11px;
    margin: auto;
    border-radius: 6px;
}


.delivery_partener .title{
    padding-bottom: 22px;
    overflow: hidden;
}


.delivery_partener .title h3{
    font-size: 40px;
    color: #000000;
    position: relative;
    text-align: center;
    margin: 0 auto;
    margin-bottom: 12px;
    display: inline-block;
    width: 60%;
}

.delivery_partener .title h3::after{
   content: "";
    background: url(../assets/images/br-right.png) no-repeat;
    width: 126px;
    position: absolute;
    top: 0;
    height: 100px;
    right: 5%;
    background-size: 100%;
}

.delivery_partener .title h3::before{
    content: "";
    background: url(../assets/images/br-left.png) no-repeat;
    width: 126px;
    position: absolute;
    top: 0;
    height: 100px;
    left: 5%;
    background-size: 100%;
}

.rt_order_online{
    text-align: center;
    padding: 30px 0;
}

.rt_order_online .order_online_btn{
    padding: 16px 0;
    display: block;
}

.rt_order_online .order_online_btn a{
    text-decoration: none;
    background-image: linear-gradient(to bottom right, #e38e20, #ffcf00);
    color: #000;
    text-decoration: none;
    padding: 14px 37px;
    text-transform: uppercase;
    border-radius: 3px;
    font-size: 16px;
    font-weight: 500;
}
.rt_order_online .order_online_btn a i{

}
.rt_order_online .order_online_btn a:hover{
    background: #ffb313;
    color: #fff;
    transition: 0.5s;
}
  .slick-slide .inner {
    margin: 0 0px;
  }
  .slick-slide{

  }
  .head_slider .cover{
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    text-align: center;
    color: #fff;
    padding: 75px 0;
    background: #00000059;
    height: 100%;
    width: 100%;
}

.head_slider .cover .header-content{
    position: absolute;
    overflow: hidden;
    top: 35%;
    left: 0;
    right: 0;
}




  .head_slider .cover  h2 {
    font-weight: 300;
    font-size: 35px;
    color: #fff;
  }
  .head_slider .cover h1 {
    font-size: 45px;
    font-weight: 600;
    margin: 5px 0 20px;
    word-spacing: 3px;
    color: #ffffff;
    display: flex;
    justify-content: center;
    align-items: center;
}
    .head_slider .cover h1 .content-icon{
    width: 5%;
}
  .head_slider .cover  h4 {
    font-size: 24px;
    font-weight: 300;
    line-height: 36px;
    color: #fff;
    font-family: 'Jost', 'sans-serif';
  }
 .head_slider .cover  h3 {
    font-size: 24px;
    font-weight: 300;
    line-height: 26px;
    color: #fff;
  }
  .inner-banner{
    position: relative;
  }
  .inner-banner .banner-img{
        overflow: hidden;
    
  }
  .inner-banner .header-content{
    /* position: absolute;
    top: 50%;
    left: 0;
    right: 0; */
  }
  .inner-banner .header-content h1{
    color: #000000;
    text-align: center;
    padding: 10px 0;
  }
  .catering_sec{
    background: #ededed;
    padding: 28px 0;
}
  
  .catering_sec .catering-menu{
    width: 100%;
    margin: auto;
    display: block;
    margin-bottom: 9px;
}

  
 .contact-sec{
    text-align: center;
    /* background: #fff; */
    padding: 19px 0;
    border-radius: 6px;
    margin-bottom: 30px;
}
 .contact-sec h3{
     font-size:18px;
 }
  
  .side_gallery{
    text-align: center;
    background: #fff;
    border-radius: 6px;
    padding: 20px 13px;
}

  
  .side_gallery h4{
    margin: 0;
}
  
  .side_gallery .photo-gallery{
    padding-bottom: 20px;
    padding-top: 18px;
}

  
  .contact-sec h4{

  }
.contact-sec a{
    display: block;
    text-decoration: none;
    font-size: 17px;
    font-family: 'jost', sans-serif;
    background-image: linear-gradient(to bottom right, #e38e20, #ffcf00);
    color: #000;
    padding: 10px 26px;
    text-transform: uppercase;
    width: 56%;
    text-align: center;
    margin: 21px auto;
  }
 .contact-sec a i{
    color: #000;
    margin-right: 4px;
    font-size: 20px;
}
  
  .catering_sec .side_img{

  }
  .inner-banner .header-content {
    position: absolute;
    bottom: 40px;
    left: 0;
    right: 0;
    text-align: center;
}

.inner-banner .header-content p {
    color: #fac206;
    margin: 0;
    padding: 0;
    font-size: 17px;
}
.inner-banner .header-content h1 {
    color: #ffffff;
    /* text-align: center; */
    padding: 10px 0;
    margin: 0;
    font-size: 50px;
}
 
.about-us{
    background: #ededed;
    padding-top: 40px
}
.about-us .about-section{
    background: #fff;
    padding: 17px 14px;
    border-radius: 4px;

}
.about-us .about-section h2{
    font-size: 35px;
    padding: 8px 0;
}

.about-us .about-section p{}

.Contact-Us{
    padding: 33px 0;
    background: #ededed;
}


.Contact-Us .contact-block{
    width: 65%;
    margin: auto;
    border: 1px solid #d1d1d1;
    background: #fff;
    border-radius: 9px;
    overflow: hidden;
}

.Contact-Us .contact-block .map{}
.Contact-Us .contact-block .contact-deatils{
  
}
.Contact-Us .contact-block .contact-deatils h2{
      text-align: center;
    font-size: 20px;
    padding: 9px 0px;
    border-bottom: 1px solid #ffb200;
}
.Contact-Us .contact-block .contact-deatils ul{
    padding: 0 16px;
}
.Contact-Us .contact-block .contact-deatils ul li{
    list-style: none;

}
.Contact-Us .contact-block .contact-deatils ul li a{
    text-decoration: none;
    display: flex;
    padding: 6px 0;
    align-items: center;
}

.Contact-Us .contact-block .contact-deatils ul li i{
    margin-right: 8px;
    color: #ff9900;
    font-size: 16px;
    background: #99999924;
    width: 35px;
    height: 35px;
    display: flex;
    justify-content: center;
    align-items: center;
    border: 1px solid #ffb200;
    border-radius: 50%;
}


.Contact-Us .contact-block .contact-deatils ul li .contact-info{
    width: 80%;
}

.Contact-Us .contact-block .contact-deatils ul li .contact-info p{
    font-size: 14px;
    font-weight: 400;
    color: #000000;
    margin: 0;
}






.Contact-Us .contact-block .contact-deatils h4{
    color: #000000;
    font-size: 19px;
    padding: 9px 15px;
    border-bottom: 1px solid #f7be08;
    text-align: center;

  
}


.catering-section{
    padding-top: 42px;
    padding-bottom: 58px;
}

.catering-section .catering_title{
    text-align: center;
    padding: 8px 0;
    overflow: hidden;
}

.catering-section .catering_title h3::after{
    content: "";
    background: url(../assets/images/br-right.png) no-repeat;
    width: 126px;
    position: absolute;
    top: 6px;
    height: 100px;
    right: 13%;
    background-size: 100%;
}

.catering-section .catering_title h3::before{
    content: "";
    background: url(../assets/images/br-left.png) no-repeat;
    width: 126px;
    position: absolute;
    top: 6px;
    height: 100px;
    left: 13%;
    background-size: 100%;
}

.catering-section .catering_title h3{
    font-size: 40px;
    color: #000000;
    position:relative;
    width: 63%;
    text-align: center;
    margin: 0 auto;
    margin-bottom: 12px;
    display: inline-block;
}

.catering-section .catering_title p{}
.catering-section .catering-img{
    /* width: 78%; */
    margin: auto;
    display: block;
    border-radius: 4px;
    overflow: hidden;
} 
.daily-lunch-buffet404{
   position: absolute;
    top: 0;
    left: 0;
    display: flex;
    justify-content: center;
    align-items: center;
    height: 100%;
    width: 100%;
}

.daily-lunch-buffet404 .block404{
    background: #3e0202c7;
    width: 55%;
    margin: auto;
    padding: 58px 0;
}


.daily-lunch-buffet404 .lunch-buffet{
padding: 19px 0;
    color: #fff;
    text-align: center;
}
.daily-lunch-buffet404 .lunch-buffet h3{
    font-size: 18px;
}


.daily-lunch-buffet404 .lunch-buffet h4{
    font-size: 16px;
}

.daily-lunch-buffet{
    background: #fbf3f3;
    padding: 30px 0;
    padding-bottom: 0;
}

.daily-lunch-buffet .lunch-buffet{
    text-align: center;
    background: #fff;
    padding: 19px 0;
    border-radius: 6px;
    margin-bottom: 28px;
}
.daily-lunch-buffet .lunch-buffet h2{
    font-size: 30px;
}
 .contact-sec404{
     display: flex;
    justify-content: center;
    align-items: center;
}

  .contact-sec404 a{
    text-decoration: none;
    font-size: 14px;
    background-image: linear-gradient(to bottom right, #e38e20, #ffcf00);
    color: #363636;
    padding: 10px 41px;
    text-transform: uppercase;
    text-align: center;
}

 


.daily-lunch-buffet .lunch-buffet h1{
    color: #fbaa0e;
}
.daily-lunch-buffet .lunch-buffet p{}
.daily-lunch-buffet .lunch-buffet h4{
    font-size: 18px;
    padding: 5px 0;
}

.daily-lunch-buffet .contact-sec h4{
    padding: 9px 0;
    color: #000000;
    font-size: 20px;
}


.daily-lunch-buffet .contact-sec p{}
.lunch-buffet-img {
    width: 50%;
    margin: auto;
}
.patiala-img{
    width: 100%;
    margin: 27px auto;

}
.menu-sec{
    background: #fbeded;
}

.menu-sec .rt_menu{
    padding: 15px 0;
}

.catering_inn{
    padding: 30px 0px;
}
.catering_inn .content{}
.catering_inn .content h2{
    font-size: 20px;
    color: #c99213;
}
.catering_inn .content p{}
.catering_inn .content .extra{}

.catering_inn .content .extra h2{
    font-size: 20px;
}
.catering_inn .content .extra p{}
.catering_inn .read-btn {
  margin-top: 15px;
  padding: 10px 25px;
  background: linear-gradient(90deg, #d4af37, #b8860b);
  border: none;
  color: #fff;
  font-weight: 500;
  border-radius: 30px;
  cursor: pointer;
  transition: all 0.3s ease;
}
.catering_inn .content .extra h3{
        font-size: 20px;
        color: #c99213;
}
.catering_inn .content .extra p{}
.catering_inn .content .extra ul{}
.catering_inn .content .extra ul li{}