@import url('https://fonts.googleapis.com/css2?family=Italianno&display=swap');

@font-face {
  font-family: 'Graphiklcg';
  src: url('https://cdn.prod.website-files.com/66a8e4e8bd6f32dc4680818f/66cb2c948408c438e50a6325_GraphikLCG-Black.ttf') format('truetype');
  font-weight: 900;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: 'Graphiklcg';
  src: url('https://cdn.prod.website-files.com/66a8e4e8bd6f32dc4680818f/66cb2cfc4d9df16f0c75a599_GraphikLCG-Extralight.ttf') format('truetype');
  font-weight: 200;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: 'Graphiklcg';
  src: url('https://cdn.prod.website-files.com/66a8e4e8bd6f32dc4680818f/66cb2e2570d8568ff44e0d3d_GraphikLCG-Medium.ttf') format('truetype');
  font-weight: 500;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: 'Graphiklcg';
  src: url('https://cdn.prod.website-files.com/66a8e4e8bd6f32dc4680818f/66cb2e93ccc953215a945a5f_GraphikLCG-Regular.ttf') format('truetype');
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: 'Graphiklcg';
  src: url('https://cdn.prod.website-files.com/66a8e4e8bd6f32dc4680818f/66cb2e9c447baaa8b6118159_GraphikLCG-Light.ttf') format('truetype');
  font-weight: 300;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: 'Graphiklcg';
  src: url('https://cdn.prod.website-files.com/66a8e4e8bd6f32dc4680818f/66cd946e1fceee4aaf94f39d_GraphikLCG-Thin.ttf') format('truetype');
  font-weight: 100;
  font-style: normal;
  font-display: swap;
}

.italianno-regular {
  font-family: "Italianno" !important;
  font-weight: 400 !important;
  font-style: normal;
}



html {
  scroll-behavior: smooth;
}
* {
  margin: 0;
  padding: 0;
  font-family: Montserrat, sans-serif;
  font-weight: 300;
}

a:hover {
  text-decoration: none;
}
.container{
  max-width: 1250px;
}
#nav-icon3 {
  width: 40px;
  height: 40px;
  position: relative;
  margin-left: auto;
  margin-right: 0;
  display: flex;
  align-items: center;
  justify-content: center;
  -webkit-transform: rotate(0deg);
  -moz-transform: rotate(0deg);
  -o-transform: rotate(0deg);
  transform: rotate(0deg);
  -webkit-transition: .5s ease-in-out;
  -moz-transition: .5s ease-in-out;
  -o-transition: .5s ease-in-out;
  transition: .5s ease-in-out;
  cursor: pointer;
  border: 1px solid #ffffff94;
  border-color: white !important;
  padding: 10px;
  border-radius: 50%;
}

#nav-icon3 span {
  display: block;
  position: absolute;
  height: 2px;
  width: 24px;
  background: white !important;
  border-radius: 9px;
  opacity: 1;
  left: 0;
  -webkit-transform: rotate(0deg);
  -moz-transform: rotate(0deg);
  -o-transform: rotate(0deg);
  transform: rotate(0deg);
  -webkit-transition: .25s ease-in-out;
  -moz-transition: .25s ease-in-out;
  -o-transition: .25s ease-in-out;
  transition: .25s ease-in-out;
  right: 0;
  margin: auto;
}

/* Icon 3 */

#nav-icon3 span:nth-child(1) {
  top: 24px;
  height: 2px;
}

#nav-icon3 span:nth-child(2),
#nav-icon3 span:nth-child(3) {
  top: 19px;
  width: 18px;
}

#nav-icon3 span:nth-child(4) {
  top: 14px;
  height: 2px;
}

#nav-icon3.open span:nth-child(1) {
  top: 18px;
  width: 0%;
  left: 50%;
}

#nav-icon3.open span:nth-child(2) {
  -webkit-transform: rotate(45deg);
  -moz-transform: rotate(45deg);
  -o-transform: rotate(45deg);
  transform: rotate(45deg);
}

#nav-icon3.open span:nth-child(3) {
  -webkit-transform: rotate(-45deg);
  -moz-transform: rotate(-45deg);
  -o-transform: rotate(-45deg);
  transform: rotate(-45deg);
}

#nav-icon3.open span:nth-child(4) {
  top: 18px;
  width: 0%;
  left: 50%;
}

.header {
  position: fixed;
  top: 0;
  width: 100%;
  z-index: 9;
  padding: 10px 0px;
  background: rgba(0, 0, 0, 0.9);
}

.banner-section {
  background: #0d0d11;
  aspect-ratio: auto;
  object-fit: cover;
  width: 100%;
  height: 80vh;
  position: relative;
  z-index: 2;
  min-height: 650px;
}

.banner-section:after {
  content: '';
  position: absolute;
  left: 0;
  top: 0;
  height: 80vh;
  width: 100%;
  background-image: linear-gradient(180deg, white, #fafafa00 0%, #0d0d11);
  z-index: 1;
}

.videosec video {
  width: 100%;
  height: 80vh;
  object-fit: cover;
}

.banner-section {
  position: relative;
}

.hero_title-wrapper {
  padding-bottom: 6.20rem;
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  z-index: 3;
}

.hero_title {
  color: #fff;
  text-align: left;
  letter-spacing: -6px;
  text-transform: none;
  font-family: 'Libre Caslon Text', sans-serif !important;
  font-size: 5.8rem;
  font-weight: 200 !important;
  line-height: 98px;
}

.hero_sub-title {
  color: #fff;
  text-align: center;
  margin-left: 6.25rem;
  font-family: Libre Caslon Text, sans-serif;
  font-size: 5rem;
  font-style: italic;
}

.hero_description {
  color: #fff;
  text-align: left;
  letter-spacing: -.5px;
  max-width: 404px;
  margin-top: 1.5rem;
  margin-left: auto;
  font-family: Graphiklcg, sans-serif;
  font-size: 1rem;
  font-weight: 400;
  line-height: 24px;
}

.searchbox {
  background: #0d0d11;
  padding: 10px 0px;
}

.search_form-container {
  display: flex;
  position: relative;
}

.search_form-field {
  box-sizing: border-box;
  justify-content: center;
  align-items: center;
  width: 100%;
  max-width: 1000px;
  display: block;
  position: relative;
}

.search_form-field input {
  position: relative;
  padding: 22px 60px;
  width: 100%;
  background-color: transparent;
}

.search_form-textfield {
  color: #fff;
  background-color: #fff0;
  border-radius: 12px;
  margin-bottom: 0;
  padding: 33px 60px;
  font-family: Graphiklcg, sans-serif;
  font-size: 1rem;
  font-weight: 400;
  border: 1px solid #fff;
}

.search_form-field img {
  position: absolute;
  left: 20px;
  top: 20px;
  width: 25px;
  height: 25px;
}

.search_form-submit {
  background-color: #fff;
  color: #000;
  cursor: pointer;
  border-radius: 12px;
  max-height: 70px;
  padding: 25px 65px;
  font-family: Graphiklcg, sans-serif;
  font-size: 1.125rem;
  font-weight: 400;
  border: 1px solid #ccc;
  margin-left: 10px;
}

.search_form-icon_white:hover {
  background-image: url(../images/66df3a3f3df89b51796b08d4_hovered_settings.svg);
  background-position: 0 0;
  background-size: auto;
}

.search_form-icon_white {
  cursor: pointer;
  background-image: url(../images/66cc2cefca302785739e02bb_settings.svg);
  background-position: 50%;
  background-size: auto;
  width: 24px;
  height: 24px;
  position: absolute;
  top: 21px;
  right: 20px;
}

.offcanvas {
  background: url('../images/66d681725f83a4a456f2f3a7_nav-bg.jpg');
  background-size: cover;
  height: 100vh;
  width: 100%;
  padding-top: 4.5rem;
  padding-bottom: 4.5rem;
  position: fixed;
  z-index: 4;
  top: 0;
}

.navbar19_tagline {
  text-align: left;
  margin-bottom: 3rem;
  font-size: 28px;
  font-weight: 400;
  color: #fff;
}

.of-dubai {
  font-family: Libre Caslon Text, sans-serif;
  font-style: italic;
}

.navbar19_company-name {
  color: #ffffffa6;
  font-size: 1rem;
}

.navbar-contact-row_component {
  grid-column-gap: 1rem;
  grid-row-gap: 1rem;
  margin-bottom: 1rem;
  display: flex;
}

.navbar-contact-row_key {
  opacity: .5;
  color: #fff;
  width: 6.25rem;
  font-family: Graphiklcg, sans-serif;
  font-size: 1rem;
}

.navbar-contact-row_value {
  color: #fff;
  font-size: 1.25rem;
}

.navbar-contact-row_value-link {
  color: var(--white);
  font-family: Graphiklcg, sans-serif;
  font-size: 17px;
  text-decoration: none;
}

.navbar-contact-details {
  margin-top: 3rem;
}

.navlisk ul {
  list-style: none;
  padding: 0;
}

.navlisk ul li {
  text-align: right;
  font-size: 33px;
  font-weight: 300;
}

.navlisk ul li a {
  color: #fff;
}

.undersec {
  display: flex;
  align-items: center;
}

.copy {
  color: #fff;
  font-size: 10px;
  margin-right: 30px;
}

.Priva {
  color: #fff;
  font-size: 10px;
  margin-right: 30px;
}

.social ul {
  list-style: none;
  padding: 0;
}

.social ul li {
  display: inline-block;
  margin: 5px;
}

.social ul li a {
  color: #fff;
}

.serchfilter {
  background: #fff;
  width: 800px;
  padding: 20px;
  border-radius: 10px;
  position: absolute;
  left: 0;
  right: 18%;
  margin: auto;
  top: 110%;
  z-index: 7;
}

.nav-tabs .nav-link.active {
  color: #fff;
  background-color: #000;
}

.nav-tabs .nav-link {
  background-color: #f2f2f2;
  color: #000;
  border-radius: 10px;
  width: 247px;
  text-align: center;
  margin: 0px 3px;
  padding: 15px 0px;
  font-weight: 600;
}


#faq .card {
  margin-bottom: 0px;
  border: 0;
}

