.nav-center {
    margin-bottom: 0;
}
/*
  title mobile
*/
.title-mobile_h1 {
    color: #141414;
    font-family: var(--general-sans-600);
    font-size: 20px;
    line-height: 28px;
    padding-bottom: 24px;
    padding-top: 24px;
}
hr.title-mobile {
    margin-bottom: 24px;
}
/*
  title desktop
*/
#title-desktop {
    display: none;
}
#title-desktop h1 {
    color: #333;
    font-size: 40px;
    line-height: 48px; /* 120% */
    font-family: var(--general-sans-600);
}
.title-desktop_share-btn {
    display: flex;
    padding: 8px 12px;
    border-radius: 8px;
    border: 1px solid var(--stroke-gray);
    gap: 16px;
    align-items: center;
    justify-content: space-between;
    font-size: 14px;
    flex-shrink: 0;
}
/*
  package image
*/
#image-package {
    position: relative;
}
#image-package img {
    width: 100%;
    max-height: 500px;
    object-fit: cover;
    object-position: center;
}
#back-button_mobile-image,
#share-button_mobile-image {
    padding: 8px;
    border-radius: 999px;
    height: 32px;
    width: 32px;
    position: absolute;
    top: 1.5rem;
    background-color: rgba(255, 255, 255, 0.2);
    z-index: 1;
}
#back-button_mobile-image {
    left: 1.5rem;
}
#share-button_mobile-image {
    right: 1.5rem;
}
#image-package_desktop {
    display: none;
}
/*
  deskripsi
*/
#deskripsi {
    padding-bottom: 24px;
    margin-bottom: 32px;
}
#deskripsi h2 {
    font-family: var(--general-sans-600);
    font-size: 20px;
    line-height: 28px; /* 140% */
    color: #141414;
    padding-bottom: 8px;
    border-bottom: var(--stroke-red) 1px solid;
    width: fit-content;
    margin-bottom: 20px;
}
/*
  fasilitas
*/
#fasilitas h2 {
    font-family: var(--general-sans-600);
    font-size: 20px;
    line-height: 28px; /* 140% */
    color: #141414;
    padding-bottom: 8px;
    border-bottom: var(--stroke-red) 1px solid;
    width: fit-content;
    margin-bottom: 32px;
}

