@import url("https://fonts.googleapis.com/css2?family=Noto+Sans+TC:wght@300;400;500;700&family=Noto+Serif+TC:wght@300;400;500;700&display=swap");
body {
  overflow-x: hidden;
  color: #1C1204;
}

* {
  font-family: "Noto Sans TC", sans-serif;
  line-height: 2;
  letter-spacing: 1.2px;
}

h1,
h2,
h3,
h4 {
  line-height: 1.5;
}

h2 {
  font-weight: 500;
  letter-spacing: 5px;
  font-size: 40px;
}

h3,
h4,
h5 {
  letter-spacing: 2px;
}

.bg-light {
  background: white !important;
}

section {
  padding: 100px 0;
  margin: 0;
}
section h2 {
  color: #f7b5b8;
}

section.main_wrapper {
  position: relative;
  z-index: 0;
}
section.main_wrapper:after {
  content: "";
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  background: linear-gradient(to top, rgba(0, 0, 0, 0.5019607843) 0%, rgba(0, 0, 0, 0) 50%);
}

section.main_wrapper figure {
  width: 100%;
}

section.main_wrapper figure img {
  width: 100%;
  height: 85vh;
  object-fit: cover;
  object-position: center top;
}

section.main_wrapper .wrapper_title {
  position: absolute;
  top: 40%;
  left: 5%;
  z-index: 10;
}

section.main_wrapper .wrapper_title h1 {
  color: #fff;
  text-shadow: 1px 1px 1px rgba(0, 0, 0, 0.4392156863);
  font-size: 60px;
  position: relative;
  z-index: 1;
  letter-spacing: 4px;
}
section.main_wrapper .wrapper_title h1 small {
  font-size: 0.5em;
  letter-spacing: 3px;
}

section.main_wrapper .wrapper_title h4 {
  font-weight: 400;
}

a.contact-btn {
  padding: 10px 15px;
  box-shadow: 4px 4px 12px rgba(21, 14, 10, 0.1254901961);
  background: #f7b5b8;
  color: #fff;
  text-decoration: none;
  margin-top: 24px;
  display: block;
  width: 100%;
  max-width: 300px;
  text-align: center;
  border-radius: 5px;
  font-size: 20px;
  letter-spacing: 5px;
}
a.contact-btn:hover {
  filter: brightness(1.1);
}

@media (min-width: 768px) {
  section.main_wrapper:after {
    background: linear-gradient(to right, rgba(0, 0, 0, 0.5019607843) 0%, rgba(0, 0, 0, 0) 50%);
  }
  section.main_wrapper .wrapper_title h1 {
    font-size: 100px;
    letter-spacing: 8px;
  }
}
#about {
  overflow: hidden;
}
#about .content {
  position: relative;
  z-index: 0;
}
#about .content:after {
  z-index: -1;
  content: "";
  position: absolute;
  left: -100px;
  bottom: -100px;
  top: -100px;
  right: -100px;
  opacity: 0.3;
  background: url(../img/about/bg.png) no-repeat center/contain;
}
#about figure {
  width: 80%;
}
#about figure img {
  width: 100%;
  height: 50vh;
  object-fit: contain;
}

@media (min-width: 992px) {
  #about .content {
    max-width: 750px;
  }
  #about .content:after {
    left: -150px;
    bottom: -150px;
    top: -150px;
    right: -150px;
  }
  #about .content .text {
    padding: 0 60px;
  }
}
section.about .row {
  justify-content: center;
}

section.about .row .about_bg {
  display: flex;
  justify-content: center;
}

section.about .row .content {
  display: flex;
  align-items: center;
  flex-direction: column;
}

section.description {
  margin-top: 100px;
}

section.description h2 {
  text-align: center;
  font-size: 50px;
  font-weight: 700;
}

section.description .row {
  padding: 0;
  margin: 0;
}

section.description .which_wash {
  margin: 0 auto;
  border: 3px solid #84DFFF;
}

