h1,
h2,
h3,
h4,
h1 span,
h2 span,
h3 span,
h4 span {
  font-family: "Maru Buri", "SUIT", sans-serif;
  font-weight: 500;
  transform: rotate(0.04deg);
}

h5 span {
  font-weight: 700;
}

h1 span,
h2 span,
h3 span,
h4 span,
h5 span {
  color: var(--color-primary);
  box-shadow: inset 0 -15px 0 rgb(101 56 33 / 10%);
}

span.g-icon {
  color: var(--color-text);
}

.btn.slide span {
  font-weight: 500;
}

.btn.slide::before {
  background-color: #000;
}

.btn.slide:hover {
  color: var(--color-text);
}

/* p {
    color: var(--color-mute);
} */

.content-title {
  margin-bottom: 80px;
}

.content-title p {
  margin-top: 30px;
}

.content-title.center,
.title.center {
  text-align: center;
}

.content-title.white,
.title.white {
  color: #fff;
}

.title-banner {
  width: 100%;
  height: 60vh;
  overflow: hidden;
  border-radius: 100% 0% 100% 0% / 0% 75% 25% 100%;
}

.title-banner .bg {
  background-position: center center;
  background-repeat: no-repeat;
  background-size: cover;
}

.title-banner .bg {
  background-attachment: fixed;
  height: inherit;
}

.title-banner.full {
  height: 100vh;
}

.title-banner .container {
  position: relative;
  width: 100%;
  height: 100%;
}

.title-banner .title {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}

.divider-banner {
  background-position: center center;
  background-repeat: no-repeat;
  background-size: cover;
  background-attachment: fixed;
  height: 350px;
  position: relative;
}

.divider-banner .text {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 80%;
}

.divider-banner .text h4 {
  color: #fff;
}

.divider-banner .text button {
  border: 2px solid #fff;
  margin: 20px auto 0;
}

/* staynt-pes custom */
#fullSlider.slider .slider-contents {
  height: 100vh;
}

#fullSlider.slider .slick-dots {
  bottom: 5vh;
}

#fullSlider.slider .slick-dots li button:before {
  font-family: unset;
  font-size: 30px;
  opacity: 0.85;
  color: white;
}

#fullSlider.slider .slick-dots li.slick-active button:before {
  opacity: 1;
  color: var(--color-primary);
}

.image.zoom .bg {
  animation: image-zoom 10s ease-in-out infinite alternate;
}

.room-info .detail-box {
  margin-bottom: 80px;
}

.room-info .detail-box .item h5 {
  font-size: var(--font-size-default);
  color: var(--color-primary);
  margin-bottom: 10px;
}

.room-info .detail-box .item p {
  max-width: 950px;
}

/* staynt-pes custom end */

.v-P-only {
  display: none;
}

.preview-card .image {
  overflow: hidden;
  position: relative;
}

.preview-card .image img {
  transition: all 0.4s ease-in-out;
  display: block;
}

.preview-card:hover .image img {
  transform: scale(1.1);
}

.preview-card:hover .text h5 {
  color: var(--color-primary);
}

.preview-card .text {
  margin-top: 15px;
}

.preview-card .text * {
  text-align: center;
}

.preview-card .text p {
  margin: 0;
  font-size: 14px;
  line-height: 1.5;
  letter-spacing: 0.5px;
}

.preview-card .text h5 {
  font-family: "SUIT", sans-serif;
  font-weight: 600;
}

.preview-card .image {
  width: 100%;
  position: relative;
  overflow: hidden;
}

.preview-card .image::before {
  content: "";
  display: block;
  padding-bottom: 65%;
}

.preview-card .image .bg {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  z-index: 1;
  transition: all 0.5s ease-in-out;
}

.preview-card:hover .image .bg {
  transform: scale(1.1);
}

/* Desktop ( 1024px ~)*/
@media all and (min-width: 1024px) {
  .v-P-only {
    display: block;
  }
}

/* Laptop ( 1024px ~ 1440px)*/
@media all and (min-width: 1024px) and (max-width: 1440px) {
  .v-P-only {
    display: none;
  }
}

/* Tablet ( 768px ~ 1023px)*/
@media all and (min-width: 768px) and (max-width: 1023px) {
  .content-title {
    margin-bottom: 60px;
  }

  .content-title p {
    margin-top: 20px;
  }
}

/* Mobile ( ~ 767px)*/
@media all and (max-width: 767px) {
  .btn {
    height: 40px;
    padding: 0 10px;
  }

  .btn.btn-wide {
    min-width: 150px;
  }

  .content-title {
    margin-bottom: 40px;
  }

  .title-banner {
    height: 40vh;
  }

  .divider-banner {
    height: 250px;
  }

  #fullSlider.slider .slick-dots {
    bottom: 3vh;
  }

  #fullSlider.slider .slick-dots li {
    width: 8px;
    height: 8px;
  }

  #fullSlider.slider .slick-dots li button:before {
    font-size: 15px;
  }
}
