﻿@import url("https://fonts.googleapis.com/css?family=Playfair+Display|Poppins:300,400,600,800&amp;display=swap&amp;subset=latin-ext");

* {
  outline: none !important;
}

body {
  margin: 0px;
  padding: 0px;
  font-family: Poppins, sans-serif;
  color: rgb(38, 40, 43);
  -webkit-font-smoothing: antialiased;
  text-rendering: optimizelegibility;
}

img {
  max-width: 100%;
}

.overflow {
  overflow: hidden;
}

a {
  transition: 0.25s ease-in-out;
  color: rgb(38, 40, 43);
}

a:hover {
  text-decoration: underline;
}

.container {
  max-width: 1280px;
}

input[type="text"] {
  width: 100%;
  height: 54px;
  border: 1px solid rgb(238, 238, 238);
  padding: 0px 20px;
}

textarea {
  width: 100%;
  height: 160px;
  border: 1px solid rgb(238, 238, 238);
  padding: 15px 20px;
}

button[type="submit"] {
  height: 54px;
  border: none;
  background: rgb(159, 128, 84);
  color: rgb(255, 255, 255);
  padding: 0px 30px;
  font-size: 13px;
  font-weight: 600;
  text-transform: uppercase;
}

.odometer {
  line-height: 1;
}

.odometer.odometer-auto-theme,
.odometer.odometer-theme-car {
  padding: 0px;
}

.odometer.odometer-auto-theme .odometer-digit,
.odometer.odometer-theme-car .odometer-digit {
  padding: 0px;
}

.odometer.odometer-auto-theme .odometer-digit .odometer-digit-inner,
.odometer.odometer-theme-car .odometer-digit .odometer-digit-inner {
  left: 0px;
}

.accordion {
  width: 100%;
  float: left;
  background: rgb(255, 255, 255);
  padding: 0px;
}

.accordion .card {
  background: none;
  border-radius: 0px;
  margin-top: -1px;
  border: 1px solid rgb(234, 235, 238);
}

.accordion .card .card-header {
  background: none;
  padding: 0px;
  border-bottom: none;
}

.accordion .card .card-header a {
  width: 100%;
  float: left;
  padding: 10px 15px;
  color: rgb(38, 40, 43);
  font-weight: 600;
}

.accordion .card .card-header a::before {
  content: "+";
  float: left;
  text-align: center;
  margin-right: 8px;
  color: rgb(38, 40, 43);
  font-weight: 600;
}

.accordion .card .card-header a:hover {
  color: rgb(159, 128, 84);
  text-decoration: none;
}

.accordion .card .card-body {
  width: 100%;
  border-top: 1px solid rgb(238, 238, 238);
  line-height: 26px;
}

.accordion .card [aria-expanded="true"] {
  color: rgb(159, 128, 84) !important;
}

.accordion .card [aria-expanded="true"]::before {
  content: "-" !important;
  color: rgb(159, 128, 84) !important;
}

.pagination {
  display: flex;
}

.pagination .page-item {
  display: inline-block;
  margin-right: 6px;
}

.pagination .page-item.active .page-link {
  background: rgb(159, 128, 84);
  color: rgb(255, 255, 255);
  border-color: transparent;
  position: relative;
  z-index: 2;
}

.pagination .page-item.active .page-link:hover {
  background: rgb(159, 128, 84);
  border-color: transparent;
  color: rgb(255, 255, 255);
}

.pagination .page-item .page-link {
  display: inline-block;
  padding: 15px 20px;
  color: rgb(38, 40, 43);
  font-weight: 600;
  font-size: 13px;
  border: 1px solid rgb(222, 226, 230);
  line-height: 1;
  border-radius: 0px !important;
}

.pagination .page-item .page-link:hover {
  background: none;
  border-color: rgb(222, 226, 230);
  color: rgb(159, 128, 84);
}

.gallery-container {
  width: 100%;
  display: flex;
  flex-wrap: wrap;
  overflow: hidden;
  position: relative;
  text-align: center;
  margin: 30px 0px;
  background: rgb(38, 40, 43);
}

.gallery-container .swiper-wrapper {
  width: 100%;
  float: left;
  position: relative;
}

.gallery-container .swiper-slide {
  width: 80%;
  margin: 0px;
  opacity: 0.6;
}

.gallery-container .swiper-slide.swiper-slide-active {
  width: 80%;
  opacity: 1;
}

.gallery-container .swiper-slide img {
  width: 100%;
}

.gallery-container .gallery-pagination {
  bottom: 20px;
  position: absolute;
  z-index: 2;
}

.gallery-container .gallery-pagination .swiper-pagination-bullet {
  background: rgb(255, 255, 255);
  opacity: 0.5;
}

.gallery-container .gallery-pagination .swiper-pagination-bullet.swiper-pagination-bullet-active {
  background: rgb(235, 207, 167);
  opacity: 1;
}

.video-bg {
  width: 100%;
  height: 100%;
  position: absolute;
  left: 0px;
  top: 0px;
  overflow: hidden;
  background: linear-gradient(161deg, rgb(38, 40, 43) 0%, rgb(38, 40, 43) 49%, rgb(159, 128, 84) 100%);
}

.video-bg video {
  min-width: 100%;
  min-height: 100%;
  float: left;
  opacity: 0.15;
}

.nav-pills {
  width: 100%;
  display: flex;
  flex-wrap: wrap;
  margin-bottom: 40px;
  justify-content: center;
}

.nav-pills .nav-item {
  display: inline-block;
  margin-right: 30px;
}

.nav-pills .nav-item:last-child {
  margin-right: 0px;
}

.nav-pills .nav-item .nav-link {
  background: none;
  color: rgb(38, 40, 43);
  border-bottom: 2px solid transparent;
  padding: 4px 0px;
  border-radius: 0px;
  font-weight: 600;
  font-size: 14px;
}

.nav-pills .nav-item .nav-link.active {
  border-bottom: 2px solid rgb(38, 40, 43);
}

.breadcrumb {
  width: 100%;
  padding: 0px;
  border-radius: 0px;
  background: none;
}

.breadcrumb .breadcrumb-item {
  display: inline-block;
  font-size: 14px;
  font-weight: 600;
  padding: 0px;
}

.breadcrumb .breadcrumb-item:first-child::before {
  display: none;
}

.breadcrumb .breadcrumb-item::before {
  content: "»";
  color: rgb(255, 255, 255);
  font-weight: 400;
  padding: 0px 20px;
}

.breadcrumb .breadcrumb-item.active {
  color: rgb(235, 207, 167);
}

.breadcrumb .breadcrumb-item a {
  color: rgb(255, 255, 255);
}

.hamburger {
  position: relative;
  cursor: pointer;
  transform: rotate(0deg);
  transition-duration: 500ms;
  transition-timing-function: cubic-bezier(0.86, 0, 0.07, 1);
}

.hamburger span {
  display: block;
  height: 2px;
  width: 30px;
  background: #ceaa69;
  opacity: 1;
  position: absolute;
  left: 0px;
  transform: rotate(0deg);
  transition: 0.25s ease-in-out;
}

.hamburger span:nth-child(1) {
  top: 0px;
}

.hamburger span:nth-child(2) {
  top: 9px;
}

.hamburger span:nth-child(3) {
  width: 10px;
  top: 19px;
}

.hamburger span:nth-child(4) {
  width: 6px;
  top: 19px;
  left: 15px;
}

.hamburger.open {
  margin: 0px;
}

.hamburger.open span:nth-child(1) {
  top: 9px;
  transform: rotate(135deg);
}

.hamburger.open span:nth-child(2) {
  opacity: 0;
  left: 20px;
}

.hamburger.open span:nth-child(3) {
  width: 30px;
  top: 9px;
  transform: rotate(-135deg);
}

.hamburger.open span:nth-child(4) {
  opacity: 0;
  left: 20px;
}

.hamburger:hover span:nth-child(4) {
  width: 20px;
  left: 10px;
}

.preloader {
  width: 100%;
  height: 100vh;
  display: flex;
  flex-direction: column;
  justify-content: center;
  position: fixed;
  right: 0px;
  top: 0px;
  z-index: 12;
  background: rgb(235, 207, 167);
  transition: 700ms cubic-bezier(0.86, 0, 0.07, 1) 0.95s;
  overflow: hidden;
}

.preloader * {
  transition: 700ms cubic-bezier(0.86, 0, 0.07, 1);
}

.preloader .layer {
  width: 100%;
  height: 100vh;
  position: absolute;
  left: 0px;
  top: 0px;
  background: rgb(51, 51, 51);
  transition-delay: 0.3s;
}

.preloader .inner {
  display: inline-block;
  text-align: center;
  position: relative;
  z-index: 2;
}

.preloader .inner figure {
  display: block;
  margin-bottom: 10px;
  transition-delay: 0.1s;
}

.preloader .inner figure img {
  height: 118px;
}

.preloader .inner p {
  font-weight: 600;
  color: rgb(255, 255, 255);
  font-size: 13px;
  display: block;
}

.transition-overlay {
  width: 100%;
  height: 100vh;
  position: fixed;
  left: -100%;
  top: 0px;
  z-index: 12;
  background: rgb(235, 207, 167);
  transition: 700ms cubic-bezier(0.86, 0, 0.07, 1);
  overflow: hidden;
}

.transition-overlay .layer {
  width: 100%;
  height: 100vh;
  position: absolute;
  right: -100%;
  top: 0px;
  background: rgb(51, 51, 51);
  transition: 700ms cubic-bezier(0.86, 0, 0.07, 1) 0.6s;
}

.transition-overlay.active {
  left: 0px;
}

.transition-overlay.active .layer {
  right: 0px;
}

.page-loaded .preloader {
  right: -100%;
}

.page-loaded .preloader .inner figure {
  opacity: 0;
  transform: scale(1.5);
}

.page-loaded .preloader .inner p {
  transform: translateY(20px);
  opacity: 0;
}

.page-loaded .preloader .layer {
  left: -100%;
}

.page-loaded .navbar .container .upper-side {
  transform: translateY(0px);
}

.page-loaded .navbar .container .menu {
  opacity: 1;
}

.page-loaded .slider .slider-container {
  transform: scale(1);
  opacity: 1;
}

.side-navigation {
  width: 400px;
  max-width: 100%;
  height: 100vh;
  min-height: 400px;
  position: fixed;
  left: -100%;
  top: 0px;
  background: rgb(38, 40, 43);
  z-index: 10;
  box-shadow: rgba(0, 0, 0, 0.2) 10px 10px 50px;
  color: rgb(255, 255, 255);
  font-size: 14px;
  padding: 0px 40px;
  display: flex;
  flex-direction: column;
  justify-content: center;
  transition: 700ms cubic-bezier(0.86, 0, 0.07, 1);
}

.side-navigation .menu {
  display: none;
  margin-bottom: 20px;
}

.side-navigation .menu ul {
  width: 100%;
  margin: 0px;
  padding: 0px;
}

.side-navigation .menu ul li {
  width: 100%;
  /* display: block; */
  margin: 0px;
  padding: 3px 0px;
  list-style: none;
  position: relative;
}

