@import url("https://fonts.googleapis.com/css2?family=Noto+Sans+TC:wght@100..900&display=swap");
:root {
  --swiper-pagination-color: white;
  --swiper-pagination-left: auto;
  --swiper-pagination-right: 8px;
  --swiper-pagination-bottom: 16px;
  --swiper-pagination-top: auto;
  --swiper-pagination-fraction-color: inherit;
  --swiper-pagination-progressbar-bg-color: rgba(0, 0, 0, 0.25);
  --swiper-pagination-progressbar-size: 4px;
  --swiper-pagination-bullet-size: 12px;
  --swiper-pagination-bullet-width: 12px;
  --swiper-pagination-bullet-height: 12px;
  --swiper-pagination-bullet-inactive-color: #ffffff;
  --swiper-pagination-bullet-inactive-opacity: 0.2;
  --swiper-pagination-bullet-opacity: 1;
  --swiper-pagination-bullet-horizontal-gap: 8px;
  --swiper-pagination-bullet-vertical-gap: 6px;
}

body {
  color: #333;
  background: #ffffff;
  font-family: "Noto Sans TC", sans-serif;
  font-optical-sizing: auto;
  font-weight: 400;
  font-style: normal;
}

a {
  text-decoration: none;
}

h2 {
  margin-bottom: 2rem;
}

@media (max-width: 768px) {
  h2 {
    margin-bottom: 1rem;
    font-size: 1.2rem;
  }
}
section {
  padding: 8rem 0;
}

@media (max-width: 768px) {
  section {
    padding: 4rem 0;
  }
}
.navbar {
  background: #ffffff;
}
.navbar .navbar-brand {
  color: white;
}
.navbar .navbar-brand img {
  width: 60px;
}
.navbar .navbar-collapse {
  flex-grow: 0;
}
.navbar .navbar-collapse .navbar-nav .nav-item {
  display: inline-block;
}
.navbar .navbar-collapse .navbar-nav .nav-item:last-child {
  background: #4d4d4d;
}
.navbar .navbar-collapse .navbar-nav .nav-item:last-child .nav-link i {
  display: inline-block;
  padding-right: 0.2rem;
}
.navbar .navbar-collapse .navbar-nav .nav-item .nav-link {
  color: #4d4d4d;
  padding: 0.5rem 1rem;
}
.navbar .navbar-collapse .navbar-nav .nav-item .nav-link:hover {
  color: #ffffff;
  background: #4d4d4d;
}
.navbar .navbar-collapse .navbar-nav .nav-item:last-child {
  border-radius: 0.5rem;
}
.navbar .navbar-collapse .navbar-nav .nav-item:last-child .nav-link {
  color: white !important;
  border-radius: 0.5rem;
}
.navbar .navbar-collapse .navbar-nav .nav-item:last-child:hover {
  background: black !important;
  color: #ffffff !important;
  transform: rotate(5deg);
}
@media (max-width: 768px) {
  .navbar {
    background: #ffffff;
  }
  .navbar .navbar-brand {
    color: white;
  }
  .navbar .navbar-brand img {
    width: 40px;
  }
  .navbar .navbar-collapse {
    flex-grow: 0;
  }
  .navbar .navbar-collapse .navbar-nav .nav-item {
    display: inline-block;
  }
  .navbar .navbar-collapse .navbar-nav .nav-item:last-child {
    background: #4d4d4d;
  }
  .navbar .navbar-collapse .navbar-nav .nav-item:last-child .nav-link i {
    display: inline-block;
    padding-right: 0.2rem;
  }
  .navbar .navbar-collapse .navbar-nav .nav-item .nav-link {
    color: #4d4d4d;
    padding: 0.5rem 1rem;
  }
  .navbar .navbar-collapse .navbar-nav .nav-item .nav-link:hover {
    color: #ffffff;
    background: #4d4d4d;
  }
  .navbar .navbar-collapse .navbar-nav .nav-item:last-child {
    border-radius: 0.5rem;
  }
  .navbar .navbar-collapse .navbar-nav .nav-item:last-child .nav-link {
    color: white !important;
    border-radius: 0.5rem;
  }
  .navbar .navbar-collapse .navbar-nav .nav-item:last-child:hover {
    background: black !important;
    color: #ffffff !important;
    transform: rotate(5deg);
  }
}
#hero {
  width: 100%;
  height: 85vh;
  position: relative;
}
#hero .text-content {
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  z-index: 2;
  display: flex;
  align-items: center;
  flex-direction: column;
  justify-content: center;
  background: rgba(0, 0, 0, 0.465);
  color: white;
}
#hero .text-content .hero-card {
  padding-left: 30rem;
}
#hero .text-content .hero-card h1 {
  font-weight: 600;
  font-size: 3.5rem;
  margin-bottom: 1rem;
}
#hero .text-content .hero-card h2 {
  font-size: 1.3rem;
  font-weight: 400;
}
#hero .text-content .hero-card a {
  display: inline-block;
  background: rgba(255, 255, 255, 0.727);
  padding: 0.5rem 1.2rem;
  border-radius: 0.2rem;
  color: #4d4d4d;
  margin-top: 0;
  font-weight: 500;
  transition: 1s;
}
#hero .text-content .hero-card a:hover {
  background: #4d4d4d;
  color: white;
}
#hero .swiper {
  width: 100%;
  height: 100%;
}
#hero .swiper .swiper-slide {
  width: 100%;
  height: 100%;
}
#hero .swiper .swiper-slide img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: right center;
}

