@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-family: "Noto Serif TC", serif;
  font-optical-sizing: auto;
  font-weight: 400;
  font-style: normal;
  background: #fffef7;
  color: #222;
}

.h2-box {
  margin-bottom: 3rem;
  text-align: center;
}
.h2-box h2 {
  letter-spacing: 0.1rem;
  margin-bottom: 0.5rem;
}
.h2-box p {
  font-size: 1.2rem;
}
section {
  padding: 8rem 0rem;
}
@media (max-width: 768px) {
  section {
    padding: 4rem 0;
  }
}

a {
  text-decoration: none;
  color: #143169;
}

.navbar.scrolled {
  background: #3c72da;
  background: #fffef7;
  background: rgba(255, 254, 247, 0.8);
  backdrop-filter: blur(4px);
}
.navbar.scrolled .link-box {
  border-bottom: 1px solid rgb(225, 225, 225);
  display: block;
  transition: 1s;
}
@media (max-width: 768px) {
  .navbar.scrolled .link-box {
    display: none;
  }
}
.navbar.scrolled .link-box .link h4 {
  color: #222;
}
.navbar.scrolled .link-box .link a {
  color: #143169;
}
.navbar.scrolled .link-box .link span {
  color: #222;
}
.navbar.scrolled .navbar-brand {
  transition: 0.5s;
}
.navbar.scrolled .navbar-brand img {
  width: 100px;
  transition: 0.5s;
  filter: brightness(1) invert(0);
}
@media (max-width: 768px) {
  .navbar.scrolled .navbar-brand img {
    width: 70px;
  }
}
.navbar.scrolled .navbar-collapse {
  flex-grow: 0;
}
.navbar.scrolled .navbar-collapse .navbar-nav .nav-item.cta {
  height: 100%;
  align-self: stretch;
  border: none;
  background: #143169;
}
.navbar.scrolled .navbar-collapse .navbar-nav .nav-item.cta .nav-link {
  color: #fffef7;
  display: flex;
  align-items: start;
  flex-direction: column;
  gap: 0.2rem;
}
@media (max-width: 768px) {
  .navbar.scrolled .navbar-collapse .navbar-nav .nav-item.cta .nav-link {
    align-items: center;
    justify-content: center;
    text-align: center;
  }
}
.navbar.scrolled .navbar-collapse .navbar-nav .nav-item.cta .nav-link div:first-child {
  font-weight: 300;
  font-size: 1.1rem;
}
.navbar.scrolled .navbar-collapse .navbar-nav .nav-item.cta .nav-link div:last-child {
  font-weight: 500;
  font-size: 1.2rem;
}
.navbar.scrolled .navbar-collapse .navbar-nav .nav-item .nav-link {
  color: black;
}

.navbar {
  position: fixed;
  top: 0;
  width: 100%;
  left: 0;
  z-index: 1049;
  transition: 0.5s;
  flex-wrap: wrap;
}
.navbar .link-box {
  display: none;
  transition: 1s;
}
.navbar .link-box .link {
  display: flex;
  gap: 0.5rem;
  padding: 0.5rem;
  text-align: end;
  justify-content: end;
  align-items: center;
}
.navbar .link-box .link h4 {
  font-size: 0.9rem;
  margin: 0;
  padding: 0;
  color: white;
}
.navbar .link-box .link a,
.navbar .link-box .link span {
  font-size: 0.9rem;
  color: white;
}
.navbar .navbar-brand {
  padding: 0.5rem 1.5rem;
  transition: 0.5s;
}
.navbar .navbar-brand img {
  width: 130px;
  transition: 0.5s;
  filter: brightness(0) invert(1);
}
@media (max-width: 768px) {
  .navbar .navbar-brand img {
    width: 100px;
  }
}
.navbar .navbar-collapse {
  flex-grow: 0;
}
.navbar .navbar-collapse .navbar-nav .nav-item .nav-link {
  padding: 0rem 2rem;
  display: flex;
  justify-content: center;
  align-items: center;
  color: white;
  height: 100%;
  font-size: 1.1rem;
}
@media (max-width: 768px) {
  .navbar .navbar-collapse .navbar-nav .nav-item .nav-link {
    padding: 1rem 1em;
  }
}
.navbar .navbar-collapse .navbar-nav .nav-item.cta {
  height: 100%;
  align-self: stretch;
  border-left: 1px solid white;
  border-bottom: 1px solid white;
}
.navbar .navbar-collapse .navbar-nav .nav-item.cta .nav-link {
  padding: 0 2.5rem;
  color: #fffef7;
  display: flex;
  align-items: start;
  flex-direction: column;
  gap: 0.2rem;
}
.navbar .navbar-collapse .navbar-nav .nav-item.cta .nav-link div:first-child {
  font-weight: 300;
  font-size: 1.1rem;
}
.navbar .navbar-collapse .navbar-nav .nav-item.cta .nav-link div:last-child {
  font-weight: 500;
  font-size: 1.2rem;
}
.navbar .navbar-collapse .navbar-nav .nav-item.link {
  display: none;
}
@media (max-width: 768px) {
  .navbar .navbar-collapse .navbar-nav .nav-item.link {
    display: block;
    padding: 2rem;
    background: rgb(228, 228, 228);
  }
  .navbar .navbar-collapse .navbar-nav .nav-item.link h4 {
    font-size: 1rem;
  }
}

