.paket-container {
    overflow-x: hidden;
    position: relative;
    width: 100vw;
    min-height: 100vh;
    z-index: 3;
    display: flex;
    justify-content: center;
    align-items: center;
    background: url('../img/img_depan/kota makkah.jpg');
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
}

.paket-container::before {
    z-index: -1;
    content: "";
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    position: absolute;
    opacity: 0.5;
    background-image: linear-gradient(to bottom,
            rgb(252, 185, 0),
            rgb(0, 191, 255));
}

.card-paket {
    border-radius: 20px !important;
    background: rgba(255, 255, 255, 0.3);
}

.card-image {
    border-radius: 0.8rem;
}

.list-group {
    border: none !important;
}

.card-harga {
    border: none;
    background: rgba(255, 255, 255, 0.50);
}

.bg-putih {
    border-radius: .9rem;
    background: rgba(255, 255, 255, 0.60);
    margin: 1.5rem 0;
}

.bg-form-putih {
    background: rgba(255, 255, 255, 0.60);
}