
@import url('https://fonts.googleapis.com/css2?family=Cormorant+Garamond:wght@400;600;700&family=Noto+Sans+Thai:wght@300;400;700&display=swap');

/* room details gallery arrows — match standard slick-arrow size */
.room-details__gallery .slick-arrow {
    width: 45px;
    height: 45px;
    background-color: hsl(var(--base)/0.4);
    font-size: 20px;
}

/* loader logo */
.loader {
    background-color: #f6e8d7 !important;
}
.loader-logo {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
}
.loader-logo img {
    max-width: 200px;
}

.facility-item__thumb {
    height: 350px;
}
.facility-slider .slick-arrow {
    top: 175px;
    transform: translateY(-50%);
}


@media (max-width: 991px) {
    .facility-item__thumb { height: 320px; }
    .facility-slider .slick-arrow { top: 160px; }
}
@media (max-width: 767px) {
    .facility-item__thumb { height: 280px; }
    .facility-slider .slick-arrow { top: 140px; }
}

/* glance slider (hotel overview) arrow centering */
.glance-item__thumb {
    height: 500px;
}
.glance-slider .slick-arrow {
    top: 250px !important;
    transform: translateY(-50%);
}
@media (max-width: 991px) {
    .glance-item__thumb { height: 400px; }
    .glance-slider .slick-arrow { top: 200px !important; }
}
@media (max-width: 767px) {
    .glance-item__thumb { height: 300px; }
    .glance-slider .slick-arrow { top: 150px !important; }
}
@media (max-width: 575px) {
    .glance-item__thumb { height: 240px; }
    .glance-slider .slick-arrow { top: 120px !important; }
}


/* main {
    display: none !important;
}

html {
    display: none !important;
} */

:root {
    --heading-font: 'Cormorant+Garamond', serif !important;
    --body-font: 'Cormorant+Garamond', serif !important;
}

/* * {
   font-family: 'Cormorant Garamond', serif !important;
} */

h1, h2, h3, h4, h5, h6, .title, [class*="title"] {
    font-family: 'Cormorant Garamond', serif !important;
}

