@charset "UTF-8";
/*

This file contains the styling for the actual theme, this
is the file you need to edit to change the look of the
theme.


// Table of contents //

	01.	GOOGLE FONTS
	02.	BODY
	03.	CUSTOM CLASSES
	04. FORM ELEMENTS
	05.	SECTIONS
	06.	HTML TAGS
	07.	LINKS
	08.	MODAL
	09.	PAGINATION
	10. PRELOADER
	11.	TRANSITION OVERLAY
	12.	SANDWICH BUTTON
	13.	SCROLL DOWN
	14.	NAVIGATION MENU
	15.	HEADER
	16.	SOCIAL MEDIA
	17.	NAVBAR
	18.	SLIDER
	19.	PAGE HEADER
	20.	VIDEO BG
	21.	WORKS
	22.	FEATURES CONTENT
	23.	LISTING CONTENT
	24.	FULL MEDIA CONTENT
	25.	INTRODUCTION
	26. OUR TEAM
	27.	NEWS
	28.	SAY HELLO
	29.	LOGOS
	30.	FOOTER
	31.	RESPONSIVE TABLET FIXES
	32. REPSONSIVE MOBILE FIXES



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

/* BODY */
* {
  outline: none !important;
}


@font-face {
  font-family: 'Exo2Light';
  src: url('../fonts/Exo2-Light.eot');
  src: url('../fonts/Exo2-Light.eot?#iefix') format('embedded-opentype'),
    url('../fonts/Exo2-Light.woff') format('woff'),
    url('../fonts/Exo2-Light.ttf') format('truetype'),
    url('../fonts/Exo2-Light.svg#Exo2-Light') format('svg');
  font-weight: 300;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: 'Exo2';
  src: url('../fonts/Exo2-Regular.eot');
  src: url('../fonts/Exo2-Regular.eot?#iefix') format('embedded-opentype'),
    url('../fonts/Exo2-Regular.woff') format('woff'),
    url('../fonts/Exo2-Regular.ttf') format('truetype'),
    url('../fonts/Exo2-Regular.svg#Exo2-Regular') format('svg');
  font-weight: normal;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: 'ConthraxSb';
  src: url('../fonts/ConthraxSb-Regular.eot');
  src: url('../fonts/ConthraxSb-Regular.eot?#iefix') format('embedded-opentype'),
    url('../fonts/ConthraxSb-Regular.woff') format('woff'),
    url('../fonts/ConthraxSb-Regular.ttf') format('truetype'),
    url('../fonts/ConthraxSb-Regular.svg#ConthraxSb-Regular') format('svg');
  font-weight: normal;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: 'Exo2Xlight';
  src: url('../fonts/Exo2-ExtraLight.eot');
  src: url('../fonts/Exo2-ExtraLight.eot?#iefix') format('embedded-opentype'),
    url('../fonts/Exo2-ExtraLight.woff') format('woff'),
    url('../fonts/Exo2-ExtraLight.ttf') format('truetype'),
    url('../fonts/Exo2-ExtraLight.svg#Exo2-ExtraLight') format('svg');
  font-weight: 200;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: 'Exo2Bold';
  src: url('../fonts/Exo2-Bold.eot');
  src: url('../fonts/Exo2-Bold.eot?#iefix') format('embedded-opentype'),
    url('../fonts/Exo2-Bold.woff') format('woff'),
    url('../fonts/Exo2-Bold.ttf') format('truetype'),
    url('../fonts/Exo2-Bold.svg#Exo2-Bold') format('svg');
  font-weight: bold;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: 'Exo2Thin';
  src: url('../fonts/Exo2-Thin.eot');
  src: url('../fonts/Exo2-Thin.eot?#iefix') format('embedded-opentype'),
    url('../fonts/Exo2-Thin.woff') format('woff'),
    url('../fonts/Exo2-Thin.ttf') format('truetype'),
    url('../fonts/Exo2-Thin.svg#Exo2-Thin') format('svg');
  font-weight: 100;
  font-style: normal;
  font-display: swap;
}








body {
  margin: 0;
  padding: 0;
  font-family: "Exo2";
  color: #26282b;
  -webkit-font-smoothing: antialiased;
  text-rendering: optimizeLegibility;
  -moz-osx-font-smoothing: grayscale;
}

/* HTML ELEMENT */
img {
  max-width: 100%;
}

/* CUSTOM CLASSES */
.overflow {
  overflow: hidden;
}

/* LINKS */
a {
  -webkit-transition: 0.25s ease-in-out;
  -moz-transition: 0.25s ease-in-out;
  -ms-transition: 0.25s ease-in-out;
  -o-transition: 0.25s ease-in-out;
  transition: 0.25s ease-in-out;
  color: #26282b;
}

a:hover {
  text-decoration: underline;
}

/* CUSTOM CONTAINER */
.container {
  max-width: 1280px;
}

/* FORM ELEMENTS */
input[type=text] {
  width: 100%;
  height: 54px;
  border: 1px solid #eee;
  padding: 0 20px;
}

textarea {
  width: 100%;
  height: 160px;
  border: 1px solid #eee;
  padding: 15px 20px;
}

button[type=submit] {
  height: 54px;
  border: none;
  background: #9f8054;
  color: #fff;
  padding: 0 30px;
  font-size: 13px;
  font-weight: 600;
  text-transform: uppercase;
}

/* ODOMETER */
.odometer {
  line-height: 1;
}

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

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

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

/* ACCORDION */
.accordion {
  width: 100%;
  float: left;
  background: #fff;
  padding: 0;
}

.accordion .card {
  background: none;
  border-radius: 0;
  margin-top: -1px;
  border: 1px solid #eaebee;
}

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

.accordion .card .card-header a {
  width: 100%;
  float: left;
  font-weight: 500;
  padding: 20px 25px;
  color: #26282b;
  font-weight: 600;
}

.accordion .card .card-header a:before {
  content: "+";
  float: left;
  text-align: center;
  margin-right: 8px;
  color: #26282b;
  font-weight: 600;
}

.accordion .card .card-header a:hover {
  color: #9f8054;
  text-decoration: none;
}

.accordion .card .card-body {
  width: 100%;
  border-top: 1px solid #eee;
  line-height: 26px;
}

.accordion .card [aria-expanded=true] {
  color: #9f8054 !important;
}

.accordion .card [aria-expanded=true]:before {
  content: "-" !important;
  color: #9f8054 !important;
}

/* PAGINATION */
.pagination {
  display: flex;
}

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

.pagination .page-item.active .page-link {
  background: #9f8054;
  color: #fff;
  border-color: transparent;
  position: relative;
  z-index: 2;
}

.pagination .page-item.active .page-link:hover {
  background: #9f8054;
  border-color: transparent;
  color: #fff;
}

.pagination .page-item .page-link {
  display: inline-block;
  border-radius: 0 !important;
  padding: 15px 20px;
  color: #26282b;
  font-weight: 600;
  font-size: 13px;
  border: 1px solid #dee2e6;
  line-height: 1;
}

.pagination .page-item .page-link:hover {
  background: none;
  border-color: #dee2e6;
  color: #9f8054;
}

/* GALLERY SLIDER*/
.gallery-container {
  width: 100%;
  display: flex;
  flex-wrap: wrap;
  overflow: hidden;
  position: relative;
  text-align: center;
  margin: 30px 0;
  padding-bottom: 75px;

}

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

.gallery-container .swiper-slide {
  width: 80%;
  margin: 0;
  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: #aaa;
  opacity: 0.5;
}

.gallery-container .gallery-pagination .swiper-pagination-bullet.swiper-pagination-bullet-active {
  background: #775E34;
  opacity: 1;
}

/* VIDEO BG */
.video-bg {
  width: 100%;
  height: 100%;
  position: absolute;
  left: 0;
  top: 0;
  overflow: hidden;
  background: #26282b;
  /*background: -moz-linear-gradient(161deg, #26282b 0%, #26282b 49%, #9f8054 100%);
  background: -webkit-linear-gradient(161deg, #26282b 0%, #26282b 49%, #9f8054 100%);
  background: linear-gradient(161deg, #26282b 0%, #26282b 49%, #9f8054 100%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#26282b",endColorstr="#9f8054",GradientType=1);*/
}

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

/* NAV PILLS */
.nav-pills {
  width: 100%;
  display: flex;
  flex-wrap: wrap;
  margin-bottom: 40px;
}

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

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

.nav-pills .nav-item .nav-link {
  background: none;
  color: #26282b;
  border-bottom: 2px solid transparent;
  padding: 4px 0;
  border-radius: 0;
  font-weight: 600;
  font-size: 14px;
}

.nav-pills .nav-item .nav-link.active {
  border-bottom: 2px solid #26282b;
}

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

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

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

.breadcrumb .breadcrumb-item:before {
  content: "»";
  color: #fff;
  font-weight: 400;
  padding: 0 20px;
}

.breadcrumb .breadcrumb-item.active {
  color: #775E34;
}

.breadcrumb .breadcrumb-item a {
  color: #fff;
}

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

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

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

.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: 0;
}

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

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

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

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

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

