@charset "UTF-8";
/*
  1. Use a more-intuitive box-sizing model.
*/
@import url("https://fonts.googleapis.com/css2?family=Lato:ital,wght@0,100;0,300;0,100;0,500;0,900;1,100;1,300;1,100;1,500;1,900&display=swap");
:root {
  --clr-bg: #e5e3dc;
  --clr-overlay-bg: #141414;
  --clr-link: #e5e3dc;
}

*,
*::before,
*::after {
  box-sizing: border-box;
}

* {
  margin: 0;
}

html,
body {
  height: 100%;
  font-family: "Lora", serif;
  scroll-behavior: smooth;
}

body {
  line-height: 1.5;
  -webkit-font-smoothing: antialiased;
}

img,
picture,
video,
canvas,
svg {
  display: block;
  max-width: 100%;
}

input,
button,
textarea,
select {
  font: inherit;
}

a:hover {
  text-decoration: none;
}

h1,
h2,
h3,
h4,
h5,
h6 {
  overflow-wrap: break-word;
  font-family: "Lora", serif;
  letter-spacing: 4px;
  font-weight: 400;
}

p {
  text-align: justify !important;
}

p,
span,
strong {
  overflow-wrap: break-word;
  letter-spacing: 1px;
  font-family: "Averia Serif Libre", serif;
}

.ui-olive-background {
  background: #fff;
}

.first_Sec {
  min-height: 100vh;
}

#header {
  padding: 0.5rem;
  display: flex;
  justify-content: space-between;
  align-items: center;
  position: absolute;
  width: 100%;
  color: #fff;
  z-index: 999;
  padding-left: 4rem;
}
#header .mid {
  display: flex;
  align-items: center;
  width: 50%;
  display: flex;
  justify-content: flex-start;
}
#header .mid a {
  margin: 0 1rem;
}
#header .mid a.logo {
  margin: 0 3rem;
}
#header .mid a.logo img {
  width: 103px;
}
#header .mid a.contact {
  color: #000;
  font-weight: 400;
  letter-spacing: 1px;
}
#header .right {
  width: 40%;
}
#header .right ul {
  padding: 0;
  margin: 0;
  display: flex;
  justify-content: space-evenly;
  align-items: center;
}
#header .right ul li {
  display: flex;
  font-size: 16px;
}
#header .right ul a.contact,
#header .right ul li {
  color: #000;
  font-weight: 400;
  letter-spacing: 4px;
}
#header .right ul li.call_request {
  color: #000;
  position: relative;
  font-size: 20px;
  text-transform: capitalize;
}
#header .right ul li.call_request .ping {
  position: absolute;
  top: -20px;
  left: 0;
}
#header .right ul li.custom_button {
  color: rgb(240, 147, 43) !important;
  border: 1px solid rgb(240, 147, 43) !important;
  font-weight: 800 !important;
}

#header.activeMenu .right,
#header.activeMenu .logo {
  opacity: 0 !important;
}

.ping {
  animation: ping 0.8s ease-in-out infinite both;
  background: rgb(243, 156, 18);
  color: #000;
  display: flex;
  justify-content: center;
  align-items: center;
  width: 70px;
  height: 70px;
  border-radius: 50%;
}

@keyframes ping {
  0% {
    transform: scale(0.4);
    opacity: 0.8;
  }
  80% {
    transform: scale(1.4);
    opacity: 0;
  }
  100% {
    transform: scale(2.4);
    opacity: 0;
  }
}
.custom_button, #header .right ul li.custom_button {
  min-width: 300px;
  background: transparent;
  display: flex;
  justify-content: space-evenly;
  align-items: center;
  padding: 10px;
  border-radius: 30px;
  color: #fff;
  font-weight: 400;
  letter-spacing: 1px;
  cursor: pointer;
  border: 1px solid #ccc;
}

a.select_apartment {
  display: flex;
  justify-content: center;
  align-items: center;
  font-size: 14px;
  border-radius: 30px;
  padding: 10px 20px;
  border: 1px solid #B28F61;
  color: #B28F61;
  font-weight: 400;
  letter-spacing: 1px;
}

.curated-lifestyle-frontHotelImage {
  background: #000;
  position: relative;
  margin-bottom: 180px;
}
.curated-lifestyle-frontHotelImage .box-with-info {
  position: absolute;
  width: 430px;
  border: 2px solid #e5cd87;
  padding: 20px 15px;
  background: #000;
  bottom: -200px;
  right: 50px;
}
.curated-lifestyle-frontHotelImage .box-with-info h1 {
  font-size: 20px;
  color: #e5cd87;
  margin-top: 20px;
  margin-bottom: 40px;
}
.curated-lifestyle-frontHotelImage .box-with-info p {
  color: #fff;
  font-size: 16px;
  text-align: left !important;
}
.curated-lifestyle-frontHotelImage p {
  color: #fff;
  font-size: 16px;
  text-align: center;
}
.curated-lifestyle-frontHotelImage .frontImage {
  margin-bottom: 10px;
}
.curated-lifestyle-frontHotelImage .frontImage img {
  border-radius: 10px;
}

#PersonalisedConcierge.hotel_amineties_sect .middle_part_slider {
  left: 47%;
}

.curated-lifestyle-lobbySect {
  margin-bottom: 20px;
}
.curated-lifestyle-lobbySect h1 {
  font-size: 40px;
  color: #e5cd87;
  transition: transform 1s ease-in-out;
  margin: 10px 0;
  margin-bottom: 40px;
}
.curated-lifestyle-lobbySect:hover h1 {
  transform: scale(1.18) translate(50px);
}

.hero {
  position: relative;
  min-height: 100vh;
  overflow: hidden;
  height: 100vh;
  /* or however tall you want the pinned section */
  width: 100%;
  display: flex;
}
.hero #bg_img {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 100vh;
  overflow: hidden;
  position: absolute;
}
.hero #bg_img img:nth-child(1) {
  width: 55%;
  top: 1rem !important;
  left: -50px;
  position: relative;
}
.hero #hero_img {
  position: relative;
  z-index: 2;
  width: 100%;
  display: flex;
  justify-content: center;
  top: 0;
  left: 0;
}
.hero #hero_img #video_wrapper {
  width: 42%;
  height: 800px;
  /* Fixed height for consistency */
  overflow: hidden;
  position: relative;
  border-top-left-radius: 150px;
  border-top-right-radius: 150px;
  transition: all 0.5s ease;
  transform: translateY(calc(97vh - 500px));
  /* Adjust as needed */
  background: #000;
}
.hero #hero_img #video_wrapper video {
  inset: 0;
  width: 100%;
  height: 500px;
  -o-object-fit: cover;
     object-fit: cover;
  transition: all 0.5s ease;
}
.hero #hero_img #video_wrapper img {
  width: 100%;
  height: auto;
  -o-object-fit: cover;
     object-fit: cover;
  display: block;
  transform-origin: center center;
  will-change: transform;
  position: absolute;
}
.hero #hero_img #video_wrapper .tooltip_onFrontBuilding {
  position: absolute;
  transform: translate(-50%, -50%);
  background-color: #c1a56b;
  color: white;
  width: 24px;
  height: 24px;
  border-radius: 50%;
  text-align: center;
  line-height: 24px;
  font-weight: 400;
  cursor: pointer;
  z-index: 99;
}
.hero #hero_img #video_wrapper .tooltip_onFrontBuilding .plus_icon {
  width: 50px;
  height: 50px;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  color: #B28F61;
}
.hero #hero_img #video_wrapper .tooltip_onFrontBuilding_text {
  position: absolute;
  background-color: #fff;
  padding: 12px;
  border-radius: 10px;
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.2);
  width: 250px;
  top: calc(100% + 10px);
  left: 50%;
  transform: translateX(-50%);
  display: none;
  z-index: 99;
}
.hero #hero_img #video_wrapper .tooltip_onFrontBuilding:hover + .tooltip_onFrontBuilding_text {
  display: block !important;
}
.hero #hero_img .img_full_white {
  background: white !important;
}
.hero #hero_img .img_full_white img {
  opacity: 1 !important;
}

.swiper-slider-bespokeLiving {
  width: 100%;
  height: 80vh;
  position: relative;
  background: #000;
  padding-bottom: 50px;
}
.swiper-slider-bespokeLiving .swiper-slide {
  text-align: center;
  font-size: 16px;
  height: 80vh;
  background: #000;
  display: flex;
  justify-content: center;
  align-items: center;
}
.swiper-slider-bespokeLiving .swiper-slide .swiper_inner_col {
  display: flex;
  gap: 10px;
  align-items: center;
  justify-content: center;
}
.swiper-slider-bespokeLiving .swiper-slide .swiper_inner_col h2 {
  font-size: 20px;
  color: #e5cd87;
}
.swiper-slider-bespokeLiving .swiper-slide .swiper_inner_col p {
  font-size: 16px;
  color: #fff;
}
.swiper-slider-bespokeLiving .swiper-slide .swiper_inner_col img {
  display: block;
  width: 50%;
  height: calc(80vh - 15px);
  -o-object-fit: cover;
     object-fit: cover;
}
.swiper-slider-bespokeLiving .swiper-slide-active {
  opacity: 1 !important;
}
.swiper-slider-bespokeLiving .swiper-pagination {
  position: absolute;
  right: 20px;
  top: 50%;
  transform: translateY(-50%);
  display: none;
}

.next-section {
  height: 100vh;
  background: #111;
  color: white;
  display: flex;
  justify-content: center;
  align-items: center;
  font-size: 2.5rem;
}

/* in your CSS */
.hero_sec {
  display: flex;
  justify-content: center;
  align-items: center;
  position: relative;
  margin-top: 4rem;
  position: relative;
}
.hero_sec .top_content {
  position: absolute;
  background: #c9b55f;
  top: 10px;
  width: 49%;
  color: #000;
  left: 0;
  letter-spacing: 1px;
  font-size: 16px;
  margin: 0;
  line-height: 30px;
  font-weight: 400;
  z-index: 99;
  border-top-right-radius: 50px;
  border-bottom-right-radius: 50px;
  padding: 3rem;
}
.hero_sec .top_content h1 {
  font-size: 40px;
  line-height: 40px;
  font-weight: 400;
}
.hero_sec .top_content p {
  font-size: 16px;
  line-height: 2rem;
  font-weight: 400;
  opacity: 0.6;
}
.hero_sec .img_sec {
  width: 45%;
  box-shadow: rgba(100, 100, 111, 0.2) 0px 7px 29px 0px;
  filter: grayscale(70%);
}
.hero_sec .img_sec img {
  width: 100%;
}

.go_down {
  position: absolute;
  width: 140px;
  height: 140px;
  background: rgba(255, 255, 255, 0.5607843137);
  z-index: 111;
  border-radius: 50%;
  color: #000;
  border: 1px solid #000;
  left: 40%;
  bottom: 20%;
  display: flex;
  opacity: 1;
  justify-content: center;
  align-items: center;
  cursor: pointer;
}
.go_down .material-icons {
  font-size: 3rem;
  color: #000;
}

.golden-color-font {
  color: #e5cd87 !important;
}