.side-navigation .menu ul li ul {
  width: 100%;
  display: none;
  padding-left: 20px;
  margin-bottom: 10px;
}

.side-navigation .menu ul li ul li {
  display: block;
}

.side-navigation .menu ul li ul li a {
  font-size: 14px !important;
}

.side-navigation .menu ul li a {
  display: inline-block;
  color: rgb(255, 255, 255);
  font-size: 3vw;
  line-height: 40px;
  /* font-weight: 600; */
}

.side-navigation .menu ul li a:hover {
  color: rgb(235, 207, 167);
  text-decoration: none;
}

.side-navigation .side-content {
  width: 100%;
  display: block;
}

.side-navigation figure {
  display: block;
  margin-bottom: 30px;
}

.side-navigation figure img {
  height: 40px;
}

.side-navigation address {
  display: block;
  margin-bottom: 20px;
}

.side-navigation h6 {
  font-weight: 600;
  font-size: 20px;
}

.side-navigation p {
  display: block;
  margin-bottom: 30px;
}

.side-navigation p a {
  color: rgb(255, 255, 255);
}

.side-navigation .gallery {
  margin-bottom: 20px;
  padding: 0px;
  margin-left: -5px;
  margin-right: -5px;
}

.side-navigation .gallery li {
  width: 33.3333%;
  float: left;
  margin: 0px;
  padding: 0px 5px;
  list-style: none;
}

.side-navigation .gallery li img {
  width: 100%;
}

.side-navigation .social-media {
  width: 100%;
  float: left;
  margin: 0px 0px 20px;
  padding: 0px;
}

.side-navigation .social-media li {
  float: left;
  margin-left: 5px;
  padding: 0px;
  list-style: none;
}

.side-navigation .social-media li a {
  width: 40px;
  height: 40px;
  float: left;
  text-align: center;
  line-height: 42px;
  font-size: 13px;
  color: rgb(255, 255, 255);
  background: rgba(255, 255, 255, 0.1);
}

.side-navigation .social-media li a:hover {
  color: rgb(38, 40, 43);
  background: rgb(235, 207, 167);
}

.side-navigation.active {
  left: 0px;
}

.navbar {
  width: 100%;
  padding: 0px;
  position: absolute;
  left: 0px;
  top: 0px;
  z-index: 3;
}

.navbar .container {
  flex-direction: column;
}

.navbar .container .upper-side {
  width: 100%;
  display: flex;
  flex-wrap: wrap;
  padding: 10px 0px;
  align-items: center;
  transform: translateY(-80px);
  transition: 700ms cubic-bezier(0.86, 0, 0.07, 1) 1.2s;
}

.navbar .container .upper-side .logo {
  margin-left: 0px;
}

.navbar .container .upper-side .logo img {}

.navbar .container .upper-side .phone-email {
  margin-right: 0px;
  margin-left: auto;
  margin-top: 5px;
  text-align: right;
  color: rgb(255, 255, 255);
}

.navbar .container .upper-side .phone-email img {
  float: right;
  height: 34px;
  margin-left: 15px;
}

.navbar .container .upper-side .phone-email h4 {
  margin-bottom: -5px;
  margin-top: 3px;
  font-size: 17px;
  font-weight: 600;
  display: -webkit-box;
  line-height: 1;
}

.navbar .container .upper-side .phone-email h4 a {
  color: rgb(255, 255, 255);
}

.navbar .container .upper-side .phone-email small {
  line-height: 1;
}

.navbar .container .upper-side .phone-email small a {
  opacity: 0.5;
  color: rgb(255, 255, 255);
}

.navbar .container .upper-side .phone-email small a:hover {
  text-decoration: none;
  color: rgb(235, 207, 167);
  opacity: 1;
}

.navbar .container .upper-side .language {
  margin-right: 40px;
  margin-left: 60px;
  padding: 10px 30px 10px 0px;
  border-right: 1px solid rgba(255, 255, 255, 0.15);
}

.navbar .container .upper-side .language a {
  display: inline-block;
  margin: 0px 5px;
  color: rgb(255, 255, 255);
  font-weight: 600;
}

.navbar .container .upper-side .language a:hover {
  color: rgb(235, 207, 167);
  text-decoration: none;
}

.navbar .container .upper-side .hamburger {
  width: 30px;
  height: 21px;
  margin-right: 0px;
}

.navbar .container .menu {
  width: 100%;
  display: flex;
  flex-wrap: wrap;
  border-top: 1px solid rgba(255, 255, 255, 0.15);
  transition: 700ms cubic-bezier(0.86, 0, 0.07, 1) 1.4s;
  opacity: 0;
}

.navbar .container .menu ul {
  display: flex;
  flex-wrap: wrap;
  margin-left: auto;
  margin-right: 0px;
  margin-top: -1px;
}

.navbar .container .menu ul li {
  margin: 0px 0px 0px 40px;
  padding: 0px;
  list-style: none;
  position: relative;
}

.navbar .container .menu ul li:hover ul {
  top: 100%;
  opacity: 1;
  visibility: visible;
}

.navbar .container .menu ul li:hover ul li {
  bottom: 20px;
  background: rgba(255, 255, 255, 0.12);
}

.navbar .container .menu ul li ul {
  min-width: 150px;
  position: absolute;
  left: 0px;
  top: 100%;

  margin: 0px;
  padding: 5px 0px;
  opacity: 0;
  visibility: hidden;
  transition: 0.25s ease-in-out;
}



.navbar .container .menu ul li ul li {
  margin: 0px;
  padding: 0px 20px;
  white-space: nowrap;
}

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

.navbar .container .menu ul li ul li a:hover {
  border-color: transparent;
}

.navbar .container .menu ul li a {
  color: rgb(255, 255, 255);
  display: inline-block;

  padding: 25px 0px;
  border-top: 1px solid transparent;
  text-transform: uppercase;
}

.navbar .container .menu ul li a:hover {
  text-decoration: none;
  color: rgb(235, 207, 167);
  border-top: 1px solid rgb(235, 207, 167);
}

.slider {
  width: 100%;
  height: auto;
  display: flex;
  flex-wrap: wrap;
  overflow: hidden;
}

.slider .slider-container {
  width: 100%;
  height: 100%;
  display: flex;
  flex-wrap: wrap;
  overflow: hidden;
  transition: 700ms cubic-bezier(0.86, 0, 0.07, 1) 1.25s;
  transform: scale(1.3);
  opacity: 0;
}

.slider .slider-container .swiper-slide {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  place-content: center;
  background-size: cover;
}

.slider .slider-container .swiper-slide::after {
  content: "";
  width: 100%;
  height: 100%;
  position: absolute;
  left: 0px;
  top: 0px;
  background: linear-gradient(161deg, rgb(38, 40, 43) 0%, rgb(38, 40, 43) 49%, rgb(159, 128, 84) 100%);
  opacity: 0.65;
}

.slider .slider-container .swiper-slide .container {
  position: relative;
  z-index: 9;
  padding-left: 100px;
}

.slider .slider-container .swiper-slide .container h1 {
  font-size: 5vw;
  font-family: "Playfair Display", serif;
  color: rgb(235, 207, 167);
  margin-bottom: 20px;
}

.slider .slider-container .swiper-slide .container h1 span {
  display: inline-block;
  position: relative;
}

.slider .slider-container .swiper-slide .container h1 span::before {
  content: "";
  width: 247px;
  height: 70px;
  position: absolute;
  left: 0px;
  top: 40px;
  background: url("../images/title-mark.png") center center / contain no-repeat;
  z-index: -1;
}

.slider .slider-container .swiper-slide .container h2 {
  font-weight: 600;
  color: rgb(255, 255, 255);
  margin-bottom: 50px;
}

.slider .slider-container .swiper-slide .container a {
  height: 60px;
  line-height: 56px;
  float: left;
  color: rgb(255, 255, 255);
  font-size: 14px;
  font-weight: 600;
  position: relative;
  border: 2px solid rgb(235, 207, 167);
  padding: 0px 40px;
  box-shadow: rgba(235, 207, 167, 0.4) 0px 0px 20px;
  transition: 0.25s ease-in-out;
}

.slider .slider-container .swiper-slide .container a i {
  margin-left: 10px;
}

.slider .slider-container .swiper-slide .container a:hover {
  text-decoration: none;
  background: rgb(159, 128, 84);
  border-color: rgb(159, 128, 84);
}

.slider .slider-container .swiper-slide .container figure {
  float: left;
  margin-left: 40px;
  margin-bottom: 0px;
}

.slider .slider-container .swiper-slide .container figure img {
  height: 60px;
}

.slider .slider-container .inner-elements {
  width: 100%;
  position: absolute;
  left: 0px;
  top: 0px;
}

.slider .slider-container .inner-elements .container {
  position: relative;
  height: 100vh;
}

.slider .slider-container .inner-elements .container .social-media {
  width: 20px;
  position: absolute;
  left: 15px;
  top: calc(50% + 60px);
  transform: translateY(-50%);
  z-index: 4;
  text-align: center;
}

.slider .slider-container .inner-elements .container .social-media h6 {
  width: 120px;
  color: rgb(255, 255, 255);
  transform: rotate(90deg);
  transform-origin: left center;
  margin-left: 9px;
  font-weight: 600;
  margin-bottom: 120px;
  font-size: 14px;
}

.slider .slider-container .inner-elements .container .social-media ul {
  margin: 0px;
  padding: 0px;
}

.slider .slider-container .inner-elements .container .social-media ul::before {
  content: "";
  width: 1px;
  height: 42px;
  background: rgb(255, 255, 255);
  display: inline-block;
  margin-bottom: 15px;
  margin-top: 10px;
}

.slider .slider-container .inner-elements .container .social-media ul li {
  margin: 0px;
  padding: 3px 0px;
  list-style: none;
}

.slider .slider-container .inner-elements .container .social-media ul li a {
  color: rgb(255, 255, 255);
  font-size: 12px;
}

.slider .slider-container .inner-elements .container .social-media ul li a:hover {
  color: rgb(235, 207, 167);
}

.slider .slider-container .inner-elements .container .pagination {
  width: auto;
  position: absolute;
  left: auto;
  right: 15px;
  bottom: 20px;
  z-index: 4;
  color: rgb(255, 255, 255);
  font-size: 14px;
  font-weight: 600;
  line-height: 50px;
}

.slider .slider-container .inner-elements .container .pagination .swiper-pagination-current {
  font-size: 40px;
  font-weight: 800;
  margin-right: 5px;
}

.slider .slider-container .inner-elements .container .pagination .swiper-pagination-total {
  font-size: 20px;
  margin-left: 5px;
}

.slider .slider-container .inner-elements .container .button-prev {
  width: 40px;
  position: absolute;
  right: 10px;
  top: calc(50% + 60px);
  z-index: 4;
  transform: rotate(90deg);
  transition: 0.25s ease-in-out;
  transform-origin: center bottom;
  margin-top: -60px;
  font-weight: 600;
  color: rgb(255, 255, 255);
  font-size: 14px;
  line-height: 1;
  cursor: pointer;
}

.slider .slider-container .inner-elements .container .button-prev:hover {
  color: rgb(235, 207, 167);
}

