@import url('https://fonts.googleapis.com/css2?family=Kanit:wght@100;200;300;400&display=swap');

* {
	padding: 0;
	margin: 0;
	box-sizing: border-box;
	font-family: 'Kanit', sans-serif;
	font-weight: 200;
	user-select: none;
}

body {
	background-image: linear-gradient(#070000, #490101, #070000);
}

.bg-page {
	position: fixed;
	bottom: 0;
	left: -200px;
	z-index: -10;
}

.magintop {
	margin-top: 120px;
}

nav {
	position: fixed;
	top: 0;
	right: 0;
	width: 100%;
	z-index: 10;
	background-image: linear-gradient(#490101, #070000);
	border-bottom: solid;
	border-image-slice: 1;
	border-width: 3px;
	border-image-source: linear-gradient(90deg, #000000 0, #fcca6a 50%, #000000 100%);
	box-shadow: 0 0 20px #000000c4;
}

.navbar {
	max-width: 1200px;
	width: 100%;
	margin: 0 auto;
	display: flex;
	justify-content: space-between;
	align-items: center;
}

.menu-navbar {
	display: flex;
	align-items: center;
}

.logo-navbar {
	margin: 10px 0;
	display: flex;
	align-items: center;
	justify-content: space-between;
}

.menu-navbar-item {
	font-weight: 200;
	text-decoration: none;
	color: #fff;
	margin: 0 5px;
	transition: .3s;
}

.menu-navbar-item:hover {
	color: #dabf11;
}

.btn {
	margin: 0 5px;
	font-weight: 400;
	text-decoration: none;
	color: #fff;
	/* padding: 5px 10px; */
	border-radius: 50px;
}

.btn-register {
	margin-left: 20px;
	background-color: #292a2c;
	transition: .3s;
}

.btn-register:hover {
	background-color: #0b0b0b;
}

.btn-login {
	background-color: #b21313;
	transition: .3s;
}

.btn-login:hover {
	background-color: #a10000;
}

.sidenav {
	height: 100%;
	width: 0;
	position: fixed;
	z-index: 20;
	top: 0;
	left: 0;
	background-image: linear-gradient(#292a2c, #0b0b0d);
	overflow-x: hidden;
	transition: .2s;
	padding-top: 60px;
	text-align: center;
}

.sidenav a {
	padding: 10px 0;
	text-decoration: none;
	font-size: 25px;
	color: #b9b9b9;
	display: block;
	transition: 0.3s;

}

.sidenav a:hover {
	color: #fff;
}

.sidenav .active {
	color: #fff;
}

.sidenav .closebtn {
	position: absolute;
	top: 0;
	right: 25px;
	outline: none;
	font-size: 50px;
	margin-left: 50px;
}

.open-sidenav {
	position: absolute;
	top: 0;
	right: 0;
	display: none;
	font-size: 30px;
	color: #fff;
	cursor: pointer;
}

menu {
	display: none;
}

.container {
	color: #fff;
	max-width: 1200px;
	margin: 0 auto;
}

.img-a-href {
	text-decoration: none;
}

.img-border-gold {
	border: 3px solid #fcca6a;
}

.detail-article {
	display: flex;
	align-items: center;
	margin: 10px 15px;
}

.w-50p {
	width: 50%;
}

.w-100p {
	width: 100%;
}

.p-10-20 {
	padding: 10px 20px;
}

.box h1,
h2,
h3,
h4,
h5,
h6 {
	text-shadow: 0 0 5px #fcc96a84;
	background: -webkit-linear-gradient(#fcca6a, #fcca6a, #dfa23f 90%);
	background-clip: text;
	font-size: 20px;
	font-weight: 400;
	-webkit-background-clip: text;
	-webkit-text-fill-color: transparent;
}

.text-indent {
	text-indent: 30px;
}

.box-text {
	line-height: 1.6em;
	border: solid;
	border-image-slice: 1;
	border-width: 5px;
	border-image-source: linear-gradient(60deg, #000000 0, #fcca6a 50%, #000000 100%);
	background-color: hsla(0, 0%, 0%, 0.4);
}

.box-text b,
.box-text span {
	text-shadow: 0 0 5px #fcc96a84;
	background: -webkit-linear-gradient(#fcca6a, #fcca6a, #dfa23f 90%);
	background-clip: text;
	font-weight: 400;
	-webkit-background-clip: text;
	-webkit-text-fill-color: transparent;
}

.image-review-m {
	display: none;
	width: 100%;
}

.image-review-d {
	display: inline;
	width: 100%;
}

.swiper-wrapper {
	text-align: center;
}

.box-article {
	padding: 12px;
	display: flex;
	justify-content: center;
}

.article-box {
	width: 33%;
	margin: 5px;
}

.article-box img {
	border-radius: 10px;
	width: 100%;
	cursor: pointer;
}

.swiper-slide img {
	width: 80%;
	border: solid;
	border-image-slice: 1;
	border-width: 5px;
	border-image-source: linear-gradient(60deg, #000000 0, #fcca6a 50%, #000000 100%);
}

.line-gold {
	background-image: linear-gradient(60deg, #292a2c00 0, #fcca6a 50%, #292a2c00 100%);
	height: 5px;
	margin: 20px 0;
}

.font-size-40 {
	font-size: 40px;
}

menu {
	background-image: linear-gradient(#490101, #070000);
	background-size: 100%;
	border-top: solid 2px #fcb900;
	box-shadow: 0px 0px 10px #fcb900;
	border-radius: 20px 20px 0px 0px;
	position: fixed;
	bottom: 0;
	z-index: 10;
	height: 60px;
	width: 100%;
	display: none;
	justify-content: space-around;
}

.menu-bar {
	position: fixed;
	bottom: 0;
	display: flex;
	justify-content: space-around;
	align-items: center;
	width: 100%;
}

.menu-bar a {
	color: #f3d177;
	text-shadow: 0px 0px 10px #eeebe2;
	width: 100%;
	text-align: center;
	text-decoration: none;
	font-size: 12px;
}

.menu-bar i {
	color: #f3d177;
	text-shadow: 0px 0px 2px #eeebe2;
	font-size: 20px;
}

.logo-home img {
	width: 70%;
}

.logo-register img {
	width: 70%;
}

.logo-center {
	position: relative;
}

.logo-center2 {
	width: 70%;
	opacity: 0;
}

.home2 {
	position: absolute;
	top: -20%;
	scale: 1.5;
	background-size: cover;
	padding: 10px;
	left: 0;
	width: 100%;
	animation: float2 3s infinite;
}

.logo-promotion img {
	width: 70%;
}

.logo-line img {
	width: 70%;
}

@media screen and (max-width: 1050px) {

	.detail-article {
		flex-direction: column;
	}

	.flex-rev {
		flex-direction: column-reverse;
	}

	.w-100p {
		width: 100%;
	}

	.w-50p {
		width: 100%;
	}

	.image-review-d {
		display: none;
	}

	.box-article {
		flex-wrap: wrap;
	}

	.article-box {
		width: 90%;
		margin: 20px 0;
	}

	.image-review-m {
		display: inline;
	}

	.magintop {
		margin-top: 120px;
	}

	.logo-navbar {
		width: 100%;
		justify-content: space-around;
	}

	.navbar {
		flex-direction: column;
		padding-bottom: 15px;
	}

	menu {
		width: 100%;
		z-index: 10;
		height: 60px;
		display: inline;
		position: fixed;
		bottom: 0;
		left: 0;
		background-image: linear-gradient(90deg, #030007, #4e0202, #030007);
		border-top: solid 2px #fcb900;
		border-radius: 20px 20px 0px 0px;
	}

	.menu {
		width: 100%;
		position: fixed;
		bottom: 0;
		display: flex;
		justify-content: space-around;
	}

	.menu-item {
		font-size: 12px;
		width: 100%;
		color: #ffe18e;
		text-shadow: 0px 0px 5px #fcb900;
		text-decoration: none;
		align-items: center;
		display: flex;
		flex-direction: column;
	}

	.menu-item img {
		width: 60px;
	}

	.menu-navbar-item {
		display: none;
	}

	.open-sidenav {
		margin: 0 15px;
		display: inline;
	}

	.sidenav {
		padding-top: 15px;
	}

	.sidenav a {
		font-size: 18px;
	}
}