.section_about {
  background: url("../img/bg_black.png");
  width: 100%;
  min-height: auto;
  background-size: cover;
  background-position: center;
  padding: 2rem;
  position: relative;
  z-index: 1;
}
.section_about::after {
  content: "";
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  background: #000;
  width: 100%;
  height: 100%;
  z-index: -1;
  opacity: 0.7;
}
.section_about .about_header {
  display: flex;
  justify-content: space-between;
  align-items: center;
  flex-direction: column;
}
.section_about .about_header .left {
  width: 100%;
}
.section_about .about_header .left h1 {
  font-size: 20px;
  color: rgb(240, 147, 43) !important;
  font-weight: 400;
  line-height: 40px;
  text-align: center;
}
.section_about .about_header .right {
  width: 100%;
  color: #fff;
  text-transform: uppercase;
  letter-spacing: 1px;
  font-weight: 400;
}
.section_about .about_header .right strong {
  font-weight: 400;
}
.section_about .about_header .right p {
  font-size: 16px;
  line-height: 28px;
  font-weight: 400 !important;
  text-align: center !important;
}
.section_about .about_images {
  display: flex;
  justify-content: center;
  align-items: flex-end;
  position: relative;
  border-radius: 10px;
  min-height: 800px;
}
.section_about .about_images .about_image {
  position: absolute;
  margin: 0 1rem;
  overflow: hidden;
  max-width: 32%;
  flex: 1;
}
.section_about .about_images .about_image img {
  display: block;
  width: 100%;
  height: auto;
  -o-object-fit: cover;
     object-fit: cover;
  transition: all 0.4s;
}
.section_about .about_images .about_image:hover img {
  transform: scale(1.2);
}
.section_about .about_images .about_image .caption {
  position: absolute;
  bottom: 20px;
  right: 20px;
  color: white;
  font-size: 20px;
  letter-spacing: 1px;
  font-weight: 400;
}
.section_about .about_images .about_image.left, .section_about .about_images .about_image.right {
  z-index: 4;
}
.section_about .about_images .about_image.center {
  z-index: 2;
  transform: scale(1.4);
}
.section_about .about_images .view_more {
  position: absolute;
  background: #000;
  top: 50%;
  left: 50%;
  width: 70px;
  height: 70px;
  display: none;
  justify-content: center;
  align-items: center;
  border-radius: 50%;
  color: rgb(240, 147, 43) !important;
}
.section_about .about_images .first {
  max-width: 24%;
  left: -1%;
  top: 20%;
  z-index: 1;
  height: 500px;
}
.section_about .about_images .first img {
  width: 100%;
  height: 100%;
}
.section_about .about_images .second {
  top: 11%;
  max-width: 48%;
  overflow: hidden;
}
.section_about .about_images .third {
  right: -2%;
  top: 14%;
  max-width: 25%;
  overflow: hidden;
  height: 500px;
}
.section_about .about_images .third img {
  height: 100% !important;
}
.section_about .luxury_content {
  display: flex;
  justify-content: center;
  align-items: center;
  padding: 0 5rem;
  text-align: center;
  color: #fff;
  flex-direction: column;
  text-align: justify;
  margin: 10rem 0;
}
.section_about .luxury_content p {
     width: 100%;
    font-size: 16px;
    line-height: 35px;
    text-align: center !important;
}

.freedom_sec {
  justify-content: flex-start;
  align-items: flex-end;
  position: relative;
  min-height: 500px;
  display: flex;
  flex-direction: column;
}
.freedom_sec h4 {
  width: 97%;
  display: flex;
  justify-content: flex-start;
  font-size: 3rem;
  position: relative;
  z-index: 1;
  top: 42px;
  color: rgb(240, 147, 43);
  font-weight: 400;
}
.freedom_sec .freedom_img {
  background: url("../img/GUEST_BEDROOM_2019.10.28_HIRES.jpg");
  width: 85%;
  height: 500px;
  background-size: cover;
  border-radius: 20px;
}

.carousel_sec {
  width: 100%;
  background: #fff;
  position: relative;
}
.carousel_sec .swiper-slide {
  display: flex;
  justify-content: center;
}
.carousel_sec .carousel_slide {
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
  flex-wrap: wrap;
  gap: 0px;
  width: 100%;
}
.carousel_sec .carousel_slide .content {
  flex: 1;
  max-width: 50%;
  padding: 2rem;
  min-height: 500px;
  background: rgb(240, 147, 43);
  display: flex;
  justify-content: center;
  align-items: center;
}
.carousel_sec .carousel_slide .content h3 {
  margin: 0;
  font-size: 3.4rem;
  font-weight: 400;
}
.carousel_sec .carousel_slide .image {
  flex: 1;
  max-width: 50%;
  position: relative;
  height: 100px;
}
.carousel_sec .carousel_slide .image img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  transition: transform 0.4s ease;
}
.carousel_sec .carousel_slide .image span {
  position: absolute;
  bottom: -40%;
  left: 40%;
  font-size: 17rem;
  color: #cbb55f;
}

.slider_tmp {
  position: absolute;
  bottom: 10%;
  width: 100px;
  left: 20%;
}
.slider_tmp .slider_button i {
  font-size: 3rem;
  color: #fff;
}
.slider_tmp .slider_button::after {
  counter-reset: "";
  display: none !important;
}

.fourth_sec {
  background: url("../img/OTHER_CAM_WITH_ROOF_2019.11.04_HIRES.jpg");
  width: 100%;
  height: 100vh;
  background-size: cover;
  background-repeat: no-repeat;
  position: relative;
  background-attachment: fixed;
  background-position: 0% center;
}

.fifth_sec {
  padding: 2rem;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  padding-bottom: 0;
  width: 100%;
  min-height: 100vh;
  background: url("../img/bg_black.png");
}
.fifth_sec h3 {
  width: 80%;
  font-size: 7rem;
  text-align: center;
  position: relative;
  top: 2rem;
  color: #fff;
  letter-spacing: 1px;
  font-weight: 400;
}
.fifth_sec .img_sec {
  overflow: hidden;
  width: 100px;
  border-top-right-radius: 140px;
  border-top-left-radius: 140px;
  position: relative;
}
.fifth_sec .img_sec img {
  width: 100%;
  height: 100%;
}

.arrow-button {
  cursor: pointer;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  background: #fff;
  border-radius: 50%;
  width: 60px;
  height: 60px;
  display: flex;
  align-items: center;
  justify-content: center;
}
.arrow-button span {
  font-size: 30px;
  color: rgb(240, 147, 43);
}

.infra_sec {
  background-color: #494833;
  padding: 3rem 2rem;
}
.infra_sec .infra_grid {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(300px, 1fr));
  gap: 2rem;
}
.infra_sec .infra_item {
  position: relative;
  overflow: hidden;
  border-radius: 12px;
  cursor: pointer;
}
.infra_sec .infra_item img {
  width: 100%;
  height: auto;
  display: block;
  transition: transform 0.6s ease;
}
.infra_sec .infra_item .plus-btn {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  background-color: #4d4c39;
  color: white;
  font-size: 1.5rem;
  border: none;
  border-radius: 50%;
  width: 40px;
  height: 40px;
  z-index: 2;
}

.custom-footer {
  background-color: #000;
  color: #fff;
  padding: 2rem 3rem;
  display: flex;
  flex-direction: column;
  gap: 2rem;
  border-top: 1px solid rgba(238, 238, 238, 0.3294117647);
}
.custom-footer .footer-top {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
}
.custom-footer .footer-top .footer-left,
.custom-footer .footer-top .footer-right {
  display: flex;
  flex-direction: column;
  gap: 1.5rem;
}
.custom-footer .footer-top .footer-left p {
  font-size: 16px;
  font-weight: 400;
  line-height: 1.5;
}
.custom-footer .footer-top .download-brochure button .icon {
  font-size: 1.2rem;
}
.custom-footer .footer-top .footer-right {
  align-items: flex-end;
  text-align: right;
}
.custom-footer .footer-top .footer-right svg {
  margin: auto;
  width: 100px;
  height: 100px;
}
.custom-footer .footer-top .footer-right .phone {
  font-size: 16px;
  font-weight: 400;
  letter-spacing: 4px;
}
.custom-footer .footer-top .footer-right .footer-logo {
  font-family: "Lora", serif;
  font-size: 1.8rem;
  font-weight: 400;
  letter-spacing: 1px;
}
.custom-footer .footer-middle {
  display: flex;
  justify-content: space-between;
  font-size: 16px;
  border-top: 1px solid #fff;
  padding-top: 1rem;
}
.custom-footer .footer-middle p {
  letter-spacing: 1px;
}
.custom-footer .footer-middle .vi-icon {
  background-color: #fff;
  color: #fff;
  padding: 0.2rem 0.5rem;
  border-radius: 50%;
  font-size: 16px;
  margin-left: 0.3rem;
}
.custom-footer .footer-bottom {
  text-align: left;
}
.custom-footer .footer-bottom svg {
  width: 60px;
  height: 60px;
  margin: auto;
}
@media (max-width: 768px) {
  .custom-footer .footer-top,
  .custom-footer .footer-middle {
    flex-direction: column;
    align-items: flex-start;
    text-align: left;
    gap: 1rem;
  }
  .custom-footer .footer-right {
    align-items: flex-start !important;
  }
}

.loader {
  position: fixed;
  inset: 0;
  background-color: #000;
  display: flex;
  align-items: center;
  justify-content: center;
  z-index: 9999;
  transition: opacity 0.3s ease;
}
.loader .loader-text {
  font-size: 2rem;
  font-weight: 400;
  color: rgb(240, 147, 43);
  opacity: 0;
}

#hero_video {
  position: relative;
  min-height: 100vh;
  overflow: hidden;
  display: flex;
  justify-content: center;
  align-items: flex-end;
}
#hero_video video {
  -o-object-fit: cover;
     object-fit: cover;
  width: 40%;
  height: 500px;
  position: relative;
  border-top-left-radius: 120px;
  border-top-right-radius: 120px;
  transition: all 0.4s ease;
  /* Smooth transition of the video scaling */
}

#smooth_wrapper_2,
#smooth-content_2 {
  min-height: 100vh;
  overflow: hidden;
}

.spacer {
  height: 200vh;
  background: #111;
}

.pin-spacer {
  overflow: hidden;
}