#faq .card .card-header {
  border-radius: 0;
  padding: 0;

}

#faq .card .card-header .btn-header-link {
  color: #fff;
  display: block;
  text-align: left;
  background: #fff;
  color: #222;
  padding: 20px 0px;
  border-bottom: 1px solid #7c7c7c;
  /* border-top: 1px solid #111; */
  border-radius: 0;
}

#faq .card .card-header .btn-header-link:after {
  content: "\f107";
  font-family: 'Font Awesome 5 pro';
  font-weight: 900;
  float: right;
}

#faq .card .card-header .btn-header-link.collapsed {
  background: #fff;
  color: #111;
}

#faq .card .card-header .btn-header-link.collapsed:after {
  content: "\f106";
}

#faq .card .collapsing {
  background: #fff;
  line-height: 30px;
}

#faq .card .collapse {
  border: 0;
}

#faq .card .collapse.show {
  background: #fff;
  line-height: 30px;
  color: #222;
}

.form-check-label {
  line-height: 22px;
}

.pricebox {
  display: flex;
  align-items: center;
}

.rangebox {
  position: relative;
}

.rangebox input {
  background: #f2f2f2;
  border-radius: 0px;
  height: 50px;
  padding-left: 50px;
  width: 300px;
}

.rangebox .min {
  position: absolute;
  left: 8px;
  top: 10px;
}

.dash {
  height: 1px;
  width: 10px;
  background: #000;
  margin: 0px 15px;
}

.search_form-filter_footer {
  display: flex;
  margin-top: 10px;
}

.search_form-filter_submit_button {
  background-color: #000;
  color: var(--white);
  border: 1px solid #000;
  border-radius: 12px;
  width: 100%;
  padding-top: 1rem;
  padding-bottom: 1rem;
  font-family: Graphiklcg, sans-serif;
  font-size: 1.125rem;
  font-weight: 400;
  margin-right: 10px;
}

.search_form-filter_clear_button {
  background-color: #fff;
  color: #000;
  text-align: center;
  border-style: solid;
  border-width: 1px;
  border-radius: 12px;
  width: 100%;
  padding-top: 1rem;
  padding-bottom: 1rem;
  font-size: 1.125rem;
  font-weight: 400;
}

.ptb {
  padding: 50px 0px;
}

.projextt {
  background: #0D0D11;
}
.projextt .private_property-button{
  margin-top: 70px;
  font-family: Manrope Variablefont Wght, sans-serif;
}
.nav-pills .nav-link.active {
  background: transparent;
  /* border-bottom: 1px solid #fff; */
  border-radius: 0;
  position: relative;
}
.nav-pills .nav-link.active:after{
  content: '';
  position: absolute;
  left: 0;
  right: 0;
  bottom: 0;
  width: 80%;
  height: 1px;
  background-color: #8d8d8d;
  margin: auto;
}

.nav-pills .nav-link {
  border-radius: .25rem;
  padding-left: 0;
  padding-right: 0;
  /* margin-right: 30px; */
  letter-spacing: 1px;
  color: #828893;
  font-weight: 500;
}

.slide {
  margin: 0px 10px;
  position: relative;
}

.owl-prev,
.owl-next {
  font-size: 2rem;
  color: #333;
}

.sampletext {
  padding: 10px 0px;
}

.sampletext span {
  color: #fff;
  font-size: 10px;
  display: block;
  margin: 10px 0px;
}

.sampletext p {
  color: #fff;
  border-bottom: 1px solid #ffffff26;
  padding-bottom: .6rem;
  font-family: Graphiklcg, sans-serif;
  font-size: 1.2rem;
  font-weight: 400;
  line-height: 1.4;
  display: block;
}

.private_property-footer {
  display: flex;
  justify-content: space-between;
}

.private_property-price_aed {
  color: #e2bf95;
  font-family: Graphiklcg, sans-serif;
  font-size: 1.3rem;
  font-weight: 400;
}

.private_property-price_usd {
  color: #e2bf95;
  font-family: Graphiklcg, sans-serif;
  font-size: 1rem;
  font-weight: 400;
}

.private_property-amenties {
  color: #fff;
  font-family: Graphiklcg, sans-serif;
  font-size: .8rem;
}

.sampletext p a {
  color: #fff;
  font-weight: 400;
  font-family: Graphiklcg, sans-serif;
}

.private_properties_image {
  aspect-ratio: 3 / 2;
  object-fit: cover;
  border-radius: 3px;
  height: 28rem;
}

.projextt .owl-nav {
  display: inline-block;
  color: #fff;
  position: absolute;
  top: -62px;
  right: 0;
}

.owl-nav button {
  width: 44px;
  height: 44px;
  border: 1px solid #fff !important;
  border-radius: 50%;
}

.nav-pills {
  margin-bottom: 20px;
}

.owl-next {
  margin-left: 10px;
}

.num {
  display: inline-block;
  position: absolute;
  color: #fff;
  top: 7px;
  right: 66px;
}

