@import url('https://fonts.googleapis.com/css2?family=Inter:ital,opsz,wght@0,14..32,100..900;1,14..32,100..900&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Jost:ital,wght@0,100..900;1,100..900&display=swap');

body {
    font-family: "Jost", sans-serif;
}

f-Inter {
    font-family: "Inter", sans-serif;
}

#theNavbar {
    transition: all .8s ease;
    background-color: rgb(255, 255, 255);
}

.theNavbar-Link {
    font-size: .9rem;
    color: #5f5f5f !important;
    transition: all .4s ease;
}

.theNavbar-Link.active {
    font-size: .9rem;
    border-bottom: 3px solid #0b9249;
    color: #0b9249 !important;
    transition: all .4s ease;
}

.theNavbar-Link:hover {
    font-size: .9rem;
    color: #080808 !important;
}

.theNavbar-LinkBtn {
    background-color: #0b9249;
    border-radius: 30px;
    color: whitesmoke !important;
    transition: all .4s ease;
}

.theNavbar-LinkBtn:hover {
    background-color: #15b638;
    color: white !important;
    transform: scale(1.03);
}

#theNavbar-OffCanvas {
    background-color: #0b9249;
}

#theNavbar {
    background-color: #fff;
}

.theNavbar-CanvasBtn {
    background-color: #0b9249;
    border: 1px solid white;
    color: white;
    font-size: 20px;
    font-weight: light;
}

.theNavbar-CanvasBtn:hover,
.theNavbar-CanvasBtn:active {
    background-color: white;
    border: 1px solid #0b9249;
    color: #0b9249;
    font-size: 20px;
    font-weight: light;
}

.theNavbar-LinkCanvas {
    color: white !important;
    font-size: 20px;
}

.theNavbar-LinkCanvas.active {
    background-color: white;
    color: rgb(19, 167, 0) !important;
}

.WhyUsTitle {
    color: #d3d3d3;
    cursor: pointer;
    transition: transform .3s ease, color .3s ease, background-color .3s ease;
}

.WhyUsTitle:hover {
    color: #13a000;
    background-color: #f3f3f3;
}

.WhyUsTitle.active {
    background-color: #0b9249;
    color: white;
    font-weight: bold;
}

.ProfPictBtn {
    background-color: #026b22;
}

.HomeAdditionalBtn:hover {
    background-color: #026b22 !important;
}

.PilarKeunggulan {
    font-size: 1.5rem;
}

.list-group-item-action.active {
    background-color: #013f14 !important;
    border: 1px none white;
    font-size: larger;
}

.list-group-item-action {
    transition: all .4s ease;
    cursor: pointer;
}

.HomeUnitItem {
    height: 350px;
}

.HomeUnitItemChild {
    background-size: cover;
    background-repeat: no-repeat;
    cursor: pointer;
    filter: brightness(80%);
    transition: all .3s ease;
}

.HomeUnitItemChildTitle {
    color: #f3f3f3;
    transition: all .3s ease;
}

.HomeUnitItemChild:hover {
    filter: brightness(105%);
    color: #ffffff;
    transform: scale(1.02);

    .HomeUnitItemChildTitle {
        background-color: #13a000;
    }
}

.HomeInfoItem {
    transition: all .4s ease;
    cursor: pointer;
}

.HomeInfoItem:hover {
    transform: scale(.98);
    background-color: #f8f8f8 !important;
}

.FooterLink {
    color: white;
}

.FooterLink:hover {
    color: rgb(255, 251, 0) !important;
}

.ContentItem {
    background-color: rgb(231, 231, 231);
}

.HomeUnitBookletLink {
    color: black;
    transition: all .4s ease;
}

.HomeUnitBookletLink:hover {
    color: rgb(0, 211, 53) !important;
}

.AplikasiItem {
    background-color: #d8d8d8;
    cursor: pointer;
    transition: all .3s ease;
}

.AplikasiItem:hover {
    background-color: #e3b8f0;
    color: whitesmoke;
    cursor: pointer;
}

.AplikasiItem.active {
    background-color: #9c05ca;
    color: white;
    font-weight: bold;
}

#HomeAplikasi {
    background-image: url('../img/BackgroundAplikasi.png');
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    min-height: 950px;
}

#ProfileContentVisi {
    background-color: #013f14;
}

#theFooter {
    background-color: #024917;
}

#theFooterFoot {
    background-color: #083816;
}

#HomeLocation {
    background-image: url('../img/BackgroundMaps.png');
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
}

#InfoBannerYoutube {
    transition: all .4s ease;
    cursor: pointer;
}

#InfoBannerYoutube:hover {
    transform: scale(.98);
}

#HomeUnitItemTK {
    background-image: url('../img/UnitTK.jpg');
}