section.description .which_wash h4 {
  text-align: center;
  padding: 20px 10px;
}

section.description .which_wash .block1 ul,
section.description .which_wash .block2 ul,
section.description .which_wash .block3 ul,
section.description .which_wash .block4 ul {
  padding: 15px;
  list-style: none;
}

section.description .which_wash .block1 ul li,
section.description .which_wash .block2 ul li,
section.description .which_wash .block3 ul li,
section.description .which_wash .block4 ul li {
  line-height: 30px;
  font-weight: 200;
  letter-spacing: 2px;
  font-size: 16px;
  position: relative;
  padding: 0 0 0 30px;
}

section.description .which_wash .block1 ul li::before,
section.description .which_wash .block2 ul li::before,
section.description .which_wash .block3 ul li::before,
section.description .which_wash .block4 ul li::before {
  background-color: #161E54;
  border-radius: 50%;
  content: "";
  display: inline-block;
  width: 8px;
  height: 8px;
  left: 2%;
  top: 20px;
  transform: translate(-50%, -50%);
  position: absolute;
}

section.description .which_wash .block1 ul li span,
section.description .which_wash .block2 ul li span,
section.description .which_wash .block3 ul li span,
section.description .which_wash .block4 ul li span {
  color: #FF5151;
  font-weight: 300;
}

section.description .which_wash .block1,
section.description .which_wash .block4 {
  background: #84DFFF;
}

section.description .which_wash .block1 h4,
section.description .which_wash .block4 h4 {
  z-index: 1;
  position: relative;
}

section.description .which_wash .block1 h4::before,
section.description .which_wash .block4 h4::before {
  content: "";
  position: absolute;
  bottom: 20%;
  left: 50%;
  transform: translate(-50%, -50%);
  background: #ffffff;
  width: 200px;
  height: 10PX;
  z-index: -1;
}

section.description .which_wash .block2 h4,
section.description .which_wash .block3 h4 {
  z-index: 1;
  position: relative;
}

section.description .which_wash .block2 h4::before,
section.description .which_wash .block3 h4::before {
  content: "";
  position: absolute;
  bottom: 20%;
  left: 50%;
  transform: translate(-50%, -50%);
  background: #F8E5C9;
  width: 200px;
  height: 10PX;
  z-index: -1;
}

.slick-next:before,
.slick-prev:before {
  color: #F8E5C9;
  font-size: 24px;
}

.slick-dots li button:before,
.slick-dots li.slick-active button:before {
  color: #F8E5C9;
}

@media (max-width: 767px) {
  .slick-dots {
    bottom: -70px;
  }
}
section.feedback {
  background-color: #F7FDFE;
  padding-bottom: 80px;
}

section.feedback h2 {
  font-size: 50px;
  line-height: 1.5;
  font-weight: 700;
}

@media (max-width: 991px) {
  section.feedback h2 {
    font-size: 30px;
  }
}
section.feedback .box {
  height: 100%;
  padding: 20px;
  border-radius: 10px;
  margin: 10px;
  background-color: rgb(255, 255, 255);
  box-shadow: 4px 4px 12px rgba(21, 14, 10, 0.1254901961);
}

section.feedback .name {
  display: block;
  font-weight: 500;
  margin-bottom: 4px;
}

section.feedback i {
  color: rgb(255, 200, 0);
  margin-right: 2px;
}

section.feedback p {
  font-weight: 300;
  margin-top: 8px;
  margin-bottom: 0;
}

section.feedback .slick-slider {
  width: 90%;
  margin: auto;
}

.slick-prev {
  left: -18px;
  z-index: 99;
}

.slick-next {
  right: -15px;
  z-index: 99;
}

@media (max-width: 767px) {
  section.feedback .name {
    font-size: 15px;
    margin-bottom: 2px;
  }
  section.feedback i {
    font-size: 12px;
  }
  section.feedback p {
    margin-top: 4px;
    font-size: 13px;
    letter-spacing: 1.4px;
  }
}
section.contact {
  padding: 80px 0;
  background-image: url("../img/contact_bg.jpg");
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center;
  background-attachment: fixed;
  background-color: #d6d6d6;
  background-blend-mode: screen;
}

