.spapack-home {
    width: 100%;
    height: 50vh;
    background: url(../image/GemSpa07.png) no-repeat center;
    background-size: cover;
    background-position-y: -380px;
    background-attachment: fixed;
    /* 将背景图像固定不动 */
    display: flex;
    justify-content: center;
    align-items: center;
}

.spapack-home h2 {
    font-family: 'Cormorant Garamond', serif;
    font-size: 60px;
    color: white;
    font-weight: 900;
    letter-spacing: 5px;
    margin-top: 20px;
}

.spapack-home p {
    font-family: 'Poppins', sans-serif;
    font-size: 20px;
    color: rgba(255, 255, 255, 0.357);
    font-weight: 400;
    letter-spacing: 5px;
    text-align: center;
}

/* Spa Packages IMG */
.packages-tp {
    display: flex;
    justify-content: center;
    align-items: center;
    /* 可根据需要调整高度，保证图片居中 */
}

.packages-img {
    width: 75%;
}

.packages-img img {
    display: block;
    /* 确保图片以块级元素显示 */
    width: 100%;
    /* 让图片宽度占满容器，可以根据需要调整 */
    max-width: 100%;
    /* 防止图片超出容器宽度 */
    height: auto;
    /* 保持图片高度和宽度的比例 */
    padding-top: 60px;
}

.menu-img-tp {
    display: flex;
    justify-content: center;
    align-items: center;
    /* 可根据需要调整高度，保证图片居中 */
}

.menu-img {
    width: 85%;
}

.menu-img img {
    display: block;
    /* 确保图片以块级元素显示 */
    width: 100%;
    /* 让图片宽度占满容器，可以根据需要调整 */
    max-width: 100%;
    /* 防止图片超出容器宽度 */
    height: auto;
    /* 保持图片高度和宽度的比例 */
    padding-top: 10px;
}

/* menu */
.menu {
    line-height: 1.5;
    color: #fff;
    margin: 2.5rem 0;
}

.menu-container {
    max-width: 1280px;
    margin: 0 auto;
    padding: 0 1rem;
}

img {
    width: 100%;
    display: block;
}

.menu-head {
    text-align: center;
}

.menu-head h2 {
    margin-top: 50px;
    font-family: 'Cormorant Garamond', serif;
    font-weight: bolder;
    font-size: 40px;
    color: #e1b745;
}

/* animation */
.hide-animation svg {
    stroke-dashoffset: 788px;
}

.elementor-869 .elementor-element.elementor-element-7fe23aa .bdt-ep-advanced-divider {
    text-align: center;
    margin: 0 auto;
    margin-center: 0;
    max-width: 500px;
    padding-top: 0px;
    padding-bottom: 0px;
}

.bdt-ep-advanced-divider {
    overflow: hidden;
    display: flex;
    justify-content: center;
    align-items: center;
}

.bdt-ep-advanced-divider svg {
    width: 100%;
    max-width: 500px;
    /* Set the maximum width of the SVG */
    height: auto;
    /* Maintain aspect ratio */
    margin-bottom: 20px;
}

.bdt-ep-advanced-divider svg path {
    stroke-dasharray: 788;
    stroke-dashoffset: 788;
    animation: draw 5s linear forwards;
}

@keyframes draw {
    to {
        stroke-dashoffset: 0;
    }
}

@media screen and (max-width: 1380px) {
    .packages-img {
        width: 80%;
    }
}

@media screen and (max-width: 1330px) {
    .menu-img {
        width: 82%;
    }
}


@media screen and (max-width: 1040px) {
    .btn-container {
        margin: 0 150px;
    }

    .btn {
        /* 这里保持原有的样式 */
        display: flex;
        justify-content: center;
        align-items: center;
        border: 2px solid rgb(255, 255, 255);
        background-color: transparent;
        color: #ffffff;
        padding: 10px 22px;
        font-size: 14px;
        font-weight: 600;
        cursor: pointer;
        transition: background-color 0.3s, color 0.3s;
        border-radius: 8px;
        /* 每行两个按钮，减去间距的一半 */
        margin: 5px;
        /* 间距 */
    }

    /* 按钮之间的间距 */
    .btn+.btn {
        margin-top: 10px;
    }
}

