@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=LXGW+WenKai+Mono+TC&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, 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;
  color: white;
}

.bg {
  width: 100%;
  position: fixed;
  top: 0;
  left: 0;
  height: 100vh;
  -o-object-fit: cover;
     object-fit: cover;
  z-index: -1;
}

h2 {
  text-align: center;
  font-family: "LXGW WenKai Mono TC", monospace;
  color: #c2a872;
  margin-bottom: 3rem;
}
@media (max-width: 768px) {
  h2 {
    margin-bottom: 2rem;
  }
}

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

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

.navbar.scrolled {
  background: rgb(104, 39, 104);
  background: #392c36;
}
.navbar.scrolled .container-fluid {
  width: 50%;
  padding: 0rem 0;
}
@media (max-width: 768px) {
  .navbar.scrolled .container-fluid {
    width: 100%;
    padding: 0 2rem;
  }
}
.navbar.scrolled .navbar-brand {
  display: flex;
  align-items: center;
  color: white;
}
.navbar.scrolled .navbar-collapse {
  justify-content: end;
  border: none;
}

.navbar {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  z-index: 1049;
  transition: 0.5s;
}
.navbar .container-fluid {
  width: 50%;
  padding: 3rem 0;
}
.navbar .navbar-toggler-icon {
  filter: invert(1);
}
.navbar .navbar-brand {
  transition: 0.5s;
  display: none;
}
.navbar .navbar-brand img {
  width: 80px;
  transition: 0.5s;
}
.navbar .navbar-collapse {
  justify-content: center;
  border: 2px solid #c2a872;
  border-radius: 2rem;
}
.navbar .navbar-collapse .navbar-nav .nav-item .nav-link {
  padding: 0.5rem 1.5rem;
  color: white;
}
@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: #c2a872;
}

#hero {
  width: 100%;
  position: relative;
}
@media (max-width: 768px) {
  #hero {
    height: auto;
    margin-top: 56px;
  }
}
#hero .cta-box {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 2;
  padding: 2rem;
  display: flex;
  align-items: center;
  justify-content: center;
}
@media (max-width: 768px) {
  #hero .cta-box {
    padding: 2rem 1rem;
    background: none;
  }
}
#hero .cta-box .cta-content {
  text-align: center;
  color: white;
  padding: 2rem 3rem;
  border-radius: 1rem;
}
#hero .cta-box .cta-content h1 {
  margin-bottom: 1rem;
  text-align: center;
}
@media (max-width: 768px) {
  #hero .cta-box .cta-content h1 {
    display: none;
  }
}
#hero .cta-box .cta-content p {
  margin-bottom: 2rem;
}
#hero .cta-box .cta-content .btn-box {
  display: flex;
  gap: 1rem;
  justify-content: center;
  align-items: center;
}
#hero .cta-box .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-box .cta-content .btn-box a i {
  padding-left: 0.5rem;
  font-size: 1.3rem;
}
#hero .cta-box .cta-content .btn-box a:first-child {
  background: #c2a872;
  color: white;
}
#hero .cta-box .cta-content .btn-box a:last-child {
  color: #c2a872;
  border: 1px solid #c2a872;
}
@media (max-width: 768px) {
  #hero .cta-box .cta-content .btn-box a:last-child {
    background: white;
  }
}
#hero .cta-box .cta-content .btn-box a:last-child:hover {
  background: white;
  color: #c2a872;
}
#hero .swiper {
  width: 100%;
  height: 100%;
}
#hero .swiper .swiper-wrapper .swiper-slide img {
  width: 100%;
  height: 100%;
  -o-object-fit: contain;
     object-fit: contain;
}

#about .img-box {
  width: 100%;
  height: 500px;
  padding: 1rem;
  border: 1.5px solid #c2a872;
}
@media (max-width: 768px) {
  #about .img-box {
    height: 300px;
    margin-bottom: 2rem;
  }
}
#about img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
#about p {
  line-height: 2;
  margin-bottom: 2rem;
}

#services {
  background: #392c36;
}
#services .services-card {
  text-align: center;
  border: 1px solid #c2a872;
  padding: 2rem;
  border-radius: 1rem;
  box-shadow: 0 0 5px #c2a872, 0 0 0px #c2a872, 0 0 0px #c2a872;
}
#services .services-card img {
  width: 40%;
  margin-bottom: 2rem;
}
#services .services-card h3 {
  margin-bottom: 1rem;
}
#services .services-card ul {
  list-style: none;
  text-align: center;
  padding: 0;
}
#services .services-card ul li {
  margin-bottom: 0.5rem;
}
#services .services-item {
  background: #c2a872;
  border-radius: 1rem;
  overflow: hidden;
  width: 100%;
  color: white;
}
@media (max-width: 768px) {
  #services .services-item {
    margin-bottom: 2rem;
  }
}
#services .services-item img {
  width: 100%;
  height: 300px;
  -o-object-fit: cover;
     object-fit: cover;
}
@media (max-width: 768px) {
  #services .services-item img {
    height: 150px;
  }
}
#services .services-item h4 {
  padding: 0.5rem 1rem;
}

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

#contact {
  color: rgb(65, 65, 65);
}
@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: #c2a872;
  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: #c2a872;
  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 */