.private_property-button {border: 1px solid #fff;background-color: #000;color: #fff;text-align: center;border-radius: 50px;padding: 1.3rem 2rem;font-family: Graphiklcg, sans-serif;font-size: 16px;text-decoration: none;display: inline-block;}

.private_property-button:hover {
  background-color: #ad8659;
  border-color: #ad8659;
  color: #fff;
}

.develp {
  background: #0D0D11;
  background-image: url('../images/NewDevelopments.png');
  background-size: contain;
  padding-top: 300px;
  background-repeat: no-repeat;
  padding-bottom: 50px;
}

.new_devs {
    text-align: left !important;
}

.new_developments-text {
  color: #fff;
  width: 100%;
  max-width: 520px;
  margin-top: 2rem;
  margin-bottom: 2rem;
  margin-left: auto;
  font-family: Graphiklcg, sans-serif;
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.8;
}

.devbox {
  background-color: #000;
  /* background-image: url('../images/ORLA, Dorchester Collection, Dubai 5.jpg'); */
  background-position: 50%;
  background-size: cover;
  border-radius: 5px;
  flex-flow: column;
  justify-content: space-between;
  min-height: 400px;
  max-height: 400px;
  margin-top: 1.3rem;
  padding: 2.2rem;
  display: flex;
  position: relative;
  z-index: 1;
}

.devbox:after {
  content: '';
  position: absolute;
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
  z-index: -1;
  background-image: linear-gradient(#00000080, #00000080);
}

.new_developments-list_item_title {
  color: #fff;
  font-family: Graphiklcg, sans-serif;
  font-size: 2.4rem;
  font-weight: 200;
}

.pricelist {
  display: flex;
  justify-content: space-between;
  align-items: center;
}

.conbtn a {
  border: 1px solid #fff;
  color: #fff;
  text-align: center;
  background-color: #0000;
  border-radius: 50px;
  padding: .8rem 1.5rem;
  font-family: Graphiklcg, sans-serif;
  font-size: 16px;
  text-decoration: none;
  font-weight: 400;
}

.locatin p {
  color: #fff;
  font-family: Graphiklcg, sans-serif;
  font-size: .875rem;
  font-weight: 400;
}

.locatin p span {
  color: #e2bf95;
  font-weight: 400;
}

.location {
  background: #0D0D11;
}

.stitle {
  color: #fff;
  letter-spacing: -4.5px;
  margin-top: 0;
  font-family: Graphiklcg, sans-serif;
  font-weight: 200;
  text-align: center;
  font-size: 5rem;
  line-height: .85;
  padding: 40px 0;
}
.private_properties-sub1 {
  color: #fff;
  text-align: center;
  margin-left: 0;
  font-family: Libre Caslon Text, sans-serif;
  font-size: 4rem;
  font-style: italic;
  margin-bottom: 40px;
}

.location .nav-pills {
  text-align: center;
  justify-content: center;
}

.locabox {
  position: relative;
  z-index: 1;
}

.locabox::after {
  content: '';
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background: linear-gradient(180deg, rgba(0, 0, 0, 0) 0%, rgb(0 0 0 / 60%) 75%) !important;
  z-index: 0;
}

.locatext {
  position: absolute;
  bottom: -66px;
  left: 0;
  width: 100%;
  padding: 20px;
  color: #fff;
  transition: all ease .5s;
  z-index: 2;
}

.locabox:hover .locatext {
  bottom: 0px;
}

.locabox img {
  aspect-ratio: 1.3;
  height: 28rem;
  object-fit: cover;
}

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

.enc {
  background: #fff;
  padding: 10px 20px;
  color: #000;
  border-radius: 20px;
  font-size: 13px;
  font-weight: 500;
}

.view {
  border: 1px solid #fff;
  background: transparent;
  border-radius: 20px;
  padding: 10px 20px;
  color: #fff;
  font-size: 13px;
  font-weight: 500;
}

.view:hover {
  background: #fff;
  color: #000;
}

.app {
  width: 40px;
  height: 40px;
  background: #fff;
  color: #000;
  text-align: center;
  line-height: 40px;
  border-radius: 50%;
  font-size: 22px;
}

.app:hover {
  background: #19b808;
  color: #fff;
}

.locasslider .owl-prev {
  position: absolute;
  left: 10px;
  top: 37%;
  background: #fff !important;
}

.locasslider .owl-next {
  position: absolute;
  right: 10px;
  top: 37%;
  background: #fff !important;
}

.servi {
  background: #0D0D11;
}

.our_services-heading {
  margin-bottom: 3rem;
  font-family: Graphiklcg, sans-serif;
  font-size: 5rem;
  font-weight: 200;
  line-height: 1.1;
  color: #fff;
}

.our_services-text {
  max-width: 500px;
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.8;
  color: #fff;
}

.our_services-link_text {
  color: #fff;
  letter-spacing: -1.5px;
  border-top: 1px solid #ffffff26;
  padding: 1.3rem 1rem 1.3rem 0;
  font-size: 2.25rem;
  font-weight: 300;
}

.our_services_right_box-button {

  border: 1px solid #fff;
  color: #fff;
  text-align: center;
  background-color: #0000;
  border-radius: 50px;
  justify-content: space-between;
  align-items: center;
  max-width: 70%;
  margin-top: 2rem;
  margin-left: auto;
  padding: 1.3rem 2rem;
  font-family: Graphiklcg, sans-serif;
  font-size: 20px;
  text-decoration: none;
  display: flex;
  justify-content: space-between;
}

.our_services_right_box-button:hover {
  background-color: #ad8659;
  border-color: #ad8659;
  color: #fff;
}

.about {
  background: #0D0D11;
  background-size: cover;
  background-repeat: repeat, repeat-y;
  background-image: linear-gradient(0turn, rgba(13, 13, 17, 1) 0%, rgba(13, 13, 17, 0.4) 28%, rgba(13, 13, 17, 0.4) 73%, rgba(13, 13, 17, 1) 100%), url('../images/Group_62_1.jpg');
}

.abtimg {
  position: relative;
}

.left_image-1 {
  max-width: 320px;
}

.left_image-2 {
  /* min-width: 314px; */
  position: absolute;
  top: 20%;
  right: -10px;
  width: 335px;
}

.abttext {
  padding-left: 50px;
}

.abttext p {
  color: #fff;
  font-family: Graphiklcg, sans-serif;
  font-size: 1.1rem;
  font-weight: 400;
  line-height: 1.8;
}

.about_container-heading {
  color: #B5802A;
  text-align: center;
  justify-content: center;
  align-items: flex-start;
  margin-bottom: 0;
  padding-top: 4rem;
  padding-bottom: 4rem;
  font-family: Graphiklcg, sans-serif;
  font-size: 3rem;
  display: flex;
  position: static;
  font-weight: 200;
}

.bold-text {
  /* font-family: Libre Caslon Text, sans-serif; */
  font-size: 5rem;
  /* font-style: italic; */
  position: static;
}

.prolist {
  background: #0D0D11;
  padding: 50px 0px 70px;
}

.glist h4 {
  color: #fff;
  font-size: 16px;
  font-family: Graphiklcg, sans-serif;
  margin-bottom: 10px;
}

.glist ul {
  list-style: none;
  padding: 0;
  margin: 0;
  font-family: Graphiklcg, sans-serif;
}

.glist ul li a {
  color: #fff;
  font-family: Graphiklcg, sans-serif;
  font-size: 13px;
  font-weight: 400;
}

.read {
  font-weight: 500 !important;
  font-size: 15px !important;
}

.gbox {
  display: grid;
  grid-template-columns: 1fr 1fr 1fr 1fr 1fr;
}

.cola ul li {
  display: flex;
  margin-right: 20px;
  padding: 0px 20px;
  border-right: 1px solid #111;
}

.ico {
  font-size: 24px;
}

.inf {
  margin-left: 10px;
}

.inf h6 {
  color: var(--black);
  margin-bottom: 4px;
  font-weight: 600;
}

.inf a {
  color: #000;
  font-family: Graphiklcg, sans-serif;
}

.middlefooter {
  padding: 20px 40px;
  margin: auto;
  margin-top: -40px;
  background: #fff;
  position: absolute;
  width: 1100px;
  left: 0;
  right: 0;
  border-radius: 70px;
}

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

.cola ul {
  display: flex;
  margin-bottom: 0;
}

.calb ul {
  display: flex;
  margin-bottom: 0;
}

.calb ul li {
  display: flex;
  margin-right: 20px;

}

.bbutt {
  padding: 8px 30px;
  border-radius: 30px;
  border: 1px solid;
  background: #000;
  color: #fff;
  font-family: Graphiklcg, sans-serif;
}

.bbuttb {
  padding: 8px 30px;
  border-radius: 30px;
  border: 1px solid;
  background: #fff;
  color: #000;
  font-family: Graphiklcg, sans-serif;
}

.lastfooter {
  background: #000;
  padding-top: 100px;
  padding-bottom: 50px;
}

.logobox {
  text-align: center;
}

.logobox .social ul {
  margin-top: 20px;
  text-align: center;
}

.lastfooter h4 {
  color: #fff;
  font-size: 16px;
  font-weight: 600;
  margin-bottom: 15px;
}

.links {
  list-style: none;
}

.links li {
  margin-bottom: 10px;
}

.links li a {
  color: #9b9b9b;
  font-weight: 500;
}

.logobox img {
  width: 215px;
  margin-bottom: 40px;
}

.lastfooter .social ul li {
  margin: 0px 20px;
}

.adlist {
  list-style: none;
}

.adlist li {
  margin-bottom: 20px;
  position: relative;
  padding-left: 20px;
  color: #fff;
  font-family: Graphiklcg, sans-serif;
}

.adlist li i {
  position: absolute;
  left: 0;
  top: 2px;
  color: #fff;
}

.abtfirst {
  background: url('../images/66d681725f83a4a456f2f3a7_nav-bg.jpg');
  background-size: cover;
  width: 100%;
  padding-top: 4.5rem;
  padding-bottom: 4.5rem;
}

.our-story-heading_component {
  color: #fff;
  text-align: center;
  padding-top: 5rem;
  font-family: Graphiklcg, sans-serif;
  font-size: 9.375rem;
  font-weight: 200;
  line-height: 1;
}

.our-story-heading_welcome {
  color: #ffd099;
  font-family: Libre Caslon Text, sans-serif;
  font-size: 4rem;
  font-style: italic;
  display: block;
}

.abtfirst {
  text-align: center;
}

.abtfirst p {
  color: #fff;
  width: 700px;
  text-align: center;
  margin: auto;
  margin-top: 50px;
}

.abtsecond {
  background: #0D0D11;
  background-image: url(../images/NewDevelopments.png);
  background-size: contain;
  padding-top: 300px;
  background-repeat: no-repeat;
  padding-bottom: 50px;
  background-position: center;
}

.infocus-intro_heading {
  font-family: Graphiklcg, sans-serif;
  font-size: 5rem;
  color: #fff;
  font-weight: 200;
}

.infocus-intro_p {
  font-size: 1.25rem;
  color: #fff;
}

.infocus-counter_component {
  -webkit-backdrop-filter: blur(3px);
  backdrop-filter: blur(3px);
  background-color: #0000001f;
  border: 1px solid #636363;
  border-radius: .75rem;
  margin-bottom: 1rem;
  padding: 2rem;
}

.infocus-counter_title {
  color: #ffd099;
  margin-bottom: .5rem;
  font-size: 5.25rem;
  line-height: 1;
}

.infocus-counter_description {
  opacity: .8;
  font-size: 1.25rem;
  color: #fff;
  font-family: Graphiklcg, sans-serif;
}

.section_team-intro {
  position: relative;
}

.team-intro_img {
  width: 100%;
}

.team-intro_overlay {
  background-image: linear-gradient(#0000, #0d0d11);
  position: absolute;
  inset: 0;
}

.team-intro_heading {
  text-align: center;
  font-size: 7rem;
  position: absolute;
  bottom: 20px;
  left: 0;
  right: 0;
  color: #fff;
  font-weight: 200;
}

.memberhigh {
  background: #0D0D11;
}

.member-highlight_name {
  color: #ffd099;
  font-size: 2.0rem;
  font-family: Graphiklcg, sans-serif;
}

.tembox img {
  width: 200px;
  height: 200px;
  margin-bottom: 20px;
}

.member-highlight_designation {
  color: #fff;
}

.temboxtext p {
  font-size: 1.25rem;
  line-height: 1.6;
  color: #fff;
  font-family: Graphiklcg, sans-serif;
}

.videsec {
  background: #0D0D11;
}

.members {
  background: #0D0D11;
  padding: 50px 0px;
}

.member_component {
  text-align: center;
  background-color: #14141a;
  border-radius: .3125rem;
  padding: 2rem;
  margin: 0 auto;
}

.members_image {
  border-radius: 50%;
  width: 140px;
  height: 140px;
  margin-bottom: .5rem;
  overflow: hidden;
}

.members_name {
  color: #ffd099;
  margin-bottom: .5rem;
  font-size: 1.875rem;
  font-family: Graphiklcg, sans-serif;
}

.members_designation {
  margin-bottom: 1rem;
  font-family: Graphiklcg, sans-serif;
  color: #fff;
}

.member_actions {
  justify-content: center;
  align-items: center;
  display: flex;
  font-family: Graphiklcg, sans-serif;
}

.member_show-more {
  border: 1px solid #fff;
  border-radius: 50px;
  margin-right: 0;
  padding: 12px 20px;
  font-size: .875rem;
  display: inline-block;
  color: #fff;
}
.member_show-more:hover{
  color: #fff;
}

.member_contact-link {
  width: 50px;
  height: 50px;
  margin-left: 3px;
  margin-right: 3px;
  border: 1px solid #fff;
  border-radius: 50%;
  text-align: center;
  line-height: 48px;
  color: #fff;
}


.team-grid {

  grid-column-gap: 16px;
  grid-row-gap: 16px;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  display: grid;
  justify-items: center;
}

.section_bottom-content {
  background-image: linear-gradient(#0d0d11, #06060770 49%, #0d0d11), url('../images/66d681725f83a4a456f2f3a7_nav-bg.jpg');
  background-position: 0 0, 50% 0;
  background-size: auto, cover;
}

.bottom-content_caption {
  text-align: center;
  font-size: 3rem;
  color: #fff;
  margin-top: 50px;
  padding-bottom: 70px;
}

.section_bottom-content p {
  text-align: center;
  width: 700px;
  color: #fff;
  margin: auto;
}

.decorate {
  color: #ffd099;
  font-family: Libre Caslon Text, sans-serif;
  font-style: italic;
  display: block;
}

.topserch {
  background-image: linear-gradient(#f8f8f882, #f8f8f8), url(https://cdn.prod.website-files.com/66a8e4e8bd6f32dc4680818f/66d8a690ac20a24be642955c_image%20\(2\).png);
  background-position: 0 0, 50%;
  background-repeat: repeat, no-repeat;
  background-size: auto, cover;
  flex-flow: column;
  justify-content: center;
  align-items: center;
  display: flex;
  padding: 80px 0px;
}

.navbar-gradient {
  z-index: 9;
  background-image: linear-gradient(#000000b3, #fff0);
  height: 100px;
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
}

.properties_intro-heading {
  color: #0d0d11;
  letter-spacing: -9px;
  font-family: Graphiklcg, sans-serif;
  font-size: 6.375rem;
  font-weight: 100;
  text-align: center;
}

.properties_intro-sub_heading {
  color: #9f7b50;
  font-family: Libre Caslon Text, sans-serif;
  font-size: 4rem;
  font-style: italic;
  font-weight: 400;
  text-align: center;
}

.properties_intro-paragraph {
  text-align: center;
  letter-spacing: -.5px;
  margin-top: 20px;
  font-size: 1rem;
  font-weight: 400;
}

.innerserch {
  background: #F6F6F6;
}

.innerserch .search_form-textfield {
  border: 1px solid #ccc;
}

.innerserch .search_form-field img {
  filter: brightness(0%);
}

.innerserch .search_form-submit {
  background: #000;
  color: #fff;
}

.innerserch .search_form-icon_white {
  filter: brightness(0%);
}

.proboxcat {
  margin-bottom: 20px;
}

.productlistsec {
  background: #F6F6F6;
  padding-top: 50px;
}

.proboxcattext {
  padding: 20px;
  background: #fff;
  text-align: center;
}

.proboxcattext h1 {
  font-size: 18px;
  font-family: Graphiklcg, sans-serif;
  font-weight: 400;
}

.proboxcattext p {
  font-size: 11px;
  margin-bottom: 0;
  font-family: Graphiklcg, sans-serif;
  font-weight: 400;
}

.search_properties-details_price {
  margin-top: 30px;
}

.details_price-aed {
  color: #a98862;
  font-family: Graphiklcg, sans-serif;
  font-size: 1.5rem;
  font-weight: 400;
}

.details_price-usd {
  color: #a98862;
  font-family: Graphiklcg, sans-serif;
  font-size: 1rem;
  font-weight: 400;
}

.proboxcatimg img {
  border-radius: 5px;
  object-fit: cover;
  width: 100%;
  min-height: 410px;
  height: 410px;
}

.page_header_component {
  padding-top: 70px;
  text-align: left;
  background-image: linear-gradient(#fff0, #0d0d11), url(../images/66d80bd9a36dee4921f3e0ec_insights_header.jpg);
  background-size: cover;
}

.page_header-heading.heading-style3-h1 {
  text-align: left;
  letter-spacing: -4.5px;
  font-size: 4rem;
  font-weight: 200;
  color: #fff;
}

.contact_info-contact_details {
  background-color: #14141a;
  border-radius: 5px;
  /* height: 100%; */
  padding: 1.4rem;
}

.contact_details-heading {
  color: #ffd099;
  border-bottom: 1px solid #fff3;
  margin-bottom: 2rem;
  padding-bottom: 1rem;
  font-family: Graphiklcg, sans-serif;
  font-size: 1rem;
  font-weight: 400;
}

.contact_details-meta {
  grid-column-gap: 0rem;
  grid-row-gap: 0rem;
  align-items: flex-start;
  padding-top: .5rem;
  padding-bottom: .5rem;
  font-family: Graphiklcg, sans-serif;
  font-weight: 400;
  display: flex;
  color: #fff;
}

.contact_details-meta_heading {
  min-width: 120px;
  font-family: Graphiklcg, sans-serif;
  font-size: .9rem;
  font-weight: 300;
}

.contact_details-meta_text {
  width: 100%;
}

.contact_details-meta_link {
  font-size: 1rem;
  color: #fff;
}

.contact_details-meta.contact_details-footer {
  border-top: 1px solid #fff3;
  margin-top: 2rem;
  padding-top: 1rem;
}

.social-icons2_list .social ul {
  margin-bottom: 0;
}

.contact_info-contact_form_heading {
  color: #ffd099;
  font-family: Graphiklcg, sans-serif;
  font-size: 3.3125rem;
  font-weight: 200;
}

.contact_info-contact_form_paragraph {
  color: #fff;
  margin-bottom: 2rem;
  font-size: 1rem;
  font-weight: 400;
}

.property_inquiry-form_block {
  width: 100%;
}

.property_inquiry-field.field-style2 {
  color: #fff;
  padding-top: 1.2rem;
  padding-bottom: 1.2rem;
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.33;
  width: 100%;
}

.property_inquiry-field {
  color: #fff;
  -webkit-text-stroke-color: transparent;
  background-color: #0000;
  border: 0 #000;
  border-bottom: 1px solid #fff;
  height: 100%;
  margin-bottom: 20px;
  padding-top: 1.5rem;
  padding-bottom: 1.5rem;
  padding-left: 0;
  font-family: Graphiklcg, sans-serif;
  font-size: 1.063rem;
}

.property_inquiry-form_footer {
  justify-content: space-between;
  align-items: center;
  display: flex;
}

.property_inquiry-submit {
  background-color: #c09665;
  border-radius: 5px;
  padding: 22px 75px;
  font-family: Graphiklcg, sans-serif;
  font-size: 1.05rem;
  font-weight: 500;
  display: inline-block;
  border: 0;
  color: #fff;
}

.property_inquiry-privacy_link {
  font-size: 1rem;
  font-weight: 200;
  color: #fff;
}

.contact_info-contact_form {
  padding-left: 100px;
}

.map {
  padding: 50px 0px;
  background: #0D0D11;
}

.iti--separate-dial-code .iti__selected-dial-code {
  margin-left: 6px;
  color: #fff;
}

.property_intro_component {
  height: 100%;
  min-height: 670px;
  position: relative;
  background-size: cover;
  z-index: 1;
  padding-top: 100px;
}

.property_intro-overlay {
  background-image: linear-gradient(#16161645 55%, #0000005e 94%);
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  z-index: -1;
}

.btnlist {
  padding-top: 0px;
}

.btnlist ul li {
  list-style: none;
  display: inline-block;
  margin-bottom: 6px;
}
/* .property_inquiry-field::placeholder{
  color: #ddd !important;
} */
.property_details-action_button {
  grid-column-gap: 15px;
  grid-row-gap: 15px;
  border: 1px solid #fff;
  color: #fff;
  letter-spacing: -.5px;
  border-radius: 50px;
  justify-content: center;
  align-items: center;
  height: auto;
  padding: 10px 25px;
  font-family: Graphiklcg, sans-serif;
  font-size: .875rem;
  font-weight: 500;
  display: flex;
}

.shrebox {
  background: #fff;
  width: 50px;
  height: 50px;
  border-radius: 100%;
  text-align: center;
  line-height: 50px;
  font-size: 19px;
  color: #111;
  margin-left: auto;
}

.sharebtn {
  text-align: right;
}

.adnami {
  font-family: Graphiklcg, sans-serif;
  display: inline-block;
  color: #fff;
}

.pos {
  position: relative;
}

.sgare {
  background: #fff;
  position: absolute;
  padding: 20px;
  border-radius: 10px;
  top: 108%;
  /* left: 0; */
  right: 0;
  margin: auto;
  z-index: 1;
  width: 150px;
  text-align: left;
}

.sgare ul li {
  display: block;
}

.projDetBann ul {
  display: flex;
  gap: 0 20px;
  padding: 0;
  margin-top: 50px;
}

.projDetBann ul li {
  display: flex;
  gap: 0 10px;
}

.projDetBann ul li .icon {
  width: 46px;
  height: 46px;
  border: 1px solid #fff;
  border-radius: 50px;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
}

.projDetBann ul li .txt .projsqf {
  font-size: 15px;
  font-weight: 500;
  line-height: 18px;
  color: #fff;
}

.projDetBann ul li .txt .projn {
  font-size: 14px;
  font-weight: 400;
  line-height: 20px;
  color: #fff;
  margin-bottom: 2px;
}

.sgare ul li a {
  color: #111;
}

.btn_btn {
  display: flex;
  gap: 0 12px;
  max-width: 425px;
  width: 100%;
  margin-left: auto;
  margin-right: 0;
  position: absolute;
  right: 0;
  bottom: 0;
}

.btn_btn a {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 0 10px;
  padding: 14px 16px;
  border-radius: 5px;
  min-width: 200px;
  font-weight: 600;
  font-size: 16px;
}

.btn_btn a.wts {
  background: transparent;
  color: #fff;
  border: 1px solid #fff;
}

.btn_btn a.cal {
  background: #000;
  color: #fff;
}

.btn_btn a {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 0 10px;
  padding: 14px 16px;
  border-radius: 30px;
  min-width: 200px;
  font-weight: 600;
  font-size: 16px;
}

.bottomsectin p {
  color: #fff;
  font-family: Graphiklcg, sans-serif;
  font-weight: 400;
  margin-bottom: 0;
}

.bottomsectin {
  position: absolute;
  width: 100%;
  bottom: 25px;
  left: 0;
}

.asuPri {
  width: 100%;
  margin-left: auto;
  margin-right: 0;
  position: absolute;
  right: 0;
  bottom: 70px;
  max-width: 425px;
  font-size: 16px;
  font-weight: 500;
  line-height: 22px;
  color: #fff;
}

a.property_details-action_button:hover {
  background: #fff;
  color: #000;
}

@media (min-width: 576px) {
  #myModal .modal-dialog {
    max-width: 400px;
    margin-left: auto !important;
  }
}

#myModal .modal-dialog {
  position: relative;
  width: auto;
  margin: 0;
  pointer-events: none;
}

#myModal.fade .modal-dialog {
  transition: -webkit-transform .3sease-out;
  transition: transform .3sease-out;
  transition: transform .3sease-out, -webkit-transform .3sease-out;
  -webkit-transform: translate(100%, 0px);
  transform: translate(100%, 0px);
}

#myModal {
  padding: 0 !important;
}

#myModal.show .modal-dialog {
  -webkit-transform: none;
  transform: none;
  margin-left: auto !important;
}

#myModal .modal-content {
  border-radius: 0;
  padding: 20px;
  background: #141414;
}

#myModal .modal-content input,
#myModal .modal-content textarea {
  border-radius: 0;
  border: 0px;
  background: transparent;
  border-bottom: 1px solid #ddd;
  color: #fff;
}

.link_btn button {
  background-color: #c09665;
  border-radius: 5px;
  padding: 22px 75px;
  font-family: Graphiklcg, sans-serif;
  font-size: 1.05rem;
  font-weight: 500;
  display: inline-block;
  border: 0;
  color: #fff;
}

#myModal .modal-body h4,
#myModal .modal-body p {
  color: #fff;
  font-family: Graphiklcg, sans-serif;
}