body, p, span, a, li, div, .contact-item__desc, .section-heading__desc{
  font-family: 'Cormorant Garamond', serif !important;
  font-size: 20px;
}
/* Copy Animation */
  .copied::after {
    position: absolute;
    top: 8px;
    right: 12%;
    width: 100px;
    display: block;
    content: "COPIED";
    font-size: 1em;
    padding: 5px 5px;
    color: #fff;
    background-color: #FF7000;
    border-radius: 3px;
    opacity: 0;
    will-change: opacity, transform;
    animation: showcopied 1.5s ease;
  }
  
  @keyframes showcopied {
    0% {
      opacity: 0;
      transform: translateX(100%);
    }
  
    50% {
      opacity: 0.7;
      transform: translateX(40%);
    }
  
    70% {
      opacity: 1;
      transform: translateX(0);
    }
  
    100% {
      opacity: 0;
    }
  }
  s
  .cookies-card {
    width: 520px;
    padding: 30px;
    color: #1E2337;
    position: fixed;
    bottom: 15px;
    left: 15px;
    z-index: 999999;
    transition: all .5s;
    background: #d1d1d1;
    border-radius: 5px;
  }
  
  .cookies-card.hide {
    bottom: -500px !important;
  }
  
  .radius--10px {
    border-radius: 10px;
  }
  
  .cookies-card__icon {
    width: 55px;
    height: 55px;
    border-radius: 50%;
    background-color: #6e6f70;
    color: #fff;
    font-size: 32px;
    display: inline-flex;
    justify-content: center;
    align-items: center;
  }
  
  .cookies-card__content {
    margin-bottom: 0;
  }
  
  .cookies-btn {
    color: #363636;
    text-decoration: none;
    padding: 10px 35px;
    margin: 3px 5px;
    display: inline-block;
    border-radius: 999px;
  }
  
  .cookies-btn:hover {
    color: #363636;
  }
  
  
  @media (max-width: 767px) {
    .cookies-card {
      width: 100%;
      left: 0;
      bottom: 0;
      font-size: 14px;
      padding: 15px;
    }
  }
  
  
  
  
  .hover-input-popup {
    position: relative;
  }
  
  .input-popup {
    display: none;
  }
  
  .hover-input-popup .input-popup {
    display: block;
    position: absolute;
    bottom: 130%;
    left: 50%;
    width: 280px;
    background-color: #1a1a1a;
    color: #fff;
    padding: 20px;
    border-radius: 5px;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    -ms-border-radius: 5px;
    -o-border-radius: 5px;
    -webkit-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    transform: translateX(-50%);
    -webkit-transition: all 0.3s;
    -o-transition: all 0.3s;
    transition: all 0.3s;
  }
  
  .input-popup::after {
    position: absolute;
    content: '';
    bottom: -19px;
    left: 50%;
    margin-left: -5px;
    border-width: 10px 10px 10px 10px;
    border-style: solid;
    border-color: transparent transparent #1a1a1a transparent;
    -webkit-transform: rotate(180deg);
    -ms-transform: rotate(180deg);
    transform: rotate(180deg);
  }
  
  .input-popup p {
    color: hsl(var(--white)/0.6);
    padding-left: 20px;
    position: relative;
  }
  
  .input-popup p::before {
    position: absolute;
    content: '';
    font-family: 'Line Awesome Free';
    font-weight: 900;
    left: 0;
    top: 4px;
    line-height: 1;
    font-size: 18px;
  }
  
  .input-popup p.error {
    text-decoration: line-through;
  }
  
  .input-popup p.error::before {
    content: "\f057";
    color: #ea5455;
  }
  
  .input-popup p.success::before {
    content: "\f058";
    color: #28c76f;
  }
  
  
  
  .show-filter {
    display: none;
  }
  
  @media(max-width:767px) {
    .responsive-filter-card {
      display: none;
      transition: none;
    }
  
    .show-filter {
      display: block;
    }
  }
  
  
  
  /* ////////////////// select 2 css //////////////// */
  .select2-dropdown {
    border: 0 !important;
    margin-top: 8px !important;
    border-radius: 5px !important;
    box-shadow: 0 3px 9px rgba(50, 50, 9, 0.05), 6px 4px 19px rgb(115 103 240 / 20%)
  }
  
  .select2-search--dropdown {
    padding: 10px 10px !important;
    border-color: #ced4da !important;
  }
  
  .select2-container--default .select2-search--dropdown .select2-search__field {
    border-color: #ced4da !important;
    padding: 10px 20px;
  }
  
  .select2-results__option.select2-results__option--selected,
  .select2-results__option--selectable,
  .select2-container--default .select2-results__option--disabled {
    padding: 12px 14px !important;
    border-bottom: 1px solid #eee;
  }
  
  .select2-results__option.select2-results__message {
    text-align: center !important;
    padding: 12px 14px !important;
  }
  
  .select2-container--default .select2-results>.select2-results__options::-webkit-scrollbar {
    width: 8px;
    border-radius: 5px;
  }
  
  .select2-container--default .select2-results>.select2-results__options::-webkit-scrollbar-track {
    background: #f1f1f1;
    border-radius: 5px;
  }
  
  .select2-container--default .select2-results>.select2-results__options::-webkit-scrollbar-thumb {
    background: #ddd;
  }
  
  .select2-container--default .select2-results>.select2-results__options::-webkit-scrollbar-thumb:hover {
    background: #ddd;
  }
  
  .select2-container--default .select2-selection--single .select2-selection__arrow b {
    display: none;
  }
  
  .select2-container--default .select2-selection--single .select2-selection__arrow:after {
    position: absolute;
    right: 10px;
    content: "\f107";
    font-family: "Line Awesome Free";
    font-weight: 900;
    transition: .3s;
  }
  
  .select2-container--default .select2-selection--single {
    border-color: hsl(var(--border-color)) !important;
    border-width: 1px !important;
    border-radius: 8px !important;
    padding: .375rem .75rem !important;
  }
  
  .select2-container--default .select2-selection--single .select2-selection__arrow {
    top: 0px !important;
  }

  


  .select2-container--default.select2-container--focus  .select2-selection--single {
    outline: none !important;
    box-shadow: none !important;
    border-color: hsl(var(--base)) !important;
  }
  
  .select2-container--default.select2-container--open .select2-selection--single .select2-selection__arrow:after {
    transform:  translateY(-50%) rotate(-180deg);
  }
  
  .select2-results__option:last-child {
    border-bottom-left-radius: 5px;
    border-bottom-right-radius: 5px;
  }
  
  .select2-results__option:first-child {
    border-top-left-radius: 5px;
    border-top-right-radius: 5px;
  }
  
  .select2-results__option.select2-results__option--selected,
  .select2-container--default .select2-results__option--highlighted.select2-results__option--selectable {
    background-color: #f1f1f1 !important;
    color: #000 !important;
  }
  
  .select2-container--default .select2-search--dropdown .select2-search__field:focus {
    border-color: hsl(var(--base)) !important;
    box-shadow: 0 0 25px rgba(115, 103, 240 0.071) !important;
    outline: 0 !important;
  }
  
  .select2-dropdown .country-flag {
    width: 25px;
    height: 25px;
    border-radius: 8px;
  }
  
  .select2-dropdown .gateway-title {
    font-size: 14px;
    font-weight: 600;
    margin-bottom: 0px !important;
  }
  
  .select2-dropdown .gateway-subtitle {
    font-size: 12px;
    margin-bottom: 0px !important;
  }
  .select2-container--open .select2-selection.select2-selection--single, .select2-container--open .select2-selection.select2-selection--multiple {
    border-color: hsl(var(--base)) !important;
    border-radius: .375rem !important;
  }
  
  
  .gateway-card {
    padding: 15px;
  }
  
  .payment-card-title {
    padding: 13px 25px;
    text-align: center;
    background-color: hsl(var(--base));
    border-radius: 5px;
    border: 0;
    margin-bottom: 0px;
    color: #fff;
  }
  
  .payment-system-list {
    --thumb-width: 100px;
    --thumb-height: 46px;
    --radio-size: 12px;
    --border-color: hsl(var(--black) / 0.1);
    --hover-border-color: hsl(var(--base));
    background-color: #fff;
    border-radius: 12px;
    height: 100%;
    display: flex;
    flex-direction: column;
    border: 1px solid var(--border-color);
    row-gap: 10px;
  }
  
  
  .payment-system-list.is-scrollable {
    max-height: min(454px, 70vh);
    overflow-x: auto;
  }
  
  .payment-system-list.is-scrollable::-webkit-scrollbar {
    width: 5px;
  }
  
  .payment-system-list.is-scrollable::-webkit-scrollbar {
    width: 5px;
  
  }
  
  .payment-system-list.is-scrollable::-webkit-scrollbar-thumb {
    background-color: hsl(var(--base));
    border-radius: 10px;
  }
  
  .payment-item {
    width: 100%;
    display: flex;
    justify-content: space-between;
    align-items: center;
    flex-wrap: wrap;
    padding: 10px 18px;
    border-top: 1px solid var(--border-color);
    border-left: 3px solid transparent;
    transition: all 0.3s;
  }
  
  .payment-item:first-child {
    border-top-color: transparent;
    border-radius: 5px 5px 0 0;
  }
  
  .payment-item:has(.payment-item__radio:checked) {
    border-left-color: var(--hover-border-color);
    border-radius: 0px;
  }
  
  .payment-item__check {
    border: 3px solid transparent;
  }
  
  .payment-item:has(.payment-item__radio:checked) .payment-item__check {
    border: 3px solid hsl(var(--base));
  }
  
  .payment-item__info {
    display: flex;
    align-items: center;
    flex-wrap: wrap;
    max-width: calc(100% - var(--thumb-width))
  }
  
  .payment-item__check {
    width: var(--radio-size);
    height: var(--radio-size);
    border: 1px solid hsl(var(--base));
    display: inline-block;
    border-radius: 100%;
  
  }
  
  .payment-item__name {
    padding-left: 10px;
    width: calc(100% - var(--radio-size));
    transition: all 0.3s;
  }
  
  .payment-item__thumb {
    width: var(--thumb-width);
    height: var(--thumb-height);
    text-align: right;
    padding-left: 10px;
  
    &:has(.text) {
        width: fit-content;
    }
  }
  
  .payment-item__thumb img {
    max-width: var(--thumb-width);
    max-height: var(--thumb-height);
    object-fit: cover;
  }
  
  
  .deposit-info {
    display: flex;
    align-items: center;
    flex-wrap: wrap;
    justify-content: space-between;
  }
  
  .deposit-info__title {
    max-width: 50%;
    margin-bottom: 0px;
    text-align: left;
  }
  
  .deposit-info__input {
    max-width: 50%;
    text-align: right;
    width: 100%;
  }
  
  .deposit-info__input-select {
    border: 1px solid var(--border-color);
    width: 100%;
    border-radius: 5px;
    padding-block: 6px;
  }
  
  .deposit-info__input-group {
    border: 1px solid var(--border-color);
    border-radius: 5px;
    background-color: hsl(var(--section-bg));
  }
  
  .deposit-info__input-group-text {
        align-self: center;
        padding-left: 5px;
        padding-right: 5px;
    }

  .deposit-info__input-group .form--control {
    padding: 5px;
    border: 0;
    height: 35px;
    text-align: right;
  }
  
  .deposit-info__input-group .form--control:focus {
    box-shadow: unset;
  }
  
  .info-text .text,
  .deposit-info__input .text {
    font-size: 14px;
  
  }
  
  .deposit-info__title .text.has-icon {
    display: flex;
    align-items: center;
    gap: 5px
  }
  
  .total-amount {
    border-top: 1px solid var(--border-color);
  }
  
  .total-amount .deposit-info__title {
    font-weight: 600;
  }
  
  .payment-item__btn {
    border-radius: 6px;
    color: #fff;
    background-color: hsl(var(--base));
    width: 100%;
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 13px 15px;
    font-weight: 500;
    margin-top: 16px;
  }

  .payment-item__btn p{ 
    color: inherit;
  }
  
  .payment-item:hover+.payment-item__btn {
    border-top-color: #fff;
  }
  
  button .spinner-border {
    --bs-spinner-width: 1.5rem;
    --bs-spinner-height: 1.5rem;
  }

  label.required:after {
    content: '*';
    color: #DC3545 !important;
    margin-left: 2px;
}

