@font-face {
    font-family: 'icomoon';
    src: url("../fonts/icomoon/icomoon.eot?srf3rx");
    src: url("../fonts/icomoon/icomoon.eot?srf3rx#iefix") format("embedded-opentype"), url("../fonts/icomoon/icomoon.ttf?srf3rx") format("truetype"), url("../fonts/icomoon/icomoon.woff?srf3rx") format("woff"), url("../fonts/icomoon/icomoon.svg?srf3rx#icomoon") format("svg");
    font-weight: normal;
    font-style: normal;
}

@font-face {
    font-family: 'ArialBlack';
    src: url('../fonts/ArialBlack.ttf') format('truetype');
    font-weight: normal;
    font-style: normal;
}

@font-face {
    font-family: 'Arial';
    src: url('../fonts/Arial.ttf') format('truetype');
    font-weight: normal;
    font-style: normal;
}

@font-face {
    font-family: 'Helvetica';
    src: url('../fonts/Helvetica.ttc') format('truetype');
    font-weight: normal;
    font-style: normal;
}

/* =======================================================
*
* 	Template Style
*	Edit this section
*
* ======================================================= */
body {
    font-family: "Poppins", Arial, sans-serif;
    line-height: 1.8;
    font-size: 15px;
    font-weight: 400;
    background: #FBFBFB;
    color: #7d7d7d;
}

a {
    color: #E2A44E;
    text-decoration: none;
    -webkit-transition: 0.5s;
    -o-transition: 0.5s;
    transition: 0.5s;
}

a:hover {
    text-decoration: underline;
    color: #E2A44E;
}

a:focus, a:active {
    outline: none;
}

p, span {
    margin-bottom: 1em;
    font-weight: 400;
    font-family: "Poppins", Arial, sans-serif;
}

ul, ol {
    display: block;
    margin-bottom: 1.5em;
}

span {
    font-size: 16px;
}

h1, h2, h3, h4, h5, h6 {
    color: #404044;
    font-family:  'Arial',serif;
    margin: 0 0 0px 0;
    font-weight: 400;
}

::-webkit-selection {
    color: #fcfcfc;
    background: #E2A44E;
}

::-moz-selection {
    color: #fcfcfc;
    background: #E2A44E;
}

::selection {
    color: #fcfcfc;
    background: #E2A44E;
}

#colorlib-page {
    position: relative;
    -webkit-transition: all 0.8s cubic-bezier(0.175, 0.885, 0.32, 1.275);
    -moz-transition: all 0.8s cubic-bezier(0.175, 0.885, 0.32, 1.275);
    -ms-transition: all 0.8s cubic-bezier(0.175, 0.885, 0.32, 1.275);
    -o-transition: all 0.8s cubic-bezier(0.175, 0.885, 0.32, 1.275);
    transition: all 0.8s cubic-bezier(0.175, 0.885, 0.32, 1.275);
    -webkit-transform: scale(1);
    -moz-transform: scale(1);
    -ms-transform: scale(1);
    -o-transform: scale(1);
    transform: scale(1);
}

#colorlib-hero {
    height: 100vh;
    min-height: 700px;
    background: #fff no-repeat center center;
    width: 100%;
    float: left;
}

#colorlib-hero .flexslider {
    border: none;
    z-index: 1;
    margin-bottom: 0;
    position: relative;
}

#colorlib-hero .flexslider .slides {
    position: relative;
    overflow: hidden;
}

#colorlib-hero .flexslider .slides li {
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center center;
    height: 100vh;
    min-height: 700px;
    position: relative;
}

#colorlib-hero .flexslider .slides li .overlay {
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    opacity: .5;
    background: #303030;
}

#colorlib-hero .flexslider .flex-control-nav {
    bottom: 2em;
    z-index: 1000;
}

#colorlib-hero .flexslider .flex-control-nav li a {
    background: white;
    -webkit-box-shadow: none;
    box-shadow: none;
    cursor: pointer;
    position: relative;
}

#colorlib-hero .flexslider .flex-control-nav li a:after {
    position: absolute;
    top: -3px;
    left: -3px;
    right: -3px;
    bottom: -3px;
    content: '';
    border: 1px solid #fff;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    -ms-border-radius: 50%;
    border-radius: 50%;
}

#colorlib-hero .flexslider .flex-control-nav li a.flex-active {
    cursor: pointer;
    background: transparent;
    background: #E2A44E;
}

#colorlib-hero .flexslider .flex-control-nav li a.flex-active:after {
    border: 1px solid #E2A44E;
}

#colorlib-hero .flexslider .flex-direction-nav {
    display: none;
}