#myModal button i {
  color: #fff;
}

.middilesectionddetails {
  background: #f6f6f6;
}

.middilesectionddetails {
  padding: 60px 0px;
}
.middilesectionddetails a{
  color: #9f7b50;
}

.infoo {
  color: #000;
  font-family: Graphiklcg, sans-serif;
  font-size: 3.3125rem;
  font-weight: 200;
}

.overview h1,
.overview p,
.overview ul li {
  color: #111;
  font-family: Graphiklcg, sans-serif;
}

.overview {
  font-family: Graphiklcg, sans-serif;
  margin-bottom: 40px;
}

.overview ul {
  padding-left: 20px;
}

#toggleButton {
  /* display: flex; */
  /* align-items: center; */
  /* justify-content: center; */
  gap: 0 10px;
  /* padding: 14px 16px; */
  /* border-radius: 30px; */
  /* min-width: 200px; */
  font-weight: 600;
  font-size: 16px;
  background: transparent;
  color: #000;
  border: 0px solid #000;
  text-decoration: underline;
  padding: 0;
  font-family: Graphiklcg, sans-serif;
}

.gallery {
  margin-top: 30px;
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 10px;
  width: 100%;
  max-width: 1000px;
}

.gallery img {
  width: 100%;
  height: 100%;
  border-radius: 5px;
  object-fit: cover;
}
.gallery a:nth-child(1){
  grid-row: span 2;
}
.dis{
  display: none;
}


