@charset "UTF-8";
/*---------------------------------------------

===============================================   
STYLE SHEET INDEXING
|
|___ Fonts
|___ Variables
|___ Responsive
|___ Reset Styles
|___ Spacing
|___ Helper Classes
|___ Buttons
|___ Headings
|___ Layout Styles
|___ END STYLE SHEET INDEXING

--------------------------------------------*/
/*-------------------------
    Fonts
-------------------------*/
@import url("https://fonts.googleapis.com/css2?family=Open+Sans:wght@400;500;600;700;800&amp;display=swap");
@font-face {
  font-family: "Lato";
  src: url("webfonts/lato/Lato-Regular.ttf") format("truetype");
  font-weight: 400;
}
@font-face {
  font-family: "Lato";
  src: url("webfonts/lato/Lato-Medium.ttf") format("truetype");
  font-weight: 500;
}
@font-face {
  font-family: "Lato";
  src: url("webfonts/lato/Lato-Semibold.ttf") format("truetype");
  font-weight: 600;
}
@font-face {
  font-family: "Lato";
  src: url("webfonts/lato/Lato-Bold.ttf") format("truetype");
  font-weight: 700;
}
@font-face {
  font-family: "Lato";
  src: url("webfonts/lato/Lato-Heavy.ttf") format("truetype");
  font-weight: 800;
}
/*-------------------------
    Variables
-------------------------*/
/* Fonts */
/* Colors */
/* Transitions */
/* Shadow */
/*-------------------------
    Responcive Styles
-------------------------*/
/*-------------------------
    Reset Styles
-------------------------*/
img {
  max-width: 100%;
  height: auto;
  vertical-align: middle;
}

ul.list-style li::marker,
ol.list-style li::marker {
  color: #978667;
}

.unstyled {
  padding-left: 0;
  list-style: none;
  margin-bottom: 0;
}

.container-fluid {
  padding: 0;
  width: 96.6666666667vw;
  margin: 0 auto;
}
@media (max-width: 1024px) {
  .container-fluid {
    width: 96.875vw;
  }
}
@media (max-width: 490px) {
  .container-fluid.wd-100 {
    width: 100%;
  }
}

/*-------------------------
    Typography
-------------------------*/
html {
  scroll-behavior: smooth;
  overflow-y: overlay;
  overflow-y: scroll;
  overflow-y: overlay;
}

body {
  font-family: "Lato", sans-serif;
  color: #979797;
  background-color: #fcfdfd;
  font-size: 0.9375vw;
  font-weight: 400;
  line-height: 140%;
  overflow-x: hidden;
}
@media (max-width: 1024px) {
  body {
    font-size: 1.27vw;
  }
}
body {
  /* This hides the scrollbar in IE, Edge (Trident-based) */
  -ms-overflow-style: none;
  /* This hides the scrollbar in Firefox */
  scrollbar-width: none;
}

/* This hides the scrollbar in WebKit-based browsers (Chrome, Safari, etc.) */
body::-webkit-scrollbar {
  display: none;
}
#smooth-wrapper,
#smooth-content {
  width: 100%;
  background-color: #fcfdfd;
  margin-top:82px;
}

h1,
h2,
h4,
p {
  margin: 0;
}

a {
  display: inline-block;
  text-decoration: none;
  color: unset;
  transition: all 0.5s ease-in-out;
}

/*-------------------------
Helpers
-------------------------*/
.h-111 {
  font-family: "Open Sans", sans-serif;
  font-size: 5.78125vw;
  font-weight: 400;
  line-height: 120%;
  letter-spacing: -0.11562502vw;
}
@media (max-width: 1024px) {
  .h-111 {
    font-size: 5.95703125vw;
    letter-spacing: -0.119140625vw;
  }
}

.h-69 {
  font-family: "Open Sans", sans-serif;
  font-size: 3.59375vw;
  font-weight: 600;
  line-height: 120%; /* 126px */
  letter-spacing: 0.0359375vw;
}
@media (max-width: 1024px) {
  .h-69 {
    font-size: 3.516vw;
    letter-spacing: 0.035vw;
  }
}

.h-56 {
  font-family: "Open Sans", sans-serif;
  font-size: 2.9166666667vw;
  font-weight: 400;
  line-height: 120%;
  letter-spacing: -0.0583333333vw;
}
@media (max-width: 1024px) {
  .h-56 {
    font-size: 2.93vw;
    letter-spacing: -0.029vw;
  }
}

