@import url("https://fonts.googleapis.com/css2?family=Noto+Sans+TC&family=Rampart+One&display=swap");
body {
  margin: 0;
  background-image: url("../image/background-img.png");
  background-attachment: fixed;
  background-size: cover;
}

* {
  box-sizing: border-box;
  letter-spacing: 1px;
}

h1,
h3,
h2,
h2,
h5,
h6 {
  margin: 0;
}

h1 {
  font-size: 1.3em;
  line-height: 0.9em;
}
h1 span {
  font-size: 0.8em;
}

.title {
  margin: auto;
  font-family: "Rampart One", cursive;
  color: #D09EE7;
  font-weight: bolder;
  line-height: 1.6em;
  border-radius: 10px;
  width: 80%;
}

a {
  display: inline-block;
  text-decoration: none;
}

p,
a,
h3 {
  color: #541C6F;
  font-family: "Noto Sans TC", sans-serif;
}

.navbar {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  z-index: 100;
  padding: 10px 20px;
  background-color: #EBD5F5;
}
.navbar .navbar-brand {
  color: #D09EE7;
}
.navbar .navbar-brand a {
  letter-spacing: 2px;
  display: inline-block;
}
.navbar .navbar-brand a span {
  display: block;
  margin-top: 8px;
  font-size: 14px;
}
.navbar .navbar-brand a:hover {
  color: #D09EE7;
  filter: brightness(0.7);
}
.navbar .navbar-toggler {
  color: transparent;
}
.navbar .navbar-toggler i {
  color: #D09EE7;
  font-size: 24px;
}
.navbar .navbar-collapse {
  flex-grow: 0;
}
.navbar .navbar-collapse .navbar-nav .nav-link {
  margin: 0 20px;
  color: #D09EE7;
}
.navbar .navbar-collapse .navbar-nav .nav-link::after {
  content: "";
  position: relative;
  left: 50%;
  bottom: -5px;
  display: block;
  width: 0;
  transform: translateX(-50%);
  border-bottom: 2px solid #D09EE7;
}
.navbar .navbar-collapse .navbar-nav .nav-link:hover::after {
  width: 100%;
  transition: all 0.3s;
}

.banner {
  padding-top: 60px;
  position: relative;
}
.banner .carousel-inner .carousel-item img {
  object-fit: cover;
  object-position: top;
  width: 100%;
  height: 80vh;
}

#about {
  margin: 200px 0;
}
#about .about-box {
  background-color: rgba(229, 185, 255, 0.2823529412);
  padding: 80px 40px;
}

#services {
  margin: 200px 0;
}
#services h2 img {
  width: 60%;
}
#services .services-box {
  background-color: rgba(255, 255, 255, 0.856);
  padding: 80px 40px;
}
#services .services-box .services-content {
  border-top: 2px solid #D09EE7;
  border-bottom: 2px solid #D09EE7;
  padding: 20px 0;
  border-radius: 20px;
}
#services .services-box .services-content h3 {
  color: #541C6F;
  margin: 16px 0;
}
#services .carousel img {
  object-fit: cover;
  object-position: top;
  width: 100%;
  height: 80vh;
}

#portfolio {
  margin: 200px 0;
}
#portfolio h2 {
  margin-bottom: 100px;
}
#portfolio .work-img a {
  display: block;
  transition: all 0.6s;
  box-shadow: 6px 6px 4px #EBD5F5;
}
#portfolio .work-img a:hover {
  transform: scale(1.02);
  box-shadow: 8px 8px 8px #EBD5F5;
}
#portfolio .work-img a img {
  object-fit: cover;
  object-position: center;
  width: 100%;
  height: 50vh;
}

#contact {
  margin: 200px 0 0;
  padding: 80px 40px 200px;
  background-image: url(../image/background-img-2.jpg);
  background-size: cover;
  background-position: bottom;
}
#contact h2 {
  margin-bottom: 100px;
}

.contact-content i,
.services-process i {
  font-size: 24px;
  text-align: center;
  width: 60px;
  line-height: 60px;
  border-radius: 50%;
  color: white;
}
.contact-content .contact-fb a:hover p,
.services-process .contact-fb a:hover p {
  color: #428DD3;
}
.contact-content .contact-fb a:hover .fa-facebook-f,
.services-process .contact-fb a:hover .fa-facebook-f {
  background-color: #428DD3;
}
.contact-content .contact-fb a p,
.services-process .contact-fb a p {
  color: #85B6E2;
}
.contact-content .contact-fb a .fa-facebook-f,
.services-process .contact-fb a .fa-facebook-f {
  background-color: #85B6E2;
}
.contact-content .contact-ig:hover p,
.services-process .contact-ig:hover p {
  color: #D859BE;
}
.contact-content .contact-ig:hover .fa-instagram,
.services-process .contact-ig:hover .fa-instagram {
  background-color: #D859BE;
}
.contact-content .contact-ig p,
.services-process .contact-ig p {
  color: #E89ED9;
}
.contact-content .contact-ig .fa-instagram,
.services-process .contact-ig .fa-instagram {
  background-color: #E89ED9;
}

.services-process i {
  font-size: 16px;
  width: 40px;
  line-height: 40px;
}
.services-process p {
  color: #D09EE7;
}

footer {
  background-color: #EBD5F5;
  width: 100%;
  height: 100px;
  font-size: 15px;
}
footer a {
  color: white;
}
footer a:hover {
  color: #541C6F;
}
footer p {
  color: white;
  position: relative;
  top: 50%;
  transform: translateY(-50%);
}

.side-link {
  position: fixed;
  right: 40px;
  bottom: 120px;
  font-size: 24px;
  text-align: center;
  z-index: 99;
}
.side-link a {
  margin-top: 20px;
  display: inline-block;
  width: 40px;
  line-height: 40px;
  border-radius: 50%;
  background-color: rgb(255, 255, 255);
  box-shadow: 2px 2px 2px #D09EE7;
}
.side-link #fb:hover {
  transform: scale(1.1);
}
.side-link #fb i {
  color: #85B6E2;
}
.side-link #ig:hover {
  transform: scale(1.1);
}
.side-link #ig i {
  color: #E89ED9;
}
.side-link #top {
  display: none;
}
.side-link #top:hover {
  transform: scale(1.1);
}
.side-link #top i {
  color: #E5B9FF;
}

@media screen and (max-width: 991px) {
  .navbar .navbar-collapse .navbar-nav {
    background-color: #EBD5F5;
  }
  .navbar .navbar-collapse .navbar-nav a {
    text-align: center;
  }
  .navbar .navbar-collapse .navbar-nav .nav-link {
    margin: 20px;
    padding-top: 5px;
    padding-bottom: 5px;
    color: #D09EE7;
  }
  #about,
#services,
#contact {
    margin: 100px 0;
  }
  #services {
    margin: 200px 0;
  }
  #services .services-box {
    background-color: rgba(255, 255, 255, 0.856);
    padding: 80px 15px;
  }
  #contact {
    margin: 200px 0 0;
    padding: 80px 40px;
  }
  .side-link {
    right: 25px;
    bottom: 50px;
  }
}
@media screen and (max-width: 768px) {
  .banner .carousel-inner .carousel-item img {
    height: 60vh;
    object-position: -40px;
  }
}/*# sourceMappingURL=style.css.map */