/*--------------------------------------------------------------
# General
--------------------------------------------------------------*/
#landing {
	background: #f5f6fa;
	color: #666666;
	font-family: "Open Sans", sans-serif;
}

#landing a {
	color: #b63d45;
}

#landing a:hover,
#landing a:active,
#landing a:focus {
	color: #b63d45;
	outline: none;
	text-decoration: none;
}

#landing h1,
#landing h2,
#landing h3,
#landing h4,
#landing h5,
#landing h6 {
	font-family: "Poppins", sans-serif;
}

#landing .judul-landing {
	font-family: "Open Sans", sans-serif;
	font-size: xx-large;
}

#landing .judul-landing-2 {
	font-family: "Open Sans", sans-serif;
	font-size: large;
}

.content {
	color: #707070;
	font-weight: 700 !important;
}

.upper {
	font-size: large !important;
	margin-bottom: 1px !important;
	font-weight: 700 !important;
}

@media screen and (max-width: 768px) {

	#landing h1,
	#landing h2,
	#landing h3,
	#landing h4,
	#landing h5,
	#landing h6 {
		font-size: 5vmin !important;
	}

	#landing .judul-landing {
		font-size: 4vmin;
	}

	.upper {
		font-size: 3vmin !important;
	}
}

.title {
	color: #333;
	font-weight: 700 !important;
	/* font-size: 32px; */
	font-size: 3.5vmin;
}

.btn-get-started {
	font-family: "Poppins", sans-serif;
	text-transform: uppercase;
	font-weight: 500;
	font-size: 3vmin;
	padding: 8px 28px;
	border-radius: 50px;
	transition: 0.5s;
	background: #2a4354;
	color: #fff !important;
	box-shadow: 2px 2px 5px #333;
	text-decoration: none;
}

.btn-get-started:hover {
	background: #c26169;
	box-shadow: 2px 2px 5px #c26169;
}

@media screen and (max-width: 768px) {
	.btn-get-started {
		font-family: "Poppins", sans-serif;
		text-transform: uppercase;
		font-weight: 500;
		font-size: 1rem;
		padding: 8px 28px;
		border-radius: 5vmin;
		transition: 0.5s;
		background: #2a4354;
		color: #fff !important;
		box-shadow: 2px 2px 5px #333;
		text-decoration: none;
	}
}


/* Disable AOS delay on mobile */
@media screen and (max-width: 768px) {
	[data-aos-delay] {
		transition-delay: 0 !important;
	}
}

/* Sections */
#landing section {
	overflow: hidden;
}

#landing .container-judul {
	height: 5vmin;
	margin-right: 1vw;
	margin-left: 1vw;
}

/* About Us Section
--------------------------------*/
#landing #about {
	background: url(../../../img/home_lp/background_about.png) center top no-repeat;
	background-position-y: 75px;
	background-size: cover;
	height: 100%;
	overflow: hidden;
}

#landing #about .about-container {
	height: 100vh;
}

#landing #about .about-container .background {
	transform: scaleX(-1);
	transition: none;
}

#landing #about .about-container .isi p {
	font-size: 2.8vmin;
}

@media (max-width: 991px) {
	#landing #about .about-container {
		height: auto;
	}

	#landing #about .about-container .background {
		transform: scaleX(1);
	}

	#landing #about .about-container .isi p {
		font-size: 1.2rem;
	}
}

@media (max-width: 767px) {
	#landing #about .about-container {
		padding-top: 120px;
	}

	#landing #about .about-container .isi p {
		font-size: 1rem;
	}
}

@media (max-width: 576px) {
	#landing #about .about-container {
		padding-top: 100px;
	}
}

/* Carousel */

#landing #carousel {
	background: url(../../../img/home_lp/background_carousel.png) center top no-repeat;
	height: 500px;
}

#landing #carousel .product-slider .owl-dots {
	text-align: center;
	margin-top: 27px;
}

#landing #carousel .product-slider .owl-dots button {
	width: 6px;
	height: 6px;
	background: #D8D9DA;
	border-radius: 50%;
	margin-right: 10px;
	transition: all 0.3s;
}

#landing #carousel .product-slider .owl-dots button:last-child {
	margin-right: 0;
}

#landing #carousel .product-slider .owl-dots button.active {
	width: 30px;
	background: #252525;
	border-radius: 50px;
}


#landing .pklmon {
	overflow: hidden;
	transition: all 0.3s ease;
}

#landing .pklmon .img-wrap {
	height: 400px;
}

#landing .pklmon .img {
	width: 100%;
	display: block;
	background-position: top center;
	transition: all 0.3s ease;
	background: #f5f6fa no-repeat center center;
}

#landing .pklmon .text {
	position: absolute;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	background: #2a4354;
	opacity: 0;
	color: #f5f6fa;
	transition: all 0.3s ease;
}

#landing .pklmon .text h3 {
	font-size: 24px;
	font-weight: 400;
	margin-bottom: 0;
	transition: all 0.3s ease;
}

#landing .pklmon .text .position {
	text-transform: uppercase;
	color: white;
	color: #d7feff;
}


#landing .pklmon:hover .text,
#landing .pklmon:focus .text {
	opacity: 0.9;
}

