body {
    margin: 0;
    padding: 0;
    overflow-x: hidden;
    color: #fff;
    background-color: #121212;
    font-family: Inter;
    font-size: 16px;
}

ul,
ol {
    list-style: none;
}

.modal1 {
    /* Update CSS with transition and transform rules */
    transition: transform 0.2s linear;
    transform: translateX(100%);
    position: fixed;
    z-index: 100;
    right: 0;
    top: 0;
    width: 100%;
    height: 100%;
    overflow: auto;
    background-color: #000;
    z-index: 3000;
}

.modal1.open {
    transform: translateX(0px);
}

.modal1 .back-wrapper {
    padding: 10px 0px;
}

.modal1 .back-wrapper a {
    cursor: pointer;
}

.modal1 .modal1-content {
    margin: auto;
    padding: 20px;
    width: 100%;
    font-family: "Noto Sans HK";
    font-size: 14px;
}

.modal1 .modal1-content img {
    width: 100%
}

.modal1 .modal1-content .date {
    font-size: 15px;
}

.modal1 .modal1-content .source {
    font-size: 15px;
}

.modal1 .modal1-content .subject {
    font-size: 22px;
    font-weight: 700;
    margin-bottom: 20px;
}

#pinContainer {
    background-color: #121212;
    width: 100% !important;
    height: 100vh;
    overflow: hidden;
    position: relative;
}

.pinContainerB2b .fa-circle {
    font-size: 5px!important;
    top: -3px;
    position: relative;
}

.pinContainerB2b {
    width: 100% !important;
    height: 100vh;
    position: relative;

    @media screen and (max-width: 430px) {
        background-color: #fff;
    }
}

.pinContainerB2b .circle-wrapper {
    height: 600px;
    max-width: 600px;
    margin: 0 auto;
}

.pinContainerB2b .circle1 {
    position: absolute;
    right: 0px;
    top: 0px;
}

.pinContainerB2b .circle2 {
    position: absolute;
    left: 0px;
    top: 100px;
}

.pinContainerB2b .circle3 {
    position: absolute;
    right: 100px;
    top: 300px;
}

.panel {
    height: 100vh;
    width: 100%;
    position: fixed;
    display: flex;
    justify-content: center;
    align-items: center;
}

.black {
    background-color: black;
}

.gold {
    color: #A99063 !important;
}

.circle {
    border: 2px solid #A99063;
    border-radius: 50%;
    width: 1152px;
    height: 1096px;
    /* width: 120%;
    height: 120%; */
    box-sizing: border-box;
    opacity: 1;
    scale: 0.1;
    visibility: hidden;
    /* display: none; */
}

.logo img {
    z-index: 1;
}

.logo img {
    max-width: 300px;
    opacity: 1;
    transform: scale(1);
    /* Initial scale for zoom-in */
}
.logo .scroll-down {
    position: absolute;
    bottom: 0px;
    width: 100px;
    text-align: center;
    display: none;
}
.logo .scroll-down span {
    bottom: 30px;
    font-size: 12px;
    color:#fff;
}
.logo .scroll-down i {
    bottom: 10px;
}
img.food {
    border-radius: 50%;
    width: 450px;
    height: 450px;
    box-sizing: border-box;
    opacity: 0;
}

.panel .foodDesc-wrapper {
    width: 450px;
    height: 450px;
    box-sizing: border-box;
    border-radius: 50%;
    position: relative;
    opacity: 0;
    overflow: hidden;
}

.panel .foodDesc {
    width: 450px;
    height: 450px;
    font-family: Inter;
    font-size: 16px;
    opacity: 1;
    color: #fff;
    text-align: center;
    background-color: #A99063;
    padding: 50px 70px;
}

.panel .foodDesc .title {
    font-size: 28px;
    font-weight: 600;
    margin-bottom: 30px;
}

.panel .enter {
    font-size: 32px;
    font-weight: 600;
    display: flex;
    justify-content: center;
    align-items: center;
    opacity: 0;
    display: none;
    cursor: pointer;
}

.panel .enter a {
    color: #FFFFFF;
    text-decoration: none;
    background-color: #A99063;
    border-radius: 50%;
    height: 200px;
    width: 200px;
    display: block;
    line-height: 200px;
    text-align: center;
}

#pinContainerMenu {
    /* z-index: 10; */
}

.food-menu {
    width: 100%;
    margin-bottom: 180px;
}

.food-menu ul {
    width: 100%;
    max-width: 600px;
    list-style: none;
    padding: 0;
    margin: 0 auto;
    margin-bottom: 60px;
}

.food-menu ul li {
    display: inline-block;
    width: 19%;
    text-align: center;
}

.food-menu-detail {
    width: 100%;
    text-align: center;
    max-width: 440px;
    display: block;
    margin: 0 auto;
}

