body {
    margin: 0;
    height: 100vh;
    background-color: #5946482e;
}
.kiosk-ui {
    display: flex;
    height: 100vh;
    max-height: 1240px;
    max-width: 2560px;
    margin: auto;
    background-color: #ffead1;
}

.top-bar {
    display: none;
}
.logo {
    height: 130px;
    padding: 10px 25px 0;
}
.logo img {
    width: 100%;
    /* filter: brightness(9); */
}

.top-banner {
    display: none;
}
.top-banner .logo {
    text-align: center;
}
.top-banner .logo img {
    width: 450px;
    padding: 30px;
}


.sidebar {
    z-index: 9;
    width: 450px;
    height: 100vh;
    display: grid;
    background-color: #f99d49;
    box-shadow: 1px 0px 18px 7px #3d3b3b45;
    background: #594648 !important;
}
.sidebar .logo {
    height: 130px;
    padding: 10px 25px 0;
}
.sidebar .logo img {
    width: 100%;
}
.sidebar .banner {
    display: grid;
    height: 100%
}


.menu {
    color: #000;
    height: 130px;
    margin-top: auto;
}
.menu-option {
    display: flex;
    cursor: pointer;
    margin-top: 35px;
}
.menu-option img {
    margin: auto;
    width: 250px;
}
.menu-option .text {
    width: 100%;
    align-content: center;
    padding-left: 20px;
    font-size: 51px;
    font-weight: bold;
    color: #FFF;
    text-shadow: 6px 2px 3px #84360061;
}