.bg {
  width: 100%;
  height: 100vh;
  position: fixed;
  top: 0;
  left: 0;
  object-fit: cover;
  z-index: -1;
}

#hero {
  width: 100%;
  height: 90vh;
  position: relative;
}
@media (max-width: 768px) {
  #hero {
    height: 70vh;
  }
}
#hero .cta-box {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 2;
  display: flex;
  align-items: center;
  justify-content: center;
}
#hero .cta-box .cta-content {
  text-align: center;
  color: #fffef7;
  padding-top: 8rem;
  border-radius: 1rem;
  color: rgb(85, 85, 85);
  -webkit-writing-mode: vertical-rl;
  writing-mode: vertical-rl;
  text-align: start;
}
#hero .cta-box .cta-content h1 {
  display: none;
}
@media (max-width: 768px) {
  #hero .cta-box .cta-content h1 {
    font-size: 2rem;
  }
}
#hero .cta-box .cta-content p {
  font-size: 1.1rem;
}
#hero .swiper {
  width: 100%;
  height: 100%;
}
#hero .swiper .swiper-wrapper .swiper-slide img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

#about {
  overflow: hidden;
  position: relative;
}
#about .about-card {
  border-right: 1px solid;
}
@media (max-width: 768px) {
  #about .about-card {
    border-right: none;
  }
}
#about .bird-area {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
#about .bird-area .bird {
  position: absolute;
  width: 120px;
  filter: brightness(0) invert(1);
  opacity: 0.3;
  mix-blend-mode: difference;
  animation: fly-in-section 15s linear infinite, flap 0.6s ease-in-out infinite;
}
#about .h2-box {
  margin-bottom: 0;
}
#about .title {
  margin: 8rem 0 2rem;
}
@media (max-width: 768px) {
  #about .title {
    margin: 4rem 0 1.5rem;
  }
}
#about .title h3 {
  text-align: center;
  font-size: 1.5rem;
  display: flex;
  justify-content: center;
  align-items: center;
}
#about .title .step {
  width: 1.6rem;
  height: 1.6rem;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  border-radius: 100%;
  border: 1px solid black;
  font-size: 1rem;
  margin-right: 0.5rem;
}
#about p {
  text-align: center;
  font-size: 1.1rem;
  line-height: 2;
}
#about h4 {
  font-size: 1.2rem;
  text-align: center;
  margin-bottom: 1rem;
}
#about .certificate {
  margin-top: 5rem;
  border: 1px solid rgba(0, 0, 0, 0.411);
  padding: 3rem;
  background: rgba(0, 0, 0, 0.0352941176);
}
@media (max-width: 768px) {
  #about .certificate {
    margin: 3rem 1rem 0;
    padding: 2rem 1rem 1rem;
  }
}
#about .certificate h3 {
  text-align: start;
  margin-top: 0;
  font-size: 1.5rem;
  margin-bottom: 2rem;
  display: inline-block;
}
#about .certificate p {
  text-align: start;
  padding-right: 1rem;
}
#about .certificate img {
  height: 400px;
  object-fit: contain;
}

#services {
  position: relative;
}
#services::after {
  content: "";
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  z-index: -1;
  background: url("../images/assets/bg-2.jpg");
  background-size: 100% auto;
  opacity: 0.9;
}
#services .services-card {
  text-align: center;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
}
#services .services-card .icon-box {
  background: rgb(255, 255, 255);
  width: 70%;
  aspect-ratio: 1/1;
  padding: 3rem;
  border-radius: 100%;
  box-shadow: rgba(0, 0, 0, 0.16) 0px 1px 4px;
}
@media (max-width: 768px) {
  #services .services-card .icon-box {
    padding: 2rem;
    width: 70%;
  }
}
#services .services-card .icon-box svg {
  opacity: 0.6;
}
#services .services-card h3 {
  font-size: 1.3rem;
  padding: 2rem 0 3rem;
  font-weight: 400;
}

