@font-face {
    font-family: DINProRegular;
    src: url('../fonts/DINProRegular.ttf')
}

@font-face {
    font-family: DINProBold;
    src: url('../fonts/DINProBold.ttf')
}

@font-face {
    font-family: DINProMedium;
    src: url('../fonts/DINProMedium.ttf')
}

body {
    margin: 0;
    padding: 0;
    box-sizing: border-box;
    background-color: #f2ede3;
    font-family: Book, serif;
    letter-spacing: .12em;
}

.menu-head {
    padding-top: 30px;
    border-bottom: 1px solid #c4655f;
    padding-bottom: 30px;
}

.menu-head .container-fluid {
    padding: 0 50px;
}

.menu-head .menu-head-wrape {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 1.5rem;
}

.menu-head .menu-name h1 {
    font-size: 60px;
    line-height: 1.15;
    font-family: Medium, serif;
}

.menu-head .menu-name span {
    font-size: 16px;
    line-height: 1.15;
}

.menu-head .menu-img img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.menu-head .left-part {
    padding-left: .25rem;
    padding-right: .25rem;
    border-left: 1px solid #c4655f;
    border-right: 1px solid #c4655f;
}

.menu-head .left-part .menu-name {
    padding-left: 60px;
    padding-right: 60px;
    padding-top: 60px;
    padding-bottom: 50px;
    border-left: 1px solid #c4655f;
    border-right: 1px solid #c4655f;
    height: 100%;
}

.menu-nav {
    border-bottom: 1px solid #c4655f;
    padding-top: 60px;
}

.main-menu-nav {
    padding: 1rem 0px;
    position: relative;
}

.main-menu-nav::-webkit-scrollbar {
    width: 0 !important;
    display: none;
}

.main-menu-nav ul {
    list-style: none;
    padding: 0;
    margin: 0;
    display: flex;
    justify-content: space-between;
    gap: 15px;
}

.menu-slider {
    margin: auto;
    padding: 0 15px;
}

.main-menu-nav .item {
    text-align: center;
}

.main-menu-nav .item a {
    text-decoration: none !important;
    color: #527088 !important;
    display: inline-block;
    position: relative;
    text-transform: uppercase;
    font-size: 14px;
    transition: all 0.6s ease;
}

.main-menu-nav .item a:hover,
.main-menu-nav .item a.active {
    border-bottom: 1px solid #527088;
}

.main-menu-list {
    margin-top: 30px;
    margin-bottom: 30px;
}

.main-menu-list .main-menu-wrape {
    display: flex;
    flex-wrap: wrap;
    padding: 0 2rem;
    border-left: 1px solid #c4655f;
    border-right: 1px solid #c4655f;
}

.main-menu-list .main-menu-wrape .m-left-side,
.main-menu-list .main-menu-wrape .m-right-side {
    width: 50%;
}

.main-menu-list .main-menu-wrape .m-left-side {
    border-right: 1px solid #c4655f;
    padding-right: 2rem;
}

.main-menu-list .main-menu-wrape .m-right-side {
    padding-left: 2rem;
}

.main-menu-wrape .menu-col {
    border-bottom: 1px solid #c4655f;
    margin-bottom: 2rem;
}

.main-menu-wrape .menu-col h3 {
    position: relative;
    font-size: 20px;
    font-weight: 600;
    font-family: 'Bell MT', serif;
    text-transform: uppercase;
    line-height: 1.33;
    letter-spacing: .15em;
    margin-bottom: 2rem;
    color: #56718E;
    border-bottom: 1px solid #56718E;
    padding-bottom: 10px;
}

.main-menu-wrape .menu-col h3::after {
    content: '';
    background: url('../images/cross-icon.png');
    width: 60px;
    height: 20px;
    position: absolute;
    right: 0;
    top: 45%;
    transform: translateY(-50%);
    background-size: 100% auto;
    background-repeat: no-repeat;
}

.main-menu-wrape .menu-col .main-dish h4 {
    letter-spacing: unset;
    font-size: 1.1rem;
    font-weight: 600;
    color: #E05C5E;
    font-family: 'Bell MT', serif;
    margin: 0;
}

.main-menu-wrape .menu-col .main-dish p {
    line-height: 1.5rem;
    font-size: .9375rem;
    letter-spacing: .02em;
    font-family: DINProRegular;
}

.main-menu-wrape .menu-col .main-dish p:first-of-type {
    padding-top: .75rem;
}

.main-menu-wrape .menu-col .main-dish:not(:last-of-type) {
    margin-bottom: 2rem;
}

.menu-col .extra-info {
    margin-top: -1.6rem;
    margin-bottom: 2rem;
}

