@import url('https://fonts.googleapis.com/css2?family=Exo+2:ital,wght@0,100..900;1,100..900&family=Montserrat:ital,wght@0,100..900;1,100..900&family=Outfit:wght@100..900&family=Roboto+Condensed:ital,wght@0,100..900;1,100..900&family=Roboto+Mono:ital,wght@0,100..700;1,100..700&family=Roboto:ital,wght@0,100;0,300;0,400;0,500;0,700;0,900;1,100;1,300;1,400;1,500;1,700;1,900&family=Rubik:ital,wght@0,300..900;1,300..900&display=swap');

body {
	line-height: 1;
	background: #000000;
	color: #ffffff;
	font-family: "Outfit", sans-serif
}

ol, ul {
	list-style: none
}

blockquote, q {
	quotes: none
}

blockquote:before, blockquote:after, q:before, q:after {
	content: '';
	content: none
}

#bodywrap {
	max-width: 900px;
	margin: 0 auto
}

#headwrap {
	width: 100%;
	text-align: center;
	padding-top: 15px
}

.logo img {
	max-width: 60%
}

#news {
	width: 100%;
	font-family: "Outfit", sans-serif;
	text-transform: uppercase;
	font-weight: 700;
}

#jackpot {
	margin: 10px 0 15px;
	font-size: 34px;
	letter-spacing: 4px;
	text-shadow: 0 0 2px #999
}

.slide {
	margin-bottom: 10px
}

h1, h2, h3 {
	margin-bottom: 20px;
	text-transform: uppercase;
	letter-spacing: 1.5px;
	color: #e7b10c
}

h1 {
	font-size: 24px
}

h2 {
	font-size: 22px
}

h3 {
	font-size: 20px
}

p {
	line-height: 1.8;
	margin-bottom: 18px
}

a:link, a:visited, a:hover {
	color: #fff;
	text-shadow: 2px 2px 0 #000;
	text-decoration: none
}

ol li {
	list-style: decimal;
	padding-left: 10px;
	list-style-position: inside;
	margin-bottom: 7px
}

img {
	max-width: 100%
}

.date {
	font-size: 12px;
	background: #111;
	padding: 5px 0 5px 10px;
	border: 1px solid #333;
	border-radius: 5px;
	color: #ccc;
	margin-bottom: 10px
}

.kontener {
	display: inline-block;
	cursor: pointer;
	width: 100%;
	margin: 10px 0
}

.change .kontener {
	margin-bottom: 20px
}

.bar1, .bar2, .bar3 {
	width: 25px;
	height: 2px;
	background-color: #f5f5f5;
	margin: 6px 0;
	transition: .4s;
	box-shadow: 0 0 3px #fff
}

center img {
	border-radius: 15px;
	border: 2px solid #fff;
	box-shadow: 0 0 10px #3f00a5, 0 0 20px #7e0097, 0 0 30px #c53a3a;
}

.change .bar1 {
	opacity: 1
}

.change .bar2 {
	opacity: 1
}

.change .bar3 {
	opacity: 1
}

.tombol {
	float: right;
	width: 35px
}

.menu {
	width: 100%;
	background: #ff0000;
	margin-top: 10px;
}

.menu ul {
	list-style: none;
}

.menu ul li {
	display: inline-table;
}

.menu ul li a {
	display: inline-block;
	padding: 0 10px;
	line-height: 30px;
	text-transform: uppercase;
	font-weight: bold;
}

#loginForm {
	margin: 10px auto;
	width: 250px;
}

#loginForm input {
	height: 42px;
	width: 100%
}

#submitbttn, #btnRegister, #btnDesktop, #btnLivechat {
	width: 100%;
	height: 42px;
	line-height: 42px;
	text-align: center;
	display: inline-block;
	vertical-align: middle;
	cursor: pointer;
	border-radius: 15px;
	border: 2px solid #fff;
}

#btnDesktop {
	color: #fff;
	text-decoration: underline;
	margin-top: 20px;
}

#submitbttn {
	margin-top: 10px;
}

#btnRegister {
	background: linear-gradient(90deg, #370042 0, #7e0097 100%);
	box-shadow: 0 0 10px #7e0097, 0 0 20px #7e0097, 0 0 30px #7e0097;
}

#btnLivechat {
	background: linear-gradient(90deg, #000f61 0, #3f00a5 100%);
	box-shadow: 0 0 10px #3f00a5, 0 0 20px #3f00a5, 0 0 30px #3f00a5;
}

.themeBtn {
	background: linear-gradient(90deg, #610000 0, #c53a3a 100%);
	width: auto;
	text-align: center;
	font-weight: bold;
	color: #fff;
	min-width: 50px;
	text-decoration: none;
	border: 1px solid #000;
	box-shadow: 0 0 10px #c53a3a, 0 0 20px #c53a3a, 0 0 30px #c53a3a;
}

.themeBtn-daftar {
	background: #d4d4d4;
	color: #fff
}

.themeBtn-daftar {
	background-color: transparent;
	color: #fff
}

.formInput {
	padding: 0 5px
}

input, select, textarea {
	box-sizing: border-box;
	-moz-box-sizing: border-box;
	-webkit-box-sizing: border-box;
}

.copy {
	font-family: "Outfit", sans-serif;
	text-align: center;
	font-size: 14px;
	color: #ffffff;
}

.article {
	display: none;
}

@media screen and (max-width:480px) {
	#bodywrap {
		max-width: 96%;
		margin: 0 auto
	}

	#news {
		font-size: 14px;
		height: 20px
	}

	.login, .daftar {
		width: 65%;
		margin: 10px auto;
		height: 37px;
		line-height: 35px;
		font-size: 16px;
		font-weight: 700
	}

	p {
		text-align: justify
	}

	.article {
		display: block;
		position: relative;
	}

	.article h1, .article h2 {
		font-size: 25px;
		font-weight: 700;
		padding: 10px;
	}

	.article p {
		padding: 10px;
	}
}

@media screen and (max-width:320px) {
	#bodywrap {
		max-width: 96%;
		margin: 0 auto
	}

	p {
		text-align: justify
	}
}