/*All-rights-reserved, 2023 | BEASTGRAPH.COM | VIDEOKEDAVRA.COM | JV Page Reelfire
Created by Maftuch Junaidy Mhirda
Email: belajarindesign@gmail.com
*/

@media screen and (max-width: 480px) {
	}

/* tag */
* {
	font-family: 'Poppins', sans-serif;
}
/* class */
.row {
	margin:auto;
	}
.judul {
	letter-spacing:-1px;
	font-weight:700;
	}
#hire .col-md-3 {
	margin-bottom:30px;
	}
.blur {
	filter: blur(5px); /* menambahkan efek blur */
	transition: filter 0.3s ease; /* menambahkan transisi efek blur */
	}
.centered {
	position: absolute;
	top: 50%;left: 50%;
	transform: translate(-50%, -50%);
	}
.bg-timer {
    text-align: center;
    padding: 15px 5px;
    background-color: #ffffff;
    color: #000000;
    border-radius: 15px;
    box-shadow: inset 0px 0px 8px 0px #00000094;
	}
.bg-timer h3 {
	margin-bottom:0;
	color: #b58e00;
	}
.bg-timer p {
	margin-bottom:0;
	}
.timer {
    text-align: center;
    font-weight: 700;
    line-height: 18pt;
	color:#000000;
}
.genap {
	background-color:#d7dee3;
}
.yutub {
	cursor: pointer;
}
.play {
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translate(-50%, -50%);
	max-width: 80%;
	opacity: 0.8;
	border-radius:50px;
	box-shadow: 0px 0px 20px #000000;
	}
.play:hover {
	transition:0.6s;
	max-width: 85%;
	opacity: 1;
	box-shadow: 0px 0px 50px #000000;

	}
.play-btn {
	width:7vw;
	opacity: 0.9;
	box-shadow: 0px 0px 10px #000000;
	border-radius: 100%;
	padding:0;
}
.play-btn:hover {
	transition:0.5s;
	opacity: 1;
    box-shadow: 0px 0px 60px #000000;
}
/* id */
#salesfunnel .card {
	transform:skewy(2deg);	
}
#salesfunnel .card .card-body {
	transform:skewy(-2deg);	
}
#about .col-md-10 li {
	margin-bottom:10px;
}
#about .col-md-10 li:first-line {
	color:red;
}
#about .col-md-10 ul {
	column-count:2;
	column-gap:30px;
}
@media (max-width:600px){
	#about .col-md-10 ul {
	column-count:auto;
	}
}
/* animation */
@keyframes blink {
	0% {box-shadow:0 0 0px;}
	100% {box-shadow:0 0 10px;}
}
html {
  scroll-behavior: smooth;
}






