
#hero {
    height: auto;
    position: relative;
}
.hero-video,
.hero-image,
.hero-color {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    overflow: hidden;
    z-index: -1;
}
.hero-video video,
.hero-image img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    object-position: top;
}
.hero-color {
    background-color: rgba(135, 206, 235, 0.9);
}

.hero-logo {
    margin-top: 100px;
}
.hero-logo img {
    height: 150px;
}
.container-data {
    max-width: 1550px;
    padding: 0 50px;
    margin: 0 auto;
}
.visi-misi-section {
    background-color:rgba(135, 206, 235, 0.9);
    padding: 50px 0;
    position: relative;
}
.visi-misi-bg {
    background: url("/assets/images/bg_siger.jpg") no-repeat fixed;
    background-size: cover;
    background-position: center;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: -1;
}
.visi-misi-section .container {
    max-width: 900px;
}
.visi-section,
.misi-section {
    background-color: rgba(255, 255, 255, 0.6);
}

#statistik {
    background-color: rgba(255, 255, 255, 0.6);
    position: relative;
}

.statistik-bg {
    background: url("/assets/images/visi-misi.png") no-repeat fixed;
    background-size: cover;
    background-position: center;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: -1;
}

.data-sekolah {
    position: relative;
    background-color:rgba(135, 206, 235, 0.9);
}
.data-sekolah-bg {
    background: url("/assets/images/smk-siswa.jpg") no-repeat fixed;
    background-size: cover;
    background-position: center;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: -1;
}

.dt-search {
    width: 200px;
    margin-bottom: 20px;
}

.bar-fixed-x {
    position: fixed;
    width: 4vw;
    height: 100%;
    z-index: 9999;
}

.bar-fixed-y {
    position: fixed;
    /* width: 100%; */
    height: 5vh;
    z-index: 9999;
}

.bar-fixed-right {
    position: fixed;
    right: 0;
    bottom: 0;
    top: 0;
}

.bar-fixed-left {
    position: fixed;
    left: 0;
    bottom: 0;
    top: 0;
    transform: rotate(180deg);
}

.bar-fixed-top {
    position: fixed;
    left: 0;
    right: 0;
    top: 0;
}

.bar-fixed-bottom {
    position: fixed;
    left: 0;
    right: 0;
    bottom: 0;
}

.navbar-brand img {
    height: 60px;
    margin: 10px 0;
}

.hero-content {
    margin-top: 50px;
}

.hero-content img {
    max-width: 280px;
}


/* OWL CAROUSEL SLIDER */
.owl-item .item {
    width: 100%;
    height: auto;
}
.owl-item .mask {
    position: absolute;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
}

.owl-item img {
    width: 100%;
    height: calc(100vh - 90px)!important;
    object-fit: cover;
    object-position: center;
}

.owl-custom-nav {
    position: absolute;
    top: 45%;
    left: 0;
    right: 0;
    transform: translateY(-50%);
    display: flex;
    justify-content: space-between;
    z-index: 1;
    color: #0665d0;
}

.owl-custom-nav-item {
    cursor: pointer;
    background-color: #fff;
    padding: 15px;
    transition: all 0.3s ease-in-out;
}

.owl-custom-nav-prev {
    border-radius: 0 100px 100px 0;
}

.owl-custom-nav-next {
    border-radius: 100px 0 0 100px;
}

.owl-custom-nav-item:hover {
    background-color: #0665d0;
    color: #fff;
    transition: all 0.3s ease-in-out;
}
/* END OWL CAROUSEL SLIDER */


@media (min-width: 768px) {
    .hero-content .col-md-3 {
        width: 21%;
    }
}

@media only screen and (max-width: 768px) {
    #hero {
        height: 100vh;
        /* background-color: rgba(255, 255, 255, 0.5); */
    }
    .hero-logo {
        margin-top: 40px;

    }
    .hero-content {
        margin-top: 0;
    }
    .hero-logo img {
        height: 70px;
    }
    .container-data {
        padding: 0 15px;
     }
     .hero-nav {
        margin-top: 50px;
     }
     .hero-content {
        /* height: 100%; */
     }
     .hero-content .col-3,
     .hero-content .col-6 {
        position: relative;
     }
     .hero-content img {
        /* position: absolute;
        bottom: 0; */
     }
     .navbar-brand img {
        height: 50px;
        /* margin-bottom: 30px; */
    }
    .nav-link {
        font-size: 13px;
    }
    .lampung-bar img {
        margin-top: -11px;
        height: 30px;
    }
    .hero-color {
        background-color: rgba(135, 206, 235, 0.7);
    }
    
}

/* Animasi muncul ke atas */
.fade-slide-up {
    opacity: 0;
    transform: translateY(30px);
    animation: fadeSlideUp 2s ease forwards;
}

/* Keyframe animasi */
@keyframes fadeSlideUp {
    to {
        opacity: 1;
        transform: translateY(0);
    }
}
