@media only screen and (min-width: 1000px) {
  .hamburger-menu {
    display: none;
  }
  .mobile_head {
    display: none;
}
}

.panorama_section {
  width: 80%;
  height: 100vh;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  margin: auto;
}

.level_head {
  width:100%;
  font-size: 20px;
  color: #53565A;
  letter-spacing: 2px;
  font-weight: 100;
  font-family: 'PLUTO SANS', monospace;
}

.views_title {
  width: 100%;
  margin: 0;
  color: #53565a;
  font-size: 50px;
  padding-top: 30px;
}

.views_sub {
  width: 100%;
  margin: 0;
  color: #b1b1b1;
  font-size: 50px;
}

.nav_item {
  display: inline-block;
  font-size: 13px;
  color: #303131;
  letter-spacing: 1px;
  white-space: nowrap;
}

.nav-btn {
  display:inline-block;
  background-color:#d4b59e;
  border: 1px solid #ffffff;
  padding: 6px 14px;
  color: #ffffff;
  font-size: 13px;
  font-family: "Tenez Bold", Georgia, Times, serif;
}

.nav-btn:hover {
  background-color: #ffffff;
  color: #d3b39e;
  border: 1px solid #d3b39e;
}

.nav_list {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 80%;
  margin: 50px auto;
}

.nav_logo_img {
  width: 90%;
  object-fit: contain;
  object-position: 50% 50%;
  margin: 0 auto;
}

.nav_menu1 {
  display: flex;
  justify-content: flex-end;
  align-items: center;
  gap: 24px;
  width: 33%;
  padding-right: 48px;
}

.nav_menu2 {
  display: flex;
  justify-content: flex-start;
  align-items: center;
  gap: 24px;
  width: 33%;
  padding-left: 48px;
}

.nav_menu3 {
  display: flex;
  justify-content: flex-start;
  align-items: center;
  gap: 4px;
}

#main_hero {
  margin: 0 auto;
  padding: 0;
  width: 100%;
  height: 100vh;
  overflow: hidden;
  object-fit: contain;
}
#main_wrapper_hero {
  position: relative;
  margin: 0 auto;
  padding: 0;
  width: 100%;
  height: 100%;
}

.book_button_wrapper {
  position: fixed;
  top: 0;
  right: 0;
  margin-top: 60px;
  z-index: 1500;
}

.book_button {
  margin: 20px auto;
  padding: 8px 10px;
  font-family: "Tenez Bold", Georgia, Times, serif;
  font-weight: 400;
  font-size: 20px;
  line-height: 20px;
  color: #757575;
  text-align: center;
  text-transform: uppercase;
  background: #f0ede5;
  border: solid 1px #f0ede5;
  display: inline-block;
  -webkit-transition: all 0.4s ease 0s;
  -moz-transition: all 0.4s ease 0s;
  -o-transition: all 0.4s ease 0s;
  transition: all 0.4s ease 0s;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  cursor: pointer;
  text-align: left;
}
.button:hover {
  color: #ffffff;
  background: #757575;
}
.book_button_wrapper .book_button {
  margin: 0;
  padding-right: 20px;
  font-size: 28px;
  line-height: 30px;
  color: #ffffff;
  background: #d3b39e;
  border: solid 1px #ffffff;
  cursor: default;
}
/* .book_button_wrapper .book_button:hover {
  color: #ffffff;
  background: #d3b39e;
  opacity: 0.5;
  filter: alpha(opacity=50);
} */
/* .book_button_wrapper .book_button a:hover {
  color: #ffffff;
} */
@media only screen and (max-width: 1000px) {
  .book_button_wrapper .book_button {
    font-size: 28px;
    padding-right: 0;
  }
}
.full_width_hero {
  position: relative;
  margin: 0 auto;
  width: 100%;
  height: 100%;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  background: no-repeat;
  background-position: center;
}
.register_bar {
  background-color: #d4b59e;
  color: #ffff;
  width: 100%;
  font-size: 20px;
  text-align: center;
  position: absolute;
  bottom: -10px;
  z-index: 100;
}

.hero_text {
  margin: 80px 80px 120px 40px;
  background-color: #d4b59e;
  color: #ffff;
  display: inline-block;
  padding: 1.5rem;
}

.monaco_video {
  position: absolute;
  bottom: 120px;
  right: 3.5rem;
  background-color: #d4b59e;
  padding: 0.54rem;
  z-index: 110;
  width: 280px;
  height: 160px;
}

.nav_overlay{
  position: absolute;
  background: linear-gradient(180deg, rgba(241,238,230,0.8), rgba(0,0,0,0));
  height: 18%;
  top: 0;
  left: 0;
  width: 100vw;
  z-index: 110;
  backdrop-filter: blur(2px);
}

.text_footer {
  font-weight: bolder;
  font-size: 15px;
}

.contact_info {
  margin-bottom: 50px;
}

.footer_width {
  padding: 70px 0;
  width: 80%;
  margin: 0 auto;
}

.logo_footer {
  width: 240px;
}

.icon_logo_wrapper {
  display: flex;
  justify-content: center;
  align-items: center;
  
}

/* interiors */

.white_nav_list {
  width: 100vw;
  background-color: #ffff;
}
.white_nav_content {
  padding: 20px 10px;
  display: flex;
  justify-content: space-between;
  align-items: end;
  width: 80vw;
  margin: 10px auto 10px auto;
}

.nav_logo_img_white {
  width: 200px;
  min-width: 150px;
  object-fit: contain;
}

.nav_item.active {
  color: #b1b3b3;
}