/* PRELAODER */
.preloader {
  width: 100%;
  height: 100vh;
  display: flex;
  flex-direction: column;
  justify-content: center;
  position: fixed;
  right: 0;
  top: 0;
  z-index: 12;
  background: #775E34;
  -webkit-transition: all 0.5s ease;
  -moz-transition: all 0.5s ease;
  transition: all 0.5s ease;
  transition-duration: 700ms;
  -webkit-transition-duration: 700ms;
  transition-timing-function: cubic-bezier(0.86, 0, 0.07, 1);
  -webkit-transition-timing-function: cubic-bezier(0.86, 0, 0.07, 1);
  transition-delay: 0.95s;
  overflow: hidden;
}

.preloader * {
  -webkit-transition: all 0.5s ease;
  -moz-transition: all 0.5s ease;
  transition: all 0.5s ease;
  transition-duration: 700ms;
  -webkit-transition-duration: 700ms;
  transition-timing-function: cubic-bezier(0.86, 0, 0.07, 1);
  -webkit-transition-timing-function: cubic-bezier(0.86, 0, 0.07, 1);
}

.preloader .layer {
  width: 100%;
  height: 100vh;
  position: absolute;
  left: 0;
  top: 0;
  background: #775E34;
  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: 60px;
}

.preloader .inner p {
  font-weight: 600;
  color: #fff;
  font-size: 13px;
  display: block;
}

/* TRANSITION OVERLAY */
.transition-overlay {
  width: 100%;
  height: 100vh;
  position: fixed;
  left: -100%;
  top: 0;
  z-index: 12;
  background: #775E34;
  -webkit-transition: all 0.5s ease;
  -moz-transition: all 0.5s ease;
  transition: all 0.5s ease;
  transition-duration: 700ms;
  -webkit-transition-duration: 700ms;
  transition-timing-function: cubic-bezier(0.86, 0, 0.07, 1);
  -webkit-transition-timing-function: cubic-bezier(0.86, 0, 0.07, 1);
  overflow: hidden;
}

.transition-overlay .layer {
  width: 100%;
  height: 100vh;
  position: absolute;
  right: -100%;
  top: 0;
  background: #333;
  -webkit-transition: all 0.5s ease;
  -moz-transition: all 0.5s ease;
  transition: all 0.5s ease;
  transition-duration: 700ms;
  -webkit-transition-duration: 700ms;
  transition-timing-function: cubic-bezier(0.86, 0, 0.07, 1);
  -webkit-transition-timing-function: cubic-bezier(0.86, 0, 0.07, 1);
  transition-delay: 0.6s;
}

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

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

/* PAGE LOADED */
.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(0);
}

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

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

/* SIDE NAVIGATION */
.side-navigation {
  width: 400px;
  max-width: 100%;
  height: 100vh;
  min-height: 400px;
  position: fixed;
  left: -100%;
  top: 0;
  background: #26282b;
  z-index: 10;
  box-shadow: 10px 10px 50px rgba(0, 0, 0, 0.2);
  color: #fff;
  font-size: 14px;
  padding: 0 40px;
  display: flex;
  flex-direction: column;
  justify-content: center;
  -webkit-transition: all 0.5s ease;
  -moz-transition: all 0.5s ease;
  transition: all 0.5s ease;
  transition-duration: 700ms;
  -webkit-transition-duration: 700ms;
  transition-timing-function: cubic-bezier(0.86, 0, 0.07, 1);
  -webkit-transition-timing-function: cubic-bezier(0.86, 0, 0.07, 1);
}

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

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

.side-navigation .menu ul li {
  width: 100%;
  display: block;
  margin: 0;
  padding: 3px 0;
  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: 2vw;
}

.side-navigation .menu ul li a {
  display: inline-block;
  color: #fff;
  font-size: 3vw;
  font-weight: 600;
}

.side-navigation .menu ul li a:hover {
  color: #775E34;
  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: #fff;
}

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

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

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

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

.side-navigation .social-media li {
  float: left;
  margin-left: 5px;
  padding: 0;
  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: #fff;
  background: rgba(255, 255, 255, 0.1);
}

.side-navigation .social-media li a:hover {
  color: #26282b;
  background: #775E34;
}

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

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

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

.navbar .container .upper-side {
  width: 100%;
  display: flex;
  flex-wrap: wrap;
  padding: 20px 0;
  align-items: center;
  transform: translateY(-80px);
  -webkit-transition: all 0.5s ease;
  -moz-transition: all 0.5s ease;
  transition: all 0.5s ease;
  transition-duration: 700ms;
  -webkit-transition-duration: 700ms;
  transition-timing-function: cubic-bezier(0.86, 0, 0.07, 1);
  -webkit-transition-timing-function: cubic-bezier(0.86, 0, 0.07, 1);
  transition-delay: 1.2s;
}

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

.navbar .container .upper-side .logo img {
  height: 55px;
}

.navbar .container .upper-side .phone-email {
  margin-right: 0;
  margin-left: auto;
  margin-top: 5px;
  text-align: right;
  color: #fff;
}