.h-31 {
  font-family: "Open Sans", sans-serif;
  font-size: 1.6145833333vw;
  font-style: normal;
  font-weight: 600;
  line-height: 120%; /* 43.2px */
  letter-spacing: -0.032vw;
}
@media (max-width: 1024px) {
  .h-31 {
    font-size: 1.563vw;
    letter-spacing: -0.031vw;
  }
}
@media (max-width: 820px) {
  .h-31 {
    font-size: 2.3vw;
  }
}
@media (max-width: 490px) {
  .h-31 {
    font-size: 3.5vw;
  }
}

.h-24 {
  font-family: "Open Sans", sans-serif;
  font-size: 1.25vw;
  font-weight: 600;
  line-height: 140%; /* 43.2px */
  letter-spacing: -0.025vw;
}
@media (max-width: 1024px) {
  .h-24 {
    font-size: 2.27vw;
    letter-spacing: -0.025vw;
  }
}
@media (max-width: 768px) {
  .h-24 {
    font-size: 2.2vw;
  }
}
@media (max-width: 490px) {
  .h-24 {
    font-size: 3.2vw;
  }
}

.h-18 {
  font-family: "Lato", sans-serif;
  font-size: 0.9375vw;
  font-weight: 400;
  line-height: 140%;
}
@media (max-width: 1024px) {
  .h-18 {
    font-size: 1.27vw;
  }
}
@media (max-width: 490px) {
  .h-18 {
    font-size: 3vw;
  }
}

.light-black {
  color: #282525 !important;
}

.dark-gray {
  color: #979797 !important;
}

.light-bold {
  font-weight: 500;
  line-height: 120%;
  color: #17191E;
}
@media (max-width: 1024px) {
  .light-bold {
    font-size: 3.977vw;
  }
}

.fw-400 {
  font-weight: 400;
}

/*----------------------------------------*/
/*  SPACE CSS START
/*----------------------------------------*/

.mb-48 {
  margin-bottom: 2.5vw;
}
@media (max-width: 1024px) {
  .mb-48 {
    margin-bottom: 2.344vw;
  }
}

.mb-32 {
  margin-bottom: 1.6666666667vw;
}
@media (max-width: 578px) {
  .mb-32 {
    margin-bottom: 2.865vw;
  }
}

.mb-24 {
  margin-bottom: 1.25vw !important;
}

.mb-16 {
  margin-bottom: 0.8333333333vw;
}
@media (max-width: 1024px) {
  .mb-16 {
    margin-bottom: 1.563vw;
  }
}
@media (max-width: 578px) {
  .mb-16 {
    margin-bottom: 2vw;
  }
}

.mb-1 {
  margin-bottom: 4px !important;
}

/*-------------------------
Elements
-------------------------*/
.cus-btn {
  position: relative;
  border-radius: 1.5625vw;
  border: none;
  color: #fcfdfd;
  background: #978667;
  padding: 0.8333333333vw 1.6666666667vw;
  transition: all 0.5s ease-in-out;
  overflow: hidden;
}
@media (max-width: 490px) {
  .cus-btn {
    border-radius: 6.122vw;
    padding: 2.449vw 4.898vw;
    font-size: 12px;
  }
}
.cus-btn span {
  position: relative;
  display: flex;
}
.cus-btn span samp {
  display: block;
  transition: all 0.2s ease-in-out;
  font-family: "Lato", sans-serif;
  font-size: 0.9375vw;
  font-weight: 500;
  line-height: 120%;
}
@media (max-width: 490px) {
  .cus-btn span samp {
    font-size: 3.673vw;
  }
}
.cus-btn span .effect {
  position: absolute;
  left: 0px;
  top: 200%;
}
@media (max-width: 490px) {
  .cus-btn span .effect {
    font-size: 3.673vw;
  }
}
.cus-btn:hover {
  box-shadow: 0px 0px 20px 1px #978667;
}
.cus-btn:hover span .text {
  transform: translate(0, -200%);
}
.cus-btn:hover span .effect {
  top: 0px;
}
.cus-btn.dark:hover {
  box-shadow: 0px 0px 20px 1px #131110;
}

/* checkbox settings 👇 */

/* actions */

.ui-checkbox:active:not(:checked)::after {
  -webkit-transition: none;
  -o-transition: none;
  -webkit-box-shadow: none;
  box-shadow: none;
  transition: none;
  opacity: 1;
}