.nav_menu_white {
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 24px;
  width: auto;
}

.book_button_wrapper.white {
    position: fixed;
    top: 0px;
    right: 0;
    margin-top: 90px;
    z-index: 1500;
}

.interiors_wrapper {
    width: 90vw;
    min-height: 60vh;
    background-image: url(/images/interior_header_img.jpg);
    background-repeat: no-repeat;
    background-position: center;
    background-size: 80%;
    background-attachment: fixed;
    object-fit: cover;
    margin: 0 auto;
}

.interior_section1 {
  background-color: #ffffff;
  width: 100vw;
  height: auto;
  padding-top: 100px;
  position: relative;
  width: 80%;
  margin: 50px auto 150px auto;
}
.building_section1 {
  background-color: #ffffff;
  width: 100vw;
  height: auto;
  padding-top: 100px;
  position: relative;
  width: 80%;
  margin: 50px auto 150px auto;
}

.interior_section2 {
  width: 100vw;
  height: auto;
  padding-top: 180px;
  position: relative;
  width: 70%;
  margin: 0 auto;
}
.section_flex {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 40px;
}
.section_flex2 {
  display: flex;
  flex-direction: row-reverse;
  align-items: flex-end;
  justify-content: center;
}
.interior_2_content {
  padding-bottom: 80px;
  width: 30vw;
}
.interior_1_bg {
  background-color: #f1eee6;
  width: 690px;
  height: 680px;
}
.interior_1_img {
  width: 500px;
  height: 600px;
  object-position: center;
  object-fit: cover;

}
.interior_2_img {
  width: 500px;
  height: 600px;
  object-position: 20% 50%;
  object-fit: cover;
}
.interior_slide_img {
  object-fit: cover;
  width: 500px;
  height: 590px;
}
.interior_1_head {
  font-size: 50px;
}
.interior_1_sub {
  font-size: 14px;
  letter-spacing: 3px;
}
.interior_1_p {
  font-size: 14px;
  font-family: "Adelle Sans", monospace;
  font-weight: 400;
  text-align: justify;
}
.interior_1_content_box {
  margin-top: 20px;
  margin-left: 40px;
  width: 54%;
}
.interior_2_content_box {
  margin-top: 20px;
  margin-left: 40px;
  width: 70%;
}
.banner_section {
  background-color: #d4b59e;
  width: 100vw;
  height: 300px;
  display: flex;
  justify-content: center;
}
.banner_section_text {
  color: #ffff;
  font-size: 18px;
  font-family: "Adelle Sans", monospace;
  width: 40%;
  margin: auto;
  line-height: 25px;
  text-align: center;
}
.banner_section_text .bold {
  font-weight: bold;
}

.slide_section {
  max-width: 1380px;
  width: 85vw;
  margin: 180px auto 80px auto;
}

.slide_image_color_palettes_landscape {
  max-width: 1417px;
  max-height: 785px;
  width: 80vw;
  height: 70vh;
  object-fit: cover;
  object-position: center 70%;
}

.colour-container {
  margin: 0 auto;
  display: flex;
  justify-content: space-between;
  align-items: center;
  gap: 80px;
}

.colour-list {
  width: 100px;
  display: flex;
  flex-direction: column;
  align-items: start;
  gap: 80px;
}

.colour-list button {
  background-color: transparent;
  border: none;
  cursor: pointer;
  font-size: 14px;
  color: #76777a;
}

.colour-list .active {
  color: #b2b2b2;
}

.fixed_width_slider {
  position: relative;
  margin: 0 auto;
  padding: 0;
  /* max-width: 1480px; */
  max-width: 1200px;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}

.colour_slide_image {
  max-height: 650px;
  object-fit: cover;

}

.interiors_slider {
  width: 500px;
  height: auto;
}

.interior_2_bg {
  box-shadow: -50px -50px #f1eee6, 50px -50px #f1eee6;
}

.register_bar_area {
  position: relative;
  width: 100%;
  height: 100px;
  margin-top: 50px;
  margin-bottom: 40px;
}

/* floor-plans */
.floor_wrappr {
  height: 70vh;
}
#Floor-Plans .wrapper {
  height: 845px;
}
.floorplan h1 {
  text-transform: uppercase;
}
.floorplan h4 {
  margin-bottom: 40px;
  font-weight: 300;
  letter-spacing: 1px;
  text-transform: uppercase;
}
.floorplan table {
  font-family: "Adelle Sans", Arial, Helvetica, san-serif;
  font-size: 13px;
  line-height: 16px;
  letter-spacing: 1px;
}
.floorplan td {
  padding: 4px 0;
}
.floorplan .plan_image {
  position: absolute;
  top: -30px;
  right: 0;
  z-index: 0;
}
.valign {
  position: relative;
  top: 45%;
  margin: 0 auto;
  padding: 0;
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  transform: translateY(-50%);
}
.valign h1 {
  line-height: 60px;
}
.floor_head_text {
  margin: 0;
  color: #53565a;
}
.txt_greyli {
  margin: 0;
  color: #b1b1b1;
}

.floor_button {
  margin: 0 auto;
  padding: 5px 0;
  font-weight: 300;
  font-size: 15px;
  line-height: 15px;
  text-align: center;
  text-transform: uppercase;
  border: solid 2px #b1b1b1;
  display: inline-block;
  -webkit-transition: all 0.4s ease 0s;
  -moz-transition: all 0.4s ease 0s;
  -o-transition: all 0.4s ease 0s;
  transition: all 0.4s ease 0s;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  cursor: pointer;
}
.floor_button.large {
  margin: 0 50px;
  padding: 10px 100px;
  font-size: 24px;
  line-height: 24px;
  border: solid 1px #54565a;
}