.clink {
  font-family: Graphiklcg, sans-serif;
  /* display: flex; */
  /* align-items: center; */
  justify-content: center;
  gap: 0 10px;
  /* padding: 14px 16px; */
  /* border-radius: 30px; */
  /* min-width: 200px; */
  /* font-weight: 400; */
  font-size: 16px;
  /* background: transparent; */
  color: #000;
  /* border: 1px solid #fff; */
  text-decoration: underline;
}

.clink:hover {
  color: #000;
  text-decoration: underline;
}

.property_detail-features_box_wrapper {
  grid-column-gap: 20px;
  grid-row-gap: 20px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  margin-top: 2rem;
  margin-bottom: 4rem;
  display: grid;
}

.property_detail-features_box {
  grid-column-gap: 20px;
  grid-row-gap: 20px;
  background-color: #c09665;
  justify-content: flex-start;
  align-items: center;
  width: 100%;
  padding: 1.3rem 1rem;
  display: flex;
  /* border: 1px solid #757575; */
}

.icon-embed-custom2 {
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 2rem;
  height: 2rem;
  display: flex;
  filter: brightness(0.5);
}

.property_detail-features_box_heading {
  font-family: Graphiklcg, sans-serif;
  font-size: 1rem;
  font-weight: 400;
  margin-bottom: 0;
  color: #fff;
}