.food-menu-detail .title {
    font-weight: 700;
    display: inline-block;
    border-bottom: 3px solid transparent;
    background-image: radial-gradient(circle, #A99063 2px, transparent 1px);
    background-size: 9px 9px;
    background-position: bottom;
    background-repeat: repeat-x;
    padding-bottom: 20px;
    margin-bottom: 30px;
}

.food-menu-detail .detail {
    margin-bottom: 60px;
    font-weight: 700;
    font-size: 16px;
}

.food-menu-detail .detail .sub-title {
    display: block;
    margin-top: 50px;
    margin-bottom: 30px;
    color: #a99063;
}

.food-menu-detail .detail .dish-name {
    margin-top: 30px;
    font-weight: 700;
    display: block;
}

.food-menu-detail .detail .price {
    font-weight: 400;
}

.food-menu-detail .detail .remarks {
    display: block;
    font-weight: 300;
    font-size: 12px;
}

.food-menu-detail hr {
    border: 0;
    border-top: 1px solid #A99063;
    /* Remove border if desired */
    width: 100%;
    margin: 90px 0px;
}

#pinContainerMenu {
    display: none;
    opacity: 0;
}

.pinContainer {
    display: none;
    opacity: 0;
}

.pinContainer .container {
    /* max-width: 880px; */
    max-width: 1200px;
}

.news {
    width: 100%;
    margin-bottom: 180px;
    max-width: 1200px;
    padding-left: 200px;
}

.news ul li:first-child {
    border-top: 1px solid #121212;
}

.news li.title {
    font-size: 14px;
    border-bottom: 1px solid #121212;
    padding: 10px 0px;
    cursor: pointer;
}

.news li.title.active {
    color: #A99063;
}

.news li.title .date {
    width: 100%;
    display: block;
    font-size: 14px;
}

.news ul li:first-child {
    border-top: 1px solid #fff;
}

.news li.title {
    font-size: 14px;
    border-bottom: 1px solid #fff;
    padding: 10px 0px;
    cursor: pointer;
    padding-right: 20px;
    position: relative;
}

.news li.title .subject {
    display: block;
    line-height: 1.5;
}

.news li.title i {
    position: absolute;
    right: 0px;
    top: 15px;
}

.news .content .date {
    font-size: 14px;
    margin-bottom: 15px;
}

.news .content .note {
    font-size: 17px;
}

.news .content .title {
    font-size: 24px;
    font-weight: 700;
    line-height: 1.2;
    margin-bottom: 30px;
}

.news .content .detail {
    margin-top: 20px;
    font-size: 14px;
    line-height: 1.3;
    height: auto;
    max-width: 100%;
    text-align: left;
}

.news img {
    max-width: 100%;
}

.indicator {
    display: inline-block;
    position: fixed;
    top: 20%;
    left: 5%;
    width: 300px;
}

.indicator>ul>li {
    color: #A99063;
    margin: 10px 0px;
    cursor: pointer;
}

.indicator>ul>li.active {
    color: #fff;
}

.indicator>ul>li.indicator-b2b.dark a {
    color: #000;
}

.indicator>ul>li.indicator-menu.active {
    color: #A99063;
}

.indicator .sub {
    padding: 15px 0px;
    margin-left: 5px;
}

.indicator .sub li {
    color: #fff;
    position: relative;
    padding-left: 60px;
    display: block;
    left: 0px;
    top: 0px;
    cursor: pointer;
}

.indicator .sub li span {
    opacity: 0;
}

.indicator .sub li .dot {
    position: absolute;
    left: 0px;
    top: 8px;
    width: 10px;
    height: 10px;
    border-radius: 50%;
    background-color: #fff;
    display: inline-block;
    margin-right: 10px;
}

.indicator .sub li.active .dot {
    width: 35px;
    border-radius: 20px;
}

.indicator .sub li.active span {
    opacity: 1;
}

#pinContainerLatestNews .row {
    margin-bottom: 120px;
}

