body {
    margin: 0;
    height: 100vh;
    background-color: #0e1e2f;
}
.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: #0e1e2f;
    box-shadow: 1px 0px 18px 7px #a3b6cb8a;
    background: #0e1e2f !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;
    margin-left: auto;
    margin-right: auto;
    margin-bottom: 30px;
    display: flex;
}
.menu-option {
    display: flex;
    cursor: pointer;
    margin-top: 35px;
}
.menu-option.back img {
    margin: auto;
    width: 250px;
}
.menu-option.back .text {
    width: 100%;
    align-content: center;
    padding-left: 20px;
    font-size: 51px;
    font-weight: bold;
    color: #FFF;
    text-shadow: 6px 2px 3px #a3b6cb8a;
}
.menu-option.flag img {
    display: none;
    margin: auto;
    width: 50px;
    margin-left: 30px;
    border-radius: 50%;
    border: 6px solid #fdfdfdd4;
}
.menu-option.flag img.show {
    display: block;
}
.menu-option.flag .text {
    width: 100%;
    align-content: center;
    padding-left: 20px;
    font-size: 51px;
    font-weight: bold;
    color: #FFF;
    text-shadow: 6px 2px 3px #a3b6cb8a;
}

.lang-modal,
.map-modal,
.location-modal {
    display: none;
    position: fixed;
    z-index: 9999;
    width: 100%;
    height: 100vh;
    background-color: #060f1ae0;
}
.lang-modal.show,
.map-modal.show,
.location-modal.show {
    display: block;
}
.lang-modal .lang-modal-box,
.map-modal .map-modal-box,
.location-modal .location-modal-box {
    position: relative;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    width: 100%;
}
.lang-modal .lang-modal-box ul,
.map-modal .map-modal-box ul,
.location-modal .location-modal-box ul {
    list-style-type: none;
    text-align: center;
}
.lang-modal .lang-modal-box ul li,
.map-modal .map-modal-box ul li,
.location-modal .location-modal-box ul li {
    width: 200px;
    margin: auto;
    padding-bottom: 32px;
}
.lang-modal .lang-modal-box ul li .lang-btn,
.map-modal .map-modal-box ul li .map-btn,
.location-modal .location-modal-box ul li .location-btn {
    cursor: pointer;
    display: flex;
}
.lang-modal .lang-modal-box ul li .lang-btn img,
.map-modal .map-modal-box ul li .map-btn img,
.location-modal .location-modal-box ul li .location-btn img {
    width: 42px;
    height: 42px;
    margin-right: 17px;
}
.lang-modal .lang-modal-box ul li .lang-btn img.close,
.map-modal .map-modal-box ul li .map-btn img.close,
.location-modal .location-modal-box ul li .location-btn img.close {
    width: 170px;
    height: 64px;
    margin-top: 39px;
    margin-right: 0;
    border-radius: 10px;
    border: 2px solid #ffffff40;
}
.location-modal .location-modal-box ul li .location-btn #close-btn-2-en_US {
    display: block;
}
.lang-modal .lang-modal-box ul li .lang-btn .lang-text,
.map-modal .map-modal-box ul li .map-btn .map-text,
.location-modal .location-modal-box ul li .location-btn .location-text {
    color: #FFF;
    font-size: 26px;
    letter-spacing: 2px;
    padding: 6px;
}


.content {
    width: 100%;
    height: 100vh;
    background: #FFF !important;
    /* background: linear-gradient(133deg, #fff4de 30%, #ffead1 90%) !important; */
}
.head-box {
    display: flex;    
}
.head-box .head-lang {
    display: none;    
}
.head-box .text {
    color: #0e1e2f;
    align-content: center;
    margin-right: auto;
    padding: 0 65px;
    font-size: 40px;
}
.head-box h1 {
    font-size: 55px;
    margin-top: 20px;
}
.head-box p {
    color: #0e1e2f;
    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;
}
.head-box-card {
    display: flex;
    width: 100%;
}
.head-box-card img {
    display: none;
}
.head-box .menu-option.flag {
    margin-top: 48px;
    margin-right: 45px;
}
.head-box .menu-option.flag img{
    width: 80px;
}
.hotels-box {
    padding: 10px 0;
    overflow: auto;
    height: calc(100vh - 300px);
    max-width: 1760px;
    margin: auto;
}
.hotels-box::-webkit-scrollbar {
    width: 20px;
    transition: 0.3s;
    border-radius: 15px;
}
.hotels-box::-webkit-scrollbar-track {
    background: transparent;
}
.hotels-box::-webkit-scrollbar-thumb {
    background: #ff3131;
    border-radius: 15px;
}
.hotels-box::-webkit-scrollbar-thumb:hover {
    background: #0e1e2f;
    border-radius: 15px;
}
.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 #a3b6cb8a;
}
.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: #0e1e2f !important;
    background: linear-gradient(141deg, #fffffff2 30%, #f0c9a5f2 90%) !important;
    transform: translate(-50%, -50%);
    box-shadow: 2px 3px 11px 2px #a3b6cb8a;
}

.distance-card {
    color: #ff3131;
    position: absolute;
    background-color: #0e1e2f;
    padding: 8px 15px;
    font-size: 30px;
    border-radius: 15px;
    font-weight: 600 !important;
    letter-spacing: 3px;
    top: 19px;
    left: 25px;
}
.best-price-card {
    color: #ffffff;
    position: absolute;
    background-color: #7e0000;
    padding: 7px 13px;
    font-size: 16px;
    border-radius: 8px;
    font-weight: 600 !important;
    letter-spacing: 1px;
    top: 19px;
    right: 22px;
}
.best-price-card .text {
    font-size: 10px;
    position: relative;
    top: -2px;
}

/* 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: #ff3131;
    border-bottom: 2px solid #ff3131;
}
.tab-menu ul li:hover {
    opacity: 0.4;
    color: #ff3131;
}


.back-btn {
    display: none;
}
.back-btn.show {
    display: block;
}
.close-btn {
    display: none;
}
.close-btn.show {
    display: block;
}


/* 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;
} */

#passkey {
    width: 100%;
    height: 90px;
    padding: 12px;
    color: #ff3457;
    font-size: 36px;
    letter-spacing: 10px;
    background-color: #00000069;
    border: 1px solid #364456;
}

@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: #0e1e2f !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: #0e1e2f;
    } */
    .head-box .head-lang {
        display: block;    
    }
    .top-bar .menu-option.flag img {
        width: 80px;
        margin-left: 48px;    
    }
    .top-bar img {
        width: 400px;
        margin: 25px;
    }
    .top-banner {
        display: block;
        padding-top: 15px;
        padding-bottom: 15px;
    }
    .head-box .text {
        padding: 0 30px;
        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;
    }
    .head-box-card img {
        display: block;
        margin-left: 40px;
        margin-top: 19px;
        padding: 10px;
        border-radius: 15px;
        background-color: #0e1f2f;
    }
    .hotels-box {
        height: calc(100vh - 725px);
    }
    .hotels {
        margin-left: 12px;
        margin-right: 12px;
    }
}