/* floor_page */
#map_bed{
  display:block;  
  margin-bottom: 60px; 
  /* transform: scale(105%); */
  width: 100%;
  height: auto;
  object-fit: contain;
}

.floor_page_container {
  width: 80vw;
  max-width: 1800px;
  margin: 60px auto;
}

.floorplates,
.plan_image {
  float: right;
  width: calc(100% - 315px);
}
.header_wrapper {
  width: 30%;
}

.floor_title {
  margin: 20px 0 0 0;
  color: #53565a;
  font-size: 48px;
  width: fit-content;
}

.floor_sub {
  margin: 0;
  color: #b1b1b1;
  font-size: 50px;
}
.floor_page {
  width: 100%;
  display: flex;
  justify-content: space-between;
  align-items: start;
  gap: 15px;
}

.floor_desc {
  margin-top: 50px;
  min-width: 250px;
}
.floor_desc li {
  padding: 10px 0;
}

li#bed1_A::before,
li#bed2_A::before,
li#bed2_B::before,
li#bed2_C::before,
li#bed3_A::before,
li#bed3_B::before,
li#bed3_C::before,
li#bed3_D::before,
li#bed3_E::before {
  content: "";
  margin-right: 10px;
  width: 10px;
  height: 10px;
  display: inline-block;
}
li#bed1_A::before {
  background-color: #6192b4;
}
li#bed2_A::before {
  background-color: #954b2d;
}
li#bed2_B::before {
  background-color: #b87f67;
}
li#bed2_C::before {
  background-color: #d8b4a5;
}
li#bed3_A::before {
  background-color: #d5b49e;
}
li#bed3_B::before {
  background-color: #e0c6b5;
}
li#bed3_C::before {
  background-color: #ead8cd;
}
li#bed3_D::before {
  background-color: #f4ebe5;
}
li#bed3_E::before {
  background-color: #E0C6B5;
}

.undermap_register {
  width: 100%;
  height: 100%;
  padding: 10px 0 0;
}

.register_bar_floor {
  background-color: #d4b59e;
  color: #ffff;
  width: 100%;
  font-size: 20px;
  text-align: center;
}

/* building */

.building_1_content {
  margin-top: 150px;
  width: 50%;
  padding: 50px 0;
}
.building_2_content {
  width: 35%;
}
.building_center_image {
  width: 80%;
  margin: auto;
}
.building_img {
  width: 100%;
  height: 75vh;
  object-fit: cover;
}

.building_flex {
  width: 80%;
  margin: 100px auto;
  display: flex;
  align-items: center;
}

.building_bbq {
  width: 100%;
  object-fit: cover;
  height: 60vh;
}

.building_container_box {
  width: 75%;
  margin-left: 60px;
  margin-top: 20px;
}
.image_content {
  width: 70%;
}

.section_flex3 {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 100px;
}
.photos_container {
  width: 75%;
  margin: 150px auto 0 auto;
  display: grid;
  grid-template-columns: 0.4fr 2.5fr 0.3fr 2fr 0.3fr 2.5fr 0.6fr;
  grid-template-rows: 0.3fr 1.5fr 0.3fr 1fr 0.5fr 0.3fr 2fr 1.3fr;
  grid-auto-columns: 1fr;
  grid-auto-rows: 1fr;
  gap: 0px 0px;
  grid-auto-flow: row;
  grid-template-areas:
    "item1 item1 item1 item1 . . ."
    "item1 item1 item1 item1 . item2 ."
    "item1 item1 item1 item1 . . ."
    "item1 item1 item1 item1 . item3 ."
    ". item4 . . . item3 ."
    ". item4 . . . . ."
    ". item4 . item5 item5 item5 item5"
    ". . . item5 item5 item5 item5";
}

.photo_item1 {
  grid-area: item1;
}

.photo_item2 {
  grid-area: item2;
}

.photo_item3 {
  grid-area: item3;
}

.photo_item4 {
  grid-area: item4;
  margin-top: 40px;
}

.photo_item5 {
  grid-area: item5;
}

.photo_text_wrapper {
  position: relative;
}
.bottom-right {
  position: absolute;
  bottom: 25px;
  right: 15px;
  z-index: 10;
  color: #ffff;
  font-size: 10px;
}
.bottom-right1 {
  position: absolute;
  bottom: 20px;
  right: 15px;
  z-index: 10;
  color: #ffff;
  font-size: 10px;
}
.bottom-right2 {
  position: absolute;
  bottom: 10px;
  right: 15px;
  z-index: 10;
  color: #ffff;
  font-size: 10px;
}
.bottom-right3 {
  position: absolute;
  bottom: 90px;
  right: 15px;
  z-index: 10;
  color: #ffff;
  font-size: 10px;
}

.building_wrapper {
  width: 90vw;
  min-height: 60vh;
  background-image: url("/images/building1.jpg");
  background-repeat: no-repeat;
  background-position: bottom 100px center;
  background-size: 80%;
  background-attachment: fixed;
  object-fit: cover;
  margin: 0 auto;
}

/* community */
.community_wrapper {
  width: 90vw;
  min-height: 60vh;
  background-image: url("/images/community1.jpg");
  background-repeat: no-repeat;
  background-position: center;
  background-size: 80%;
  background-attachment: fixed;
  object-fit: cover;
  margin: 0 auto;
}
.community_1_img {
  width: 500px;
  height: 600px;
  object-position: center;
  object-fit: cover;
}

