/**
* Template Name: Laura - v4.7.0
* Template URL: https://bootstrapmade.com/laura-free-creative-bootstrap-theme/
* Author: BootstrapMade.com
* License: https://bootstrapmade.com/license/
*/

/*--------------------------------------------------------------
# General
--------------------------------------------------------------*/
@import url("https://fonts.googleapis.com/css2?family=Lora:ital,wght@0,400;0,500;0,600;0,700;1,400;1,500;1,600;1,700&family=Noto+Sans+TC:wght@300;400;500;700&display=swap");
@import url('https://fonts.googleapis.com/css2?family=Noto+Serif+SC:wght@300&display=swap');
:root {
  --font-family-sans-serif: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, "Noto Sans", sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji";
  --font-family-monospace: SFMono-Regular, Menlo, Monaco, Consolas, "Liberation Mono", "Courier New", monospace;
}
html {
  font-family: 'Noto Serif SC', 'Lora','Noto Sans TC',serif, sans-serif,Garamond !important;
}
body {
  /* font-family: "Open Sans", sans-serif; */
  /* font-family: "Baloo Tamma 2", 'Lora', 'Noto Sans TC', serif, sans-serif !important; */
  /* font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, "Noto Sans", sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji"; */
  color: #444444;
  font-family: 'Noto Serif SC', 'Lora','Noto Sans TC',serif, sans-serif,Garamond !important;
}

a {
  color: #DAA520;
  text-decoration: none;
  font-family: 'Noto Serif SC', 'Lora','Noto Sans TC',serif, sans-serif,Garamond !important;
}

a:hover {
  color: #ffc85a;
  text-decoration: none;
  font-family: 'Noto Serif SC', 'Lora','Noto Sans TC',serif, sans-serif,Garamond !important;
}

h1, h2, h3, h4, h5, h6 {
  /* font-family: "Raleway", sans-serif; */
  /* font-family: 'Baloo Tamma 2', cursive; */
  font-family: 'Noto Serif SC', 'Lora','Noto Sans TC',serif, sans-serif,Garamond !important;
  font-weight: 300 !important;
}

/*--------------------------------------------------------------
# Back to top button
--------------------------------------------------------------*/
.back-to-top {
  position: fixed;
  visibility: hidden;
  opacity: 0;
  right: 15px;
  bottom: 15px;
  z-index: 996;
  background: #DAA520;
  width: 40px;
  height: 40px;
  border-radius: 4px;
  transition: all 0.4s;
}
.back-to-top i {
  font-size: 28px;
  color: #fff;
  line-height: 0;
}
.back-to-top:hover {
  background: #ffc550;
  color: #fff;
}
.back-to-top.active {
  visibility: visible;
  opacity: 1;
}

/*--------------------------------------------------------------
# Header
--------------------------------------------------------------*/
#header {
  z-index: 997;
  transition: all 0.5s;
  height: 80px;
  background: rgba(25, 28, 31, 0.8);
}
#header.header-transparent {
  background: transparent;
}
#header.header-scrolled {
  /* height: 60px; */
  /* background: rgb(167 139 102 / 80%); */
  background: rgba(235, 231, 222, 0.75);
}

/*--------------------------------------------------------------
# Navigation Menu
--------------------------------------------------------------*/
/**
* Desktop Navigation 
*/
@media (min-width: 768px) {
  .w-md-100 {
    width: 100% !important;
  }
}
.navbar {
  padding: 0;
}
/* .navbar ul li {
  display:inline !important;
} */
.navbar ul {
  margin: 0;
  padding: 0;
  display:flex;
  list-style: none;
  align-items: center;
}
.navbar li {
  position: relative;
  width: 171px;
}
.navbar a, .navbar a:focus {
  /*display: flex;
  */align-items: center;
  justify-content: space-between;
  padding: 10px 15px;
  color: #fff;
  white-space: nowrap;
  transition: 1.8s;
  font-size: 1.2rem;
  /* font-family: "Baloo Tamma 2", sans-serif; */
  font-family: "Baloo Tamma 2", 'Lora', 'Noto Sans TC', serif, sans-serif;
  text-transform: uppercase;
  font-weight: 600;
  letter-spacing: 1px;
  width: 100%;
  -webkit-transition: 1.8s;
  -moz-transition: 1.8s;
  -ms-transition: 1.8s;
  -o-transition: 1.8s;
}
#header.header-scrolled .navbar a, #header.header-scrolled .navbar a:focus {
  color: #bc9e6c;
}
.navbar .logo {
  width: auto !important;
}
.navbar a i, .navbar a:focus i {
  font-size: 12px;
  line-height: 0;
  margin-left: 5px;
}
.navbar a:hover, .navbar .active, .navbar .active:focus, .navbar li:hover > a {
  /* color: #fcd68a; */
  color: #bc9e6c;
}
.navbar .dropdown ul {
  display: block;
  position: absolute;
  left: 14px;
  top: calc(100% + 30px);
  margin: 0;
  padding: 10px 0;
  z-index: 99;
  opacity: 0;
  visibility: hidden;
  background: #fff;
  box-shadow: 0px 0px 30px rgba(127, 137, 161, 0.25);
  transition: 0.3s;
  border-radius: 4px;
}
.navbar .dropdown ul li {
  min-width: 200px;
}
.navbar .dropdown ul a {
  padding: 10px 20px;
  font-size: 14px;
  text-transform: none;
  font-weight: 400;
  color: #3b434a;
  letter-spacing: 1px;
}
.navbar .dropdown ul a i {
  font-size: 12px;
}
.navbar .dropdown ul a:hover, .navbar .dropdown ul .active:hover, .navbar .dropdown ul li:hover > a {
  color: #DAA520;
}
.navbar .dropdown:hover > ul {
  opacity: 1;
  top: 100%;
  visibility: visible;
}
.navbar .dropdown .dropdown ul {
  top: 0;
  left: calc(100% - 30px);
  visibility: hidden;
}
.navbar .dropdown .dropdown:hover > ul {
  opacity: 1;
  top: 0;
  left: 100%;
  visibility: visible;
}
@media (max-width: 1366px) {
  .navbar .dropdown .dropdown ul {
    left: -90%;
  }
  .navbar .dropdown .dropdown:hover > ul {
    left: -100%;
  }
}