section.contact .main_contact_us {
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
}

section.contact .main_contact_us .contact_us {
  margin-bottom: 10px;
}

section.contact .main_contact_us address {
  margin-top: 30px;
}

section.contact .main_contact_us a {
  text-decoration: none;
  letter-spacing: 5px;
  color: #1C1204;
}
section.contact .main_contact_us a:hover {
  color: #F1CA90;
}

section.contact .sns li {
  width: 100%;
  display: flex;
  align-items: center;
  flex-direction: column;
}

@media (min-width: 768px) {
  section.contact .sns li {
    width: 45%;
  }
}
section.contact .sns li a {
  display: block;
  color: white;
  text-decoration: none;
  background: #F8E5C9;
  border-radius: 10px;
  margin: 12px;
  padding: 20px;
  width: 100%;
  height: 100%;
  transition: all 0.3s;
}

section.contact .sns li a .icon {
  display: flex;
  justify-content: center;
  align-items: center;
  margin-bottom: 20px;
}

section.contact .sns li a .icon i {
  display: flex;
  justify-content: center;
  align-items: center;
  font-size: 32px;
  background: #F1CA90;
  padding: 20px;
  border-radius: 50%;
  width: 60px;
  height: 60px;
}

section.contact .sns li a span {
  margin: 0;
  color: #1C1204;
  font-size: 14px;
  letter-spacing: 2px;
  text-align: center;
  display: block;
}
section.contact .sns li a span small {
  font-weight: 300;
}

section.contact .sns li a:hover {
  transform: translate(-4px, -4px);
  box-shadow: 4px 4px 0px #E2941F;
}

section.contact .sns li a:hover p {
  color: white;
}

.picture_more a {
  background: #F1CA90;
  color: black;
  text-decoration: none;
  padding: 10px 35px 10px 40px;
  border-radius: 3px;
  display: inline-block;
  font-size: 20px;
  font-weight: 300;
  letter-spacing: 5px;
  box-shadow: 1px 1px 5px #4d4d4d;
}

.picture_more a:hover {
  box-shadow: 3px 3px 8px #4d4d4d;
  background: #F8E5C9;
}

.sidebar {
  position: fixed;
  bottom: 0;
  right: 0;
  z-index: 1000;
}

.sidebar ul {
  list-style: none;
  padding: 0;
  margin: 0;
}

.sidebar ul li {
  margin-bottom: 16px;
}

.sidebar ul li a {
  width: 50px;
  height: 50px;
  background: #999;
  color: #fff;
  display: flex;
  justify-content: center;
  align-items: center;
  font-size: 18px;
  transition: 0.3s;
  opacity: 0.75;
  text-decoration: none;
}

.sidebar ul li a:hover {
  opacity: 1;
}

.sidebar ul li a span {
  display: none;
  margin-left: 5px;
  font-size: 14px;
}

footer {
  background: white;
}

footer p {
  margin: 0;
  font-size: 14px;
}
footer p a {
  text-decoration: none;
}
footer p a:hover {
  color: #F1CA90 !important;
}

@media (max-width: 1200px) {
  section.services {
    padding-bottom: 50px;
    width: 80%;
  }
  section.services .caption {
    margin-bottom: 15px;
  }
}
section.main_wrapper {
  position: relative;
}