.content {
    width: 100%;
    height: 100vh;
    background: #FFF !important;
    /* background: linear-gradient(133deg, #fff4de 30%, #ffead1 90%) !important; */
}
.head-box {
    display: flex;    
}
.head-box .text {
    color: #643232;
    align-content: center;
    margin-right: auto;
    padding: 0 65px;
    font-size: 40px;
}
.head-box h1 {
    margin-top: 20px;
}
.head-box p {
    color: #643232;
    align-content: center;
    margin: 0;
    margin-top: -33px;
    font-size: 32px;
}
.head-box .qr-code {
    display: flex;
    margin-right: 70px;
}
.head-box .qr-code p {
    margin: 0;
    width: 72px;
    line-height: 26px;
    font-size: 18px;
    letter-spacing: 0px;
    padding-right: 0px;
    font-weight: 500;
    color: #000000;
    align-content: center;
}
.head-box .qr-code img {
    width: 170px;
    height: 170px;
}
.hotels-box {
    padding: 10px 0;
    overflow: auto;
    height: calc(100vh - 250px);
    max-width: 1760px;
    margin: auto;
}
.hotels {
    display: flex;
    flex-wrap: wrap;
    text-align: center;
    margin-top: 10px;
}
.hotel {
    /* flex: 0 0 25%;
    max-width: 25%; */
    flex: 0 0 33.333333%;
    max-width: 33.333333%;
}
.hotel .hotel-card {
    padding: 10px 0;
    text-align: center;
    position: relative;
    cursor: pointer;
}
.hotel .hotel-card img {
    width: 94%;
    border-radius: 20px;
    box-shadow: 5px 4px 20px 0px #6b6a6a5c;
}
.hotel .hotel-card .hotel-name {
    left: 50%;
    bottom: 12px;
    margin: auto;
    padding: 12px 20px;
    font-size: 24px;
    font-weight: 900;
    text-transform: uppercase;
    width: 429px;
    position: absolute;
    letter-spacing: 1px;
    line-height: 24px;
    border-radius: 20px;
    background-color: #ffffffe3;
    background: #f99d49 !important;
    background: linear-gradient(141deg, #fffffff2 30%, #f0c9a5f2 90%) !important;
    transform: translate(-50%, -50%);
    box-shadow: 2px 3px 11px 2px #00000061;
}

/* Tab Menu */
.tab-menu {
    display: flex;
    padding: 0;
    width: 100%;
}
.tab-menu ul {
    display: flex;
    list-style-type: none;
    padding: 0;
    padding-top: 20px;
    margin: 10px auto;
    font-size: 22px;
    letter-spacing: 3px;
    color: #643232;
}
.tab-menu ul li {
    color: #643232;
    font-weight: 500;
    transition: 0.3s;
    cursor: pointer;
    padding: 10px 15px;
}
.tab-menu ul li.active {
    color: #a87d24;
    border-bottom: 2px solid #ab812b;
}
.tab-menu ul li:hover {
    opacity: 0.4;
    color: #a87d24;
}


/* FONT */
.montserrat {
  font-family: "Montserrat", sans-serif;
  font-optical-sizing: auto;
  font-weight: 300;
  font-style: normal;
}



/* Slider */
.sidebar .slider-container {
    width: 90%;
    margin: auto;
    height: 800px;
    overflow: hidden;
    position: relative;
    border-radius: 20px;
    box-shadow: 0 0 10px rgb(0 0 0 / 20%);
}
.sidebar .slider {
  display: flex;
  flex-direction: column;
  transition: transform 0.4s ease-in-out;
}
.sidebar .slider img {
  width: 100%;
  height: 800px;
  object-fit: cover;
}

.top-banner .slider-container {
    width: 95%;
    margin: auto;
    height: 400px;
    overflow: hidden;
    position: relative;
    border-radius: 20px;
    box-shadow: 0 0 10px rgb(0 0 0 / 20%);
}
.top-banner .slider {
  display: flex;
  flex-direction: column;
  transition: transform 0.4s ease-in-out;
}
.top-banner .slider img {
  width: 100%;
  height: 400px;
  object-fit: cover;
}

/* .nav {
  position: absolute;
  width: 100%;
  height: 40px;
  background: rgb(0 0 0 / 17%);
  color: white;
  border: none;
  font-size: 20px;
  cursor: pointer;
  z-index: 1;
}
.up {
  top: 0;
}
.down {
  bottom: 0;
} */


/* Booking */
.booking-engine {
    height: 100vh;
    max-height: 100vh;
    overflow: auto;
}
/* .booking-engine .sf-content{
    zoom: 1.2;
} */



@media (max-width: 1715px) {
    .logo {
        height: 130px;
    }
    .menu {
        height: 130px;
    }
    .menu-option img {
        width: 200px;
    }
    .sidebar {
        width: 340px;
    }
    .content {
        width: calc(100% - 340px);
    }
}
@media (max-width: 1500px) {
    .sidebar {
        width: 240px;
    }
    .slider-container {
        border-radius: 0;
    }
    .content {
        width: calc(100% - 239px);
    }
}
@media (max-width: 1499px) {
    .kiosk-ui {
        height: auto;
        display: inline-grid;
    }
    .sidebar {
        display: none;
    }
    .content {
        width: 100vw;
    }
}
@media (max-width: 1050px) {
    .tab-menu ul {
        display: block;
        text-align: center;
    }
    .tab-menu ul li {
        margin-bottom: 10px;
    }
    .head-box .qr-code {
        display: none;
    }
    .hotels-box { 
        height: 100%;
    }
    .head-box .text {
        text-align: center;
        margin-top: 50px;
        margin-bottom: 30px;
    }
    .hotel {
        flex: 0 0 100%;
        max-width: 100%;
    }
}
@media (max-width: 768px) {
    .kiosk-ui {
        display: grid;
    }
    .top-bar {
        display: block;
        text-align: center;
        padding: 10px;
        background: #594648 !important;
        /* background: linear-gradient(133deg, #f99d49 30%, #ffb942 90%) !important; */
    }
    .top-bar img {
        width: 200px;
        /* filter: brightness(9); */
    }
    .head-box .text {
        padding: 0;
        font-size: 20px;
        margin-right: auto;
        margin-left: auto;
        margin-bottom: 5px;
    }
    .head-box p {
        font-size: 20px;
        padding: 18px;
        padding-bottom: 0;
    }
    .sidebar {
        order: 2;
        display: block;
        height: auto;
        width: 100%;
        background: transparent !important;
        box-shadow: none;
        padding-top: 20px;
        padding-bottom: 50px;
    }
    .sidebar .logo,
    .sidebar .menu {
        display: none;
    }
    .content {
        height: auto;
    }
    .hotel .hotel-card img {
        border-radius: 20px;
    }
    .booking-engine .sf-content{
        zoom: 1;
    }
}
@media (max-height: 1128px) {
    .slider-container {
        width: auto;
        height: 600px;
    }
    .slider img {
        width: 100%;
        height: 735px;
        object-fit: inherit;
    }
}
@media (min-width: 1049px) {
    body {
        overflow: hidden;
    }
}


@media (min-height: 1800px) {
    .hotel {
        flex: 0 0 50%;
        max-width: 50%;
    }
    /* .top-bar {
        width: 101%;
        display: block;
        text-align: center;
        background-color: #594648;
    } */
    .top-bar img {
        width: 400px;
        margin: 25px;
    }
    .top-banner {
        display: block;
        padding-top: 15px;
        padding-bottom: 15px;
    }
    .head-box .text {
        padding: 0 50px;
        font-size: 30px;
        text-align: left;
    }
    .head-box .text h1 {
        padding-bottom: 12px;
    }
    .head-box .text p {
        font-size: 35px;
    }
    .head-box .qr-code {
        display: flex;
        font-size: 35px;
        margin-top: 15px;
        text-align: right;
        margin-right: 50px;
    }
    .head-box .qr-code img {
        width: 170px;
        height: 170px;
    }
    .head-box .qr-code p {
        width: 88px;
        font-size: 19px;
        padding-top: 0;
        padding-right: 15px;
        padding-bottom: 18px;
        letter-spacing: 1px;
        line-height: 27px;
        text-align: right;
    }
    .hotels-box {
        height: calc(100vh - 725px);
    }
    .hotels {
        margin-left: 12px;
        margin-right: 12px;
    }
}