#HomeUnitItemSD {
    background-image: url('../img/UnitSD.jpeg');
}

#HomeUnitItemSMP {
    background-image: url('../img/UnitSMP.jpeg');
}

#HomeUnitItemSMK {
    background-image: url('../img/UnitSMK.jpg');
}

#HomeUnit {
    min-height: 500px;
    background-image: url('../img/BackgroundUnit.png');
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
}

#HomeProfPict {
    background: linear-gradient(to bottom, #03b420, #026b22);
    color: white;
}

#PilarKeunggulanContainer {
    transition: all .4s ease;
}

#WhyUsText {
    text-align: justify;
}

#PilarKeunggulanContent {
    text-align: justify;
}

#HomePilarKeunggulan {
    background-image: url('../img/BackgroundPilarUnggulan.png');
    background-position: center;
    background-size: cover;
    background-repeat: no-repeat;
    color: white;
    min-height: 1000px;
}

#HomeAdditional2 {
    background-image: url('../img/BackgroundVideoYoutube.png');
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    min-height: 600px;
    background-attachment: fixed;
}

.HomeInfoItemImage {
    border-radius: .75rem .75rem 0px 0px;
}

.carousel-caption .carousel-title, .carousel-caption .carousel-text {
    background-color: rgba(21, 116, 8, 1);
    color: rgb(255, 255, 255);
}

.PaginationCustom.active .page-link {
    background-color: #013f14 !important;
    border: 1px none black;
    color: white !important;
}

.page-link {
    color: black;
}

.WebHeader {
    margin-top: 48px;
    height: 25dvh;
    background-image: url('../img/BackgroundMaps.png');
    background-repeat: no-repeat;
    background-position: center -160px !important;
    background-size: cover;
    width: 100%;
    background-color: rgba(0, 0, 0, 0.5);
    background-blend-mode: darken;
    display: flex;
    justify-content: center;
    align-items: center;
}

.WebHeader-title {
    font-size: 20pt;
    color: white;
    font-weight: bold;
    text-transform: uppercase;
}

@media (max-width: 576px) {
    .WebHeader {
        margin-top: -1px !important;
        background-position: center center !important;
    }
}

@media (max-width: 768px) {
    .WebHeader {
        margin-top: -1px !important;
        background-position: center center !important;
    }
}

@media (max-width: 992px) {
    .WebHeader {
        margin-top: -1px !important;
        background-position: center center !important;
    }
}

@media (max-width: 1200px) {
    .WebHeader {
        margin-top: 67px;
    }
}

.GaleriContentItem {
    width: 100%;
    height: 200px;
    transition: transform 0.3s ease;
    object-fit: cover;
    object-position: center;
    cursor: pointer;
}

.GaleriContentItem:hover {
    transform: scale(.99);
}

.gallery-fasilitas {
    display: grid;
    grid-template-columns: repeat(auto-fill, minmax(300px, 1fr));
    gap: 10px;
}

.gallery-fasilitas img {
    width: 100%;
    height: 200px;
    transition: transform 0.3s ease;
}

.gallery-fasilitas img:hover {
    transform: scale(.99); /* Efek zoom pada hover */
}

.gallery {
    display: grid;
    grid-template-columns: repeat(auto-fill, minmax(250px, 1fr));
    gap: 3px;
}

.gallery img {
    width: 100%;
    height: 200px;
    transition: transform 0.3s ease;
}

.gallery img:hover {
    transform: scale(.99); /* Efek zoom pada hover */
}

.modal-galeri {
    position: fixed;
    z-index: 10000;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    overflow: auto;
    background-color: rgba(0, 0, 0, 0.8);
}

.modal-content-galeri {
    margin: auto;
    display: block;
    max-width: 80%;
    max-height: 80vh;
}

.close-galeri {
    position: absolute;
    top: 20px;
    right: 35px;
    color: #fff;
    font-size: 40px;
    font-weight: bold;
    cursor: pointer;
}

#theLoader {
    position: fixed;
    top: 0;
    left: 0;
    width: 100vw;
    height: 100vh;
    background-color: whitesmoke;
    display: flex;
    justify-content: center;
    align-items: center;
    z-index: 9999;
}

.no-scroll {
    overflow: hidden;
}

.loader {
    width: 50px;
    padding: 8px;
    aspect-ratio: 1;
    border-radius: 50%;
    background: #036600;
    --_m:
        conic-gradient(#0000 10%, #000),
        linear-gradient(#000 0 0) content-box;
    -webkit-mask: var(--_m);
    mask: var(--_m);
    -webkit-mask-composite: source-out;
    mask-composite: subtract;
    animation: l3 1s infinite linear;
}

@keyframes l3 {
    to {
        transform: rotate(1turn)
    }
}
