
.navbar-nav li {
	font-size: 14px;
	color: red!important;
}

.navbar-nav li:hover {
	transform: scale(1.05);
	background-color: #fff;
	text-shadow: 1px 1px 1px #000;
}

.container-caption{
	position: absolute;
	left: 0;
	right: 0;
	top: 35vh;
	text-align: left;
	transform: translateY(-50%);
}

.text-jumbo span {
	font-size: 40px;
	text-shadow: 2px 7px 4px #F6D627;
}

.col-md-4 .card {
	border-radius: 0;
}

.card_judul {
	border-top-right-radius: 20px;
	border-top-left-radius: 20px;
}

.card_dec {
	font-family: Consolas, Courier, monospace;
}

.icon_img {
	color: '';
	font-size: 24px;
	transition: 0.5s;
}

.icon_img:hover {
	transform: scale(1.5);
	color: #FFFFFF;
	text-shadow: 1px 1px 5px #0303DE;
}

.card_img {
	background-color: 000;
	margin-top: 0px;
	transform: translateY(150px);
	opacity: 0;
	transition: all 2s ease;
}

.card_active {
	transform: translateY(0px);
	opacity: 1;
}

.carousel-item-next.carousel-item-left,
.carousel-item-prev.carousel-item-right {
	-webkit-transform: translate3d(0, 0, 0);
	transform: translate3d(0, 0, 0);
}
.carousel-item-next,
.active.carousel-item-right {
	-webkit-transform: translate3d(0, -100%, 0);
	transform: translate3d(0, -100%, 0);
}
.carousel-item-prev,
.active.carousel-item-left {
	-webkit-transform: translate3d(0, +100%, 0);
	transform: translate3d(0, +100, 0);
}

.carousel.pointer-event {
	touch-action: pan-y pinch-zoom;
}

.page1 { 
	position: absolute; 
	left: 20px;
	top: 20vw; 
	padding: 20px;
	letter-spacing: 1px;
	word-spacing: 5px;
}

.page1::before {
	content: '';
	width: 200px;
	height: 200px;
	position: absolute; 
	background-color: #000;
	opacity: 0.2;
}

.page1::after {
	content: '';
	right: 20px;
	width: 200px;
	height: 200px;
	position: absolute; 
	background-color: #B7A9FF;
	opacity: 0.2;
}

.page1_judul {
	font-size: 3vw;
	color: #FFF;
	font-weight: bold;
}

.page1_hr {
	border: 8px solid #FFF;
	border-radius: 5px;
}

.page1 ul {
	font-size: 2vw;
	color: #FFF;
	line-height: 3vw;
}

.text-card {
	font-size: 1.3vw;
}

.card_activity {
	display: none;
	margin-top: 100px;
}

.hubungi {
	position: fixed;
	right: 10px;
	bottom: 10px;
	opacity: 0.5;
	color: #FFF;
}

.wa_nomor {
	position: relative;
	left: 400px;
	height: 160px;
	width: 170px;
	border-radius: 10px;
	color: #FFF;
	padding: 15px;
	margin-bottom: -15px;
	font-size: 18px;
	font-weight: bold;
	border: none;
	transition: .5s;
}

.wa_nomor_show {
	left: 80px;
}

.wa_nomor div {
	text-align: center;
	padding: 5px;
	border: 1px solid #FFF;
	border-radius: 20px;
	margin-bottom: 5px;
	background-color: #000000;
}

.wa_nomor div:hover {
	background-color: #FFF;
	cursor: pointer;
	color: #000;
}

.btn_hub {
	transition: .5s;
}

.btn_hub:hover {
	transform: scale(1.3);
	color: #ffee10;
	box-shadow: 0 0 5px #ffee10;
	text-shadow: 0 0 5px #ffee10;
}

@media only screen and (max-width: 600px) {

	.card_activity {
		margin-top: 50px;
	}

	.text-card {
		font-size: 2.3vw;
	}

	.page1 { 
		left: 20px;
		top: 10vw; 
	}

	.page1 ul {
		font-size: 2.5vw;
		line-height: 4vw;
		letter-spacing: 1px;
		word-spacing: 1px;
	}

	.page1::after {
		height: 100px;
	}

}