
/*** Spinner Start ***/

#spinner {
    opacity: 0;
    visibility: hidden;
    transition: opacity .8s ease-out, visibility 0s linear .5s;
    z-index: 99999;
}

#spinner.show {
    transition: opacity .8s ease-out, visibility 0s linear .0s;
    visibility: visible;
    opacity: 1;
}

.wow,
.animated {
    animation-duration: 2s !important;
}

/*** Spinner End ***/

.back-to-top {
    position: fixed;
    right: 30px;
    bottom: 30px;
    display: flex;
    width: 50px;
    height: 50px;
    align-items: center;
    justify-content: center;
    transition: 0.5s;
    z-index: 99;
}

.back-to-top:hover {
    background: var(--bs-dark);
    color: var(--bs-primary);
}

h1, h2, h3, .h1, .h2, .h3 {
    font-weight: 700 !important;
    font-family: 'Open', sans-serif !important;
}

h4, h5, h6, .h4, .h5, .h6 {
    font-weight: 600 !important;
    font-family: 'Open', sans-serif !important;
}

.py-6 {
    padding-top: 6rem;
    padding-bottom: 6rem;
}


/*** Button Start ***/

.btn {
    font-weight: 600;
    transition: .5s;
}

.btn-square {
    width: 38px;
    height: 38px;
}

.btn-sm-square {
    width: 32px;
    height: 32px;
}

.btn-md-square {
    width: 46px;
    height: 46px;
}

.btn-lg-square {
    width: 58px;
    height: 58px;
}

.btn-square,
.btn-sm-square,
.btn-md-square,
.btn-lg-square {
    padding: 0;
    display: flex;
    align-items: center;
    justify-content: center;
    font-weight: normal;
}

.btn.btn-primary:hover {
    color: var(--bs-primary) !important;
    background: var(--bs-dark) !important;
    border-color: var(--bs-dark) !important;
}

.btn.btn-dark:hover {
    color: var(--bs-dark) !important;
    background: var(--bs-primary) !important;
    border-color: var(--bs-primary) !important;
}
/*** Button End ***/


/*** Topbar Start ***/
.topbar .topbar-inner {
    height: 45px;
    padding: 10px 15px;
    background: rgba(255, 255, 255, .5);
}

.topbar a,
.topbar a i {
    transition: 0.5s;
}

.topbar a:hover,
.topbar a i:hover {
    color: var(--bs-primary) !important;
}
/*** Topbar End ***/


/*** Navbar Start ***/
.fixed-top {
    transition: .5s;
}

.navbar {
    border-bottom: 1px solid rgba(255, 255, 255, .5);
}

.navbar .navbar-nav .nav-link {
    padding: 12px;
    color: var(--bs-dark);
    font-size: 13px;
    font-weight: 600;
    transition: .5s;
}

.navbar .navbar-nav .nav-link:hover,
.navbar .navbar-nav .nav-link.active,
.fixed-top.bg-white .navbar .navbar-nav .nav-link:hover,
.fixed-top.bg-white .navbar .navbar-nav .nav-link.active {
    color: var(--bs-primary);
}



.navbar-toggler {
    background: var(--bs-secondary);
    color: var(--bs-light) !important;
    padding: 10px 20px;
    border: 2px solid var(--bs-primary) !important;
    box-shadow: none !important;
}
/*** Navbar End ***/



/*** Hero Header ***/
.hero-header {
    margin-bottom: 6rem;
    padding-top: 15rem;
    padding-bottom: 6rem;
    position: relative;
    background: url("../img/magni1.png") center center no-repeat;
    background-size: cover;
    animation: slideBackground 24s linear infinite; /* Durasi total animasi: 24 detik */
}

.hero-header::before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, 0.551); /* Latar belakang hitam transparan */
    z-index: 1;
}

.hero-header .hero-header-inner {
    position: relative;
    z-index: 2;
    padding: 3rem;
    background: rgba(255, 255, 255, 0.5);
}

@media (max-width: 992px) {
    .hero-header {
        padding-top: 12rem;
    }
}

.hero-header .breadcrumb-item {
    font-size: 18px;
}

/*** Keyframes for sliding backgrounds ***/
@keyframes slideBackground {
    0% {
        background-image: url("../img/magni1.png");
    }
    25% {
        background-image: url("../img/combilift8.png");
    }
    50% {
        background-image: url("../img/hy4.jpg");
    }
    75% {
        background-image: url("../img/hy5.jpg");
    }
    100% {
        background-image: url("../img/magni4.jpg");
    }
}


