

/*------------------ # Design Fonts ------------------*/

@import url('https://fonts.googleapis.com/css2?family=Inter:ital,opsz,wght@0,14..32,100..900;1,14..32,100..900&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Poppins:ital,wght@0,300;0,400;0,500;0,600;0,700;1,400;1,600&display=swap');
@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(line-awesome.css);


/* ----**** [ general css ] ****---- */

body { font-family: "Inter", sans-serif; font-weight:400; font-size: 16px; color:#000000;}

body.innerpage { height: auto;}

a { color: #000000; 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: #be1e2d; outline: none; text-decoration: none;}




/* ----**** [ order button css ] ****---- */

.order-btn { background: #be1e2d; font-family: "Inter", sans-serif; font-size:16px; font-weight: 400; color: #FFFFFF; 
	text-transform:none; display: inline-flex; justify-content: center; align-items: center; 
	padding: 0 25px;/* min-width: 240px;*/ height:48px; border-radius:8px;
	-webkit-transition: all ease-in-out 0.3s; -moz-transition: all ease-in-out 0.3s;  transition: all ease-in-out 0.3s;}
.order-btn:hover, .order-btn:focus { background: #be1e2d; 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;}

h1, h2, h3, h4, h5, h6 { margin: 0 0 16px 0;}
h1, h2, h3, h4 { font-family: "Inter", sans-serif; font-weight:500;}

p { font-family: "Inter", sans-serif; font-weight:400; font-size:16px; margin:0 0 16px 0; color:#000000;}

section { padding:80px 0;}	


/* ----**** [ sections header ] ****---- */

.section-header { margin-bottom:36px; text-align:left;}
.section-header h2 { font-family: "Inter", sans-serif; font-size: 32px;
    font-family: "Inter", sans-serif; font-weight:800; text-transform:none;}
/*.section-header h2.clrWhite { color:#FFFFFF;}*/


/* ----**** [ back-to-top button ] ****---- */

.back-to-top { position: fixed; right: 24px; bottom: 24px; z-index: 996;
	background: rgba(255, 255, 255, 0.50); 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: #000000; line-height: 0;}
.back-to-top:hover { background: rgba(255, 255, 255, 1);}
.back-to-top:hover i { color: #000000;}
.back-to-top.active { visibility: visible; opacity: 1;}


/* Prelaoder */
#preloader {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: 9999;
  overflow: hidden;
  background: #fff;
}

#preloader:before {
  content: "";
  position: fixed;
  top: calc(50% - 30px);
  left: calc(50% - 30px);
  border: 6px solid #f2f2f2;
  border-top: 6px solid #18d26e;
  border-radius: 50%;
  width: 60px;
  height: 60px;
  -webkit-animation: animate-preloader 1s linear infinite;
  animation: animate-preloader 1s linear infinite;
}

@-webkit-keyframes animate-preloader {
  0% {
    transform: rotate(0deg);
  }
  100% {
    transform: rotate(360deg);
  }
}

@keyframes animate-preloader {
  0% {
    transform: rotate(0deg);
  }
  100% {
    transform: rotate(360deg);
  }
}


/* ----**** [ header section ] ****---- */

.top-area { position: relative; width: 100%; height: 100%;}

#header .website-note { background:#353638; text-decoration:none;
	font-family: "Inter", 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: rgba(255, 255, 255, 1); z-index: 997; height:80px; top: 0; 
	-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); border-bottom: 1px solid rgba(231, 231, 231, 1); height: 80px; top:0;
	box-shadow: 1px 0 10px rgb(0 0 0 / 10%); -webkit-box-shadow: 1px 0 10px rgb(0 0 0 / 10%); -moz-box-shadow: 1px 0 10px rgb(0 0 0 / 10%);}

#header .logo { margin: 0; padding: 0; text-align: center; /*border-bottom: 1px solid #e2e2e2;*/}
#header .logo img { max-height: 80px;}


/* ----**** [ 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 {}
.nav-wrapper ul.header-social li a { height: 32px; width: 32px; font-size: 22px; color: #000000; 
	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: #CE1F1E; 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: "Inter", sans-serif; font-weight: 500; font-size: 16px;text-transform: none; color: #4d4d4d;
	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: #CE1F1E;}

.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: #be1e2d; color: #FFFFFF; 
	padding:0 12px; min-width: 120px; justify-content: center; height: 36px;border-radius:8px;}
.navbar a.nav-link.order-online-btn:hover { background: #be1e2d; color: #FFFFFF;}
	
.nav-link:focus, .nav-link:hover{ color:#CE1F1E;}


/* ----**** [ mobile navigation section ] ****---- */

.mobile-nav-toggle { color: #000000; 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(20, 33, 56, 0.65); 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: #000000; 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: #CE1F1E;}

.navbar-mobile a.nav-link.order-online-btn { height: 44px; background: #CE1F1E; color: #FFFFFF;}
.navbar-mobile a.nav-link.order-online-btn:hover { background: #CE1F1E; color: #FFFFFF;}

.mobile-order-btn { display: none;}
.mobile-order-btn a { background: #ce202f; 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 ] ****---- */

html, body { height: 100%}

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

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%);}
	
	
	
	.single-slider {
    background: url("../img/bg/bg-img1.webp") center center no-repeat;
    background-size: cover;
    width: 100%;
    height: 100vh; /* full screen */
    display: flex;
    justify-content: start;
    align-items: flex-end;
    text-align: center;
    position: relative;
    color: #fff;
}

/* Dark overlay for readability */
.single-slider::before {
    content: "";
    position: absolute;
    top: 0; left: 0;
    width: 100%; height: 100%;
	background: rgba(0,0,0,0.3);
    z-index: 1;
}

.hero-content {
    position: relative;
    z-index: 2;
	text-align:left;
	margin:0 0 4% 15%;
}

.hero-content h1 {
    font-size:54px;
    margin: 20px 0;
    font-weight: 700;
	font-family: "Inter", sans-serif;
	text-transform:uppercase;
}


/* ----**** [ slider section ] ****---- */

.slider-area .pogoSlider--navBottom .pogoSlider-nav { display:none;}

html, body { height: 100%}

.pogoSlider { width: 100%; height: 100%; overflow: hidden; position: relative; text-align: center; padding-bottom: 0!important;}

.pogoSlider-slide { position: absolute; width: 100%; height: 100%; opacity: 0; overflow: hidden;
    -webkit-box-align: center; -ms-flex-align: center; align-items: center;
    -webkit-background-size: cover; -moz-background-size: cover; -ms-background-size: cover; background-size: cover;
    display: -webkit-box; display: -ms-flexbox; display: flex;
    -webkit-box-pack: center; -ms-flex-pack: center; justify-content: center;
    -webkit-box-orient: vertical; -webkit-box-direction: normal;
    -ms-flex-direction: column; flex-direction: column; padding-top: 200px;}

/*.pogoSlider-slide::after { background: #111419; width: 100%; height: 100%;
    content: ""; position: absolute; left: 0; opacity: 0.25; top: 0; z-index: -1;}*/	
	
	
.slider-area { position: relative; width: 100%; height: 100%;}
.slider-area h1 { font-family: "Inter", sans-serif; color:#FFFFFF; font-size:64px; font-weight: 700; margin: 0 0 24px 0;}

.slider-area 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%);}
.slider-area h2 img { -webkit-filter: drop-shadow(5px 5px 5px #222222); filter: drop-shadow(5px 5px 5px #222222);}

.slider-area .order-btn { height: 50px; font-size:18px; min-width:180px;}

/* ----**** [ 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-welcome, #home-specialoffers { padding:0; position:relative;}

#home-welcome { padding:60px 0 0 0;}
#home-specialoffers { padding:5% 0 0 0;}
	
#home-welcome:before, #home-specialoffers:before { content: ""; width: 100%; height: 100%;
    position: absolute; top: 0; left: 0; right: 0; z-index: -1; display: block; 
    background-attachment: scroll; /*background-position: center;*/ background-size: cover;}
	
#home-welcome:before { background:#ffffff; /*background-image: url("../img/bg/about_back.jpg"); background-position: center;*/}
		
#home-specialoffers:before { background:#ffffff; /*background-image: url("../img/bg/order_back.jpg"); background-position: left top;*/}
		
.welcome-inner, .specialoffers-inner { display: -webkit-flex; -webkit-flex-flow: row wrap; -webkit-align-items: stretch; 
	-webkit-align-content: stretch; overflow: hidden;}
	
.specialoffers-inner {background-image: url("../img/special-img.webp"); background-position: center center; background-repeat:no-repeat; border-radius:25px; background-size: cover; padding:6%; }
	
.welcome-img, .specialoffers-img { position: relative;
    background-repeat: no-repeat; background-size: cover; background-position: center;}


/* ----**** [ home welcome section ] ****---- */

#home-welcome .welcome-img, #home-welcome .welcome-text { width:50%;}
#home-welcome .welcome-text { padding:80px 48px; text-align:left; width:60%;}

#home-welcome .section-header {text-align:left; margin:0 0 20px 0;}
#home-welcome .section-header h2 {text-align:left; text-transform:none; font-size:32px; font-family: "Inter", sans-serif;}

#home-welcome .welcome-img {border-radius:25px;}

#home-welcome .welcome-text p { font-size: 16px; font-weight: 500; color:#4d4d4d;}
#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 #CE1F1E; color: #CE1F1E;}


/* ----**** [ home our story section ] ****---- */


#home-specialoffers .specialoffers-img, #home-specialoffers .specialoffers-info { width:50%;}
#home-specialoffers .specialoffers-info { padding:50px; background:rgba(255, 255, 255, 0.8); backdrop-filter: blur(40px); border-radius:25px;}
#home-specialoffers .specialoffers-info .section-header { margin:0 0 20px 0;}
#home-specialoffers .specialoffers-info .section-header h2 {text-transform: none;
    font-size:32px;
    font-family: "Inter", sans-serif; text-align:left;}

.specialoffers-info { text-align:left;}
.specialoffers-info ul { list-style-type:none; margin:0; padding:0;}
.specialoffers-info ul li { font-size:20px; font-weight:500; margin-bottom: 8px;}
.specialoffers-info ul li span { padding-right: 12px;}
.specialoffers-info ul li:first-child { font-family: "Inter", 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 google reviews section ] ****---- */

#home-google-reviews { position:relative; background:#ffffff; /*background: url(../img/bg/reviews_back.jpg) no-repeat center;
    -webkit-background-size: cover; -moz-background-size: cover; -ms-background-size: cover; background-size: cover;*/}

#home-google-reviews .container { background:linear-gradient( rgba(255, 198, 27, 0.8), rgba(255, 198, 27, 0.9) ), url("../img/special-img.webp") center center no-repeat ; background-position: center center; background-repeat:no-repeat; background-size: cover; border-radius:30px; padding:40px 30px;}	
#home-google-reviews .google-review-inner { display: flex; gap: 24px;}
#home-google-reviews .google-review-inner .review-quote { font-size: 48px; color:#CE1F1E; display: flex;}

#home-google-reviews .google-review-inner .review-quote.quote-left { align-items: self-start;}
#home-google-reviews .google-review-inner .review-quote.quote-right { align-items: self-end;}

#home-google-reviews .google-review-item .item-text { min-height:180px; text-align: left;}
	
.google-review-item p { font-size: 16px; line-height: 26px; margin: 0; color:#0d0d0d; min-height: 148px; font-weight:500;}
.google-review-item h4 { font-size: 18px; font-weight: 400; color:#0d0d0d; display: flex; gap: 12px;
    justify-content: start; text-transform: inherit; align-items: center; margin: 0 0 24px 0;}	
.google-review-item span { display: flex; align-items: center; gap: 6px;}
.google-review-item span i { font-size:16px; color:#0d0d0d;}

/*#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-google-reviews .owl-nav, #home-google-reviews .owl-dots { margin-top: 5px;}
#home-google-reviews .owl-dots { width: 100%; margin: 0 auto; text-align: center;}
#home-google-reviews .owl-dot { display: inline-block; margin: 0 5px; width: 15px; height: 15px; background:transparent; border:solid 1px #ffffff;
	-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: #ffffff; border:solid 1px #ffffff;}

#home-google-reviews .google-review-item {	
	background:#ffffff;
	border-radius:20px;
	margin:0 10px 10px 10px;
	padding:25px;
}
.google-review-item h4:last-child {
	margin:15px 0 0 0;
	color:#4d4d4d;
	font-size:16px;
	font-weight:500;
}
#home-google-reviews .section-header {
	text-align:center;
}


/* Gallery Section
--------------------------------*/


#gallery { background:#ffffff;}

.columnmain { display: flex; flex-wrap: wrap; gap:15px; width: 98%;
    margin: 0 auto; }

.columnmain .column1, 
.columnmain .column2, 
.columnmain .column3,
.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; border-radius:15px;}

#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;
 border-radius: 15px;}
#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-desktop { /*display:block;*/}
.gallery-desktop .col-12 { padding:0;}
.gallery-mobile { display:none;}

.gallery-desktop { justify-content: center;}

#gallery .owl-carousel .owl-controls { margin-top: -30px; position: absolute; top: 50%; width: 100%;}
#gallery .owl-carousel .owl-nav>button { background: #f6343f; 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 .owl-carousel .owl-nav>button:focus { border:0px none; outline:none;}
#gallery .gallery-slider:hover .owl-nav>button { opacity: 1;}

#gallery .owl-carousel .owl-nav>button.owl-next { right: 0;}
#gallery .owl-carousel .owl-nav>button.owl-prev { left: 0;}

#gallery .owl-dots { margin-top: 24px; text-align: center;}
#gallery .owl-dots .owl-dot { display: inline-block; margin: 0 4px;
	width: 12px; height: 12px; background: #ddd;
	border-radius: 50%; -webkit-border-radius: 50%; -moz-border-radius: 50%; -ms-border-radius: 50%;}
#gallery .owl-dots .owl-dot:focus { outline:none;}
#gallery .owl-dots .owl-dot.active { background-color: #ce202f;}



/* ----**** [ home map section ] ****---- */

#home-map { padding:0; border-radius:30px;}



/* ----**** [ home footer section ] ****---- */


#footer { position: relative; background: #ffffff; /*background: url("../img/bg/footer-bg.jpg") no-repeat center center;
	-webkit-background-size: cover!important; -moz-background-size: cover!important; background-size: cover!important; 
	-ms-background-size: cover!important;*/}
		

