@import url("https://fonts.googleapis.com/css2?family=Noto+Sans+TC:wght@100..900&family=Noto+Serif+TC:wght@200..900&display=swap");
@font-face {
  font-family: "openhuninnn";
  src: url(../fonts/jf-openhuninn-2.1.ttf);
}
body {
  font-optical-sizing: auto;
  font-weight: 400;
  font-style: normal;
  font-family: "openhuninnn", sans-serif;
  background: #fff6ed;
}

.h2-box {
  display: flex;
  justify-content: center;
  align-items: end;
  width: 100%;
  margin-bottom: 3rem;
}
@media (max-width: 768px) {
  .h2-box {
    margin-bottom: 2rem;
  }
}
.h2-box svg {
  fill: #AA652E;
  stroke: #AA652E;
  opacity: 0.6;
  width: 40px;
  height: 40px;
  transform: translateY(-25px) translateX(5px) rotate(-40deg);
}
@media (max-width: 768px) {
  .h2-box svg {
    transform: translateY(-25px) translateX(-25px) rotate(-40deg);
    width: 35px;
    height: 35px;
  }
}
.h2-box h2 {
  color: #AA652E;
  text-align: center;
  margin: 0;
  padding: 0;
}
.h2-box h2::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
}
@media (max-width: 768px) {
  .h2-box h2 {
    margin-left: -2rem;
  }
}

section {
  padding: 8rem 0rem;
}
@media (max-width: 768px) {
  section {
    padding: 4rem 0;
  }
}

a {
  text-decoration: none;
  color: #AA652E;
}

.navbar.scrolled {
  background: red;
}

.navbar {
  position: fixed;
  top: 0;
  width: 100%;
  left: 0;
  background: white;
  z-index: 1049;
  transition: 0.5s;
  border-bottom: 1px solid #AA652E;
}
.navbar .navbar-brand {
  transition: 0.5s;
}
.navbar .navbar-brand img {
  width: 60px;
  transition: 0.5s;
}
@media (max-width: 768px) {
  .navbar .navbar-brand img {
    width: 50px;
  }
}
.navbar .navbar-collapse {
  flex-grow: 0;
}
.navbar .navbar-collapse .navbar-nav .nav-item .nav-link {
  padding: 0.5rem 1.5rem;
  font-size: 1.2rem;
}
@media (max-width: 768px) {
  .navbar .navbar-collapse .navbar-nav .nav-item .nav-link {
    padding: 1rem 1em;
  }
}
.navbar .navbar-collapse .navbar-nav .nav-item.cta {
  background: #AA652E;
}

#hero {
  padding: 4rem 0;
  margin-top: 99px;
  position: relative;
  width: 100%;
  overflow: hidden;
}
@media (max-width: 768px) {
  #hero {
    margin-top: 88px;
    padding-top: 400px;
  }
}
#hero::after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 70%;
  height: 100%;
  z-index: -1;
  background: url("../images/about/img-5.jpg") no-repeat center;
  opacity: 0.3;
  background-size: cover;
}
@media (max-width: 768px) {
  #hero::after {
    background: url("../images/about/img-5.jpg") no-repeat center;
    background-size: cover;
    background-position: top;
    opacity: 0.2;
    height: 38%;
    width: 100%;
  }
}
#hero .beef {
  height: 580px;
  position: absolute;
  top: -1rem;
  left: 0;
}
@media (max-width: 768px) {
  #hero .beef {
    height: 500px;
  }
}
#hero h1 {
  color: #AA652E;
  font-size: 0.9rem;
  margin-bottom: 0.5rem;
}
@media (max-width: 768px) {
  #hero h1 {
    font-size: 1.2rem;
  }
}
#hero p {
  font-size: 1.9rem;
  margin-bottom: 2rem;
}
@media (max-width: 768px) {
  #hero p {
    font-size: 1.5rem;
  }
}
#hero .cta-box {
  display: flex;
  gap: 1rem;
}
@media (max-width: 768px) {
  #hero .cta-box {
    margin-bottom: 2rem;
  }
}
#hero .cta-box a {
  border-radius: 2rem;
  font-size: 1.3rem;
  padding: 0.6rem 2rem;
  background: linear-gradient(90deg, #FF8C00 60%, #FFAB40 100%);
  color: white;
}
@media (max-width: 768px) {
  #hero .cta-box a {
    font-size: 1.1rem;
  }
}
#hero .cta-box a:last-child {
  background: none;
  color: #AA652E;
  border: 2px solid #AA652E;
}
#hero .img-box {
  width: 100%;
  padding: 0.5rem;
  border: 2px solid white;
  border-radius: 1.6rem;
}
#hero .img-box img {
  width: 100%;
  height: 600px;
  -o-object-fit: cover;
     object-fit: cover;
  border-radius: 1rem;
}
@media (max-width: 768px) {
  #hero .img-box img {
    height: 300px;
  }
}

img {
  border-radius: 1rem;
}