/*** Hero Header2 ***/
.hero-header1 {
    margin-bottom: 6rem;
    padding-top: 15rem;
    padding-bottom: 6rem;
    background: url("../img/a111.png"), center center no-repeat;
    background-size: cover;
}

.hero-header .hero-header-inner {
    padding: 3rem;
    background: rgba(255, 255, 255, .5);
}

@media (max-width: 992px) {
    .hero-header {
        padding-top: 12rem;
    }
}

.hero-header1 .breadcrumb-item {
    font-size: 18px;
}
/*** Hero Header2 ***/

/*** Hero Header3 ***/
.hero-header3 {
    margin-bottom: 6rem;
    padding-top: 15rem;
    padding-bottom: 6rem;
    background: url("../img/mg1.png"), center center no-repeat;
    background-size: cover;
}

.hero-header3 .hero-header-inner {
    padding: 3rem;
    background: rgba(0, 0, 0, 0.892); /* Warna hitam transparan */
}

@media (max-width: 992px) {
    .hero-header3 {
        padding-top: 12rem;
    }
}

.hero-header3 .breadcrumb-item {
    font-size: 18px;
}
/*** Hero Header3 ***/


/*** Hero Header3 ***/
.hero-header4 {
    margin-bottom: 6rem;
    padding-top: 15rem;
    padding-bottom: 6rem;
    background: url("../img/thh10.png"), center center no-repeat;
    background-size: cover;
}

.hero-header4 .hero-header-inner {
    padding: 3rem;
    background: rgba(0, 0, 0, 0.892); /* Warna hitam transparan */
}

@media (max-width: 992px) {
    .hero-header4 {
        padding-top: 12rem;
    }
}

.hero-header4 .breadcrumb-item {
    font-size: 18px;
}
/*** Hero Header3 ***/

/*** Hero Header3 ***/
.hero-header5 {
    margin-bottom: 6rem;
    padding-top: 15rem;
    padding-bottom: 6rem;
    background: url("../img/rthh2.png"), center center no-repeat;
    background-size: cover;
}

.hero-header5 .hero-header-inner {
    padding: 3rem;
    background: rgba(0, 0, 0, 0.892); /* Warna hitam transparan */
}

@media (max-width: 992px) {
    .hero-header4 {
        padding-top: 12rem;
    }
}

.hero-header5 .breadcrumb-item {
    font-size: 18px;
}
/*** Hero Header3 ***/

/*** Hero Header3 ***/
.hero-header6 {
    margin-bottom: 6rem;
    padding-top: 15rem;
    padding-bottom: 6rem;
    background: url("../img/hthh2.png"), center center no-repeat;
    background-size: cover;
}

.hero-header6 .hero-header-inner {
    padding: 3rem;
    background: rgba(0, 0, 0, 0.892); /* Warna hitam transparan */
}

@media (max-width: 992px) {
    .hero-header6 {
        padding-top: 12rem;
    }
}

.hero-header5 .breadcrumb-item {
    font-size: 18px;
}
/*** Hero Header3 ***/

/*** Hero Header3 ***/
.hero-header7 {
    margin-bottom: 6rem;
    padding-top: 15rem;
    padding-bottom: 6rem;
    background: url("../img/adt.png"), center center no-repeat;
    background-size: cover;
}

.hero-header7 .hero-header-inner {
    padding: 3rem;
    background: rgba(0, 0, 0, 0.892); /* Warna hitam transparan */
}

@media (max-width: 992px) {
    .hero-header7 {
        padding-top: 12rem;
    }
}

.hero-header7 .breadcrumb-item {
    font-size: 18px;
}
/*** Hero Header3 ***/

/*** Hero Header8 ***/
.hero-header8 {
    margin-bottom: 6rem;
    padding-top: 15rem;
    padding-bottom: 6rem;
    background: url("../img/cmb11.png"), center center no-repeat;
    background-size: cover;
}

.hero-header8 .hero-header-inner {
    padding: 3rem;
    background: rgba(0, 0, 0, 0.892); /* Warna hitam transparan */
}

@media (max-width: 992px) {
    .hero-header8 {
        padding-top: 12rem;
    }
}

.hero-header8 .breadcrumb-item {
    font-size: 18px;
}
/*** Hero Header8 ***/

/*** Hero Header9 ***/
.hero-header9 {
    margin-bottom: 6rem;
    padding-top: 15rem;
    padding-bottom: 6rem;
    background: url("../img/pfc57.png"), center center no-repeat;
    background-size: cover;
}

.hero-header9 .hero-header-inner {
    padding: 3rem;
    background: rgba(0, 0, 0, 0.892); /* Warna hitam transparan */
}

