*:where(
		:not(html, iframe, canvas, img, svg, video, audio):not(svg *, symbol *)
	) {
	all: unset;
	display: revert;
}

html {
	font-size: 100%;
}
@supports (not selector(::-webkit-scrollbar)) {
	html {
		scrollbar-width: thin;
		scrollbar-color: #3f518a #fafafa;
	}
}
::-webkit-scrollbar {
	width: 3px;
	height: 3px;
	background: #3f518a;
}
::-webkit-scrollbar-thumb {
	background: #fafafa;
	border-radius: 1ex;
	box-shadow: 0px 1px 2px rgba(0, 0, 0, 0.75);
}

html,
body {
	touch-action: manipulation; /* Prevents double-tap zoom */
}

*,
*::before,
*::after {
	box-sizing: border-box;
}

body {
 
	position: relative;
	width: 100%;
	text-rendering: optimizeSpeed;
	line-height: 1.5;

	background-color: #091d36;
	color: #fafafa;
	font-size: 18px;
	overflow-x: hidden;
	overflow-y: scroll;
}

a,
button {
	cursor: pointer;
	-webkit-tap-highlight-color: transparent;
	touch-action: manipulation;
	user-select: none;
}
ol,
ul {
	list-style: none;
}

img {
	max-inline-size: 100%;
	max-block-size: 100%;
}
img,
picture,
figcaption {
	width: 100%;
	display: inline-block;
}

picture {
	display: block;
	width: 100%;
	height: 100%;
}

picture img {
	width: 100%;
	height: 100%;
	object-fit: cover;
	display: block;
}
svg {
	display: inline-block;
	width: 100%;
}
button,
input,
select,
textarea,
label,
span,
li,
a {
	display: inline-block;
}
table {
	border-collapse: collapse;
}
input,
textarea {
	-webkit-user-select: auto;
}
textarea {
	white-space: revert;
}
meter {
	-webkit-appearance: revert;
	appearance: revert;
}
:where(pre) {
	all: revert;
}
::placeholder {
	color: unset;
}
::marker {
	content: initial;
}

select {
	cursor: pointer;
}

:where([contenteditable]:not([contenteditable="false"])) {
	-moz-user-modify: read-write;
	-webkit-user-modify: read-write;
	overflow-wrap: break-word;
	-webkit-line-break: after-white-space;
	-webkit-user-select: auto;
}
:where([draggable="true"]) {
	-webkit-user-drag: element;
}
:where(dialog:modal) {
	all: revert;
}

/* h1 {
	font-size: 22px;
	font-family: "Spectral", serif;
	font-weight: 500;
	font-style: normal;
	font-size: 22px;
	letter-spacing: 1px;
	line-height: 1.5;
}

h2 {
	font-size: 20px;
}
p {
	font-size: 18px;
} */

p,
address {
	font-family: "Public Sans", sans-serif;
	font-optical-sizing: auto;

	font-style: normal;
}

/* Header  */
header {
	/* padding: 18px 10px; */
	padding: 2px 10px;
	height: 95px;
	display: flex;
	justify-content: space-between;
	background-color: #091d36;

	position: fixed;
	top: 0;
	left: 0;
	width: 100%;
	z-index: 2400;
	align-items: center;
	/* border-bottom: 1px solid #3c3916; */
	z-index: 3;
}

/* header.hide{
 transform: translateY(-100%);
 transition: transform 0.6s ease;
}

header.show {
  transform: translateY(0);
  transition: transform 0.6s ease;
} */

#nav-bx,
#mobil-nav {
	display: flex;
	width: 30px;
	height: 30px;
	align-items: center;
	justify-content: center;
}

#hamburgerButton {
	width: 30px;
	height: 30px;
	position: relative;
}

.hamburger-bar {
	position: absolute;
	width: 22px;
	height: 2px;
	background: #daa520;
	border-radius: 1px;
	transition: transform 0.4s ease, width 0.4s ease;
	will-change: transform, width;
}

.hamburger-bar:nth-child(1) {
	transform: translateY(-6px) rotate(0deg);
}

.hamburger-bar:nth-child(2) {
	transform: translateY(6px) rotate(0deg);
}

.hamburger-bar:nth-child(3) {
	transform: translateY(0) rotate(0deg);
}

