@font-face {
    font-family: 'HelveticaNeueCyr';
    src: url("helveticaneuecyr_roman-87fc38f7b53d403f5b110b2921ef2c94.otf") format('truetype');
    font-weight: normal;
    font-style: normal;
}
/* 通用样式清理 */
html, body {
    margin: 0;
    padding: 0;
    height: 100%;
    display: flex;
    /*flex-direction: column;*/
    background-color: #282929;
    scroll-behavior: smooth;
    color: black;
    width: 100%;
    overflow-x: hidden;
}


.scrollable-content {
    margin-left: 300px;
    margin-right: 300px;
    
}

/* 主容器样式 */
.container {
    flex: 1;
    display: flex;
    justify-content: center; /* 内容水平居中 */
    align-items: center; /* 内容垂直居中 */
    padding: 20px;
}

/* Additional styling for the carousel */
.swiper-wrapper {
    display: flex; /* 确保内容在一行显示 */
}

.swiper-container {
    width: 100%;
    max-width: 800px; /* 限制滑块的最大宽度 */
    position: relative;
    overflow: hidden;
    height: auto;
}

.swiper-slide {
    width: 100%; /* 确保每个 slide 占据容器的全部宽度 */
    display: flex;
    justify-content: center;
    align-items: center;
    background-size: cover; /* 确保背景图片覆盖整个 slide */
    background-position: center;
}
.swiper-slide img {
    width: 100%; /* 图片宽度适配容器 */
    height: auto;
    object-fit: cover;
}

/* Swiper 按钮样式 */
.swiper-button-next, .swiper-button-prev {
    color: #007bff; /* 按钮颜色 */
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    z-index: 10; /* 确保按钮位于图片上方 */
    opacity: 0; /* 默认隐藏按钮 */
    transition: opacity 0.3s ease; /* 平滑显示效果 */
}

.swiper-button-next {
    right: 10px; /* 右侧按钮位置 */
}

.swiper-button-prev {
    left: 10px; /* 左侧按钮位置 */
}

/* Swiper 分页点样式 */
.swiper-pagination {
    position: absolute;
    bottom: 10px; /* 分页点位置 */
    width: 100%;
    text-align: center;
    color: black;
    z-index: 10; /* 确保分页点位于图片上方 */
}

/* 鼠标悬停时显示按钮 */
.swiper-container:hover .swiper-button-next,
.swiper-container:hover .swiper-button-prev {
    opacity: 1; /* 显示按钮 */
}

.section {
    text-align: center;
    color: black;
}

.main-name {
    font-size: 80px;
    font-family: 'Arial', sans-serif;
    font-weight: 600
}

.context {
    color: black;
    word-wrap: break-word; /* 单词过长时自动换行 */
    overflow-wrap: break-word; /* 现代浏览器推荐 */
    black-space: normal; /* 确保正常的换行行为 */
    text-align: center;
    font-family: "acumin-variable",sans-serif;
    font-variation-settings: 'wght' 194.2857, 'wdth' 100, 'slnt' 0;
}



.question {
    border: 1px solid #ccc;
    border-radius: 5px;
    overflow: visible; /* 确保子元素完整显示 */
    width: 90%;
    text-align: center;
    justify-content: center;
    margin:auto;
}



.menu-detail {
    border: 1px solid #ccc;
    border-radius: 5px;
    overflow: visible; /* 确保子元素完整显示 */
    width: 90%;
    margin: auto;
}

.menu-title {
    background-color: #4b1c0896;
    cursor: pointer;
    transition: background-color 0.3s ease;
    color:black;
    font-size: 50px;
}

.ans {
    margin: 30px;
}

.menu-title:hover {
    background-color: #f89340;    ;
}

.question-title {
    background-color: #8c6e53e0;
    padding: 10px;
    cursor: pointer;
    transition: background-color 0.3s ease;
    color:black;
    font-size: 40px;
}

.question-title:hover {
    background-color: #f89340;
}

.answer {
    max-height: 0; /* 默认折叠 */
    overflow: hidden; /* 隐藏超出部分 */
    transition: max-height 0.3s ease; /* 添加动画 */
    padding: 0 10px;
    font-size: 30px;
}

.answer p {
    margin: 10px 0;
    black-space: normal; /* 允许文字换行 */
    overflow: visible; /* 确保内容显示完整 */
    text-overflow: clip; /* 禁止文字被截断 */
}

.highlight {
    /*background-color: rgb(255, 179, 0);  设置高光背景颜色 */
    /*color: black;  设置文字颜色 */
    padding: 0 5px; /* 添加内边距 */
    border-radius: 10px;
    font-weight: 900;
    font-size: 30px;
    cursor: pointer;
}
.highlight:hover {
    color: black;
    background-color: black;
}

.cat-imgs {
    height: 400px;
}

#menu .context {
    font-size: 20px;
}

.category {
    font-size: 40px;
}

.contacts-context {
    font-size: 20px;
}

.context-inner {
    font-family: Didot, serif;
    font-size: 20px;
}

