@charset "UTF-8";
@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(16px, 2.8vw, 18px);
}

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

h2 {
  font-size: clamp(1.5rem, 3vw, 2rem);
  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;
}

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

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

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

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

.cta-link {
  position: fixed;
  right: 1rem;
  bottom: 1rem;
  z-index: 1049;
}
.cta-link svg {
  width: 70px;
}
@media (max-width: 768px) {
  .cta-link svg {
    width: 60px;
  }
}

.navbar {
  position: fixed;
  top: 0;
  width: 100%;
  left: 0;
  background: #aebca4;
  z-index: 1049;
  transition: 0.5s;
}
.navbar .navbar-brand {
  transition: 0.5s;
}
.navbar .navbar-brand img {
  width: 180px;
  height: 80px;
  -o-object-fit: cover;
     object-fit: cover;
  transition: 0.5s;
}
@media (max-width: 768px) {
  .navbar .navbar-brand img {
    width: 140px;
    height: 60px;
  }
}
.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: #aebca4;
}

#hero {
  overflow: hidden;
  width: 100%;
  height: 100vh;
  background: #aebca4;
  color: white;
}
@media (max-width: 768px) {
  #hero {
    margin-top: 86px;
  }
}
#hero .text {
  width: 100%;
  height: 100%;
  display: flex;
  justify-content: center;
  align-items: start;
  flex-direction: column;
  gap: 1rem;
}
@media (max-width: 768px) {
  #hero .text {
    padding: 2rem 0;
  }
}
#hero .text h1 {
  line-height: 1.5;
}
#hero .text a {
  display: inline-block;
  padding: 0.8rem 3rem;
  border-radius: 2rem;
  background: #d4c8b0;
  color: #4b4f4b;
  font-weight: 500;
}
#hero .swiper {
  width: 100%;
  height: 100vh;
}
@media (max-width: 768px) {
  #hero .swiper {
    height: 50vh;
  }
}
#hero .swiper .swiper-wrapper {
  transition-timing-function: linear !important; /* 平滑線性移動 */
}
#hero .swiper .swiper-wrapper .swiper-slide {
  width: 100%;
  height: auto;
}
#hero .swiper .swiper-wrapper .swiper-slide img {
  width: 100%;
  height: auto;
}

#about .content {
  background: rgba(212, 200, 176, 0.4);
  padding: 2rem;
  border-radius: 2rem;
}
#about .content p {
  color: rgb(100, 100, 100);
  line-height: 2;
}

#services {
  background: #d4c8b0;
  background: #aebca4;
}
#services .service-card {
  background: #f2f2f2;
  border-radius: 1rem;
  overflow: hidden;
  height: 100%;
}
#services .service-card img {
  width: 100%;
  height: 500px;
  -o-object-fit: cover;
     object-fit: cover;
}
@media (max-width: 768px) {
  #services .service-card img {
    height: 400px;
  }
}
#services .service-card .text {
  padding: 2rem;
}
#services .service-card .text h3 {
  color: #4b4f4b;
  margin-bottom: 1rem;
  padding-bottom: 0.5rem;
  display: inline-block;
  border-bottom: 4px solid #aebca4;
  border-color: #d4c8b0;
}
#services .service-card .text p {
  color: rgb(112, 112, 112);
}
#services .service-card .text .tag-box {
  display: flex;
  gap: 0.5rem 1rem;
  color: #9ea7a6;
  flex-wrap: wrap;
}

#price h2 {
  text-align: center;
}

#works h2 {
  text-align: center;
}
#works .nav-pills .nav-link.active,
#works .nav-pills .show > .nav-link {
  background: #aebca4;
  color: white;
}
#works .nav-pills .nav-link {
  color: #aebca4;
  border: 1.5px solid #aebca4;
}
#works img {
  width: 100%;
  height: 500px;
  border-radius: 1rem;
  -o-object-fit: cover;
     object-fit: cover;
}
@media (max-width: 768px) {
  #works img {
    height: 200px;
  }
}

#contact {
  background: #aebca4;
}
@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: #aebca4;
  width: 50px;
  height: 50px;
  display: flex;
  justify-content: center;
  align-items: center;
  border-radius: 100%;
  background: #d4c8b0;
}
#contact .contact-box .icon-box i {
  color: white;
  font-size: 2rem;
}
#contact .contact-box a {
  color: #aebca4;
  font-weight: 600;
}
#contact .contact-box span {
  display: block;
  color: gray;
  margin-top: 0.5rem;
}

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