.hamburger-bar.open:nth-child(1) {
	transform: translate(0) rotate(-45deg);
}

.hamburger-bar.open:nth-child(2) {
	transform: translate(0) rotate(45deg);
}

.hamburger-bar.open:nth-child(3) {
	transform: translate(10px) rotate(0);
	width: 0;
}

#mobile-nav-bx {
	position: fixed;
	left: -100%;
	top: 95px;
	overflow-y: hidden;
	height: 100%;
	max-height: 100vh;
	width: 100vw;
	visibility: hidden;
	opacity: 0;
	transition: all 0.9s ease-in-out;
}

#mobile-nav-bx.open {
	visibility: visible;
	left: 0;
	opacity: 1;
	transition: all 0.9s ease-in-out;
	z-index: 1100;
	backdrop-filter: blur(2px);
	background-color: #0a1c24;
}

#mobilemenu {
	width: 100%;
	max-width: 800px;
	color: #fff;
	/* background-color: #171718; */
	background-color: #0a1c24;
	border-top: 1px #4c4c4c solid;
	transition: left 0.9s ease-in-out;
	display: flex;
	flex-direction: column;
	padding-bottom: 30px;
}

#mobilemenu.open {
	overflow: hidden;
	z-index: 1100;
}

.mobile-menu-item {
	height: 66px;
	display: flex;
	align-items: center;
	justify-content: space-between;
	text-transform: uppercase;
	font-size: 14px;
	padding: 0 23px;
	letter-spacing: 0.7px;
	border-bottom: 1px #4c4c4c solid;
}

#menu-info {
	display: flex;
	flex-direction: column;
	align-items: center;
}

#menu-info > p {
	font-size: 12px;
	text-align: center;
	max-width: 66%;
	color: #6e6e6e;
}

.logo-bx {
	/* display: flex; */
	flex-direction: column-reverse;
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translate(-50%, -50%);
	width: 45%;
	max-width: 180px;
}
.logo-bx > a {
	width: 100%;
}

/* Homepage  */
main {
	margin-top: 85px;
	/* margin-bottom: 6vh; */
}

#hm-bnr-d {
	display: none;
}

#hm-bnr {
	position: relative;
}

/* #hm-bnr::before {
  content: '';

  position: absolute;

  top: 0;

  left: 0;

  width: 100%;

  height: 100%;

  background: -moz-linear-gradient(top, rgba(1,1,5,1) 0%, rgba(6,8,14,1) 4%, rgba(56,82,105,0) 44%, rgba(125,185,232,0) 100%);

  background: -webkit-linear-gradient(top, rgba(1,1,5,1) 0%,rgba(6,8,14,1) 4%,rgba(56,82,105,0) 44%,rgba(125,185,232,0) 100%);

  background: linear-gradient(to bottom, rgba(1,1,5,1) 0%,rgba(6,8,14,1) 4%,rgba(56,82,105,0) 44%,rgba(125,185,232,0) 100%);

  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#010105', endColorstr='#007db9e8',GradientType=0 );

  background: radial-gradient(circle, rgba(2,0,36,0) 0%, rgba(0,0,0,0.6) 35%);

} */

#hm-bnr::after {
	content: "";
	position: absolute;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	background: linear-gradient(
		to bottom,
		rgba(0, 0, 0, 0) 0%,
		rgba(0, 0, 0, 0.9) 100%
	);
	pointer-events: none;
	z-index: 1;
}

#hero-txt-home > h1 {
	width: 100%;
	font-family: "EB Garamond", serif;
	font-optical-sizing: auto;
	font-style: normal;
	text-align: center;
	color: #daa520;
	letter-spacing: 1px;
	position: absolute;
	top: 80%;
	left: 50%;
	transform: translate(-50%, -50%);
	z-index: 2;
	text-transform: uppercase;
}

#brand-txt {
	font-size: 27px;
	line-height: 1.5;
}
#tag-txt {
	font-size: 20px;
	font-weight: 200;
}

.txt {
	padding: 20px;
}
.txt > h2 {
	font-family: "EB Garamond", serif;
	padding-bottom: 12px;
	font-size: 18px;
	font-weight: 400;
	text-align: center;
	text-transform: uppercase;
	line-height: 1.5;
	letter-spacing: 1px;
}

