@font-face {
    font-family: 'SF Pro Display', serif;
    src: url('../fonts/SFProDisplay-SemiboldItalic.eot');
    src: url('../fonts/SFProDisplay-SemiboldItalic.eot?#iefix') format('embedded-opentype'),
        url('../fonts/SFProDisplay-SemiboldItalic.woff2') format('woff2'),
        url('../fonts/SFProDisplay-SemiboldItalic.woff') format('woff'),
        url('../fonts/SFProDisplay-SemiboldItalic.ttf') format('truetype');
    font-weight: 600;
    font-style: italic;
    font-display: swap;
}

@font-face {
    font-family: 'SF Pro Display', serif;
    src: url('../fonts/SFProDisplay-Regular.eot');
    src: url('../fonts/SFProDisplay-Regular.eot?#iefix') format('embedded-opentype'),
        url('../fonts/SFProDisplay-Regular.woff2') format('woff2'),
        url('../fonts/SFProDisplay-Regular.woff') format('woff'),
        url('../fonts/SFProDisplay-Regular.ttf') format('truetype');
    font-weight: normal;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'SF Pro Display', serif;
    src: url('../fonts/SFProDisplay-Medium.eot');
    src: url('../fonts/SFProDisplay-Medium.eot?#iefix') format('embedded-opentype'),
        url('../fonts/SFProDisplay-Medium.woff2') format('woff2'),
        url('../fonts/SFProDisplay-Medium.woff') format('woff'),
        url('../fonts/SFProDisplay-Medium.ttf') format('truetype');
    font-weight: 500;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'SF Pro Display', serif;
    src: url('../fonts/SFProDisplay-ThinItalic.eot');
    src: url('../fonts/SFProDisplay-ThinItalic.eot?#iefix') format('embedded-opentype'),
        url('../fonts/SFProDisplay-ThinItalic.woff2') format('woff2'),
        url('../fonts/SFProDisplay-ThinItalic.woff') format('woff'),
        url('../fonts/SFProDisplay-ThinItalic.ttf') format('truetype');
    font-weight: 100;
    font-style: italic;
    font-display: swap;
}

@font-face {
    font-family: 'SF Pro Display', serif;
    src: url('../fonts/SFProDisplay-BlackItalic.eot');
    src: url('../fonts/SFProDisplay-BlackItalic.eot?#iefix') format('embedded-opentype'),
        url('../fonts/SFProDisplay-BlackItalic.woff2') format('woff2'),
        url('../fonts/SFProDisplay-BlackItalic.woff') format('woff'),
        url('../fonts/SFProDisplay-BlackItalic.ttf') format('truetype');
    font-weight: 900;
    font-style: italic;
    font-display: swap;
}

@font-face {
    font-family: 'SF Pro Display', serif;
    src: url('../fonts/SFProDisplay-UltralightItalic.eot');
    src: url('../fonts/SFProDisplay-UltralightItalic.eot?#iefix') format('embedded-opentype'),
        url('../fonts/SFProDisplay-UltralightItalic.woff2') format('woff2'),
        url('../fonts/SFProDisplay-UltralightItalic.woff') format('woff'),
        url('../fonts/SFProDisplay-UltralightItalic.ttf') format('truetype');
    font-weight: 200;
    font-style: italic;
    font-display: swap;
}

@font-face {
    font-family: 'SF Pro Display', serif;
    src: url('../fonts/SFProDisplay-HeavyItalic.eot');
    src: url('../fonts/SFProDisplay-HeavyItalic.eot?#iefix') format('embedded-opentype'),
        url('../fonts/SFProDisplay-HeavyItalic.woff2') format('woff2'),
        url('../fonts/SFProDisplay-HeavyItalic.woff') format('woff'),
        url('../fonts/SFProDisplay-HeavyItalic.ttf') format('truetype');
    font-weight: 900;
    font-style: italic;
    font-display: swap;
}

@font-face {
    font-family: 'SF Pro Display', serif;
    src: url('../fonts/SFProDisplay-LightItalic.eot');
    src: url('../fonts/SFProDisplay-LightItalic.eot?#iefix') format('embedded-opentype'),
        url('../fonts/SFProDisplay-LightItalic.woff2') format('woff2'),
        url('../fonts/SFProDisplay-LightItalic.woff') format('woff'),
        url('../fonts/SFProDisplay-LightItalic.ttf') format('truetype');
    font-weight: 200;
    font-style: italic;
    font-display: swap;
}

