@import url("https://fonts.googleapis.com/css2?family=Noto+Serif+TC:wght@300;400;500;700&display=swap");
body {
  margin: 0;
  color: #320F06;
}

body:after {
  content: "";
  position: fixed;
  right: 0;
  left: 0;
  top: 0;
  bottom: 0;
  background: url("../image/process/bg.jpg") no-repeat bottom/cover, #eeeeee;
  background-blend-mode: overlay;
  z-index: -1;
}

* {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}

.container {
  max-width: 1140px;
  width: 90%;
  margin: auto;
}

a {
  text-decoration: none;
  display: inline-block;
  color: #320F06;
}

h1,
h2,
h3,
h4 {
  margin: 0;
}

h2,
h3,
h4 {
  line-height: 1.7em;
}

h2 {
  margin-bottom: 50px;
  letter-spacing: 2px;
  display: inline-block;
  position: relative;
  left: 50%;
  -webkit-transform: translateX(-50%);
  transform: translateX(-50%);
  font-size: 24px;
  padding: 12px;
  font-family: 'Noto Serif TC', serif;
}

h2 span {
  color: #C83C19;
  position: relative;
}

h2 span:after {
  content: "";
  position: absolute;
  left: -50px;
  bottom: 0;
  background: url(../image/about/bg.png) no-repeat center/contain;
  width: 70px;
  height: 70px;
}

p {
  line-height: 2em;
}

img {
  width: 100%;
}

.btn {
  line-height: 32px;
  width: 100%;
  max-width: 300px;
  background-color: #F2A997;
  text-align: center;
  color: white;
}

.link-btn {
  display: block;
  font-size: 16px;
  line-height: 40px;
  width: 40px;
  text-align: center;
  color: #F2A997;
  background-color: #F2A997;
  border-radius: 50vh;
}

section:not(:first-child) {
  padding: 80px 0;
}

section:nth-child(odd) {
  background: url(../image/bg.jpg) no-repeat center/cover;
  background-attachment: fixed;
}

@media screen and (max-width: 576px) {
  #process {
    background-attachment: unset;
  }
}

.navbar {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  z-index: 100;
  background-size: cover;
  background: #F2A997;
}

.navbar h1 {
  margin: 0;
  font-size: 20px;
}

.navbar h1 a {
  color: white;
}

.navbar .navbar-toggler {
  color: transparent;
}

.navbar .navbar-toggler i {
  color: white;
}

.navbar .navbar-collapse {
  -ms-flex-pack: distribute;
  justify-content: space-around;
}

.navbar .navbar-collapse .navbar-nav {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

.navbar .navbar-collapse .navbar-nav {
  margin-left: auto;
}

.navbar .navbar-collapse .navbar-nav .nav-link {
  text-align: center;
  color: white;
  margin: 12px;
  padding: 10px;
}

#banner {
  position: relative;
}

#banner img {
  height: 100vh;
  width: 100%;
  -o-object-fit: cover;
  object-fit: cover;
  -o-object-position: center;
  object-position: center;
}

#banner .slogan {
  display: inline-block;
  font-family: 'Noto Serif TC', serif;
  z-index: 10;
  position: absolute;
  color: #C83C19;
  top: 140px;
  left: 28px;
  font-size: 24px;
  -webkit-animation: leFadeInTop 0.1s;
          animation: leFadeInTop 0.1s;
}

.leFadeInTop span {
  -webkit-animation-name: leFadeInTop;
          animation-name: leFadeInTop;
}

@-webkit-keyframes leFadeInTop {
  from {
    opacity: 0;
    -webkit-transform: translateY(-100%);
            transform: translateY(-100%);
  }
  to {
    opacity: 1;
  }
}

@keyframes leFadeInTop {
  from {
    opacity: 0;
    -webkit-transform: translateY(-100%);
            transform: translateY(-100%);
  }
  to {
    opacity: 1;
  }
}

#banner .banner-content {
  padding: 30px 0;
  background-color: #FEF9F8;
  -webkit-box-shadow: 6px 6px 6px rgba(17, 17, 17, 0.1);
  box-shadow: 6px 6px 6px rgba(17, 17, 17, 0.1);
}

#banner .banner-content a {
  display: block;
  color: #320F06;
}

#banner .banner-content p {
  text-align: center;
  color: #320F06;
  margin: 0;
}

#banner .banner-content span {
  display: block;
}

#banner .banner-content i {
  margin-bottom: 12px;
  color: #320F06;
}

#about {
  padding-top: 100px;
}

#about h3 {
  text-align: center;
  font-family: 'Noto Serif TC', serif;
  color: #F2A997;
}

#about .row:not(:last-child) {
  margin-bottom: 50px;
}

#about .about-box {
  position: relative;
  margin: 50px 0;
}

