@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");
:root {
  font-size: clamp(16px, 2.8vw, 18px);
}

h1 {
  font-size: clamp(1.75rem, 3.5vw, 2rem);
  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;
}

h2 {
  margin-bottom: 3rem;
  color: #4aa3c2;
}
@media (max-width: 768px) {
  h2 {
    margin-bottom: 1rem;
  }
}

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

a {
  text-decoration: none;
  color: #6fc3df;
}

.cta-link {
  display: flex;
  position: fixed;
  right: 1rem;
  bottom: 2rem;
  z-index: 100;
  flex-direction: column;
  gap: 1rem;
}
@media (max-width: 768px) {
  .cta-link {
    gap: 0.7rem;
    bottom: 1rem;
    right: 0.7rem;
  }
}
.cta-link a {
  width: 50px;
  height: 50px;
  border-radius: 100%;
  background: #f0c36a;
  display: flex;
  justify-content: center;
  align-items: center;
  box-shadow: rgba(0, 0, 0, 0.16) 0px 1px 4px;
  color: white;
}
@media (max-width: 768px) {
  .cta-link a {
    width: 40px;
    height: 40px;
  }
}
.cta-link a i {
  color: white;
  font-size: 1.8rem;
  color: #333333;
}
.cta-link a svg {
  width: 28px;
  height: 28px;
  fill: #6fc3df;
  fill: white;
  fill: #333333;
}

.navbar.scrolled {
  background: white;
  background: #f7fafc;
  padding: 1rem 0;
}
@media (max-width: 768px) {
  .navbar.scrolled {
    padding: 0.5rem 0;
  }
}
@media (max-width: 768px) {
  .navbar.scrolled .container-fluid {
    align-items: center !important;
  }
}
@media (max-width: 768px) {
  .navbar.scrolled .navbar-toggler {
    margin-top: 0rem;
  }
}
.navbar.scrolled .navbar-brand .img-box {
  display: inline-block;
}
.navbar.scrolled .navbar-brand .tag-box {
  display: none;
}
.navbar.scrolled .navbar-collapse {
  flex-grow: 0;
  align-self: center;
  padding-top: 0;
}

.navbar {
  position: fixed;
  top: 0;
  width: 100%;
  left: 0;
  z-index: 1049;
  transition: 0.5s;
  padding: 0;
}
@media (max-width: 768px) {
  .navbar .container-fluid {
    align-items: start !important;
  }
}
@media (max-width: 768px) {
  .navbar .navbar-toggler {
    margin-top: 1rem;
  }
}
.navbar .navbar-brand {
  transition: 0.5s;
  padding: 0;
}
.navbar .navbar-brand .img-box {
  width: 130px;
  height: 120px;
  display: none;
}
@media (max-width: 768px) {
  .navbar .navbar-brand .img-box {
    width: 100px;
    height: 90px;
  }
}
.navbar .navbar-brand .img-box img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  transition: 0.5s;
}
.navbar .navbar-brand .tag-box {
  position: relative;
}
.navbar .navbar-brand .tag-box img {
  width: 250px;
}
@media (max-width: 768px) {
  .navbar .navbar-brand .tag-box img {
    width: 120px;
  }
}
.navbar .navbar-brand .tag-box img.logo {
  position: absolute;
  top: 60%;
  left: 50%;
  transform: translate(-50%, -50%);
}
.navbar .navbar-collapse {
  flex-grow: 0;
  align-self: start;
  padding-top: 1.5rem;
}
.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: #6fc3df;
  background: #f0c36a;
  border-radius: 2rem;
}
#hero {
  width: 100%;
  overflow: hidden;
}
#hero svg {
  width: 100%;
  height: auto;
  display: block;
}
#hero .bg {
  width: 100%;
  height: 100vh;
  position: relative;
  overflow: hidden;
}
#hero .bg img {
  position: absolute;
}
#hero .bg img.layer-1 {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  top: 0;
  left: 0;
}
#hero .bg img.layer-2 {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  top: 0;
  left: 0;
  transform-origin: 75% 78%;
  animation: spin 4s linear infinite;
  will-change: transform;
}
#hero .cta-box {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 2;
  padding: 2rem 2rem 0rem;
  display: flex;
  align-items: end;
}
@media (max-width: 768px) {
  #hero .cta-box {
    padding: 2rem 1rem;
    position: static;
    background: none;
  }
}
#hero .cta-box .cta-content {
  color: white;
  padding: 2rem 3rem;
  border-radius: 1rem;
}
@media (max-width: 768px) {
  #hero .cta-box .cta-content {
    background: rgba(0, 0, 0, 0.293);
    background: rgba(111, 195, 223, 0.3);
    text-align: center;
  }
}
#hero .cta-box .cta-content h1 {
  margin-bottom: 1rem;
  color: #3e6daf;
}
#hero .cta-box .cta-content img {
  display: inline-block;
  width: 150px;
  border-radius: 1rem;
  border: 2px solid rgba(74, 163, 194, 0.5);
}
#hero .cta-box .cta-content p {
  margin-bottom: 2rem;
}
#hero .cta-box .cta-content .btn-box {
  display: flex;
  gap: 1rem;
  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: #6fc3df;
  color: white;
  background: #f0c36a;
}
#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: #6fc3df;
}