/**
* Mobile Navigation 
*/
.mobile-nav-toggle {
  color: #fff;
  font-size: 28px;
  cursor: pointer;
  display: none;
  line-height: 0;
  transition: 0.5s;
}

@media (max-width: 991px) {
  .mobile-nav-toggle {
    display: block;
  }

  .navbar ul {
    display: none;
  }
}
.navbar-mobile {
  position: fixed;
  overflow: hidden;
  top: 0;
  right: 0;
  left: 0;
  bottom: 0;
  background: rgba(36, 41, 46, 0.9);
  transition: 0.3s;
  z-index: 999;
}
.navbar-mobile .mobile-nav-toggle {
  position: absolute;
  top: 15px;
  right: 15px;
}
.navbar-mobile ul {
  display: block;
  position: absolute;
  top: 55px;
  right: 15px;
  bottom: 15px;
  left: 15px;
  padding: 10px 0;
  border-radius: 10px;
  background-color: #fff;
  overflow-y: auto;
  transition: 0.3s;
}
.navbar-mobile a, .navbar-mobile a:focus {
  padding: 10px 20px;
  font-size: 14px;
  color: #3b434a;
}
.navbar-mobile a:hover, .navbar-mobile .active, .navbar-mobile li:hover > a {
  font-family: 'Noto Serif SC', 'Lora','Noto Sans TC',serif, sans-serif,Garamond !important;
  color: #DAA520;
}
.navbar-mobile .getstarted, .navbar-mobile .getstarted:focus {
  margin: 15px;
}
.navbar-mobile .dropdown ul {
  position: static;
  display: none;
  margin: 10px 20px;
  padding: 10px 0;
  z-index: 99;
  opacity: 1;
  visibility: visible;
  background: #fff;
  box-shadow: 0px 0px 30px rgba(127, 137, 161, 0.25);
}
.navbar-mobile .dropdown ul li {
  min-width: 200px;
}
.navbar-mobile .dropdown ul a {
  padding: 10px 20px;
}
.navbar-mobile .dropdown ul a i {
  font-size: 12px;
}
.navbar-mobile .dropdown ul a:hover, .navbar-mobile .dropdown ul .active:hover, .navbar-mobile .dropdown ul li:hover > a {
  font-family: 'Noto Serif SC', 'Lora','Noto Sans TC',serif, sans-serif,Garamond !important;
  color: #DAA520;
}
.navbar-mobile .dropdown > .dropdown-active {
  display: block;
}

/*--------------------------------------------------------------
# Hero Section
--------------------------------------------------------------*/
#hero {
  width: 100%;
  height: 100vh;
  background: url("../img/首頁大圖/hero_pc.jpg") center;
  background-size: cover;
  position: relative;
}
#hero:before {
  content: "";
  background: rgba(0, 0, 0, 0.25);
  position: absolute;
  bottom: 0;
  top: 0;
  left: 0;
  right: 0;
}
#hero .hero-container {
  position: absolute;
  bottom: 4rem;
  /* top: 0; */
  left: 0;
  right: 0;
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
  padding: 0 15px;
}
#hero h1 {
  margin: 0 0 10px 0;
  font-size: 64px;
  /* font-family: "Satisfy", serif; */
  /* font-family: "Baloo Tamma 2", serif; */
  font-family: 'Noto Serif SC', 'Lora','Noto Sans TC',serif, sans-serif,Garamond !important;
  color: #fff;
}
#hero h2 {
  color: #eee;
  margin-bottom: 50px;
  font-size: 13px;
  font-weight: 500;
  letter-spacing: 1px;
  text-transform: uppercase;
  font-family: 'Noto Serif SC', 'Lora','Noto Sans TC',serif, sans-serif,Garamond !important;
}
#hero .btn-scroll {
  transition: 0.4s;
  color: rgba(255, 255, 255, 0.6);
  animation: up-down 1s ease-in-out infinite alternate-reverse both;
}
#hero .btn-scroll i {
  font-size: 48px;
}
#hero .btn-scroll:hover {
  color: #DAA520;
}
@media (min-width: 1024px) {
  #hero {
    background-attachment: fixed;
  }
}
@media (max-width: 575px) {
  #hero {
    width: 100%;
    height: 100vh;
    background: url("../img/首頁大圖/hero_mob.jpg") center;
    background-size: cover;
    position: relative;
  }
  #hero h1 {
    font-size: 40px;
    font-family: 'Noto Serif SC', 'Lora','Noto Sans TC',serif, sans-serif,Garamond !important;
  }
  #hero h2 {
    text-align: center;
    margin-bottom: 30px;
    font-family: 'Noto Serif SC', 'Lora','Noto Sans TC',serif, sans-serif,Garamond !important;
  }
}

