@font-face {
    font-family: 'futura-pt';
    font-style: normal;
    font-weight: normal;
    src: local('☺'), url('../fonts/FuturaCyrillicLight.woff') format('woff'), url('../fonts/FuturaCyrillicLight.ttf') format('truetype');
    }

body{
  background: #1a1a1a;
}

body, h1, h2, h3, h4, h5, h6, p {
    font-family: 'futura-pt', Helvetica, Arial, sans-serif;
    color: #fff;
}

/*
Max content widths
*/
.size-auto, 
.size-full,
.size-large,
.size-medium,
.size-thumbnail {
	max-width: 100%;
	height: auto
}

a.navbar-brand img{
  width: 160px;
}

/*
Main content
*/
.top_header {
    height: 30px;
    background: #a08264;
}
.top_header a {
  color: #fff;
  text-decoration: none;
  font-size: 18px;
  font-weight: bold;
}
.top_header .container {
    text-align: right;
}
.header {
    position: fixed;
    width: 100%;
    margin-top: 0px;
    margin-bottom: 0px;
    top: 0px;
    background: #1a1a1a;
    left: 0px;
    z-index: 10;
    padding: 0px;
}
#navbarSupportedContent a {
    font-family: "futura-pt", Sans-serif;
    font-size: 1rem;
    font-weight: bold;
    text-transform: uppercase;
    letter-spacing: 0.5px;
    color: #fff;
    margin-right: 15px;
}
#navbarSupportedContent li:last-child a {
    margin-right: 0px;
}
.current-menu-item a{
  color: #a08264 !important;
}
.navbar-header {
    width: 100%;
    display: flex;
    justify-content: space-between;
}
#content article {
  margin-bottom: 40px
}
#content header {
  margin: 20px 0
}
#content section {
  margin-bottom: 20px
}
#content footer {
  padding-bottom: 20px
}

ul.dropdown-menu {
  background: #1a1a1a;
  top: 54px;
}
ul.dropdown-menu a:hover{
  background: none;
}



/*
Hide form placeholders on focus
*/

input:focus::-webkit-input-placeholder { color: transparent; }
input:focus:-moz-placeholder { color: transparent; } /* FF 4-18 */
input:focus::-moz-placeholder { color: transparent; } /* FF 19+ */
textarea:focus::-webkit-input-placeholder { color: transparent; }
textarea:focus:-moz-placeholder { color: transparent; } /* FF 4-18 */
textarea:focus::-moz-placeholder { color: transparent; } /* FF 19+ */ 