.map-section {
    padding: 80px 0 !important;
 	background-color: #f9f9f9 !important;
}
.contact-wrapper .contact-item {
    border: 1px solid hsl(var(--border-color)) !important;
    border-radius: 8px !important;
    padding: 20px !important;
    display: flex !important;
    align-items: center !important;
    gap: 22px !important;
    height: 100% !important;
    background-color: #fff !important;
}

.contact-item__icon {
    background-color: #f9f9f9 !important;
     border-radius: 8px !important;
     padding: 5px 7px !important;
     border: 1px solid hsl(var(--border-color)) !important;
}

/* Custom Service */
.service-section {
        background-color: #2e2f22 !important; 
        padding: 120px 0;
        color: #fff;
        text-align: center;
    }
    .service-heading {
        margin-bottom: 50px;
        color: #fff;
    }
    .service-heading__title {
        font-size: 50px;
        margin-bottom: 15px;
        color: #fff;
    }

@media  screen and (max-width: 991px) {
   .service-heading__title {
        font-size: 48px;
        margin-bottom: 15px;
        color: #fff;
    }
}

     .service-heading p{
        font-size: 20px;
        margin-bottom: 50px;
        color: #7c7c7c;
        max-width: 600px;
        text-align: center;
        margin-left: auto;
        margin-right: auto;
    }
    .service-card {
        background-color: #524c3c !important; 
        border: 1px solid rgba(255, 255, 255, 0.1);
        padding: 40px 20px;
        border-radius: 8px;
        transition: all 0.3s ease;
        height: 100%;
        display: flex;
        flex-direction: column;
        align-items: center;
        justify-content: center;
        color: #fff;
    }
    /* .service-card:hover {
        background: rgba(255, 255, 255, 0.1);
        color: #fff;
    } */
    .service-card__icon {
        width: 60px;
        height: 60px;
        background: #69604d;
        border-radius: 50%;
        display: flex;
        align-items: center;
        justify-content: center;
        margin-bottom: 20px;
    }

    .service-card__text {
        font-size: 18px;
        line-height: 1.4;
        margin: 0;
        color: #fff;
        font-family: 'Cormorant Garamond', serif !important;
    }


    .blog-item__thumb {
    max-height: 300px;
    overflow: hidden;
    position: relative;
    border-radius: 15px !important;
}

