@charset "UTF-8";
@import url("https://fonts.googleapis.com/css2?family=Noto+Serif+TC:wght@200..900&display=swap");
@import url("https://fonts.googleapis.com/css2?family=Noto+Sans+TC:wght@100..900&display=swap");
@import url("https://fonts.googleapis.com/css2?family=Cinzel+Decorative:wght@400;700;900&display=swap");
html {
  font-size: 16px;
}

.bs {
  box-shadow: 0 8px 10px rgba(122, 122, 122, 0.4);
}

.dib-center {
  display: inline-block;
  position: relative;
  left: 50%;
  transform: translateX(-50%);
}

#loading {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 1000;
  background-color: #ffffff;
}
#loading .lds-ripple {
  display: inline-block;
  position: relative;
  width: 80px;
  height: 80px;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
}
#loading .lds-ripple div {
  position: absolute;
  border: 4px solid #D8C2C2;
  opacity: 1;
  border-radius: 50%;
  animation: lds-ripple 1s cubic-bezier(0, 0.2, 0.8, 1) infinite;
}
#loading .lds-ripple div:nth-child(2) {
  animation-delay: -0.5s;
}
@keyframes lds-ripple {
  0% {
    top: 36px;
    left: 36px;
    width: 0;
    height: 0;
    opacity: 0;
  }
  4.9% {
    top: 36px;
    left: 36px;
    width: 0;
    height: 0;
    opacity: 0;
  }
  5% {
    top: 36px;
    left: 36px;
    width: 0;
    height: 0;
    opacity: 1;
  }
  100% {
    top: 0px;
    left: 0px;
    width: 72px;
    height: 72px;
    opacity: 0;
  }
}

body {
  margin: 0;
  color: #8e8e8e;
  font-family: "Cinzel Decorative", "Noto Serif TC", "Noto Sans TC", serif;
}

* {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  letter-spacing: 1px;
  transition: all 0.4s !important;
}

.container {
  max-width: 1140px;
  width: 95%;
  margin: auto;
}

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

h1,
h2,
h3,
h4 {
  margin: 0;
  line-height: 1.8;
}

h2 {
  font-size: 1.8em;
  position: relative;
  margin-top: 80px;
  letter-spacing: 3px;
  text-align: center;
  color: #e8c0c0;
}
h2:after {
  content: "";
  position: absolute;
  left: 50%;
  transform: translateX(-50%);
  top: -50px;
  width: 70px;
  height: 70px;
}
h2 span {
  display: block;
  font-size: 1.7rem;
  color: #cdcdcd;
  opacity: 0.4;
  position: relative;
  top: 30px;
}

h3 {
  font-size: 1em;
  letter-spacing: 2px;
  margin-bottom: 18px;
  text-align: center;
  color: #8e8e8e;
}

h4 {
  font-size: 1em;
  font-weight: 700;
  letter-spacing: 2px;
  margin-bottom: 18px;
}

h5 {
  font-size: 1em;
  margin-bottom: 0;
}

p {
  line-height: 2em;
}

img {
  width: 100%;
}

ul {
  margin-bottom: 12px;
}
ul li:not(:last-child) {
  margin-bottom: 12px;
}

.row:not(:last-child) {
  margin-bottom: 20px;
}

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

.btn-check:focus + .btn,
.btn:focus {
  box-shadow: unset;
}

.btn {
  width: 80%;
  font-size: 1.1rem;
  line-height: 1.5;
  border-radius: 10px;
  background-color: #e8c0c0;
  color: white;
}
.btn:hover {
  color: #8e8e8e;
  background: #D8C2C2;
}

.link-btn {
  display: block;
  font-size: 16px;
  line-height: 40px;
  width: 40px;
  text-align: center;
  color: #D8C2C2;
  background-color: white;
  border-radius: 50vh;
  -webkit-box-shadow: 0px 0px 8px rgba(0, 0, 0, 0.1);
  box-shadow: 0px 0px 8px rgba(0, 0, 0, 0.1);
}

[type=button]:not(:disabled),
[type=reset]:not(:disabled),
[type=submit]:not(:disabled),
button:not(:disabled) {
  border: unset;
}

section:not(:first-child) {
  padding: 40px 0;
}

.navbar {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  z-index: 100;
  background-color: #ffffff;
  -webkit-box-shadow: 0 2px 4px rgba(104, 104, 104, 0.2);
  box-shadow: 0 2px 4px rgba(104, 104, 104, 0.2);
  transition: all 0.3s;
}