.menu-col .extra-info p {
    font-style: italic;
    font-size: .9375rem;
    letter-spacing: .02em;
    margin-bottom: 0;
}

.menu-price-info .m-box-one {
    border: 2px solid #c4655f;
    padding: .25rem;
    margin-bottom: 60px;
}

.menu-price-info .m-box-one .inner-box {
    border: 1px solid #c4655f;
    padding: 60px;
    text-align: center;
}

.menu-price-tag {
    text-align: center;
}

.menu-price-tag .pr-box span {
    color: #537088;
    margin-bottom: 10px;
    display: block;
}

.menu-price-tag .pr-box h3 {
    font-size: 25px;
    line-height: 28px;
    color: #dc5d5b;
    font-family: Medium, serif;
}

.menu-price-tag .pr-box:not(:last-of-type) {
    margin-bottom: 20px;
}

.menu-price-tag h3 span {
    color: #dc5d5b;
    font-family: Medium, serif;
}

.menu-price-tag h4 span {
    color: #dc5d5b;
    font-family: Medium, serif;
}

.menu-price-tag h4 {
    margin-bottom: 19px;
}

.menu-price-tag h3.bold {
    font-weight: 600;
}

.menu-price-tag h3+h3 {
    margin: 19px 0px;
}

.main-menu-list .main-title {
    text-align: center;
    padding-bottom: 1rem;
    border-bottom: 1px solid #dc5d5b;
    margin-bottom: 30px;
}

.main-title.have-top-border {
    padding-top: 1rem;
    border-top: 1px solid #dc5d5b;
    margin-top: 30px;
}

.main-menu-list .main-title h2 {
    font-family: Medium, serif;
    margin-bottom: 0;
}

.main-menu-list.mt-sm {
    margin-top: 1rem;
}

.owl-nav {
    position: absolute;
    top: 50%;
    left: 0;
    right: 0;
    width: 100%;
    display: flex;
    align-items: center;
    justify-content: space-between;
    transform: translateY(-50%);
}

.owl-nav button {
    width: 56px;
    height: 56px;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 0 !important;
    background-size: 20px 20px !important;
    background-position: center !important;
    background-repeat: no-repeat !important;
}

.owl-nav button.owl-prev {
    position: relative;
    left: -56px;
    border-right: 1px solid #dc5d5b !important;
    background-image: url('../images/arrow-left.svg') !important;
}

.owl-nav button.owl-next {
    position: relative;
    right: -56px;
    border-left: 1px solid #dc5d5b !important;
    background-image: url('../images/arrow-right.svg') !important;
}

.owl-carousel .owl-stage-outer {
    z-index: 999;
}

.owl-dots {
    display: none;
}

.menu-head-wrape .menu-name p span {
    color: #E05C5E;
}

.main-dish.have-border {
    border: 1px dashed #E05C5E;
    padding: 15px;
}

.main-dish.have-border p {
    margin: 0;
}

.menu-head .menu-name h2 {
    position: relative;
    font-size: 20px;
    font-weight: 600;
    font-family: 'Bell MT', serif;
    text-transform: uppercase;
    line-height: 1.33;
    letter-spacing: .15em;
    margin-top: 2rem;
    color: #56718E;
    border-bottom: 1px solid #56718E;
    padding-bottom: 10px;
    padding-right: 15px;
}

.menu-head .menu-name h2::after {
    content: '';
    background: url('../images/cross-icon.png');
    width: 60px;
    height: 20px;
    position: absolute;
    right: 0;
    top: 45%;
    transform: translateY(-50%);
    background-size: 100% auto;
    background-repeat: no-repeat;
}


@media screen and (max-width:1024px) {
    .menu-head .left-part .menu-name {
        padding-left: 40px;
        padding-right: 40px;
        padding-top: 40px;
    }
}

@media screen and (max-width:991px) {
    .menu-head .menu-name h2 {
        letter-spacing: normal;
    }

    .main-menu-wrape .menu-col h3 {
        letter-spacing: normal;
    }

    .menu-nav {
        overflow: hidden;
    }

    .owl-nav button.owl-next {
        right: -36px;
    }

    .owl-nav button.owl-prev {
        left: -36px;
    }

    .owl-nav button {
        width: 46px;
        height: 46px;
    }
}