.navbar .container .upper-side .phone-email img {
  float: right;
  height: 34px;
  margin: 0 15px 0 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 small {
  line-height: 1;
}

.navbar .container .upper-side .phone-email small a {
  opacity: 0.5;
  color: #fff;
}

.navbar .container .upper-side .phone-email small a:hover {
  text-decoration: none;
  color: #775E34;
  opacity: 1;
}

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

.navbar .container .upper-side .language a {
  display: inline-block;
  margin: 0 5px;
  color: #fff;
  font-weight: 600;
}

.navbar .container .upper-side .language a:hover {
  color: #775E34;
  text-decoration: none;
}

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

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

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

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

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

.navbar .container .menu ul li ul {
  min-width: 220px;
  position: absolute;
  left: -35px;
  top: 120%;
  background: #26282b;
  margin: 0;
  padding: 25px 0;
  opacity: 0;
  visibility: hidden;
  -webkit-transition: 0.25s ease-in-out;
  -moz-transition: 0.25s ease-in-out;
  -ms-transition: 0.25s ease-in-out;
  -o-transition: 0.25s ease-in-out;
  transition: 0.25s ease-in-out;
}

.navbar .container .menu ul li ul:before {
  content: "";
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 0 10px 10px 10px;
  border-color: transparent transparent #26282b transparent;
  position: absolute;
  left: 35px;
  top: -10px;
}

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

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

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

.navbar .container .menu ul li a {
  color: #fff;
  display: inline-block;
  font-weight: 600;
  padding: 25px 0;
  border-top: 1px solid transparent;
}

.navbar .container .menu ul li a:hover {
  text-decoration: none;
  color: #775E34;
  border-top: 1px solid #775E34;
}

/* SLIDER */
.slider {
  width: 100%;
  height: 100vh;
  min-height: 600px;
  display: flex;
  flex-wrap: wrap;
  background: #26282b;
  overflow: hidden;
}

.slider .slider-container {
  width: 100%;
  height: 100%;
  display: flex;
  flex-wrap: wrap;
  overflow: hidden;
  -webkit-transition: all 0.5s ease;
  -moz-transition: all 0.5s ease;
  transition: all 0.5s ease;
  transition-duration: 700ms;
  -webkit-transition-duration: 700ms;
  transition-timing-function: cubic-bezier(0.86, 0, 0.07, 1);
  -webkit-transition-timing-function: cubic-bezier(0.86, 0, 0.07, 1);
  transform: scale(1.3);
  transition-delay: 1.25s;
  opacity: 0;
}

.slider .slider-container .swiper-slide {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: center;
  align-content: center;
  background-size: auto 120%;
}

.slider .slider-container .swiper-slide:after {
  content: "";
  width: 100%;
  height: 100%;
  position: absolute;
  left: 0;
  top: 0;
  background: #000;
  background: -moz-linear-gradient(161deg, #000 0%, #000 89%, #aaa 100%);
  background: -webkit-linear-gradient(161deg, #000 0%, #000 89%, #aaa 100%);
  background: linear-gradient(161deg, #000 0%, #000 89%, #aaa 100%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#26282b", endColorstr="#9f8054", GradientType=1);
  opacity: 0.45;
}

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

.slider .slider-container .swiper-slide .container h1 {
  font-size: 3vw;
  color: #fff;
  font-family: "ConthraxSb";
  /* color: #7b641c; */
  margin-top: -15px;
  margin-bottom: 0px;
}

.preco h1 {
  font-size: 6vw !important;
  color: #ffffff !important;
  text-shadow: 
    0 2px 10px rgba(0, 0, 0, 0.8),
    0 0 20px rgba(212, 175, 55, 0.4);
  font-weight: 900;
  letter-spacing: -2px;
  line-height: 1;
}

.preco h3 {
  text-shadow: 0 2px 8px rgba(0, 0, 0, 0.7);
  font-weight: 400;
}

.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: 0;
  top: 40px;
  background: url(../images/title-mark.png) center no-repeat;
  background-size: contain;
  z-index: -1;
}

.slider .slider-container .swiper-slide .container h2 {
  font-weight: 600;
  color: #fff;
  margin-bottom: 50px;
}

.slider .slider-container .swiper-slide .container h3 {
  font-weight: normal;
  color: #fff;

}

.slider .slider-container .swiper-slide .container a {
  height: 60px;
  line-height: 56px;
  float: left;
  color: #fff;
  font-size: 14px;
  font-weight: 600;
  padding-bottom: 10px;
  position: relative;
  border: 2px solid #775E34;
  padding: 0 40px;
  box-shadow: 0 0 20px rgba(235, 207, 167, 0.4);
  -webkit-transition: 0.25s ease-in-out;
  -moz-transition: 0.25s ease-in-out;
  -ms-transition: 0.25s ease-in-out;
  -o-transition: 0.25s ease-in-out;
  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: #9f8054;
  border-color: #9f8054;
}

/* Estilo base para os botões */
.slider .slider-container .swiper-slide .container a {
  height: 60px;
  line-height: 56px;
  display: inline-block;
  color: #fff;
  font-size: 14px;
  font-weight: 600;
  padding: 0 40px;
  position: relative;
  border: 2px solid #775E34;
  box-shadow: 0 0 20px rgba(235, 207, 167, 0.4);
  transition: all 0.3s ease-in-out;
  text-decoration: none;
  margin-right: 15px;
  border-radius: 4px;
}

.slider .slider-container .swiper-slide .container a i {
  margin-left: 10px;
  transition: transform 0.3s ease;
}

/* Botão WhatsApp */
.slider .slider-container .swiper-slide .container .btn-whatsapp {
  background: transparent;
  border-color: #775E34;
}

.slider .slider-container .swiper-slide .container .btn-whatsapp:hover {
  background: #9f8054;
  border-color: #9f8054;
  box-shadow: 0 0 30px rgba(159, 128, 84, 0.6);
}

.slider .slider-container .swiper-slide .container .btn-whatsapp:hover i {
  transform: translateX(5px);
}

/* Botão Download - Estilo diferenciado */
.slider .slider-container .swiper-slide .container .btn-download {
  background: linear-gradient(135deg, #9f8054 0%, #775E34 100%);
  border-color: #9f8054;
  position: relative;
  overflow: hidden;
}

.slider .slider-container .swiper-slide .container .btn-download::before {
  content: '';
  position: absolute;
  top: 0;
  left: -100%;
  width: 100%;
  height: 100%;
  background: linear-gradient(90deg, transparent, rgba(255, 255, 255, 0.2), transparent);
  transition: left 0.5s ease;
}

.slider .slider-container .swiper-slide .container .btn-download:hover::before {
  left: 100%;
}

.slider .slider-container .swiper-slide .container .btn-download:hover {
  background: linear-gradient(135deg, #b8945f 0%, #9f8054 100%);
  border-color: #b8945f;
  box-shadow: 0 5px 30px rgba(159, 128, 84, 0.8);
  transform: translateY(-2px);
}

.slider .slider-container .swiper-slide .container .btn-download:hover i {
  animation: downloadBounce 0.6s ease infinite;
}

@keyframes downloadBounce {

  0%,
  100% {
    transform: translateY(0);
  }

  50% {
    transform: translateY(4px);
  }
}

/* Responsivo */
@media (max-width: 768px) {
  .slider .slider-container .swiper-slide .container a {
    display: block;
    margin: 10px 0;
    text-align: center;
  }
}

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

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

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

.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: #fff;
  transform: rotate(90deg);
  transform-origin: left;
  margin-left: 9px;
  font-weight: 600;
  margin-bottom: 120px;
  font-size: 14px;
}

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

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

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

.slider .slider-container .inner-elements .container .social-media ul li a {
  color: #fff;
  font-size: 12px;
}

.slider .slider-container .inner-elements .container .social-media ul li a:hover {
  color: #775E34;
}

.slider .slider-container .inner-elements .container .pagination {
  width: auto;
  position: absolute;
  left: auto;
  right: 15px;
  bottom: 20px;
  z-index: 4;
  color: #fff;
  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);
  -webkit-transition: 0.25s ease-in-out;
  -moz-transition: 0.25s ease-in-out;
  -ms-transition: 0.25s ease-in-out;
  -o-transition: 0.25s ease-in-out;
  transition: 0.25s ease-in-out;
  transform-origin: bottom;
  margin-top: -60px;
  font-weight: 600;
  color: #fff;
  font-size: 14px;
  line-height: 1;
  cursor: pointer;
}

.slider .slider-container .inner-elements .container .button-prev:hover {
  color: #775E34;
}

.slider .slider-container .inner-elements .container .button-prev:after {
  content: "";
  width: 42px;
  height: 1px;
  background: #fff;
  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);
  -webkit-transition: 0.25s ease-in-out;
  -moz-transition: 0.25s ease-in-out;
  -ms-transition: 0.25s ease-in-out;
  -o-transition: 0.25s ease-in-out;
  transition: 0.25s ease-in-out;
  transform-origin: bottom;
  margin-top: 60px;
  font-weight: 600;
  color: #fff;
  font-size: 14px;
  line-height: 1;
  cursor: pointer;
}

.slider .slider-container .inner-elements .container .button-next:hover {
  color: #775E34;
}

/* PAGE HEADER */
.page-header {
  width: 100%;
  height: 500px;
  display: flex;
  flex-wrap: wrap;
  padding-top: 200px;
  background-color: #26282b;
  position: relative;
  margin-bottom: 30px;
}

.page-header:after {
  content: "";
  width: 100%;
  height: 100%;
  position: absolute;
  left: 0;
  top: 0;
  background: #26282b;
  background: -moz-linear-gradient(161deg, #26282b 0%, #26282b 49%, #9f8054 100%);
  background: -webkit-linear-gradient(161deg, #26282b 0%, #26282b 49%, #9f8054 100%);
  background: linear-gradient(161deg, #26282b 0%, #26282b 49%, #9f8054 100%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#26282b", endColorstr="#9f8054", GradientType=1);
  opacity: 0.65;
}

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

.page-header .container h1 {
  font-size: 5vw;
  color: #fff;
  font-family: "ConthraxSb";
  color: #775E34;
  margin-bottom: 20px;
}

.page-header .container p {
  display: block;
  color: #fff;
  font-size: 20px;
  margin: 0;
}

.page-header .container .breadcrumb {
  position: absolute;
  left: 15px;
  bottom: -30px;
  background: #9f8054;
  width: 70%;
  padding: 40px 30px;
  padding-right: 60px;
  margin: 0;
}

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

.intro figure {
  display: inline-block;
  margin-bottom: 0;
  margin-top: -20px;

  background: url(../images/side-pattern-bg.jpg);
  position: relative;
  -webkit-border-bottom-left-radius: 50px;
  -moz-border-radius-bottomleft: 50px;
  border-bottom-left-radius: 50px;
}

.intro figure .pattern-bg {
  width: 120%;
  height: 100%;
  position: absolute;
  left: 5%;
  top: -5%;
  background-size: contain;
}

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

}

.intro figure .holder img {
  box-shadow: 10px 10px 50px rgba(0, 0, 0, 0.2);
  width: 525px;
  -webkit-border-bottom-left-radius: 50px;
  -moz-border-radius-bottomleft: 50px;
  border-bottom-left-radius: 50px;
}

.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: "ConthraxSb";
  margin-bottom: 15px;
}

.intro .content-box h4 span {
  color: #9f8054;
}

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

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

.intro .content-box a {
  display: inline-block;
  color: #26282b;
  font-weight: 600;
}

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

.intro .content-box a:hover {
  color: #9f8054;
  text-decoration: none;
}

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

.logos * {
  -webkit-transition: 0.25s ease-in-out;
  -moz-transition: 0.25s ease-in-out;
  -ms-transition: 0.25s ease-in-out;
  -o-transition: 0.25s ease-in-out;
  transition: 0.25s ease-in-out;
}

.logos .col-lg-2 {
  border-right: 1px dashed #eee;
}

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

.logos figure {
  width: 100%;
  margin: 0;
  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: 0;
  position: absolute;
  top: 50%;
  margin-top: -10px;
  text-align: center;
  opacity: 0;
  font-weight: 800;
  font-size: 13px;
  transform: scale(1.1);
}

/* BENEFITS */
.benefits {
  width: 100%;
  display: flex;
  flex-wrap: wrap;
  padding: 150px 0;
  background: #f9f9f9;
  text-align: center;
}

.benefits .col {
  border-right: 1px solid #eee;
  padding-top: 20px;
  padding-bottom: 20px;
}

/*
.benefits .col:nth-child(odd) {
  margin-top: 50px;
}
*/
.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: "ConthraxSb";
  margin-bottom: 15px;
}

.benefits h4 span {
  color: #9f8054;
}

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

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

/* .benefits figure:after {
  content: "U";
  position: absolute;
  left: 50%;
  top: -20px;
  transform: translateX(-50%);
  font-size: 82px;
  font-weight: normal;
  color: #775E34;
  opacity: 0;
  z-index: 0;
  font-family: 'ConthraxSb';
}
 */
.benefits figure img {
  height: 70px;
  position: relative;
  z-index: 2;
}

.benefits h6 {
  font-weight: 600;
  font-size: 14px;
}

.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);
}

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

