/* main {
    height: 500vh;
} */


.committed {
    margin-top: 135px !important;
}

.committed__content {
    padding-inline: 55px;
}

.section-content:last-child {
    margin-bottom: 160px;
}


.pack-packages {
    margin-top: 80px !important;
}


.pack-packages__container {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    padding: 0px 55px;
    column-gap: 40px;
    row-gap: 56px;
}



.pack-item {
    border-radius: 20px;
    background-color: #F6F8FD;
    box-shadow: 0px 3px 10px rgba(0, 0, 0, 0.16);
    height: 100%;
}



.pack-item--illustration {
    display: flex;
    flex-direction: column;
    height: 100%;
    overflow: hidden;
    background-color: #F6F8FD;
    border-top-left-radius: 20px;
    border-top-right-radius: 20px;
}


.pack__thumbnail--img {
    position: relative;
    overflow: hidden;
    width: 100%;
    /* height: 100%; */
    height: 230px;
    padding-top: 48.25%;
}

.pack__thumbnail--img img {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    object-fit: cover;
    border-top-left-radius: 20px;
    border-top-right-radius: 20px;
}


.pack__content {
    padding: 24px 36px 50px 48px;
    color: var(--primary-color);
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    flex: 1 1 auto;
    -ms-flex: 1 1 auto;
    align-items: flex-start;
    gap: 24px;
}


.pack__content-text {
    display: flex;
    flex-direction: column;
    gap: 24px;
}

.pack__content .pack__content-price,
.pack__content .pack__content-title {
    font-size: 23px;
    line-height: 38px;
    font-family: "Megante'";
    font-weight: 400;
}

.pack__content .pack__content--list p {
    font-size: 18px;
    font-family: 'Be Vietnam Pro-Light';
    line-height: 28px;
}

.pack__content .pack__content--list p span {
    font-size: 18px;
    font-family: 'Be Vietnam Pro-Light';
    line-height: 28px;
} 


.pack__content .pack__content--list ul {
    list-style: disc;
    /* padding-left: 15px; */
}





.pack__content .pack__content--list ol {
    list-style: decimal;
}

.pack__content .pack__content--list ol li,
.pack__content .pack__content--list ul li {
    padding-left: 0px;
    list-style-position: inside;
    font-size: 18px;
    font-family: 'Be Vietnam Pro-Light';
    line-height: 28px;
}


.pack__content .pack__content-desc {
    list-style: disc;
    padding-left: 15px;
}


.pack__content .decimal__list {
    list-style: decimal;
    padding-left: 0px;
    list-style-position: inside;
    font-size: 18px;
    font-family: 'Be Vietnam Pro-Light';
    line-height: 28px;
}



.pack__content .decimal__list li::marker {
    font-size: 18px !important;
}

.term__wrapper .decimal__list {
    list-style: decimal;
    list-style-position: inside;
}


.pack__content .pack__content-desc li::marker {
    font-size: 15px;
}


.pack__content .pack__content-desc li {
    font-size: 18px;
    font-family: 'Be Vietnam Pro-Light';
    line-height: 28px;
    color: #39398E;
}


.pack__content .pack__content-button {
    display: flex;
    align-items: center;
    justify-content: flex-start;
    gap: 16px;
    width: 95%;
}

.pack__content .pack__content-button .pack__content-button--details,
.pack__content .pack__content-button .pack__content-button--book {
    border-radius: 17px;
    height: 36px;
    width: 100%;
}



.pack__content .pack__content-button .pack__content-button--details:hover,
.pack__content .pack__content-button .pack__content-button--book:hover {
    opacity: 0.9;
}

.pack__content .pack__content-button .pack__content-button--details {
    background-color: #DEE7F6;
}


.pack__content .pack__content-button .pack__content-button--book {
    background-color: #8681ED;

}


.pack__content-button--book a,
.pack__content-button--details a {
    display: block;
    text-align: center;
    font-size: 13px;
    line-height: 20px;
    padding: 7px;
    font-family: 'Lexend-SemiBold', sans-serif;
    /* font-family: 'Be Vietnam Pro-Regular'; */
    height: 100%;
}