@media (max-width: 992px) {
  section.main_wrapper .wrapper_title {
    top: 20%;
  }
  section.main_wrapper .wrapper_title h1 {
    font-size: 50px;
  }
  section.services h2 {
    margin-left: 10px;
  }
  section.services .list .price_plus {
    display: flex;
    justify-content: start;
  }
  section.services .list .price_plus ul {
    margin-left: 10px;
    margin-top: 20px;
  }
  .picture_more {
    margin-top: 35px !important;
  }
}
@media (max-width: 767px) {
  section.main_wrapper .wrapper_title {
    top: 20%;
  }
  section.services {
    padding-bottom: 20px;
    width: 95%;
  }
}
@media (max-width: 576px) {
  section.main_wrapper .wrapper_title {
    top: 20%;
  }
  section.services {
    padding-bottom: 30px;
  }
  section.services .list .price_plus ul {
    padding: 10px;
  }
  section.services .list .price_plus ul li h4 {
    font-size: 16px;
  }
  section.about .content {
    margin-top: -70px;
  }
  section.contact ul.sns {
    flex-direction: column;
  }
  section.contact ul.sns li a p {
    margin: auto 0;
    text-align: left;
  }
}
@media (max-width: 991px) {
  section.main_wrapper .wrapper_title {
    top: unset;
    bottom: 8%;
  }
}
@media (max-width: 420px) {
  section.main_wrapper figure img {
    object-position: 60% 0;
  }
  section.main_wrapper .wrapper_title h1 {
    font-size: 40px;
  }
  section.about .content {
    margin-top: -165px;
  }
  section.about .content h2 {
    font-size: 40px;
  }
  section.about .content p {
    margin-top: 12px !important;
  }
  section.services .list .price_plus ul li h4 {
    font-size: 14px;
  }
  section.services .caption {
    padding: 20px 20px 30px 20px;
  }
  section.services .caption .line_reserve {
    margin-top: 25px !important;
  }
  section.contact {
    background-attachment: unset;
  }
  section.contact .main_contact_us .contact_us h2 {
    font-size: 40px;
    margin-bottom: 16px;
  }
  footer p {
    margin: 0;
    font-size: 12px;
  }
}
@media (max-width: 375px) {
  section.contact {
    margin-top: 20px;
  }
  footer p {
    margin: 0;
    font-size: 12px;
  }
}
/* about */
section.about .border-box {
  background-color: #F1CA90;
  position: relative;
  padding: 20px;
  border-radius: 10px;
}

section.about .border-box:after {
  content: "";
  border-radius: 10px;
  position: absolute;
  left: 5px;
  right: 5px;
  top: 5px;
  bottom: 5px;
  border: 2px solid white;
}

section.services {
  padding: 40px 0;
  background-color: #FEFBF7;
  border: 2px solid #F8E5C9;
  border-radius: 50px;
  width: 89%;
  margin: 0 auto;
  padding: 20px;
  box-shadow: 4px 4px 12px rgba(27, 20, 0, 0.1254901961);
}
section.services h2 {
  font-weight: 500;
  letter-spacing: 5px;
}
section.services p {
  font-size: 15px;
}

section#services .item .img-box {
  box-shadow: 4px 4px 12px rgba(27, 20, 0, 0.1254901961);
  background-color: #fff;
  border-radius: 50%;
  width: 70%;
  height: 0;
  padding-bottom: 70%;
  text-align: center;
  margin: 20px auto;
  overflow: hidden;
  transition: all 0.3s;
  position: relative;
}
section#services .item .img-box img {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
}
section#services .item h3 {
  width: fit-content;
  color: #1C1204;
  transition: all 0.3s;
  position: relative;
  left: 0;
  font-size: 20px;
  margin: 12px auto;
}
section#services .item h3:after {
  content: "";
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  left: -30px;
  width: 0;
  height: 20px;
  background: url(https://cdn-icons-png.flaticon.com/512/7986/7986650.png) no-repeat center/contain;
  transition: all 0.3s;
  filter: invert(70%) saturate(300%) sepia(300%) hue-rotate(340deg);
}

