@import url('https://fonts.googleapis.com/css2?family=Cookie&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Quicksand:wght@300;400;500;600;700&display=swap');

/* a38a5b coklat#627A55 hijau */
body{
	font-family: 'Quicksand', sans-serif;
	color: #535353 !important;
	display: flex;
	justify-content: center;
	/* background-image: url(../assets/img/bg2.png); */
	background-color: #D1DCBF;
}

.bg2{
	background-image: url(../assets/img/bg.jpg);
	background-size: cover;
	background-position: center;
}

.bg{
	background-image: url(../assets/img/bg.jpg);
	background-size: cover;
	background-position: center;
	height: 685px;
}

.isi{
	width: 400px;
	background-color: rgb(255, 255, 255) !important;
	position: relative;
	z-index: 9;
}

.bawah{
	margin-top: -91px;
}

/* .asd.bg-white{
	background-color: #ffffff !important;
} */

.text-black{
	color: black !important;
}

h1,h2,h3,h4,h5,h6,.h1,.h2,.h3,.h4,.h5,.h6{
	font-weight: bold !important;
}

.nav-link{
	margin: auto;
}

.fonts{
	font-family: 'Cookie', cursive;
	font-size: 30px;
}

.hero-1 .container .asd{
	background-size: cover;
	background-position: center;
	height: 600px;
	display: flex;
	align-items: center;
	justify-content: center;
}

/* .hero-1 .container .asd .text-center{
	z-index: 2;
	position: relative;
}

.hero-1 .container .asd:after {
	content: '';
	background-color: rgba(250, 223, 173, 0.7);
	width: 100%;
	height: 600px;
	display: block;
	position: absolute;
} */

.hero-1 .mb-3{
	color: #000000;
}

.hero-1 .mb-3 .fonts{
	color: #000000;
}

.hero-1 img{
	position: absolute;
	z-index: 1;
	width: 150px;
}

h1.fonts{
	font-size: 60px;
}

header nav .navbar-nav .nav-link.active{
	color: #627A55 !important;
}

.hero-1.bg-light{
	background-color: #627A55 !important;
}

.hover:hover{
	box-shadow: 0 1rem 3rem rgba(130, 140, 125, 0.5) !important;
}

/* .hero-1 .container .p-5 .text-center {
	position: relative;
	z-index: 1;
} */

/* .hero-1 .container .p-5:after {
	content: '';
	background-color: rgba(34,40,49,0.7);
	width: 80%;
	height: auto;
	display: block;
	position: absolute;
	bottom: 0px;
} */

@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: 0px !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: 0px !important;
}

.card figure {
	overflow: hidden;
	position: relative;
	margin-bottom: 0px;
}

.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: 0px !important;
}

.btn-primary{
	background-color: #627A55 !important;
	border-color: #627A55 !important;
}

.btn-primary:hover{
	background-color: #627A55 !important;
	border-color: #627A55 !important;
	box-shadow: 0 1rem 3rem rgba(0, 0, 0, 0.175) !important;
}

.btn-primary:focus{
	background-color: #627A55 !important;
	border-color: #627A55 !important;
	box-shadow: 0 1rem 3rem rgba(0, 0, 0, 0.175) !important;
}

.hero-1 .btn-primary{
	background-color: #ffffff !important;
	border-color: #ffffff !important;
	color: #627A55;
}

.hero-1 .btn-primary:hover{
	background-color: #627A55 !important;
	border-color: #627A55 !important;
	box-shadow: 0 1rem 3rem rgba(0, 0, 0, 0.175) !important;
	color: #fff;
}

.hero-1 .btn-primary:focus{
	background-color: #627A55 !important;
	border-color: #627A55 !important;
	box-shadow: 0 1rem 3rem rgba(0, 0, 0, 0.175) !important;
	color: #fff;
}

.radius-20{
	border-radius: 20px;
}










.flow{
	position: absolute;
	width: 400px;
	height: 685px;
	overflow: hidden;
	display: flex;
	justify-content: center;
	align-items: center;
	z-index: 50;
}

@media (max-width: 398px) {
	.flow{
		width: 100% !important;
	}
}

.flow .set{
	position: absolute;
	width: 100%;
	height: 100%;
	left: 0;
	top: 0;
	pointer-events: none;
}

.flow .set div{
	position: absolute;
	display: block;
}

.flow .set img{
	width: 40px;
}

.flow .set div:nth-child(1){
	left: 20%;
	animation: animate 15s linear infinite;
	animation-delay: -7s;
}

.flow .set div:nth-child(2){
	left: 50%;
	animation: animate 20s linear infinite;
	animation-delay: -5s;
}

.flow .set div:nth-child(3){
	left: 70%;
	animation: animate 20s linear infinite;
	animation-delay: -0s;
}

.flow .set div:nth-child(4){
	left: 0%;
	animation: animate 15s linear infinite;
	animation-delay: -5s;
}

.flow .set div:nth-child(5){
	left: 85%;
	animation: animate 18s linear infinite;
	animation-delay: -10s;
}

.flow .set div:nth-child(6){
	right: 0%;
	animation: animate 12s linear infinite;
}

@keyframes animate{
	0%{
		opacity: 0;
		top: -10%;
		transform: translateX(20px) rotate(0deg);
	}
	10%{
		opacity: 1;
	}
	20%{
		transform: translateX(-20px) rotate(45deg);
	}
	40%{
		transform: translateX(-20px) rotate(90deg);
	}
	60%{
		transform: translateX(20px) rotate(180deg);
	}
	80%{
		transform: translateX(-20px) rotate(180deg);
	}
	100%{
		top: 110%;
		transform: translateX(-20px) rotate(225deg);
	}
}

.set2{
	transform: scale(2) rotateY(180deg);
	filter: blur(2px);
}

.set3{
	transform: scale(0.8) rotateX(180deg);
	filter: blur(4px);
}

.cover-hero{
	margin-top: -27px;
	position: relative;
	z-index: 100;
}