
body {
	background:#000 url(../img/bg1.png) top left fixed;
	background-size:cover;
}

.grow:hover {
	transition:0.5s;
	transform: scale(1.05);
}

.row {
margin:auto;
}

.video {
	margin-top:30px;
} 

.playbtn {
	max-width:100%;
	position:absolute;
	left:38%;
	top:32%;
}

.judulppt {
	background-image:linear-gradient(to bottom right, #6183ff, #000975);
	padding:5px;
	border-radius:30px;
	margin-top:60px;
	margin-bottom:30px;
	color:#fff57e;
	text-shadow:0 0 10px #000000c7;
}

.playbtn:hover {
	transform:scale(1.1);
	transition:0.5s;
}

.bnsprev {
	border:3px solid #ffffff;
	margin-top:15px;
}

.videoname {
	color:#ffffff;
	margin-top:60px;
	font-family:'montserrat';
	font-style:;
}

.ytprev {
	margin-top:20px;
	max-width:100%;
	box-shadow: 0 0 10px 0 #a7aaff;
	border:2px solid #a7aaff;
	border-radius:4px;
}

.ytprev:hover {
box-shadow: 0 0 50px 0 rgba(0, 0, 0, 0.5);
transition:0.5s;
}

#section-judul {
padding-top:60px;
padding-bottom:60px;
}

#section-judul h4 {
	Padding-top:30px;
	color:#fff;
	font-weight:300;
}

#section-judul li {
color:#d1d6ff;
}


h1 {
	color:#;
	font-weight:700;
}

h2 {
	color:#;
	font-weight:700;
}

h3 {
	color:#;
	font-weight:700;
}

h4 {
	color:#;
	font-weight:700;
}

h5 {
	color:#;
	font-weight:700;
}

p {
	font-family:'open sans';
	font-weight:200;
}

.box3 {
	padding:20px 5px;
	background:#f459af85;
	border-radius:0;
}

#demo {
text-align:center;	
}

#faq b {
	color:#005aff;
	font-family:montserrat;
	font-weight:700;
}

#faq p {
	color:#535f71;
	font-family:'open sans';
}

.btn-buy {
	font-family:nunito;
	font-weight:700;
	border-radius:30px;
	font-size:14pt;
	color:#fff !important;
	background-color:orange;
	padding:10px 20px;
	box-shadow:0 0 10px #00000080;
	
}

.btn-buy:hover {
	color:yellow !important;
	transition:0.5s;
	background-color:#0092f9;
	transform: scale(1.05);
}

.btn-buy-2 {
	color:#ffff00 !important;
	background-color:#0092f9;
	font-family:nunito;
	font-weight:700;
	border-radius:30px;
	font-size:16pt;
	padding:10px 20px;
	box-shadow:0 0 10px #00000080;
}

.btn-buy-2:hover {
	color:#fff !important;
	transition:0.5s;
	background-color:orange;
	transform: scale(1.05);
}

.timer {
	text-align:center;
	font-size:20pt;
	font-family:montserrat;
	display:block;
	font-weight:700;
	line-height:18pt;
}

.timer2 {
	text-align:center;
	padding:5px;
	background-color:#a658fd;
	color:#fff;
	border-radius:5px;
	font-size:10pt;
	font-family:montserrat;
	display:block;
	box-shadow: inset 0 0 20px #00000050;
}

.mudun {
	animation:mudun 0.5s infinite alternate linear;
}

.goyang {
	animation:goyang 3s infinite alternate linear;
}

@keyframes goyang {
	0% {top:0px;left:0px;}
	50% {top:10px;left:10px;}
	100% {top:20px;left:0px;}
}
@keyframes goyang2 {
	0% {top:20px;left:0px;}
	50% {top:10px;left:10px;}
	100% {top:0px;left:0px;}
}

@keyframes mudun {
	0% {top:0px;}
	100% {top:20px;}
}

.judul-utama {
        font-size: 42pt;
		line-height:44pt;
		font-weight:800;
}

.explanation {
	font-family:nunito;
	font-weight:400;
	font-size:18pt;
	line-height:22pt;
}
@media screen and (max-width: 480px) {
	.explanation {
	font-size:12pt;
	line-height:15pt;
	}
	
    .judul-utama {
        font-size: 20pt;
		line-height:20pt;
    }
	.sub-judul {
		font-size:18pt;
	}
	#section-judul {
		padding-top:40px;
	}
	.hidden-sm {
		display:none;
	}
	.col-sm-3 {
		width:25%;
	}
	h1 {
		font-size:20pt;
	}
	h2 {
		font-size:18pt;
	}
	h3 {
		font-size:16pt;
	}
	h4 {
		font-size:14pt;
	}
	h5 {
		font-size:12pt;
	}
	#timebar {
		position:relative;
	}
	
	.timer {
		font-size:16pt;
	}
}
