@charset "utf-8";
/* CSS Document */

/******************************

[Table of Contents]

1. Fonts
2. Body and some general stuff
3. Header
4. Menu
5. Home
6. Intro
7. Chefs
8. Testimonials
9. Reservations
10. Footer


******************************/

/***********
1. Fonts
***********/

@import url('https://fonts.googleapis.com/css?family=Alex+Brush|Great+Vibes|PT+Sans+Narrow:400,700');

@font-face {
	font-family: 'Edward';
	src: url(../font/edwardian_script_itc.ttf) format('truetype'),
		url(../font/edwardian_script_itc.otf) format('opentype');
}

/*********************************
2. Body and some general stuff
*********************************/

* {
	margin: 0;
	padding: 0;
	-webkit-font-smoothing: antialiased;
	-webkit-text-shadow: rgba(0, 0, 0, .01) 0 0 1px;
	text-shadow: rgba(0, 0, 0, .01) 0 0 1px;
}

body {
	font-family: 'PT Sans Narrow', sans-serif;
	font-size: 14px;
	font-weight: 400;
	background: #FFFFFF;
	color: #a5a5a5;
}

div {
	display: block;
	position: relative;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
}

ul {
	list-style: none;
	margin-bottom: 0px;
}

p {
	font-family: 'PT Sans Narrow', sans-serif;
	font-size: 16px;
	line-height: 1.875;
	font-weight: 400;
	color: #636363;
	-webkit-font-smoothing: antialiased;
	-webkit-text-shadow: rgba(0, 0, 0, .01) 0 0 1px;
	text-shadow: rgba(0, 0, 0, .01) 0 0 1px;
}

p a {
	display: inline;
	position: relative;
	color: inherit;
	border-bottom: solid 1px #ffa07f;
	-webkit-transition: all 200ms ease;
	-moz-transition: all 200ms ease;
	-ms-transition: all 200ms ease;
	-o-transition: all 200ms ease;
	transition: all 200ms ease;
}

p:last-of-type {
	margin-bottom: 0;
}

a {
	-webkit-transition: all 200ms ease;
	-moz-transition: all 200ms ease;
	-ms-transition: all 200ms ease;
	-o-transition: all 200ms ease;
	transition: all 200ms ease;
}

a,
a:hover,
a:visited,
a:active,
a:link {
	text-decoration: none;
	-webkit-font-smoothing: antialiased;
	-webkit-text-shadow: rgba(0, 0, 0, .01) 0 0 1px;
	text-shadow: rgba(0, 0, 0, .01) 0 0 1px;
}

p a:active {
	position: relative;
	color: #FF6347;
}

p a:hover {
	color: #FFFFFF;
	background: #ffa07f;
}

p a:hover::after {
	opacity: 0.2;
}

::selection {
	background: rgba(196, 171, 159, 0.5);
	color: #FFFFFF;
}

p::selection {}

h1 {
	font-size: 48px;
}

h2 {
	font-size: 36px;
}

h3 {
	font-size: 24px;
}

h4 {
	font-size: 18px;
}

h5 {
	font-size: 14px;
}

h1,
h2,
h3,
h4,
h5,
h6 {
	font-family: 'PT Sans Narrow', sans-serif;
	-webkit-font-smoothing: antialiased;
	-webkit-text-shadow: rgba(0, 0, 0, .01) 0 0 1px;
	text-shadow: rgba(0, 0, 0, .01) 0 0 1px;
	line-height: 1.2;
	color: #232323;
}

h1::selection,
h2::selection,
h3::selection,
h4::selection,
h5::selection,
h6::selection {}

.form-control {
	color: #db5246;
}

section {
	display: block;
	position: relative;
	box-sizing: border-box;
}

.clear {
	clear: both;
}

.clearfix::before,
.clearfix::after {
	content: "";
	display: table;
}

.clearfix::after {
	clear: both;
}

