@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: #515151;
  font-weight: 300;
}

.h2-box {
  display: flex;
  align-items: center;
  gap: 1rem;
  margin-bottom: 3rem;
}
@media (max-width: 768px) {
  .h2-box {
    margin-bottom: 2rem;
  }
}
.h2-box .line {
  width: 30px;
  height: 1px;
  background: #7d4d49;
}
.h2-box h2 {
  font-family: "Noto Serif TC", serif;
  color: #7d4d49;
  font-weight: 300;
}
@media (max-width: 768px) {
  .h2-box h2 {
    font-size: 1.3rem;
  }
}
.h2-box h2 span {
  font-size: 1.4rem;
  font-family: "Noto Sans TC", sans-serif;
  font-weight: 300;
}
@media (max-width: 768px) {
  .h2-box h2 span {
    font-size: 1.1rem;
  }
}

section {
  padding: 8rem 0;
}

@media (max-width: 768px) {
  section {
    padding: 4rem 0;
  }
}
a {
  text-decoration: none;
  color: black;
}

.navbar.scrolled {
  background: red;
}

.navbar {
  position: fixed;
  top: 0;
  width: 100%;
  left: 0;
  background: #7d4d49;
  z-index: 1049;
  transition: 0.5s;
}
.navbar .navbar-toggler-icon {
  filter: invert(1);
}
.navbar .navbar-brand {
  transition: 0.5s;
}
.navbar .navbar-brand img {
  height: 80px;
  transition: 0.5s;
}
@media (max-width: 768px) {
  .navbar .navbar-brand img {
    height: 60px;
  }
}
.navbar .navbar-collapse {
  flex-grow: 0;
}
.navbar .navbar-collapse .navbar-nav .nav-item .nav-link {
  padding: 0.5rem 1.5rem;
  color: white;
  font-size: 1.1rem;
}
.navbar .navbar-collapse .navbar-nav .nav-item.cta {
  background: #e4e1df;
  color: #7d4d49;
  border-radius: 2rem;
}
.navbar .navbar-collapse .navbar-nav .nav-item.cta .nav-link {
  color: #7d4d49;
}

#hero {
  width: 100%;
  height: 80vh;
}
@media (max-width: 768px) {
  #hero {
    margin-top: 86px;
    height: auto;
  }
}
#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: end;
  justify-content: center;
  background: rgba(0, 0, 0, 0.256);
}
@media (max-width: 768px) {
  #hero .swiper .cta-box {
    position: relative;
    background: rgba(212, 183, 183, 0.9);
    -webkit-backdrop-filter: blur(4px);
            backdrop-filter: blur(4px);
    padding: 1rem;
    box-shadow: rgba(149, 157, 165, 0.2) 0px 8px 24px;
  }
}
#hero .swiper .cta-box .cta-content {
  color: white;
  padding: 2rem 3rem;
  border-radius: 1rem;
}
@media (max-width: 768px) {
  #hero .swiper .cta-box .cta-content {
    padding: 0rem;
  }
}
#hero .swiper .cta-box .cta-content h1 {
  margin-bottom: 2rem;
  text-align: center;
  font-size: 3rem;
  font-weight: 400;
}
@media (max-width: 768px) {
  #hero .swiper .cta-box .cta-content h1 {
    display: none;
  }
}
#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;
}
@media (max-width: 768px) {
  #hero .swiper .cta-box .cta-content .btn-box a {
    font-size: 0.9rem;
  }
}
#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: #7d4d49;
  background: #d4b7b7;
  color: #7d4d49;
  border: 1px solid #7d4d49;
}
@media (max-width: 768px) {
  #hero .swiper .cta-box .cta-content .btn-box a:first-child {
    background: #7d4d49;
    color: #d4b7b7;
  }
}
#hero .swiper .cta-box .cta-content .btn-box a:last-child {
  color: white;
  border: 1px solid white;
  background: rgba(255, 255, 255, 0.1294117647);
  -webkit-backdrop-filter: blur(4px);
          backdrop-filter: blur(4px);
}
@media (max-width: 768px) {
  #hero .swiper .cta-box .cta-content .btn-box a:last-child {
    border-color: #7d4d49;
    color: #7d4d49;
  }
}
#hero .swiper .cta-box .cta-content .btn-box a:last-child:hover {
  background: white;
  color: #7d4d49;
}
#hero .swiper .swiper-wrapper .swiper-slide img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: bottom;
     object-position: bottom;
}

#works img {
  height: 400px;
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: left;
     object-position: left;
  border-radius: 0.5rem;
}
@media (max-width: 768px) {
  #works img {
    height: 300px;
  }
}
#works .nav-pills .nav-link.active,
#works .nav-pills .show > .nav-link {
  background: #7d4d49;
}
#works .nav-pills .nav-link {
  color: #FF6B00;
}
#works .work-img {
  width: 100%;
  height: 400px;
  -o-object-fit: cover;
     object-fit: cover;
  border-radius: 0.5rem;
}

