/* @font-face {
    font-family: Brandon-Bold;
    src: url(../../fonts/Brandon/Brandon-Bold.otf);
}

@font-face {
    font-family: Shukumvit-Bold;
    src: url(../../fonts/Sukhumvit/SukhumvitSetBold.woff);
}

@font-face {
    font-family: BaiJamjuree;
    src: url(../../fonts/BaiJamjuree/BaiJamjuree-Regular.ttf);
    font-weight: 200;
}
@font-face {
    font-family: BaiJamjuree-Bold;
    src: url(../../fonts/BaiJamjuree/BaiJamjuree-Regular.ttf);
    font-weight: 600;
}*/


@font-face {
    font-family: NotoSanJP-Bold;
    src: url(../font/NotoSansJP/NotoSansJP-Bold.otf);
}

@font-face {
    font-family: 'Bai Jamjuree';
    src: url('../font/baijamjuree/baijamjuree-regular-webfont.eot');
    src: url('../font/baijamjuree/baijamjuree-regular-webfont.eot?#iefix') format('embedded-opentype'),
         url('../font/baijamjuree/baijamjuree-regular-webfont.woff2') format('woff2'),
         url('../font/baijamjuree/baijamjuree-regular-webfont.woff') format('woff'),
         url('../font/baijamjuree/baijamjuree-regular-webfont.ttf') format('truetype'),
         url('../font/baijamjuree/baijamjuree-regular-webfont.svg#bai_jamjureeregular') format('svg');
    font-weight:400;
    font-style: normal;
    unicode-range: U+0E01-0E5B, U+200C-200D, U+25CC;
}



/* background */
body{
    background-color: #F5E7D2;
    background-image: url("../img/wave.svg");
    background-repeat:repeat-x;
    background-position: 0vh 15vh;
    /* background-size: cover; */
}

.main{
    margin-bottom:10vh;
}

/*
.background-image {
    background-image: url("paper.gif");
    background-color: #F5E7D2;
} */

/* Typo */

.menu-category-title {
    font-family: SukhumvitSetBold;
    color: #111111;
    font-size: 36px;
    letter-spacing: 1px;
    /* margin-top: 20px; */
    margin-bottom:0px;
}
.menu-category-description {
    font-family: NotoSanJP-Bold;
    color: #BF202F;
    font-size: 1rem;
    letter-spacing: 1px;
}

.menu-price {
    font-family: brandon_grotesquebold;
    color: #BA202C;
    font-size: 30px;
}

.menu-title {
    font-family: SukhumvitSetBold;
    color: #111111;
    font-size: 30px;
}

.menu-description {
    font-family: Bai Jamjuree;
    color: #777777;
    font-size: 20px;
}



/* Navbar */

.menu-nav-desktop {
    display:none;
    position:fixed;
    top:0px;

    width:100vw;
    z-index: 88888;
}
.menu-navbar {
    background-color: #000000;
    color: #ffffff;

    min-height: 90px;
}

.menu-navbar>li {
    display: flex;
    justify-content: center;
    align-items: center;
}

.menu-navbar>li>a {
    color: #ffffff;
    font-family: SukhumvitSetBold;
    font-size: 16px;
}

/* card */

.hide {
    display: none;
}

.menu-container {
    background-color: #ffffff;
    border-radius: 10px;

    box-shadow: rgba(0, 0, 0, 0.16) 0px 0px 1px;

    padding-top:50px;
    padding-bottom: 20px;
    padding-left: 2vw;
    padding-right: 2vw;

    margin-top:20px;

    max-width: 1140px;
}
.menu-container-remark {
    color: #000000;
    font-family: Bai Jamjuree;
    font-size: 0.8rem;
    font-weight: 200;
    margin-top:20px;
}
.menu-col {
    display: flex;
    justify-content: center;
    margin-top:20px;
    padding-left: 15px;
    padding-right: 15px;
}

.menu-category {
    justify-content: center;
    /* margin-bottom:50px; */
}
.menu-category-label {
    position: relative;
    width: fit-content;
}
.menu-category-label>div {
    display: flex;
    flex-direction: column;
    justify-content: flex-start;
    align-items: center;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    z-index: 999;
    text-align: center;
    white-space: nowrap;
}
.menu-category-label>img {
    /* position: absolute;
    margin-left: auto;
    margin-right: auto;
    left: 50%;
    transform: translate(-50%);
    z-index: 0; */
    width:230px;
}

.menu-category-red .menu-category-title, .menu-category-red .menu-category-description {
    color: white;
}

.menu-category-black .menu-category-title, .menu-category-black .menu-category-description {
    color: white;
}

.menu-category-cream .menu-category-title, .menu-category-cream .menu-category-description {
    color: black;
}

.menu-card {
    display: flex;
    flex-wrap: nowrap;
    flex-direction: column;

    width:100%;
}