.clearfix {
	zoom: 1;
}

.float_left {
	float: left;
}

.float_right {
	float: right;
}

.trans_200 {
	-webkit-transition: all 200ms ease;
	-moz-transition: all 200ms ease;
	-ms-transition: all 200ms ease;
	-o-transition: all 200ms ease;
	transition: all 200ms ease;
}

.trans_300 {
	-webkit-transition: all 300ms ease;
	-moz-transition: all 300ms ease;
	-ms-transition: all 300ms ease;
	-o-transition: all 300ms ease;
	transition: all 300ms ease;
}

.trans_400 {
	-webkit-transition: all 400ms ease;
	-moz-transition: all 400ms ease;
	-ms-transition: all 400ms ease;
	-o-transition: all 400ms ease;
	transition: all 400ms ease;
}

.trans_500 {
	-webkit-transition: all 500ms ease;
	-moz-transition: all 500ms ease;
	-ms-transition: all 500ms ease;
	-o-transition: all 500ms ease;
	transition: all 500ms ease;
}

.trans_800 {
	-webkit-transition: all 800ms ease;
	-moz-transition: all 800ms ease;
	-ms-transition: all 800ms ease;
	-o-transition: all 800ms ease;
	transition: all 800ms ease;
}

.fill_height {
	height: 100%;
}

.super_container {
	width: 100%;
	overflow: hidden;
}

.prlx_parent {
	overflow: hidden;
}

.prlx {
	height: 130% !important;
}

.parallax-window {
	min-height: 400px;
	background: transparent;
}

.parallax_background {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background-color: rgba(0, 0, 0, 0.2);
}

.background_image {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background-repeat: no-repeat;
	background-size: cover;
	background-position: center center;
}

.nopadding {
	padding: 0px !important;
}

.page_subtitle {
	font-family: 'Edward', sans-serif;
	color: #b49383;
	line-height: 0.75;
}

.button {
	width: 163px;
	height: 47px;
	background: transparent;
	border: solid 2px #a3695b;
	text-align: center;
}

.button a {
	display: block;
	font-size: 18px;
	color: #b49383;
	line-height: 44px;
}

.button:hover {
	background: #a3695b;
}

.button:hover a {
	color: #FFFFFF;
}

.section_subtitle {
	font-size: 36px;
}

.section_title h1 {
	font-size: 48px;
}

ul li a.active {
	color: #fff;
	font-weight: bold;
	border-bottom: 2px solid #ffffff;
	padding-bottom: 3px;
}

/*********************************
3. Header
*********************************/

.header {
	position: fixed;
	top: 0;
	left: 0;
	width: 100%;
	z-index: 100;
	-webkit-transition: all 400ms ease;
	-moz-transition: all 400ms ease;
	-ms-transition: all 400ms ease;
	-o-transition: all 400ms ease;
	transition: all 400ms ease;
}

.header.scrolled {
	background: rgba(0, 0, 0, 0.85);
}

.header_content {
	width: 100%;
	height: 149px;
	-webkit-transition: all 400ms ease;
	-moz-transition: all 400ms ease;
	-ms-transition: all 400ms ease;
	-o-transition: all 400ms ease;
	transition: all 400ms ease;
	justify-content: space-between;
	padding: 0 50px;
}

.header.scrolled .header_content {
	height: 80px;
}

.logo {
	-webkit-transform: translateY(3px);
	-moz-transform: translateY(3px);
	-ms-transform: translateY(3px);
	-o-transform: translateY(3px);
	transform: translateY(3px);
}

.logo a {
	display: block;
}

.logo a>div:first-child {
	font-size: 36px;
	line-height: 0.75;
	color: #FFFFFF;
}

.logo a>div:last-child {
	font-size: 12px;
	text-transform: uppercase;
	color: #FFFFFF;
	letter-spacing: 0.680em;
	line-height: 0.75;
	margin-top: 12px;
}

