@font-face {
	font-family: "Amithen";
	src: url("./../assets/fonts/Amithen.ttf");
}
body {
	background-color: #ffffff;
}
p {
	padding: 0px;
	margin: 0px;
}

.navbar-brand {
	font-family: "Libre Baskerville", serif;
	font-size: 40px;
	color: #ffffff;
}
.navbar {
	flex-direction: row;
	display: flex;
	justify-content: space-between;
	align-items: center;
	position: absolute !important;
	width: 100%;
	background-color: transparent !important;
}
.nav-link {
	font-family: "DM Sans", sans-serif;
	font-size: 16px;
	margin-left: 30px;
	color: #ffffff !important;
}
.navbar-nav {
	margin-left: 20px;
}
.reservations_btn {
	border: 1px solid #ffffff4b !important;
	height: 48px;
	width: 170px;
	cursor: pointer;
	font-size: 16;
	font-family: "DM Sans", sans-serif;
	font-weight: 700;
	background-color: transparent;
	color: #ffffff;
}
.header {
	display: flex;
	flex-direction: row;
	justify-content: space-between;
	align-items: center;
	width: 100%;
}
.header_sec2 {
	background: url("./../assets/bakground1.svg");
	width: 100%;
	height: 60vh;
	display: flex;
	justify-content: center;
	align-items: center;
	flex-direction: column;
	background-position: center; /* Center the image */
	background-repeat: no-repeat; /* Do not repeat the image */
	background-size: cover;
}
.heading {
	font-size: 15vh;
	color: #ffffff;
	font-family: "Libre Baskerville", serif;
	margin-top: 10px;
	text-align: center;
}

.welcome_txt {
	font-size: 64px;
	color: #35d244;
	font-family: "Amithen";
}
.header_des {
	font-size: 16px;
	color: #ffffff;
	text-transform: uppercase;
	font-family: "DM Sans", sans-serif !important;
	letter-spacing: 2px;
	margin-top: 20px;
	text-align: center;
}
.body {
	/* border: 2px solid black; */
	background-color: #ffffff !important;
	margin-top: -80px !important;
	position: relative;
	padding-top: 30px;
	/* padding: ; */
	/* z-index: 10; */
}
.our_menus_heading {
	font-size: 40px;
	color: #35d244;
	font-family: "Amithen";
	text-align: center;
}
.sub_heading {
	text-align: center;
	font-size: 56px;
	color: #333333;
	line-height: 64px;
	font-family: "Libre Baskerville", serif;
}
.book_now_sec input,
select,
label,
textarea {
	font-family: "Libre Baskerville", serif;
}
.menu_img {
	width: 100%;
	height: 360px;
}
.gallery-card-main {
	width: 100%;
	height: 360px;
	position: relative;
}

.gallery-card-hover-data-main {
	display: none;
}
.gallery-card-main:hover .gallery-card-hover-data-main {
	display: block;
	width: 100%;
	height: 360px;
	background-color: #000;
	opacity: 0.8;
	position: absolute;
	top: 0;
	display: flex;
	justify-content: center;
	align-items: center;
	flex-direction: column;
}
.gallery-card-hover-data-heading {
	font-family: "DM Sans";
	font-style: normal;
	font-weight: 500;
	font-size: 25px;
	line-height: 36px;
	text-transform: capitalize;
	color: #ffffff;
	margin-top: 20px;
	width: 80%;
}
.gallery-card-hover-data-title {
	font-family: "DM Sans";
	font-style: normal;
	font-weight: 400;
	font-size: 15px;
	line-height: 32px;
	letter-spacing: 2px;
	text-transform: uppercase;
	color: #ffffff;
	width: 80%;
}
.gallery-card-hover-data-price {
	color: #35d244;
	font-weight: 400;
	font-family: "Libre Baskerville", serif;
	font-size: 30px;
	width: 80%;
	margin-top: 20px;
}
.dining_experience {
	margin-top: 50px;
}

.input_div {
	border: 1px solid #33333399;
	height: 50px;
	display: flex;
	align-items: center;
	padding-left: 10px;
	padding-right: 10px;
	border-radius: 3px;
}
.input {
	border: none;
	outline: none !important;
	margin-left: 10px;
	color: #333333;
	font-size: 18px;
	width: 100%;
}
.find_btn {
	background-color: #35d244;
	outline: none;
	border: none;
	width: 298px;
	height: 70px;
	color: #ffffff;
	font-size: 18px;
	margin: auto;
	text-transform: uppercase;
	font-weight: 700;
	font-family: "DM Sans", sans-serif !important;
	letter-spacing: 2px;
}
.find_btn-main {
	display: flex;
	flex-direction: row;
	align-items: center;
	justify-content: center;
	margin: 50px 0px;
}
.book_now_sec {
	margin-top: 50px;
}
.powered_by_txt {
	color: #333333;
	font-size: 16px;
	text-transform: uppercase;
	text-align: center;
	font-family: "DM Sans", sans-serif !important;
	margin-top: 10px;
	letter-spacing: 3px;
}
.date_time_timing_txt {
	color: #333333;
	font-size: 16px;
	font-family: "DM Sans", sans-serif !important;
	margin-top: 10px;
	letter-spacing: 1px;
}
.contact_txt {
	color: #333333;
	font-size: 14px;
	text-align: center;
	font-family: "DM Sans", sans-serif !important;
	margin-top: 5px;
}

