/* custom style-sheet */
@import url("https://fonts.googleapis.com/css2?family=Noto+Serif+SC:wght@400;500;600;700;900&family=Open+Sans:wght@400;500;600;700&family=PT+Serif:wght@700&display=swap");

@font-face {
    font-family: "STXingkai";
    src: url("../fonts/STXingkai.woff2") format("woff2"), url("../fonts/STXingkai.woff") format("woff");
    font-weight: normal;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: "PangMenZhengDao-Cu";
    src: url("../fonts/PangMenZhengDao-Cu.woff2") format("woff2"), url("../fonts/PangMenZhengDao-Cu.woff") format("woff");
    font-weight: normal;
    font-style: normal;
    font-display: swap;
}

body {
    /* font-family: 'Noto Serif SC', serif;*/
    font-family: "Open Sans", sans-serif;
    /* font-family: 'PT Serif', serif; */
}
a,
button {
    transition: all ease 0.3s;
    -webkit-transition: all ease 0.3s;
    -moz-transition: all ease 0.3s;
    -o-transition: all ease 0.3s;
}
img {
    max-width: 100%;
}
a,
a:hover {
    text-decoration: none;
}
p {
    margin-bottom: 0;
}
h1,
h2,
h3,
h4,
h5,
h6 {
    font-weight: 700;
}
ul {
    list-style-type: none;
    padding: 0;
    margin: 0;
}
input:focus,
button:focus {
    outline: none;
}
section {
    position: relative;
}
body {
    background-color: #f8f3ea;
    background-image: url(../images/home-bg.png);
    background-size: cover;
    background-position: left top;
    background-repeat: no-repeat;
}
body.home {
    background-image: url(../images/home-bg01.png);
    background-size: 100%;
}
nav.header-nav {
    max-width: 1400px;
    margin: 0 auto;
    padding: 25px 15px;
}
.logo {
    max-width: 300px;
}
a.top-contactus {
    background: rgb(218, 188, 121);
    background: linear-gradient(0deg, rgba(218, 188, 121, 1) 0%, rgba(250, 246, 238, 1) 100%);
    display: inline-block;
    font-family: "Noto Serif SC", serif;
    color: #fff;
    font-weight: 700;
    text-align: center;
    border-radius: 30px;
    padding: 5px;
    box-shadow: 0px 4px 0px 0px #ab8c5d;
    padding-bottom: 7px;
}
a.top-contactus span {
    background: rgb(152, 83, 31);
    background: linear-gradient(0deg, rgba(152, 83, 31, 1) 0%, rgba(148, 114, 71, 1) 100%);
    padding: 4px 0px;
    display: inline-block;
    border-radius: 30px;
    width: 140px;
    font-size: 18px;
    box-shadow: 0px 3px 0px 0px rgb(140 77 29 / 75%);
}
a.top-contactus:hover span {
    box-shadow: none;
    position: relative;
    top: 2px;
}
.side-navbar ul {
    margin-top: 15px;
}
.side-navbar ul li {
    display: inline-block;
    margin-right: 15px;
    position: relative;
    border-right: 2px solid #332f2d;
    padding-right: 15px;
    line-height: 18px;
}
.side-navbar ul li:last-child {
    margin-right: 0;
    padding-right: 0;
    border-right: 0;
}
.side-navbar ul li a {
    font-family: "Noto Serif SC", serif;
    display: inline-block;
    color: #332f2d;
    font-weight: 900;
    font-size: 20px;
}
.side-navbar {
    text-align: right;
}
.side-navbar ul li a:hover {
    color: rgb(152, 83, 31);
}
.container {
    max-width: 1000px;
}
.home-banner {
    padding: 50px 0;
}
.home-banner-inner img {
    -webkit-filter: drop-shadow(5px 10px 10px #332f2d82);
    filter: drop-shadow(5px 10px 10px #332f2d82);
}
.home-banner-inner {
    position: relative;
    max-width: 360px;
}
.home-banner-inner::after {
    content: "";
    background-image: url(../images/bannner-shapge.png);
    position: absolute;
    right: -275px;
    top: 45px;
    width: 100%;
    height: 140px;
    background-size: contain;
    background-repeat: no-repeat;
    z-index: -1;
}
.vertial-header {
    writing-mode: vertical-rl;
    text-orientation: mixed;
    text-align: end;
    position: relative;
    margin: 0 auto;
    left: 45px;
}
.no-after {
    left: 0;
}
.vertial-header h2 {
    margin: 0;
    font-family: "STXingkai";
    font-size: 52px;
    font-weight: 400;
    position: relative;
    color: #332f2d;
}
.vertial-header h2::after {
    content: "";
    background-image: url(../images/circle.png);
    width: 90px;
    height: 90px;
    position: absolute;
    left: -15px;
    top: -20px;
    background-size: contain;
    z-index: -1;
}
.vertial-header p {
    margin: 0;
    font-size: 20px;
    font-weight: 700;
    font-family: "Open Sans", sans-serif;
    color: #332f2d;
}
.vertial-header::after {
    content: "";
    background-image: url(../images/badge.png);
    width: 55px;
    height: 115px;
    position: absolute;
    background-size: contain;
    background-repeat: no-repeat;
    bottom: 0;
    left: -70px;
}
.no-after::after {
    display: none;
}

.vertial-footer h3 {
    font-family: "Noto Serif SC", serif;
    color: #9a6f45;
    margin-top: 25px;
}
.vertial-footer p {
    font-size: 16px;
    color: #332f2d;
    font-family: "Open Sans", sans-serif;
    font-weight: 700;
}
.vertial-title {
    position: absolute;
    top: 25px;
    right: 0;
}
.home-banner-content {
    max-width: 630px;
    margin: 0 auto;
}
.hproduct-block {
    margin: 30px 0;
    margin-bottom: 50px;
}
.hproduct-block a {
    display: block;
    position: relative;
}
.hproduct-block a > span {
    position: absolute;
    width: 100%;
    height: 100%;
    font-family: "PangMenZhengDao-Cu";
    left: 0;
    right: 0;
    bottom: 0;
    top: 0;
    display: flex;
    align-items: center;
    justify-content: center;
    color: #fff;
    font-size: 110px;
    font-weight: normal;
    z-index: 999;
}
.hproduct-block a::after {
    content: "";
    position: absolute;
    width: 100%;
    height: 100%;
    background-color: black;
    z-index: 9;
    left: 0;
    right: 0;
    bottom: 0;
    top: 0;
    opacity: 0.3;
}
.hproduct-block a::before {
    content: "";
    background-image: url(../images/product-frame.png);
    position: absolute;
    width: 92%;
    height: 92%;
    background-size: contain;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    z-index: 999999999;
    margin: auto;
}
.home-products-inner p {
    color: #9a6f45;
    font-weight: 700;
    margin-top: -15px;
    font-family: "Noto Serif SC", serif;
}
.home-products {
    padding-bottom: 30px;
}
.footer {
    background-image: url(../images/footer-bg.png);
    background-size: 100%;
    background-position: bottom left;
    position: relative;
    z-index: 9;
}
.footer p {
    color: #332f2d;
    font-weight: 700;
    font-size: 14px;
    padding: 90px 0 50px;
    letter-spacing: 0.3px;
}
.about-section-inner {
    font-family: "Noto Serif SC", serif;
    color: #9a6f45;
    font-size: 20px;
    font-weight: 700;
}
.about-section-inner ul {
    margin: 30px 0;
}
.about-section {
    padding: 60px 0;
}
.about-section-inner {
    font-family: "Noto Serif SC", serif;
    color: #9a6f45;
    font-size: 20px;
    font-weight: 700;
    padding-right: 140px;
    line-height: 32px;
    padding-left: 0;
    margin: 0 auto;
    max-width: 820px;
}
.about-images {
    padding-top: 60px;
    padding-bottom: 100px;
}
.about-images-inner {
    padding: 0 30px;
}
.about-images-inner ul li {
    padding: 0 12px;
}
.products-banner-image img {
    -webkit-filter: drop-shadow(5px 6px 6px #332f2d82);
    filter: drop-shadow(5px 6px 6px #332f2d82);
}
.products-banner-image::after {
    content: "";
    background-image: url(../images/bannner-shapge.png);
    position: absolute;
    right: 0;
    top: -27px;
    width: 100%;
    height: 130px;
    background-size: contain;
    background-repeat: no-repeat;
    z-index: -1;
    background-position: right;
    opacity: 0.8;
}
.products-banner-image {
    position: relative;
    max-width: 600px;
    /* margin: 0 auto; */
}
.products-banner {
    padding: 50px 0;
    padding-bottom: 0;
}
.products-section-inner {
    max-width: 760px;
    margin: 0 auto;
}
.nut-text p {
    margin-bottom: 70px;
    color: #9a6f45;
    font-size: 18px;
    font-weight: 700;
}
.nut-text p span {
    font-family: "Noto Serif SC", serif;
}
.nut-text img {
    max-width: 150px;
    margin-right: 50px;
}
.products-banner-text {
    margin-top: -80px;
}
body.product {
    background-image: url(../images/product-bg-top.png);
    background-size: 100%;
}
body.recipe {
    background-image: url(../images/recipebg.png);
    background-size: 100%;
}
.product-timeline {
    margin-top: -228px;
    margin-bottom: -115px;
}
.recipe-section-inner1 {
    max-width: 490px;
    margin: 0 auto;
    padding-top: 50px;
}
.recipe-section-inner1-image,
.recipe-section-inner2-image {
    max-width: 350px;
    position: relative;
}
.recipe-section-inner1-image::after {
    content: "";
    background-image: url(../images/bannner-shapge.png);
    position: absolute;
    right: 0;
    top: -45px;
    width: 100%;
    height: 100px;
    background-size: contain;
    background-repeat: no-repeat;
    z-index: -1;
    background-position: right;
    opacity: 0.8;
}
.recipe-01 {
    padding: 60px 0;
}
.recipe-section-inner2 {
    max-width: 490px;
    margin: 0 auto;
}
.recipe-section-inner2-image {
    margin-left: auto;
}
.recipe-section-inner2 .vertial-title {
    right: auto;
    left: 0;
}
section.recipe-02 {
    padding-bottom: 65px;
    padding-top: 110px;
}
.media {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-align: start;
    align-items: flex-start;
}
.media-body {
    -ms-flex: 1;
    flex: 1;
}
.contact-info {
    padding: 20px;
    background-color: #ab8c5d;
    position: relative;
    top: 55px;
}
.map {
    height: 100%;
    width: 100%;
}
.map iframe {
    width: 100%;
    height: 100%;
}
.contact-section-inner {
    padding-right: 110px;
    max-width: 800px;
    margin: 0 auto;
}
.contact-banner {
    padding: 60px 0;
}
.map-content .media img {
    width: 25px;
    margin-right: 10px;
    position: relative;
    top: 2px;
}
.map-content .media {
    margin-bottom: 40px;
}
.map-content p {
    color: #edd298;
    font-weight: 700;
    font-size: 14px;
}
.contact-footer {
    display: flex;
    align-items: center;
}
.contact-footer img {
    max-width: 38px;
    margin-right: 8px;
}
.contact-form {
    padding: 80px 0;
}
.contact-form-inner {
    padding: 25px;
    border: 3px solid #ab8c5d;
    margin: 0 auto;
    max-width: 800px;
}
label.form-label {
    font-weight: 700;
    font-size: 14px;
    color: #994f1a;
}
.form-control {
    border: 2px solid #ab8c5d;
    border-radius: 0;
    background-color: transparent;
}
textarea.form-control {
    height: 190px;
}
.send-btn {
    background: rgb(218, 188, 121);
    background: linear-gradient(0deg, rgba(218, 188, 121, 1) 0%, rgba(250, 246, 238, 1) 100%);
    display: inline-block;
    font-family: "Noto Serif SC", serif;
    color: #fff;
    font-weight: 700;
    text-align: center;
    border-radius: 30px;
    padding: 5px;
    box-shadow: 0px 4px 0px 0px #ab8c5d;
    padding-bottom: 7px;
    border: 0;
}
.send-btn span {
    background: rgb(152, 83, 31);
    background: linear-gradient(0deg, rgba(152, 83, 31, 1) 0%, rgba(148, 114, 71, 1) 100%);
    padding: 4px 0px;
    display: inline-block;
    border-radius: 30px;
    width: 180px;
    font-size: 25px;
    box-shadow: 0px 3px 0px 0px rgb(140 77 29 / 75%);
}
.send-btn:hover span {
    box-shadow: none;
    position: relative;
    top: 2px;
}
.en .side-navbar ul li a,
.en .home-products-inner p,
.en .about-section-inner,
.en .send-btn {
    font-family: "Open Sans", sans-serif;
}
.en a.top-contactus span {
    font-family: "Open Sans", sans-serif;
    width: 155px;
}
.en .hproduct-block a > span {
    font-family: "Open Sans", sans-serif;
    font-size: 44px;
    font-weight: 900;
}
.about-section-inner {
    font-size: 18px;
    line-height: 30px;
}