@media (max-width: 1024px) {
    .elementor-869 .elementor-element.elementor-element-7fe23aa {
        --ep-advanced-divider-rotate: 0deg;
    }
}

.elementor-869 .elementor-element.elementor-element-7fe23aa {
    --ep-advanced-divider-rotate: 0deg;
}

.menu-head h4 {
    font-size: 18px;
    margin-top: 25px;
    font-weight: 600;
}

.menu-head p {
    font-weight: 300;
    padding: 10px 0 20px;
    font-size: 14px;
}

.menu-btns {
    padding: 0.6rem 0;
    display: flex;
    justify-content: center;
}

.menu-btn {
    text-transform: uppercase;
    font-size: 1.1rem;
    font-weight: 600;
    background: none;
    border: none;
    color: #ffffff5e;
    display: block;
    margin: 0 1rem;
    cursor: pointer;
    outline: 0;
    transition: opacity 0.4s ease-out;
}

.menu-btn::after {
    content: "";
    display: block;
    height: 2px;
    margin-left: auto;
    margin-right: auto;
    background: #e1b745;
    margin-top: 0.5rem;
    width: 0;
    transition: width 0.4s ease-out;
}

.menu-btn:hover::after {
    width: 100%;
}

.menu-btn:hover {
    opacity: 0.8;
}

.active-btn {
    color: #e1b745;
}

.food-item {
    border-radius: 4px;
    overflow: hidden;
    background: #ffffff00;
    color: white;
    border: 1px solid #fff;
    margin: 0.6rem 0;
    box-shadow: 0 0 16px -4px rgba(0, 0, 0, 0.75);
    display: ;
    animation: fadeIn 2s;
}

@keyframes fadeIn {
    from {
        opacity: 0;
    }

    to {
        opacity: 1;
    }
}

.food-name {
    color: #e1b745;
    font-size: 20px;
    font-weight: 500;
    text-transform: capitalize;
}

.food-name2 {
    color: #e1b745;
    font-size: 20px;
    font-weight: 500;
    margin-right: 150px;
    text-transform: capitalize;
}

.food-name3 {
    color: #e1b745;
    font-size: 20px;
    font-weight: 500;
    margin-right: 85px;
    text-transform: capitalize;
}

.food-name4 {
    color: #e1b745;
    font-size: 20px;
    font-weight: 500;
    margin-right: 150px;
    text-transform: capitalize;
}

.food-name5 {
    color: #e1b745;
    font-size: 20px;
    font-weight: 500;
    margin-right: 85px;
    text-transform: capitalize;
}

.food-name6 {
    color: #e1b745;
    font-size: 20px;
    font-weight: 500;
    margin-right: 85px;
    text-transform: capitalize;
}

.food-name7 {
    color: #e1b745;
    font-size: 20px;
    font-weight: 500;
    margin-right: 85px;
    text-transform: capitalize;
}

.food-name8 {
    color: #e1b745;
    font-size: 20px;
    font-weight: 500;
    margin-right: 85px;
    text-transform: capitalize;
}

.food-name9 {
    color: #e1b745;
    font-size: 20px;
    font-weight: 500;
    margin-right: 85px;
    text-transform: capitalize;
}

.food-name10 {
    color: #e1b745;
    font-size: 20px;
    font-weight: 500;
    margin-right: 85px;
    text-transform: capitalize;
}

.food-name11 {
    color: #e1b745;
    font-size: 20px;
    font-weight: 500;
    margin-right: 85px;
    text-transform: capitalize;
}

.line {
    width: 100px;
    height: 2.5px;
    background: #e1b745;
    margin-top: 5px;
}

.price-info {
    display: flex;
    margin-top: 10px;
}

