

/*------------------ # Design Fonts ------------------*/

@import url('https://fonts.googleapis.com/css2?family=DM+Sans:ital,opsz,wght@0,9..40,100..1000;1,9..40,100..1000&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Roboto+Condensed:ital,wght@0,100..900;1,100..900&display=swap');

@import url(line-awesome.css);


/* ----**** [ general css ] ****---- */

* { padding: 0; margin: 0; }

body { font-family: "DM Sans", sans-serif; font-weight:400; font-size: 16px; color:#0f1d22;}

body.innerpage { height: auto;}

a { color: #0f1d22; text-decoration: none;
	transition: 0.5s; -webkit-transition: 0.5s; -moz-transition: 0.5s; -ms-transition: 0.5s;}
a:hover, a:active, a:focus { color: #dc2626; outline: none; text-decoration: none;}


/* ----**** [ order button css ] ****---- */

.order-btn { background: #b91f27; font-family: "DM Sans", sans-serif;font-size:18px; font-weight: 500; color: #FFFFFF; 
	text-transform:none; display: inline-flex; justify-content: center; align-items: center; 
	padding: 0 24px; min-width: 180px; height:48px; 
	-webkit-transition: all ease-in-out 0.3s; -moz-transition: all ease-in-out 0.3s;  transition: all ease-in-out 0.3s;text-transform:none;}
.order-btn:hover, .order-btn:focus { background: #000000; color: #FFFFFF;}

.hero-content{margin:0;}
.single-slider::before{display: none;}
.single-slider{justify-content: center;align-items: center;}
.slider-buttons{text-align:center;}
.hero-content h1{text-shadow: 1px 1px 1px #000;}
#restaurant-info{display:none;}

/* ----**** [ sections header ] ****---- */

h1, h2, h3, h4, h5, h6 { margin: 0 0 16px 0;}
h1, h2, h3, h4 { font-family: "Roboto Condensed", sans-serif;  font-weight:500;}

p { font-family: "DM Sans", sans-serif; font-weight:400; font-size:16px; margin:0 0 16px 0; color:#0f1d22;}

section { padding:80px 0;}	

.section-header { margin-bottom:24px; text-align:left;}
.section-header h1 { font-size: 60px; font-weight:700; margin: 0;}
.section-header h2 { font-size: 60px; font-weight:600; margin: 0;}
.section-header h2.clrWhite { color:#FFFFFF;}
.section-header h2 span { font-family: "DM Sans", sans-serif; font-size: 16px; color: #b91f27; font-weight: 700; text-transform: uppercase;}


/* ----**** [ back-to-top button ] ****---- */

.back-to-top { position: fixed; right: 24px; bottom: 24px; z-index: 996;
	background: rgba(235, 235, 236, 1); width: 40px; height: 40px; visibility: hidden; opacity: 0;
	-webkit-border-radius: 6px; -moz-border-radius: 6px; -ms-border-radius: 6px; border-radius: 6px;
	-webkit-transition: all 0.4s; -moz-transition: all 0.4s; -ms-transition: all 0.4s; transition: all 0.4s;}
	
.back-to-top i { font-size: 28px; color: #0f1d22; line-height: 0;}
.back-to-top:hover { background: #b91f27;}
.back-to-top:hover i { color: #FFFFFF;}
.back-to-top.active { visibility: visible; opacity: 1;}


/* ----**** [ header section ] ****---- */

.top-area { position: relative; width: 100%; height: 100%;}

#header .website-note { background:#353638; text-decoration:none;
	font-family: "DM Sans", sans-serif; font-weight: 400; font-size: 16px; color:#FFFFFF;	
	position: absolute; width: 100%; top: -36px; height: 36px; display: flex; align-items: center; justify-content: center;}

#header { background: #000000;
	z-index: 997; height:80px; top: 0; border-top: 3px solid #b91f27; 
	-webkit-transition: all 0.5s; -moz-transition: all 0.5s; -ms-transition: all 0.5s; transition: all 0.5s;}
	
#header .header-inner { display: flex; justify-content: space-between; align-items: center;}
	
#header.header-scrolled { background: rgba(255, 255, 255, 1); height: 80px; top:0;
	box-shadow: 1px 0 10px rgb(0 0 0 / 25%); -webkit-box-shadow: 1px 0 10px rgb(0 0 0 / 25%); -moz-box-shadow: 1px 0 10px rgb(0 0 0 / 25%);}

#header .logo { margin: 0; padding: 0; text-align: center; /*border-bottom: 1px solid #e2e2e2;*/}
#header .logo img { max-height: 70px;}

#header .logo .head-white-logo {}
#header .logo .head-black-logo { display: none;}

#header.header-scrolled .head-white-logo { display: none;}
#header.header-scrolled .head-black-logo { display: block;}


/* ----**** [ desktop navigation section ] ****---- */

.nav-wrapper { display: flex; gap: 12px; justify-content: center; align-items: center;}
.nav-wrapper ul.header-social { display: flex; padding: 0; margin: 0; list-style-type: none;}
.nav-wrapper ul.header-social li a { height: 32px; width: 32px; font-size: 22px; color: #FFFFFF; 
	display: flex; align-items: center; justify-content: center;}
.nav-wrapper ul.header-social li a i.la-facebook-f { font-size: 20px;}
.nav-wrapper ul.header-social li a:hover { background: #b8191a; color: #FFFFFF;}

.navbar { padding: 0; justify-content: center;}

.navbar ul { margin: 0; padding: 0; display: flex; list-style: none; align-items: center;}
.navbar ul li { position: relative; }

.navbar ul li a { display: flex; align-items: center; justify-content: space-between; 
	font-family: "DM Sans", sans-serif; font-weight: 500; font-size: 16px; text-transform: none; color: #FFFFFF;
	white-space: nowrap; padding: 0 12px; /*border-right: 1px solid #000;*/
	-webkit-transition: 0.3s; -moz-transition: 0.3s; -ms-transition: 0.3s; transition: 0.3s;}
.navbar ul li a:hover, .navbar .active, .navbar .active:focus, .navbar li:hover > a { color: #b91f27;}

.navbar ul li a i { margin: 0 12px 0 0; font-size: 28px;}

.navbar ul li:nth-last-child(2) a, .navbar a.nav-link.order-online-btn { border-right: 0px none;}

.navbar a.nav-link.order-online-btn { display: flex; background: #b91f27; color: #FFFFFF; 
	padding:0 12px; min-width: 136px; justify-content: center; height: 44px;}
.navbar a.nav-link.order-online-btn:hover { background: #FFFFFF; color: #000000;}

.navbar a.nav-link.order-online-btn.catering-btn{ background: #0baf08; margin: 0 0 0 10px; color: #FFFFFF;}
.navbar a.nav-link.order-online-btn.catering-btn:hover{ background: #089406!important; color: #FFFFFF;}
#header.header-scrolled .navbar a.nav-link.order-online-btn.catering-btn{ background: #0baf08; color: #FFFFFF;}

.banner-area-text a.catering-btn { background: #0baf08;} 
.banner-area-text a.catering-btn:hover { background: #089406;}

#home-specialoffers a.catering-btn { background: #0baf08;} 
#home-specialoffers a.catering-btn:hover { background: #089406;}

#locations .left-section .location-info .location-details .location-btns a.catering-btn{ background: #0baf08; color: #FFFFFF;}
#locations .left-section .location-info .location-details .location-btns a.catering-btn:hover{ background: #089406; color: #FFFFFF;}
	
.nav-link:focus, .nav-link:hover{ color:#b91f27;}


#header.header-scrolled .navbar ul li a { color: #4d4d4d;}
#header.header-scrolled .navbar ul li a:hover, #header.header-scrolled .navbar .active, 
#header.header-scrolled .navbar .active:focus, #header.header-scrolled .navbar li:hover > a { color: #b91f27;}
#header.header-scrolled .navbar a.nav-link.order-online-btn { color: #FFFFFF;}
#header.header-scrolled .nav-wrapper ul.header-social li a { color: #000000; }
#header.header-scrolled .nav-wrapper ul.header-social li a:hover { background: #dc2626; color: #FFFFFF;}

#header.header-scrolled .mobile-nav-toggle { color: #0f1d22;}
#header.header-scrolled .navbar-mobile ul li a { color: #FFFFFF;}

#header.header-scrolled .navbar a.nav-link.order-online-btn:hover{ background: #000000; color: #FFFFFF;}
 



/* ----**** [ mobile navigation section ] ****---- */

.mobile-nav-toggle { color: #ffffff; font-size: 36px; cursor: pointer; display: none; line-height: 0;
  transition: 0.5s; -webkit-transition: 0.5s; -moz-transition: 0.5s; -ms-transition: 0.5s;}
.mobile-nav-toggle.bi-x { color: #FFFFFF;}

@media (max-width: 991px) {
	
  .mobile-nav-toggle { display: block;}
  .navbar ul { display: none;}
  
}

.navbar-mobile { background: rgba(15, 29, 34, 0.25); overflow: hidden;
	position: fixed; top: 0; right: 0; left: 0; bottom: 0; z-index: 999;
	transition: 0.3s; -webkit-transition: 0.3s; -moz-transition: 0.3s; -ms-transition: 0.3s;}
  
.navbar-mobile .mobile-nav-toggle { position: absolute; top: 16px; right: 24px; font-size: 36px;}

.navbar-mobile ul { background: #0f1d22; display: block; overflow-y: auto;
	position: absolute; top: 48px; right: 24px; bottom: 24px; left: 24px; padding: 16px;
	transition: 0.3s; -webkit-transition: 0.3s; -moz-transition: 0.3s; -ms-transition: 0.3s;}	
.navbar-mobile ul li { text-align:center; margin:0;}	
.navbar-mobile ul li a { padding: 8px 16px; font-weight:400; color: #FFFFFF; justify-content: center; border-right: 0px none;
	/*-webkit-border-radius: 50px; -moz-border-radius: 50px; -ms-border-radius: 50px; border-radius: 50px;*/}
	
.navbar-mobile ul li a:focus { display:block;}
.navbar-mobile ul li a:hover, .navbar-mobile .active, .navbar-mobile ul li:hover > a { background: #FFFFFF; color: #b8191a;}

.navbar-mobile a.nav-link.order-online-btn { height: 44px; background: #b91f27; color: #000000;}
.navbar-mobile a.nav-link.order-online-btn:hover { background: #FFFFFF; color: #000000;}

.mobile-order-btn { display: none;}
.mobile-order-btn a { background: #dc2626; font-size:16px; font-weight:500; height: 36px; line-height: 36px;
	display: inline-block; color: #FFFFFF; text-align:center; padding: 0 10px; 
	-webkit-border-radius: 4px; -moz-border-radius: 4px; -ms-border-radius: 4px; border-radius: 4px;
	-webkit-transition: all ease-in-out 0.3s; -moz-transition: all ease-in-out 0.3s;  transition: all ease-in-out 0.3s;}
.mobile-order-btn a:hover { background: #000000; color: #FFFFFF;}


/* ----**** [ slider section ] ****---- */

video { position: absolute; width: 100%; height: 100%; object-fit: cover;}

.bannerImg { position: absolute; width: 100%; height: 100%; object-fit: cover;}

.home-content { position: relative; padding-bottom: 0; color: #fff; text-align: center;}
.home-content img { width: 200px;} 
.home-content h2 { color: #FFFFFF; font-size: 64px; font-weight: 500; margin: 0; margin-bottom: 10px;
    text-shadow: 0px 4px 3px rgb(0 0 0 / 40%), 0px 8px 13px rgb(0 0 0 / 10%), 0px 18px 23px rgb(0 0 0 / 10%);}
	
	
/* ----**** [ banner area section ] ****---- */
	
.banner-area-main { width: 100%; height: 100vh; padding: 0; display: flex; align-items: center; 
	justify-content: center; flex-wrap: wrap;}

.banner-overlay { background-color: #000000; opacity: 0.40; width: 100%; height: 100%; position: absolute;
    left: 0; right: 0; z-index: 0;
    transition: background 0.3s, border-radius 0.3s, opacity 0.3s;}

.banner-area-text { width: 1140px; z-index: 99; margin-block-start: 100px;}
.banner-area-text h1 { font-family: "Roboto Condensed", sans-serif; color:#FFFFFF; font-size:80px; line-height: 80px; font-weight: 600; margin: 0 0 20px 0;}
.banner-area-text h1 { text-shadow: 0px 4px 3px rgb(0 0 0 / 40%), 0px 8px 13px rgb(0 0 0 / 10%), 0px 18px 23px rgb(0 0 0 / 10%);}
.banner-area-text p { font-family: "Roboto Condensed", sans-serif; color:#FFFFFF; font-size:20px; margin-bottom: 24px; width: 70%;}
.banner-area-text p { text-shadow: 0px 4px 3px rgb(0 0 0 / 40%), 0px 8px 13px rgb(0 0 0 / 10%), 0px 18px 23px rgb(0 0 0 / 10%);}
/* .banner-area-text h1 span { color: #dc2626;} */

.banner-area-text .logo { margin-bottom: 16px;}
.banner-area-text .logo img { -webkit-filter: drop-shadow(5px 5px 5px #222222); filter: drop-shadow(5px 5px 5px #222222);}

.banner-area-text .order-btn { min-width: 200px;}

.banner-area-text .download-app { margin-block-start: 24px; display: flex; align-items: center; gap: 18px;}

/* .banner-area-text .download-btn { background: #ffffff; color: #000000; min-width: 180px; height: 48px; font-size: 18px; 
    display: flex; gap: 16px; align-items: center; justify-content: center; border-bottom: 2px solid #ffffff;}
.banner-area-text .download-btn i { font-size: 22px;}
.banner-area-text .download-btn span { font-weight: 500;}

.banner-area-text .download-btn.android-btn {}
.banner-area-text .download-btn.ios-btn {} */


/* ----**** [ restaurant info section ] ****---- */

#restaurant-info { background: #000000; height: 80px; text-align: center;
    display: flex; align-items: center; gap:24px; justify-content: center;}
#restaurant-info a { display: flex; justify-content: center; align-items: center;}
#restaurant-info a i { color: #FFFFFF; font-size:32px; margin: 0 10px 0 0;
	display: flex; align-items: center; justify-content: center;}
#restaurant-info a span { font-size: 18px; font-weight: 400; color: #FFFFFF;}	


#home-ourMenu { padding: 60px 0 60px 0;}
#home-ourMenu .ourMenu-text{ text-align: center;}
#home-ourMenu .ourMenu-text .section-header h2{ text-align: center;}
#home-ourMenu .ourMenu-text p{ font-size: 18px;}


/* ----**** [ home welcome section ] ****---- */

#home-welcome { padding:0;}
#home-welcome .col-6 { padding: 0;}
#home-welcome .col-12 { padding: 0;}

#home-welcome .welcome-img { position:relative; width: 100%; height: 100vh;}	
#home-welcome .welcome-img:before { content: ""; width: 100%; height: 100%;
    position: absolute; top: 0; left: 0; right: 0; display: block; 
    background-attachment: scroll; background-position: center; 
    background-size: cover; -moz-background-size: cover; -webkit-background-size: cover; -ms-background-size: cover;}	
#home-welcome .welcome-img:before { background-image: url("../img/welcome-img.webp");}

#home-welcome .welcome-text { background: #fcfce2; padding: 36px; text-align: center;
    height: 100vh; display: flex; justify-content: center; align-items: center; flex-direction: column;}
#home-welcome .section-header h2 { display: flex; flex-direction: column; justify-content: center; text-align: center; gap: 8px;}

#home-welcome .welcome-text p { font-size: 18px; line-height: 26px; font-weight: 400;}
#home-welcome .welcome-text p strong { display:block; font-weight: 400;}
#home-welcome .welcome-text p span { display:block; font-weight: 500;}
#home-welcome .welcome-text p span { margin:24px 0 0 0;}
#home-welcome .welcome-text p span a { border-bottom: 1px solid #000000;}
#home-welcome .welcome-text p span a:hover { border-bottom: 1px solid #dc2626; color: #dc2626;}

.innerpage #home-welcome .welcome-text { height: 100%; padding: 100px 200px;}


/* ----**** [ home special offers section ] ****---- */

#home-specialoffers { padding: 0;}
#home-specialoffers .col-6 { padding: 0;}

#home-specialoffers .specialoffers-img { position:relative; width: 100%; height: 100vh;}	
#home-specialoffers .specialoffers-img:before { content: ""; width: 100%; height: 100%;
    position: absolute; top: 0; left: 0; right: 0; display: block; 
    background-attachment: scroll; background-position: center; 
    background-size: cover; -moz-background-size: cover; -webkit-background-size: cover; -ms-background-size: cover;}	
#home-specialoffers .specialoffers-img:before { background-image: url("../img/special-img.webp");}

#home-specialoffers .section-header h2 { display: flex; flex-direction: column; justify-content: center; text-align: center; gap: 8px;}

.specialoffers-info { background: #fcfce2; padding: 36px; text-align: center;
    height: 100vh; display: flex; justify-content: center; align-items: center; flex-direction: column;}
.specialoffers-info p { font-size: 18px; line-height: 26px; font-weight: 400; margin-bottom: 36px;}

.specialoffers-info ul { list-style-type:disc; margin:0; padding:0; display: flex; flex-direction: column; gap: 12px;}
.specialoffers-info ul li { font-size:18px; font-weight:500;}
.specialoffers-info ul li em { font-weight:700;}
.specialoffers-info ul li span { padding-right: 12px;}
/*.specialoffers-info ul li:first-child { font-family: "Poppins", sans-serif; margin-bottom: 16px; font-size:20px; 
	font-weight:400; color: #000000;}*/
.specialoffers-info ul li:last-child { margin-bottom: 0;}

.specialoffers-info ul.offer-imgs { border: 0px none; display: flex; padding: 0;
    justify-content: space-evenly; align-items: center;}
.specialoffers-info ul.offer-imgs  li { margin:0; }

.specialoffers-btn { margin-block-start: 36px;}


/* ----**** [ home recommendedby section ] ****---- */

#home-recommendedby { background: #fff8f9;}

#home-recommendedby .section-header { margin-bottom: 40px;}
#home-recommendedby .section-header h2 { display: flex; flex-direction: column; justify-content: center; text-align: center; gap: 8px;}

#home-recommendedby .recommendedby-info { display: flex; flex-direction: column; gap: 24px;}
#home-recommendedby .recommendedby-info p { margin: 0;}


/* ----**** [ home google reviews section ] ****---- */

#home-google-reviews { position:relative;}

#home-google-reviews .section-header h2 { display: flex; flex-direction: column; justify-content: center; text-align: center; gap: 8px;}

#home-google-reviews .google-review-inner { display: flex; gap: 16px; flex-direction: column;}
#home-google-reviews .google-review-inner .review-quote i { font-size: 48px; color:#0f1d22;}

.google-review-item { background:rgba(0, 0, 0, 0.03);
	border-radius:20px; margin:0 16px 0 16px; padding:36px; border-bottom: 2px solid #b91f27;
    box-shadow: 0px 9px 56px 0px rgba(0, 0, 0, 0.03);}

.google-review-item .item-text { min-height:180px; text-align: left;}	
.google-review-item p { font-size: 16px; font-weight:300; line-height: 24px; margin: 0; color:#6A6A6A; min-height: 136px; }
.google-review-item h4 { font-size: 18px; font-weight: 600; color:#0f1d22; margin: 0 0 8px 0;}	

.google-review-item .review-stars { display: flex; align-items: center; gap: 6px;}
.google-review-item .review-stars i { font-size: 16px; color:#b91f27;}

#home-google-reviews .owl-nav, #home-google-reviews .owl-dots { margin-top: 5px;}
#home-google-reviews .owl-dots { width: 100%; margin: 36px auto 0 auto; text-align: center;}
#home-google-reviews .owl-dot { display: inline-block; margin: 0 5px; width: 15px; height: 15px; background:#E5E5E5; 
	-webkit-border-radius: 50%; -moz-border-radius: 50%; -ms-border-radius: 50%; border-radius: 50%;}
#home-google-reviews .owl-dot:focus { outline:none;}	
#home-google-reviews .owl-dot.active { background-color: #b91f27;}

/*#home-google-reviews .owl-carousel .owl-controls { margin-top: -30px; position: absolute; top: 50%; width: 100%;}
#home-google-reviews .owl-carousel .owl-nav>button { color: #fff; width: 36px; height: 36px; 
	text-align: center; display: inline-block; font-size: 36px; opacity: 0;
    padding-top: 4px; position: absolute; top: 50%;
    -webkit-transition: all 0.3s ease-in-out 0s; -moz-transition: all 0.3s ease-in-out 0s; transition: all 0.3s ease-in-out 0s;}
#home-google-reviews .owl-carousel .owl-nav>button:focus { border:0px none; outline:none;}
#home-google-reviews .google-reviews-carousel:hover .owl-nav>button { opacity: 1;}
#home-google-reviews .owl-carousel .owl-nav>button.owl-next { right: -200px;}
#home-google-reviews .owl-carousel .owl-nav>button.owl-prev { left: -200px;}*/


/* Home Gallery Section --------------------------------*/

#home-gallery { padding: 0;}
#home-gallery .columnmain { display: flex; justify-content: center;}

#home-gallery .columnmain.oneclmn, #home-gallery .columnmain.twoclmn { justify-content: space-between;}

#home-gallery .columnmain.oneclmn .column1 { width: 40%;}
#home-gallery .columnmain.oneclmn .column2 { width: 60%;}

#home-gallery .columnmain.twoclmn .column1 { width: 40%;}
#home-gallery .columnmain.twoclmn .column2 { width: 60%;}

#home-gallery .columnmain.oneclmn .column1 a.glightbox img { width: 100%; height: 100%;}
#home-gallery .columnmain.oneclmn .column2 .gallery-row1 a.glightbox{ width: 33.33%;}
#home-gallery .columnmain.oneclmn .column2 .gallery-row1 a.glightbox img { max-width: 100%;}
#home-gallery .columnmain.oneclmn .column2 .gallery-row2 a.glightbox{ width: 33.33%;}
#home-gallery .columnmain.oneclmn .column2 .gallery-row2 a.glightbox img { max-width: 100%;}

#home-gallery .columnmain.twoclmn .column1 a.glightbox img { width: 100%; height: 100%;}
#home-gallery .columnmain.twoclmn .column2 .gallery-row1 a.glightbox{ width: 33.33%;}
#home-gallery .columnmain.twoclmn .column2 .gallery-row1 a.glightbox img { max-width: 100%;}
#home-gallery .columnmain.twoclmn .column2 .gallery-row2 a.glightbox{ width: 33.33%;}
#home-gallery .columnmain.twoclmn .column2 .gallery-row2 a.glightbox img { max-width: 100%;}

#home-gallery .column2 img { max-width: 288px;}

#home-gallery .gallery-row1 { display: flex;}
#home-gallery .gallery-row2 { display: flex;}

#home-gallery a.glightbox { display: block; padding: 0; overflow: hidden;}

#home-gallery a.glightbox img {
	-webkit-transition: all ease-in-out 0.4s; -moz-transition: all ease-in-out 0.4s; -ms-transition: all ease-in-out 0.4s; transition: all ease-in-out 0.4s;}
#home-gallery a.glightbox:hover img { -webkit-transform: scale(1.1); -moz-transform: scale(1.1); -ms-transform: scale(1.1); transform: scale(1.1);}

#home-gallery .home-gallery-desktop { /*display:block;*/}
#home-gallery .home-gallery-desktop .col-12 { padding:0;}
#home-gallery .home-gallery-mobile { display:none;}


/* Gallery Section --------------------------------*/

#gallery { background:#fcfce2;}

#gallery .columnmain { display: flex; flex-wrap: wrap; gap:15px; }

#gallery .columnmain .column1, 
#gallery .columnmain .column2, 
#gallery .columnmain .column3,
#gallery .columnmain .column4 { width: 100%; display: flex; justify-content: space-between; gap: 15px;}

#gallery .columnmain .column1 a.glightbox img { width: 100%; height: 100%;}
#gallery .columnmain .column1 a.glightbox{ width:33%;}
#gallery .columnmain .column1 a.glightbox img { max-width: 100%;}

#gallery a.glightbox { display: block; padding: 0; overflow: hidden;}

#gallery a.glightbox img {
	-webkit-transition: all ease-in-out 0.4s; -moz-transition: all ease-in-out 0.4s; -ms-transition: all ease-in-out 0.4s; 
	transition: all ease-in-out 0.4s;}
#gallery a.glightbox:hover img { -webkit-transform: scale(1.1); -moz-transform: scale(1.1); -ms-transform: scale(1.1); 
	transform: scale(1.1);}

#gallery .gallery-desktop { /*display:block;*/}
#gallery .gallery-desktop .col-12 { padding:0;}
#gallery .gallery-mobile { display:none;}

#gallery .gallery-desktop { justify-content: center;}


/* Gallery Carousel Section --------------------------------*/

.gallery-slider.owl-carousel .owl-controls { margin-top: -30px; position: absolute; top: 50%; width: 100%;}
.gallery-slider.owl-carousel .owl-nav>button { background: #dc2626; color: #fff; width: 40px; height: 40px; 
	text-align: center; display: inline-block; font-size: 28px; margin-top: -20px; opacity: 0; padding-top: 4px; position: absolute; top: 50%;
    -webkit-transition: all 0.3s ease-in-out 0s; -moz-transition: all 0.3s ease-in-out 0s; transition: all 0.3s ease-in-out 0s;}
.gallery-slider.owl-carousel .owl-nav>button:focus { border:0px none; outline:none;}
.gallery-slider.gallery-slider:hover .owl-nav>button { opacity: 1;}

.gallery-slider.owl-carousel .owl-nav>button.owl-next { right: 0;}
.gallery-slider.owl-carousel .owl-nav>button.owl-prev { left: 0;}

.gallery-slider .owl-dots { margin-top: 25px; text-align: center;}
.gallery-slider .owl-dots .owl-dot { display: inline-block; margin: 0 5px;
	width: 12px; height: 12px; background: #ddd;
	border-radius: 50%; -webkit-border-radius: 50%; -moz-border-radius: 50%; -ms-border-radius: 50%;}
.gallery-slider .owl-dots .owl-dot:focus { outline:none;}
.gallery-slider .owl-dots .owl-dot.active { background-color: #dc2626;}


/* ----**** [ home footer section ] ****---- */

#footer { position: relative; background: #ffffff;}	

#footer .section-header h2{ font-size: 60px; color: #FFFFFF; text-align: center;}	

#footer .footer-top { padding: 60px 0; position: relative; background: #000000; }


.footer-top .footer-links { margin-block-end: 24px; padding: 16px; border: 1px dotted #9e9e9e;}
.footer-top .footer-links h3 { font-family: "DM Sans", sans-serif; font-size:24px; font-weight: 700; margin: 0 0 24px 0; color:#FFFFFF; 
	text-transform:capitalize;}

.footer-top .footer-links ul { list-style: none; padding: 0; margin:0 0 24px 0; display: flex; flex-wrap: wrap; gap: 10px;}
.footer-top .footer-links ul li { display: flex; flex-wrap: wrap; width: 100%;}
.footer-top .footer-links ul li, .footer-top .footer-links ul li a { font-size:16px; color:#FFFFFF;}
.footer-top .footer-links ul li strong { font-weight: 500;}
.footer-top .footer-links ul li a:hover { color: #E0572B;}

.footer-top .footer-links ul li.footer-phone a { color: #FFFFFF; border-bottom:1px solid transparent;}
.footer-top .footer-links ul li.footer-phone a:hover { color: #FFFFFF; border-bottom:1px solid #FFFFFF;}

.footer-top .footer-links ul li.footer-hours { gap: 6px;}
.footer-top .footer-links ul li.footer-hours span { width: 100%;}

.footer-top .footer-links .footer-btns { margin:0;}
.footer-top .footer-links .footer-btns .view-menu { font-family: "DM Sans", sans-serif; background: #b91f27; font-size:18px; 
	font-weight: 500; color: #FFFFFF; display:inline-flex; justify-content: center; align-items: center; padding: 0 24px; height: 44px; 
	text-transform: capitalize;	/*-webkit-border-radius: 4px; -moz-border-radius: 4px; -ms-border-radius: 4px; border-radius: 4px;*/
	-webkit-transition: all ease-in-out 0.3s; -moz-transition: all ease-in-out 0.3s;  transition: all ease-in-out 0.3s;}
.footer-top .footer-links .footer-btns .view-menu:hover, 
.footer-top .footer-links .footer-btns .view-menu:focus { background: #FFFFFF; color: #b91f27;}

.footer-top .footer-links .footer-social { display: flex; gap: 12px; margin: 16px 0 0 0;}
.footer-top .footer-links .footer-social a { width: 32px; height: 32px; 
	display: flex; align-items: center; justify-content: center;
	background:#000000; color: #FFFFFF; font-size: 22px;}
.footer-top .footer-links .footer-social a i.la-facebook-f { font-size: 20px;}	
.footer-top .footer-links .footer-social a:hover { background:#FFFF99; color: #01654B;}

.footer-top .footer-links .footer-btns .view-menu.catering-btn{ color: #FFFFFF; background: #0baf08; border: 2px solid #0baf08;}
.footer-top .footer-links .footer-btns .view-menu.catering-btn:hover{ background: #089406; border: 2px solid #089406;}

#footer .footer-top .footer-buttons{width: 100%; height: 100%; display: flex;}
#footer .footer-top .footer-buttons p a{ display: inline-block; margin: 0 5px;}

#footer .footer-btm { border-top: 1px solid #ccc; padding: 32px 0;}
.footer-btm .footer-logo { text-align: center; margin-block-end: 20px;} 
.footer-btm .footer-logo img { max-height: 72px;}
/* .footer-btm-inner { display: flex; justify-content: center; align-items: center; flex-direction: column; gap: 24px;}     */

#footer .footer-btm p { font-weight: 400; color: #0f1d22; font-size:16px; margin: 0; }
#footer .footer-btm p a { color: #0f1d22; border-bottom:1px solid transparent;}
#footer .footer-btm p a:hover { color: #b8191a; border-bottom:1px solid #b8191a;}

#footer .footer-btm ul { list-style-type: none; margin: 0; padding: 0; display: flex; align-items: center; gap: 20px; justify-content: flex-end;}
#footer .footer-btm ul li a { font-weight: 400; color: #0f1d22;}
#footer .footer-btm ul li a:hover, #footer .footer-btm ul li a.active { color: #b8191a;}


/* ----**** [ website acs section ] ****---- */
	
body.innerpage {}


.website-acs { padding:80px 0 80px 0; background:#ffffff;
	/*background: linear-gradient(rgba(255, 255, 255, 0.35), rgba(255, 255, 255, 0.55)),
        url(../img/bg/about_us_back.jpg) no-repeat center center fixed; 
	-webkit-background-size: cover; -moz-background-size: cover; -ms-background-size: cover; background-size: cover;*/}

/*.website-acs .website-info-block { background: #FFFFFF; padding: 30px;  
	box-shadow: 0px 0px 10px 0px rgba(0, 0, 0, 0.2); -webkit-box-shadow: 0px 0px 10px 0px rgba(0, 0, 0, 0.2);
    -moz-box-shadow: 0px 0px 10px 0px rgba(0, 0, 0, 0.2);}*/
	
.website-acs .website-info-block h4 { font-size: 28px; font-weight: 600;}
.website-acs .website-info-block p { font-size: 16px; line-height: 24px; font-weight: 400; color:#000000;}	
.website-acs .website-info-block p:last-child { margin:0;}
.website-acs .website-info-block p a { font-weight: 600; color: #CE1F1E; text-decoration:underline;}



/* ----**** [ breadcrumbs section ] ****---- */

.breadcrumbs { background: #fefcf6; padding: 0; text-align:center; padding: 25px 0; margin-top: 80px;
	display: flex; align-items: center; justify-content: center;}
.breadcrumbs h1 { font-size: 34px; margin-bottom: 6px; font-weight: 600; color:#000000;}

/* .breadcrumbs { background: linear-gradient(rgba(0, 0, 0, 0.45), rgba(0, 0, 0, 0.65)), url("../img/bg/bg-img3.webp") center center fixed;
	 overflow: hidden; -webkit-background-size: cover; -moz-background-size: cover; -ms-background-size: cover; background-size: cover;} */

.breadcrumbs ol{ display: flex; flex-wrap:wrap; list-style: none; padding: 0; margin: 0; font-size: 16px; font-weight: 500;}
.breadcrumbs ol li a{ color: #e83424;}

.breadcrumbs ol li+li{ padding-left: 10px; color: #000000;}
.breadcrumbs ol li+li::before{ content: "/"; display: inline-block; padding-right: 10px; color: color-mix(in srgb, #484a4d, transparent 70%);}


/* ----**** [ food menu wrapper section ] ****---- */

.food-menu-inner { }
.menu-description { width: 80%; margin: 0 auto; padding-bottom: 0; text-align: center; }
.menu-description p { font-weight: 600; padding: 0;}

.food-menu-grid { display: flex; flex-direction: column;}
.food-menu-grid.widthFull { display: inline;}
.food-menu-grid.widthFull .food-menu-grid-item  { width: 100%;}

.food-menu-grid .food-menu-grid-item { width: 100%; margin-bottom: 36px;}
.food-menu-grid .food-menu-grid-item:last-child { margin-bottom: 0;}

.food-menu-grid-item-content .food-menu-description p { margin-bottom: 16px; text-align: center; color: rgba(0, 0, 0, 0.60);}
.food-menu-grid-item-content .food-menu-content { display: flex; flex-direction: row; flex-wrap: wrap; row-gap: 20px;}

.food-menu-grid-item-content h3 { font-size:36px; color: #000; margin: 0 0 24px 0; font-weight: 600;}

.food-item-holder { border-left: 1px solid #000; padding: 20px; width: 50%;}
.food-item-holder .food-item-title { display: inline-block; font-size: 16px; font-weight: 600;}
.food-item-holder .food-price { display: inline-block; padding: 0 10px 0 5px; float: right; font-size: 15px; font-weight: 600;}
.food-item-holder .food-price.multiple-price { width: 100%; text-align: right; margin-top: -3px;}
.food-item-holder .food-item-description { padding-top: 5px; padding-right: 20px; color: rgba(0, 0, 0, 0.60); font-size: 15px;}
.food-item-holder .food-item-photo-holder { padding-bottom: 15px;}


/* ----**** [ Contact page css section ] ****---- */

#contact-map { }



/* .website-acs { background-image: url("../img/special-img.webp"); 
	background-position: center center; background-repeat:no-repeat; 
	-webkit-background-size: cover; -moz-background-size: cover; -ms-background-size: cover; background-size: cover;} */

.website-acs { background: #ebebec;}
.website-acs .webContent { padding:36px; background:rgba(255, 255, 255, 0.8); 
	backdrop-filter: blur(40px);}

.website-acs.privacy-policy {
	background:#ebebec;
	padding: 80px 0;
}
.website-acs.privacy-policy .webContent {
	width:100%;
}
.website-acs.privacy-policy .section-header {
    margin-bottom: 36px;
    text-align: left;
	border-bottom: 1px solid #d8d8d8;
	text-align:center;
}

.website-acs.privacy-policy h2 { font-size:36px; font-weight:600;}
.website-acs.privacy-policy h3 { font-size:28px; font-weight:600;}
.website-acs.privacy-policy h4 { font-size:22px; font-weight:600;}
.website-acs.privacy-policy hr { background-color: #6e6e6e; margin: 20px 0; height: 1px; border: 0;}

.website-acs.privacy-policy ul { display: flex; flex-direction: column-reverse; gap: 8px;}
.website-acs.privacy-policy ul li {}

.banner-overlay{display: none;}


/* ----**** [ Locations Section ] ****---- */

#locations{ position: relative; background: #FFFFFF;}
#locations .left-section{ background: #000000; padding: 141px 36px 141px 36px;}
#locations .left-section .section-header h3{ font-size: 44px; color: #FFFFFF; font-weight: 600;}
#locations .left-section .location-info .location-details ul{ list-style: none; padding: 0; margin: 0 0 0 0;}
#locations .left-section .location-info .location-details ul li,
#locations .left-section .location-info .location-details ul li a{ font-size: 18px; color: #FFFFFF; padding: 6px 0;}
#locations .left-section .location-info .location-details ul li a:hover{ color: #b91f27;}
#locations .left-section .location-info .location-details ul li span{ display: block;}
#locations .left-section .location-info .location-details .location-btns{ margin-top: 22px; margin-bottom: 16px;}
#locations .left-section .location-info .location-details .location-btns a{ background: #b91f27; color: #FFFFFF;}
#locations .left-section .location-info .location-details .location-btns a:hover{ background: #FFFFFF; color: #b91f27;}
#locations .left-section .location-info .location-details .location-social{ display: flex; gap: 12px;}
#locations .left-section .location-info .location-details .location-social a{ width: 32px; height: 32px; display: flex; align-items: center; 
	justify-content: center; background: #FFFFFF; color: #000000; font-size: 22px;}
#locations .left-section .location-info .location-details .location-social a:hover{ background: #b91f27; color: #FFFFFF;}

#locations .location-image{ width: 100%; height: 100%; object-fit: cover;}
#locations .location-image img{ width: 100%; height: 100%;}


#header .nav-right{ display: none;}
.mobile-view-btn-only{  
  width: 100%;
  position: fixed; 
  bottom: 0;
  left: 0;
  text-align: center;
  z-index: 9999;
  border-radius: 0;
  padding: 8px;
  background: #F6F6F6;
  display: flex;
  gap: 6px;
  display: none;
}
.mobile-view-btn-only a.mobile-view-order-btn { background: #b91f27; font-family: "Anton", sans-serif; font-size:18px; font-weight: 400; color: #FFFFFF; 
	text-transform:uppercase; display: inline-flex; justify-content: center; align-items: center;
	padding: 0 16px; /*min-width: 200px;*/ width: 100%; height: 44px;
	/*-webkit-border-radius: 50px 0 50px 0; -moz-border-radius: 50px 0 50px 0; -ms-border-radius: 50px 0 50px 0; border-radius: 50px 0 50px 0;*/
	/*-webkit-border-radius: 6px; -moz-border-radius: 6px; -ms-border-radius: 6px; border-radius: 6px;*/
	-webkit-transition: all ease-in-out 0.3s; -moz-transition: all ease-in-out 0.3s;  transition: all ease-in-out 0.3s;}
.mobile-view-btn-only a.mobile-view-order-btn:hover, .mobile-view-btn-only a.mobile-view-order-btn:focus { background: #b91f27; color: #000000;}

.mobile-view-btn-only a.mobile-view-order-btn.apple-btn{ background: #000000; color: #FFFFFF; font-size: 16px;}
.mobile-view-btn-only a.mobile-view-order-btn.apple-btn:hover{ background: #000000;}

