@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;
}

.h2-box {
  text-align: center;
  margin-bottom: 2rem;
}
.h2-box h2 {
  text-align: center;
  display: inline-block;
  border-bottom: 5px solid #007C76;
  padding-bottom: 0.5rem;
}

@media (max-width: 768px) {
  .h2-box {
    text-align: center;
    margin-bottom: 2rem;
  }
  .h2-box h2 {
    text-align: center;
    display: inline-block;
    border-bottom: 5px solid #007C76;
    padding-bottom: 0.5rem;
    font-size: 1.3rem;
  }
}
section {
  padding: 8rem 0;
}

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

.navbar {
  position: fixed;
  top: 0;
  width: 100%;
  left: 0;
  background: white;
  z-index: 1049;
  padding: 0.5rem;
}
.navbar .navbar-brand img {
  height: 70px;
}
.navbar .navbar-collapse {
  flex-grow: 0;
}
.navbar .navbar-collapse .navbar-nav .nav-item .nav-link {
  padding: 0.6rem 1.5rem;
}
.navbar .navbar-collapse .navbar-nav .nav-item.cta {
  background: #007C76;
  border-radius: 0.5rem;
}
.navbar .navbar-collapse .navbar-nav .nav-item.cta .nav-link {
  color: white;
  padding: 0.6rem 1.8rem;
  border-radius: 0.5rem;
}

@media (max-width: 768px) {
  .navbar {
    position: fixed;
    top: 0;
    width: 100%;
    left: 0;
    background: white;
    z-index: 1049;
    padding: 0.5rem;
  }
  .navbar .navbar-brand img {
    height: 50px;
  }
  .navbar .navbar-collapse {
    flex-grow: 0;
  }
  .navbar .navbar-collapse .navbar-nav .nav-item .nav-link {
    padding: 0.6rem 1.5rem;
  }
  .navbar .navbar-collapse .navbar-nav .nav-item.cta {
    background: #007C76;
    border-radius: 0.5rem;
  }
  .navbar .navbar-collapse .navbar-nav .nav-item.cta .nav-link {
    color: white;
    padding: 0.6rem 1.8rem;
    border-radius: 0.5rem;
  }
}
#hero {
  width: 100%;
  height: 100vh;
}
#hero .swiper {
  width: 100%;
  height: 100%;
  position: relative;
}
#hero .swiper .cta-box {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 2;
  padding: 2rem;
  display: flex;
  align-items: end;
}
#hero .swiper .cta-box .cta-content {
  background: linear-gradient(140deg, rgba(0, 124, 118, 0.9) 50%, rgba(255, 255, 255, 0.6) 100%);
  color: white;
  padding: 2rem 3rem;
  border-radius: 1rem;
}
#hero .swiper .cta-box .cta-content p {
  margin-bottom: 2rem;
}
#hero .swiper .cta-box .cta-content .btn-box {
  display: flex;
  gap: 1rem;
}
#hero .swiper .cta-box .cta-content .btn-box a {
  padding: 0.5rem 1.5rem;
  display: flex;
  justify-content: center;
  align-items: center;
}
#hero .swiper .cta-box .cta-content .btn-box a i {
  padding-left: 0.5rem;
  font-size: 1.3rem;
}
#hero .swiper .cta-box .cta-content .btn-box a:first-child {
  background: white;
  border-radius: 10rem;
}
#hero .swiper .cta-box .cta-content .btn-box a:last-child {
  color: white;
}
#hero .swiper .swiper-wrapper .swiper-slide img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}