#colorlib-hero .flexslider .slider-text {
    max-width: 100%;
    display: table;
    opacity: 0;
    height: 100vh;
    min-height: 700px;
    z-index: 9;
}

#colorlib-hero .flexslider .slider-text > .slider-text-inner {
    display: table-cell;
    vertical-align: middle;
    height: 100vh;
    min-height: 700px;
    padding: 1em 2em 2em 2em;
}

@media screen and (max-width: 768px) {
    #colorlib-hero .flexslider .slider-text > .slider-text-inner {
        text-align: center;
    }
}

#colorlib-hero .flexslider .slider-text > .slider-text-inner span i {
    font-size: 24px;
    color: #F7AF1D;
}

#colorlib-hero .flexslider .slider-text > .slider-text-inner h1, #colorlib-hero .flexslider .slider-text > .slider-text-inner h2 {
    margin: 0;
    padding: 0;
    color: white;
}

#colorlib-hero .flexslider .slider-text > .slider-text-inner h1 {
    margin-bottom: 0px;
    font-size: 44px;
    line-height: 1.3;
    font-weight: 400;
    font-family:  'Arial',serif;
}

@media screen and (max-width: 768px) {
    #colorlib-hero .flexslider .slider-text > .slider-text-inner h1 {
        font-size: 38px;
    }
}

#colorlib-hero .flexslider .slider-text > .slider-text-inner h2 {
    font-size: 18px;
    line-height: 1.5;
    margin-bottom: 20px;
    font-weight: 300;
    color: rgba(255, 255, 255, 1);
}

#colorlib-hero .flexslider .slider-text > .slider-text-inner h2 a {
    color: #E2A44E;
}

#colorlib-hero .flexslider .slider-text > .slider-text-inner p {
    color: #fff;
    font-family:  'Arial',serif;
    font-size: 16px;
}

@media screen and (max-width: 480px) {
    #colorlib-hero .flexslider .slider-text > .slider-text-inner .btn {
        width: 100%;
    }
}

#colorlib-hero .flexslider .slider-text > .slider-text-inner .desc {
    padding-top: 0;
    padding-bottom: 0;
    position: relative;
    margin-top: -100px;
}

#colorlib-hero .flexslider .slider-text > .slider-text-inner .desc .icon {
    display: block;
    position: relative;
    line-height: 1;
    background: transparent;
}

#colorlib-hero .flexslider .slider-text > .slider-text-inner .desc .icon i {
    font-size: 60px;
    color: #fff;
    margin-bottom: 10px;
}

#colorlib-hero .flexslider .slider-text > .slider-text-inner .desc:before, #colorlib-hero .flexslider .slider-text > .slider-text-inner .desc:after {
    position: absolute;
    top: -2em;
    right: -2em;
    bottom: 0;
    content: '';
    width: 250px;
    height: 1px;
    background: #fff;
    opacity: .3;
}

@media screen and (max-width: 768px) {
    #colorlib-hero .flexslider .slider-text > .slider-text-inner .desc:before, #colorlib-hero .flexslider .slider-text > .slider-text-inner .desc:after {
        display: none;
    }
}

#colorlib-hero .flexslider .slider-text > .slider-text-inner .desc:after {
    height: 250px;
    width: 1px;
}

#colorlib-hero .flexslider .slider-text > .slider-text-inner .desc .desc2 {
    width: 100%;
    display: block;
    position: relative;
}

#colorlib-hero .flexslider .slider-text > .slider-text-inner .desc .desc2:before, #colorlib-hero .flexslider .slider-text > .slider-text-inner .desc .desc2:after {
    position: absolute;
    bottom: -1em;
    left: -2em;
    content: '';
    width: 250px;
    height: 1px;
    background: #fff;
    opacity: .3;
}

@media screen and (max-width: 768px) {
    #colorlib-hero .flexslider .slider-text > .slider-text-inner .desc .desc2:before, #colorlib-hero .flexslider .slider-text > .slider-text-inner .desc .desc2:after {
        display: none;
    }
}

#colorlib-hero .flexslider .slider-text > .slider-text-inner .desc .desc2:after {
    height: 250px;
    width: 1px;
}

.colorlib-menu {
    padding: 3em 0 0 0;
    clear: both;
    position: relative;
}

.colorlib-intro {
    padding: 2.5em 0;
    clear: both;
    background: #774325;
}

.colorlib-intro .intro {
    position: relative;
}

@media screen and (max-width: 768px) {
    .colorlib-intro .intro {
        margin-bottom: 30px;
    }
}

.colorlib-intro .intro .icon i {
    font-size: 20px;
    color: white;
}

.colorlib-intro .intro p, .colorlib-intro .intro span {
    margin: 0;
    color: rgba(255, 255, 255, 0.6);
}