.content_sec {
  display: flex;
  position: relative;
  justify-content: flex-start;
  align-items: flex-start;
  background: linear-gradient(333deg, #e0ba7b, #ffd18c, #dbbb7c, #e4b97a, #fdd08c);
  flex-direction: column;
  padding-bottom: 3rem;
}
.content_sec .img_sec {
  position: absolute;
  right: 0;
  width: 54%;
  top: 0;
  height: 100%;
  background: #000;
}
.content_sec .img_sec::after {
  content: "";
  position: absolute;
  background: #d0bd7e;
  width: 50%;
  height: 100%;
  top: 0;
  left: 0;
}
.content_sec .img_sec img {
  position: relative;
  z-index: 111;
  width: 100%;
  height: 480px;
}
.content_sec .content_sec_wrapper {
  min-height: 500px;
  padding: 5rem;
  width: 40%;
  padding-bottom: 0;
}
.content_sec .content_sec_wrapper p {
  font-size: 16px;
  letter-spacing: 1px;
  line-height: 36px;
  text-align: justify;
}

.swiper-button-prev::after,
.swiper-button-next::after {
  display: none !important;
}

.swiper_sec {
  position: relative;
  display: flex;
  justify-content: flex-start;
  align-items: flex-start;
  width: 100%;
  padding-left: 3rem;
}
.swiper_sec .swiper-button-prev,
.swiper_sec .swiper-button-next {
  position: relative;
  width: 50px;
  height: 50px;
  border-radius: 50%;
  margin: 0 1rem;
  border: 2px solid #000;
  color: #000;
}

.swiper-button-prev {
  left: 10px;
}

.swiper-button-next {
  right: 10px;
}

.material-icons {
  font-size: 24px;
}

.terraces {
  height: 800px;
  padding: 5rem 0rem 5rem 5rem;
  background: url(../img/bg_black.png);
  background-attachment: fixed;
  position: relative;
  z-index: 1;
  overflow: hidden;
}
.terraces::after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  background: #000;
  width: 100%;
  height: 100%;
  z-index: -1;
  opacity: 0.8;
}
.terraces .terraces_grid {
  display: flex;
  position: relative;
  justify-content: flex-end;
}
.terraces .terraces_grid .terrace_heading {
  position: absolute;
  color: #fff;
  width: auto;
  left: 45%;
  top: 75%;
  transform: translate(-50%, -50%);
  z-index: 99999;
  font-size: 12rem;
  text-transform: uppercase;
  display: flex;
  justify-content: center;
  align-items: center;
}
.terraces .terraces_grid .terrace_heading span {
  font-family: "Lora", serif;
  font-size: 11rem;
  position: relative;
  top: 75px;
}
.terraces .terraces_grid .carousel_container {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 6rem;
}
.terraces .terraces_grid .carousel_container #prevBtn {
  left: 0;
}
.terraces .terraces_grid .carousel_container #nextBtn {
  right: 0;
}
.terraces .terraces_grid .carousel_container button {
  color: #fff;
  background: none;
  cursor: pointer;
  z-index: 99999;
  transition: transform 0.3s ease;
  width: 50px;
  height: 50px;
  border: none;
  display: flex;
  justify-content: center;
  align-items: center;
  border-radius: 50%;
  position: absolute;
  background: linear-gradient(333deg, #e0ba7b, #ffd18c, #dbbb7c, #e4b97a, #fdd08c);
}
.terraces .terraces_grid .carousel_container button:hover {
  transform: scale(1.2);
}
.terraces .terraces_grid .terrace_mg {
  position: relative;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
}
.terraces .terraces_grid .terrace_mg img {
  box-shadow: rgba(255, 255, 255, 0.2) 0px 7px 29px 0px;
  width: 100%;
  height: auto;
  display: none;
  opacity: 0;
  transition: opacity 0.5s ease;
}
.terraces .terraces_grid .terrace_mg img.active {
  display: block;
  opacity: 1;
}
.terraces .terraces_grid .first {
  width: 40%;
  position: relative;
  z-index: 9999;
  left: 0px;
  top: -100px;
  overflow: hidden;
  height: 300px;
}
.terraces .terraces_grid .first img {
  width: 100%;
  height: auto;
  opacity: 1;
}
.terraces .terraces_grid .second {
  width: 50%;
  height: auto;
}
.terraces .terraces_grid .second img {
  width: 100%;
  height: 500px;
  -o-object-fit: fill;
     object-fit: fill;
  opacity: 1;
}

.luxury_view {
  min-height: 1000px;
  display: flex;
  justify-content: center;
  align-items: flex-end;
  overflow: hidden;
  position: relative;
  background-size: contain;
  background-position: top;
  background-repeat: no-repeat;
  background: #fff;
}
.luxury_view::after {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  background: url(../img/A6.svg);
  height: 62%;
  background-size: cover;
  background-position: bottom;
}
.luxury_view #luxury_slide {
  right: 0;
  position: absolute;
  background: #bea068;
  width: 95%;
  height: 500px;
  bottom: 10%;
  z-index: 9999;
}
.luxury_view #luxury_slide .luxury_grid {
  display: flex;
  justify-content: flex-start;
  align-items: flex-start;
}
.luxury_view #luxury_slide .luxury_grid .left {
  width: 50%;
  height: 500px;
  overflow: hidden;
  position: relative;
}
.luxury_view #luxury_slide .luxury_grid .left .slider-track {
  display: flex;
  width: 100%;
  height: 100%;
  transition: transform 0.5s ease-in-out;
  will-change: transform;
}
.luxury_view #luxury_slide .luxury_grid .left .slider-track img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  flex-shrink: 0;
}
.luxury_view #luxury_slide .luxury_grid .right {
  width: 50%;
  height: 500px;
  display: flex;
  justify-content: space-between;
  align-items: flex-end;
  flex-direction: column;
  padding: 6rem;
}
.luxury_view #luxury_slide .luxury_grid .right h4 {
  font-size: 30px;
  text-align: right;
  font-weight: 400;
  letter-spacing: 1px;
  line-height: normal;
}
.luxury_view #luxury_slide .luxury_grid .slide_button {
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.luxury_view #luxury_slide .luxury_grid .slide_button #nextBtn_luxury img {
  transform: rotate(180deg) !important;
}
.luxury_view #luxury_slide .luxury_grid .slide_button button {
  width: 45px;
  height: 45px;
  border-radius: 50%;
  display: flex;
  justify-content: center;
  align-items: center;
  background: transparent;
  border: none;
  margin: 0 1rem;
  transition: all 0.4s;
}
.luxury_view #luxury_slide .luxury_grid .slide_button button:hover {
  color: #fff;
  border: 2px solid #fff;
}

#bee_sec {
  background: #000;
  padding: 5rem;
  background: url(../img/bg_black.png);
  overflow: hidden;
}
#bee_sec p {
  color: rgb(240, 147, 43);
  position: relative;
  z-index: 111;
  font-size: 16px;
  letter-spacing: 1px;
  line-height: 34px;
  background: #000;
  padding: 10px;
}

#viewport {
  position: relative;
  position: fixed;
  width: 100%;
  height: 100%;
  overflow: hidden;
}

.trigger {
  width: 100vw;
  height: 100vh;
  overflow: hidden;
  overflow: hidden;
  background: #fff;
}
.trigger .down,
.trigger .up {
  position: absolute;
  display: block;
  text-align: center;
  font-size: 50px;
  z-index: 2;
  width: 50%;
  text-transform: uppercase;
  font-weight: 900;
  color: #000;
  top: 0;
  display: flex;
  justify-content: center;
  align-items: center;
  width: 50%;
  height: 100%;
}
.trigger .down.up,
.trigger .up.up {
  right: 0;
}
.trigger .down.up img,
.trigger .up.up img {
  display: none;
}
.trigger .down.down,
.trigger .up.down {
  left: 0;
}
.trigger .down.down img,
.trigger .up.down img {
  display: none;
}
.trigger .up,
.trigger .down {
  transition: all 0.3s ease;
}
.trigger .up.active,
.trigger .down.active {
  opacity: 1;
  font-weight: bold;
}
.trigger .up.active span,
.trigger .down.active span {
  display: none;
}
.trigger .up.active img,
.trigger .down.active img {
  width: 100%;
  display: block;
}
.trigger .box {
  height: 1.2vh;
  width: 50vw;
  margin-bottom: -0.2vh;
  background: rgb(240, 147, 43);
  display: block;
}

#bee {
  position: absolute;
  top: 0;
  left: 0;
  filter: drop-shadow(8px 8px 6px rgba(0, 0, 0, 0.75));
}

#svg {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  pointer-events: none;
  max-width: 703px;
  left: 100px;
  top: 40px;
  z-index: 1;
}

#path {
  fill: none;
  stroke-width: 0.4;
  stroke: rgb(240, 147, 43);
}

#svgPath {
  position: absolute;
  left: 16.67%;
  height: 100%;
}

.spacer {
  height: 300px;
}

.fotter_top {
  width: 100%;
  background: #e9e4dc;
  min-height: 300px;
  display: flex;
  justify-content: space-around;
  align-items: center;
  position: relative;
  border: 1px solid;
}
.fotter_top .left,
.fotter_top .right {
  transition: all 0.4s;
  position: relative;
  overflow: hidden;
  z-index: 1;
}
.fotter_top .left::before,
.fotter_top .right::before {
  content: "";
  position: absolute;
  width: 30px;
  height: 30px;
  background: #fff;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%) scale(0);
  border-radius: 50%;
  transition: all 3s;
  z-index: -1;
}
.fotter_top .left:hover .view_icons,
.fotter_top .right:hover .view_icons {
  background: #000;
  color: #fff;
}
.fotter_top .left:hover::before,
.fotter_top .right:hover::before {
  transform: translate(-50%, -50%) scale(110);
}
.fotter_top .left {
  width: 50%;
  height: 300px;
  border-right: 1px solid #000;
  position: relative;
  cursor: pointer;
}
.fotter_top .left .view_icons {
  bottom: 10px;
  left: 7%;
}
.fotter_top .left::after {
  content: "";
  background: url(../img/A3-Photoroom.png);
  position: absolute;
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
  background-size: 41%;
  background-position: bottom right;
  background-repeat: no-repeat;
}
.fotter_top .left h4 {
  padding: 3rem;
  font-size: 20px;
  width: 60%;
  font-weight: 400;
  text-transform: uppercase;
  line-height: 40px;
}
.fotter_top .right {
  width: 50%;
  height: 300px;
  display: flex;
  justify-content: flex-end;
  cursor: pointer;
}
.fotter_top .right .view_icons {
  bottom: 10px;
  right: 7%;
}
.fotter_top .right h4 {
  padding: 3rem;
  font-size: 20px;
  width: 60%;
  font-weight: 400;
  text-transform: uppercase;
  line-height: 40px;
}

.view_icons {
  position: absolute;
  width: 60px;
  height: 60px;
  background: #fff;
  display: flex;
  justify-content: center;
  align-items: center;
  border-radius: 50%;
  transition: all 0.4s;
}

