@font-face {
    font-family: Inter-Regular;
    src: url('../fonts/Inter-Regular.ttf');
}

@font-face {
    font-family: Inter-Medium;
    src: url('../fonts/Inter-Medium.ttf');
}

@font-face {
    font-family: Inter-SemiBold;
    src: url('../fonts/Inter-SemiBold.ttf');
}

@font-face {
    font-family: Inter-Bold;
    src: url('../fonts/Inter-Bold.ttf');
}

@font-face {
    font-family: Lobster-Regular;
    src: url('../fonts/Lobster-Regular.ttf');
}

:root{
    --theme-color-1: #302837;
    --theme-color-2: #FF5311;
    --theme-color-3: #251D2B;
    --theme-color-4: #F6F6F6;
    --body-bg: #ffffff;
    --font-color: #000000;
    --heading-color: #251D2B;
    --font-white: #ffffff;
}

body{
    background-color: var(--body-bg);
    margin: 0;
    padding: 0;
    font-size: 14px;
    line-height: 25px;
    font-family: 'Inter-Regular';
    font-weight: normal;
    color: var(--font-color);
}


h1, h2, h3{
    color: var(--heading-color);
    margin-bottom: 0;
    font-family: 'Inter-Bold';
    font-weight: normal;
}

h4, h5{
    color: var(--heading-color);
    margin-bottom: 0;
    font-family: 'Inter-SemiBold';
    font-weight: normal;
}

p{
    margin-bottom: 0;
}

a, a:hover, a:active, a:focus{
    color: inherit;
    text-decoration: none;
}

ul{
    list-style: none;
    margin: 0;
    padding: 0;
}

.theme-btn{
    border-radius: 6px;
    height: 48px;
    text-align: center;
    border: none;
    max-width: max-content;
    width: auto;
    padding:10px 30px;
    position: relative;
    display: flex;
    align-items: center;
    justify-content: center;
    font-family: 'Inter-Medium';
    font-weight: normal;
    transition: ease-in-out 0.3s;
    font-size: 14px;
}

.btn-main{
    color: #fff !important;
    background-color: var(--btn-bg-color-2);
    transition: ease-in-out 0.3s;
    border: 1px solid var(--btn-bg-color-2);
}

.btn-main:hover{
    background-position: left bottom;
    color: #fff;
    background-color: var(--btn-bg-color-2);
    border: 1px solid var(--btn-bg-color-2);
    transition: ease-in-out 0.3s;
}

.btn-secondary{
    color: #fff;
    background-color: var(--theme-color-1);
    transition: ease-in-out 0.3s;
}

.btn-secondary:hover{
    color: #fff;
    background-color: #251D2B;
    transition: ease-in-out 0.3s;
}

.btn-border{
    border: 1px solid var(--theme-color-1);
    background-color: transparent;
    color: var(--theme-color-1);
    transition: ease-in-out 0.3s;
}

.btn-border:hover{
    border-color: var(--theme-color-1);
    background-color: var(--theme-color-1);
    color: #fff;
    transition: ease-in-out 0.3s;
}

.btn-border-header{
    border: 1px solid var(--btn-bg-color-1);
    background-color: var(--btn-bg-color-1);
    color: #fff;
    transition: ease-in-out 0.3s;
}

.btn-border-header:hover{
    border-color: var(--btn-bg-color-1);
    background-color: var(--btn-bg-color-1);
    color: #fff;
    transition: ease-in-out 0.3s;
}

.top-header {
    color: #fff;
    background-color: var(--btn-bg-color-1);
    padding: 7px;
    text-align: center;
    position: fixed;
    z-index: 1000;
}

.header {
    padding: 0px 0px;
    background: #333333;
    color: #f1f1f1;
    height: 83px;
    display: flex;
    align-items: center;
    position: relative;
}

.header {
    margin-top: 48px;
}

.noMtop {
    margin-top: 0px !important;
}

.header:before{
    content: "";
    position: absolute;
    background: var(--theme-color-1);
    height: 143px;
    width: 30%;
    left: -60px;
    top: 0;
    transform: skew(145deg);
}

.sticky {
    position: fixed;
    top: 0;
    width: 100%;
    z-index: 999;
}

.sticky + .main-content-wrapper {
    padding-top: 123px;
}

.sticky.header:before{
    height: 83px;
}

.top-header-wrapper{
    /* display: flex;
    justify-content: space-between;
    align-items: center; */
    width: 100%;
}

.top-header-contact {
    margin-bottom: 0px !important;
}

.top-header-contact ul li{
    display: inline-block;
    margin-right: 20px;
}

