@import url("https://fonts.googleapis.com/css2?family=Noto+Sans+TC:wght@100..900&family=Noto+Serif+TC:wght@200..900&display=swap");
body {
  font-family: "Noto Sans TC", sans-serif;
  font-optical-sizing: auto;
  font-weight: 400;
  font-style: normal;
  color: rgb(24, 24, 24);
}

h2 {
  font-size: 1.8rem;
  margin-bottom: 2rem;
  text-align: center;
  font-weight: 500;
}

@media (max-width: 768px) {
  h2 {
    font-size: 1.5rem;
    margin-bottom: 2rem;
    text-align: center;
    font-weight: 500;
  }
}
section {
  padding: 8rem 0;
}

@media (max-width: 768px) {
  section {
    padding: 4.5rem 0;
  }
}
a {
  text-decoration: none;
  color: black;
}

.navbar {
  position: fixed;
  top: 0;
  width: 100%;
  left: 0;
  background: white;
  z-index: 1049;
}
.navbar .navbar-brand img {
  height: 80px;
}
.navbar .navbar-collapse {
  flex-grow: 0;
}
.navbar .navbar-collapse .navbar-nav .nav-item .nav-link {
  padding: 0.5rem 1.5rem;
}
.navbar .navbar-collapse .navbar-nav .nav-item.cta {
  background: #FFC107;
}

@media (max-width: 768px) {
  .navbar {
    position: fixed;
    top: 0;
    width: 100%;
    left: 0;
    background: white;
    z-index: 1049;
  }
  .navbar .navbar-brand img {
    height: 50px;
  }
  .navbar .navbar-collapse {
    flex-grow: 0;
  }
  .navbar .navbar-collapse .navbar-nav .nav-item .nav-link {
    padding: 0.5rem 1.5rem;
  }
  .navbar .navbar-collapse .navbar-nav .nav-item.cta {
    background: #FFC107;
  }
}
#hero {
  width: 100%;
  height: 100vh;
}
#hero .swiper {
  width: 100%;
  height: 100vh;
  position: relative;
}
#hero .swiper img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
#hero .swiper .cta-box {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.562);
  z-index: 2;
  display: flex;
  justify-content: center;
  align-items: center;
}
#hero .swiper .cta-box .cta-content {
  background: rgba(255, 255, 255, 0.762);
  -webkit-backdrop-filter: blur(4px);
          backdrop-filter: blur(4px);
  padding: 3rem;
}
#hero .swiper .cta-box .cta-content h1 {
  font-size: 0.9rem;
  border: 1px solid black;
  display: inline-block;
  border-radius: 2rem;
  padding: 0.5rem 1rem;
}
#hero .swiper .cta-box .cta-content p {
  font-size: 2rem;
  font-weight: 600;
  margin-bottom: 2rem;
}
#hero .swiper .cta-box .cta-content .link-box {
  width: 100%;
  display: flex;
  gap: 1rem;
}
#hero .swiper .cta-box .cta-content .link-box a {
  flex: 1;
  background: black;
  color: #FFC107;
  text-align: center;
  padding: 0.5rem;
  border-radius: 0.5rem;
}
#hero .swiper .cta-box .cta-content .link-box a:last-child {
  background: #FFC107;
  color: black;
}

