@import url("https://fonts.googleapis.com/css2?family=Noto+Sans+TC:wght@100..900&family=Noto+Serif+TC:wght@200..900&display=swap");
body {
  font-family: "Noto Serif TC", serif;
  font-optical-sizing: auto;
  font-weight: 400;
  font-style: normal;
  color: white;
}

.h2-box {
  text-align: center;
  margin-bottom: 2rem;
}
@media (max-width: 768px) {
  .h2-box {
    margin-bottom: 2rem;
  }
}
.h2-box h2 {
  color: #e9c67e;
  font-size: 2rem;
  text-align: center;
  margin-bottom: 2rem;
  font-size: 2rem;
}
@media (max-width: 768px) {
  .h2-box h2 {
    font-size: 1.5rem;
    margin-bottom: 1rem;
  }
}
.h2-box .hr {
  width: auto !important;
  height: 2.5rem;
}
@media (max-width: 768px) {
  .h2-box .hr {
    height: 1rem;
  }
}

p {
  font-size: 1.2rem;
}

section {
  padding: 8rem 0 4rem;
}

@media (max-width: 768px) {
  section {
    padding: 4rem 0 2rem;
  }
}
a {
  color: white;
}

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

.navbar.scrolled .navbar-brand {
  transition: 0.5s;
}
.navbar.scrolled .navbar-brand img {
  height: 50px;
}

.navbar {
  position: fixed;
  top: 0;
  width: 100%;
  left: 0;
  background: url(../images/bg.jpg) no-repeat top;
  background-size: cover;
  z-index: 1049;
  transition: 0.5s;
}
.navbar .navbar-toggler-icon {
  filter: invert(1);
}
.navbar .dropdown-item:focus,
.navbar .dropdown-item:hover {
  background: #e9c67e;
  color: white;
}
.navbar .navbar-brand {
  transition: 0.5s;
}
.navbar .navbar-brand img {
  height: 80px;
  transition: 0.5s;
}
@media (max-width: 768px) {
  .navbar .navbar-brand img {
    height: 50px;
    width: auto;
  }
}
.navbar .navbar-collapse {
  flex-grow: 0;
}
.navbar .navbar-collapse .navbar-nav .nav-item .nav-link {
  padding: 0.5rem 1.5rem;
  color: white;
  font-size: 1.2rem;
}
.navbar .navbar-collapse .navbar-nav .nav-item.cta {
  background: red;
}

#hero {
  margin-top: 106px;
  width: 100%;
  height: 75vh;
  position: relative;
}
@media (max-width: 768px) {
  #hero {
    height: auto;
    margin-top: 76px;
  }
}
#hero .swiper {
  width: 100%;
  height: 100%;
}
#hero .swiper .swiper-wrapper .swiper-slide img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}

.cta-section {
  width: 100%;
  text-align: center;
  margin-top: -2rem;
}
@media (max-width: 768px) {
  .cta-section {
    margin-top: 0;
  }
}
.cta-section .cta {
  display: inline-flex;
  position: relative;
  padding: 2rem;
  z-index: 2;
  gap: 2rem;
  box-shadow: rgba(149, 157, 165, 0.2) 0px 8px 24px;
}
@media (max-width: 768px) {
  .cta-section .cta {
    flex-direction: column;
    gap: 1rem;
    width: 100%;
  }
}
.cta-section .cta img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  z-index: -1;
  filter: grayscale(0.2);
}
.cta-section .cta a {
  font-size: 1.5rem;
  color: rgb(48, 48, 48);
  text-decoration: none;
}
@media (max-width: 768px) {
  .cta-section .cta a {
    font-size: 1.2rem;
  }
}
.cta-section .cta a:not(:last-child) {
  border-right: 1px solid #000000;
  padding-right: 2rem;
}
@media (max-width: 768px) {
  .cta-section .cta a:not(:last-child) {
    border-right: none;
    padding-right: 0;
    border-bottom: 1px solid #000000;
    padding-bottom: 1rem;
  }
}

img {
  width: 100%;
}

@media (max-width: 768px) {
  #about .about-img {
    margin-bottom: 1.5rem;
  }
}
#about p {
  font-size: 1.2rem;
  line-height: 2;
}
@media (max-width: 768px) {
  #about p {
    font-size: 1rem;
  }
}