/*-------------------------
  Form Styling
-------------------------*/
@media (max-width: 490px) {
  .sec-heading .sec-title {
    font-size: 5.959vw;
  }
}
.sec-heading.sec-2 {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 2.083vw 1.667vw 0.417vw;
  width: 73.75vw;
  background: url(../media/bg-shape/top-left-corner-shape.png);
  background-position: top center;
  background-repeat: no-repeat;
  background-size: 100%;
}
@media (max-width: 768px) {
  .sec-heading.sec-2 {
    background-position: bottom;
  }
}
@media (max-width: 490px) {
  .sec-heading.sec-2 {
    background: url(../media/bg-shape/heading-mobile-shape-2.png) no-repeat;
    background-position: 0px 14px;
    width: 69.57vw;
    height: 14.246vw;
    padding-left: 6px;
    padding-top: 24px;
    background-size: 100% 89%;
  }
}

/*-------------------------
  layouts
-------------------------*/
/*--------------------------------------------------------------
# Navigation
--------------------------------------------------------------*/

.rooms {
  position: relative;
  /* Ensure the background stays relative to the section */
}

.rooms .sec-heading {
  position: relative;
  /* Make this the reference for the pseudo-element */
}
/* -------------------------------------- */
/*     1) ALLOW SHADOWS/CORNERS          */
/* -------------------------------------- */
.banner__slider,
.slider {
/* If Slick or your custom code sets overflow: hidden,
we override it so your shadows/corners can appear */
overflow: visible !important;
/* optional spacing; adjust if you want more or less margin around the entire slider */
margin: 0 auto;
/* background color for contrast (optional) */
background: #fff; 
}

/* -------------------------------------- */
/*            2) THE SLIDE               */
/* -------------------------------------- */
.slide {
/* The container for each "slide" that slick rotates */
position: relative;
/* Round corners and clip children if needed */
border-radius: 30px;
overflow: hidden; /* important if you want corners to cut off child edges */

/* Margin or "gap" around each slide so you see the shadow easily.
If you don't want extra space between slides, reduce or remove. */
margin: 20px;
box-shadow:
0 2px 3px rgba(0, 0, 0, 0.025),
0 -2px 3px rgba(0, 0, 0, 0.025),
2px 0 3px rgba(0, 0, 0, 0.025),
-2px 0 3px rgba(0, 0, 0, 0.025);
/* Box shadow around all sides */



/* Smooth transition for hover (optional) */
transition: box-shadow 0.3s ease-in-out;
}

.slide:hover {
/* Darker/larger shadow on hover */
box-shadow:
0 4px 6px rgba(0, 0, 0, 0.05),
0 -4px 6px rgba(0, 0, 0, 0.05),
4px 0 6px rgba(0, 0, 0, 0.05),
-4px 0 6px rgba(0, 0, 0, 0.05);
}

/* -------------------------------------- */
/* 3) LAYOUT FOR .SLIDE__CONTENT-WRAPPER */
/* -------------------------------------- */
.slide__content-wrapper {
/* Keep the row layout: Info on left, image on right */
display: flex;
flex-direction: row;
width: 100%;
height: 100%;
position: relative;

/* Usually we do NOT want overflow: hidden here
unless you specifically want to hide child overflow. */
overflow: visible !important;
}

/* Remove corner rounding from sub-sections so .slide controls it */
.info-section,
.image-section {
border-radius: 0 !important;
border: none !important;
background: transparent; /* or #fff, depends on your design */
}

/* -------------------------------------- */
/*       4) INFO SECTION STYLES          */
/* -------------------------------------- */
.info-section {
width: 30%;
padding: 20px;
display: flex;
flex-direction: column;
justify-content: center;
text-align: left;

/* Example text color, etc. */
color: #222;
}

.info-section h1 { 
font-size: 1.8rem;
margin-bottom: 10px;
}
.info-section h4 {
font-size: 1rem;
margin-bottom: 5px;
color: #555;
}

.cus-btns {
margin-top: 15px;
padding: 10px 20px;
background-color: #EFF40C; /* or #ffcc00 or whichever */
color: #000;
border: none;
border-radius: 150px;
text-decoration: none;
font-weight: bold;
cursor: pointer;
}
.cus-btns.no-hover {
background: #17191E;
color: #EFF40C;
border: 1px solid #ddd;

}
/* -------------------------------------- */
/*       5) IMAGE SECTION STYLES         */
/* -------------------------------------- */
.image-section {
width: 70%;
display: flex;
align-items: center;
justify-content: center;
}
.image-section img {
width: 100%;
height: 100%;
object-fit: cover;
}