.property_detail-features_heading {
  color: #000;
  letter-spacing: -4px;
  font-family: Graphiklcg, sans-serif;
  font-size: 3.875rem;
  font-weight: 200;
  margin-bottom: 24px;
}

.amenities {
  margin-top: 50px;
}

.fplx {
  border: 1px solid #fff;
  padding: 10px;
  position: relative;
  margin-bottom: 20px;
}

.fplx img {
  width: 100%;
}

.ftext {
  position: absolute;
  background: linear-gradient(1deg, black, transparent);
  bottom: 0;
  left: 0;
  width: 100%;
  text-align: center;
  color: #fff;
  padding: 10px;

}

.ftext h4 {
  font-family: Graphiklcg, sans-serif;
}

.overview tbody tr td,
.overview tbody tr td a {
  color: #000;
}

.conectivity-div {
  display: grid;
  flex-flow: row wrap;
  width: 100%;
  margin-top: 40px;
  padding-left: 0 !important;
  grid-template-columns: 1fr 1fr 1fr 1fr 1fr;
}

.conectivity-div li {
  display: flex;
  flex-flow: row wrap;
  width: 100%;
  border-left: 1px solid #ddd;
  flex-basis: 17%;
  padding: 0 12px;
}

.conectivity-div li h3 {
  font-size: 33px;
  font-weight: 600;
  color: #000;
  margin-right: 7px;
  width: 100%;
}

.small-font {
  width: 100%;
  /* padding-top: 5px; */
}

.rightform {
  height: 100%;
  padding: 20px;
  /* background: #fff; */
}

.form-wrapper {
  /* border: 1px solid #ddd; */
  padding: 22px;
  background: #fff;
  border-radius: 10px;
  margin-bottom: 20px;
  box-shadow: 0px 4px 10px rgba(0, 0, 0, 0.1);
}

.form-wrapper h4 {
  color: #b38c5e;
  font-family: Graphiklcg, sans-serif;
  font-size: 1.7rem;
  font-weight: 400;
  border-bottom: 1px solid #ddd;
  margin-bottom: 30px;
}

.form-wrapper input,
.form-wrapper textarea {
  border-radius: 0;
  border: 0px;
  background: transparent;
  border-bottom: 1px solid #ddd;
  color: #fff;
}

.form-wrapper p {
  color: #000;
}

.services_cta_component {
  background: url(../images/66d6bdf137cb6532c8751466_DSC09825-HIGH_1.jpg);
  background-position: center;
  background-repeat: repeat, no-repeat;
  background-size: cover;
  min-height: 100vh;
  padding-top: 5rem;
  position: relative;
  z-index: 1;
}

.services_cta_component:after {
  content: '';
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  z-index: -1;
  background: linear-gradient(359deg, black, transparent);
}

.page_header-heading {
  text-align: center;
  letter-spacing: -9px;
  font-family: Graphiklcg, sans-serif;
  font-size: 9.3rem;
  font-weight: 100;
  line-height: 1.55;
  color: #fff;
}

.services_cta_component p {
  width: 600px;
  text-align: center;
  color: #fff;
  margin: auto;
  margin-top: 69px;
}

.sadjkk {
  background: #0D0D11;
  padding: 50px 0px;
}

.about_services-box {
  border-top: 1px solid #ffd0994d;
  padding-top: 1rem;
  padding-bottom: 7rem;
  padding-right: 0;
  padding-left: 0;
  margin: 0;
}

.about_services-box .row {
  margin-left: 0;
  margin-right: 0;
}

.about_services-box_heading {
  letter-spacing: -2.5px;
  font-family: Graphiklcg, sans-serif;
  font-size: 3rem;
  font-weight: 300;
  line-height: 1.2;
  color: #fff;
  margin: 0;
  padding-right: 0;
}

.about_services-box_paragraph {
  max-width: 520px;
  font-family: Graphiklcg, sans-serif;
  font-size: 1.125rem;
  font-weight: 400;
  color: #fff;
  margin: 0;
  padding-left: 0;
  text-align: left;
}