/* map-section */
#Community {
  width: 80%;
  height: auto;
  margin: 120px auto 0 auto;
  display: flex;
  justify-content: center;
  align-items: flex-start;
  gap: 20px;
}

.legend_menu {
  margin: 20px;
  padding: 0;
  font-weight: 300;
  width: 300px;
}
.map_area {
  width: 80%;
}

.map_menu_list > li {
  list-style-position: inside;
  font-size: 12px;
}

a#map_A::before,
a#map_B::before,
a#map_C::before,
a#map_D::before,
a#map_E::before {
  content: "";
  position: relative;
  top: 0;
  margin-right: 10px;
  width: 10px;
  height: 10px;
  display: inline-block;
}
a#map_A::before {
  background-color: #6192b4;
}
a#map_B::before {
  background-color: #76777a;
}
a#map_C::before {
  background-color: #944b2d;
}
a#map_D::before {
  background-color: #41ad49;
}
a#map_E::before {
  background-color: #d5b49e;
}

.hide {
  display: none;
}
.cycle-slideshow {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
.cycle-slideshow {
  position: relatiive;
  margin: 0 auto;
  padding: 0;
  width: 100%;
  min-width: 240px;
  height: 100%;
  z-index: 1;
}
.cycle-slideshow > img {
  width: 100%;
  position: static;
  display: block;
}
.cycle-slideshow img:first-child {
  position: static;
  z-index: 90;
}
.cycle-slideshow > div {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  padding: 0;
  background: transparent;
}
.cycle-slideshow > div > img {
  display: block;
}

/* developer */

.developer_wrapper {
  width: 90vw;
  min-height: 60vh;
  background-image: url("/images/dev1.jpg");
  background-repeat: no-repeat;
  background-position: center;
  background-size: 80%;
  background-attachment: fixed;
  object-fit: cover;
  margin: 0 auto;
}

.dev_photo_container {
  width: 80%;
  margin: 120px auto 0 auto;
  display: grid;
  grid-template-columns: 1fr 1.6fr 0.3fr 1.1fr 0.3fr 2.2fr 0.5fr;
  grid-template-rows: 0.2fr 2fr 0.2fr 1.9fr 0.1fr;
  grid-auto-columns: 1fr;
  grid-auto-rows: 1fr;
  gap: 0px 0px;
  grid-auto-flow: row;
  grid-template-areas:
    "dev_photo_item1 dev_photo_item1 dev_photo_item1 dev_photo_item1 . . ."
    "dev_photo_item1 dev_photo_item1 dev_photo_item1 dev_photo_item1 . dev_photo_item2 ."
    ". . . . . . ."
    "dev_photo_item3 dev_photo_item3 . dev_photo_item4 dev_photo_item4 dev_photo_item4 dev_photo_item4"
    "dev_photo_item3 dev_photo_item3 . dev_photo_item4 dev_photo_item4 dev_photo_item4 dev_photo_item4";
}

.dev_photo_item1 > img {
  object-fit: cover;
  max-width: 100%;
  height: 100%;
}

.dev_photo_item1 {
  grid-area: dev_photo_item1;
}

.dev_photo_item2 {
  grid-area: dev_photo_item2;
}

.dev_photo_item3 {
  grid-area: dev_photo_item3;
}

.dev_photo_item4 {
  grid-area: dev_photo_item4;
}

/* plan_page */

.plan_page_container {
  width: 80%;
  min-height: 80vh;
  margin: 50px auto;
}

.plan_h4 {
  font-family: "pluto sans";
  text-transform: uppercase;
  letter-spacing: 2px;
  font-weight: 300;
  color: #53565a;
}
.plan_h1 {
  color: #53565a;
  font-family: "Tenez Bold";
  text-transform: uppercase;
}
.plan_h1.pent {
  white-space: nowrap;
  font-size: 42px;
}


#Plan-Type {
  width: 100%;
  height: 100%;
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
}

.plan_desc {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: flex-start;
  gap: 5px;
  width: 30%;
}
.floor_plans_img {
  width: 100%;
  object-fit: cover;
}

.plan_page_button {
  padding: 10px 30px;
  font-weight: 300;
  font-size: 15px;
  line-height: 15px;
  text-align: center;
  text-transform: uppercase;
  border: solid 2px #b1b1b1;
  display: inline-block;
  -webkit-transition: all 0.4s ease 0s;
  -moz-transition: all 0.4s ease 0s;
  -o-transition: all 0.4s ease 0s;
  transition: all 0.4s ease 0s;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  cursor: pointer;
}

.space_table {
  font-family: "pluto sans";
  letter-spacing: 0;
  margin-top: 20px;
}

.thanks_wrapper {
  width: 90%;
  margin: 50px auto;
}

.floor_small_p {
  font-size: 10px;
  letter-spacing: 0;
  color: #b1b3b3;
  width: 90%;
  margin: 20px auto 0 auto;
}

/* animation */

.fadeIn {
  opacity: 0;
  transition: 1.5s;
}
.fadeIn.is-show {
  opacity: 1;
}

.scrollFade {
  opacity: 0;
  transform: translateY(20px);
  transition: 1.5s;
}
.scrollFade.is-show {
  transform: translateY(0px);
  opacity: 1;
}
.footer_mobile {
  display: none;
}
.back {
  width: 80%;
  margin: auto;
  margin-top: 20px;
  display: flex;
  justify-content: flex-end !important;
}

.view_download {
  width: 100%;
  display: flex;
  justify-content: flex-end;
  align-items: center;
}
.buttons > div {
  margin-left: 10px;
}