/* -------------------------------------- */
/*          6) RESPONSIVE RULES          */
/* -------------------------------------- */
@media (max-width: 768px) {
.slide__content-wrapper {
flex-direction: column; /* stack info & image vertically */
}
.info-section, .image-section {
width: 100%;
height: auto;
}
.info-section {
text-align: center; /* optional */
padding: 20px 10px; /* optional */
}
}

/* Ensure no horizontal scroll bars on small devices */
@media (max-width: 767px) {
html, body {
overflow-x: hidden;
margin: 0;
padding: 0;
}
}
@media (max-width: 575px) {
  header.home-header {
    position: absolute;
    z-index: 200;
    padding: 16px 0 0 24px;
  }
}
header .logo img {
  width: 4.083vw;
}  

@media (max-width: 575px) {
  
  header .logo img {
    width: 50px;
    height: auto;
  }
}
header .link {
  gap: 0.833vw;
  padding: 0.417vw 1.25vw;
  border-radius: 1.042vw;
}
header .link li {
  position: relative;
}
header .link li a {
  position: relative;
  padding: 0.417vw 0.833vw;
  border-radius: 0.521vw;
  display: flex;
  align-items: center;
  gap: 0.313vw;
  transition: all 0.5s ease-in-out;
  z-index: 200;
  cursor: pointer;
  color: #282525;
  font-family: "Lato", sans-serif;
  font-size: 0.9375vw;
  font-weight: 500;
  line-height: 120%;
  text-transform: capitalize;
  z-index: 380;
}
@media (max-width: 1499px) {
  header .link li a {
    font-size: 1.056vw;
  }
}
header .link li a::before {
  content: "";
  width: 0.417vw;
  height: 0.417vw;
  background: transparent;
  border-radius: 0.417vw;
  margin-bottom: 4px;
  transition: all 0.5s ease-in-out;
}
@media (max-width: 1024px) {
  header .link li a {
    font-size: 1.27vw;
  }
}
header .link li a:hover {
  background: linear-gradient(90deg, rgba(34, 157, 254, 0.04) 0%, rgba(0, 143, 255, 0.06) 100%);
}
header .link li a:hover::before {
  background: #978667;
}
@media (max-width: 490px) {
  header .mobile-header .btn {
    position: absolute;
    top: -2.02vw;
    left: 77.204vw;
    height: 45px;
    width: 45px;
    text-align: center;
    background: transparent;
    border-radius: 3px;
    cursor: pointer;
    transition: left 0.4s ease;
  }
}
@media (max-width: 490px) and (max-width: 430px) {
  header .mobile-header .btn {
    left: 77.204vw;
  }
}
@media (max-width: 490px) and (max-width: 393px) {
  header .mobile-header .btn {
    left: 76.204vw;
  }
}
@media (max-width: 490px) {
  header .mobile-header .btn span {
    color: #282525;
    font-size: 28px;
    line-height: 45px;
  }
  header .mobile-header .sidebar {
    position: fixed !important; /* Force fixed positioning */
    width: 100%;
    top: 0;
    left: 0px;
    z-index: 500;
  }
  header .mobile-header .sidebar ul {
    width: 100%;
    list-style: none;
  }
  header .mobile-header .sidebar ul li {
    line-height: 60px;
    border-top: 1px solid rgba(255, 255, 255, 0.1);
  }
}
@media (max-width: 490px) and (max-width: 490px) {
  header .mobile-header .sidebar ul li {
    line-height: 50px;
  }
}
@media (max-width: 490px) {
  header .mobile-header .sidebar ul li:last-child {
    border-bottom: 1px solid rgba(255, 255, 255, 0.05);
  }
  header .mobile-header .sidebar ul li a {
    position: relative;
    color: #282525;
    text-decoration: none;
    font-size: 18px;
    padding-left: 40px;
    font-weight: 500;
    display: block;
    width: 100%;
    border-left: 3px solid transparent;
  }
}
@media (max-width: 490px) and (max-width: 490px) {
  header .mobile-header .sidebar ul li a {
    font-size: 16px;
  }
}
@media (max-width: 490px) {
  header .mobile-header .sidebar ul li a:hover {
    background: transparent;
  }
}
header .nav-logo {
  text-align: end;
  justify-content: end;
}
header .nav-logo .logo-icon {
  text-align: end;
  display: inline-flex;
  align-items: center;
  justify-content: end;
  gap: 0.833vw;
  background-color: #17191E;
  border-radius: 2.604vw;
  padding: 0.417vw;
}
header .nav-logo .logo-icon .search-block {
  background: #fcfdfd;
  padding: 0 0.521vw;
  border-radius: 2.604vw;
  height: 2.083vw;
  width: auto;
  display: flex;
  align-items: center;
  transition: all 0.5s ease-in-out;
  cursor: pointer;
}
header .nav-logo .logo-icon .search-block .fa-magnifying-glass,
header .nav-logo .logo-icon .search-block button {
  background: transparent;
  padding: 0;
  margin: 0;
  border: 0;
  outline: 0;
  color: #282525;
  font-size: 1.042vw;
  transition: all 0.5s ease-in-out;
  padding-top: 0.104vw;
}
@media (max-width: 1024px) {
  header .nav-logo .logo-icon .search-block .fa-magnifying-glass,
  header .nav-logo .logo-icon .search-block button {
    font-size: 1.367vw;
  }
}
header .nav-logo .logo-icon .search-block input {
  padding: 0;
  width: 0;
  border: 0;
  background: transparent;
  transition: all 0.5s ease-in-out;
  font-family: "Open Sans", sans-serif;
  font-size: 0.9375vw;
  font-weight: 500;
  line-height: 120%;
  color: #282525;
}
@media (max-width: 1024px) {
  header .nav-logo .logo-icon .search-block input {
    font-size: 1.27vw;
  }
}
header .nav-logo .logo-icon .search-block input:focus {
  outline: 0;
  box-shadow: none;
}
header .fa-user {
  width: 2.083vw;
  height: 2.083vw;
  display: flex;
  align-items: center;
  justify-content: center;
  background: #fcfdfd;
  color: #282525;
  border-radius: 2.604vw;
}
header .nav-logo,
header .logo {
  width: 30.521vw;
}