.txt > p {
	font-size: 16px;
	font-weight: 200;
	line-height: 1.5;
	margin-bottom: 10px;
}

.icon-box {
	display: flex;
	flex-direction: column;
	align-items: center;
	margin: 15px 0;
	padding: 10px 0;
	border-top: 1px solid #d5d5d566;
	border-bottom: 1px solid #d5d5d566;
	font-size: 16px;
}
.icon {
	display: inline-block;
	width: 30px;
	height: 30px;
	stroke-width: 0;
	stroke: currentColor;
	fill: #d5d5d5;
}

.icon-txt {
	text-align: center;
}

.icon-txt > h3 {
	font-family: "EB Garamond", serif;
	padding-bottom: 10px;
	font-size: 20px;
}
.icon-txt > address {
	display: block;
	margin-bottom: 10px;
}

.btn-bx {
	display: flex;
	flex-direction: column;
	align-items: center;
}

.btn {
	width: 100%;
	padding: 10px;

	text-transform: uppercase;
	margin-bottom: 10px;
	text-align: center;
}

:is(.btn-directions, .btn-reserve, .btn-call) {
	border: 1px solid #d5d5d5;
}
.btn.menu,
.btn.drinks {
	padding: unset;
	border-bottom: 1px solid #d5d5d5;
	font-size: 15px;
}
.btn.menu {
	width: 13ch;
}

.btn.drinks {
	width: 12ch;
}
/* Footer  mobile */
.footer-m {
	height: 5vh;
	width: 100vw;
	z-index: 20;
	color: #333333;
	position: fixed;
	bottom: 0;
	right: 0;
	left: 0;
	background: rgb(240 240 240);
	display: flex;
	border-top: 1px solid rgb(204 204 204);
	align-items: center;
	justify-content: space-evenly;
	overflow: hidden;
	padding: 2.5rem 0;
	display: none;
}

.footer-m-a {
	display: block;
	display: flex;
	align-items: center;
	justify-content: center;
}

.footer-m-a img {
	width: 75%;
	height: 70%;
}
/* Main Footer  */

footer {
	font-family: "EB Garamond", serif;
	font-optical-sizing: auto;
	font-style: normal;
	background-color: #000;
}
.fter-top {
	display: flex;
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	-ms-flex-direction: column;
	flex-direction: column;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	/* padding-top: 30px; */
}

#footer-nav {
	display: flex;
	justify-content: center;
	width: 100%;
}
.fter-nav {
	width: 85%;
	display: flex;
	justify-content: space-around;
	padding-top: 20px;
	padding-bottom: 20px;
	font-size: 18px;
}
.sep {
	width: 75%;
	border-bottom: 1px solid #c7b198;
}
.loc {
	padding: 20px;
	font-size: 18px;
}
.sm-m {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
	margin-bottom: 20px;
	width: 100%;
}
.sm-m a {
	display: block;
	width: 40px;
	height: 40px;
	margin: 0 20px;
}

.fter-bottom {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	background-color: rgb(1, 2, 17);
	color: #fff;
	font-size: 16px;
	padding: 20px 0;
}

/* Menu  */

.dr-c {
 display: flex;
 flex-direction: column;
 align-items: center;
 /* background-color: #683636; */
 width: 100%;
	max-width: 100vw;
	margin-top: 95px;
	padding-top: 10px;

}

.dr-c :is(h1, h2) {
	font-family: "EB Garamond", serif;
	font-optical-sizing: auto;
	font-style: normal;
}
.bg-menu-c {
	/* background: no-repeat url("../img/winter-farmscape.jpg"); */
	background-position-x: 0%;
	background-position-y: 0%;
	background-size: auto;
	background-size: cover;
	background-position: center;
	padding-top: 10px;
	padding-bottom: 3rem;
}

.dr-cm {
	display: flex;
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	-ms-flex-direction: column;
	flex-direction: column;
 align-items: center;
 
 width: 100%;
 /* Bg image should come here  */
}

.bg-menu-bx {

 background-color: #000320;

 	border-radius: 10px;
 width:100%;
}

.dr-cm h1 {
	padding: 15px 0;
	font-size: 25px;
	text-transform: uppercase;
	text-align: center;
}