.back_button {
	padding: 12px 20px;
	font-family: "Tenez Bold", Georgia, Times, serif;
	font-weight: 400;
	font-size: 20px;
	line-height: 20px;
	color: #757575;
	text-align: center;
	text-transform: uppercase;
	background: #f0ede5;
	border: solid 1px #f0ede5;
	-webkit-transition: all 0.4s ease 0s;
	-moz-transition: all 0.4s ease 0s;
	-o-transition: all 0.4s ease 0s;
	transition: all 0.4s ease 0s;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	cursor: pointer;
}
.back_button:hover {
	color: #ffffff;
	background: #757575;
}
.back_button a:hover {
	color: #ffffff;
}
.back_button.reverse {
	color: #d3b39e;
	background: #ffffff;
	border: solid 1px #b2b2b2;
}
.back_button.reverse:hover {
	color: #ffffff;
	background: #d3b39e;
	border: solid 1px #d3b39e;
}


/* mobile */
@media only screen and (min-width: 0px) and (max-width: 599px) {
  
  .hero_image {
    position: relative;
  }

  .monaco_video {
    width: 50vw !important;
    max-height: 110px !important;
    left: 0px;
    bottom: 8% !important;
    /* transform: translate(-50%, 0); */
  }

  .mobile_head {
    position: absolute;
    background-color: #d3b39e;
    font-size: 28px !important;
    padding: 0;
    line-height: 50px;
    letter-spacing: 98% !important;
    left: 50% !important;
    transform: translate(-50%, 50%) !important;
    bottom: 50% !important;
  }

  .menu__btn {
    top: 30px;
    left: 15px;
  }

  .interiors_wrapper {
    width: 100vw;
    height: 35vh !important;
    margin-top: 35px !important;
    object-fit: cover;
    /* background-size: 100% !important;
    background-position: center center;
    background-attachment: fixed; */
  }

  .interiors_hero {
    padding-top: 0px;
    width: 100%;
    height: 30vh;
  }
  .interior_1_head {
    font-size: 34px;
    margin-bottom: 15px;
  }
  .interior_1_p {
    font-size: 14px;
  }

  .interior_section1 {
    width: 100vw !important;
    height: auto !important;
    padding: 50px 0 0 0 !important;
    top: 0px !important;
    margin: 0px auto 100px auto !important;
  }
  .interior_2_bg {
    box-shadow: -20px -20px #f1eee6, 20px -20px #f1eee6;
  }
  .banner_section_text {
    font-size: 14px !important;
  }

  .banner_section {
    height: 300px !important;
  }
  .interiors_slider {
    width: 95vw !important;
  }
  .interior_slide_img {
    height: 40vh !important;
    width: 100vw;
    object-fit: cover;
  }
  .section_flex2 {
    flex-direction: column-reverse !important;
  }
  .interior_section2 {
    padding-top: 0 !important;
  }
  .interior_2_content {
    padding-top: 0px !important;
    padding-bottom: 70px;
  }
  .slide_section {
    margin-bottom: 0;
  }
  .floor_wrappr {
    height: 100vh !important;
    padding-top: 100px !important;
  }
  .floor_button.large {
    font-size: 20px;
    padding: 10px 50px;
  }
  .floor_page_heading {
    margin-top: 110px !important;
    display: block !important;
  }
  .floor_title {
    font-size: 38px;
  }
  .floor_sub {
    font-size: 38px;
  }
  .floor_desc {
    font-size: 12px;
    padding-bottom: 10px;
  }
  .floor_desc li {
    padding: 5px 0;
  }
  .plan_h1 {
    font-size: 34px !important;
  }
  .plan_h4 {
    font-size: 13px !important;
  }
  .plan_desc {
    padding-bottom: 20px;
  }
  .floor_small_p {
    font-size: 7px;
    margin: 0 auto !important;
  }
  /* building */
  .building_wrapper {
    width: 100vw;
    height: 40vh !important;
    background-size: 110% !important;
    background-position: center center;
    background-attachment: fixed;
  }
  
  .building_section1 {
    width: 100vw !important;
    height: auto !important;
    padding: 50px 0 0 0 !important;
    top: 0px !important;
    margin: 0px auto 100px auto !important;
  }
  .building_center_image {
    width: 100%;
    margin: 10px auto 0 auto !important;
  }
  .building_img {
    height: 30vh !important;
  }
  .image_content {
    width: 100vw;
  }
  .building_bbq {
    width: 100vw;
    height: 30vh !important;
  }
  .photos_container {
    display: flex;
    flex-direction: column;
    margin-top: 40px;
    gap: 10px;
  }
  .photo_item4 {
    margin-top: 0px;
  }
  .photo_item4 > img {
    height: 250px;
    width: 90vw;
  }
  .register_bar_area {
    padding-top: 20px;
  }
  /* community */
  .community_wrapper {
    width: 100vw;
    height: 40vh !important;
    background-size: 110% !important;
    background-position: center center;
    background-attachment: fixed;
  }
  #Community {
    /* width: 100% !important;
    height: auto;
    margin: 90px auto 0 auto !important;
    flex-direction: column-reverse;
    gap: 15px; */
    display: none !important;
  }
  /* .map_menu_area {
    margin-left: 20px;
  } */

  /* developer */
  .developer_wrapper {
    width: 100vw;
    height: 50vh !important;
    background-size: 110% !important;
    background-position: center center;
    background-attachment: fixed;
  }

  .dev_photo_container {
    width: 90vw;
    display: flex;
    flex-direction: column;
    margin: 40px auto 0 auto;
    gap: 10px;
  }
  .bottom-right3 {
    bottom: 20px;
  }
  .menu__box {
    width: 100% !important;
  }
  .book_button_wrapper {
    right: -10px;
    top: 30px;
    transform: rotate(-90deg);
  }
  .book_button {
      padding: 5px 10px 10px 10px !important;
      line-height: 20px !important;
      font-size: 20px !important;
      letter-spacing: 1px;
  }
  .book_button_wrapper.white {
    position: fixed;
    top: 150px;
    right: -40px;
    margin-top: 0px;
    z-index: 2000;
}
.dev_photo_item1 > img {
  object-fit:cover;
  max-width: 350px;
  width: 100%;
  height: 100%;
}

