.responsive-gambar-pengurus {
    height: 100%;
    background-position: center;
    background-size: cover;
    border-radius: 1rem;
}
.responsive-kegiatan {
    width: 100%;
    height: 207px;
    background-position: center;
    background-size: cover;
}

@media (max-width: 1400px) {
    .responsive-kegiatan {
        height: 249px; } }

@media (max-width: 1200px) {
    .responsive-kegiatan {
        height: 207px; } }

@media (max-width: 992px) {
    .responsive-kegiatan {
        height: 207px; } }
        
@media (max-width: 768px) {
    .responsive-kegiatan {
        height: 351px; } }

@media (max-width: 576px) {
    .responsive-kegiatan {
        max-height: 254px; } }

.img-kegiatan:hover{
    transform: scale(1.15);
    transition: .5s;
}

.blog-item .blog-img img{
    transition: .5s;
}

.blog-item .blog-img {
    transition: .5s;
}


.responsive-kegiatan-rincian {
    width: 100%;
    height: 207px;
    background-position: center;
    background-size: cover;
}

@media (max-width: 1400px) {
    .responsive-kegiatan-rincian {
        height: 355px; } }

@media (max-width: 1200px) {
    .responsive-kegiatan-rincian {
        height: 469px; } }

@media (max-width: 992px) {
    .responsive-kegiatan-rincian {
        height: 207px; } }
    
@media (max-width: 768px) {
    .responsive-kegiatan-rincian {
        height: 351px; } }

@media (max-width: 576px) {
    .responsive-kegiatan-rincian {
        max-height: 254px; } }


.max-text {
    overflow: hidden;
    text-overflow: ellipsis;
    height: 70px;
    margin-bottom: 0;
    text-align: justify;
}

.no-max-text {
    margin-bottom: 0;
    text-align: justify;
}




/*** Galeri Project Portfolio ***/
#portfolio-flters {
    display: inline-block;
    background: var(--light);
    padding: 10px 15px;
}

#portfolio-flters li {
    display: inline-block;
    font-weight: 500;
    color: #ffc800;
    cursor: pointer;
    transition: .5s;
    border-bottom: 2px solid transparent;
}

#portfolio-flters li:hover,
#portfolio-flters li.active {
    color: white;
    border-color: white;
}

.portfolio-inner {
    position: relative;
    overflow: hidden;
}

.portfolio-inner::before,
.portfolio-inner::after {
    position: absolute;
    content: "";
    width: 0;
    height: 100%;
    top: 0;
    left: 0;
    /* background: rgba(15, 66, 41, .6); */
    background: rgba(0, 29, 35, 0.7);
    transition: .5s;
}

.portfolio-inner::after {
    left: auto;
    right: 0;
}

.portfolio-inner:hover::before,
.portfolio-inner:hover::after {
    width: 50%;
}

.portfolio-inner .portfolio-text {
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    transition: .5s;
    z-index: 3;
    opacity: 0;
}

@media (max-width: 576px) {
    .portfolio-text h5, .h5 {
        font-size: .8rem !important;
    }
}

.portfolio-inner:hover .portfolio-text {
    transition-delay: .3s;
    opacity: 1;
}

.portfolio-inner .portfolio-text .btn {
    background: var(--light);
    color: #ffc800;
}

.portfolio-inner .portfolio-text .btn:hover {
    background: #ffc800;
    color: var(--light);
    padding: 0.75rem 0.75rem;
}


.responsive-belanja {
    width: auto;
    height: 343px;
    background-position: center;
    background-size: cover;
}

@media (max-width: 1400px) {
    .responsive-belanja {
        width: auto;
        height: 343px; } }

@media (max-width: 1200px) {
    .responsive-belanja {
        width: auto;
        height: 343px; } }

@media (max-width: 992px) {
    .responsive-belanja {
        width: auto;
        height: 263px; } }
  
@media (max-width: 768px) {
    .responsive-belanja {
        width: auto;
        height: 265px; } }

@media (max-width: 576px) {
    .responsive-belanja {
        width: auto;
        height: 235px; } }
/*** Galeri Project Portfolio end ***/


/* CSS Tab styling is start here =====================================================*/

	/* Tab menu styling*/
	input.tab-menu-radio {
		display: none;
	}
	label.tab-menu {
		display: inline-block;
		/* float: left; */
		padding:10px 30px;
		cursor: pointer;
		z-index: 99;
	}

    @media (max-width: 576px) {
        label.tab-menu {
            padding: 10px 10px;    }
    }
    
	/* End Tab menu styling*/

	/* Tab content styling*/
	
	.tab-content {
		top:-3px;
		clear: both;
		width: 100%;
		position: relative;
		/* padding:20px; */
		background-color: #fff;
		/* border-top:7px solid #333; */
	}	
	/* End Tab content styling*/

	/* CSS tab core */
		.tab-menu-radio:checked + label {
			/* background-color: #333; */
			color: #ffc800;
            text-decoration: underline;
            background-color: #212529;
            border-radius: 4px 15px 0 0;
            border: 2px solid white;
            
		}
		.tab-content .tab {
			height: 0;
			opacity: 0;
		}
		#tab-menu1:checked ~ .tab-content .tab-1,
		#tab-menu2:checked ~ .tab-content .tab-2,
		#tab-menu3:checked ~ .tab-content .tab-3 {
			-webkit-transition:opacity 1s; /* Optional */
			-moz-transition:opacity 1s; /* Optional */
			transition:opacity 1s; /* Optional */
			height: auto;
			opacity: 1;
		}
	/* End CSS tab core */

/* CSS Tab Styling is end here ================================================================== */

/* responsive title start ========================================================================*/
.responsive-title{
    letter-spacing: 0 !important;
}

@media (max-width: 1199px) {
    .responsive-title {
        font-size: 1.4rem;
    } }

@media (max-width: 991px) {
    .responsive-title {
        font-size: 1.25rem;
    } }

@media (max-width: 768px) {
    .responsive-title {
        font-size: 1.25rem;
    } }
    
@media (max-width: 576px) {
    .responsive-title{
        font-size: 1rem;
    }
}

/* responsive title end =============================================================================== */