@media (max-width: 991px) {
	#landing .pklmon .text h3 {
		font-size: 8vmin;
		font-weight: 400;
		margin-bottom: 0;
		transition: all 0.3s ease;
	}

	#landing .pklmon .text p {
		font-size: 3.5vmin;
		margin-bottom: 0;
		transition: all 0.3s ease;
	}
}

/* Kontak */
#landing #kontak .email {
	text-decoration: none;
	font-size: 2.5vmin;
	color: #666666;
	transition: all 0.5s;
}

#landing #kontak .email-icon {
	color: #072438;
}

#landing #kontak .email:hover {
	color: #072438;
}

#landing #kontak .row a {
	font-size: 3.5vmin;
}

@media (max-width: 991px) {
	#landing #kontak .email-icon {
		font-size: 7vmin;
	}

	#landing #kontak .row a {
		font-size: 3.5vmin;
	}

	#landing #kontak .email {
		font-size: 4vmin;
	}
}

/* Navbar */

.offset-header {
	margin-top: -80px;
	padding-top: 80px;
}


#landing .navbar {
	background-color: #072438 !important;
	position: absolute;
	left: 0;
	right: 0;
	z-index: 10000;
	padding: 13px 0;
}

#landing .navbar.sticky2 {
	position: fixed !important;
	box-shadow: 2px 2px 5px #333;
}


#landing .navbar .navbar-brand {
	color: white !important;
	font-family: "Poppins", sans-serif;
	font-weight: 700;
}

#landing .navbar .navbar-brand img {
	margin-right: 20px;
}

#landing .navbar .nav-item:first-child {
	margin: 0 20px !important;
}

#landing .navbar .nav-item>a {
	color: white !important;
	font-family: "Poppins", sans-serif;
}

#landing .dropdown:hover>.dropdown-menu {
	display: block;
}

#landing .navbar .bagian:after {
	content: '';
	display: block;
	margin: auto;
	height: 2px;
	width: 0px;
	background: transparent;
	transition: width .5s ease, background-color .5s ease;
}


#landing .navbar .bagian:hover:after {
	width: 100%;
	background: #C26169;
}

#landing .dropdown .dropdown-menu {
	background-color: #f5f6fa;
}

#landing .navbar .dropdown-menu .dropdown-item {
	text-align: center;
	padding: 8px 10px;
}

#landing .navbar .dropdown-menu .dropdown-item:hover {
	background-color: #072438;
	color: white !important;
}

#landing .navbar .navbar-nav.d-md-flex,
#landing .navbar .navbar-nav.d-md-flex a {
	font-size: 2.5vmin;
	font-family: "Open Sans", sans-serif;
}

#landing .navbar .navbar-nav.d-md-none .nav-item {
	margin: 0 !important;
	text-align: center;
}

#landing .navbar .navbar-toggler i {
	cursor: pointer;
	font-size: 30px;
	color: white;
	transition: all .5s;
}

#landing .navbar .navbar-toggler:hover i {
	color: #f5f6fa;
}

/* Footer */

#landing .foot {
	font-size: 16px;
	background-color: #072438 !important;
	color: #ffffff;
	padding: 25px 20px 5px;
	margin-bottom: 0px;
}

#landing .foot .heart {
	transition: all 0.3s;
}

#landing .foot .heart:hover {
	color: #C26169;
}

@media (max-width: 991px) {
	#landing .foot {
		font-size: 3.5vmin;
	}

	#landing .foot .heart {
		font-size: 3.5vmin;
	}
}

#landing .back-to-top {
	position: fixed;
	bottom: 25px;
	right: 25px;
	display: none;
	background-color: #DD4455 !important;
	color: white !important;
	transition: all 0.5s;
	z-index: 10000;
}

#landing .back-to-top:hover {
	box-shadow: 0px 0px 5px#DD4455;
}

#landing .back-to-top i {
	font-size: 16px;
}

/* ================================================================ */
.isi-header {
	margin-top: 160px !important;
}

.videografis {
	margin-right: 100px;
	margin-left: 100px;
}

.carousel-indicators button {
	background-color: #DD4455;
	border: none;
	margin: 0 3px;
	outline: none;
	width: 20px;
	height: 5px;
	border-radius: 20px;
	opacity: 0.3;
}

.carousel-indicators button.active {
	opacity: 1;
}

@media (max-width: 1200px) {
	.videografis {
		margin-right: 30px;
		margin-left: 30px;
	}
}

@media (max-width: 992px) {
	.isi-header {
		margin-top: 0px !important;
	}

	.videografis {
		margin-right: 100px;
		margin-left: 100px;
	}
}

@media (max-width: 767.98px) {
	.videografis {
		margin-right: 50px;
		margin-left: 50px;
	}
}

@media (max-width: 567px) {
	.videografis {
		margin-right: 20px;
		margin-left: 20px;
	}
}


/* width */
::-webkit-scrollbar {
	width: 1vmin;
	height: 1vmin;
	transition: all 0.5s ease;
}

/* Track */
::-webkit-scrollbar-track {
	background: #f1f1f1;
	border-radius: 1vmin;
}

/* Handle */
::-webkit-scrollbar-thumb {
	background: #888;
	border-radius: 1vmin;
}

/* Handle on hover */
::-webkit-scrollbar-thumb:hover {
	background: #555;
	width: 100%;
}
