body {
  --color-black: #141414;
  --color-white: #fff;
  --color-tickle-pink: #fcd;
  --color-orchid-pink: #ff7faa;
  --color-aqua: #7fffd4;
  --color-aero-blue: #cfe;
}

.rooms {
  width: 100%;
  height: 200vh;
  position: relative;
  overflow: hidden;
}

.room-hero-img {
  width: 100vw;
  height: 100vh;
}

.room-hero-img img {
  object-fit: cover;
  width: 100vw;
  height: 100vh;
}

.room-hero-overlay {
  z-index: 1;
  background-color: #14141452;
  width: 100vw;
  height: 100vh;
  position: absolute;
}

.room-title {
  text-transform: uppercase;
  z-index: 2;
  width: 100%;
  font-size: 15vh;
  font-weight: 400;
  position: absolute;
  top: 37.5%;
  left: 58%;
  transform: translate(-50%, -50%);
}

.room-title:after {
  content: "";
  background-color: var(--color-white);
  width: 35%;
  display: block;
}

.roomsWrapper-room {
  margin-top: 20vh;
}

.image-slider-room {
  z-index: 0;
  width: 100%;
  height: 130vh;
  margin: 0 auto;
  padding: 0;
}

.image-slide-room {
  background-size: cover;
  height: 65vh;
  margin: 0 auto;
}

.slick-slide.slick-center {
  transition: transform .8s cubic-bezier(.84, 0, .08, .99) 1.4s;
  transform: scale(1.2);
}

.slick-slide {
  transition: transform .7s cubic-bezier(.84, 0, .08, .99);
}

.slider-control-room {
  z-index: 2;
  margin: 0%;
  display: flex;
  position: absolute;
  bottom: -1%;
  right: 0;
  transform: translate(-50%, -50%);
}

.slider-control-room button {
  color: #fff;
  -o-transition: all .3s ease;
  background: none;
  border: .0520833vw solid #ffffff4d;
  border-radius: 50%;
  margin: .4em;
  padding: 1.2vw;
  font-size: .833333vw;
  transition: all .3s;
  display: inline-block;
}

.slider-control-room button:focus {
  outline: none;
}

.slider-control-room button i {
  -o-transition: all .3s ease;
  transition: all .3s;
}

.slider-control-room button:hover {
  transform: scale(1.25);
}

.slider-control-room button:hover i {
  transform: scale(1.5);
}

.block-1 {
  z-index: 1;
  background: #141414;
  width: 10%;
  height: 100vh;
  position: absolute;
  left: 0%;
}

.block-2 {
  z-index: 1;
  background: #141414;
  width: 10%;
  height: 66vh;
  position: absolute;
  left: 41%;
}

.block-3 {
  z-index: 1;
  background: #141414;
  width: 2%;
  height: 100vh;
  position: absolute;
  right: 0%;
}

.text-slider-wrapper-room {
  z-index: 2;
  width: 100%;
  position: absolute;
  top: 32.5%;
}

.text-slider-room {
  height: 100vh;
  margin: 0%;
  padding: 0%;
  position: relative;
}

.room-desc {
  flex-direction: column;
  justify-content: center;
  align-items: center;
  gap: 15vh;
  width: 100vw;
  height: 130vh;
  padding-bottom: 10vh;
  padding-left: 5vw;
  display: flex;
}

.room_short_desc {
  text-align: center;
  width: 50%;
  margin-top: 0;
  margin-bottom: 10vh;
  font-size: 1vw;
}

.room_service_box {
  flex-direction: column;
  align-items: center;
  gap: 2.5vh;
  display: flex;
}

.room_service_box .room_service_icon {
  color: var(--color-white);
}

.room_service_box span {
  text-align: center;
  font-size: 1vw;
}

.room_services_container {
  justify-content: center;
  align-items: center;
  gap: 25vh;
  display: flex;
}

@media screen and (device-width <= 767px) and (orientation: portrait) {
  html {
    overflow-x: hidden;
  }

  .headerNavBar {
    display: none;
  }

  .open_mobile_nav {
    opacity: 1;
    display: block;
  }

  .room-title {
    font-size: 18vw;
    top: 42%;
    left: 52.5%;
  }

  .rooms {
    height: 180vh;
  }

  .image-slider-room {
    width: 200vw;
    height: 50vh;
  }

  .image-slide-room {
    height: 50vh;
    margin: 0 auto;
  }

  .block-1 {
    z-index: 1;
    background: #141414;
    width: 13%;
    height: 55vh;
    position: absolute;
    left: 0%;
  }

  .block-2 {
    z-index: 1;
    background: #141414;
    width: 0%;
    height: 55vh;
    position: absolute;
    left: 41%;
  }

  .block-3 {
    z-index: 1;
    background: #141414;
    width: 12.5%;
    height: 60vh;
    position: absolute;
    right: 0%;
  }

  .slider-control-room {
    z-index: 2;
    gap: 5vw;
    margin: 0%;
    display: flex;
    position: absolute;
    bottom: 0%;
    left: 42%;
    transform: translate(-50%, -50%);
  }

  .slider-control-room button {
    border: .0820833vw solid #ffffff4d;
    padding: 1.75vw;
    transform: scale(1.75);
  }

  .slider-control-room button i, .slider-control-room button:hover, .slider-control-room button:hover i {
    transform: scale(1.75);
  }

  .room-desc {
    padding-left: 0;
  }

  .room_short_desc {
    width: 75%;
    margin-top: 10vh;
    margin-bottom: 10vh;
    font-size: 3vw;
  }

  .room_services_container {
    justify-content: center;
    align-items: center;
    gap: 5vh;
    display: flex;
  }

  .room_service_box img {
    object-fit: cover;
    width: 12.5vw;
  }

  .room_service_box span {
    text-align: center;
    font-size: 2vw;
  }

  footer h6 {
    margin-left: 10vw;
    font-size: 3vw;
  }

  .footerNav {
    grid-gap: 2.5vh;
    grid-template-columns: 7.5vw 7.5vw;
    margin-left: 7.5vw;
    display: grid;
  }

  .footerNav a {
    font-size: 2.5vw;
  }

  .footerSocial {
    gap: 8vw;
    font-size: 2.5vw;
    left: 10vw;
  }

  .footerEnd {
    width: 70%;
    margin-left: 7.5vw;
    font-size: 2.15vw;
  }
}

