
.row {
margin:auto;
}

.video {
	margin-top:30px;
} 

.grow:hover {
	transition:0.5s;
	transform: scale(1.05);
}

.katok:hover {
	transition:0.5s;
	transform: scale(0.9);
}

.playbtn {
	width:80px;
	position:absolute;
	left:43%;
	top:40%;
	animation:grow 1s infinite;
}

.playbtn:hover {
	transform:scale(1.3);
	transition:0.5s;
}

.ytprev {
max-width:100%;
box-shadow: 0 0 10px 0 rgba(0, 0, 0, 0.5);
border:6px solid #ebba16;
border-radius:10px;
}

.ytprev:hover {
box-shadow: 0 0 50px 0 rgba(0, 0, 0, 0.5);
transition:0.5s;
}

.card {
	
}

#contest .card {
	box-shadow: 0 0 10px #311ad6;
	border-radius:20px;
}

#contest2 .card {
	border: 5px solid #ffffff;
	border-radius:10px;
}
.card-title {
	color:#7966ff;
}

.card-text {
	color:#979797;
}

#navigation {
	padding:10px 5%;
	font-family:montserrat;
}

#headline {
	padding:30px 0 0;
	text-align:center;
	background:#f1effc url(../img/bg4.jpg) top left;
	background-size:cover;
	color:#4c455f;
}
	
#headline h1 {
		font-size:26pt;
		line-height:1.2em;
		letter-spacing:-2px;
}

#headline .lgo {
	display:none;
}

#about li {
	line-height:12pt;
	padding-bottom:6pt;
}

#about h1 {
	font-size:36pt;
}

h1 {
	color:#;
	font-weight:800;
	font-family:'montserrat';
}

h2 {
	color:#;
	font-weight:700;
	font-family:'montserrat';
}

h3 {
	color:#;
	font-weight:700;
	font-family:'montserrat';
}

h4 {
	color:#;
	font-weight:700;
	font-family:'montserrat';
}

h5 {
	color:#;
	font-weight:700;
	font-family:'montserrat';
}

@keyframes blink {
	0% {box-shadow:0 0 0px;}
	100% {box-shadow:0 0 10px;}
}

@keyframes grow {
	0% {}
	100% {transform:scale(1.05);}
}

@keyframes goyang {
	0% {top:0px;left:0px;}
	50% {top:10px;left:10px;}
	100% {top:20px;left:0px;}
}


/* button style */

#navigation .btn-primary {
	border-radius:20px;
	font-size:10pt;
	color:#ffffff;
}

#navigation .btn-primary:not(:disabled):not(.disabled).active, #navigation .btn-primary:not(:disabled):not(.disabled):active, .show>#navigation .btn-primary.dropdown-toggle {
    color: #ffffff;
    background-color: #0062cc;
    border-color: #005cbf;
}

.btn-buy {
	font-family:nunito;
	font-weight:700;
	border-radius:30px;
	font-size:10pt;
	color:#ffffff !important;
	background-color:#6938ff;
	padding:10px 20px;
	box-shadow:0 0 10px #00000080;
	animation:blink 0.5s infinite alternate linear;
}

.btn-buy:hover {
	color:#ffffff !important;
	transition:0.5s;
	background-color:#c39ffd;
	transform: scale(1.05);
}



.btn-buy-3 {
	font-family: nunito;
    font-weight: 700;
    border-radius: 26px;
    font-size: 10pt;
    color: #858fff !important;
    background-color: #ffff00;
    padding: 10px 20px;
    box-shadow: 0 0 10px #ffff0080;
    animation: blink 0.9s infinite;
    animation-direction: alternate;
    animation-timing-function: linear;
    animation-delay: 6s;
}

.btn-buy-3:hover {
	color:#ffffff !important;
	transition:0.5s;
	background-color: #ff9600 !important;
	transform: scale(1.05);
}

.btn-buy-2 {
	color:#ffffff !important;
	background-color:#ff9600;
	font-family:nunito;
	font-weight:700;
	border-radius:30px;
	font-size:16pt;
	padding:10px 20px;
	box-shadow:inset 0 -0.6em 1em -0.35em rgba(0,0,0,0.17),inset 0 0.6em 2em -0.3em rgba(255,255,255,0.15),inset 0 0 0em 0.05em rgba(255,255,255,0.12);

}

.btn-buy-2:hover {
	color:#ffff00 !important;
	transition:0.5s;
	background-color:#003de8;
	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:#ebba16;
	color:#fff;
	border-radius:5px;
	font-size:10pt;
	font-family:montserrat;
	display:block;
	box-shadow: inset 0 0 20px #00000050;
}


/* media */

@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:20pt;
	}
	
	#headline h1 {
		font-size:20pt;
	}
	
	#headline .lgo {
	display:flex;
}
	
	#timebar {
		position:relative;
	}
	
	.timer {
		font-size:16pt;
	}
	#navigation {
	display:none;
	}
}


html {
  scroll-behavior: smooth;
}

/* width */
::-webkit-scrollbar {
  width: 10px;
}

/* Track */
::-webkit-scrollbar-track {
  background: #ffeffa; 
}
 
/* Handle */
::-webkit-scrollbar-thumb {
  background: #958cab; 
  border-radius:3px;
}

/* Handle on hover */
::-webkit-scrollbar-thumb:hover {
  background: #ff0; 
}





