body {
	background: url('../images/f53a909a0c25474da7da91af89e86c6f.jpg'), repeat;
	#background-size: cover;
	 overflow-x: hidden;
	max-width: 100vw;
}

.scrollbar-hide::-webkit-scrollbar {
	display: none;
}
.scrollbar-hide {
	-ms-overflow-style: none;
	scrollbar-width: none;
}
.fade-in-right {
	opacity: 0;
	transform: translateX(100%);
	transition: opacity 1s ease-out, transform 1s ease-out;
}
.fade-in-right.show {
	opacity: 1;
	transform: translateX(0);
}
.modal {
	position: fixed;
	top: 50%;
	left: 50%;
	transform: translate(-50%, -50%);
	width: 100%;
	max-width: 400px;
	height: auto;
	background: rgba(0, 0, 0, 0.7);
	display: flex;
	justify-content: center;
	align-items: center;
	opacity: 0;
	visibility: hidden;
	transition: opacity 0.3s ease, visibility 0.3s ease;
	z-index: 50;
	border-radius: 10px;
}
.modal.active {
	opacity: 1;
	visibility: visible;
}
.modal-content {
	background: #1e293b;
	padding: 2rem;
	border-radius: 10px;
	text-align: center;
	width: 100%;
}

.modalcst {
	position: fixed;
	top: 50%;
	left: 50%;
	transform: translate(-50%, -50%);
	width: 100%;
	max-width: 500px;
	height: auto;
	background: rgba(0, 0, 0, 0.7);
	display: flex;
	justify-content: center;
	align-items: center;
	opacity: 0;
	visibility: hidden;
	transition: opacity 0.3s ease, visibility 0.3s ease;
	z-index: 50;
	border-radius: 10px;
}
.modalcst.active {
	opacity: 1;
	visibility: visible;
}
.modalcst-content {
	background: #1e293b;
	padding: 2rem;
	border-radius: 10px;
	text-align: center;
	width: 100%;
}
.modalbgh {
	position: fixed;
	top: 50%;
	left: 50%;
	transform: translate(-50%, -50%);
	width: 100%;
	max-width: 500px;
	height: auto;
	background: rgba(0, 0, 0, 0.7);
	display: flex;
	justify-content: center;
	align-items: center;
	opacity: 0;
	visibility: hidden;
	transition: opacity 0.3s ease, visibility 0.3s ease;
	z-index: 50;
	border-radius: 10px;
}
.modalbgh.active {
	opacity: 1;
	visibility: visible;
}
.modalbgh-content {
	background: #1e293b;
	padding: 2rem;
	border-radius: 10px;
	text-align: center;
	width: 100%;
}