.colorlib-intro .intro p a, .colorlib-intro .intro span a {
    color: white;
}

.colorlib-intro .intro h2 {
    font-size: 16px;
    color: #fff;
    margin-bottom: 15px;
}

.about-desc {
    padding-right: 1.5em;
}

@media screen and (max-width: 768px) {
    .about-desc {
        padding-right: 0;
    }
}

.dish-wrap {
    overflow: hidden;
    height: auto; /* 将固定高度改为auto，与手机端保持一致 */
    display: block;
    width: 100%;
    position: relative;
    z-index: 0;
    margin-bottom: 30px;
}

.dish-wrap .price {
    position: absolute;
    top: 5px;
    left: 5px;
    display: table;
    width: 60px;
    height: 60px;
    text-align: center;
    color: #fff;
    background: #E2A44E;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    -ms-border-radius: 50%;
    border-radius: 50%;
}

.dish-wrap .price span {
    display: table-cell;
    vertical-align: middle;
}

.dish-wrap .addtocart {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    display: table;
    height: 400px;
    width: 100%;
    text-align: center;
    z-index: 1;
    -webkit-transition: 0.3s;
    -o-transition: 0.3s;
    transition: 0.3s;
    opacity: 0;
}

.dish-wrap .addtocart .dis-tc {
    width: 100%;
    display: table-cell;
    vertical-align: middle;
}

.dish-wrap .addtocart .dis-tc span {
    padding: 5px 10px;
    background: rgba(0, 0, 0, 0.5);
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    -ms-border-radius: 4px;
    border-radius: 4px;
}

.dish-wrap .addtocart .dis-tc span a {
    color: #fff;
    text-decoration: none;
}

@media screen and (max-width: 768px) {
    .dish-wrap {
        height: auto;
        margin-bottom: 20px;
    }
}

.dish-wrap .dish-img {
    height: 400px; /* 保持图片高度不变 */
    z-index: -1;
}

.dish-wrap .desc {
    padding: 1.5em 0;
    text-align: start;
}
.dish-wrap .dish-text {
    width: 100%;
    padding: 0 0px;
}

.dish-wrap .desc h2 {
    font-size: 22px;
    margin-bottom: 0;
    margin-top: 10px;
    font-family:  'Arial',serif;
}

.dish-wrap .desc h2 a {
    color: rgba(0, 0, 0, 1);
    text-decoration: none;
    text-align: start;
}

.dish-wrap h3 {
    font-size: 16px;
    color: rgba(103, 103, 103, 0.75);
    text-decoration: none;
    text-align: start;
    line-height: 24px;
    margin-bottom: 0;
    margin-top: -10px;
}

.dish-wrap .wrap {
    position: relative;
    -webkit-transition: 0.2s;
    -o-transition: 0.2s;
    transition: 0.2s;
}

.dish-wrap:hover .addtocart {
    opacity: 1; /* 保持悬停时显示购物车按钮的效果 */
}

/* 移除悬停时的内容上移效果，因为现在描述已经始终显示 */

/* 自定义图片展示布局 - 每行5个 */
.gallery-row {
    /* 移除负margin，使整体布局更清晰 */
}

.gallery-row:after {
    content: "";
    display: table;
    clear: both;
}

.col-gallery-5 {
    float: left;
    width: 20%;
    padding: 15px;
    box-sizing: border-box;
}

.gallery-wrap {
    overflow: hidden;
    width: 100%;
    position: relative;
    background: #f7f7f7;
    /* 移除margin-bottom，因为我们已经在col-gallery-5中设置了一致的padding */
}

/* 使用padding-bottom创建正方形容器（宽高比1:1） */
.gallery-wrap::before {
    content: "";
    display: block;
    padding-bottom: 100%; /* 正方形比例 */
}

.gallery-wrap .gallery-img {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-size: cover;
    background-position: center center;
    background-repeat: no-repeat;
}

/* 响应式调整 */
@media screen and (max-width: 1200px) {
    .col-gallery-5 {
        width: 25%; /* 大屏幕显示4列 */
    }
}

@media screen and (max-width: 992px) {
    .col-gallery-5 {
        width: 33.3333%; /* 中屏幕显示3列 */
    }
}

@media screen and (max-width: 768px) {
    .col-gallery-5 {
        width: 50%; /* 小屏幕显示2列 */
    }
}

@media screen and (max-width: 480px) {
    .col-gallery-5 {
        width: 100%; /* 超小屏幕显示1列 */
    }
}

.intro-heading {
    margin-bottom: 3em;
    position: relative;
}

.intro-heading h2 {
    font-size: 30px;
    font-weight: 400;
    line-height: 1.4;
    position: relative;
}