.footer {
  position: relative;
  z-index: 150;
  pointer-events: none;
  padding-bottom:65px;
}
.footer .content {
  width: 100%;
  margin-top: -6.6666666667vw;
  position: relative;
  z-index: -10;
  padding: 2.5vw 1.667vw 1.667vw;
  pointer-events: none;
}
.footer .content .footer-logo {
  margin-bottom: 3.333vw;
}
@media (max-width: 490px) {
  .footer .content .footer-logo {
    margin-bottom: 5.333vw;
  }
}
.footer .content .content-detail {
  display: flex;
  justify-content: space-between;
  margin-bottom: 3.333vw;
  pointer-events: auto;
}
@media (max-width: 768px) {
  .footer .content .content-detail {
    justify-content: space-around;
  }
}
.footer .content .content-detail .category {
  display: flex;
  flex-direction: column;
  align-items: flex-end;
  gap: 24px;
}
@media (max-width: 490px) {
  .footer .content .content-detail .category {
    gap: 16px;
  }
}
.footer .content .content-detail .category.category-1 {
  align-items: flex-start;
}
.footer .content .content-detail .category li {
  width: 15.1041666667vw;
  text-align: center;
}
@media (max-width: 490px) {
  .footer .content .content-detail .category li a {
    font-size: 12px;
  }
}
.footer .content .content-detail .category li a span {
  position: relative;
  display: flex;
  align-items: center;
  gap: 4px;
}
.footer .content .content-detail .category li a span::before {
  content: "";
  width: 0.417vw;
  height: 0.417vw;
  background: transparent;
  border-radius: 0.417vw;
  transition: all 0.5s ease-in-out;
}
.footer .content .content-detail .category li a:hover span::before {
  background: #978667;
}
.footer .content .content-detail .center-content .contact-list {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 6.25vw;
}
.footer .content .content-detail .center-content .contact-list li .icon-detail {
  display: flex;
  align-items: center;
  gap: 0.833vw;
  transition: all 0.5s ease-in-out;
  position: relative;
  cursor: pointer;
}
.footer .content .content-detail .center-content .contact-list li .icon-detail i {
  width: 48px;
  height: 48px;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 12px;
  border: 0.375px solid #bdbcbc;
  background: #fcfdfd;
  font-size: 1.25vw;
  color: #282525;
  transition: all 0.5s ease-in-out;
}
@media (max-width: 992px) {
  .footer .content .content-detail .center-content .contact-list li .icon-detail i {
    width: 36px;
    height: 36px;
    border-radius: 8px;
  }
}
@media (max-width: 768px) {
  .footer .content .content-detail .center-content .contact-list li .icon-detail i {
    font-size: 2vw;
  }
}
@media (max-width: 490px) {
  .footer .content .content-detail .center-content .contact-list li .icon-detail i {
    font-size: 3vw;
    width: 28px;
    height: 28px;
    border-radius: 5px;
  }
}
.footer .content .content-detail .center-content .contact-list li .icon-detail:hover {
  color: #978667;
}
.footer .content .content-detail .center-content .contact-list li .icon-detail:hover i {
  color: #282525;
}
.footer .content .bottom-text {
  text-align: center;
}
@media (max-width: 490px) {
  .footer .content .bottom-text p {
    font-size: 3.27vw;
  }
}