#lihat-semua_fasilitas > div {
    display: none;
}
#lihat-semua_fasilitas > button {
    color: var(--stroke-red);
    line-height: 24px;
}
/*
  booking-sekarang_btn
*/
#booking-sekarang_btn {
    display: block;
    margin-inline: auto;
    position: fixed;
    background: var(--red-gradient-button);
    color: white;
    font-family: var(--general-sans-600);
    margin: 24px 0;
    padding: 16px 32px;
    bottom: 0;
    left: 50%;
    transform: translateX(-50%);
    border-radius: 12px;
    box-shadow: var(--red-button-shadow);
    z-index: 99;
    white-space: nowrap;
}
/*
  itenenary
*/
#itenenary-container {
    display: flex;
    overflow-x: scroll;
    gap: 24px;
    padding-bottom: 24px;
    margin-bottom: 40px;
}
.itenenary-item {
    flex-shrink: 0;
    display: flex;
    gap: 16px;
    flex-direction: column;
    box-shadow: var(--soft-shadow);
    padding: 16px;
    border-radius: 16px;
    width: 330px;
    height: fit-content;
}
.itenenary-item > p {
    height: 32px;
    width: 32px;
    background: var(--gray-gradient-bg);
    border-radius: 999px;
    outline: white 2px solid;
    box-shadow:
        0 2px 16px 0 rgba(0, 0, 0, 0.1),
        0 4px 4px 0 rgba(0, 0, 0, 0.1);
    display: grid;
    place-items: center;
    font-family: var(--general-sans-600);
}
.itenenary-item_pic {
    position: relative;
    border-radius: 16px;
    width: 100%;
    height: 144px;
    overflow: hidden;
    margin-bottom: 16px;
}
.itenenary-item_pic img {
    position: relative;
    border-radius: 16px;
    width: 100%;
    height: 144px;
    object-fit: cover;
    object-position: center;
}
.itenenary-item_pic > div {
    position: absolute;
    top: 0;
    left: 0;
    border: 2px solid white;
    border-radius: 16px 0;
    background: var(--gray-gradient-bg);
    padding: 6px 12px;
    font-size: 12px;
}
.itenenary-item_schedule {
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin-bottom: 16px;
}
.itenenary-item_schedule > p {
    width: fit-content;
    padding: 4px 12px;
    background: linear-gradient(
        201deg,
        rgba(249, 242, 24, 0.2) 3.37%,
        rgba(226, 162, 70, 0.2) 86.36%
    );
    border-radius: 8px;
}
.itenenary-item_schedule > div {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 8px;
    font-size: 12px;
}
.itenenary-item_list {
    margin-bottom: 16px;
    word-wrap: break-word;
}
.itenenary-item_list li {
    list-style-type: disc;
    margin-left: 1rem;
    font-size: 12px;
    line-height: 18px;
}
.itenenary-item_images {
    display: flex;
    gap: 8px;
    align-items: center;
    justify-content: start;
}
.itenenary-item_images div {
    height: 60px;
    width: 60px;
    overflow: hidden;
    border: 8px;
    position: relative;
}
.itenenary-item_images div img {
    height: 100%;
    width: 100%;
    object-fit: cover;
    object-position: center;
    border-radius: 8px;
}
.itenenary-item_images div:last-child:after {
    content: "+";
    position: absolute;
    top: 0;
    left: 0;
    background-color: rgba(0, 0, 0, 0.4);
    height: 100%;
    width: 100%;
    display: grid;
    place-items: center;
    color: #cecece;
    font-size: 32px;
    border-radius: 8px;
    cursor: pointer;
}
.itenenary-item.active .itenenary-item_pic > div {
    background: #edbaba;
    color: var(--stroke-red);
}
.itenenary-item.active > p {
    background: var(--red-gradient-button);
    color: white;
    box-shadow: var(--red-button-shadow);
}
/*
  itenenary devider
*/
#devider-itenenary {
    margin-bottom: 24px;
}
/*
  akomodasi
*/
#akomodasi > div:first-child > div:last-child {
    display: none;
}
#akomodasi-container {
    display: flex;
    gap: 24px;
    overflow-x: scroll;
}
#akomodasi-container > div {
    padding: 20px;
    border-radius: 16px;
    box-shadow: var(--card-shadow);
    margin-bottom: 24px;
    flex-shrink: 0;
}
#akomodasi-container > div > img {
    width: 280px;
    height: 120px;
    object-fit: cover;
    object-position: center;
    border-radius: 12px;
    margin-bottom: 16px;
}
#akomodasi-container > div > div:last-child {
    display: flex;
    align-items: center;
    gap: 4px;
}
#akomodasi-container > div h5 {
    font-size: 20px;
    line-height: 32px; /* 160% */
    font-family: var(--general-sans-600);
    margin-bottom: 4px;
}
#akomodasi-container > div h5 + p {
    color: #151515;
    font-size: 14px;
    line-height: 24px; /* 171.429% */
    margin-bottom: 8px;
}
#akomodasi-devider {
    margin-bottom: 24px;
}
/*
   penerbangan
*/
#penerbangan {
    margin-bottom: 32px;
    padding-left: 8px;
    padding-right: 3rem;
    display: flex;
    gap: 24px;
    overflow-x: scroll;
}
#penerbangan_title h2 {
    line-height: 24px; /* 150% */
}
#penerbangan_title > a {
    line-height: 24px; /* 171.429% */
    display: block;
    color: var(--stroke-red);
}
#penerbangan_title > div {
    display: none;
}
.penerbangan_card-container {
    height: fit-content;
    flex-shrink: 0;
    width: 306px;
    border-radius: 12px;
    box-shadow: var(--hard-shadow);
    position: relative;
    margin-bottom: 32px;
}
.penerbangan_card {
    overflow: hidden;
}
.penerbangan_card-atas {
    padding: 20px;
    position: relative;
    border-bottom: 2px dashed var(--stroke-gray);
}
.penerbangan_card-container > .penerbangan_badge {
    position: absolute;
    top: 12px;
    left: -8px;
}
.penerbangan_card-atas > h4 {
    padding-top: 41px;
    display: flex;
    align-items: center;
    gap: 1rem;
    font-family: var(--general-sans-600);
    color: #151515;
    line-height: 24px; /* 150% */
}
.penerbangan-card_side-bullet {
    position: absolute;
    bottom: -8px;
    height: 14px;
    width: 14px;
    background: #ececec;
    border-radius: 999px;
}
.penerbangan-card_side-bullet.left {
    left: -8px;
}
.penerbangan-card_side-bullet.right {
    right: -8px;
}
.penerbangan_card-bawah {
    padding: 20px;
    display: flex;
    flex-direction: column;
    gap: 16px;
}
.starting {
    margin-bottom: 4px;
}
.starting > div {
    position: relative;
    width: fit-content;
}
.starting > div > p:first-child {
    position: relative;
    border-radius: 8px;
    background: rgba(254, 0, 0, 0.2);
    padding: 4px 16px;
    color: var(--stroke-red);
    font-size: 12px;
    font-family: var(--general-sans-600);
    width: fit-content;
    line-height: 18px; /* 150% */
    text-transform: uppercase;
}
.starting > div > p:last-child {
    position: absolute;
    bottom: -10px;
    left: 50%;
    transform: translateX(-50%);
    font-size: 6px;
    display: inline-flex;
    padding: 4px 8px;
    align-items: flex-start;
    background-color: #fff;
    border-radius: 4px;
}
.penerbangan-jadwal > div,
.penerbangan-lokasi > div,
.penerbangan-kode > div {
    display: flex;
    justify-content: space-between;
    align-items: center;
}
.penerbangan-lokasi > div:first-child {
    font-size: 12px;
    text-transform: capitalize;
}
.penerbangan-lokasi > div:first-child > p:nth-child(2) {
    font-size: 10px;
    font-family: var(--general-sans-500);
    line-height: 16px; /* 160% */
    color: #359b05;
    padding: 2px 12px;
    background: rgba(114, 237, 94, 0.25);
    border-radius: 6px;
}
.penerbangan-lokasi > div:nth-child(2) > p,
.penerbangan-jadwal div:nth-child(2) p,
.penerbangan-kode div:nth-child(2) p {
    font-size: 20px;
    font-family: var(--general-sans-600);
    line-height: 32px; /* 160% */
    background: var(--green-gradient-badge);
    background-clip: text;
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
}
.penerbangan-jadwal div:nth-child(2) p,
.penerbangan-kode div:nth-child(2) p {
    font-size: 16px;
}
.penerbangan-jadwal,
.penerbangan-kode,
.starting > p {
    color: #828282;
    font-size: 12px;
    line-height: 18px; /* 150% */
}
.starting > p {
    padding-bottom: 4px;
}
/*
  single sk
*/
.single-sk {
    flex-shrink: 0;
    padding: 20px 24px 32px 16px;
    border-radius: 12px;
    box-shadow: var(--soft-shadow);
}
.sk-paket_details {
    padding-left: 16px;
}
.sk-title {
    cursor: pointer;
    display: flex;
    justify-content: space-between;
    align-items: center;
    /*margin-bottom: 20px;*/
    transition: 0.3s all ease-in-out;
}
.sk-title h2 {
    font-size: 20px;
    line-height: 28px; /* 140% */
    font-family: var(--general-sans-600);
    margin-bottom: 8px;
}
.sk-title > div:first-child {
    width: fit-content;
    border-bottom: 2px solid var(--stroke-red);
}
.sk-title > button {
    transform: rotateZ(-90deg);
}
.sk-paket_details p {
    padding: 8px 0;
    font-size: 14px;
    line-height: 20px; /* 142.857% */
    border-bottom: 1px solid var(--stroke-gray);
}
.sk-paket_details ul {
    padding-left: 8px;
    border-bottom: 1px solid var(--stroke-gray);
}
.sk-paket_details ul li {
    padding: 8px 0;
    font-size: 14px;
    line-height: 8px; /* 142.857% */
}
#sk-paket {
    display: flex;
    flex-direction: column;
    gap: 32px;
    margin-bottom: 104px;
}
.sk-paket_details {
    opacity: 0;
    height: 0;
    transition: all 0.3s ease-in-out;
    overflow: hidden;
}
.sk-paket_details.show {
    height: 100%;
    opacity: 1;
}
.toggle-sk {
    transition: all 0.3s ease-in-out;
}
.toggle-sk.rotate {
    transform: rotateZ(90deg);
}
.sk-title.shrink {
    margin-bottom: 20px;
}
/*
  transportasi
*/
#transportasi {
    margin-bottom: 32px;
}
#transportasi p {
    font-size: 14px;
    line-height: 24px; /* 171.429% */
}
#transportasi .scroll-content {
    padding-left: 1rem;
}
/*
  perlengkapan
*/
#perlengkapan {
    margin-bottom: 32px;
}
#perlengkapan div:last-child > div {
    width: 186px;
    height: fit-content;
}
#perlengkapan div:last-child {
    gap: 20px;
}
#perlengkapan div:last-child > div h5 {
    font-size: 18px;
    font-weight: 600;
    line-height: 24px; /* 133.333% */
}
#perlengkapan .scroll-content > div {
    padding: 10px 10px 20px;
}
#perlengkapan .scroll-content {
    padding-left: 1rem;
}
/*
  overview
*/
.overview {
    display: none;
}
/*
    overview desktop
  */
