.banner {
    position: relative;
    width: 100%;
    height: 100vh;
    min-height: 60vw;
    min-height: 60dvw;
    overflow: hidden;
    background: #000;
}

.banner video {
    position: absolute;
    inset: 0;
    width: 100%;
    height: 100%;
    min-width: 100%;
    min-height: 100%;
    object-fit: cover;
    object-position: center;
    filter: brightness(0.3);
}

.banner img {
    position: absolute;
    inset: 0;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    width: 80%;
    height: auto;
}

.runningTextContainer {
    background-color: #61010c;
    overflow: hidden;
    color: white;
}

.runningTextInner {
    display: flex;
    white-space: nowrap;
    font-size: 20px;
    font-weight: 600;
    padding: 10px 0;
}

.runningText {
    display: flex;
    text-transform: uppercase;
}

.runningTextItem {
    padding: 0 5px;
}

.runningTextInner div {
    animation: var(--direction) var(--marquee-speed) linear infinite;
}

@keyframes scroll-left {
    0% {
        transform: translateX(0%);
    }

    100% {
        transform: translateX(-100%);
    }
}

@keyframes scroll-right {
    0% {
        transform: translateX(-100%);
    }

    100% {
        transform: translateX(0%);
    }
}

.acara {
    width: 90%;
    max-width: 1000px;
    height: auto;
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;
    margin: 50px 0px;
}

.acara h1 {
    width: auto;
    padding: 3px 10px;
    margin: 0px 0px 25px 0px;
    border-top: 2px solid black;
    border-bottom: 2px solid black;
    color: black;
    font-size: 35px;
}

.acara p {
    width: auto;
    margin: 0px;
    color: #ff0800;
    font-size: 20px;
    text-align: center;
}

.acaraSwiper {
    width: 100%;
    height: auto;
    border-radius: 20px;
    overflow: hidden;
}

.pengertian {
    width: 100%;
    height: auto;
    display: flex;
    justify-content: center;
    text-align: center;
    align-items: center;
    flex-direction: column;
    padding: 70px 0px;
    background-image: url("../img/gereja.webp");
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    background-attachment: fixed;
}

.pengertian img {
    width: 150px;
    height: fit-content;
    filter: brightness(0%) invert(1);
    margin-bottom: 30px;
}

.pengertian p {
    max-width: 1000px;
    width: 90%;
    font-size: 18px;
    color: white;
    text-transform: uppercase;
}

.visi {
    width: 100%;
    height: auto;
    display: flex;
    justify-content: center;
    text-align: center;
    align-items: center;
    flex-direction: column;
    padding: 50px 0px;

    background-image: url("../img/bg.webp");
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    text-transform: uppercase;
}

.visiJdl {
    width: auto;
    padding: 0px;
    margin: 0px;
    color: black;
    font-size: 30px;
    background-color: #ff961e;
    padding: 8px 35px;
    border-radius: 50px;
    margin-bottom: 20px;
}

.visiDesk {
    width: 85%;
    padding: 0px;
    margin: 0px;
    color: black;
    font-size: 25px;
}

.visiDesk span {
    font-weight: 600;
}

.gembala {
    width: 100%;
    height: auto;
    display: flex;
    background-color: #000000;
}

.gembalaBlankLeft,
.gembalaBlankRight {
    width: 100%;
    height: auto;
    flex: 1;
}

.gembalaBlankLeft {
    background-color: #61010c;
}

.gembalaContent {
    width: 100%;
    max-width: 1000px;
    height: auto;
    display: flex;
    flex-direction: row;
}

.gembalaGmbr {
    width: 400px;
    background-color: #61010c;
    overflow: hidden;
    border-top-right-radius: 150px;
    display: flex;
    justify-content: center;
    align-items: end;
}

.gembalaGmbr img {
    width: 100%;
    height: auto;
    margin-bottom: -10px;
}

.gembalaTeks {
    width: auto;
    height: 100%;
    text-align: start;
    display: flex;
    justify-content: start;
    align-items: center;
    flex: 1;
}

.gembalaTeksArea {
    width: 95%;
    height: auto;
    margin: 50px 0px;
    margin-left: 40px;
    display: flex;
    flex-direction: column;
}

.gembalaTeksAreaJdl {
    width: auto;
    padding: 0px;
    margin: 0px;
    color: white;
    font-size: 30px;
    margin-bottom: 20px;
}

.gembalaTeksAreaDesk {
    padding: 0px;
    margin: 0px;
    color: white;
    font-size: 18px;
}

.gembalaTeksAreaLink {
    padding: 0px;
    margin: 0px;
    color: black;
    font-size: 18px;
    background-color: white;
    border-radius: 20px;
    padding: 10px 20px;
    margin-top: 20px;
    width: fit-content;
    text-decoration: none;
}

