@import url('https://fonts.googleapis.com/css2?family=Noto+Sans+TC:wght@300;400;700&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Ephesis&display=swap');

body {
  font-family: 'Noto Sans TC', sans-serif;
  color: #555;
  background-color: #FFFCF5;
}

@media screen and (min-width : 576px) {
  body {
  background: linear-gradient(to right, rgb(255, 246, 221), transparent, rgb(255, 246, 221));
  }
}

.font-hand {
  font-family: 'Ephesis', cursive;
}

h1,
h2,
h3,
h4,
h5,
.h1,
.h2,
.h3,
.h4,
.h5 {
  color: #111;
}

span {
  color: #888;
}

a {
  color: #ffbb00;
}

a:hover {
  color: #ffd35c;
}

.navbar-brand img {
  width: 150px;
}

.hero-wrap {
  position: relative;
  width: 100%;
}

.video-background {
  object-fit: cover;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
}

.btn.btn-primary {
  background: rgba(214, 179, 132, 0.8);
  border: 2px double rgb(214, 179, 132);
  min-width: 160px;
}

.btn.btn-primary:hover {
  background: rgb(214, 178, 132);
  border: 2px double rgb(214, 179, 132);
  color: #fff;
}

.services {
  background-image: url(../image/曼氏造形/store/2.jpg);
}

.services .heading-section h2 {
  color: #eee;
}

.services .media .media-body h5 {
  font-size: 18px;
}

.services .media .media-body a {
  color: #fff;
  display: block;
  transition: 0.4s;
}

.services .media .media-body a:hover,
.services .media .media-body a[aria-expanded="true"] {
  color: rgb(255, 224, 87);
}

.services .media img {
  width: 50px;
  filter: invert(1) brightness(1.5);
}

.services .media .media-body a[aria-expanded="true"] .fa-caret-down {
  transform: rotate(180deg);
}

.ftco-section {
  padding-top: 120px;
}

.heading-section {
  padding-top: 80px;
}

.ear .heading-section h2::before {
  background: url(../image/曼采舒耳/logo/logo.png) no-repeat center/80px;
}

.makeup .heading-section h2::before {
  background: url(../image/曼氏造形/logo/logo-icon.png) no-repeat center/contain;
}

.makeup.white .heading-section h2::before {
  background: url(../image/曼氏造形/logo/logo-icon-white.png) no-repeat center/contain;
}


/* .services .heading-section h2::before{
  background: url(../img/logo-white.png) no-repeat center/80px;
} */

.staff a.btn-sns {
  color: #e4c039;
  border: 1px solid #e4c039;
  border-radius: 50%;
  display: inline-block;
  width: 50px;
  height: 50px;
  line-height: 50px;
  text-align: center;
  margin: 5px;
}

.staff a.btn-sns:hover {
  border: 1px solid #e4c039;
  background-color: #e4c039;
  color: #fff;
}

.staff .info p {
  margin-bottom: 10px;
}

.ftco-navbar-light.scrolled {
  background: url(../image/bg2.jpg) no-repeat top/cover;
  box-shadow: 0px 2px 10px rgba(0, 0, 0, 0.25);
}

.ftco-navbar-light.scrolled .nav-item>.nav-link {
  color: #363636;
}

.ftco-navbar-light.scrolled .navbar-toggler {
  /* color: #363636; */
  color: white;
  outline: none;
}

.ftco-intro .wrap .info {
  background: url(../image/bg-main.jpg) no-repeat center/cover, rgb(155, 141, 115);
  background-blend-mode: screen;
}

.ftco-appointment {
  padding: 100px 0;
  background: url(../image/bg2.jpg) no-repeat center/cover;

}

.bg1 {
  background: url(../image/bg1.png) no-repeat center/cover;
}

.ftco-intro a {
  color: #363636;
}

@media (min-width: 991px) {
  .ftco-intro {
    /* margin-top: -75px; */
  }
}

.quick-link-moblie {
  display: none;
}

@media (max-width: 991px) {
  .quick-link-moblie {
    display: block;
    margin: 20px auto;
  }

  .quick-link-moblie ul {
    list-style: none;
    display: flex;
    padding: 0;
    margin: 0;
  }

  .quick-link-moblie ul li {
    margin: 0;
    width: 50%;
  }

  .quick-link-moblie ul li a {
    text-align: center;
    display: block;
    padding: 5px 0;
    letter-spacing: 3px;
  }

  .quick-link-moblie ul li a.line {
    background: #00C300;
    color: #fff;
  }

  .quick-link-moblie ul li a.telphone {
    background: #4C75A3;
    color: #fff;
  }
}