@font-face {
  font-family: 'Gilda Display';
  font-style: normal;
  font-weight: 400;
  font-display: swap;
  src: url('/font/gilda-display.woff2') format('woff2');
}
@font-face {
  font-family: 'Barlow';
  font-style: normal;
  font-weight: 400;
  font-display: swap;
  src: url('/font/Barlow-reg.ttf') ;
}

*{
  font-family: 'Barlow', 'Noto Sans Thai', sans-serif;
  margin: 0;
  padding: 0;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  outline: none;
  list-style: none;
  word-wrap: break-word;
}

body:lang(th) {
  font-family: 'Sarabun', sans-serif; /* ฟอนต์ไทย */
}
body {
  font-family: "Noto Sans Thai", "Barlow", "Tahoma", "Segoe UI", system-ui, sans-serif;
}

:root {
    /*--- Color ---*/
    --theme: #D5AC76;
    --theme-dark: #be9a6b;
    --theme-light: #e4a34f;
    --white: #fff;
    --grey : #848484;
    --grey-dark : #555555;
    --black:#2B2B2B;
    /*--- Font Size ---*/
    --font-xxsmall: 10px;
    --font-xsmall: 12px;
    --font-small: 14px;
    --font-p: 16px;
    --font-h5: 18px;
    --font-h4: 20px;
    --font-h3: 22px;
    --font-h2: 24px;
    --font-h1: 26px;
}

h1 {
  font-size: 62px;
  margin-bottom: 10px;
}
.font-home{
  font-size: 62px;
  margin-bottom: 0;
}

h2 {
  font-size: 46px;
  margin-bottom: 0;
}
h3 {
  font-size: 34px;
  margin-bottom: 0;
}
h4 {
  font-size: 26px;
  margin-bottom: 0;
}
h5 {
  font-size: 22px;
  margin-bottom: 0;
}
p {
  font-size: 16px;
  margin-bottom: 0;
}

hr {
  margin: 1rem 0;
  color: inherit;
  border: 0;
  border-top: 1px #969696 solid;
  opacity: .25;
}

.img-meeting{
  width: 300px;
}

.icon-25{
  width: 25px;
}

/* font */
.gilda{
  font-family: 'Gilda Display', serif;
}

a {
  text-decoration: none;
  cursor:pointer;
  color: var(--black);
}

html, body {
  height: 100%;
  display: flex;
  flex-direction: column;
}
.text-theme{
  color: var(--theme);
}
.text-theme-light{
  color: var(--theme-light);
}
.text-grey{
  color: var(--grey-dark);
}

/* Start navbar */
.nav-center{
  display: flex;
  justify-content: center;
}

.padding-nav{
  padding-bottom: 200px;
}

.transition-navbar {
  background-color: transparent !important;
  box-shadow: none;
  transition: transform 0.3s ease, opacity 0.3s ease;
  z-index: 1000;
}

.transition-navbar.hidden {
  transform: translateY(-100%);
  opacity: 0;
  pointer-events: none;
}

.transition-navbar.visible {
  transform: translateY(0);
  opacity: 1;
  pointer-events: auto;
}

.logo-size{
    width: 130px;
}

.nav-link{
  color: var(--white) !important;;
}

.navbar-nav .nav-link.active, .navbar-nav .nav-link.show{
  color: var(--theme) !important;;
}

.navbar-nav .nav-link.active, .navbar-nav .nav-link.show {
    color: var(--theme);
}

.glass-blur {
  border-radius: 5px;
  background-color: rgba(0, 0, 0, 0.155);
  backdrop-filter: blur(20px);
  -webkit-backdrop-filter: blur(20px);
  border-bottom: 1px solid rgba(255, 255, 255, 0.027);
  box-shadow: 0 4px 30px rgba(0, 0, 0, 0.1);
}

.navbar-toggler-icon {
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg viewBox='0 0 30 30' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath stroke='white' stroke-width='2' stroke-linecap='round' stroke-miterlimit='10' d='M4 7h22M4 15h22M4 23h22'/%3E%3C/svg%3E");
}
.navbar-toggler {
    color: transparent;
}

