@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=Libre+Baskerville:ital,wght@0,400;0,700;1,400&display=swap");
@import url("https://fonts.googleapis.com/css2?family=Cookie&family=Neonderthaw&display=swap");
@import url("https://fonts.googleapis.com/css2?family=Noto+Sans+TC:wght@500&display=swap");
@import url("https://fonts.googleapis.com/css2?family=Sevillana&display=swap");
body {
  font-family: 'Noto Sans TC', sans-serif;
  background: #fff;
  color: #fff;
}

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 {
  background: transparent;
}

section {
  padding: 75px 0;
}

.list-style {
  list-style: none;
  margin-bottom: 40px;
}

.list-style li {
  margin-bottom: 15px;
  padding-left: 20px;
  position: relative;
  font-weight: 300;
  color: #ccc;
  transition: 0.4s;
}

.list-style li::before {
  content: '';
  position: absolute;
  top: 50%;
  left: 0;
  width: 10px;
  height: 10px;
  border: 1px solid #eee;
  border-radius: 50%;
  transform: rotate(45deg) translateY(-50%);
}

.list-style li::after {
  content: '';
  position: absolute;
  top: 12px;
  left: 7px;
  width: 3px;
  height: 3px;
  background: #aaa;
  border-radius: 50%;
  transition: 1s;
}

.list-style li:hover {
  filter: brightness(2);
}

.sidebar {
  position: fixed;
  bottom: 50px;
  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: #7c6659;
  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;
}

.sidebar ul li:last-child a {
  border: none;
}

@media (max-width: 991px) {
  .sidebar {
    left: 0;
    bottom: 0;
    width: 100%;
  }
  .sidebar ul {
    display: flex;
  }
  .sidebar ul li {
    flex-grow: 1;
    margin-bottom: 0;
  }
  .sidebar ul li a {
    opacity: 1;
    width: 100%;
    border-right: 1px solid #eee;
  }
  .sidebar ul li a span {
    display: inline-block;
  }
}

.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%;
}

section {
  overflow-x: hidden;
}

.img_box img {
  width: 100%;
  height: 300px;
  object-fit: cover;
  object-position: center;
}

.border_dec {
  position: absolute;
  width: calc(100% - 2rem);
  height: calc(100% - 2rem);
  border: solid 3px #fff;
  z-index: 1;
  top: 5px;
  left: 5px;
}

section:not(:first-child) .row > * {
  margin-bottom: 1rem;
  color: #7c6659;
  padding: 1rem;
}

h2 {
  letter-spacing: 6px;
  color: #7c6659;
  position: relative;
}

h2::before {
  content: '';
  color: #c7ac9d;
  position: absolute;
  opacity: .3;
  top: 0%;
  left: 50%;
  transform: translate(-50%, -50%);
  font-family: 'Sevillana';
  font-size: 2rem;
  font-style: italic;
  z-index: -1;
}

.dec {
  color: #c7ac9d;
  position: absolute;
  right: 6rem;
  transform: translateY(100%);
}

@media (max-width: 1199px) {
  .dec {
    right: 1rem;
  }
}

header .navbar {
  position: fixed;
  top: 0;
  width: 100%;
  background: transparent;
  transition: 0.4s;
  z-index: 99;
}

header .navbar .navbar-brand {
  display: flex;
  align-items: center;
}

header .navbar .navbar-brand img {
  width: 70px;
  object-fit: contain;
  margin-right: 10px;
  transition: .5s;
}

header .navbar .navbar-brand span {
  font-size: 20px;
  line-height: 1;
  letter-spacing: 3px;
}

header .navbar.scrolled {
  background: #c7ac9d;
}

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

@media (max-width: 991px) {
  header .navbar {
    background: #c7ac9d;
  }
  header .navbar .navbar-brand img {
    width: 40px;
  }
}

header .navbar .navbar-collapse .navbar-nav .nav-item .nav-link {
  padding-left: 1.5rem;
  padding-right: 1.5rem;
  position: relative;
  color: #fff;
  transition: .5s;
}

header .navbar .navbar-collapse .navbar-nav .nav-item .nav-link::before {
  content: '';
  position: absolute;
  bottom: 0;
  left: 0;
  background: #fff;
  width: 0%;
  height: 1px;
  transition: .5s;
  z-index: -1;
}

header .navbar .navbar-collapse .navbar-nav .nav-item .nav-link:hover {
  color: #fff !important;
}

header .navbar .navbar-collapse .navbar-nav .nav-item .nav-link:hover::before {
  width: 100%;
}

.hero {
  background: #c7ac9d;
  position: relative;
  width: 100%;
  height: 100vh;
  object-fit: cover;
  overflow-y: hidden;
  display: flex;
  align-items: center;
}

.hero .row {
  width: 100%;
  height: 75vh;
  padding-left: 5rem;
  padding-right: 5rem;
}

@media (max-width: 1199px) {
  .hero .row {
    padding-right: 0rem;
    padding-left: 0rem;
  }
}

@media (max-width: 991px) {
  .hero .row {
    padding-bottom: 30%;
  }
}

.hero .row > div {
  height: 100%;
}

@media (max-width: 767px) {
  .hero .row > div {
    background: url("../img/banner.jpg") no-repeat center/cover;
  }
}

.hero .row .hero-img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.hero .title {
  padding: 3rem 5rem;
  position: absolute;
  background: transparent;
  top: 50%;
  margin-left: 3rem;
  transform: translateY(-50%);
}

@media (max-width: 767px) {
  .hero .title {
    top: 100%;
    padding: 1rem 2rem;
    margin: 0px;
    transform: translateY(-150%);
  }
}

.hero .title p {
  display: inline-block;
  background: #7c6659;
  color: #fff;
  padding: .15rem 1rem;
}