.navBtn {
  color: white;
  background: #e8c0c0;
  padding: 10px 15px;
  text-shadow: 1px 0px 2px rgba(142, 142, 142, 0.3);
  border-radius: 50px;
}

.navbar a {
  margin-left: 12px;
  font-weight: 400;
  display: block;
}

.navbar a img {
  width: 45px;
  border-radius: 4px;
}

.navbar .navbar-toggler {
  color: transparent;
}

.navbar .navbar-toggler i {
  color: #8e8e8e;
}

.navbar .navbar-collapse {
  -ms-flex-pack: distribute;
  flex-grow: 0;
  width: 80%;
}

.navbar .navbar-collapse .navbar-nav {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  width: 100%;
  justify-content: end;
}

.navbar .navbar-collapse .navbar-nav {
  margin-left: auto;
}

.navbar .navbar-collapse .navbar-nav .nav-link {
  display: flex;
  justify-content: center;
  align-items: center;
  margin: 4px 0;
  font-weight: 500;
  font-family: "Noto Serif TC", serif;
  white-space: nowrap;
}

#banner {
  position: relative;
  padding-top: 71px;
  z-index: 0;
}
#banner .text {
  display: none;
}

#banner img {
  width: 100%;
  height: 650px;
  object-fit: cover;
  object-position: center;
  -webkit-filter: brightness(0.9);
  filter: brightness(0.9);
}

#banner .img-content {
  width: 100%;
  text-align: center;
  position: absolute;
  bottom: 20px;
  left: 50%;
  z-index: 10;
  -webkit-transform: translateX(-50%);
  transform: translateX(-50%);
  color: white;
}

#banner .img-content h1 {
  text-shadow: 0px 1px 3px rgba(0, 0, 0, 0.8);
  font-size: 1.5em;
  font-weight: 400;
  letter-spacing: 2px;
  font-family: "Baloo Tamma 2", cursive;
}
#banner .img-content h1 small {
  display: block;
  font-size: 16px;
  letter-spacing: 1px;
}

#banner .img-content .animate__fadeIn {
  -webkit-animation-duration: 1.5s;
  animation-duration: 1.5s;
  -webkit-animation-delay: 0.3s;
  animation-delay: 0.3s;
}

#news .news-box {
  background-color: #ffffff;
  padding: 20px;
  border-radius: 10px;
}
#news .news-box h3 {
  line-height: 1.2;
  color: #8e8e8e;
  padding-left: 50px;
  position: relative;
  z-index: 0;
}
#news .news-box h3:before {
  content: "";
  position: absolute;
  left: 0;
  top: 50%;
  transform: translateY(-50%);
  width: 40px;
  height: 40px;
  border-radius: 50%;
  background: url(../images/logo/logo.jpg) no-repeat center/contain;
  mix-blend-mode: hard-light;
  z-index: -1;
}
#news .news-box h3:after {
  content: "";
  position: absolute;
  left: 0;
  top: 50%;
  transform: translateY(-50%);
  width: 40px;
  height: 40px;
  border-radius: 50%;
  background-color: white;
  z-index: -2;
}
#news .news-box span {
  font-size: 12px;
  color: gray;
  line-height: 2;
}
#news .news-box p {
  font-size: 14px;
}

#about h2:after {
  background: url(../images/decorate/title-1.png) no-repeat center/contain;
}
#about p {
  text-align: center;
  max-width: 800px;
  margin: auto;
}