.benefits .extra-cst {
  font-size: 24px;
  margin: 8px;
}

/* RECENT GALLERY */
.recent-gallery {
  width: 100%;
  display: flex;
  flex-wrap: wrap;
  padding: 150px 0;
}

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

.recent-gallery h4 {
  display: block;
  font-size: 30px;
  font-family: "ConthraxSb";
  margin-bottom: 15px;
}

.recent-gallery h4 span {
  color: #9f8054;
}

.recent-gallery h3 {
  font-weight: 600;
  padding-right: 40%;
  margin-bottom: 30px;
}

.recent-gallery .link {
  display: inline-block;
  color: #26282b;
  font-weight: 600;
  font-size: 14px;
  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: #26282b;
  position: absolute;
  left: 0;
  bottom: 0;
  -webkit-transition: 0.25s ease-in-out;
  -moz-transition: 0.25s ease-in-out;
  -ms-transition: 0.25s ease-in-out;
  -o-transition: 0.25s ease-in-out;
  transition: 0.25s ease-in-out;
}

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

.recent-gallery .col-md-4:nth-child(1) {
  margin-top: 100px;
}

.recent-gallery .col-md-4:nth-child(2) {
  margin-top: 0;
}

.recent-gallery .col-md-4:nth-child(3) {
  margin-top: 80px;
}

/* PROPERTY CALCULATOR */
.property-calculator {
  width: 100%;
  display: flex;
  flex-wrap: wrap;
  /* padding-bottom: 20px; */
  margin-top: 20px;
  position: relative;
}

.property-calculator figure {
  display: inline-block;
  margin-bottom: 0;
  margin-top: -20px;
  background: #2B040B;
  position: relative;

  -webkit-border-bottom-right-radius: 50px;
  -moz-border-radius-bottomright: 50px;
  border-bottom-right-radius: 50px;
}

.property-calculator figure:before {
  content: "";
  width: 50vw;
  height: 100%;
  background: #2B040B;
  position: absolute;
  left: -50vw;
  top: 0;
}

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


}

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

.property-calculator figure .holder img {
  box-shadow: 10px 10px 50px rgba(0, 0, 0, 0.2);
  width: 525px;
  -webkit-border-bottom-right-radius: 50px;
  -moz-border-radius-bottomright: 50px;
  border-bottom-right-radius: 50px;
}

.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: "ConthraxSb";
  margin-bottom: 15px;
}

.property-calculator .content-box h4 span {
  color: #9f8054;
}

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

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

.property-calculator .content-box ul li {
  display: inline-block;
  margin: 0;
  padding: 0;
  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;
  padding-right: 40%;
  margin-bottom: 30px;
}

.property-calculator .content-box a {
  display: inline-block;
  color: #26282b;
  font-weight: 600;
}

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

.property-calculator .content-box a:hover {
  color: #9f8054;
  text-decoration: none;
}

/* PROPERTY PLANS */
.property-plans {
  width: 100%;
  display: flex;
  flex-wrap: wrap;
  padding-bottom: 150px !important;
  margin-top: 150px !important;
  overflow: visible !important;
}

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

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

.property-plans h4 span {
  color: #9f8054;
}

.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 0;
}

.property-plans table tr td:first-child {
  color: #9f8054;
  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: 0;
  margin-right: 10px;
  padding: 0;
  list-style: none;
}

.property-plans .tab-nav li a {
  color: #26282b;
  font-weight: 600;
}

/* GET CONSULTATION */
.get-consultation {
  position: relative;
  width: 100%;
  min-height: 850px;

  display: flex;
  align-items: center;

  padding: 120px 0;

  background-size: cover;
  background-position: center right;
  background-repeat: no-repeat;

  overflow: hidden;
}

/* overlay mais sofisticado */
.get-consultation::before {
  content: "";
  position: absolute;
  inset: 0;

  background:
    linear-gradient(90deg,
      rgba(15, 15, 15, 0.88) 0%,
      rgba(15, 15, 15, 0.72) 35%,
      rgba(15, 15, 15, 0.25) 70%,
      rgba(15, 15, 15, 0.10) 100%);

  z-index: 1;
}

.get-consultation .container {
  position: relative;
  z-index: 2;
}

/* CARD */
.investment-box {
  background: rgba(20, 20, 20, 0.45);
  backdrop-filter: blur(10px);
  padding: 60px;
  border-radius: 28px;
  border: 1px solid rgba(255, 255, 255, 0.08);
  box-shadow: 0 20px 60px rgba(0, 0, 0, 0.25);
}

/* Número */
.gallery-number {
  font-size: 90px;
  font-weight: 700;
  line-height: 1;

  color: rgba(255, 255, 255, 0.06);

  display: block;
  margin-bottom: 15px;
}

/* linha */
.gallery-accent-line {
  width: 70px;
  height: 2px;
  background: #c89211;

  margin-bottom: 20px;
}

/* label */
.gallery-label {
  color: #c89211;
  text-transform: uppercase;
  letter-spacing: 3px;
  font-size: 13px;
  font-weight: 600;

  margin-bottom: 18px;
}

/* título */
.investment-box h4 {
  font-size: 58px;
  line-height: 1.1;
  font-weight: 600;

  color: #fff;

  margin-bottom: 30px;
}

.investment-box h4 span {
  color: #c89211;
}

/* descrição */
.gallery-desc {
  font-size: 18px;
  line-height: 2;
  color: rgba(255, 255, 255, 0.75);

  margin-bottom: 35px;
}

/* botão */
.btn-invest {
  display: inline-flex;
  align-items: center;
  justify-content: center;

  padding: 16px 34px;
  border-radius: 100px;

  background: #c89211;
  color: #fff;

  font-weight: 600;
  text-decoration: none;

  transition: 0.3s ease;
}

.btn-invest:hover {
  background: #fff;
  color: #111;
}

/* RESPONSIVO */
@media (max-width: 991px) {

  .get-consultation {
    min-height: auto;
    padding: 100px 0;
    background-position: center;
  }

  .investment-box {
    padding: 40px 30px;
  }

  .investment-box h4 {
    font-size: 42px;
  }

  .gallery-number {
    font-size: 70px;
  }

  .gallery-desc {
    font-size: 16px;
    line-height: 1.8;
  }
}

.get-consultation .content-box {
  width: 500px;
  max-width: 100%;
  display: flex;
  flex-wrap: wrap;
  padding: 80px 50px;
  margin-bottom: -100px;
  color: #fff;
  background: #775E34;
  position: relative;
  overflow: hidden;
}

.get-consultation .content-box:after {
  content: "";
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 100px 200px 100vh 0;
  border-color: transparent #46320f transparent transparent;
  position: absolute;
  right: 0;
  top: 0;
  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: "ConthraxSb";
  margin-bottom: 15px;
}

.get-consultation h4 span {
  color: #B8860B;
}

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

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

.get-consultation a {
  height: 60px;
  line-height: 60px;
  float: left;
  color: #fff;
  font-size: 14px;
  font-weight: 600;
  padding-bottom: 10px;
  position: relative;
  background: #26282b;
  padding: 0 40px;
  box-shadow: 0 10px 20px rgba(0, 0, 0, 0.15);
  -webkit-transition: 0.25s ease-in-out;
  -moz-transition: 0.25s ease-in-out;
  -ms-transition: 0.25s ease-in-out;
  -o-transition: 0.25s ease-in-out;
  transition: 0.25s ease-in-out;
}

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

.get-consultation a:hover {
  text-decoration: none;
  background: #fff;
  color: #9f8054;
}

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

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

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

.recent-posts h4 span {
  color: #9f8054;
}

.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: #26282b;
  display: inline-block;
  margin-left: 5px;
  margin-bottom: 4px;
  opacity: 0.5;
}

.recent-posts .post-box {
  width: 100%;
  display: flex;
  flex-wrap: wrap;
  text-align: left;
  flex-direction: column;
}

.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: #9f8054;
  text-decoration: none;
}

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

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

/* PROPERTY CUSTOMIZATION */
.property-customization {
  width: 100%;
  display: flex;
  flex-wrap: wrap;
  padding: 150px 0;
  background: #26282b;
  color: #fff;
  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: "ConthraxSb";
  margin-bottom: 15px;
}

.property-customization h4 span {
  color: #775E34;
}

.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 0;
}

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

.property-customization figure figcaption {
  color: #fff;
  font-size: 13px;
  font-weight: 600;
}

/* APARTMENTS */
.apartment {
  width: 100%;
  display: flex;
  flex-wrap: wrap;
  padding: 150px 0;
}

.apartment h2 {
  font-size: 4vw;
  font-family: "ConthraxSb";
  margin-bottom: 20px;
}

.apartment h2 span {
  color: #9f8054;
}

.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: 0;
  padding: 4px 0;
}

.apartment blockquote {
  display: inline-block;
  padding: 30px;
  background: #775E34;
  margin-bottom: 40px;
}

.apartment blockquote p {
  margin: 0;
}

.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: 0;
}

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

.apartment .property-infos {
  display: inline-block;
  background: #9f8054;
  color: #fff;
  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: 0;
}

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

