@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: 300;
  font-style: normal;
  background: #FFFDF6;
  color: #333;
}

h2 {
  margin-bottom: 2rem;
  text-align: center;
  font-family: "Noto Serif TC", serif;
  color: #ECE7E3;
  display: inline-block;
  padding: 0.8rem 2rem;
  border-radius: 3rem;
  background: #354576;
  font-size: 1.5rem;
  box-shadow: rgba(0, 0, 0, 0.05) 0px 6px 24px 0px, rgba(0, 0, 0, 0.08) 0px 0px 0px 1px;
}

@media (max-width: 768px) {
  h2 {
    margin-bottom: 2rem;
    text-align: center;
    font-family: "Noto Serif TC", serif;
    color: #ECE7E3;
    display: inline-block;
    padding: 0.8rem 2rem;
    border-radius: 3rem;
    background: #354576;
    font-size: 1.2rem;
    box-shadow: rgba(0, 0, 0, 0.05) 0px 6px 24px 0px, rgba(0, 0, 0, 0.08) 0px 0px 0px 1px;
  }
}
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: #354576;
  z-index: 1049;
}
.navbar .navbar-brand {
  font-family: "Noto Serif TC", serif;
  color: white;
}
.navbar .navbar-brand img {
  height: 40px;
}
.navbar .navbar-collapse {
  flex-grow: 0;
}
.navbar .navbar-collapse .navbar-nav .nav-item .nav-link {
  padding: 0.5rem 1.5rem;
  color: white;
  font-family: "Noto Serif TC", serif;
  font-size: 1.1rem;
  letter-spacing: 0.05rem;
}
.navbar .navbar-collapse .navbar-nav .nav-item.cta {
  background: white;
  border-radius: 2rem;
}
.navbar .navbar-collapse .navbar-nav .nav-item.cta .nav-link {
  color: #354576;
}

@media (max-width: 768px) {
  .navbar {
    position: fixed;
    top: 0;
    width: 100%;
    left: 0;
    background: #354576;
    z-index: 1049;
  }
  .navbar .navbar-brand {
    font-family: "Noto Serif TC", serif;
    color: white;
  }
  .navbar .navbar-brand img {
    height: 30px;
  }
  .navbar .navbar-toggler-icon {
    filter: invert(1);
  }
  .navbar .navbar-collapse {
    flex-grow: 0;
  }
  .navbar .navbar-collapse .navbar-nav .nav-item .nav-link {
    padding: 1rem 1.5rem;
    color: white;
    font-family: "Noto Serif TC", serif;
    font-size: 1.1rem;
    letter-spacing: 0.05rem;
  }
  .navbar .navbar-collapse .navbar-nav .nav-item.cta {
    background: white;
    border-radius: 2rem;
  }
  .navbar .navbar-collapse .navbar-nav .nav-item.cta .nav-link {
    color: #354576;
  }
}
#hero {
  margin-top: 66px;
  width: 100%;
  height: 85vh;
}
#hero .swiper {
  width: 100%;
  height: 100%;
  position: relative;
}
#hero .swiper .scroll-box {
  position: absolute;
  z-index: 10;
  bottom: 2rem;
  right: 50%;
  transform: translateX(50%);
}
#hero .swiper .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;
  background: rgba(0, 0, 0, 0.438);
}
#hero .swiper .cta-box .cta-content {
  color: white;
  padding: 2rem 3rem;
  border-radius: 1rem;
}
#hero .swiper .cta-box .cta-content h1 {
  margin-bottom: 1rem;
  text-align: center;
  font-size: 3rem;
}
#hero .swiper .cta-box .cta-content p {
  margin-bottom: 2rem;
  font-size: 1.3rem;
}
#hero .swiper .cta-box .cta-content .btn-box {
  display: flex;
  gap: 1rem;
  justify-content: center;
  align-items: center;
}
#hero .swiper .cta-box .cta-content .btn-box a {
  padding: 0.5rem 1.5rem;
  display: flex;
  justify-content: center;
  align-items: center;
  font-size: 1.2rem;
  border-radius: 10rem;
  transition: 0.5s;
}
#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: #354576;
  color: white;
}
#hero .swiper .cta-box .cta-content .btn-box a:first-child:hover {
  background: #06C755;
}
#hero .swiper .cta-box .cta-content .btn-box a:last-child {
  color: white;
}
#hero .swiper .cta-box .cta-content .btn-box a:last-child:hover {
  background: white;
  color: #354576;
}
#hero .swiper .swiper-wrapper .swiper-slide img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}

