* {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
  font-family: "apple-gothic", serif;
}

@font-face {
  font-family: "apple-gothic";
  src: url(../fonts/apple-gothic/apple-gothic.woff) format("woff");
}

body {
  font-family: "", sans-serif;
  width: 100%;
}

h1,
h2,
h3,
h4,
h5,
h6,
p {
  margin: 0;
}

h3 {
  font-family: "";
  /* color: #2a3f70 !important; */
}

a * {
  text-decoration: none;
}

p {
  font-size: 14px;
}

img {
  width: 100%;
  max-width: 100%;
}

.section_title {
  padding-bottom: 20px;
}

h1 {
  font-family: "apple-gothic";
  font-size: 80px;
  font-weight: 400;
  color: #fff;
  margin-bottom: 20px;
}

.section_title h2 {
  font-family: "apple-gothic";
  font-size: 40px;
  font-weight: 400;
  color: #a15b4e;
}

.section_paragraph p {
  font-family: "apple-gothic";
  font-size: 18px;
  color: #212121;
  margin-bottom: 5px;
  line-height: 28px;
}

.mobile {
  display: none !important;
}

/* section space */

section {
  padding: 120px 0px 60px 0px;
}

section#brochure_section {
  padding-bottom: 0px;
}

/* Header CSS */

.mobile_menu {
  display: none;
}

header.header {
  padding: 5px 0px;
  position: static;
  width: 100%;
  z-index: 999;
  background: #ffffff00;
  top: 6%;
}

header.fixed-header {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  width: 100%;
  background: #fff5f5 !important;
  z-index: 999;
  box-shadow: #ffffffba 0 7px 29px 0;
}

.mobile_header {
  display: flex;
  justify-content: center;
}

.header_logo {
  width: 70%;
}

.navbar {
  display: flex;
  justify-content: center;
}

.navbar ul li {
  margin: 0px 10px;
}

.navbar ul li a {
  color: #000000;
  font-size: 16px;
}

.navbar ul li a:hover {
  color: #a15b4e;
}

.nav-link:focus,
.nav-link:hover {
  color: #a15b4e;
}

/* Header CSS Ends*/

/* Banner CSS */

#banner {
  padding: 0px;
  position: relative;
}

#banner::before {
  content: "";
  position: absolute;
  /* background: url(../images/banner-frame.png) no-repeat center center; */
  background-size: contain;
  top: 0;
  bottom: 0%;
  left: 0;
  right: 0;
  margin: auto;
  width: 90%;
  height: 100%;
}

.banner-content {
  display: none;
  position: absolute;
  top: 24%;
  left: 45%;
  right: 0;
  margin: 0 auto;
  width: 35%;
  height: 45%;
  padding: 40px 50px;
  border-radius: 19px 19px 0px 0px;
  background: linear-gradient(
    195deg,
    #f4dfcc,
    56%,
    #ffffff00,
    #ffffff00,
    #ffffff00
  );
}

/* form#banner_form.scroll {
  bottom: 70px;
  transition: all 0.5s ease-in-out;
} */

.banner-content h1 {
  font-size: 40px;
  font-weight: 500;
  display: flex;
  flex-direction: column;
}

.banner-content h1 span {
  font-family: "Encode Sans", sans-serif;
  color: #3a3d3e;
}
.banner-content h1 span:nth-child(2) {
  color: #ab7c53;
}

.banner-content p {
  color: #616161;
  font-size: 18px;
}

form#banner-form {
  display: flex;
  justify-content: center;
}

.banner_form .form_box {
  width: 100%;
}

.iti {
  width: 100%;
}

.iti__selected-country {
  height: 37px;
}

/* About */

section#about .section_title {
  display: flex;
  justify-content: center;
}

section#about .section_title h2 {
  display: flex;
  flex-direction: column;
  text-align: end;
  line-height: 45px;
  color: #a15b4e;
  width: 240px;
  margin-bottom: 10px;
}
section#about .section_title h2 span:nth-child(1) {
  font-size: 40px;
}
section#about .section_title h2 span:nth-child(2) {
  font-size: 70px;
}

/* About */

#about {
  position: relative;
}

#about::before {
  content: "";
  position: absolute;
  background: url(../images/left-wall.png) no-repeat;
  background-size: contain;
  top: 0;
  right: 0;
  margin: auto;
  width: 30%;
  height: 100%;
  z-index: -1;
}