.food-price {
    padding: 0.4rem 0;
    font-weight: 400;
    font-size: 18px;
    opacity: 0.8;
    display: flex;
    width: 100%;
}

.menu-icon ion-icon {
    font-size: 24px;
    margin: 7px 8px 0 0;
}

.food-grid .food-items {
    display: flex;
    justify-content: center;
    /* 水平居中对齐 */
    flex-wrap: wrap;
    /* 允许网格元素换行 */
    gap: 2rem;
    /* 设置网格间距，根据需要调整 */
}

.food-grid {
    display: grid;
    justify-content: center;
}

.food-price {
    display: flex;
    justify-content: center;
}

.food-price div {
    width: 35%;
    border-top: 2px dotted #AAAAAA;
    margin-left: 10px;
    margin-right: 10px;
    margin-top: 13px;
}

.food-item {
    align-items: center;
    padding: 1rem 3rem;
    column-gap: 1rem;
}

@media screen and (min-width: 768px) {
    .menu-head p {
        width: 70%;
        margin-left: auto;
        margin-right: auto;
    }
}

@media screen and (max-width: 780px) {
    .packages-img {
        width: 100%;
    }

    .menu-img {
        width: 100%;
    }

    .menu-head h2 {
        margin-top: 50px;
        font-family: 'Cormorant Garamond', serif;
        font-weight: bolder;
        font-size: 35px;
        color: #e1b745;
    }

    .menu-head h4 {
        font-size: 16px;
        margin-top: 25px;
        font-weight: 600;
    }

    .menu-head p {
        font-weight: 300;
        padding: 10px 0 20px;
        font-size: 12px;
    }

    .menu-btn {
        text-transform: uppercase;
        font-size: 16px;
        font-weight: 600;
        background: none;
        border: none;
        color: #ffffff5e;
        display: block;
        margin: 0 1rem;
        cursor: pointer;
        outline: 0;
        transition: opacity 0.4s ease-out;
    }

    .menu-btn::after {
        content: "";
        display: block;
        height: 2px;
        margin-left: auto;
        margin-right: auto;
        background: #e1b745;
        margin-top: 0.5rem;
        width: 0;
        transition: width 0.4s ease-out;
    }

    .menu-btn:hover::after {
        width: 100%;
    }

    .menu-btn:hover {
        opacity: 0.8;
    }

    .active-btn {
        color: #e1b745;
    }

    .food-name {
        color: #e1b745;
        font-size: 18px;
        font-weight: 500;
        text-transform: capitalize;
    }

    .food-name2 {
        color: #e1b745;
        font-size: 18px;
        font-weight: 500;
        margin-right: 150px;
        text-transform: capitalize;
    }

    .food-name3 {
        color: #e1b745;
        font-size: 18px;
        font-weight: 500;
        margin-right: 85px;
        text-transform: capitalize;
    }

    .food-name4 {
        color: #e1b745;
        font-size: 18px;
        font-weight: 500;
        margin-right: 150px;
        text-transform: capitalize;
    }

    .food-name5 {
        color: #e1b745;
        font-size: 18px;
        font-weight: 500;
        margin-right: 85px;
        text-transform: capitalize;
    }

    .food-name6 {
        color: #e1b745;
        font-size: 18px;
        font-weight: 500;
        margin-right: 85px;
        text-transform: capitalize;
    }

    .food-name7 {
        color: #e1b745;
        font-size: 18px;
        font-weight: 500;
        margin-right: 85px;
        text-transform: capitalize;
    }

    .food-name8 {
        color: #e1b745;
        font-size: 18px;
        font-weight: 500;
        margin-right: 85px;
        text-transform: capitalize;
    }

    .food-name9 {
        color: #e1b745;
        font-size: 18px;
        font-weight: 500;
        margin-right: 85px;
        text-transform: capitalize;
    }

    .food-name10 {
        color: #e1b745;
        font-size: 18px;
        font-weight: 500;
        margin-right: 85px;
        text-transform: capitalize;
    }

    .food-name11 {
        color: #e1b745;
        font-size: 18px;
        font-weight: 500;
        margin-right: 85px;
        text-transform: capitalize;
    }

    .food-price {
        padding: 0.4rem 0;
        font-weight: 400;
        font-size: 16px;
        opacity: 0.8;
    }

    .menu-icon ion-icon {
        font-size: 22px;
        margin: 6px 8px 0 0;
    }

    .food-price div {
        width: 35%;
        border-top: 2px dotted #AAAAAA;
        margin-left: 10px;
        margin-right: 10px;
        margin-top: 12px;
    }
}