.dish-detail {
    font-size: 20px;
}

.food {
    text-align: left;
    margin-left: 10px;
    border-bottom-style: solid;
}
.price {
    border-bottom-style: solid;
}

.answer {
    font-family: "acumin-variable",sans-serif;
    font-variation-settings: 'wght' 194.2857, 'wdth' 100, 'slnt' 0;
}

.main-title {
    font-size: 80px;
    font-family: 'Arial', sans-serif;
    font-weight: 600
}

.food-grid {
    display: grid;
    grid-template-columns: 70% 30%;
}
.whatsapp {
    cursor: pointer;
}
.facebook {
    cursor: pointer;
}

.instagram {
    cursor: pointer;
}

.pagedivider {
    width: 100%;
    max-width: 800px;
    opacity: 0.5;
}

.smoke {
    width: 94.5%;
    padding: 20px;
    max-width: 800px;
}

.reservation-wrapper {
    display: flex;
    justify-content: center;
    margin-top: 40px;
    margin-bottom: 40px;
}

.reservation-link {
    display: inline-block;
    padding: 15px 40px;
    background-color: #f89340;
    color: white;
    font-family: 'HelveticaNeueCyr', sans-serif;
    font-size: 24px;
    font-weight: bold;
    text-decoration: none;
    border-radius: 10px;
    box-shadow: 0 4px 10px rgba(0,0,0,0.3);
    transition: background-color 0.3s ease, transform 0.2s ease;
}

.reservation-link:hover {
    background-color: #ffa95e;
    transform: scale(1.05);
    color: white;
}
/* 响应式设计 */
@media (max-width: 768px) {
    .cat-imgs {
        width: 100%;
        height: auto;
    }
    .main-name {
        max-width: 600px;
        font-size: 30px;
        font-family: 'Arial', sans-serif;
        word-wrap: break-word;
        overflow-wrap: break-word;
        white-space: normal;
        max-width: 90%;     /* 防止太宽导致撑出页面 */
        margin: 0 auto;     /* 水平居中 */
        text-align: center;
    }
    .highlight {
        font-size: 20px;
    }
    .contacts-context {
        font-size: 20px;
        margin-top: 20px;
    }
    .main-title {
        margin-top: 20px;
        font-size: 40px;
        font-family: Didot, serif;
        font-weight: 600
    }
    .swiper-container {
        width: 100%;
        max-width: 800px; /* 限制滑块的最大宽度 */
        height: auto;
        margin: 5 auto; /* 将容器水平居中 */
        position: relative;
        overflow: hidden;
        margin-top: 90px;
    }
    .context {
        color: black;
        word-wrap: break-word; /* 单词过长时自动换行 */
        overflow-wrap: break-word; /* 现代浏览器推荐 */
        black-space: normal; /* 确保正常的换行行为 */
    }
    .question-title {
        font-size: 30px;
    }
    
    .answer {
        font-size: 20px;
    }
    .responsive-iframe {
        width: 99%; /* 让 iframe 宽度适配父容器 */
        height: 70%;
        border: 0;
    }

    .scrollable-content {
        margin-left: 0;
        margin-right: 0;
        margin-top: 70px;
    }
    .context-inner {
        padding-left: 5vw;
        padding-right: 5vw;
        max-width: 1200px;
        margin: 0 auto;
        font-size: 20px;
    }
}
@media only screen and (min-device-width: 768px) and (max-device-width: 1024px) and (orientation: landscape) {
    .scrollable-content {
        margin-left: 0;
        margin-right: 0;
        
    }
}
@media (min-width: 769px) and (max-width: 1024px)  {

    .contacts-context {
        font-size: 20px;
        margin-top: 20px;
    }
    .main-title {
        margin-top: 20px;
        font-size: 50px;
        font-family: URW Chancery L, cursive;
        font-weight: 600
    }
    .product-content {
        background-size: cover; /* 背景图自适应填充 */
        background-repeat: no-repeat; /* 不重复 */
        background-position: center; /* 居中对齐 */
    } 
    .swiper-container {
        width: 100%;
        max-width: 800px; /* 限制滑块的最大宽度 */
        height: auto;
        margin: 5 auto; /* 将容器水平居中 */
        position: relative;
        overflow: hidden;
        
    }
    .context {
        color: black;
        margin-left: 40px;
        margin-right: 40px;
        word-wrap: break-word; /* 单词过长时自动换行 */
        overflow-wrap: break-word; /* 现代浏览器推荐 */
        black-space: normal; /* 确保正常的换行行为 */
    }
    .question-title {
        font-size: 30px;
    }
    
    .answer {
        font-size: 20px;
    }
    .responsive-iframe {
        width: 99%; /* 让 iframe 宽度适配父容器 */
        height: 70%;
        border: 0;
    }

    .scrollable-content {
        margin-left: 0;
        margin-right: 0;
        margin-top: 70px;
    }
    .context-inner {
        margin-left: 0px; /* 为文字添加 margin */
        margin-right: 0px;
        font-size: 15px;
    }
}