#about::after {
  content: "";
  position: absolute;
  top: 13%;
  left: 0;
  margin: auto;
  border-top: 1px solid #a15b4e;
  width: 40%;
  z-index: -1;
}

.about_content.section_paragraph {
  display: flex;
  justify-content: center;
  flex-direction: column;
  padding-left: 20px;
  margin-bottom: 45px;
}

.about_content.section_paragraph p {
  width: 80%;
}

.about-pointers {
  display: flex;
  flex-wrap: wrap;
  margin-left: 18px;
  gap: 10px 10px;
}

.about-pointers span {
  border: 1px solid #a15b4e;
  padding: 5px 10px;
  text-align: center;
  border-radius: 50px;
  font-size: 14px;
}

.about-image-box {
  border-radius: 60% 0 0 0;
  overflow: hidden;
}

/* About */

/* highlights */

section#highlights {
  background: #fff5f5;
  position: relative;
}

#highlights::before {
  content: "";
  position: absolute;
  background: url(../images/right-wall.png) no-repeat;
  background-size: contain;
  top: 2px;
  bottom: 0;
  left: 0;
  margin: auto;
  width: 35%;
}
#highlights::after {
  content: "";
  position: absolute;
  background: url(../images/left-bottom.png) no-repeat bottom;
  background-size: contain;
  bottom: 0;
  top: 0;
  right: 0;
  margin: auto;
  width: 35%;
  z-index: 0;
}

section#highlights .row {
  width: 80%;
  border: 1px solid #a15b4e;
  border-radius: 25px;
  padding: 40px 0px;
  background: #fff5f5;
  z-index: 9;
}

section#highlights .container {
  display: flex;
  justify-content: center;
}

.higlights_tabs_wrapper {
  display: flex;
  flex-direction: column;
  align-items: flex-end;
  padding-right: 55px;
  gap: 5px;
}

form#contact_us .section_title {
  padding-bottom: 35px;
}

button.higlight_tab {
  background: transparent;
  border: 0;
  border-radius: 5px;
  width: 80%;
  display: flex;
  gap: 10px;
  font-size: 16px;
  text-align: left;
  transition: all 0.5s ease-in-out;
  overflow: hidden;
  align-items: center;
}

button.higlight_tab img {
  width: 40px;
  height: 40px;
  background: #a15b4e24;
  padding: 5px;
  transition: all 0.5s ease-in-out;
  object-fit: contain;
}

button.higlight_tab.active img {
  background: #a15b4e;
  transition: all 0.5s ease-in-out;
}

button.higlight_tab.active {
  background: #a15b4e87;
  transition: all 0.5s ease-in-out;
}
.higlight_tab img.white-icon {
  display: none;
  transition: all 0.5s ease-in-out;
}
.higlight_tab.active img.white-icon {
  display: block;
  transition: all 0.5s ease-in-out;
}
.higlight_tab.active img.colored-icon {
  display: none;
  transition: all 0.5s ease-in-out;
}
.higlight_tab img.colored-icon {
  display: block;
  transition: all 0.5s ease-in-out;
}

.higlights_img_wrapper {
  display: flex;
  justify-content: center;
}

.higlights_img_wrapper .image_box {
  width: 68%;
  border-radius: 15px;
  overflow: hidden;
  display: none;
  opacity: 0;
  animation: slideUp forwards 0.7s ease-in;
}

@keyframes slideUp {
  0% {
    /* transform: translateY(30px); */
    opacity: 0;
    transform: scale(0.9);
    transition: all 0.5s ease-in-out;
  }

  100% {
    /* transform: translateY(0); */
    transform: scale(1);
    opacity: 1;
    transition: all 0.5s ease-in-out;
  }
}

.higlights_img_wrapper .image_box.active {
  display: block;
  opacity: 1;
  animation: slideUp forwards 0.7s ease-in;
}

/* highlights */

/* amenites css */

#gallery {
  position: relative;
}

#gallery::before {
  content: "";
  position: absolute;
  background: url(../images/gallery-left-wall.png) no-repeat bottom right;
  background-size: contain;
  top: 0;
  bottom: 0;
  right: 0;
  margin: auto;
  width: 35%;
}
#gallery::after {
  content: "";
  position: absolute;
  background: url(../images/gallery-right-wall.png) no-repeat top left;
  background-size: contain;
  top: 0;
  bottom: 0;
  left: 0;
  margin: auto;
  width: 35%;
}