/* footer */

.footer {
	background-color: #1b262a;
	padding-top: 30px;
	padding-bottom: 30px;
}
.logo {
	font-family: "Libre Baskerville", serif;
	font-size: 40px;
	color: #ffffff;
}
.navbar-toggler-icon {
	color: white !important;
}
.footer {
	background-color: #1b262a;
	padding-top: 100px;
}

#footerInner {
	border-bottom-color: #9b9b9b;
	border-bottom-style: solid;
	border-bottom-width: 0.2px;
	padding-bottom: 60px;
}
#logo {
	font-family: "Baskervville";
	font-style: normal;
	font-weight: 400;
	font-size: 40px;
	line-height: 48px;
	color: #ffffff;
}
.footerColTitle {
	font-family: "DM Sans";
	font-style: normal;
	font-weight: 400;
	font-size: 16px;
	line-height: 32px;
	letter-spacing: 2px;
	text-transform: uppercase;
	color: #ffffff;
	margin-bottom: 20px;
}
.footerLocation {
	font-family: "DM Sans";
	font-style: normal;
	font-weight: 400;
	font-size: 16px;
	line-height: 32px;
	text-transform: capitalize;
	color: #ffffff;
}
.footerLinking {
	display: block;
	font-family: "DM Sans";
	font-style: normal;
	font-weight: 400;
	font-size: 16px;
	line-height: 32px;
	color: #ffffff;
	text-decoration: none;
}
.footerSocialButton {
	background-color: #ecbb9c;
	width: 48px;
	height: 48px;
	border-radius: 100px;
	min-height: 48px;
	min-width: 48px;
	display: flex;
	align-items: center;
	justify-content: center;
}
.footerSocialButton > img {
	width: 16px;
	height: 16px;
}
.footerSocialMain {
	display: flex;
	flex-direction: row;
	align-items: center;
}
#subFooter {
	padding-top: 30px;
	padding-bottom: 30px;
}
.copyRight {
	font-family: "DM Sans";
	font-style: normal;
	font-weight: 400;
	font-size: 16px;
	line-height: 32px;
	color: rgba(255, 255, 255, 0.502972);
	text-decoration: none;
}
#subFooterInner {
	display: flex;
	flex-direction: row;
	align-items: center;
	justify-content: space-between;
}
.footerPage {
	font-family: "DM Sans";
	font-style: normal;
	font-weight: 400;
	font-size: 16px;
	line-height: 32px;
	text-align: right;
	color: #ffffff;
	text-decoration: none;
}
.navbar-toggler-icon {
	display: inline-block;
	width: 1.5em;
	height: 1.5em;
	vertical-align: middle;
	background-image: url("./../assets/menu.png") !important;
	background-repeat: no-repeat;
	background-position: center;
	background-size: 100%;
}

@media only screen and (max-width: 1300px) {
	.heading {
		font-size: 10vh;
	}
	.navbar {
		/* background-color: #2b3a41 !important; */
		z-index: 1;
		/* box-shadow: 2px 2px 2px gray; */
		/* box-shadow: rgba(0, 0, 0, 0.1) 0px 4px 6px -1px, rgba(0, 0, 0, 0.06) 0px 2px 4px -1px; */
	}
}
@media only screen and (max-width: 991px) {
	.footer-section {
		margin-top: 20px;
	}
	.nav-link {
		margin-left: 0px;
	}
	.navbar-nav {
		margin-left: 0px;
	}
	.header_sec2 {
		height: 40vh;
	}
	.navbar-collapse {
		flex-basis: 100%;
		flex-grow: 1;
		background-color: #2b3a41;
		align-items: center;
		padding-left: 10px;
		padding-bottom: 10px;
	}
}
@media only screen and (max-width: 900px) {
	.heading {
		font-size: 8vh;
	}
	.sub_heading {
		font-size: 46px;
		line-height: 58px;
	}
}
@media only screen and (max-width: 700px) {
	.heading {
		font-size: 6vh;
	}
}
@media only screen and (max-width: 575px) {
	#subFooterInner {
		margin-left: 20px;
		justify-content: flex-start;
	}
	.copyRight {
		margin-left: 20px;
	}
	.footerPage {
		margin-right: 15px;
	}
}
@media only screen and (max-width: 500px) {
	.heading {
		font-size: 4vh;
		margin-top: 5px;
	}
	.sub_heading {
		font-size: 30px;
		line-height: 48px;
	}
	.header_des {
		font-size: 10px;
		margin-top: 10px;
	}
}