.hero-banner {
  position: relative;
  margin-bottom: 4.771vw;
  position: relative;
  z-index: 60;
}
.hero-banner .banner__slider {
  width: 100%;
  position: relative;
  max-height: 800px; /* Add maximum height */
}
@media (max-width: 1025px) {
  .hero-banner .banner__slider {
  }
}
@media (max-width: 490px) {
  .hero-banner .banner__slider {
  }
}
.hero-banner .banner__slider .slider {
  height: 100%;
  position: relative;
  margin: 0;
}

/* /////////// IMAGE ZOOM /////////// */
.rooms {
  position: relative;
  z-index: 50;
}
.rooms .content {
  background: #F1F5F8;
  width: 100%;
  position: relative;
  z-index: 50;
  padding: 2.083vw 1.6666666667vw;
  border-radius: 3.125vw 3.125vw 0 3.125vw;
}
.rooms .content .card-block {
  width: 100%;
  scrollbar-width: none;
}
@media (max-width: 1025px) {
  .rooms .content .card-block {
    overflow-y: scroll;
  }
}
.rooms .content .card-block::-webkit-scrollbar {
  display: none;
}
.rooms .content .card-block .cards {
  display: inline-flex;
  gap: 1.25vw;
}
@media (max-width: 490px) {
  .rooms .content .card-block .cards {
    gap: 3.265vw;
  }
}
.rooms .content .card-block .cards .card-item {
  width: 22.3958333333vw;
  border-radius: 1.5625vw;
  padding: 1.6666666667vw 1.25vw;
  background: #fcfdfd;
  overflow: hidden;
  position: relative;
}
@media (max-width: 1025px) {
  .rooms .content .card-block .cards .card-item {
    width: 26.953vw;
    padding: 2.344vw 1.563vw;
    border-radius: 1.953vw;
  }
}
@media (max-width: 768px) {
  .rooms .content .card-block .cards .card-item {
    width: 38.953vw;
  }
}
@media (max-width: 490px) {
  .rooms .content .card-block .cards .card-item {
    width: 73.061vw;
    padding: 4.898vw 3.265vw;
    border-radius: 5.953vw;
  }
}
.rooms .content .card-block .cards .card-item .card-image {
  position: relative;
  overflow: hidden;
}
.rooms .content .card-block .cards .card-item .card-image .card-price {
  width: 8.4375vw;
  height: 5.2604166667vw;
  background: url(../media/vector-shape/top-shape.png);
  background-position: 100%;
  background-size: cover;
  background-repeat: no-repeat;
  position: absolute;
  left: 0;
  top: 0;
  padding: 0.4166666667vw 0 0 0;
  z-index: 10;
}
@media (max-width: 768px) {
  .rooms .content .card-block .cards .card-item .card-image .card-price {
    width: 13.4375vw;
    height: 8.260417vw;
    background-position: top;
  }
}
@media (max-width: 490px) {
  .rooms .content .card-block .cards .card-item .card-image .card-price {
    width: 27.469vw;
    height: 14.184vw;
    background-position: top;
  }
}
.rooms .content .card-block .cards .card-item .card-image .corner-shape {
  transform: scale3d(0, 0, 1);
  transform-style: preserve-3d;
  position: absolute;
  width: 5vw;
  height: 5vw;
  right: -50px;
  bottom: -50px;
  z-index: 100;
  transition: all 0.5s ease-in-out;
}
@media (max-width: 768px) {
  .rooms .content .card-block .cards .card-item .card-image .corner-shape {
    right: 0px;
    bottom: 0px;
  }
}
@media (max-width: 490px) {
  .rooms .content .card-block .cards .card-item .card-image .corner-shape {
    width: 15vw;
    height: 14vw;
    right: -2px;
    bottom: -2px;
  }
}
.rooms .content .card-block .cards .card-item .card-image .icon {
  position: absolute;
  right: -50px;
  bottom: -50px;
  width: 2.9166666667vw;
  height: 2.9166666667vw;
  z-index: 250;
  transform: scale3d(0, 0, 1);
  transition: all 0.5s ease-in-out;
}
@media (max-width: 490px) {
  .rooms .content .card-block .cards .card-item .card-image .icon {
    width: 7.916667vw;
    height: 7.916667vw;
    right: 3px;
    bottom: 0px;
  }
}
.rooms .content .card-block .cards .card-item .card-image .card-image {
  width: 100%;
  border-radius: 1.5625vw;
}
@media (max-width: 490px) {
  .rooms .content .card-block .cards .card-item .card-image .card-image {
    border-radius: 5.102vw;
  }
}
.rooms .content .card-block .cards .card-item:hover .card-image .corner-shape {
  transform: scale3d(1, 1, 1);
  right: -2px;
  bottom: -2px;
}
.rooms .content .card-block .cards .card-item:hover .card-image .icon {
  transform: scale3d(1, 1, 1);
  right: 1px;
  bottom: 1px;
}