@media screen and (device-width >= 768px) and (device-width <= 1024px) and (orientation: portrait) {
  html {
    overflow-x: hidden;
  }

  .headerNavBar {
    gap: 7%;
    width: 8vw;
    height: 100vh;
    top: 50%;
  }

  .socialsDiv {
    font-weight: light;
    font-size: 1.2vw;
    bottom: 7.5%;
  }

  .navBookBtn {
    width: 8.55vw;
    height: 9vw;
    top: 0%;
  }

  .navBookBtn .navBookText {
    font-size: 1.75vw;
  }

  .navMenuBg {
    width: 4.8vw;
    height: 4.8vw;
  }

  .openMenu {
    width: 4.5vw;
    height: 4.5vw;
  }

  .openMenu span {
    border-radius: .651042vw;
    height: .75vh;
    margin: .35vh 0;
  }

  .headerRoomIcon, .headerLocationIcon {
    transform: scale(1.75);
  }

  .modalContainer {
    width: 44vw;
  }

  .modal_heading {
    width: 40vw;
    height: 20vh;
    margin: 3vh 0 2vh;
  }

  .modal_title {
    font-size: 3vw;
  }

  .modal_box {
    z-index: 20;
    width: 40vw;
    margin-top: 5vh;
    padding-top: 2vh;
    padding-bottom: 2vh;
  }

  .modal_box h6 {
    font-size: 2.25vw;
  }

  .modal_box a {
    margin-top: 3vh;
    font-size: 1.75vw;
  }

  .modal_box img {
    object-fit: cover;
    width: 40vw;
    height: 40vh;
    margin-top: 2.5vh;
  }

  .locationModalMap {
    width: 40vw;
    height: 60vh;
  }

  .modal_box p {
    font-size: 2vw;
  }

  .icon-link {
    width: 5vw;
    height: 5vw;
    font-size: 2.5vw;
  }

  .menu-grid-2 ul {
    font-size: 4.5vw;
  }

  .menu-grid-2 .link {
    height: 4.5vw;
  }

  .menu-grid-2 .mask {
    height: 2.75vw;
  }

  .menu-grid-2 .title {
    font-size: 3.25vw;
  }

  .menu-grid-2 .title span {
    padding-right: 2vw;
    font-size: 2vw;
  }

  .menu-grid-3 {
    gap: 15vh;
    font-size: 2.75vw;
  }

  .headerNavHover {
    display: none;
  }

  .rooms {
    width: 100%;
    height: 180vh;
    position: relative;
    overflow: hidden;
  }

  .image-slider-room {
    width: 100%;
    height: 60vh;
    margin: 0 auto;
    padding: 0;
  }

  .image-slide-room {
    background-size: cover;
    height: 50vh;
    margin: 0 auto;
  }

  .block-2 {
    width: 10%;
    height: 60vh;
    left: 37.5%;
  }

  .block-3 {
    background: #141414;
    width: 3%;
    height: 60vh;
    right: 0;
  }

  .slider-control-room {
    z-index: 2;
    margin: 0%;
    display: flex;
    position: absolute;
    bottom: 0%;
    right: 0;
    transform: translate(-50%, -50%);
  }

  .slider-control-room button {
    color: #fff;
    background: none;
    border: .075vw solid #ffffff4d;
    margin: .35em;
    padding: 1.5vw;
    font-size: 1.5vw;
  }

  .slider-control-room button:hover, .slider-control-room button:hover i {
    transform: scale(1);
  }

  .room_short_desc {
    width: 50%;
    font-size: 2vw;
  }

  .room_services_container {
    justify-content: center;
    align-items: center;
    gap: 7.5vh;
    display: flex;
  }

  .room_service_box span {
    text-align: center;
    font-size: 1.5vw;
  }

  footer {
    background-color: #181818;
    grid-template-columns: 1fr 1fr;
    width: 100vw;
    height: 100%;
    padding-top: 5vh;
    padding-bottom: 5vh;
    display: grid;
    position: relative;
  }

  footer h6 {
    font-size: 2.25vw;
  }

  .footerNav {
    grid-gap: 1.5vh;
    grid-template-columns: 7.5vw 7.5vw;
    margin-left: 7.5vw;
    display: grid;
  }

  .footerNav a, .footerSocial a {
    font-size: 1.75vw;
  }

  .footerEnd {
    font-size: 1.25vw;
  }
}

/*# sourceMappingURL=deluxe_room.9a5f62bc.css.map */