.desc-content-about h6{
  color: #fff !important;
  font-size: 30px !important;
  font-weight: 400;
  margin-bottom: 10px;
  margin-top: 30px !important;
}

.desc-content-about p{
  color: #7c7c7c !important;
}

.contact-list__item-icon {
  color: #d3bfae !important;
}
.login-registration-list__icon{ 
  color: #d3bfae !important;
}
.contact-item {
    border: 1px solid hsl(var(--border-color));
    border-radius: 8px;
    padding: 20px;
    display: flex;
    align-items: center;
    gap: 22px;
    height: 100%;
	background-color: #fff !important;
}
	.badge.badge-two.badge--base {
    background-color: #f8e6d7 !important;
    color: #2e2f22 !important;
    font-weight: 400;
   font-family: 'Cormorant Garamond', serif !important;

}
	.blog-item__title-link{
		font-family: 'Cormorant Garamond', serif !important;
		font-size: 28px !important;
    font-weight: 600;
    color: #2e2f22;
	}
	.slick-arrow{
		    background-color: #8a8e74 !important;
			color: #fff !important;
	}
  .slick-arrow:hover {
    background-color: #69604d !important;
    color: #fff !important;
}
	.story-section .story-left__shape {
		background-color: #69604d !important;
	}
	.story-section{
		background-color: #2e2f22 !important;
    /* margin-top: 240px !important; */
	}

 @media (max-width: 991px) {
    .story-left {
        padding: 0 !important;
        margin-bottom: 30px;
    }
    
    .story-left:before, 
    .story-left:after,
    .story-left__shape {
        display: none !important; 
    }

    .story-item img {
        clip-path: none !important; 
        border-radius: 15px; 
        max-height: 400px; 
        width: 100%;
        object-fit: cover;
    }
    
    .story-slider {
        padding: 0 15px;
    }
}
  .img-about-shape{
  border-radius: 265px 265px 0 0 !important;
  }

