
.row {
margin:auto;
}

.video {
	margin-top:30px;
} 
.ytprev {
max-width:100%;
box-shadow: 0 0 10px 0 rgba(0, 0, 0, 0.5);
border:6px solid #3c6aec;
border-radius:10px;
}

.ytprev:hover {
box-shadow: 0 0 50px 0 rgba(0, 0, 0, 0.5);
 transform: scale(1.02);
transition:0.5s;
}


h3 {
	font-weight:700;
	font-family:montserrat;
}

h4 {
	font-weight:700;
	font-family:montserrat;
}

h2 {
	font-weight:700;
	font-family:montserrat;
}

h1 {
	font-weight:700;
	font-family:montserrat;
}

#demo {
text-align:center;	
}

#faq b {
	color:#005aff;
}

#faq p {
	color:#535f71;
}

.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:#00aeef;
	color:#fff;
	border-radius:5px;
	font-size:10pt;
	font-family:montserrat;
	display:block;
	box-shadow: inset 0 0 20px #00000050;
}


@media screen and (max-width: 480px) {
    .judul-utama {
        font-size: 20pt;
    }
	.sub-judul {
		font-size:18pt;
	}
	#section-judul {
		padding-top:40px;
	}
	h5 {
		font-size:12pt;
	}
	.hidden-sm {
		display:none;
	}
	.col-sm-3 {
		width:25%;
	}
	h1 {
		font-size:20;
	}
	
	#timebar {
		position:relative;
	}
	
	.timer {
		font-size:16pt;
	}
}
