@import url('https://fonts.googleapis.com/css2?family=Open+Sans:ital,wght@0,300;0,400;0,500;0,600;0,700;0,800;1,300;1,400;1,500;1,600;1,700&display=swap');

html{
	scroll-behavior: smooth;
}

body{
	font-family: 'Open Sans', sans-serif;
	color: #dbdbdb !important;
	background-color: #353f4e !important;
	height:100%;
  	overflow:hidden;
}

.text-black{
	color: black !important;
}

h1,h2,h3,h4,h5,h6,.h1,.h2,.h3,.h4,.h5,.h6{
	font-weight: bold !important;
}

.hero-1 h1{
	font-size: 2.5rem;
}

@media (min-width: 768px) {
	.hero-1 h1{
		font-size: 4rem;
	}
}

.hero-1 .arrow{
	font-size: 24px;
	z-index: 2;
}

.hero-1 .col-lg-8{
	z-index: 2;
	position: relative;
    min-height: 601px;

}

.hero-1 .carousel-inner .carousel-item {
	background-position: center;
}

.hero-1 .carousel-inner .carousel-item:after {
	content: '';
	background-color: rgb(0, 0, 0, .3);
	border-radius: 10px;
	width: 100%;
	height: 100%;
	display: block;
	position: absolute;
	bottom: 0px;
}

.bg-light{
	background-color: #f5e9db !important;
}

section.bg-img{
	background-image: url(../assets/img/bg.jpg);
	background-size: cover;
	background-position: center;
}

.nav-link{
	margin: auto;
}

header nav .navbar-nav .nav-link.active{
	color: #000 !important;
}

@media(min-width: 992px){
	.nav-link{
		margin-left: 10px;
	}
}

.crop-foto{
	height: 200px;
	overflow: hidden;
}

.crop-content{
	height: 70px;
	overflow: hidden;
}

.isi-content img{
	background-size: cover;
	width: 100%;
	height: auto;
}

footer h5{
	color: #000 !important;
}

footer a{
	color: #6c757d !important;
}

.form-control{
	border-radius: 10px !important;
}

.shadow-sm {
	box-shadow: 0 0.125rem 0.25rem rgba(0, 0, 0, 0.075) !important;
}

.shadow {
	box-shadow: 0 0.5rem 1rem rgba(0, 0, 0, 0.15) !important;
}

.shadow-lg {
	box-shadow: 0 1rem 3rem rgba(0, 0, 0, 0.07) !important;
}

.card {
	border-radius: 10px;
}

.card figure {
	overflow: hidden;
	position: relative;
	margin-bottom: 0px;
	border-radius: 10px;
}

.card figure:before {
	z-index: 2;
	-webkit-transition: .4s all ease;
	-o-transition: .4s all ease;
	transition: .4s all ease;
	-webkit-transform: scale(1.05);
	-ms-transform: scale(1.05);
	transform: scale(1.05);
	position: absolute;
	content: "";
	left: 20px;
	right: 20px;
	top: 20px;
	bottom: 20px;
	opacity: 0;
	visibility: hidden; 
}
    
.card figure img {
	-webkit-transition: .3s all ease;
	-o-transition: .3s all ease;
	transition: .3s all ease;
	-webkit-transform: scale(1);
	-ms-transform: scale(1);
	transform: scale(1);
}

.card:hover figure:before {
	opacity: 1;
	visibility: visible;
	-webkit-transform: scale(1);
	-ms-transform: scale(1);
	transform: scale(1);
}
.card:hover figure img {
	-webkit-transform: scale(1.2);
	-ms-transform: scale(1.2);
	transform: scale(1.2);
}

.btn{
	border-radius: 10px !important;
}

.btn-primary{
	background-color: #fff !important;
	border-color: #fff !important;
	color: #000 !important;
}

.btn-primary:hover{
	background-color: #fff !important;
	border-color: #fff !important;
	box-shadow: 0 1rem 3rem rgba(0, 0, 0, 0.175) !important;
}

.btn-primary:focus{
	background-color: #fff !important;
	border-color: #fff !important;
	box-shadow: 0 1rem 3rem rgba(0, 0, 0, 0.175) !important;
}

.radius-10{
	border-radius: 10px;
}

.radius-20{
	border-radius: 20px;
}

@media screen and (min-width: 1280px)
{
	.hero-1{
		min-height: 900px !important;
	}
}

@media screen and (max-width: 768px)
{
	.fh5co-nav a {
		padding: 5px 10px;
		color: #fff;
		width: 200px;
		font-size:18px;
	}
	.fh5co-cover {
		height: 700px;
		background-position: 0px 1px !important;
		background-size:cover;
	}
	.cover-square{
		background-position: -300px 1px !important;
	}
}