@-webkit-keyframes up-down {
  0% {
    transform: translateY(5px);
  }
  100% {
    transform: translateY(-5px);
  }
}

@keyframes up-down {
  0% {
    transform: translateY(5px);
  }
  100% {
    transform: translateY(-5px);
  }
}
/*--------------------------------------------------------------
# Sections General
--------------------------------------------------------------*/
section {
  padding: 60px 0;
}

.section-bg {
  background-color: white;
}

.section-title {
  text-align: center;
  padding: 30px 0;
  position: relative;
  font-family: "Baloo Tamma 2", 'Lora', 'Noto Sans TC', serif, sans-serif;
}
.section-title h2 {
  font-size: 32px;
  font-family: "Baloo Tamma 2", 'Lora', 'Noto Sans TC', serif, sans-serif;
  font-weight: 700;
  text-transform: uppercase;
  margin-bottom: 20px;
  padding-bottom: 0;
  color: #3f2b1c;
  position: relative;
  z-index: 2;
}
.section-title span {
  position: absolute;
  top: 30px;
  font-family: "Baloo Tamma 2", 'Lora', 'Noto Sans TC', serif, sans-serif;
  color: #b1957040;
  left: 0;
  right: 0;
  z-index: 1;
  font-weight: 700;
  font-size: 52px;
  text-transform: uppercase;
  line-height: 0;
}
.section-title p {
  font-family: "Baloo Tamma 2", 'Lora', 'Noto Sans TC', serif, sans-serif;
  margin-bottom: 0;
  position: relative;
  z-index: 2;
}

.section-title2 {
  text-align: center;
  padding: 30px 0;
  position: relative;
  /* font-family: "Baloo Tamma 2", serif; */
  font-family: "Baloo Tamma 2", 'Lora', 'Noto Sans TC', serif, sans-serif;
}
.section-title2 h2 {
  font-size: 22px;
  font-family: "Baloo Tamma 2", 'Lora', 'Noto Sans TC', serif, sans-serif;
  font-weight: 700;
  text-transform: uppercase;
  margin-bottom: 20px;
  padding-bottom: 0;
  color: #3a0028;
  position: relative;
  z-index: 2;
}
.section-title2 span {
  /* position: absolute; */
  /* top: 30px; */
  font-family: "Baloo Tamma 2", 'Lora', 'Noto Sans TC', serif, sans-serif;
  color: #3a0028;
  left: 0;
  right: 0;
  z-index: 1;
  font-weight: 700;
  font-size: 2rem;
  text-transform: uppercase;
  line-height: 0;
}

.section-title3 {
  text-align: center;
  padding: 30px 0;
  position: relative;
  /* font-family: "Baloo Tamma 2", serif; */
  /* font-family: 'Lora','Noto Sans TC', sans-serif; */
  font-family: "Baloo Tamma 2", 'Lora', 'Noto Sans TC', serif, sans-serif;
}
.section-title3 h2 {
  color: #3f2b1c;
  font-size: 1.75rem;
  margin-bottom: 0;
  margin-left: 1.5rem;
  font-family: "Baloo Tamma 2", 'Lora', 'Noto Sans TC', serif, sans-serif;
  /* font-weight: 300; */
}

.section-title3 span {
  color: #3f2b1c;
  font-size: 1.75rem;
  font-weight: 500;
  line-height: 1.2;
  margin-right: 1.5rem;
  font-family: "Baloo Tamma 2", 'Lora', 'Noto Sans TC', serif, sans-serif;
}

.section-title3 .liner-v {
  width: 2px;
  height: 75px;
  background-color: #997f4f;
}

@media (max-width: 575px) {
  .section-title h2 {
    font-size: 28px;
    margin-bottom: 15px;
    font-family: 'Noto Serif SC', 'Lora','Noto Sans TC',serif, sans-serif,Garamond !important;
  }
  .section-title span {
    font-size: 38px;
    font-family: 'Noto Serif SC', 'Lora','Noto Sans TC',serif, sans-serif,Garamond !important;
  }
}

/*--------------------------------------------------------------
# Breadcrumbs
--------------------------------------------------------------*/
.breadcrumbs {
  padding: 20px 0;
  background-color: #f4f5f6;
  min-height: 40px;
  margin-top: 78px;
}
@media (max-width: 992px) {
  .breadcrumbs {
    margin-top: 60px;
  }
}
.breadcrumbs h2 {
  font-size: 24px;
  font-weight: 300;
  margin: 0;
}
@media (max-width: 992px) {
  .breadcrumbs h2 {
    margin: 0 0 10px 0;
  }
}
.breadcrumbs ol {
  display: flex;
  flex-wrap: wrap;
  list-style: none;
  padding: 0;
  margin: 0;
  font-size: 14px;
}
.breadcrumbs ol li + li {
  padding-left: 10px;
}
.breadcrumbs ol li + li::before {
  display: inline-block;
  padding-right: 10px;
  color: #6c757d;
  content: "/";
}
@media (max-width: 768px) {
  .breadcrumbs .d-flex {
    display: block !important;
  }
  .breadcrumbs ol {
    display: block;
  }
  .breadcrumbs ol li {
    display: inline-block;
  }
}