.overview {
    display: block;
    width: 100%;
    max-width: 460px;
    box-shadow: var(--card-shadow);
    padding: 24px 24px 20px;
    margin-bottom: 32px;
    border-radius: 16px;
}
#overview-mobile {
    max-width: 420px;
    margin-inline: auto;
    box-shadow: unset;
    padding-inline: unset;
}
.overview > h2 {
    font-size: 26px;
    font-family: var(--general-sans-600);
    line-height: 40px; /* 153.846% */
    padding-bottom: 20px;
}
.overview .overview-desktop_price span:first-child {
    font-size: 24px;
    line-height: 32px; /* 133.333% */
    font-family: var(--general-sans-600);
    background: var(--green-gradient-badge);
    background-clip: text;
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    margin-right: 4px;
}
.overview-info {
    margin-bottom: 32px;
    border: 1px solid var(--stroke-gray);
    border-radius: 8px;
    padding: 16px 16px 32px 16px;
    margin-top: 32px;
}
#overview-mobile .overview-info {
    border: unset;
    box-shadow: var(--soft-shadow);
    border-radius: 12px;
}
.overview-info > div:first-child {
    border-bottom: 1px solid var(--stroke-gray);
    margin-bottom: 16px;
}
.overview-info > div:first-child > div {
    display: grid;
    gap: 8px;
    /*grid-template-columns: 5fr 3fr 5fr;*/
    grid-template-columns: 1fr 1fr;
    grid-template-rows: 2fr;
    padding-bottom: 16px;
    align-items: start;
    justify-content: space-between;
    font-size: 12px;
}
.overview-info > div:first-child > div > div {
    display: flex;
    align-items: center;
    gap: 8px;
    flex-shrink: 0;
}
.overview-info > div > div > div > div > p:first-child {
    font-size: 10px;
    color: #888;
}
.package-rating {
    display: flex;
    gap: 2px;
}
.overview-info > div:last-child {
    display: flex;
    gap: 16px;
    justify-content: space-evenly;
    align-items: start;
    text-align: center;
}
.overview-info > div:last-child > div > div {
    display: flex;
    align-items: center;
    gap: 4px;
    font-size: 12px;
}
.overview-info > div:last-child > div > p {
    font-family: var(--general-sans-600);
    font-size: 20px;
}
.overview-info > div:last-child > div:last-child p {
    background: var(--green-gradient-badge);
    background-clip: text;
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
}
.overview-info + button {
    display: block;
    background: var(--red-gradient-button);
    color: white;
    font-family: var(--general-sans-600);
    padding: 16px 32px;
    border-radius: 12px;
    box-shadow: var(--red-button-shadow);
    white-space: nowrap;
    width: 100%;
}
#overview-mobile .overview-info + button {
    display: none;
}
#overview-mobile.overview {
    display: block;
}
#overview-desktop {
    display: none;
}
/*
  pembimbing
*/
#pembimbing {
    margin-bottom: 32px;
    border-bottom: 1px solid var(--stroke-gray);
}
#pembimbing h2 {
    font-size: 20px;
    line-height: 28px; /* 140% */
    font-family: var(--general-sans-600);
    padding-bottom: 24px;
}
#pembimbing_container {
    display: flex;
    padding-left: 1rem;
    padding-right: 3rem;
    overflow-x: scroll;
    gap: 32px;
}
#pembimbing_container::-webkit-scrollbar {
    display: none;
}
.single-pembimbing {
    margin-bottom: 24px;
    flex-shrink: 0;
    width: 320px;
    height: fit-content;
    border-radius: 16px;
    padding: 16px 20px;
    border: 1px solid var(--stroke-gray);
    box-shadow: var(--soft-shadow);
}
.single-pembimbing > p,
.single-pembimbing > div:last-child {
    font-size: 12px;
    line-height: 24px;
    padding-top: 20px;
}
.pembimbing_person-info {
    display: flex;
    gap: 12px;
}
.pembimbing_person-info p {
    font-size: 14px;
}
.pembimbing_person-info h6 {
    line-height: 24px; /* 150% */
    font-family: var(--general-sans-600);
}
.pembimbing_person-info > img {
    width: 40px;
    height: 40px;
    object-fit: cover;
    object-position: center;
    border-radius: 8px;
}

