@import url('https://db.onlinewebfonts.com/c/0c7add3d34a08f3d86a1ba32ac081598?family=DB+Heavent');

section.pad-80:lang(th) {
   font-family: "DB Heavent", sans-serif !important;
   font-size: clamp(1.4rem, 1.5vw, 1.4rem);
}

.capsule-button:lang(th) {
   font-family: "DB Heavent", sans-serif !important;
}

section.home-offers:lang(th) {
   font-family: "DB Heavent", sans-serif !important;
   font-size: clamp(1.4rem, 1.5vw, 1.4rem);
}

h1.font-title:lang(th) {
   font-family: "DB Heavent", sans-serif !important;
   font-size: clamp(2.2rem, 2.5vw + 0.5rem, 2rem);
}

.main-landing-page li {
   font-size: clamp(1.4rem, 1.4vw, 1.4rem);
   line-height: 1.6;
   margin: 0.5rem 0;
}

.nav-link {
   font-size: clamp(1.5rem, 1.5vw, 1.125rem);
}

.footer-mobile aside,
.footer-mobile aside * {
   font-family: 'FontAwesome' !important;
}


.padbottom-20 {
   padding-bottom: 20px;
}

.buttonfs23 {
   background-color: #d3b986;
   border: none;
   color: white;
   padding: 6px 22px;
   text-align: center;
   text-decoration: none;
   display: inline-block;
   margin: 4px 2px;
   transition-duration: 0.4s;
   cursor: pointer;
   border-radius: 4px;
}

.buttonfs23:hover {
   background-color: #f44336;
   color: white;
}

.footer-share {
   z-index: 2;
}

.festive-container- {
   display: flex;
   flex-direction: column;

}

.row-festive {
   display: flex;
   justify-content: space-between;
   align-items: center;
   margin-bottom: 20px;
}

.image-container {
   width: 60%;
}

.image-container img {
   width: 100%;
   height: auto;
}

.text-container {
   width: 40%;
   padding-left: 80px;
}

.reverse {
   flex-direction: row-reverse;
}

@media (max-width: 1200px) {
   .row-festive {
      flex-direction: column;
   }

   .image-container {
      width: 100%;
   }

   .image-container img {
      width: 100%;
      height: auto;
   }

   .text-container {
      width: 100%;
      padding: 50px;
   }
}

.banner-container {
   width: 100%;
   max-width: 1024px;
   height: 100%;
   position: relative;
}

.banner {
   display: flex;
   width: 100%;
   height: 100%;
   background: #fff;
   /* border-radius: 8px; */
   /* box-shadow: 0 4px 10px rgba(0, 0, 0, 0.3); */
   overflow: hidden;
}

.banner-image {
   flex: 1;
   max-width: 50%;
}

.banner-image img {
   width: 100%;
   height: 100%;
   object-fit: cover;
   transition: opacity 0.5s ease;
}

.banner-content {
   flex: 1;
   max-width: 50%;
   display: flex;
   flex-direction: column;
   justify-content: center;
   padding: 20px;
   box-sizing: border-box;
}

.banner h1 {
   font-size: 1.65em;
   font-weight: bold;
   margin: 0 0 15px;
   transition: opacity 0.5s ease;
}

.banner p {
   font-size: 1.1em;
   margin: 15px 0;
   transition: opacity 0.5s ease;
}

.banner ul {
   list-style-type: disc;
   padding: 1.5rem;
}

.banner ul li {
   margin: 10px 0;
   font-size: 1.1em;
   color: #333;
   transition: opacity 0.5s ease;
}

.banner .button {
   display: inline-block;
   margin-top: 15px;
   padding: 10px 20px;
   background-color: #d3b986;
   color: white;
   text-decoration: none;
   border-radius: 4px;
   font-weight: bold;
   transition: background-color 0.3s ease, opacity 0.5s ease;
}

.banner .button:hover,
.banner .button:focus {
   background-color: #a06b62;
}

@media (max-width: 768px) {
   .banner {
      flex-direction: column;
   }

   .banner-image,
   .banner-content {
      max-width: 100%;
   }
}

.fancybox__content>.carousel__button.is-close {
   top: 20px;
   left: 1280px;
   color: black;
}

