html, body { height: 100%; }

.tempat-halaman {
	position: relative;
	width: 100%;
	height: 100%;
	-webkit-perspective: 1200px;
	-moz-perspective: 1200px;
	perspective: 1200px;
}

.halaman {
	width: 100%;
	height: 100%;
	position: absolute;
	top: 0;
	left: 0;
	visibility: hidden;
	overflow: hidden;
	-webkit-backface-visibility: hidden;
	-moz-backface-visibility: hidden;
	backface-visibility: hidden;
	-webkit-transform: translate3d(0, 0, 0);
	-moz-transform: translate3d(0, 0, 0);
	transform: translate3d(0, 0, 0);
	-webkit-transform-style: preserve-3d;
	-moz-transform-style: preserve-3d;
	transform-style: preserve-3d;
}

.halaman-saatini,
.no-js .halaman {
	visibility: visible;
	z-index: 1;
}

.no-js body {
	overflow: auto;
}

.halaman-ontop {
	z-index: 999;
}




.halaman-1 {
	background: #303030;
	color: #f5f5f5;
}

.kotak {
	text-align: center;
	margin:auto;
 height: 200px;
width: 100%;
position:fixed;
top:0;
bottom:0;
left:0;
right:0;
}

.halaman-2 {
	background: #f5f5f5;
	color: #303030;
}

.halaman-3 {
	background: #537bff;
	color: #f5f5f5;
}

.halaman-4 {
	background: #fdc162;
	color: #f5f5f5;
}

.halaman-5 {
	background: #C490E4;
	color: #f5f5f5;
}

.halaman-6 {
	background: #6cf5a5;
	color: #293B5F;
}

.halaman-7 {
	background: #E99497;
	color: #f5f5f5;
}

.halaman-8 {
	background: #FFBD9B;
	color: #47597E;
}

.halaman-9 {
	background: #293B5F;
	color: #DBE6FD;
}

.halaman-10 {
	background: #FFDF6B;
	color: #687980;
}

.halaman-11 {
	background: #202020;
	color: #f5f5f5;
}


.tempat-tombol {
	display: inline;
	width: 100%;
	text-align: center;
	-webkit-transform: translateX(-50%);
	-moz-transform: translateX(-50%);
	-ms-transform: translateX(-50%); 
	transform: translateX(-50%);
}


.tempat-tombol button,
.mulai-sekarang {
	background: #f5f5f5;
	color: #303030;
	border: 2px solid #303030;
	padding: 14px 55px 14px 55px;
	font-size: 18px;
	border-radius: 8px;
	font-weight: bold;
	height: 50px;
	letter-spacing: 1px;
	font-family: 'Lato', Calibri, Arial, sans-serif;
	-webkit-touch-callout: none;
	-webkit-user-select: none;
	-khtml-user-select: none;
	-moz-user-select: none;
	-ms-user-select: none;
	user-select: none;
}

.mulai-sekarang:hover {
	cursor: pointer;
	background: #303030;
	color: #f5f5f5;
	border: 2px solid #f5f5f5;
	padding: 14px 55px 14px 55px;
	font-size: 18px;
	border-radius: 8px;
	font-weight: bold;
	height: 50px;
	letter-spacing: 1px;
	font-family: 'Lato', Calibri, Arial, sans-serif;
	-webkit-touch-callout: none;
	-webkit-user-select: none;
	-khtml-user-select: none;
	-moz-user-select: none;
	-ms-user-select: none;
	user-select: none;
}





.pesan-ga-support-animasi {
	display: none;
	position: absolute;
	z-index: 99999;
	bottom: 0;
	left: 0;
	width: 100%;
	background: #da475c;
	color: #fff;
	text-align: center;
}

.pesan-ga-support-animasi p {
	margin: 0;
	line-height: 60px;
	font-size: 26px;
}

.no-cssanimations .pesan-ga-support-animasi {
	display: block;
}


