

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

@import url('https://fonts.googleapis.com/css2?family=Montserrat:ital,wght@0,100..900;1,100..900&amp;display=swap');
@import url('https://fonts.googleapis.com/css2?family=Oswald:wght@200..700&amp;display=swap');

@import url(fonts.css);
@import url(line-awesome.css);


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

body { font-family: "Montserrat", sans-serif; font-weight:500; 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: #c31200; outline: none; text-decoration: none;}


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

.order-btn { background: #CC2A2A; font-family: "Montserrat", sans-serif; font-size:18px; font-weight: 700; color: #FFF; 
	text-transform:capitalize; display: inline-flex; justify-content: center; align-items: center;
	padding: 0 16px; min-width: 200px; height: 48px; /*border: 3px solid #FFFFFF;*/
	/*-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;}
.order-btn:hover, .order-btn:focus { background: #FFFFFF; color: #CC2A2A;}

.order-btn.catering-btn {
	background:#0baf08;
}
.order-btn.catering-btn:hover, .order-btn.catering-btn:focus { background:#089406; color: #ffffff;}

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

p { font-family: "Montserrat", 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:center;}
.section-header h2 { font-family: "Oswald", sans-serif; font-size: 54px; font-weight:500; color:#ffffff; margin: 0;}
.section-header h2.clrWhite { color:#FFFFFF;}

/*.section-header h2:after{ content: ""; display: block; position: relative; width: 15%; height: 6px; margin: 15px auto 5px auto; vertical-align: middle; 
    background-color: #A82E19; margin-left: 0;}*/


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

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


.navbar-normal{ position: absolute; background: url(../img/nav.html); width: 100%; height: 50px; top: -50px; background-repeat: no-repeat; 
	background-position: center;
    -webkit-background-size: cover; -moz-background-size: cover; -ms-background-size: cover; background-size: cover;}


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

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

#header .website-note { background:#353638; text-decoration:none;
	font-family: "Montserrat", sans-serif; font-weight: 500; font-size: 16px; color:#FFFFFF;	
	position: absolute; width: 100%; top: -36px; height: 36px; display: flex; align-items: center; justify-content: center;}

#header { background: #FFFFFF; z-index: 997; height:80px; top: 36px; 
	-webkit-transition: all 0.5s; -moz-transition: all 0.5s; -ms-transition: all 0.5s; transition: all 0.5s;}
#header.header-scrolled { background: #FFFFFF; height: 80px; top:0px;
	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{top: 36px;}

#header .logo { margin: 0 0 12px 0; /*padding: 0 0 6px 0;*/ text-align: center; /*border-bottom: 1px solid #000;*/ display:none;}
#header .logo img { max-height: 60px;}


/* ----**** [ desktop navigation section ] ****---- */

.nav-wrapper { display: flex; gap: 12px; justify-content: center; align-items: center; position:relative;}
.nav-wrapper ul.header-social { display: flex; padding: 0; margin: 0; list-style-type: none; position: absolute;
    right: 0;}
.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: #CC2A2A; color: #FFF;}

.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.navmenu-logo { height: 100px; width: 160px; background: transparent; 
	display: flex; justify-content: center; align-items: center; top: 0;
	-webkit-border-radius: 2%; -moz-border-radius: 2%; -ms-border-radius: 2%; border-radius: 2%;}
.navbar ul li.navmenu-logo img { max-width: 140px;}