.legend_menu {
  margin: 0px;
  padding: 0;
  font-weight: 300;
  width: 300px;
}

.back_button {
  font-size: 15px;
  padding: 5px 10px;
}
.view_download {
  justify-content: center !important; 
}
.button {
  font-size: 15px;
  padding: 5px 10px;
}
.buttons > div {
  margin-left: 0px;
}
.panorama_section {
  width: 100%;
  overflow: hidden;
}
.views_title {
  padding-top: 80px !important;
  padding-left: 30px;
  font-size: 30px !important;
}

.views_sub {
font-size: 30px !important;
}
.level_head {
  padding-left: 30px;
  font-size: 15px !important;
  margin: 0;
}

.fixed_width_slider {
  max-width: 800px;
  width: 90vw;
  margin: 0 auto;
}

.colour_slide_image {
  max-height: 500px;
}

.slide_section{
  margin: 80px auto;
}

.slide_image_color_palettes_landscape {
  max-width: 500px;
  max-height: 785px;
  width: 80vw;
  height: 50vh;
  object-fit: cover;
  object-position: center;
}

.colour-container {
  margin: 0 auto;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  gap: 0px;
}

.colour-list {
  width: 90%;
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: center;
  gap: 20px !important;
}

}

/* tablet*/
@media only screen and (min-width: 600px) and (max-width: 1000px) {
  .nav_logo_img_white {
    width: 150px;
  }

  .nav_menu_white{
    gap: 16px;
    margin: 10px 0px !important;
  }

 .white_nav_content{
    width: 95vw !important;
    justify-content:space-between;
    align-items: center;
  }

  .nav_menu_white > .nav_item {
    letter-spacing: 0.5px;
  }

  .mobile_head {
    position: absolute;
    font-size: 54px;
    left: 24px;
    bottom: 180px;
    background-color: #d4b59e;
    color: #ffffff;
    padding: 1.5rem;
    display: inline-block !important;
  }

  .menu__btn {
    top: 30px;
    left: 30px;
  }
  
  .interior_section1 {
    height: auto;
    top: 200px !important;
  }
  .building_section1 {
    height: auto;
    top: 200px !important;
    padding-bottom: 30px !important;
  }
  .interior_1_content_box {
    margin: 20px auto 0 auto;
  }
  .floor_wrappr {
    height: 90vh !important;
    padding-top: 100px !important;
  }
  #Community {
    width: 100% !important;
    height: auto;
    margin: 90px auto 0 auto !important;
    flex-direction: column-reverse;
    gap: 15px;
  }
  .map_menu_area {
    margin-left: 20px;
  }
  .bottom-right3 {
    bottom: 45px;
  }
  .panorama_section {
    width: 100%;
  }
}
/*  small laptop */

@media only screen and (max-width: 1340px) {
    .floor_title{
      font-size: 38px;
    }
    .floor_page_container{
      width: 90vw;
    }
    .floor_desc {
      min-width: 200px;
      font-size: 14px;
    }
    .white_nav_content {
      padding: 20px 0;
      width: 90vw;
    }
    .nav-btn {
      padding: 5px 10px;
      font-size: 12px;
    }
    .nav_item {
      font-size: 12px;
    }
    .nav_menu_white {
      gap: 12px;
    }
    .nav_logo_img_white {
      min-width: 100px;
      width: 150px;
    }
    .floor_page_container {
      width: 90vw;
    }

}

