@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");
@import url("https://fonts.googleapis.com/css2?family=Quicksand:wght@300..700&display=swap");
@import url("https://fonts.googleapis.com/css2?family=Syne:wght@400..800&display=swap");
:root {
  font-size: clamp(16px, 2.8vw, 18px);
}

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

h2 {
  font-size: clamp(4rem, 12vw, 10rem);
  font-weight: 600;
}

h3 {
  font-size: clamp(1.3rem, 2vw, 1.25rem);
  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: 300;
}

p,
a,
span {
  font-size: clamp(1rem, 1vw, 1.125rem);
  font-weight: 300;
  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: 300;
  line-height: 1.5;
}

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

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

h2 {
  margin-bottom: 3rem;
  font-family: "Syne", sans-serif;
  font-optical-sizing: auto;
  font-weight: 500;
  font-style: normal;
  color: #252525;
  text-transform: capitalize;
}
@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: #f2a81f;
}

.navbar.scrolled {
  background: rgba(13, 13, 13, 0.8);
  -webkit-backdrop-filter: blur(5px);
          backdrop-filter: blur(5px);
}

.navbar {
  position: fixed;
  top: 0;
  width: 100%;
  left: 0;
  z-index: 1049;
  transition: 1s;
  padding: 1rem;
}
@media (max-width: 768px) {
  .navbar {
    padding: 0.3rem 0;
  }
}
.navbar .navbar-toggler {
  border: 1px solid rgb(137, 135, 135);
}
.navbar .navbar-toggler-icon {
  filter: invert(1);
}
.navbar .navbar-brand {
  transition: 0.5s;
  color: #e9e9e9;
}
.navbar .navbar-brand span {
  font-size: clamp(1.125rem, 1.7vw, 1.2rem);
  font-weight: 400;
}
.navbar .navbar-brand span:last-child {
  font-family: "Quicksand", sans-serif;
  font-optical-sizing: auto;
  font-weight: 500;
  font-style: normal;
}
.navbar .navbar-collapse {
  flex-grow: 0;
}
.navbar .navbar-collapse .navbar-nav .nav-item .nav-link {
  padding: 0.4rem 1.2rem;
  color: #e9e9e9;
  position: relative;
}
@media (max-width: 768px) {
  .navbar .navbar-collapse .navbar-nav .nav-item .nav-link {
    padding: 1rem 1em;
  }
}
.navbar .navbar-collapse .navbar-nav .nav-item .nav-link:hover span:first-child {
  opacity: 0;
}
.navbar .navbar-collapse .navbar-nav .nav-item .nav-link:hover span:last-child {
  opacity: 1;
}
.navbar .navbar-collapse .navbar-nav .nav-item .nav-link span:first-child {
  transition: 0.7s;
}
.navbar .navbar-collapse .navbar-nav .nav-item .nav-link span:last-child {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  text-transform: uppercase;
  transition: 0.7s;
  opacity: 0;
}
.navbar .navbar-collapse .navbar-nav .nav-item.cta {
  border: 1px solid #e9e9e9;
  border-radius: 0.5rem;
  margin-left: 0.5rem;
  transition: 0.5s;
}
.navbar .navbar-collapse .navbar-nav .nav-item.cta:hover {
  background: #f2a81f;
  border-color: #f2a81f;
}
.navbar .navbar-collapse .navbar-nav .nav-item.cta:hover .nav-link {
  color: #333;
}
.navbar .navbar-collapse .navbar-nav .nav-item.cta .nav-link {
  padding: 0.4rem 1.3rem;
  color: #e9e9e9;
}

#hero {
  width: 100%;
  position: relative;
  padding: 1rem;
  margin-top: 84.31px;
}
@media (max-width: 768px) {
  #hero {
    margin-top: 0;
    padding: 0;
  }
}
#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;
}
#hero .cta-box .cta-content {
  text-align: center;
  color: #e9e9e9;
  border-radius: 1rem;
}
#hero .cta-box .cta-content img {
  width: 30%;
}
@media (max-width: 768px) {
  #hero .cta-box .cta-content img {
    width: 50%;
  }
}
#hero .cta-box .cta-content h1 {
  margin-bottom: 1rem;
  text-align: center;
}
#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;
}
@media (max-width: 768px) {
  #hero .cta-box .cta-content .btn-box {
    flex-direction: column;
  }
}
#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: #f2a81f;
  color: #e9e9e9;
}
#hero .cta-box .cta-content .btn-box a:last-child {
  color: #e9e9e9;
}
#hero .cta-box .cta-content .btn-box a:last-child:hover {
  background: #e9e9e9;
  color: #f2a81f;
}
#hero .swiper {
  width: 100%;
  aspect-ratio: 16/4;
}
@media (max-width: 768px) {
  #hero .swiper {
    aspect-ratio: 3/2;
  }
}
#hero .swiper .swiper-wrapper .swiper-slide img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  filter: brightness(0.6);
}