.fotter {
  padding: 40px;
  background: linear-gradient(333deg, #e0ba7b, #ffd18c, #dbbb7c, #e4b97a, #fdd08c);
  color: #000;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  height: 100vh;
}

.top-row,
.middle-row,
.bottom-row {
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 0 10px;
}
.top-row a,
.middle-row a,
.bottom-row a {
  color: #000;
}

.address,
.phone,
.download,
.logo,
.copyright,
.legal,
.website {
  font-size: 14px;
  text-transform: uppercase;
}

.copyright, .phone {
  font-size: 16px;
  letter-spacing: 4px;
}

.download {
  display: flex;
  align-items: center;
  gap: 10px;
}

.download .icon {
  height: 40px;
  width: 40px;
  background: black;
  border-radius: 50%;
  color: white;
  display: flex;
  align-items: center;
  justify-content: center;
}

hr {
  margin: 20px 0;
  border: none;
  border-top: 1px solid #000;
}

.brand {
  font-size: 3rem;
  text-align: center;
  letter-spacing: 5px;
  letter-spacing: 4px !important;
}
.brand p {
  font-size: 2rem;
  margin: 0;
  text-align: center !important;
  font-family: inherit !important;
  letter-spacing: 4px !important;
}

.vi-icon {
  display: inline-block;
  width: 20px;
  height: 20px;
  background: black;
  color: white;
  border-radius: 50%;
  text-align: center;
  font-size: 12px;
  line-height: 20px;
  margin-left: 5px;
}

#loader {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: #111;
  color: #fff;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
  z-index: 9999;
}
#loader .logo {
  font-size: 5rem;
  font-weight: 400;
  color: #fff;
  letter-spacing: 8px;
  opacity: 0;
}
#loader .logo img {
  padding: 1rem;
  width: 65%;
  border-radius: 10px;
  margin: auto;
  filter: drop-shadow(0 0 10px rgba(255, 255, 255, 0.2));
}
#loader .quote {
  opacity: 1;
  margin-top: 1.5rem;
  color: rgb(240, 147, 43);
  max-width: 80%;
  font-weight: 400;
}
#loader .quote span {
  font-weight: 400;
  font-size: 20px;
  font-family: "Lora", serif;
}

.wrapper,
.content {
  position: relative;
  width: 100%;
  z-index: 1;
}

.content {
  overflow-x: hidden;
}

.content .section {
  width: 100%;
  height: 100vh;
}

.content .section.hero {
  background-image: url(../img/06.\ RESTAURANT.svg);
  background-position: center center;
  background-repeat: no-repeat;
  background-size: cover;
}

.image-container {
  width: 100%;
  height: 100vh;
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  z-index: 2;
  perspective: 500px;
  overflow: hidden;
}

.image-container img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: center center;
     object-position: center center;
}

.cursor {
  position: fixed;
  width: 80px;
  height: 80px;
  border-radius: 50%;
  pointer-events: none;
  background-color: black;
  color: white;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 12px;
  mix-blend-mode: difference;
  z-index: 999;
  display: none !important;
}

#custom_notification {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 9999;
  width: 100%;
  height: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
  background: #000;
  overflow: hidden;
  flex-direction: column;
  opacity: 0;
  /* start hidden */
  pointer-events: none;
  /* disable clicks until shown */
}
#custom_notification img {
  position: absolute;
  width: 500px;
  height: 500px;
  -o-object-fit: cover;
  object-fit: cover;
  z-index: 1;
  filter: grayscale(1);
  border-radius: 50%;
  top: 0;
}
#custom_notification .custom_button, #custom_notification #header .right ul li.custom_button, #header .right ul #custom_notification li.custom_button {
  margin-top: 3rem;
  z-index: 11;
  background: rgb(240, 147, 43);
  border: none;
  color: #000;
  height: 59px;
  border-radius: 10px;
}
#custom_notification .quote {
  font-size: 5rem;
  font-weight: 100;
  text-transform: uppercase;
  text-align: center;
  z-index: 2;
  margin-top: 5rem;
  color: rgb(240, 147, 43);
  line-height: 1.2;
  pointer-events: none;
  opacity: 1;
}
#custom_notification .quote span {
  display: block;
}

#custom_notification.show {
  pointer-events: auto;
}

svd path {
  fill: var(--clr-overlay-bg);
}

#toggle-btn {
  position: relative;
  top: 0;
  right: 0;
  width: 80px;
  height: 80px;
  display: flex;
  align-items: center;
  justify-content: center;
  margin: 0em;
  z-index: 2;
  font-size: 20px;
  letter-spacing: 4px;
}

.btn-outline {
  position: absolute;
  width: 100px;
  height: 100px;
  border: 1px solid var(--clr-overlay-bg);
}

.btn-outline-1 {
  border-radius: 60% 40% 30% 70%/60% 30% 70% 40%;
  animation: morph 4s linear infinite;
}

.btn-outline-2 {
  border-radius: 53% 47% 43% 58%/51% 39% 61% 49%;
}

@keyframes morph {
  0% {
    border-radius: 60% 40% 30% 70%/60% 30% 70% 40%;
  }
  50% {
    border-radius: 30% 60% 70% 40%/50% 60% 30% 60%;
  }
  100% {
    border-radius: 60% 40% 30% 70%/60% 30% 70% 40%;
  }
}
#hamburger {
  position: relative;
  width: 100%;
  height: 100%;
  z-index: 2;
  display: flex;
  justify-content: center;
  align-items: center;
}

#hamburger .line-1 {
  position: relative;
  width: 20px;
  transform: translate(14px, -2.5px);
  height: 2.25px;
  background: var(--clr-overlay-bg);
  transition: transform 0.25s;
}

#hamburger .line-2 {
  position: relative;
  width: 24px;
  height: 2.25px;
  right: 0;
  transform: translate(-6px, 2.5px);
  background: var(--clr-overlay-bg);
  transition: transform 0.25s;
}

#hamburger.active .line-1 {
  left: 12px;
  width: 24px;
  transform: rotate(45deg);
}

#hamburger.active .line-2 {
  right: 12px;
  transform: rotate(-45deg);
}

.menu {
  position: fixed;
  top: 0;
  width: 100vw;
  height: 100vh;
  display: flex;
  background: #000;
  left: 0;
  padding: 2rem;
  z-index: 11;
}

.menu > div {
  height: 100%;
  display: flex;
}

.menu a {
  position: relative;
  top: 100vh;
  line-height: 50%;
  text-decoration: none;
  color: var(--clr-link);
}

.menu a span {
  font-size: 20px;
  margin-right: 2em;
}

.menu-item {
  position: relative;
  height: auto;
  display: flex;
  justify-content: flex-start;
  align-items: center;
  min-height: 56px;
}
.menu-item a {
  transition: all 0.4s;
}
.menu-item:hover a {
  color: rgb(240, 147, 43);
}

.font-weight-normal {
  font-weight: 400 !important;
}

.meu-container {
  width: 70%;
  height: 50%;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}

.primary-menu {
  flex-direction: column;
  justify-content: center;
  align-items: flex-start;
  padding-left: 1.5rem;
}

.primary-menu .menu-container {
  padding-top: 2rem;
}
.primary-menu .menu-container .menu_wrapper {
  width: 100%;
  height: 100%;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}

.primary-menu a {
  text-transform: uppercase;
  font-size: 15px;
  display: flex;
  justify-content: flex-end;
  align-items: center;
  letter-spacing: 4px;
}

.secondary-menu {
  position: relative;
  flex: 3;
  justify-content: center;
  align-items: center;
  gap: 2em;
  flex-direction: row;
}
.secondary-menu ul {
  padding: 0;
  margin: 0;
  width: 40%;
  overflow: hidden;
  height: 100vh;
  transition: all 0.4s;
  scroll-behavior: smooth;
}
.secondary-menu ul li {
  width: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
  height: 500px;
  padding: 10px;
  overflow: hidden;
  position: relative;
  transition: transform 0.4s ease;
}
.secondary-menu ul li::after {
  position: absolute;
  content: "";
  left: 0;
  width: 100%;
  top: 0;
  height: 100%;
  background: linear-gradient(0deg, rgba(0, 0, 0, 0.7), rgba(0, 0, 0, 0.9));
}
.secondary-menu ul li img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: left;
     object-position: left;
  border-radius: 0px;
}
.secondary-menu ul:nth-child(2) {
  position: relative;
  top: 100px;
}
.secondary-menu ul:nth-child(2) li {
  transform: translateY(-300px);
}

.overlay {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.8);
  color: white;
  opacity: 0;
  pointer-events: none;
  padding: 2rem;
  display: flex;
  align-items: center;
  justify-content: center;
  visibility: hidden;
}
.overlay .text {
  text-align: left;
  max-width: 300px;
}
.overlay .text p {
  font-size: 16px;
  line-height: 1.4;
  margin-bottom: 1rem;
}
.overlay .text strong {
  font-size: 16px;
  font-weight: 400;
}

.highlight {
  transform: scale(1.05);
  transition: transform 0.3s ease, box-shadow 0.3s ease;
}
.highlight::after {
  display: none;
}

#header.hide {
  top: -200px;
  /* move it out of view */
}

.distance {
  position: absolute;
  width: 100%;
  padding: 0;
  margin: 0;
}
.distance::after {
  content: "";
  position: absolute;
  width: 100%;
  height: 3px;
  background: rgba(0, 0, 0, 0.1490196078);
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}
.distance ul {
  margin: 0;
  padding: 0;
  display: flex;
  justify-content: space-evenly;
  align-items: center;
}
.distance ul li {
  display: flex;
  position: relative;
}
.distance ul li span {
  position: absolute;
  top: -268px;
  width: 150px;
  font-size: 13px;
  left: -64px;
  display: flex;
  align-items: center;
  flex-direction: column;
  justify-content: center;
  gap: 5px;
  text-align: center;
}
.distance ul li span strong {
  font-size: 30px;
  background: linear-gradient(333deg, #e0ba7b, #ffd18c, #dbbb7c, #e4b97a, #fdd08c);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}
.distance ul li::after {
  content: "";
  width: 20px;
  height: 20px;
  background: rgb(240, 147, 43);
  border-radius: 50%;
  position: relative;
}

#auto_xl {
  width: 24%;
}
#auto_xl img {
  filter: grayscale(1);
}

.curated-lifestyle-entrance #auto_xll {
  width: 100%;
}
.curated-lifestyle-entrance #auto_xll h1 {
  color: #e5cd87;
  font-size: 90px;
  font-weight: 400;
  letter-spacing: 10px;
  word-spacing: 25px;
}

.hero_content {
  position: absolute;
  right: 2rem;
  bottom: 3rem;
  width: 20%;
  font-size: 30px;
  display: flex;
  justify-content: flex-end;
  align-items: flex-end;
  text-align: right;
}
#primary_img {
  position: absolute;
  top: 0;
  left: 0;
  z-index: 999;
}

.gallery {
  position: absolute;
  width: 100%;
  height: 100vh;
  overflow: hidden;
}

.cards {
  position: absolute;
  width: 14rem;
  height: 18rem;
  top: 40%;
  left: 50%;
  transform: translate(-50%, -50%);
}

.cards li {
  list-style: none;
  padding: 0;
  margin: 0;
  width: 14rem;
  height: 18rem;
  text-align: center;
  line-height: 18rem;
  font-size: 30px;
  font-family: sans-serif;
  background-color: #9d7cce;
  position: absolute;
  top: 0;
  left: 0;
  border-radius: 0.8rem;
}

.actions {
  position: absolute;
  bottom: 25px;
  left: 50%;
  transform: translateX(-50%);
}

.drag-proxy {
  visibility: hidden;
  position: absolute;
}