@media screen and (max-width: 720px) {
    .spapack-home h2 {
        font-family: 'Cormorant Garamond', serif;
        font-size: 50px;
        color: white;
        font-weight: 900;
        letter-spacing: 5px;
    }

    .spapack-home p {
        font-family: 'Poppins', sans-serif;
        font-size: 16px;
        color: rgba(255, 255, 255, 0.357);
        font-weight: 400;
        letter-spacing: 5px;
        text-align: center;
    }
}

@media screen and (max-width: 645px) {
    .btn-container {
        margin: 0 100px;
    }

    .btn {
        /* 这里保持原有的样式 */
        display: flex;
        justify-content: center;
        align-items: center;
        border: 2px solid rgb(255, 255, 255);
        background-color: transparent;
        color: #ffffff;
        padding: 10px 22px;
        font-size: 14px;
        font-weight: 600;
        cursor: pointer;
        transition: background-color 0.3s, color 0.3s;
        border-radius: 8px;
        /* 每行两个按钮，减去间距的一半 */
        margin: 5px;
        /* 间距 */
    }

    /* 按钮之间的间距 */
    .btn+.btn {
        margin-top: 10px;
    }
}

@media screen and (max-width: 585px) {
    .menu-head h2 {
        margin-top: 50px;
        font-family: 'Cormorant Garamond', serif;
        font-weight: bolder;
        font-size: 30px;
        color: #e1b745;
    }
}