@media (max-width: 768px) {
   .fancybox__content>.carousel__button.is-close {
      top: 20px;
      left: 336px;
      color: white;
   }
}

#customPagination .nav-item.active h4 {
   font-weight: bold;
   color: #d3b986;
}

.landing-slide-full {
   margin-top: 0 !important;
   padding-top: 0 !important;
}

.pad-80 {
   padding-bottom: 0 !important;
   margin-bottom: 0 !important;
}

.landing-slide-full .container {
   padding-top: 0 !important;
   margin-top: 0 !important;
}

.obj-cover {
   object-fit: cover;
}

.one-by-one {
   aspect-ratio: 1/1;
}

/* #customPagination .nav-item {
            color: #000 !important;
        } */

.nav-link {
   color: #000;
}

.nav-tabs .nav-link.active {
   color: #d3b986;
   font-weight: bold;
}

.nav-item {
   cursor: pointer;
}

/* .normal-size {
            font-size: 1.11em
        } */

.swiper-slide img {
   width: 100%;
   height: 100%;
   object-fit: cover;
   /* ป้องกันบีบหรือยืด */
}

.mySwiper,
.swiper-slide,
.swiper-slide .row {
   height: 100%;
   overflow: hidden;
}

.nav-link {
   padding: .5rem !important;
}

.normal-size li {
   margin: 0.5rem 0;
}

/* Floating capsule button container */
.capsule-button {
   position: fixed;
   bottom: 100px;
   right: 20px;
   display: flex;
   border-radius: 50px;
   overflow: hidden;
   background-color: white;
   box-shadow: 0 4px 15px rgba(0, 0, 0, 0.2);
   z-index: 100;
   transition: transform 0.3s, box-shadow 0.3s;
}

.capsule-button:hover {
   transform: translateY(-3px);
   box-shadow: 0 6px 20px rgba(0, 0, 0, 0.25);
}

@media (max-width: 480px) {
   .capsule-button {
      bottom: 50px;
      right: 15px;
   }

   .button-half {
      padding: 10px 15px;
      font-size: 13px;
   }
}

/* Button halves */
.button-half {
   padding: 16px 12px;
   border: none;
   background-color: white;
   cursor: pointer;
   transition: all 0.3s ease;
   font-size: clamp(1rem, 1.5vw, 1rem);
   font-weight: 500;
   color: #d3b986;
   outline: none;
}

/* Hover effect */
.button-half:hover {
   background-color: #d3b986;
   color: white;
   /* White text on hover */
}

/* Active/pressed state */
.button-half:active {
   transform: scale(0.98);
}

/* Divider line */
.divider {
   width: 1px;
   background-color: #cdc9c9;
}

@media (max-width: 960px) {
   .button-half {
      padding: 12px 10px;
      font-size: clamp(1rem, 1.5vw, 1rem);
   }

   .slideHero .img-slide-main {
      height: 100%;
      object-fit: cover;
      width: 100%;
      object-position: 0 0px !important;
      position: absolute;
      left: 0;
      top: 0;
      z-index: 2;
   }
}

.slideHero .img-slide-main {
   height: 100%;
   object-fit: cover;
   width: 100%;
   object-position: 0 -50px;
   position: absolute;
   left: 0;
   top: 0;
   z-index: 2;
}

.nav-tabs {
   border-bottom: none;
   background-color: transparent;
}

.nav-tabs .nav-link {
   border: none;
   border-radius: 0;
   background-color: transparent;
   color: white;
   font-weight: normal;
   font-size: 1.2rem;
   transition: color 0.3s ease;
}

.nav-tabs .nav-link.active {
   color: #d3b986;
   font-weight: bold;
   background-color: transparent;
   border: none;
}

.scrollable-slide .row {
   height: auto !important;
   overflow-y: auto !important;
}

.scrollable-col {
   /* ensure it stretches to the row’s full height */
   height: 100%;
   /* allow vertical scrolling */
   overflow-y: auto;
   /* smooth momentum scrolling on iOS */
   -webkit-overflow-scrolling: touch;
}

/* offer page */

/* default for ≥1400px */
.bg-position {
   background-position-x: -140px !important;
}

/* override for <1400px */
@media (max-width: 1399px) {
   .bg-position {
      background-position-x: 0 !important;
   }
}