.slide {
  height: 100%;
  width: 100%;
  top: 0;
  position: fixed;
  visibility: hidden;
}
.slide__outer, .slide__inner {
  width: 100%;
  height: 100%;
  overflow-y: hidden;
}
.slide__content {
  display: flex;
  align-items: center;
  justify-content: center;
  position: absolute;
  height: 100%;
  width: 100%;
  top: 0;
}
.slide__container {
  position: relative;
  max-width: 1100px;
  width: 100vw;
  margin: 0 auto;
  height: 90vh;
  margin-bottom: 10vh;
  display: grid;
  grid-template-columns: repeat(10, 1fr);
  grid-template-rows: repeat(10, 1fr);
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  padding: 0 1rem;
}
.slide__heading {
  --width: 200;
  display: block;
  text-align: left;
  font-family: "Bandeins Sans & Strange Variable";
  font-size: clamp(5rem, 15vw, 15rem);
  font-weight: 400;
  font-variation-settings: "wdth" var(--width);
  margin: 0;
  padding: 0;
  color: #f2f1fc;
  z-index: 999;
  mix-blend-mode: difference;
  grid-area: 2/2/3/10;
  align-self: end;
}
.slide__img-cont {
  margin-top: 4rem;
  grid-area: 2/1/7/8;
}
.slide__img-cont img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}

.slide:nth-of-type(1) {
  visibility: visible;
}
.slide:nth-of-type(1) .slide__content {
  background-color: #6d597a;
}

.slide:nth-of-type(2) .slide__content {
  background-color: #355070;
}

.slide:nth-of-type(3) .slide__content {
  background-color: #b56576;
}

.slide:nth-of-type(4) .slide__content {
  background-color: #9a8c98;
}

.overlay {
  position: fixed;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  z-index: 2;
}
.overlay__content {
  max-width: 1100px;
  width: 100vw;
  margin: 0 auto;
  padding: 0 1rem;
  height: 90vh;
  margin-bottom: 10vh;
  display: grid;
  grid-template-columns: repeat(10, 1fr);
  grid-template-rows: repeat(10, 1fr);
  grid-column-gap: 0px;
  grid-row-gap: 0px;
}
.overlay__img-cont {
  position: relative;
  overflow: hidden;
  margin: 0;
  grid-area: 4/3/9/11;
}
.overlay__img-cont img {
  position: absolute;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: 50% 50%;
     object-position: 50% 50%;
}
.overlay__count {
  grid-area: 3/10/4/10;
  font-size: clamp(3rem, 4vw, 15rem);
  margin: 0;
  padding: 0;
  text-align: right;
  border-bottom: 7px white solid;
}

@media screen and (min-width: 900px) {
  .overlay__content,
  .slide__container {
    padding: 0 3rem;
    margin-top: 10vh;
    height: 80vh;
  }
  .overlay__img-cont {
    grid-area: 5/4/10/11;
  }
  .overlay__count {
    grid-area: 3/10/4/11;
  }
  .slide__img-cont {
    margin-top: 0;
    grid-area: 3/2/8/7;
  }
  .slide__heading {
    grid-area: 1/1/4/10;
  }
}
.small {
  font-size: 16px;
  color: grey;
  text-align: center;
}

.scroll-wrapper {
  height: 100vh;
  position: relative;
}

.blocks {
  display: flex;
  width: 500vw;
  height: 100vh;
  overflow: hidden;
}

.block {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 100vw;
  height: 100vh;
  font-size: 3rem;
  color: white;
  position: relative;
}
.block:hover .inner_img::before {
  transform: scale(0);
}
.block:hover .inner_img img {
  filter: grayscale(0) blur(0px) !important;
}
.block .inner_img {
  width: 77%;
  height: 90vh;
  border-radius: 100px;
  overflow: hidden;
  position: relative;
  box-shadow: 0 0 40px #292929;
}
.block .inner_img img {
  transition: transform 0.3s ease;
  width: 100%;
  height: auto;
  border-radius: 10px;
  will-change: transform;
  filter: grayscale(1) blur(0px);
}
.block .inner_img::before {
  content: "";
  position: absolute;
  width: 100px;
  height: 100px;
  background: #000;
  z-index: 1;
  transition: all 0.4s;
  transform: scale(15);
  border-radius: 50%;
  opacity: 0.3;
}
.block::after {
  position: absolute;
  top: 20%;
  left: 15%;
  font-weight: 400;
  width: 40%;
  text-transform: capitalize;
  color: #fff;
  text-shadow: 2px 2px #000;
  z-index: 999;
  font-size: 20px;
  letter-spacing: 4px;
  height: 100%;
  font-family: "Lora", serif;
}

.block1::after {
  content: "All Luxuries at the click of a button";
}

.block2::after {
  content: "24x7 Five-Star Comfort With Immaculate housekeeping";
}

.block3::after {
  content: "Surrender To The Infinite View";
}

.block4::after {
  content: "Art of Sophisticated Style";
}

.block5::after {
  content: "A Fitness Experience That Characterizes Your Wellness Journey";
}

.block1,
.block3,
.block5, .block2, .block4 {
  background: #000;
}

.activeMenuColor {
  color: #fff !important;
}

#serviceAppartment {
  cursor: pointer;
}

#service_model {
  position: fixed;
  z-index: 9999;
  background: rgba(0, 0, 0, 0.78);
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
}
#service_model .service_wrapper {
  width: 50%;
  background: rgba(0, 0, 0, 0.8196078431);
  height: calc(100vh - 100px);
  border-radius: 10px;
  overflow-y: auto;
  padding: 3rem;
  color: #fff;
  border: 1px solid rgba(238, 238, 238, 0.3490196078);
  position: relative;
}
#service_model .service_wrapper h1 {
  text-align: center;
  font-size: 30px;
}
#service_model .service_wrapper h2 {
  text-align: center;
  font-size: 30px;
  margin-bottom: 1.5rem;
}
#service_model .service_wrapper .close_modal {
  position: absolute;
  top: 20px;
  right: 20px;
  width: 50px;
  height: 50px;
  background: rgba(255, 255, 255, 0.1803921569);
  border-radius: 50%;
  display: flex;
  justify-content: center;
  align-items: center;
  color: #fff;
  cursor: pointer;
}
#service_model .service_wrapper form {
  max-width: 500px;
  margin: auto;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  align-items: center;
}
#service_model .service_wrapper form .form-group {
  display: flex;
  flex-direction: column;
  margin-bottom: 1.2rem;
  width: 48%;
}
#service_model .service_wrapper form .form-group label {
  font-weight: 400;
  margin-bottom: 0.5rem;
}
#service_model .service_wrapper form .form-group input[type=text],
#service_model .service_wrapper form .form-group input[type=email],
#service_model .service_wrapper form .form-group input[type=tel],
#service_model .service_wrapper form .form-group input[type=number] {
  padding: 0.6rem;
  background-color: transparent;
  border: none;
  border: 1px solid #fff;
  color: #fff;
  height: 53px;
  border-radius: 10px;
}
#service_model .service_wrapper form .form-group input[type=text]:focus,
#service_model .service_wrapper form .form-group input[type=email]:focus,
#service_model .service_wrapper form .form-group input[type=tel]:focus,
#service_model .service_wrapper form .form-group input[type=number]:focus {
  outline: none;
}
#service_model .service_wrapper form .radio-group {
  display: flex;
  gap: 2rem;
  margin-bottom: 1.2rem;
}
#service_model .service_wrapper form .radio-group label {
  display: flex;
  align-items: center;
  gap: 0.5rem;
}
#service_model .service_wrapper form .plus-icon {
  display: inline-block;
  border: 2px solid #00aaff;
  color: #00aaff;
  border-radius: 50%;
  width: 24px;
  height: 24px;
  text-align: center;
  line-height: 20px;
  font-weight: 400;
  cursor: pointer;
  margin-left: 10px;
}
#service_model .service_wrapper form .checkbox-group {
  margin: 1.2rem 0;
}
#service_model .service_wrapper form .submit-btn {
  display: block;
  margin: auto;
  padding: 0.8rem 2rem;
  background-color: rgb(240, 147, 43);
  color: #000;
  border: none;
  border-radius: 24px;
  font-size: 1rem;
  cursor: pointer;
  font-weight: 400;
}
#service_model .service_wrapper form .recaptcha-box {
  margin-top: 1.5rem;
  text-align: center;
  border: 1px solid #ccc;
  padding: 1rem;
  background: #222;
  display: inline-block;
}

.averia_bold {
  font-family: "Averia Serif Libre", serif;
}

.averia {
  font-family: "Averia Serif Libre", serif;
}

#visualize_floor img {
  width: 100%;
}

.color_gradient {
  background: linear-gradient(333deg, #e0ba7b, #ffd18c, #dbbb7c, #e4b97a, #fdd08c);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}

.fotter_link {
  color: #000;
  font-size: 16px;
  letter-spacing: 4px;
}

#faq {
  background: url("../img/legal-bg.svg");
  width: 100%;
  height: 500px;
  background-size: cover;
  background-position: center;
  position: relative;
  overflow: hidden;
  display: flex;
  justify-content: center;
  align-items: center;
}
#faq h4 {
  position: relative;
  z-index: 111;
  font-size: 30px;
  color: #e5cd87;
  text-transform: capitalize;
}
#faq::after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: #000;
  opacity: 0.5;
}

.color_white #toggle-btn,
.color_white .call_request {
  color: #fff !important;
}
.color_white .line {
  background: #fff !important;
}

.faq_wrapper {
  width: 100%;
  background: #000;
  padding: 3rem;
}
.faq_wrapper #faqContainer .faq-item {
  background: #c8ab6d;
  padding: 1rem;
  border-radius: 10px;
  letter-spacing: 1px;
  width: 85%;
  margin: 1.4rem auto;
}
.faq_wrapper #faqContainer .faq-question {
  cursor: pointer;
  font-weight: 400;
  margin: 0;
  display: flex;
  justify-content: space-between;
  align-items: center;
  font-family: "Lora", serif;
  letter-spacing: 4px;
  font-weight: 400;
}
.faq_wrapper #faqContainer .faq-answer {
  display: none;
  margin-top: 10px;
  transition: max-height 0.3s ease;
  padding: 10px;
  font-size: 13px;
}
.faq_wrapper #faqContainer .faq-answer p,
.faq_wrapper #faqContainer .faq-answer ul {
  color: #000;
  font-family: "Lora", serif;
}
.faq_wrapper #faqContainer .faq-item.active .faq-answer {
  display: block;
}
.faq_wrapper #faqContainer .faq-arrow {
  width: 30px;
  height: 30px;
  font-size: 15px;
  background: #000;
  display: flex;
  justify-content: center;
  align-items: center;
  border-radius: 50%;
  color: #c8ab6d;
  transition: transform 0.3s ease;
}
.faq_wrapper #faqContainer .faq-arrow i {
  font-size: 15px;
}
.faq_wrapper #faqContainer .faq-item.active .faq-arrow {
  transform: rotate(90deg);
}

.term_conditon {
  padding: 3rem;
  background: #000;
  color: #f0dc91;
  letter-spacing: 1px;
  font-size: 16px;
  line-height: 27px;
}
.term_conditon a {
  color: #b08f5a;
  text-decoration: underline;
  font-weight: 400;
}