/* tablet and small laprop */
@media only screen and (max-width: 1024px) {
  .hamburger-menu {
    position: fixed;
    width: 100vw;
    z-index: 2000;
    display: flex;
    justify-content: center;
    align-items: center;
  }
  .hamburger-menu.whitebg {
    background-color: #ffff;
    padding-top: 4px;
    padding-bottom: 6px;
  }
  .nav_list {
    display: none;
  }
  .white_nav_list {
    display: none;
  }

  .footer_laptop {
    display: none;
  }
  #menu__toggle {
    opacity: 0;
    position: fixed;
  }
  #menu__toggle:checked + .menu__btn > span {
    transform: rotate(45deg);
  }
  #menu__toggle:checked + .menu__btn > span::after {
    top: 0;
    width: 100%;
    transform: rotate(90deg);
  }
  #menu__toggle:checked ~ .menu__box {
    left: 0 !important;
  }
  .menu__box > li {
   padding: 0;
   margin: 5px auto;
  }
  .menu__box > li:first-child {
    margin-bottom: 30px;
  }
  .menu__btn {
    position: fixed;
    width: 28px;
    height: 28px;
    cursor: pointer;
    z-index: 2005;
    top: 30px;
    left: 15px;
  }
  .mobile_logo {
    width: 60%;
    margin: auto;
  }

  .menu__btn > span {
    display: block;
    position: absolute;
    width: 100%;
    height: 2px;
    background-color: #53565a;
    transition-duration: 0.25s;
  }

  .menu__btn > span::after {
    display: block;
    position: absolute;
    width: 60%;
    height: 2px;
    background-color: #53565a;
    transition-duration: 0.25s;
  }

  .menu__btn > span::before {
    content: "";
    top: -8px;
  }
  .menu__btn > span::after {
    content: "";
    top: 8px;
  }
  .menu__box {
    position: fixed;
    top: 0;
    left: -100%;
    width: 300px;
    height: 100vh;
    margin: 0;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    list-style: none;
    /* background-color: #f1eee6; */
    backdrop-filter: blur(11px) saturate(148%);
    -webkit-backdrop-filter: blur(11px) saturate(148%);
    background-color: rgba(241, 238, 230, 0.77);
    border: 1px solid rgba(209, 213, 219, 0.3);
    transition-duration: 0.5s;
    gap: 15px;
    z-index: 1000;
  }

  .menu__item {
    display: block;
    padding: 12px 24px;
    color: #333;
    font-size: 20px;
    font-weight: 600;
    text-decoration: none;
    transition-duration: 0.5s;
  }

  .nav_logo_img {
    width: 30%;
    object-fit: cover;
    margin: 20px auto 0 auto;
    min-width: 170px;
  }

  .button_wrapper_white_nav .button_white_nav {
    padding-right: 10px;
    font-size: 16px;
  }
  .button_wrapper_white_nav {
    position: fixed;
    top: -60px;
    right: -85px;
    transform: rotate(270deg);
    z-index: 1001;
    font-size: 18px;
  }
  .mobile_head {
    color: #ffff;
  }
  .overlay {
    display: none;
  }

  /* footer */
  .footer_mobile {
    width: 90vw;
    margin: auto;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    text-align: center;
  }

  .logo_footer {
    width: 50%;
    max-width: 300px;
    margin: 45px 0 20px 0;
  }
  .mobile_footer_info {
    color: #53565a;
    font-size: 12px;
    padding: 10px 0;
  }
  
  .copyright {
    color: #53565a;
    font-size: 8px;
    padding-bottom: 20px;
    line-height: 10px;
  }

  .icon_logo_wrapper {
    width: 100%;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    gap: 20px;
    margin-bottom: 30px;
  }
  .social_icons {
    width: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
    margin: 0;
  }
  .section_flex {
    flex-direction: column;
  }
  .interior_2_bg {
    box-shadow: -30px -30px #f1eee6, 30px -30px #f1eee6;
    margin-top: 20px;
  }
  .interiors_hero {
    padding-top: 20px;
    width: 100vw;
    height: 40vh;
  }

  .interiors_wrapper {
    width: 100%;
    /* background-repeat: no-repeat;
    background-position: top;
    background-size: 100%;
    background-attachment: fixed; */
    object-fit: cover;
    margin: auto;
  }

  .interior_section1 {
    height: 80vh;
    width: 100vw;
    padding-top: 0px;
    position: relative;
    top: 250px;
    margin: 0 auto 280px auto;
    background-color: #ffffff;
  }

  .building_section1 {
    height: 78vh;
    width: 100vw;
    padding-top: 0px;
    position: relative;
    top: 150px;
    margin: 0 auto;
    background-color: #ffffff;
  }

  .section_flex3 {
    width: 100%;
    flex-direction: column;
    gap: 0;
  }
  .interior_2_img {
    max-width: 600px;
    max-height: 690px;
    width: 100%;
    height: 50%;
    object-fit: cover;
  }
  .building_1_content {
    width: 100%;
    padding: 0;
    margin: 30px auto 0px auto;
    text-align: center;
  }
  .interior_1_content_box {
    width: 80%;
    margin: 0 auto;
  }
  .interior_1_p {
    text-align: center;
  }
  .section_flex2 {
    flex-direction: column;
    align-items: center;
    gap: 0;
  }
  .banner_section_text {
    width: 70%;
    margin: auto;
    text-align: center;
    font-size: 14px;
  }
  .banner_section {
    height: 220px;
  }
  .slide_image_color_palettes_landscape {
    max-width: 1417px;
    max-height: 785px;
    width: 100vw;
    height: 50vh;
  }
  .slide_section {
    width: 100vw;
  }
  .interiors_slider {
    width: 60vw;
  }

  .interior_section2 {
    padding-top: 20px;
    width: 100vw;
    height: auto;
    margin: 0 auto;
  }
  .interior_slide_img {
    height: 60vh;
    width: 70vw;
    object-fit: cover;
  }

  .interior_2_content {
    position: static;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    padding-top: 40px;
    text-align: center;
    width: 100%;
  }
  .interior_2_content_box {
    margin: 20px 0 0 0;
  }
  .btn_floors {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    gap: 50px;
  }
  .floor_wrappr {
    height: 70vw;
    padding-top: 80px;
  }
  /* one */
  .floor_page_container {
    width: 85vw;
    margin: 0px auto;
  }
  /* #map_bed{
    transform: scale(100%);
  } */
  .floor_page_heading {
    margin-top: 150px;
    display: flex;
    gap: 10px;
  }
  .floor_page {
    margin: 80px auto 40px auto;
    flex-direction: column;
  }
  .header_wrapper {
    width: auto;
  }
  .floor_desc {
    margin-top: 0px;
  }
  .plan_page_container {
    width: 95%;
    min-height: 0vh;
    height: auto;
    margin: 0 auto;
  }
  
  #Plan-Type {
    flex-direction: column;
    justify-content: center;
    align-items: center;
  }

  .plan_desc {
    width: 100%;
    padding-top: 100px;
  }
  .plan_h1 {
    font-size: 45px;
    margin: 0;
  }
  .plan_h4 {
    margin: 0;
    font-size: 14px;
  }
  .space_table {
    margin: 0;
    font-size: 14px;
  }
  .floor_small_p {
    line-height: 10px;
    margin-bottom: 10px;
  }

  /* building */
  .building_wrapper {
    width: 100%;
    background-image: url("/images/building1.jpg");
    background-repeat: no-repeat;
    background-position: top center;
    background-size: 100%;
    background-attachment: fixed;
    object-fit: cover;
    margin: auto;
  }
  .building_center_image {
    margin: 350px auto 0 auto;
  }
  .building_img {
    width: 100%;
    height: 50vh;
    object-fit: cover;
  }
  .building_flex {
    flex-direction: column;
    margin: 50px auto 100px auto;
    width: 100%;
    text-align: center;
  }
  .building_2_content {
    width: 80%;
  }
  .building_container_box {
    margin: 30px auto;
    width: 100%;
  }
  .photos_container {
    width: 90vw;
  }
  .building_bbq {
    width: 100%;
    object-fit: cover;
    height: 50vh;
  }

  /* community */
  .community_wrapper {
    width: 100%;
    background-image: url("/images/community1.jpg");
    background-repeat: no-repeat;
    background-position: top;
    background-size: 100%;
    background-attachment: fixed;
    object-fit: cover;
    margin: auto;
  }
  .community_1_img {
    max-width: 600px;
    max-height: 600px;
    width: 90vw;
    height: 40vh;
    object-position: center;
    object-fit: cover;
  }
  #Community {
    width: 95%;
    height: auto;
    margin: 100px auto 0 auto;
    display: flex;
    justify-content: center;
    align-items: flex-start;
    gap: 5px;
  }
  .legend_menu {
    width: 200px;
    font-size: 13px;
  }
  .map_area {
    width: 100%;
  }
  ol > li {
    padding-bottom: 2px;
  }

  /* developer */
  .developer_wrapper {
    width: 100%;
    background-image: url("/images/dev1.jpg");
    background-repeat: no-repeat;
    background-position: top;
    background-size: 100%;
    background-attachment: fixed;
    object-fit: cover;
    margin: auto;
  }
  /* register */
  #Register {
    padding-top: 80px;
  }
  .logo {
    width: 80%;
    margin: auto;
  }

  .book_button_wrapper .book_button {
    padding-right: 18px;
    font-size: 24px;
  }