#process .process-card {
  position: relative;
}
#process .process-card .step {
  position: absolute;
  top: 2rem;
  right: 2rem;
  font-size: 2rem;
  display: inline-flex;
  width: 80px;
  height: 80px;
  border: 1px solid rgba(34, 34, 34, 0.3254901961);
  justify-content: center;
  align-items: center;
  border-radius: 100%;
  background: #fffef7;
}
@media (max-width: 768px) {
  #process .process-card .step {
    width: 60px;
    height: 60px;
    top: 2rem;
    right: 0.5rem;
  }
}
#process .process-card .content {
  display: inline-block;
}
@media (max-width: 768px) {
  #process .process-card .content {
    margin-top: 2rem;
  }
}
#process .process-card .content h3 {
  margin-bottom: 1.5rem;
  font-size: 1.5rem;
}
#process .process-card .content ul {
  padding-left: 1rem;
  display: inline-block;
}
#process .process-card .content ul li {
  text-align: start;
  margin-bottom: 0.5rem;
}
#process .process-card .content h4 {
  font-size: 1.2rem;
  padding: 2rem 0 1rem;
}
#process .process-card .content .cta-box {
  display: flex;
  justify-content: center;
  gap: 1rem;
}
@media (max-width: 768px) {
  #process .process-card .content .cta-box {
    justify-content: space-between;
    margin-bottom: 1rem;
  }
}
#process .process-card .content .cta-box a {
  display: inline-block;
  padding: 0.8rem 2rem;
  border: 1px solid #333;
  transition: 0.5s;
}
@media (max-width: 768px) {
  #process .process-card .content .cta-box a {
    padding: 1rem;
  }
}
#process .process-card .content .cta-box a:hover {
  background: #143169;
  color: white;
}

@keyframes flap {
  0%, 100% {
    transform: translateY(0);
  }
  50% {
    transform: translateY(-15px);
  }
}
@keyframes fly-in-section {
  0% {
    left: -60px;
    top: 60%;
  }
  25% {
    left: 25%;
    top: 30%;
  }
  50% {
    left: 60%;
    top: 70%;
  }
  75% {
    left: 80%;
    top: 40%;
  }
  100% {
    left: 100%;
    top: 50%;
  }
}
#plan {
  position: relative;
}
#plan::after {
  content: "";
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  background: url("../images/assets/bg-2.jpg");
  background-size: 100% auto;
  opacity: 0.9;
  z-index: -1;
}
#plan .planItem {
  padding: 20px 0;
}
#plan .planItem .planCard {
  height: -webkit-fill-available;
}
#plan .planItem .planCard .titleBox {
  height: 100%;
  min-height: 15vh;
  background: #143169;
  display: flex;
  justify-content: center;
  align-items: center;
}
#plan .planItem .planCard .titleBox h4 {
  color: white;
}
#plan .planItem .planCard .typeBox {
  height: 100%;
  background: rgba(255, 254, 247, 0.5);
  backdrop-filter: blur(3px);
  padding: 20px;
  box-shadow: rgba(20, 49, 105, 0.2) 0px 2px 8px 0px;
}
@media (min-width: 768px) {
  #plan .planItem .planCard .typeBox {
    margin-top: 30px;
    margin-left: -30px;
  }
}
#plan .planItem .planCard .typeBox .type {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
}
#plan .planItem .planCard .typeBox .imgBox {
  width: 60%;
  height: 100%;
  aspect-ratio: 1;
  background: rgba(20, 49, 105, 0.8);
  border-radius: 50%;
  padding: 15%;
  display: flex;
  justify-content: center;
  align-items: center;
}
#plan .planItem .planCard .typeBox .imgBox img {
  width: 100%;
  height: 100%;
  object-fit: contain;
  filter: invert(1);
}
#plan .planItem .planCard .typeBox h4 {
  font-weight: 600;
  margin: 12px 0;
}

#works .nav-pills .nav-link.active,
#works .nav-pills .show > .nav-link {
  background: #143169;
}
#works .nav-pills .nav-link {
  color: #143169;
}

#contact {
  background: #f2f2f2;
}
@media (max-width: 768px) {
  #contact {
    padding-bottom: 1rem;
  }
}
#contact .contact-box {
  display: flex;
  gap: 1rem;
  background: #fffef7;
  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;
  color: #143169;
}
@media (max-width: 768px) {
  #contact .contact-box h3 {
    font-size: 1.1rem;
  }
}
#contact .contact-box .icon-box {
  background: #143169;
  width: 50px;
  height: 50px;
  display: flex;
  justify-content: center;
  align-items: center;
  border-radius: 100%;
}
#contact .contact-box .icon-box i {
  color: #fffef7;
  font-size: 2rem;
}
#contact .contact-box a {
  color: #143169;
  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: #f2f2f2;
  padding-bottom: 1rem;
}
footer a {
  text-decoration: underline;
}

.quickly-link {
  position: fixed;
  bottom: 0;
  right: 0;
  padding: 1rem 0.5rem;
  display: flex;
  flex-direction: column;
  gap: 0.8rem;
  z-index: 1040;
  opacity: 0.8;
}
.quickly-link:hover {
  opacity: 1;
}
.quickly-link .icon-box {
  background: #143169;
  border: 2px solid white;
}
.quickly-link .icon-box i {
  color: rgb(255, 255, 255);
}

.icon-box {
  background: #143169;
  width: 50px;
  height: 50px;
  display: flex;
  justify-content: center;
  align-items: center;
  border-radius: 100%;
}
.icon-box i {
  color: white;
  font-size: 2rem;
}/*# sourceMappingURL=style.css.map */