.intro-heading span {
    display: block;
    font-size: 18px;
    font-style: italic;
    margin-bottom: 10px;
    font-family:  'Arial',serif;
    color: #969696;
    font-weight: 400;
}

.intro-heading .icon {
    position: relative;
    padding: 0;
    line-height: 1.3;
}

.intro-heading .icon:after, .intro-heading .icon:before {
    position: absolute;
    top: 51%;
    left: 0;
    right: 0;
    width: 400px;
    height: 1px;
    content: '';
    margin: 0 auto;
    background: #e3e3e3;
    z-index: -1;
}

@media screen and (max-width: 768px) {
    .intro-heading .icon:after, .intro-heading .icon:before {
        width: 250px;
    }
}

.intro-heading .icon:after {
    top: 48%;
    width: 300px;
}

@media screen and (max-width: 768px) {
    .intro-heading .icon:after {
        width: 180px;
    }
}

.intro-heading .icon i {
    font-size: 60px;
    padding: 0 20px;
    background: #FBFBFB;
    color: #b0b0b0;
}

.dish-img {
    background-size: cover;
    background-position: center center;
    background-repeat: no-repeat;
    position: relative;
}

.btn {
    margin-right: 4px;
    margin-bottom: 4px;
    font-size: 13px !important;
    font-weight: 400;
    font-family:  'Arial',serif;
    text-transform: uppercase;
    letter-spacing: 2px;
    -webkit-border-radius: 30px;
    -moz-border-radius: 30px;
    -ms-border-radius: 30px;
    border-radius: 30px;
    -webkit-transition: 0.5s;
    -o-transition: 0.5s;
    transition: 0.5s;
    padding: 8px 20px;
}

.btn.btn-md {
    padding: 8px 20px !important;
}

.btn.btn-lg {
    padding: 18px 36px !important;
}

.btn:hover, .btn:active, .btn:focus {
    -webkit-box-shadow: none !important;
    box-shadow: none !important;
    outline: none !important;
}

.btn-primary {
    background: #E2A44E;
    color: #fff;
    border: 2px solid #E2A44E;
}

.btn-primary:hover, .btn-primary:focus, .btn-primary:active {
    background: #E2A44E !important;
    border-color: #E2A44E !important;
}

.btn-primary.btn-outline {
    background: transparent;
    color: #7d7d7d;
    color: #E2A44E;
    border: 1px solid #E2A44E;
}

.btn-primary.btn-outline:hover, .btn-primary.btn-outline:focus, .btn-primary.btn-outline:active {
    background: #E2A44E;
    color: #fff;
}

input[type="text"] {
    height: 50px;
}

#footer {
    padding: 7em 0;
    display: block;
    width: 100%;
    background: #303030;
}

#footer h2 {
    font-size: 18px;
    color: #fff;
    letter-spacing: 1px;
    font-weight: 300;
    margin-bottom: 2em;
}

#footer p:last-child {
    margin-bottom: 0;
}

#footer p.colorlib-social-icons a:hover, #footer p.colorlib-social-icons a:focus {
    text-decoration: none !important;
}

#footer p.colorlib-social-icons i {
    font-size: 24px;
    color: #E2A44E;
}

#footer p .block {
    color: #969696;
    font-size: 14px;
}

#footer .subscribe .form-control {
    -webkit-box-shadow: none;
    -moz-box-shadow: none;
    -ms-box-shadow: none;
    -o-box-shadow: none;
    box-shadow: none;
    border: none;
    border: 2px solid rgba(255, 255, 255, 0.1);
    font-size: 16px;
    background: transparent;
    font-weight: 400;
    margin-bottom: 5px;
}

#footer .subscribe .form-control:focus, #footer .subscribe .form-control:active {
    -webkit-box-shadow: none;
    box-shadow: none;
    border: 2px solid rgba(255, 97, 7, 0.8);
}

#footer .subscribe .btn-custom {
    width: 100%;
    padding: 14px 0;
    font-size: 16px;
    border: 2px solid #E2A44E;
    -webkit-border-radius: 0;
    -moz-border-radius: 0;
    -ms-border-radius: 0;
    border-radius: 0;
}

#footer .instagram .insta-img {
    display: inline-block;
    width: 50%;
    padding: 0 !important;
    height: 120px;
    margin-right: -5px;
    margin-bottom: -8px;
}

@media screen and (max-width: 768px) {
    #footer .instagram .insta-img {
        height: 200px;
    }
}

.js .animate-box {
    opacity: 0;
}

.icon-long {
    width: 399px;
    height: 43px;
    margin-bottom: 20px
}

@media screen and (max-width: 768px) {
    .icon-long {
        width: 266px;
        height: 28.6px;
        margin-bottom: 20px
    }
}
