@charset "utf-8";
/* CSS Document */

/*Menu Page Body Start*/
.bnr_menu {
	height: 100vh;
	position: relative;
	overflow: hidden;
}
.bnr_menu_video{
	width: 100%;
	height: 100%;
	position: absolute;
	top: 0;
	left: 0;
	z-index: 1;
}
#bnr_menu_left, #bnr_menu_right {
	width: 50%;
	height: 100%;
	position: absolute;
	top: 0;
	background-size: cover;
	z-index: 1;
}
#bnr_menu_left {
	left: 0;
	border-right: 1px solid #FFFFFF70;
	background: linear-gradient(rgba(7, 29, 27, 0.9), rgba(7, 29, 27, 0.8)), url(https://anindianaffairbistro.com/test/images/bnr_Willowbrook.webp) no-repeat left bottom;
}
#bnr_menu_right {
	right: 0;
	border-left: 1px solid #FFFFFF70;
	background: linear-gradient(rgba(7, 29, 27, 0.9), rgba(7, 29, 27, 0.8)), url(https://anindianaffairbistro.com/test/images/bnr_Willoughby.webp) no-repeat center center;
}
.blurred {
	filter: blur(8px);
	transition: filter 0.5s ease-in-out;
}
.animate-explode {
	position: fixed;
	width: 60vw;
	height: 60vh;
	top: 50%;
	left: 50%;
	transform: translate(-50%, -50%) scale(1);
	z-index: 10;
	background-size: cover;
	background-position: center;
	background-repeat: no-repeat;
	border-radius: 12px;
	box-shadow: 0 0 40px rgba(0,0,0,0.5);
	animation: explodeToCenter 0.6s forwards;
}
 @keyframes explodeToCenter {
 0% {
transform: translate(-50%, -50%) scale(0.8);
opacity: 0.8;
}
 100% {
transform: translate(-50%, -50%) scale(1);
opacity: 1;
}
}
 @keyframes slideOutLeft {
 0% {
transform: translate(-50%, -50%) scale(1);
}
 100% {
transform: translate(-200%, -50%) scale(1);
}
}
 @keyframes slideOutRight {
 0% {
transform: translate(-50%, -50%) scale(1);
}
 100% {
transform: translate(150%, -50%) scale(1);
}
}
.slide-left {
	animation: slideOutLeft 0.6s forwards;
}
.slide-right {
	animation: slideOutRight 0.6s forwards;
}
.services_container1 {
	display: block;
	text-align: center;
	/*padding: 4% 0 10px 0;*/
	position: relative;
	z-index: 3;
	top:20%;
}
.services_container1 .main_logo {
	margin: auto;
	padding: 0 10%;
}
.services_container1 .main_logo img{
	max-width: 326px;
	width: 100%;
}
.services_container1 h1 {
	padding: 2% 1% 0% 1%;
	text-transform: uppercase;
	color: #FFFFFF;
	font-family: "Forum", Sans-serif;
	font-size: 30px;
	font-weight: 600;
	letter-spacing: 2px;
}
.menu_page_container1 {
	display: block;
}
.menu_page_container1 ul {
	display: block;
	list-style: none;
	padding: 5% 0;
	text-align: center;
}
.menu_page_container1 ul li {
	display: inline-block;
	padding: 0 2%;
}
.input_mp1 {
	width: 180px;
	height: 48px;
	background: none;
	padding: 0 20px;
	color: #ddb461;
	font-family: "DM Sans", Sans-serif;
	font-size: 16px;
	font-weight: 600;
	text-transform: uppercase;
	margin: 8% 0 10px 0;
	line-height: 125%;
	border: 1px solid #ddb461;
	border-radius: 2px;
	letter-spacing: 2px;
	transition: all 0.1s ease-in-out;
	cursor: pointer;
}
.input_mp1:hover, .input_mp1:active {
	background-color: #ddb461;
	color: #000000;
}
.menu_page_container {
	display: block;
}
.menu_page_container ul {
	display: block;
	list-style: none;
	padding: 5% 0;
	text-align: center;
}
.menu_page_container ul li {
	display: inline-block;
	padding: 0 10px;
}
.menu_page_container ul li:last-child {
	display: block;
	margin: -2% 0 0 0;
}
.input_mp {
	width: 180px;
	height: 48px;
	background: none;
	padding: 0 20px;
	color: #ddb461;
	font-family: "DM Sans", Sans-serif;
	font-size: 16px;
	font-weight: bold;
	text-transform: uppercase;
	margin: 8% 0 10px 0;
	line-height: 125%;
	border: 1px solid #ddb461;
	border-radius: 2px;
	letter-spacing: 2px;
	transition: all 0.1s ease-in-out 0s;
}
.input_mp:hover, .input_mp:active {
	color: #071D1B;
	background-color: #ddb461;
	transition: all 0.1s ease-in-out 0s;
}
@media screen and (max-width:710px) {
	.services_container1 h1 {
		font-size: 200%;
	}
}
@media screen and (max-width:523px) {
	.services_container1 h1 {
		font-size: 135%;
	}
}
/*Menu Page Body End*/