.no-js #loader {
    display: none;
}

.js #loader {
    display: block;
    position: absolute;
    left: 100px;
    top: 0;
}

.se-pre-con {
    position: fixed;
    left: 0px;
    top: 0px;
    width: 100%;
    height: 100%;
    z-index: 9999;
    background: url(https://c.tenor.com/dO5CaXHvGgAAAAAC/loading-100.gif) center no-repeat #fff;
}

.howto-spacing {
    gap: 80px;
}

.fix-menu {
    /*position: fixed;*/
    /*z-index: 100000;*/
    top: 60px;
    left: 0px;
    width: 100%;
    background: #fff;
    height: 100px;
    margin-top: 0!important;
    padding-left: 24px;
    padding-top: 10px;
    padding-right: 24px;
}

.foodIngredients {
    font-size: 16px;
}

.foodInfoDetailCard-hr {
    margin-top: 16px;
}

button:focus {
    outline: none!important;
}

*,
h1 {
    font-family: 'Poppins'!important;
}

a {
    text-decoration: none!important;
}

.footer-gap {
    gap: 8px;
    margin-top: 20px;
}

.orderButton {
    color: black!important;
    border: 2px solid #fff;
}

.orderButton.active {
    border: 2px solid #8EB833;
}

.footer {
    padding: 66px 370px;
    background-color: #141615;
    color: #fff;
}

.blackOverlay {
    height: 0;
    width: 0;
}

.blackOverlay.visible {
    height: 100vh;
    position: fixed;
    width: 100vw;
    background: rgba(0, 0, 0, 0.15);
    backdrop-filter: blur(8px);
    z-index: 100400;
    transform: matrix(1, 0, 0, -1, 0, 0);
    -webkit-transform: matrix(1, 0, 0, -1, 0, 0);
}

#sidebar {
    background: #fff;
    position: fixed;
    height: 100%;
    top: 0;
    z-index: 100500;
    right: -279px;
    transition: right 0.5s ease;
}

#sidebar.visible {
    right: 0px;
    z-index: 100500;
    transition: right 0.7s ease;
    padding: 67px;
}

.sidebar_link {
    color: black;
    font-size: 18px;
    white-space: nowrap;
}

.sidebar_link_2 {
    color: black;
    font-size: 18px;
}

.sidebar_link_2:hover {
    color: #fff;
    text-decoration: none;
}

.card-text {
    font-size: 14px;
}

.sidebar_link:hover {
    color: black;
    font-size: 18px;
}

.footer-socials {
    gap: 44px;
    margin-top: 20px;
}

.h-screen {
    height: 100vh;
}

.padding-100 {
    padding-left: 100px;
    padding-right: 100px;
}

.padding-left-100 {
    padding-left: 100px;
}

.howto-bordered {
    height: 100%;
    padding-right: 42px;
    max-width: 430px;
}

.howto-bordered-left {
    border-left: 2px solid #8EB833;
}

.w-screen {
    width: 100vw;
}

.dish-img {
    max-width: 700px;
}