/*--------------------------------------------------------------
# About Me
--------------------------------------------------------------*/
.about .content h3 {
  font-weight: 700;
  font-size: 26px;
  color: #3b434a;
  text-transform: uppercase;
  font-family: 'Noto Serif SC', 'Lora','Noto Sans TC',serif, sans-serif,Garamond !important;
}
.about .content ul {
  list-style: none;
  padding: 0;
}
.about .content ul li {
  margin-bottom: 20px;
  display: flex;
  align-items: center;
}
.about .content ul strong {
  margin-right: 10px;
}
.about .content ul i {
  font-size: 16px;
  margin-right: 5px;
  color: #DAA520;
  line-height: 0;
}
.about .content p:last-child {
  margin-bottom: 0;
}
.about .content .count-box {
  width: 100%;
}
.about .content .count-box i {
  display: block;
  font-size: 36px;
  color: #DAA520;
  float: left;
  line-height: 0;
}
.about .content .count-box span {
  font-size: 36px;
  line-height: 30px;
  display: block;
  font-weight: 700;
  color: #3b434a;
  margin-left: 50px;
}
.about .content .count-box p {
  padding: 15px 0 0 0;
  margin: 0 0 0 50px;
  font-family: "Raleway", sans-serif;
  font-size: 14px;
  color: #5d6a75;
}
.about .content .count-box a {
  font-weight: 600;
  display: block;
  margin-top: 20px;
  color: #5d6a75;
  font-size: 15px;
  font-family: "Satisfy", serif;
  transition: ease-in-out 0.3s;
}
.about .content .count-box a:hover {
  color: #82909c;
}
.about .image {
  background: url("../img/me.jpg") center center no-repeat;
  background-size: cover;
  min-height: 500px;
}
.about .skills-content {
  margin-top: 30px;
}
.about .skills-content .progress {
  height: 60px;
  display: block;
  background: none;
  border-radius: 0;
}
.about .skills-content .progress .skill {
  padding: 10px 0;
  margin: 0 0 6px 0;
  text-transform: uppercase;
  display: block;
  font-weight: 700;
  font-family: "Raleway", sans-serif;
  color: #3b434a;
}
.about .skills-content .progress .skill .val {
  float: right;
  font-style: normal;
}
.about .skills-content .progress-bar-wrap {
  background: #e6e8eb;
}
.about .skills-content .progress-bar {
  width: 1px;
  height: 10px;
  transition: 0.9s;
  background-color: #DAA520;
}

/*--------------------------------------------------------------
# My Resume
--------------------------------------------------------------*/
.resume .resume-title {
  font-size: 26px;
  font-weight: 700;
  margin-top: 20px;
  margin-bottom: 20px;
  color: #3b434a;
}
.resume .resume-item {
  padding: 0 0 20px 20px;
  margin-top: -2px;
  border-left: 2px solid #82909c;
  position: relative;
}
.resume .resume-item h4 {
  line-height: 18px;
  font-size: 16px;
  font-weight: 700;
  text-transform: uppercase;
  color: #DAA520;
  margin-bottom: 10px;
}
.resume .resume-item h5 {
  font-size: 16px;
  background: #eef0f2;
  padding: 5px 15px;
  display: inline-block;
  font-weight: 600;
  margin-bottom: 10px;
}
.resume .resume-item ul {
  padding-left: 20px;
}
.resume .resume-item ul li {
  padding-bottom: 10px;
}
.resume .resume-item:last-child {
  padding-bottom: 0;
}
.resume .resume-item::before {
  content: "";
  position: absolute;
  width: 16px;
  height: 16px;
  border-radius: 50px;
  left: -9px;
  top: 0;
  background: #fff;
  border: 2px solid #82909c;
}

/*--------------------------------------------------------------
# My Services
--------------------------------------------------------------*/
.services .icon-box {
  padding: 30px;
  position: relative;
  overflow: hidden;
  background: #fff;
  box-shadow: 0 10px 29px 0 rgba(68, 88, 144, 0.1);
  transition: all 0.3s ease-in-out;
  text-align: center;
  border: 1px solid #fff;
  font-family: 'Noto Serif SC', 'Lora','Noto Sans TC',serif, sans-serif,Garamond !important;
}
.services .icon {
  margin: 0 auto 20px auto;
  padding-top: 17px;
  display: inline-block;
  text-align: center;
  border-radius: 50%;
  width: 72px;
  height: 72px;
  background: #fff4df;
}
.services .icon i {
  font-size: 36px;
  line-height: 1;
  color: #DAA520;
}
.services .title {
  font-weight: 700;
  margin-bottom: 15px;
  font-size: 18px;
  font-family: 'Noto Serif SC', 'Lora','Noto Sans TC',serif, sans-serif,Garamond !important;
}
.services .title a {
  color: #111;
  transition: 0.3s;
  font-family: 'Noto Serif SC', 'Lora','Noto Sans TC',serif, sans-serif,Garamond !important;
}
.services .description {
  font-size: 15px;
  line-height: 28px;
  margin-bottom: 0;
  font-family: 'Noto Serif SC', 'Lora','Noto Sans TC',serif, sans-serif,Garamond !important;
}
.services .icon-box:hover {
  border-color: #DAA520;
}
.services .icon-box:hover .title a {
  color: #DAA520;
  font-family: 'Noto Serif SC', 'Lora','Noto Sans TC',serif, sans-serif,Garamond !important;
}