@media (max-width: 992px) {
    .hero-header9 {
        padding-top: 12rem;
    }
}

.hero-header9 .breadcrumb-item {
    font-size: 18px;
}
/*** Hero Header9 ***/


/*** Hero Header10 ***/
.hero-header10 {
    margin-bottom: 6rem;
    padding-top: 15rem;
    padding-bottom: 6rem;
    background: url("../img/ld2.png"), center center no-repeat;
    background-size: cover;
}

.hero-header10 .hero-header-inner {
    padding: 3rem;
    background: rgba(0, 0, 0, 0.892); /* Warna hitam transparan */
}

@media (max-width: 992px) {
    .hero-header10 {
        padding-top: 12rem;
    }
}

.hero-header10 .breadcrumb-item {
    font-size: 18px;
}
/*** Hero Header10 ***/


/*** Hero Header10 ***/
.hero-header11 {
    margin-bottom: 6rem;
    padding-top: 15rem;
    padding-bottom: 6rem;
    background: url("../img/gdr6.png"), center center no-repeat;
    background-size: cover;
}

.hero-header11 .hero-header-inner {
    padding: 3rem;
    background: rgba(0, 0, 0, 0.892); /* Warna hitam transparan */
}

@media (max-width: 992px) {
    .hero-header11 {
        padding-top: 12rem;
    }
}

.hero-header11 .breadcrumb-item {
    font-size: 18px;
}
/*** Hero Header8 ***/

/*** Hero Header10 ***/
.hero-header12 {
    margin-bottom: 6rem;
    padding-top: 15rem;
    padding-bottom: 6rem;
    background: url("../img/hgc6.png"), center center no-repeat;
    background-size: cover;
}

.hero-header12 .hero-header-inner {
    padding: 3rem;
    background: rgba(0, 0, 0, 0.892); /* Warna hitam transparan */
}

@media (max-width: 992px) {
    .hero-header12 {
        padding-top: 12rem;
    }
}

.hero-header12 .breadcrumb-item {
    font-size: 18px;
}
/*** Hero Header8 ***/

/*** Hero Header10 ***/
.hero-header13 {
    margin-bottom: 6rem;
    padding-top: 15rem;
    padding-bottom: 6rem;
    background: url("../img/hh2.png"), center center no-repeat;
    background-size: cover;
}

.hero-header13 .hero-header-inner {
    padding: 3rem;
    background: rgba(0, 0, 0, 0.892); /* Warna hitam transparan */
}

@media (max-width: 992px) {
    .hero-header13 {
        padding-top: 12rem;
    }
}

.hero-header13 .breadcrumb-item {
    font-size: 18px;
}
/*** Hero Header8 ***/

/*** Hero Header10 ***/
.hero-header14 {
    margin-bottom: 6rem;
    padding-top: 15rem;
    padding-bottom: 6rem;
    background: url("../img/hh4.png"), center center no-repeat;
    background-size: cover;
}

.hero-header14 .hero-header-inner {
    padding: 3rem;
    background: rgba(0, 0, 0, 0.892); /* Warna hitam transparan */
}

@media (max-width: 992px) {
    .hero-header14 {
        padding-top: 12rem;
    }
}

.hero-header14 .breadcrumb-item {
    font-size: 18px;
}
/*** Hero Header8 ***/

/*** Hero Header10 ***/
.hero-header15 {
    margin-bottom: 6rem;
    padding-top: 15rem;
    padding-bottom: 6rem;
    background: url("../img/smp7.png"), center center no-repeat;
    background-size: cover;
}

.hero-header15 .hero-header-inner {
    padding: 3rem;
    background: rgba(0, 0, 0, 0.892); /* Warna hitam transparan */
}

@media (max-width: 992px) {
    .hero-header15 {
        padding-top: 12rem;
    }
}

.hero-header15 .breadcrumb-item {
    font-size: 18px;
}
/*** Hero Header8 ***/

/*** Hero Header10 ***/
.hero-header16 {
    margin-bottom: 6rem;
    padding-top: 15rem;
    padding-bottom: 6rem;
    background: url("../img/gulf2.png"), center center no-repeat;
    background-size: cover;
}

.hero-header16 .hero-header-inner {
    padding: 3rem;
    background: rgba(0, 0, 0, 0.892); /* Warna hitam transparan */
}

@media (max-width: 992px) {
    .hero-header16 {
        padding-top: 12rem;
    }
}

.hero-header16 .breadcrumb-item {
    font-size: 18px;
}
/*** Hero Header8 ***/