.pack__content-button--book a {
    color: var(--secondary-color);
}

.pack__content-button--details a {
    color: #39398E;
}


/* Term & Conditions */


.term__wrapper {
    padding: 0 55px;
    color: #39398E;
    /* font-style: italic; */
}


.term__wrapper span {
    font-size: 18px;
    line-height: 33px;
    font-family: 'Be Vietnam Pro-Light', sans-serif;
}


.term__wrapper .term__content .term__list {
    margin: 36px 0px 60px 0px;
}


.term__wrapper .term__content .term__list:last-child {
    margin: 36px 0px 0px 0px;

}


.term__wrapper .term__content .term__list p {
    font-size: 18px;
    line-height: 33px;
    font-family: 'Be Vietnam Pro-Light', sans-serif;
}

.term__wrapper .term__content .term__list ol li,
.term__wrapper .term__content .term__list ul li {
    list-style-position: inside;
    font-size: 18px;
    line-height: 33px;
    font-family: 'Be Vietnam Pro-Light', sans-serif;
}


@media (max-width: 1024px) {

    .global-heading {
        margin-bottom: 24px;
    }



    .pack-packages__container {
        grid-template-columns: repeat(2, 1fr);
        padding: 0px;
        row-gap: 55px;
    }

    .committed {
        margin-top: 60px !important;
    }


    .committed__content {
        padding-inline: 36px;
    }


    .pack__content .pack__content--list ol li,
    .pack__content .pack__content--list ul li {
        font-size: 12px;
        line-height: 17px;
    }


    .pack__content .pack__content--list p {
        font-size: 12px;
        line-height: 17px;
    }
    .pack__content .pack__content--list p span {
        font-family: 'Be Vietnam Pro-Light';
        font-size: 12px;
        line-height: 17px;
    }

    .pack__content {
        /* padding: 36px; */

        padding: 24px 36px 28px;
        color: var(--primary-color);
        display: flex;
        flex-direction: column;
        /* justify-content: center; */
        align-items: flex-start;
        gap: 16px;
    }


    .pack__content-text {
        gap: 16px;
    }

    .pack__thumbnail--img {
        height: 200px;
    }


    /* .pack__thumbnail--img img {
        height: 200px;
    } */

    .pack__content .pack__content-price,
    .pack__content .pack__content-title {
        font-size: 14px;
        line-height: 22px;
    }


    .pack__content .decimal__list {
        font-size: 13px;
        font-family: 'Be Vietnam Pro-Light';
        line-height: 20px;
        color: #39398E;
    }



    .pack__content .pack__content-desc li {
        font-size: 13px;
        font-family: 'Be Vietnam Pro-Light';
        line-height: 20px;
        color: #39398E;
    }


    /* .pack__content .pack__content-button {
        flex-wrap: wrap;
        gap: 12px;
        width: 100%;
    } */


    .pack__content-button--book a,
    .pack__content-button--details a {
        font-size: 9px;
        line-height: 14px;
        padding: 10px;
        height: 100%;
    }


    .term__wrapper {
        padding: 0;
    }


    .term__wrapper .term__content .term__list p,
    .term__wrapper span,
    .term__wrapper .term__content .term__list ol li,
    .term__wrapper .term__content .term__list ul li {
        font-size: 13px;
        line-height: 24px;
    }

    .term__wrapper .term__content .term__list {
        margin: 24px 0px 36px 0px;
    }

    .term__wrapper .term__content .term__list:last-child {
        margin: 24px 0px 60px 0px;
    }


    .section-content:last-child {
        margin-bottom: 100px;
    }

}


@media (max-width: 576px) {
    .pack__content .pack__content-button {
        /* flex-wrap: wrap; */
        gap: 12px;
        width: 100%;
    }

    .section-content:last-child {
        margin-bottom: 60px;
    }


    .pack-packages__container {
        grid-template-columns: repeat(1, 1fr);
    }



}