.navbar ul li a { display: flex; align-items: center; justify-content: space-between; 
	font-family: "Oswald", sans-serif; font-weight: 500; font-size: 17px; color: #000000; text-transform: uppercase;
	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: #CC2A2A;}

.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 { background: #CC2A2A; color: #FFF; 
	padding:0 12px; min-width: 120px; justify-content: center; height: 36px;
	/*-webkit-border-radius: 50px; -moz-border-radius: 50px; -ms-border-radius: 50px; border-radius: 50px;*/}
.navbar a.nav-link.order-online-btn:hover { background: #000; color: #FFF;}

.navbar a.nav-link.order-online-btn.catering-btn {
    background: #0baf08;
}
.navbar a.nav-link.order-online-btn.catering-btn:hover { background: #089406; color: #FFF;}
	
.nav-link:focus, .nav-link:hover{ color:#CC2A2A;}


/* ----**** [ 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(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: #212120; 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:500; 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: #c31200;}

.navbar-mobile ul li.navmenu-logo { display:none;}

.navbar-mobile a.nav-link.order-online-btn { display: flex; height: 44px; background: #CC2A2A; color: #FFF;}
.navbar-mobile a.nav-link.order-online-btn:hover { background: #FFFFFF; color: #212120;}

.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 ] ****---- */

.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: "Oswald", sans-serif; font-size: 60px; color:#FFFFFF; font-weight: 500; 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: 56px; font-size:20px; margin:0 5px;}


/* ----**** [ restaurant info section ] ****---- */

#restaurant-info { background: #FFFFFF; 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: #212120; 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: 500; color: #212120;}

/* ----**** [ SVG Image section ] ****---- */

.top-svg-border { position: absolute; top: -2px; left: 0; right: 0; width: 100%; z-index: 10;}
.top-svg-border svg { position: absolute; top: -2px;}

.top-svg-border path, .top-svg-border polygon { fill: #FFFFFF;}
.bottom-svg-border path, .bottom-svg-border polygon { fill: #212120;}

.bottom-svg-border { position: absolute; bottom: -2px; left: 0; right: 0; width: 100%; z-index: 10;}
.bottom-svg-border svg { position: absolute; bottom: -2px;}

#gallery .top-svg-border { position: absolute; top: -2px; left: 0; right: 0; width: 100%; z-index: 10;}
#gallery .top-svg-border svg { position: absolute; top: -2px;}

#gallery .top-svg-border path, .top-svg-border polygon { fill: #212120;}

#home-map .top-svg-border { position: absolute; top: -2px; left: 0; right: 0; width: 100%; z-index: 10;}
#home-map .top-svg-border svg { position: absolute; top: -2px;}

#home-map .top-svg-border path, .top-svg-border polygon { fill: #EC090F;}	


/* ----**** [ home welcome and specialoffers bg img section ] ****---- */


#home-welcome, #home-specialoffers { padding:0; position:relative;}

#home-welcome { padding: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: fixed; /*background-position: center;*/ background-size: cover;}
	
#home-welcome:before { background: #000000; /*background: url(../img/bg/v8_bg.jpg) no-repeat top center scroll;
	background-size: cover; -webkit-background-size: cover; -moz-background-size: cover; -ms-background-size: cover;*/ }

.welcome-inner, .specialoffers-inner { display: -webkit-flex; -webkit-flex-flow: row wrap; -webkit-align-items: stretch; 
	-webkit-align-content: stretch; overflow: hidden;}
	
.welcome-img, .specialoffers-img { position: relative;
    background-repeat: no-repeat; background-size: cover; background-position: center;}
	
.specialoffers-img { position: relative;
    background-repeat: no-repeat; background-size: cover; background-position: center;}
	
#home-welcome .welcome-text .specialoffers-btn{ text-align: center;}


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

#home-welcome .welcome-img, #home-welcome .welcome-text { width:100%;}
#home-welcome .welcome-text { padding:48px 290px; text-align:center;}

#home-welcome .welcome-text .specialoffers-btn .order-btn{ background: #FFFFFF; color:#000000;}
#home-welcome .welcome-text .specialoffers-btn .order-btn:hover{ background: #CC2A2A; color:#FFFFFF;}

.specialoffers-btn .order-btn.catering-btn { background:#0baf08; color:#FFFFFF; border-color:#0baf08;}
.specialoffers-btn .order-btn.catering-btn:hover{ background:#089406 !important; color:#FFFFFF;border-color:#089406 !important;}

#home-welcome .welcome-text .section-header h2 span { font-family: "Lobster", sans-serif;
    margin: 10px 0 0 0; font-size: 36px; font-weight: 400;
    color: #FFA500; display: flex; justify-content: center; text-transform: capitalize;}

#home-welcome .welcome-text p { font-size: 17px; color:#FFFFFF; text-align: center;}
#home-welcome .welcome-text p strong { display:block; font-weight: 400;}
#home-welcome .welcome-text p span { display:block; font-weight: 700;}
#home-welcome .welcome-text p span { margin:24px 0 0 0;}
#home-welcome .welcome-text p span a { color: #FFFFFF; border-bottom: 1px solid #FFFFFF;}
#home-welcome .welcome-text p span a:hover { border-bottom: 1px solid #CC2A2A; color: #CC2A2A;}


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

#home-specialoffers  { padding:0px;}

#home-specialoffers:before { background: #CC2A2A; /*background: url(../img/bg/catering_back.jpg) no-repeat top center scroll;
	background-size: cover; -webkit-background-size: cover; -moz-background-size: cover; -ms-background-size: cover;*/ }
	
#home-specialoffers .section-header h2{ color: #FFFFFF;}
#home-specialoffers .section-header h2:after{ background-color: #F1A13E;}
#home-specialoffers .specialoffers-img, #home-specialoffers .specialoffers-info { width:50%;}

.specialoffers-info { padding:80px 54px; text-align:center;}
.specialoffers-info ul { list-style-type:none; margin:0; padding:0; text-align: center;}
.specialoffers-info ul li { font-size:20px; font-weight:400; margin-bottom: 8px; color: #FFFFFF;}
.specialoffers-info ul li span { padding-right: 12px;}
.specialoffers-info ul li:first-child { font-family: "Montserrat", sans-serif; text-transform:inherit; margin-bottom: 16px; font-size:20px; 
	font-weight:700; color: #FFFFFF;}
.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;}
.specialoffers-btn .order-btn { background: #000000; color: #FFF; min-width: 200px; height: 44px; border: 3px solid #000000; margin:0 5px;}
.specialoffers-btn .order-btn:hover{ background: #FFFFFF; color: #000000;}

#home-specialoffers .specialoffers-inner .specialoffers-btn{ text-align: center;}
#home-specialoffers .specialoffers-inner .specialoffers-btn .order-btn:hover{ border: 3px solid #FFFFFF;}


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


#gallery { /*background: #fff;*/ padding: 60px 0; position:relative;
	background: linear-gradient(rgba(250, 250, 250, 0), rgba(250, 250, 250, 0)), url(../img/bg/gallery_bg.jpg) no-repeat center center fixed;
	-webkit-background-size: cover; -moz-background-size: cover; -ms-background-size: cover; background-size: cover; background-attachment: scroll;}
#gallery .section-header h2{ color: #000000;}

#gallery:before { content: ""; width: 100%; height: 100%;
    position: absolute; top: 0; left: 0; right: 0; z-index: -1; display: block; 
    background-attachment: fixed; /*background-position: center;*/ background-size: cover;}
	
/*#gallery:before { background-image: url("../img/bg/about_us_back.jpg"); background-position: center;}*/

.columnmain { display: flex; justify-content: center; flex-wrap: wrap;}

#gallery a.glightbox img { width: 100%; height: 100%; padding: 5px;}

.gallery-row1 { display: flex;}
.gallery-row2 { display: flex;}
.gallery-row3 { display: flex;}

#gallery a.glightbox { display: block; padding: 0; overflow: hidden; margin: 24px; border: 3px solid #CC2A2A;}

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

#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: 25px; text-align: center;}
#gallery .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 .owl-dots .owl-dot:focus { outline:none;}
#gallery .owl-dots .owl-dot.active { background-color: #ce202f;}


/* ----**** [ home delivery zone section ] ****---- */

#delivery-zone { text-align:center;}


/* ----**** [ home google reviews section ] ****---- */

#home-google-reviews { position:relative; padding-top: 0; 
    background: url(../img/bg/reviews_bg.jpg) no-repeat center center fixed;
    -webkit-background-size: cover; -moz-background-size: cover; -ms-background-size: cover; background-size: cover; background-attachment: scroll;}
	
#home-google-reviews .section-header h2{ text-align: center; color: #000000;}

#home-google-reviews .container { width: 60%;}	
#home-google-reviews .google-review-inner { display: flex; gap: 24px;}
#home-google-reviews .google-review-inner .review-quote { font-size: 48px; color:#CC2A2A; 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: center;}
	
.google-review-item p { font-size: 17px; line-height: 28px; margin: 0; color:#000000; min-height: 148px; font-weight: 500;}
.google-review-item h4 { font-family: "Montserrat", sans-serif; font-size: 18px; font-weight: 500; color:#000000; 
	display: flex; gap: 12px; justify-content: center; 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:#CC2A2A;}

/*#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 12px; width: 15px; height: 15px; background: rgba(0, 0, 0, 0.3);
	-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: rgba(0, 0, 0, 1);}


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

#home-map { padding:0;}


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


#footer { position: relative; background: #ffffff;}
		

#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:#000000; color: #000000; width: 36px; height: 36px; display:none!important;
	display: flex; align-items: center; justify-content: center; font-size: 26px;}
#footer .footer-top h3 span { font-size:28px; color: #000000; font-weight: 500;}

#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: #000000;}
#footer .footer-top .footer-address ul li a:hover { color: #000000;}

#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: 15px 0 0 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:#FFF; color: #000000;}

#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; background:#1f1f1f;}

#footer .footer-btm p { color: #FFFFFF; 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 #ffffff; margin: 0 12px 0 0; padding: 0 12px 0 0;}*/
#footer .footer-btm p a { color: #ffffff; border-bottom:1px solid transparent;}
#footer .footer-btm p a:hover { color: #ffffff; border-bottom:1px solid #ffffff;}


.footer-top .footer-links { margin-block-end: 24px; padding: 16px; border: 1px solid rgba(0, 0, 0, 0.3);}
.footer-top .footer-links h3 { font-family: "Oswald", sans-serif; font-size:24px; font-weight:500; margin: 0 0 24px 0; color:#000000; text-transform:uppercase;}

.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:#000000;}
.footer-top .footer-links ul li strong { font-weight: 500;}
.footer-top .footer-links ul li a:hover { color: #000000;}

.footer-top .footer-links ul li.footer-phone a { color: #000000; border-bottom:1px solid transparent;}
.footer-top .footer-links ul li.footer-phone a:hover { color: #000000; border-bottom:1px solid #0d116c;}

.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:15px 0 0 0;}
.footer-top .footer-links .footer-btns .view-menu { background: #000000; font-size:18px; 
	font-weight: 500; color: #ffffff; display:inline-flex; justify-content: center; 
	align-items: center; padding: 0 24px; height: 44px;
	-webkit-transition: all ease-in-out 0.3s; -moz-transition: all ease-in-out 0.3s;  transition: all ease-in-out 0.3s; border:solid 1px #000000;}
.footer-top .footer-links .footer-btns .view-menu:hover, 
.footer-top .footer-links .footer-btns .view-menu:focus { background:#ffffff; color: #000000;}

.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:#cc2628; 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:#000000; color: #ffffff;}


/* ----**** [ website acs section ] ****---- */
	
body.innerpage {}


.website-acs { padding: 60px 0; background: #ffffff;
 /*background: linear-gradient(rgba(0, 0, 0, 0.7), rgba(0, 0, 0, 0.7)), url("../img/bg/bg-img2.webp?v=1.0") center center;
	 overflow: hidden; 
	 -webkit-background-size: cover; -moz-background-size: cover; -ms-background-size: cover; background-size: cover;*/
}
	
.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: 500; color: #ee0727; text-decoration:underline;}


/* ----**** [ breadcrumbs section ] ****---- */

.breadcrumbs { background:#666666; padding: 156px 0 48px 0; text-align:center; min-height: 120px; margin-top: 0; 
	display: flex; align-items: center; justify-content: center;}
.breadcrumbs h2 { font-size: 48px; font-weight: 400; margin-bottom: 0; color:#FFFFFF;}

#footer .footer-top .section-header h2 {
	color:#000000;
}

.privacy-policy h1 { font-size:32px; font-weight:600; color:#000000;}
.privacy-policy h2 { font-weight:600; color:#000000;}
.privacy-policy h3 { font-size:26px; font-weight:500; color:#000000;}
.privacy-policy h4 { font-size:22px; font-weight:500; color:#000000;}
.privacy-policy h4 span { font-size:18px; font-weight:500; color:#000000;}
.privacy-policy p, .privacy-policy ul {color:#000000;}
.privacy-policy hr { background-color: #000000; margin: 20px 0; height: 1px; border: 0;}

.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: #CC2A2A; font-family: "Anton", sans-serif; font-size:16px; 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: #CC2A2A; color: #FFFFFF;}

.mobile-view-btn-only a.mobile-view-order-btn.apple-btn{ background: #000000; Color: #FFFFFF;}
.mobile-view-btn-only a.mobile-view-order-btn.apple-btn:hover{ background: #000000;}


/* ----**** [ New Layout css ] ****---- */

/* ----**** [ menu page css section ] ****---- */

.food-menu-page { min-height: 100%; position: relative;}
.food-menu-page:before { background-image: url(../img/bg/menu_page.html); 
  -webkit-filter: grayscale(1) opacity(0.2); -moz-filter: grayscale(1) opacity(0.2); -ms-filter: grayscale(1) opacity(0.2); filter: grayscale(1) opacity(0.2);
  content: ""; position: fixed; top: 0; left: 0; right: 0; z-index: -1; display: block;
  width: 100%; height: 100%; background-attachment: fixed; background-position: center; 
  background-size: cover; -moz-background-size: cover; -webkit-background-size: cover; -ms-background-size: cover;}

.food-menu-wrapper { padding-top: 85px;}
.food-menu-wrapper .section-header { padding-top: 100px;}
.food-menu-wrapper .food-menu-inner .nav.nav-pills { justify-content: center;}
.food-menu-wrapper .food-menu-inner .nav.nav-pills .nav-link { font-family: "Anton", sans-serif; font-weight:500; font-size: 18px; 
  padding: 8px 40px; text-transform: uppercase; min-width: 160px; margin: 10px; border: 2px solid #000; background: #DD141E; color: #FFFFFF;
  border-radius: 0px; -moz-border-radius: 0px; -webkit-border-radius: 0px; -ms-border-radius: 0px;}

.food-menu-wrapper .food-menu-inner .nav.nav-pills .nav-link:focus, 
.food-menu-wrapper .food-menu-inner .nav.nav-pills .nav-link:hover,
.food-menu-wrapper .food-menu-inner .nav.nav-pills .nav-link.active { background: #000;}

.food-menu-inner { width: 1140px; margin: 0 auto;}
.menu-description { width: 80%; margin: 0 auto; padding-bottom: 30px; text-align: center; }
.menu-description p { padding: 20px 0 0 0;}

.food-menu-grid { display: flex;}
.food-menu-grid .food-menu-grid-item  { width: 50%;}

.food-menu-grid-item-content { background: #fff; padding: 20px 30px; margin: 20px;
    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);
	border: solid 1px #cbcbcb;
    }

.food-menu-grid-item-content h2 { text-transform: uppercase; font-size: 26px; color: #000; margin:0 0 10px 0; text-align: center;
    border-bottom: solid 1px #cbcbcb; font-weight: 600;
    padding: 0 0 10px 0;
}

.food-menu-grid-item-content .food-menu-description p { font-size: 16.8px; margin-bottom: 15px; text-align: center;}
.food-menu-grid-item-content .food-menu-content {}

.food-item-holder { border-bottom: 1px solid #dedede; padding: 15px 0; display: table; width: 100%;}
.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: 16px; 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: #313131; font-size: 15px; line-height: 20.28px;}
.food-item-holder .food-item-photo-holder { padding-bottom: 15px;}

.food-item-holder:last-child {
    border: 0;
    padding: 15px 0 0 0;
}

.slider-area h1 { font-size:48px; margin: 24px 0 24px 0;}
.slider-area h2 { font-size:36px; margin: 0 0 24px 0; color: #ffffff; font-weight: 600; 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%);}
.section-header h2 {font-size: 36px;}
.footer-btm {
  padding: 20px 0;
}

.footer-wrap {
  display: flex;
  justify-content: space-between;
  align-items: center;
}

.footer-left {
  display: flex;
  align-items: center;
}

.footer-logo img {
  height: 72px;
  margin-right:25px;
}
.footer-menu {
    margin:0;
    padding: 0;
}
.footer-menu li {
    display: inline;
}
.footer-menu li a {
  margin-right: 10px;
  font-size: 15px;
  color: #ffffff;
  text-decoration: none;
  border-bottom: solid 1px transparent;
  font-weight:400;
}

.footer-menu a:hover {
  border-bottom: solid 1px #ffffff;
}
.footer-right {
  font-size: 15px;
  color: #ffffff;
  white-space: nowrap;
  font-weight:400;
}

.footer-right a {
  color: #ffffff;
  text-decoration: none;
  font-weight:400;
  border-bottom: solid 1px transparent;
}

.footer-right a:hover {
  border-bottom: solid 1px #ffffff;
}


.footer-right .sep {
  margin: 0 4px;
  color: #ffffff;
}
.breadcrumbs { 
      min-height: 100px;
    margin-top:80px;
 background: linear-gradient(rgba(0, 0, 0, 0.7), rgba(0, 0, 0, 0.7)), url("../img/bg/bg-img2c619.webp?v=1.0") center center;
	 overflow: hidden; 
	 -webkit-background-size: cover; -moz-background-size: cover; -ms-background-size: cover; background-size: cover;
    text-align: center;
    padding: 30px 0;
 }
 .breadcrumbs.innerBrearumb { margin-top:96px}
.breadcrumbs h1 {
	font-size: 36px; 
	font-weight: 600; 
	margin-bottom: 0; 
	color:#ffffff;
}

 .breadcrumb-inner a {
  color: #ffffff;
  text-decoration: none;
  border-bottom: solid 1px transparent;
}

.breadcrumb-inner a:hover {
  border-bottom: solid 1px #ffffff;
}

.breadcrumb-inner .sep {
  margin: 0 5px;
  color: #ffffff;
}

.breadcrumb-inner .current {
  color: #ffffff;
}



.innerPage-wrapper { padding: 60px 0 80px 0;background: #ffffff;}

.innerPage-wrapper p {
    font-size: 16px;
    line-height: 28px;
    font-weight: 400;
    color: #000000;
}
.innerPage-wrapper p a {
  border-bottom: solid 1px #000000;
}
.contact-map-img {
	border: solid 1px #d2d2d2; 
	margin:30px 0 0 0;
}
.contact-map-img h3 {
    text-align: center;
    padding: 10px 0;
    border-bottom: solid 1px #d2d2d2;
    margin: 0;
    font-size: 26px;
}
#gallery .column1.last-row {
     justify-content: flex-start;
     display: flex;
}
#gallery .last-row a.glightbox {
    max-width: 24%;
}

#home-specialoffers .specialoffers-info h3 {font-size: 26px; color: #ffffff;}

.innerPage-wrapper p span {font-weight: 600;}
.innerPage-wrapper p span a {border-bottom:solid 1px #000000;}

.innerPage-wrapper h2 {font-size: 26px; font-weight: 600;}

.food-item-holder .food-price {display: none;}


.innerPage-wrapper .page-content {margin: 0 0 60px 0;}
.contact-content {margin: 0 0 60px 0;}
.contact-content p {
    font-size: 18px;
    line-height: 28px;
    font-weight: 300;
    color: #FFFFFF;
}
.innerPage-wrapper.galleryWrapper {
    padding: 60px 0 0 0;
    background: #ffffff;
}

#home-welcome.innerContent {
  background: #ffffff;
}

#home-welcome.innerContent .welcome-text {
  color: #000000;
      padding: 120px 290px;
    text-align: center;
}
#home-welcome.innerContent .welcome-text p {
  color: #000000;
}