.about-content h2 {
  font-size: 4vw;
  font-family: "ConthraxSb";
  margin-bottom: 20px;
}

.about-content h2 span {
  color: #9f8054;
}

.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: 0;
  padding: 4px 0;
}

.about-content blockquote {
  display: inline-block;
  padding: 30px;
  background: #775E34;
  margin-bottom: 40px;
}

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

.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 */
.certificates {
  width: 100%;
  display: flex;
  flex-wrap: wrap;
  padding: 150px 0;
}

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

.certificates h4 {
  display: block;
  font-size: 30px;
  font-family: "ConthraxSb";
  margin-bottom: 15px;
}

.certificates h4 span {
  color: #9f8054;
}

.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: #26282b;
  display: inline-block;
  margin-left: 5px;
  margin-bottom: 4px;
  opacity: 0.5;
}

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

.certificates figure img {
  width: 100%;
}

/* FACILITIES */
.facilities {
  width: 100%;
  display: flex;
  flex-wrap: wrap;
  padding: 135px 0;
}

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

.facilities h4 {
  display: block;
  font-size: 30px;
  font-family: "ConthraxSb";
  margin-bottom: 15px;
}

.facilities h4 span {
  color: #9f8054;
}

.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: #26282b;
  display: inline-block;
  margin-left: 5px;
  margin-bottom: 4px;
  opacity: 0.5;
}

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

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

.facilities figure figcaption {
  width: calc(100% - 90px);
  float: right;
}

.facilities figure figcaption h5 {
  font-weight: 600;
  font-size: 16px;
}

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

/* FAQ */
.faq {
  width: 100%;
  display: flex;
  flex-wrap: wrap;
  padding: 150px 0;
}

.faq .sidebox {
  width: calc(100% - 70px);
  float: left;
  margin-left: 70px;
  padding: 40px 30px;
  text-align: center;
  background: #9f8054;
  color: #fff;
  position: -webkit-sticky !important;
  position: sticky !important;
  top: 0;
}

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

.faq .sidebox h3 {
  display: block;
  font-family: "ConthraxSb";
  margin-bottom: 20px;
}

.faq .sidebox p {
  color: #fff;
}

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

.sales-offices .office-box {
  width: 100%;
  display: flex;
  flex-wrap: wrap;
  padding: 30px;
  margin: 15px 0;
  border: 1px solid #eee;
}

.sales-offices .office-box h5 {
  font-family: "ConthraxSb";
  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: 0 20px;
  background: #26282b;
  font-size: 13px;
  font-weight: 600;
  color: #fff;
}

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

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

/* INTRO VIDEO */
.intro-video {
  width: 100%;
  display: flex;
  flex-wrap: wrap;
  padding: 150px 0;
  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: "ConthraxSb";
  margin-bottom: 15px;
}

.intro-video h4 span {
  color: #9f8054;
}

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

.intro-video .video-container {
  width: 100%;
  float: left;
  margin: 0;
  padding: 5px;
  background: #775E34;
}

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

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

.press-relases figure {
  width: 100%;
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  margin: 15px 0;
  border: 1px solid #eee;
}

.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: "ConthraxSb";
  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: 0;
  opacity: 0.5;
}

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

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

.photo-gallery .gallery-filter li {
  display: inline-block;
  margin-right: 25px;
  padding: 0;
  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 #775E34;
}

.photo-gallery .gallery-filter li a:hover {
  color: #9f8054;
  text-decoration: none;
}

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

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

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

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

.sales-team figure {
  width: 100%;
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  border: 1px solid #eee;
  margin: 15px 0;
}

.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: "ConthraxSb";
  margin-bottom: 15px;
}

.sales-team figure figcaption h4 span {
  color: #9f8054;
}

.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: #26282b;
  display: inline-block;
  margin-left: 10px;
  margin-bottom: 4px;
  opacity: 0.5;
}

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

.sales-team figure figcaption ul li {
  display: inline-block;
  margin: 0;
  margin-right: 15px;
  padding: 0;
  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: #9f8054;
}

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

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

.error404 figure img {
  width: 100%;
}

.error404 h2 {
  font-size: 50px;
  font-weight: 800;
  color: #9f8054;
}

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

.error404 a {
  height: 60px;
  line-height: 56px;
  display: inline-block;
  color: #9f8054;
  font-size: 14px;
  font-weight: 600;
  padding-bottom: 10px;
  position: relative;
  border: 2px solid #775E34;
  padding: 0 40px;
  box-shadow: 0 0 20px rgba(235, 207, 167, 0.4);
  -webkit-transition: 0.25s ease-in-out;
  -moz-transition: 0.25s ease-in-out;
  -ms-transition: 0.25s ease-in-out;
  -o-transition: 0.25s ease-in-out;
  transition: 0.25s ease-in-out;
}

.error404 a:hover {
  text-decoration: none;
  color: #fff;
  background: #9f8054;
  border-color: #9f8054;
}

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

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

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

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

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

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

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

.blog .post .post-content .post-title a {
  color: #26282b;
}

.blog .post .post-content .post-title a:hover {
  color: #9f8054;
  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: #9f8054;
  margin-top: 4px;
}

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

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

.blog .post .post-content .post-tags ul li a {
  color: #26282b;
  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: 0;
  padding: 4px 0;
}

.blog .post .post-content blockquote {
  display: inline-block;
  padding: 30px;
  background: #775E34;
  margin-bottom: 40px;
}

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

.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: #26282b;
}

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

.blog .sidebar .widget {
  width: 100%;
  display: flex;
  flex-wrap: wrap;
  margin-bottom: 30px;
  padding-bottom: 30px;
  border-bottom: 1px solid #eee;
}

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

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

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

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

.blog .sidebar .widget .categories li:before {
  content: "»";
  margin-right: 9px;
  color: #9f8054;
}

.blog .sidebar .widget .categories li span {
  float: right;
  color: #9f8054;
}

.blog .sidebar .widget .categories li a {
  color: #26282b;
}

.blog .sidebar .widget .categories li a:hover {
  color: #9f8054;
}

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

.blog .sidebar .widget form input[type=text] {
  width: calc(100% - 50px);
  float: left;
  border: 1px solid #775E34;
  border-right: none;
}

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

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

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

.blog .sidebar .widget .tags li a {
  height: 30px;
  line-height: 30px;
  float: left;
  border: 1px solid #775E34;
  padding: 0 10px;
  font-size: 13px;
  color: #9f8054;
  font-weight: 600;
}

.blog .sidebar .widget .tags li a:hover {
  background: #9f8054;
  color: #fff;
  border-color: #9f8054;
  text-decoration: none;
}

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

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

.blog .sidebar .widget .side-gallery li a {
  width: 100%;
  float: left;
  background: #26282b;
}

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

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

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

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

.contact h4 {
  display: block;
  font-size: 30px;
  font-family: "ConthraxSb";
  margin-bottom: 15px;
}

.contact h4 span {
  color: #9f8054;
}

.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: #26282b;
  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: 0;
}

.contact .map {
  display: inline-block;
  margin-bottom: 0;
  margin-top: 100px;
  background: #775E34;
  position: relative;
}

.contact .map:before {
  content: "";
  width: 50vw;
  height: 100%;
  background: #775E34;
  position: absolute;
  left: -50vw;
  top: 0;
}

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

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

.contact .map .holder iframe {
  box-shadow: 10px 10px 50px rgba(0, 0, 0, 0.2);
  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: 0;
  top: 0;
  padding: 0 20px;
  z-index: 0;
  -webkit-transition: 0.25s ease-in-out;
  -moz-transition: 0.25s ease-in-out;
  -ms-transition: 0.25s ease-in-out;
  -o-transition: 0.25s ease-in-out;
  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: 0;
  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: #fff;
}

.contact .contact-form #success {
  background: green;
  color: #fff;
}

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

/* FOOTER BAR */
.footer-bar {
  width: 100%;
  display: flex;
  flex-wrap: wrap;

}

.footer-bar .inner {
  background: #9f8054;
  padding: 60px 30px;
  color: #fff;
  position: absolute;
  width: 100%;
  z-index: 2;
}

.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: "ConthraxSb";
  font-size: 22px;
  margin-bottom: 15px;
}

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

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

#news {
  margin-bottom: -60px;
}

/* FOOTER */
.footer {
  position: relative;
  width: 100%;
  display: flex;
  flex-wrap: wrap;
  padding-top: 70px;
  padding-bottom: 30px;
  background: #26282b;
  background-image: url(../images/bg.jpg);
  background-size: cover;
  background-position: 0;
  overflow: hidden;
}

.footer::before {
  content: "";
  position: absolute;
  inset: 0;
  background: rgba(0, 0, 0, 0.55);
  /* controla o escurecimento */
  z-index: 1;
}

.footer>* {
  position: relative;
  z-index: 2;
}

.footer p {
  color: #fff;
}

.footer .logo {
  height: 55px;
  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: #fff;
  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: #fff;
  border-radius: 0;
  border: none;
  margin-left: -25px;
  margin-top: 13px;
}

.footer .select-box .dropdown-menu li {
  display: block;
  margin: 0;
  padding: 0;
  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: #9f8054;
}

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

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

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