#about h3 {
  font-size: 1.5rem;
  margin-bottom: 2rem;
  line-height: 2;
  display: inline;
  background: #FF8C00;
  color: white;
  padding: 0.5rem;
}
@media (max-width: 768px) {
  #about h3 {
    font-size: 1.3rem;
  }
}
#about p {
  font-size: 1.2rem;
  margin-bottom: 2rem;
  line-height: 1.5;
}
@media (max-width: 768px) {
  #about p {
    font-size: 1.1rem;
  }
}
#about .swiper {
  margin-top: 10rem;
  width: 100%;
}
#about .swiper:hover {
  transform: scale(1.1);
}
@media (max-width: 768px) {
  #about .swiper {
    margin-top: 5rem;
  }
}
#about .swiper .swiper-wrapper .swiper-slide img {
  width: 100%;
  height: 400px;
  -o-object-fit: cover;
     object-fit: cover;
}
@media (max-width: 768px) {
  #about .swiper .swiper-wrapper .swiper-slide img {
    height: 250px;
  }
}

#services span {
  color: #FF8C00;
}

#works .nav-pills .nav-link.active,
#works .nav-pills .show > .nav-link {
  background: #AA652E;
}
#works .nav-pills .nav-link {
  color: #FF6B00;
}
#works img {
  height: 400px;
  -o-object-fit: cover;
     object-fit: cover;
}
@media (max-width: 768px) {
  #works img {
    height: 300px;
  }
}

@media (max-width: 768px) {
  #contact {
    padding-bottom: 1rem;
  }
}
#contact .contact-box {
  display: flex;
  gap: 1rem;
  background: white;
  padding: 1rem;
  border-radius: 1rem;
  box-shadow: rgba(149, 157, 165, 0.2) 0px 8px 24px;
  margin-bottom: 2rem;
}
@media (max-width: 768px) {
  #contact .contact-box {
    margin-bottom: 1rem;
  }
}
#contact .contact-box:last-child {
  margin-bottom: 0;
}
#contact .contact-box h3 {
  font-size: 1.3rem;
}
@media (max-width: 768px) {
  #contact .contact-box h3 {
    font-size: 1.1rem;
  }
}
#contact .contact-box .icon-box {
  background: #AA652E;
  width: 50px;
  height: 50px;
  display: flex;
  justify-content: center;
  align-items: center;
  border-radius: 100%;
}
#contact .contact-box .icon-box i {
  color: white;
  font-size: 2rem;
}
#contact .contact-box a {
  color: #AA652E;
  font-weight: 600;
  font-size: 1.4rem;
}
@media (max-width: 768px) {
  #contact .contact-box a {
    font-size: 1.2rem;
  }
}
#contact .contact-box a.small {
  font-size: 1rem;
}
#contact .contact-box span {
  display: block;
  color: gray;
  margin-top: 0.5rem;
}
#contact h5 {
  background: linear-gradient(90deg, #FF8C00 60%, #FFAB40 100%);
  color: white;
  padding: 0.8rem;
  border-radius: 1rem 1rem 0 0;
  margin-bottom: 0;
}
#contact iframe {
  border-radius: 0 0 1rem 1rem;
  box-shadow: rgba(149, 157, 165, 0.2) 0px 8px 24px;
}

footer {
  padding-bottom: 1rem;
}
footer a {
  text-decoration: underline;
}

.price-info-bar {
  background: linear-gradient(90deg, #FF8C00 60%, #FFAB40 100%);
  border-radius: 1.5rem;
  color: #fff;
  padding: 2rem 2.5rem;
  margin-bottom: 2rem;
  box-shadow: 0 4px 24px rgba(170, 101, 46, 0.08);
  font-size: 1.2rem;
  gap: 2rem;
}
@media (max-width: 768px) {
  .price-info-bar {
    flex-direction: column;
    padding: 1.2rem 1rem;
    font-size: 1rem;
    gap: 1rem;
  }
}

.price-item {
  display: flex;
  align-items: center;
  border-right: 1.5px solid rgba(255, 255, 255, 0.3);
  padding-right: 2rem;
  min-width: 0;
}
@media (max-width: 768px) {
  .price-item {
    border-right: none;
    border-bottom: 1px solid rgba(255, 255, 255, 0.2);
    padding-right: 0;
    padding-bottom: 1rem;
  }
}
.price-item:last-child {
  border: none;
  padding-right: 0;
}
@media (max-width: 768px) {
  .price-item:last-child {
    border-bottom: none;
    padding-bottom: 0;
  }
}
.price-item .price-icon {
  display: flex;
  align-items: center;
  justify-content: center;
  background: rgba(255, 255, 255, 0.18);
  border-radius: 50%;
  width: 2.2rem;
  height: 2.2rem;
  font-size: 1.3rem;
  margin-right: 0.7rem;
}
.price-item .price-icon i {
  color: #fff;
}/*# sourceMappingURL=style.css.map */