@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;
  background: #fff6ea;
  color: #4b5f69;
}

h2 {
  margin-bottom: 3rem;
  padding-bottom: 1rem;
  color: #6c3c1a;
  display: inline-block;
  border-bottom: 3px solid #4fc3f7;
}
@media (max-width: 768px) {
  h2 {
    margin-bottom: 2rem;
  }
}

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

a {
  text-decoration: none;
  color: #4fc3f7;
}

.navbar.scrolled .navbar-brand img {
  width: 80px;
}
@media (max-width: 768px) {
  .navbar.scrolled .navbar-brand img {
    width: 60px;
  }
}

.navbar {
  position: fixed;
  top: 0;
  width: 100%;
  left: 0;
  z-index: 1049;
  background: #fff6ea;
  transition: 0.5s;
}
.navbar .navbar-brand {
  transition: 0.5s;
}
.navbar .navbar-brand img {
  width: 100px;
  transition: 0.5s;
}
@media (max-width: 768px) {
  .navbar .navbar-brand img {
    width: 80px;
  }
}
.navbar .navbar-brand span {
  margin-left: 0.5rem;
  color: #6c3c1a;
}
.navbar .navbar-collapse {
  flex-grow: 0;
}
.navbar .navbar-collapse .navbar-nav .nav-item .nav-link {
  padding: 0.5rem 1.5rem;
  color: #4b5f69;
}
@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: #4fc3f7;
}
.navbar .navbar-collapse .navbar-nav .nav-item.cta .nav-link {
  color: #fff;
}

#hero {
  width: 100%;
  height: 90vh;
  position: relative;
}
@media (max-width: 768px) {
  #hero {
    height: 300px;
    margin-top: 106px;
  }
}
#hero .text {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
  z-index: 2;
  background: linear-gradient(to top, transparent, rgba(0, 0, 0, 0.2) 50%, transparent);
}
#hero .text h1 {
  color: white;
  font-size: 3rem;
}
@media (max-width: 768px) {
  #hero .text h1 {
    font-size: 1.5rem;
  }
}
#hero .swiper {
  width: 100%;
  height: 100%;
  border-radius: 3rem;
}
@media (max-width: 768px) {
  #hero .swiper {
    border-radius: 0 0 1rem 1rem;
  }
}
#hero .swiper .swiper-wrapper .swiper-slide img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}

.cta-section {
  position: relative;
  margin-top: -5rem;
  z-index: 5;
  display: flex;
  justify-content: center;
}
@media (max-width: 768px) {
  .cta-section {
    margin-top: 0rem;
    flex-direction: column;
    padding: 2rem;
  }
}
.cta-section .cta-box {
  display: inline-flex;
  background: rgb(255, 255, 255);
  gap: 2rem;
  border-radius: 1rem;
  overflow: hidden;
  border: 3px solid rgb(255, 255, 255);
  box-shadow: rgba(99, 99, 99, 0.2) 0px 2px 8px 0px;
}
@media (max-width: 768px) {
  .cta-section .cta-box {
    flex-direction: column;
    gap: 1rem;
  }
}
.cta-section .cta-box h3 {
  font-size: 1.2rem;
  margin-bottom: 1rem;
}
.cta-section .cta-box .link {
  color: #6c3c1a;
  padding: 2rem 3rem;
}
@media (max-width: 768px) {
  .cta-section .cta-box .link {
    padding: 1rem 2rem;
  }
}
.cta-section .cta-box .link p {
  font-size: 1.1rem;
  margin: 0;
  margin-bottom: 0.5rem;
  display: inline-block;
}
.cta-section .cta-box .cta-link {
  display: flex;
}
@media (max-width: 768px) {
  .cta-section .cta-box .cta-link {
    flex-direction: column;
  }
}
.cta-section .cta-box .cta-link a {
  padding: 1rem 2.5rem;
  background: #4fc3f7;
  color: white;
  display: flex;
  justify-content: center;
  flex-direction: column;
}
@media (max-width: 768px) {
  .cta-section .cta-box .cta-link a {
    align-items: center;
  }
}
.cta-section .cta-box .cta-link a:first-child, .cta-section .cta-box .cta-link a:nth-child(2) {
  border-right: 3px solid rgb(255, 255, 255);
}
@media (max-width: 768px) {
  .cta-section .cta-box .cta-link a:first-child, .cta-section .cta-box .cta-link a:nth-child(2) {
    border: none;
    border-bottom: 3px solid rgb(255, 255, 255);
  }
}
.cta-section .cta-box .cta-link p {
  margin: 0;
}