@media screen and (max-width: 567px) {
    .spapack-home h2 {
        font-family: 'Cormorant Garamond', serif;
        font-size: 40px;
        color: white;
        font-weight: 900;
        letter-spacing: 5px;
        text-align: center;
    }

    .spapack-home p {
        font-family: 'Poppins', sans-serif;
        font-size: 16px;
        color: rgba(255, 255, 255, 0.357);
        font-weight: 400;
        letter-spacing: 5px;
        text-align: center;
    }

    .btn-container {
        margin: 0 80px;
    }

    .btn {
        /* 这里保持原有的样式 */
        display: flex;
        justify-content: center;
        align-items: center;
        border: 2px solid rgb(255, 255, 255);
        background-color: transparent;
        color: #ffffff;
        padding: 8px 16px;
        font-size: 12px;
        font-weight: 600;
        cursor: pointer;
        transition: background-color 0.3s, color 0.3s;
        border-radius: 8px;
        /* 每行两个按钮，减去间距的一半 */
        margin: 5px;
        /* 间距 */
    }

    /* 按钮之间的间距 */
    .btn+.btn {
        margin-top: 10px;
    }

    .menu-head h2 {
        margin-top: 50px;
        font-family: 'Cormorant Garamond', serif;
        font-weight: bolder;
        font-size: 25px;
        color: #e1b745;
    }

    .menu-head h4 {
        font-size: 14px;
        margin-top: 25px;
        font-weight: 600;
    }

    .food-name {
        color: #e1b745;
        font-size: 16px;
        font-weight: 500;
        text-transform: capitalize;
    }

    .food-name2 {
        color: #e1b745;
        font-size: 16px;
        font-weight: 500;
        margin-right: 130px;
        text-transform: capitalize;
    }

    .food-name3 {
        color: #e1b745;
        font-size: 16px;
        font-weight: 500;
        margin-right: 85px;
        text-transform: capitalize;
    }

    .food-name4 {
        color: #e1b745;
        font-size: 16px;
        font-weight: 500;
        margin-right: 130px;
        text-transform: capitalize;
    }

    .food-name5 {
        color: #e1b745;
        font-size: 16px;
        font-weight: 500;
        margin-right: 85px;
        text-transform: capitalize;
    }

    .food-name6 {
        color: #e1b745;
        font-size: 16px;
        font-weight: 500;
        margin-right: 85px;
        text-transform: capitalize;
    }

    .food-name7 {
        color: #e1b745;
        font-size: 16px;
        font-weight: 500;
        margin-right: 85px;
        text-transform: capitalize;
    }

    .food-name8 {
        color: #e1b745;
        font-size: 16px;
        font-weight: 500;
        margin-right: 85px;
        text-transform: capitalize;
    }

    .food-name9 {
        color: #e1b745;
        font-size: 16px;
        font-weight: 500;
        margin-right: 85px;
        text-transform: capitalize;
    }

    .food-name10 {
        color: #e1b745;
        font-size: 16px;
        font-weight: 500;
        margin-right: 85px;
        text-transform: capitalize;
    }

    .food-name11 {
        color: #e1b745;
        font-size: 16px;
        font-weight: 500;
        margin-right: 85px;
        text-transform: capitalize;
    }

    .food-price {
        padding: 0.4rem 0;
        font-weight: 400;
        font-size: 14px;
        opacity: 0.8;
    }

    .menu-icon ion-icon {
        font-size: 20px;
        margin: 6px 8px 0 0;
    }

    .food-price div {
        width: 35%;
        border-top: 2px dotted #AAAAAA;
        margin-left: 10px;
        margin-right: 10px;
        margin-top: 10px;
    }

    .menu-btn {
        text-transform: uppercase;
        font-size: 14px;
        font-weight: 600;
        background: none;
        border: none;
        color: #ffffff5e;
        display: block;
        margin: 0 1rem;
        cursor: pointer;
        outline: 0;
        transition: opacity 0.4s ease-out;
    }

    .menu-btn::after {
        content: "";
        display: block;
        height: 2px;
        margin-left: auto;
        margin-right: auto;
        background: #e1b745;
        margin-top: 0.5rem;
        width: 0;
        transition: width 0.4s ease-out;
    }

    .menu-btn:hover::after {
        width: 100%;
    }

    .menu-btn:hover {
        opacity: 0.8;
    }

    .active-btn {
        color: #e1b745;
    }
}

@media screen and (max-width: 465px) {
    .food-name11 {
        color: #e1b745;
        font-size: 16px;
        font-weight: 500;
        margin-right: 75px;
        text-transform: capitalize;
    }
}

@media screen and (max-width: 456px) {
    .food-name11 {
        color: #e1b745;
        font-size: 16px;
        font-weight: 500;
        margin-right: 60px;
        text-transform: capitalize;
    }
}

@media screen and (max-width: 440px) {
    .food-name11 {
        color: #e1b745;
        font-size: 16px;
        font-weight: 500;
        margin-right: 50px;
        text-transform: capitalize;
    }
}

@media screen and (max-width: 435px) {
    .food-name10 {
        color: #e1b745;
        font-size: 16px;
        font-weight: 500;
        margin-right: 80px;
        text-transform: capitalize;
    }
}

@media screen and (max-width: 430px) {
    .food-name10 {
        color: #e1b745;
        font-size: 16px;
        font-weight: 500;
        margin-right: 75px;
        text-transform: capitalize;
    }
}

@media screen and (max-width: 425px) {
    .food-item {
        align-items: center;
        padding: 1rem;
        column-gap: 1rem;
    }
}