.dropdown-item {
    letter-spacing: 0px;
    transition: all 0.3s ease;
}
.dropdown-item:focus {
  color: var(--black);
  background-color:var(--white);
}
.dropdown-item:hover {
  color: var(--theme);
  background-color:var(--white);
}
.dropdown-item.active, .dropdown-item:active {
    color: var(--theme);
    text-decoration: none;
    background-color: var(--white);
}
/* End navbar */


/* Start Background */
.section {
  color: white;
  padding: 120px 0px;
}

.home-section {
  min-height: 100vh;
  display: flex;
  justify-content: center;
  align-items: center;
  text-align: center;
  background: url('/images/background/bg-sec-11.webp') no-repeat center/cover;
  background-color: #f4f4f4; /* fallback color */
}

.home-section {
  position: relative;
}
.home-section::before {
  content: "";
  position: absolute;
  inset: 0;
  background: rgba(0,0,0,0.3); /* ความเข้ม overlay */
}
.home-section > * {
  position: relative;
  z-index: 1;
}

.experience-section {
  background-color: var(--white);
  display: flex;
  align-items: center;
}

.service-section {
  background-color: var(--black);
}
.rooms-section{
  background-color: #F8F5F0;
}

.promotion-section {
  display: flex;
  justify-content: center;
  align-items: center;
  text-align: center;
  background: url('/images/background/bg-sec-2.webp') no-repeat center center/cover;
}

.waterpark-section {
  padding: 100px 0;
  display: flex;
  justify-content: center;
  align-items: center;
  text-align: center;
  background: url('/images/waterpark-video.png') no-repeat center center/cover;
}

.comment-section {
  display: flex;
  justify-content: center;
  align-items: center;
  text-align: center;
  background: url('/images/background/bg-sec-3.png') no-repeat center center/cover;
}

.testimonial-section {
  background: url('/images/background/bg-sec-3.png') no-repeat center center/cover;
}
.news-section{
  background-color: var(--black);
}

.hotel-story-section {
  min-height: 50vh;
  display: flex;
  align-items: end;
  background: url('/images/background/bg-hotelstory.png') no-repeat center center/cover;
}

.room-section {
  min-height: 50vh;
  display: flex;
  align-items: end;
  background: url('/images/background/bg-room.png') no-repeat center center/cover;
}

.room-section-info {
  min-height: 100vh;
  display: flex;
  align-items: end;
  padding: 0;
}

.map-section {
  min-height: 100vh;
  background: url('/images/map.png') no-repeat center center/cover;
}


.meeting-section {
  min-height: 50vh;
  display: flex;
  align-items: end;
  background: url('/images/background/bg-meeting.jpg') no-repeat center center/cover;
}

.inside-section {
  min-height: 50vh;
  display: flex;
  align-items: end;
  background: url('/images/background/bg-inside.png') no-repeat center center/cover;
}
.outside-section {
  min-height: 50vh;
  display: flex;
  align-items: end;
  background: url('/images/background/bg-outside.png') no-repeat center center/cover;
}
.drink-section {
  min-height: 50vh;
  display: flex;
  align-items: end;
  background: url('/images/background/drink.png') no-repeat center center/cover;
}
.blogs-section {
  min-height: 50vh;
  display: flex;
  align-items: end;
  background: url('/images/background/bg-blog.png') no-repeat center center/cover;
}
.tourist-section {
  min-height: 50vh;
  display: flex;
  align-items: end;
  background: url('/images/background/bg-tourist.png') no-repeat center center/cover;
}
.Contact-section {
  min-height: 50vh;
  display: flex;
  align-items: end;
  background: url('/images/background/Contact.png') no-repeat center center/cover;
}
.Jobs-section {
  min-height: 50vh;
  display: flex;
  align-items: end;
  background: url('/images/background/bg-Jobs.png') no-repeat center center/cover;
}
.register-section {
  display: flex;
  align-items: end;
  background: url('/images/background/black.png') no-repeat center center/cover;
}
.truncate-3-lines {
    display: -webkit-box;
    -webkit-line-clamp: 3;
    -webkit-box-orient: vertical;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: normal;
}