/*** Hero Header10 ***/
.hero-header17 {
    margin-bottom: 6rem;
    padding-top: 15rem;
    padding-bottom: 6rem;
    background: url("../img/tvh4.png"), center center no-repeat;
    background-size: cover;
}

.hero-header17 .hero-header-inner {
    padding: 3rem;
    background: rgba(0, 0, 0, 0.892); /* Warna hitam transparan */
}

@media (max-width: 992px) {
    .hero-header17 {
        padding-top: 12rem;
    }
}

.hero-header17 .breadcrumb-item {
    font-size: 18px;
}
/*** Hero Header8 ***/


.hero-header18 {
    margin-bottom: 6rem;
    padding-top: 15rem;
    padding-bottom: 6rem;
    background: url("../img/toh2.png"), center center no-repeat;
    background-size: cover;
}

.hero-header18 .hero-header-inner {
    padding: 3rem;
    background: rgba(0, 0, 0, 0.892); /* Warna hitam transparan */
}

@media (max-width: 992px) {
    .hero-header18 {
        padding-top: 12rem;
    }
}

.hero-header18 .breadcrumb-item {
    font-size: 18px;
}
/*** Hero Header8 ***/

.hero-header19 {
    margin-bottom: 6rem;
    padding-top: 15rem;
    padding-bottom: 6rem;
    background: url("../img/ryp4.png"), center center no-repeat;
    background-size: cover;
}

.hero-header19 .hero-header-inner {
    padding: 3rem;
    background: rgba(0, 0, 0, 0.892); /* Warna hitam transparan */
}

@media (max-width: 992px) {
    .hero-header19 {
        padding-top: 12rem;
    }
}

.hero-header19 .breadcrumb-item {
    font-size: 18px;
}
/*** Hero Header8 ***/

.hero-header20 {
    margin-bottom: 6rem;
    padding-top: 15rem;
    padding-bottom: 6rem;
    background: url("../img/chs3.png"), center center no-repeat;
    background-size: cover;
}

.hero-header20 .hero-header-inner {
    padding: 3rem;
    background: rgba(0, 0, 0, 0.892); /* Warna hitam transparan */
}

@media (max-width: 992px) {
    .hero-header20 {
        padding-top: 12rem;
    }
}

.hero-header20 .breadcrumb-item {
    font-size: 18px;
}
/*** Hero Header8 ***/

.hero-header21 {
    margin-bottom: 6rem;
    padding-top: 15rem;
    padding-bottom: 6rem;
    background: url("../img/wdt3.png"), center center no-repeat;
    background-size: cover;
}

.hero-header21 .hero-header-inner {
    padding: 3rem;
    background: rgba(0, 0, 0, 0.892); /* Warna hitam transparan */
}

@media (max-width: 992px) {
    .hero-header21 {
        padding-top: 12rem;
    }
}

.hero-header21 .breadcrumb-item {
    font-size: 18px;
}
/*** Hero Header8 ***/

.hero-header22 {
    margin-bottom: 6rem;
    padding-top: 15rem;
    padding-bottom: 6rem;
    background: url("../img/adt.png"), center center no-repeat;
    background-size: cover;
}

.hero-header22 .hero-header-inner {
    padding: 3rem;
    background: rgba(0, 0, 0, 0.892); /* Warna hitam transparan */
}

@media (max-width: 992px) {
    .hero-header22 {
        padding-top: 12rem;
    }
}

.hero-header22 .breadcrumb-item {
    font-size: 18px;
}
/*** Hero Header8 ***/



.hero-header23 {
    margin-bottom: 6rem;
    padding-top: 15rem;
    padding-bottom: 6rem;
    background: url("../img/part4.png"), center center no-repeat;
    background-size: cover;
}

.hero-header23 .hero-header-inner {
    padding: 3rem;
    background: rgba(0, 0, 0, 0.892); /* Warna hitam transparan */
}

@media (max-width: 992px) {
    .hero-header23 {
        padding-top: 12rem;
    }
}

.hero-header23 .breadcrumb-item {
    font-size: 18px;
}
/*** Hero Header8 ***/





/*** About Start ***/
.about a.btn.btn-light:hover {
    background: var(--bs-dark) !important;
    color: var(--bs-primary) !important;
    border: 0;
}
/*** About End ***/


/*** Activities Start ***/
.activities .activities-item {
    height: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
    box-shadow: 0 0 45px rgba(12, 18, 20, .08);
    transition: 0.5s;
}

.activities .activities-item:hover {
    background: var(--bs-primary) !important;
    color: var(--bs-dark) !important;
}

