ul.js-hmbanner {
    margin: 0;
    padding: 0;
    list-style-type: none;

    .slick-track {
        margin: 0;
    }
}

ul.js-hmbanner li {
    margin-bottom: 0;
    position: relative;
}

ul.js-hmbanner>li:not(:first-child) {
    display: none;
}

ul.js-hmbanner .slick-slide>div>li {
    display: block !important;
}

ul.js-hmbanner .ban-desk {
    width: 100%;
    display: block;
    object-fit: cover;
    object-position: center center;
}

ul.js-hmbanner .ban-mob {
    display: none;
}

.olhmban-wrap {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    justify-content: center;
    height: 100%;
    max-width: 1080px;
    width: 100%;
    margin: 0 auto;
    text-align: center;

    .btnlist {
        justify-content: center;
    }

    .olhmban-left {
        margin-top: 110px;
    }
}

ul.js-hmbanner .ol-hmbanner {
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;

    .container {
        height: 100%;
    }
}

ul.js-hmbanner .ol-hmbanner:before {
    position: absolute;
    content: "";
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    opacity: 0.64;
    background: radial-gradient(64.78% 64.78% at 49.19% 19.05%, rgba(0, 0, 0, 0.35) 0%, rgba(0, 0, 0, 0.93) 100%);
}

ul.js-hmbanner .slick-dots {
    bottom: 0;
    right: 0;
    left: 0;
    width: auto;
    text-align: left;
    margin: 0 auto 50px;
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
}



ul.js-hmbanner.slick-dotted.slick-slider {
    margin-bottom: 0px;
}

.olhm-title {
    font-size: clamp(2.5rem, 1.625rem + 4.375vw, 6.875rem);
    letter-spacing: -2.2px;
    text-transform: uppercase;
    line-height: 0.89;
    margin-bottom: 30px;
    color: var(--white);
}

.olhm-label {
    font-size: 30px;
    color: var(--theme);
    position: relative;
    margin-bottom: 3px;

    & img {
        margin: 0 auto;
    }
}

/*------- home content ------*/
.home-content-sec {
    .heading-24 {
        text-transform: capitalize;
        color: var(--black);
        margin-bottom: 30px;
    }

    .food-gallery {
        display: flex;
        gap: 10px;
        max-width: 1240px;
        align-items: flex-start;
        margin: auto;
    }

    .side-col {
        width: 24.88%;
        display: flex;
        flex-direction: column;
        gap: 10px;
    }

    .side-col.left {
        justify-content: center;
        align-items: flex-end;
        padding-top: 44px;

        /*& > .item{
            min-height: 306px;
        }*/
    }

    .side-col.right {
        width: 28%;
        display: flex;
        justify-content: flex-end;
        padding-top:22px;

        /*& > .item{
            min-height: 343px;
        }*/
    }

    .center-col {
        width: calc(100% - (24.88% + 28%));
    }

    .item {
        overflow: hidden;
        height: 100%;
    }

    .item img {
        display: block;
        max-width: 100%;
        height: auto;
    }
}