/* End Background */



/* Start Button */

.btn-theme {
  color: var(--white);
  background: linear-gradient(135deg, #996c3f, #b6956f, #996c3f);
  background-size: 200% 200%;
  border: none;
  box-shadow: 0 4px 12px rgba(0, 0, 0, 0.1);
  transition: transform 0.3s ease, box-shadow 0.3s ease;
  animation: gradientShift 6s ease infinite;
}

.btn-theme:hover {
  transform: translateY(-1px);
  box-shadow: 0 6px 20px rgba(0, 0, 0, 0.15);
}

@keyframes gradientShift {
  0% {
    background-position: 0% 50%;
  }
  50% {
    background-position: 100% 70%;
  }
  100% {
    background-position: 0% 50%;
  }
}

/* End Button */


/* Start Space */

.space{
  letter-spacing: 2px;
}
.space2{
  letter-spacing: 10px;
}

/* End Space */



/* Start reservation */
.reservation-box {
  padding: 20px 0px;
  display: flex;
  align-items: center;
  gap: 10px;
  font-family: 'Barlow', sans-serif;
}

.reservation-icon {
  width: 48px;
  height: 48px;
  border: 1px solid #333;
  border-radius: 50%;
  display: flex;
  justify-content: center;
  align-items: center;
}
.reservation-icon2 {
    width: 48px;
    height: 48px;
    border: 1px solid #cacaca;
    border-radius: 50%;
    display: flex;
    justify-content: center;
    align-items: center;
}

.reservation-icon img ,.reservation-icon2 img{
  width: 35px;
}

.reservation-text .phone {
  font-size: 16px;
  color: var(--theme);
  letter-spacing: 2px;
}
/* End reservation */



/* Start Room */

.read-more {
  color: var(--theme);
  transition: transform 0.2s ease;
}
.read-more:hover {
  color: var(--theme-dark);
  transform: scale(1.05);
}

.room-card {
  position: relative;
  overflow: hidden;
  transition: transform 0.7s ease;
  cursor: pointer;
}

/* ✨ ภาพหลัก */
.image-card {
  width: 100%;
  height: 400px;
  object-fit: cover;
  display: block;
  transition: transform 1.5s ease;
}
.image-card2 {
    width: 100%;
    height: 300px;
    object-fit: cover;
    display: block;
    transition: transform 1.5s ease;
}
.room-icon{
  width: 30px;
  padding: 5px;

}

.room-card:hover img {
  transform: scale(1.07);

}

.room-overlay {
  position: absolute;
  inset: 0;
  color: #fff;
  display: flex;
  flex-direction: column;
  justify-content: flex-end;
  padding: 20px;
  background: none;
  transition: background 0.3s ease;
}

.room-overlay h4 {
  margin: 0;
  font-family: 'Gilda Display', serif;
  transform: translateY(40px);
  transition: transform 0.3s ease;
  position: relative;
  display: inline-block;
}

.room-overlay h4 .underline {
  content: '';
  position: absolute;
  left: 0;
  bottom: -4px;
  height: 1px;
  width: 30%;
  background-color: var(--white);
  transition: width 0.7s ease;
}

.room-extra {
  color: var(--white);
  opacity: 0;
  transform: translateY(40px);
  transition: opacity 0.3s ease, transform 0.3s ease;
  margin-top: 8px;
}

.room-card:hover .room-overlay {
  background: linear-gradient(to top, rgba(0, 0, 0, 0.5), transparent);
}

.room-card:hover .room-overlay h4 {
  transform: translateY(10px);
}

.room-card:hover .room-overlay h4 .underline {
  width: 100%;
}

.room-card:hover .room-extra {
  opacity: 1;
  transform: translateY(10px);
}

/* End Room */


/* Start ServiceSection */

.facility-card {
  background-color: #fff;
  border-radius: 8px;
  overflow: hidden;
  box-shadow: 0 4px 12px rgba(0, 0, 0, 0.06);
  margin: auto;
  transition: transform 0.3s ease;
}

.facility-card:hover {
  transform: translateY(-4px);
}

.facility-image img {
  width: 100%;
  height: 270px;
  object-fit: cover;
  object-position: top;
  display: block;
}

.facility-content {
  padding: 10px 20px;
}

.facility-content h4 {
  font-family: 'Gilda Display', serif;
  font-size: 24px;
  color: #2B2B2B;
}

.price {
  font-family: 'Barlow',sans-serif;
  font-size: 18px;
  color: var(--theme);
  margin-right: 4px;
}

.facility-list {
  list-style: none;
  padding-left: 0;
  margin: 0;
}

.facility-list li {
  margin-bottom: 10px;
  padding-left: 24px;
  position: relative;
  color: #555;
  font-size: 16px;
  letter-spacing: 0.3px;
}

.facility-list li::before {
  content: "✓";
  position: absolute;
  left: 0;
  top: 0;
  color: var(--theme);
  font-weight: bold;
}

/* End ServiceSection */



/* Start promotion-section */

.icon-play{
  width: 80px;
  cursor: pointer;
  transition: all 0.3s;
}
.icon-play:hover{
  transform: scale(1.07);
}

/* End promotion-section */



/* Start Facilities */

.facility-box {
  position: relative;
  border: 1px solid var(--theme);
  padding: 25px 20px;
  background-color: #fff;
  height: 100%;
  text-align: left;
  overflow: hidden;
  transition: transform 0.3s ease, box-shadow 0.3s ease;
}

.facility-box:hover {
  transform: translateY(-4px);
  box-shadow: 0 6px 20px rgba(0, 0, 0, 0.06);
}

.facility-box::before {
  content: '';
  position: absolute;
  top: 50%;
  left: 50%;
  width: 150px;
  height: 150px;
  background-image: var(--bg-icon);
  background-repeat: no-repeat;
  background-size: 150px;
  opacity: 0.05;
  transform: translate(-50%, -50%);
  z-index: 0;
  pointer-events: none;
}
.facility-icon {
  width: 45px;
  margin-bottom: 16px;
  position: relative;
  z-index: 2;
}

.facility-box h5,
.facility-box p {
  position: relative;
  z-index: 2;
}

.facility-box h5 {
  font-family: 'Gilda Display', serif;
  font-size: 20px;
  margin-bottom: 10px;
  color: #2B2B2B;
}

.facility-box p {
  font-size: 14px;
  color: #555;
  line-height: 1.6;
}

.facility-box::before {
  background-image: var(--bg-icon);
}


/* End Facilities */


/* Start Comment-User */
.carousel-indicators [data-bs-target] {
  background-color: rgba(255, 255, 255, 0.4);
  width: 10px;
  height: 10px;
  border-radius: 50%;
  margin: 0 4px;
}

.carousel-indicators .active {
  background-color: var(--theme); /* สีหลัก */
}

.carousel-control-prev-icon,
.carousel-control-next-icon {
  filter: invert(1); /* ให้ไอคอนเป็นสีขาว */
}

.carousel-control-prev,
.carousel-control-next {
  width: auto;
  top: 50%;
  transform: translateY(-50%);
  z-index: 5;
  background: none;
  border: none;
}

.carousel-control-prev {
  left: -50px; /* 👈 ขยับออกนอกฝั่งซ้าย */
}

.carousel-control-next {
  right: -50px; /* 👈 ขยับออกนอกฝั่งขวา */
}

.custom-icon svg {
  width: 32px;
  height: 32px;
  fill: white;
}
.carousel-item {
  min-height: 280px;
  position: relative;
  transition: transform 0.8s ease-in-out;
}

.quote-overlay {
  position: absolute;
  bottom: 20px;
  right: 20px;
  width: 80px;
  opacity: 1;
  pointer-events: none;
}

.comment-max{
  max-width: 700px !important;
}

/* End Comment-User */


/* Start News */

.news-card {
  background-color: #fff;
  height: 100%;
  display: flex;
  flex-direction: column;
  box-shadow: 0 4px 16px rgba(0,0,0,0.05);
  transition: transform 0.3s ease, box-shadow 0.3s ease;
  overflow: hidden;
  position: relative;
  cursor: pointer;
}

.news-card:hover {
  transform: translateY(-4px);
  box-shadow: 0 8px 24px rgba(0,0,0,0.08);
}

.news-img {
  width: 100%;
  height: 430px;
  object-fit: cover;
  transition: transform 1.5s ease;
}
.news-card:hover .news-img {
  transform: scale(1.05);
}

.news-title {
  font-size: 16px;
  color: #2B2B2B;
  font-weight: 500;
  margin-bottom: 0;
  font-family: 'Gilda Display', serif;
}

.news-content {
  flex: 1;
  background: #fff;
}

/* End News */


/* Start Activity */

.activity-section {
  background-color: #fff;
}

.btn-learn {
  background-color: #AA8453;
  border: none;
  color: white;
  transition: background 0.3s ease;
}

.btn-learn:hover {
  background-color: #8c6c3f;
  color: white;
}
.image-activity{
  width: 100%;
  height: 300px;
  object-fit: cover;
}
.setpad{
    padding-right: 0;
    padding-left: 0;
}
.bg-text{
  background-color: #F8F5F0;
}

/* End Activity */



/* Start Footer */
.footer {
  background-color: #222;
}

.footer-title {
  font-family: 'Gilda Display', serif;
  font-size: 20px;
  margin-bottom: 1rem;
}

.footer-text {
  font-size: 14px;
  line-height: 1.7;
  color: #ccc;
}

.btn-footer-lang {
  background: #f0eae3;
  color: #333;
  font-size: 14px;
  padding: 6px 12px;
  border: none;
  border-radius: 4px;
}
.btn-footer-lang:hover {
  color: #000;
  background: #d3cec8;
}

.footer-links li a {
  font-size: 14px;
  color: var(--black);
  text-decoration: none;
  display: block;
  margin-bottom: 6px;
  transition: color 0.2s ease;
}

.footer-links li a:hover {
  color: var(--black);
}

.footer-contact {
  display: flex;
  align-items: center;
  font-size: 14px;
  color: #bbb;
}

.footer-social a {
  font-size: 18px;
  color: #bbb;
  transition: color 0.2s ease;
}

.footer-social a:hover {
  color: #fff;
}

.icon-so{
  width: 30px;
}

/* End Footer */



/* Start Room Page */

.img-room-custom{
  height: 350px;
  object-fit: cover;
}

.room-card-overlap {
  margin-left: -50px;
  z-index: 2;
  position: relative;
}

.room-card-overlap.right {
  margin-left: 0;
  margin-right: -50px;
}

.icon-text {
  display: flex;
  align-items: center;
  gap: 8px;
}

.icon-text img {
  width: 18px;
  height: 18px;
}


/* End Room Page */



/* Start slide-pic */
.swiper-pagination-bullet {
  border: 1px solid var(--white);
  width: 10px;
  height: 10px;
  border-radius: 50%;
  background: transparent;
  opacity: 1;
  margin: 0 6px;
  box-shadow: none !important;
  outline: none !important;
}

.swiper-pagination-bullet-active {
  background: var(--theme, var(--theme)) !important;
  border: none;
}
.swiper-pagination-bullet:focus,
.swiper-pagination-bullet:active {
  outline: none !important;
  box-shadow: none !important;
}
/* End slide-pic */


/* Start Input */
.form-floating-custom {
  position: relative;
  margin-bottom: 1.5rem;
}

.form-floating-custom label {
  position: absolute;
  top: 12px;
  left: 0;
  font-size: 14px;
  color: #888;
  pointer-events: none;
  transition: 0.2s ease all;
}

.form-floating-custom input,
.form-floating-custom textarea,
.form-floating-custom select {
  width: 100%;
  border: none;
  border-bottom: 1px solid #ccc;
  padding: 12px 0 6px;
  font-size: 16px;
  background: transparent;
  color: #000;
  box-shadow: none;
}

.form-floating-custom input:focus,
.form-floating-custom textarea:focus,
.form-floating-custom select:focus {
  outline: none;
  border-bottom: 1px solid var(--theme, #AA8453);
}

.form-floating-custom input:not(:placeholder-shown) + label,
.form-floating-custom textarea:not(:placeholder-shown) + label,
.form-floating-custom select:valid + label,
.form-floating-custom input:focus + label,
.form-floating-custom textarea:focus + label,
.form-floating-custom select:focus + label {
  top: -8px;
  font-size: 12px;
  color: var(--theme, #AA8453);
}

/* End Input */



/* Start Pagination */

.page-link {
  background-color: transparent;
  color: var(--theme);
  border: none;
}
.page-link:focus,.page-link:hover {
  border-bottom: 1px solid;
  background-color: transparent;
  color: var(--theme);
}
.active>.page-link, .page-link.active{
    border-bottom: 1px solid;
  background-color: transparent;
  color: var(--theme);
}
.page-item:last-child .page-link{
    border-top-right-radius: 0;
    border-bottom-right-radius: 0;
}
.page-item:first-child .page-link {
    border-top-left-radius: 0;
    border-bottom-left-radius: 0;
}


/* End Pagination */

.filter a{
  color: var(--white);
  transition: all 0.3s ease;
}
.filter a:hover{
  color: var(--theme);
}
.filter .active{
  color: var(--theme);
}

/* custom */
.custom-link{
  color: var(--black);
  transition: all 0.3s ease;
}
.custom-link:hover{
  color: var(--theme);
transform: scale(1.02);
}

.custom-input[type="file"] {
  position: relative;
  padding-right: 120px; /* กันขอบขวาให้ปุ่มไม่ทับ label */
  cursor: pointer;
}

.custom-input[type="file"]::file-selector-button {
  position: absolute;
  right: 0;
  top: 0;
  bottom: 0;
  height: 100%;
  background: var(--theme, #a67c52);
  color: white;
  border: none;
  padding: 10px 12px;
  font-size: 14px;
  cursor: pointer;
  transition: background 0.3s ease;
  border-radius: 6px;
}

.custom-input[type="file"]::file-selector-button:hover {
  background: #8a6641;
}

.swiper {
  width: 100%;
  height: 100vh;
}

.swiper-slide {
  text-align: center;
  font-size: 18px;
  background: #fff;

  /* Make images cover the entire slide */
  display: flex;
  justify-content: center;
  align-items: center;
}

.swiper-slide img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center;
}

/* widget */
.chat-widget {
    position: fixed;
    bottom: 20px;
    right: 20px;
    z-index: 1000;
}

.chat-button {
    background-color: #ebebeb;
    border-radius: 50%;
    padding: 10px;
    cursor: pointer;
    position: relative;
    z-index: 2;
}

.chat-button img {
    width: 40px;
    height: 40px;
}

.chat-icons {
    position: absolute;
    bottom: 60px;
    right: 0;
    transform: translateY(20px);
    opacity: 0;
    visibility: hidden;
    transition: transform 0.7s ease-in-out, opacity 0.5s ease-in-out, visibility 0s 0.5s;
}

.chat-icons.show {
    transform: translateY(0);
    opacity: 1;
    visibility: visible;
    transition: transform 0.5s ease-in-out, opacity 0.5s ease-in-out;
}

.chat-icon {
    display: block;
    margin-bottom: 5px;
}

.chat-icon img {
    width: 60px;
    height: 60px;
}


/* EFFECT */

/* fade-in base */
.fade-in-section {
  opacity: 0;
  visibility: hidden;
  transition: all 0.6s ease-out;
}

.fade-in-section.fade-in-up {
  transform: translateY(50px);
}

.fade-in-section.is-visible {
  opacity: 1;
  visibility: visible;
  transform: none;
}


.fade-in-up {
  transform: translateY(50px);
}

.fade-in-left {
  transform: translateX(-50px);
}

.fade-in-right {
  transform: translateX(50px);
}

.blog-image {
  position: relative;
  overflow: hidden;
}
.blog-image img {
  max-width: 100% !important;
  height: auto !important;
  position: static !important;
  top: auto !important;
  left: auto !important;
}


/* EFFECT */

.white-filter {
    filter: brightness(0) invert(1);
}

#event-swiper .swiper-slide img {
  width: 100%;
  height: 550px;
  object-fit: cover;
  display: block;
}

.disabled>.page-link, .page-link.disabled {
    color: rgba(209, 209, 209, 0.75);
    pointer-events: none;
    background-color: #2c2c2c00;
    border-color: var(--bs-pagination-disabled-border-color);
}

.langcustom {
  color: #ffffff; /* สีข้อความ */
  border-radius: 20px;
  font-weight: 500;
  transition: all 0.3s ease;
  padding: 8px 16px;
  text-decoration: none;
}

.langcustom:hover {
  border-color: #343a40;
}

.lang-icon {
  margin-right: 8px;
  font-size: 1.2em;
}

.lang-text {
  font-size: 0.95em;
}
.flag-icon {
  width: 23px;
  height: 15px;
  object-fit: cover;
  object-position: center;
  border-radius: 2px;
}





/*--------------------------------------------------------
    Start: Responsive View Google Chrome
----------------------------------------------------------*/
@media (min-width: 1400px) {
    .container, .container-lg, .container-md, .container-sm, .container-xl, .container-xxl {
        max-width: 1140px;
    }
}

@media (hover: hover) and (pointer: fine) {
  .navbar .dropdown-menu {
    opacity: 0;
    transform: translateY(10px);
    visibility: hidden;
    pointer-events: none;
    transition: opacity 0.3s ease, transform 0.3s ease;
    display: block;
  }

  .navbar .dropdown:hover > .dropdown-menu {
    opacity: 1;
    transform: translateY(0);
    visibility: visible;
    pointer-events: auto;
  }
}

/* Nest Hub*/
@media (max-width: 1199px) {

  .carousel-control-prev,.carousel-control-next {
  display: none;

  }
  .room-section{
    height: auto;
  }
  .section{
    padding: 60px 0;
  }


}


/* Surface Pro 7*/
@media (max-width: 992px) {
  .nav-center{
    justify-content: space-between;
  }
  .nav-link{
    padding-left: 10px;
  }
  .image-card,.image-card2 {
    height: 200px;
  }
  h4{
    font-size: 20px;
  }
  .price-line , .facility-content h4 ,.facility-list li {
    margin-bottom: 0px;
  }
  .respon-activity{
    padding: 20px;
    margin-top: 10px;
  }
  .room-section-info {
  height: auto;
}

}



/* iPad Mini*/
@media (max-width: 769px) {


}


/* Surface Duo*/
@media (max-width: 569px) {
h1 {
    font-size: 48px;
}
.respon{
  padding-top:20px ;
}
h2 {
    font-size: 36px;
}
.room-card-overlap,
  .room-card-overlap.right {
    margin: 0 0 0 0;
  }

}


/*iPhone 14 Pro Max*/
@media (max-width: 481px) {

h1 {
    font-size: 36px;
}

.map-section {
  width: 100%;
  height: 300px;
}

}



/*iPhone SE*/
@media (max-width: 376px) {


}


/* Galaxy Fold 5*/
@media (max-width: 345px) {


}
/*--------------------------------------------------------
    End: Responsive
----------------------------------------------------------*/