#footer .footer-top { padding: 60px 0; position: relative;}

#footer .footer-top h3 { display: flex; align-items: center; gap: 16px; margin: 0 0 24px 0;}
#footer .footer-top h3 i { background:#FFFFFF; color: #353638; width: 36px; height: 36px; display:none!important;
	display: flex; align-items: center; justify-content: center; font-size: 26px;}
#footer .footer-top h3 span { font-family: "Inter", sans-serif; font-size:24px; color: #FFFFFF; font-weight: 800;}

#footer .footer-top ul { list-style: none; padding: 0; margin:0;}

#footer .footer-top .footer-address ul li { display:block;}
#footer .footer-top .footer-address ul li a { font-size:16px; color: #FFFFFF;}
#footer .footer-top .footer-address ul li a:hover { color: #FFFFFF;}

#footer .footer-top .footer-phone ul li { display:block;}
#footer .footer-top .footer-phone ul li a { font-size:16px; color: #FFFFFF; border-bottom:1px solid transparent;}
#footer .footer-top .footer-phone ul li a:hover { color: #FFFFFF; border-bottom:1px solid #FFFFFF;}

#footer .footer-top .footer-social { margin: 0 0 36px 0;}

#footer .footer-top .footer-social ul { display: flex; gap: 12px;}
#footer .footer-top .footer-social ul li a { width: 32px; height: 32px; 
	display: flex; align-items: center; justify-content: center;
	background:transparent; color: #FFFFFF; font-size: 22px;}