.main_nav {
	margin-left: 0px;
}

.main_nav ul li:not(:last-child) {
	margin-right: 40px;
}

.main_nav ul li a {
	font-size: 16px;
	font-weight: 700;
	color: #FFFFFF;
	text-transform: uppercase;
}

.main_nav ul li a:hover {
	color: #b49383;
}

.reservations_phone {
	height: 47px;
	line-height: 43px;
	padding-left: 25px;
	padding-right: 20px;
	text-align: center;
	border: solid 2px #FFFFFF;
	font-size: 16px;
	font-weight: 700;
	color: #FFFFFF;
}

.hamburger_bar {
	position: fixed;
	top: 0;
	right: calc((100vw - 690px) / 2 - 15px);
	width: auto;
	height: 149px;
	z-index: 102;
}

.hamburger_bar.scrolled {
	height: 80px;
}

.hamburger {
	display: none;
	position: absolute;
	top: 50%;
	-webkit-transform: translateY(-50%);
	-moz-transform: translateY(-50%);
	-ms-transform: translateY(-50%);
	-o-transform: translateY(-50%);
	transform: translateY(-50%);
	right: 0px;
	cursor: pointer;
	padding: 15px;
	z-index: 2;
}

.menu_toggle {
	display: block;
}

.menu_hamburger {
	display: block;
	position: relative;
	width: 12px;
	height: 12px;
}

.hamburger_lines {
	display: block;
	position: absolute;
	left: 0px;
	width: 100%;
	height: 2px;
	background: #F7F7F7;
	-webkit-transition: all 800ms ease;
	-moz-transition: all 800ms ease;
	-ms-transition: all 800ms ease;
	-o-transition: all 800ms ease;
	transition: all 800ms ease;
	transform-origin: center center;
}

.line_1 {
	top: 0px;
}

.line_2 {
	top: 5px;
}

.line_3 {
	top: 10px;
}

.hamburger.active .line_1 {
	transform: translateY(5px) rotate(45deg) !important;
}

.hamburger.active .line_3 {
	transform: translateY(-5px) rotate(-45deg) !important;
}

.hamburger.active .line_2 {
	opacity: 0 !important;
}

.menu_toggle span {
	display: block;
	position: relative;
	font-size: 17px;
	font-weight: 700;
	line-height: 12px;
	letter-spacing: 1px;
	text-transform: uppercase;
	color: #F7F7F7;
}

/*********************************
4. Menu
*********************************/

.main_nav ul {
	display: flex;
	list-style: none;
	margin: 0;
	padding: 0;
	align-items: center;
}

.main_nav ul li {
	position: relative;
	margin-right: 40px;
}

.main_nav ul li:last-child {
	margin-right: 0;
}

.main_nav ul li a {
	font-size: 16px;
	font-weight: 700;
	color: #fff;
	text-transform: uppercase;
	transition: 0.3s;
}

.main_nav ul li a:hover {
	color: #b49383;
}

/* Dropdowns */
.main_nav ul li.dropdown>ul {
	position: absolute;
	top: 100%;
	left: 0;
	background-color: rgba(33, 37, 41, 0.95);
	min-width: 200px;
	display: none;
	list-style: none;
	padding: 10px 0;
	border-radius: 4px;
	z-index: 1000;
}

.main_nav ul li.dropdown:hover>ul {
	display: block;
}

.main_nav ul li.dropdown ul li {
	padding: 0;
}

.main_nav ul li.dropdown ul li a {
	padding: 10px 20px;
	color: #fff;
	display: block;
	text-transform: none;
}

.main_nav ul li.dropdown ul li a:hover {
	color: #b49383;
}

/* Hamburger for mobile */
.hamburger {
	display: none;
	cursor: pointer;
	padding: 15px;
	z-index: 1001;
}

.hamburger .line {
	width: 25px;
	height: 3px;
	background: #fff;
	margin: 5px 0;
}