.luxury {
  padding: 100px 0px;
  background-image: linear-gradient(0deg, #000, transparent 11%), linear-gradient(180deg, #000, transparent 27%), url('../images/Group_62_1.jpg');
  text-align: center;
  background-position: 0 0, 0 0, 50%;
  background-repeat: repeat, repeat, no-repeat;
  background-size: auto, auto, cover;
}

.before_footer-paragraph {
  letter-spacing: -2.5px;
  margin-top: 20px;
  font-family: Graphiklcg, sans-serif;
  font-size: 2.8rem;
  font-weight: 300;
  line-height: 1.25;
  color: #fff;
}

.bold-text-2 {
  color: #ffd099;
  font-weight: 300;
}

.cta_component {
  background-image: url('../images/66d80e04ab3f72d196126696_DSC03912-HIGH_1.jpg');
  background-position: 0 0, 50%;
  background-repeat: repeat, no-repeat;
  background-size: auto, cover;
  min-height: 80vh;
  z-index: 1;
  position: relative;
  padding-top: 90px;

}

.cta_component:after {
  content: '';
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  z-index: -1;
  background: linear-gradient(359deg, black, transparent);
}

.ctalist {
  background: #0D0D11;
}

.services-box {
  grid-column-gap: 9%;
  grid-row-gap: 9%;
  color: #fff;
  border-top: 1px solid #fff3;
  align-items: flex-start;
  margin-top: 2rem;
  margin-bottom: 4rem;
  padding-top: 1.6rem;
  padding-right: 2rem;
  font-family: Graphiklcg, sans-serif;
  display: flex;
}

.services-box_count {
  color: #ead19d;
  font-family: Graphiklcg, sans-serif;
  font-weight: 100;
}

.services-box_heading {
  color: #fff;
  letter-spacing: -2.5px;
  font-family: Graphiklcg, sans-serif;
  font-weight: 300;
}

.property_inquiry_component {
  background-image: url("../images/66d80e05ab3f72d19612670e_contact-us-bg.jpg");
  color: #fff;
  background-position: center;
  background-repeat: repeat, repeat, no-repeat;
  background-size: cover;
  font-family: Graphiklcg, sans-serif;
  position: relative;
  padding: 50px;
}

.property_inquiry_component:after {
  content: '';
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  z-index: -1;
  background: linear-gradient(359deg, black, transparent);
}

.w-input,
.w-select {
  width: 100%;
}

.property_inquiry-select {
  color: #8a8989;
  background-color: #0000;
  border: 1px #000;
  border-bottom: 1px solid #fff;
  height: 100%;
  margin-bottom: 20px;
  padding-top: 1.5rem;
  padding-bottom: 1.5rem;
  padding-left: 0;
  font-family: Graphiklcg, sans-serif;
}

.property_inquiry-checkbox {
  border: 2px solid #ffffff80;
  border-radius: 0;
  width: 20px;
  height: 20px;
  margin-top: 3px;
  margin-right: 15px;
  box-shadow: inset 0 0 #0003;
  display: inline-block;
  vertical-align: middle;
}

.property_inquiry-checkbox_label {
  color: #fff;
  font-size: .9rem;
  font-weight: 400;
}

.property_inquiry-checkbox_link {
  color: #ffd099;
  text-decoration: none;
}

.property_inquiry-heading {
  color: #ffd099;
  text-align: left;
  letter-spacing: -1.5px;
  font-family: Graphiklcg, sans-serif;
  font-size: 3rem;
  font-weight: 200;
}
.form-wrapper .form-group {
  margin-bottom: 0.5rem;
}
.form-wrapper .link_btn button {
  padding: 12px 50px;
  width: 100%;
}
.soldrel{
  position: relative;
}
.sold{
  position: absolute;
  /* border: 1px solid #ddd; */
  padding: 5px 100px;
  color: #fff;
  background: rgba(0,0,0,0.8);
  top: 0;
  right: 0;
  font-size: 12px;
  /* border-radius: 5px; */
  z-index: 5;
  height: 100%;
  width: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
  border-radius: 5px;
}
.sold img {
  width: 200px !important;
  height: auto;
}
.bbutt:hover{
  background: #000;
  color: #fff;
}
.bbuttb:hover{
background: #00d31c;
color: #fff;
}
.btn_btn a.wts:hover{
  background: #48C758;
  color: #fff;
  }
  .text-align-right{
    text-align: right;
  }
  .counter{
    position: absolute;
    right: 63px;
    top: 8px;
    color: #fff;
    display: none;
  }
  .slider3 .owl-nav{
    display: block !important;
  }
  .developssec{
    background: #0D0D11;
  }
  .devabox{
    display: flex;
    background: #fff;
    padding: 15px 10px;
    align-items: center;
    justify-content: center;
    gap: 10px;
    margin-bottom: 15px;
    flex-direction: column;
    text-align: center;
  }
  .devabox .devimg{
    width: 125px;
    height: 75px;
    min-height: 75px;
  }
  .devatext h5 a{
    color: #111;
    font-weight: 500;
  }
  .developssec .owl-nav {
    display: inline-block;
    color: #fff;
    position: absolute;
    top: -87px;
    right: 0;
}

/*.developssec .owl-nav button {
  width: 44px;
  height: 44px;
  border: 1px solid #fff !important;
  border-radius: 50%;
  background: #fff !important;
  color: #000 !important;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  margin-left: 10px;
  transition: all ease .3s;
  font-size: 18px;
}*/

/*.developssec .owl-nav button:hover {
  background: transparent !important;
  color: #fff !important;
  border-color: #fff !important;
}

.developssec .owl-nav button.owl-prev {
  margin-left: 0;
  margin-right: 10px;
}*/

/*.developssec .counter{
  position: absolute;
  right: 66px;
  top: -81px;
  color: #fff;
}*/
.devitem{
  margin: 0px 10px;
}
.testimonials{
  background: #0D0D11;
  background: #0D0D11;
  background-size: cover;
  background-repeat: repeat, repeat-y;
  background-image: linear-gradient(0turn, rgba(13, 13, 17, 1) 0%, rgba(13, 13, 17, 0.4) 28%, rgba(13, 13, 17, 0.4) 73%, rgba(13, 13, 17, 1) 100%), url(../images/Group_62_1.jpg);
}
.testbox{
  border: 1px solid #5c5c5c;
  padding: 40px 30px;
  border-radius: 30px;
  background: linear-gradient(45deg, black, transparent);
}
.tinfo{
  display: flex;
  align-items: center;
  gap: 22px;
  color: #fff;
}
.testbox p{
  color: #fff;
}
.timg img{
  width: 60px !important;
  height: 60px;
  border-radius: 50%;
}
.testslider .owl-nav {
  display: inline-block;
  color: #fff;
  position: absolute;
  top: -87px;
  right: 0;
}
.testimonials .counter{
  position: absolute;
  right: 66px;
  top: -79px;
  color: #fff;
}
.testitem{
  margin: 0px 5px;
}
.testbox i{
  font-size: 55px;
  color: #ddd;
  margin-bottom: 20px;
}
.details_meta-property_title a{
  font-size: 18px;
    font-family: Graphiklcg, sans-serif;
    font-weight: 400;
    color:#000;
}

.pagination {
  text-align: center;
  margin-top: 40px;
  display: flex;
  align-items: center;
  justify-content: center;
}

.pages {
  display: flex;
  align-items: center;
  justify-content: space-between;
  max-width: 100%;
  width: 200px;
}

.page-number {
  cursor: pointer;
  background-color: white;
  color: #999;
  border-radius: 50%;
  height: 30px;
  width: 30px;
  display: flex;
  align-items: center;
  justify-content: center;
  transition: .4s ease;
}

.pages .active {
  font-size: 1.3em;
  height: 40px;
  width: 40px;
  background-color: #000000;
  color: white;
  line-height: 50px;
}

.pagination button {
  width: 120px;
  padding: 8px 16px;
  background-color: #ffffff00;
  color: #000000;
  border: none;
  cursor: pointer;
  margin: 0 5px;
  display: flex;
  align-items: center;
  justify-content: space-between;
}

button:hover {
  color: #000000;
}

button:disabled {
  background-color: #ffffff00;
  color: #ccc;
  cursor: not-allowed;
}

#prevPage {
  margin-right: 20px;
}

#nextPage {
  margin-left: 20px;
}

.arrow {
  font-size: 1.2em;
}

.nav-text {
  font-size: 0.7em;
  letter-spacing: 0.3em;
}
#toggleButton:focus {
  outline: 0;
}
#toggleButton1:focus {
  outline: 0;
}
.read-mr-sec{
  border:0;
  background: transparent;
  text-decoration: underline;
}
.simir{
  background: #F6F6F6;
}
.simir .simitem{
  margin: 0px 10px;
}
.simir .owl-nav{
  position: absolute;
  right: 0;
  top: -87px;
}
.simir .counter{
  top: -76px;
  color: #000;
}
.simir .owl-nav button {
      border: 1px solid #000000 !important;
}
.containerbox {
  width: 100%;
  background: white;
  padding: 20px;
  border-radius: 10px;
  box-shadow: 0 4px 8px rgba(0, 0, 0, 0.1);
}
.containerbox h4 {
  color: #b38c5e;
  font-family: Graphiklcg, sans-serif;
  font-size: 1.7rem;
  font-weight: 400;
  border-bottom: 1px solid #ddd;
  margin-bottom: 30px;
}

.grid-container {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 10px;
}

.property {
  position: relative;
  border-radius: 10px;
  overflow: hidden;
}

.property img {
  width: 100%;
  height: 120px;
  object-fit: cover;
  border-radius: 10px;
}

.property-title {
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  background: rgba(0, 0, 0, 0.6);
  color: white;
  padding: 8px;
  font-size: 14px;
  text-align: center;
  border-radius: 0 0 10px 10px;
}
.middlw{
  position: sticky;
  top: 100px;
}
.relat{
  position: relative;
}
.sold .bara{
  background: #ffffffc2;
  padding: 7px 20px;
  color: #000;
  font-weight: 700;
  border-radius: 5px;
  font-size: 13px;
}
.smisslider .proboxcattext{
  text-align: left;
}
.smisslider .search_properties-details_price {
  margin-top: 0px;
}
.smisslider .details_price-aed {
  font-size: 15px;
  margin-top: 6px;
}
.mob{
  display: none;
}
.owl-nav .fa-chevron-left, .owl-nav .fa-chevron-right{
  font-size: 22px;
  line-height: 44px;
  font-weight: 400;

}
.about{
  padding-bottom: 150px;
}
.dias{
  display: none;
}
.property-card {
  background: #fff;
  border-radius: 10px;
  padding: 20px;
  box-shadow: 0px 4px 10px rgba(0, 0, 0, 0.1);
  max-width: 400px;
  margin: auto;
  margin-bottom: 20px;
}
.property-price {
  font-size: 24px;
  font-weight: bold;
  color: #af8d5a;
}
.property-details p {
  margin-bottom: 5px;
  font-size: 14px;
  display: flex;
  justify-content: space-between;
}
.advisor-section {
  text-align: center;
  margin-top: 20px;
}
.advisor-img {
  width: 60px;
  height: 60px;
  border-radius: 50%;
  object-fit: cover;
}
.advisor-name {
  font-weight: bold;
  margin-top: 5px;
}
.contact-btn {
  background-color: #af8d5a;
  color: white;
  font-size: 16px;
  width: 100%;
  border-radius: 5px;
  padding: 10px;
  border: none;
}
.contact-btn:hover {
  background-color: #8f6e45;
}
.qr-code {
  display: block;
  margin: 20px 0 0;
  width: 120px;
  display: none;
}
.advisor-section{
  display: flex;
}
.adtext{
  text-align: left;
  padding-left: 29px;
}
.smisslider .sampletext p a{
  color: #111;
}
.smisslider .private_property-amenties{
  color: #111;
}
.smisslider .sampletext p {
  color: #111;
  border-bottom: 1px solid #3a3a3a26;
}
.smisslider .sampletext span {
  color: #111;
  font-size: 11px;
  display: block;
  margin: 10px 0px;
}
.private_property-price_aed {
  color: #9f7b50;
}
.projextt .stitle{
  font-size: 9rem;
}
.lwhat{
  display: none;
  position: absolute;
  right: 5px;
  top: 5px;
}
#vimeo-player{
  padding-top: 50px;
  padding-bottom: 50px;
}
.member_show-more{
  display: none;
}
.small-font span{
  font-weight: 500;
  font-family: Graphiklcg, sans-serif;
}
.noven .details_meta-property_title{
  text-align: left;
  border-bottom: 1px solid #ddd;
  padding-bottom: 10px;
}
.noven .private_property-amenties{
  color: #111;
}

