@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;
  color: #333;
}

h2 {
  font-size: 1.8rem;
  margin-bottom: 2rem;
  color: rgb(95, 95, 95);
  font-weight: 500;
}

span {
  color: rgb(95, 95, 95);
  display: inline-block;
}

@media (max-width: 768px) {
  h2 {
    font-size: 1.3rem;
    margin-bottom: 2rem;
    color: rgb(95, 95, 95);
    font-weight: 500;
  }
}
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: rgba(255, 255, 255, 0.669);
  z-index: 10000;
  -webkit-backdrop-filter: blur(5px);
          backdrop-filter: blur(5px);
}
.navbar .navbar-brand {
  font-family: "Noto Serif TC", serif;
}
.navbar .navbar-brand img {
  height: 80px;
}
.navbar .navbar-collapse {
  flex-grow: 0;
}
.navbar .navbar-collapse .navbar-nav .nav-item .nav-link {
  padding: 1rem 1rem;
}

#hero {
  position: relative;
  width: 100%;
  height: 100vh;
  display: inline-block;
  margin-top: -8rem;
}
#hero .swiper {
  width: 100%;
  height: 100vh;
  background: #000;
  position: relative;
}
#hero .swiper .cta-box {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 2;
  display: flex;
  justify-content: center;
  align-items: center;
}
#hero .swiper .cta-box .cta-content {
  background: rgba(255, 255, 255, 0.478);
  padding: 2rem;
  -webkit-backdrop-filter: blur(5px);
          backdrop-filter: blur(5px);
}
#hero .swiper .cta-box .cta-content span {
  background: #333;
  color: white;
  padding: 0.3rem 0.8rem;
  border-radius: 2rem;
  font-size: 0.7rem;
  margin-bottom: 0.5rem;
  display: inline-block;
}
#hero .swiper .cta-box .cta-content h1 {
  margin-bottom: 1rem;
}
#hero .swiper .cta-box .cta-content a {
  background: rgb(80, 80, 80);
  padding: 0.5rem 1rem;
  display: inline-block;
  border-radius: 0.5rem;
  color: white;
}
#hero .swiper .swiper-wrapper .swiper-slide img {
  width: 100%;
  height: 100vh;
  -o-object-fit: cover;
     object-fit: cover;
}

@media (max-width: 768px) {
  #hero {
    position: relative;
    width: 100%;
    height: auto;
    display: inline-block;
    margin-top: calc(56px - 4rem);
    margin-bottom: -4rem;
  }
  #hero .swiper {
    width: 100%;
    height: auto;
    background: #000;
    position: relative;
  }
  #hero .swiper .cta-box {
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 2;
    display: flex;
    justify-content: center;
    align-items: center;
  }
  #hero .swiper .cta-box .cta-content {
    background: rgba(255, 255, 255, 0.253);
    padding: 1rem;
    -webkit-backdrop-filter: blur(2px);
            backdrop-filter: blur(2px);
  }
  #hero .swiper .cta-box .cta-content span {
    background: #333;
    color: white;
    padding: 0.3rem 0.8rem;
    border-radius: 2rem;
    font-size: 0.7rem;
    margin-bottom: 0.5rem;
    display: inline-block;
  }
  #hero .swiper .cta-box .cta-content h1 {
    margin-bottom: 1rem;
    font-size: 1.3rem;
  }
  #hero .swiper .cta-box .cta-content a {
    background: rgb(80, 80, 80);
    padding: 0.5rem 0.8rem;
    display: inline-block;
    border-radius: 0.5rem;
    color: white;
    font-size: 0.8rem;
  }
  #hero .swiper .swiper-wrapper .swiper-slide img {
    width: 100%;
    height: auto;
    -o-object-fit: cover;
       object-fit: cover;
  }
}
#about img {
  height: 600px;
  -o-object-fit: cover;
     object-fit: cover;
}
#about p {
  line-height: 2rem;
}

@media (max-width: 768px) {
  #about img {
    height: 300px;
    -o-object-fit: cover;
       object-fit: cover;
  }
  #about p {
    line-height: 2rem;
  }
}
#services {
  background: rgb(232, 232, 232);
}
#services img {
  width: 80px;
  height: 80px;
  -o-object-fit: cover;
     object-fit: cover;
}

#process .process-box {
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
  padding: 1rem 0rem;
  background: rgb(216, 216, 216);
  border-radius: 0.5rem;
  margin-bottom: 1.5rem;
  transition: 0.5s;
}
#process .process-box span {
  margin-bottom: 1rem;
  background: #2b2b2b;
  width: 30px;
  height: 30px;
  display: flex;
  justify-content: center;
  align-items: center;
  border-radius: 100%;
  font-weight: 800;
  color: white;
}
#process .process-box h3 {
  font-weight: 400;
  font-size: 1.5rem;
}
#process .process-box:hover {
  transform: scale(1.1);
}

@media (max-width: 768px) {
  #process .process-box {
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;
    padding: 1rem 0rem;
    background: rgb(216, 216, 216);
    border-radius: 0.5rem;
    margin-bottom: 1.5rem;
    transition: 0.5s;
  }
  #process .process-box span {
    margin-bottom: 1rem;
    background: #2b2b2b;
    width: 30px;
    height: 30px;
    display: flex;
    justify-content: center;
    align-items: center;
    border-radius: 100%;
    font-weight: 800;
    color: white;
  }
  #process .process-box h3 {
    font-weight: 400;
    font-size: 1.2rem;
  }
  #process .process-box:hover {
    transform: scale(1.1);
  }
}
#works img {
  height: 400px;
  -o-object-fit: cover;
     object-fit: cover;
}

@media (max-width: 768px) {
  #works img {
    height: 300px;
    -o-object-fit: cover;
       object-fit: cover;
  }
}
#contact {
  background: gray;
  color: white;
}
#contact span {
  color: white;
}
#contact h2 {
  color: white;
}
#contact .parallelogram {
  margin-bottom: 0rem;
}
#contact ul {
  margin-top: 2rem;
  list-style: none;
  padding: 0;
}
#contact ul li {
  margin-bottom: 1rem;
  font-size: 1.2rem;
  color: #ffffff;
}
#contact ul li a {
  color: #dadada;
}

@media (max-width: 768px) {
  #contact {
    background: gray;
    color: white;
  }
  #contact span {
    color: white;
  }
  #contact h2 {
    color: white;
  }
  #contact .parallelogram {
    margin-bottom: 0rem;
  }
  #contact ul {
    margin-top: 2rem;
    list-style: none;
    padding: 0;
  }
  #contact ul li {
    margin-bottom: 1rem;
    font-size: 1rem;
    color: #ffffff;
  }
  #contact ul li a {
    color: #dadada;
  }
}
footer {
  background: gray;
  padding-bottom: 1rem;
  color: white;
}
footer span {
  color: white;
}
footer a {
  color: #e3e3e3;
  text-decoration: underline;
}/*# sourceMappingURL=style.css.map */