.slider .slider-container .inner-elements .container .button-prev::after {
  content: "";
  width: 42px;
  height: 1px;
  background: rgb(255, 255, 255);
  position: absolute;
  right: calc(-100% - 20px);
  top: 5px;
}

.slider .slider-container .inner-elements .container .button-next {
  width: 40px;
  position: absolute;
  right: 10px;
  top: calc(50% + 60px);
  z-index: 4;
  transform: rotate(90deg);
  transition: 0.25s ease-in-out;
  transform-origin: center bottom;
  margin-top: 60px;
  font-weight: 600;
  color: rgb(255, 255, 255);
  font-size: 14px;
  line-height: 1;
  cursor: pointer;
}

.slider .slider-container .inner-elements .container .button-next:hover {
  color: rgb(235, 207, 167);
}

.page-header {
  width: 100%;
  height: 480px;
  display: flex;
  flex-wrap: wrap;
  padding-top: 200px;
  background-color: rgb(38, 40, 43);
  position: relative;
}

.position {
  position: relative;
  bottom: 48px !important;
}

.page-header::after {
  content: "";
  width: 100%;
  height: 100%;
  position: absolute;
  left: 0px;
  top: 0px;
  background: linear-gradient(161deg, rgb(38, 40, 43) 0%, rgb(38, 40, 43) 49%, rgb(159, 128, 84) 100%);
  opacity: 0.5;
}

.page-header .container {
  position: relative;
  z-index: 2;
}

.page-header .container h1 {
  font-size: 5vw;
  font-family: "Playfair Display", serif;
  color: rgb(235, 207, 167);
  margin-bottom: 20px;
  margin-top: 40px;
}

.page-header .container p {
  display: block;
  color: rgb(255, 255, 255);
  font-size: 22px;
  margin: 0px;
}

.page-header .container .breadcrumb {
  position: absolute;
  left: 15px;
  bottom: -30px;
  background: rgb(159, 128, 84);
  width: 70%;
  padding: 40px 60px 40px 30px;
  margin: 0px;
}

.intro {
  width: 100%;
  display: flex;
  flex-wrap: wrap;
  position: relative;
  z-index: 2;
}

.intro figure {
  display: inline-block;
  margin-bottom: 0px;
  margin-top: -20px;
  background: rgb(235, 207, 167);
  position: relative;
}

.intro figure .pattern-bg {
  width: 120%;
  height: 100%;
  position: absolute;
  left: 5%;
  top: -5%;
  background: url("../images/side-pattern-bg.png") 0% 0% / contain;
}

.intro figure .holder {
  position: relative;
  width: 100%;
  float: left;
  transform: translate(85px, -65px);
  display: block !important;
}

.intro figure .holder img {
  box-shadow: rgba(0, 0, 0, 0.2) 10px 10px 50px;
  width: 525px;
}

.intro .content-box {
  display: block;
  padding-left: 10%;
}

.intro .content-box b {
  display: block;
  font-size: 30px;
  font-weight: 800;
  opacity: 0.2;
}

.intro .content-box h4 {
  display: block;
  font-size: 30px;
  font-family: "Playfair Display", serif;
  margin-bottom: 15px;
}

.intro .content-box h4 span {
  color: rgb(159, 128, 84);
}

.intro .content-box h3 {
  font-weight: 600;
  margin-bottom: 30px;
}

.intro .content-box p {
  display: block;
  margin-bottom: 30px;
}

.intro .content-box a {
  display: inline-block;
  color: rgb(38, 40, 43);
  font-weight: 600;
}

.intro .content-box a img {
  height: 46px;
  margin-right: 15px;
}

.intro .content-box a:hover {
  color: rgb(159, 128, 84);
  text-decoration: none;
}

.logos {
  width: 100%;
  display: flex;
  flex-wrap: wrap;
  padding: 100px 0px;
}

.logos * {
  transition: 0.25s ease-in-out;
}

.logos .col-lg-2 {
  border-right: 1px dashed rgb(238, 238, 238);
}

.logos .col-lg-2:last-child {
  border-right: none;
}

.logos figure {
  width: 100%;
  margin: 0px;
  position: relative;
}

.logos figure:hover img {
  opacity: 0;
  transform: scale(1.2);
}

.logos figure:hover h6 {
  opacity: 1;
  transform: scale(1);
}

.logos figure img {
  width: 100%;
}

.logos figure h6 {
  width: 100%;
  height: 20px;
  line-height: 20px;
  margin: -10px 0px 0px;
  position: absolute;
  top: 50%;
  text-align: center;
  opacity: 0;
  font-weight: 800;
  font-size: 13px;
  transform: scale(1.1);
}

.benefits {
  width: 100%;
  display: flex;
  flex-wrap: wrap;
  padding: 80px 0px;
  background: rgb(249, 249, 249);
  text-align: center;
}

.benefits .col {
  border-right: 2px solid rgb(238, 238, 238);
  padding-top: 20px;
  padding-bottom: 20px;
}

.benefits .col:hover figure::after {
  opacity: 1;
}

.benefits .col:last-child {
  border-right: none;
}

.benefits b {
  display: block;
  font-size: 30px;
  font-weight: 800;
  opacity: 0.2;
}

.benefits h4 {
  display: block;
  font-size: 30px;
  font-family: "Playfair Display", serif;
  margin-bottom: 15px;
}

.benefits h4 span {
  color: rgb(159, 128, 84);
}

.benefits h3 {
  font-weight: 600;
  margin-bottom: 50px;
}

.benefits figure {
  display: block;
  margin-bottom: 20px;
  position: relative;
}

.benefits figure::after {
  content: "";
  width: 50px;
  height: 50px;
  position: absolute;
  left: 54%;
  top: 8%;
  background: rgb(192, 165, 128);
  border-radius: 50%;
  opacity: 0;
  z-index: 0;
  margin-left: -35px;
}

.benefits figure img {
  height: 50px;
  position: relative;
  z-index: 2;
}

.benefits h6 {
  font-weight: 500;
  font-size: 15px;
}

.benefits .odometer {
  font-size: 50px;
  line-height: 1;
  font-weight: 800;
}

.benefits .extra {
  font-size: 18px;
  font-weight: 600;
  display: inline-block;
  transform: translateY(10px);
}

.recent-gallery {
  width: 100%;
  display: flex;
  flex-wrap: wrap;
  padding: 70px 0px;
}

.recent-gallery1 {
  padding: 70px 0px;
}

.recent-gallery b {
  display: block;
  font-size: 30px;
  font-weight: 800;
  opacity: 0.2;
}

.recent-gallery h4 {
  display: block;
  font-size: 20px;
  line-height: 30px;
  font-family: poppins, serif;
  margin-bottom: 15px;
}

.recent-gallery h3 {
  font-weight: 500;
  text-transform: uppercase;
  margin-bottom: 30px;
  font-size: 23px !important;
}

.recent-gallery .link {
  display: inline-block;
  color: rgb(38, 40, 43);
  font-weight: 600;
  font-size: 15px;
  position: relative;
  padding-bottom: 10px;
}

.recent-gallery .link i {
  margin-left: 10px;
}

.recent-gallery .link:hover {
  text-decoration: none;
}

.recent-gallery .link:hover::before {
  width: 100%;
}

.recent-gallery .link::before {
  content: "";
  width: 60px;
  height: 2px;
  background: rgb(38, 40, 43);
  position: absolute;
  left: 0px;
  bottom: 0px;
  transition: 0.25s ease-in-out;
}

.recent-gallery figure {
  margin: 0px;
  position: relative;
  display: block !important;
}

.property-calculator {
  width: 100%;
  display: flex;
  flex-wrap: wrap;
  padding-bottom: 70px;
  margin-top: 100px;
  position: relative;
}

.property-calculator figure {
  display: inline-block;
  margin-bottom: 0px;
  margin-top: -20px;
  background: rgb(235, 207, 167);
  position: relative;
}

.property-calculator figure::before {
  content: "";
  width: 50vw;
  height: 100%;
  background: rgb(235, 207, 167);
  position: absolute;
  left: -50vw;
  top: 0px;
}

.property-calculator figure .pattern-bg {
  width: 120%;
  height: 100%;
  position: absolute;
  left: 5%;
  top: -5%;
  background: url("../images/side-pattern-bg.png") 0% 0% / contain;
}

.property-calculator figure .holder {
  position: relative;
  width: 100%;
  float: left;
  transform: translate(85px, -35px);
  display: block !important;
}

.property-calculator figure .holder img {
  box-shadow: rgba(0, 0, 0, 0.2) 10px 10px 50px;
  width: 525px;
}

.property-calculator .content-box {
  display: block;
  padding-left: 10%;
}

.property-calculator .content-box b {
  display: block;
  font-size: 30px;
  font-weight: 800;
  opacity: 0.2;
}

.property-calculator .content-box h4 {
  display: block;
  font-size: 30px;
  font-family: "Playfair Display", serif;
  margin-bottom: 15px;
}

.property-calculator .content-box h4 span {
  color: rgb(159, 128, 84);
}

.property-calculator .content-box h3 {
  font-weight: 600;
  margin-bottom: 30px;
}

.property-calculator .content-box ul {
  display: block;
  margin-bottom: 60px;
  padding: 0px;
}

.property-calculator .content-box ul li {
  display: inline-block;
  margin: 0px;
  padding: 0px;
  list-style: none;
}

.property-calculator .content-box ul li:nth-child(1) {
  margin-right: 30px;
}

.property-calculator .content-box ul li img {
  height: 35px;
}

.property-calculator .content-box p {
  display: block;
  margin-bottom: 30px;
}

.property-calculator .content-box a {
  display: inline-block;
  color: rgb(38, 40, 43);
  font-weight: 600;
}

.property-calculator .content-box a img {
  height: 46px;
  margin-right: 10px;
}

.property-calculator .content-box a:hover {
  color: rgb(159, 128, 84);
  text-decoration: none;
}

.property-plans {
  width: 100%;
  display: flex;
  flex-wrap: wrap;
  padding-bottom: 150px;
}

.property-plans b {
  display: block;
  font-size: 30px;
  font-weight: 800;
  opacity: 0.2;
}

.property-plans h4 {
  display: block;
  font-size: 30px;
  font-family: "Playfair Display", serif;
  margin-bottom: 15px;
}

.property-plans h4 span {
  color: rgb(159, 128, 84);
}

.property-plans h3 {
  font-weight: 600;
  margin-bottom: 30px;
}

.property-plans p {
  display: block;
  padding-right: 40%;
  margin-bottom: 30px;
}

.property-plans table {
  display: table;
  margin-bottom: 30px;
  font-size: 15px;
}

.property-plans table tr td {
  padding: 5px 0px;
}

.property-plans table tr td:first-child {
  color: rgb(159, 128, 84);
  width: 120px;
  font-weight: 600;
}

.property-plans .tab-nav {
  width: 100%;
  display: flex;
  flex-wrap: wrap;
}

.property-plans .tab-nav li {
  display: inline-block;
  margin: 0px 10px 0px 0px;
  padding: 0px;
  list-style: none;
}