.gallery_img img {
  border-radius: 25px;
  min-height: 350px;
}

/* amenites css */

#amenities {
  background: url(../images/amenities-wall.png) no-repeat top left;
}

#amenities .section_title {
  margin-bottom: 15px;
}

.amenities_img_wrapper {
  width: 100%;
  /* height: 300px; */
  display: flex;
  justify-content: center;
  align-items: center;
}

.amenities_img_wrapper .amenities-image-box {
  width: 10%;
  transition: all ease-out 0.5s;
  cursor: pointer;
  overflow: hidden;
}

.amenities_img_wrapper .amenities-image-box img {
  width: 100%;
  height: 400px;
  object-fit: cover;
  transition: all ease-out 0.5s;
}

.amenities_img_wrapper .amenities-image-box.active {
  width: 50%;
}

.amenities_img_wrapper .amenities-image-box.active:nth-child(1) {
  border-radius: 10px 0px 0px 10px;
}

.amenities-image-box {
  position: relative;
}

.amenities-image-box::before {
  content: "";
  position: absolute;
  background: linear-gradient(225deg, #00000000 0%, #000000b5 100%);
  top: 0;
  bottom: 0;
  left: 0;
  margin: auto;
  width: 100%;
}

.amenities-content-box {
  position: absolute;
  bottom: 0;
  left: 5px;
  margin: auto;
  width: 100%;
  /* text-align: center; */
  padding: 10px;
  color: #fff;
  font-size: 18px;
}

/* .amenities_img_wrapper .amenities-image-box:hover img {
  object-fit: fill;
} */

/* amenites css */

/* Plans css */

#plans {
  position: relative;
  background: url(../images/plan-wall.png) no-repeat center center;
  background-size: cover;
}

#plans .section_title h2 {
  font-size: 40px;
}

div#myTab {
  text-align: center;
}

.plan_tab {
  border: 0;
  color: #a15b4e;
  background: transparent;
  font-size: 25px;
  margin: 0px 15px;
  position: relative;
}

.plan_tab.active::after {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  border-bottom: 1px solid #a15b4e;
  width: 100%;
  margin: auto;
  transition: all ease-out 0.5s;
}

.plan-image {
  display: none;
}

.plan-image.active {
  display: block;
  text-align: center;
}

.plan-image a {
  text-align: center;
}

.plan-image img {
  width: 75%;
  box-shadow: inset 1px 1px 1px 8px #ffffff;
}

.unit-plan img {
  width: 60% !important;
}

.plan-slider .owl-nav .owl-prev,
.plan-slider .owl-nav .owl-next {
  margin: auto;
  width: 50px;
  font-size: 25px;
  margin: 25px 0px 0px;
}

/* Plans css */

/* gallery section */

/* Location Highlights */

#location_highlights {
  position: relative;
  background: #fff5f5;
}

#highlights_content .section_title h2 {
  text-align: left;
}

.location_img_box {
  /* position: relative;
  z-index: 9; */
  display: flex;
  justify-content: center;
}

#location_highlights {
  background: url(../images/location-bg.png) no-repeat center center;
  background-size: cover;
  margin: auto;
}

.location_img_box img {
  width: 70%;
}

.location_info ul {
  display: flex;
  justify-content: space-between;
}

.location_info ul li {
  list-style-type: none;
}

#location_highlights .accordion-item,
#location_highlights .accordion-button {
  background: transparent;
}

/* Location Highlights */

/* Footer */

#footer {
  /* padding: 40px 0px; */
}

.footer_content {
  padding: 40px 0px;
}

.ceyon_logo img {
  width: 40% !important;
  float: right;
}

/* owl nav */

.owl-nav {
  display: flex;
  justify-content: center;
  gap: 20px;
}

.owl-nav .owl-prev,
.owl-nav .owl-next {
  margin: auto;
  width: 30px;
  font-size: 25px;
  color: #000000;
  display: flex;
  align-items: center;
  justify-content: center;
  margin: 40px 0px 0px;
}

.owl-nav .owl-prev .fa-angle-right,
.owl-nav .owl-next .fa-angle-left {
  font-size: 20px;
}
/* footer form css */

section.forms {
  display: none;
}

#enquire_price input.form_input {
  background: #0c261b57;
  color: #000000;
}

#enquire_price input.form_input::placeholder {
  color: #000000;
}