@media (max-width: 768px) {
  #hero {
    margin-top: 66px;
    width: 100%;
    height: auto;
    position: relative;
  }
  #hero .text-content {
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    z-index: 2;
    display: flex;
    align-items: center;
    flex-direction: column;
    justify-content: center;
    color: white;
    padding: 1rem;
  }
  #hero .text-content .hero-card {
    width: 100%;
    height: 100%;
    padding-left: 30rem;
    padding: 0;
    z-index: 3;
    display: inline-block;
  }
  #hero .text-content .hero-card h1 {
    font-weight: 600;
    font-size: 1.4rem;
    margin-bottom: 1rem;
    display: inline-block;
  }
  #hero .text-content .hero-card h2 {
    font-size: 0.9rem;
    font-weight: 400;
    display: inline-block;
  }
  #hero .text-content .hero-card a {
    display: inline-block;
    background: rgba(255, 255, 255, 0.727);
    padding: 0.5rem 1.2rem;
    border-radius: 0.2rem;
    color: #4d4d4d;
    margin-top: 0;
    font-weight: 500;
    transition: 1s;
    font-size: 0.8rem;
  }
  #hero .text-content .hero-card a:hover {
    background: #4d4d4d;
    color: white;
  }
  #hero .swiper {
    width: 100%;
    height: 100%;
  }
  #hero .swiper .swiper-slide {
    width: 100%;
    height: 100%;
  }
  #hero .swiper .swiper-slide img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    object-position: right center;
  }
}
#about ul {
  list-style: none;
  padding: 0;
  display: flex;
  flex-direction: column;
  gap: 1rem;
}
#about ul li {
  display: flex;
  gap: 1rem;
}
#about ul li h3 {
  font-size: 1.5rem;
}
#about ul li i {
  font-size: 2.5rem;
  color: rgb(212, 36, 36);
}
#about img {
  height: auto;
}

@media (max-width: 768px) {
  #about ul {
    list-style: none;
    padding: 0;
    display: flex;
    flex-direction: column;
    gap: 1rem;
  }
  #about ul li {
    display: flex;
    gap: 1rem;
  }
  #about ul li h3 {
    font-size: 1.2rem;
  }
  #about ul li i {
    font-size: 2rem;
    color: rgb(212, 36, 36);
  }
  #about img {
    height: auto;
  }
}
#features .card {
  padding: 2rem;
  text-align: center;
  background: transparent;
  box-shadow: rgba(77, 77, 77, 0.1) 0px 3px 26px 0px, rgba(77, 77, 77, 0.3) 0px 0px 0px 1px;
  color: white;
}
#features .card .img-box {
  width: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
  margin-bottom: 2rem;
}
#features .card .img-box img {
  width: 30%;
  aspect-ratio: 1/1;
  object-fit: cover;
}
#features .card h5 {
  color: #4d4d4d;
  margin-bottom: 1rem;
  font-weight: 400;
}
#features .card p {
  line-height: 1.8rem;
  font-weight: 300;
}

#services .card {
  transition: 0.3s;
  justify-content: center;
  align-items: center;
  padding: 2rem 0;
}
#services .card:hover {
  transform: scale(1.05);
  background: #4d4d4d;
  color: white;
}
#services .card:hover .img-box {
  background: white;
}
#services .card:hover .img-box img {
  filter: invert(0);
}
#services .card .img-box {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 40%;
  aspect-ratio: 1/1;
  background: #4d4d4d;
  padding: 10%;
  border-radius: 100%;
}
#services .card .img-box img {
  width: 100%;
  height: 100%;
  object-fit: contain;
  filter: invert(1);
}
#services .card .card-body {
  padding: 0;
  padding-top: 2rem;
}
#services .card .card-body .card-title {
  margin: 0;
}