#services {
  background: url(../images/decorate/bg.jpg) no-repeat center/cover;
}
#services h2:after {
  background: url(../images/decorate/title-2.png) no-repeat center/contain;
}
#services .serviceCard {
  background: white;
  padding: 20px;
  border-radius: 10px;
  box-shadow: 1px 1px 5px rgba(142, 142, 142, 0.3);
}
#services .serviceCard .serviceCardImg {
  width: 100%;
  height: 300px;
  overflow: hidden;
  border-radius: 8px;
}
#services .serviceCard .serviceCardImg img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center;
}
#services .serviceCard h3 {
  font-size: 1.2rem;
  font-weight: 600;
}
#services .serviceCard span {
  font-size: 0.8rem;
  padding: 5px 5px;
  border-radius: 4px;
  background: #e8c0c0;
  color: white;
}
#services .serviceCard hr {
  width: 50%;
  height: 7px;
  background: #e8c0c0;
  display: flex;
  justify-self: center;
  border-top: 0;
  opacity: 1;
}
#services .serviceCard ul {
  list-style: none;
  padding-left: 0;
  text-align: center;
}
#services .box {
  position: relative;
  margin: 40px 0;
  transition: all 0.3s;
}
#services .box h3 {
  position: absolute;
  font-size: 18px;
  line-height: 36px;
  bottom: -36px;
  background-color: #e8c0c0;
  color: #fff;
  border: 2px solid #fff;
  width: 80%;
  max-width: 180px;
}
#services .box:hover {
  transform: scale(1.08);
}
#services .payMethod {
  font-family: "Noto Serif TC", "Noto Sans TC", serif;
  color: white;
  background: #D8C2C2;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
}
#services .payMethod h3 {
  color: white;
  font-size: 1.5rem;
  margin-bottom: 10px;
}
#services .payMethod i {
  font-size: 1.5rem;
}
#services .payMethod ul {
  width: 230px;
}
#services .payNote {
  font-size: 0.9rem;
  text-align: justify;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
}
#services .payNote i {
  font-size: 1rem;
}

#care {
  background: url(../images/decorate/bg.jpg);
  background-attachment: fixed;
  background-size: cover;
}
#care h2:after {
  background: url(../images/decorate/title-3.png) no-repeat center/contain;
}
#care img {
  box-shadow: rgba(0, 0, 0, 0.16) 0px 3px 6px, rgba(0, 0, 0, 0.23) 0px 3px 6px;
  border-radius: 20px;
}
@media (max-width: 768px) {
  #care img {
    max-height: 250px;
  }
}
#care ul li {
  line-height: 1.7rem;
}
#care .portfolio-List-B img {
  height: 300px;
  object-fit: cover;
  object-position: center;
}

@media (max-width: 768px) {
  #care {
    background: url(../images/decorate/bg_s.jpg);
    background-attachment: fixed;
    background-size: contain;
  }
}
#experience h2:after {
  background: url(../images/decorate/title-4.png) no-repeat center/contain;
}

#gallery h2:after {
  background: url(../images/decorate/title-1.png) no-repeat center/contain;
}

#lesson h2:after {
  background: url(../images/decorate/title-2.png) no-repeat center/contain;
}
#lesson h5 {
  line-height: 2;
  margin-bottom: 1rem;
}
#lesson .desktop {
  padding-bottom: 120px;
}
#lesson .desktop img {
  height: 60vh;
  object-fit: cover;
}
#lesson .desktop dl dt {
  font-size: 60px;
  text-align: center;
  line-height: 160px;
  width: 160px;
  border-radius: 50vh;
  margin-right: 0;
  margin: auto;
  color: #fff;
  position: relative;
}
#lesson .desktop dl dd {
  margin-top: 40px;
}
#lesson .test {
  padding: 20px 0 100px;
  background: url(../images/decorate/features/bg.png) no-repeat center/cover;
}
#lesson .test figure {
  margin: 0;
  width: 100%;
  height: 0;
  padding-bottom: 100%;
  overflow: hidden;
  position: relative;
}
#lesson .test figure img {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
}
#lesson .test figcaption {
  margin-top: 20px;
}

#address h2 {
  margin-top: 0;
  padding-top: 0;
}
#address h2::after {
  background: url(../images/decorate/title-4.png) no-repeat center/contain;
}
#address i {
  font-size: 1.2rem;
  color: #e8c0c0;
}
#address dl dt {
  font-weight: 400;
  margin-bottom: 12px;
}
#address dl dd {
  font-size: 1rem;
}
#address dl dd span {
  display: block;
  width: 3rem;
}
#address dl dd a {
  flex: 1;
  color: #8e8e8e;
}
#address dl dd a:hover {
  color: #e8c0c0;
}

#contact {
  position: relative;
  padding: 20px 0 100px;
  background: url(../images/gallery/MBTI調香體驗課/img-13.jpg) no-repeat center/cover;
  z-index: 0;
}
#contact::before {
  content: "";
  width: 100%;
  height: 100%;
  background: black;
  mix-blend-mode: multiply;
  opacity: 0.5;
  position: absolute;
  top: 0;
  left: 0;
  z-index: -1;
}
#contact * {
  color: #fff;
}

footer {
  padding: 20px;
  background-color: #cfcfcf;
}
footer * {
  color: white;
  font-size: 14px;
  font-family: "Noto Sans TC", serif;
}
footer a:hover {
  color: #e8c0c0;
}