.property-plans .tab-nav li a {
  color: rgb(38, 40, 43);
  font-weight: 600;
}

.get-consultation {
  width: 100%;
  display: flex;
  flex-wrap: wrap;
  padding-top: 150px;
  background-size: auto 140%;
  background-position: right center;
  background-repeat: no-repeat;
  background-color: rgb(229, 228, 223);
}

.get-consultation .content-box {
  width: 500px;
  max-width: 100%;
  display: flex;
  flex-wrap: wrap;
  padding: 80px 50px;
  color: rgb(255, 255, 255);
  background: rgb(159, 128, 84);
  position: relative;
  overflow: hidden;
}

.get-consultation .content-box::after {
  content: "";
  width: 0px;
  height: 0px;
  border-style: solid;
  border-width: 100px 200px 100vh 0px;
  border-color: transparent rgb(235, 207, 167) transparent transparent;
  position: absolute;
  right: 0px;
  top: 0px;
  opacity: 0.15;
}

.get-consultation b {
  width: 100%;
  display: block;
  font-size: 30px;
  font-weight: 800;
  opacity: 0.2;
}

.get-consultation h4 {
  display: block;
  font-size: 30px;
  font-family: "Playfair Display", serif;
  margin-bottom: 15px;
}

.get-consultation h4 span {
  color: rgb(235, 207, 167);
}

.get-consultation h3 {
  font-weight: 600;
  margin-bottom: 30px;
}

.get-consultation p {
  display: block;
  padding-right: 20%;
  margin-bottom: 40px;
}

.get-consultation a {
  height: 60px;
  line-height: 60px;
  float: left;
  color: rgb(255, 255, 255);
  font-size: 14px;
  font-weight: 600;
  position: relative;
  background: rgb(38, 40, 43);
  padding: 0px 40px;
  box-shadow: rgba(0, 0, 0, 0.15) 0px 10px 20px;
  transition: 0.25s ease-in-out;
}

.get-consultation a i {
  margin-left: 10px;
}

.get-consultation a:hover {
  text-decoration: none;
  background: rgb(255, 255, 255);
  color: rgb(159, 128, 84);
}

.recent-posts {
  width: 100%;
  display: flex;
  flex-wrap: wrap;
  padding: 70px 0px;
}

.recent-posts b {
  display: block;
  font-size: 30px;
  font-weight: 800;
  opacity: 0.2;
}

.recent-posts h4 {
  display: block;
  font-size: 30px;
  font-family: "Playfair Display", serif;
  margin-bottom: 15px;
}

.recent-posts h4 span {
  color: rgb(159, 128, 84);
}

.recent-posts small {
  display: block;
  text-transform: uppercase;
  letter-spacing: 2px;
  margin-bottom: 40px;
  opacity: 0.5;
}

.recent-posts small::after {
  content: "";
  width: 50px;
  height: 1px;
  background: rgb(38, 40, 43);
  display: inline-block;
  margin-left: 5px;
  margin-bottom: 4px;
  opacity: 0.5;
}

.recent-posts .post-box {
  width: 100%;
  display: flex;
  flex-wrap: wrap;
}

.recent-posts .post-box figure {
  display: block;
  margin-bottom: 20px;
}

.recent-posts .post-box h6 {
  display: block;
  font-size: 20px;
  font-weight: 600;
}

.recent-posts .post-box h6 a {
  display: inline-block;
}

.recent-posts .post-box h6 a:hover {
  color: rgb(159, 128, 84);
  text-decoration: none;
}

.recent-posts .post-box p {
  display: block;
  margin: 0px;
}

.recent-posts .post-box span {
  width: 100%;
  display: block;
  font-size: 13px;
  opacity: 0.5;
  margin-bottom: 10px;
}

.property-customization {
  width: 100%;
  display: flex;
  flex-wrap: wrap;
  padding: 150px 0px;
  background: rgb(38, 40, 43);
  color: rgb(255, 255, 255);
  position: relative;
}

.property-customization b {
  width: 100%;
  display: block;
  font-size: 30px;
  font-weight: 800;
  opacity: 0.2;
}

.property-customization h4 {
  display: block;
  font-size: 30px;
  font-family: "Playfair Display", serif;
  margin-bottom: 15px;
}

.property-customization h4 span {
  color: rgb(235, 207, 167);
}

.property-customization h3 {
  font-weight: 600;
  margin-bottom: 30px;
}

.property-customization figure {
  width: 100%;
  display: flex;
  align-items: center;
  border: 1px solid rgba(255, 255, 255, 0.1);
  padding: 15px 10px;
  margin: 15px 0px;
}

.property-customization figure img {
  height: 40px;
  float: left;
  margin-right: 15px;
}

.property-customization figure figcaption {
  color: rgb(255, 255, 255);
  font-size: 13px;
  font-weight: 600;
}

.apartment {
  width: 100%;
  display: flex;
  flex-wrap: wrap;
  padding: 70px 0px;
}

.apartment h2 {
  font-size: 4vw;
  font-family: "Playfair Display", serif;
  margin-bottom: 20px;
}

.apartment h2 span {
  color: rgb(159, 128, 84);
}

.apartment h6 {
  margin-bottom: 15px;
  font-weight: 600;
  font-size: 20px;
}

.apartment h5 {
  margin-bottom: 70px;
  font-weight: 600;
  opacity: 0.5;
}

.apartment h4 {
  margin-bottom: 20px;
  font-weight: 600;
}

.apartment p {
  line-height: 1.7;
  margin-bottom: 20px;
}

.apartment p strong {
  font-weight: 600;
}

.apartment ul {
  width: 100%;
  display: block;
  margin-bottom: 30px;
  padding-left: 20px;
}

.apartment ul li {
  margin: 0px;
  padding: 4px 0px;
}

.apartment blockquote {
  display: inline-block;
  padding: 30px;
  background: rgb(235, 207, 167);
  margin-bottom: 40px;
}

.apartment blockquote p {
  margin: 0px;
}

.apartment blockquote strong {
  font-size: 20px;
}

.apartment figure {
  width: 100%;
  display: block;
  margin-bottom: 70px;
  margin-top: 50px;
}

.apartment .gallery-slider {
  width: 80%;
  margin-top: 50px;
  margin-bottom: 70px;
}

.apartment .gallery-slider .gallery-container {
  margin: 0px;
}

.apartment .property-plan {
  display: inline-block;
}

.apartment .property-infos {
  display: inline-block;
  background: rgb(159, 128, 84);
  color: rgb(255, 255, 255);
  padding: 50px;
  margin-bottom: 50px;
  float: left;
  margin-right: 100px;
}

.apartment .property-infos .odometer {
  font-size: 60px;
  font-weight: 800;
  position: relative;
  display: inline-flex;
}

.apartment .property-infos .odometer::after {
  content: attr(data-text);
  font-size: 30px;
  font-weight: 600;
  margin-top: 10px;
  margin-left: 5px;
  opacity: 0.5;
}

.apartment .property-infos p:last-child {
  margin-bottom: 0px;
}

.about-content {
  width: 100%;
  display: flex;
  flex-wrap: wrap;
  padding: 150px 0px;
}

.about-content h2 {
  font-size: 4vw;
  font-family: "Playfair Display", serif;
  margin-bottom: 20px;
}

.about-content h2 span {
  color: rgb(159, 128, 84);
}

.about-content h6 {
  margin-bottom: 15px;
  font-weight: 600;
  font-size: 20px;
}

.about-content h5 {
  margin-bottom: 40px;
  font-weight: 600;
  opacity: 0.5;
}

.about-content h4 {
  margin-bottom: 20px;
  font-weight: 600;
}

.about-content p {
  line-height: 1.7;
  margin-bottom: 20px;
}

.about-content p strong {
  font-weight: 600;
}

.about-content ul {
  width: 100%;
  display: block;
  margin-bottom: 30px;
  padding-left: 20px;
}

.about-content ul li {
  margin: 0px;
  padding: 4px 0px;
}

.about-content blockquote {
  display: inline-block;
  padding: 30px;
  background: rgb(235, 207, 167);
  margin-bottom: 40px;
}

.about-content blockquote p {
  margin: 0px;
}

.about-content blockquote strong {
  font-size: 20px;
}

.about-content .video-content {
  width: 100%;
  display: flex;
  flex-wrap: wrap;
  margin-bottom: 60px;
  margin-top: 30px;
}

.about-content .video-content video {
  width: 100%;
  height: 100%;
  float: left;
}

.about-content .gallery-container {
  margin-bottom: 50px;
}

.certificates {
  width: 100%;
  display: flex;
  flex-wrap: wrap;
  padding: 150px 0px;
}

.certificates b {
  display: block;
  font-size: 30px;
  font-weight: 800;
  opacity: 0.2;
}

.certificates h4 {
  display: block;
  font-size: 30px;
  font-family: "Playfair Display", serif;
  margin-bottom: 15px;
}

.certificates h4 span {
  color: rgb(159, 128, 84);
}

.certificates small {
  display: block;
  text-transform: uppercase;
  letter-spacing: 2px;
  margin-bottom: 40px;
  opacity: 0.5;
}

.certificates small::after {
  content: "";
  width: 50px;
  height: 1px;
  background: rgb(38, 40, 43);
  display: inline-block;
  margin-left: 5px;
  margin-bottom: 4px;
  opacity: 0.5;
}

.certificates figure {
  display: block;
  margin: 0px;
  box-shadow: rgba(0, 0, 0, 0.1) 0px 0px 20px;
}

.certificates figure img {
  width: 100%;
}

.facilities {
  width: 100%;
  display: flex;
  flex-wrap: wrap;
  padding: 50px 0px;
}

.facilities b {
  display: block;
  font-size: 30px;
  font-weight: 800;
  opacity: 0.2;
}

.facilities h4 {
  display: block;
  font-size: 30px;
  font-family: "Playfair Display", serif;
  margin-bottom: 15px;
}

.facilities h4 span {
  color: rgb(159, 128, 84);
}

.facilities small {
  display: block;
  text-transform: uppercase;
  letter-spacing: 2px;
  margin-bottom: 40px;
  opacity: 0.5;
}

.facilities small::after {
  content: "";
  width: 50px;
  height: 1px;
  background: rgb(38, 40, 43);
  display: inline-block;
  margin-left: 5px;
  margin-bottom: 4px;
  opacity: 0.5;
}

.facilities figure {
  width: 100%;
  float: left;
  margin: 15px 0px;
  padding: 50px 30px;
  box-shadow: rgba(235, 207, 167, 0.4) 0px 0px 20px;
}

.facilities figure img {
  height: 70px;
  float: left;
}

.facilities figure figcaption {}

.facilities figure figcaption h5 {
  font-weight: 600;
  font-size: 15px;
  text-align: center;
}

.facilities figure figcaption p {
  font-size: 14px;
  opacity: 0.5;
  margin: 0px;
}

.faq {
  width: 100%;
  display: flex;
  flex-wrap: wrap;
  padding: 50px 0px;
}

.faq .sidebox {
  width: calc(100% - 70px);
  float: left;
  margin-left: 70px;
  padding: 40px 30px;
  text-align: center;
  background: rgb(159, 128, 84);
  color: rgb(255, 255, 255);
  top: 0px;
  position: sticky !important;
}

