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

  .headerNavBar {
    display: none;
  }

  .open_mobile_nav {
    display: block;
  }

  .headerLogo {
    top: -20vw;
    right: -17.5vw;
    transform: scale(.6);
  }

  .headerHeroheading {
    gap: 5vh;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
  }

  .headerHeroheading h6 {
    text-align: center;
    font-size: 3vw;
    font-weight: normal;
    display: block;
  }

  .headerHeroheading h6:after, .large_Heading_h2 {
    display: none;
  }

  .small_Heading_h2 {
    text-align: center;
    width: 100vw;
    padding: 0 2.5vw;
    font-size: 12vw;
    display: block;
  }

  .headerHeroheading p {
    text-align: center;
    width: 75vw;
    margin: 0 auto;
    font-size: 3vw;
  }

  .headerQuickNavbar {
    gap: 15vw;
    bottom: 5%;
    left: 47.5%;
    transform: translate(-50%, -50%);
  }

  .headerQuickNavbar div {
    font-size: 3vw;
  }

  .headerQuickNavbar div span {
    display: none;
  }

  .headerQuickNavbar div:hover:before {
    width: 2vw;
  }

  .aboutUs_Section {
    padding-top: 10vh;
    padding-left: 10vw;
  }

  .aboutUs-heading {
    width: 65%;
    font-size: 8vw;
  }

  .aboutUs-detail {
    width: 60%;
    margin-left: 20vw;
    font-size: 3vw;
  }

  .abt_small_img {
    display: block;
  }

  .abt_large_img {
    display: none;
  }

  .aboutUs-imgContainer {
    flex-direction: column;
    gap: 5vh;
    height: 100%;
    margin-top: 15vh;
    display: flex;
  }

  .aboutImgAnim1-container, .about_subImgContainer .aboutImgAnim1, .about_subImgContainer .aboutImgAnim2 {
    width: 40vw;
    height: 30vh;
  }

  .aboutImgAnim3 {
    object-fit: cover;
    width: 82vw;
  }

  .aboutServices {
    gap: 10vh;
    margin-top: 15vh;
  }

  .servicesTitle h5 {
    font-family: sudregular;
    font-size: 8vw;
    font-weight: normal;
  }

  .servicesBox {
    grid-gap: 7.5vh;
    grid-template-columns: 1fr 1fr;
    padding-top: 0;
    display: grid;
  }

  .serviceBox {
    flex-direction: column;
    gap: 2vh;
    display: flex;
  }

  .serviceNum img {
    width: 20%;
  }

  .serviceTitle {
    margin-top: -1vh;
    font-family: radikalregular;
    font-size: 4vw;
    font-weight: normal;
  }

  .serviceBox p {
    text-align: left;
    width: 80%;
    font-size: 2vw;
  }

  .roomsHeading {
    flex-direction: column;
    gap: 8vh;
    padding: 20vh 0 15vh 10vw;
    display: flex;
  }

  .roomsTitle {
    font-size: 8vw;
  }

  .roomsText {
    width: 65%;
    margin-left: 15vw;
    font-size: 3vw;
  }

  .roomsSection {
    width: 100%;
    height: 50vh;
    position: relative;
    overflow: hidden;
  }

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

  .image-slide {
    filter: brightness(90%);
    height: 50vh;
    margin: 0 auto;
  }

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

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

  .block-2 {
    z-index: 1;
    background: #141414;
    width: 22.5%;
    height: 50vh;
    position: absolute;
    left: 25%;
  }

  .block-3 {
    z-index: 1;
    background: #141414;
    width: 5%;
    height: 50vh;
    position: absolute;
    right: 8%;
  }

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

  .text-slide h1 {
    text-transform: uppercase;
    padding-left: 2.5%;
    font-size: 5vw;
    font-weight: lighter;
  }

  .text-slide h6 {
    text-align: left;
    flex-direction: column;
    gap: 2.5vh;
    margin-top: 5%;
    margin-left: 7.5%;
    font-family: radikalregular;
    font-size: 3vw;
    font-weight: normal;
    position: relative;
  }

  .text-slide a {
    z-index: 1;
  }

  .slider-control {
    display: none;
  }

  .diningSection {
    flex-direction: column;
    gap: 5vh;
    width: 100vw;
    height: 100%;
    padding: 20vh 0;
    display: flex;
  }

  .diningTitle {
    padding-left: 10vw;
    font-size: 8vw;
  }

  .diningModalTitle {
    font-size: 4.25vw;
  }

  .diningModalHeading {
    flex-direction: column;
    justify-content: space-between;
    align-items: flex-start;
    gap: 5vh;
    display: flex;
  }

  .diningModalHeading span {
    text-align: left;
    width: 80%;
    font-size: 3vw;
  }

  .diningNav a {
    color: var(--color-white);
    padding-right: 6vw;
    font-size: 3.5vw;
    text-decoration: none;
    position: relative;
  }

  .diningModal img {
    object-fit: cover;
    width: 92.5%;
    height: 50vh;
    margin-top: 5vh;
  }

  .gallerySection {
    grid-gap: 10vh;
    grid-template-columns: 1fr;
    width: 100vw;
    height: 100%;
    display: grid;
  }

  .galleryHeroDiv {
    gap: 2vw;
  }

  .galleryHeroImg img {
    object-fit: cover;
    width: 50vw;
    height: 45vh;
  }

  .galleryImgDiv img {
    object-fit: cover;
    width: 45vw;
  }

  .galleryTitle {
    font-family: sudregular;
    font-size: 10vw;
    position: absolute;
    bottom: 1vh;
    left: 2vw;
  }

  .galleryImgDetail {
    padding-left: .5vw;
    font-size: 2.25vw;
  }

  .galleryContainer {
    grid-gap: 5vh;
    grid-template-columns: 1fr 1fr;
    display: grid;
  }

  .contactSection {
    padding-top: 20vh;
    padding-left: 10vw;
  }

  .contactTitle {
    letter-spacing: .2vw;
    font-family: sudregular;
    font-size: 8vw;
    font-weight: normal;
  }

  .contactSection .locationMap {
    width: 77.5vw;
    height: 60vh;
    margin-top: 10vh;
  }

  .contactDetails {
    flex-direction: column;
    gap: 10vh;
    padding: 15vh 10vw 15vh 0;
    display: flex;
  }

  .contactDetails div {
    grid-gap: 3vh;
    grid-template-columns: 1fr;
    display: grid;
  }

  .contactDetails div .contactDetailsTitle {
    font-size: 4vw;
  }

  .contactDetails div h6 {
    text-align: left;
    grid-template-columns: 1fr 1fr;
    font-size: 3vw;
    font-weight: normal;
    display: grid;
  }

  .contactDetails div:first-of-type p {
    width: 100%;
    font-size: 3vw;
  }

  .contactDetails div:nth-of-type(2) div, .contactDetails div:nth-of-type(3) div {
    flex-direction: column;
    gap: .5vh;
    margin-top: 0;
    display: flex;
  }

  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 only screen and (width >= 321px) and (device-width <= 767px) and (orientation: landscape) {
  html {
    overflow-x: hidden;
  }

  .headerLogo {
    top: -12.5vw;
    right: -10.5vw;
    transform: scale(.6);
  }

  .headerNavHover {
    display: none;
  }
}

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

  .headerLogo {
    top: -4vw;
    right: 0;
    transform: scale(1);
  }

  .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;
  }

  .headerHeroheading {
    gap: 4vh;
    top: 52.5%;
    left: 15.5vw;
  }

  .large_Heading_h2 {
    font-size: 7.5vw;
  }

  .headerHeroheading p {
    width: 80%;
    font-size: 2vw;
  }

  .headerQuickNavbar {
    gap: 12.5vw;
    position: absolute;
    bottom: 20vw;
    left: 15.5vw;
  }

  .headerQuickNavbar div {
    font-size: 2vw;
  }

  .aboutUs_Section {
    padding-top: 17.5vh;
    padding-left: 13.5vw;
  }

  .aboutUs-heading {
    font-size: 5vw;
  }

  .aboutUs-detail {
    width: 55%;
    margin-left: 25vw;
    font-size: 2.25vw;
  }

  .aboutImgAnim1-container {
    width: 40vw;
    height: 45vh;
  }

  .about_subImgContainer .aboutImgAnim1 {
    object-fit: cover;
    width: 40vw;
    height: 45vh;
  }

  .about_subImgContainer .aboutImgAnim2 {
    object-fit: cover;
    width: 40vw;
    height: 35vh;
  }

  .aboutImgAnim3 {
    object-fit: cover;
    width: 82.5vw;
    height: 40vh;
  }

  .servicesTitle h5 {
    font-size: 5vw;
  }

  .servicesBox {
    grid-gap: 10vw;
    grid-template-columns: 1fr 1fr;
    padding-top: 0;
  }

  .serviceNum img {
    width: 15%;
  }

  .serviceTitle {
    font-size: 2.5vw;
  }

  .serviceBox p {
    width: 75%;
    font-size: 1.5vw;
  }

  .roomsHeading {
    flex-direction: column;
    gap: 8vh;
    padding: 20vh 0 15vh 14.5vw;
    display: flex;
  }

  .roomsTitle {
    font-size: 5vw;
  }

  .roomsText {
    letter-spacing: .05vw;
    width: 60%;
    margin-left: 20vw;
    font-size: 2.25vw;
  }

  .roomsSection {
    width: 100%;
    height: 70vh;
    position: relative;
    overflow: hidden;
  }

  .image-slider, .image-slide {
    height: 70vh;
  }

  .text-slider-wrapper {
    top: 15.5%;
  }

  .text-slide h1 {
    padding-left: 12.5%;
    font-size: 4vw;
  }

  .text-slide h6 {
    gap: 3.75vh;
    margin-top: 5%;
    font-size: 2.25vw;
  }

  .slider-control {
    margin: 0%;
    bottom: 0%;
    left: 17.5%;
  }

  .slider-control button {
    border: .0520833vw solid #ffffff4d;
    margin: .8vw;
    padding: 1.5vw;
    font-size: 1.75vw;
  }

  .diningTitle {
    padding-left: 13.5vw;
    font-size: 5vw;
  }

  .diningModal {
    gap: 5vh;
    margin-top: 0;
    padding-left: 13.5vw;
    padding-right: 2vw;
    position: relative;
  }

  .diningModalHeading {
    flex-direction: column;
    align-items: flex-start;
    gap: 5vh;
    display: flex;
  }

  .diningModalHeading span {
    text-align: justify;
    width: 85%;
  }

  .diningModal img {
    height: 50vh;
  }

  .galleryHeroImg img {
    object-fit: cover;
    width: 50vw;
    height: 60vh;
  }

  .galleryTitle {
    font-size: 8vw;
    left: 13.5vw;
  }

  .galleryImgDiv img {
    object-fit: cover;
    width: 40vw;
  }

  .galleryContainer {
    grid-gap: 10vh;
    grid-template-columns: 1fr 1fr;
    display: grid;
  }

  .galleryImgDetail {
    font-size: 2vw;
  }

  .contactTitle {
    font-size: 5vw;
  }

  .contactDetails {
    gap: 7.5vh;
    padding: 15vh 10vw 15vh 5vw;
  }

  .contactDetails div .contactDetailsTitle {
    font-size: 2.35vw;
  }

  .contactDetails div h6 {
    font-size: 1.55vw;
  }

  .contactDetails div:first-of-type p {
    width: 100%;
    font-size: 1.55vw;
  }

  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=index.27e45105.css.map */
