@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.2rem);
  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;
}

body {
  font-family: "Noto Sans TC", sans-serif;
  font-family: "Noto Serif TC", serif;
  font-optical-sizing: auto;
  font-weight: 400;
  font-style: normal;
}

h2 {
  margin-bottom: 3rem;
  display: flex;
  flex-direction: column;
  color: #928c6d;
}
@media (max-width: 768px) {
  h2 {
    margin-bottom: 2rem;
  }
}
h2 span:first-child {
  letter-spacing: 2px;
}
h2 span:last-child {
  text-transform: uppercase;
  font-size: clamp(1.5rem, 3vw, 1.7rem);
  font-weight: 600;
}

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

a {
  text-decoration: none;
  color: #928c6d;
}

.navbar {
  position: fixed;
  top: 0;
  width: 100%;
  left: 0;
  background: #f6f5f3;
  z-index: 1049;
  transition: 0.5s;
}
.navbar .navbar-brand {
  transition: 0.5s;
  font-weight: 600;
}
.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: #928c6d;
}
.navbar .navbar-collapse .navbar-nav .nav-item.cta .nav-link {
  color: white;
}

#hero {
  margin-top: 65px;
  background: #f6f5f3;
  padding: 5rem 0;
}
@media (max-width: 768px) {
  #hero {
    margin-top: 54px;
    padding: 3rem 0;
  }
}
#hero h1 {
  margin-bottom: 2rem;
  display: inline-block;
  border-bottom: 5px solid #928c6d;
  padding-bottom: 0.5rem;
}
@media (max-width: 768px) {
  #hero h1 {
    text-align: center;
  }
}
#hero p {
  margin-bottom: 0.5rem;
}
@media (max-width: 768px) {
  #hero p {
    padding: 0.5rem 3rem;
  }
}
#hero .icon-box {
  width: 100%;
}
@media (max-width: 768px) {
  #hero .icon-box {
    text-align: center;
    margin-bottom: 3rem;
  }
}
#hero .icon-box img {
  width: 100%;
}
@media (max-width: 768px) {
  #hero .icon-box img {
    width: 70%;
  }
}

#about ul {
  margin-top: 2rem;
  list-style: none;
  padding: 0;
}
#about ul li {
  margin-bottom: 1rem;
}
#about .icon-box {
  display: flex;
  width: 100%;
  justify-content: center;
}
@media (max-width: 768px) {
  #about .icon-box {
    justify-content: end;
    padding-right: 2rem;
    margin-top: -10rem;
  }
}
#about .icon-box img {
  width: 60%;
}
@media (max-width: 768px) {
  #about .icon-box img {
    width: 30%;
  }
}

#services {
  background: #f6f5f3;
}
#services h2 {
  text-align: center;
}
#services .services-card {
  margin-bottom: 3rem;
}
#services .services-card .img-box {
  width: 100%;
  height: 100px;
  display: flex;
  justify-content: center;
  align-items: center;
}
#services .services-card .img-box img {
  width: 100%;
  height: 100%;
  -o-object-fit: contain;
     object-fit: contain;
  filter: invert(0.4);
}
#services .services-card h3 {
  text-align: center;
  margin: 2rem 0;
  color: rgb(80, 80, 80);
}

#faq .accordion-button:not(.collapsed) {
  background: #928c6d;
  color: white;
}

#review {
  background: #f6f5f3;
}
#review h2 {
  text-align: center;
}
#review .review-card {
  background: white;
  padding: 2rem;
  box-shadow: rgba(0, 0, 0, 0.05) 0px 0px 0px 1px;
}
@media (max-width: 768px) {
  #review .review-card {
    margin-bottom: 2rem;
  }
}
#review .review-card h5 {
  line-height: 1.8;
  margin-bottom: 2rem;
}
#review .review-card p {
  color: gray;
}

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

@media (max-width: 768px) {
  #contact {
    padding-bottom: 1rem;
  }
}
#contact h2 {
  text-align: center;
}
#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: #928c6d;
  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: #928c6d;
  font-weight: 600;
}
#contact .contact-box span {
  display: block;
  color: gray;
  margin-top: 0.5rem;
}

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