#sticky-form .form_box,
#enquire_price .form_box {
  flex-direction: column;
}

#sticky-form .form_submit_btn input {
  background: #a15b4e;
  color: #ffffff;
}

#contact_us input.form_input {
  border: 0;
  background: #ffffff;
}

#contact_us input.form_input::placeholder {
  color: #000000;
}

#contact_us .form_submit_btn input {
  color: #000;
}

form#contact_us,
#enquire_price,
#brochure_form {
  display: flex;
  justify-content: center;
  flex-direction: column;
  align-items: center;
}

.forms {
  display: flex;
}

form#brochure_form {
  background: #fff;
  width: 25%;
  padding: 20px 10px;
  color: #000000;
}

form#brochure_form input.form_input {
  background: #a15b4e85;
}

form#brochure_form input.form_input::placeholder {
  color: #000000;
}

#brochure_form .form_box {
  /* width: 100%; */
  flex-direction: column;
}

#brochure_form .footer_submit_btn input {
  background: #a15b4e !important;
  color: #fff;
}

#brochure_form .privacy_policy_tc {
  color: #000;
}

form#contact_us .section_title h3 {
  font-size: 35px;
  color: #ffffff;
}

form#banner_form {
  right: 0;
  left: 0;
  bottom: -60px;
  display: flex;
  justify-content: center;
  padding: 11px 0px;
  background: #fff5f5;
  transition: all 0.5s ease-in-out;
}

#banner_form .form_box,
#contact_us .form_box {
  width: 80%;
}

.form_box {
  display: flex;
  justify-content: center;
  gap: 20px;
}

input.form_input {
  background: #a15b4e5c;
  backdrop-filter: blur(5px);
  border: 0;
  border-radius: 5px;
  padding: 8px 20px;
  /* color: #fff; */
  width: 100%;
  font-size: 14px;
}

input.form_input::placeholder {
  color: #000000;
  font-size: 14px;
}

input:focus-visible {
  outline: 0;
}

label.checkbox-inline {
  display: flex;
  width: 100%;
  gap: 10px;
  font-size: 12px;
}

label.checkbox-inline input {
  margin-bottom: 33px;
  border: 0;
  width: 18px;
}

.privacy_policy_tc {
  font-size: 9px;
  color: #000;
}

.form_submit_btn input {
  background: #a15b4e;
  color: #ffffff;
  padding: 8px 35px;
}

.form_input {
  width: 100%;
}

.form_box .intl-tel-input {
  width: 100%;
  max-height: 37px;
}

.form_box .intl-tel-input .country-list .flag-box,
.intl-tel-input .country-list .country-name {
  color: #000;
}

.form_box .intl-tel-input .selected-flag {
  height: 100%;
  max-height: 65%;
  padding: 18px 10px;
}

.error {
  color: #d10508;
  font-size: 12px;
}

form#sticky-form {
  position: fixed;
  top: 20%;
  right: -325px;
  background: #ffffff;
  padding: 26px 15px;
  width: 325px;
  height: auto;
  border-radius: 5px;
  transition: all 0.5s ease-in-out;
  box-shadow: 0 0 3px 0px #0000006b;
  z-index: 9;
}

form#sticky-form.active {
  right: 0;
  transition: all 0.5s ease-in-out;
}

form#enquire_price,
#brochure_form {
  position: fixed;
  top: 18%;
  left: 0;
  right: 0;
  z-index: 9;
  margin: 0 auto;
  background: #ffffff;
  padding: 20px;
  width: 25%;
  border-radius: 15px;
}

#enquire_price .section_title h2 {
  color: #0c261b;
  font-size: 25px;
}

#enquire_price .privacy_policy_tc {
  color: #000;
}

#enquire_price .form_submit_btn input {
  background: #0c261b;
  color: #fff;
}

button.enquire_now {
  position: absolute;
  left: -90px;
  transform: rotate(270deg);
  padding: 10px 20px;
  bottom: 0;
  top: 0;
  height: 45px;
  margin: auto;
  border: 1px solid transparent;
  background: #a15b4e;
  color: #fff;
  border-radius: 5px 5px 0px 0px;
}

.close {
  position: absolute;
  top: 3px;
  right: 3px;
}

.contact a,
.address p {
  font-size: 18px;
}

.mfp-image-holder .mfp-close,
.mfp-iframe-holder .mfp-close {
  right: 0px;
  top: 0px;
  padding-right: 0px;
  color: #fff !important;
  /* width: auto; */
  background: transparent;
}

