@import url("https://fonts.googleapis.com/css2?family=Noto+Sans+TC:wght@100..900&family=Noto+Serif+TC:wght@200..900&display=swap");
@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, 2.5rem);
  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;
}

body {
  font-family: "Noto Sans TC", sans-serif;
  font-optical-sizing: auto;
  font-weight: 400;
  font-style: normal;
  background: #fff;
  background: #eadbc8;
  color: #47423a;
  overflow-x: hidden;
}

.h2-box {
  margin-bottom: 2rem;
  color: #72543b;
}
@media (max-width: 768px) {
  .h2-box {
    margin-bottom: 2rem;
  }
}
.h2-box span {
  font-weight: 500;
  text-transform: capitalize;
}
section {
  padding: 8rem 0rem;
}
@media (max-width: 768px) {
  section {
    padding: 4rem 0;
  }
}

a {
  text-decoration: none;
  color: #7a8c97;
}

.navbar.scrolled {
  background: rgba(234, 219, 200, 0.7);
  -webkit-backdrop-filter: blur(4px);
          backdrop-filter: blur(4px);
}

.navbar {
  position: fixed;
  top: 0;
  width: 100%;
  left: 0;
  z-index: 1049;
  transition: 0.5s;
}
.navbar .navbar-brand {
  color: #47423a;
  transition: 0.5s;
}
.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: #7a8c97;
  color: #fff;
}

#hero {
  padding: calc(5rem + 82.58px) 0;
  position: relative;
  overflow: hidden;
}
@media (max-width: 768px) {
  #hero {
    padding: 0;
    padding-top: 8rem;
  }
}
#hero .text {
  margin-top: 5rem;
}
#hero .line {
  position: absolute;
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: bottom;
     object-position: bottom;
  z-index: -1;
}
#hero .line.line-1 {
  width: 800px;
  transform: scaleY(-1);
  top: -16rem;
  left: -11rem;
}
@media (max-width: 768px) {
  #hero .line.line-1 {
    width: 300px;
    top: -5rem;
    left: -5rem;
  }
}
#hero .line.line-2 {
  transform: scaleX(-1) rotate(40deg);
  right: -28rem;
  bottom: 0rem;
  width: 800px;
}
@media (max-width: 768px) {
  #hero .line.line-2 {
    width: 400px;
    right: -15rem;
  }
}
#hero h1 {
  margin-bottom: 1rem;
  color: #72543b;
}
#hero .link {
  display: inline-block;
  padding: 0.5rem 2rem;
  color: #eadbc8;
  color: #7a8c97;
  border-radius: 3rem;
  font-size: 1.1rem;
  border: 2px solid #7a8c97;
  transition: 0.5s;
}
#hero .link:hover {
  background: #7a8c97;
  color: white;
}
#hero .ig-box {
  font-size: 0.8rem;
  display: flex;
  align-items: flex-start;
}
#hero .ig-box .ig-card {
  display: inline-block;
  background: rgb(255, 255, 255);
  width: 330px;
  border-radius: 1rem;
  box-shadow: rgba(0, 0, 0, 0.16) 0px 1px 4px;
  flex-shrink: 0;
  color: #47423a;
}
@media (max-width: 768px) {
  #hero .ig-box .ig-card {
    width: 160px;
  }
}
#hero .ig-box .ig-card.ig-1 {
  transform: translate(0rem, 0) rotate(-10deg);
}
@media (max-width: 768px) {
  #hero .ig-box .ig-card.ig-1 {
    transform: translate(-2rem, 0) rotate(-5deg);
  }
}
#hero .ig-box .ig-card.ig-2 {
  transform: translate(-3rem, 0) rotate(-10deg);
  z-index: 2;
}
@media (max-width: 768px) {
  #hero .ig-box .ig-card.ig-2 {
    transform: translate(-3rem, 0) rotate(-5deg);
  }
}
#hero .ig-box .ig-card.ig-3 {
  transform: translate(-4rem, 0) rotate(-10deg);
  z-index: 3;
}
@media (max-width: 768px) {
  #hero .ig-box .ig-card.ig-3 {
    transform: translate(-3rem, 0) rotate(-5deg);
  }
}
#hero .ig-box .ig-card .logo {
  width: 40px;
  height: 40px;
  border-radius: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  margin-right: 0.5rem;
}
@media (max-width: 768px) {
  #hero .ig-box .ig-card .logo {
    width: 20px;
    height: 20px;
  }
}
#hero .ig-box .ig-card span {
  font-weight: 500;
  font-size: 0.8rem;
}
@media (max-width: 768px) {
  #hero .ig-box .ig-card span {
    font-size: 0.6rem;
  }
}
#hero .ig-box .ig-card .work {
  width: 100%;
  aspect-ratio: 1/1;
  -o-object-fit: cover;
     object-fit: cover;
}
#hero .ig-box .ig-card p {
  padding: 0;
  margin: 0;
  margin-left: 0.5rem;
  font-size: 0.8rem;
}
@media (max-width: 768px) {
  #hero .ig-box .ig-card p {
    margin-left: 0;
    font-size: 0.6rem;
  }
}