.footer-area {
    background-color: #2e2f22;
    color: #d1d1d1;
    padding: 60px 0 0px;
}

.footer-item__title {
    color: #fff;
    font-size: 24px;
    margin-bottom: 25px;
    letter-spacing: 1px;
    font-weight: 500;
}

.list-style-square {
    list-style: none;
    padding-left: 0;
}

.list-style-square .footer-menu__item {
    position: relative;
    padding-left: 25px;
    margin-bottom: 10px;
}

.list-style-square .footer-menu__item::before {
    content: "";
    position: absolute;
    left: 0;
    top: 8px;
    width: 8px;
    height: 8px;
    background-color: #f8e6d7 !important
}

.footer-menu__link {
    color: #7c7c7c;
    text-decoration: none;
    transition: 0.3s;
   font-family: 'Cormorant Garamond', serif !important;
}

.footer-menu__link:hover {
    color: #fff;
    padding-left: 5px;
   font-family: 'Cormorant Garamond', serif !important;
}

.social-list {
    display: flex;
    gap: 10px;
    list-style: none;
    padding: 0;
}

.social-list__link {
    width: 35px;
    height: 35px;
    border: 1px solid #8b8f76;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    color: #8b8f76;
    font-size: 18px;
   font-family: 'Cormorant Garamond', serif !important;
}

