 @import url('https://fonts.googleapis.com/css2?family=Poppins:wght@300;400;500;600;700&display=swap'); 
/*@import url('https://fonts.googleapis.com/css2?family=Poppins:wght@100;200;300;400;500;600;700;800&display=swap'); */

body{
	font-family: 'Poppins', sans-serif;
	color: #333 !important;
	padding-top: 76px;
	background: url('../assets/img/bg.bg.png') repeat whitesmoke;

}

@media (min-width:992px) {

	body{
		padding-top: 102px;
	}
	
}

#background-video video{
 
	width: 100%;

}

.section-info{
	margin-top: -100px;
}

.bg-primary{
	background-color: #2A3F85 !important;
}

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

.bg-header{
	background: #2a3f85;
}

.bg-warning{
	background-color: #F8D207 !important;
}

.text-primary{
	color: #2A3F85 !important;
}

.text-warning{
	color: #F8D207 !important;
}

a{
	color: #6c757d !important;
	text-decoration: none !important;
}

.logo img{
	height: 50px;
}

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

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

.bulat{
	object-fit: cover;
	aspect-ratio: 1/1;
}

.banner{
	object-fit: cover;
	aspect-ratio: 1.5/1;
}

.banner4{
	object-fit: cover;
	aspect-ratio: 2/1;
}

header{
	/* border-bottom: 4px solid #F8D207 !important; */
	box-shadow: 0 1rem 3rem rgba(0, 0, 0, 0.07) !important;
}

header nav .navbar-nav .nav-link.active{
	color: #F8D207 !important;
	font-weight: 600;
}

header nav .navbar-nav .nav-link.active .dropdown-toggle{
	color: #F8D207 !important;
	font-weight: 600;
}
.nav-link,.dropdown-toggle {
	color: #ffffff !important;
}
.dropdown-item.active, .dropdown-item:active {
    color: #fff !important;
	background-color: #2a3f85;
}
@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: #fff !important;
}

footer{
	color: #cacaca !important;
}

footer ul{
	list-style: none;
	padding-left: 0px;
}

footer a{
	color: #cacaca !important;
}

footer .border-top{
	border-color: #303030 !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;
	border-color: #e0e0e0 !important;
}

.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: 80px !important;
	padding: 10px 20px !important;
	border: 0px !important;
}

.btn-dark{
	color: white !important;
}

.btn-warning{
	color: black !important;
}

.btn-success{
	color: white !important;
}

.btn-primary{
	background-color: #2A3F85 !important;
	color: white !important;
	box-shadow: 0 0.5rem 1rem rgba(47, 139, 195, 0.15) !important;
	transition: .4s;
}

.btn-primary:hover{
	background-color: #247cb3 !important;
	border-color: #247cb3 !important;
	box-shadow: 0 0.5rem 1rem rgba(47, 138, 195, 0.288) !important;
	transition: .4s;
}

.btn-primary:focus{
	background-color: #247cb3 !important;
	border-color: #247cb3 !important;
}

.btn-bulat{
	width: 35px;
	height: 35px;
	display: flex;
	align-items: center;
	justify-content: center;
	padding: 0px !important;
}

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

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

.hero-img{
	background-size: cover;
	background-position: center;
	height: 500px;
	display: flex;
	align-items: center;
}

.hero-img::after{
	content: '';
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	background-color: rgba(0, 0, 0, 0.3);
	height: 500px;
}

.hero-img .container{
	position: relative;
	z-index: 99;
	color: #d3d3d3;
}


.post .post-img > img {
	width: 100%;
	border-radius: 0px;
	aspect-ratio: 1.5/1;
	object-fit: cover;
	border-radius: 10px;
}

.post:hover img {
	opacity: .8;
	transition: .4s;
}

.post .post-meta {
	margin-top: 15px;
	margin-bottom: 15px;
}
.post-meta .post-date {
	font-size: 13px;
}
.post .post-title {
	font-size: 18px;
	margin-bottom: 0px;
}
.post .post-img {
	display: block;
	-webkit-transition: 0.2s opacity;
	transition: 0.2s opacity;
}
.post.post-thumb {
	position: relative;
}

.post.post-thumb .post-img:after {
	content: '';
	position: absolute;
	left: 0;
	right: 0;
	bottom: 0;
	top: 0;
	background: linear-gradient(to top, rgba(33, 38, 49, 0.4) 0%, transparent 100%);
	border-radius: 10px;
}