.location_wrapper iframe {
  width: 100%;
}

.footer_btns {
  display: none;
}

.plan_img,
.gallery_img {
  position: relative;
}

.caption {
  position: absolute;
  bottom: 30px;
  background: #00000080;
  width: 100%;
  text-align: center;
}

.caption p {
  color: #fff;
  font-size: 14px;
  padding: 5px 0px;
}

.cloudzoom-blank div:nth-child(3) {
  display: none !important;
}

form#contact_us {
  background: #a15b4e;
  padding: 25px 0px;
}

.logo_box {
  display: flex;
  justify-content: space-between;
  padding: 0px 50px;
  padding-top: 20px;
  line-height: 25px;
}

.logo_box img {
  width: 250px;
}

.logo_box img:nth-child(2) {
  width: 100px;
}

.address_box {
  padding-top: 15px;
}

.address_box a {
  text-decoration: none;
  color: #000;
}

.address_box a strong {
  color: #000;
}

section#pricing_plan {
  padding: 0px 0px;
}

/* FAQs */

#faqs {
  background: url(../images/plan-wall.png) no-repeat center center;
  background-size: cover;
}

#faq_content {
  display: flex;
  flex-direction: column;
  align-items: center;
}

#faq_content .accordion {
  width: 80%;
}

#faq_content .accordion-button:not(.collapsed) {
  background-color: transparent;
  box-shadow: 0 0 0 0 #fff;
  color: #a15b4e;
}

#faq_content .accordion-button:focus {
  outline: none;
  box-shadow: 0 0 0 0 #fff;
}

#faq_content .accordion-item {
  border: 0;
  border-bottom: 1px solid #a15b4e;
  border-radius: 0;
}

#faq_content .accordion-body {
  padding-left: 40px;
}

a.brochure-btn {
  margin-top: 20px;
  text-align: center;
}

a.brochure-btn button {
  border: 0;
  margin: 5%;
  color: #fff;
  font-size: 18px;
  padding: 10px 35px;
  border-radius: 10px;
  background: #a15b4e;
}

.virtual_tour, .project_video {
    width: 75%;
    height: 500px;
}

/* FAQs */

/*Responsive css*/

@media only screen and (max-width: 1440px) {
}

@media only screen and (max-width: 1368px) {
  .banner-content {
    top: 20%;
  }
  .banner-content h1 {
    font-size: 35px;
  }

  .section_title h2 {
    font-size: 40px;
    /* text-align: left; */
  }

  .navbar ul li a {
    padding: 10px;
  }

  /* form#banner_form.scroll {
    bottom: 42px;
  } */

  #about::after {
    top: 10%;
    width: 41%;
  }

  .about-pointers span {
    font-size: 14px;
  }

  button.higlight_tab {
    width: 85%;
    font-size: 14px;
  }
}

@media only screen and (max-width: 1285px) {
  form#banner_form {
    bottom: 40px;
  }

  /* form#banner_form.scroll {
    bottom: 108px;
  } */
}

@media only screen and (min-width: 800px) and (max-width: 1200px) {
  .navbar ul li a {
    padding: 10px 0px;
  }

  .banner-content {
    padding: 40px 30px;
  }
  .banner-content h1 {
    font-size: 30px;
  }

  form#banner_form {
    bottom: -60px;
  }

  #about::after {
    width: 43%;
  }
  section#about .section_title h2 span:nth-child(2) {
    font-size: 50px;
  }

  section#about .section_title h2 span:nth-child(1) {
    font-size: 30px;
  }

  .about_content.section_paragraph {
    margin-bottom: 15px;
  }

  .about_content.section_paragraph p {
    width: 100%;
  }

  section#highlights .row {
    width: 90%;
  }

  .higlights_img_wrapper .image_box {
    width: 80%;
  }

  .higlights_tabs_wrapper {
    padding-right: 15px;
    gap: 10px;
  }

  button.higlight_tab {
    width: 80%;
  }
}