.hero {
    overflow-x: hidden;
    padding: 0;
   
}
.hero .carousel {
    width: 100%;
    min-height: 400px;
    padding: 80px 0;
    margin-top: 70px;
    position: relative;
}
.hero .info {
    position: absolute;
    inset: 0;
    z-index: 2;
}
.hero .carousel-item {
    position: absolute;
    inset: 0;
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    overflow: hidden;
    z-index: 1;
    transition-duration: 0.4s;
}
.hero .carousel-item::before {
    content: "";
    background-color: rgba(0, 0, 0, 0.7);
    position: absolute;
    inset: 0;
}
.hero .carousel-control-prev, .hero .carousel-control-next {
    z-index: 3;
    transition: 0.3s;
}
#hero h2 {
    font-size: 65px;
    font-weight: 300;
    text-transform: uppercase;
}
#hero p {
    font-size: 21px;
    font-weight: 300;
    margin-bottom: 30px;
}    
.slider-content{
  padding-left: 25px;
}
.btn-get-started {
  border: 2px solid #fff;
  color: #fff;
  background: transparent;
  display: inline-block;
  font-size: 16px;
  padding: 10px 35px;
  text-transform: uppercase;
  text-decoration: none;
}
.btn-get-started:hover{
  color: #fff;
}
.img-wrapper {
    position: relative;
}
.img-wrapper img {
    height: auto;
    max-width: 100%;
}
.img-wrapper .tags {
    position: absolute;
    top: 5px;
    left: 5px;
    display: flex;
    flex-direction: column;
    align-items: flex-start;
}
.img-wrapper .tags span{
  color: rgb(255, 255, 255);
    background-color: rgb(189, 177, 135);
    line-height: 17px;
    letter-spacing: 1px;
    text-transform: uppercase;
    font-family: futura-pt, sans-serif;
    font-size: 18px !important;
    font-weight: 600;
    padding: 5px 10px !important;
}
.img-wrapper h2 {
    width: 100%;
    font-family: futura-pt, sans-serif;
    font-size: 16px;
    line-height: 21px;
    font-weight: 400;
    background-color: rgba(26, 26, 26, 0.75);
    color: rgb(255, 255, 255);
    position: absolute;
    bottom: 0px;
    left: 0px;
    margin-bottom: 0px;
    padding: 3px 5px;
}
a.home_link {
    text-decoration: none;
}
.home_link figcaption {
    color: rgb(255, 255, 255);
    font-size: 13px;
    line-height: 17px;
    letter-spacing: 1px;
    text-transform: uppercase;
    margin-top: 5px;
}
.home_link figcaption span {
    margin-right: 5px;
}
.home_link figcaption span.area {
    color: rgb(189, 177, 135);
}
.booking {
    position: relative;
    background-position: top center;
    background-repeat: no-repeat;
    background-size: cover;
    transition: background 0.3s, border 0.3s, border-radius 0.3s, box-shadow 0.3s;
    padding: 40px 0px 40px 0px;
    background-attachment: fixed;
} 
.background-overlay {
    background-color: #000000;
    opacity: 0.66;
    transition: background 0.3s, border-radius 0.3s, opacity 0.3s;
    filter: brightness(100%) contrast(100%) saturate(100%) blur(0px) hue-rotate(0deg);
    height: 100%;
    width: 100%;
    top: 0;
    left: 0;
    position: absolute;
}
.background-overlay2 {
    background-color: #001216;
    opacity: 0.31;
    transition: background 0.3s, border-radius 0.3s, opacity 0.3s;
    filter: brightness(100%) contrast(100%) saturate(100%) blur(0px) hue-rotate(0deg);
    height: 100%;
    width: 100%;
    top: 0;
    left: 0;
    position: absolute;
}
.background-overlay3 {
    background-color: #1a1a1a;
    opacity: 0.98;
    transition: background 0.3s, border-radius 0.3s, opacity 0.3s;
    filter: brightness(100%) contrast(100%) saturate(100%) blur(0px) hue-rotate(0deg);
    height: 100%;
    width: 100%;
    top: 0;
    left: 0;
    position: absolute;
}
.book_photo img {
    height: auto;
    max-width: 100%;
    border: none;
    border-radius: 0;
    box-shadow: none;
}
.book_photo, .book_title {
    position: relative;
}
.booking {
align-items: center;
}
h1.heading-title {
    color: #ffffff;
    font-size: 5em;
    text-transform: uppercase;
    letter-spacing: 10px;
    line-height: 1;
}
h4.heading-title {
    color: #ffffff;
    font-size: 1.1em;
    font-weight: 400;
    text-transform: uppercase;
    letter-spacing: 3px;
    position: relative;
    padding-left: 52%;
}
h4.heading-title:before{
  content: '';
  position: absolute;
  top:8px;
  left: 0px;
  border: solid 1px #fff;
  width: 50%;
}
.booking .btn-get-started:hover{
  color: #000;
  background-color: #ffffff;
  border-color: #ffffff;
}
.house_title {
  background-color: #1a1a1a;
  margin-top: 87px;
}
.house_title .row {
  align-items: center;
}
.house_title h4 {
  color: #ffffff;
  font-size: 1.1em;
  font-weight: bold;
  text-transform: uppercase;
  letter-spacing: 3px;
}
.house_title h1 {
  color: #ffffff;
  font-size: 3em;
  text-transform: uppercase;
  letter-spacing: 5px;
}
.house_info {
  background-color: #1a1a1a;
  background-position: top center;
  background-repeat: no-repeat;
  background-size: cover;
  background-attachment: fixed;
  transition: background 0.3s, border 0.3s, border-radius 0.3s, box-shadow 0.3s;
}
.house_info .preview {
  min-height: 60vh;
  align-items: flex-end;
  display: flex;
}
.house_info .preview .container {
  background: url(../img/bg.png);
  position: relative;
  width: 100%;
  flex-wrap: wrap;
  padding: 10px;
  display: flex;
  margin-bottom: 10px;
}
.house_info .preview p {
  color: #f2efe7;
  font-size: 1.1em;
  text-transform: uppercase;
  line-height: 1em;
  letter-spacing: 3px;
  margin-bottom: 8px;
}
.house_info .preview p.param {
  color: #fff;
  font-size: 1em;
  line-height: 1.5em;
  text-transform: uppercase;
  margin-bottom: 8px;
  letter-spacing: 0;
}
.house_info .preview p.status {
    background-color: #BDB187;
    color: #000 !important;
    padding: 5px;
    font-weight: bold;
    letter-spacing: 0;
}
.house_content {
  background-color: #1a1a1a;
  opacity: 0.98;
  transition: background 0.3s, border-radius 0.3s, opacity 0.3s;
}
.house_content h2.heading-title {
  color: #ffffff;
  font-size: 2.2em;
  text-transform: uppercase;
  letter-spacing: 5px;
}
.house_content i {
    color: #bdb187;
    transition: color 0.3s;
    width: 1.25em;
    font-size: 10px;
    margin-right: 15px;
}
.house_content ul.icon-list-items {
    list-style-type: none;
    padding-left: 0px;
}
.house_content li.icon-list-item {
    display: flex;
    align-items: center;
    margin-bottom: 20px;
}
.plan img {
  width: 100%;
}
.house_info .carousel .carousel-item,  .house_info .carousel-control-next, .house_info .carousel-control-prev{
  min-height: 650px;
} 
.house_info .carousel .carousel-item {
  background-position: center;
}
.gallery_section {
  position: relative;
  min-height: 700px;
}
.gallery_section h2, .video_section h2 {
    color: #BDB187;
}
.page_banner {
  position: relative;
  min-height: 45vh;
  margin-top: 70px;
  display: flex;
  align-items: center;
  background-color: #1a1a1a;
  background-position: center center;
  background-repeat: no-repeat;
  background-size: cover;
  background-attachment: fixed;
  transition: background 0.3s, border 0.3s, border-radius 0.3s, box-shadow 0.3s;
}
.page_content {
  position: relative;
  background-color: #1a1a1a;
  background-position: center center;
  background-repeat: no-repeat;
  background-size: cover;
  background-attachment: fixed;
  transition: background 0.3s, border 0.3s, border-radius 0.3s, box-shadow 0.3s;
}
.page_banner h1, .page_content .container {
  position: relative;
}
.wpcf7 input, .wpcf7 textarea{
  width: 100%;
  padding: 0px 10px;
} 
.wpcf7 label {
  font-weight: bold;
}
.wpcf7-form-control.wpcf7-submit.has-spinner {
    background-color: #bdb187 !important;
    color: #ffffff !important;
    padding: 5px 30px 5px 30px;
    margin-top: 20px;
    width: 200px;
    border-radius: 5px;
    border: none;
}
.wpcf7-form-control.wpcf7-submit.has-spinner:hover {
    background-color: #a08264 !important;
}
.post_thumbnail img {
    width: 100%;
    height: auto;
}
.post_text {
  padding: 0 30px;
}
.post_text h3{
  color: #0c1a36;
  font-size: 21px;
  text-transform: uppercase;
  padding-top: 25px;
  min-height: 100px;
}
.post_text a {
  text-decoration: none;
}
.post_excerpt p {
  color: #777;
  font-size: 15px;
  margin-bottom: 0px;
  font-family: Arial, sans-serif;
}
.post_card {
    overflow: hidden;
    position: relative;
    background-color: #fff;
    width: 100%;
    min-height: 100%;
    border-radius: 3px;
    border: 0 solid #69727d;
    transition: all .25s;
    box-shadow: 0 0 10px 0 rgba(0, 0, 0, .15);
}
.post_excerpt a {
  color: #bdb187;
  font-size: 14px;
}
.post_excerpt {
    margin-bottom: 10px;
}
.post_meta {
  padding: 15px 30px;
  margin-bottom: 0;
  border-top: 1px solid #eaeaea;
}
.post_meta {
  color: #adadad;
  font-size: 12px;
  font-weight: bold;
}
.single_content p, .single_content h2, .single_content h3, .single_content h4, .single_content h5, .single_content h6, .single_content li, .single_content ol {
  color: #484848;
}
.single_content p{
  font-size: 16px;
  font-family: Arial, sans-serif;
}
.page_banner time {
  color: #fff;
  font-size: 16px;
  text-transform: uppercase;
  position: relative;
}
.top_menu ul {
  list-style-type: none;
  padding-left: 0px;
  display: flex;
  justify-content: space-between;
}
.top_menu a {
  font-size: 24px;
  font-weight: 300;
  text-transform: uppercase;
  text-decoration: none;
  color: #fff;
  position: relative;
  width: 100%;
}
.top_menu a:after{
  content: '';
  height: 3px;
  width: 100%;
  left: 0;
  bottom: -5px;
  display: block;
  position: absolute;
}
.top_menu a:hover:after{
  transition: .3s;
  transition-timing-function: cubic-bezier(.58,.3,.005,1);
  background: #BDB187;
}
.presale p{
  font-size: 21px;
  line-height: 1.6em;
}
.presale h2.heading-title {
    font-size: 2em;
    font-weight: 400;
    text-transform: uppercase;
    letter-spacing: 3px;
    position: relative;
    padding-left: 10%;
    color: #BDB187;
}
.presale h2.heading-title:before{
  content: '';
  position: absolute;
  top: 18px;
  left: -26%;
  border: solid 1px #fff;
  width: 33%;
}
.heading-title2 {
  color: #ffffff;
  font-size: 3em;
  font-weight: 300;
  text-transform: uppercase;
  letter-spacing: 5px;
}
.heading-title3 {
  color: #fff;
  font-size: 1.1em;
  text-transform: uppercase;
  letter-spacing: 2px;
}
.cart_box .icon img {
  width: 100px;
  height: auto;
}
.cart_box .icon {
    text-align: center;
}
.carts {
    display: flex;
 }   
 .cart_box {
    width: 20%;
    text-align: center;
    padding: 0 15px;
}
.cart_box h4 {
  font-size: 1.5rem;
  color: #BDB187;
}
.cart_box p {
  font-size: 21px;
  font-weight: 300;
  line-height: 1.6em;
}
.step img {
  width: 50px;
}
.step {
  padding-right: 8px;
}
.step_name h3 {
  color: #BDB187;
}
.process {
  display: flex;
  flex-direction: column;
}
.process_item {
  display: flex;
}
.swiper-pagination.swiper-pagination-clickable.swiper-pagination-bullets {
    bottom: 5px;
}
.swiper-pagination-bullet-active {
  background: #BDB187;
}
.swiper-pagination-bullet {
  opacity: 0.5;
}
#process .row {
  align-items: center;
}
.text-wrapper {
  background: #fff;
  margin-bottom: 20px;
}
.text-wrapper h3{
  font-size: 21px;
  color: #0c1a36;
  text-align: center;
  padding: 15px 0;
}
.text-wrapper a{
   text-decoration: none;
}
#contact {
  position: relative;
    background-color: #1a1a1a;
    background-position: center center;
    background-repeat: no-repeat;
    background-size: cover;
    background-attachment: fixed;
    transition: background 0.3s, border 0.3s, border-radius 0.3s, box-shadow 0.3s;
}
.testimonial-slider img {
  width: 200px;
  border-radius: 50%;
}
.testimonial-slider .event-item {
  justify-content: center;
}
.testimonial p {
  padding: 0 10%;
  font-style: italic;
}
#contact .row {
  align-items: center;
}



