@font-face
{
    font-family: 'Kaushan';
    src: url('../fonts/KaushanScript-Regular.ttf');
}

.pelatihan-video-container {
    position: relative;
    padding-bottom: 56.25%;
    width: 100%;
}

.pelatihan-video-container iframe {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    border-radius: 10px;
}

.seni-tari h2 {
    font-family: "Kaushan";
    color: gold;
}

.photo-bupati {
    justify-content: center;
    text-align: center;
    margin: 30px;
}
@media only screen and (min-width: 576px) and (max-width: 767px), (max-width: 575px) {
.photo-bupati {
    margin-left: 10px;
}
}
.photo-bupati img {
    border-radius: 8px;
    max-width: 70%;
    display: block;
    margin: 0 auto;
}

table {
    border-collapse: collapse;
    width: 100%;
}

th, td {
    border: 1px solid #ccc;
    padding: 8px;
    text-align: left;
}

th {
    background-color: #f2f2f2;
}

tr:nth-child(even) {
    background-color: #f2f2f2;
}

.col-centered {
    display: flex;
    /* align-items: center; */
    justify-content: center;
 }

.container-loader {
    display: flex;
    justify-content: center;
    align-items: center;
}

.preloader {
    display: flex;
}

.preloader img {
    margin: 10px;
    max-height: 50px;
}

.mitra-active {
    display: flex;
    justify-content: center;
    align-items: center;
    flex-wrap: wrap;
}

.single-mitra {
    justify-content: center;
    align-items: center;
    margin: 24px 0;
}

.outer-container {
    display: flex;
    justify-content: center;
}

.grid-galery {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 10px;
}

@media (max-width: 768px) {
    .grid-galery {
        grid-template-columns: repeat(2, 1fr);
    }
}

.grid-item {
    width: 100%;
}

.red-background {
    background-color: #A82F31;
}

.red-overlay {
    background-color: rgba(168, 47, 49, 0.7);
}

.swiper-container {
    z-index: 1;
  }




