@import url('https://fonts.googleapis.com/css2?family=Poppins:wght@400;500;600;700&display=swap');

.montserrat-<uniquifier> {
  font-family: "Montserrat", sans-serif;
  font-optical-sizing: auto;
  font-weight: <weight>;
  font-style: normal;
}
body{
	line-height: 1.5;
	font-weight: lighter;
	overflow-x: hidden; font-size: .9em;
		font-family: "Montserrat", serif; font-weight:440; COLOR: #000000;

}

h1, h2, h3, h4, h5, h6 { margin-top: 4px; color: #520933;}
h1 { font-size: 1.4em; }
h2 { font-size: 1.4em; font-family: "Playfair Display", serif; font-weight:lighter; margin:12px 0 28px 0;}
.h2-p {font-size: 1.75em;  margin:30px 0 40px 0; font-family: "Playfair Display", serif; font-weight:lighter;}
h3 { font-size: 1.1em; font-weight:500;}
.h3-p {font-size: 1.65em;  margin:30px 0 40px 0;}
h4 { font-size: 0.8em; }
h5 { font-size: 0.8em; }
h6 { font-size: 0.8em; }


p {
  margin-bottom: 16px; /* Adjust the value as needed (em, rem, or px are common) */
}


h2.inner { font-size:1.4em; color:#520933; text-align:center; margin: 45px 12px 12px 12px;}

a:link { color: #976107; text-decoration: none;}
a:visited { color: #976107;}
a:hover { color: #000; text-decoration: none;}
a:active { color: #976107;}


.shan{
	line-height: 1.5; color:#000;
	overflow-x: hidden; font-size: 1.4em;
	font-family: "Playfair Display", serif;
}


.pa-link {
	font-family: "Montserrat", serif;
	font-weight:600; font-size:1em; color:#ff0000; padding: 0 8px;
}
.pa-link:hover {
	 TEXT-DECORATION: none;
}

.vline {
	font-family: "Montserrat", serif;
	font-weight: lighter;
}

*{
	margin:0;
	box-sizing: border-box;
}
:before,:after{
	box-sizing: border-box;
}
.container{
	max-width: 1920px;
	margin:auto;
}
.row{
	display: flex;
	flex-wrap: wrap;
}
.v-center{
	align-items: center;
}
ul{
	list-style: none;
	margin:0;
	padding:0;
}
a{
	text-decoration: none;
}

/* mobile only */
@media only screen
and (min-width : 999px) {
.mobile {display:none;}
}
/* desktop only */
@media only screen
and (max-width : 999px) {
.desktop {display:none;}
}

.strike h3 {overflow-x: hidden; font-size: 1.4em; font-family: "Playfair Display", serif; font-weight:lighter; }
.strike {display: block; text-align: center; overflow: hidden; white-space: nowrap; font-size:18px; margin:30px 0;}
.strike > span { position: relative; display: inline-block;}
.strike > span:before,
.strike > span:after { content: ""; position: absolute; top: 50%; width: 9999px; height: 2px; background: #fff;}
.strike > span:before { right: 100%; margin-right: 15px;}
.strike > span:after { left: 100%; margin-left: 15px;}
img { max-width: 100%; height: auto;}
img.test { float: right; max-width: 100%; padding: 0.3em 0.35em; border: 1px solid #DBDFEC; margin: 2px 0px 2px 10px;}
img.dining { float: right; max-width: 100%; padding: 0.3em 0.35em; border: 1px solid #F2C1AE; margin: 2px 0px 2px 10px; height:200px;}

.container1 { padding: 18px 0;float:left; width:100%; background-color:#F9F7F6;}
.container2 { padding: 0px 0 38px 0;float:left; width:100%; background-color:#fff;}

hr {
  border:none; border-top:1px solid #924A01; color:#fff; background-color:#fff; height:1px; width:96%; 
  margin-left: auto;  margin-right: auto;}

.col1 {float:left; margin-left: 6%; width:37%;}
.col2 {float:left; margin-left: 9%; width:45%;}

.gap{width:100%; overflow:auto; padding: 0; }
.crum{width:100%; overflow:auto; padding: 12px 12px 12px 124px; background-color:#F4F5F6; }
.crumarrow {
    position: relative; top: -1pt;
    /* top: 3pt; Uncomment this to lower the icons as requested in comments*/
    content: "";
    display: inline-block;
    /* By using an em scale, the arrows will size with the font */
    width: 0.55em;
    height: 0.55em;
    border-right: 0.15em solid black;
    border-top: 0.15em solid black;
	border-radius: 2px;
    transform: rotate(45deg);
    margin-right: 0.5em;
	border-color:#E0AA1B;
}

ul.a {list-style-type: square; line-height: 190%; color:#924A01; margin-left:50px; }

.inner {padding: 4px 24px;}

.col4 {float:left; margin-left: 8%; width:90%;}
.col5 {float:left; margin-left: 8%; width:78%; border-bottom:1px solid #924A01; padding-bottom:10px;}
.col6 {float:left; margin-left: 8%; width:78%; padding-bottom:4px;}
.col7 {float:left; margin-left: 8%; width:90%; border-bottom:1px solid #924A01; padding-bottom:10px; margin-bottom:48px;}
img.inner { float: left; max-width: 100%; padding: 0.3em 0.35em; border: 1px solid #DBDFEC; margin: 2px 0px 2px 10px;}

.col2-1 {float:left; margin-left: 3%; width:45%;}
.col2-2 {float:left; margin-left: 3%; width:45%; margin-right:3%}


/* header */
.header{
	display: block;
	width: 100%;
	position: relative;
	z-index: 99;
	padding:0;
	font-family: Arial, Helvetica, sans-serif;
}
.header .item-left{
	flex:0 0 12%; background-color:white; padding: 8px 0 0 30px;
}
.header .logo a{
	color:#000000;
	text-decoration: none;
}
.header .item-center{
	flex:0 0 100%; background-color:#F4F0EE; text-align:center;
}
.header .item-right{
	flex:0 0 17%;
	display: flex;
	justify-content: flex-end;
}
.header .item-right a{ 
     text-decoration: none;
     font-size: 16px;
     color:#555555;
     display: inline-block;
     margin-left: 10px;
     transition: color 0.3s ease;
}
.header .menu > ul > li{
	display: inline-block;
	line-height: 44px;
	margin-left: 0;
}
.header .menu > ul > li > a{
	font-size: 14px;
	color:#000;
	position: relative; text-align:left;
	text-transform: capitalize; 
	padding: 14px 30px 14.5px 30px; margin: 0; 
	margin-right:-5px; 	text-transform: uppercase; border-bottom: 2px solid #F4F0EE; 
	background: linear-gradient(black 0 0) bottom / 0% 2px no-repeat #F4F0EE;
  transition: 1s;
}
.header .menu > ul > li .sub-menu{
	position: absolute;
	z-index: 500;
	background-color:#F4F0EE;
	box-shadow: -2px 2px 70px -25px rgba(0,0,0,0.3); 
	padding: 20px 30px;
	transition: all 0.5s ease;
	margin-top:25px;
	opacity:0;
	visibility: hidden;
	text-align:left; 
}
@media(min-width: 992px){


.header .menu > ul > li.menu-item-has-children:hover .sub-menu{
	margin-top: 0;
	visibility: visible;
	opacity: 1;
}
}
.header .menu > ul > li .sub-menu > ul > li{
	line-height: 1;
}
.header .menu > ul > li .sub-menu > ul > li > a{
	display: inline-block;
	padding: 10px 0;
	font-size: 15px;
	color: #555555;
	transition: color 0.3s ease;
	text-decoration: none;
	text-transform: capitalize;
}
.header .menu > ul > li .single-column-menu{
	min-width: 280px;
	max-width: 350px;
}
.header .menu > ul > li .sub-menu.mega-menu > .list-item > ul > li{
   line-height: 1;
   display: block; 
}
.header .menu > ul > li .sub-menu.mega-menu > .list-item > ul > li > a {
	padding:10px 0;
	display: inline-block;
	font-size: 15px;
	color:#555555; background-color:#FF9999;
	transition: color 0.3s ease;
}
.header .menu > ul > li .sub-menu.mega-menu{ 
    left: 50%;
    transform: translateX(-50%);	
}

.header .menu > ul > li .sub-menu.mega-menu-column-4{
  max-width: 1920px;
  width: 100%; 	
  display: flex;
  flex-wrap: wrap;
  padding:4px 4px; background-color:#FFFFFF;
}
.header .menu > ul > li .sub-menu.mega-menu-column-4 > .list-item{
  flex:0 0 25%;
  padding:0 15px;
}
.header .menu > ul > li .sub-menu.mega-menu-column-4 > .list-item .title{
	font-size: 16px;
	color:#333333;
	font-weight: 500;
	line-height: 1;
	padding:10px 0;
}
.header .menu > ul > li .sub-menu.mega-menu-column-4 > .list-item.text-center .title{
	text-align: center;
}
.header .menu > ul > li .sub-menu.mega-menu-column-4 > .list-item img{
	max-width: 100%;
	width: 100%;
	vertical-align: middle;
	margin-top: 10px;
	height: 280px;
	object-fit: cover;
}
.header .menu > ul > li .sub-menu.mega-menu > .list-item > ul > li > a:hover,
.header .menu > ul > li .sub-menu > ul > li > a:hover,
.header .item-right a:hover,
.header .menu > ul > li:hover > a{
	color:#333333; background-color:#FFFFFF;
}
/* banner section */
.banner-section{
  background-image: url('../img/banner.jpg');
  background-size: cover;
  background-position: center;
  height: 700px;
  width: 100%;
  display: block;
}
.mobile-menu-head,
.mobile-menu-trigger{
	display: none;
}

/*responsive*/
@media(max-width: 991px){

body{font-weight: normal;}

.h2-p {font-size: 1.4em;  margin:20px 0 30px 0;}

.inner {padding: 4px 12px;}

.strike h3 {overflow-x: hidden; font-size: 1.4em; font-family: "Playfair Display", serif; font-weight:lighter; }
.strike {display: block; text-align: center; overflow: hidden; white-space: nowrap; font-size:10px; margin:30px 0;}
.strike > span { position: relative; display: inline-block;}
.strike > span:before,
.strike > span:after { content: ""; position: absolute; top: 50%; width: 100%; height: 2px; background: #fff;}
.strike > span:before { right: 100%; margin-right: 15px;}
.strike > span:after { left: 100%; margin-left: 15px;}


.container1 { padding: 4px 0;float:left; width:100%;}
.container2 { padding: 0px 0 38px 0;float:left; width:100%;}

.col1 {float:left; margin-left: 1px; width:95%;}
.col2 {float:left; margin-bottom: 18px; margin: 0 1px; width:100%; text-align:center;}
.col3 {float:left; margin-bottom: 18px; margin-left: 8px; width:95%;}
.col4 {float:left; margin-bottom: 18px; margin-left: 4px; width:95%; }
.col5 {float:left; margin-bottom: 18px; margin-left: 4px; width:95%; padding-bottom:24px;}
.col6 {float:left; margin-bottom: 18px; margin-left: 4px; width:95%; padding-bottom:24px;}



img.inner { float: left; max-width: 100%; padding: 0.3em 0.35em; border: 1px solid #DBDFEC; margin: 2px 0px 2px 2px;}
ul.a {list-style-type: square; line-height: 190%; color:#924A01; margin-left:24px; }
h2.inner { font-size:1.4em; color:#520933; text-align:center; margin: 12px;}

.col2-1 {float:left; margin-bottom: 18px; margin-left: 8px; width:95%;}
.col2-2 {float:left; margin-left: 8px; width:95%; margin-right:0}
img.dining {float: left; margin-bottom: 18px; margin: auto; display: block; max-width: 100%; padding: 0px; height:240px;}
.crum{padding: 12px 12px 12px 124px; background-color:#fff; }
.container{
	background-color:#F4F0EE;
}

.header .menu > ul > li .sub-menu.mega-menu > .list-item > ul > li > a:hover,
.header .menu > ul > li .sub-menu > ul > li > a:hover,
.header .item-right a:hover,
.header .menu > ul > li:hover > a{
	color:#000; background-size: 0% 0px; 
}


	.header .item-center{
		order:3;
		flex:0 0 100%; background-color:#F4F0EE;
	}
	.header .item-left,
	.header .item-right{
		flex:0 0 auto; background-color:#F4F0EE;
	}
	.v-center{
		justify-content: space-between;
	}
	.header .mobile-menu-trigger{
		display: flex;
		height: 40px;
		width: 30px;
		margin-left: 15px;
		cursor: pointer;
		align-items: center;
		justify-content: center;
	}
	.header .mobile-menu-trigger span{
		display: block;
		height: 2px;
background-color:#520933;		width: 24px;
		position: relative; margin-right:10px;
	}
	.header .mobile-menu-trigger span:before,
	.header .mobile-menu-trigger span:after{
		content: '';
		position: absolute;
		left:0;
		width: 100%;
		height: 100%;
		background-color: #520933;
	}
	.header .mobile-menu-trigger span:before{
		top:-6px;
	}
	.header .mobile-menu-trigger span:after{
		top:6px;
	}
	.header .item-right{
		align-items: center;
	}

	.header .menu{
		position: fixed;
		width: 100%;
		background-color:#ffffff;
		left:0;
		top:0;
		height: 100%;
		overflow: hidden;
		transform: translate(-100%);
		transition: all 0.5s ease;
		z-index: 1099;
	}
	.header .menu.active{
	   transform: translate(0%);	
	}
	.header .menu > ul > li{
		line-height: 1;
		margin:0;
		display: block;
	}
	.header .menu > ul > li > a{
		line-height: 50px;
		height: 50px;
		padding:0 50px 0 15px;
		margin:0;
		display: block;
		border-bottom: 1px solid rgba(0,0,0,0.1);
	}
	.header .menu > ul > li > a i{
		position: absolute;
		height: 50px;
		width: 50px;
		top:0;
		right: 0;
		text-align: center;
		line-height: 50px;
		transform: rotate(-90deg);
	}
	.header .menu .mobile-menu-head{
		display: flex;
		height: 50px;
		border-bottom: 1px solid rgba(0,0,0,0.1);
		justify-content: space-between;
		align-items: center;
		position: relative;
		z-index: 501;
		position: sticky;
		background-color: #ffffff;
		top:0;
	}
	.header .menu .mobile-menu-head .go-back{
		height: 50px;
		width: 50px;
		border-right: 1px solid rgba(0,0,0,0.1);
		cursor: pointer;
		line-height: 50px;
		text-align: center;
		color:#333333;
		font-size: 16px;
		display: none;
	}
	.header .menu .mobile-menu-head.active .go-back{
		display: block;
	}
	.header .menu .mobile-menu-head .current-menu-title{
		font-size: 15px;
		font-weight: 500;
		color:#333333;
	}
	.header .menu .mobile-menu-head .mobile-menu-close{
	    height: 50px;
		width: 50px;
		border-left: 1px solid rgba(0,0,0,0.1);
		cursor: pointer;
		line-height: 50px;
		text-align: center;
		color:#333333;	
		font-size: 25px;
	}
	.header .menu .menu-main{
		height: 100%;
		overflow-x: hidden;
		overflow-y: auto;
	}
	.header .menu > ul > li .sub-menu.mega-menu,
	.header .menu > ul > li .sub-menu{
		visibility: visible;
		opacity: 1;
		position: absolute;
		box-shadow: none;
		margin:0;
		padding:15px;
		top:0;
		left:0;
		width: 100%;
		height: 100%;
		padding-top: 65px;
		max-width: none;
		min-width: auto;
		display: none;
		transform: translateX(0%);
		overflow-y: auto;
	}
.header .menu > ul > li .sub-menu.active{
	display: block;
}
@keyframes slideLeft{
	0%{
		opacity:0;
		transform: translateX(100%);
	}
	100%{
	    opacity:1;
		transform: translateX(0%);	
	}
}
@keyframes slideRight{
	0%{
		opacity:1;
		transform: translateX(0%);
	}
	100%{
	    opacity:0;
		transform: translateX(100%);	
	}
}
	.header .menu > ul > li .sub-menu.mega-menu-column-4 > .list-item img{
		margin-top:0;
	}
	.header .menu > ul > li .sub-menu.mega-menu-column-4 > .list-item.text-center .title{
		margin-bottom: 20px;
	}
	.header .menu > ul > li .sub-menu.mega-menu-column-4 > .list-item.text-center:last-child .title{
		margin-bottom:0px;
	}
	.header .menu > ul > li .sub-menu.mega-menu-column-4 > .list-item{
		flex: 0 0 100%;
        padding: 0px;
	}
	.header .menu > ul > li .sub-menu > ul > li > a,
	.header .menu > ul > li .sub-menu.mega-menu > .list-item > ul > li > a{
		display: block;
	}
	.header .menu > ul > li .sub-menu.mega-menu > .list-item > ul {
		margin-bottom: 15px;
	}
	.menu-overlay{
		position: fixed;
		background-color: rgba(0,0,0,0.1);
		left:0;
		top:0;
		width: 100%;
		height: 100%;
		z-index: 1098;
		visibility: hidden;
		opacity:0;
		transition: all 0.5s ease;
	}
	.menu-overlay.active{
	  visibility: visible;
	  opacity:1;	
	}
}