@import url("https://fonts.googleapis.com/css2?family=Kanit:wght@300;400;500;600;700&display=swap");

* {
	font-family: "Kanit" !important;
	box-sizing: border-box;
	margin: 0;
	padding: 0;
}

body {
	background: #3c5ed2 !important;
	margin: 0;
	padding: 0;
	overflow: hidden;
}

a {
	font-size: 20px;
	color: #fff !important;
	text-decoration: none;
	line-height: 1;
}
.fw--container {
	display: block;
	margin: 0 auto;
	max-width: 1920px;
	width: 100%;
	height: auto;
}

.grid--container {
	display: grid;
	margin: 0 auto;
	grid-template-columns: 1fr 1fr;
	width: 100%;
	max-width: 1600px;
	height: 100%;
	position: relative;
}

.item--left {
	display: block;
	position: relative;
	width: 100%;
	height: 100vh;
}

.item--right {
	display: block;
	position: relative;
	width: 100%;
	height: 100vh;
	margin-top: 40px;
	padding: 0 80px;
}

.yellow--bar-1 {
	display: block;
	height: 160px;
	width: 20px;
	background: #fcd163;
	position: absolute;
	top: 13%;
	left: 0;
}

.yellow--bar-2 {
	display: block;
	height: 320px;
	width: 20px;
	background: #fcd163;
	position: absolute;
	top: 50%;
	left: 0;
}

.item--block {
	display: block;
	margin: 40px auto 80;
	padding: 0;
	width: 100%;
}
.item--block-2 {
	display: block;
	position: relative;
	width: 100%;
	height: auto;
	margin-top: 80px;
}

.video--block {
	height: 100vh;
	width: 100%;
	object-fit: cover;
}

.menu-title {
	font-family: IvyBold;
	color: #fcd163;
	font-size: clamp(24px, 3vw, 54px);
	font-weight: 500;
}

.menu-item {
	margin-bottom: 40px;
}

.div--space {
	margin: 40px auto;
	border-bottom: 2px solid #fcd163;
}

/* 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) {
	body {
		overflow: auto;
	}
	.grid--container {
		display: grid;
		margin: 0 auto;
		grid-template-columns: 1fr;
	}

	.item--left {
		display: block;
		position: relative;
		width: 100%;
		height: auto;
	}

	.item--right {
		display: block;
		position: relative;
		width: 100%;
		height: auto;
		margin-top: 40px;
		padding: 0;
	}

	.item--block {
		display: block;
		margin: 0 auto;
		padding: 0 20px;
		width: 100%;
		height: auto;
		padding-right: 10px;
	}

	.item--block-2 {
		display: block;
		position: relative !important;
		width: 100%;
		height: auto;
		margin-top: 40px;
		padding: 20px;
		bottom: 0;
	}

	.menu-title {
		font-size: 32px !important;
	}

	.video--block {
		height: 100%;
		width: 100%;
	}

	.yellow--bar-1 {
		width: 6px;
	}

	.yellow--bar-2 {
		width: 6px;
	}
}
