.banner {
    background: linear-gradient(rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0.5)), url('../images/banner.jpg') no-repeat center center fixed;
    background-size: cover;
    width: 100%;
    height: 100vh;
    color: #fff;
    height: 90vh;
}

.text-banner {
    display: flex;
    justify-content: center;
    align-items: center;
    height: 80vh;
    flex-direction: column;
}

.justify-text {
    text-align: justify;
}

.card img {
    max-width: 100%;
    height: 200px;
    object-fit: cover;
}

.card-text a {
    text-decoration: none;
}

.bannerpackages {
    background: linear-gradient(rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0.5)), url('../images/camera1.jpg') no-repeat center center fixed;
    background-size: cover;
    width: 100%;
    height: 100vh;
    color: #fff;
    height: 45vh;
}

.text-bannerpackages {
    display: flex;
    justify-content: center;
    align-items: center;
    height: 45vh;
    flex-direction: column;
}

.bannerdetail {
    background: linear-gradient(rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0.5)), url('../images/pantaijogja2.jpg') no-repeat center center fixed;
    background-size: cover;
    width: 100%;
    height: 100vh;
    color: #fff;
    height: 45vh;
}

.text-bannerdetail {
    display: flex;
    justify-content: center;
    align-items: center;
    height: 45vh;
    flex-direction: column;
}

.bannerabout {
    background: linear-gradient(rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0.5)), url('../images/tentangkami.jpg') no-repeat center center fixed;
    background-size: cover;
    width: 100%;
    height: 100vh;
    color: #fff;
    height: 90vh;
}

.text-bannerabout {
    display: flex;
    justify-content: center;
    align-items: center;
    height: 80vh;
    flex-direction: column;
}

.image-container {
    position: relative;
}

.gallery-navigation {
    position: absolute;
    top: 48%;
    transform: translateY(-50%);
    left: 10%;
    right: 10%;
    text-align: center;
}

#prevBtn1, #nextBtn1 {
    padding: 5px 10px;
    font-size: 15px;
    background-color: transparent;
    color: #ffffff;
    border: none;
    cursor: pointer;
}

#prevBtn2, #nextBtn2 {
    padding: 5px 10px;
    font-size: 15px;
    background-color: transparent;
    color: #ffffff;
    border: none;
    cursor: pointer;
}

#prevBtn3, #nextBtn3 {
    padding: 5px 10px;
    font-size: 15px;
    background-color: transparent;
    color: #ffffff;
    border: none;
    cursor: pointer;
}

#prevBtn4, #nextBtn4 {
    padding: 5px 10px;
    font-size: 15px;
    background-color: transparent;
    color: #ffffff;
    border: none;
    cursor: pointer;
}

#prevBtn:hover, #nextBtn:hover {
    background-color: none;
}