html, body {
    font-family: Ubuntu, Roboto, Helvetica, Arial, sans-serif;
}
h1, h2, h3, h4, h5, h6 {
    font-family: inherit;
}
.about {
    padding: 133px 74px 0 74px;
}
.alert {
    text-align: start;
}
.footer {
    padding: 50px 0 16px;
}
form.s2 .form-group input, form.s2 .form-group textarea {
    margin-bottom: 9px;
}
.grid-masonry {
    column-count: 6;
    gap: 15px;
    padding: 15px;
}
.grid-masonry .card {
    width: 100%;
    border-radius: 8px;
    overflow: hidden;
    margin-bottom: 15px;
}
.grid-masonry .card a {
    position: relative;
    margin: 0;
}
.grid-masonry .card img {
    width: 100%;
    height: auto;
}
.grid-menu {
    column-count: 2;
    gap: 30px;
    padding: 15px;
}
.grid-menu .card-menu {
    width: 100%;
    overflow: hidden;
    margin-bottom: 1rem;
}
#header_main.is-fixed.is-fixed.is-small {
    height: inherit;
}
.menu-category-description{
    font-size:18px;
}
.menu-list h5 {
    text-transform: none;
}
.menu-list h5 .txt {
    background: #fff;
    color: #0e1927;
}
.menu-list h5 span.price {
    background: #fff;
    color: #0e1927;
}
.menu-list li {
    margin-bottom: 1rem;
}
.menu-list p {
    color: #0e1927;
    margin-bottom: 0;
}
.modal-box {
    display: none;
    position: fixed;
    z-index: 10000;
    padding-top: 50px;
    left: 0;
    top: 0;
    width: 100%;
    height: 100vh;
    overflow: auto;
    background-color: black;
}
.modal-box-caption-container {
    text-align: center;
    background-color: black;
    padding: 2px 16px;
    color: white;
}
.modal-box-close {
    color: white;
    position: absolute;
    top: 10px;
    right: 25px;
    font-size: 35px;
    font-weight: bold;
    cursor: pointer;
}
.modal-box-close:hover,
.modal-box-close:focus {
    color: #999;
    text-decoration: none;
}
.modal-box-content {
    height: 100%;
    position: relative;
    margin: auto;
    padding: 0;
    width: 90%;
    max-width: 1200px;
}
.modal-box-next {
    right: 0;
    border-radius: 3px 0 0 3px;
}
.modal-box-prev,
.modal-box-next {
    cursor: pointer;
    position: absolute;
    top: 50%;
    width: auto;
    padding: 16px;
    margin-top: -50px;
    color: white;
    font-weight: bold;
    font-size: 20px;
    transition: 0.6s ease;
    border-radius: 0 3px 3px 0;
    user-select: none;
    -webkit-user-select: none;
}
.modal-box-prev:hover,
.modal-box-next:hover {
    background-color: rgba(0, 0, 0, 0.8);
}
.modal-box-numbertext {
    color: #f2f2f2;
    font-size: 12px;
    padding: 8px 12px;
    position: absolute;
    top: 0;
}
.modal-box-slide {
    display: none;
    height: 100%;
    overflow: hidden;
    text-align: center;
}
.mySwiper .overlay::before {
    background: rgba(0, 0, 0, 0.3);
}
.p404-main .numb h2 {
    line-height: 4.1;
}
.p-about .chef-restaurant {
    background: rgb(249, 241, 232);
    padding: 130px 0;
    margin-bottom: 0px;
}
.page-404 .p404-main h3 {
    text-transform: inherit;
}
.page-title {
    background: url("/images/contactus/header.webp") no-repeat;
}
.page-title .page-title-main .title::after {
    content: url(/images/x.png);
}
.page-title .page-title-main .title::before {
    content: url(/images/x.png);
}
.page-title-area {
    background: url("/images/area/header.webp") no-repeat;
}
.page-title-coffeespot {
    background: url("/images/coffeespot/header.webp") no-repeat;
}
.page-title-contactus {
    background: url("/images/contactus/header.webp") no-repeat;
}
.page-title-menu {
    background: url("/images/menu/header.webp") no-repeat;
}
.page-title-restaurant {
    background: url("/images/restaurant/header.webp") no-repeat;
}
.page-title-shop {
    background: url("/images/shop/header.webp") no-repeat;
}
.s-book .book-content {
    background: url(/images/home/book-01.webp) no-repeat;
    background-size: cover
}
.s-book .book-content:last-child {
    background: url(/images/home/book-02.webp) no-repeat;
    background-size: cover
}
.s-menu {
    background: #fff;
}
.s-menu .block-text .title {
    color: #0e1927;
}
.s-menu.p-list .block-text .title::after {
    background: #0e1927;
}
.s-menu.p-list .block-text .title::before {
    background: #0e1927;
}
.s-menu.p-list {
    padding: 5rem 0;
}
.s-services-sugar {
    background: background: rgb(249, 241, 232);
    color: rgb(102, 102, 102);
    padding: 136px 0 111px;
}
.s-services-sugar .services-box .content p {
    color: rgb(102, 102, 102);
}
.s-video {
    background: none;
}
.selected-language {
    background: #e6c9a2;
    color: #0e1927;
}
.services-box .content a {
    color: rgb(230, 201, 162);
}
.validation-message {
    color: red;
    margin-bottom: 12px;
    text-align: start;
}

@media(max-width:1350px) {
    .grid-masonry {
        column-count: 5;
    }
}

@media(max-width:1140px) {
    .grid-masonry {
        column-count: 4;
    }
}

@media(max-width:960px){
    .grid-masonry {
        column-count: 3;
    }
}

@media(max-width:720px) {
    .grid-masonry {
        column-count: 2;
    }
    .grid-menu {
        column-count: 1;
        gap: 20px;
        padding: 5px;
    }
}

@media(max-width:540px) {
    .grid-masonry {
        column-count: 1;
    }
}