.top-header-contact ul li a{
    display: flex;
    align-items: center;
}

.top-header-contact ul li a span{
    font-size: 18px;
    margin-right: 10px;
    color: var(--theme-color-2);
}

.top-header-social ul li{
    display: inline-block;
}

.top-header-social ul li a{
    width: 38px;
    height: 38px;
    display: flex;
    align-items: center;
    justify-content: center;
    background-color: var(--btn-bg-color-1);
    border-radius: 50%;
    color: var(--font-white);
}

.navbar-brand img{
    width: 180px;
    height: 83px;
    object-fit: scale-down;
}

.navbar-nav .nav-item .nav-link{
    color: var(--navbar-text-color);
}

.navbar-nav .nav-item{
    margin: 0 6px;
}

.dropdown-menu .dropdown-item{
    font-size: 14px;
    padding: 7px 20px;
}

.dropdown-menu .dropdown-item:hover{
    color: var(--theme-color-2);
    background-color: var(--theme-color-4);
}

.dropdown-menu .dropdown-item:active{
    color: var(--theme-color-2);
    background-color: var(--theme-color-1);
}

/* home */

.section{
    position: relative;
    display: inline-block;
    width: 100%;
    padding: 4rem 0;
}

.banner-container{
    width: 100%;
    position: relative;
    display: inline-block;
    background-image: url('../images/banner-bg.jpg');
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    height: 500px;
    /* background-attachment: fixed; */
}
.banner-content-wrapper{
    width: 100%;
    position: relative;
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    justify-content: center;
    height: 100%;
}

.banner-content-wrapper h1{
    font-size: 20px;
    font-family: 'Inter-Regular';
    font-weight: 900;
    color: var(--font-white);
    text-shadow: 1px 2px 2px rgba(51, 51, 51, 0.9);
}

.banner-content-wrapper h4{
    font-size: 20px;
    font-family: 'Inter-Regular';
    font-weight: 900;
    color: var(--font-white);
    text-shadow: 1px 2px 2px rgba(51, 51, 51, 0.9);
}

.banner-content-wrapper h2{
    font-size: 48px;
    margin: 15px 0px;
    color: var(--font-white);
    text-shadow: 1px 2px 2px rgba(51, 51, 51, 0.9);
}

.aboutus{
    width: 100%;
    position: relative;
    display: inline-block;
    background-image: url('../images/home-about-bg.jpg');
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    padding: 4rem 0;
    background-attachment: fixed;
}

.aboutus-img{
    width: 100%;
    height: 100%;
    position: relative;
    display: flex;
    align-items: center;
    justify-content: center;
}

.aboutus-img-back{
    width: 350px;
    height: 300px;
    object-fit: cover;
    position: relative;
    display: inline-block;
    border: 10px solid #ffffff;
    border-radius: 6px;
    z-index: 10;
}

.aboutus-img-top{
    width: 350px;
    height: 300px;
    object-fit: cover;
    position: absolute;
    display: inline-block;
    border: 10px solid #ffffff;
    border-radius: 6px;
    z-index: 11;
    transform: rotate(7.77deg);
}

.section-small-heading{
    font-size: 28px;
    font-family: "Noto Sans", sans-serif;
    font-weight: 700;
    margin-bottom: 10px;
}

.section-heading{
    font-size: 22px;
    font-family: "Overpass", sans-serif;
    line-height: 33px;
    color: var(--heading-color);
    margin-bottom: 15px;
}

.section-subheading-review {
    font-size: 18px;
    line-height: 40px;
    color: var(--heading-color);
    margin-bottom: 15px;
  }

.aboutus-content p {
    text-align: justify;
    margin-bottom: 15px;
    padding-right: calc(var(--bs-gutter-x) * .5);
    padding-left: calc(var(--bs-gutter-x) * .5);
}

.featuredfood-top{
    display: flex;
    align-items: flex-end;
    justify-content: space-between;
}

.featuredfood-card{
    width: 100%;
    position: relative;
    display: inline-block;
}

.featuredfood-card-img{
    width: 100%;
    height: 250px;
    position: relative;
    display: inline-block;
}

.featuredfood-card-img img{
    width: 100%;
    height: 100%;
    position: relative;
    object-fit: cover;
}