@media screen and (min-width: 768px) {
  #banner .text {
    display: block;
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    left: 0;
    width: 100%;
    text-align: center;
    z-index: 10;
  }
  #banner .text p,
  #banner .text small {
    color: #fff;
  }
  #banner .text p {
    font-size: 28px;
    letter-spacing: 0.2em;
  }
  #banner .text small {
    font-weight: 300;
    letter-spacing: 0.1em;
  }
}
@media screen and (min-width: 992px) {
  html {
    font-size: 18px;
  }
  .navbar .navbar-collapse .navbar-nav .nav-link {
    position: relative;
    display: flex;
    justify-content: center;
    align-items: center;
    font-size: 15px;
    width: 15%;
    cursor: pointer;
  }
  .navbar .navbar-nav .nav-link::after {
    content: "";
    position: absolute;
    bottom: 0;
    left: 50%;
    -webkit-transform: translateX(-50%);
    transform: translateX(-50%);
    border-bottom: 1px solid;
    width: 0%;
    background-color: #D8C2C2;
    -webkit-transition: all 0.3s;
    transition: all 0.3s;
  }
  .navbar .navbar-nav .nav-link:hover:after {
    width: 100%;
  }
  .nav-link:nth-last-child(1):hover:after {
    display: none;
  }
  #banner .text p {
    font-size: 48px;
  }
  #banner .text small {
    font-size: 24px;
  }
}
.modal ul {
  padding: 0;
  list-style-type: upper-alpha;
}
.modal ul li {
  display: flex;
  justify-content: space-between;
}

.ftco-menu {
  position: relative;
  width: 100%;
  display: block;
}
.ftco-menu img {
  width: 100%;
  object-fit: cover;
  height: -webkit-fill-available;
}
.ftco-menu span {
  background-color: #e8c0c0;
  padding: 10px 20px;
  border-radius: 50px;
  color: #fff;
  width: fit-content;
}

.ftco-menu .nav-pills p {
  margin-bottom: 0;
}

.tab-content p, .tab-content li {
  font-size: 0.8rem;
}

.ftco-menu .nav-pills .nav-link {
  border-radius: 0;
  margin-bottom: 0;
  color: #e8c0c0;
  font-size: 18px;
  font-weight: 400;
  position: relative;
  display: inline-block;
  border-bottom: 1px solid #e8c0c0;
}

.ftco-menu .nav-pills .nav-link.active,
.ftco-menu .nav-pills .nav-link:hover {
  color: white;
  -moz-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  -webkit-transition: all 0.3s ease;
  -ms-transition: all 0.3s ease;
  transition: all 0.3s ease;
  background: #e8c0c0;
  border-bottom: 1px solid transparent;
}

.ftco-menu .nav-pills .nav-link.active:after,
.ftco-menu .nav-pills .nav-link:hover:after {
  opacity: 1;
}

@media (max-width: 767.98px) {
  .ftco-menu .nav-pills .nav-link.active:after,
  .ftco-menu .nav-pills .nav-link:hover:after {
    opacity: 0;
  }
}
@media (max-width: 767.98px) {
  .ftco-menu .nav-pills .nav-link {
    display: block;
    width: 100%;
    margin-bottom: 5px;
  }
}
#gallery a {
  overflow: hidden;
  padding: 0px 10px;
}
#gallery a img {
  height: 300px;
  width: 100%;
  object-fit: cover;
  transition: 0.4s;
  border-radius: 20px;
  box-shadow: rgba(60, 64, 67, 0.3) 0px 1px 2px 0px, rgba(60, 64, 67, 0.15) 0px 1px 3px 1px;
}
#gallery a:hover img {
  transform: scale(1.03);
}
#gallery .row a {
  padding: 0.5rem;
  display: block;
}
#gallery .slick-arrow {
  height: 100%;
  width: 30px;
  z-index: 1;
  display: flex;
  justify-content: center;
  align-items: center;
}
#gallery .slick-arrow::before {
  color: #000;
  opacity: 0.3;
}
#gallery .slick-dots {
  bottom: 0px;
  transform: translateY(100%);
}


.alert {
  color: rgb(255, 92, 92);
  padding-left: 30px;
}

h6 {
  font-size: 1.8rem;
}

.about-button {
  margin-top: 2rem;
  padding: 0.5rem 1rem;
  background-color: #e8c0c0;
  color: white;
  border-radius: 5px;
}/*# sourceMappingURL=style.css.map */