*::-webkit-scrollbar {
    display: none;
}

body {
    overflow-x: hidden;
}

.btn-back-to-top {
    position: fixed;
    bottom: 20px;
    /* Sesuaikan posisi vertikal */
    right: 20px;
    /* Sesuaikan posisi horizontal */
    z-index: 999;
    /* Pastikan tombol muncul di atas konten */
    /* Transparansi tombol */
    background-color: rgba(255, 255, 255, 0.919) !important;
    height: 50px !important;
    width: 55px !important;
    border-radius: 50%;
    display: flex;
    justify-content: center;
    align-items: center;
}

.btn-back-to-top i {
    color: #43755A;
    opacity: 1;
    /* Pastikan panah tetap tidak transparan */
}

.header-about {
    background-image: url(../assets/bg-fasilitas.png);
    height: 300px;
    background-position-y: -140px;
}

.header-title {
    font-weight: 800;
    font-size: 25px;
    width: 75%;
}

.wa-button {
    width: 100%;
    border: 2px solid #47785D;
    color: #47785D;
    font-weight: 500;
    text-align: center;
}

.about-tk {
    backdrop-filter: blur(5px);
    margin-right: 0px !important;
    margin-left: 0px !important;
    padding-top: 93px;
    margin-top: -170px;
    height: 266px;
    background: #47785d8d !important;
    box-shadow: 0px 28px 35px -10px #0000007D !important;
}

.sd-title {
    position: relative;
    bottom: 30px;
    font-size: 60px;
    font-weight: 800;
    line-height: 67px;
    letter-spacing: 0em;
}


/* .adfaa {
    padding-right: 80px;
} */


/* .about-yayasan img {
    position: relative;
    bottom: 30px;
} */

.head-title {
    color: white;
    font-weight: 800;
    font-size: 60px;
    text-align: center;
}

.first-paragraph {
    color: white;
    font-weight: 700;
    font-size: 20px;
}

.fasilitas-list {
    color: white;
    font-weight: 500;
    font-size: 20px;
}

.fasilitas-list i {
    font-weight: 200;
}


/* Galley Fasilitas */

.gallery-title {
    color: white;
    font-size: 32px;
    font-weight: 800;
}

.gallery{
    margin-top: 0%;
}
.gallery img {
    width: 100%;
    height: 200px;
}

.fasilitas-des {
    color: white;
    font-size: 12px;
}


/* Footer */

.footer-text {
    font-size: 20px;
    font-weight: 500;
    line-height: 21px;
    letter-spacing: 0em;
    text-align: left;
    color: #47785D;
}

.copyright {
    font-size: 12px;
    font-weight: 500;
    line-height: 17px;
    letter-spacing: 0em;
    text-align: left;
    color: #47785D;
}

.contact-title {
    color: #47785D;
    font-size: 20px;
    font-weight: 700;
    line-height: 21px;
    letter-spacing: 0em;
    text-align: left;
}

.contact i {
    color: #47785D;
    font-size: 20px;
    margin-bottom: 15px;
}

.social {
    font-size: 20px;
    font-weight: 500;
    line-height: 21px;
    letter-spacing: 0em;
    text-align: left;
    color: #47785D;
}

/* galeri punya  */
/* Membuat gambar carousel menjadi rounded dan responsif */
/* .rounded-image {
    border-radius: 15px;
    object-fit: cover;
    max-height: 400px;
    width: 60%;
} */
#fotoLingkunganCarousel {
    max-width: 1000px;
    height: auto;
    margin: 0 auto; /* Untuk memusatkan carousel */
}

#fotoLingkunganCarousel .carousel-inner {
    height: 100%;
}

#fotoLingkunganCarousel .carousel-item img {
    width: 100%;
    height: 500px;
    object-fit: cover; /* Membuat gambar tetap proporsional */
    border-radius: 15px;
}

/* Atur ukuran tombol di layar kecil */


@media (max-width: 576px) {
    /* Menghilangkan margin bawah carousel */
    #fotoLingkunganCarousel {
        margin-bottom: 0;
    }
}
/* galeri punya  */




@media (min-width: 992px) {
    .header-about {
        background-image: url(../assets/bg-fasilitas.png);
        height: 450px;
        background-position-y: -240px;
    }
    .header-title {
        font-weight: 800;
        font-size: 60px;
        width: 55%;
    }
    .wa-button {
        width: 150px;
        border: 2px solid #47785D;
        color: #47785D;
        font-weight: 500;
        text-align: center;
    }
    .about-tk {
        padding-top: 163px;
        margin-top: -300px;
        height: 506px;
        background: #39674EED;
        box-shadow: 0px 28px 35px -10px #0000007D;
        backdrop-filter: blur(5px);
    }
    /* Gallery SDIT TKIT */
    .gallery {
        padding-top: 0;
    }
    .gallery img {
        width: 100%;
        height: 250px;
    }
    .fasilitas-des {
        color: white;
        font-size: 12px;
    }
    /* Footer */
    .footer-text {
        font-size: 20px;
        font-weight: 500;
        line-height: 21px;
        letter-spacing: 0em;
        text-align: left;
        color: #47785D;
    }
    .copyright {
        font-size: 12px;
        font-weight: 500;
        line-height: 17px;
        letter-spacing: 0em;
        text-align: left;
        color: #47785D;
    }
    .contact-title {
        color: #47785D;
        font-size: 20px;
        font-weight: 700;
        line-height: 21px;
        letter-spacing: 0em;
        text-align: left;
    }
    .contact i {
        color: #47785D;
        font-size: 20px;
        margin-bottom: 15px;
    }
    .contact {
        padding-left: 60px;
    }
    .social {
        font-size: 20px;
        font-weight: 500;
        line-height: 21px;
        letter-spacing: 0em;
        text-align: left;
        color: #47785D;
    }
    
}