#footer .footer-top .footer-social ul li a i.la-facebook-f { font-size: 20px;}	
#footer .footer-top .footer-social ul li a:hover { background:#FFFFFF; color: #353638;}

#footer .footer-top .footer-hours ul li { font-size:16px; color: #FFFFFF; display:block; margin: 0 0 12px 0;}
#footer .footer-top .footer-hours ul li:last-child { margin:0;}

#footer .footer-top .footer-logo { margin: 0 0 36px 0;}
#footer .footer-top .footer-logo ul li img { max-height: 110px;}

#footer .footer-btm { border-top: 1px solid #FFFFFF; padding: 16px 0; position: relative;}

#footer .footer-btm p { color: #4d4d4d; font-size:16px; margin: 0; display: flex; justify-content: space-between; align-items: center;}
#footer .footer-btm p span img { max-height: 48px;}
#footer .footer-btm p strong, #footer .footer-btm p strong b { font-weight: 400;}
#footer .footer-btm p strong b { border-right: 1px solid #4d4d4d; margin: 0 12px 0 0; padding: 0 12px 0 0;}
#footer .footer-btm p a { color: #4d4d4d; border-bottom:1px solid transparent;}
#footer .footer-btm p a:hover { color: #be1e2d; border-bottom:1px solid #be1e2d;}