/*
    package detail pop-up
*/
#share-pop-up {
    display: none;
    place-items: center;
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, 0.5);
    z-index: 999;
}
#share-pop-up.show {
    display: grid;
}

#share-content_container {
    width: 97%;
    margin-inline: 1rem;
    padding: 16px;
    border-radius: 16px;
    background-color: white;
    max-width: 550px;
}
.share-content_container-header {
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 16px;
    box-shadow: var(--hard-shadow);
    margin-bottom: 1rem;
    border-radius: 12px;
}
.share-content_container-header h4 {
    font-family: var(--general-sans-500);
}
#bagikan-paket_paket-info {
    background-color: #ECEEF1;
    border-radius: 16px;
    box-shadow: var(--hard-shadow);
    padding: 16px;
    margin-bottom: 1.2rem;
}
#package-img-pop-up {
    border-radius: 12px;
    aspect-ratio: 1/1;
    object-position: center;
    object-fit: cover;
}
#bagikan-paket_paket-info > div:first-child {
    display: grid;
    gap: 16px;
    grid-template-columns: auto 1fr;
    align-items: start;
    justify-content: space-between;
    margin-bottom: 16px;
}
#bagikan-pop-up-link_container > h5 {
    font-family: var(--general-sans-500);
    text-align: center;
}
#bagikan-pop-up-links {
    margin-top: 16px;
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    grid-template-rows: 1fr 1fr;
    align-items: center;
    justify-content: center;
    gap: 1rem;
}
#bagikan-pop-up-links a {
    display: flex;
    flex-direction: column;
    gap: 8px;
    justify-content: space-between;
    align-items: center;
    font-size: 14px;
}
p:has(#pop-up_harga) {
    padding-top: 1rem;
    text-align: center;
}
#pop-up_harga {
    background: var(--green-gradient-badge);
    font-size: 24px;
    line-height: 32px;
    font-family: var(--general-sans-600);
    background-clip: text;
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    margin-right: 4px;
}
#pop-up_package-info {
    display: flex;
    flex-direction: column;
    gap: 1rem;
}
#pop-up_package-info > div {
    display: flex;
    gap: 8px;
    align-items: center;
    justify-content: space-between;
}
#pop-up_seat-info {
    display: flex;
    flex-direction: column;
    gap: 4px;
    padding-top: 1rem;
}
#pop-up_seat-info > div{
    display: grid ;
    grid-template-columns: 20px 1fr;
    gap: 8px;
    align-items: center;
    font-size: 10px;
}
#pop-up_package-info > div > div{
    display: grid;
    grid-template-columns: 30px 1fr ;
    justify-content: space-between;
    align-items: start;
    font-size: 12px;
}
#pop-up_package-info > div {
    display: grid;
    grid-template-columns: 60% 38% ;
    justify-content: space-between;
    font-size: 12px;
}