@media only screen and (max-width: 1024px) {
  .navbar ul li a {
    font-size: 14px;
    padding: 10px 5px;
  }

  #banner::before {
    top: 25px;
    width: 95%;
    height: 100%;
  }

  .banner-content h1 {
    font-size: 25px;
  }

  .banner-content p {
    font-size: 12px;
  }

  form#banner_form {
    bottom: -4px;
    padding: 0;
    padding-top: 5px;
  }

  #banner_form .form_box {
    width: 94%;
  }

  #about::after {
    top: 10%;
    width: 42%;
  }

  section#about .section_title h2 {
    line-height: 35px;
  }

  section#about .section_title h2 span:nth-child(1) {
    font-size: 30px;
  }

  section#about .section_title h2 span:nth-child(2) {
    font-size: 50px;
  }

  .about_content.section_paragraph {
    margin-bottom: 15px;
  }

  .about_content.section_paragraph p {
    width: 95%;
  }

  .section_paragraph p {
    font-size: 16px;
  }

  .about-pointers span {
    font-size: 12px;
  }

  .higlights_tabs_wrapper {
    padding-right: 10px;
    gap: 10px;
  }

  .higlights_img_wrapper .image_box {
    width: 80%;
  }

  .logo_box img {
    width: 230px;
  }
}

@media only screen and (max-width: 996px) {
  header.header {
    position: static;
    background: #ededed;
    width: 100%;
    top: 0px;
    left: 0;
    right: 0;
    margin: auto;
    /* border-radius: 15px; */
  }

  header.fixed-header {
    position: fixed;
  }

  .navbar {
    position: absolute;
    top: 55px;
    left: -100%;
    z-index: 1;
    width: 100%;
    background: #f8f8f8;
    transition: all 0.5s ease-in-out;
  }

  .navbar.active {
    left: 0;
    transition: all 0.5s ease-in-out;
  }

  .navbar ul {
    display: block;
    width: 100%;
    text-align: center;
  }

  .navbar ul li a {
    color: #3f3c06;
  }
  .navbar ul li a:hover {
    color: #000000;
  }

  .mobile_header {
    display: flex;
    justify-content: space-between;
    padding: 0px;
    position: relative;
    z-index: 9;
    align-items: center;
  }

  .menu {
    display: flex;
    gap: 5px;
    flex-wrap: wrap;
    width: 50px;
    justify-content: center;
  }

  .menu span {
    border-bottom: 3px solid #000;
    width: 25px;
    transition: all 0.5s ease-in-out;
  }

  .menu span:nth-child(2) {
    /* width: 15px;
    margin-right: 10px; */
    transition: all 0.5s ease-in-out;
  }

  .menu.active span:nth-child(2) {
    opacity: 0;
    transition: all 0.5s ease-in-out;
  }

  .menu.active span:nth-child(1) {
    transform: rotate(45deg) translate(11px, 6px);
    transition: all 0.5s ease-in-out;
  }

  .menu.active span:nth-child(3) {
    transform: rotate(-45deg) translate(5px, 0px);
    transition: all 0.5s ease-in-out;
  }

  .header_logo {
    width: 35%;
  }

  .banner-content p {
    font-size: 20px;
  }

  /* Banner */
  .banner-content h1 {
    font-size: 36px;
  }

  .banner-content p {
    font-size: 16px;
  }

  .banner-content h1 span:nth-child(2),
  .banner-content h1 span:nth-child(3) {
    color: #ab7c53;
  }
  /* Banner */

  /* gallery */
  #gallery::before,
  #gallery::after {
    width: 75%;
  }
  /* gallery */

  .location_img_box {
    margin-bottom: 15px;
  }

  .location_img_box img {
    width: 100%;
    height: auto;
  }

  .location_info ul {
    padding-left: 10px;
  }

  .location_info ul li {
    font-size: 12px;
  }
  
  .virtual_tour, .project_video {
    width: 100%;
    height: 400px;
  }
}

@media only screen and (max-width: 820px) {
  .header_logo.desktop {
    display: none;
  }

  .header_logo {
    width: 24%;
  }

  .navbar {
    top: 85px;
  }
  .banner-content {
    top: 8%;
    width: 46%;
    height: 70%;
  }

  form#banner_form {
    position: unset;
  }

  #banner_form .form_box {
    width: 85%;
    flex-direction: column;
  }

  #about::after {
    top: 8%;
    width: 47%;
  }

  .about_content.section_paragraph p {
    width: 100%;
  }

  .about-pointers span {
    font-size: 15px;
  }

  section#highlights .row {
    width: 100%;
  }

  .higlights_img_wrapper .image_box {
    width: 100%;
  }

  button.higlight_tab {
    width: 95%;
    font-size: 14px;
    color: #000;
  }

  .amenities-content-box {
    left: 0px;
  }

  #highlights_content .section_title.desktop {
    display: none;
  }

  #location_highlights .section_title.mobile {
    display: block !important;
  }

  #faq_content .accordion {
    width: 100%;
  }

  #contact_us .form_box {
    flex-direction: column;
  }

  .logo_box .UR_logo a {
    display: flex;
  }

  form#banner_form .privacy_policy_tc,
  form#contact_us .privacy_policy_tc {
    font-size: 15px;
  }
}

