@charset "UTF-8";
@import url("https://fonts.googleapis.com/css2?family=Noto+Sans+TC:wght@100..900&family=Noto+Serif+TC:wght@200..900&display=swap");
@font-face {
  font-family: GlowSansTC-Normal-Regular;
  src: url(../fonts/GlowSansTC-Normal-Regular.otf);
}
@font-face {
  font-family: GlowSansTC-Normal-Medium;
  src: url(../fonts/GlowSansTC-Normal-Medium.otf);
}
body {
  font-family: "Noto Sans TC", sans-serif;
  font-family: "GlowSansTC-Normal-Regular", sans-serif;
  font-optical-sizing: auto;
  font-weight: 400;
  font-style: normal;
  background: #f7f3f0;
  color: #222;
}

h2 {
  margin-bottom: 3rem;
  font-family: "GlowSansTC-Normal-Medium", sans-serif;
  text-align: center;
  color: rgb(118, 95, 79);
}
@media (max-width: 768px) {
  h2 {
    margin-bottom: 2rem;
  }
}

section {
  padding: 8rem 4rem;
}
@media (max-width: 768px) {
  section {
    padding: 4rem 0;
  }
}

a {
  text-decoration: none;
  color: #cec2b6;
}

.navbar.scrolled .navbar-brand {
  background: #b8a094;
}
.navbar.scrolled .navbar-brand svg {
  fill: white;
}
.navbar.scrolled .navbar-brand p {
  color: white;
}

.navbar {
  position: fixed;
  top: 0;
  width: 100%;
  left: 0;
  background: #cec2b6;
  z-index: 1049;
  transition: 0.5s;
}
.navbar .navbar-brand {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  transition: 0.5s;
  width: 110px;
  height: 110px;
  padding: 1rem;
  border-radius: 100%;
}
@media (max-width: 768px) {
  .navbar .navbar-brand {
    width: 90px;
    height: 90px;
  }
}
.navbar .navbar-brand svg {
  width: 90%;
  transition: 0.5s;
  fill: #222;
}
.navbar .navbar-brand p {
  margin: 0;
  padding: 0;
  font-size: 1.1rem;
  color: #222;
}
@media (max-width: 768px) {
  .navbar .navbar-brand p {
    font-size: 1rem;
  }
}
.navbar .navbar-collapse {
  flex-grow: 0;
}
.navbar .navbar-collapse .navbar-nav .nav-item .nav-link {
  padding: 0.5rem 1.5rem;
  font-size: 1.1rem;
}
@media (max-width: 768px) {
  .navbar .navbar-collapse .navbar-nav .nav-item .nav-link {
    padding: 1rem 1em;
  }
}
.navbar .navbar-collapse .navbar-nav .nav-item.cta {
  background: #cec2b6;
}

#hero {
  background: #cec2b6;
  margin-top: 126px;
  padding: 8rem 0 4rem;
}
@media (max-width: 768px) {
  #hero {
    margin-top: 4rem;
  }
}
#hero .img-box {
  width: 100%;
  display: flex;
  gap: 1rem;
  position: relative;
}
#hero .img-box::before {
  content: "";
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -70%);
  width: 450px;
  height: 450px;
  background: #b8a094;
  background: #9c8073;
  background: #c7ae94;
  border-radius: 100%;
  animation: floatUpDown 3s ease-in-out infinite;
}
@media (max-width: 768px) {
  #hero .img-box::before {
    width: 250px;
    height: 250px;
  }
}
#hero .img-box img {
  z-index: 2;
  filter: drop-shadow(0 12px 20px rgba(0, 0, 0, 0.2));
}
#hero .img-box img:first-child {
  object-fit: contain;
  height: auto;
  width: 40%;
}
@media (max-width: 768px) {
  #hero .img-box img:first-child {
    width: 35%;
  }
}
#hero .img-box img:last-child {
  width: 60%;
}
@media (max-width: 768px) {
  #hero .img-box img:last-child {
    width: 60%;
  }
}
#hero .content {
  padding-right: 3rem;
}
@media (max-width: 768px) {
  #hero .content {
    padding-right: 0;
    margin-top: 3rem;
    text-align: center;
  }
}
#hero .content h1 {
  font-family: "GlowSansTC-Normal-Medium", sans-serif;
  margin-bottom: 2rem;
}
@media (max-width: 768px) {
  #hero .content h1 {
    margin-bottom: 1rem;
  }
}
#hero .content p {
  line-height: 2;
  margin-bottom: 2rem;
}
#hero .content a {
  background: #b8a094;
  background: #c7ae94;
  color: white;
  padding: 0.6rem 2rem;
  border-radius: 0.5rem;
  font-size: 1.2rem;
  box-shadow: rgba(0, 0, 0, 0.05) 0px 6px 24px 0px, rgba(0, 0, 0, 0.08) 0px 0px 0px 1px;
  background: #b8a094;
}