#services h3 {
  font-size: 1.5rem;
  text-align: center;
  margin: 3rem 0;
}
@media (max-width: 768px) {
  #services h3 {
    font-size: 1.2rem;
    margin: 1.5rem 0;
  }
}
@media (max-width: 768px) {
  #services .services-card {
    text-align: center;
    margin-bottom: 3rem;
  }
}
#services .services-card img {
  width: 100%;
  aspect-ratio: 1/1;
  -o-object-fit: cover;
     object-fit: cover;
  border-radius: 10rem;
  border: 5px solid rgba(248, 248, 248, 0.439);
}
@media (max-width: 768px) {
  #services .services-card img {
    width: 80%;
  }
}
#services .services-card h4 {
  font-size: 1.3rem;
  margin: 1.5rem 0;
  text-align: center;
}
@media (max-width: 768px) {
  #services .services-card h4 {
    font-size: 1.2rem;
  }
}
#services .services-card p {
  font-size: 1.1rem;
  text-align: center;
}
@media (max-width: 768px) {
  #services .services-card p {
    font-size: 1rem;
  }
}

#works .swiper {
  width: 100%;
}
#works .works-section {
  margin-bottom: 8rem;
}
#works .works-section .works-card {
  position: relative;
  box-shadow: rgba(100, 100, 111, 0.2) 0px 7px 29px 0px;
}
#works .works-section .works-card img {
  width: 100%;
  aspect-ratio: 1/1;
  -o-object-fit: cover;
     object-fit: cover;
}
#works .works-section .works-card::after {
  content: "";
  background: url(../images/works-card.png) no-repeat center center;
  background-size: cover;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  z-index: 100;
  pointer-events: none;
}
#works .works-section p {
  font-size: 1.1rem;
  margin-bottom: 2rem;
}
#works .works-section .swiper-button-next,
#works .works-section .swiper-button-prev {
  color: white;
}

#contact {
  background: rgba(0, 0, 0, 0.431372549);
}
#contact .contact-box {
  display: flex;
  gap: 1rem;
  background: rgba(81, 26, 16, 0.675);
  padding: 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;
  color: #ffffff;
}
@media (max-width: 768px) {
  #contact .contact-box h3 {
    font-size: 1.2rem;
  }
}
#contact .contact-box p {
  color: #ffffff;
}
@media (max-width: 768px) {
  #contact .contact-box p {
    font-size: 1rem;
  }
}
#contact .contact-box .icon-box {
  background: #e9c67e;
  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: #e9c67e;
  font-weight: 600;
  font-size: 1.4rem;
}
@media (max-width: 768px) {
  #contact .contact-box a {
    font-size: 1rem;
  }
}
#contact .contact-box a.small {
  font-size: 1rem;
}
#contact .contact-box span {
  display: block;
  color: gray;
  margin-top: 0.5rem;
}

footer {
  background: rgba(0, 0, 0, 0.431372549);
  padding-bottom: 1rem;
}
footer a {
  text-decoration: underline;
  color: white;
}

#info .info-content {
  background: rgba(0, 0, 0, 0.355);
  border-radius: 1.5rem;
  padding: 2.5rem 2rem;
  margin-top: 2rem;
  color: #fff;
  box-shadow: 0 4px 24px rgba(0, 0, 0, 0.08);
}
#info .info-features {
  list-style: disc inside;
  margin-bottom: 1.5rem;
  padding-left: 1.5rem;
  font-size: 1.15rem;
  line-height: 2;
}
#info .info-room-equipment {
  margin-bottom: 2rem;
  font-size: 1.1rem;
  background: rgba(233, 198, 126, 0.12);
  border-left: 4px solid #e9c67e;
  padding: 0.8rem 1.2rem;
  border-radius: 0.5rem;
  color: #fff;
}
#info .info-room-card {
  background: rgba(255, 255, 255, 0.13);
  border-radius: 1rem;
  padding: 1.5rem 1.2rem;
  margin-bottom: 1.5rem;
  box-shadow: 0 2px 12px rgba(0, 0, 0, 0.06);
}
#info .info-room-card h3 {
  color: #e9c67e;
  font-size: 1.3rem;
  margin-bottom: 0.8rem;
}
#info .info-room-card p {
  font-size: 1.1rem;
  color: #fff;
}
#info .info-price-table {
  margin-top: 2rem;
  overflow-x: auto;
}
#info .info-price-table table {
  width: 100%;
  border-collapse: collapse;
  background: rgba(255, 255, 255, 0.1);
  border-radius: 0.7rem;
  overflow: hidden;
}
#info .info-price-table table th,
#info .info-price-table table td {
  padding: 0.8rem 1.2rem;
  text-align: left;
  font-size: 1.1rem;
  color: #fff;
}
#info .info-price-table table th {
  background: #e9c67e;
  color: #333;
  font-weight: bold;
}
#info .info-price-table table tr:not(:last-child) td {
  border-bottom: 1px solid rgba(233, 198, 126, 0.25);
}
@media (max-width: 768px) {
  #info .info-content {
    padding: 1.2rem 0.5rem;
  }
  #info .info-room-card {
    padding: 1rem 0.5rem;
  }
  #info .info-price-table table th,
  #info .info-price-table table td {
    padding: 0.5rem 0.5rem;
    font-size: 1rem;
  }
}/*# sourceMappingURL=style.css.map */