.featuredfood-card-content{
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.featuredfood-card-content-right{
    width: 50px;
    height: 60px;
    min-width: 50px;
    display: flex;
    align-items: center;
    justify-content: center;
    background-color: var(--theme-color-2);
}

.featuredfood-card-content-right a{
    color: var(--font-white);
    font-size: 20px;
}

.featuredfood-card-content-left a{
    font-size: 18px;
    font-family: 'Inter-SemiBold';
    margin-bottom: 5px;
    width: 100%;
    display: inline-block;
}

.featuredfood-card-content-left ul{
    line-height: 0;
}

.featuredfood-card-content-left ul li{
    display: inline-block;
    line-height: 0;
}

.featuredfood-card-content-left ul li i{
    opacity: 0.5;
}

.featuredfood-card-content-left ul li i.gained{
    opacity: 1;
    color: #fbbc04;
    font-size: 14px !important;
}

.featuredfood-card-content-left{
    padding-top: 10px;
}

.ft-navbtn-right{
    width: 50px;
    height: 50px;
    border-radius: 6px;
    display: flex;
    align-items: center;
    justify-content: center;
    background-color: var(--theme-color-1);
    color: var(--theme-color-2);
    border: none;
    font-size: 20px;
}

.ft-navbtn-left{
    width: 50px;
    height: 50px;
    border-radius: 6px;
    display: flex;
    align-items: center;
    justify-content: center;
    background-color: var(--theme-color-4);
    color: var(--theme-color-1);
    border: none;
    font-size: 20px;
    margin-right: 10px;
}

.featuredfood-top-right{
    display: flex;
}

.special-recipe{
    width: 100%;
    position: relative;
    display: inline-block;
    background-image: url('../images/special-recipe-bg.jpg');
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    background-attachment: fixed;
}

.special-recipe-wrapper{
    width: 100%;
    position: relative;
    display: inline-block;
    padding: 2rem;
    border-radius: 10px;
    background-color: var(--font-white);
}

.special-recipe-wrapper p{
    margin-bottom: 15px;
}

.foodmenu-head{
    text-align: center;
}

.foodmenu-wrapper h3{
    font-size: 28px;
    font-family: "Teko", sans-serif;
    font-weight: 700;
    margin-bottom: 20px;
    color: var(--theme-color-2);
}

.foodmenu--inner h4{
    display: flex;
    align-items: center;
    justify-content: space-between;
}

.foodmenu--inner p span::after{
    content: '•';
    position: relative;
    display: inline-block;
    margin: 0px 10px;
    font-size: 10px;
}

.foodmenu--inner p span:last-child::after{
    display: none;
}

.foodmenu--inner h4{
    font-size: 20px;
    color: var(--theme-color-1);
    margin-bottom: 10px;
}

.foodmenu-inner-menu-name{
    position: relative;
    display: flex;
    width: 200%;
    flex-wrap: nowrap;
    margin-right: 15px;
}

/* .foodmenu-inner-menu-name::after{
    margin-right: 28px;
    width: 80%;
    content: '';
    position: absolute;
    display: inline-block;
    border-bottom: 1px dotted #251D2B;
    top: 13px;
} */

.foodmenu-list li{
    margin-bottom: 20px;
}

.foodmenu-list li:last-child{
    margin-bottom: 0px;
}

.foodmenu--inner .dots{
    position: relative;
    border-bottom: 1px dotted var(--theme-color-1);
    display: inline-block;
    width: 100%;
}

.foodmenu--inner .price{
    margin-left: 15px;
}

.portfolio-overlay{
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    padding: 40px;
    opacity: 0;
    visibility: hidden;
    transition: ease-in 0.3s;
}

.gallery_product:hover .portfolio-overlay{
    opacity: 1;
    visibility: visible;
    transition: ease-in 0.3s;
}

.po-inner{
    width: 100%;
    height: 100%;
    position: relative;
    display: inline-block;
    background: rgba(2, 2, 2, 0.78);
    border-radius: 6px;
    padding: 20px;
    text-align: center;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
}

.po-inner h4{
    font-size: 24px;
    line-height: 29px;
    color: var(--font-white);
}

.po-inner h2{
    font-size: 32px;
    line-height: 40px;
    color: var(--font-white);
    margin: 10px 0px;
}

.po-inner a{
    color: var(--theme-color-2);
}

.filter-btns{
    display: flex;
    justify-content: space-between;
}

.filter-btns .filter-button{
    font-family: "Teko", sans-serif;
    font-weight: normal;
    font-size: 20px;
    line-height: 35px;
    color: var(--theme-color-1);
    border: none;
    padding-left: 0;
    padding-right: 0;
    border-radius: 0;
}

.filter-btns .filter-button.active{
    border-bottom: 1px solid var(--theme-color-2);
}

.section-top.center{
    text-align: center;
}

.clients{
    background-color: var(--theme-color-4);
}

/* the slides */
.clients .slick-slide {
    margin: 0 20px;
}

/* the parent */
.clients .slick-list {
    margin: 0 -20px;
}

.clients-wrapper-top{
    display: flex;
    align-items: center;
}

.clients-wrapper-top img{
    width: 80px;
    height: 80px;
    min-width: 80px;
    border-radius: 50%;
    object-fit: cover;
    margin-right: 15px;
}

.clients-wrapper-top ul li{
    display: inline-block;
}

.clients-wrapper-top ul li i{
    opacity: 0.7;
}

.clients-wrapper-top ul li i.gained{
    opacity: 1;
    color: #fbbc04;
}

.clients-wrapper ul li i.fa.fa-star.gained {
    opacity: 1;
    color: #fbbc04;
}

.clients-wrapper ul li i.fa-star-half-alt {
    color: #fbbc04;
    font-size: 16px;
}

.clients-wrapper ul li i.fa-star-half-alt::before {
    color: #fbbc04;
    font-size: 16px;
}

.clients-wrapper ul li i.fa.fa-star {
    color: #85878C;
    font-size: 16px;
}

.clients-wrapper{
    width: 100%;
    height: 100%;
    position: relative;
    display: inline-block;
    background-color: var(--font-white);
    border-radius: 10px;
    padding: 25px;
}

.clients-wrapper-content{
    width: 100%;
    position: relative;
    display: inline-block;
    margin: 15px 0px;
}

.clients-wrapper-bottom h3{
    font-size: 18px;
    line-height: 24px;
    font-family: 'Inter-SemiBold';
    color: #0D0D0D;
    margin-bottom: 5px;
    display: inline-block;
}

.clients-wrapper-bottom h3::before{
    content: '';
    width: 100%;
    height: 1px;
    background-color: #6C6F75;
    position: relative;
    display: inline-block;
    margin-bottom: 6px;
    opacity: 0.2;
}

.table-book{
    width: 100%;
    position: relative;
    display: inline-block;
    background-image: url('../images/table-booking-bg.jpg');
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    background-attachment: fixed;

}

.table-book::before{
    position: absolute;
    left: 0;
    top: 0;
    height: 100%;
    width: 50%;
    content: '';
    display: inline-block;
    background: rgba(0, 0, 0, 0.7);
}

.book-form-group{
    width: 100%;
    position: relative;
    display: inline-block;
}

.book-form-label{
    width: 100%;
    position: relative;
    display: inline-block;
    color: var(--font-white);
    margin-bottom: 5px;
}

.book-form-input{
    width: 100%;
    position: relative;
    display: inline-block;
    border-radius: 6px;
    padding: 10px 15px;
    border: 1px solid var(--font-white);
    color: var(--font-white);
    background-color: transparent;
    color-scheme: dark;
}

.book-form-input::placeholder{
    color: var(--font-white);
}

.table-book-head .section-small-heading{
    color: var(--theme-color-2);
}

.table-book-head .section-heading{
    color: var(--font-white);
}

.table-book-wrapper{
    position: relative;
    z-index: 11;
    padding-right: 30px;
}

.table-book-head{
    margin-bottom: 2rem;
}

.apps{
    width: 100%;
    position: relative;
    display: inline-block;
    background-color: var(--theme-color-4);
}

.apps-image{
    width: 100%;
    height: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
}

.apps-image img{
    width: 60%;
}

.apps-content{
    width: 100%;
    height: 100%;
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    justify-content: center;
}

.apps-content h2{
    font-size: 52px;
    text-transform: uppercase;
}

.apps-content h3{
    font-size: 20px;
}

.apps-content img{
    width: 55%;
    margin-top: 30px;
}

.apps-content .section-small-heading{
    color: #0D0D0D;
}

footer{
    background-color: var(--theme-color-1);
    width: 100%;
    position: relative;
    display: inline-block;
    padding-top: 3rem;
}

footer .section-small-heading{
    color: var(--theme-color-2);
    margin-bottom: 25px;
}

.footer-about p{
    color: var(--font-white);
}

.footer-subscribe-wrapper{
    width: 100%;
    position: relative;
    display: inline-block;
}

.footer-subscribe-input{
    padding: 10px 47px 10px 10px;
    position: relative;
    width: 100%;
    display: inline-block;
    background-color: transparent;
    border: 1px solid var(--font-white);
    border-radius: 6px;
    color: var(--font-white);
}

.footer-subscribe-btn{
    width: 47px;
    height: 47px;
    display: flex;
    align-items: center;
    justify-content: center;
    background-color: var(--theme-color-2);
    color: var(--font-white);
    border-top-right-radius: 6px;
    border-bottom-right-radius: 6px;
    border: 1px solid var(--theme-color-2);
    position: absolute;
    top: 0;
    right: 0;
}

.footer-contact-wrapper p{
    color: var(--footer-text-color);
    font-size: 14px;
    text-align: justify;
}

.footer-bottom{
    display: flex;
    justify-content: space-between;
    padding: 20px 0px;
    border-top: 1px solid #828282;
    margin-top: 1rem;
}

.footer-bottom p{
    color: var(--footer-text-color);
}

.footer-subscribe-input::placeholder{
    color: var(--footer-text-color);
}

/* pages */

.page-banner{
    width: 100%;
    position: relative;
    display: inline-block;
    background-image: url('../images/page-banner-bg.jpg');
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    background-attachment: fixed;
    height: 230px;
}

.page-banner::before{
    content: '';
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    background-color: rgba(0, 0, 0, 0.4);
    z-index: 10;
}

.page-banner-wrapper{
    width: 100%;
    position: relative;
    display: flex;
    align-items: center;
    text-align: center;
    z-index: 11;
    justify-content: center;
    height: 100%;
}

.page-banner-wrapper h2{
    font-size: 32px;
    color: var(--font-white);
    font-family: 'Lobster-Regular';
}

.service-info-card{
    padding: 30px;
    position: relative;
    display: inline-block;
    width: 100%;
    text-align: center;
    border: 1px solid rgba(0, 0, 0, 0.1);
    border-radius: 10px;
}

.service-info-card img{
    width: 50px;
    height: 50px;
}

.service-info-card h3{
    font-size: 24px;
    margin: 15px 0px;
    color: var(--theme-color-2);
    font-family: 'Noto Sans', sans-serif;
}

.reserve{
    width: 100%;
    position: relative;
    display: flex;
    align-items: center;
    justify-content: center;
    background-image: url('../images/special-recipe-bg.jpg');
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    background-attachment: fixed;
    height: 320px;
}

.reserve-wrapper{
    width: 100%;
    background-color: var(--font-white);
    border-radius: 10px;
    padding: 30px;
    text-align: center;
    height: 100%;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
}

.reserve-wrapper h3{
    font-size: 32px;
    color: var(--theme-color-2);
    font-family: 'Lobster-Regular';
}

.reserve-wrapper a{
    font-size: 28px;
    color: var(--theme-color-1);
    text-transform: uppercase;
    font-family: 'Inter-Bold';
    margin-top: 15px;
    width: 100%;
    display: inline-block;
}

.maindish-img{
    width: 100%;
    height: 100%;
    position: relative;
    display: flex;
    align-items: center;
    justify-content: center;
}

.maindish-img img{
    width: 85%;
    height: 100%;
    object-fit: cover;
    position: relative;
    display: inline-block;
    border: 10px solid #ffffff;
    border-radius: 6px;
    z-index: 10;
    border-top-left-radius: 50px;
    border-bottom-right-radius: 50px;
}

.section-location-address {
    padding: 20px;
}

.contactus-form-group{
    position: relative;
    display: inline-block;
    width: 100%;
    margin-bottom: 25px;
}

.contactus-form-input{
    padding: 10px 15px;
    position: relative;
    display: inline-block;
    width: 100%;
    border: 1px solid #ddd;
    border-radius: 6px;
}

.contacts-inner{
    display: flex;
    align-items: flex-start;
}

.contacts-inner-icon{
    min-width: 50px;
    height: 50px;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    background-color: var(--theme-color-4);
    color: var(--theme-color-2);
    margin-right: 15px;
}

.contacts-inner-info{
    width: 100%;
    display: inline-block;
    position: relative;
}

.contacts-inner-info h3{
    font-size: 20px;
    color: var(--theme-color-1);
    margin-bottom: 10px;
}

.contacts-inner-info{
    margin-bottom: 25px;
    padding-bottom: 25px;
    border-bottom: 2px solid #ddd;
}

.mapouter{position:relative;text-align:right;height:400px;width:100%;}
.gmap_canvas {overflow:hidden;background:none!important;height:400px;width:100%;}

.blog-card{
    width: 100%;
    position: relative;
    display: inline-block;
}

.blog-image{
    width: 100%;
    position: relative;
    display: inline-block;
    height: 250px;
}

.blog-image img{
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.blog-content{
    width: 100%;
    position: relative;
    display: inline-block;
    padding: 20px;
}

.blog-content span{
    font-size: 12px
}

.blog-content h3{
    font-size: 20px;
    margin: 10px 0px;
    color: var(--theme-color-1);
}

.blog-content .readmore-link{
    color: var(--theme-color-2);
    margin-top: 20px;
    font-family: 'Inter-Medium';
    display: inline-block;
}

.blog-content p{
    max-height: 50px;
    overflow: hidden;
}

.blogMain{
    width: 100%;
    position: relative;
    display: inline-block;
}

.blogMain-top-image{
    width: 100%;
    position: relative;
    display: inline-block;
    height: 350px;
}

.blogMain-top-image img{
    width: 100%;
    position: relative;
    display: inline-block;
    height: 100%;
    object-fit: cover;
}

.blogMain-top-overlay{
    position: absolute;
    left: 50%;
    bottom: 0;
    transform: translate(-50%, -50%);
    text-align: center;
    z-index: 11;
}

.blogMain-top-overlay h3{
    font-size: 32px;
    color: var(--font-white);
    margin-bottom: 15px;
}

.blogMain-top-overlay p{
    color: var(--font-white);
    font-size: 20px;
}

.blogMain-top-image::before{
    content: '';
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    background-color: rgba(0, 0, 0, 0.4);
    z-index: 10;
}

.blogDetails-relatedlist h3{
    font-size: 24px;
    color: var(--theme-color-1);
    margin-bottom: 20px;
    padding-bottom: 20px;
    border-bottom: 1px solid #ddd;
}

.relatedlist li{
    padding: 10px 0px;
    display: flex;
}

.relatedlist li::before{
    font-family: Fontawesome;
    content: '\f105';
    position: relative;
    display: inline-block;
    margin-right: 10px;
    color: var(--theme-color-2);
}

.blogDetails-wrapper p{
    margin-bottom: 20px;
}

.blogDetails-wrapper h2{
    font-size: 24px;
    margin-bottom: 20px;
}

.blogDetails-wrapper h3{
    font-size: 20px;
    margin-bottom: 20px;
}

.blogDetails-wrapper img{
    margin-bottom: 20px;
}

.blogDetails-wrapper{
    margin-bottom: 3rem;
    padding-bottom: 3rem;
    border-bottom: 1px solid #ddd;
}

.comments-wrapper{
    width: 100%;
    position: relative;
    display: inline-block;
    margin-bottom: 30px;
    padding-bottom: 30px;
    border-bottom: 1px solid #ddd;
}

.comments-wrapper > h3{
    font-size: 20px;
    margin-bottom: 30px;
}

.reply-wrapper > h3{
    font-size: 20px;
    margin-bottom: 10px;
}

.comments-list-item{
    display: flex;
    margin-bottom: 20px;
    padding-bottom: 20px;
    border-bottom: 1px solid #ddd;
}

.comments-list-item:last-child{
    margin-bottom: 0px;
    padding-bottom: 0px;
    border-bottom: 1px solid transparent;
}

.comments-avatar{
    width: 80px;
    height: 80px;
    min-width: 80px;
    margin-right: 15px;
}

.comments-avatar img{
    width: 100%;
    height: 100%;
    object-fit: cover;
    border-radius: 10px;
}

.comments-info-top{
    display: flex;
    align-items: center;
    margin-bottom: 15px;
}

.comments-info-top h4{
    font-size: 16px;
    margin-right: 10px;
}

.comments-info-top p{
    font-size: 12px;
}

.comments-info a{
    width: 100%;
    display: inline-block;
    color: var(--theme-color-2);
    margin-top: 20px;
}

.policy-main-heading{
    font-size: 20px;
    margin: 20px 0px 20px 0px;
}

.page-full-coming{
    width: 100%;
    height: 100vh;
    position: relative;
    display: inline-block;
    background-position: center;
    background-size: cover !important;
    background-repeat: no-repeat;
    background: linear-gradient(0deg, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0.5)), url('../images/bg-coming-shape.jpg');
}

.page-coming-inner{
    display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: column;
    height: 100%;
}

.page-coming-inner h2{
    font-size: 40px;
    margin-bottom: 20px;
    color: #ffffff;
}

.page-coming-inner p{
    margin-bottom: 20px;
    color: #ffffff;
}

.soon-subscribe{
    width: 100%;
}

.soon-form-wrapper{
    position: relative;
    width: 100%;
}

.soon-input{
    width: 100%;
    height: 55px;
    border-radius: 35px;
    padding: 10px 15px;
    display: inline-block;
    border: none;
}

.soon-submit{
    background-color: var(--theme-color-2);
    border-radius: 35px;
    text-align: center;
    color: #fff;
    padding: 10px 10px;
    position: absolute;
    top: 5px;
    right: 5px;
    border: none;
    width: 135px;
}

.soon-counter-list{
    display: flex;
}

.soon-counter-list > div{
    width: 100px;
    height: 100px;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 20px;
    margin: 30px 8px 0px 8px;
    background-color: rgb(255 255 255 / 20%);
    flex-direction: column;
    color: var(--theme-color-2);
    font-family: 'Inter-Bold';
    font-weight: normal;
    font-size: 32px;
}

.soon-counter-list > div span{
    font-family: 'Inter-Medium';
    font-weight: normal;
    /* margin: 10px 0px; */
    color: var(--font-white);
    font-size: 14px;
}

.coming-soon .footer-heading {
    font-size: 20px;
    line-height: 24px;
    color: #fff;
}

.coming-soon .footer-social-list {
    margin-top: 20px;
}

.coming-soon .footer-social-list li {
    display: inline-block;
    margin-right: 20px;
}

.coming-soon .footer-social-list li a {
    display: inline-block;
    color: #fff;
}

.error-page{
    height: calc(100vh - 1px);
    display: inline-block;
    width: 100%;
}

.error-page-image{
  width: 100%;
  height: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
}

.error-page-content{
  width: 100%;
  height: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
  text-align: center;
}

.error-page-content h1{
  font-size: 120px;
  color: var(--theme-color-1);
}

.error-page-content h3{
  font-size: 40px;
}

.error-page-content p{
  font-size: 20px;
  margin: 20px 0px;
}

.ourTeam{
    width: 100%;
    position: relative;
    display: inline-block;
    background-color: var(--theme-color-4);
}

.ourteam-card{
    width: 100%;
    position: relative;
    display: inline-block;
    padding: 20px;
    border-radius: 10px;
    height: 100%;
    background-color: var(--font-white);
}

.ourteam-card-image{
    width: 100%;
    height: 210px;
    position: relative;
    display: inline-block;
}

.ourteam-card-image img{
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.ourteam-card-content{
    padding: 15px;
    text-align: center;
    padding-bottom: 0;
}

.ourteam-card-content h3{
    font-size: 20px;
    color: var(--theme-color-1);
}

.ourteam-card-content p{
    margin-top: 5px;
    font-family: 'Lobster-Regular';
    color: var(--theme-color-2);
}

.faq .accordion-item{
    margin-bottom: 20px;
    border: transparent;
}

.faq .accordion-button{
    border: transparent;
}

.faq .accordion-button{
    border-radius: 10px !important;
    background-color: var(--theme-color-4);
    font-family: 'Inter-Regular';
    font-size: 14px;
}

.faq .accordion-button:not(.collapsed){
    background-color: var(--theme-color-2);
    box-shadow: none;
    color: var(--font-white)
}

.dish-image{
    width: 100%;
    height: 350px;
    position: relative;
    display: inline-block;
}

.dish-image img{
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.dish-ingredients{
    width: 100%;
    position: relative;
    display: inline-block;
    margin-top: 2rem;
}

.dish-heading{
    font-family: 'Lobster-Regular';
    font-size: 24px;
    margin-bottom: 20px;
}

.dish-ingredients li{
    display: inline-block;
    margin-right: 10px;
    margin-bottom: 10px;
}

.dish-ingredients li span{
    padding: 7px 15px;
    display: flex;
    align-items: center;
    justify-content: center;
    border: 1px solid var(--theme-color-1);
    color: var(--theme-color-1);
    border-radius: 30px;
}

.dish-nutrition{
    margin-top: 20px;
}

.dish-nutrition p{
    margin-bottom: 10px;
}

.dish-nutrition-list li{
    padding: 5px 0px;
}

.dish-nutrition-list li .nutrition-name{
    font-family: 'Inter-SemiBold';
    margin-right: 15px;
}

.gallery_product_image{
    width: 100%;
    height: 280px;
    display: inline-block;
    position: relative;
}

.gallery_product_image img{
    width: 100%;
    height: 100%;
    display: inline-block;
    position: relative;
    object-fit: cover;
}

.error-msg-contact{
    display: none;
    transition: ease-out 0.3s;
    opacity: 0;
}

.error-msg-contact-display{
    display: block;
    transition: ease-out 0.3s;
    opacity: 1;
    position: absolute;
    bottom: -8px;
    font-size: 10px;
    left:0;
    margin: 0;
    line-height: 0;
    color: red;
}

.success-msg-contact{
    display: none;
    transition: ease-out 0.3s;
}

.success-msg-contact-display{
    position: absolute;
    display: block;
    transition: ease-out 0.3s;
    padding: 10px;
    background: var(--theme-color-1);
    font-size: 14px;
    /* border-radius: 5px; */
    z-index: 10;
    bottom: -150px;
    left: 0;
    padding-left: 3px;
    color: #fff;
    width: 265px;
    border-radius: 10px;
}

.check-success-icon{
    padding: 10px;
    margin-right: 10px;
    color: #fff;
    background-color: var(--theme-color-2);
    border-radius: 10px;
}

.success-msg p, .success-msg-display p{
    margin-bottom: 0;
}

.error-msg p, .error-msg-display p{
    margin-bottom: 0;
}

#loading {
	width: 100%;
	height: 100%;
	top: 0;
	left: 0;
	position: fixed;
	display: block;
	/* opacity: 0.7; */
	background-color: #fff;
	z-index: 9999;
	text-align: center;
}

#loading-image {
	position: absolute;
	top: 40%;
	z-index: 999;
	transform: translate(-50%);
	background-color: #fff;
	display: inline-block;
}

/* Rating */
.site-google-map {
    background: grey;
    min-height: 620px;
    position: relative;
}

.google-review {
    margin-top: 40px;
}

.rating-review-item {
    display: flex;
    align-items: center;
}

.rating-review-item .left-rating {
    flex: 1 1 20%;
}

.star-rating {
    display: flex;
    align-items: center;
    margin-bottom: 10px;
}

.title-count-rating {
    margin: 0 12px 0 0;
    font-size: 40px;
}

.title-count-rating-footer {
    color: var(--footer-text-color);
    margin: 0 12px 0 0;
    font-size: 40px;
}

.total-user-rating-footer {
    color: var(--footer-text-color);
    margin: 0 12px 0 0;
    font-size: 14px;
}

.star-rating ul li i.fa-star.gained, .fa-star-half-alt {
    font-size: 30px;
    color: #fbbc04;
}

.star-rating .fa.fa-star {
    font-size: 30px;
    color: #85878C;
}

.rating-review-item .left-rating .number-rating span {
    display: block;
    margin-bottom: 2px;
    color: #474848;
    font-size: 14px;
}

.rating-review-item .right-rating {
    flex: 1 1 80%;
    max-width: 80%;
}

/* Scroll to top */
.btnScrollToTop {
    display: none;
    background-color: var(--btn-bg-color-1);
    text-align: center;
    border-radius: 50%;
    cursor: pointer;
    position: fixed;
    bottom: 30px;
    right: 20px;
    z-index: 1000;
    width: 45px;
    height: 45px;
    color: #ffffff;
    border: none;
}

.btnScrollToTop::after {
    content: "\f077";
    font-family: FontAwesome;
    font-weight: normal;
    font-style: normal;
    font-size: 24px;
    line-height: 45px;
    color: #fff;
}

.btnScrollToTop:hover {
    cursor: pointer;
    background-color: var(--btn-bg-color-1);
}

.btnScrollToTop:active {
    background-color: var(--btn-bg-color-1);
}

.btnScrollToTop.show {
    opacity: 1;
    visibility: visible;
}

.clients-wrapper-content {
    height: 100px;
    overflow: hidden;
}

.truncate-text {
    overflow: hidden;
    white-space: initial;
    text-overflow: ellipsis;
    max-width: 100%;
    display: block;
}

.faWhatsApp {
    font-size: 24px;
}

#fixed-div {
    margin-top: 56px;
    background-color: #333;
}

.btnStickyOrderNow {
    width: 100%;
    max-width: 100%;
}

.text-justify {
    text-align: justify;
}

.ml-mr-filter-btns {
    padding-right: calc(var(--bs-gutter-x) * .5);
    padding-left: calc(var(--bs-gutter-x) * .5);
}

.branch-header-title-mdl {
    font-size: 20px;
}

@media (max-width: 768px) {
    .fixed-btn {
        display: flex;
        justify-content: flex-end;
    }

    .btnScrollToTop {
        display: none;
        background-color: #333;
        text-align: center;
        border-radius: 50%;
        cursor: pointer;
        position: fixed;
        bottom: 70px;
        right: 20px;
        z-index: 1000;
        width: 45px;
        height: 45px;
        color: #ffffff;
        border: none;
    }
}

@media screen and (min-width: 750px) {
    .announcement-text{
      font-size: 14px;
    }
}

@media (max-width: 991.98px) {
    .top-header {
        padding: 0px;
    }

    .announcement-text{
        font-size: 14px;
        padding: 6px 0px;
    }

    .header {
        margin-top: 37px;

    }
}

@media (min-width: 992px) {
    .top-header {
        padding: 7px;
    }

    .header {
        margin-top: 39px;
    }
}