#main {
  margin: 50px 0;
}

#main #faq .card {
  margin-bottom: 5px;
  border: 0;
}

#main #faq .card .card-header {
  border: 0;
  -webkit-box-shadow: 0 0 20px 0 rgba(213, 213, 213, 0.5);
          box-shadow: 0 0 20px 0 rgba(213, 213, 213, 0.5);
  border-radius: 2px;
  padding: 0;
}

#main #faq .card .card-header .btn-header-link {
  color: #fff !important;
  display: block;
  text-align: left;
  background: #bd9463;
  color: #222;
  padding: 20px;
}

#main #faq .card .card-header .btn-header-link:after {
  content: "\f107";
  font-family: 'Font Awesome 5 pro';
  font-weight: 900;
  float: right;
}

#main #faq .card .card-header .btn-header-link.collapsed {
  background: #bd9463;
  color: #fff;
}

#main #faq .card .card-header .btn-header-link.collapsed:after {
  content: "\f106";
}

#main #faq .card .collapsing {
  background: #fff;
  line-height: 30px;
}

#main #faq .card .collapse {
  border: 0;
}

#main #faq .card .collapse.show {
  background: #fff;
  line-height: 30px;
  color: #222;
}
.develp .private_property-button{
  margin-top: 55px;
}
.most{
  position: absolute;
  /* border: 1px solid #ddd; */
  padding: 5px 10px;
  color: #fff;
  background: #000000b0;
  top: 20px;
  left: 10px;
  font-size: 12px;
  /* border-radius: 5px; */
  z-index: 5;
  /* height: 100%; */
  /* width: 100%; */
  display: flex;
  justify-content: center;
  align-items: center;
  border-radius: 5px;
  /* font-weight: 800; */
}
.most .serch {
  font-weight: 700;
  border-radius: 5px;
  font-size: 13px;
}
.locasslider .owl-next:hover, .locasslider .owl-prev:hover{
  transition: all ease .3s;
  background: transparent !important;
  color: #fff !important;
}
.locasslider .owl-nav:hover .fa-chevron-left, .locasslider .owl-nav:hover .fa-chevron-right {
  transition: all ease .3s;
  color: #fff;
}
.coo{
  display: flex;
  gap: 63px;
  margin-top: 30px;
}
#counter-box h5{
  color: #fff;
  font-size: 27px;
  position: relative;
  display: inline-block;
}
#counter-box h5:after{
  content: '+';
  position: absolute;
  right: -25px;
  top: -5px;
  font-weight: 800;
  font-size: 34px;
}
#counter-box h5 span{
  font-weight: 800;
  
}
.iti{
  display: block !important;
}
#mobile_code{
  margin-bottom: 20px !important;
}
.iti__flag-container{
  bottom: inherit !important;
  top: 14px !important;
}
.lra{
  border-bottom: 1px solid #ffffff26;
}
.hide { display: none !important; }
.nav-item{
  min-width: max-content;
}

@media (min-width: 992px) {
  .nav-item {
    margin-right: 20px;
  }
}
/* ------rent------- */
.overview-menu{
  padding: 20px;
  background: #fff;
  border-radius: 10px;
  margin-bottom: 20px;
  box-shadow: 0px 4px 10px rgba(0, 0, 0, 0.1);
  position: sticky;
  top: 100px;
  z-index: 99;
}
.overview-menu ul{
  display: flex;
  list-style: none;
  margin-bottom: 0;
  justify-content: flex-start;
}
.overview-menu ul li{
  margin-right: 30px;
}
.overview-menu ul li a{
  color: #111;
}
.over ul{
  padding-left: 0;
}
.over  li{
  list-style: none;
  display: inline-block;
  width: 24%;
  margin-bottom: 10px;
  /* border: 1px solid #ddd; */
  padding: 15px 10px;
  font-family: Graphiklcg, sans-serif;
  font-weight: 400;
  font-size: 13px;
  background: #c09665;
  color: #fff;
}
.boxone{
  background: #fff;
}
.boxhead{
  padding: 20px;
  /* color: #fff; */
  background: linear-gradient(45deg, #c09665, transparent);
  font-family: Graphiklcg, sans-serif;
}
.boxhead h4{
  margin-bottom: 0;
  font-family: Graphiklcg, sans-serif;
  font-size: 20px;
}
.boxtext{
  padding: 20px;
}
.boxtext li{
  list-style: none;
  position: relative;
  padding-left: 30px;
  margin-bottom: 15px;
  font-size: 13px;
}
.boxtext li i{
  position: absolute;
  left: 2px;
  top: 3px;
  color: #c09665;
}
.pricelista{
  padding: 0 !important;
}
.pricelista li{
  display: flex;
  justify-content: space-between;
  border-bottom: 1px solid #ddd;
  padding: 10px 0px;
  align-items: center;
}
.rent{
  padding-right: 200px;
}
.rent h4{
  font-size: 24px;
  font-weight: 400;
}
.rprice{
  font-size: 24px;
  font-weight: 400;
  width: 150px;
  text-align: right;
}
.processrent {
  padding-left: 0 !important;
}
.processrent  li{
  display: inline-block;
  width: 47%;
  margin-bottom: 10px;
}
.processrent  li i{
  color: #b38c5e;
}
/* ----------rent------ */
.rentcard {
      background: white;
      padding: 20px;
      width: 320px;
      border-radius: 12px;
      box-shadow: 0 2px 10px rgba(0,0,0,0.1);
    }

    .ppprice {
      display: flex;
      justify-content: space-around;
      margin-bottom: 20px;
    }

    .ppprice div {
      text-align: center;
    }

    .ppprice span {
      display: block;
      font-size: 14px;
      color: gray;
    }

    .book-now {
      background-color: #000000;
      color: white;
      border: none;
      padding: 10px;
      width: 100%;
      font-size: 16px;
      border-radius: 25px;
      margin-bottom: 15px;
      cursor: pointer;
    }

    .separator {
      text-align: center;
      margin: 15px 0;
      color: gray;
    }

    .date-picker {
      display: flex;
      justify-content: space-between;
      overflow-x: auto;
      margin-bottom: 15px;
    }

    .date {
      text-align: center;
      padding: 10px;
      border-radius: 10px;
      cursor: pointer;
      flex: 1;
      margin: 2px;
      border: 1px solid #ccc;
      font-size: 13px;
    }

    .date.selected {
      background-color: #bb9163;
      color: white;
      border: none;
    }

    .time-slots {
      display: flex;
      flex-direction: column;
      gap: 10px;
    }

    .time-slot {
      padding: 10px;
      background-color: #f1f1f1;
      border-radius: 8px;
      text-align: center;
      cursor: pointer;
      border: 1px solid #ccc;
    }

    .time-slot.selected {
      background-color: #bf9565;
      color: white;
      border: none;
    }

    .checkbox {
      margin-top: 15px;
      font-size: 12px;
    }

    .checkbox a {
      color: #0d0d11;
      text-decoration: none;
      font-weight: 400;
    }

    .schedule-btn {
      background-color: #0d0d11;
      color: white;
      border: none;
      padding: 12px;
      width: 100%;
      font-size: 16px;
      border-radius: 25px;
      margin-top: 15px;
      cursor: pointer;
    }

    .assit {
      text-align: center;
      font-size: 12px;
      color: gray;
      margin-top: 5px;
    }
    .activ {
      background: #c09665;
      padding: 7px 10px;
      border-radius: 5px;
      color: #fff !important;
      transition: all ease .5s;
}
.rentcat{
  display: flex;
}
.rentcat .rentimg{
  width: 50%;
}
.renttext{
  padding: 20px;
}