.faq .sidebox i {
  font-size: 100px;
  margin-bottom: 20px;
  display: inline-block;
}

.faq .sidebox h3 {
  display: block;
  font-family: "Playfair Display", serif;
  margin-bottom: 20px;
}

.faq .sidebox p {
  color: rgb(255, 255, 255);
}

.sales-offices {
  width: 100%;
  display: flex;
  flex-wrap: wrap;
  padding: 135px 0px;
}

.sales-offices .office-box {
  width: 100%;
  display: flex;
  flex-wrap: wrap;
  padding: 30px;
  margin: 15px 0px;
  border: 1px solid rgb(238, 238, 238);
}

.sales-offices .office-box h5 {
  font-family: "Playfair Display", serif;
  margin-bottom: 20px;
  font-size: 26px;
}

.sales-offices .office-box address {
  margin-bottom: 25px;
}

.sales-offices .office-box a {
  height: 44px;
  line-height: 44px;
  display: inline-block;
  padding: 0px 20px;
  background: rgb(38, 40, 43);
  font-size: 13px;
  font-weight: 600;
  color: rgb(255, 255, 255);
}

.sales-offices .office-box a i {
  margin-right: 7px;
}

.sales-offices .office-box a:hover {
  text-decoration: none;
}

.intro-video {
  width: 100%;
  display: flex;
  flex-wrap: wrap;
  padding: 70px 0px;
  text-align: center;
}

.intro-video b {
  display: block;
  font-size: 30px;
  font-weight: 800;
  opacity: 0.2;
}

.intro-video h4 {
  display: block;
  font-size: 30px;
  font-family: "Playfair Display", serif;
  margin-bottom: 15px;
}

.intro-video h4 span {
  color: rgb(159, 128, 84);
}

.intro-video h3 {
  font-weight: 600;
  margin-bottom: 50px;
}

.video-container {
  width: 100%;
  float: left;
  margin: 0px;
  padding: 5px;
  background: rgb(192, 165, 128);
}

.video-container video {
  width: 100%;
  float: left;
}

.press-relases {
  width: 100%;
  display: flex;
  flex-wrap: wrap;
  padding: 135px 0px;
}

.press-relases figure {
  width: 100%;
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  margin: 15px 0px;
  border: 1px solid rgb(238, 238, 238);
}

.press-relases figure a {
  width: 40%;
}

.press-relases figure a img {
  width: 100%;
}

.press-relases figure figcaption {
  width: 60%;
  padding-left: 20px;
}

.press-relases figure figcaption h5 {
  display: block;
  font-size: 22px;
  font-family: "Playfair Display", serif;
  margin-bottom: 15px;
}

.press-relases figure figcaption p {
  font-size: 14px;
}

.press-relases figure figcaption small {
  display: block;
  text-transform: uppercase;
  letter-spacing: 2px;
  margin-bottom: 0px;
  opacity: 0.5;
}

.photo-gallery {
  width: 100%;
  display: flex;
  flex-wrap: wrap;
  padding: 150px 0px;
}

.photo-gallery .gallery-filter {
  width: 100%;
  display: flex;
  flex-wrap: wrap;
  margin-bottom: 50px;
  padding: 0px;
}

.photo-gallery .gallery-filter li {
  display: inline-block;
  margin-right: 25px;
  padding: 0px;
  list-style: none;
}

.photo-gallery .gallery-filter li a {
  font-weight: 600;
  border-bottom: 2px solid transparent;
}

.photo-gallery .gallery-filter li a.current {
  border-bottom: 2px solid rgb(235, 207, 167);
}

.photo-gallery .gallery-filter li a:hover {
  color: rgb(159, 128, 84);
  text-decoration: none;
}

.photo-gallery .gallery {
  display: flex;
  flex-wrap: wrap;
  margin: 0px -4px;
  padding: 0px;
}

.photo-gallery .gallery li {
  width: 25%;
  margin: 0px;
  padding: 4px;
  list-style: none;
}

.photo-gallery .gallery li img {
  width: 100%;
  float: left;
}

.sales-team {
  width: 100%;
  display: flex;
  flex-wrap: wrap;
  padding: 150px 0px;
}

.sales-team figure {
  width: 100%;
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  border: 1px solid rgb(238, 238, 238);
  margin: 15px 0px;
}

.sales-team figure img {
  width: 50%;
  display: inline-block;
}

.sales-team figure figcaption {
  display: inline-block;
}

.sales-team figure figcaption h4 {
  display: block;
  font-size: 30px;
  font-family: "Playfair Display", serif;
  margin-bottom: 15px;
}

.sales-team figure figcaption h4 span {
  color: rgb(159, 128, 84);
}

.sales-team figure figcaption small {
  display: block;
  text-transform: uppercase;
  letter-spacing: 2px;
  margin-bottom: 40px;
  opacity: 0.5;
}

.sales-team figure figcaption small::after {
  content: "";
  width: 50px;
  height: 1px;
  background: rgb(38, 40, 43);
  display: inline-block;
  margin-left: 10px;
  margin-bottom: 4px;
  opacity: 0.5;
}

.sales-team figure figcaption ul {
  display: block;
  margin: 0px;
  padding: 0px;
}

.sales-team figure figcaption ul li {
  display: inline-block;
  margin: 0px 15px 0px 0px;
  padding: 0px;
  list-style: none;
}

.sales-team figure figcaption ul li a {
  font-size: 14px;
  font-weight: 600;
}

.sales-team figure figcaption ul li a i {
  margin-right: 6px;
  font-size: 12px;
  font-weight: 400;
}

.sales-team figure figcaption ul li a:hover {
  text-decoration: none;
  color: rgb(159, 128, 84);
}

.error404 {
  width: 100%;
  display: flex;
  flex-wrap: wrap;
  padding: 150px 0px;
  text-align: center;
}

.error404 figure {
  display: block;
  margin-bottom: 60px;
  padding: 0px 10%;
}

.error404 figure img {
  width: 100%;
}

.error404 h2 {
  font-size: 50px;
  font-weight: 800;
  color: rgb(159, 128, 84);
}

.error404 p {
  display: block;
  margin-bottom: 40px;
}

.error404 a {
  height: 60px;
  line-height: 56px;
  display: inline-block;
  color: rgb(159, 128, 84);
  font-size: 14px;
  font-weight: 600;
  position: relative;
  border: 2px solid rgb(235, 207, 167);
  padding: 0px 40px;
  box-shadow: rgba(235, 207, 167, 0.4) 0px 0px 20px;
  transition: 0.25s ease-in-out;
}

.error404 a:hover {
  text-decoration: none;
  color: rgb(255, 255, 255);
  background: rgb(159, 128, 84);
  border-color: rgb(159, 128, 84);
}

.blog {
  width: 100%;
  display: flex;
  flex-wrap: wrap;
  padding: 150px 0px;
}

.blog .post {
  width: 100%;
  display: flex;
  flex-wrap: wrap;
  margin-bottom: 100px;
}

.blog .post .post-image {
  width: 100%;
  float: left;
  margin-bottom: 0px;
}

.blog .post .post-image img {
  width: 100%;
}

.blog .post .post-content {
  width: calc(100% - 60px);
  float: left;
  background: rgb(255, 255, 255);
  margin: -100px 30px 0px;
  padding: 30px;
}

.blog .post .post-content.single {
  width: 100%;
  margin: 50px 0px 0px;
  padding: 0px;
}

.blog .post .post-content .post-title {
  font-weight: 800;
  margin-bottom: 20px;
}

.blog .post .post-content .post-title a {
  color: rgb(38, 40, 43);
}

.blog .post .post-content .post-title a:hover {
  color: rgb(159, 128, 84);
  text-decoration: none;
}

.blog .post .post-content .post-tags {
  width: 100%;
  float: left;
}

.blog .post .post-content .post-tags i {
  font-size: 19px;
  float: left;
  margin-right: 10px;
  color: rgb(159, 128, 84);
  margin-top: 4px;
}

.blog .post .post-content .post-tags ul {
  display: block;
  margin: 0px;
  padding: 0px;
}

.blog .post .post-content .post-tags ul li {
  float: left;
  margin-right: 10px;
  padding: 0px;
  list-style: none;
}

.blog .post .post-content .post-tags ul li a {
  color: rgb(38, 40, 43);
  text-decoration: underline;
}

.blog .post .post-content ul {
  width: 100%;
  display: block;
  margin-bottom: 30px;
  padding-left: 20px;
}

.blog .post .post-content ul li {
  margin: 0px;
  padding: 4px 0px;
}

.blog .post .post-content blockquote {
  display: inline-block;
  padding: 30px;
  background: rgb(235, 207, 167);
  margin-bottom: 40px;
}

.blog .post .post-content blockquote p {
  margin: 0px;
}

.blog .post .post-content blockquote strong {
  font-size: 20px;
}

.blog .post .post-content .post-intro {
  width: 100%;
  float: left;
  margin-bottom: 30px;
  font-size: 19px;
  line-height: 1.6;
}

.blog .post .post-content .post-author {
  width: 100%;
  float: left;
  line-height: 60px;
  margin-bottom: 20px;
}

.blog .post .post-content .post-author img {
  width: 60px;
  float: left;
  border-radius: 50%;
  margin-right: 10px;
}

.blog .post .post-content .post-author span {
  float: left;
  opacity: 0.5;
  margin-right: 5px;
}

.blog .post .post-content .post-author a {
  color: rgb(38, 40, 43);
}

.blog .sidebar {
  width: calc(100% - 50px);
  display: flex;
  flex-wrap: wrap;
  margin-left: 50px;
  border-left: 1px solid rgb(238, 238, 238);
  padding-left: 50px;
}

.blog .sidebar .widget {
  width: 100%;
  display: flex;
  flex-wrap: wrap;
  margin-bottom: 30px;
  padding-bottom: 30px;
  border-bottom: 1px solid rgb(238, 238, 238);
}

.blog .sidebar .widget:last-child {
  margin-bottom: 0px;
  padding-bottom: 0px;
  border-bottom: none;
}

.blog .sidebar .widget .title {
  width: 100%;
  display: block;
  font-family: "Playfair Display", serif;
  margin-bottom: 20px;
}

.blog .sidebar .widget .categories {
  width: 100%;
  display: block;
  margin: 0px;
  padding: 0px;
}

.blog .sidebar .widget .categories li {
  width: 100%;
  display: block;
  margin: 0px;
  padding: 2px 0px;
  list-style: none;
}

.blog .sidebar .widget .categories li::before {
  content: "»";
  margin-right: 9px;
  color: rgb(159, 128, 84);
}

.blog .sidebar .widget .categories li span {
  float: right;
  color: rgb(159, 128, 84);
}

.blog .sidebar .widget .categories li a {
  color: rgb(38, 40, 43);
}

.blog .sidebar .widget .categories li a:hover {
  color: rgb(159, 128, 84);
}

.blog .sidebar .widget form {
  width: 100%;
  display: block;
}