.rooms .btn-block {
  width: 31.354vw;
  margin-left: auto;
  padding: 1.563vw 1.667vw 1.563vw 0;
  display: flex;
  align-items: center;
  justify-content: end;
  margin-top: -1px;
  background: url(../media/bg-shape/right-corner-shape.png);
  background-position: 100%;
  background-repeat: no-repeat;
  background-size: cover;
}
@media (max-width: 490px) {
  .rooms .btn-block {
    width: 45.354vw;
    padding: 1.563vw 1.667vw 1.563vw 0;
  }
}
.rooms .btn-block .cus-btn.dark {
  padding: 1.5104166667vw 7.0833333333vw;
  background: #131110;
}
.rooms .btn-block .cus-btn.dark samp {
  font-family: "Open Sans", sans-serif;
  font-size: clamp(12px, 1.25vw, 16px);
  font-weight: 400;
  line-height: 150%;
}
@media (max-width: 1024px) {
  .rooms .btn-block .cus-btn.dark samp {
    letter-spacing: -0.025vw;
  }
}
@media (max-width: 490px) {
  .footer .content{
    margin-top: -20.666667vw;
  }
  .rooms .btn-block{
    background-position: 30px;
  }
  .rooms .btn-block .cus-btn.dark{
    padding:1.5104166667vw 4.083333vw;
  }
    .cus-btns{
        font-size:12px;
    }
    .sxa{
      margin-bottom:-45px;
    }
    .cat .content{
padding:1.083vw 1.6666666667vw;
    }
    .flax{
      padding:1.5104166667vw 2.083333vw;
    }
    .rsx{
      width: 27.354vw;
    }
}
@media (min-width: 880px) {
  .cat{
    margin-top: -52px;
  }
}  
/*# sourceMappingURL=app.css.map */
header {
  padding: 1.146vw 1.667vw;
  top: 4px;
  border: 1px solid #0000000a;
  position: fixed;
  left: 50%; /* Center horizontally */
  transform: translateX(-50%); 
  background-color: white;
  z-index: 55555555555555;
  border-radius: 59px;
  width: 95%;
  box-shadow: 0 4px 6px rgba(0, 0, 0, 0.1),
              0 -4px 6px rgba(0, 0, 0, 0.1);
  transition: box-shadow 0.3s ease-in-out;
}
header:hover {
  box-shadow: 0 8px 15px rgba(0, 0, 0, 0.2);
}

.image-section {
  width: 70%;
  display: flex;
  align-items: center;
  justify-content: center;
  overflow: hidden; /* Prevent overflow */
}

.image-section img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  max-height: 600px; /* Add maximum height for images */
}