@media screen and (max-width:400px) {
    .spapack-home h2 {
        font-family: 'Cormorant Garamond', serif;
        font-size: 30px;
        color: white;
        font-weight: 900;
        letter-spacing: 5px;
        text-align: center;
    }

    .spapack-home p {
        font-family: 'Poppins', sans-serif;
        font-size: 12px;
        color: rgba(255, 255, 255, 0.357);
        font-weight: 400;
        letter-spacing: 4px;
        text-align: center;
    }

    .btn-container {
        margin: 0 10px;
    }

    .btn {
        /* 这里保持原有的样式 */
        display: flex;
        justify-content: center;
        align-items: center;
        border: 2px solid rgb(255, 255, 255);
        background-color: transparent;
        color: #ffffff;
        padding: 8px 10px;
        font-size: 12px;
        font-weight: 600;
        cursor: pointer;
        transition: background-color 0.3s, color 0.3s;
        border-radius: 8px;
        /* 每行两个按钮，减去间距的一半 */
        margin: 5px;
        /* 间距 */
    }

    /* 按钮之间的间距 */
    .btn+.btn {
        margin-top: 10px;
    }
}

@media screen and (max-width: 365px) {
    .food-name11 {
        color: #e1b745;
        font-size: 16px;
        font-weight: 500;
        margin-right: 20px;
        text-transform: capitalize;
    }
}

@media screen and (max-width: 360px) {
    .food-name8 {
        color: #e1b745;
        font-size: 16px;
        font-weight: 500;
        margin-right: 55px;
        text-transform: capitalize;
    }

    .food-name10 {
        color: #e1b745;
        font-size: 16px;
        font-weight: 500;
        margin-right: 55px;
        text-transform: capitalize;
    }
}

@media screen and (max-width: 345px) {
    .food-name4 {
        color: #e1b745;
        font-size: 16px;
        font-weight: 500;
        margin-right: 100px;
        text-transform: capitalize;
    }

    .food-name7 {
        color: #e1b745;
        font-size: 16px;
        font-weight: 500;
        margin-right: 60px;
        text-transform: capitalize;
    }

    .food-name9 {
        color: #e1b745;
        font-size: 16px;
        font-weight: 500;
        margin-right: 60px;
        text-transform: capitalize;
    }

    .food-name10 {
        color: #e1b745;
        font-size: 16px;
        font-weight: 500;
        margin-right: 40px;
        text-transform: capitalize;
    }
}

@media screen and (max-width: 335px) {
    .food-name5 {
        color: #e1b745;
        font-size: 16px;
        font-weight: 500;
        margin-right: 70px;
        text-transform: capitalize;
    }

    .food-name8 {
        color: #e1b745;
        font-size: 16px;
        font-weight: 500;
        margin-right: 40px;
        text-transform: capitalize;
    }

    .food-name11 {
        color: #e1b745;
        font-size: 16px;
        font-weight: 500;
        margin-right: 0px;
        text-transform: capitalize;
    }
}

@media screen and (max-width:325px) {
    .food-name10 {
        color: #e1b745;
        font-size: 16px;
        font-weight: 500;
        margin-right: 20px;
        text-transform: capitalize;
    }
}

@media screen and (max-width:320px) {
    .spapack-home h2 {
        font-family: 'Cormorant Garamond', serif;
        font-size: 26px;
        color: white;
        font-weight: 900;
        letter-spacing: 5px;
        text-align: center;
    }

    .spapack-home p {
        font-family: 'Poppins', sans-serif;
        font-size: 12px;
        color: rgba(255, 255, 255, 0.357);
        font-weight: 400;
        letter-spacing: 2px;
        text-align: center;
    }

    .food-name3 {
        color: #e1b745;
        font-size: 16px;
        font-weight: 500;
        margin-right: 70px;
        text-transform: capitalize;
    }

    .food-name5 {
        color: #e1b745;
        font-size: 16px;
        font-weight: 500;
        margin-right: 65px;
        text-transform: capitalize;
    }

    .food-name7 {
        color: #e1b745;
        font-size: 16px;
        font-weight: 500;
        margin-right: 50px;
        text-transform: capitalize;
    }

    .food-name8 {
        color: #e1b745;
        font-size: 16px;
        font-weight: 500;
        margin-right: 30px;
        text-transform: capitalize;
    }

    .food-name9 {
        color: #e1b745;
        font-size: 16px;
        font-weight: 500;
        margin-right: 50px;
        text-transform: capitalize;
    }
}