.contact_us_header {
  width: 100%;
  height: 100px;
  display: flex;
  justify-content: flex-start;
  align-items: flex-end;
  padding-left: 3rem;
  padding-bottom: 1rem;
  font-size: 10rem;
}

.contact_grid {
  display: flex;
  justify-content: flex-start;
  align-items: center;
  overflow: hidden;
}
.contact_grid .left {
  width: 100%;
  height: 650px;
  background: #000;
  padding: 3rem;
  position: relative;
}
.contact_grid .left .service_wrapper {
  width: 60%;
  margin: auto;
}
.contact_grid .left h1 {
  text-align: center;
  font-size: 20px;
  color: #fff;
}
.contact_grid .left p {
  color: #fff;
  text-align: center !important;
  margin-bottom: 2rem;
}
.contact_grid .left form {
  margin: auto;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  align-items: center;
}
.contact_grid .left form .form-group {
  display: flex;
  flex-direction: column;
  margin-bottom: 1.2rem;
  width: 48%;
  color: #fff;
}
.contact_grid .left form .form-group label {
  font-weight: 400;
  margin-bottom: 0.5rem;
}
.contact_grid .left form .form-group input {
  padding: 0.6rem;
  background-color: transparent;
  border: none;
  border: 1px solid #fff;
  color: #fff;
  height: 53px;
  border-radius: 10px;
}
.contact_grid .left form .submit-btn {
  display: block;
  margin: auto;
  padding: 0.8rem 2rem;
  background-color: rgb(240, 147, 43);
  color: #000;
  border: none;
  border-radius: 24px;
  font-size: 1rem;
  cursor: pointer;
  font-weight: 400;
}
.contact_grid .left .left_inner {
  display: flex;
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
}
.contact_grid .left .left_inner h4 {
  font-size: 30px;
}
.contact_grid .left .left_inner a,
.contact_grid .left .left_inner p {
  font-size: 16px;
  color: #000;
  letter-spacing: 1px;
  margin: 10px 0;
}
.contact_grid .left .left_inner a {
  text-decoration: underline;
}
.contact_grid .left #get_direction {
  position: absolute;
  bottom: 3rem;
  border: 2px solid #000;
  color: #000;
  width: 250px;
  height: 60px;
  border-radius: 40px;
  display: flex;
  justify-content: center;
  align-items: center;
  font-weight: 400;
  letter-spacing: 1px;
  overflow: hidden;
  z-index: 1;
}
.contact_grid .left #get_direction:hover::after {
  transform: scale(250);
}
.contact_grid .left #get_direction::after {
  content: "";
  width: 1px;
  height: 1px;
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  background: #fff;
  border-radius: 50%;
  z-index: -1;
  transition: all 0.4s;
}

#social_media {
  position: relative;
  width: auto;
  height: auto;
  overflow: hidden;
  background: transparent;
}
#social_media ul {
  padding: 0;
  margin: 0px;
  display: flex;
  flex-direction: row;
}
#social_media ul li {
  position: relative;
  display: flex;
  width: 40px;
  height: 40px;
  overflow: hidden;
  padding: 4px;
  border-radius: 10px;
  margin: 0 4px;
}
#social_media ul li a {
  display: flex;
  padding: 3px;
}
#social_media ul li a img {
  width: auto;
  display: block;
}

#amenities {
  min-height: 500px;
  background: #000;
}
#amenities .slider-controls {
  text-align: center;
  margin-bottom: 10px;
  text-align: center;
  margin-bottom: 10px;
  position: absolute;
  z-index: 11;
  bottom: 10%;
  left: 10%;
  display: flex;
  border: none;
}
#amenities .slider-controls button:nth-child(2) img {
  transform: rotate(180deg) !important;
}
#amenities .slider-controls button {
  padding: 8px 16px;
  margin: 0 8px;
  background: transparent;
  color: #000;
  cursor: pointer;
  transition: background-color 0.3s ease;
  border-radius: 50%;
  width: 60px;
  height: 60px;
  border: none !important;
  display: flex;
  justify-content: center;
  align-items: center;
}
#amenities .slider-controls button:hover {
  background-color: transparent;
}

#PersonalisedConcierge {
  min-height: 500px;
  background: #000;
}
#PersonalisedConcierge .middle_part_slider {
  position: absolute;
  top: 230px;
  left: 42%;
  z-index: 99;
  transform: rotate(90deg);
}
#PersonalisedConcierge .middle_part_slider h2 {
  font-size: 20px;
}
#PersonalisedConcierge .slider-controls {
  text-align: center;
  margin-bottom: 10px;
  text-align: center;
  margin-bottom: 10px;
  position: absolute;
  z-index: 11;
  bottom: 10%;
  right: 10%;
  display: flex;
  border: none;
}
#PersonalisedConcierge .slider-controls button:nth-child(2) img {
  transform: rotate(180deg) !important;
}
#PersonalisedConcierge .slider-controls button {
  padding: 8px 8px;
  margin: 0 8px;
  background: transparent;
  color: #000;
  cursor: pointer;
  transition: background-color 0.3s ease;
  border-radius: 50%;
  width: 50px;
  height: 50px;
  border: none !important;
  display: flex;
  justify-content: center;
  align-items: center;
}
#PersonalisedConcierge .slider-controls button:hover {
  background-color: transparent;
}

.amenities_grid {
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
  height: auto;
  position: relative;
}
.amenities_grid .left,
.amenities_grid .right {
  width: 50%;
  height: auto;
  overflow: hidden;
  position: relative;
}
.amenities_grid .left .slider-track,
.amenities_grid .right .slider-track {
  display: flex;
  flex-direction: row;
  transition: transform 0.6s ease-in-out;
  will-change: transform;
  width: 100%;
  height: 100%;
}
.amenities_grid .left {
  height: 500px;
  background: linear-gradient(333deg, #e0ba7b, #ffd18c, #dbbb7c, #e4b97a, #fdd08c);
  padding: 1rem;
  position: relative;
}
.amenities_grid .left::after {
  position: absolute;
  content: "";
  right: -200px;
  transform: rotate(-90deg);
  font-size: 4rem;
  overflow-wrap: break-word;
  font-family: "Lora", serif;
  text-transform: capitalize;
  top: 250px;
}
.amenities_grid .left .inner_track {
  min-width: 100%;
  box-sizing: border-box;
  padding: 2rem;
}
.amenities_grid .left .inner_track h4 {
  font-size: 20px;
  position: relative;
  letter-spacing: 3px;
  text-transform: uppercase;
  margin: 20px 0px;
}
.amenities_grid .left .inner_track p {
  margin: 0;
  font-size: 16px;
  letter-spacing: 1px;
  font-weight: 400;
}
.amenities_grid .right {
  height: 500px;
  overflow: hidden;
}
.amenities_grid .right img {
  min-width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}

.amenities_grid_reverse {
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
  height: auto;
  position: relative;
}
.amenities_grid_reverse .left,
.amenities_grid_reverse .right {
  width: 50%;
  height: auto;
  overflow: hidden;
  position: relative;
}
.amenities_grid_reverse .left .slider-track,
.amenities_grid_reverse .right .slider-track {
  display: flex;
  flex-direction: row;
  transition: transform 0.6s ease-in-out;
  will-change: transform;
  width: 100%;
  height: 100%;
}
.amenities_grid_reverse .right {
  height: 500px;
  background: linear-gradient(333deg, #e0ba7b, #ffd18c, #dbbb7c, #e4b97a, #fdd08c);
  padding: 0;
  position: relative;
}
.amenities_grid_reverse .right::after {
  position: absolute;
  content: "";
  right: -200px;
  transform: rotate(-90deg);
  font-size: 4rem;
  overflow-wrap: break-word;
  font-family: "Lora", serif;
  text-transform: capitalize;
  top: 250px;
}
.amenities_grid_reverse .right .inner_track {
  min-width: 100%;
  box-sizing: border-box;
  padding: 2rem;
  padding-left: 6rem;
}
.amenities_grid_reverse .right .inner_track h4 {
  font-size: 20px;
  position: relative;
  letter-spacing: 3px;
  text-transform: uppercase;
  margin: 20px 0px;
  text-align: right;
  padding-right: 30px;
}
.amenities_grid_reverse .right .inner_track p {
  margin: 0;
  font-size: 16px;
  letter-spacing: 1px;
  font-weight: 400;
}
.amenities_grid_reverse .left {
  height: 500px;
  overflow: hidden;
  padding: 0;
}
.amenities_grid_reverse .left img {
  min-width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}

.hotel_sec .left::after {
  content: "LIFESTYLE" !important;
}

#breadcrumb {
  position: relative;
  overflow: hidden;
  height: 500px;
}
#breadcrumb::after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  background: #000;
  width: 100%;
  height: 100%;
  opacity: 0.8;
}
#breadcrumb .breadcrumb_content_sec {
  position: absolute;
  top: 0;
  left: 0;
  color: #e5cd87;
  z-index: 11;
  padding: 3rem;
  height: 100%;
  display: flex;
  justify-content: center;
  flex-direction: column;
  align-items: flex-start;
  width: 100%;
}
#breadcrumb .breadcrumb_content_sec h1 {
  font-size: 30px;
  border-bottom: 2px solid;
  width: auto;
  width: 100%;
  padding-bottom: 10px;
}
#breadcrumb .breadcrumb_content_sec p {
  font-size: 16px;
  color: #fff;
  letter-spacing: 1px;
  line-height: 30px;
  font-weight: 400;
}
#landmark .left, #landmark .right {
  width: 100% !important;
  height: 650px;
  display: flex;
  justify-content: center;
  align-items: center;
}
#landmark .left .left_inner p, #landmark .left .left_inner li, #landmark .right .left_inner p, #landmark .right .left_inner li {
  text-align: left !important;
}

#about_arch {
  background: #000;
  width: 100%;
  min-height: 100vh;
  background-size: cover;
  background-position: center;
  display: flex;
  justify-content: space-evenly;
  align-items: center;
  position: relative;
  z-index: 11;
}
#about_arch::after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: #000;
  opacity: 0.3;
}
#about_arch #img_wrapper {
  width: 48%;
  background: url(../new-image/the-g-experience.jpg);
  height: 500px;
  background-size: contain;
  position: relative;
  background-repeat: no-repeat;
  background-position: center;
}
#about_arch .content {
  position: relative;
  width: 48%;
  right: 0;
  top: 0;
  color: #fff;
  transform: matrix(1, 0, 0, 1, 0, 0);
}
#about_arch .content h2 {
  font-size: 25px;
  font-weight: 400;
}
#about_arch .content p {
  font-size: 16px;
  font-weight: 400;
  letter-spacing: 1px;
}

#parking {
  padding: 1rem;
  position: relative;
}
#parking .parking_content {
  position: absolute;
  right: 0;
  display: flex;
  justify-content: flex-end;
  align-items: flex-end;
  flex-direction: column;
  padding: 4rem;
  width: 70%;
  text-align: right;
}
#parking .parking_content h2 {
  font-size: 20px;
  font-weight: 400;
  letter-spacing: 1px;
}
#parking .parking_content p {
  margin-top: 10px;
  text-align: right !important;
  font-size: 16px;
}
#parking img {
  margin-top: 18rem;
  width: 75%;
}