/* Mobile navigation */
@media (max-width: 1199px) {

	/* Hide reservations on mobile */
	.reservations_phone {
		display: none;
	}

	@media (max-width: 1199px) {
		.hamburger {
			display: flex;
			cursor: pointer;
		}
	}

	/* Mobile menu */
	.main_nav ul {
		display: none;
		position: fixed;
		top: 0;
		left: 0;
		width: 100%;
		height: 100%;
		background: rgba(33, 37, 41, 0.95);
		flex-direction: column;
		padding-top: 100px;
		z-index: 999;
	}

	/* Active mobile menu */
	.main_nav ul.active {
		display: flex;
	}

	.main_nav ul li {
		margin: 0;
		width: 100%;
		text-align: center;
	}

	.main_nav ul li a {
		font-size: 20px;
		padding: 15px 0;
		display: block;
	}

	/* Mobile dropdowns */
	.menu_content ul li.dropdown>ul {
		display: none;
		flex-direction: column;
		background: rgba(33, 37, 41, 0.85);
		padding-left: 0;
		margin-top: 5px;
		border-radius: 4px;
	}

	.main_nav ul li.dropdown.active>ul {
		display: flex;
	}

	/* Show hamburger */
	.hamburger {
		display: block;
	}
}

/*********************************
4. Menu
*********************************/

.menu {
	position: fixed;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	display: none;
	flex-direction: column;
	align-items: center;
	justify-content: center;
	background: rgba(33, 37, 41, 0.95);
	z-index: 999;
	transition: all 0.4s ease;
}

.menu.active {
	display: flex;
}

.menu_content {
	width: 100%;
	height: 100%;
}

.menu_content ul li:not(:last-child) {
	margin-bottom: 3px;
}

.menu_content ul li {
	display: block;
}

.menu_content ul li a {
	display: block;
	font-size: 24px;
	text-transform: uppercase;
	color: rgba(255, 255, 255, 1);
	font-weight: bold;
	letter-spacing: 0.075em;
}

.menu_content ul:hover li a {
	color: rgba(255, 255, 255, 0.5);
}

.menu_content ul li a:hover {
	color: rgba(255, 255, 255, 1);
}

.menu_reservations_phone {
	position: absolute;
	bottom: 40px;
	/* distance from bottom of parent */
	left: 50%;
	/* center horizontally */
	transform: translateX(-50%);
	/* center perfectly */

	height: 47px;
	line-height: 43px;
	padding: 0 25px;
	/* horizontal padding */

	text-align: center;
	border: 2px solid #FFFFFF;
	font-size: 14px;
	font-weight: 700;
	color: #FFFFFF;
	white-space: nowrap;
	background: transparent;
	/* optional: if you want a clear bg */
	cursor: pointer;
}

.menu_reservations_phone:hover {
	background: #fff;
	color: #000;
	transition: 0.3s ease;
}

.menu_close {
	position: absolute;
	top: 20px;
	right: 30px;
	font-size: 36px;
	color: #fff;
	cursor: pointer;
	z-index: 10000;
	font-weight: bold;
	transition: color 0.3s ease;
}

.menu_close:hover {
	color: #b49383;
}

/*********************************
5. Home
*********************************/

.home {
	width: 100%;
	height: 524px;
}

.home_container {
	position: absolute;
	bottom: 129px;
	left: 0;
	width: 100%;
}

.home_subtitle {
	font-size: 48px;
	font-weight: bold;
	line-height: 0.75;
}

.home_title {
	margin-top: -2px;
}

.home_title h1 {
	font-size: 72px;
	color: #FFFFFF;
}

/*--------------------------------------------------------------
# Gallery Section
--------------------------------------------------------------*/
.gallery {
	padding: 80px 0;
	background-color: #f8f9fa;
}