.social-list__link :hover {
    color: #69604d;

}

.footer-bottom{
  background-color: #232319 !important;
}

.footer-bottom p{
  color: #bfbfbf;
  font-size: 16px;
  font-family: 'Cormorant Garamond', serif !important;
   text-align: center;
  font-family: 'Cormorant Garamond', serif !important;
}

p.footer-item__desc.mt-3 {
   font-family: 'Cormorant Garamond', serif !important;
    color: #bfbfbf;
}

.faq-btn-wrapper a{
  font-weight: 400;
  background-color: #8c8c73; 
  color: white; 
  padding: 12px 20px; 
  border-radius: 5px; 
  text-decoration: none; 
  display: inline-block;
  letter-spacing: 1px;
}

.faq-btn-wrapper a:hover{
  font-weight: 400;
  background-color: #69604d; 
  color: white; 
  padding: 12px 20px; 
  border-radius: 5px; 
  text-decoration: none; 
  display: inline-block;
}

span.blog-item__date {
  color: #7c7c7c;
 font-family: 'Cormorant Garamond', serif !important;
  font-size: 14px;
}

.cookies-card{
display: none;
}

.residence-item__desc{
font-family: 'Cormorant Garamond', serif !important;
  color: #7c7c7c;
  font-size: 18px !important ;
}

p.contact-item__desc{
  font-family: 'Cormorant Garamond', serif !important;
  font-size: 18px !important ;
}


.login-registration-list__link{
 display: none;
}

.container-advantage{
max-width: 950px !important;
margin-right: auto;
    margin-left: auto;
    width: 100%;
}

@media screen and (max-width: 991px) {
  .container-advantage{
max-width: 720px !important;
margin-right: auto;
    margin-left: auto;
    width: 100%;
    padding-left: 10px;
    padding-right: 10px;
}
.story-section {
    background-color: #2e2f22 !important;
    margin-top: 0px !important;
}

.story-section .story-slider {
    text-align: center;
    position: static;
    z-index: 1;
}

.residence-section{
  margin-top: 100px;
}
}

input[type="date"] {
    -webkit-appearance: none;
    appearance: none;
}

span.story-content__subtitle {
    margin-top: 40px;
}


.header--addon.active, 
.header--addon.fixed-header {
    background-color: hsl(var(--white)) !important;
    background-image: none !important;
    box-shadow: 0 2px 10px rgba(0,0,0,0.1);
}


.header--addon.active .header--addon-img,
.header--addon.fixed-header .header--addon-img {
    display: none !important;
}

.header--addon.active .nav-link,
.header--addon.fixed-header .nav-link {
    color: #333 !important;
}

.contact-info__item i {
  margin-right: 0px !important;
}

.footer-item__text{
  padding-left: 10px !important;
}

p.room-space{
  font-family: 'Cormorant Garamond', serif !important;
}

.footer-menu__link{
  color: #bfbfbf !important;
}

.footer-menu__item{
   color: #bfbfbf !important;
}
.footer-item__text{
  color: #bfbfbf !important;
}
label.form--label{
 font-family: 'Cormorant Garamond', serif !important;
}

.room-details__desc{
 font-family: 'Cormorant Garamond', serif !important;
}

.category-wrapper p{
 font-family: 'Cormorant Garamond', serif !important;
}

.compare-content__item-text{
font-family: 'Cormorant Garamond', serif !important;
}
/* .room-desc {
   font-family: 'Cormorant Garamond', serif !important;
} */


