body {
	 font-family:'open sans';
	 background:#ffffff;
}

section {
	padding:160px 0;
}

@media screen and (max-width: 480px) {

	section {
		padding:60px 0;
	}
}

h1 {
	color:#;
	font-weight:800;
	font-family:'montserrat';
	font-size:3vw;
}

h2 {
	font-size:2.2vw;
	color:#;
	font-weight:700;
	font-family:'montserrat';
}

h3 {
	font-size:2vw;
	color:#;
	font-weight:700;
	font-family:'montserrat';
}

h4 {
	font-size:1.75vw;
	color:#;
	font-weight:700;
	font-family:'montserrat';
}

h5 {
	font-size:1.5vw;
	color:#;
	font-weight:700;
	font-family:'montserrat';
}

P {
	font-size:1.2vw;
}

li {
	font-size:1.2vw;
	padding-bottom:1.2em;
}

@media screen and (max-width: 480px) {

	li {
		font-size:12pt;
	}
}



/* class */
.row {
	margin:auto;
}

.video {
	margin-top:30px;
} 

.grow:hover {
	transition:0.5s;
	transform: scale(1.05);
}

.container-fluid {
	padding-left:0;
	padding-right:0;
}

.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;
}

.testi {
	background:#7966ff;
	border-radius:5px;
	color:#ffffff;
	font-size:11pt;
	box-shadow:0 8px 5px -5px #9fb7ff;
}

/* section display produk ganjil genap */

.product-ganjil {
	text-align:center;
	background-color:#7966ff;
	Background-image: url(../img/bg12.png), url(../img/bg13.png), url(../img/bg14.png);
	background-position: left 70%, right 30%, center 70%;
	background-repeat:no-repeat;
	color:#ffffff;
}

.product-genap {
	text-align:center;
	background-color:#f1effc;
	Background-image: url(../img/bg12.png), url(../img/bg13.png), url(../img/bg15.png);
	background-position: left 70%, right 30%, center center;
	background-repeat:no-repeat;
	color:#414a53;
}

@media screen and (max-width: 480px) {

	.product-ganjil {
		Background-image: none;		
	}
	.product-genap {
		Background-image: none;		
	}
}

.centered {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}

/* id */

#headline {
	text-align:center;
	background-color:#15141e;
	background-image:url(../img/bg22.png), url(../img/bg19.png), url(../img/bg24.png);
	background-position:top center, top center, bottom center; 
	background-repeat:repeat, no-repeat, no-repeat;
	background-size:contain;
	color:#ffffff;
	padding-top:50px;
}

#headline h1 {
		font-size:4.3vw;
		line-height:1.2em;
		letter-spacing:-1px;
		color:#ffffff;
		font-family:poppins;
}

#headline h5 {
		font-size:1.7vw;
}

#headline .card {
	border-radius:5px;
	box-shadow:0 10px 5px -7px #6252d2;
	color:#414a53 !important;
	text-align:left !important;
}

@media screen and (max-width: 480px) {

	#headline h1 {
		font-size:20pt;
		Text-align:center;	
	}
		
	#headline .lgo {
	display:flex;
	}
	
	#headline h5 {
	font-size:12pt;
	}
}

#testimony {
	text-align:center;
	background-color:#ffffff;
}

#preface {
	background-color:#7966ff;
	background-image:url(../img/.png);
	background-repeat:no-repeat;
	background-size:contain;
	background-position:bottom center;
	text-align:center;
}

#preface .gblist {
	border-radius:4px;
	border:5px solid #ffffff;
	box-shadow:0 10px 5px -7px #00000035;
}

#cover {
	color:#f1effc;
	background-color:#4a4a8d; 
	background-image:url(../img/bg24.png);
	background-repeat:no-repeat;
	background-size:contain;
	background-position:bottom center;
}

#cover h1 {
	font-size:4vw;
}

@media screen and (max-width: 480px) {
	#cover h1 {
		font-size:10vw;
	}
}

#about {
	background-color: #ffffff;
	background-image:url(../img/bg12.png), url(../img/bg13.png);
	background-position:left top, right 5%;
	background-repeat:no-repeat;
	text-align:center;
}

#about .b0 {
	background:none;
	border:none;
	box-shadow:none;
}

@media screen and (max-width: 480px) {
	#about{
		background-image:none;
	}
}

#buy {
	text-align:center;
	/* color:#919191; */
	/* background-image:url(../img/bg3.jpg); */
	/* background-size:cover; */
	background-color:#131418;
	color:#ffffff;
}

/* animation */
@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 10px 20px -10px #878296;
}

.btn-buy:hover {
	color:#ffffff !important;
	transition:0.5s;
	background-color:#c39ffd;
	transform: scale(1.05);
}

.btn-buy-2 {
	color:;
	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);
}

.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);
}

.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:#ffffff;
	color:#414a53;
	border-radius:5px;
	font-size:10pt;
	font-family:montserrat;
	display:block;
	box-shadow: inset 0 0 10px #00000010;
}


/* media */

@media screen and (max-width: 480px) {

	h1 {
		font-size:20pt;
	}
	
	h2 {
		font-size:18pt;
	}
	h3 {
		font-size:16pt;
	}
	h4 {
		font-size:14pt;
	}
	h5 {
		font-size:12pt;
	}
	p {
		font-size:12pt;
	}
}


html {
  scroll-behavior: smooth;
}