.footer .footer-menu li a {
  float: left;
  color: #fff;
}

.footer .footer-menu li a:hover {
  color: #775E34;
}

.footer .contact-box {
  float: right;
  color: #fff;
  text-align: right;
}

.footer .contact-box h5 {
  margin-bottom: 10px;
  font-size: 19px;
  font-family: "ConthraxSb";
}

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

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

.footer .contact-box p a {
  color: #fff;
  opacity: 0.5;
}

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

.footer .contact-box ul li {
  float: left;
  margin-left: 5px;
  padding: 0;
  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: #fff;
  background: rgba(255, 255, 255, 0.1);
}

.footer .contact-box ul li a:hover {
  color: #26282b;
  background: #775E34;
}

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

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

.footer .col-12 .creation {
  float: left;
  padding-left: 10px;
}

.footer .col-12 .creation a {
  color: #fff;
}

/* RESPONSIVE MEDIUM  FIXES */
@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;
  }
}

/* RESPONSIVE TABLET FIXES */
@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: 0;
  }

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

  .setinha {
    display: none;
  }

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

  .intro .content-box {
    padding-left: 0;
    text-align: center;
  }

  .intro .content-box p,
  .property-calculator .content-box p,
  .property-plans p {
    padding: 0;
  }

  .get-consultation {
    /* background-size: 100%; */
    background-color: transparent;
  }

  .get-consultation b {
    display: none;
  }

  .txt {
    top: 45px;
  }

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

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

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

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

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

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

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

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

  .apartment {
    padding: 80px 0;
  }

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

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

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

  .facilities {
    padding: 80px 0;
  }

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

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

  .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 0;
  }

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

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

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

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

  .benefits {
    padding: 80px 0;
  }

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

  .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: 0;
  }

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

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

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

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

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

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

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

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

  .video-bg video {
    float: right;
  }

  .certificates {
    padding: 80px 0;
  }

  .contact {
    padding: 80px 0;
  }

  .contact address p a {
    display: block;
  }

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

  .blog {
    padding: 80px 0;
  }

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

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

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

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

  .footer {
    padding-top: 150px;
  }

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

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

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

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

  .slider .slider-container .swiper-slide .container h2 {
    margin-top: 10px;
    margin-bottom: 10px;
  }

  .slider .slider-container .swiper-slide .container h3 {
    margin-bottom: 18px;
  }

}

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

  .slider {
    height: 157vw !important;
    margin-bottom: 100px !important;
    min-height: auto !important;
  }

  .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: 0;
    margin-top: 30px;
  }

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

  .benefits .col:nth-child(odd) {
    margin-top: 0;
  }

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

  .apartment figure {
    margin: 15px 0;
  }

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

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

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

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

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

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

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

  .certificates figure {
    margin: 15px 0;
  }

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

/*# sourceMappingURL=style.css.map */




.img-degrade {
  position: relative;
  display: inline-block;
  overflow: hidden;
}

.img-degrade img {
  display: block;
  width: 100%;
  height: auto;
}

.img-degrade::after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  /* background: linear-gradient(to top left, rgba(30, 30, 30, 0.8), rgba(30, 30, 30, 0)); */
  pointer-events: none;
  /* pra não bloquear cliques na imagem */
}



.setinha {
  position: absolute;
  z-index: 10;
  color: #FFF;
  font-size: 28px;
  left: 0;
  right: 0;
  bottom: 10vh;
  width: 50px;
  margin: auto;
  opacity: 1;
}

.setinha a {
  color: #ccc;
}

.setinha a:hover {
  color: #FFF;
}

@keyframes rotation {
  0% {
    transform: rotate(0deg);
  }

  100% {
    transform: rotate(360deg);
  }
}

@keyframes bound {
  0% {
    transform: translateY(0);
  }

  100% {
    transform: translateY(10px);
  }
}

.scroll-type5 .scroll-icon {
  animation: rotate 3s ease-in-out infinite;
}

@keyframes rotate {
  0% {
    transform: translateY(0) rotateY(0deg);
  }

  50% {
    transform: translateY(10px) rotateY(360deg);
  }

  100% {
    transform: translateY(0px) rotateY(0deg);
  }
}

@keyframes scale {
  0% {
    opacity: 1;
    transform: translateX(-50%) translateY(-50%) scale(1);
  }

  40% {
    opacity: 1;
    transform: translateX(-50%) translateY(-50%) scale(1.2);
  }

  100% {
    opacity: 0;
    transform: translateX(-50%) translateY(-50%) scale(2);
  }
}


#waves a,
#waves h3,
#waves h4,
#waves span,
#waves h6 {
  /*color:#FFF;*/
  color: #555;
}

#waves img {
  filter: invert(0.3);
}

/* ── Wrapper do texto ── */
.gallery-text-content {
  position: relative;
  padding-top: 20px;
}

/* Número decorativo de fundo */
.gallery-number {
  position: absolute;
  top: -40px;
  left: -10px;
  font-size: 130px;
  font-weight: 800;
  color: rgba(0, 0, 0, 0.05) !important;
  line-height: 1;
  z-index: 0;
  pointer-events: none;
  letter-spacing: -4px;
  user-select: none;
}

.gallery-number-cst {
  top: 0px !important;
  left: 50px !important;
  color: rgb(255 255 255 / 10%) !important;
}

/* Linha accent dourada */
.gallery-accent-line {
  width: 36px;
  height: 3px;
  background: #B8860B;
  /* troque pela sua cor dourada/primária */
  border-radius: 2px;
  margin-bottom: 12px;
  position: relative;
  z-index: 1;
}

/* Label discreto acima do título */
.gallery-label {
  font-size: 11px;
  font-weight: 600;
  letter-spacing: 2.5px;
  text-transform: uppercase;
  color: #B8860B;
  margin-bottom: 8px;
  position: relative;
  z-index: 1;
}

/* Título */
.gallery-text-content h4 {
  font-size: 32px;
  font-weight: 700;
  line-height: 1.2;
  color: #363636;
  position: relative;
  z-index: 1;
  margin-bottom: 0;
}

.gallery-text-content h4 span {
  color: #B8860B;
}

/* Parágrafo */
.gallery-desc {
  font-size: 15px;
  line-height: 1.75;
  color: #ffffff;
  margin: 18px 0 24px;
  position: relative;
  z-index: 1;
}

.gallery-desc-cst {
  color: #ffffff !important;
}

/* Tags / pills */
.gallery-tags {
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
  position: relative;
  z-index: 1;
}

.gallery-tag {
  display: inline-flex;
  align-items: center;
  gap: 7px;
  font-size: 12px;
  color: #444;
  background: #f7f4ed;
  border: 0.5px solid #e0d8c8;
  padding: 10px 15px;
  border-radius: 20px;
  margin-bottom: 10px;
}

.gallery-tag .tag-dot {
  display: inline-block;
  width: 6px;
  height: 6px;
  border-radius: 50%;
  background: #B8860B;
  flex-shrink: 0;
}

/* ── Slider / imagem ── */
.gallery-slider {
  width: 100%;
  overflow: hidden;
}

.gallery-slider .swiper-slide {
  display: flex;
  justify-content: center;
}

.gallery-slider figure {
  width: 100%;
  max-width: 440px;
  aspect-ratio: 440 / 551;
  overflow: hidden;
  margin: 0;
  position: relative;
  /* necessário para o overlay e badge */
  border-radius: 4px;
}

.gallery-slider img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
  transition: transform 0.5s ease;
}

.gallery-slider .swiper-slide:hover img {
  transform: scale(1.03);
}

/* Gradiente sobre a imagem */
.img-overlay {
  position: absolute;
  inset: 0;
  background: linear-gradient(to top, rgba(0, 0, 0, 0.45) 0%, transparent 55%);
  pointer-events: none;
}

/* Badge de localização */
.img-badge {
  position: absolute;
  bottom: 18px;
  left: 18px;
  display: flex;
  align-items: center;
  gap: 8px;
  background: rgba(255, 255, 255, 0.92);
  backdrop-filter: blur(4px);
  padding: 7px 14px;
  border-radius: 4px;
  pointer-events: none;
}

.img-badge .badge-dot {
  width: 8px;
  height: 8px;
  border-radius: 50%;
  background: #B8860B;
  flex-shrink: 0;
}

.img-badge .badge-text {
  font-size: 12px;
  font-weight: 600;
  color: #1a1a1a;
}

/* ── property-calculator: melhorias visuais ── */

/* wrapper da figure com position relative para os cards flutuantes */
.calculator-figure-wrap {
  position: relative;
  margin: 0;
  margin-top: -20px;
  background: #2B040B;
  -webkit-border-bottom-right-radius: 50px;
  -moz-border-radius-bottomright: 50px;
  border-bottom-right-radius: 50px;
}

/* mantém o pseudo-element do CSS original */
.calculator-figure-wrap:before {
  content: "";
  width: 50vw;
  height: 100%;
  background: #2B040B;
  position: absolute;
  left: -50vw;
  top: 0;
}

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

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