/* .room-category-slider__item img {
    width: 100%;
    height: 400px !important;
} */

.custom--dropdown__selected.dropdown-list__item::before{
  display: none;
}

.residence-item__btn :hover{
  color:#69604d !important
}

.login-registration-list__icon{
  display: none;
}
.login-registration-list__item:not(:last-child)::after{
  display: none;
}
.login-registration-list__link{
display: none;
}

.offer-card__slider-item img{
 height: 270px;
}

/* @media screen and (max-width: 767px) {
  .banner-content{
  align-items: center;
    text-align: center;
    min-height: 150px;
    width: 100%;
     justify-content: center;
    display: flex;
}
.banner-content__title{
  margin-top: 0;
  font-size: 48px;
}
}

@media only screen and (min-width: 768px) and (max-width: 1194px) {
  .policy-banner {
    height: 30vh;

}
.banner-content__title{
  font-size: 48px;
}
  .banner-content{
  align-items: center;
    text-align: center;
    min-height: 150px;
    width: 100%;
    justify-content: center;
    display: flex;
}
} */

@media screen and (max-width: 767px) {
    .room-details-banner {
        padding: 0;
        margin-top: 35px;
    }
    .banner-content__title {
    color: hsl(var(--white));
    font-weight: 600;
    font-size: 48px;
    max-width: 1000px;
    margin-inline: auto;
    letter-spacing: 1px;
}
 .room-details-banner {
        height: 40vh;
    }
}

@media screen and (min-width:768px) and (max-width: 1023px) {
    .room-details-banner {
        height: 40vh;
        padding: 0;
    }
    .banner-content__title {
    color: hsl(var(--white));
    font-weight: 600;
    font-size: 48px;
    max-width: 1000px;
    margin-inline: auto;
    letter-spacing: 1px;
}
.banner-content {
    text-align: center;
    justify-content: center;
    display: flex;
    align-items: center;
}

}

@media screen and (min-width:1200px)and (max-width: 1365px) {
  .room-details-banner {
        height: 65vh;
        padding: 142px 0 ;
    }
    .banner-content {
    text-align: center;
    margin-top: 90px;
}
}

@media screen and (min-width:1024px)and (max-width: 1179px) {
  .room-details-banner {
        height: 50vh;
        padding: 130px 0 ;
    }
    .banner-content {
    text-align: center;
    margin-top: 90px;
}
}

@media screen and (min-width:1024px) {
  .header {
    padding: 24px 0 5px 0;
}
}

/* .header {
    z-index: 5;
    position: absolute;
    left: 0;
    right: 0;
    top: 51px;
    background: transparent;
    padding: 24px 0 50px 0;
    border-bottom: 1px solid hsl(var(--white) / 0.2);
    -webkit-transition: 0.3s linear;
    transition: all 0.3s linear !important;
    opacity: 1;
    transform: uns;
} */

/* .facility-section{
   margin-top: 300px;
  margin-bottom: 120px;
}
 .blog-custom{
  margin-top: 300px;
  margin-bottom: 120px;
 }

@media screen and (max-width: 1023px) {
  .blog-custom{
  margin-top: 150px;
  margin-bottom: 60px;
 }
 .facility-section{
  margin-top: 150px;
  margin-bottom: 60px;
 }
 } */

.banner-section{
  z-index: 3;
}

.section-heading__desc {
    max-width: 750px;
    margin-left: auto;
    margin-right: auto;
    line-height: 1.5;
    font-size: clamp(1rem, 0.8862rem + 0.4854vw, 1.25rem);
    font-size: 20px;
}

.service-card__sub-title{
 font-family: 'Cormorant Garamond', serif !important;
  color: #fff;
}

.nav-link {
   text-transform: uppercase !important;
}

@media screen and (min-width: 1024px) and (max-width: 1600px) {
    .banner-section {
        height: 80vh;
    }
   
}