.info-txt {
	text-align: center;
	font-size: 16px;
	padding-bottom: 10px;
	max-width: 95%;
	margin: 0 auto;
}
.sub-menu-h {
	text-align: center;
}

.sub-menu-h.inner{
 	text-align: left;
  padding: 0 0 1rem 0;
}

.dr {
	padding: 1rem 1.5rem;
}

.dr-h {

	display: flex;
	-webkit-box-pack: justify;
	-ms-flex-pack: justify;
	justify-content: space-between;
	font-size: 18px;
	font-weight: 400;
 	font-family: "EB Garamond", serif;
	font-optical-sizing: auto;
	font-style: normal;
}



.dr > h2 {
	font-size: 18px;
}

.dr-h.special{
 line-height: 1;

}

.p-flx {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: justify;
	-ms-flex-pack: justify;
	justify-content: space-between;
}
.dr-p {
	font-size: 16px;
	font-weight: 400;
	font-style: italic;
	padding-bottom: 15px;
	border-bottom: 1px solid #cccccc;
}

.snack-txt {
	font-size: 16px;
	font-weight: 400;
	font-style: italic;
	max-width: 25ch;
}

.portions {
	display: flex;
	flex-direction: column;
	align-items: flex-end;
}
.sm-slant {
	font-size: 12px;
 font-style: italic;
 padding-bottom: 5px;
}
@media screen and (min-width: 700px) {
	.txt {
		padding: 5% 10%;
	}
.bg-menu-bx {
 
  width: 70%;
  
}
 .dr {
  padding: 25px 50px;
}
}

@media screen and (min-width: 1000px) {
	#mobile-nav-bx > div:first-of-type {
		width: 30%;
		height: 100%;
		padding-right: 10px;
	}
	#mobile-nav-bx.open {
		background-color: rgba(23, 23, 24, 0.636);
	}
	#mobile-nav-bx > div:first-of-type {
		width: 30%;
		height: 100%;
		padding-right: 10px;
		background-color: #0a1c24;
	}
	#hm-bnr-m {
		display: none;
	}
	#hm-bnr-d {
		display: block;
		height: 620px;
	}

	.feature-bx {
		height: 450px;
		display: flex;

		justify-content: center;
		position: relative;
	}
	.feature-bx > div {
		width: 50%;
	}
	.feature-bx:is(.bx-2, .bx-3) {
		height: 400px;
	}
	.txt {
		padding: unset;
	}
	.btn.btn-call {
		display: none;
	}
	.icon-box {
		border: unset;
	}
	.feature-bx.bx-1 .btn-bx {
		flex-direction: row;
		justify-content: space-between;
		align-items: center;
		width: 100%;
	}
	.feature-bx.bx-1 .btn-bx > a:nth-of-type(1) {
		margin-right: 10px;
	}
	.feature-bx > .txt {
		display: flex;
		flex-direction: column;
		align-items: center;
		justify-content: center;
		padding: 0 25px;
	}
	.feature-bx.bx-2 {
		flex-direction: row-reverse;
	}

	.sm-m a {
		display: block;
		width: 30px;
		height: 30px;
	}
}

@media screen and (min-width: 1200px) {
	#hm-bnr-d {
		height: 520px;
	}
 .dr {
  padding: 25px 100px;
}
}

@media screen and (min-width: 1300px) {
	#hm-bnr-d {
		height: 600px;
	}
	header {
		height: 95px;
	}
	#mobile-nav-bx {
		top: 95px;
	}

	main {
		margin-top: 95px;
	}

  .dr-c {
    /* max-width: 1366px; */
    text-align: left;
    margin-top: 95px;}

	#hero-txt-home > h1 {
		top: 60%;
	}

	#brand-txt {
		font-size: 45px;
		line-height: 2;
	}

	#tag-txt {
		font-size: 30px;
	}

	.feature-bx {
		height: 525px;
	}

	.feature-bx:is(.bx-2, .bx-3) {
		height: 500px;
	}
	.feature-bx > .txt {
		padding: 0 70px;
	}
	footer {
		padding: 25px 0;
	}
}

@media screen and (min-width:1900px){
   .bg-menu-bx {
    width: 60%;
  }
}
@media screen and (min-width:2000px){
   .bg-menu-bx {
    width: 50%;
  }
}