@media screen and (max-width: 315px) {

    .food-name5 {
        color: #e1b745;
        font-size: 16px;
        font-weight: 500;
        margin-right: 60px;
        text-transform: capitalize;
    }
}

@media screen and (max-width: 310px) {
    .food-name2 {
        color: #e1b745;
        font-size: 16px;
        font-weight: 500;
        margin-right: 120px;
        text-transform: capitalize;
    }

    .food-name4 {
        color: #e1b745;
        font-size: 16px;
        font-weight: 500;
        margin-right: 85px;
        text-transform: capitalize;
    }

    .food-name5 {
        color: #e1b745;
        font-size: 16px;
        font-weight: 500;
        margin-right: 53px;
        text-transform: capitalize;
    }

    .food-name6 {
        color: #e1b745;
        font-size: 16px;
        font-weight: 500;
        margin-right: 80px;
        text-transform: capitalize;
    }

    .food-name7 {
        color: #e1b745;
        font-size: 16px;
        font-weight: 500;
        margin-right: 40px;
        text-transform: capitalize;
    }

    .food-name8 {
        color: #e1b745;
        font-size: 16px;
        font-weight: 500;
        margin-right: 20px;
        text-transform: capitalize;
    }

    .food-name10 {
        color: #e1b745;
        font-size: 16px;
        font-weight: 500;
        margin-right: 10px;
        text-transform: capitalize;
    }
}

@media screen and (max-width:300px) {
    .food-name {
        color: #e1b745;
        font-size: 14px;
        font-weight: 500;
        text-transform: capitalize;
    }

    .food-name2 {
        color: #e1b745;
        font-size: 14px;
        font-weight: 500;
        margin-right: 115px;
        text-transform: capitalize;
    }

    .food-name3 {
        color: #e1b745;
        font-size: 14px;
        font-weight: 500;
        margin-right: 65px;
        text-transform: capitalize;
    }

    .food-name4 {
        color: #e1b745;
        font-size: 14px;
        font-weight: 500;
        margin-right: 82px;
        text-transform: capitalize;
    }

    .food-name5 {
        color: #e1b745;
        font-size: 14px;
        font-weight: 500;
        margin-right: 50px;
        text-transform: capitalize;
    }

    .food-name6 {
        color: #e1b745;
        font-size: 14px;
        font-weight: 500;
        margin-right: 75px;
        text-transform: capitalize;
    }

    .food-name7 {
        color: #e1b745;
        font-size: 14px;
        font-weight: 500;
        margin-right: 35px;
        text-transform: capitalize;
    }

    .food-name8 {
        color: #e1b745;
        font-size: 14px;
        font-weight: 500;
        margin-right: 20px;
        text-transform: capitalize;
    }

    .food-name9 {
        color: #e1b745;
        font-size: 14px;
        font-weight: 500;
        margin-right: 45px;
        text-transform: capitalize;
    }

    .food-name10 {
        color: #e1b745;
        font-size: 14px;
        font-weight: 500;
        margin-right: 20px;
        text-transform: capitalize;
    }

    .food-name11 {
        color: #e1b745;
        font-size: 14px;
        font-weight: 500;
        margin-right: 0px;
        text-transform: capitalize;
    }

    .food-price {
        padding: 0.35rem 0;
        font-weight: 400;
        font-size: 13px;
        opacity: 0.8;
    }

    .menu-icon ion-icon {
        font-size: 16px;
        margin: 6px 6px 0 0;
    }

    .food-price div {
        width: 35%;
        border-top: 2px dotted #AAAAAA;
        margin-left: 10px;
        margin-right: 10px;
        margin-top: 10px;
    }
}

@media screen and (min-width: 920px) {

    .food-items {
        display: grid;
        grid-template-columns: repeat(2, 1fr);
        column-gap: 2rem;
    }
}