:root {
    --hijau: #539165;
    --kuning: #f7c04a;
    --ungu: #3f497f;
    --cream: #f8f5e4;
    --gold: #ffd700;
}

.ct-pg-paket {
    height: 100%;
}
.ct-pg-paket .hero {
    width: 100%;
    display: flex;
    height: 300px;
    padding: 30px 20px;
    flex-direction: column;
    object-fit: cover;
    align-items: center;
    justify-content: center;
    text-align: center;
    background-image: linear-gradient(rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0.5)),
        url("/img/makkah.jpg");
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
}

.ct-pg-paket .hero > h1 {
    color: var(--gold);
    font-weight: 600;
    text-shadow: 0 1px 0 rgba(255, 255, 255, 0);
}
.ct-pg-paket .hero > h3,
.ct-pg-paket .hero > h5 {
    color: white;
    font-weight: 500;
}
.ct-paket {
    width: 100%;
    padding: 30px 30px;
    height: auto;
}

.ct-paket .judul {
    display: flex;
    /* background: grey; */
    flex-wrap: wrap;
    justify-content: center;
    gap: 0 20px;
    flex-direction: row;
    margin-bottom: 20px;
}
.ct-paket .judul img {
    max-width: 510px;
    max-height: 723px;
    box-shadow: 0 4px 5px rgba(30, 27, 27, 0.5);
    object-fit: fill;
}

.ct-paket .judul .ket h3 {
    text-align: center;
}
.ct-paket .judul .ket {
    text-transform: capitalize;
    padding: 0 20px 10px 20px;
    display: flex;
    flex-direction: column;
    justify-content: baseline;
    align-items: center;
}
.ct-paket .judul .ket > .harga {
    border-radius: 5px;
    border: 2px solid grey;
    align-items: center;
    justify-content: center;
    display: flex;
    margin-bottom: 10px;
    flex-direction: column;
    padding: 20px 30px;
}
.ct-paket .judul .ket .harga-paket {
    text-align: center;
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    margin-bottom: 20px;
    gap: 20px;
}
.ct-paket .judul .ket .harga-paket > span {
    /* display: flex; */

    justify-content: center;
    flex-direction: column;
    width: auto;
    height: auto;
    border: 2px solid var(--kuning);
    border-radius: 5px;
    padding: 0px 10px;
    font-weight: 500;
    box-shadow: 0 4px 5px rgba(0, 0, 0, 0.3);
}
.ct-paket .judul .ket .harga-paket > span > p {
    font-weight: 600;
    text-transform: capitalize;
}

.ket .confirm-booking {
    display: flex;
    gap: 0 20px;
}
.ket .confirm-booking > .btn {
    display: flex;
    width: max-content;
    text-align: center;
    text-transform: capitalize;
    text-decoration: none;
    border-radius: 5px;
    color: white;
    gap: 0 3px;
    align-items: center;
    padding: 5px;
    box-shadow: 0 4px 5px rgba(0, 0, 0, 0.8);
}
.ket .confirm-booking > .btn:hover {
    color: black !important;
    transition: all 0.3s ease-in-out !important;
}

.ket .description .title {
    color: green !important;
    text-shadow: 0 1px 0 rgba(255, 255, 255, 0.1);
    font-weight: bold;
    font-size: 30px;
}

.ket .description > p {
    font-size: 14px;
}
.ket .description > span {
    display: flex;
    gap: 0 20px;
    margin-bottom: 10px;
    align-items: baseline;
}
.ket .description > span > i {
    color: var(--kuning);
}

.description .desk {
    display: flex;
    flex-direction: column;
    font-size: 14px;
}

.ct-paket .catatan {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
}
.ct-paket .catatan .batal {
    word-wrap: break-word;
    color: black;
    background: whitesmoke;
    width: max-content;
    padding: 5px 20px;
    border-radius: 5px;
    border: 2px solid red;
    margin-bottom: 20px;
}

/* Media Query  */

@media screen and (max-width: 480px) {
    .ct-paket .judul img {
        max-width: 100%;
        max-height: 100%;
        justify-content: center;
        margin-bottom: 20px;
        object-fit: fill;
    }

    .ket .description .title {
        font-size: 25px;
    }

    .ket .description > p {
        font-size: 12px;
    }

    .ct-paket .catatan .batal {
        max-width: 100%;
        max-height: 100%;
    }
    .ct-paket .catatan .batal > p {
        font-size: 12px;
    }
}
@media screen and (min-width: 481px) and (max-width: 768px) {
    .ct-paket .judul img {
        max-width: 100%;
        max-height: 100%;
        justify-content: center;
        margin-bottom: 20px;
        object-fit: fill;
    }

    .ket .description > p {
        font-size: 12px;
    }
    .ct-paket .catatan .batal {
        max-width: 100%;
        max-height: 100%;
    }
    .ct-paket .catatan .batal > p {
        font-size: 12px;
    }
}
@media screen and (min-width: 769px) and (max-width: 1024px) {
    .ct-paket .judul img {
        max-width: 100%;
        max-height: 100%;
        justify-content: center;
        margin-bottom: 20px;
        object-fit: fill;
    }

    .ket .description > p {
        font-size: 12px;
    }
    .ct-paket .catatan .batal {
        max-width: 100%;
        max-height: 100%;
    }
    .ct-paket .catatan .batal > p {
        font-size: 12px;
    }
}