.blog .sidebar .widget form input[type="text"] {
  width: calc(100% - 50px);
  float: left;
  border-top: 1px solid rgb(235, 207, 167);
  border-bottom: 1px solid rgb(235, 207, 167);
  border-left: 1px solid rgb(235, 207, 167);
  border-image: initial;
  border-right: none;
}

.blog .sidebar .widget form button[type="submit"] {
  width: 50px;
  padding: 0px;
}

.blog .sidebar .widget .tags {
  width: 100%;
  display: block;
  margin: 0px;
  padding: 0px;
}

.blog .sidebar .widget .tags li {
  float: left;
  margin-right: 8px;
  margin-bottom: 6px;
  padding: 0px;
  list-style: none;
}

.blog .sidebar .widget .tags li a {
  height: 30px;
  line-height: 30px;
  float: left;
  border: 1px solid rgb(235, 207, 167);
  padding: 0px 10px;
  font-size: 13px;
  color: rgb(159, 128, 84);
  font-weight: 600;
}

.blog .sidebar .widget .tags li a:hover {
  background: rgb(159, 128, 84);
  color: rgb(255, 255, 255);
  border-color: rgb(159, 128, 84);
  text-decoration: none;
}

.blog .sidebar .widget .side-gallery {
  margin-left: -3px;
  margin-right: -3px;
  padding: 0px;
}

.blog .sidebar .widget .side-gallery li {
  width: 33.3333%;
  float: left;
  margin: 0px;
  padding: 3px;
  list-style: none;
}

.blog .sidebar .widget .side-gallery li a {
  width: 100%;
  float: left;
  background: rgb(38, 40, 43);
}

.blog .sidebar .widget .side-gallery li a:hover img {
  opacity: 1;
}

.blog .sidebar .widget .side-gallery li a img {
  opacity: 0.5;
  transition: 0.25s ease-in-out;
}

.contact {
  width: 100%;
  display: flex;
  flex-wrap: wrap;
  padding: 150px 0px;
}

.contact b {
  display: block;
  font-size: 30px;
  font-weight: 800;
  opacity: 0.2;
}

.contact h4 {
  display: block;
  font-size: 30px;
  font-family: "Playfair Display", serif;
  margin-bottom: 15px;
}

.contact h4 span {
  color: rgb(159, 128, 84);
}

.contact small {
  display: block;
  text-transform: uppercase;
  letter-spacing: 2px;
  margin-bottom: 50px;
  opacity: 0.5;
}

.contact small::after {
  content: "";
  width: 50px;
  height: 1px;
  background: rgb(38, 40, 43);
  display: inline-block;
  margin-left: 5px;
  margin-bottom: 4px;
  opacity: 0.5;
}

.contact address {
  display: block;
  margin-bottom: 50px;
}

.contact address strong {
  font-weight: 600;
  display: block;
  margin-bottom: 10px;
}

.contact address p {
  display: block;
  margin: 0px;
}

.contact .map {
  display: inline-block;
  margin-bottom: 0px;
  margin-top: 100px;
  background: rgb(235, 207, 167);
  position: relative;
}

.contact .map::before {
  content: "";
  width: 50vw;
  height: 100%;
  background: rgb(235, 207, 167);
  position: absolute;
  left: -50vw;
  top: 0px;
}

.contact .map .pattern-bg {
  width: 120%;
  height: 100%;
  position: absolute;
  left: 5%;
  top: -5%;
  background: url("../images/side-pattern-bg.png") 0% 0% / contain;
}

.contact .map .holder {
  position: relative;
  width: 100%;
  float: left;
  transform: translate(85px, -35px);
  display: block !important;
}

.contact .map .holder iframe {
  box-shadow: rgba(0, 0, 0, 0.2) 10px 10px 50px;
  width: 525px;
  height: 657px;
  border: none;
}

.contact .contact-form {
  width: 100%;
  display: block;
  padding-left: 10%;
}

.contact .contact-form h5 {
  margin-bottom: 40px;
}

.contact .contact-form #contact {
  display: block;
}

.contact .contact-form #contact .form-group {
  display: block;
  position: relative;
  margin-bottom: 35px;
}

.contact .contact-form #contact .form-group span {
  width: 100%;
  line-height: 54px;
  position: absolute;
  left: 0px;
  top: 0px;
  padding: 0px 20px;
  z-index: 0;
  transition: 0.25s ease-in-out;
}

.contact .contact-form #contact .form-group span.label-up {
  font-size: 13px;
  line-height: 16px;
  top: -20px;
  font-weight: 600;
}

.contact .contact-form #contact .form-group input[type="text"] {
  background: none;
  position: relative;
  z-index: 2;
}

.contact .contact-form #contact .form-group input:focus+span {
  font-size: 13px;
  line-height: 16px;
  top: -20px;
  font-weight: 600;
}

.contact .contact-form #contact .form-group textarea {
  background: none;
  position: relative;
  z-index: 2;
}

.contact .contact-form #contact .form-group textarea:focus+span {
  font-size: 13px;
  line-height: 16px;
  top: -20px;
  font-weight: 600;
}

.contact .contact-form #contact .form-group label.error {
  color: red;
  margin-top: 5px;
  margin-bottom: 0px;
  font-weight: 600;
  font-size: 13px;
}

.contact .contact-form #success,
.contact .contact-form #error {
  display: none;
  float: left;
}

.contact .contact-form #error {
  background: red;
  color: rgb(255, 255, 255);
}

.contact .contact-form #success {
  background: green;
  color: rgb(255, 255, 255);
}

.contact .contact-form .alert {
  border: none;
  border-radius: 0px;
  padding: 20px 30px;
}

.footer-bar {
  width: 100%;
  display: flex;
  flex-wrap: wrap;
  margin-bottom: -80px;
}

.footer-bar .inner {
  background: rgb(159, 128, 84);
  padding: 60px 30px;
  color: rgb(255, 255, 255);
}

.footer-bar .inner figure {
  margin-bottom: 20px;
  float: left;
  margin-right: 30px;
}

.footer-bar .inner figure img {
  height: 70px;
}

.footer-bar .inner h3 {
  font-family: "Playfair Display", serif;
  font-size: 22px;
  margin-bottom: 15px;
}

.footer-bar .inner p {
  font-size: 16px;
  margin: 0px;
}

.footer-bar .inner strong {
  font-weight: 600;
  text-decoration: underline;
}

.footer {
  width: 100%;
  display: flex;
  flex-wrap: wrap;
  padding-top: 180px;
  padding-bottom: 30px;
  background: rgb(38, 40, 43);
}

.footer p {
  color: rgb(255, 255, 255);
}

.footer .logo {
  margin-bottom: 15px;
}

.footer .logo img {
  height: 48px;
}

.footer .select-box {
  display: inline-block;
  position: relative;
  height: 50px;
  line-height: 48px;
  border: 1px solid rgba(255, 255, 255, 0.2);
  padding-right: 15px;
  padding-left: 25px;
  margin-top: 20px;
}

.footer .select-box:hover {
  border: 1px solid rgba(255, 255, 255, 0.35);
}

.footer .select-box span {
  margin-right: 40px;
}

.footer .select-box .dropdown-toggle {
  color: rgb(255, 255, 255);
  font-size: 14px;
  font-weight: 600;
}

.footer .select-box .dropdown-toggle:hover {
  text-decoration: none;
}

.footer .select-box .dropdown-toggle img {
  width: 20px;
  margin-right: 5px;
}

.footer .select-box .dropdown-menu {
  width: 100%;
  background: rgb(255, 255, 255);
  border-radius: 0px;
  border: none;
  margin-left: -25px;
  margin-top: 13px;
}

.footer .select-box .dropdown-menu li {
  display: block;
  margin: 0px;
  padding: 0px;
  list-style: none;
}

.footer .select-box .dropdown-menu li a {
  display: block;
  padding: 7px 25px;
  font-size: 14px;
  line-height: 1;
}

.footer .select-box .dropdown-menu li a:hover {
  background: none;
  color: rgb(159, 128, 84);
}

.footer .select-box .dropdown-menu li a img {
  width: 20px;
  margin-right: 5px;
}

.footer .footer-menu {
  display: block;
  margin: 0px;
}

.footer .footer-menu li {
  width: 100%;
  float: left;
  margin: 0px;
  padding: 4px 0px;
  list-style: none;
}

.footer .footer-menu li a {
  float: left;
  color: rgb(255, 255, 255);
  text-decoration: none;
}

.footer .footer-menu li a:hover {
  color: rgb(235, 207, 167);
}

.footer .contact-box {
  float: right;
  color: rgb(255, 255, 255);
  text-align: right;
}

.footer .contact-box h5 {
  margin-bottom: 10px;
  font-size: 19px;
  font-family: "Playfair Display", serif;
}

.footer .contact-box h3 {
  font-weight: 600;
  margin: 0px;
}

.footer .contact-box h3 a {
  color: rgb(255, 255, 255);
  opacity: 0.5;
}

.footer .contact-box p {
  margin-bottom: 10px;
}

.footer .contact-box p a {
  color: rgb(255, 255, 255);
  opacity: 0.5;
}

.footer .contact-box ul {
  float: right;
  margin: 20px 0px 0px;
  padding: 0px;
}

.footer .contact-box ul li {
  float: left;
  margin-left: 5px;
  padding: 0px;
  list-style: none;
}

.footer .contact-box ul li a {
  width: 40px;
  height: 40px;
  float: left;
  text-align: center;
  line-height: 42px;
  font-size: 13px;
  color: rgb(255, 255, 255);
  background: rgba(255, 255, 255, 0.1);
}

.footer .contact-box ul li a:hover {
  color: rgb(38, 40, 43);
  background: rgb(235, 207, 167);
}

.footer .col-12 {
  border-top: 1px solid rgba(255, 255, 255, 0.1);
  padding-top: 30px;
  margin-top: 80px;
  color: rgb(255, 255, 255);
  font-size: 13px;
}

.footer .col-12 .copyright {
  float: left;
}

.footer .col-12 .creation {
  float: right;
}

.footer .col-12 .creation a {
  color: rgb(255, 255, 255);
}

@media only screen and (max-width: 1199px),
only screen and (max-device-width: 1199px) {
  .intro figure .holder {
    transform: translate(65px, -65px);
  }

  .intro figure .holder img {
    width: 450px;
  }

  .property-calculator figure .holder {
    transform: translate(65px, -65px);
  }

  .property-calculator figure .holder img {
    width: 450px;
  }

  .footer-bar .inner p {
    font-size: 15px;
  }

  .footer-bar .inner p br {
    display: none;
  }
}