.calculator-figure-wrap .holder img {
  box-shadow: 10px 10px 50px rgba(0, 0, 0, 0.2);
  width: 525px;
  -webkit-border-bottom-right-radius: 50px;
  -moz-border-radius-bottomright: 50px;
  border-bottom-right-radius: 50px;
  transition: transform 0.5s ease;
}

.calculator-figure-wrap .holder:hover img {
  transform: scale(1.02);
}

/* overlay escuro na base da imagem */
.calc-img-overlay {
  position: absolute;
  inset: 0;
  background: linear-gradient(to top, rgba(0, 0, 0, 0.4) 0%, transparent 55%);
  pointer-events: none;
  border-bottom-right-radius: 50px;
}

/* cards flutuantes de pessoa */
.person-card {
  position: absolute;
  display: flex;
  align-items: center;
  gap: 10px;
  background: rgba(255, 255, 255, 0.93);
  backdrop-filter: blur(6px);
  padding: 10px 16px;
  border-radius: 4px;
  pointer-events: none;
  min-width: 180px;
  z-index: 3;
}

.person-card--top {
  top: 20px;
  right: 70px;
}

.person-card--bottom {
  bottom: 55px;
  right: 70px;
}

.person-dot {
  display: inline-block;
  width: 8px;
  height: 8px;
  border-radius: 50%;
  background: #9f8054;
  /* cor primária do seu tema */
  flex-shrink: 0;
}

.person-card strong {
  display: block;
  font-size: 12px;
  font-weight: 700;
  color: #1a1a1a;
  text-transform: uppercase;
  letter-spacing: 0.5px;
}

.person-card span {
  display: block;
  font-size: 11px;
  color: #888;
  margin-top: 1px;
}

/* logos / brands */
.brands-row {
  display: flex;
  flex-direction: column;
  gap: 10px;
}

.brands-label {
  font-size: 11px;
  font-weight: 600;
  letter-spacing: 2px;
  text-transform: uppercase;
  color: #aaa;
}

.brands-row ul {
  display: flex;
  align-items: center;
  gap: 24px;
  list-style: none;
  padding: 0;
  margin: 0;
}

.brands-row ul li {
  display: inline-block;
  margin: 0;
  padding: 0;
}

.brands-row ul li img {
  height: 35px;
  width: auto;
  object-fit: contain;
  filter: grayscale(20%);
  opacity: 0.85;
  transition: opacity 0.3s, filter 0.3s;
}

.brands-row ul li img:hover {
  opacity: 1;
  filter: grayscale(0%);
}

/* responsivo tablet */
@media only screen and (max-width: 991px) {
  .calculator-figure-wrap .holder {
    transform: translate(0, -45px);
    padding: 0 15%;
  }

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

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

  .person-card--top {
    top: 20px;
    right: 20px;
  }

  .person-card--bottom {
    bottom: 60px;
    right: 20px;
  }
}

/* FUNDO */
.site-bg {
  position: relative;
  background-image: url(../images/site-bg.jpg);
  background-position: right center;
  background-size: cover;
  background-repeat: no-repeat;
  overflow: hidden;
}

.site-bg::before {
  content: "";
  position: absolute;
  inset: 0;
  background: rgba(0, 0, 0, 0.65);
  /* ajuste a opacidade */
  z-index: 1;
}

.site-bg>* {
  position: relative;
  z-index: 2;
}

.bg-blue {
  background-color: #548587 !important;
}

.section-space {
  padding-top: 120px;
  padding-bottom: 120px;
}

/* CARD */
.borda {
  background: #f8f5f1;
  border-radius: 28px;
  overflow: hidden;
  margin-top: 40px;
  box-shadow: 0 20px 60px rgba(0, 0, 0, 0.10);
  align-items: stretch;
  border: 1px solid rgba(0, 0, 0, 0.04);
}

/* REMOVE ESPAÇOS DAS COLUNAS */
.borda>div {
  padding: 0;
}

/* MAPA */
.about-us-3__thumb {
  position: relative;
  height: 100%;
}

.about-us-3__thumb img {
  width: 100%;
  height: 100%;
  min-height: 520px;
  object-fit: cover;
  display: block;
}

/* OVERLAY SUAVE */
.about-us-3__thumb::after {
  content: "";
  position: absolute;
  inset: 0;
  background: linear-gradient(to right,
      rgba(0, 0, 0, 0.08),
      rgba(0, 0, 0, 0));
}

/* REMOVE ELEMENTOS ANTIGOS */
.about-us-3__thumb .image-1,
.about-us-3__thumb .image-2,
.about-us-3__thumb-box {
  display: none;
}

/* CONTEÚDO */
.about-us-3__content {
  height: 100%;
  display: flex;
  flex-direction: column;
  justify-content: center;
  padding: 70px 60px;
}

/* SUBTÍTULO */
.section-2__subtitle {
  font-size: 14px;
  letter-spacing: 2px;
  text-transform: uppercase;
  color: #b07c4f;
  font-weight: 600;
}

/* TEXTO */
.about-us-3__content p {
  font-size: 18px;
  line-height: 1.8;
  color: #444;
  margin-bottom: 35px;
  max-width: 420px;
}

/* BOTÃO */
.rr-btn-orange {
  border-radius: 999px;
  padding: 16px 34px;
  transition: 0.3s;
}

.rr-btn-orange:hover {
  transform: translateY(-3px);
}

/* RESPONSIVO */
@media (max-width: 991px) {

  .about-us-3__content {
    padding: 50px 30px;
    text-align: center;
    align-items: center;
  }

  .about-us-3__content p {
    max-width: 100%;
  }

  .about-us-3__thumb img {
    min-height: auto;
    max-height: 420px;
  }

  .about-us-3__media {
    max-width: 100%;
  }
}

/* CARD */
.localizacao-card {
  display: flex;
  align-items: center;
  background: #f7f3ee;
  border-radius: 30px;
  overflow: hidden;
  box-shadow: 0 25px 70px rgba(0, 0, 0, 0.10);
}

/* MAPA */
/* .localizacao-mapa {
  width: 58%;
} */

.localizacao-mapa img {
  width: 100%;
  height: 430px;
  object-fit: cover;
  display: block;
}

/* INFO */
.localizacao-info {
  padding: 70px 60px;
}

/* NÚMERO */
.gallery-number {
  display: block;
  font-size: 72px;
  line-height: 1;
  font-weight: 700;
  color: rgba(184, 134, 11, 0.12);
  margin-bottom: 10px;
}

/* LINHA */
.gallery-accent-line {
  width: 70px;
  height: 2px;
  background: #B8860B;
  margin-bottom: 20px;
}

/* LABEL */
.gallery-label {
  font-size: 13px;
  letter-spacing: 3px;
  text-transform: uppercase;
  color: #B8860B;
  font-weight: 700;
  margin-bottom: 18px;
}

/* TÍTULO */
.localizacao-info h4 {
  font-size: 42px;
  line-height: 1.15;
  font-weight: 300;
  color: #1f1f1f;
  margin-bottom: 25px;
}

.localizacao-info h4 span {
  display: block;
  font-weight: 700;
}

/* DESCRIÇÃO */
.gallery-desc {
  font-size: 17px;
  line-height: 1.9;
  color: #101010;
  margin-bottom: 35px;
}

/* BOTÃO */
.btn-localizacao {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: fit-content;
  height: 58px;
  padding: 0 34px;
  border-radius: 999px;
  background: #B8860B;
  color: #fff;
  text-decoration: none !important;
  font-weight: 600;
  transition: .3s;
}

.btn-localizacao:hover {
  background: #9b7208;
  transform: translateY(-3px);
  color: #fff;
}

/* RESPONSIVO */
@media(max-width:991px) {

  .localizacao-card {
    flex-direction: column;
  }

  .localizacao-mapa,
  .localizacao-info {
    width: 100%;
    padding-top: 50px;
  }

  .localizacao-mapa img {
    height: 320px;
  }

  .localizacao-info {
    padding: 45px 30px;
  }

  .gallery-number {
    font-size: 56px;
  }

  .localizacao-info h4 {
    font-size: 32px;
  }
}

.localizacao-info {
  padding: 28px;
  display: flex;
  flex-direction: column;
  justify-content: center;
}

.localizacao-card {
  align-items: center;
}

.localizacao-mapa img {
  border-radius: 20px;
  display: block;
}