.menu-card>img {
    width:100%;
    max-width:200px;
    max-height:200px;
    margin-left: auto;
    margin-right: auto;
}
.menu-card>.skeleton-img {
    aspect-ratio: 1 / 1;
    -webkit-aspect-ratio: 1/1;
    width:100%;
    max-width:200px;
    max-height:200px;
    margin-left: auto;
    margin-right: auto;

    background: rgb(245 245 245);
    border-radius: 5px;
}

.menu-card>h2 {
    margin-top: 18px;
}

.skeleton {
    position: relative;
    overflow: hidden;
}

.menu-card>.skeleton-title,.menu-card>.skeleton-des,.menu-card>.skeleton-price {
    background: rgb(245 245 245);
    color: rgb(245 245 245);
    border-radius: 5px;
}
.menu-card>.skeleton-title {
    width:60%;
}
.menu-card>.skeleton-price {
    width:30%;
}

.skeleton-img::before {
    content: '';
    position: absolute;
    background: linear-gradient(90deg,rgba(255, 255, 255, 0),rgba(255, 255, 255, 0.6),rgba(255, 255, 255, 0));
    -moz-background: linear-gradient(90deg,rgba(255, 255, 255, 0),rgba(255, 255, 255, 0.6),rgba(255, 255, 255, 0));
    -webkit-background: linear-gradient(90deg,rgba(255, 255, 255, 0),rgba(255, 255, 255, 0.6),rgba(255, 255, 255, 0));
    width: 60%;
    height: 100%;
    top: 0;
    left: 0;

    animation: loading 1.2s infinite;
  }

  @keyframes loading {
    0% {
      transform: skewX(-5deg) translateX(-100%);
    }
    100% {
      transform: skewX(-5deg) translateX(200%);
    }
  }


/* font size in card desktop */
.menu-card>.menu-title, .snack-card>div>.menu-title{
    font-size: 1.2rem;
}
.menu-card>.menu-description, .snack-card>div>.menu-description {
    font-size: 1rem;
}
.menu-card>.menu-price, .snack-card>div>.menu-price {
    font-size: 1.2rem;

    display: flex;
    flex-direction: row;
    align-content: center;
    align-items: center;
}

/* snack layout */

.snack-card {
    display: flex;
    flex-wrap: nowrap;
    flex-direction: row;
    justify-content: space-around;
}

.snack-card>img {
    width:100%;
    max-width:150px;
    max-height:150px;
    /* margin-left: auto;
    margin-right: auto; */
}
.snack-card>div>h2 {
    margin-top: 18px;
}

.snack-card>div {
    width:50%;
}

.snack-col {
    padding:0 12px 0 12px;
    margin-bottom:50px;
}

/* MODAL */
.menu-modal-body {
    max-width: 1070px;
    /* max-height: 500px; */
    display: flex;
    flex-direction: row;
}

.modal-dialog { /* Width */
    max-width: 100%;
    width: auto !important;
    display: inline-block;
}
.modal {
    z-index: -1;
    display: flex !important;
    justify-content: center;
    align-items: center;
}
.modal-body {
    padding:0px!important;
}
.modal-content {
    border: none !important;
    border-radius: 10px;
}
.modal-open .modal {
    z-index: 999999;
    padding-top:20vh;
}

.menu-modal-img {
    padding:20px;
    display: flex;
    align-content: flex-start;
    flex-direction: row;

    background-color: #ffffff;
    border-radius: 10px 0px 0px 10px;
}
.menu-modal-img>img {
    max-width: 450px;
    max-height: 450px;

    margin:15px;
}
.menu-modal-content {
    min-width: 420px;
    padding-left:40px;
    padding-right:40px;
    padding-top:50px;

    background-color: #FAFAFA;
    border-radius: 0px 10px 10px 0px;
}
.menu-modal-content>.title {
    display: flex;
    justify-content: space-between;
}

.menu-modal-content>.title>div>.menu-title{
    font-size: 24px;
}
.menu-modal-content>.title>div>.menu-price{
    font-size: 22px;
}

.menu-modal-content>.description,h5 {
    font-family: Bai Jamjuree;
    color:#777777;
}
.menu-modal-content>.description>.head,h5 {
    color:#000000;
}
.modal-menu-category {
    font-family: brandon_grotesquebold;
    color:#777777;
    font-size: 0.9rem;

    margin-right:5px;
}
.modal-menu-description {
    font-family: NotoSanJP-Bold;
    color:#777777;
    font-size: 13px;

    margin-left:5px;
}


.menu-nav-mobile {
    display:none;
    position: fixed;
    top:0px;
    width:100vw;

    z-index:99999;
    background-color: #000000;
}

.menu-category-button {
    width:80%;
    color:#ffffff;
    border-radius: 50px;
    background-color:#272421;

    display: flex;
    flex-direction: row;
    justify-content: space-between;
    align-items: center;

    padding: 9px 15px 9px 15px;
}
.menu-category-button>p {
    margin:0px;
}
.menu-select-category {
    position: fixed;
    bottom:0px;
    width:100vw;
    height:100vh;
    z-index: 9999;

    display: flex;
    align-items: flex-end;
    align-content: flex-end;
}
.menu-select-category>.container-fluid {
    border-radius: 20px 20px 0 0;
    background-color:#ffffff;
    padding:20px;
    z-index:9999999;
}
.cate-select-text {
    font-size: 20px;
    margin:0px;
}