.lokasi {
    width: 90%;
    max-width: 1000px;
    height: auto;
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: row;
    margin: 50px 0px;
    border-radius: 20px;
    overflow: hidden;
}

.lokasiGmbr {
    width: 40%;
    max-width: 400px;
    height: 350px;
    margin-right: 40px;
    object-fit: cover;
    border-radius: 20px;
}

.lokasiTeks {
    width: auto;
    height: auto;
    display: flex;
    flex-direction: column;
    flex: auto;
}

.lokasiTeksJdl {
    width: auto;
    padding: 0px;
    margin: 0px;
    color: black;
    font-size: 30px;
    margin-bottom: 10px;
}

.lokasiTeksDesk {
    padding: 0px;
    margin: 0px;
    color: black;
    font-size: 18px;
    width: 90%;
    line-height: 1.3;
}

.lokasiTeksDesk span {
    font-weight: 600;
}

.lokasiTeksLink {
    padding: 0px;
    margin: 0px;
    color: white;
    font-size: 18px;
    background-color: black;
    border-radius: 15px;
    padding: 10px 20px;
    margin-top: 20px;
    width: fit-content;
    text-decoration: none;
    transition: all 0.3s ease;
    border: 2px solid black;
}

.lokasiTeksLink:hover {
    background-color: white;
    color: black;
}

.jr {
    width: 100%;
    height: auto;
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;
    padding: 40px 0px;
    overflow: hidden;
    background-color: white;

    background-image: url("../img/bg.webp");
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
}

.jrArea {
    width: 100%;
    max-width: 1100px;
    height: auto;
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;
}

.jrContent {
    width: 90%;
    height: auto;
    display: flex;
    justify-content: center;
    align-items: center;
}

.jrText {
    width: 90%;
    height: auto;
    display: flex;
    justify-content: center;
    align-items: start;
    padding: 40px 0px;
}

.jrTextTitle {
    width: 40%;
}

.jrTextTitle h1 {
    color: black;
    font-size: 37px;
    margin: 0px;
    padding: 0px;
}

.jrTextDesk {
    width: 60%;
    line-height: 1.4;
    display: flex;
    flex-direction: column;
}

.jrTextDesk p {
    padding: 0px;
    margin: 0px;
    color: black;
    font-size: 18px;
}

.jrTextDesk a {
    width: fit-content;
    padding: 10px 20px;
    margin: 10px 0px 0px 0px;
    color: black;
    font-size: 18px;
    border-radius: 10px;
    background-color: #ff961e;
    text-decoration: none;
    transition: all 0.3s ease;
    font-weight: bold;
}

.jrTextDesk a:hover {
    opacity: 0.8;
}

.jrSwiper {
    width: 100%;
    height: auto;
    border-radius: 20px;
}

.galeri {
    width: 90%;
    max-width: 1000px;
    height: auto;
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;
    margin: 50px 0px;
}

.galeri h1 {
    width: auto;
    padding: 3px 10px;
    margin: 0px 0px 25px 0px;
    border-top: 2px solid black;
    border-bottom: 2px solid black;
    color: black;
    font-size: 35px;
}


.galeriSwiper {
    width: 100%;
    height: auto;
    border-radius: 20px;
    overflow: hidden;
}

.swiper-slide {
    display: flex;
    align-items: center;
    justify-content: center;
    background: #ffffff;
}

.swiper-slide img {
    width: 100%;
    height: auto;
}

.swiper-button-next,
.swiper-button-prev {
    color: white;
}

.swiper-pagination-bullet-active {
    background: white;
}

.lightbox {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, 0.85);
    display: flex;
    align-items: center;
    justify-content: center;
    opacity: 0;
    visibility: hidden;
    transition: 0.3s;
    z-index: 999;
}


.lightbox.show {
    opacity: 1;
    visibility: visible;
}


.lightbox-img {
    max-width: 90vw;
    max-height: 90vh;
    width: auto;
    height: auto;
    object-fit: contain;
    /* pastikan tidak terpotong */
    border-radius: 12px;
    box-shadow: 0 10px 30px rgba(0, 0, 0, 0.5);
    animation: zoomIn 0.3s ease;
}


.close {
    position: absolute;
    top: 20px;
    right: 30px;
    font-size: 40px;
    color: #fff;
    cursor: pointer;
    user-select: none;
}

