@font-face {
    font-family: 'FC Pride';
   src: url('../fonts/FCPride.woff2') format('woff2'),
        url('../fonts/FCPride.woff') format('woff');
    font-weight: 300;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'Optima';
    src: url('../fonts/Optima-Medium.woff2') format('woff2'),
         url('../fonts/Optima-Medium.woff') format('woff');
    font-weight: 500;
    font-style: normal;
    font-display: swap;
}




* {
	box-sizing: border-box;
	margin: 0;
	padding: 0;
}

body {
	background: #e7352b !important;
	margin: 0;
	padding: 0;
	overflow: auto;
}

#wrapper-dsk {
	position: relative;
	max-width: auto;
	width: 100%;
}
#wrapper-mb {
	display: none;
}

a {
	font-size: 24px;
	font-family: "FC Pride" !important;
	font-weight: 300 !important;
	color: #fff2e9 !important;
	text-decoration: none;
	line-height: 1;
}
.fw--container {
	display: block;
	margin: 0 auto;
	width: 100%;
	max-width: auto;
	height: auto;
}

.grid--container {
    display: grid;
    margin: 0 auto;
    grid-template-columns: 1fr 1fr;
    width: 100%;
    max-width: 100%; 
    height: 100vh; 
    position: relative;
    grid-gap: 40px;
}

.item--left {
    display: block;
    position: relative;
    width: 100%;
    height: 100vh;
    height: 100dvh;
    overflow: hidden;
}

.item--right {
	display: block;
	position: relative;
	width: 100%;
	height: 100vh;
	margin-top: 40px;
	padding: 0 40px;
}

.video--block {
    height: 100%;
    width: 100%;
    object-fit: cover;
    object-position: center center;
    display: block;
}

.video--block {
    height: 100%;
    width: 100%;
    object-fit: cover;
    display: block;
}

.menu-title {
	font-family: "Optima", serif;
	color: #fff2e9;
	font-size: clamp(32px, 5vw, 80px);
	font-weight: 500;
}

.menu-sub-title {
    font-family: "FC Pride", serif;
    color: #f89a21;
    font-size: clamp(28px, 8vw, 60px);
    font-weight: 300;
    display: flex;
    align-items: center; 
}

.menu-sub-title::after {
    content: "";
    display: block;
    width: 25%;
    height: 4px;
    background-color: #f89a21;
    margin-left: 15px; 
        transform: translateY(8px);
}

.div--space--20 {
       margin: 20px auto;
}

.div--space--40 {
	margin: 40px auto;
}


.menu-list {
	list-style: none;
	padding: 0;
	margin-top: 20px;
}

.menu-item {
	padding: 12px 0;
	font-size: 20px;
}


.dot {
	color: #f89a21;
}

/* On smaller screens, decrease text size */
@media only screen and (max-width: 300px) {
}

@media only screen and (max-width: 1366px) {
	.menu-item {
		margin-bottom: 24px;
	}
}

@media only screen and (max-width: 480px) {
	#wrapper-dsk {
		display: none;
	}

	body {
		overflow: auto;
	}

	#wrapper-mb {
		display: block;
		position: relative;
		width: 100%;
		height: 100vh;
	}

	body {
		overflow: auto;
	}
	.grid--container {
		display: grid;
		margin: 0 auto;
		grid-template-columns: 1fr;
	}

	.item--block {
		display: block;
		margin: 0 auto;
		padding: 0 20px;
		width: 100%;
		height: auto;
		padding-right: 10px;
	}

		.menu-item {
		margin-bottom: 12px;
	}

	.menu-title {
		font-size: 40px !important;
	}


	.menu-sub-title::after {
    content: "";
    display: block;
    width: 100%;
}


	.video--block {
		height: auto;
		width: 100%;
		object-fit: cover;
	}

	.menu-block {
		padding: 10px;
	}

	a {
	font-size: 20px;
	}

}