/*
Site footer
*/

.site-footer {
  padding-top: 25px;
  background-color: #1A1A1A;
}
.site-footer h4 {
  color: #BDB187;
  font-size: 15px;
  text-transform: uppercase;
  letter-spacing: 1.2px;
}
.site-footer ul,
.site-footer ol {
  list-style-type: none;
  padding: 0
}
.site-footer li {
  margin: 10px 0
}
.site-footer li a {
  color: #F2EFE7;
  padding: 13px 0px;
  text-decoration: none;
}
.site-sub-footer p {
  text-align: center
}
.site-sub-footer a {
  color: #fff;
  text-decoration: none;
}

.site-footer p {
  text-align: center;
  margin-bottom: 0px;
  padding: 5px 0;
}
.copyright{
  background: #171717;
}
.social a {
  background-color: rgba(0, 0, 0, 0);
  border-style: solid;
  border-width: 2px 2px 2px 2px;
  border-color: #ffffff;
  border-radius: 50%;
  display: block;
  padding: 10px !important;
  text-decoration: none;
  width: 44px;
  height: auto;
}
.social i {
  position: relative;
  display: block;
  color: #ffffff;
  margin-left: 1px;
}
i.fab.fa-facebook-f{
  margin-left: 3px;
}
i.fab.fa-youtube {
  margin-left: -1px;
}
.social i:before{
  font-size: 20px;
}
.social ul {
  display: flex;
}
.social .textwidget.custom-html-widget{
  display: flex;
  justify-content: center;
}
.social li{
  margin: 10px;
}
.row.social {
    justify-content: center;
}