.gallery_section_title {
	font-size: 32px;
	font-weight: 700;
	color: #37373f;
	text-align: center;
	margin-bottom: 40px;
	margin-top: 40px;
}

.gallery_col {
	margin-bottom: 30px;
}

.gallery_item {
	position: relative;
	overflow: hidden;
	border-radius: 8px;
	box-shadow: 0 4px 15px rgba(0, 0, 0, 0.1);
	transition: all 0.3s ease;
	background-color: #fff;
	min-height: 300px;
	/* Ensure minimum height */
}

.gallery_item:hover {
	transform: translateY(-5px);
	box-shadow: 0 8px 25px rgba(0, 0, 0, 0.15);
}

/* Default image dimensions - ensures consistent sizing */
.gallery_item img {
	width: 100%;
	height: 300px;
	/* Fixed height for all images */
	object-fit: cover;
	/* Maintains aspect ratio while filling container */
	object-position: center;
	/* Centers the image within the container */
	transition: transform 0.3s ease;
	display: block;
	/* Removes any default inline spacing */
	border: none;
	/* Removes any default borders */
	background-color: #f5f5f5;
	/* Background color while loading */
}

.gallery_item:hover img {
	transform: scale(1.05);
}

.gallery_overlay {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background-color: rgba(206, 18, 18, 0.8);
	display: flex;
	align-items: center;
	justify-content: center;
	opacity: 0;
	transition: opacity 0.3s ease;
}

.gallery_item:hover .gallery_overlay {
	opacity: 1;
}

.gallery_icon {
	color: white;
	font-size: 24px;
	background-color: rgba(255, 255, 255, 0.2);
	width: 60px;
	height: 60px;
	border-radius: 50%;
	display: flex;
	align-items: center;
	justify-content: center;
	transition: all 0.3s ease;
}

.gallery_icon:hover {
	background-color: rgba(255, 255, 255, 0.3);
	transform: scale(1.1);
}

/* Section title styling */
.section_title_container {
	margin-bottom: 60px;
}

.section_title h1 {
	font-size: 48px;
	font-weight: 700;
	color: #37373f;
	margin-bottom: 20px;
}

.section_subtitle {
	font-size: 18px;
	color: #7f7f90;
	font-weight: 400;
}

/* Responsive adjustments */
@media (max-width: 768px) {
	.gallery_section_title {
		font-size: 28px;
	}

	.gallery_item img {
		height: 250px;
		/* Slightly smaller on tablets */
	}

	.gallery_item {
		min-height: 250px;
	}

	.section_title h1 {
		font-size: 36px;
	}
}

@media (max-width: 576px) {
	.gallery_section_title {
		font-size: 24px;
	}

	.gallery_item img {
		height: 200px;
		/* Smaller on mobile */
	}

	.gallery_item {
		min-height: 200px;
	}

	.section_title h1 {
		font-size: 28px;
	}

	.section_subtitle {
		font-size: 16px;
	}
}

/* Ensure images load properly */
.gallery_item img[src] {
	opacity: 1;
	transition: opacity 0.3s ease;
}

.gallery_item img:not([src]) {
	opacity: 0;
}

/* Loading state */
.gallery_item img.loading {
	opacity: 0.7;
}

/* Error state for broken images */
.gallery_item img.error {
	background-color: #f8f9fa;
	background-image: url('data:image/svg+xml,<svg xmlns="http://www.w3.org/2000/svg" width="100" height="100" viewBox="0 0 100 100"><rect width="100" height="100" fill="%23f8f9fa"/><text x="50" y="50" text-anchor="middle" dy=".3em" fill="%236c757d" font-family="Arial, sans-serif" font-size="12">Image not available</text></svg>');
	background-repeat: no-repeat;
	background-position: center;
	background-size: 80px 80px;
}

/* Debug styles - remove in production */
#food-gallery,
#drinks-gallery {
	min-height: 100px;
	border: 1px dashed #ccc;
	/* Temporary border to see containers */
}



