.mb{
    display: none!important;
}

.web{
    display: block!important;
}

.menu-mb{
    display: none;
    width: 100%;
    height: 100vh;
    position: fixed;
    z-index: 1001;
    background: #383839;
    color: #FBF7F2;
    top: 0;
    padding: 120px 50px 0 50px;
}

.menu-mb.menu-display{
    display: block;
}

.menu-mb-logo{
    position: absolute;
    width: 60px;
    height: 60px;
    top: 21px;
    left: 25px;
}

.menu-mb-close{
    width: 36px;
    height: 36px;
    position: absolute;
    top: 24px;
    right: 18px;
}

.menu-mb-ul{
    width: 100%;
}

.menu-mb-li{
    height: 65px;
    line-height: 65px;
    font-family: Montserrat;
    font-size: 20px;
    font-weight: 600;
    text-align: left;
    border-bottom: 1px solid #565656
}

.menu-mb-li:last-child{
    border-bottom: none;
}

.feature-img-1{
    width: 100%;
}
.feature-img-1 img{
    width: 100%;
}

@media (max-width: 1200px) {
    .mb{
        display: block!important;
    }

    .web{
        display: none!important;
    }

    .scroll-header.header-top {
        background: #FBF7F2;
        height: 60px;
        transition: all 0.3s ease;
        box-shadow: 0px 1px 4px 0px #00000040;
    }

    .header-top .logo{
        height: 91px;
        width: 61px;
    }

    .scroll-header.header-top .logo {
        height: 60px;
        width: 61px;
        transition: all 0.3s ease;
    }

    .menu-mb-open{
        width: 28px;
        height: 28px;
        position: absolute;
        right: 18px;
        top: 50%;
        transform: translateY(-50%);
        background: url("/assets-web/images/mb/menu.svg") center no-repeat;
    }
    .scroll-header .menu-mb-open{
        background: url("/assets-web/images/mb/menu-black.svg") center no-repeat;
    }

    .header {
        height: 300px;
        padding-top: 0;
    }

    .header-content {
        margin: 120px auto 0 auto;
    }

    .header-content h1 {
        font-size: 24px;
        line-height: 30px;
        margin-top: 0;
    }

    .header-content h2 {
        font-size: 60px;
        line-height: 65px;
    }

    .header-content h3 {
        font-size: 6px;
        line-height: 7px;
        margin-bottom: 20px;
    }

    .header-content h4 {
        font-size: 24px;
        line-height: 30px;
    }

    .book-now {
        font-size: 8px;
        line-height: 27px;
        width: 80px;
        height: 27px;
    }

    .introduce-content {
        font-size: 13px;
        line-height: 18px;
        position: static;
        top: 0;
        left: 0;
        transform: none;
    }
    .introduce{
        width: calc(100% - 86px);
        min-height: 0;
        padding: 75px 0;
    }

    .story h1.top-title{
        font-size: 24px;
        line-height: 35px;
        margin-top: 37px;
    }
    .story h2.top-title{
        font-size: 64px;
        line-height: 68px;
        margin-top: 2px;
    }

    .story-posts{
        display: block;
    }

    .story-posts-item{
        width: 100%;
        height: 395px;
    }

    .story-posts-item-inside h4{
        display: none;
    }
    .story-posts-img{
        width: 100%;
        height: 240px;
        overflow: hidden;
        position: relative;
    }
    .story-posts-img img{
        width: 100%;
        position: absolute;
        top: 50%;
        transform: translateY(-50%);
    }
    .story-posts-item-inside{
        opacity: 1;
        background: none;
        color: #383839;
        padding: 0;
        height: auto;
        position: relative;
        margin-top: 15px;
    }

    .see-more {
        color: #383839;
        border: 1px solid #383839;
        width: 98px;
        height: 31px;
        font-size: 13px;
        line-height: 31px;
        margin-top: 14px;
    }

    .features{
        margin-top: 37px;
    }

    .features-item-part-inside h1{
        font-family: Underland;
        font-size: 24px;
        font-weight: 400;
        line-height: 35px;
        text-align: center;
    }
    .features-item-part-inside h2{
        font-family: Niagara;
        font-size: 64px;
        font-weight: 400;
        line-height: 68px;
        text-align: center;
        margin-top: -10px;
    }
    .features-item-part-inside h3{
        display: none;
    }

    .features-item{
        display: block;
        padding-bottom: 50px;
    }

    .features-item-part{
        width: 100%;
        display: flex;
        flex-wrap: wrap;
        justify-content: space-between;
        gap: 10px;
    }

    .feature-img-1{
        width: 100%;
        overflow: hidden;
        height: 260px;
        position: relative;
        flex: 1 1 100%;
    }
    .feature-img-1 img{
        position: absolute;
        width: 100%;
        top: 50%;
        transform: translateY(-50%);
    }
    .feature-img-2{
        height: 295px;
        overflow: hidden;
        flex: 1 1 calc(50% - 10px);
        margin-top: 0;
    }
    .feature-img-2 img{
        width: 100%;
    }

    .features-item-part-inside{
        overflow: visible;
    }

    .features-item-part-inside .see-menu{
        position: relative;
        top: 615px;
        width: 98px;
        height: 31px;
        font-size: 13px;
        line-height: 30px;
    }

    .break-line{
        width: calc(100% - 92px);
        margin-top: 0;
    }

    .comment-item-content svg{
        width: 35px;
        height: 35px;
        margin-top: 24px!important;
    }
    .comment-item-content h3, .comment-item-content h4, .comment-item-content h5{
        font-size: 13px!important;
        line-height: 18px!important;
        margin-top: 15px!important;
        font-family: Montserrat;
    }
    .comments .swiper-button-next{
        width: 25px!important;
        height: 5px!important;
        right: 20px!important;
        background-size: cover!important;
        top: 55%!important;
    }
    .comments .swiper-button-prev{
        width: 25px!important;
        height: 5px!important;
        left: 20px!important;
        background-size: cover!important;
        top: 55%!important;
    }
    .comments .swiper-pagination-bullet{
        width: 8px!important;
        height: 8px!important;
    }

    .comments{
        height: 332px!important;
    }

    .comments .swiper-pagination {
        bottom: 20px!important;
    }

    .comment-item-content{
        width: 70%!important;
    }

    .events{
        display: block;
        padding: 0 35px;
        margin-top: 45px;
    }

    .events-item{
        width: 100%;
        overflow: hidden;
        margin-bottom: 43px;
    }

    .events-img{
        display: block;
        width: 100%;
        height: 240px;
        overflow: hidden;
    }
    .events-img img{
        width: 100%;
        top: 10%;
        transform: translateY(-50%);
    }

    .events-item h4{
        display: none;
    }

    .events-item h3{
        font-family: Niagara;
        font-size: 36px;
        font-weight: 400;
        line-height: 38.55px;
        text-align: center;
        margin-top: 15px;
    }

    .see-more-2 {
        line-height: 31px;
        width: 98px;
        height: 31px;
        font-size: 13px;
        font-weight: 600;
        margin-top: 15px;
    }
    .gallery {
        border-top: none;
        margin-top: 0;
        padding-top: 37px;
    }

    .gallery > h1{
        font-family: Underland;
        font-size: 24px;
        font-weight: 400;
        line-height: 35.74px;
        text-align: center;
    }
    .gallery > h2{
        font-family: Niagara;
        font-size: 64px;
        font-weight: 400;
        line-height: 68.53px;
        text-align: center;
        margin-top: -10px;
        margin-bottom: 25px;
    }

    .gallery-swiper{
        position: relative;
    }

    .gallery-swiper .swiper-slide{
        width: 100%;
        height: 300px;
        overflow: hidden;
    }
    .gallery-swiper .swiper-slide img{
        width: 100%;
        top: 50%;
        transform: translateY(-50%);
        position: relative;
    }

    .gallery-swiper .swiper-button-next{
        background: url("/assets-web/images/mb/gallery-next.svg") center no-repeat;
        width: 12px;
        height: 12px;
        color: transparent;
        right: 20px;
        position: absolute;
        top: 56%;
        transform: translateY(-50%);
    }
    .gallery-swiper .swiper-button-prev{
        background: url("/assets-web/images/mb/gallery-prev.svg") center no-repeat;
        width: 12px;
        height: 12px;
        color: transparent;
        left: 20px;
        top: 56%;
        transform: translateY(-50%);
        position: absolute;
    }

    .col-6, .col-4{
        width: 100%;
        padding: 0;
    }

    .booking{
        width: 90%;
        max-width: 380px;
        height: 513px;
        padding: 0 45px;
        top: -403px;
    }

    .booking input {
        color: #ffffff;
        font-size: 12px;
        height: 36px;
        margin-top: 24px;
    }

    .footer{
        margin-top: 451px;
        height: 594px;
    }

    .footer-part{
        width: 100%;
        margin-top: 0;
        text-align: center;
        line-height: 23px;
    }

    .footer-left{
        margin-top: 136px;
    }

    .footer-right{
        margin-top: 30px;
    }

    .logo-footer img{
        width: 75px;
        height: 75px;
    }

    .logo-footer{
        margin-top: 25px;
    }

    .footer-center{
        margin-top: 25px;
    }

    .footer-bottom{
        bottom: 23px;
    }

    .features-about-item-part{
        width: 100%;
    }
    .features-about-item{
        display: block;
    }
    .features-about-img-1{
        width: 100%;
        height: auto;
        overflow: hidden;
        margin-top: 30px;
        position: relative;
        max-height: 240px;
    }
    .features-about-img-1 img{
       width: 100%;
    }

    .features-about-img-1.menu2 {
        max-height: 511px;
    }

    .features-about-item-part-inside{
        width: 100%;
        max-width: none;
    }

    .features-about-item-part-inside h1,h2,h3{
        padding: 0 35px;
    }

    .features-about-item-part-inside h1{
        font-size: 24px;
        line-height: 35px;
    }
    .features-about-item-part-inside h2{
        font-size: 64px;
        line-height: 68px;
    }
    .features-about-item-part-inside h3{
        font-size: 13px;
        line-height: 18px;
        margin-top: 25px;
        margin-bottom: 30px;
    }

    .features-about{
        margin-top: 35px;
    }

    /*TEAM*/
    .team h1.top-title{
        font-size: 24px;
        line-height: 35px;
        margin-top: 0;
    }
    .team h2.top-title{
        font-size: 64px;
        line-height: 68px;
        margin-top: 2px;
    }
    .team h3.top-title{
        font-size: 13px;
        line-height: 18px;
        margin-top: 20px;
        text-align: justify;
    }
    .team-posts-item-inside{
        display: none;
    }
    .team-posts-item{
        height: auto;
    }
    .team-posts{
        gap: 13px;
    }

    /*INGREDIENTS*/
    .ingredients h1.top-title{
        font-size: 24px;
        line-height: 35px;
        margin-top: 37px;
    }
    .ingredients h2.top-title{
        font-size: 64px;
        line-height: 68px;
        margin-top: 2px;
    }

    .ingredients h3.top-title{
        margin-top: 35px;
        margin-bottom: 0;
        text-align: justify;
        font-size: 13px;
        font-weight: 400;
        line-height: 18px;
    }

    .ingredients-posts-item-inside{
        display: none;
    }

    .ingredients-posts{
        width: 100%;
        display: flex;
        flex-wrap: wrap;
        justify-content: space-between;
        gap: 8px;
    }

    .ingredients-posts-item{
        overflow: hidden;
    }

    .ingredients-posts-item:nth-child(1){
        width: 100%;
        overflow: hidden;
        height: 260px;
        position: relative;
        flex: 1 1 100%;
    }
    .ingredients-posts-item:nth-child(n+2){
        height: auto;
        overflow: hidden;
        flex: 1 1 calc(50% - 10px);
        margin-top: 0;
    }

    .ingredients-posts-img img{
        width: 100%;
    }

    .break-img{
        margin: 0;
        height: 215px;
    }

    .header .background-cover{
        height: 100%;
    }

    .see-menu{
        width: 98px;
        height: 31px;
        line-height: 30px;
        font-size: 13px;
    }
    .menu-mb-1{
        width: 100%;
        padding: 0 27px;
    }
    .menu-swiper{
        overflow: hidden;
        position: relative;
    }
    .menu-swiper-container .swiper-button-prev,
    .menu-swiper-container .swiper-button-prev::after{
        color: #1D1B20;
        /*width: 6.5px;*/
        /*height: 10px;*/
        font-size: 11px;
        left: 0;
        font-weight: bold;
    }
    .menu-swiper-container .swiper-button-next,
    .menu-swiper-container .swiper-button-next::after{
        color: #1D1B20;
        /*width: 6.5px;*/
        /*height: 10px;*/
        font-size: 11px;
        right: 0;
        font-weight: bold;
    }
    .menu-swiper .swiper-slide{
        padding: 0 3px;
    }

    .menu-mb-1 img{
        width: 100%;
        margin: 0 auto;
    }

    .menu-swiper-container{
        padding: 0 25px;
        width: 100%;
        height: auto;
        position: relative;
        margin-bottom: 40px;
    }

    /*PROMOTION*/

    .promotion h1.top-title{
        font-size: 24px;
        line-height: 35px;
        margin-top: 37px;
    }
    .promotion h2.top-title{
        font-size: 64px;
        line-height: 68px;
        margin-top: 2px;
    }

    .promotion-posts{
        display: block;
    }

    .promotion-posts-item{
        width: 100%;
        height: auto;
        padding: 0 35px 45px 35px;
    }

    .promotion-posts-item-inside h4{
        font-size: 13px;
        line-height: 18px;
        margin: 17px 0;
    }
    .promotion-posts-img{
        width: 100%;
        height: 240px;
        overflow: hidden;
        position: relative;
    }
    .promotion-posts-img img{
        width: 100%;
        position: absolute;
        top: 50%;
        transform: translateY(-50%);
    }
    .promotion-posts-item-inside{
        opacity: 1;
        background: none;
        color: #383839;
        padding: 0;
        height: auto;
        position: relative;
        margin-top: 15px;
    }

    .promotion h3.top-title{
        text-align: justify;
        font-size: 13px;
        line-height: 18px;
    }

    .introduce-img{
        height: calc(100% - 60px);
    }

    .service-box h1.top-title{
        font-size: 24px;
        line-height: 35px;
    }
    .service-box h2.top-title{
        font-size: 64px;
        line-height: 68px;
    }
    .service-box h3.top-title{
        font-size: 13px;
        line-height: 18px;
        margin-top: 15px;
        margin-bottom: 35px;
    }
    .service-swiper-container{
        position: relative;
    }
    .service-swiper .swiper-slide{
        /*background: black;*/
        position: relative;
    }
    .service-swiper .swiper-slide img{
        opacity: 0.7;
    }
    .service-swiper .service-title{
        position: absolute;
        top: calc(50% - 3px);
        transform: translateY(-50%);
        text-align: center;
        width: 100%;
        display: block;
        color: #FFFFFF;
        height: calc(100% - 5px);
        background: rgba(0, 0, 0, 0.3);

        font-family: Niagara;
        font-size: 36px;
        font-weight: 400;
        line-height: 282px;
    }

    .service-swiper-container .swiper-button-next::after,
    .service-swiper-container .swiper-button-prev::after {
        color: #FFFFFF;
        font-size: 12px!important;
        font-weight: bold;
    }

    .service-swiper .service-title{
        display: inline-block;
        position: absolute;
        left: 50%;
        top: 50%;
        transform: translate(-50%,-50%);
    }

    .event-box h1.top-title{
        font-size: 24px;
        line-height: 35px;
    }

    .event-box h2.top-title{
        font-size: 60px;
        line-height: 68px;
    }

    .event-list{
        margin-top: 0;
        display: block;
    }
    .event-list-item{
        width: calc(100% - 40px);
        margin: 36px auto 0 auto;
    }

    .gallery .gallery-slide{
        display: flex;
        flex-wrap: wrap;
        justify-content: space-between;
        gap: 10px;
        width: calc(100% - 70px);
    }
    .gallery .gallery-item{
        /*flex: 1 1 50%;*/
        width: calc(50% - 5px);
        height: auto;
        margin-bottom: 0;
    }
}
