@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: "openhuninn";
  src: url(../fonts/jf-openhuninn-2.1.ttf);
}
body {
  font-family: "Noto Sans TC", sans-serif;
  font-family: "openhuninn", "Noto Sans TC", sans-serif;
  font-optical-sizing: auto;
  font-weight: 400;
  font-style: normal;
  background: #fffaf6;
  overflow-x: hidden;
}

h2 {
  margin-bottom: 3rem;
  color: #71533C;
  text-align: center;
}
@media (max-width: 768px) {
  h2 {
    margin-bottom: 2rem;
  }
}

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

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

.bg {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100vh;
  -o-object-fit: cover;
     object-fit: cover;
  z-index: -1;
  opacity: 0.1;
}

.navbar.scrolled {
  background: #ff7f32;
  background: rgba(255, 250, 246, 0.8);
  -webkit-backdrop-filter: blur(4px);
          backdrop-filter: blur(4px);
}
.navbar.scrolled .navbar-brand {
  color: white;
  color: black;
}
@media (max-width: 768px) {
  .navbar.scrolled .navbar-brand {
    visibility: visible;
  }
}
.navbar.scrolled .navbar-collapse .navbar-nav .nav-item .nav-link {
  color: white;
  color: black;
}

.navbar {
  position: fixed;
  top: 0;
  width: 100%;
  left: 0;
  z-index: 1049;
  transition: 0.5s;
}
.navbar .navbar-brand {
  transition: 0.5s;
}
.navbar .navbar-brand img {
  width: 80px;
  transition: 0.5s;
}
@media (max-width: 768px) {
  .navbar .navbar-brand {
    visibility: hidden;
  }
}
.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: #ff7f32;
}

.hero {
  position: relative;
  aspect-ratio: 3/2;
  width: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
  overflow-x: hidden;
}
@media (max-width: 768px) {
  .hero {
    align-items: start;
  }
}
.hero #title {
  position: absolute;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  gap: 1rem;
  padding-bottom: 18rem;
}
@media (max-width: 768px) {
  .hero #title {
    padding-bottom: 0rem;
    padding-top: 3rem;
    gap: 0.8rem;
  }
}
.hero #title p {
  background: #ff7f32;
  color: white;
  display: inline-block;
  border-radius: 0.5rem;
  padding: 0.4rem 1rem;
  font-size: 1.1rem;
  margin: 0;
}
@media (max-width: 768px) {
  .hero #title p {
    font-size: 0.9rem;
    padding: 0.2rem 0.5rem;
  }
}
.hero #title h1 {
  color: rgb(255, 255, 255);
  font-size: 4rem;
  font-weight: 700;
}
@media (max-width: 768px) {
  .hero #title h1 {
    font-size: 1.5rem;
    font-weight: 500;
  }
}
.hero img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  pointer-events: none;
}
.hero img#doudoulong {
  width: 300px;
  bottom: 5rem;
  right: 0;
  top: auto;
  left: auto;
  animation: slide-left 8s linear infinite, bobbing 0.8s ease-in-out infinite;
}
@media (max-width: 768px) {
  .hero img#doudoulong {
    width: 80px;
    bottom: 0;
  }
}

#about .swiper {
  width: 100%;
}
#about .swiper img {
  width: 100%;
  height: 600px;
  -o-object-fit: cover;
     object-fit: cover;
  border-radius: 0.5rem;
}
@media (max-width: 768px) {
  #about .swiper img {
    height: 400px;
    margin-bottom: 1rem;
  }
}
#about p {
  font-size: 1.2rem;
  margin-bottom: 2rem;
  font-family: "Noto Sans TC", sans-serif;
  line-height: 2;
}
@media (max-width: 768px) {
  #about p {
    font-size: 1.1rem;
    margin-bottom: 1rem;
    line-height: 1.8;
  }
}

@keyframes slide-left {
  0% {
    left: 100%;
  }
  100% {
    left: -20%;
  }
}
@keyframes bobbing {
  0%, 100% {
    transform: translateY(0);
  }
  50% {
    transform: translateY(-6px);
  }
}
#price {
  background: #FED380;
}

#services .note {
  color: #ff7f32;
  font-size: 1.5rem;
  text-align: center;
  margin-top: -1rem;
  margin-bottom: 2rem;
}
#services .services-card {
  border-radius: 1rem;
  overflow: hidden;
  margin-bottom: 3rem;
  box-shadow: rgba(0, 0, 0, 0.16) 0px 10px 36px 0px, rgba(0, 0, 0, 0.06) 0px 0px 0px 1px;
}
#services .services-card .img-box {
  width: 100%;
  height: 400px;
  overflow: hidden;
}
@media (max-width: 768px) {
  #services .services-card .img-box {
    height: 300px;
  }
}
#services .services-card img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  transition: 0.5s;
}
#services .services-card:hover .img-box img {
  transform: scale(1.1);
}
#services .services-card .content {
  text-align: center;
  padding: 1.5rem;
  background: rgba(255, 255, 255, 0.129);
  -webkit-backdrop-filter: blur(4px);
          backdrop-filter: blur(4px);
}
#services .services-card .content h3 {
  font-size: 1.4rem;
}
#services .services-card .content p {
  font-size: 2rem;
  margin: 0;
  padding: 0;
  color: #ff7f32;
}

#process h2 {
  margin-bottom: 4rem;
}
#process .process-card {
  border: 1.5px solid rgba(255, 127, 50, 0.5);
  border-radius: 1rem;
  background: rgba(255, 255, 255, 0.896);
  padding: 2rem;
  position: relative;
  display: flex;
  justify-content: start;
  align-items: center;
  flex-direction: column;
}
#process .process-card .step {
  position: absolute;
  top: -1.5rem;
  left: 50%;
  transform: translateX(-50%);
  font-size: 2rem;
  background: #ff7f32;
  border: 4px solid white;
  display: inline-block;
  width: 20px;
  height: 20px;
  display: flex;
  justify-content: center;
  align-items: center;
  padding: 1.5rem;
  border-radius: 100%;
}
#process .process-card .step span {
  color: white;
}
#process .process-card .icon-box {
  background: #ff7f32;
  margin: 2rem 0;
  padding: 1rem;
  border-radius: 0.5rem;
  display: flex;
  justify-content: center;
  align-items: center;
}
#process .process-card .icon-box i {
  color: white;
  font-size: 5rem;
}
#process .process-card h3 {
  margin-bottom: 1rem;
}
#process ul {
  display: flex;
  gap: 2rem;
  background: red;
  border-radius: 0.5rem;
  border: 1px solid rgba(255, 127, 50, 0.5);
  background: #e6c7a6;
  margin: 3rem 0;
  padding: 2rem;
  justify-content: space-between;
  padding-left: 4rem;
}
@media (max-width: 768px) {
  #process ul {
    flex-direction: column;
    margin-top: 0;
  }
}
#process ul li {
  font-size: 1.1rem;
}

#contact {
  background: #f2f2f2;
}
@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: #ff7f32;
  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: #ff7f32;
  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: #f2f2f2;
  padding-bottom: 1rem;
}
footer a {
  text-decoration: underline;
}/*# sourceMappingURL=style.css.map */