.map_menu_list > li {
  list-style-position: inside;
  font-size: 14px;
  padding-bottom: 8px;
}

#map_A,
#map_B,
#map_C,
#map_D,
#map_E {
  font-size: 16px;
}
.legend_menu {
  width: 100%;
  margin: 20px;
}
.views_title {
  padding-top: 100px;
  padding-left: 30px;
  font-size: 38px;
}

.views_sub {
font-size: 38px;
}
.level_head {
  padding-left: 30px;
  font-size: 18px;
  margin: 0;
}
.fixed_width_slider {
  max-width: 800px;
  width: 85vw;
  margin: 0 auto;
}

.slide_section{
  margin: 110px auto;
}

.slide_image_color_palettes_landscape {
  max-width: 500px;
  max-height: 785px;
  width: 80vw;
  height: 50vh;
  object-fit: cover;
  object-position: center;
}

.colour-container {
  margin: 0 auto;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  gap: 40px;
}

.colour-list {
  width: 100%;
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: center;
  gap: 80px;
}

}

.input__title{
  display: flex;
  width: 100%;
}

.input__checkboxs {
  width: 100%;
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
}

.input__checkbox{
 display: flex;
 margin-top: 20px;
 width: 30%;
}
.answer-other {
 width: 100%;
 margin-top: 25px;
}
.mt-lg{
  padding-top: 50px;
}
.input__half__feild {
  width: 100%;
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
}
.input__half {
  width: 45%;
}

.input__title__bold {
  font-weight: bold;
}
.text-bold {
  font-weight: bold;
}

@media only screen and (max-width: 800px) {
  .monaco_video {
    width: 38vw;
    right: 18px;
    bottom: 7%;
  }
  .mobile_head {
    bottom: 18%;
    padding: 1rem;
    font-size: 48px;
    left: 18px;
    line-height: 130%;
  }
  .input__checkbox{
    width: 50%;
  }

  .input__half {
    width: 100%;
  }
  .mt-lg{
    padding-top: 25px;
  }
  .book__link {
    font-size: 20px;
  }
}

.book__link {
  color: #757575;
  font-family: "Tenez Bold", Georgia, Times, serif;
  font-size: 22px;
}  
.book__link:hover {
  color: #d4b59e;
}

.alt{
  color: #757575;
  background: #f0ede5;
  font-family: "Tenez Bold", Georgia, Times, serif;
  text-transform: uppercase;
  font-size: 18px;
  margin-top: 16px;
  padding: 12px 20px;
  cursor: pointer;
}

.alt:hover {
  background: #757575;
  color: #ffffff;
}
.alt > a:hover{
  color: #ffffff;
}

.floorMapSVG{
  /* transform: scale(80%); */
  object-fit: contain;
  max-width: 70vw;
  height: auto;
}
@media only screen and (min-width: 600px) and (max-width: 1000px) {
  .floorMapSVG{
    transform: scale(95%);
    height: auto;
  }
}
@media only screen and (min-width: 0px) and (max-width: 599px) {
  .floorMapSVG{
    padding-top: 20px;
    transform: scale(130%);
    height: auto;
  }
}