@font-face {
    font-family: 'SF Pro Display', serif;
    src: url('../fonts/SFProDisplay-Bold.eot');
    src: url('../fonts/SFProDisplay-Bold.eot?#iefix') format('embedded-opentype'),
        url('../fonts/SFProDisplay-Bold.woff2') format('woff2'),
        url('../fonts/SFProDisplay-Bold.woff') format('woff'),
        url('../fonts/SFProDisplay-Bold.ttf') format('truetype');
    font-weight: bold;
    font-style: normal;
    font-display: swap;
}

/*
font-family: "Bebas Neue", sans-serif;
font-family: "Crimson Text", serif;

*/
::-webkit-scrollbar-thumb {
    background-color: #FFD700; /* gold color for the draggable part */
    border-radius: 6px; /* roundness of the draggable part */
    border: 3px solid #e0b555; /* darker gold border around the draggable part */
}

/* Targets the part of the scrollbar track where there isn’t the draggable part */
::-webkit-scrollbar-track {
    background: #fff; /* cream color for the rest of the scrollbar */
    border-radius: 6px; /* roundness of the scrollbar track */
}

/* Hover effect on the draggable part of the scrollbar */
::-webkit-scrollbar-thumb:hover {
    background-color: #e0b555; /* darker gold color on hover */
}

/* Firefox compatibility */
html {
    scrollbar-width: thin; /* "auto", "thin", "none" */
    scrollbar-color: #e0b555 #fff; /* thumb and track color in Firefox */
}
.fs-6{
    font-size:1rem;
}
a{
	text-decoration: none !important;
	display: inline-block;
	transition: .3s ease;
}
#header{
	min-height: 100vh;
	background: url('../images/header-bg.webp');
	background-repeat: no-repeat;
	background-size: cover;
	background-position: center center;
	position: relative;
}
#header:after{
	content: "";
	position: absolute;
	left: 0;
	top: 0;
	width: 100%;
	height: 100%;
	background: url('../images/header-overlay.png');
	background-repeat: no-repeat;
	background-size: cover;
	background-position: center center;
	z-index: 0;
}
.desktop-menu {
    position: relative;
    z-index: 1;
}
.desktop-menu-wrapper {
    display: flex;
    justify-content: space-between;
    align-items: flex-start;
    margin-top: 50px;
}
a.navbar-logo img {
    width: 110px;
}
.desktop-menu-wrapper a {
    font-size: 17px;
    font-weight: 400;
    color: #fff;
    margin-right: 80px;
    position: relative;
}