@media (max-width: 768px) {
  #hero {
    width: 100%;
    height: 100vh;
  }
  #hero .swiper {
    width: 100%;
    height: 100vh;
    position: relative;
  }
  #hero .swiper img {
    width: 100%;
    height: 100%;
    -o-object-fit: cover;
       object-fit: cover;
  }
  #hero .swiper .cta-box {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, 0.562);
    z-index: 2;
    display: flex;
    justify-content: center;
    align-items: end;
  }
  #hero .swiper .cta-box .cta-content {
    background: rgba(255, 255, 255, 0.762);
    -webkit-backdrop-filter: blur(4px);
            backdrop-filter: blur(4px);
    padding: 1rem;
  }
  #hero .swiper .cta-box .cta-content h1 {
    font-size: 0.9rem;
    border: 1px solid black;
    display: inline-block;
    border-radius: 2rem;
    padding: 0.5rem 1rem;
  }
  #hero .swiper .cta-box .cta-content p {
    font-size: 1.5rem;
    font-weight: 600;
    margin-bottom: 2rem;
  }
  #hero .swiper .cta-box .cta-content .link-box {
    width: 100%;
    display: flex;
    gap: 1rem;
    flex-direction: column;
  }
  #hero .swiper .cta-box .cta-content .link-box a {
    flex: 1;
    background: black;
    color: #FFC107;
    text-align: center;
    padding: 0.5rem;
    border-radius: 0.5rem;
  }
  #hero .swiper .cta-box .cta-content .link-box a:last-child {
    background: #FFC107;
    color: black;
  }
}
#about p {
  font-size: 1.1rem;
}
#about ul {
  list-style: none;
  padding: 0;
  margin: 0;
  background: linear-gradient(90deg, #000000, #5d5d5d, #000000);
  color: white;
  padding: 2rem;
  border-radius: 1rem;
  background-size: 200% 100%;
}
#about ul li {
  margin-bottom: 0.8rem;
  display: flex;
  align-items: center;
}
#about ul li i {
  color: #FFC107;
  padding-right: 1rem;
  font-size: 1.5rem;
}

#services {
  background: #000;
}
#services h2 {
  color: white;
}
#services .services-card {
  position: relative;
}
#services .services-card h3 {
  position: absolute;
  bottom: -8%;
  left: 50%;
  transform: translateX(-50%);
  background: #FFC107;
  display: inline-block;
  padding: 0.8rem 2rem;
  font-size: 1.3rem;
  z-index: 2;
  margin: 0;
  white-space: nowrap;
}

@media (max-width: 768px) {
  #services {
    background: #000;
  }
  #services h2 {
    color: white;
  }
  #services .services-card {
    position: relative;
    margin-bottom: 4rem;
  }
  #services .services-card h3 {
    position: absolute;
    bottom: -8%;
    left: 50%;
    transform: translateX(-50%);
    background: #FFC107;
    display: inline-block;
    padding: 0.8rem 2rem;
    font-size: 1.3rem;
    z-index: 2;
    margin: 0;
    white-space: nowrap;
  }
}
#works img {
  height: 450px;
  -o-object-fit: cover;
     object-fit: cover;
}

@media (max-width: 768px) {
  #works img {
    height: 350px;
    -o-object-fit: cover;
       object-fit: cover;
  }
}
#contact {
  background: #FFC107;
}
#contact .contact-box {
  display: flex;
  gap: 1rem;
  background: black;
  padding: 1rem;
  border-radius: 1rem;
  box-shadow: rgba(149, 157, 165, 0.2) 0px 8px 24px;
  margin-bottom: 2rem;
}
#contact .contact-box:last-child {
  margin-bottom: 0;
}
#contact .contact-box h3 {
  font-size: 1.3rem;
  color: white;
}
#contact .contact-box p {
  color: white;
}
#contact .contact-box .icon-box {
  background: #FFC107;
  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: #FFC107;
  font-weight: 600;
  font-size: 1.4rem;
}
#contact .contact-box a.small {
  font-size: 1rem;
}
#contact .contact-box span {
  display: block;
  color: white;
  margin-top: 0.5rem;
}

@media (max-width: 768px) {
  #contact .contact-box {
    display: flex;
    gap: 1rem;
    padding: 1rem;
    border-radius: 1rem;
    box-shadow: rgba(149, 157, 165, 0.2) 0px 8px 24px;
    margin-bottom: 2rem;
  }
  #contact .contact-box h3 {
    font-size: 1.1rem;
  }
  #contact .contact-box .icon-box {
    width: 50px;
    height: 50px;
    display: flex;
    justify-content: center;
    align-items: center;
    border-radius: 100%;
  }
  #contact .contact-box .icon-box i {
    font-size: 2rem;
  }
  #contact .contact-box a {
    font-weight: 600;
    font-size: 1.2rem;
  }
  #contact .contact-box a.small {
    font-size: 1rem;
  }
  #contact .contact-box span {
    display: block;
    margin-top: 0.5rem;
  }
  #contact iframe {
    height: 350px;
  }
}
footer {
  background: #FFC107;
  padding-bottom: 1rem;
}
footer a {
  text-decoration: underline;
}/*# sourceMappingURL=style.css.map */