.faq_custom {
  display: flex;
  min-height: 100vh;
  background: #000;
  justify-content: space-between;
}
.faq_custom .sidebar {
  writing-mode: vertical-rl;
  text-orientation: mixed;
  font-size: 48px;
  font-weight: 400;
  color: #e5cd87;
  padding: 2rem;
  border-right: 1px solid rgba(229, 205, 135, 0.431372549);
}
.faq_custom .faq-section {
  flex: 1;
  padding: 2rem;
  max-width: 900px;
}
.faq_custom .faq-item {
  border-top: 1px solid rgba(229, 205, 135, 0.431372549);
  padding: 1.5rem 0;
}
.faq_custom .faq-item .faq-header {
  display: flex;
  justify-content: space-between;
  align-items: center;
  cursor: pointer;
  color: #e5cd87;
  font-size: 20px;
}
.faq_custom .faq-item .faq-header h2 {
  margin: 0;
  letter-spacing: 2px;
}
.faq_custom .faq-item .faq-header .toggle {
  font-size: 28px;
  width: 40px;
  height: 40px;
  border-radius: 50%;
  border: 2px solid;
  display: flex;
  justify-content: center;
  align-items: center;
}
.faq_custom .faq-item .faq-content {
  list-style: none;
  padding-left: 0;
  margin-top: 1rem;
  display: none;
}
.faq_custom .faq-item .faq-content li {
  margin-bottom: 1rem;
  position: relative;
  padding-left: 2.4rem;
  color: #fff;
  font-size: 16px;
  letter-spacing: 1px;
  font-weight: 400;
}
.faq_custom .faq-item .faq-content li::before {
  content: "✔";
  position: absolute;
  left: 0;
  color: #e5cd87;
  width: 30px;
  height: 30px;
  border-radius: 50%;
  border: 1px solid;
  display: flex;
  justify-content: center;
  align-items: center;
}
.faq_custom .faq-item.active .faq-content {
  display: block;
}
.faq_custom .faq-item.active .toggle {
  content: "−";
}

.news-section {
  background: #000;
  color: #fff;
  font-family: "Helvetica Neue", sans-serif;
  padding: 2rem;
}
.news-section .news-block {
  border-top: 1px solid #333;
  padding-top: 2rem;
  margin-bottom: 3rem;
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.news-section .news-block .date {
  color: #ff7a00;
  font-size: 16px;
  text-transform: uppercase;
  letter-spacing: 2px;
  margin-bottom: 1rem;
  width: 20%;
}
.news-section .news-block a {
  width: 75%;
  color: #fff;
  transition: all 0.4s;
}
.news-section .news-block a:hover {
  color: #ff7a00;
}
.news-section .news-block a .news-item {
  width: 100%;
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
  flex-wrap: wrap;
  position: relative;
}
.news-section .news-block a .news-item .feather-box {
  width: 150px;
  height: 150px;
  border: 1px solid #ff7a00;
  display: flex;
  align-items: center;
  justify-content: center;
  margin-right: 2rem;
}
.news-section .news-block a .news-item .feather-box img {
  max-height: 100px;
}
.news-section .news-block a .news-item .content {
  flex: 1;
}
.news-section .news-block a .news-item .content h2 {
  font-size: 20px;
  font-weight: 400;
  letter-spacing: 2px;
  margin: 0 0 0.5rem;
  max-width: 500px;
}
.news-section .news-block a .news-item .content .date-line {
  font-size: 16px;
  color: #aaa;
  text-transform: uppercase;
  letter-spacing: 1px;
}
.news-section .news-block a .news-item .label {
  position: absolute;
  bottom: 0;
  right: 0;
  color: #aaa;
  font-size: 16px;
  text-transform: uppercase;
  letter-spacing: 1px;
}

#news_details {
  padding-top: 10rem;
  padding-bottom: 3rem;
}
#news_details .heading {
  border-bottom: 1px solid #c1a86d;
}
#news_details .heading a {
  color: #c1a86d;
  font-weight: 400;
  letter-spacing: 1px;
  font-size: 20px;
}
#news_details .heading h4 {
  font-size: 30px;
  letter-spacing: 1px;
  line-height: 4rem;
  font-weight: 400;
}
#news_details .news_content {
  padding-top: 1rem;
}
#news_details .news_content p {
  font-size: 16px;
  letter-spacing: 1px;
  line-height: 32px;
}

.blog-grid {
  display: grid;
  grid-template-columns: auto auto auto;
  gap: 4rem;
  background-color: rgba(238, 238, 238, 0.9333333333);
  padding: 2rem;
  justify-content: flex-start;
}

.blog-card {
  background-color: #eae3da;
  display: flex;
  flex-direction: column;
  cursor: pointer;
}
.blog-card .blog-img {
  width: 100%;
  height: 300px;
  -o-object-fit: cover;
     object-fit: cover;
  display: block;
  overflow: hidden;
}
.blog-card .blog-content {
  padding: 1.5rem;
}
.blog-card .blog-content .blog-date {
  display: flex;
  align-items: baseline;
  gap: 1rem;
  margin-bottom: 1rem;
}
.blog-card .blog-content .blog-date .day {
  font-size: 4rem;
  font-weight: 200;
  color: #b08a77;
}
.blog-card .blog-content .blog-date .month {
  font-size: 16px;
  text-transform: uppercase;
  color: #9c8f83;
  letter-spacing: 1px;
}
.blog-card .blog-content .blog-title {
  font-size: 1rem;
  color: #3e3e3e;
  font-weight: 100;
  line-height: 1.5;
}

.modal {
  display: none;
  position: fixed;
  z-index: 999;
  padding: 60px;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  overflow: auto;
  background-color: rgba(0, 0, 0, 0.8);
}
.modal .modal-content {
  margin: auto;
  background: #fff;
  padding: 20px;
  max-width: 85%;
  border-radius: 8px;
  position: relative;
  text-align: center;
}
.modal .modal-content #blog_modal_img {
  display: flex;
  position: relative;
  height: 500px;
  overflow: hidden;
  -o-object-fit: cover;
     object-fit: cover;
}
.modal .modal-content #blog_modal_img img {
  width: 100%;
  height: auto;
  margin-bottom: 1rem;
}
.modal .modal-content #blog_modal_img .close {
  position: absolute;
  top: 20px;
  right: 20px;
  font-size: 2rem;
  color: #333;
  cursor: pointer;
  width: 50px;
  height: 50px;
  background: #fff;
  border-radius: 50%;
  opacity: 1;
  display: flex;
  justify-content: center;
  align-items: center;
}
.modal .modal-content #modalText {
  display: flex;
  flex-direction: column;
  flex-wrap: wrap;
  justify-content: flex-start;
  align-items: flex-start;
  text-align: left;
  padding: 3rem;
}
.modal .modal-content #modalText h1,
.modal .modal-content #modalText h2,
.modal .modal-content #modalText h3 {
  font-size: 30px;
}
.modal .modal-content #modalText p {
  font-size: 16px;
  color: #333;
}

#about_hotles {
  display: flex;
  justify-content: center;
  align-items: center;
  background: #000;
  padding-bottom: 60px;
}
#about_hotles .left {
  width: 50%;
}
#about_hotles .left img {
  width: 100%;
}
#about_hotles .right {
  width: 50%;
  padding: 3rem;
  color: #fff;
  letter-spacing: 1px;
}
#about_hotles .right h2 {
  width: 100%;
  color: #e5cd87;
  margin-bottom: 1rem;
  font-size: 20px;
  letter-spacing: 1px;
}
#about_hotles .right p {
  font-size: 16px;
}

#spa_sec {
  background: #000;
  padding: 2rem;
}
#spa_sec .top {
  color: #fff;
  padding: 1rem;
  font-size: 20px;
  display: flex;
  justify-content: flex-end;
  align-items: flex-end;
  flex-direction: column;
}
#spa_sec .top p {
  margin: 0;
  width: 50%;
  margin-bottom: 2rem;
  text-align: right;
  font-size: 16px;
  font-weight: 100;
}
#spa_sec .spa_mid {
  position: relative;
}
#spa_sec .spa_mid ul {
  padding: 0;
  margin: 0;
  position: relative;
  min-height: 1000px;
}
#spa_sec .spa_mid ul::after {
  content: "Seamless Lifestyle Mastery";
  position: absolute;
  top: 50%;
  left: 73%;
  color: #efc885;
  font-size: 55px;
  transform: translate(-50%, -50%);
  font-weight: 400;
  width: 50%;
  letter-spacing: 4px;
}
#spa_sec .spa_mid ul li {
  display: flex;
  position: absolute;
}
#spa_sec .spa_mid ul li img {
  width: 100%;
}
#spa_sec .spa_mid ul li:nth-child(1) {
  left: 0%;
  top: 10%;
  width: 30%;
}
#spa_sec .spa_mid ul li:nth-child(2) {
  width: 30%;
  right: 10%;
}
#spa_sec .spa_mid ul li:nth-child(3) {
  width: 25%;
  right: 10%;
  bottom: 0%;
}
#spa_sec .spa_mid ul li:nth-child(4) {
  width: 28%;
  left: 34%;
  bottom: 37%;
}
#spa_sec .spa_mid ul li:nth-child(5) {
  width: 31%;
  bottom: 0;
  left: 20%;
}

#hotel_service {
  position: relative;
  overflow: hidden;
  height: 100px;
}
#hotel_service::after {
  content: "";
  background: #000;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  opacity: 0.5;
}
#hotel_service::before {
  content: "Where Precision Meets Indulgence";
  position: absolute;
  top: 50%;
  left: 50%;
  z-index: 111;
  color: #efc885;
  transform: translate(-50%, -50%);
  font-size: 30px;
  text-align: center;
  font-weight: 100;
}
#hotel_service img {
  width: 100%;
  -o-object-fit: fill;
     object-fit: fill;
  -o-object-position: revert;
     object-position: revert;
}

#big_image {
  position: relative;
  height: 100px;
  overflow: hidden;
}
#big_image::after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: #000;
  opacity: 0.8;
}
#big_image .big_image_content {
  position: absolute;
  z-index: 111;
  color: #fff;
  width: 100%;
  height: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
}
#big_image .big_image_content .curated_slider_separatedimg {
  position: relative;
  top: -125px;
}
#big_image .big_image_content h2 {
  color: #efc885;
  font-size: 20px;
  font-weight: 100;
  text-transform: uppercase;
}
#big_image .big_image_content p,
#big_image .big_image_content li {
  margin: 0;
  font-size: 16px;
  width: 80%;
  text-align: center !important;
}
#big_image .big_image_content ul {
  padding: 0;
  margin: 0;
  display: flex;
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  text-align: left;
  min-width: 58%;
  list-style: none;
}
#big_image .big_image_content ul li {
  width: 90%;
  margin: 10px auto !important;
  text-align: left;
}