.activities .activities-item:hover a {
    background: var(--bs-light) !important;
    color: var(--bs-dark) !important;
}

.activities .activities-item:hover a:hover {
    background: var(--bs-dark) !important;
    color: var(--bs-primary) !important;
}
/*** Activities End ***/


/*** Events Start ***/
.event-item img {
    transition: 0.5s;
}

.event .event-item a {
    transition: 0.5s;
}

.event-item:hover img {
    transition: 0.5s;
    transform: scale(1.2)
}

.event-item a:hover {
    background: var(--bs-dark);
    color: var(--bs-primary);
    opacity: 0.5s;
}
/*** Events End ***/


/*** Sermon Start ***/
.sermon .sermon-item {
    height: 100%;
    box-shadow: 0 0 45px rgba(0, 0, 0, .08);
}

.sermon-item img {
    transition: 0.5s;
}

.sermon-item:hover img {
    transform: scale(1.2)
}

.sermon-item .sermon-meta a,
.sermon-item .sermon-meta a i {
    transition: 0.5s;
}

.sermon-item .sermon-meta a:hover,
.sermon-item .sermon-meta a i:hover {
    color: var(--bs-primary) !important;
}
/*** Sermon End ***/


/*** Blog Start ***/
.blog-item {
    height: 100%;
    box-shadow: 0 0 45px rgba(0, 0, 0, .08);
}

.blog-item img {
    transition: 0.5s;
}

.blog-item:hover img {
    transform: scale(1.2)
}

.blog-item .blog-meta a,
.blog-item .blog-meta a i {
    transition: 0.5s;
}

.blog-item .blog-meta a:hover,
.blog-item .blog-meta a i:hover {
    color: var(--bs-primary) !important;
}
/*** Blog End ***/


/*** Team Start ***/
.team .team-img {
    height: 100%;
    padding: 25px;
    background: var(--bs-white);
    overflow: hidden;
    box-shadow: 0 0 45px rgba(0, 0, 0, .08);
}

.team .team-img img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.team .team-item {
    position: relative;
    overflow: hidden;
}

.team .team-item img {
    transition: 0.5s;
}

.team .team-item:hover img {
    transform: scale(1.2);
}

.team .team-item .team-content {
   position: absolute;
   width: 100%;
   height: 100%;
   top: 0;
   left: 0;
   padding: 15px;
   transform: translateX(-50%, -50%);
   display: flex;
   align-items: center;
   justify-content: center;
   opacity: 0;
   transition: 0.5s;
}

.team .team-item:hover .team-content {
    opacity: 1;
    background: rgba(241, 193, 82, .7);
}
/*** Team End ***/


/*** testimonial Start ***/
.testimonial-item {
    background: var(--bs-light);
    padding: 40px;
}

.testimonial-carousel .owl-item img {
    width: 100px;
    height: 100px;
}

.testimonial-carousel {
    position: relative;
    padding-left: 60px;
    padding-right: 60px;
}

.testimonial-carousel .owl-nav .owl-prev,
.testimonial-carousel .owl-nav .owl-next {
    display: flex;
    align-items: center;
    justify-content: center;
    position: absolute;
    width: 60px;
    height: 40px;
    background: var(--bs-primary);
    color: var(--bs-dark);
    font-size: 22px;
    top: 50%;
    left: 0px;
    transform: translateY(-50%);
    transition: .5s;
}

.testimonial-carousel .owl-nav .owl-prev:hover {
    background: var(--bs-dark) !important;
    color: var(--bs-primary) !important;
}

.testimonial-carousel .owl-nav .owl-next {
    left: auto;
    right: 0px;
}

.testimonial-carousel .owl-nav .owl-next:hover {
    background: var(--bs-dark) !important;
    color: var(--bs-primary) !important;
}
/*** testimonial End ***/


/*** Footer Start ***/
.footer {
    margin-top: 6rem;
    background: var(--bs-dark);
}

.footer .footer-item p {
    font-size: 16px;
    line-height: 35px;
}

.footer .border-top,
.footer .border-bottom {
    border-color: rgba(255, 255, 255, .08) !important;
}

.footer button {
    border: 0;
    transition: 0.5s;
}

.footer button:hover {
    background: var(--bs-dark);
    color: var(--bs-primary);
}

.footer-item a.btn.btn-light:hover {
    background: var(--bs-primary);
    color: var(--bs-dark) !important;
    border: var(--bs-primary);
}

.footer-item a,
.footer-item a i {
    transition: 0.5s;
}

.footer-item a:hover,
.footer-item a i:hover {
    color: var(--bs-primary) !important;
}
/*** Footer End ***/