#about {
  position: relative;
}
#about .bg {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: -1;
}
#about .bg img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
#about p {
  margin-bottom: 1rem;
  line-height: 2;
}
#services {
  background: #f7fafc;
}
#services h2 {
  text-align: center;
}
#services .service-card {
  background: white;
  border-radius: 2rem;
  overflow: hidden;
  box-shadow: rgba(0, 0, 0, 0.05) 0px 6px 24px 0px, rgba(0, 0, 0, 0.08) 0px 0px 0px 1px;
}
#services .service-card img {
  width: 100%;
  height: 400px;
  -o-object-fit: cover;
     object-fit: cover;
}
@media (max-width: 768px) {
  #services .service-card img {
    height: 250px;
  }
}
#services .service-card .text {
  padding: 1.5rem;
  display: flex;
  flex-direction: column;
  gap: 1rem;
}
#services .service-card .text .title {
  display: flex;
  align-items: center;
  gap: 0.5rem;
}
#services .service-card .text .title .icon-box {
  display: inline-block;
  background: #6fc3df;
  width: 40px;
  height: 40px;
  display: flex;
  justify-content: center;
  align-items: center;
  border-radius: 100%;
}
#services .service-card .text .title .icon-box i {
  font-size: 1.3rem;
  color: white;
}
#services .service-card .text .title .icon-box svg {
  width: 25px;
  fill: white;
  stroke: white !important;
}
#services .service-card .text .title h3 {
  margin: 0;
}
#services .service-card .text .info {
  padding-left: 1rem;
}
#services .service-card .text .info li {
  margin-bottom: 0.5rem;
}
#services .service-card .text .info li:last-child {
  margin-bottom: 0;
}
#services .service-card .text h4 {
  margin-bottom: 0.5rem;
}
#services .service-card .text h4 i {
  color: #f0c36a;
}
#services .service-card .text .advantages ul {
  padding-left: 1rem;
  list-style: circle;
}
#services .service-card .text .advantages ul li {
  margin-bottom: 0.5rem;
}
#services .service-card .text .btn {
  display: flex;
  justify-content: end;
  align-items: center;
}
#services .service-card .text .btn span {
  display: inline-block;
  background: #6fc3df;
  border-radius: 2rem;
  padding: 0.7rem 1.2rem;
  color: white;
}

#process {
  background: #4aa3c2;
  background: #6fc3df;
}
#process h2 {
  text-align: center;
  color: #f7fafc;
}
#process h3 {
  color: white;
  border-bottom: 5px solid #f7fafc;
  padding-bottom: 1rem;
}
#process .process-list .process-card {
  background: white;
  padding: 1rem 1.5rem;
  border-radius: 1rem;
  margin-bottom: 1rem;
}
#process .process-list .process-card .title {
  display: flex;
  gap: 0.5rem;
  align-items: center;
  margin-bottom: 1rem;
}
#process .process-list .process-card .title h4 {
  margin: 0;
}
#process .process-list .process-card .title .step {
  width: 30px;
  height: 30px;
  background: #f0c36a;
  border-radius: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
}
#process .process-list .process-card p {
  margin-bottom: 0;
}

.machine img {
  width: 100%;
  height: 500px;
  -o-object-fit: cover;
     object-fit: cover;
}
@media (max-width: 768px) {
  .machine img {
    height: 300px;
  }
}

#works .nav-pills .nav-link.active,
#works .nav-pills .show > .nav-link {
  background: #6fc3df;
  color: white;
  border-color: #6fc3df;
}
#works .nav-pills .nav-link {
  color: #ff6b00;
  color: #4aa3c2;
  border: 1px solid #4aa3c2;
}
#works img {
  width: 100%;
  border-radius: 1rem;
  height: 400px;
  -o-object-fit: cover;
     object-fit: cover;
}
@media (max-width: 768px) {
  #works img {
    height: 200px;
  }
}

@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: #6fc3df;
  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: #6fc3df;
  font-weight: 600;
}
#contact .contact-box span {
  display: block;
  color: gray;
  margin-top: 0.5rem;
}

footer {
  padding-bottom: 1rem;
}
footer a {
  text-decoration: underline;
}

.swiper {
  margin: 0rem 0 5rem;
}
.swiper img {
  width: 120px;
  height: 120px;
  -o-object-fit: cover;
     object-fit: cover;
}

@media (max-width: 768px) {
  .swiper {
    margin: 0rem 0 3rem;
  }
  .swiper img {
    width: 80px;
    height: 80px;
  }
}
.swiper-slide {
  width: auto;
  /* 讓圖片寬度自適應 */
}

.swiper-wrapper {
  transition-timing-function: linear !important;
}/*# sourceMappingURL=all.css.map */