#prime_location p {
  font-weight: 100;
  color: #e3e1e1;
}
#prime_location ul {
  margin: 0;
  padding: 0;
}
#prime_location ul li {
  display: flex;
  flex-direction: column;
  color: #e3e1e1;
}
#prime_location ul li p {
  font-weight: 300;
  font-size: 16px;
}
#prime_location ul li p strong {
  font-weight: 100;
}

#lifestyle .block {
  position: relative;
}
#lifestyle .block img {
  transition: all 0.4s;
}
#lifestyle .block:hover .block_content {
  background-color: rgba(255, 255, 255, 0.1);
  /* light glassy bg */
  backdrop-filter: blur(1px);
  -webkit-backdrop-filter: blur(5px);
  color: white;
  border-radius: 10px;
  box-shadow: 0 4px 20px rgba(0, 0, 0, 0.3);
}
#lifestyle .block .block_content {
  position: absolute;
  top: 50%;
  left: 50%;
  z-index: 11;
  width: 100%;
  height: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
  transform: translate(-50%, -50%);
  text-align: center;
  transition: all 0.4s;
  padding: 12px 24px;
}
#lifestyle .block .block_content h3 {
  font-weight: 100;
  font-size: 20px;
}
#lifestyle .block .block_content p,
#lifestyle .block .block_content li {
  font-size: 16px;
  letter-spacing: 1px;
  line-height: 37px;
}
#lifestyle .block .block_content p {
  text-align: center !important;
}
#lifestyle .block .block_content ul {
  margin: 0;
  padding: 0;
  display: flex;
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  text-align: -webkit-auto;
  width: 90%;
}
#lifestyle .block1::after,
#lifestyle .block2::after,
#lifestyle .block3::after,
#lifestyle .block4::after,
#lifestyle .block5::after {
  content: "" !important;
  display: none;
}

@media only screen and (max-width: 768px) {
  #header {
    padding: 1rem;
  }
  #header .mid,
  #header .right {
    width: auto;
  }
  #header .mid #toggle-btn,
  #header .right #toggle-btn {
    height: auto;
  }
  #header .mid #toggle-btn {
    font-size: 15px;
    font-weight: 100;
  }
  #header .mid a.logo {
    margin: 0 auto;
    width: 30%;
  }
  #header .right ul li {
    font-size: 12px !important;
  }
  .menu #pmenu {
    padding: 0;
    margin: 0;
    justify-content: flex-start;
  }
  .menu #smenu {
    display: none;
  }
  .primary-menu .menu-item {
    min-height: 50px;
  }
  .primary-menu .menu-item a {
    font-size: 20px !important;
  }
  .hero #bg_img img:nth-child(1) {
    width: 100%;
    top: 0rem !important;
    left: auto;
    position: relative;
  }
  .section_about {
    min-height: 500px;
  }
  .section_about .about_header {
    margin: 0;
    flex-direction: column;
  }
  .section_about .about_header .left, .section_about .about_header .right {
    width: 100% !important;
  }
  .section_about .about_header .left h1, .section_about .about_header .right h1 {
    font-size: 20px;
    line-height: normal;
    font-weight: 100;
  }
  .section_about .about_header .left p, .section_about .about_header .right p {
    font-size: 16px;
    text-align: start !important;
    margin-top: 1rem;
  }
  .section_about .about_images .view_more {
    display: none;
  }
  .section_about .about_images .second .caption, .section_about .about_images .third .caption, .section_about .about_images .first .caption {
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    width: 100%;
    text-align: center;
    height: 50px;
    min-height: auto;
    padding: 0;
    margin: 0;
    display: flex;
    justify-content: center;
    align-items: center;
    background: rgba(0, 0, 0, 0.2901960784);
  }
  .section_about .about_images .second {
    max-width: 100%;
    top: 0;
  }
  .section_about .about_images .third {
    right: -11%;
    top: 57%;
    max-width: 89%;
    height: auto;
  }
  .section_about .about_images .first {
    max-width: 83%;
    left: -10%;
    top: 31%;
    z-index: 1;
    height: auto;
  }
  .section_about .luxury_content {
    width: 100%;
    padding: 0;
  }
  .section_about .luxury_content p {
    width: 100%;
    text-align: center !important;
    font-size: 16px;
    line-height: 35px;
  }
  .amenities_grid {
    flex-direction: column;
  }
  .amenities_grid .left, .amenities_grid .right {
    width: 100% !important;
  }
  .amenities_grid .right {
    height: 300px;
  }
  .amenities_grid .left {
    height: auto;
    min-height: 250px;
    padding: 1rem;
  }
  .amenities_grid .left .inner_track {
    padding: 1rem;
  }
  .amenities_grid .left .inner_track h4 {
    font-size: 20px;
    font-weight: 100;
    line-height: 33px;
  }
  .scroll-wrapper {
    height: auto;
  }
  .scroll-wrapper .blocks {
    display: flex;
    width: 100%;
    height: auto;
    overflow: hidden;
    flex-direction: column;
  }
  .scroll-wrapper .blocks .block {
    width: 100%;
    height: 100px;
    overflow: hidden;
  }
  .scroll-wrapper .blocks .block::after {
    width: 100%;
    height: 100%;
    text-align: center;
    top: 0;
    left: 0;
    display: flex;
    justify-content: center;
    align-items: center;
    font-size: 20px;
    padding: 1rem;
  }
  .scroll-wrapper .blocks .block .inner_img {
    width: 100%;
    height: 100%;
    border-radius: 0;
  }
  .scroll-wrapper .blocks .block .inner_img img {
    width: 100%;
    height: 100%;
    border-radius: 0;
  }
  .luxury_view {
    min-height: 500px;
  }
  .luxury_view #luxury_slide {
    height: auto;
    bottom: 10%;
  }
  .luxury_view #luxury_slide .luxury_grid {
    flex-direction: column-reverse;
  }
  .luxury_view #luxury_slide .luxury_grid .right {
    width: 100%;
    height: auto;
    padding: 1rem;
  }
  .luxury_view #luxury_slide .luxury_grid .right h4 {
    font-size: 30px !important;
    line-height: normal;
    margin-bottom: 1rem !important;
  }
  .luxury_view #luxury_slide .luxury_grid .left {
    width: 100%;
    height: auto;
  }
  .luxury_view #luxury_slide .luxury_grid .left img {
    height: 200px !important;
  }
  .slide_button button {
    width: 40px !important;
    height: 40px !important;
  }
  #animate-section {
    overflow: hidden;
    display: none !important;
  }
  .fotter_top {
    flex-direction: column;
    border: none;
    min-height: auto;
  }
  .fotter_top .left, .fotter_top .right {
    width: 100% !important;
    height: auto;
    border-top: 1px solid #000;
  }
  .fotter_top .left .view_icons, .fotter_top .right .view_icons {
    left: 80%;
    bottom: 10px;
    width: 50px;
    height: 50px;
  }
  .fotter_top .left h4, .fotter_top .right h4 {
    width: 100%;
    padding: 1rem;
    font-weight: 100;
    font-size: 20px;
    line-height: 35px;
  }
  .fotter_top .left::after, .fotter_top .right::after {
    content: "";
    display: none;
  }
  .fotter {
    padding: 1rem;
    padding-bottom: 2rem;
    min-height: 300px;
    max-height: 100px;
    justify-content: flex-start;
  }
  .fotter .bottom-row {
    flex-direction: column;
  }
  .fotter .brand {
    font-size: 20px;
    text-align: center;
  }
  .fotter .brand p {
    font-size: 16px;
    font-family: inherit !important;
  }
  #loader .quote {
    margin: 0;
    font-size: 20px;
    text-align: center;
    font-weight: 300;
  }
  #loader .logo img {
    width: 100%;
  }
  #breadcrumb {
    height: 100px !important;
  }
  #breadcrumb img {
    width: 100%;
    -o-object-fit: none;
       object-fit: none;
    height: 100px;
  }
  #breadcrumb .breadcrumb_content_sec {
    top: 0;
    padding: 10px;
    padding-top: 5rem;
    height: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;
    width: 100%;
  }
  #breadcrumb .breadcrumb_content_sec h1 {
    font-size: 20px;
  }
  #breadcrumb .breadcrumb_content_sec p {
    font-size: 16px;
    letter-spacing: 1px;
    line-height: 23px;
    width: 100%;
  }
  #about_arch {
    flex-direction: column;
    padding: 2rem;
    grid-gap: 10px;
  }
  #about_arch #img_wrapper, #about_arch .content {
    width: 100%;
  }
  #about_arch #img_wrapper h2, #about_arch .content h2 {
    margin-top: 1rem;
    font-size: 20px;
  }
  #about_arch #img_wrapper p, #about_arch .content p {
    font-size: 16px;
  }
  #parking .parking_content {
    width: 100%;
    padding: 1rem;
  }
  #parking .parking_content h2 {
    font-size: 20px;
  }
  #parking .parking_content p {
    font-size: 16px;
    font-weight: 300;
  }
  #big_image img {
    height: 100px;
    -o-object-fit: cover;
       object-fit: cover;
  }
  #big_image .big_image_content {
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
    padding: 1rem;
  }
  #big_image .big_image_content h2 {
    font-size: 20px;
  }
  #big_image .big_image_content p, #big_image .big_image_content li {
    font-size: 16px;
    font-weight: 300;
  }
  #lifestyle .block .inner_img .block_content h3 {
    font-size: 20px;
  }
  #lifestyle .block .inner_img .block_content p, #lifestyle .block .inner_img .block_content li {
    font-size: 16px;
    font-weight: 300;
  }
  #about_hotles {
    flex-direction: column;
  }
  #about_hotles h2 {
    font-size: 20px !important;
  }
  #about_hotles p, #about_hotles li {
    font-size: 16px !important;
  }
  #about_hotles .right, #about_hotles .left {
    width: 100%;
    height: 100%;
    padding: 1rem;
  }
  #about_hotles:nth-child(2) {
    flex-direction: column-reverse !important;
  }
  .slider-controls {
    position: relative !important;
    top: 0 !important;
    left: 0 !important;
  }
  #spa_sec {
    display: none;
  }
  #hotel_service {
    height: auto;
  }
  #hotel_service::before {
    font-size: 25px !important;
    width: 100% !important;
  }
  .contact_grid {
    flex-direction: column;
  }
  .contact_grid h1 {
    font-size: 20px !important;
  }
  .contact_grid .left {
    padding: 1rem;
  }
  .contact_grid .left p {
    font-size: 16px !important;
  }
  .contact_grid .left li p {
    font-size: 14px !important;
    line-height: inherit !important;
  }
  .contact_grid .left, .contact_grid .right {
    width: 100% !important;
    height: auto;
  }
}
.main_wrapper {
  height: 150px;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}
.main_wrapper .rera_sec {
  padding-top: 80px;
}
.main_wrapper .rera_sec p {
  float: left;
  margin-top: 34px;
  margin-right: 70px;
}
.main_wrapper .rera_sec p a {
  color: #000;
}

#breadcrumb img {
  width: 100%;
  position: relative;
  top: -50%;
}/*# sourceMappingURL=style.css.map */