#about span {
  text-decoration: underline;
  text-decoration-color: #f2a81f;
  font-style: italic;
  font-weight: 500;
}
#about p {
  line-height: 2;
  margin-bottom: 1rem;
}

#services h2 {
  text-align: center;
}
#services .service-card {
  position: relative;
}
#services .service-card:hover .text {
  background: rgba(0, 0, 0, 0);
}
#services .service-card:hover .text h3,
#services .service-card:hover .text p,
#services .service-card:hover .text span {
  opacity: 0;
}
#services .service-card .text {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  padding: 2rem 2rem;
  background: rgba(0, 0, 0, 0.549);
  display: flex;
  flex-direction: column;
  transition: 0.5s;
}
#services .service-card .text h3,
#services .service-card .text p,
#services .service-card .text span {
  transition: 0.5s;
}
#services .service-card .text h3 {
  margin-top: 0.5rem;
}
#services .service-card .text span {
  font-weight: 500;
  color: #f2a81f;
  font-family: "Quicksand", sans-serif;
}
#services .service-card img {
  width: 100%;
  height: 500px;
  -o-object-fit: cover;
     object-fit: cover;
  display: block;
}
@media (max-width: 768px) {
  #services .service-card img {
    height: 300px;
  }
}

#process .process-card {
  border: 1px solid rgb(78, 78, 78);
  padding: 1rem 2rem;
  height: 100%;
}
#process .process-card h6 {
  font-weight: 500;
  color: #f2a81f;
  font-family: "Quicksand", sans-serif;
  margin-bottom: 1.5rem;
}
#process .process-card i {
  font-size: 5rem;
}
@media (max-width: 768px) {
  #process .process-card i {
    font-size: 3rem;
  }
}
#process .process-card h3 {
  margin: 1rem 0;
}
#process .process-card p {
  color: #b9b9b9;
}

#projects .nav-pills .nav-link.active,
#projects .nav-pills .show > .nav-link {
  background: #f2a81f;
}
#projects .nav-pills .nav-link {
  color: #ff6b00;
}
#projects h2 {
  text-align: center;
}
#projects .swiper {
  width: 100%;
  transform: rotate(0deg);
}
#projects .swiper .swiper-wrapper {
  transition-timing-function: linear !important; /* 平滑線性移動 */
}
#projects .swiper .swiper-slide {
  width: 600px;
  aspect-ratio: 3/2;
}
@media (max-width: 768px) {
  #projects .swiper .swiper-slide {
    width: 300px;
  }
}
#projects .swiper .swiper-slide img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  display: block;
}

@media (max-width: 768px) {
  #contact {
    padding-bottom: 1rem;
  }
}
#contact iframe {
  filter: grayscale(1);
  transition: 0.5s;
}
#contact iframe:hover {
  filter: grayscale(0);
}
#contact .contact-box {
  display: flex;
  gap: 1rem;
  padding: 1rem;
  margin-bottom: 0.5rem;
  border-bottom: 1px solid rgb(104, 104, 104);
}
@media (max-width: 768px) {
  #contact .contact-box {
    margin-bottom: 1rem;
  }
}
#contact .contact-box:last-child {
  margin-bottom: 0;
}
#contact .contact-box .icon-box {
  background: #f2a81f;
  width: 50px;
  height: 50px;
  display: flex;
  justify-content: center;
  align-items: center;
  border-radius: 100%;
  background: #252525;
}
#contact .contact-box .icon-box i {
  color: #e9e9e9;
  font-size: 2rem;
}
#contact .contact-box a {
  color: #f2a81f;
  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 */