.plane-overlay {
    position:fixed;
    width:100vw;
    height:100vh;
    background-color: #000000;
    opacity:0.8;
}

/* menu list desktop */
.menu-nav-desktop .nav-link{
    color: #999999;
    background-color: none;
}
.nav-link.active{
    background-color:#BF202F!important;
    border-radius: 100px;
    color:#ffffff!important;
}

.image-footer {
   display: none;
}

#modal-label {
    display:none;
}

.menu-main-brush {
    margin: 8px 0;
    position: relative;
    height: 54px;
}

.menu-main-brush-bg {
    position: absolute;
    top: 0;
    left: 0;
    bottom: 0;
    height: 100%;
    z-index: 1;
}

.menu-main-brush-title {
    font-family: SukhumvitSetBold;
    position: absolute;
    top: 50%;
    left: 15px;
    transform: translate(0, -50%);
    z-index: 2;
    white-space: nowrap;
    color: #ffffff;
    font-size: 1.2rem;
    font-weight: 700;
}

/* Extra small devices (phones, 600px and down) */
@media only screen and (max-width: 768px) {


    .image-footer {
        display:block;
    }

    .menu-nav-mobile {
        display:block;
        position: fixed;
        top:0px;
        width:100vw;

        z-index:99999;
        background-color: #000000;
    }

    /*  */
    nav .pushy {
        display:none;
    }
    .page-header {
        display:none!important;
    }

    /* nav bar mobile */
    .cate-select-text.active {
        color: #BD202E!important;
    }

    .main{
        top:0px;
        padding-top: 8vh;
        margin-bottom:2vh;
    }

    .menu-container {
        border-radius: 0px;
        padding-top:25px;
        padding-left:20px;
        padding-right:20px;
    }
    .menu-category {
        margin:2vh;
    }
    .menu-category-label .menu-category-title {
        font-size: 30px;
    }

    .menu-card>.menu-title,.snack-card>div>.menu-title {
        font-size:1.1rem;
    }
    .menu-card>.menu-description,.snack-card>div>.menu-description{
        font-size:0.9rem;
    }
    .menu-container-remark {
        font-size:0.9rem;
    }

    .snack-card {
        display: flex;
        flex-wrap: nowrap;
        flex-direction: column;

        width:100%;
    }


    .snack-card>div>h2 {
        margin-top: 18px;
    }

    .snack-card>div {
        width:100%;
    }

    .snack-card>img {
        width:100%;
        max-width:200px;
        max-height:200px;
        margin-left: auto;
        margin-right: auto;
    }

    .snack-col {
        padding:0 12px 0 12px;
        margin-bottom:10px;
    }

    /* MODAL */
    .menu-modal-body {
        max-width: 100vw;
        height: 100vh;
        display: flex;
        flex-direction: column;
        padding-top:4.5vh;
    }

    .modal-dialog { /* Width */
        max-width: 100%;
        width: auto !important;
        display: inline-block;


    }
    .modal {
        z-index: -1;
        display: flex !important;
        justify-content: center;
        align-items: center;
    }
    .modal-body {
        padding:0px!important;
    }
    .modal-content {
        border: none !important;
        border-radius: 0px;
        width:100vw;
        height:100%;
    }
    .modal-open .modal {
        z-index: 999999;
        padding-top:0vh;
    }

    .menu-modal-img {
        padding:20px;
        display: flex;
        align-content: center;
        flex-direction: column;
        flex-wrap: wrap;

        background-color: #ffffff;
        border-radius: 0px;
    }
    .menu-modal-img>img {
        width:100%;

        /* max-width: 100%; */
        /* max-height: 400px; */

         margin:0px;
    }
    .menu-modal-img>svg {
        position:fixed;

    }
    .menu-modal-content {
        height:100%;

        min-width: 200px;
        padding-left:20px;
        padding-right:20px;
        padding-top:40px;

        background-color: #FAFAFA;
        border-radius: 0px;
    }
    .menu-modal-content>.title {
        display: flex;
        justify-content: space-between;
    }

    .menu-modal-content>.title>div>.menu-title{
        font-size: 24px;
    }
    .menu-modal-content>.title>div>.menu-price{
        font-size: 22px;
    }
    .menu-modal-content>.description {
        padding-bottom: 20px;
    }
    .menu-modal-content>.description,h5 {
        font-family: Bai Jamjuree;
        color:#777777;
    }
    .menu-modal-content>.description>.head,h5 {
        color:#000000;
    }
}


/* Medium devices (landscape tablets, 768px and up) */
@media only screen and (min-width: 768px) {
    /*  */
}

/* Large devices (laptops/desktops, 992px and up) */
@media only screen and (min-width: 992px) {
    /*  */
}

/* Extra large devices (large laptops and desktops, 1200px and up) */
@media only screen and (min-width: 1200px) {
    /*  */
}


