@import url("https://fonts.googleapis.com/css2?family=Noto+Sans+TC:wght@300;400;700&display=swap");
body {
  font-family: 'Noto Sans TC', sans-serif;
}

img {
  max-width: 100%;
  display: block;
}

p {
  font-size: 16px;
  line-height: 2;
}

.link-item {
  text-transform: uppercase;
}

.navbar-toggler:focus {
  box-shadow: none;
}

.navbar-light .navbar-toggler {
  border: none;
}

main {
  margin-top: 88px;
}

#featurette .featurette-btn a{
  background-color: #a57852;
  color: white;
}





@media (max-width: 1200px) {
  main {
    margin-top: 56px;
  }
}

section {
  padding: 75px 0;
}

h2 {
  color: #a57852;
}

p {
  color: #414141;
}

.text-main {
  color: #a57852;
}

.bg-main-light {
  color: #ffeee1;
}

.btn-main {
  color: #fff;
  background-color: #a57852;
}

.btn-main:hover {
  color: #fff;
  background-color: rgba(165, 120, 82, 0.8);
}

.title-highliner {
  display: inline-block;
  position: relative;
}

.title-highliner::before {
  content: '';
  position: absolute;
  bottom: -3px;
  left: 0;
  width: 100%;
  height: 10px;
  background-color: antiquewhite;
  border-radius: 3px;
  z-index: -1;
}

.obj-cover {
  object-fit: cover;
}

.obj-contain {
  object-fit: contain;
}

.obj-center {
  object-position: center;
}

.img-absolute-bg {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center;
}

.mask {
  position: relative;
}

.mask:after {
  content: '';
  position: absolute;
  bottom: -5px;
  left: 0;
  width: 100%;
  height: 25%;
  background: url(../assets/mask.png) no-repeat center bottom/100%;
  z-index: 100;
}

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

@media (max-width: 992px) {
  .sidebar {
    bottom: 0;
    left: 0;
  }
}

.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 span {
  font-size: 14px;
  display: none;
}

.sidebar ul li a.booking {
  background-color: #c09a68;
  color: #fff;
  text-align: center;
  font-size: 14px;
  padding: 11px;
  line-height: 1;
}

.sidebar ul li a.booking:hover {
  background: #cc9247;
}

@media (max-width: 992px) {
  .sidebar ul {
    display: flex;
  }
  .sidebar ul li {
    flex-grow: 1;
    margin-bottom: 0;
  }
  .sidebar ul li a {
    width: unset;
    opacity: 1;
  }
}

.video-container {
  position: relative;
  padding-bottom: 56.25%;
  padding-top: 30px;
  height: 0;
  overflow: hidden;
}

.video-container iframe, .video-container object, .video-container embed {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

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

header .navbar .navbar-collapse .navbar-nav .nav-item .nav-link {
  padding-left: 30px;
  position: relative;
}

header .navbar .navbar-collapse .navbar-nav .nav-item .nav-link::before {
  content: '';
  position: absolute;
  top: 50%;
  left: 18px;
  transform: translateY(-50%) rotate(45deg);
  background: #999;
  width: 8px;
  height: 8px;
  opacity: 0;
}

header .navbar .navbar-collapse .navbar-nav .nav-item .nav-link:hover::before {
  opacity: 1;
}

.hero {
  position: relative;
}

.hero .hero-img {
  width: 100%;
  height: 100vh;
}

@media (max-width: 1200px) {
  .hero .hero-img {
    height: 60vh;
  }
}

.about {
  background: url(../assets/img/about/.png) no-repeat center/cover fixed;
}

@media (max-width: 992px) {
  .about {
    background-attachment: unset;
  }
}

.featurette .featurette-divider {
  margin: 5rem 0;
  /* Space out the Bootstrap <hr> more */
}

.featurette .featurette-heading {
  font-weight: 300;
  line-height: 1;
  letter-spacing: -.05rem;
  margin-top: 7rem;
  font-size: 50px;
  margin-bottom: 20px;
}

@media (max-width: 1200px) {
  .featurette .featurette-heading {
    font-size: 36px;
    margin-top: 0;
  }
}

.featurette .featurette-heading small {
  font-size: 24px;
}

@media (max-width: 1200px) {
  .featurette .featurette-heading small {
    white-space: nowrap;
  }
}

.services .card .card-image img {
  height: 250px;
  width: 100%;
  object-fit: cover;
  object-position: center;
}

.services .card .card-body {
  background: url(../assets/image/texture/bg-service.jpg) no-repeat center/cover;
  min-height: 260px;
}

.services .card .card-footer strong {
  font-weight: 300;
  font-size: 24px;
  color: darkgoldenrod;
}

.services .card .card-footer small {
  font-size: 16px;
  color: rgba(184, 135, 11, 0.8);
}

.feedback .center-one .item {
  margin: 20px 15px 40px;
  display: inline-block;
  box-shadow: 0 3px 8px rgba(0, 0, 0, 0.2);
}

.contact .sns a {
  width: 60px;
  height: 60px;
  display: flex;
  justify-content: center;
  align-items: center;
}

.contact .sns a svg {
  fill: #444;
}

.leaves {
  position: relative;
}

.leaves .leaf {
  position: absolute;
  width: 20vw;
  height: 20vw;
  background-position: center;
  background-size: contain;
  background-repeat: no-repeat;
  z-index: -1;
}

.leaves .leaf.leaf1 {
  background-image: url(../assets/image/texture/1.png);
  right: 5%;
  bottom: 0%;
}

.leaves .leaf.leaf2 {
  background-image: url(../assets/image/texture/2.png);
  left: 30%;
  top: 10%;
}

@media (max-width: 1200px) {
  .leaves .leaf.leaf2 {
    left: unset;
    right: 10%;
    top: 5%;
  }
}

.leaves .leaf.leaf3 {
  background-image: url(../assets/image/texture/3.png);
}

.leaves .leaf.leaf4 {
  background-image: url(../assets/image/texture/4.png);
}
/*# sourceMappingURL=all.css.map */