/* Update mobile styles */
@media (max-width: 768px) {
  .banner__slider {
    max-height: 70vh;
  }

  .slide__content-wrapper {
    flex-direction: column;
  }

  .info-section, 
  .image-section {
    width: 100%;
  }

  .image-section {
    height: 300px; /* Limit height on mobile */
  }

  .image-section img {
    height: 300px;
  }
}

/* Ensure proper z-index stacking */
.hero-banner {
  position: relative;
  z-index: 1;
}

.page-content {
  position: relative;
  z-index: 2;
  background: #fff; /* Add background to prevent transparency issues */
}

.slide__content-wrapper {
  display: flex;
  flex-direction: row;
  width: 100%;
  height: 100%;
  position: relative;
  overflow: visible !important;
}

.info-section {
  width: 30%;
  padding: 20px;
  display: flex;
  flex-direction: column;
  justify-content: center;
}

.image-section {
  width: 70%;
  display: flex;
  align-items: center;
  justify-content: center;
  overflow: hidden;
}

.image-section img {
  width: 100%;
  height: auto; /* Let height adjust automatically */
  max-height: 100%; /* Don't exceed container height */
  object-fit: contain; /* Maintain aspect ratio without cropping */
}

/* Mobile adjustments */
@media (max-width: 768px) {
  .slide__content-wrapper {
    flex-direction: column;
  }

  .info-section, 
  .image-section {
    width: 100%;
  }

  .image-section {
    flex: 1; /* Take remaining space */
    min-height: 0; /* Allow shrinking */
  }

  .image-section img {
    max-height: 400px; /* Maximum height on mobile */
  }
}

/* Mobile-specific adjustments with higher specificity */
@media only screen and (max-width: 768px) {
  #smooth-wrapper{
    margin-top: 51px;
  }


  .slide__content-wrapper.slide__content-wrapper {
    height: 100% !important;
    flex-direction: column !important;
  }

  .info-section.info-section {
    width: 100% !important;
    height: auto !important;
    padding: 15px !important;
    flex-shrink: 0 !important;
  }

  .image-section.image-section {
    width: 100% !important;
    flex: 1 !important;
    min-height: 0 !important;
    max-height: 60vh !important;
  }

  .image-section.image-section img {
    width: 100% !important;
    height: 100% !important;
    object-fit: cover !important;
    max-height: 100% !important;
  }

  .info-section.info-section h1 {
    font-size: 1.5rem !important;
    margin-bottom: 10px !important;
  }

  .info-section.info-section h4 {
    font-size: 1rem !important;
    margin-bottom: 5px !important;
  }
  /* Mobile-specific fixes */
  /* Reset transforms and stacking for mobile */
  body, 
  html, 
  #smooth-wrapper, 
  #smooth-content {
    transform: none !important;
    transform-style: flat !important;
    -webkit-transform-style: flat !important;
    position: relative !important;
    height: auto !important;
  }

  /* Fix header for mobile */
  header {
    position: fixed !important;
    top: 8px !important;
    left: 50% !important;
    transform: translateX(-50%) !important;
    width: 90% !important;
    z-index: 999999 !important;
    background: white !important;
  }

  /* Enable proper mobile scrolling */
  body {
    touch-action: auto !important;
    -webkit-overflow-scrolling: touch !important;
    overflow-y: auto !important;
    height: auto !important;
    position: relative !important;
  }

  /* Reset any potential scroll blockers on mobile */
  #smooth-wrapper {
    position: relative !important;
    transform: none !important;
    height: auto !important;
    pointer-events: auto !important;
    overflow: visible !important;
  }

  #smooth-content {
    position: relative !important;
    transform: none !important;
    height: auto !important;
    pointer-events: auto !important;
    overflow: visible !important;
  }

  /* Ensure proper spacing below header on mobile */
}
header .mobile-header .sidebar{
  box-shadow: 0 4px 6px rgba(0, 0, 0, 0.05), 0 -4px 6px rgba(0, 0, 0, 0.05), 4px 0 6px rgba(0, 0, 0, 0.05), -4px 0 6px rgba(0, 0, 0, 0.05);
  border-radius: 23px;
  background-color: white;
  top: 50px !important; 
  display: none;
  left: 0px;
}
.text-block{
  color: #17191E;
}
@media (max-width: 768px) {
    
header .nav-logo,
header .logo {
  transform: translateY(-25%);  /* Shifts the element up by 50% of its height */
  width: 25vw;
}
.sample-text{
  font-size: 2.9vw;
}


}