#footer .footer-top .container {
	background:#ebebec;
	border-radius: 30px;
    padding: 40px 30px;
}




/* ----**** [ 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 .section-header h2 { font-size: 32px; color: #000000; text-transform:none;}
.website-acs .website-info-block p { font-size: 18px; line-height: 28px; 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 { padding: 0; text-align:center; min-height: 240px; margin-top: 156px; 
	display: flex; align-items: center; justify-content: center;}
.breadcrumbs h2 { font-size: 44px; margin-bottom: 0; font-weight: 400; color:#FFFFFF;}

.breadcrumbs { background: linear-gradient(rgba(0, 0, 0, 0.75), rgba(0, 0, 0, 0.75)), url("../img/bg/bg-img3.webp") center center;
	 overflow: hidden; padding: 40px 60px; 
	 -webkit-background-size: cover; -moz-background-size: cover; -ms-background-size: cover; background-size: cover;}



/* ----**** [ locations section ] ****---- */


.locations-main .location-block { padding:0 0 40px 0;}
.locations-main .location-block h2 { font-size:36px; font-weight:500;}
.locations-main .location-block h2 span { display:block; font-size:22px; font-family: 'Inter'; font-weight:500; margin:5px 0 0 0; color: #ce202f;}

.locations-main .location-block p { font-size: 20px; margin:0 0 14px 0;}
.locations-main .location-block a.order-btn:hover { background: #161616; color: #FFFFFF;}

.locations-main .location-block ul { padding:0; margin:10px 0 0 0; list-style-type:none;}
.locations-main .location-block ul li { display:inline-block; margin: 0 10px 0 0;}
.locations-main .location-block ul li a { background: #686868; font-size:22px; display:block;
    color: #FFFFFF; width: 38px; height: 38px; line-height: 38px; text-align: center;
	-webkit-border-radius: 4px; -moz-border-radius: 4px; -ms-border-radius: 4px; border-radius: 4px;}
#blog .container {
    width: 60%;
}
.post-details p{
    font-size: 16px;
}


#home-map .home-map-img {
	background:#ebebec;
	padding:10px;
	border-radius:30px;
}