@media screen and (min-width: 1024px) {
    .nav-center {
        margin-bottom: 24px;
    }
    /*
    title mobile
  */
    .title-mobile {
        display: none;
    }
    #title-desktop,
    #title-desktop > div:first-child {
        display: flex;
        align-items: center;
    }
    #title-desktop > div:first-child > div:first-child {
        margin-right: 16px;
    }
    #title-desktop {
        margin-bottom: 32px;
        gap: 2rem;
        justify-content: space-between;
    }
    /*
    package image
  */
    #image-package {
        display: none;
    }
    #image-package_desktop {
        display: block;
        margin-bottom: 40px;
    }
    #image-package_desktop img {
        max-height: 450px;
        width: 100%;
        border-radius: 16px;
        height: 100%;
        object-fit: cover;
    }
    #back-button_mobile-image,
    #share-button_mobile-image {
        display: none;
    }
    /*
    desktripsi
  */
    #deskripsi h2 {
        font-size: 26px;
        line-height: 40px; /* 140% */
    }
    #deskripsi {
        border-bottom: 1px solid var(--stroke-gray);
    }
    /*
    fasilitas
  */
    #fasilitas h2 {
        font-size: 26px;
        line-height: 40px;
    }
    #lihat-semua_fasilitas h3 {
        font-size: 20px;
    }
    #lihat-semua_fasilitas > div {
        display: flex;
    }
    #lihat-semua_fasilitas > button {
        display: none;
    }
    /*
    desktop flex
  */
    #desktop-flex {
        display: grid;
        gap: 32px;
        grid-template-columns: 60% 38%;
        justify-content: space-between;
        align-items: start;
    }
    #desktop-flex .overview {
        position: sticky;
        top: 4rem;
        right: 0;
        width: 100%;
        height: fit-content;
    }
    /*
    #booking-sekarang_btn
  */
    #booking-sekarang_btn {
        display: none;
    }
    /*
    iteneary item
  */
    .itenenary-item {
        max-width: 432px;
        width: 100%;
    }
    /*
  itenenary devider
*/
    #devider-itenenary {
        visibility: hidden;
        margin-bottom: 32px;
    }
    /*
    akomodasi
  */
    #akomodasi > div:first-child > div:last-child {
        display: flex;
        gap: 8px;
    }
    #akomodasi > div > div:last-child button {
        display: grid;
        box-shadow: var(--hard-shadow);
        place-items: center;
        height: 32px;
        width: 32px;
        padding: 8px;
        border-radius: 8px;
    }
    #akomodasi-devider {
        visibility: hidden;
    }
    /*
    penerbangan
  */
    #penerbangan_title > a {
        display: none;
    }
    #penerbangan_title > div {
        display: flex;
        align-items: center;
        gap: 8px;
    }
    #penerbangan_title > div > button {
        display: grid;
        box-shadow: var(--hard-shadow);
        place-items: center;
        height: 32px;
        width: 32px;
        padding: 8px;
        border-radius: 8px;
    }
    /*
    overview
  */
    #overview-mobile.overview {
        display: none;
    }
    #overview-desktop {
        display: block;
    }
    /*
    sk title
  */
    .sk-title h2 {
        font-size: 26px;
        line-height: 40px; /* 153.846% */
    }
    #pop-up_package-info {
        max-width: 80%;
        margin-inline: auto;
    }
}
@media screen and (min-width: 1200px) {
}
@media screen and (min-width: 1440px) {
    #desktop-flex .overview {
        top: 6rem;
    }
}
@media screen and (max-width: 410px) {
    #overview-mobile .overview-info {
        border: unset;
        box-shadow: unset;
    }
    .overview-info {
        border: unset;
        padding-left: unset;
        padding-right: unset;
        margin-top: 32px;
    }
    /*.overview-info > div:first-child > div {*/
    /*    grid-template-columns: 4fr 3fr 4fr;*/
    /*}*/
}