/*------- breakfast/lunch -------*/
.imgbox-wrap {
    max-width: 1920px;
    display: flex;
    flex-wrap: wrap;
    margin:0 auto;

    .imgbox-center {
        width: calc(100% - (33.596% + 33.596%));
        background-color: #ECECEC;
        padding: 20px;
        display: flex;
        flex-wrap: wrap;
        align-items: center;
        justify-content: center;
    }

    .imgbox-info {
        max-width: 415px;
        text-align: center;
        margin: 0 auto;
        padding-bottom: 60px;
        border-bottom: 3px double rgb(55 55 55 / 20%);

        & p {
            margin-bottom: 40px;
        }
    }

    .brf-icon {
        margin-bottom: 15px;
        position: relative;
        z-index: 1;
    }

    .brf-icon:before {
        position: absolute;
        content: "";
        border-bottom: 3px double rgb(55 55 55 / 20%);
        width: calc(50% - 60px);
        display: flex;
        flex-wrap: wrap;
        align-items: center;
        justify-content: center;
        top: 0;
        margin-top: 54px;
        z-index: -1;
        left: 0;
    }

    .brf-icon:after {
        position: absolute;
        content: "";
        border-bottom: 3px double rgb(55 55 55 / 20%);
        width: calc(50% - 60px);
        display: flex;
        flex-wrap: wrap;
        align-items: center;
        justify-content: center;
        top: 0;
        margin-top: 54px;
        z-index: -1;
        right: 0;
    }

    /* .img-box{
        flex:1;
        overflow:hidden;
        position:relative;
        
        
        opacity:0;
        transition:clip-path 1.8s cubic-bezier(.19,1,.22,1),opacity 1.2s ease;
         & img{
             width:100%;
            height:100%;
            object-fit:cover;
             transform:translate3d(0,0,0) scale(1);
            will-change:transform;
            transition:transform .25s cubic-bezier(1,.61,.36,0.5);
         
         }
    } */
    /* .img-box.left{
            clip-path: inset(12% 8% 12% 8%);
        }

        .img-box.right{
            clip-path: inset(8% 12% 8% 12%);
        } 
    .img-box.left.active,.img-box.right.active{
        clip-path: inset(0 0 0 0);
        opacity:1;
    }   */


    .img-box {
        width: 33.596%;
        overflow: hidden;
        position: relative;
    }

    .img-box img {
        width: 100%;
        height: 100%;
        object-fit: cover;
        object-position: center center;
        transform: translate3d(0, 0, 0) scale(1.15);

        will-change: transform;
        backface-visibility: hidden;
        transform-style: preserve-3d;

        -webkit-font-smoothing: antialiased;
    }

}

/*------------ dinner -----------*/
.food-sec.sec-dinner .imgbox-center {
    background-color: var(--black);

    .brf-icon:before,
    .brf-icon:after {
        border-bottom: 3px double rgba(210 210 210 / 20%);
    }

    .imgbox-info {
        border-bottom: 3px double rgba(210 210 210 / 20%);

        & p {
            color: var(--white);
        }
    }
}


/*-----------------------*/

.block-wrap {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    align-items: center;
    max-width: 1530px;
    margin: 0 auto;

    .block-bxwrap {
        width: 330px;
    }

    .b-center {
        width: 640px;
    }

    ul.blk-ul {
        display: flex;
        flex-wrap: wrap;
        margin: 0;
        padding: 0;
        list-style-type: none;

        & li {
            margin: 0;
            padding: 0;
            position: relative;
        }

        .blk-title {
            font-size: 36px;
            line-height: 0.87;
            margin-bottom: 14px;
        }

        .blk-icon {
            margin-bottom: 14px;
        }

        .blk-li {
            text-align: center;
        }

        &>li:not(:last-child) {
            margin-bottom: 70px;
            padding-bottom: 70px;

        }

        &>li:before {
            position: absolute;
            content: "";
            width: 145px;
            border-bottom: 4px double rgba(58 55 55 / 20%);
            bottom: 0;
            left: 0;
            right: 0;
            margin: 0 auto;

        }

        &>li:last-child::before {
            display: none;
        }
    }

    .bcafe-ul {
        margin: 0;
        padding: 0;
        list-style-type: none;

        .slick-dots {
            margin: 0;
            padding: 0;
            margin-bottom: 40px;
            line-height: 1;
            bottom: 0;
        }

        & li {
            margin: 0;
            padding: 0;

            & img {
                display: block;
                width: 100%;
                height: auto;
                border-radius: 3px;
                -moz-border-radius: 3px;
                -webkit-border-radius: 3px;
            }
        }
    }

    .bcafe-ul>li:not(:first-child) {
        display: none;
    }

    ul.slick-dots>li {
        margin: 0 3px;
        padding: 0 !important;
    }
}

.cafe-sec {
    .content-width {
        p {
            max-width: 510px;
            margin-left: auto;
            margin-right: auto;
        }
    }
}
/* ********* Stone menu ********* */