@keyframes floatUpDown {
  0% {
    transform: translate(-50%, -70%) translateY(0);
  }
  50% {
    transform: translate(-50%, -70%) translateY(-10px);
  }
  100% {
    transform: translate(-50%, -70%) translateY(0);
  }
}
#about p {
  text-align: center;
  line-height: 2;
  font-size: 1.1rem;
  margin-bottom: 2rem;
}
#about .aboutContext:nth-of-type(2) .aboutImg {
  text-align: start;
}
#about .aboutContext:nth-of-type(2) .aboutImg::before {
  background: rgba(34, 34, 34, 0.8) url(../images/products/沙發/img-2.jpg) no-repeat center/cover;
  background-blend-mode: difference;
}
#about .aboutContext .aboutImg {
  height: 100%;
  text-align: end;
  padding-bottom: 40px;
  position: relative;
  isolation: isolate;
}
#about .aboutContext .aboutImg::before {
  content: "";
  width: 100%;
  height: 90%;
  background: rgba(34, 34, 34, 0.8) url(../images/products/臥室家具/img-12.jpg) no-repeat center/cover;
  background-blend-mode: difference;
  opacity: 0.2;
  position: absolute;
  bottom: 0%;
  left: 50%;
  transform: translate(-50%, 0%);
  z-index: -1;
}
#about .aboutContext .aboutImg img {
  width: 85%;
  height: 100%;
  aspect-ratio: 1;
  object-fit: cover;
  object-position: center;
  border-radius: 2rem;
}

#services {
  background: #cec2b6;
}
#services .services-card {
  background: #b8a094;
  padding: 2rem 2rem 0;
  border-radius: 2rem;
}
@media (max-width: 768px) {
  #services .services-card {
    padding: 1.5rem 1.5rem 0;
  }
}
#services .services-card .img-box {
  width: 100%;
  height: 300px;
  position: relative;
}
#services .services-card .img-box h3 {
  position: absolute;
  bottom: 0.5rem;
  left: 1rem;
  background: white;
  font-size: 1.1rem;
  padding: 0.3rem 0.8rem;
  border-radius: 0.5rem;
  color: rgb(118, 95, 79);
}
@media (max-width: 768px) {
  #services .services-card .img-box h3 {
    font-size: 1.2rem;
    padding: 0.5rem 1rem;
  }
}
#services .services-card .img-box img {
  border-radius: 2rem 2rem 0 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
}
#services .services-card p {
  padding: 2rem 0 2rem;
  color: rgb(70, 57, 57);
  color: white;
  font-size: 1.05rem;
}
@media (max-width: 768px) {
  #services .services-card p {
    padding: 1.5rem 0 1.5rem;
  }
}