#works img {
  height: 400px;
  object-fit: cover;
}

@media (max-width: 768px) {
  #works img {
    height: 300px;
    object-fit: cover;
  }
}
#contact {
  background: #4d4d4d;
  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;
}

footer {
  background: #4d4d4d;
  padding-bottom: 1rem;
  color: white;
}
footer a {
  color: #e3e3e3;
  text-decoration: underline;
}

.gauto-promo-area {
  position: relative;
  background: url(../images/works/img-2.jpg) no-repeat center/cover fixed;
  z-index: 1;
}
.gauto-promo-area:after {
  position: absolute;
  content: "";
  top: 0;
  right: 0;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.8) none repeat scroll 0 0;
  z-index: -1;
}
.gauto-promo-area .content {
  height: 100%;
  display: flex;
  flex-direction: column;
  padding: 3rem 0;
  justify-content: center;
  align-items: start;
  color: white;
}
.gauto-promo-area .content h4 {
  font-size: 2.5rem;
}
.gauto-promo-area .content a {
  display: inline-block;
  font-size: 2.5rem;
  font-weight: 800;
  color: white;
}
.gauto-promo-area .content a.cta {
  font-size: 1rem;
  font-weight: 400;
  background: white;
  padding: 0.5rem 2rem;
  color: black;
  margin-top: 1rem;
  transition: 0.2s;
}
.gauto-promo-area .content a.cta:hover {
  background: rgb(226, 70, 70);
  color: white;
}

.promo-box-left {
  position: relative;
  z-index: 1;
}
.promo-box-left img {
  width: 300px;
  margin-top: -70px;
  transform: scaleX(-1);
}

.promo-box-right {
  padding-top: 70px;
}

.promo-box-left:after {
  position: absolute;
  background: rgb(226, 70, 70) none repeat scroll 0 0;
  content: "";
  top: 0;
  right: 40%;
  width: 2030px;
  height: 100%;
  -webkit-transform: skewX(45deg);
  transform: skewX(45deg);
  z-index: -1;
}
.promo-box-left:before {
  position: absolute;
  background: white none repeat scroll 0 0;
  content: "";
  top: 0;
  right: 33%;
  width: 70px;
  height: 100%;
  -webkit-transform: skewX(45deg);
  transform: skewX(45deg);
  z-index: -1;
}

@media (max-width: 768px) {
  .gauto-promo-area {
    position: relative;
    background: url(../images/works/img-2.jpg) no-repeat center/cover fixed;
    z-index: 1;
  }
  .gauto-promo-area:after {
    position: absolute;
    content: "";
    top: 0;
    right: 0;
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, 0.8) none repeat scroll 0 0;
    z-index: -1;
  }
  .gauto-promo-area .content {
    height: 100%;
    display: flex;
    flex-direction: column;
    padding: 3rem 0;
    justify-content: center;
    align-items: start;
    color: white;
  }
  .gauto-promo-area .content h4 {
    font-size: 1.5rem;
  }
  .gauto-promo-area .content a {
    display: inline-block;
    font-size: 1.5rem;
    font-weight: 800;
    color: white;
  }
  .gauto-promo-area .content a.cta {
    font-size: 1rem;
    font-weight: 400;
    background: white;
    padding: 0.5rem 2rem;
    color: black;
    margin-top: 1rem;
    transition: 0.2s;
    margin-bottom: 2rem;
  }
  .gauto-promo-area .content a.cta:hover {
    background: rgb(226, 70, 70);
    color: white;
  }
  .promo-box-left {
    position: relative;
    z-index: 1;
  }
  .promo-box-left img {
    width: 200px;
    margin-top: -50px;
    transform: scaleX(-1);
  }
  .promo-box-right {
    padding-top: 70px;
  }
  .promo-box-left:after {
    position: absolute;
    background: rgb(226, 70, 70) none repeat scroll 0 0;
    content: "";
    top: 0;
    right: 45%;
    width: 2030px;
    height: 100%;
    -webkit-transform: skewX(45deg);
    transform: skewX(45deg);
    z-index: -1;
  }
  .promo-box-left:before {
    position: absolute;
    background: white none repeat scroll 0 0;
    content: "";
    top: 0;
    right: 40%;
    width: 70px;
    height: 100%;
    -webkit-transform: skewX(45deg);
    transform: skewX(45deg);
    z-index: -1;
  }
}/*# sourceMappingURL=style.css.map */