@import url('https://fonts.googleapis.com/css2?family=Poppins:wght@300;400;500;600;700&display=swap');

body {
	font-family: 'Poppins', sans-serif;
	color: #6c757d !important;
	padding-top: 102px;
}

.bg-primary {
	background-color: #37A664 !important;
}

.logo{
	font-weight: bold !important;
	color: #212631 !important;
	font-size: 20px !important;
}

@media (min-width: 992px) {

	.logo{
		font-size: 26px !important;
	}

}

label {
	margin-bottom: 10px;
}

.logo img {
	width: 200px;
}

.kotak{
	aspect-ratio: 1/1;
	object-fit: cover;
}

.banner {
	aspect-ratio: 1.8/1;
	object-fit: cover;
}

a {
	text-decoration: none !important;
	color: #6c757d !important;
}

.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;
}

.carousel-item .asd {
	height: 500px;
	display: flex;
	align-items: center;
	text-align: center;
	background-size: cover;
	background-position: center;
}

.carousel-item .asd::after {
	content: '';
	background: rgba(0, 0, 0, 0.50);
	position: absolute;
	width: 100%;
	height: 500px;
}

.carousel-item .asd .container {
	position: relative;
	z-index: 99;
}

header nav .navbar-nav .nav-link.active {
	color: #37A664 !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);
}

.carousel-control-prev,
.carousel-control-next {
	z-index: 9999;
}

@media (max-width: 992px) {

	.carousel-control-prev,
	.carousel-control-next {
		display: none;
	}

}

.btn {
	border-radius: 7px !important;
}

.btn-primary {
	background-color: #37A664 !important;
	border-color: #37A664 !important;
	color: white !important;
}

.btn-primary:hover {
	background-color: #37A664 !important;
	border-color: #37A664 !important;
	box-shadow: 0 1rem 3rem rgba(0, 0, 0, 0.175) !important;
}

.btn-primary:focus {
	background-color: #37A664 !important;
	border-color: #37A664 !important;
	box-shadow: 0 1rem 3rem rgba(0, 0, 0, 0.175) !important;
}

.radius-10 {
	border-radius: 10px;
}

.radius-20 {
	border-radius: 20px;
}

.text-primary {
	color: #37A664 !important;
}

.jam {
	margin-top: -40px;
	position: relative;
	z-index: 9;
}










.post .post-img>img {
	width: 100%;
	border-radius: 10px;
}

.post:hover img {
	opacity: .8;
	transition: .4s;
}

.post .post-meta {
	margin-top: 15px;
	margin-bottom: 15px;
}

.post-meta .post-category {
	font-size: 13px;
	text-transform: uppercase;
	padding: 3px 10px;
	font-weight: 600;
	border-radius: 2px;
	margin-right: 15px;
	color: #FFF !important;
	background-color: #212631;
	-webkit-transition: 0.2s opacity;
	transition: 0.2s opacity;
}

.post-meta .post-category:hover,
.post-meta .post-category:focus {
	text-decoration: none;
	opacity: 0.9;
}

.post-meta .post-date {
	font-size: 13px;
	font-weight: 600;
}

.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;
	border-radius: 10px;
	background: linear-gradient(to top, rgba(33, 38, 49, 0.4) 0%, transparent 100%);
}

.rounded-circlee {
	object-fit: cover;
	aspect-ratio: 1/1;
	border-radius: 50px;
}

.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;
}

.post.post-thumb .post-title>a {
	color: #FFF !important;
}

.top-news {
	margin-top: -60px;
}

.post-category {
	font-size: 13px;
	text-transform: uppercase;
	padding: 3px 10px;
	font-weight: 600;
	border-radius: 2px;
	color: #FFF !important;
	background-color: rgb(39, 39, 39);
	-webkit-transition: 0.2s opacity;
	transition: 0.2s opacity;
	text-align: center;
}

.tags-widget ul li {
	display: inline-block;
	margin-right: 3px;
	margin-bottom: 5px;
}

.tags-widget ul li a {
	display: block;
	color: #fff;
	background-color: #212631;
	padding: 3px 10px;
	font-weight: 600;
	border-radius: 2px;
	-webkit-transition: 0.2s opacity;
	transition: 0.2s opacity;
}

.tags-widget ul li a:hover,
.tags-widget ul li a:focus {
	opacity: 0.9;
	color: #fff;
	text-decoration: none;
}

.post-category.cat-1 {
	background-color: #D51F27;
}

.post-category.cat-2 {
	background-color: #D51F27;
}

.post-category.cat-3 {
	background-color: #D51F27;
}

.post-category.cat-4 {
	background-color: #D51F27;
}


/* .list-menu a:last-child{
	margin-bottom: 0px;
} */

.list-menu a {
	margin-bottom: 20px;
	display: flex;
	align-items: center;
}

.list-menu .active {
	color: #37A664 !important;
	font-weight: 600;
}

.list-menu .active i {
	background-color: #37A664;
	color: #fff;
}

.list-menu i {
	width: 30px;
	height: 30px;
	background-color: #f1f3f5;
	color: #6c757d;
	display: flex;
	align-items: center;
	justify-content: center;
	border-radius: 5px;
}

.text-bg-success {
	color: #37A664 !important;
	background-color: #e2f1e8 !important;
}

.input-group .form-control{
	border-top-left-radius: 0px !important;
	border-bottom-left-radius: 0px !important;
}

.form-control:focus,.form-select:focus {
	border-color: #92d4ac;
	box-shadow: 0 0 0 0.25rem rgba(55, 166, 100, 0.25);
}

.lazyload {
	opacity: 0;
	transition: opacity 0.5s;
}
.lazyloaded {
	opacity: 1;
}