.stone-menu-inner{
    background-color: var(--primary);
    padding: 50px 30px 70px;

    & .stone-wrapper{
        max-width: 1024px;
        margin: 0 auto;
        text-align: center;
    }

    .double-line{
        margin: 60px 0 0;
    }
}

.brid-heading > img{
    filter: brightness(0) invert(0.7);
}

.brid-heading{
    position: relative;
    z-index: 1;
    margin-bottom: 30px;

    &::after,
    &::before{
        position: absolute;
        content: "";
        top: 0;
        margin-top: 54px;
        z-index: -1;
        border-bottom: 3px double rgba(210, 210, 210, 0.5);
        width: calc(50% - 100px);
        display: flex;
        flex-wrap: wrap;
        align-items: center;
        justify-content: center;
    }
    &::before {
        left: 0;
    }

    &::after {
        right: 0;
    }
}



/* cafe-sec / block-wrap responsive */

@media (max-width:1599.98px) {
    ul.js-hmbanner .ban-desk {
        height: 800px;
    }
}

@media (max-width: 1439.98px) {
    .block-wrap .block-bxwrap {
        width: 290px;
    }

    .block-wrap .b-center {
        width: 500px;
    }

   

    ul.js-hmbanner .ban-desk {
        height: 650px;
    }

    .olhm-label {
        margin-bottom: 6px;

        & img {
            max-width: 350px;
        }
    }

    .olhmban-wrap {
        .olhmban-left {
            margin-top: 0px;
        }
    }

    .home-content-sec {
        .side-col.right ,
        .side-col.left {
            padding-top: 0;

            & > .item{
                min-height: auto;
            }
        }
    }

}



@media (max-width: 1199.98px) {
    .imgbox-wrap .imgbox-center {
        width: 100%;
        order: -1;
        padding: 50px 20px;
    }

    .imgbox-wrap .img-box {
        width: 50%;
    }

    .imgbox-wrap .img-box img {
        height: auto;
        transform: none;
    }

    .block-wrap {
        justify-content: center;
        gap: 50px 30px;
    }

    .block-wrap .b-center {
        order: -1;
        width: 100%;
        max-width: 640px;
    }

    .block-wrap .block-bxwrap {
        width: calc(50% - 15px);
    }

    .block-wrap ul.blk-ul>li:not(:last-child) {
        margin-bottom: 50px;
        padding-bottom: 50px;
    }

    ul.js-hmbanner .ban-desk {
        height: 600px;
    }
    .stone-menu-inner{
        padding: 15px 20px 40px;  

        .double-line {margin: 30px 0 0;}
    }
    .brid-heading{
        margin-bottom: 12px;
    }
    .olhm-title{font-size: 32px;letter-spacing: normal;}

    .imgbox-wrap {
        .imgbox-info {
            max-width: 100%;
        }
    }

}

@media (max-width: 991.98px) {
    .home-content-sec .food-gallery {
        gap: 8px;
        align-items: stretch;
    }

    .home-content-sec .side-col {
        gap: 8px;
        justify-content: center;
        align-items: center;
    }

    .home-content-sec .side-col.left,
    .home-content-sec .side-col.right {
        justify-content: center;
        align-items: center;
    }

    ul.js-hmbanner .ban-desk {
        height: 580px;
    }

    .home-content-sec {
        .heading-24 {
            margin-bottom: 20px;
        }

        .item {
            height: 100%;
        }

        .item img {
            height: 100%;
            object-fit: cover;
            object-position: center center;
        }
    }


    .brid-heading > img{max-width: 100px;}
    .brid-heading {
        &::after, 
        &::before {
            margin-top: 38px;
            width: calc(50% - 60px);
        }
    }  
    .imgbox-wrap {
        & .imgbox-info {
            & p {
                margin-bottom: 30px;
            }
        } 
    }
}