.property-video-section {
  min-height: 700px;
  background: linear-gradient(135deg, #1a1a2e 0%, #16213e 50%, #0f3460 100%);
}

.letter-spacing-wide {
  letter-spacing: 2px;
  text-transform: uppercase;
}

.video-wrapper {
  box-shadow: 0 20px 60px rgba(0, 0, 0, 0.5);
}

.content-wrapper {
  position: relative;
  z-index: 1;
}

@media (max-width: 991px) {
  .property-video-section {
    min-height: auto;
  }

  .content-wrapper {
    padding: 3rem 2rem !important;
  }
}

/* Animações sutis */
.section-badge .badge {
  animation: pulse 2s ease-in-out infinite;
}

@keyframes pulse {

  0%,
  100% {
    transform: scale(1);
  }

  50% {
    transform: scale(1.05);
  }
}

.features-list i {
  transition: transform 0.3s ease;
}

.features-list>div:hover i {
  transform: scale(1.2) rotate(10deg);
}

.btn {
  transition: all 0.3s ease;
}

.btn-primary:hover {
  transform: translateY(-3px);
  box-shadow: 0 10px 30px rgba(var(--bs-primary-rgb), 0.4);
}

.btn-outline-light:hover {
  transform: translateY(-3px);
  background: rgba(255, 255, 255, 0.1);
}

.vinno-experience {
  height: 100vh;
  min-height: 700px;
  display: flex;
  align-items: center;
  position: relative;
  background: #000;
  margin-top: -6px;
}

/* VIDEO */
.vinno-experience .video-background {
  position: absolute;
  inset: 0;
  overflow: hidden;
}

.vinno-experience .video-background iframe {
  position: absolute;
  top: 50%;
  left: 50%;
  width: 120vw;
  height: 120vh;
  transform: translate(-50%, -50%);
  pointer-events: none;
  border: 0;
}

/* OVERLAY */
.vinno-experience .video-overlay {
  position: absolute;
  inset: 0;
  background: linear-gradient(180deg, rgba(0, 0, 0, 0.75) 0%, rgba(0, 0, 0, 0.45) 45%, rgba(0, 0, 0, 0.70) 100%);
  z-index: 1;
}

/* CONTENT */
.vinno-experience .container {
  position: relative;
  z-index: 2;
}

.vinno-subtitle {
  display: inline-block;
  margin-bottom: 20px;
  letter-spacing: 4px;
  text-transform: uppercase;
  font-size: 13px;
  color: #d6b36a;
  font-weight: 600;
}

.vinno-title {
  color: #fff;
  font-size: 56px;
  line-height: 1.05;
  font-weight: 700;
  margin-bottom: 30px;
}

.vinno-title span {
  color: #d6b36a;
}

.vinno-text {
  color: rgba(255, 255, 255, 0.85);
  font-size: 18px;
  line-height: 1.9;
  max-width: 760px;
  margin: 0 auto 40px;
}

.vinno-features {
  gap: 15px;
  margin-bottom: 40px;
}

.vinno-features span {
  border: 1px solid rgba(255, 255, 255, 0.2);
  padding: 10px 22px;
  border-radius: 100px;
  color: #fff;
  backdrop-filter: blur(5px);
  background: rgba(255, 255, 255, 0.06);
  font-size: 14px;
  letter-spacing: 1px;
}

.vinno-btn {
  padding: 15px 38px;
  border-radius: 100px;
  font-weight: 600;
  letter-spacing: 1px;
  transition: 0.3s ease;
}

.vinno-btn:hover {
  transform: translateY(-3px);
}

/* RESPONSIVO */
@media (max-width: 991px) {

  .vinno-experience {
    min-height: 800px;
    padding: 120px 0;
  }

  .vinno-title {
    font-size: 48px;
  }

  .vinno-text {
    font-size: 16px;
  }

  .vinno-experience .video-background iframe {
    width: 250vw;
    height: 120vh;
  }
}

@media (max-width: 576px) {

  .vinno-title {
    font-size: 38px;
  }

  .vinno-subtitle {
    letter-spacing: 2px;
  }

  .vinno-features {
    gap: 10px;
  }

  .vinno-features span {
    font-size: 12px;
    padding: 8px 16px;
  }
}

@media (max-width: 768px) {

  .vinno-experience {
    min-height: 100vh;
    padding: 0;
  }

  .vinno-experience .video-background iframe {
    position: absolute;
    top: 50%;
    left: 50%;

    width: 400vw;
    height: 130vh;

    transform: translate(-50%, -50%);
  }

  .vinno-title {
    font-size: 38px;
    line-height: 1.15;
  }

  .vinno-text {
    font-size: 15px;
    line-height: 1.8;
  }
}

.arquiteta-faixa {
  position: absolute;
  left: 0;
  bottom: 0;
  width: 100%;

  padding: 18px;

  background: linear-gradient(to top,
      rgba(0, 0, 0, 0.95),
      rgba(0, 0, 0, 0.55),
      transparent);

  color: #fff;
  font-size: 14px;
  font-weight: 500;
  letter-spacing: 2px;
  text-transform: uppercase;

  z-index: 3;
}

.parallax-nature {
  min-height: 600px;
  background-attachment: fixed;
  background-position: center;
  background-size: cover;
  display: flex;
  align-items: center;
  position: relative;
  padding: 120px 0;
}

.parallax-nature::before {
  content: "";
  position: absolute;
  inset: 0;
  background: linear-gradient(to right,
      rgba(0, 0, 0, 0.75),
      rgba(0, 0, 0, 0.4));
}

.parallax-nature .container {
  position: relative;
  z-index: 2;
}

.nature-badge {
  display: inline-block;
  padding: 8px 20px;
  background: rgba(184, 134, 11, 0.2);
  border: 1px solid rgba(184, 134, 11, 0.5);
  color: #d6b36a;
  font-size: 12px;
  letter-spacing: 3px;
  font-weight: 600;
  margin-bottom: 25px;
  backdrop-filter: blur(10px);
}

.nature-title {
  font-size: 48px;
  line-height: 1.2;
  color: #fff;
  font-weight: 700;
  margin-bottom: 30px;
}

.nature-title span {
  color: #d6b36a;
  display: block;
}

.nature-text {
  font-size: 18px;
  line-height: 1.8;
  color: rgba(255, 255, 255, 0.85);
  max-width: 700px;
  margin: 0 auto;
}

@media (max-width: 991px) {
  .parallax-nature {
    min-height: 500px;
    background-attachment: scroll;
  }

  .nature-title {
    font-size: 36px;
  }
}

/* ====================================
   INTRO - DECORAÇÃO BANANEIRA
   ==================================== */

.intro {
  position: relative;
  /* overflow: hidden; */
  padding-bottom: 100px;
  /* Espaço para a folha */
}

/* container das folhas */
.banana-leaf-decoration {
  position: absolute;

  left: 0;
  bottom: 0;

  width: 100%;
  height: 100%;

  overflow: hidden;
  pointer-events: none;
  z-index: 1;
}


/* folha base */
.banana-leaf {
  position: absolute;
  bottom: 0;
  width: auto;
  height: 280px;
  object-fit: contain;
  opacity: 0.85;
}


/* esquerda */
.banana-leaf-esquerda {
  left: 0;
  bottom: 0;

  transform: rotateY(180deg);
}


/* direita */
.banana-leaf-direita {
  right: 0;
  bottom: 0;
}

.banana-leaf-direita-meio {
  right: -50px;
  bottom: 200px;
  transform: rotateZ(320deg);
}


/* centro desativado mobile */
.banana-leaf-centro {
  display: none;
}

/* Animação sutil de balanço */
/* @keyframes leafSway {

  0%,
  100% {
    transform: translateX(-50%) rotate(-2deg);
  }

  50% {
    transform: translateX(-50%) rotate(2deg);
  }
} */

/* Garantir que o conteúdo fique acima */
.intro .container {
  position: relative;
  z-index: 2;
}


/* ───────────────────────────── */
/* TABLET */
/* ───────────────────────────── */
@media (max-width: 991px) {

  .intro {
    padding-bottom: 130px;
  }

  .banana-leaf-decoration {
    height: 260px;
  }

  .banana-leaf {
    height: 320px;
    bottom: 0;
    opacity: 0.6;
  }

  .banana-leaf-esquerda {
    left: 0 !important;
    bottom: 0 !important;

    transform: rotateY(180deg);
  }

  .banana-leaf-direita {
    right: 0 !important;
    left: auto !important;
    bottom: 0 !important;
  }
}


/* ───────────────────────────── */
/* MOBILE */
/* ───────────────────────────── */
@media (max-width: 576px) {

  .intro {
    padding-bottom: 130px;
  }

  .banana-leaf-decoration {
    height: 180px;
  }

  .banana-leaf {
    height: 150px;
    bottom: 0;
    opacity: 0.85;
  }

  /* esquerda */
  .banana-leaf-esquerda {
    left: 0 !important;
    bottom: 0 !important;

    transform: rotateY(180deg);
  }

  /* direita */
  .banana-leaf-direita {
    right: 0 !important;
    left: auto !important;
    bottom: 0 !important;
  }

  /* remove folha central no mobile */
  .banana-leaf-centro {
    display: none;
  }
}

.video-background {
  position: absolute;
  inset: 0;
  overflow: hidden;
  z-index: 1;
}

.video-background iframe {
  width: 100vw;
  height: 56.25vw;
  min-height: 100vh;
  min-width: 177.77vh;

  position: absolute;
  top: 50%;
  left: 50%;

  transform: translate(-50%, -50%);
  pointer-events: none;
}

.video-overlay {
  position: absolute;
  inset: 0;
  background: rgba(0, 0, 0, 0.45);
  z-index: 2;
}

a.wabutton {
  background-color: #45C553;
  border-radius: 50%;
  position: fixed;
  bottom: 20px;
  right: 20px;
  z-index: 50;
  width: 60px;
  height: 60px;
  display: flex;
  align-items: center;
  justify-content: center;
  color: #FFF !important;
  font-size: 32px;
  text-decoration: none;
}