:root {
	--warna-card: #0078c4;
	--warna-card-hover: #0079c4af;
	--warna-font-card: #fff;
	--warna-font-card-hover: #0f0101;
	--warna-border-card: #fafafa;
	--warna-border-card-hover: #fafafa
}

body {
	-webkit-background-size: fixed;
	-moz-background-size: fixed;
	-o-background-size: fixed;
	background-size: fixed
}

.overlay {
	z-index: 3;
	width: 100%;
	height: 100vh;
	top: 0;
	left: 0;
	overflow-y: auto;
	overflow-x: hidden;
	background: #000;
	background: linear-gradient(180deg, rgba(0, 0, 0, .9) 0, rgba(0, 0, 0, .5) 50%, rgba(0, 0, 0, .3) 70%, rgba(0, 0, 0, .7) 100%)
}

.video-header {
	z-index: -999;
	object-fit: cover;
	width: 100vw;
	height: 100vh;
	position: fixed;
	top: 0;
	left: 0
}

.hvr-grow-rotate:active,
.hvr-grow-rotate:focus,
.hvr-grow-rotate:hover {
	-webkit-transform: scale(1.1) rotate(4deg);
	transform: scale(1.1) rotate(4deg);
	z-index: 2
}

.hvr-grow-rotate {
	display: inline-block;
	vertical-align: middle;
	-webkit-transform: perspective(1px) translateZ(0);
	transform: perspective(1px) translateZ(0);
	box-shadow: 0 0 1px transparent;
	-webkit-transition-duration: .3s;
	transition-duration: .3s;
	-webkit-transition-property: transform;
	transition-property: transform
}

.landings {
	margin: 0
}

.landings .landing-items a {
	text-decoration: none;
	color: var(--warna-font-card);
	overflow-wrap: break-word
}

.landings .landing-items h5 {
	font-size: 12px
}

.landings .landing-items .card {
	background-color: var(--warna-card);
	border: solid 3px var(--warna-border-card);
	margin-bottom: 1rem;
	border-radius: .9rem;
	transition: all .3s ease-in-out
}

.landings .landing-items .card:hover {
	background-color: var(--warna-card-hover);
	border: solid 3px var(--warna-border-card-hover);
	color: var(--warna-border-card-hover)
}

.landings .landing-items .card.card-direct-web {
	font-size: 12px !important;
	border-radius: 25px
}

.landings .landing-items .ico-landing {
	height: 5vh;
	margin-top: 10px
}

.landings .landing-items .ico-landing-home {
	height: 10vh;
	margin-bottom: 20px;
	margin-top: 2rem
}

.landings .landing-items h1,
h2,
h3,
h4,
h5 {
	color: #fff
}

.footer-landing {
	z-index: 3;
	margin-top: 1rem;
	margin-bottom: 20px;
	text-align: center
}

.footer-landing img {
	width: 10%;
	filter: brightness(0) invert(1)
}

@media only screen and (max-width:320px) {
	.ht-50 {
		margin-top: .8vh
	}
}

@media only screen and (min-width:321px) and (max-width:767px) {
	.ht-50 {
		margin-top: .8vh
	}
}

@media only screen and (min-device-width:768px) and (max-device-width:1024px) and (orientation:portrait) {
	.ht-50 {
		margin-top: 13vh
	}
}

@media only screen and (min-device-width:768px) and (max-device-width:1024px) and (orientation:landscape) {
	.ht-50 {
		margin-top: 13vh
	}
}

@media only screen and (min-width:1201px) {
	.ht-50 {
		margin-top: 4.5vh !important
	}

	.landings .landing-items .ico-landing-home {
		height: 15vh;
		margin-bottom: 20px
	}

	.landings {
		margin: 0 6rem
	}

	.landings .landing-items h5 {
		font-size: 16px
	}
}

@media (min-width:769px) {
	.ht-50 {
		margin-top: 13vh
	}

	.footer-landing img {
		width: 3%
	}

	.footer-landing img {
		width: 5%
	}
}

.inverse-image {
	filter: brightness(0) invert(1)
}