header {
    -webkit-background-size: cover !important;
    -moz-background-size: cover !important;
    -o-background-size: cover !important;
    background-size: cover !important;
    padding-top: 170px;
    padding-bottom: 49px;
    height: 100%;
}

/* customize galeri video */
.galeri-video-body .galeri-video {
    width: 349px;
    height: 349px;
}

.galeri-video-body .galeri-video-overlay {
    background: rgba(0, 0, 0, 50%);
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    width: 100%;
    height: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
    transition: var(--transition);
    visibility: hidden;
    opacity: 0;
}

.galeri-video-body .galeri-video-overlay .img-information {
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;
    row-gap: 16px;
    width: 349px;
    padding-left: 8px;
    padding-right: 8px;
}

.galeri-video-body .galeri-video:hover .galeri-video-overlay {
    visibility: visible;
    opacity: 1;

}

.galeri-video-body .galeri-video-overlay .img-information .header-1 {
    font-size: 20px;
    color: var(--white);
    font-weight: 700;
    margin-bottom: 8px;
}

.galeri-video-body .galeri-video-overlay .img-information .body-1 {
    font-size: 13px;
    color: var(--white);
    text-align: center;
    margin-bottom: 8px;
}
.galeri-video-img{
    width: 349px;
    height: 249px;
    flex-shrink: 0;
    border-radius: 8px;
    object-fit: cover;
}
.galeri-video-item{
    width: 349px;
    height: 249px;
}
.galeri-video-body{
    width: 349px;
    height: 249px;
}

.teka-overlay-content {
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
}

.teka-btn-container {
    position: relative;
    display: flex;
    align-items: center;
    justify-content: center;
}

.teka-btn-shadow {
    position: absolute;
    width: 97px;
    height: 97px;
    background: var(--secondary);
    filter: drop-shadow(0px 10px 30px rgba(0, 0, 0, 0.10));
    border-radius: 50%;
    z-index: 1;
    transition: var(--transition);
    opacity: 0;
    visibility: hidden;
}

.teka-btn-container:hover .teka-btn-shadow {
    opacity: 0.5;
    visibility: visible;
}

.teka-btn {
    width: 75px;
    height: 75px;
    border-radius: 50%;
    background-color: var(--secondary);
    color: var(--white) !important;
    font-size: 32px;
    position: absolute;
    z-index: 2;
}
.row{
    row-gap: 32px;
}
/* customize data pengurus - end */

.footer {
    margin-top: 0px !important;
}
@media (max-width:767.98px) {
    .galeri-video-body .galeri-video-overlay {

        visibility: visible;
        opacity: 1;
    }
}