body {
    padding-top: 60px; /* Adjusted for fixed navbar */
    scroll-behavior: smooth !important;
}

.navbar {
    position: fixed;
    top: 0;
    width: 100%;
    z-index: 1000;
}
.sejajar {
    padding-left: 80px;
}
.sejajar img {
    width: 60px;
    height: 45px;
}

.hero-section {
    padding: 0;
    background-color: #f8f9fa;
    margin: 0;
}

.about-section {
    padding: 100px 0;
    background-color: #d7d5d5;
    opacity: 0;
}

.profil-section {
    padding: 100px 0;
    background-color: #ebe9e9;
    display: none;
}
.artis-section {
    padding: 100px 0;
    background-color: whitesmoke;
    display: none;
}

.services-section {
    padding: 100px 0;
    background-image: url("img/section.jpg");
    background-repeat: no-repeat;
    background-size: cover;
    background-attachment: fixed;
    color: white;
    opacity: 0;
}

.service-item {
    margin-bottom: 30px;
    color: white;
}

.contact-section {
    padding: 100px 0;
    background-color: #ffffff;
    opacity: 0;
}

.footer-section {
    padding: 30px 0;
    background-color: #343a40;
    color: #ffffff;
}
.jumbotron {
    background-image: url("img/image-splash.jpg");
    background-repeat: no-repeat;
    background-size: cover;
    color: white;
    text-align: center;
    padding: 150px 10px 150px 10px;
    margin: 0;
    background-attachment: fixed;
    width: 100%;
    height: auto;
    border-radius: 0;
}
.jumbotron2 {
    background-image: url("img/banner2.jpg");
    background-repeat: no-repeat;
    background-size: cover;
    color: white;
    text-align: center;
    padding: 150px 10px 150px 10px;
    margin: 0;
    background-attachment: fixed;
    width: 100%;
    height: auto;
    border-radius: 0;
}
.jumbotron3 {
    background-image: url("img/banner3.jpg");
    background-repeat: no-repeat;
    background-size: cover;
    color: white;
    text-align: center;
    padding: 150px 10px 150px 10px;
    margin: 0;
    background-attachment: fixed;
    width: 100%;
    height: auto;
    border-radius: 0;
}
.bg-gelap {
    background-color: black;
}

.gambar-slide {
    width: 100%;
    height: 500px;
    text-align: center;
}
.gambar-kecil {
    width: 20px;
    height: 20px;
    border-radius: 100px;
}
.gambar-medium {
    width: 300px !important;
    height: 250px !important;
}
.gambar-foto {
    width: 200px !important;
    height: 250px !important;
}

@media screen and (max-width:550px) {
    body {
        padding-top: 10px;
    }
    .sejajar {
        padding-left: 5px;
        font-size: medium;
    }
    .sejajar img {
        width: 45px;
        height: 40px;
    }
    .autoscroll {
        overflow-y: scroll;
    }

}
@media screen and (max-width:390px) {
    .sejajar {
        padding-left: 5px;
        font-size: small;
    }
    .sejajar img {
        width: 35px;
        height: 25px;
    }
    .autoscroll {
        overflow-y: scroll;
    }
}