:root {
	--primary-color: #ffbb00;
	--tertiary-color: #db4ac3;
	--dark-color: #2d3443;
	--darkest-color: #020202;
	--mitragame-bg-color: #transparent;
	--text-common-color: #e0f0ff;
	--infobar-linear-gradient-color: linear-gradient(#db4ac3, #157dee);
	--bg-dark-color: #2d3443;
	--bg-darker-color: #020202;
	--text-btn-primary-color: #0e0e0e;
	--bg-info-content: #303031;
	--border-primary: #db4ac3;
	--border-secondary: #157dee;
}

@media (prefers-reduced-motion:no-preference) {
	:root {
		scroll-behavior: smooth
	}
}

@font-face {
	font-family: "Advanced Dot Digital-7";
	font-style: normal;
	font-weight: 400;
	src: local("Advanced Dot Digital-7"),
		url("https://fonts.cdnfonts.com/s/26574/advanced_dot_digital-7.woff")format("woff")
}

*,
:after,
:before {
	box-sizing: border-box
}

html {
	font-family: sans-serif;
	line-height: 1.15;
	text-size-adjust: 100%;
	height: 100%;
	font-size: 0.9rem;
	-webkit-tap-highlight-color: var(--mitragame-bg-color)
}

body {
	position: relative;
	min-height: 100%;
	margin: 0;
	font-family: "Exo 2", sans-serif;
	font-size: 1.05rem;
	font-weight: 400;
	line-height: 1.5;
	text-align: justify;
	background-color: var(--bg-darker-color);
	color: var(--text-common-color)
}

nav img {
	max-width: 200px;
	height: auto;
	display: block;
	margin: 0 auto;
}

img,
svg {
	vertical-align: middle
}

.custom-background {
	background-image: url(/images/Background2.webp);
	background-position: center;
	background-size: 100% 100%;
	background-repeat: no-repeat;
	background-attachment: fixed
}

img {
	max-width: 100%;
	height: auto
}

.size-width {
	width: 900px;
	max-width: 100%
}

.ff {
	margin: 0 auto;
	box-shadow: 0 0 10px -1px var(--primary-color);
	background-color: var(--bg-dark-color);
	padding-top: 63px;
	padding-bottom: 90px
}

.ff .te {
	width: 900px;
	max-width: 100%;
	margin: 0 auto;
	z-index: 1031
}

.te {
	background-color: var(--bg-darker-color);
	box-shadow: 0 0 10px -4px var(--primary-color);
	max-width: 100%;
	margin: 0 auto
}

hr {
	box-sizing: content-box;
	height: 0;
	overflow: visible;
	margin-top: 1rem;
	margin-bottom: 1rem;
	border-width: 0;
	border-style: none;
	border-color: initial;
	border-image: initial;
	border-top: 1px solid rgba(0, 0, 0, 0.1)
}

h1,
h2 {
	margin-top: 1.2rem;
	margin-bottom: 0.8rem;
	font-weight: bold;
	text-transform: uppercase;
	text-align: center;
	line-height: 1.2
}

h1 {
	font-size: 2.1rem
}

h4 {
	font-size: 1.2rem
}

p,
ul {
	margin-top: 0;
	margin-bottom: 1rem
}

a {
	color: var(--primary-color);
	text-decoration: none
}

a:hover {
	color: var(--tertiary-color)
}

.text-common {
	color: var(--text-common-color);
	text-transform: uppercase;
}

.py-025 {
	padding-top: 0.25rem;
	padding-bottom: 0.25rem
}

.px-025 {
	padding-left: 0.25rem;
	padding-right: 0.25rem
}

.px-05 {
	padding-left: 0.5rem;
	padding-right: 0.5rem
}

.p-025 {
	padding: 0.25rem
}

.p-05 {
	padding: 0.5rem
}

.p-1 {
	padding: 1rem;
}

.p-1 .text-center {
    text-transform: uppercase;
    font-weight: bold;
}

.m-0 {
	margin: 0
}

.text-center {
	text-align: center
}

.items-center {
	align-items: center
}

.text-lg {
	font-size: 1.4rem;
	line-height: 2rem
}

.w-full {
	width: 100%
}

.flex {
	display: flex
}

.flex-row {
	flex-direction: row
}

.flex-col {
	flex-direction: column
}

nav img[src="/images/Brand.png"] {
	max-width: 100px;
	height: auto;
	display: block;
	margin: 0 auto;
}

img[src="/images/SingaCover.webp"] {
	width: 100%;
	height: auto;
	display: block;
	margin: 0 auto;
}

.y {
	position: relative;
	display: flex;
	flex-wrap: wrap;
	align-items: center;
	justify-content: space-between;
	padding: 0.64rem 1rem
}

.ec {
	top: 0;
	position: fixed;
	right: 0;
	left: 0;
	z-index: 1030
}

.vb {
	display: block
}

.bb {
	padding: 0.5rem 0.75rem;
	font-size: 1rem;
	line-height: 1;
	font-weight: 600;
	text-transform: uppercase;
	background-color: var(--primary-color);
	background: var(--infobar-linear-gradient-color);
	border-radius: 10px;
	color: #fff;
	border-color: hsla(0, 0%, 100%, 0.1)
}

.bb:focus,
.bb:hover {
	background: var(--tertiary-color)
}

.marquee-container {
	margin: 0;
	margin-top: 4px
}

.info-area {
	position: relative;
	width: 100%;
	background-image: var(--infobar-linear-gradient-color)
}

.info-area:before {
	content: "";
	position: absolute;
	top: 0;
	border-top: 2px solid var(--border-primary);
	border-bottom: 1px solid var(--border-secondary);
	left: 0;
	width: calc(100% - 35px);
	height: 100%;
	background-color: var(--bg-info-content);
	transform: skew(-35deg, 0deg);
	transform-origin: bottom left
}

.marquee-item {
	display: none
}

.info-bar {
	position: relative;
	font-size: 1.1rem;
	color: var(--text-common-color);
	background-image: var(--infobar-linear-gradient-color);
	margin-right: 35px
}

.info-bar:after,
.info-bar:before {
	content: "";
	position: absolute;
	top: 0;
	height: 100%;
	background-image: var(--infobar-linear-gradient-color);
	transform: skew(-35deg, 0deg);
	transform-origin: bottom left
}

.info-bar:before {
	left: 0;
	width: 100%
}

.info-bar:after {
	right: -15px;
	width: 10px
}

.info-bar .info-bar-text {
	position: relative
}

.info-text {
	white-space: nowrap;
	overflow: hidden;
	box-sizing: border-box;
	flex: 0 0 calc(100% - 100px);
	max-width: 100%;
	z-index: 1
}

.marquee {
	flex: 0 0 auto;
	min-width: 100%;
	z-index: 1;
	display: flex;
	flex-direction: row;
	align-items: center;
	font-weight: bold;
	animation: marquee 20s linear infinite;
}

@keyframes marquee {
	0% {
		transform: translateX(100%)
	}

	100% {
		transform: translateX(-100%)
	}
}

.lb {
	position: relative;
	width: 100%;
	overflow: hidden
}

.lb:after {
	display: block;
	clear: both;
	content: ""
}

.lb img {
	display: block;
	padding: 0.5rem;
	border-radius: 1rem;
	width: 100%
}

.k {
	display: flex;
	justify-content: center;
	flex-wrap: wrap;
	margin-right: -10px;
	margin-left: -10px
}

.l {
	margin-right: 0;
	margin-left: 0
}

.l>.m {
	padding-right: 0;
	padding-left: 0
}

.m,
.n,
.o {
	position: relative;
	width: 100%;
	padding-right: 15px;
	padding-left: 15px
}

.m {
	flex-basis: 0px;
	flex-grow: 1;
	max-width: 100%
}

.mb {
	position: relative;
	display: block;
	float: left;
	width: 100%;
	margin-right: -100%;
	backface-visibility: hidden;
	transition: transform 0.6s ease-in-out 0s;
	transition: none 0s ease 0s
}

.s {
	display: block;
	width: 100%
}

.button {
	display: inline-block;
	font-weight: 400;
	color: var(--text-btn-primary-color);
	text-align: center;
	vertical-align: middle;
	user-select: none;
	padding: 0.45rem 0.75rem;
	font-size: 1.25rem;
	line-height: 1.5;
	border-radius: 0;
	transition: color 0.15s ease-in-out 0s, background-color 0.15s ease-in-out 0s, border-color 0.15s ease-in-out 0s, box-shadow 0.15s ease-in-out 0s;
	transition: none 0s ease 0s;
	border-width: 0;
	border-style: none;
	border-color: initial;
	border-image: initial
}

.masuk {
	color: #FFF;
	background: linear-gradient(to bottom, #8B008B 0%, #D33AC5 70%);
	text-transform: uppercase;

}

.masuk:hover {
	color: #FFF;
	background: linear-gradient(to top, #FFD700 0%, #FFA500 70%);
}

.daftar {
	color: #FFF;
	background: linear-gradient(to bottom, #4682B4 0%, #1E90FF 70%);
	text-transform: uppercase;
}

.daftar:hover {
	color: #FFF;
	background: linear-gradient(to top, #FF6B6B 0%, #FFA500 70%);
}

.rd {
	-webkit-font-smoothing: antialiased;
	display: inline-block;
	font-style: normal;
	font-variant: normal;
	text-rendering: auto;
	line-height: 1;
	font-weight: 900;
	font-family: "Font Awesome 5 Free";
}

.ae:before {
	content: ""
}

@font-face {
	font-family: "Font Awesome 5 Free";
	font-style: normal;
	font-weight: 400;
	font-display: auto;
	src: url(/fonts/38b05dab.eot)format("embedded-opentype"),
		url(https://cdnjs.cloudflare.com/ajax/libs/font-awesome/6.0.0/webfonts/fa-brands-400.woff2)format("woff2"),
		url(/fonts/82875b3e.woff) format("woff"),
		url(/fonts/2833f486.ttf) format("truetype"),
		url(/fonts/ab32d5ac.svg) format("svg")
}

@font-face {
	font-family: "Font Awesome 5 Free";
	font-style: normal;
	font-weight: 900;
	font-display: auto;
	src: url(/fonts/acee4f1e.eot)format("embedded-opentype"),
		url(/fonts/07bed153.woff2) format("woff2"),
		url(/fonts/0f6fcbf4.woff) format("woff"),
		url(/fonts/b7f728ec.ttf) format("truetype"),
		url(/fonts/c3b7af3b.svg) format("svg")
}

@font-face {
	font-family: "Games Icon";
	font-style: normal;
	font-weight: 900;
	font-display: auto;
	src: url(/fonts/f4966828.eot)format("embedded-opentype"),
		url(/fonts/75c41c48.woff) format("woff"),
		url(/fonts/cfac6de2.ttf) format("truetype"),
		url(/fonts/2a0f42b6.svg) format("svg")
}

@keyframes a {
	50% {
		background-color: var(--text-common-color)
	}
}

.nav-bottom {
	position: fixed;
	margin: 0 auto;
	bottom: 0;
	left: 0;
	right: 0;
	background: var(--infobar-linear-gradient-color);
	z-index: 40;
	border-top-width: 1px;
	border-top-left-radius: 0.5rem;
	border-top-right-radius: 0.5rem
}

.nav-bottom>ul {
	list-style-type: none
}

.nav-bottom>ul>li {
	flex-basis: 0px;
	flex-grow: 1;
	font-size: 0.75rem;
	line-height: 1rem;
}

.nav-bottom>ul>li>a {
	color: #fff;
	white-space: nowrap;
	font-size: 0.75rem;
	line-height: 1rem;
	font-weight: 600;
	text-transform: uppercase;
	gap: 5px;
	padding-top: 11.5px;
}

.nav-bottom>ul>li>a:hover {
	color: var(--text-common-color);
	background-color: var(--darkest-color);
	border-color: var(--dark-color);
	border-top-left-radius: 0.375rem;
	border-top-right-radius: 0.375rem
}

.blink {
	animation: blink 1.2s linear infinite
}

@keyframes blink {
	0% {
		opacity: 0
	}

	50% {
		opacity: 0.8
	}

	100% {
		opacity: 1
	}

	50% {
		opacity: 0.8
	}
}

@media only screen and (max-width: 720px) {
	nav img {
		max-width: 140px;
	}
}

@media only screen and (max-width: 600px) {
	.n {
		padding-left: 0.25rem;
		padding-right: 0.25rem;
		max-width: 17%;
	}
}

.toggle-checkbox {
	display: none;
}

.hidden-content {
	display: none;
	margin-top: 10px;
}

.toggle-checkbox:checked~.hidden-content {
	display: block;
}

.read-more-btn {
	background-color: #007BFF;
	color: white;
	border: none;
	padding: 10px 20px;
	font-size: 16px;
	cursor: pointer;
	margin-top: 15px;
	border-radius: 5px;
	text-align: center;
	display: block;
	align-items: center;
	text-transform: uppercase;
}

.read-more-btn:hover {
	background-color: #0056b3;
}

.toggle-checkbox {
	display: none;
}

.close-btn {
	background-color: #dc3545;
	color: white;
	border: none;
	padding: 10px 20px;
	font-size: 16px;
	cursor: pointer;
	margin-top: 15px;
	border-radius: 5px;
	text-align: center;
	display: block;
	align-items: center;
	text-transform: uppercase;
}

.close-btn:hover {
	background-color: #a71d2a;
}

.toggle-checkbox:checked~.read-more-btn {
	display: none;
}

.faq-content {
	max-height: 0;
	overflow: hidden;
	margin-top: 10px
}

.faq-toggle-checkbox:checked~.faq-content {
	max-height: 1000px;
	padding: 15px;
	background: var(--bg-dark-color);
	border-radius: 5px;
	box-shadow: 0 2px 5px rgba(0, 0, 0, 0.1);
}

.faq-view-btn {
	background: #007BFF;
	color: white;
	padding: 8px 16px;
	border-radius: 4px;
	cursor: pointer;
	transition: background 0.3s;
	display: block;
	font-size: 16px;
	text-align: center;
	align-items: center;
	text-transform: uppercase;
}

.faq-view-btn:hover {
	background: #0056b3;
}

.faq-close-btn {
	display: block;
	margin-top: 15px;
	background: #dc3545;
	color: white;
	padding: 8px 16px;
	border-radius: 4px;
	font-size: 16px;
	text-align: center;
	cursor: pointer;
	transition: background 0.3s;
	text-transform: uppercase;
}

.faq-close-btn:hover {
	background: #a71d2a;
}

.faq-toggle-checkbox:checked~.faq-header .faq-view-btn {
	display: none;
}

.faq-checkbox {
	display: none;
}

.faq-question {
	display: flex;
	justify-content: space-between;
	align-items: center;
	padding: 15px;
	background: #080000;
	border-radius: 5px;
	cursor: pointer;
	margin: 5px 0;
	text-align: left;
}

.faq-question:hover {
	background: #1a1a1a;
}

.arrow {
	border-width: 0 2px 2px 0;
	padding: 3px;
	transform: rotate(45deg);
	transition: transform 0.3s;
}

.faq-checkbox:checked~.faq-question .arrow {
	transform: rotate(-135deg);
}

.faq-answer {
	max-height: 0;
	overflow: hidden;
	padding: 0 15px;
}

.faq-answer p {
	text-align: left;
}

.faq-checkbox:checked~.faq-answer {
	max-height: 1000px;
	padding: 10px 15px;
}

.faq-toggle-checkbox {
	display: none;
}

.back-to-top {
	position: fixed;
	bottom: 100px;
	right: 20px;
	background: #007BFF;
	color: white;
	border: none;
	border-radius: 50%;
	width: 40px;
	height: 40px;
	cursor: pointer;
	display: flex;
	align-items: center;
	justify-content: center;
	font-size: 18px;
	box-shadow: 0 2px 5px rgba(0, 0, 0, 0.2);
	text-decoration: none;
	transition: opacity 0.3s, transform 0.3s;
	opacity: 0;
	visibility: hidden;
}

.back-to-top {
	position: fixed;
	bottom: 100px;
	right: 20px;
	background: #007BFF;
	color: white;
	border: none;
	border-radius: 50%;
	width: 40px;
	height: 40px;
	cursor: pointer;
	display: flex;
	align-items: center;
	justify-content: center;
	font-size: 18px;
	box-shadow: 0 2px 5px rgba(0, 0, 0, 0.2);
	text-decoration: none;
	transition: opacity 0.3s, transform 0.3s;
	opacity: 0;
	visibility: hidden;
}

.back-to-top:hover {
	background: #0056b3;
	transform: scale(1.05);
}

body:not(:target) .back-to-top {
	opacity: 1;
	visibility: visible;
}