@media (max-width: 1024px) {
  .carts {
    flex-direction: column;
}
.cart_box {
    width: 100%;
}
.top_menu ul {
    flex-wrap: wrap;
    justify-content: space-evenly;
}
.house_info {
  background-size: contain;
  background-attachment: initial;
}

}
@media (max-width: 767px) {
.custom_nav-container {
  padding: 0;
}
.top_header .container {
    text-align: center;
}
#navbarSupportedContent {
    padding-top: 10px;
}
.custom_nav-container .navbar-nav {
  margin-left: auto;
}

.custom_nav-container .navbar-nav .nav-item .nav-link {
  padding: 5px 10px;
  color: #333;
  font-weight: 700;
  text-align: left;
  text-transform: uppercase;
  border-radius: 5px;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
  font-size: 14px;
}
.navbar-nav{
  align-items: left;
} 
.custom_nav-container .nav_search-btn {
  width: 35px;
  height: 35px;
  padding: 0;
  border: none;
  color: #ffffff;
}
a.nav-link.active {
    color: #fff !important;
    background: #a08264;
}
.custom_nav-container .nav_search-btn:hover {
  color: #62d2a2;
}

.custom_nav-container .navbar-toggler {
  outline: none;
}

.custom_nav-container .navbar-toggler {
  padding: 0;
  width: 37px;
  height: 42px;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}