@media only screen and (max-width: 768px) {
  .mobile {
    display: block !important;
  }

  .desktop {
    display: none !important;
  }

  .navbar {
    top: 50px;
  }

  button.enquire_now {
    display: none !important;
  }

  a.whatsapp-call-btn.mobile {
    margin-left: 40%;
    padding: 5px 10px;
    border-radius: 60px;
    background: #a15b4e;
    display: flex;
    color: #fff;
    font-size: 20px;
  }

  .banner-content {
    position: absolute;
    top: 6%;
    left: 0%;
    right: 0;
    margin: 0 auto;
    width: 76%;
    height: 60%;
    padding: 40px 15px;
  }

  #banner::before {
    content: "";
    position: absolute;
    /* background: url(../images/mobile-banner-frame.png) no-repeat center center; */
    background-size: contain;
    top: 40px;
    bottom: 0%;
    left: 0;
    right: 0;
    margin: auto;
    width: 100%;
    height: 100%;
  }

  .header_logo.mobile {
    width: 60%;
    margin-bottom: 10px;
  }

  form#banner-form,
  .banner_form .form_box {
    flex-direction: column;
  }

  form#banner-form .section_title h2 {
    text-align: center;
  }

  .banner_form {
    background: #fff5f5;
    padding: 10px;
    margin: 10px;
    border-radius: 10px;
  }

  form#banner_form {
    position: unset;
    border: 1px solid #cea49e9e;
    border-radius: 10px;
    flex-direction: column;
    align-items: center;
    padding: 15px 0px;
  }

  form#banner_form .form_box input.form_input {
    background: #a15b4e85;
  }
  form#banner_form .form_box #form_input_submit {
    background: #a15b4e;
    color: #fff;
  }
  
  form#brochure_form {
    width: 80%;
  }

  /* banner bottom */

  .highlight_wrapper {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    gap: 15px;
    padding: 25px 10px;
  }

  .highlight_box h3,
  .highlight_box p {
    color: #a15b5e;
    font-size: 25px;
  }

  .highlight_box p {
    font-size: 20px;
  }

  .highlight_box {
    width: 45%;
  }

  /* banner bottom */

  /* about */

  #about::before {
    content: "";
    position: absolute;
    background: url(../images/about-bg-mobile.png) no-repeat left center;
    background-size: contain;
    top: 0%;
    left: 0;
    margin: 0;
    width: 50%;
    height: 100%;
    z-index: -1;
  }

  #about::after {
    top: 5%;
    width: 78%;
  }

  #about .row {
    flex-direction: column-reverse;
  }

  section#about .section_title.mobile {
    display: flex !important;
    justify-content: center;
  }

  .section_title.text-center.desktop {
    display: none !important;
  }

  .about_content.section_paragraph {
    margin: 25px 0;
  }

  .about_content.section_paragraph p {
    width: 100%;
  }

  .about-pointers span {
    font-size: 12px;
  }

  /* about */

  /* highlights */

  #highlights {
    background: none;
    /* padding: 0px; */
  }

  section#highlights .row {
    width: auto;
    border: 0;
    border-radius: 25px;
    padding: 0px;
    background: #fff5f5;
    z-index: 9;
  }

  .higlights_img_wrapper.mobile {
    position: relative;
    z-index: 2;
  }

  .higlights_img_wrapper.mobile::after {
    content: "";
    position: absolute;
    background: linear-gradient(225deg, #00000000 0%, #000000b5 100%);
    background-size: cover;
    top: 0;
    bottom: 0;
    left: 0;
    margin: auto;
    width: 100%;
  }

  #highlights::before,
  #highlights::after {
    width: 75%;
  }

  #highlights .section_title,
  .higlights_tabs_wrapper {
    position: absolute;
    width: 100%;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    margin: 0 auto;
  }

  #highlights .section_title {
    top: 10%;
  }

  #highlights .section_title h2 {
    color: #ffffff;
  }
  #highlights .section_title h2 span:nth-child(1) {
    font-size: 30px;
  }

  .higlights_tabs_wrapper {
    display: flex;
    justify-content: center;
    align-items: center;
    padding-right: 0;
  }

  .higlights_img_wrapper .image_box,
  .higlights_img_wrapper .image_box img {
    width: 100%;
    border-radius: 0;
  }

  button.higlight_tab {
    color: #fff;
  }

  button.higlight_tab img {
    background: #f5f5f533;
  }

  /* highlights */

  /* amenities */

  .section_title h2 {
    font-size: 35px;
  }

  #amenities {
    position: relative;
    background: none;
    padding: 30px 0px;
  }

  #amenities::before {
    content: "";
    position: absolute;
    background: url(../images/amenities-left-wall.png) no-repeat top left;
    background-size: contain;
    top: 0%;
    left: 0;
    margin: 0;
    width: 50%;
    height: 100%;
    z-index: -1;
  }
  #amenities::after {
    content: "";
    position: absolute;
    background: url(../images/amenities-right-wall.pngg) no-repeat bottom right;
    background-size: contain;
    bottom: 0%;
    right: 0;
    margin: 0;
    width: 50%;
    height: 100%;
    z-index: -1;
  }

  .amenities_img_wrapper {
    flex-direction: column;
  }

  .amenities_img_wrapper .amenities-image-box.active {
    height: 245px;
    width: 100%;
  }

  .amenities_img_wrapper .amenities-image-box.active:nth-child(1) {
    border-radius: 10px 10px 0px 0px !important;
  }

  .amenities_img_wrapper .amenities-image-box,
  .amenities_img_wrapper .amenities-image-box img {
    width: 100%;
    height: 70px;
  }

  .amenities_img_wrapper .amenities-image-box img {
    height: auto;
    object-fit: cover;
  }

  /* FAQs */
  #faq_content .accordion {
    width: 95%;
  }
  /* FAQs */
  /* amenities */

  /* footer form */

  #contact_us .form_box {
    flex-direction: column;
    width: 90%;
  }
  #contact_us input.form_input {
    border: 0;
    background: #ffffff36;
    padding: 15px 20px;
    border-radius: 10px;
  }

  #contact_us .form_submit_btn input {
    background: #ffffff;
    padding: 15px 20px;
  }

  #contact_us #form_input_phone {
    padding: 15px 50px;
  }

  #contact_us input.form_input::placeholder {
    color: #ffffff;
  }

  .privacy_policy_tc {
    font-size: 14px;
    color: #000;
  }

  label.checkbox-inline {
    margin-top: 20px;
  }

  .form_box .intl-tel-input .selected-flag {
    padding: 25px 10px;
  }

  /* plans */

  .plan-image img {
    width: 100%;
    box-shadow: unset;
  }

  .unit-plan img {
    width: 85% !important;
  }

  /* plans */

  /* footer */

  #contact_us .privacy_policy_tc {
    color: #fff;
  }

  .logo_box {
    flex-direction: column;
    padding: 0px 10px;
    gap: 30px;
  }

  .ceyon_logo img {
    width: 40% !important;
    float: left;
  }

  .footer_btns {
    position: fixed;
    bottom: -48px;
    width: 100%;
    /* background: #0c261b; */
    display: flex;
    justify-content: space-around;
    padding: 0px 0px;
    z-index: 9999;
    transition: all 0.5s ease-in-out;
    gap: 8px;
  }

  .footer_btns.revealed {
    bottom: -0px;
    transition: all 0.5s ease-in-out;
  }

  .footer_btns a.sticky-enquiry {
    border-radius: 0;
    color: #fff;
    width: 100%;
    display: flex;
    background: #a15b4e;
    padding: 10px 0px;
    align-items: center;
    justify-content: center;
    gap: 10px;
  }

  form#banner_form .privacy_policy_tc,
  form#contact_us .privacy_policy_tc {
    font-size: 12px;
  }

  /* footer */
}

@media only screen and (max-width: 479px) {
}

@media only screen and (max-width: 390px) {
}

@media only screen and (max-width: 360px) {
  .navbar {
    top: 47px;
  }

  #about::after {
    top: 55px;
    width: 83%;
  }
  .amenities_img_wrapper .amenities-image-box.active {
    height: 222px;
  }
}