#about .about-box img {
  height: 250px;
  -o-object-fit: cover;
     object-fit: cover;
}

#about .about-box .text-box h3 {
  margin: 28px 0;
}

#about .about-box .text-box span {
  text-align: center;
  position: absolute;
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  top: -40px;
  line-height: 40px;
  width: 40px;
  background-color: #F2A997;
  -webkit-clip-path: polygon(80% 0, 0 60%, 100% 100%);
          clip-path: polygon(80% 0, 0 60%, 100% 100%);
  padding: 20px 38px;
  color: white;
  font-size: 20px;
  font-family: 'Noto Serif TC', serif;
}

#sgs .container {
  max-width: unset;
}

#sgs h2 {
  margin-bottom: 10px;
}

#sgs h2 span:after {
  left: unset;
  right: -50%;
  -webkit-transform: translateX(50%);
          transform: translateX(50%);
  top: -55px;
  background: url(../image/sgs/bg.png) no-repeat center/contain;
  width: 50px;
  height: 50px;
}

#sgs a {
  display: block;
  position: relative;
}

#sgs a:hover {
  -webkit-filter: brightness(0.95);
          filter: brightness(0.95);
}

#sgs a:hover i {
  color: #C83C19;
}

#sgs a i {
  position: absolute;
  right: 5px;
  top: 5px;
  font-size: 20px;
  color: gray;
}

#sgs .multiple-items {
  margin: 20px 30px;
}

#sgs .multiple-items .slick-next,
#sgs .multiple-items .slick-prev {
  width: 40px;
  line-height: 40px;
}

.slick-dots li button:before {
  color: #F2A997;
}

.slick-dots li.slick-active button:before {
  color: #F2A997;
}

#sgs .multiple-items .slick-prev {
  left: -38px;
}

#sgs .multiple-items .slick-next {
  right: -38px;
}

#sgs .multiple-items .slick-next:before,
#sgs .multiple-items .slick-prev:before {
  color: #F2A997;
  font-size: 24px;
}

#sgs .multiple-items .sgs-box a {
  display: block;
  padding: 10px;
}

#sgs .multiple-items .sgs-box img {
  -o-object-fit: cover;
  object-fit: cover;
  height: 100%;
  border-radius: 4px;
}

.parallax {
  background: url(../image/about/img-01.jpg) no-repeat center/cover;
  width: 100%;
  height: 100vh;
  background-attachment: fixed;
}

@media screen and (max-width: 576px) {
  .parallax {
    background-attachment: unset;
  }
}

#products {
  background-color: #FEF9F8;
}

#products h2 span:after {
  left: unset;
  right: -90px;
  bottom: 10px;
  background: url(../image/products/bg.png) no-repeat center/contain;
  width: 70px;
  height: 70px;
}

#products .products-box {
  text-align: center;
  height: 100%;
  border-radius: 10px;
}

#products .products-box .btn {
  margin-top: 30px;
}

#products .text-box {
  padding: 30px 20px;
}

#products .text-box dt {
  font-size: 16px;
  color: #C83C19;
  margin-bottom: 12px;
  font-family: 'Noto Serif TC', serif;
  position: relative;
  font-weight: 400;
}

#products .text-box dt:not(:first-child) {
  margin-top: 20px;
}

#products .text-box dt .icon {
  margin-right: 8px;
  display: inline-block;
  vertical-align: sub;
  width: 20px;
  height: 20px;
  background: url(../image/products/fish.png) no-repeat center/contain;
}

#products .text-box dt:nth-of-type(2) .icon {
  background: url(../image/products/spicy.png) no-repeat center/contain;
}

#products .text-box dt:nth-of-type(3) .icon {
  background: url(../image/products/money.png) no-repeat center/contain;
}

#process h2 {
  margin-bottom: 10px;
}

#process h2 span:after {
  left: unset;
  right: -50%;
  top: -55px;
  background: url(../image/process/bg-02.png) no-repeat center/contain;
  width: 50px;
  height: 50px;
}

#process ol {
  margin: 0;
  padding: 0;
  list-style-type: none;
}

#process .step {
  position: relative;
}

#process .step:not(:last-child):before {
  content: "";
  display: block;
  position: absolute;
  top: 20px;
  left: -1.8em;
  height: calc(100% + 20px);
  width: 1px;
  background-color: #F2A997;
}

#process .step {
  display: inline-block;
  position: relative;
  font-size: 16px;
  margin-top: 20px;
}

#process .step::after {
  content: "1";
  position: absolute;
  top: 50%;
  left: -40px;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
  display: inline-block;
  text-align: center;
  color: white;
  font-size: 15px;
  width: 1.5rem;
  line-height: 1.5rem;
  border-radius: 50%;
  background-color: #F2A997;
}