#about img {
  height: 350px;
  -o-object-fit: cover;
     object-fit: cover;
}
@media (max-width: 768px) {
  #about img {
    margin-bottom: 1rem;
  }
}
#about p {
  font-size: 1.2rem;
  line-height: 2;
  margin-bottom: 2rem;
}
#services .services-card {
  width: 100%;
}
#services .services-card .img-box {
  width: 100%;
  aspect-ratio: 1/1;
  position: relative;
}
#services .services-card .img-box img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
#services .services-card .img-box .services-img {
  border-radius: 100%;
  width: 85%;
  height: 85%;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  -o-object-fit: cover;
     object-fit: cover;
}
#services .services-card .img-box .services-assets {
  opacity: 0.6;
}
#services .services-card h3 {
  text-align: center;
  padding: 2rem 0 5rem;
}
@media (max-width: 768px) {
  #services .services-card h3 {
    font-size: 1.5rem;
  }
}

#process .process-card {
  display: flex;
  flex-direction: column;
  gap: 2rem;
  align-items: center;
}
#process .process-card .img-box {
  width: 100px;
}
#process .process-card .img-box svg {
  width: 100%;
  height: auto;
}
#process .process-card h3 {
  font-size: 1.5rem;
}
#process .process-card h3 i {
  padding-right: 0.5rem;
}
#process .icon-right {
  font-size: 2.5rem;
}
@media (max-width: 768px) {
  #process .icon-right {
    transform: rotate(90deg);
  }
}

#works .works-card {
  border-radius: 0.5rem;
  overflow: hidden;
  box-shadow: rgba(0, 0, 0, 0.05) 0px 6px 24px 0px, rgba(0, 0, 0, 0.08) 0px 0px 0px 1px;
  position: relative;
  transition: 0.5s;
}
#works .works-card:hover .swiper .swiper-wrapper .swiper-slide img {
  transform: scale(1.3);
}
#works .works-card:hover .icon-box {
  background: #333;
}
#works .works-card:hover .icon-box i {
  color: white;
}
#works .works-card .icon-box {
  width: 50px;
  height: 50px;
  border-radius: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
  background: white;
  position: absolute;
  top: 1rem;
  right: 1rem;
  z-index: 3;
  transition: 0.5s;
}
#works .works-card .icon-box i {
  font-size: 2rem;
  transition: 0.5s;
}
#works .works-card .swiper {
  width: 100%;
  height: 300px;
}
@media (max-width: 768px) {
  #works .works-card .swiper {
    height: 250px;
  }
}
#works .works-card .swiper .swiper-wrapper .swiper-slide img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  transition: 0.5s;
}
#works .works-card h3 {
  background: white;
  padding: 2rem 2rem;
  font-size: 1.5rem;
  font-weight: 400;
  color: #6c3c1a;
  margin: 0;
}

@media (max-width: 768px) {
  #contact {
    padding-bottom: 1rem;
  }
}
#contact .contact-box {
  display: flex;
  gap: 1rem;
  background: #fff;
  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 h3 {
  font-size: 1.3rem;
}
@media (max-width: 768px) {
  #contact .contact-box h3 {
    font-size: 1.1rem;
  }
}
#contact .contact-box .icon-box {
  background: #4fc3f7;
  width: 50px;
  height: 50px;
  display: flex;
  justify-content: center;
  align-items: center;
  border-radius: 100%;
}
#contact .contact-box .icon-box i {
  color: #fff;
  font-size: 2rem;
}
#contact .contact-box a {
  color: #4fc3f7;
  font-weight: 600;
  font-size: 1.4rem;
}
@media (max-width: 768px) {
  #contact .contact-box a {
    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: #4fc3f7;
  padding: 0.5rem 0;
  color: rgb(255, 255, 255);
}
footer a {
  text-decoration: underline;
  color: white;
}/*# sourceMappingURL=style.css.map */