@import url("https://fonts.googleapis.com/css2?family=Noto+Sans+TC:wght@100..900&family=Noto+Serif+TC:wght@200..900&display=swap");
:root {
  font-size: clamp(15px, 2.8vw, 18px);
}

h1 {
  font-size: clamp(1.75rem, 3.5vw, 2rem);
  font-weight: 600;
}

h2 {
  font-size: clamp(1.5rem, 3vw, 1.7rem);
  font-weight: 600;
}

h3 {
  font-size: clamp(1.3rem, 2.2vw, 1.35rem);
  font-weight: 500;
}

h4 {
  font-size: clamp(1.2rem, 2vw, 1.3rem);
  font-weight: 500;
}

h5 {
  font-size: clamp(1.125rem, 1.7vw, 1.2rem);
  font-weight: 400;
}

h6 {
  font-size: clamp(1rem, 1vw, 1.125rem);
  font-weight: 400;
}

p, a, span {
  font-size: clamp(1rem, 1vw, 1.125rem);
  font-weight: 400;
  line-height: 1.6;
}

small {
  font-size: clamp(0.875rem, 1.3vw, 1rem);
  font-weight: 400;
}

li {
  font-size: clamp(1rem, 1vw, 1.125rem);
  font-weight: 400;
  line-height: 1.5;
}

button,
input,
textarea,
select {
  font-size: clamp(1rem, 1vw, 1.125rem);
  font-weight: 400;
  line-height: 1.4;
}

:root {
  --swiper-theme-color: white;
}

body {
  font-family: "Noto Serif TC", serif;
  font-optical-sizing: auto;
  font-weight: 400;
  font-style: normal;
  background: #fdf7f0;
  color: rgb(54, 54, 54);
}

h2 {
  margin-bottom: 3rem;
  text-align: center;
  display: inline-block;
  padding: 1rem 0;
  border-bottom: 4px solid #b3c199;
}
@media (max-width: 768px) {
  h2 {
    margin-bottom: 2rem;
  }
}

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

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

.navbar {
  position: fixed;
  top: 0;
  width: 100%;
  left: 0;
  background: white;
  background: #fdf7f0;
  z-index: 1049;
  transition: 0.5s;
}
.navbar .navbar-brand {
  transition: 0.5s;
  font-weight: 500;
  color: #8b5e3c;
  border: 1px solid #8b5e3c;
  padding: 0.2rem 1rem;
}
.navbar .navbar-brand img {
  width: 80px;
  transition: 0.5s;
}
.navbar .navbar-collapse {
  flex-grow: 0;
}
.navbar .navbar-collapse .navbar-nav .nav-item .nav-link {
  padding: 0.5rem 1.5rem;
}
@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: #b3c199;
}

#hero {
  padding: 8rem 0;
}
@media (max-width: 768px) {
  #hero {
    padding: 5rem 0;
  }
}
#hero .cta-content h1 {
  margin-bottom: 1rem;
}
#hero .cta-content p {
  margin-bottom: 2rem;
}
#hero .cta-content .btn-box {
  display: flex;
  gap: 1rem;
  align-items: center;
}
#hero .cta-content .btn-box a {
  padding: 0.5rem 1.5rem;
  display: flex;
  justify-content: center;
  align-items: center;
  border-radius: 10rem;
  transition: 0.5s;
}
#hero .cta-content .btn-box a i {
  padding-left: 0.5rem;
  font-size: 1.3rem;
}
#hero .cta-content .btn-box a:first-child {
  background: #b3c199;
  color: rgb(54, 54, 54);
}
#hero .cta-content .btn-box a:last-child {
  color: #8b5e3c;
  border: 1px solid #8b5e3c;
  background: #8b5e3c;
  color: white;
}
#hero .cta-content .btn-box a:last-child:hover {
  background: #8b5e3c;
  color: white;
}
#hero .swiper {
  width: 100%;
  height: 600px;
  border-top-left-radius: 200px 200px;
  overflow: hidden;
}
@media (max-width: 768px) {
  #hero .swiper {
    height: 300px;
    border-top-left-radius: 150px 150px;
    margin-bottom: 2rem;
  }
}
#hero .swiper img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}

#time .time-card {
  display: flex;
  flex-direction: column;
  align-items: center;
  text-align: center;
  border: 1px solid gray;
}
#time .time-card h3 {
  background: #b3c199;
  width: 100%;
  padding: 0.5rem 0;
  line-height: 1.5;
}
#time .time-card .text {
  padding: 1.5rem;
}
#time .time-card .text h4 {
  margin-bottom: 1rem;
  background: rgb(218, 15, 15);
  color: white;
  padding: 0.5rem 1rem;
}
#time .time-card .text h4.open {
  background: green;
}

#about {
  background: #faeddc;
}
#about h3 {
  margin-bottom: 2rem;
  color: #8b5e3c;
}
#about p {
  line-height: 2;
  margin-bottom: 1rem;
}

#services .info {
  margin: -1rem 0 2rem;
}
#services img {
  height: 300px;
  width: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
#services h5 {
  color: #8b5e3c;
  margin-bottom: 1.5rem;
}
#services .card {
  position: relative;
}
#services .card.main {
  border: 5px solid #b3c199;
}
#services .card .tag {
  position: absolute;
  top: 0;
  left: 0%;
  border-bottom-right-radius: 0.5rem;
  background: #b3c199;
  padding: 0.5rem 1.5rem;
}
#services .product-list {
  list-style: none;
  padding: 0;
}
#services .product-list li {
  display: flex;
  justify-content: space-between;
  border-bottom: 1px dashed #ccc;
  padding: 4px 0;
  margin-bottom: 0.5rem;
}
#services .name {
  flex-shrink: 0;
}
#services .price {
  flex-shrink: 0;
}

#works .nav-pills .nav-link.active,
#works .nav-pills .show > .nav-link {
  background: #b3c199;
}
#works .nav-pills .nav-link {
  color: #ff6b00;
}

#contact {
  background: #faeddc;
}
@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 .icon-box {
  background: #b3c199;
  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: #b3c199;
  font-weight: 600;
  color: #8b5e3c;
}
#contact .contact-box span {
  display: block;
  color: gray;
  margin-top: 0.5rem;
}

footer {
  background: #faeddc;
  padding-bottom: 1rem;
}
footer a {
  text-decoration: underline;
  color: #8b5e3c;
}/*# sourceMappingURL=all.css.map */