/*--------------------------------------------------------------
# Testimonials
--------------------------------------------------------------*/
.testimonials {
  padding: 80px 0;
  background: url("../img/testimonials-bg.jpg") no-repeat;
  background-position: center 40%;
  background-size: cover;
  position: relative;
}
.testimonials::before {
  content: "";
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  background: rgba(14, 16, 17, 0.5);
}
.testimonials .section-header {
  margin-bottom: 40px;
}
.testimonials .testimonials-carousel, .testimonials .testimonials-slider {
  overflow: hidden;
}
.testimonials .testimonial-item {
  text-align: center;
  color: #fff;
}
.testimonials .testimonial-item .testimonial-img {
  width: 17rem;
  height: 17rem;
  border-radius: 50%;
  border: 6px solid rgba(255, 255, 255, 0.15);
  margin: 0 auto;
  object-fit: cover;
  object-position: center top;
}
.testimonials .testimonial-item h3 {
  font-size: 20px;
  font-weight: bold;
  margin: 10px 0 5px 0;
  color: #fff;
  font-family: 'Noto Serif SC', 'Lora','Noto Sans TC',serif, sans-serif,Garamond !important;
}
.testimonials .testimonial-item h4 {
  font-size: 14px;
  color: #ddd;
  margin: 0 0 15px 0;
  font-family: 'Noto Serif SC', 'Lora','Noto Sans TC',serif, sans-serif,Garamond !important;
}
.testimonials .testimonial-item .quote-icon-left, .testimonials .testimonial-item .quote-icon-right {
  color: rgba(255, 255, 255, 0.4);
  font-size: 26px;
}
.testimonials .testimonial-item .quote-icon-left {
  display: inline-block;
  left: -5px;
  position: relative;
}
.testimonials .testimonial-item .quote-icon-right {
  display: inline-block;
  right: -5px;
  position: relative;
  top: 10px;
}
.testimonials .testimonial-item p {
  font-style: italic;
  margin: 0 auto 15px auto;
  color: #eee;
}
.testimonials .swiper-pagination {
  margin-top: 20px;
  position: relative;
}
.testimonials .swiper-pagination .swiper-pagination-bullet {
  width: 12px;
  height: 12px;
  opacity: 1;
  background-color: rgba(255, 255, 255, 0.4);
}
.testimonials .swiper-pagination .swiper-pagination-bullet-active {
  background-color: #DAA520;
}
@media (min-width: 992px) {
  .testimonials .testimonial-item p {
    width: 80%;
  }
}

@media (max-width: 768px) {
  .testimonials {
    padding: 80px 0;
    background: url("../img/testimonials-bg.jpg") no-repeat;
    background-position: center center;
    background-size: cover;
    position: relative;
    font-family: 'Noto Serif SC', 'Lora','Noto Sans TC',serif, sans-serif,Garamond !important;
  }
}

/*--------------------------------------------------------------
# My Portfolio
--------------------------------------------------------------*/
.portfolio #portfolio-flters {
  list-style: none;
  margin-bottom: 20px;
}
.portfolio #portfolio-flters li {
  cursor: pointer;
  display: inline-block;
  margin: 0 10px 10px 10px;
  font-size: 15px;
  font-weight: 600;
  line-height: 1;
  padding: 7px 10px;
  text-transform: uppercase;
  color: #444444;
  transition: all 0.3s ease-in-out;
  border: 2px solid #fff;
}
.portfolio #portfolio-flters li:hover, .portfolio #portfolio-flters li.filter-active {
  color: #f3a200;
  border-color: #DAA520;
}
.portfolio .portfolio-item {
  margin-bottom: 30px;
}
.portfolio .portfolio-item .portfolio-img {
  overflow: hidden;
}
.portfolio .portfolio-item .portfolio-img img {
  transition: all 0.8s ease-in-out;
}
.portfolio .portfolio-item .portfolio-info {
  opacity: 0;
  position: absolute;
  left: 15px;
  bottom: 0;
  z-index: 3;
  right: 15px;
  transition: all ease-in-out 0.3s;
  background: rgba(0, 0, 0, 0.5);
  padding: 10px 15px;
}
.portfolio .portfolio-item .portfolio-info h4 {
  font-size: 18px;
  color: #fff;
  font-weight: 600;
  color: #fff;
  margin-bottom: 0px;
  font-family: 'Noto Serif SC', 'Lora','Noto Sans TC',serif, sans-serif,Garamond !important;
}
.portfolio .portfolio-item .portfolio-info p {
  color: rgba(255, 255, 255, 0.8);
  font-size: 14px;
  margin-bottom: 0;
  font-family: 'Noto Serif SC', 'Lora','Noto Sans TC',serif, sans-serif,Garamond !important;
}
.portfolio .portfolio-item .portfolio-info .preview-link, .portfolio .portfolio-item .portfolio-info .details-link {
  position: absolute;
  right: 40px;
  font-size: 24px;
  top: calc(50% - 18px);
  color: #fff;
  transition: 0.3s;
}
.portfolio .portfolio-item .portfolio-info .preview-link:hover, .portfolio .portfolio-item .portfolio-info .details-link:hover {
  color: #ffc041;
}
.portfolio .portfolio-item .portfolio-info .details-link {
  right: 10px;
}
.portfolio .portfolio-item:hover .portfolio-img img {
  transform: scale(1.2);
}
.portfolio .portfolio-item:hover .portfolio-info {
  opacity: 1;
}