@media (max-width: 768px) {
  #hero {
    width: 100%;
    height: 100vh;
  }
  #hero .swiper {
    width: 100%;
    height: 100%;
    position: relative;
  }
  #hero .swiper .cta-box {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 2;
    padding: 2rem;
    display: flex;
    align-items: end;
  }
  #hero .swiper .cta-box .cta-content {
    background: linear-gradient(140deg, rgba(0, 124, 118, 0.9) 50%, rgba(255, 255, 255, 0.6) 100%);
    color: white;
    padding: 2rem 3rem;
    border-radius: 1rem;
  }
  #hero .swiper .cta-box .cta-content h1 {
    font-size: 1.4rem;
  }
  #hero .swiper .cta-box .cta-content p {
    margin-bottom: 2rem;
  }
  #hero .swiper .cta-box .cta-content .btn-box {
    display: flex;
    gap: 1rem;
    flex-direction: column;
  }
  #hero .swiper .cta-box .cta-content .btn-box a {
    padding: 0.5rem 1.5rem;
    display: flex;
    justify-content: center;
    align-items: center;
  }
  #hero .swiper .cta-box .cta-content .btn-box a i {
    padding-left: 0.5rem;
    font-size: 1.3rem;
  }
  #hero .swiper .cta-box .cta-content .btn-box a:first-child {
    background: white;
    border-radius: 10rem;
  }
  #hero .swiper .cta-box .cta-content .btn-box a:last-child {
    color: white;
  }
  #hero .swiper .swiper-wrapper .swiper-slide img {
    width: 100%;
    height: 100%;
    -o-object-fit: cover;
       object-fit: cover;
  }
}
#about {
  position: relative;
}
#about p {
  font-size: 1.3rem;
}
#about .bg {
  position: absolute;
  width: 100%;
  height: 100%;
  z-index: -1;
  top: 0;
  left: 0;
}
#about .bg img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  filter: opacity(10%);
}

@media (max-width: 768px) {
  #about {
    position: relative;
  }
  #about p {
    font-size: 1.1rem;
  }
  #about .bg {
    position: absolute;
    width: 100%;
    height: 100%;
    z-index: -1;
    top: 0;
    left: 0;
  }
  #about .bg img {
    width: 100%;
    height: 100%;
    -o-object-fit: cover;
       object-fit: cover;
    filter: opacity(10%);
  }
}
#services .services-box .swiper {
  height: 450px;
}
#services .services-box img {
  height: 450px;
  -o-object-fit: cover;
     object-fit: cover;
}
#services .services-box h3 {
  font-size: 1.5rem;
  margin-top: 1rem;
  margin-bottom: 1rem;
  font-weight: 400;
}
#services .services-box .tag-box {
  display: flex;
  gap: 0.5rem;
}
#services .services-box .tag-box span {
  border: 1px solid #007C76;
  border-radius: 1rem;
  padding: 0.2rem 0.8rem;
  font-size: 0.9rem;
  color: #007C76;
}

@media (max-width: 768px) {
  #services .services-box {
    margin-bottom: 2rem;
  }
  #services .services-box .swiper {
    height: 350px;
  }
  #services .services-box img {
    height: 350px;
    -o-object-fit: cover;
       object-fit: cover;
  }
  #services .services-box h3 {
    font-size: 1.3rem;
    margin-top: 1rem;
    margin-bottom: 1rem;
    font-weight: 400;
  }
  #services .services-box .tag-box {
    display: flex;
    gap: 0.5rem;
    flex-wrap: wrap;
  }
  #services .services-box .tag-box span {
    border: 1px solid #007C76;
    border-radius: 1rem;
    padding: 0.2rem 0.8rem;
    font-size: 0.9rem;
    color: #007C76;
  }
}
#works .nav-link {
  color: #007C76;
}
#works .nav-pills .nav-link.active,
#works .nav-pills .show > .nav-link {
  background: #007C76;
  color: white;
}
#works .card {
  background: #007C76;
  color: white;
}

#contact {
  background: #f2f2f2;
}
#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;
}
#contact .contact-box h3 {
  font-size: 1.3rem;
}
#contact .contact-box .icon-box {
  background: #007C76;
  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: #007C76;
  font-weight: 600;
  font-size: 1.4rem;
}
#contact .contact-box a.small {
  font-size: 1rem;
}
#contact .contact-box span {
  display: block;
  color: gray;
  margin-top: 0.5rem;
}

@media (max-width: 768px) {
  #contact {
    background: #f2f2f2;
  }
  #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;
  }
  #contact .contact-box h3 {
    font-size: 1.1rem;
  }
  #contact .contact-box .icon-box {
    background: #007C76;
    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: #007C76;
    font-weight: 600;
    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 {
  background: #f2f2f2;
  padding-bottom: 1rem;
}
footer a {
  text-decoration: underline;
}/*# sourceMappingURL=style.css.map */