#about {
  margin-top: 10rem;
}
@media (max-width: 768px) {
  #about .h2-box {
    padding: 0 1rem;
  }
}
@media (max-width: 768px) {
  #about p {
    padding: 0 1rem;
  }
}
#about img {
  width: 100%;
  display: block;
  -o-object-fit: cover;
     object-fit: cover;
}
#about .img-1 {
  border-top-left-radius: 5rem;
  -o-object-position: bottom;
     object-position: bottom;
}
#about .img-2 {
  height: 600px;
  border-top-right-radius: 5rem;
  -o-object-position: top;
     object-position: top;
}
#about .img-3 {
  border-bottom-right-radius: 5rem;
  -o-object-position: left;
     object-position: left;
}

#services .services-card {
  text-align: center;
  background: #f5efe7;
  border-radius: 200px 200px 0 0;
  padding: 5rem 3rem 3rem;
}
@media (max-width: 768px) {
  #services .services-card {
    padding: 3rem 2rem 2rem;
  }
}
#services .services-card svg {
  width: 80px;
  fill: #72543b;
}
@media (max-width: 768px) {
  #services .services-card svg {
    width: 70px;
  }
}
#services .services-card h3 {
  color: #72543b;
  margin: 2rem 0;
}
#services .services-card p {
  text-align: start;
}

#process {
  background: #7a8c97;
}
#process .h2-box {
  color: white;
}
#process .card {
  border: none;
  padding: 2rem;
  border-radius: 1.5rem;
  background: #f9fafb;
}
#process h3 {
  margin-bottom: 3rem;
  color: #72543b;
  border-bottom: 3px solid #72543b;
  display: inline-block;
  padding-bottom: 0.8rem;
  padding-right: 2rem;
}
#process ol {
  counter-reset: step-counter;
  padding-left: 0;
}
#process ol li {
  list-style: none;
  position: relative;
  padding-left: 2.5rem;
  margin-bottom: 1rem;
  line-height: 1.6;
  color: #444;
}
#process ol li::before {
  content: counter(step-counter);
  counter-increment: step-counter;
  position: absolute;
  left: 0;
  top: 0.1rem;
  width: 1.5rem;
  height: 1.5rem;
  color: #ffffff;
  background: #444;
  border-radius: 50%;
  text-align: center;
  line-height: 1.5rem;
  font-size: 0.875rem;
}

#works .nav-pills .nav-link.active,
#works .nav-pills .show > .nav-link {
  background: #7a8c97;
  color: white;
}
#works .nav-pills .nav-link {
  color: #7a8c97;
  border: 1px solid #7a8c97;
}
#works img {
  width: 100%;
  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: #7a8c97;
  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 .svg-box {
  fill: white;
}
#contact .contact-box a {
  color: #7a8c97;
  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;
}

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