.desktop-menu-wrapper a:after{
	content: "";
    position: absolute;
    left: 50%;
    bottom: 0;
    width: 0px;
    height: 2px;
    background: #E0B555;
    border-radius: 10px;
    transform: translate(-50%, 5px);
    transition: .3s ease;
}
.desktop-menu-wrapper a:hover:after{
    width: 20px;
}
.menu-active:after {
    width: 20px !important;
}
.menu-active {
    font-weight: 500 !important;
    color: #E0B555 !important;
}
.desktop-menu-wrapper a:hover{
	color: #E0B555 !important;
}
.menu-right a:last-child {
    margin-right: 0px;
}
.menu-center a {
    margin-right: 0px;
}
a.menu-btn {
    border: 1px solid #E0B555;
    color: #E0B555;
    padding: 10px 30px;
    border-radius: 11px;
    font-weight: 500;
}
a.menu-btn:hover{
	background: #E0B555;
	color: #fff !important;
}
a.menu-btn:after{
	display: none !important;
}
a.navbar-logo:after{
	display: none !important;
}
.header-content {
    z-index: 1;
    position: relative;
    margin-top: 80px;
}
.header-content-wrapper h2 {
    text-shadow: 1px 2px 10px rgba(0,0,0,0.6);
    font-size: 110px;
    line-height: 105%;
    font-family: "Bebas Neue", sans-serif;
    color: #fff;

}
.header-content-wrapper h1 {
    font-size: 50px;
    color: #E0B555;
    font-family: "Crimson Text", serif;
}
.header-content-wrapper {
    width: 900px;
    max-width: 100%;
    margin-bottom: 120px;
}
.header-content-wrapper h3 {
    font-size: 36px;
    color: #fff;
    text-shadow: 1px 0 #000, -1px 0 #000, 0 1px #000, 0 -1px #000, 1px 1px #000, -1px -1px #000, 1px -1px #000, -1px 1px #000;
    font-family: "Crimson Text", serif;
}
.header-content-wrapper a {
    padding: 10px 25px;
    display: inline-block;
    background: rgb(244, 236, 174);
    background: linear-gradient(340deg, rgba(244, 236, 174, 1) 0%, rgba(224, 181, 85, 1) 60%);
    color: #000;
    font-size: 40px;
    font-weight: bold;
    font-family: "Crimson Text", serif;
    border-radius: 14px;
    text-shadow: 0 5px 8px #00000063;
    transition: .3s ease;
    margin-top: 30px;
}
.header-content-wrapper a:hover{
	background-size: 200% 200%;
}
#our-menu-and-about {
    background-size: contain;
    background: url(../images/overlay-2.png) repeat center;
}
#our-menu-section{
    padding: 80px 0;
}
.section-title h2 {
    font-size: 110px;
    line-height: 105%;
    font-family: "Bebas Neue", sans-serif;
    color: #E0B555;
}
.section-title {
    text-align: center;
}
.menu-tab-wrapper ul {
    border: 0 solid;
    width: fit-content;
    background: #0009;
    padding: 5px;
    border-radius: 50px;
    margin: 0 auto 50px;
}
.menu-tab-wrapper button {
    border-radius: 50px !important;
    padding: 7px 30px;
    border: 0px !important;
    font-size: 20px;
    font-family: 'SF Pro Display', serif;
    font-weight: 400;
    color: #fff;
}
.menu-tab-wrapper .nav-link.active {
    background: #e0b555;
    font-weight: 600;
}
.menu-tab-wrapper button:hover{
	background: #e0b555;
	color: #000 !important;
}
.menu-item-wrapper {
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
}
.menu-item-wrapper a {
    width: 32%;
    margin-bottom: 30px;
    border-radius: 15px;
    background: #0D0D0F;
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 14px 20px;
    border: 1px solid #0D0D0F;
    transition: .3s ease;
}
.menu-item-wrapper a:hover{
    border: 1px solid #E0B555;
}
.menu-item-image {
    background: #1B1B1B;
    padding: 8px;
    border-radius: 10px;
    transition: .3s ease;
    margin-right: 10px;
}
.menu-item-image img {
    width: 65px;
}
.menu-item-name p {
    margin-bottom: 0;
    color: #fff;
    font-size:1.3rem;
    font-family: 'SF Pro Display', serif;
    font-weight: 500;
}
.menu-item-price p {
    margin-bottom: 0;
    color: #E0B555;
    font-size: 1.3rem;
    font-family: 'SF Pro Display', serif;
    font-weight: 500;
}
.menu-tab-wrapper {
    margin-top: 25px;
}
.menu-item-wrapper a:hover .menu-item-image {
    background: #BB9134;
}
#about-us-section {
    padding: 80px 0;
    position: relative;
}
.about-us-image {
    position: absolute;
    top: 50%;
    left: 0;
    transform: translate(0px, -50%);
    z-index: -1;
}
.about-text p {
    font-size: 24px;
    line-height: 24px;
    color: #000;
    font-family: "Crimson Text", serif;
    margin-bottom: 25px;
}
.about-text {
    width: 750px;
    max-width: 100%;
    margin: 20px auto 0;
}
.about-text-flex {
    display: flex;
    justify-content: space-between;
}
.about-text-flex p:first-child{
    margin-left: 0;
    margin-right: 10px;
}
.about-text-flex p:last-child{
    margin-left: 10px;
    margin-right: 0;
}
.copyright-text p{
	font-size: 17px;

    font-family: 'SF Pro Display', serif;
	text-align: center;
}
div#footer {
    padding: 60px 0;
}
div#mobile-side-menu {
    min-width: 322px;
    background: #0D0D0F;
    border-radius: 0 30px 30px 0;
    box-shadow: 2px 3px 24px 0 #d9a7956e;
    width: 77%;
}
.mobile-logo {
    text-align: center;
}
.mobile-logo img {
    width: 70px;
}
.mobile-menu-list a {
    display: inline-block;
    width: fit-content;
    font-size: 17px;
    font-weight: 400;
    color: #545454;
    margin-right: 80px;
    position: relative;
    margin-bottom: 30px;
}
.mobile-menu-list {
    display: flex;
    flex-direction: column;
    margin-top: 50px;
    margin-left: 15px;
}
.mobile-menu-list a:after {
    content: "";
    position: absolute;
    left: 0;
    bottom: 0;
    width: 0;
    height: 2px;
    background: #E0B555;
    border-radius: 10px;
    transform: translate(0%, 5px);
    transition: .3s ease;
}