@media (max-width: 767.98px) {
    .imgbox-wrap .imgbox-center {
        padding: 45px 18px;
    }

    .imgbox-wrap .imgbox-info {
        padding-bottom: 40px;

    }

    .imgbox-wrap .brf-icon {
        margin-bottom: 12px;
    }

    .imgbox-wrap .brf-icon img {
        height: 80px;
        width: auto;
    }

    .imgbox-wrap .brf-icon:before,
    .imgbox-wrap .brf-icon:after {
        margin-top: 40px;
        width: calc(50% - 55px);
    }

    .home-content-sec .food-gallery {
        flex-wrap: wrap;
        gap: 10px;
        
    }

    .home-content-sec .center-col {
        order: -1;
        width: 100%;
    }

    .home-content-sec .side-col,
    .home-content-sec .side-col.right {
        width: calc(50% - 5px);
        justify-content: flex-start;
        align-items: stretch;
    }

    .home-content-sec .item,
    .home-content-sec .item img {
        width: 100%;
    }

    .block-wrap {
        gap: 40px;
    }

    .block-wrap .block-bxwrap {
        width: 100%;
    }

    /* two-column items, equal height so the bottom line aligns
       (flex stretch — no height/min-height/max-height used) */
    .block-wrap ul.blk-ul {
        gap: 30px;
        justify-content: center;
        align-items: stretch;
    }

    .block-wrap ul.blk-ul>li {
        width: calc(50% - 15px);
        margin-bottom: 0;
        padding-bottom: 40px;
    }
    .block-wrap ul.blk-ul>li:not(:last-child) {
        margin-bottom:0px;
        padding-bottom:40px;
    }

    .block-wrap ul.blk-ul>li:before,
    .block-wrap ul.blk-ul>li:last-child:before {
        display: block;
    }
    .block-bxwrap.b-right ul.blk-ul li{
        padding-bottom: 0;
    }
    .block-bxwrap.b-right ul.blk-ul li::before{display: none;}
    .block-wrap ul.blk-ul .blk-title {
        font-size:24px;
    }

    .block-wrap ul.blk-ul .blk-icon {
        margin-bottom: 10px;
    }

    .block-wrap ul.blk-ul .blk-icon img {
        width:55px;
        height:55px;
        object-fit:contain;
    }

    ul.js-hmbanner .ban-mob {display: block;height: 500px;object-fit: cover;}
    ul.js-hmbanner .ban-desk {display: none;}
}

@media (max-width: 575.98px) {
    .imgbox-wrap .imgbox-center {
        padding: 40px 16px;
    }

    .imgbox-wrap .img-box {
        width: 50%;
    }

    .imgbox-wrap .brf-icon img {
        height: 64px;
    }

    .imgbox-wrap .brf-icon:before,
    .imgbox-wrap .brf-icon:after {
        margin-top: 32px;
        width: calc(50% - 48px);
    }

    .home-content-sec .food-gallery {
        gap: 8px;
    }

    .home-content-sec .side-col {
        gap: 8px;
    }


    .block-wrap ul.blk-ul {
        gap: 10px;
    }

    .block-wrap ul.blk-ul>li {
        width: calc(50% - 5px);
        padding-bottom: 30px;
    }
    .block-wrap ul.blk-ul>li:not(:last-child) {
        margin-bottom: 0px;
        padding-bottom:30px;
    }
    .block-bxwrap.b-right ul.blk-ul li{
        padding-bottom: 0;
    }
    .block-wrap ul.blk-ul .blk-title {
        font-size: 22px;
        line-height:1;
    }
    .block-wrap {
        gap:30px;
    }
    .block-wrap ul.blk-ul .blk-icon img {
        width:50px;
        height:50px;
    }

    .olhm-label {
        & img {
            max-width: 300px;
        }
    }

    .olhm-title {
        margin-bottom: 20px;
    }

    ul.js-hmbanner .slick-dots {
        margin: 0 auto 30px;
    }

    ul.js-hmbanner .ban-desk {
        height: 540px;
    }

}