/* style custoim temp here */
@media screen and (min-width: 769px) {
  .page-template-page-lodge .wrap {
    max-width: 50vw;
    margin: auto;
  }
}
@media screen and (max-width: 768px) {
  .page-template-page-lodge .wrap {
    max-width: 70vw;
    margin: auto;
  }
}
.page-template-page-lodge .page-header {
  height: 100vh;
}
.page-template-page-lodge h1 {
  font-size: clamp(64px, 10vw, 128px) !important;
}
.page-template-page-lodge h2 {
  font-size: clamp(48px, 10vw, 64px) !important;
}
.page-template-page-lodge h3 {
  font-weight: 600;
}
.page-template-page-lodge #main p {
  white-space: pre-wrap;
}
.page-template-page-lodge strong {
  color: unset;
}
.page-template-page-lodge #lodge .container {
  padding: 0;
}
.page-template-page-lodge .slick-navigation {
  cursor: pointer;
}
.page-template-page-lodge .wp-block-button a {
  background: var(--color-terracotta);
  padding: 15px 32px;
  font-size: 14px;
  min-width: 148px;
}
.page-template-page-lodge .wp-block-button a:hover {
  background: #88422a !important;
  color: white !important;
}
@media screen and (max-width: 769px) {
  .page-template-page-lodge #lodge .container {
    padding: var(--vpd) var(--hpd);
  }
  .page-template-page-lodge .container-2 .wp-block-group {
    align-items: center;
    display: block;
  }
}
@media screen and (min-width: 992px) {
  .page-template-page-lodge #concept::after, .page-template-page-lodge #concept-en::after {
    bottom: -30%;
  }
  .page-template-page-lodge .container-2 {
    padding: calc(var(--vpd) * 2) 10%;
  }
}
@media screen and (max-width: 478px) {
  .page-template-page-lodge .no-xmall-mobile {
    display: none;
  }
}
/* css main */
footer {
  z-index: 2;
  position: relative;
}
.booking-widget.scroll-sticky {
  z-index: 1;
}