@media screen and (max-width:767px) {
    .main-menu-list .main-menu-wrape {
        flex-wrap: wrap;
        padding: 0;
        border: 0;
    }

    .main-menu-list .main-menu-wrape .m-left-side,
    .main-menu-list .main-menu-wrape .m-right-side {
        width: 100%;
    }

    .main-menu-list .main-menu-wrape .m-left-side {
        border-right: 0;
        padding-right: 0;
    }

    .main-menu-list .main-menu-wrape .m-right-side {
        padding-left: 0;
    }

    .menu-head .menu-head-wrape {
        display: block;
    }

    .menu-head .left-part {
        border: 0;
        padding: 0;
    }

    .menu-head .menu-head-wrape .menu-img {
        display: none;
    }

    .menu-head .left-part .menu-name {
        padding: 0;
        border: 0;
    }

    .menu-head .menu-name h1 {
        font-size: 2.25rem;
    }

    .menu-head .menu-name p {
        font-size: 14px;
    }

    .menu-head {
        padding-top: 30px;
        padding-bottom: 30px;
    }

    .main-menu-wrape .menu-col {
        margin: 0 0 15px;
        padding-bottom: 15px;
    }

    .main-menu-wrape .menu-col .accordion-button {
        background-color: transparent;
        padding: 0;
        border: 0;
        box-shadow: none;
        font-weight: 600;
        font-family: 'Bell MT', serif;
        text-transform: uppercase;
        line-height: 1.33;
        letter-spacing: .15em;
        color: #212529;
    }

    .main-menu-wrape .menu-col .accordion-button:focus {
        box-shadow: none;
    }

    .main-menu-wrape .menu-col .accordion-item {
        background: transparent;
        border: 0;
    }

    .main-menu-wrape .menu-col .accordion-body {
        padding: 15px 0 0;
    }

    .main-menu-wrape .menu-col .accordion-button::after {
        background: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16' fill='%23212529'%3e%3cpath fill-rule='evenodd' d='M1.646 4.646a.5.5 0 0 1 .708 0L8 10.293l5.646-5.647a.5.5 0 0 1 .708.708l-6 6a.5.5 0 0 1-.708 0l-6-6a.5.5 0 0 1 0-.708z'/%3e%3c/svg%3e")
    }

    .main-menu-wrape .menu-col .accordion-collapse {
        transition: height 0.9s ease;
    }

    .main-menu-list .main-title h2 {
        font-size: 20px;
    }

    .main-title.have-top-border {
        margin-top: 20px;
    }

    .main-menu-list .main-title {
        margin-bottom: 20px;
    }

    .menu-price-info .m-box-one .inner-box {
        padding: 20px;
    }

    .menu-price-tag .pr-box h3 {
        font-size: 15px;
        line-height: 1.3;
    }

    .menu-slider {
        width: 100% !important;
        padding: 0 !important;
    }

    .owl-nav {
        display: none;
    }
}

.main-menu-wrape .menu-col .main-dish h4 span {
    display: inline-block;
    vertical-align: super;
    text-transform: uppercase;
    font-size: 14px;
}

.food-info {
    padding: 10px;
    text-align: center;
    border: 1px solid #c4655f;
    color: #56718E;
    font-family: 'Bell MT', serif;
    font-weight: 600;
}

.main-menu-wrape .menu-col .main-dish h4 div {
    display: inline-block;
    text-align: center;
    text-transform: uppercase;
}

.main-menu-wrape .menu-col .main-dish h4 div small {
    font-size: 10px;
}

.menu-img-new img {
    width: 100%;
}

.main-menu-list .main-menu-wrape .m-right-side .m-box-one {
    margin-top: 30px;
}

.main-menu-list .main-menu-wrape .storytelling p {
    font-family: DINProRegular;
    text-align: justify;
    font-weight: 600;
}

.main-menu-list .main-menu-wrape .storytelling p span {
    color: #E05C5E;
}

.main-menu-list .main-menu-wrape .m-right-side .m-box-one h5,
.main-menu-list .main-menu-wrape .m-right-side .m-box-one h3 {
    font-size: 1rem;
}

.main-menu-list .main-menu-wrape .m-right-side .menu-price-tag h4 {
    font-size: 1rem;
}

.main-menu-list .main-menu-wrape .m-right-side .m-box-one h5 span {
    color: #E05C5E;
}

.menu-img img {
    width: 100%;
    max-width: 300px;
    margin: auto;
    display: block;
}

.m-left-side.no-border {
    margin: auto;
    padding-left: 2rem;
    border-left: 1px solid #c4655f;
}

.main-menu-wrape.no-border {
    border: 0 !important;
    padding: 0 !important;
}
.food-info.half{
    width: 50%;
    margin: auto;
}
@media screen and (max-width:1024px) {
.m-left-side.no-border{
    width: 100% !important;
}
.food-info.half{
    width: 100%;
    margin: auto;
}
}
@media screen and (max-width:767px) {
    .main-menu-list.extra-height {
        min-height: calc(100vh - 360px);
    }

    .m-left-side.no-border {
        padding-left: 0;
        border: 0;
    }
    
}