.hero .title::after {
  content: '';
  width: 100px;
  height: 20px;
  position: absolute;
  bottom: 0px;
  left: 0px;
  background: #fff;
  transform: translateY(100%);
}

@media (max-width: 991px) {
  .hero .title::after {
    display: none;
  }
}

.hero .title h1 {
  color: #fff;
  letter-spacing: .6rem;
  font-family: 'Noto Sans TC', sans-serif;
  line-height: 6.5rem;
  font-size: 6rem;
}

@media (max-width: 991px) {
  .hero .title h1 {
    font-size: 3.5rem;
    line-height: 4rem;
  }
}

@media (max-width: 1199px) {
  .hero {
    height: 90vh;
  }
  .hero .txt-content {
    padding: 20vh 0;
  }
  .hero .txt-content h1 {
    font-size: 40px;
  }
}

.about {
  padding-top: 5rem;
  padding-bottom: 7rem;
  background: linear-gradient(to right, #efe1d8 0%, #efe1d8 30%, transparent 30%);
}

@media (max-width: 991px) {
  .about {
    background: transparent;
  }
}

.about h2::before {
  content: 'About';
}

section .scroll-down {
  position: absolute;
  bottom: 0px;
  left: 50%;
  z-index: 2;
  display: inline-block;
  transform: translate(-50%, 0%);
  color: #fff;
  letter-spacing: .1em;
  text-decoration: none;
  transition: opacity .3s;
  padding-top: 80px;
}

section .scroll-down:hover {
  opacity: .5;
}

section .scroll-down .arrow {
  position: absolute;
  top: 0;
  left: 50%;
  width: 24px;
  height: 24px;
  margin-left: -12px;
  border-left: 1px solid #fff;
  border-bottom: 1px solid #fff;
  transform: rotate(-45deg);
  animation: sdb07 2s infinite;
  opacity: 0;
  box-sizing: border-box;
}

section .scroll-down .arrow:nth-of-type(1) {
  animation-delay: 0s;
}

section .scroll-down .arrow:nth-of-type(2) {
  top: 16px;
  animation-delay: .15s;
}

section .scroll-down .arrow:nth-of-type(3) {
  top: 32px;
  animation-delay: .3s;
}

@keyframes sdb07 {
  0% {
    opacity: 0;
  }
  50% {
    opacity: 1;
  }
  100% {
    opacity: 0;
  }
}

.masonry-store {
  column-width: 300px;
  column-gap: 10px;
}

.masonry-store a {
  display: inline-block;
  padding: 5px;
  border: 1px solid #aaa;
  margin-bottom: 5px;
}

.masonry-store a img {
  filter: brightness(0.8);
  transition: 0.4s;
}

.masonry-store a img:hover {
  filter: brightness(1);
}

@media (max-width: 576px) {
  .masonry-store {
    column-width: 150px;
  }
  .masonry-store a img {
    filter: brightness(1);
  }
}

.services {
  background-image: linear-gradient(0deg, #fff9f2 1px, transparent 0), linear-gradient(90deg, #fff9f2 1px, transparent 0);
  background-size: 15px 15px;
  position: relative;
}

.services h2::before {
  content: 'Services';
}

.services .item img {
  height: 100px;
  width: 100%;
  object-fit: contain;
  object-position: center;
  opacity: .3;
}

.services .item h5 {
  color: #7c6659;
  position: relative;
  padding: .15rem 1rem;
  margin-bottom: 1rem;
  margin-top: 1rem;
}

.portfolio {
  background: linear-gradient(to left, #efe1d8 0%, #efe1d8 30%, transparent 30%);
}

@media (max-width: 991px) {
  .portfolio {
    background: transparent;
  }
}

.portfolio h2::before {
  content: 'Cases';
}

.portfolio img {
  width: 100%;
  height: 250px;
  object-fit: cover;
  object-fit: center;
  filter: grayscale(0.5);
  transition: .5s;
}

.portfolio img:hover {
  filter: grayscale(0);
}

.contact {
  position: relative;
  padding: 0px;
}

@media (max-width: 991px) {
  .contact {
    background: #c7ac9d;
  }
}

.contact .brown_bg_h50, .contact .cross_bg_h50 {
  position: absolute;
  bottom: 0;
  left: 0;
  height: 50%;
  width: 100%;
  z-index: -1;
}

.contact .brown_bg_h50 {
  background: #c7ac9d;
}

.contact .cross_bg_h50 {
  background-image: linear-gradient(0deg, #ffeeda 1px, transparent 0), linear-gradient(90deg, #ffeeda 1px, transparent 0);
  background-size: 15px 15px;
  bottom: 50%;
}

.contact .contact_box {
  height: 100%;
}

.contact address {
  padding-left: 20px;
}

.contact address ul li a {
  color: #c7ac9d;
  transition: 0.4s;
}

@media (max-width: 991px) {
  .contact address ul li a {
    color: #fff;
  }
}

.contact address ul li a:hover {
  color: #7c6659;
}

.contact address ul li a i {
  font-size: 18px;
  line-height: 24px;
}

.contact .sns {
  padding-left: 20px;
}

.contact .sns a {
  width: 60px;
  height: 60px;
  display: inline-flex;
  justify-content: center;
  align-items: center;
  border: 1px solid #fff;
  color: #fff;
  text-decoration: none;
  font-size: 20px;
  transition: .5s;
}

.contact .sns a:hover {
  background: #7c6659;
}

footer {
  background: #7c6659;
  margin-bottom: 0px;
}

@media (max-width: 991px) {
  footer {
    margin-bottom: 50px;
  }
}
/*# sourceMappingURL=all.css.map */