@media screen and (max-width: 430px) {
    .panel .foodDesc .title {
        margin-bottom: 0px;
    }

    /* .panel .foodDesc {
        padding: 50px 30px;
        font-size: 15px;
    } */
     .news {
        padding-left: 30px;
     }
    .news ul,
    .award ul {
        padding: 0px;
    }

    .news li.title,
    .award li.title {
        font-size: 16px;
    }

    .news li.title .date,
    .award li.title .date {
        width: 100%;
    }

    .news li.title i,
    .award li.title i {
        display: none
    }

    .news .img {
        max-width: 100%;
        text-align: left !important;
    }

    .news .content .title,
    .award .content .title {
        /* display: none */
        font-size: 18px;
    }

    .modal1 .modal1-content .subject {
        font-size: 18px;
    }

    .modal1 .modal1-content .date {
        font-size: 14px;
        margin-bottom: 10px;
    }

    .about-wrapper {
        height: 100%;
    }

    .about-wrapper .desc .content {
        padding: 0 15px;
    }

    .indicator {
        display: none;
        background-color: #121212;
        width: 100%;
        height: 100%;
        left: 0;
        top: 10%;
    }

    .indicator>ul {
        padding: 0px;
    }

    .indicator>ul>li {
        text-align: center;
        margin-bottom: 30px;
        font-size: 24px;
    }

    .indicator>ul>li>ul.sub {
        display: block;
        visibility: visible;
        padding: 0px 0px;
    }

    .indicator>ul>li>ul.sub li {
        color: inherit;
        padding: 0;
        padding-bottom: 10px;
    }

    .indicator ul.sub li .dot {
        display: none;
    }

    .indicator ul.sub li span {}

    .indicator ul.sub li span {
        opacity: 1;
        color: #fff;
        font-size: 16px;
        font-weight: 700;
    }

    .about-wrapper .desc .content .sub-text-left {
        padding-left: 10px;
    }

    .pinContainerB2b {
        min-height: 1800px;
    }

    .pinContainerB2b .fa-circle {
        margin-left: -10px;
    }

    .pinContainerB2b .circle1 {
        top: 250px;
    }

    .pinContainerB2b .circle2 {
        top: 0px;
    }

    .pinContainerB2b .circle3 {
        top: 460px;
    }

    .pinContainerB2b .circle-wrapper {
        height: 750px;
    }
}

.btn-circle {
    width: 80px;
    height: 80px;
    border-radius: 50%;
    /* Makes the button circular */
    color: white;
    /* Text color */
    display: flex;
    justify-content: center;
    align-items: center;
    text-align: center;
    font-size: 16px;
    /* Adjust font size as needed */
    border: 1px solid #A99063;
    /* Remove border if desired */
    cursor: pointer;
    /* Make the button clickable */
    padding: 10px;
    font-size: 12px;
    font-weight: normal;
    margin: 0 auto;
    text-decoration: none;
}

.btn-circle:hover {
    background-color: #A99063;
    color: #fff;
    text-decoration: none;
}

.logo,
.second-layer,
.third-layer {
    position: fixed;
    /* Keep logo and circle fixed at their current position */
    top: 0;
    /* Position them at the top or adjust as needed */
    left: 0;
    /* Adjust left or right as needed */
}

.light {
    position: absolute;
    top: 50%;
    left: 50%;
    width: 20px;
    height: 20px;
    margin-left: -10px;
    margin-top: -10px;
    border-radius: 50%;
    border: 0px;
    background-color: rgba(255, 255, 255, 1);
    box-shadow: 0 0 20px 25px rgba(255, 255, 255, 1);
    display: none;
}

.about-dish img {
    width: 90%;
}

@media screen and (max-width: 768px) {
    .about-dish img {
        width: 70%;
    }
}

.about-wrapper {
    opacity: 0;
    position: absolute;
    width: 100%;
    /* background-color: #fff; */
    /* border-radius: 50%;
    width: 1159px;
    height: 1096px;
    box-sizing: border-box;
    border-radius: 50%;
    position: relative;
    overflow: hidden;
    margin: 0 auto;
    scale: 1; */
}

.about-wrapper .circle {
    overflow: hidden;
    border: none;
}

.about-wrapper .desc {
    width: 100%;
    height: 100%;
    padding: 0px 0px;
}

.about-wrapper .desc .title {
    font-size: 30px;
    font-weight: 700;
    color: #A99063;
    max-width: 400px;
    margin: 0 auto;
    line-height: 1.2;
    margin-bottom: 30px;
}

.about-wrapper .desc .content {
    max-width: 585px;

    font-family: Inter;
    font-size: 14px;
    opacity: 1;
    color: #000;
    text-align: center;
    margin: 0 auto;
}

.about-wrapper .desc .content i {
    font-size: 22px;
}

.about-wrapper .desc .content i+i {
    margin-left: 10px;
}

a,
a:hover,
a:visited,
a:active {
    color: #A99063;
    text-decoration: none;
}

.menu.hamburger {
    display: none;
    visibility: hidden;
    z-index: 100;
}

.menu.hamburger ul {
    display: inline-block;
    padding-left: 20px;
}

@media screen and (max-width: 480px) {
    .menu.hamburger {
        position: fixed;
        display: inline-block;
        margin-top: 20px;
        /* margin-right: -20px; */
        margin-bottom: 15px;
    }
}
.latest-news img {
    max-width: 300px;
}
@media screen and (max-width: 480px) {
    .latest-news img.logo {
        max-width: 50%;
    }
}