#process .step:nth-child(2)::after {
  content: "2";
}

#process .step:nth-child(3)::after {
  content: "3";
}

#process .step:nth-child(4)::after {
  content: "4";
}

#process .step li,
#process .step p {
  font-size: 14px;
  margin: 8px 0;
}

footer {
  padding: 80px 0;
  background-color: #FEF9F8;
}

footer h2 span:after {
  left: unset;
  right: -50%;
  top: -50px;
  background: url(../image/contact/bg.png) no-repeat center/contain;
  width: 50px;
  height: 50px;
}

footer img {
  border-radius: 4px;
}

footer .map-box {
  margin-top: 60px;
}

footer #contact dl {
  margin-bottom: 28px;
}

footer #contact dl dt {
  margin-bottom: 12px;
  font-weight: 400;
  color: #F2A997;
  font-size: 15px;
  font-family: 'Noto Serif TC', serif;
}

footer #contact dl dd a {
  color: #320F06;
  font-size: 20px;
}

footer #contact .link-btn {
  background-color: transparent;
  border: 1px solid #F2A997;
  color: #F2A997;
  font-size: 22px;
}

#footer-box {
  margin-top: 60px;
}

#footer-box p,
#footer-box a {
  color: #132533;
  margin: 0;
  font-size: 14px;
}

.quick-link-l {
  z-index: 99;
  position: fixed;
  bottom: 100px;
  right: 30px;
  font-size: 20px;
}

.quick-link-l .link-btn {
  margin-top: 20px;
  display: block;
  background: #F2A997;
  color: white;
  font-size: 20px;
  border: 0px;
}

.quick-link-s {
  z-index: 99;
  position: fixed;
  bottom: 0;
  left: 0;
  width: 100%;
  background: #F2A997;
}

.quick-link-s .link-btn {
  font-size: 16px;
  line-height: 24px;
  width: 30%;
  color: white;
  text-align: center;
  background-color: unset;
  padding: 8px 0;
  float: left;
  margin: 0;
  border-radius: 0;
}

.quick-link-s .link-btn.phone {
  width: 70%;
  border-right: 1px solid rgba(255, 255, 255, 0.181);
}

.quick-link-s .link-btn i {
  margin: auto;
}

@media screen and (min-width: 768px) {
  section:not(:first-child) {
    padding: 100px 0;
  }
  #banner .slogan {
    left: 0;
    top: 20%;
    width: 100%;
    text-align: center;
    font-size: 44px;
    color: white;
  }
  #products .text-box,
  #products .img-box {
    height: 100%;
  }
  #products .text-box img,
  #products .img-box img {
    -o-object-fit: cover;
       object-fit: cover;
    height: 100%;
  }
}

@media screen and (min-width: 992px) {
  .navbar h1 a:hover,
  .navbar .navbar-collapse .navbar-nav .nav-link:hover,
  footer #contact a:hover,
  footer #footer-box a:hover {
    color: #C83C19;
  }
  #contact .link-btn:hover,
  .link-btn:hover,
  .btn:hover {
    background-color: #C83C19;
    cursor: pointer;
    color: white;
  }
  #contact .link-btn:hover i,
  .link-btn:hover i,
  .btn i {
    color: white;
  }
  .gy-4 {
    --bs-gutter-y: 6rem;
  }
  h2 {
    margin-bottom: 70px;
  }
  section:not(:first-child) {
    padding: 140px 0;
  }
  .navbar h1 a,
  .navbar .navbar-collapse .navbar-nav .nav-link {
    margin: 0 12px;
  }
  #banner {
    position: relative;
  }
  #banner .slogan {
    top: 40%;
    font-size: 52px;
  }
  #banner .banner-content {
    background-color: #FEF9F8;
    position: absolute;
    padding: 60px 0;
    bottom: -100px;
    width: 60%;
    max-width: 800px;
    left: 0;
    display: inline-block;
  }
  #banner .banner-content a:hover {
    color: #C83C19;
  }
  #about {
    padding-top: 200px;
  }
  #about .row:not(:last-child) {
    margin-bottom: 100px;
  }
  #products .text-box dt:not(:first-child) {
    margin-top: 24px;
  }
  #process h2 {
    margin-bottom: 70px;
  }
  #process ol .step {
    font-size: 20px;
    margin-left: 80px;
    line-height: 30px;
    margin-top: 50px;
  }
  #process ol .step small {
    font-size: 16px;
  }
  #process .step:not(:last-child):before {
    left: -48px;
    height: calc(100% + 50px);
    width: 1px;
    background-color: #F2A997;
  }
  #process .step::after {
    left: -60px;
  }
  footer iframe {
    height: 100%;
  }
  #footer-box {
    text-align: center;
    margin-top: 100px;
  }
}
/*# sourceMappingURL=style.css.map */