.hero .post:hover img {
	opacity: 1;
}
.post.post-thumb .post-body {
	position: absolute;
	bottom: 0px;
	padding: 20px 15px;
}
.post.post-thumb .post-meta .post-date {
	color: #eceef2;
}
.post.post-thumb .post-title {
	font-size: 22px;
}

.program .card{
	margin-top: 60px;
	transition: .4s;
	/* background-color: #F8D207;
	color: #303030; */
}

.program figure{
	margin-top: -50px;
	transition: .4s;
}

.program .card:hover{
	background-color: #F8D207;
	color: #303030;
	transition: .4s;
}

.program .card:hover figure{
	margin-top: -70px;
	transition: .4s;
}

.program img{
	aspect-ratio: 1.6/1;
	object-fit: cover;
}

.blog figure,.blog img{
	border-bottom-left-radius: 0px;
	border-bottom-right-radius: 0px;
}

.blog .card{
	transition: .4s;
}

.blog .card:hover{
	margin-top: -10px;
	transition: .4s;
}

video{
	height: auto;
	width: 100%;
}

video::after{
	content: '';
	position: absolute;
	top: 76px;
	left: 0;
	width: 100%;
	background-color: rgba(0, 0, 0, 0.664);
	height: 0px;
}

@media (min-width:992px) {

	video::after{
		top: 102px;
	}
	
}




.hero-top{
	width: 100%;
	float: left;
	height: auto;
}



.hero-img{
	background-size: cover;
	background-position: center;
	height: 500px;
	display: flex;
	align-items: center;
}

.hero-img::after{
	content: '';
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	background-color: rgba(0, 0, 0, 0.3);
	height: 500px;
}

.hero-img .container{
	position: relative;
	z-index: 99;
	color: #d3d3d3;
}

.asd{
	background-size: cover;
	background-position: center;
	height: auto;
	display: flex;
	align-items: center;
}

.slide{
	width: 100%;
	padding: 20px;
	color: #333;
}

@media (min-width:992px) {

	.hero-top{
		width: 100%;
		float: left;
		height: 600px !important;
	}
	
	.slide{
		margin: -400px 0px 0px 0px;
	}
	video{
		height: 600px;
		object-fit: cover;
		width: 100%;
	}
	
	
}


.asd .container{
	z-index: 99;
}

.carousel-control-prev,.carousel-control-next{
	z-index: 99;
}

.carousel{
    width: 100%;
}
.carousel-item img{
    width: 100%;
	height: auto;
}
.summary img{
	width: 40px;
}

.donatur{
	width: 100%;
	height: auto;
	float: left;
	padding: 10px 5px;
	background: #ffffff;
	border-top: 4px solid #ecbb3e;
}
.donate{
	width: 80px !important;
}

@media (min-width:992px) {

	.carousel{
		top: 0px;
	}
	.summary img{
		width: 32px;
	}
	
	
}

.btn-kotak{
	width: 35px;
	height: 35px;
	display: flex;
	align-items: center;
	justify-content: center;
	padding: 0px !important;
}

.sosmed i{
	background-color: rgba(0, 0, 0, 0.2);
	width: 40px;
	height: 40px;
	display: inline-flex;
	align-items: center;
	justify-content: center;
	border-radius: 5px;
}

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

.btn-facebook{
	background-color: #3B5998 !important;
	border-color: #3B5998 !important;
	color: white !important;
}

.btn-youtube{
	background-color: #FF5050 !important;
	border-color: #FF5050 !important;
	color: white !important;
}

.btn-twitter{
	background-color: #1DA1F2 !important;
	border-color: #1DA1F2 !important;
	color: white !important;
}

.btn-fixed a{
	width: 50px;
	height: 50px;
	display: flex;
	align-items: center;
	justify-content: center;
	border-radius: 80px;
	font-size: 25px !important;
}

.btn-fixed .btn-instagram{
	position: fixed;
	bottom: 70px;
	right: 10px;
	z-index: 9999999999999999
}

.btn-fixed .btn-whatsapp{
	position: fixed;
	bottom: 10px;
	right: 10px;
	z-index: 9999999999999999
}

.btn-instagram{
	background-color: #9B45D5 !important;
	border-color: #9B45D5 !important;
	color: white !important;
}

.btn-whatsapp{
	background-color: #25D366 !important;
	border-color: #25D366 !important;
	color: white !important;
}

.card-body {
    padding: 1.5rem;
}
.show .nav-link{
	color: #333 !important;
}
.show .dropdown-toggle{
	color: #333 !important;
}
.struktur img{
	width: 250px !important;
}
.nav-link{
	padding-left: 30px !important;
}

@media only screen and (max-width:960px){
.struktur img{
	width: 100% !important;
}
}