.custom_nav-container .navbar-toggler span {
  display: block;
  width: 35px;
  height: 4px;
  background-color: #fff;
  margin: 7px 0;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
  position: relative;
  border-radius: 5px;
  transition: all 0.3s;
}
.custom_nav-container .navbar-toggler span::before, .custom_nav-container .navbar-toggler span::after {
  content: "";
  position: absolute;
  left: 0;
  height: 100%;
  width: 100%;
  background-color: #fff;
  top: -10px;
  border-radius: 5px;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}

.custom_nav-container .navbar-toggler span::after {
  top: 10px;
}

.custom_nav-container .navbar-toggler[aria-expanded="true"] {
  -webkit-transform: rotate(360deg);
          transform: rotate(360deg);
}

.custom_nav-container .navbar-toggler[aria-expanded="true"] span {
  -webkit-transform: rotate(45deg);
          transform: rotate(45deg);
}

.custom_nav-container .navbar-toggler[aria-expanded="true"] span::before, .custom_nav-container .navbar-toggler[aria-expanded="true"] span::after {
  -webkit-transform: rotate(90deg);
          transform: rotate(90deg);
  top: 0;
}
.navbar-header {
    flex-direction: column;
}
button.navbar-toggler {
    position: absolute;
    right: 0px;
    top: -52px;
}
#hero h2 {
    font-size: 38px;
}
#hero p {
    font-size: 18px;
}
h1.heading-title {
    font-size: 36px;
}      
.book_photo {
    margin-top: 35px;
}
h4.heading-title {
  padding-left: 42%;
}
h4.heading-title:before {
  width: 38%;
}
.video_section iframe {
    height: 350px;
}
.house_info .carousel .carousel-item,  .house_info .carousel-control-next, .house_info .carousel-control-prev{
  min-height: 250px;
}
.gallery_section {
  min-height: 270px;
}
.top_menu a {
    font-size: 18px;
}
.presale h2.heading-title {
    font-size: 24px;
}
.heading-title2 {
   margin-top: 20px;
    font-size: 2em;
}   
.house_info .preview .container{
  flex-direction: column;
  margin-top: 67%;
}         

}