.about {
    background: url("/images/index2/bg_black.png"), linear-gradient(180deg, rgba(20, 22, 21, 0) 0%, #141615 60%);
    background-size: cover;
    min-height: 100vh;
    height: 100%;
    width: 100vw;
}

.about__header {
    text-transform: uppercase;
}

.hero__title {
    font-size: 5.375rem;
    line-height: 110px;
}

.hero__desc {
    color: #616163;
    margin-top: 45px;
    margin-bottom: 45px;
    font-size: 20px;
    line-height: 38px;
}

.hero {
    background: url("/images/index2/bg.png");
    background-size: cover;
    min-height: 100vh;
    display: grid;
}

.hero__col-1 {
    max-width: 730px;
}

.navbar {
    width: 100%;
    z-index: 40;
    padding: 0;
}

.navbar__layer {
    height: 66px;
    display: flex;
    align-items: center;
    background: transparent;
    width: 100%;
    padding-left: 105px;
    padding-right: 105px;
}

.navbar__layer__scrolled {
    background: white;
}

.navbar__layer__pullright {
    margin-left: auto;
    display: flex;
    align-items: center;
}

.navbar__layer__links__button {
    background: #8EB833;
    padding: 8px 21px;
    border-radius: 21px;
    color: #fff;
    font-size: 13px;
    line-height: 20px;
    font-weight: 600;
    border: 2px solid white;
    filter: drop-shadow(5px 8px 20px rgba(0, 0, 0, 0.05));
}

.morePiecesButton {
    background: transparent;
    border: none;
    padding: 10px 23px;
}

.soldOutText {
    font-weight: bold;
    font-size: 18px;
    line-height: 27px;
    color: #C63F3C;
    margin-left: 20px;
}

.morePieceAdd,
.morePieceSub {
    color: black;
}

.cursor-pointer {
    cursor: pointer;
}

.header_button {
    background: white;
    padding: 12px 10px;
    border-radius: 32px;
    color: #000;
    width: 240px;
    display: flex;
    align-items: center;
    border-radius: 100px;
    font-weight: 600;
    height: 80px;
    outline: none;
    border: 0;
    filter: drop-shadow(5px 8px 15px rgba(0, 0, 0, 0.05));
    border: 2px solid #fff;
    font-size: 20px;
    line-height: 30px;
}

.addItem {
    border: none;
    color: #8EB833;
    background: white;
    padding: 12px 24px;
    font-weight: 600;
    white-space: nowrap;
}

.priceTag {
    font-size: 20px;
    line-height: 21px;
    color: #000000;
    margin-left: auto;
    margin-right: 10px;
    height: 52px;
    padding-left: 20px;
    line-height: 52px;
    border-left: 2px solid #8EB833;
}

.header_button:hover {
    border: 2px solid #8EB833;
}

.header_button img {
    margin-right: 20px;
}

.dayBtn {
    background: transparent;
    border: 0;
    filter: drop-shadow(5px 8px 15px rgba(0, 0, 0, 0.05));
}

div::-webkit-scrollbar {
    width: 8px;
}

div::-webkit-scrollbar-track {
    background: #f1f1f1;
    border-radius: 10px;
    margin-top: 12px;
    margin-bottom: 12px;
}

div::-webkit-scrollbar-thumb {
    background: #888;
    border-radius: 10px;
}

div::-webkit-scrollbar-thumb:hover {
    background: #555;
}

.foodItem {
    width: 100%;
    border: 1px solid white;
    border-radius: 26px;
    filter: drop-shadow(2px 2px 2px rgba(150, 150, 150, 0.25));
    box-shadow: 0px 0px 20px rgba(0, 0, 0, 0.1);
    min-width: auto;
    margin-bottom: 10px;
}

figure.sixteen-nine-img img {
    border-radius: 26px 26px 0 0;
}

.navbar__layer__links__button__white {
    background: white;
    color: black;
    border: 2px solid #8EB833;
    margin-left: 40px;
}

.navbar__logo-mobile img {
    width: 218px;
    height: 30px;
}

.ml-30 {
    margin-left: 30px;
}

.mr-30 {
    margin-right: 30px;
}

.ml-60 {
    margin-left: 60px;
}

.mr-60 {
    margin-right: 60px;
}

.mobileFoodButton {
    background: transparent;
    border: none;
    display: flex;
    flex-direction: column;
    text-align: center;
    justify-content: center;
    align-items: center;
    gap: 8px;
}

.about span {
    font-size: 24px;
    line-height: 36px;
}

.addItem {
    color: #8EB833;
    background: transparent;
    padding: 6px 24px;
    font-weight: 600;
    width: 130px;
    margin-left: 10px;
}

@media screen and (max-width: 1536px) {
    .font-foodInfoHeader {
        font-size: 12px;
    }
    .addItem {
        color: #8EB833;
        background: transparent;
        padding: 0px 6px;
        font-weight: 600;
        width: 130px;
        margin-left: 0;
    }
    .priceTag {
        padding-left: 10px;
        font-size: 16px;
    }
    .soldOutText {
        font-size: 16px;
    }
    .about h1 {
        font-size: 2rem;
    }
    .about p {
        font-size: 14px;
    }
    .about span {
        font-size: 20px;
    }
    .footer {
        padding: 60px 100px;
    }
    .foodInfoDetailCard-hr {
        margin-top: 16px;
    }
    .hero__title {
        font-size: 56px;
        line-height: 70px;
        letter-spacing: 1px;
    }
    .navbar__layer {
        padding-left: 64px;
        padding-right: 64px;
    }
    .hero__col-1 {
        max-width: 530px;
    }
    .hero__desc {
        margin-top: 32px;
        margin-bottom: 32px;
        font-size: 18px;
        line-height: 34px;
    }
    .navbar__layer__links__button {
        font-size: 14px;
    }
    .navbar__layer__links__button__white {
        margin-left: 30px;
    }
    .header_button {
        height: 60px;
        font-size: 16px;
        width: 180px;
    }
    .header_button img {
        height: 46px;
    }
    .dish-img {
        max-width: 530px;
    }
    .padding-100 {
        padding-left: 64px;
        padding-right: 64px;
    }
}

@media screen and (max-width: 1280px) {
    .addItem {
        color: #8EB833;
        background: transparent;
        padding: 0px 6px;
        font-weight: 600;
        width: 130px;
        margin-left: 0;
        font-size: 14px;
    }
    .priceTag {
        padding-left: 3px;
        font-size: 14px;
    }
    .soldOutText {
        font-size: 14px;
        margin-left: 5px;
    }
}

@media screen and (max-width: 1024px) {
    .navbar__layer {
        padding-left: 48px;
        padding-right: 48px;
    }
    .howto-spacing {
        gap: 40px;
    }
    .hero {
        height: 100%;
    }
    .footer {
        padding: 60px 20px;
    }
    .padding-100 {
        padding-left: 48px;
        padding-right: 48px;
    }
    .navbar__layer__links__button-mobile {
        font-size: 18px;
        line-height: 24px;
        color: #616163;
        font-weight: bold;
        background: transparent;
        border: 0;
        padding: 0;
    }
    .hero-mobile-gap {
        gap: 48px;
        padding-right: 48px;
    }
    .dish-img-mobile {
        height: 400px;
    }
    .howto-bordered {
        border-right: 0;
        height: 100%;
        padding-right: 0;
        max-width: 100%;
        margin-top: 80px;
        text-align: center;
    }
    .howto-bordered-left {
        border-left: 0;
    }
}

@media screen and (max-width: 768px) {
    .soldOutText {
        font-size: 14px;
        line-height: 20px;
        margin-right: 10px;
    }
    .about__header {
        text-align: center;
    }
    .navbar__layer {
        height: 60px;
    }
    .font-foodInfoHeader {
        font-size: 12px;
    }
    .footer {
        padding: 66px 10px;
        background-color: #141615;
        color: #fff;
        text-align: center;
    }
    .footer div {
        gap: 30px;
    }
    .footer-socials {
        justify-content: center;
    }
    .padding-left-100 {
        padding-left: 0;
        margin-top: 70px;
    }
    .food_button {
        background: transparent;
        font-size: 12px;
        font-weight: 500;
        border: 0;
        width: 48px;
        display: flex;
        flex-direction: column;
        justify-content: center;
        align-items: center;
        white-space: nowrap;
    }
    .hero-mobile-gap {
        gap: 32px;
        padding-right: 48px;
    }
    .dish-img-mobile {
        height: 500px;
    }
    .header_button {
        height: 80px;
        width: 240px;
        font-size: 20px;
    }
    .navbar__layer__links__button-mobile {
        font-size: 18px;
        line-height: 24px;
        color: #616163;
        font-weight: bold;
        background: transparent;
        border: 0;
        padding: 0;
    }
    .navbar__layer {
        padding-left: 24px;
        padding-right: 24px;
    }
}

@media screen and (max-width: 480px) {
    .navbar__layer {
        padding-left: 24px;
        padding-right: 24px;
    }
    .foodIngredients {
        font-size: 12px;
    }
    .dayBtn {
        width: 90px;
    }
    .hero__desc {
        margin-top: 20px;
        margin-bottom: 20px;
        line-height: 28px;
        font-size: 14px;
    }
    .footer-link {
        font-size: 18px;
    }
    .footer-gap {
        gap: 4px!important;
        margin-top: 10px;
        font-size: 14px;
    }
    .header_button {
        height: 60px;
        width: 180px;
        font-size: 16px;
    }
    .navbar__logo-mobile img {
        width: 220px;
        height: 30px;
    }
    .padding-100 {
        padding-left: 24px;
        padding-right: 24px;
    }
    .hero {
        height: 100%;
    }
    .hero__title {
        font-size: 30px;
        line-height: 40px;
    }
    .hero-mobile-gap {
        gap: 16px;
        padding-right: 24px;
    }
    .dish-img-mobile {
        height: 306px;
    }
    .navbar__layer__links__button-mobile {
        font-size: 14px;
        line-height: 21px;
        color: #616163;
        font-weight: bold;
        background: transparent;
        border: 0;
        padding: 0;
    }
}