/*--------------------------------------------------------------
# Portfolio Details
--------------------------------------------------------------*/
.portfolio-details {
  padding-top: 40px;
}
.portfolio-details .portfolio-details-slider img {
  width: 100%;
}
.portfolio-details .portfolio-details-slider .swiper-pagination {
  margin-top: 20px;
  position: relative;
}
.portfolio-details .portfolio-details-slider .swiper-pagination .swiper-pagination-bullet {
  width: 12px;
  height: 12px;
  background-color: #fff;
  opacity: 1;
  border: 1px solid #DAA520;
}
.portfolio-details .portfolio-details-slider .swiper-pagination .swiper-pagination-bullet-active {
  background-color: #DAA520;
}
.portfolio-details .portfolio-info {
  padding: 30px;
  box-shadow: 0px 0 30px rgba(59, 67, 74, 0.08);
}
.portfolio-details .portfolio-info h3 {
  font-size: 22px;
  font-weight: 700;
  margin-bottom: 20px;
  padding-bottom: 20px;
  border-bottom: 1px solid #eee;
}
.portfolio-details .portfolio-info ul {
  list-style: none;
  padding: 0;
  font-size: 15px;
}
.portfolio-details .portfolio-info ul li + li {
  margin-top: 10px;
}
.portfolio-details .portfolio-description {
  padding-top: 30px;
}
.portfolio-details .portfolio-description h2 {
  font-size: 26px;
  font-weight: 700;
  margin-bottom: 20px;
}
.portfolio-details .portfolio-description p {
  padding: 0;
}

/*--------------------------------------------------------------
# Pricing
--------------------------------------------------------------*/
.pricing .box {
  padding: 20px;
  background: #fff;
  text-align: center;
  box-shadow: 0px 0px 4px rgba(0, 0, 0, 0.12);
  border-radius: 5px;
  position: relative;
  overflow: hidden;
}
.pricing h3 {
  font-weight: 400;
  margin: -20px -20px 20px -20px;
  padding: 20px 15px;
  font-size: 16px;
  font-weight: 600;
  color: #777777;
  background: #f8f8f8;
}
.pricing h4 {
  font-size: 36px;
  color: #DAA520;
  font-weight: 600;
  font-family: "Open Sans", sans-serif;
  margin-bottom: 20px;
}
.pricing h4 sup {
  font-size: 20px;
  top: -12px;
  left: -3px;
}
.pricing h4 span {
  color: #bababa;
  font-size: 16px;
  font-weight: 300;
}
.pricing ul {
  padding: 0;
  list-style: none;
  color: #444444;
  text-align: center;
  line-height: 20px;
  font-size: 14px;
}
.pricing ul li {
  padding-bottom: 16px;
}
.pricing ul i {
  color: #DAA520;
  font-size: 18px;
  padding-right: 4px;
}
.pricing ul .na {
  color: #ccc;
  text-decoration: line-through;
}
.pricing .btn-wrap {
  margin: 20px -20px -20px -20px;
  padding: 20px 15px;
  background: #f8f8f8;
  text-align: center;
}
.pricing .btn-buy {
  background: #DAA520;
  display: inline-block;
  padding: 8px 35px;
  border-radius: 4px;
  color: #fff;
  transition: none;
  font-size: 14px;
  font-weight: 400;
  font-family: "Raleway", sans-serif;
  font-weight: 600;
  transition: 0.3s;
}
.pricing .btn-buy:hover {
  background: #ffc85a;
}
.pricing .featured h3 {
  color: #fff;
  background: #DAA520;
}
.pricing .advanced {
  width: 200px;
  position: absolute;
  top: 18px;
  right: -68px;
  transform: rotate(45deg);
  z-index: 1;
  font-size: 14px;
  padding: 1px 0 3px 0;
  background: #DAA520;
  color: #fff;
}