#home-map .home-map-img iframe {
	border-radius:20px;
}
.home-map-img h3 {
	font-size:16px;
	font-family: "Inter", sans-serif;
	font-weight:500;
	color:#4d4d4d;
	margin:0 0 8px 0;
}
.home-map-img ul {
	list-style-type:none;
	margin:0;
	padding:0;
}
.footer-location {
	padding:20px 0 20px 30px;
}
.footer-location .restaurant-name {
	margin:0 0 50px 0;
}
.footer-location .restaurant-name p {
	font-size:20px;
	color:#4d4d4d;
	margin:0;
}
.footer-location .restaurant-name b {
	font-size:20px;
	color:#0d0d0d;
	font-weight:normal;
}
.footer-hours, .footer-address {
	padding:0 0 20px 0;
}
.footer-location a, .footer-location li, .footer-hours li  {
	font-family: "Inter", sans-serif;
	font-weight:500;
	font-size:15px;
	color:#0d0d0d;
}
.footer-hours li {
	margin:0 0 3px 0;
}
.footer-location .footer-phone h3 {
	margin:0 0 8px 0;
}
.footer-location .footer-social { margin: 0 0 0 0;}

.footer-location .footer-social ul { display: flex; gap: 12px;}
.footer-location .footer-social ul li a { /*width: 32px; height: 32px; */
	display: flex; align-items: center; justify-content: center;
	background:transparent; color:#0d0d0d; font-size: 22px; border-radius:100%;}
.footer-location .footer-social ul li a i.la-facebook-f { font-size: 20px;}	
.footer-location .footer-social ul li a:hover { color: #be1e2d;}


.website-acs {background-image: url("../img/special-img.webp"); background-position: center center; background-repeat:no-repeat; border-radius:25px; background-size: cover; margin:100px 0 80px 0; }
.website-acs .webContent {padding:50px; background:rgba(255, 255, 255, 0.8); backdrop-filter: blur(40px); border-radius:25px; width:85%; margin:0 auto;}
.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;}