#process .img-box {
  background: #cec2b6;
  background: linear-gradient(to top, #f7f3f0, #cec2b6);
  border-radius: 2rem;
  position: sticky;
  top: 140px;
  left: 0;
}
#process .img-box img {
  position: relative;
}
#process .img-box img.bed {
  width: 115%;
  transform: translateX(-2rem);
}
@media (max-width: 768px) {
  #process .img-box img.bed {
    transform: translateX(0rem);
    width: 100%;
  }
}
#process .img-box img.woman {
  width: 100%;
  transform: rotate(-25deg) translatex(3rem);
  margin-bottom: -8rem;
  z-index: 5;
  animation: floatUpDown2 3s ease-in-out infinite;
}
#process ol {
  display: flex;
  flex-direction: column;
  gap: 1rem;
  list-style: none;
  counter-reset: item;
  padding-left: 0;
}
#process ol li {
  border: 1px solid #c7ae94;
  border-radius: 1rem;
  padding: 1.5rem;
  background: rgba(206, 194, 182, 0.2);
}
#process ol li::before {
  counter-increment: item;
  content: counter(item) " ";
  font-weight: bold;
  margin-right: 0.5rem;
  background: #cec2b6;
  border-radius: 0.5rem;
  width: 2.5rem;
  height: 2.5rem;
  display: inline-flex;
  justify-content: center;
  align-items: center;
  font-size: 1.3rem;
}
#process ol li h3 {
  display: inline;
  font-size: 1.4rem;
  font-family: "GlowSansTC-Normal-Medium", sans-serif;
  color: rgb(118, 95, 79);
}
#process ol li p {
  display: block;
  padding: 1rem 0;
}
#process ol li ul {
  padding-top: 1rem;
}
#process ol li ul li {
  list-style-type: disc;
  line-height: 2;
  background: unset;
  border: initial;
  padding: initial;
}
#process ol li ul li::before {
  all: initial;
}

@keyframes floatUpDown2 {
  0% {
    transform: translateY(0);
  }
  50% {
    transform: translateY(-10px);
  }
  100% {
    transform: translateY(0);
  }
}
#works .nav-pills .nav-link.active,
#works .nav-pills .show > .nav-link {
  background: #b8a094;
  color: white;
}
#works .nav-pills .nav-link {
  border: 1px solid #b8a094;
  color: #b8a094;
}
#works img {
  width: 100%;
  height: 350px;
  object-fit: cover;
  border-radius: 1rem;
}
@media (max-width: 768px) {
  #works img {
    height: 300px;
  }
}

#contact {
  background: #cec2b6;
}
@media (max-width: 768px) {
  #contact {
    padding-bottom: 1rem;
  }
}
#contact .contact-box {
  display: flex;
  gap: 1rem;
  background: white;
  padding: 1rem;
  border-radius: 1rem;
  box-shadow: rgba(149, 157, 165, 0.2) 0px 8px 24px;
  margin-bottom: 2rem;
}
@media (max-width: 768px) {
  #contact .contact-box {
    margin-bottom: 1rem;
  }
}
#contact .contact-box:last-child {
  margin-bottom: 0;
}
#contact .contact-box h3 {
  font-size: 1.3rem;
}
@media (max-width: 768px) {
  #contact .contact-box h3 {
    font-size: 1.1rem;
  }
}
#contact .contact-box .icon-box {
  background: #cec2b6;
  width: 50px;
  height: 50px;
  display: flex;
  justify-content: center;
  align-items: center;
  border-radius: 100%;
}
#contact .contact-box .icon-box i {
  color: white;
  font-size: 2rem;
}
#contact .contact-box a {
  color: #cec2b6;
  color: #b8a094;
  font-weight: 600;
  font-size: 1.4rem;
}
@media (max-width: 768px) {
  #contact .contact-box a {
    font-size: 1.2rem;
  }
}
#contact .contact-box a.small {
  font-size: 1rem;
}
#contact .contact-box span {
  display: block;
  color: gray;
  margin-top: 0.5rem;
}

footer {
  background: #cec2b6;
  padding-bottom: 1rem;
}
footer a {
  text-decoration: underline;
  color: #222;
}/*# sourceMappingURL=style.css.map */