.mobile-menu-list a:hover:after{
    width: 20px;
}
.menu-active:after {
    width: 20px !important;
}
.menu-active {
    font-weight: 500 !important;
    color: #E0B555 !important;
}
.mobile-menu-list a:hover{
	color: #E0B555 !important;
}
a.menu-btn {
    border: 1px solid #E0B555;
    color: #E0B555;
    padding: 10px 30px;
    border-radius: 11px;
    font-weight: 500;
}
a.menu-btn:hover{
	background: #E0B555;
	color: #fff !important;
}
a.menu-btn:after{
	display: none !important;
}
a.navbar-logo:after{
	display: none !important;
}
.mobile-menu-header{
	display: none;
}
.offcanvas-backdrop {
    background-color: #0000 !important;
}
.header-menu {
    position: relative;
    z-index: 1;
    margin-top: 15px;
}
.header-menu .copyright-text p {
    color: #AEAEAE;
    margin-bottom: 35px;
    margin-top: 20px;
}
.menu-category-item a {
    width: 100% !important;
}
.menu-category {
    width: 32%;
}
.menu-category-title h5 {
    border-bottom: solid 1px white;
    font-size: 1.5rem;
    color: #fff;
    font-family: 'SF Pro Display', serif;
    margin-bottom: 15px;
    margin-top: 20px;
}
.menu-page-header:after {
    background-color: #00000085 !important;
}
section.dark .copyright-text ,.made-by{
    z-index: 999;
    color: white !important; /* Light text color */
}
.menu-item-details {
    margin: 5px 0;
}

.menu-item-options {
    font-family: 'SF Pro Display', serif;
}

.menu-item-options p {
    color: #E0B555;  /* Using your gold accent color */
    font-size: 1rem;
    margin: 2px 0;
    font-weight: 400;
}

/* Update menu item name to match your existing style */
.menu-item-name p {
    margin-bottom: 0;
    color: #fff;
    font-size: 1.3rem;
    font-family: 'SF Pro Display', serif;
    font-weight: 500;
}

/* Ensure price maintains existing style */
.menu-item-price p {
    margin-bottom: 0;
    color: #E0B555;
    font-size: 1.3rem;
    font-family: 'SF Pro Display', serif;
    font-weight: 500;
}

.menu-item-wrapper a:hover .menu-item-options p {
    color: #BB9134;  /* Matching your hover state color */
}

.special-menus {
    width: 100%;
    margin-bottom: 2rem;
}

.special-menu-title {
    color: #fff;
    font-family: 'SF Pro Display', serif;
    font-size: 1.5rem;
    font-weight: 500;
    border-bottom: 1px solid #E0B555;
    margin-bottom: 1.5rem;
    padding-bottom: 0.5rem;
}

.special-menu-item {
    background: linear-gradient(45deg, #0D0D0F, #1B1B1B);
    border: 2px solid #E0B555;
    border-radius: 15px;
    padding: 1.5rem;
    margin-bottom: 1rem;
    display: flex;
    justify-content: space-between;
    align-items: center;
    transition: all 0.3s ease;
}

.special-menu-item:hover {
    transform: translateY(-2px);
    box-shadow: 0 4px 15px rgba(224, 181, 85, 0.2);
    background: linear-gradient(45deg, #1B1B1B, #2B2B2B);
}

.special-menu-content {
    flex-grow: 1;
}

.special-menu-name {
    color: #E0B555;
    font-family: 'SF Pro Display', serif;
    font-size: 1.4rem;
    font-weight: 600;
    margin-bottom: 0.5rem;
}

.special-menu-description {
    color: #fff;
    font-family: 'SF Pro Display', serif;
    font-size: 1.1rem;
    opacity: 0.9;
}

.special-menu-price {
    background: #E0B555;
    color: #0D0D0F;
    padding: 0.5rem 1.5rem;
    border-radius: 10px;
    font-family: 'SF Pro Display', serif;
    font-size: 1.3rem;
    font-weight: 600;
    margin-left: 2rem;
    white-space: nowrap;
}