@media only screen and (max-width: 991px),
only screen and (max-device-width: 991px) {
  .side-navigation .side-content {
    display: none;
  }

  .side-navigation .menu {
    display: block;
  }

  .navbar .container .menu {
    display: none;
  }

  .page-header .container h1 {
    font-size: 8vw;
  }

  .intro figure {
    width: 100%;
    margin-bottom: 80px;
  }

  .intro figure .pattern-bg {
    width: 100%;
    left: 0px;
  }

  .intro figure .holder {
    transform: translate(0px, -45px);
    padding: 0px 15%;
  }

  .intro figure .holder img {
    width: 100%;
  }

  .intro .content-box {
    padding-left: 0px;
  }

  .logos figure img {
    padding: 0px 10%;
  }

  .about-content {
    padding: 80px 0px;
  }

  .sales-offices {
    padding: 80px 0px;
  }

  .press-relases {
    padding: 80px 0px;
  }

  .photo-gallery {
    padding: 80px 0px;
  }

  .photo-gallery .gallery li {
    width: 33.3333%;
  }

  .intro-video {
    padding: 80px 0px;
  }

  .faq .sidebox {
    width: 100%;
    margin-left: 0px;
    margin-top: 50px;
  }

  .apartment {
    padding: 80px 0px;
  }

  .apartment .property-infos {
    width: 100%;
    margin-right: 0px;
  }

  .apartment .property-plan {
    margin: 50px 0px;
  }

  .apartment .gallery-slider {
    width: 100%;
  }

  .facilities {
    padding: 80px 0px;
  }

  .blog .sidebar {
    width: 100%;
    margin-left: 0px;
    padding-left: 0px;
    border-left: none;
  }

  .sales-team {
    padding: 80px 0px;
  }

  .sales-team figure figcaption {
    width: 50%;
  }

  .sales-team figure figcaption h4 {
    font-size: 21px;
  }

  .sales-team figure figcaption small {
    margin-bottom: 20px;
  }

  .error404 {
    padding: 80px 0px;
  }

  .recent-gallery {
    padding: 40px 0px;
  }

  .recent-gallery h3 {
    padding-right: 0px;
  }

  .recent-gallery .col-md-4 {
    margin-top: 0px !important;
  }

  .recent-gallery figure {
    margin-top: 80px;
  }

  .benefits {
    padding: 80px 0px;
  }

  .property-calculator {
    padding-bottom: 80px;
    margin-top: 0px;
  }

  .property-calculator .col-lg-6:nth-child(1) {
    order: 2;
  }

  .property-calculator .col-lg-6:nth-child(2) {
    order: 1;
  }

  .property-calculator figure {
    width: 100%;
  }

  .property-calculator figure::before {
    display: none;
  }

  .property-calculator figure .pattern-bg {
    width: 100%;
    left: 0px;
  }

  .property-calculator figure .holder {
    transform: translate(0px, -45px);
    padding: 0px 15%;
  }

  .property-calculator figure .holder img {
    width: 100%;
  }

  .property-calculator .content-box {
    padding-left: 0px;
    margin-bottom: 150px;
  }

  .property-plans {
    padding-bottom: 80px;
  }

  .property-plans .nav-pills {
    margin-top: 40px;
  }

  .recent-posts {
    padding: 80px 0px;
  }

  .recent-posts .post-box {
    margin: 25px 0px;
  }

  .property-customization {
    padding: 80px 0px;
  }

  .video-bg video {
    float: right;
  }

  .certificates {
    padding: 80px 0px;
  }

  .contact {
    padding: 80px 0px;
  }

  .contact address p a {
    display: block;
  }

  .contact .contact-form {
    padding-left: 0px;
    margin-top: 50px;
  }

  .blog {
    padding: 80px 0px;
  }

  .footer-bar .inner {
    padding: 30px;
  }

  .footer-bar .inner .col-lg-4 {
    margin: 20px 0px;
  }

  .footer-bar .inner figure {
    width: 70px;
    margin-right: 0px;
  }

  .footer-bar .inner figure img {
    height: 50px;
  }

  .footer {
    padding-top: 150px;
  }

  .footer .select-box {
    margin-bottom: 80px;
  }

  .footer .footer-menu {
    padding: 0px;
  }

  .footer .contact-box {
    float: left;
    text-align: left;
    margin-top: 80px;
  }

  .footer .contact-box ul {
    float: left;
  }
}

@media only screen and (max-width: 767px),
only screen and (max-device-width: 767px) {
  .side-navigation {
    width: 80vw;
  }

  .page-header .container h1 {
    font-size: 10vw;
  }

  .page-header .container .breadcrumb {
    width: calc(100% - 30px);
  }

  .navbar .container .upper-side .phone-email {
    display: none;
  }

  .navbar .container .upper-side .language {
    display: none;
  }

  .navbar .container .upper-side .hamburger {
    margin-left: auto;
  }

  .slider .slider-container .inner-elements .container .social-media {
    display: none;
  }

  .slider .slider-container .swiper-slide .container {
    padding-left: 15px;
    padding-right: 40px;
  }

  .slider .slider-container .swiper-slide .container figure {
    width: 100%;
    margin-left: 0px;
    margin-top: 30px;
  }

  .benefits .col {
    width: 50%;
    flex-basis: auto;
    border-right: none;
  }

  .benefits .col:nth-child(2n+1) {
    margin-top: 0px;
  }

  .apartment h2 {
    font-size: 9vw;
  }

  .apartment figure {
    margin: 15px 0px;
  }

  .apartment h4 {
    margin-top: 30px;
  }

  .about-content h2 {
    font-size: 10vw;
  }

  .blog .post .post-image {
    margin-bottom: 30px;
  }

  .blog .post .post-content {
    margin: 0px;
    padding: 0px;
    width: 100%;
  }

  .contact .map .holder iframe {
    width: 100%;
    height: 450px;
  }

  .side-navigation .menu ul li a {
    font-size: 15px;
    text-transform: uppercase;
  }

  .side-navigation .menu ul li ul li a {
    font-size: 4vw;
  }

  .certificates figure {
    margin: 15px 0px;
  }

  .footer .col-12 .creation {
    float: left;
    margin-top: 5px;
  }
}

.mb-15 {
  margin-bottom: 15px !important;
}

.bx {
  width: 76%;
}

.hr {
  padding: 15px;
  border-width: 1px 0px 0px;
  border-right-style: initial;
  border-bottom-style: initial;
  border-left-style: initial;
  border-right-color: initial;
  border-bottom-color: initial;
  border-left-color: initial;
  border-image: initial;
  border-top-style: solid;
  border-top-color: rgba(0, 0, 0, 0.1);
}

.lst {
  list-style-type: none;
}

.pd-0 {
  padding: 0px !important;
}

.pd-10 {
  padding-right: 10px;
}

.bg-w {
  background: none !important;
  margin-top: 5px !important;
}

.cen {
  padding-left: 10%;
  margin-bottom: 5px;
  opacity: 0.5;
}

.tx {
  text-align: center;
  margin-bottom: 15px;
  font-family: Poppins, sans-serif;
  font-size: 24px;
  color: rgb(159, 128, 84);
}

.ft0 {
  float: none !important;
}

.initial {
  text-align: initial !important;
}

.mb-2 {
  margin-bottom: 2rem !important;
}

.c-bx {
  font-size: 12px;
  text-align: justify;
}

.pd-tb {
  padding: 75px 0px !important;
}

.pd-b {
  padding-bottom: 35px !important;
}

#disclaimerPopupOverlay {
  display: none;
  position: fixed;
  inset: 0px;
  background-color: rgba(0, 0, 0, 0.7);
  z-index: 2147483647;
}

#disclaimerPopup {
  position: fixed;
  bottom: 30px;
  right: 40px;
  left: 40px;
  height: auto;
  font-family: Poppins, sans-serif;
  line-height: 22px;
  font-size: 14px;
  text-align: center;
  background-color: rgb(255, 255, 255);
  z-index: 2147483647;
  border-radius: 5px;
  border: 2px solid rgb(159, 128, 84);
  padding-bottom: 15px;
}

#disclaimerPopup p {
  text-align: center;
}

#disclaimerPopup #disclaimerHeader {
  background-color: rgb(159, 128, 84);
  padding: 10px;
  text-align: center;
  color: rgb(255, 255, 255);
  font-family: Poppins, sans-serif;
  font-weight: 900;
  border-top-left-radius: 5px;
  border-top-right-radius: 5px;
}

#disclaimerPopup #disclaimerContent {
  padding: 1.5rem;
  text-align: center;
  color: rgb(0, 0, 0);
  overflow-y: auto;
}

#disclaimerPopup #disclaimerAction {
  padding: 10px 20px;
  background-color: rgb(38, 40, 43);
  color: rgb(255, 255, 255);
  border: none;
  font-family: Poppins, sans-serif;
  font-weight: 900;
  font-size: 14px;
  border-radius: 4px;
  cursor: pointer;
  max-width: 150px;
  margin: 0px auto;
}

@media only screen and (max-width: 768px) {
  #disclaimerPopup {
    height: 200px;
    right: 0px;
    left: 0px;
  }

  #disclaimerPopup #disclaimerContent {
    height: 140px;
  }
}

@media only screen and (max-width: 1024px) {
  .rs-pd {
    padding: 80px 20px !important;
  }
}

@media only screen and (max-width: 280px) {
  .rs-pd-10 {
    padding: 0px 15px !important;
    font-size: 11px !important;
  }

  .bx {
    width: 100% !important;
  }
}

@media only screen and (min-width: 291px) and (max-width: 320px) {
  .rs-pd-10 {
    padding: 0px 30px !important;
    font-size: 11px !important;
  }

  .bx {
    width: 95% !important;
  }
}

@media only screen and (min-width: 321px) and (max-width: 360px) {
  .rs-pd-10 {
    padding: 0px 30px !important;
  }

  .bx {
    width: 98% !important;
  }
}

@media only screen and (min-width: 361px) and (max-width: 375px) {
  .bx {
    width: 100% !important;
  }
}

@media only screen and (min-width: 376px) and (max-width: 414px) {
  .bx {
    width: 90% !important;
  }
}

@media only screen and (min-width: 420px) and (max-width: 767px) {
  .bx {
    width: 66% !important;
  }
}

@media only screen and (min-width: 768px) and (max-width: 1024px) {
  .bx {
    width: 69% !important;
  }

  .fs {
    font-size: 24px !important;
  }
}

@media only screen and (min-width: 280px) and (max-width: 990px) {
  .cen {
    padding-left: 0px !important;
    margin-bottom: 0px !important;
  }
}

#footer {
  background: rgb(38, 40, 43);
  padding: 3rem;
}

.address-links li {
  margin-bottom: 12px;
}

.use-links a {
  margin-bottom: 10px !important;
}

.social-links h2 {
  padding-bottom: 36px;
  font-size: 18px;
  font-weight: 500;
  color: rgb(224, 224, 224);
}

.social-links img {
  padding-bottom: 25px;
}

.social-icons {
  display: flex;
  flex-direction: column;
  gap: 1.5rem;
  color: rgb(224, 224, 224);
}

.social-icons a {
  color: rgb(224, 224, 224);
}

.social-icons a:hover {
  color: rgb(159, 128, 84);
}

.social-icons a i {
  box-shadow: hsl(0deg 0% 0% / 10%) 0px 4px 12px;
  padding: 10px;
  border-radius: 3px;
  color: rgb(159, 128, 84);
  font-size: 16px;
  margin-right: 12px;
}

.copy-right {
  justify-content: space-between;
  padding-top: 1rem;
  display: flex !important;
}

li {
  list-style: none;
}