@media (max-width: 768px) {
  #hero {
    margin-top: 59px;
    width: 100%;
    height: 85vh;
  }
  #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: center;
  }
  #hero .swiper .cta-box .cta-content {
    background: linear-gradient(140deg, rgba(53, 69, 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: #06C755;
    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 .bg {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  z-index: -1;
  opacity: 0.1;
}
#about h3 {
  margin-bottom: 3rem;
  font-family: "Noto Serif TC", serif;
  font-size: 2rem;
}
#about img {
  height: 600px;
  -o-object-fit: cover;
     object-fit: cover;
}
#about p {
  font-size: 1.2rem;
  line-height: 2;
  margin-bottom: 3rem;
}

@media (max-width: 768px) {
  #about {
    position: relative;
  }
  #about .bg {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    -o-object-fit: cover;
       object-fit: cover;
    z-index: -1;
    opacity: 0.1;
  }
  #about h3 {
    margin-top: 2rem;
    margin-bottom: 2rem;
    font-family: "Noto Serif TC", serif;
    font-size: 1.5rem;
  }
  #about img {
    height: 300px;
    -o-object-fit: cover;
       object-fit: cover;
  }
  #about p {
    font-size: 1rem;
    line-height: 2;
    margin-bottom: 3rem;
  }
}
#price img {
  box-shadow: rgba(0, 0, 0, 0.05) 0px 6px 24px 0px, rgba(0, 0, 0, 0.08) 0px 0px 0px 1px;
}
#price p {
  font-size: 1.2rem;
  margin-bottom: 1rem;
  color: gray;
}

#works .nav-pills .nav-link.active,
#works .nav-pills .show > .nav-link {
  background: #354576;
}
#works .nav-pills .nav-link {
  color: #FF6B00;
}
#works .work-card {
  width: 100%;
  box-shadow: rgba(0, 0, 0, 0.05) 0px 6px 24px 0px, rgba(0, 0, 0, 0.08) 0px 0px 0px 1px;
}
#works .work-card img {
  width: 100%;
  height: 500px;
  -o-object-fit: cover;
     object-fit: cover;
}
#works .work-card h4 {
  background: #ECE7E3;
  padding: 1rem;
  font-size: 1.2rem;
}

@media (max-width: 768px) {
  #works .nav-pills .nav-link.active,
  #works .nav-pills .show > .nav-link {
    background: #354576;
  }
  #works .nav-pills .nav-link {
    color: #FF6B00;
  }
  #works .work-card {
    width: 100%;
    box-shadow: rgba(0, 0, 0, 0.05) 0px 6px 24px 0px, rgba(0, 0, 0, 0.08) 0px 0px 0px 1px;
  }
  #works .work-card img {
    width: 100%;
    height: 300px;
    -o-object-fit: cover;
       object-fit: cover;
  }
  #works .work-card h4 {
    background: #ECE7E3;
    padding: 1rem;
    font-size: 1rem;
  }
}
#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:last-child {
  margin-bottom: 0;
}
#contact .contact-box h3 {
  font-size: 1.3rem;
}
#contact .contact-box .icon-box {
  background: #354576;
  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: #354576;
  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: 1rem;
  }
  #contact .contact-box:last-child {
    margin-bottom: 1rem;
  }
  #contact .contact-box h3 {
    font-size: 1.1rem;
  }
  #contact .contact-box .icon-box {
    background: #354576;
    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: #354576;
    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 */