@media (min-width: 1000px) {
    .gembalaContent {
        flex-direction: row;
    }

    .gembalaGmbr img {
        width: 100%;
    }

    .gembalaGmbr {
        width: 400px;
        border-top-right-radius: 150px;
    }

    .gembalaTeks {
        justify-content: start;
    }

    .gembalaTeksArea {
        width: 95%;
        margin: 50px 0px;
        margin-left: 40px;
    }

    .gembalaTeksAreaJdl {
        font-size: 30px;
    }

    .gembalaTeksAreaDesk {
        font-size: 18px;
    }

    .gembalaTeksAreaLink {
        font-size: 18px;
    }

    .lokasi {
        flex-direction: row;
    }

    .lokasiGmbr {
        width: 40%;
        max-width: 400px;
        margin-right: 40px;
    }

    .lokasiTeks {
        width: auto;
        padding: 0px;
    }

    .lokasiTeksJdl {
        font-size: 30px;
    }

    .lokasiTeksDesk {
        font-size: 18px;
    }

    .lokasiTeksLink {
        font-size: 18px;
    }
}

@media (max-width: 1000px) {
    .gembalaContent {
        flex-direction: column;
    }

    .gembalaGmbr img {
        width: 90%;
    }

    .gembalaGmbr {
        width: 100%;
        border-top-right-radius: 0px;
    }

    .gembalaTeks {
        justify-content: center;
    }

    .gembalaTeksArea {
        width: 88%;
        margin: 50px 0px;
        margin-left: 0px;
    }

    .lokasi {
        flex-direction: column;
    }

    .lokasiGmbr {
        width: 100%;
        max-width: none;
        margin-right: 0px;
    }

    .lokasiTeks {
        width: 90%;
        padding: 30px 0px;
    }

    .jrText {
        flex-direction: column;
    }

    .jrTextTitle {
        width: 90%;
    }

    .jrTextDesk {
        width: 90%;
    }

    .jrTextTitle h1 {
        font-size: 45px;
    }

    .jrTextDesk p {
        font-size: 18px;
        margin-top: 10px;
    }

    .jrTextDesk a {
        font-size: 18px;
        margin-top: 20px;
    }
}

@media (max-width: 900px) {
    .pengertian p {
        width: 85%;
        font-size: 15px;
    }
}

@media (max-width: 800px) {
    .jrSwiper {
        height: auto;
    }

    .jrContent {
        width: 85%;
    }

    .jrText {
        width: 85%;
    }

    .galeri {
        width: 85%;
    }

    .swiper-button-next,
    .swiper-button-prev {
        scale: 0.7;
    }

    .berita {
        width: 85%;
    }

    .berita h1 {
        font-size: 30px;
    }

    .berita p {
        font-size: 25px;
    }
}

@media (min-width: 600px) {
    .overlay-banner {
        content: url("../img/overlay-banner.webp");
    }
}

@media (max-width: 600px) {
    .gembalaTeksArea {
        width: 83%;
    }

    .gembalaTeksAreaJdl {
        font-size: 25px;
        margin-bottom: 20px;
    }

    .gembalaTeksAreaDesk {
        font-size: 15px;
    }

    .gembalaTeksAreaLink {
        font-size: 15px;
    }

    .lokasiTeks {
        width: 100%;
        text-align: center;
        justify-content: center;
        align-items: center;
    }

    .lokasiTeksJdl {
        font-size: 30px;
    }

    .lokasiTeksDesk {
        font-size: 18px;
    }

    .lokasiTeksLink {
        font-size: 18px;
    }

    .banner img {
        width: 95%;
    }

    .runningTextInner {
        font-size: 3vw;
    }

    .overlay-banner {
        content: url("../img/overlay-banner-phone.webp");
    }

    .visiJdl {
        font-size: 20px;
        padding: 8px 25px;
    }

    .visiDesk {
        font-size: 18px;
    }

    .jrTextTitle h1 {
        font-size: 38px;
    }

    .jrTextDesk p {
        font-size: 17px;
        margin-top: 10px;
    }

    .jrTextDesk a {
        font-size: 17px;
        margin-top: 20px;
    }

    .berita {
        width: 70%;
    }

    .berita h1 {
        font-size: 30px;
    }

    .berita p {
        font-size: 18px;
    }
}

@media (max-width: 450px) {
    .gembalaGmbr img {
        width: 100%;
    }

    .pengertian {
        padding: 50px 0px;
    }

    .pengertian img {
        width: 100px;
        margin-bottom: 20px;
    }

    .pengertian p {
        width: 85%;
        font-size: 13px;
    }

    .lokasi {
        width: 85%;
    }

    .lokasiTeksJdl {
        font-size: 7vw;
    }

    .lokasiTeksLink {
        font-size: 5vw;
    }

    .lokasiTeksDesk {
        font-size: 4.5vw;
    }

    .jrTextTitle h1 {
        font-size: 25px;
    }

    .jrTextDesk p {
        font-size: 15px;
        margin-top: 10px;
    }

    .jrTextDesk a {
        font-size: 13px;
        margin-top: 20px;
    }

    .acara p {
        font-size: 20px;
        width: 220px;
    }

    .runningTextInner {
        font-size: 4vw;
    }
}