/*********************************
8. Footer
*********************************/
/* Footer Container */
.footer {
	background: linear-gradient(135deg, #1e1e1e 0%, #2b1d1d 100%);
	color: #eee;
	padding: 80px 0 50px;
	font-family: 'Poppins', sans-serif;
	position: relative;
}

/* Top Gradient Line */
.footer::before {
	content: '';
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 5px;
	background: linear-gradient(90deg, #ff6b6b, #c49a8f, #ffb347);
}

/* Footer Titles */
.footer_title {
	font-size: 20px;
	/* larger desktop font */
	font-weight: 700;
	/* bold */
	color: #ffb347;
	margin-bottom: 20px;
	position: relative;
	text-transform: uppercase;
	letter-spacing: 1px;
}

.footer_title::after {
	content: '';
	display: block;
	width: 50px;
	height: 3px;
	background: #ff6b6b;
	margin-top: 5px;
	border-radius: 2px;
}

/* Logo Section */
.footer_logo_title {
	font-size: 28px;
	font-weight: 800;
	margin-top: 10px;
	color: #fff;
}

.footer_logo_subtitle {
	color: #ff6b6b;
	font-size: 20px;
	text-transform: uppercase;
	letter-spacing: 2px;
	display: block;
	margin-top: 3px;
}

/* About Text */
.footer_about p {
	color: #cfcfcf;
	line-height: 1.8;
	font-size: 16px;
}

/* Contact List */
.footer_contact {
	list-style: none;
	padding: 0;
	margin: 0;
}

.footer_contact li {
	display: flex;
	align-items: center;
	margin-bottom: 15px;
	color: #fff;
}

.footer_contact_icon {
	width: 32px;
	height: 32px;
	background: #ff6b6b;
	display: flex;
	align-items: center;
	justify-content: center;
	border-radius: 50%;
	margin-right: 12px;
	font-size: 14px;
}

/* Contact Links */
.footer_contact a {
	color: #ddd;
	text-decoration: none;
	font-weight: 500;
	transition: all 0.3s ease;
}

.footer_contact a:hover {
	color: #ffb347;
}

/* Social Icons */
.social_links {
	display: flex;
	gap: 16px;
	padding: 0;
	margin: 0;
	list-style: none;
}

.social_links li a {
	display: flex;
	align-items: center;
	justify-content: center;
	width: 48px;
	height: 48px;
	background: #333;
	border-radius: 50%;
	color: #fff;
	font-size: 20px;
	transition: all 0.3s ease;
	box-shadow: 0 3px 6px rgba(0, 0, 0, 0.2);
}

.social_links li a:hover {
	transform: scale(1.15);
	box-shadow: 0 5px 15px rgba(255, 107, 107, 0.6);
}

/* Hover Brand Colors */
.social_links a.instagram:hover {
	background: #e1306c;
}

.social_links a.youtube:hover {
	background: #ff0000;
}

.social_links a.tiktok:hover {
	background: #010101;
}

.social_links a.yelp:hover {
	background: #c41200;
}

.social_links a.tripadvisor:hover {
	background: #34e0a1;
}

/* Copyright */
.copyright {
	margin-top: 30px;
	font-size: 14px;
	color: #aaa;
	text-align: center;
}

.copyright a {
	color: #ffb347;
	text-decoration: none;
	font-weight: 600;
}

.copyright a:hover {
	text-decoration: underline;
}

/* Responsive Adjustments */
@media (max-width: 991px) {
	.footer_title {
		font-size: 18px;
	}

	.footer_logo_title {
		font-size: 24px;
	}

	.footer_logo_subtitle {
		font-size: 16px;
	}
}

@media (max-width: 767px) {
	.footer {
		text-align: center;
		padding: 60px 20px;
	}

	.social_links {
		justify-content: center;
	}

	.footer_title::after {
		margin-left: auto;
		margin-right: auto;
	}
}