/*--------------------------------------------------------------
# Contact Me
--------------------------------------------------------------*/
.contact .info-content {
  background: #b8a285b3 !important;
  /* background: #3a0028b3 !important; */
}
.contact .info-box {
  font-family: 'Noto Serif SC', 'Lora','Noto Sans TC',serif, sans-serif,Garamond !important;
  background: #ebe7de;
  color: #3f2b1c;
  text-align: center;
  box-shadow: 0 0 30px rgba(214, 215, 216, 0.6);
  padding: 20px 0 30px 0;
}
.contact .info-box i.bx {
  font-size: 24px;
  /* color: #DAA520; */
  color: #3f2b1c;
  border-radius: 50%;
  padding: 15px;
  background: #fff6e4;
}
.contact .info-box a {
  /* color: #bb9e6d; */
  color: #3f2b1c;
  font-family: 'Noto Serif SC', 'Lora','Noto Sans TC',serif, sans-serif,Garamond !important;
}
.contact .info-box a:hover {
  color: #bb9e6d;
  font-family: 'Noto Serif SC', 'Lora','Noto Sans TC',serif, sans-serif,Garamond !important;
}
.contact .info-box h3 {
  font-size: 20px;
  color: #3f2b1c;
  font-weight: 700;
  margin: 10px 0;
  font-family: 'Noto Serif SC', 'Lora','Noto Sans TC',serif, sans-serif,Garamond !important;
}
.contact .info-box p {
  padding: 0;
  line-height: 24px;
  font-size: 18px;
  margin-bottom: 0;
  font-family: 'Noto Serif SC', 'Lora','Noto Sans TC',serif, sans-serif,Garamond !important;
}
.contact .social-links {
  margin-top: 15px;
  display: flex;
  justify-content: center;
}
.contact .social-links a {
  font-size: 18px;
  display: inline-block;
  /* color: #bb9e6d; */
  color: #3f2b1c;
  line-height: 1;
  margin: 0 8px;
  transition: 0.3s;
  padding: 14px;
  border-radius: 50px;
  /* border: 1px solid #dde1e4; */
  border: 1px solid #3f2b1c;
  font-family: 'Noto Serif SC', 'Lora','Noto Sans TC',serif, sans-serif,Garamond !important;
}
.contact .social-links a:hover {
  color: #fff;
  border-color: #DAA520;
  background: #DAA520;
  font-family: 'Noto Serif SC', 'Lora','Noto Sans TC',serif, sans-serif,Garamond !important;
}
.contact .php-email-form {
  box-shadow: 0 0 30px rgba(214, 215, 216, 0.6);
  padding: 27px;
}
.contact .php-email-form .validate {
  display: none;
  color: red;
  margin: 0 0 15px 0;
  font-weight: 400;
  font-size: 13px;
}
.contact .php-email-form .error-message {
  display: none;
  color: #fff;
  background: #ed3c0d;
  text-align: left;
  padding: 15px;
  font-weight: 600;
}
.contact .php-email-form .error-message br + br {
  margin-top: 25px;
}
.contact .php-email-form .sent-message {
  display: none;
  color: #fff;
  background: #18d26e;
  text-align: center;
  padding: 15px;
  font-weight: 600;
}
.contact .php-email-form .loading {
  display: none;
  background: #fff;
  text-align: center;
  padding: 15px;
}
.contact .php-email-form .loading:before {
  content: "";
  display: inline-block;
  border-radius: 50%;
  width: 24px;
  height: 24px;
  margin: 0 10px -6px 0;
  border: 3px solid #18d26e;
  border-top-color: #eee;
  -webkit-animation: animate-loading 1s linear infinite;
  animation: animate-loading 1s linear infinite;
}
.contact .php-email-form input, .contact .php-email-form textarea {
  border-radius: 0;
  box-shadow: none;
  font-size: 14px;
}
.contact .php-email-form input::focus, .contact .php-email-form textarea::focus {
  background-color: #DAA520;
}
.contact .php-email-form input {
  padding: 10px 15px;
}
.contact .php-email-form textarea {
  padding: 12px 15px;
}
.contact .php-email-form button[type=submit] {
  background: #DAA520;
  border: 0;
  padding: 10px 24px;
  color: #fff;
  transition: 0.4s;
  border-radius: 5px;
}
.contact .php-email-form button[type=submit]:hover {
  background: #ffc85a;
}
@-webkit-keyframes animate-loading {
  0% {
    transform: rotate(0deg);
  }
  100% {
    transform: rotate(360deg);
  }
}
@keyframes animate-loading {
  0% {
    transform: rotate(0deg);
  }
  100% {
    transform: rotate(360deg);
  }
}

/*--------------------------------------------------------------
# Footer
--------------------------------------------------------------*/
#footer {
  background: url("../img/footer-bg.jpg") center 50% no-repeat;
  background-size: cover;
  color: #fff;
  font-size: 14px;
  text-align: center;
  padding: 80px 0;
  position: relative;
  font-family: 'Noto Serif SC', 'Lora','Noto Sans TC',serif, sans-serif,Garamond !important;
}
#footer::before {
  content: "";
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  background: rgba(0, 0, 0, 0.6);
}
#footer .container {
  position: relative;
}
#footer h3 {
  font-size: 36px;
  font-weight: 700;
  color: #fff;
  font-family: 'Noto Serif SC', 'Lora','Noto Sans TC',serif, sans-serif,Garamond !important;
  position: relative;
  /* font-family: "Satisfy", serif; */
  padding: 0;
  margin: 0 0 15px 0;
}
#footer p {
  font-size: 15;
  font-style: italic;
  font-family: 'Noto Serif SC', 'Lora','Noto Sans TC',serif, sans-serif,Garamond !important;
  padding: 0;
  margin: 0 0 40px 0;
}
#footer .social-links {
  margin: 0 0 40px 0;
}
#footer .social-links a {
  font-size: 18px;
  display: inline-block;
  background: #DAA520;
  color: #fff;
  line-height: 1;
  padding: 8px 0;
  margin-right: 4px;
  border-radius: 50%;
  text-align: center;
  width: 36px;
  height: 36px;
  transition: 0.3s;
  font-family: 'Noto Serif SC', 'Lora','Noto Sans TC',serif, sans-serif,Garamond !important;
}
#footer .social-links a:hover {
  background: #f3a200;
  color: #fff;
  font-family: 'Noto Serif SC', 'Lora','Noto Sans TC',serif, sans-serif,Garamond !important;
  text-decoration: none;
}
#footer .copyright {
  margin: 0 0 5px 0;
  font-family: 'Noto Serif SC', 'Lora','Noto Sans TC',serif, sans-serif,Garamond !important;
}
#footer .credits {
  font-size: 13px;
}

.about-wapper {
  height: 100vh;
  background-image: url(../img/環境照/291A0060.jpg) center center no-repeat;
  background-size: cover;
  padding: 0;
}