@media (min-width: 992px) {
  section.services {
    padding: 80px 0;
  }
  section#services .item:hover .img-box img {
    transform: scale(1.1);
  }
  section#services .item .img-box {
    width: 60%;
    padding-bottom: 60%;
  }
  section#services .item .img-box img {
    transition: all 0.8s;
  }
  section#services .col-lg-2 {
    width: 19%;
  }
}
#portfolio {
  background-color: #FEFBF7;
  margin-top: 100px;
}
#portfolio ul.tabs {
  position: sticky;
  top: 48px;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  list-style-type: none;
  padding: 20px 10px 10px 15px;
  margin-bottom: 30px;
  background-color: #FEFBF7;
  z-index: 99;
}
#portfolio ul.tabs li {
  width: 48%;
}
#portfolio ul.tabs li a {
  margin: 6px 0;
  text-align: center;
  border-radius: 10px;
  display: block;
  text-decoration: none;
  color: #F1CA90;
  background-color: white;
  border: 1px solid #F1CA90;
  font-size: 13px;
}
#portfolio ul.tabs li a.active {
  background-color: #F1CA90;
  color: white;
  font-weight: 400;
}
#portfolio .tab-wrapper .tab-content:not(#tab1) {
  display: none;
}
#portfolio .tab-wrapper .tab-content a {
  width: 100%;
  box-shadow: 4px 4px 12px rgba(21, 14, 10, 0.1254901961);
  border: 6px solid #fff;
  animation: show 0.6s forwards;
  opacity: 0;
  transform: scale(0);
}
@keyframes show {
  0% {
    opacity: 0;
    transform: scale(0.8);
  }
  100% {
    opacity: 1;
    transform: scale(1);
  }
}
#portfolio .tab-wrapper .tab-content a img {
  height: 200px;
  width: 100%;
  object-fit: contain;
  background-color: #fff;
}

@media (min-width: 300px) {
  #portfolio ul.tabs li {
    width: 48%;
  }
}
@media (min-width: 768px) {
  #portfolio ul.tabs {
    padding: 15px 40px 10px;
  }
  #portfolio ul.tabs li a {
    font-size: 20px;
  }
  #portfolio .tab-wrapper .tab-content a img {
    height: 350px;
  }
}
@media (min-width: 992px) {
  #portfolio ul.tabs {
    justify-content: center;
    top: 80px;
  }
  #portfolio ul.tabs li {
    width: 150px;
    margin: 0 12px;
  }
  #portfolio ul.tabs li a:hover {
    background-color: #F1CA90;
    color: white;
  }
  #portfolio .tab-wrapper .tab-content a {
    transition: all 0.3s;
  }
  #portfolio .tab-wrapper .tab-content a:hover {
    box-shadow: 4px 8px 16px rgba(21, 14, 10, 0.1882352941);
    margin-top: -12px;
  }
}
nav {
  box-shadow: 0 4px 12px rgba(21, 14, 10, 0.1254901961);
}

.navbar-light .navbar-brand {
  letter-spacing: 3px;
}
.navbar-light .navbar-brand small {
  display: inline-block;
  font-size: 0.7em;
  letter-spacing: 2px;
  font-weight: 300;
}

.navbar-light .navbar-nav .nav-link {
  color: #1C1204;
  margin: 4px 8px;
}

.navbar-toggler {
  border: 0;
}
.navbar-toggler i {
  color: #1C1204;
}
.navbar-toggler:focus {
  box-shadow: 0 0 0;
}

@media (min-width: 992px) {
  .navbar-light .navbar-brand:hover {
    color: #f7b5b8;
  }
  .navbar-light .navbar-nav .nav-link {
    margin: 0 12px;
  }
  .navbar-light .navbar-nav .nav-link:hover {
    color: #f7b5b8;
  }
}
#news .content {
  padding: 100px 0;
  background: url(../img/news/img-01.jpg) no-repeat left top/cover, #eee;
  background-blend-mode: overlay;
}
#news .content ul {
  padding: 0;
  list-style-type: none;
  width: fit-content;
}

@media (min-width: 992px) {
  #news .content {
    background-attachment: fixed;
  }
}
/*# sourceMappingURL=style.css.map */