/* @media screen and (min-width: 1440px) and (max-width: 1600px) {
    .banner-section {
        height: 70vh;
    }
   
} */
@media screen and (min-width: 1024px){
   section.banner-section.bg-img {
    display: flex;
    align-items: center;
    justify-content: center;
}
.banner-content__title {
    color: hsl(var(--white));
    font-weight: 600;
    font-size: 64px;
    max-width: 1000px;
    margin-inline: auto;
    letter-spacing: 1px;
    margin-top: 180px;
}
}


@media screen and (min-width: 1440px){
.banner-content__title {
    color: hsl(var(--white));
    font-weight: 600;
    font-size: 64px;
    max-width: 1000px;
    margin-inline: auto;
    letter-spacing: 1px;
    margin-top: 0px;
}
}

@media screen and (min-width: 768px) and (max-width: 1023px) {
    .banner-content {
        text-align: center;
        justify-content: center;
        display: block;
        align-items: center;
    }
   .banner-content__title {
    color: hsl(var(--white));
    font-weight: 600;
    font-size: 64px;
    max-width: 1000px;
    margin-inline: auto;
    letter-spacing: 1px;
   
}
}

.banner-content form {
    display: none !important;
}

@media screen and (min-width: 1024px) {
  .story-section .story-left {
    position: relative;
    text-align: center;
    margin-top: 100px;
    justify-content: center;
}
}

.room-gallery__item img {
    height: 100%;
    max-height: 250px;
}


@media screen and (max-width: 1023px){
  .category-section {
    position: relative;
    z-index: 1;
    padding: 40px 0;
    background-color: hsl(var(--section-bg));
    margin-top: 35px;
}
}

.room-details-content h3 {
    margin-top: 35px;
    color: #2e2f22 !important;
    font-size: 28px;
    margin-bottom: 5px;
}

@media screen and (min-width: 1024px) and (max-width: 1439px){
  .room-details-banner {
    height: 60vh;
    padding: 0px 0;
}

}

@media screen and (max-width: 767px){
  .room-desc .fare {
    font-size: 20px;
    font-weight: 700;
}
}

@media screen and (max-width: 991px) {
  .story-section .story-left {
    position: relative;
    text-align: center;
    margin-top: 25px;
    margin-bottom: 0px;
}
}

.offer-card {
    box-shadow: #8b8f766e 4px 4px 0px 0px;
}

/* .shape-contact{
 --position-adjust: 28px;

    position: absolute;
    left: var(--position-adjust);
    top: var(--position-adjust);
    width: var(--shape-width);
    height: var(--shape-height);
    margin-top: -40px;
    z-index: -2;
    border-radius: var(--shape-radius) var(--shape-radius) 0 0;
    background-color: color-mix(in oklab, hsl(var(--base)) 99%, #000 1%);
}

@media screen and (max-width:1199px) {
  .shape-contact{
     --position-adjust: 28px;
    position: absolute;
    left: 30px;
    top: var(--position-adjust);
    width: var(--shape-width);
    height: var(--shape-height);
    margin-top: -46px;
    z-index: -2;
    border-radius: var(--shape-radius) var(--shape-radius) 0 0;
    background-color: 
color-mix(in oklab, hsl(var(--base)) 99%, #000 1%);
  }
} */


/* .slick-slide img {
    display: block;
    width: 100%;
    height: 600px;
} */

.service-description h5{
font-size: 20px;
}


@media screen and (min-width: 1439px) {
.facility-slider .slick-prev {
    left: -60px; 
}

.facility-slider .slick-next {
    right: -60px; 
}
}

@media screen and (max-width: 767px) {
.facility-slider .slick-prev {
    left: 30px; 
}

.facility-slider .slick-next {
    right: 30px; 
}

/* .facility-slider.slick-initialized.slick-slider {
    margin: 0 !important;
}
.slick-slide.slick-current.slick-active {
    padding: 0 !important;
} */
 .facility-item__thumb img {
    width: 100%;
    height: auto;
    -o-object-fit: cover;
    object-fit: cover;
}
}

.language_flag span {
    font-size: 16px;
}