.useful-link h2 {
  padding-bottom: 36px;
  font-size: 18px;
  font-weight: 500;
  color: rgb(224, 224, 224);
}

.useful-link img {
  padding-bottom: 15px;
}

.use-links {
  line-height: 35px;
}

.use-links li i {
  font-size: 14px;
  padding-right: 8px;
  color: rgb(137, 137, 137);
}

.use-links li a {
  font-size: 15px;
  font-weight: 500;
  color: rgb(224, 224, 224);
}

.use-links li a:hover {
  color: rgb(159, 128, 84);
}

.address h2 {
  padding-bottom: 28px;
  font-size: 18px;
  font-weight: 500;
  color: rgb(224, 224, 224);
}

.address img {
  padding-bottom: 15px;
}

.address-links li a {
  font-size: 15px;
  font-weight: 500;
  color: rgb(224, 224, 224);
}

.address-links li i {
  font-size: 16px;
  padding-right: 8px;
  color: rgb(159, 128, 84);
}

.address-links li i:nth-child(1) {
  padding-top: 9px;
}

.address-links .address1 {
  font-weight: 500;
  font-size: 15px;
  display: flex;
}

.address-links {
  line-height: 32px;
  color: rgb(224, 224, 224);
}

.copy-right-sec {
  padding: 1.8rem;
  background: rgb(38, 40, 43);
  color: rgb(255, 255, 255);
  text-align: center;
}

.copy-right-sec a {
  color: rgb(252, 212, 98);
  font-weight: 500;
}

footer img {
  margin-bottom: 20px;
  width: 100px !important;
  /* height: 80px !important; */
}

.footer-about p {
  padding-right: 35px;
  text-align: justify;
  color: rgb(224, 224, 224) !important;
}

.social-icons img {
  width: 24px !important;
  height: 24px !important;
}

a {
  text-decoration: none !important;
}

.copy-right a:hover {
  color: rgb(159, 128, 84);
}

.project-div h1 {
  font-size: 24px;
  margin-bottom: 40px;
  margin-top: 40px;
}

.project-details div {
  padding: 50px;
}

.about-div {
  padding-left: 20px;
}

.rera {
  display: flex !important;
  align-items: center;
}

.rera img {
  margin-top: 10px;
}

.rera p {
  margin-bottom: 0px !important;
  margin-left: 20px;
}

.left-pad {
  padding-right: 20px;
}

.right-pad {
  padding-left: 20px;
}

@media (max-width: 768px) {
  .left-pad {
    padding-right: 0px;
  }

  .recent-gallery1 {
    padding: 40px 0px;
  }

  .ezy__team20 {
    padding: 40px 0px !important;
  }

  #footer {
    padding: 30px 0px !important;
  }

  .address h2 {
    padding-bottom: 0px;
    margin-top: 20px;
  }

  .useful-link h2 {
    padding-bottom: 0px;
    margin-top: 20px;
  }

  .social-links h2 {
    padding-bottom: 5px;
    margin-top: 20px;
  }

  .address-links li {
    margin-bottom: 0px;
  }

  .footer-about p {
    padding-right: 0px;
  }

  .video-main {
    margin-top: 20px;
  }

  .wpb_column {
    margin-top: 40px;
  }

  .rera p {
    margin-left: 10px;
  }

  .copy-right {
    padding-bottom: 1rem;
    flex-direction: column !important;
    text-align: center !important;
  }

  .page-header {
    width: 100%;
    display: flex;
    flex-wrap: wrap;
    background-color: rgb(38, 40, 43);
    position: relative;
    height: 0px !important;
    padding-top: 46% !important;
  }

  .page-header {
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center top !important;
  }

  .telephone {
    margin-right: 10px !important;
  }

  .logo img {
    width: 65px !important;
  }

  #disclaimerPopup {
    bottom: 50% !important;
  }
}

.modal-body {
  display: block !important;
}

.gradient-text {
  text-transform: uppercase;
  background-image: linear-gradient(90deg, rgb(210, 172, 104) 9%, rgb(223, 196, 149) 62%, rgb(232, 213, 179) 22%, rgb(189, 154, 93) 100%);
  background-size: 200%;
  background-clip: text;
  color: transparent;
  font-weight: 550;
  letter-spacing: 1px;
  animation: 10s linear 0s infinite normal none running moveGradient;
  font-size: 23px !important;
}

@keyframes moveGradient {
  0% {
    background-position: 200% 0px;
  }

  100% {
    background-position: -200% 0px;
  }
}

.page-header1 {
  width: 100%;
  height: 500px;
  display: flex;
  flex-wrap: wrap;
  background-color: rgb(38, 40, 43);
  position: relative;
  margin-bottom: 30px;
}

.whatsapp-float {
  position: fixed;
  bottom: 20px;
  right: 20px;
  z-index: 1000;
}

.whatsapp-float a {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 60px;
  height: 60px;
  border-radius: 50%;
  color: white;
  text-align: center;
  font-size: 30px;
  transition: 0.3s ease-in-out;
}

.whatsapp-float a:hover {
  transform: scale(1.1);
}

@media (max-width: 600px) {
  .whatsapp-float a {
    width: 50px;
    height: 50px;
    font-size: 24px;
  }

  p {
    margin-top: 0;
    LINE-HEIGHT: 25PX;
    font-size: 14px;
    margin-bottom: 1rem;
    color: #4d4d4d !important;
    letter-spacing: 0.3px;
  }
}

.recent-gallery-2 {
  width: 100%;
  display: flex;
  flex-wrap: wrap;
  padding: 40px 0px;
}

.use-links i {
  color: rgb(159, 128, 84) !important;
}

.navbar a.active {
  color: rgb(235, 207, 167) !important;
  border-top: 1px solid rgb(235, 207, 167) !important;
}

.marginzero {
  margin-bottom: 0px !important;
}

.blog-date {
  padding-top: 10px !important;
}

.recent-news figure{
 margin-bottom: 20px !important;
}
.recent-news h6 {
  margin-top: 10px !important;
}



/* mobile */

/* Mobile menu styles */
.mobile-menu ul.mobile-main-menu {
  list-style: none;
  margin: 0;
  padding: 0;
  display: flex;
  flex-direction: column;
  /* Stack menu items vertically */
}

.mobile-menu ul.mobile-main-menu li {
  position: relative;
}

/* Links inside the mobile menu */
.mobile-menu ul.mobile-main-menu li a {
  text-decoration: none;
  color: white;
  padding: 10px 20px;
  display: block;
}

/* Initially hide the dropdowns */
.mobile-menu .mobile-projects-dropdown {
  display: none;
  /* Hide the dropdown by default */
  position: absolute;
  top: 100%;
  left: 0;
  background-color: #444;
  box-shadow: 0 4px 6px rgba(0, 0, 0, 0.1);
  z-index: 1000;
  min-width: 200px;
}

/* Hide the "Runaa O2" dropdown by default */
.mobile-menu .mobile-runaa-o2-dropdown,
.mobile-menu .mobile-project-abc-dropdown {
  display: none;
  background-color: #444;
  box-shadow: 0 4px 6px rgba(0, 0, 0, 0.1);
  z-index: 1000;
  width: 100%;
}

/* When "Runaa O2" link is clicked, show the dropdown */
.mobile-menu .mobile-submenu-item.active>.mobile-runaa-o2-dropdown,
.mobile-menu .mobile-submenu-item.active>.mobile-project-abc-dropdown {
  display: block !important;
  position: relative;
  top: 0;
  left: 0 !important;
  width: 100%;
}

/* Submenu links styles */
.mobile-menu .mobile-projects-dropdown li a,
.mobile-menu .mobile-runaa-o2-dropdown li a,
.mobile-menu .mobile-project-abc-dropdown li a {
  color: #fff;
  padding: 10px 15px;
}

/* Hover effect for submenu links */
.mobile-menu .mobile-projects-dropdown li a:hover,
.mobile-menu .mobile-runaa-o2-dropdown li a:hover,
.mobile-menu .mobile-project-abc-dropdown li a:hover {
  background-color: #666;
}

/* Adjust menu layout for mobile */
@media (max-width: 768px) {
  .mobile-menu .mobile-menu-item-with-dropdown {
    display: block;
    position: relative;
  }

  /* Ensure dropdown pushes down the menu items */
  .mobile-menu .mobile-submenu-item.active>.mobile-runaa-o2-dropdown,
  .mobile-menu .mobile-submenu-item.active>.mobile-project-abc-dropdown {
    display: block !important;
    position: relative;
    top: 10px !important;
    /* Push the menu down when the dropdown is visible */
    left: 0;
    width: 100%;
  }

  .mobile-menu ul.mobile-main-menu {
    flex-direction: column;
  }

  /* When dropdown is visible, other items should move down */
  .mobile-menu .mobile-submenu-item.active+li {
    margin-top: 10px !important;
    /* This ensures other items move down when dropdown is active */
  }

  .mobile-menu ul.mobile-main-menu li {
    width: 100%;
  }
}


/* main desktop */

.menu ul.main-menu {
  list-style: none;
  margin: 0;
  padding: 0;
  display: flex;
}

.menu ul.main-menu li {
  position: relative;
}

.menu ul.main-menu li a {
  text-decoration: none;
  color: white;
  padding: 10px 20px;
  display: block;
}

/* Hide all submenus by default */
.menu .projects-dropdown,
.menu .runaa-o2-dropdown,
.menu .other-projects-dropdown {
  display: none !important;
  position: absolute;
  top: 100%;
  left: 0;
 
  z-index: 1000;
  min-width: 200px;
}

/* Display the Projects dropdown when hovering over the "Projects" item */
.menu .menu-item-with-dropdown:hover>.projects-dropdown {
  display: block !important;
}

/* Display the "Runaa O2" dropdown when hovering over "Runaa O2" */
.menu .submenu-item:hover>.runaa-o2-dropdown {
  display: block !important;
  left: 100%;
  /* Position it to the right of the "Runaa O2" item */
 
  
}



/* Display the "Other Projects" dropdown when hovering over "Other Projects" */
.menu .submenu-item:hover>.other-projects-dropdown {
  display: block !important;
  left: 100%;
  /* Position it to the right of the "Other Projects" item */
  
}

/* Submenu links */
.menu .projects-dropdown li a,
.menu .runaa-o2-dropdown li a,
.menu .other-projects-dropdown li a {
  color: #fff;
  padding: 10px 15px;

}

.hamburger  {
  display: none !important;
}

@media (max-width: 768px) {
  .logo {
    position: relative !important; /* Or fixed if you want it to stay at the top while scrolling */
    z-index: 1000 !important; /* Higher than other elements, can adjust as needed */
  }

 
}


/* Responsive adjustments */
@media (max-width: 768px) {
  .menu ul.main-menu {
    flex-direction: column;
  }

  .menu ul.main-menu li {
    width: 100%;
  }

  .social-icons  {
    gap: 0.5rem;
  }
  .navbar {
    width: 100%;
    padding: 0px;
 
    left: 0px;
    top: 0px;
    z-index: 1000 !important;
}
footer img {
  width: 65px;
  height: 65px;
}
.hamburger  {
  display: block !important;
}
}