.about-content {
  position: absolute;
  top: 50%;
  right: 0;
  transform: translate(0%, -50%);
  -webkit-transform: translate(0%, -50%);
  -moz-transform: translate(0%, -50%);
  -ms-transform: translate(0%, -50%);
  -o-transform: translate(0%, -50%);
  background-color: #ebe7de;
  padding-top: 4rem;
  padding-bottom: 4rem;
  padding-left: 2rem;
  padding-right: 2rem;
}

.overlay {
  width: 100%;
  height: 100%;
  background-color: #00000064;
  z-index: 2;
}

@media (max-width: 768px) {
  .about-wapper {
    height: 60vh;
  }
  .about-content {
    position: relative;
    transform: translate(0%, 0%);
    -webkit-transform: translate(0%, 0%);
    -moz-transform: translate(0%, 0%);
    -ms-transform: translate(0%, 0%);
    -o-transform: translate(0%, 0%);
  }
}

.services-item {
  width: 100%;
  height: 25rem;
  position: relative;
}

.services-item-1 {
  background-image: url(../img/服務項目/剪髮.jpg);
  background-position: center center;
  background-repeat: no-repeat;
  background-size: cover;
  
}

.services-item-2 {
  background-image: url(../img/服務項目/燙髮.jpg);
  background-position: center center;
  background-repeat: no-repeat;
  background-size: cover;
  
}

.services-item-3 {
  background-image: url(../img/服務項目/染髮.jpg);
  background-position: center center;
  background-repeat: no-repeat;
  background-size: cover;
  
}

.services-item-4 {
  background-image: url(../img/服務項目/頭皮護理.jpg);
  background-position: center center;
  background-repeat: no-repeat;
  background-size: cover;
  
}

.services-item:hover .service-content {
  width: 100%;
  height: 100%;
  display: flex !important;
  background-color: #00000064;
  color: #fff;
  font-family: 'Noto Serif SC', 'Lora','Noto Sans TC',serif, sans-serif,Garamond !important;
}

@media (min-width: 768px) {
  .services-item:hover .service-content {
    width: 100%;
    height: 100%;
    display: flex !important;
    background-color: #00000064;
    color: #fff;
    font-family: 'Noto Serif SC', 'Lora','Noto Sans TC',serif, sans-serif,Garamond !important;
  }
}

@media (max-width: 768px) {
  .services-item .service-content {
    width: 100%;
    height: 100%;
    display: flex !important;
    background-color: #00000064;
    color: #fff;
    font-family: 'Noto Serif SC', 'Lora','Noto Sans TC',serif, sans-serif,Garamond !important;
  }
}

.works-img {
  width: 100%;
  height: 27rem;
  object-fit: cover;
  object-position: center;
}

.slick-prev {
  left: -2.5rem;
}

.slick-next {
  right: -2.5rem;
}

.slick-prev, .slick-next {
    width: 40px;
    height: 40px;
    z-index: 200;
}

.slick-prev::before, .slick-next::before {
  /*color: #3a0028;
  */
  font-size: 30px;
  color: transparent;
  transition: 0.5s;
  -webkit-transition: 0.5s;
  -moz-transition: 0.5s;
  -ms-transition: 0.5s;
  -o-transition: 0.5s;
}

@media (min-width: 768px) {
  .portfolio-container:hover .slick-prev::before, .portfolio-container:hover .slick-next::before {
    color: #3a0028;
  }
}

@media (max-width: 768px) {
  .slick-prev {
    left: 10px;
  }
  
  .slick-next {
    right: 10px;
  }

  .slick-prev::before, .slick-next::before {
    color: #3a0028;
  }
}

.pricing {
  color: #3a0028;
  font-family: 'Noto Serif SC', 'Lora','Noto Sans TC',serif, sans-serif,Garamond !important;
}

.pricing .price-content2 p {
  padding-left: 1rem;
  padding-right: 1rem;
  word-break: keep-all;
  font-family: 'Noto Serif SC', 'Lora','Noto Sans TC',serif, sans-serif,Garamond !important;
}

.liner-h {
  width: 100%;
  height: 2px;
  background-color: #3a0028;
}

.hFixFabFlex {
  position: fixed;
  top: 50%;
  right: 16px;
  transform: translate(0%, -50%);
  z-index: 5566;
  display: flex;
  flex-flow: column-reverse;
  justify-content: center;
  align-items: center;
  -webkit-transform: translate(0%, -50%);
  -moz-transform: translate(0%, -50%);
  -ms-transform: translate(0%, -50%);
  -o-transform: translate(0%, -50%);
}

.hFixFabFlex>a {
  display: block
}

.hFab {
  width: 48px;
  height: 48px;
  font-size: 32px;
  line-height: 48px;
  text-align: center;
  color: #fff;
  border-radius: 64px;
  box-shadow: 0 2px 3px #66666666;
  overflow: hidden;
  transition: .2s all;
  margin-top: 16px
}

/* .hFab:hover {
  box-shadow: 1px 3px 4px #666666cc
} */

.hFabHome {
  background-color: #666
}

.hFabPhone {
  background-color: #ad9a88
}

.hFabIg {
  background-color: #b8a285;
}
/* #DAA520 linear-gradient(135deg, rgba(255, 255, 255) 0%, #b8a285 100%); */
.hFabLine {
  background-color: #b8a285;
}

.hFabFacebook {
  background-color: #b8a285;
}
/* #b8a285 */