@media (max-width: 768px) {
  #works .work-img {
    width: 100%;
    height: 300px;
    -o-object-fit: cover;
       object-fit: cover;
    border-radius: 0.5rem;
  }
}
#about .img-box {
  position: relative;
  width: 100%;
  padding-bottom: 500px;
}
@media (max-width: 768px) {
  #about .img-box {
    padding-bottom: 300px;
  }
}
#about .img-box img {
  position: absolute;
  -o-object-fit: cover;
     object-fit: cover;
  border-radius: 0.5rem;
  box-shadow: rgba(0, 0, 0, 0.05) 0px 6px 24px 0px, rgba(0, 0, 0, 0.08) 0px 0px 0px 1px;
}
#about .img-box img:first-child {
  align-self: start;
  width: 55%;
  height: 400px;
}
@media (max-width: 768px) {
  #about .img-box img:first-child {
    height: 250px;
  }
}
#about .img-box img:last-child {
  align-self: end;
  width: 50%;
  height: 400px;
  bottom: 0;
  right: 0;
}
@media (max-width: 768px) {
  #about .img-box img:last-child {
    height: 250px;
  }
}
#about p {
  font-size: 1.1rem;
  font-weight: 300;
  line-height: 2;
  letter-spacing: 0.3rem;
}
@media (max-width: 768px) {
  #about p {
    font-size: 1rem;
  }
}
#about p span {
  color: #7d4d49;
}

#services {
  background: #e4e1df;
}
#services .service-box {
  background: #d4b7b7;
  border-radius: 1rem;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: start;
  padding: 2rem 2rem;
  box-shadow: rgba(0, 0, 0, 0.05) 0px 0px 0px 1px;
  transition: box-shadow 0.3s, transform 0.3s;
}
#services .service-box:hover {
  box-shadow: 0 8px 32px 0 rgba(125, 77, 73, 0.15), 0 1.5px 8px 0 rgba(0, 0, 0, 0.08);
  transform: translateY(-6px) scale(1.03);
  cursor: pointer;
}
#services .service-box .svg-box {
  width: 70%;
  aspect-ratio: 1/1;
  text-align: center;
  background: #e4e1df;
  border-radius: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
  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) {
  #services .service-box .svg-box {
    width: 50%;
  }
}
#services .service-box .svg-box svg {
  width: 80%;
}
#services .service-box .svg-box svg.hair-removal {
  width: 60%;
}
#services .service-box .svg-box svg.eyelash-management {
  width: 100%;
}
#services .service-box .content-box h3 {
  font-size: 1.5rem;
  font-weight: 400;
  margin: 2rem 0 2rem 0;
  text-align: center;
  color: #7d4d49;
}
@media (max-width: 768px) {
  #services .service-box .content-box h3 {
    font-size: 1.2rem;
  }
}
#services .service-box .content-box ul {
  list-style: none;
  padding: 0;
}
#services .service-box .content-box ul li {
  margin-bottom: 0.5rem;
  font-size: 1.1rem;
}
#services .service-box .content-box ul li i {
  padding-right: 0.5rem;
}

#process h3 {
  color: #7d4d49;
}
@media (max-width: 768px) {
  #process h3 {
    margin-top: 2rem;
  }
}
#process img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  border-radius: 1rem;
}
#process .vertical-process {
  list-style: none;
  margin: 2rem 0 0 0;
  padding: 0;
  position: relative;
}
#process .vertical-process li {
  display: flex;
  align-items: flex-start;
  flex-direction: column;
  position: relative;
  min-height: 48px;
  padding-left: 32px;
  padding-bottom: 2rem;
}
#process .vertical-process li:not(:last-child)::after {
  content: "";
  position: absolute;
  left: 7px;
  top: 22px;
  width: 2px;
  height: calc(100% - 22px);
  border-left: 2px dashed #7d4d49;
  opacity: 0.4;
  z-index: 0;
}
#process .vertical-process:last-child {
  margin-bottom: 0;
}
#process .vertical-process .dot {
  position: absolute;
  left: 0;
  top: 6px;
  width: 16px;
  height: 16px;
  background: #7d4d49;
  border-radius: 50%;
  z-index: 1;
}
#process .vertical-process .step-title {
  font-weight: 600;
  color: #7d4d49;
  margin-bottom: 0.2rem;
  margin-left: 0.5rem;
  display: inline-block;
}
#process .vertical-process .step-desc {
  display: block;
  color: #666;
  font-size: 1rem;
  margin-left: 0.5rem;
  margin-top: 0.1rem;
}

#contact {
  background: #e4e1df;
}
#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: #7d4d49;
  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: #7d4d49;
  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: #e4e1df;
  }
  #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: #7d4d49;
    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: #7d4d49;
    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: #e4e1df;
  padding-bottom: 1rem;
}
footer a {
  text-decoration: underline;
}/*# sourceMappingURL=style.css.map */