/*!
Theme Name: vdtheme
Theme URI: http://underscores.me/
Author: Underscores.me
Author URI: http://underscores.me/
Description: Description
Version: 1.0.0
Tested up to: 5.4
Requires PHP: 5.6
License: GNU General Public License v2 or later
License URI: LICENSE
Text Domain: vdtheme
Tags: custom-background, custom-logo, custom-menu, featured-images, threaded-comments, translation-ready

This theme, like WordPress, is licensed under the GPL.
Use it to make something cool, have fun, and share what you've learned.

vdtheme is based on Underscores https://underscores.me/, (C) 2012-2020 Automattic, Inc.
Underscores is distributed under the terms of the GNU GPL v2 or later.

Normalizing styles have been helped along thanks to the fine work of
Nicolas Gallagher and Jonathan Neal https://necolas.github.io/normalize.css/
*/


/*===================== TABLE OF CONTENT =======================

1. Reset
2. Body Style
3. Placeholders & Highlights
4. Container & Grid
5. Headings
6. Buttons
7. Form
8. Paddings & Margins
9. Breadcrumbs
10. Custom Style
11. Cookies
12. Pagination
13. Slider
14. Header
15. Intro
16. Intro Info
17. Houses
18. About
19. Location
20. Activities
21. Footer
22. About Page
23. Houses Page
24. Reservation Page
25. Activities Page
26. Offer Page
27. Gallery Page
28. Blog Page
=============================================================*/
/* ================================================================================== 
1. Reset
===================================================================================== */
*, *::after, *::before { margin: 0; padding: 0; -webkit-box-sizing: inherit; box-sizing: inherit; } article, aside, details, figcaption, figure, footer, header, hgroup, menu, nav, section, summary { display: block; } audio, canvas, progress, video { display: inline-block; vertical-align: baseline; } audio:not([controls]) { display: none; height: 0; } [hidden], template { display: none; } a, a:active, a:hover, a:focus { outline: none; } abbr[title] { border-bottom: 1px dotted; } dfn { font-style: italic; } small { font-size: 80%; } sub, sup { font-size: 75%; line-height: 0; position: relative; vertical-align: baseline; } sup { top: -0.5em; } sub { bottom: -0.25em; } img { border: 0; max-width: 100%; } svg:not(:root) { overflow: hidden; } hr { -webkit-box-sizing: content-box; box-sizing: content-box; height: 0; margin-top: 30px; margin-bottom: 35px; border-width: 0; border-top: 1px solid #e1e1e1; } pre { overflow: auto; } code, kbd, pre, samp { font-family: monospace, monospace; font-size: 1em; } button, input, optgroup, select, textarea { color: inherit; font: inherit; margin: 0; } button { overflow: visible; } button, select { text-transform: none; } button, html input[type="button"], input[type="reset"], input[type="submit"] { -webkit-appearance: button; cursor: pointer; } input:focus, select:focus, textarea:focus, button:focus { outline: none; } button[disabled], html input[disabled] { cursor: default; } button::-moz-focus-inner, input::-moz-focus-inner { border: 0; padding: 0; } input { line-height: normal; } input[type="checkbox"], input[type="radio"] { -webkit-box-sizing: border-box; box-sizing: border-box; padding: 0; } input[type="number"]::-webkit-inner-spin-button, input[type="number"]::-webkit-outer-spin-button { height: auto; } input[type="search"] { -webkit-appearance: textfield; -webkit-box-sizing: content-box; box-sizing: content-box; } input[type="search"]::-webkit-search-cancel-button, input[type="search"]::-webkit-search-decoration { -webkit-appearance: none; } legend { border: 0; padding: 0; } textarea { overflow: auto; } optgroup { font-weight: bold; } table { border-collapse: collapse; border-spacing: 0; } td, th { padding: 0; } input, textarea, button, select, a { -webkit-tap-highlight-color: transparent; } a { color: inherit; text-decoration: none; -webkit-transition: all 0.6s ease; -o-transition: all 0.6s ease; transition: all 0.6s ease; } strong { font-weight: 700; }
.fancybox__button--zoo, .fancybox__button--slideshow, .fancybox__button--fullscreen, .fancybox__button--thumbs, .fancybox__button--zoom{
  display: none;
}
input[type="button"], input[type="submit"]{
  width: auto;
  transition: all .4s ease-in-out;
}
.none{
  display: none;
}
ul, ol { padding-left: 4rem; }

/* ================================================================================== 
2. Body Style
===================================================================================== */
html {
  -ms-text-size-adjust: 100%;
  -webkit-text-size-adjust: 100%;
  font-size: 56.25%;
  word-wrap: break-word;
}
@media only screen and (min-width: 80.0625em) {
  /*1281px*/
  html {
    font-size: 62.5%;
  }
}
body {
  font-family: "Outfit", sans-serif;
  font-weight: 300;
  line-height: 1.6;
  color:#fff;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  font-size: 1.8rem;
  background-color: #1c1c1a;
}
main{
  position: relative;
}
/* ================================================================================== 
3. Placeholders & Highlights
===================================================================================== */
::-webkit-input-placeholder { color: inherit; opacity: 1 !important; }
:-moz-placeholder { color: inherit; opacity: 1; }
::-moz-placeholder { color: inherit; opacity: 1; }
:-ms-input-placeholder { color: inherit; }
::-moz-selection { background-color: #8f835e;  color: #1c1c1a; }  
::selection { background-color: #8f835e; color: #1c1c1a }
/* ================================================================================== 
4. Container & Grid
===================================================================================== */
.container {
  position: relative;
  width: 100%;
  max-width: 132rem;
  margin: 0 auto;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  padding: 0 2rem;
}
.container-lg{
  max-width: 180rem;
}
.container-xl{
  max-width: 192rem;
  padding: 0;
}
.container-sm{
  max-width: 100rem;
}
/* ================================================================================== 
5. Headings
===================================================================================== */

h1, h2, h3, h4, h5, h6 { margin-bottom: 2rem; font-weight: 300;line-height:1.4; font-family: 'Oswald',sans-serif;}
.title h1, .title h2{ font-size: 3rem;letter-spacing: 7px;text-transform: uppercase; }
h3{
  font-size: 2.4rem;
}
p { margin-bottom: 2rem; }
.title{ margin-bottom:4rem; }
.title-center{text-align: center;}
 .intro .title h1{
    font-size: 4rem;
  }
  .title h3{
    text-transform: uppercase;
    letter-spacing: 3px;
    color: #8f835e;
    font-size: 2.4rem;
  }
@media only screen and (min-width: 48.0625em) {
  /*769px*/
  .title h1, .title h2{ font-size: 3.2rem; }
   .intro .title h1{
    font-size: 5rem;
  }
}
@media only screen and (min-width: 64.0625em) {
  /*1025px*/
  .title h1, .title h2{ font-size: 3.6rem; }
   .intro .title h1{
    font-size: 7rem;
  }
  .title h3{
    font-size: 2.6rem;
  }
  h3{
    font-size: 2.6rem;
  }
}
@media only screen and (min-width: 75.0625em) {
  /*1201px*/
  .title h1, .title h2{ font-size: 4rem; }
  .intro .title h1{
    font-size: 9.5rem;
  }
}


/* ================================================================================== 
6. Buttons
===================================================================================== */

.btn {
	display: inline-block;
	padding: 1rem 6rem;
	font-weight: 400;
  border-radius: 10rem;
}
.btn-primary{
  background-color: #8f835e;
  color: #1c1c1a;
}
.btn-secondary{
  background-color: #1c1c1a;
  color: #8f835e;
}
.btn-white{
  background-color: transparent;
  border:1px solid #fff;
  color: #fff;
}
.btn-primary:hover{
  background-color: #1c1c1a;
  color: #8f835e;
}
.btn-secondary:hover{
   background-color: #8f835e;
  color: #1c1c1a;
}
.btn-white:hover{
  color: #1c1c1a;
  background-color: #fff;
}
.btn-arrow{
  display: inline-block;
  text-transform: uppercase;
  padding-right: 7rem;
  background-image: url(images/arrow-right.svg);
  background-repeat: no-repeat;
  background-position: right  center;
  background-size: 3rem;
  letter-spacing: 3px;
  transition: all .4s ease-in-out;
}
.btn-arrow:hover{
  padding-right: 8rem;
}
/* ================================================================================== 
7. Form
===================================================================================== */
form p{
  margin-bottom: 0;
}
input, textarea, select {
	display: block;
	width: 100%;
	border: 1px solid rgba(255,255,255,.2);
	padding: 1.8rem 2.7rem;
	outline: none;
	background-color: rgba(255,255,255,.1);
	border-radius: 10rem;
}
textarea{
  resize: vertical;
  height: 19rem;
  border-radius: 2rem;
}
input:focus,
textarea:focus, select:focus {
  border-color: #8f835e;

}

input:focus::placeholder{
  opacity: 0;
}
.check-group label{
  font-weight: 400;
}
label {
  display: block;
  margin-bottom: 0.5rem;
  font-weight: 600;
}
button {
  transition: all 0.4s ease-in-out;
  border:0;
}
fieldset{
  border: 0;
  margin-bottom: 2rem;
}
label.check-wrapper {
  position: relative;
  padding-left: 3rem;
  margin-bottom: 1rem;
  cursor: pointer;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  text-transform: none;
}
.check-wrapper input {
  position: absolute;
  opacity: 0;
  cursor: pointer;
  height: 0;
  width: 0;
}
.checkmark {
  position: absolute;
  top: 3px;
  left: 0;
  height: 1.5rem;
  width: 1.5rem;
  border: 1px solid #43515a;
  -webkit-transition: all 0.4s ease-in-out;
  -o-transition: all 0.4s ease-in-out;
  transition: all 0.4s ease-in-out;
}

.checkmark:after {
  content: "";
  position: absolute;
  display: none;
}
.check-wrapper input:checked ~ .checkmark:after {
  display: block;
}
.check-wrapper .checkmark::after {
  left: 0.4rem;
  top: 0.2rem;
  width: 0.5rem;
  height: 1rem;
  border: solid #43515a;
  border-width: 0 3px 3px 0;
  -webkit-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  transform: rotate(45deg);
  -webkit-transition: all 0.4s ease-in-out;
  -o-transition: all 0.4s ease-in-out;
  transition: all 0.4s ease-in-out;
}
/*-----------*/
.wpcf7-list-item label{
  display: flex;
  align-items: center;
  gap:1rem;
}
.wpcf7-list-item label input{
  width: auto;
  margin: 0;
}
.wpcf7-list-item{
  margin-left: 0;
  display: block;
}
.wpcf7-not-valid-tip{
	position: relative;
	padding: .75rem 1.25rem;
	margin-top: 1rem;
	border: 1px solid #f5c6cb;
	border-radius: .25rem;
  font-size: 1.4rem;
  color: #721c24;
  background-color: #f8d7da;

}
.wpcf7 form .wpcf7-response-output {
	position: relative !important;
	padding: .75rem 1.25rem !important;
	margin-top: 1rem !important;
	border: 1px solid transparent !important;
	border-radius: .25rem !important;
  font-size: 1.4rem !important;
}
.wpcf7 form.invalid .wpcf7-response-output, .wpcf7 form.unaccepted .wpcf7-response-output, .wpcf7 form.payment-required .wpcf7-response-output {
  font-size: 1.4rem  !important;
  color: #721c24 !important;
  background-color: #f8d7da !important;
  border: 1px solid #f5c6cb !important;
}
.wpcf7 form.sent .wpcf7-response-output {
  font-size: 1.4rem  !important;
  color: #155724 !important;
  background-color: #c3e6cb !important;
  border: 1px solid #d4edda !important;

}
/*---------------*/
.select2-container .select2-selection--single {
	height: 4rem !important;
	display: flex !important;
	align-items: center;
}
.select2-container .select2-selection--single .select2-selection__rendered {
	padding-left: 1.5rem !important;

}
.select2-container{
  font-size: 1.6rem;
  color: #9c4126!important;
  font-weight: 400  !important;
}
.select2-container--default .select2-selection--single .select2-selection__arrow {
	transform: translateY(-50%)  !important;
  top: 50% !important;
}
.select2-container--default .select2-selection--single {
	background-color: #f2d8c3  !important;
	border: 1px solid #f2d8c3!important;
	color: #9c4126!important;
  font-weight: 400  !important;
}
.select2-dropdown {
	background-color: #f2d8c3 !important;
	border: 1px solid #f2d8c3 !important;

}
.select2-results__option{
  padding: 0.5rem  1.5rem !important;
  font-size: 1.6rem  !important;
  color: #000!important;
  font-weight: 400  !important;
}
.select2-container--default .select2-results__option--highlighted.select2-results__option--selectable,.select2-container--default .select2-results__option--selected {
 
	background-color: #9c4126 !important;
	color: #f2d8c3 !important;
}
/* ================================================================================== 
8. Paddings & Margins
===================================================================================== */
.space {
  padding: 5rem 0;
}
.mt-5{
  margin-top: 5rem;
}
.no-pt{
  padding-top: 0 !important;
}
.no-pb{
  padding-bottom: 0 !important;
}
@media only screen and (min-width: 64.0625em) {
  /*1025px*/
  .space {
    padding: 10rem 0;
  }
}
/* .menu-item-has-children za wp sub parent*/
/* .current_page_item za wp active link u navigaciji*/
/* ================================================================================== 
9. Breadcrumbs
===================================================================================== */
.breadcrumbs{
  font-size: 1.4rem;
}
.breadcrumbs ul{
  list-style: none;
  padding: 0;
  margin: 0;
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  justify-content: center;
}
.breadcrumbs ul li{
  display: inline-block;
  font-weight: 600;
  color: #8f835e;

}
.breadcrumbs ul li::after{
  content: '/';
  display: inline-block;
  margin: 0 1rem;
}
.breadcrumbs ul li a{
  display: inline-block;
  font-weight: 400;
  color: #fff;
}
.breadcrumbs ul li:last-child:after{
  content: none;
}
/* ================================================================================== 
10. Custom Style
===================================================================================== */
.list ul{
  list-style: none;
  padding: 0;
  margin: 0;
}
.list ul li{
  position: relative;
  padding-left: 3rem;
  margin-bottom: 3rem;
}
.list  ul li::before{
  content: '';
  position: absolute;
  left: 0;
  top: 3px;
  width: 2rem;
  height: 2rem;
  background-image: url(images/list.svg);
  background-repeat: no-repeat;
  background-size: 2rem;
}
/* ================================================================================== 
11. Cookies
===================================================================================== */
.cky-btn-accept {
	background: #8f835e !important;
	border: 2px solid #8f835e !important;
}
.cky-btn-reject,  .cky-btn-customize, .cky-btn-preferences {
	color: #8f835e !important;
	border: 2px solid #8f835e !important;
}
button.cky-show-desc-btn:not(:hover):not(:active){
  color: #8f835e !important;
  font-weight: 600;
}
.cky-btn-revisit-wrapper{
  background-color: #8f835e !important;
}
/* ================================================================================== 
12. Pagination
===================================================================================== */
.pagination{
  width: 100%;
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  gap:1rem
}
.page-numbers{
  display: flex;
  align-items: center;
  justify-content: center;
  width: 3rem;
  height: 3rem;
  border-radius: 5px;
  background-color: #050517;
  color: #ffff00;
  font-weight: 600;
  cursor: pointer;
}
.page-numbers.current, .page-numbers:hover{

  background-color: #ffff00;
  color: #050517;
}
.page-numbers.current{
  cursor:text;
}
.page-numbers.next, .page-numbers.prev{
  width: 10rem;
}
/* ================================================================================== 
13. Slider
===================================================================================== */
.custom-arrows{
  display: flex;
  align-items: center;
  gap:1rem
}
.custom-arrow{
  width: 6rem;
  height: 6rem;
  border-radius: 50%;
  border:1px solid #000;
  background-repeat: no-repeat;
  background-position: center;
  background-size: 0.9rem;
  cursor: pointer;
  background-color: #8f835e;
  z-index: 2;
}
.custom-arrow:hover{
  opacity: 0.6;
}
.custom-next{
  background-image: url(images/next.svg);
}
.custom-prev{
  background-image: url(images/prev.svg);

}
@media only screen and (min-width: 100.0625em) {
  /*1601px*/

  
}
/* ================================================================================== 
14. Header
===================================================================================== */
.social{
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  gap:1rem
}
.social a{
  display: block;
}
.social a img{
  display: block;
  width: 3.3rem;
  height: auto;
}
/*---------*/
.toggle {
	cursor: pointer;
	overflow: hidden;
	width: 36px;
	height: 30px;
	position: relative;
	display: flex;
	align-items: center;
	justify-content: center;
    z-index: 11;
    margin-left: 3rem;
    order: 3;
}


.line-toggle {
	position: absolute;
	display: block;
	width: 36px;
	height: 2px;
	background: #fff;
	border-radius: 20px;
	transition: all .6s;
	right: 0;
  z-index: 11;
}

.line-toggle:first-child {
transform: translateY(-10px) translateX(0);
transition-delay: 0s;
}

.toggle .line-toggle:nth-child(2) {
    transition-delay: .12s;
}

.line-toggle:last-child {
    transform: translateY(10px) translateX(0);
    transition-delay: 0s;
}
.toggle.activate .line-toggle:first-child {

	transform: translateY(0) translateX(0) rotate(45deg);
	width: 30px;
	height: 2px;
	transition-delay: .1s;
}

.toggle.activate .line-toggle:nth-child(2) {
    transform: translateX(110px);
    transition-delay: 0s;
}

.toggle.activate .line-toggle:last-child {

	transform: translateY(0) translateX(0) rotate(314deg);
	width: 30px;
	height: 2px;
	transition-delay: .1s;
}
/*-----------*/
header{
  position: fixed;
  left: 0;
  top: 0;
  width: 100%;
  background-color:transparent;
  z-index: 10;
  padding: 1.5rem 0;
}
header.scrolled{
  background-color: #1c1c1a;
}
header .container{
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  align-items: center;
}
header ul{
  list-style: none;
  padding: 0;
  margin: 0;
}
.header-logo{
  display: block;
}
.header-logo img{
  display: block;
  width: 12rem;
}
nav{
  position: fixed;
  right: 0;
  top: 0;
  width: 100%;
  height: 100%;
  min-height: 100vh;
  background-color: #1c1c1a;
  padding: 4rem;
  padding-top: 10rem;
  opacity: 0;
  visibility: hidden;
  transform: translateX(100%);
  transition: all .4s ease-in-out;
  z-index: 2;
  overflow-y: auto;
}
nav.open{
  opacity: 1;
  visibility: visible;
  transform: translateX(0);
}
nav li{
  display: block;
}
nav li a{
  display: block;
  padding: 1rem 0;

}

nav li a:hover, nav li.current_page_item a{
  color: #8f835e;
}



.mobile-info{
  margin-top: 3rem;
  padding-top: 3rem;
  border-top: 1px dashed #fff;
}
.mobile-info h3{
  font-size: 2rem;
}
.menu-item-has-children{
  position: relative;
}
.sub-menu{

  display: none;
  padding-left: 3rem;
}

.sub-menu li{
  display: block;
}
.sub-menu li a{
  display: block;
  padding: 1rem;
}
header .btn{
  padding: 0.7rem 2rem;
  margin-left: auto;
}
 header .btn span{
    display: none;
  }
@media only screen and (min-width: 30.0625em) {
  /*481px*/
  nav{
    width: 40rem;
  }
}

@media only screen and (min-width: 68.75em) {
  /*1100px*/
  .toggle{
    display: none;
  }
  header .btn{
    margin-left: 0;
    padding: 1rem 3.4rem;
  }
  header .btn span{
    display: inline;
  }
  nav{
    position: static;
    top: auto;
    right: auto;
    width: auto;
    height: auto;
    min-height: auto;
    overflow-y: visible;
    transform: none;
    transition: none;
    padding: 0;
    background-color: transparent;
    opacity: 1;
    visibility: visible;
    margin-left: auto;
    margin-right: 2rem;

  }
  nav li{
    display: inline-block;
  }
  nav li a{
    display: inline-block;
    padding: 2rem 1.3rem;
  }
  .mobile-info{display: none;}
  .sub-menu{
    position: absolute;
    left: 0;
    top: 6rem;
    width: 24rem;
    background-color: #1c1c1a;
    padding: 2rem;

    opacity: 0;
    visibility: hidden;
    display: block;
  }
  .menu-item-has-children:hover .sub-menu{
    opacity: 1;
    visibility: visible;
  }
}
@media only screen and (min-width: 75.0625em) {
  /*1201px*/
  nav li a{
    padding: 2rem 1.6rem;
  }
  nav{
    margin-right: 5rem;
  }
}
@media only screen and (min-width: 90em) {
  /*1440px*/
   nav li a{
    padding: 2rem;
  }
  .header-logo img{
    width: 16rem;
  }
}
/* ================================================================================== 
15. Intro
===================================================================================== */
.intro{
  overflow: hidden;
  position: relative;
}
.intro img{
  position: relative;
  width: 100%;
  height: 100vh;
  overflow: hidden;
  object-fit: cover;
}
.intro-overlay{
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(0,0,0,.2);
}
.intro-overlay2 {
	position: absolute;
	left: 0;
	bottom: 0;
	width: 100%;
	height: 30%;
	background: linear-gradient(to bottom, rgba(28,28,26,0) 0%,rgba(28,28,26,0.65) 50%,rgba(28,28,26,1) 100%);
}
.intro-text{
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
}
.intro-text .container{
  height: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
}
.intro-inner{
  max-width: 60rem;
  width: 100%;
  text-align: center;
}
@media only screen and (orientation: landscape) and (max-height: 500px) {
  /* Styles for mobile landscape */
  .intro img{
    height: 90rem;
  }
  
}
/* ================================================================================== 
16. Intro Info
===================================================================================== */
.intro-info{
  padding-bottom: 4rem;
}
.info-wrapper{
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  justify-content: space-between;
  max-width: 90rem;
  width: 100%;
  margin: 0 auto;
}
.info-box{
  display: block;
  width: 100%;
  display: flex;
  flex-direction: column;
  flex-wrap: wrap;
  justify-content:center;
  text-align: center;
  align-items: center;
  margin-bottom: 3rem;
}
.info-box:last-child{
  margin-bottom: 0;
}
.info-box img{
  display: block;
  width: 3.7rem;
  height: 3.2rem;
  object-fit: contain;
  margin-bottom: 2rem;
}
.info-box h4{
  font-weight: 600;
  color: #8f835e;
  margin-bottom: 0;
  font-family: 'Outfit', sans-serif;
  letter-spacing: 0;
}
.info-text{
  width: calc(100% - 6rem);
}
@media only screen and (min-width: 48.0625em) {
  /*769px*/
  .info-box{
    width: 33.33%;
    margin-bottom: 0;
    padding: 0  1rem;
    text-align: left;
    flex-direction: row;
    align-items: flex-start;
  }
  .info-box img{
    margin-bottom: 0;
  }
}
/* ================================================================================== 
17. Houses
===================================================================================== */
.houses{
  background-image: url(images/bg.png);
  background-repeat: repeat-y;
  background-position: left top;
  background-size: 100%;
}
.houses-top{
  margin-bottom: 5rem;
}


.houses-box{
  width: 100%;
  display: block;
  position: relative;
  overflow: hidden;
  padding-bottom: 8rem;
  margin-bottom: 5rem;
}
.houses-box h3{
  letter-spacing: 3px;
  color: #fff;
  text-transform: uppercase;
}
.houses-box img{
  display: block;
  width: 100%;
  height: auto;
  aspect-ratio: 16/14;
  object-fit: cover;
  transition: all .4s ease-in-out;
}
.houses-overlay{
  position: absolute;
	left: 0;
	bottom: 0;
	width: 100%;
	height: 100%;
	background: linear-gradient(to bottom, rgba(28,28,26,0) 0%,rgba(28,28,26,0.1) 50%,rgb(28, 28, 26) 100%)
}
.houses-text{
  position: absolute;
  left: 0;
  bottom: 0;
  width: 100%;
  padding: 3rem;

}
.houses-image{
  overflow: hidden;
  position: relative;
}
.houses-box .btn-arrow{
  margin-top: 1rem;
}
.houses-box:hover img{
  transform: scale(1.1);
}
@media only screen and (min-width: 48.0625em) {
  /*769px*/
  .houses-wrapper{
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    gap:3%
  }
  .houses-box{
    width: 48.5%;
  }
  .houses-box img{
    aspect-ratio: 16/10;
  }
}
@media only screen and (min-width: 56.3125em) {
  /*901px*/
  .houses-top{
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    justify-content: space-between;
  }
  .houses-top .title{
    margin-bottom: 0;
  }
  .houses-top-text{
    max-width: 50rem;
    width: 100%;
  }
} 
@media only screen and (min-width: 75.0625em) {
  /*1201px*/
  .houses-top-text{
    margin-right: 10rem;
  }
}
/* ================================================================================== 
18. About
===================================================================================== */
.about{
  background-repeat: no-repeat;
  background-size: cover;
  background-attachment: fixed;
  background-position: center;
  position: relative;
  overflow: hidden;

}
.about-overlay2 {
	position: absolute;
	left: 0;
	top: 0;
	width: 100%;
	height: 30%;
	background: linear-gradient(to top, rgba(28,28,26,0) 0%,rgba(28,28,26,0.2) 50%,rgb(28, 28, 26) 100%)
}
.about-overlay{
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(0,0,0,.2);
}
.about-inner{
  max-width: 80rem;
  width: 100%;
}
@media only screen and (min-width: 64.0625em) {
  /*1025px*/
  .about-inner{
    max-width: 50rem;
  }

}
/* ================================================================================== 
19. Location
===================================================================================== */
.location .container{
  display: flex;
  justify-content: flex-end;

}
.location-text{
  width: 100%;
  padding: 5rem 2rem;
  color: #1c1c1a;
  background-color: #8f835e;
}
.location-text h3{
  color: #1c1c1a;
}
.location-text .btn{
  margin-top: 3rem;
}
@media only screen and (min-width: 64.0625em) {
  /*1025px*/
  .location-text{
  max-width: 56rem;
  padding: 10rem 8rem;
  margin-top: -25rem;
}
}
/* ================================================================================== 
20. Activities
===================================================================================== */
.activities-top{
  margin-bottom: 5rem;

}
.activities-text {
	width: 100%;
	position: relative;
	z-index: 1;
  margin-bottom: 3rem;
}
.activities-slider{
  overflow: hidden;
}
.activities-box{
  position: relative;
}
.activities-box img{
  display: block;
  width: 75%;
  height: auto;
  aspect-ratio: 16/18;
  object-fit: cover;
}
.activities-box-text{
  position: absolute;
  right: 0;
  top: 50%;
  transform: translateY(-50%);
  max-width: 35rem;
  width: 100%;
}
.activities-overlay {
	position: absolute;
	left: 0;
	bottom: 0;
	width: 100%;
	height: 100%;
	background: linear-gradient(to right, rgba(28,28,26,0) 0%,rgba(28,28,26,0.3) 50%,rgba(28,28,26,1) 100%);
}
.activities-box-text h3{
  text-transform: uppercase;
  font-size: 2.4rem;
    letter-spacing: 3px;
}
.activities-box-text .btn{
  margin-top: 3rem;
}
@media only screen and (min-width: 30.0625em) {
  /*481px*/
  .activities-box img{
    aspect-ratio: 16/16;
  }
  .activities-box-text{
    right: 2rem;
  }
}
@media only screen and (min-width: 48.0625em) {
  /*769px*/
  .activities-top{
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    justify-content: space-between;
    align-items: flex-end;

  }
  .activities-box img{
    aspect-ratio: 16/13;
  }
  .activities-text {
	  max-width: 50rem;
    margin-bottom: 0;
  }
}
@media only screen and (min-width: 64.0625em) {
  /*1025px*/
  .activities-box-text h3{
    font-size: 2.6rem;
  }
  .activities-text {
	  margin-top: -25rem;
  }
}
/* ================================================================================== 
21. Footer
===================================================================================== */
footer{
  background-color: #262626;
  padding: 5rem 0;
}
footer ul{
  list-style: none;
  padding: 0;
  margin: 0;
}
.footer-wrapper{
  display: flex;
  flex-direction: column;
  flex-wrap: wrap;
  text-align: center;
}
.footer-box{
  width: 100%;
  margin-bottom: 3rem;
}
.footer-box:last-child{
  margin-bottom: 0;
}
.footer-logo img{
  display: block;
  width: 15rem;
  margin: 0 auto;
}
footer h3{
  text-transform: uppercase;
  font-size: 2rem;
  letter-spacing: 3px;
  color: #8f835e;
}
.copyright{
  padding: 2rem 0;
  font-size: 1.4rem;
}
.copyright .container{
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
  text-align: center;
}
footer .social{
  justify-content: center;
}
@media only screen and (min-width: 48.0625em) {
  /*769px*/
  .footer-wrapper{
    flex-direction: row;
    justify-content: space-between;
    text-align: left;
  }
  .footer-box{
    width: auto;
    margin-bottom: 0;
  }
  .footer-logo img{
    margin: 0;
  }
  footer .social{
    justify-content: flex-start;
  }
  .copyright .container{
    justify-content: space-between;
    flex-direction: row;
    text-align: left;
  }

}
@media only screen and (min-width: 64.0625em) {
  /*1025px*/
  footer h3{
    font-size: 2.6rem;
  }
  footer ul{
    column-count: 2;
    column-gap: 3rem;
  }
}
@media only screen and (min-width: 75.0625em) {
  /*1201px*/
  .footer-logo img{
    width: 23rem;
  }
}
/* ================================================================================== 
22. About Page
===================================================================================== */

.about-page-text{
  width: 100%;
  padding: 0 2rem;
}
.about-page-image{
  width: 100%;
  position: relative;
  margin-bottom: 5rem;
}
.about-page-image img{
  display: block;
  width: 100%;
  height: auto;
  object-fit: cover;
  aspect-ratio: 16/12;
}
.text-center{
  max-width: 90rem;
  width: 100%;
  margin: 0 auto;
  text-align: center;
}
.top-image img{
  height: 60rem;
}
.top-image .intro-inner{
  max-width: 110rem;
}
.overlay {
	position: absolute;
	left: 0;
	bottom: 0;
	width: 100%;
	height: 100%;
	background: linear-gradient(to left, rgba(28,28,26,0) 0%,rgba(28,28,26,0.65) 50%,rgba(28,28,26,1) 100%);
  display: none;
}
.gallery-wrapper{
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  gap:3%
}
.gallery-wrapper a{
  width: 48%;
  position: relative;
  overflow: hidden;
  display: block;
  margin-bottom: 1rem;
}
.gallery-wrapper a img{
  display: block;
  width: 100%;
  height: auto;
  object-fit: cover;
  aspect-ratio: 16/10;
  transition: all .4s ease-in-out;
}
.gallery-wrapper a:hover img{
  transform: scale(1.1);
}
@media only screen and (min-width: 30.0625em) {
  /*481px*/
  .gallery-wrapper a{
    margin-bottom: 2rem;
  }
}
@media only screen and (min-width: 48.0625em) {
  /*769px*/
  .gallery-wrapper a{
    width: 31.3%;
    margin-bottom: 4rem;
  }
}
@media only screen and (min-width: 68.75em) {
  /*1100px*/
  .about-page-wrapper{
    display: flex;
    flex-direction: row-reverse;
    flex-wrap: wrap;
    justify-content: space-between;
    align-items: center;
  }
  .about-page-text{
    width: 45%;
    padding: 0 5rem;
  }
  .about-page-image{
    width: 50%;
    margin-bottom: 0;
  }
}
@media only screen and (min-width: 90.0625em) {
  /*1441x*/
  .about-page-text{
    padding: 0 10rem;
  }
}
/* ================================================================================== 
23. Houses Page
===================================================================================== */
.houses-page .houses-wrapper{
  margin-top: 5rem;
}
.single-wrapper{
  background-color: #262626;
  margin-top: 5rem;
}
.single-text{
  width: 100%;
  padding: 5rem 2rem;

}
.single-text .btn{
  margin-top: 3rem;
}
.single-image{
  width: 100%;
}
.single-image img{
  display: block;
  width: 100%;
  height: auto;
  aspect-ratio: 16/16;
  object-fit: cover;
}
@media only screen and (min-width: 61.3125em) {
  /*981px*/
  .single-wrapper{
    display: flex;
    flex-direction: row-reverse;
    flex-wrap: wrap;
    align-items: center;
    margin-top: 8rem;
  }
  .single-image{
    width: 50%;
  }
  .single-text{
    width: 50%;
    padding: 5rem 5rem;
  }
}
@media only screen and (min-width: 75.0625em) {
  /*1201px*/
  .single-text{
    padding: 5rem 10rem;

  }

}
@media only screen and (min-width: 90.0625em) {
  /*1441x*/
  .single-image img{
    aspect-ratio: 16/12;
  }
}
/* ================================================================================== 
24. Reservation Page
===================================================================================== */
.reservation-form{
  padding: 5rem 2rem;
  background-color: #262626;
  max-width: 80rem;
  width: 100%;
  margin: 0 auto;
  margin-top: 5rem;
}
.reservation-form input[type="checkbox"]{
  width: auto;
}
.check-group label{
  display: flex;
  align-items: center;
  gap:1rem;
}
.reservation-form .btn{
  border: 0;
}
@media only screen and (min-width: 30.0625em) {
  /*481px*/
  .reservation-form{
    padding: 5rem;
  }
}
@media only screen and (min-width: 61.3125em) {
  /*981px*/
  .reservation-form{
    padding: 10rem;
  }
}
/* ================================================================================== 
25. Activities Page
===================================================================================== */
.activities-wrapper{
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  gap:3%;
  margin-top: 7rem;
}
.activities-wrapper .activities-box{
  width: 100%;
  margin-bottom: 3rem;
}
.activities-wrapper .activities-box-text{
  position: static;
  top: auto;
  left: auto;
  right: auto;
  bottom: auto;
  transform: none;
  margin-top: 2rem;
}
.activities-wrapper .activities-overlay{
  display: none;
}
.activities-wrapper img{
  width: 100%;
}
.activities-box-image{
  overflow: hidden;
  display: block;
}
.activities-box-image:hover img{
  transform: scale(1.1);
}
.activities-box-image img{
  transition: all .4s ease-in-out;
}
@media only screen and (min-width: 42.5625em) {
  /*681px*/
.activities-wrapper .activities-box{
  width: 48.5%;

}

}
/* ================================================================================== 
26. Offer Page
===================================================================================== */
.offer-row{
  margin-bottom: 5rem;
}

.offer-text{
  width: 100%;
  margin-bottom: 5rem;
}
.offer-image{
  width: 100%;
}
.offer-image img{
  display: block;
  width: 100%;
  height: auto;
}
@media only screen and (min-width: 56.3125em) {
  /*901px*/
  .offer-row{
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    align-items: center;
    flex-wrap: wrap;
  }
  .offer-row:nth-child(2n+2){
    flex-direction: row-reverse;
  }
  .offer-text{
    width: 48%;
    margin-bottom: 0;
  }
  .offer-image{
    width: 48%;
  }

} 
@media only screen and (min-width: 64.0625em) {
  /*1025px*/
  .offer-row{
    margin-bottom: 10rem;
  }
}
/* ================================================================================== 
27. Gallery Page
===================================================================================== */
.gallery-wrapper-page{
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  gap: 3%;
}
.gallery-wrapper-page a{
  display: block;
  width: 48.5%;
}
.gallery-wrapper-page a img{
  display: block;
  width: 100%;
  height: auto;
  aspect-ratio: 16/10;
  object-fit: cover;
  transition: all .4s ease-in-out;
}
.gallery-wrapper-page  h3{
  text-transform: uppercase;
  initial-letter: 2px;
  text-align: center;
  margin-top: 2rem;
}
.gallery-wrapper-page a:hover img{
  opacity: 0.6;
}
 /* ================================================================================== 
28. Blog Page
===================================================================================== */
.blog-wrapper{
  margin-top: 5rem;
}
.blog-box{
  width: 100%;
  margin-bottom: 4rem;
  display: flex;
  flex-direction: column;

}
.blog-box:last-child{
  margin-bottom: 0;
}

.blog-image{
  display: block;
  width: 100%;
  margin-bottom: 3rem;
  overflow: hidden;
}
.blog-image img{
  display: block;
  width: 100%;
  height: auto;
  object-fit: cover;
  aspect-ratio: 16/18;
  transition: all .4s ease-in-out;
}
.blog-image:hover img{
  transform: scale(1.1);
}
.blog-date{
  font-size: 1.4rem;
  margin-bottom: 2rem;
}
.blog-box .btn-arrow{
  margin-top: auto;
  align-self: flex-start;
} 
@media only screen and (min-width: 37.5625em) {
  /*601px*/
  .blog-wrapper{
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    gap:3%;
  }
  .blog-box{
    width: 48.5%;
    margin-bottom: 4rem;
 
  
  }
  .blog-box:last-child{
    margin-bottom:4rem;
  }
}
@media only screen and (min-width: 56.3125em) {
  /*901px*/
  .blog-box{
    width: 31.3%;
  }
}  


@media only screen and (min-width: 64.0625em) {
  /*1025px*/g
  .blog-wrapper{
    margin-top: 7rem;
  }
}
/*---------*/
.article-image{
  margin: 5rem 0;
}
.article-image img{
  display: block;
  width: 100%;
  height: auto;
}
.article-text img{
  display: block;
  width: 100%;
  height: auto;
  margin: 5rem 0;
}
/* ================================================================================== 
29. Contact Page
===================================================================================== */
.contact-form{
  max-width: 80rem;
  width: 100%;
  margin: 0 auto;
  margin-top: 5rem;
}

.map iframe{
  width: 100%;
  height: 40rem;
  display: block;
}
.contact-form .wpcf7-list-item{
  display: block;
}
@media only screen and (min-width: 42.5625em) {
  /*681px*/



  .contact-form form{
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    justify-content: space-between;
  }
  .contact-form fieldset{
    width: 48%;
  }
  .contact-form fieldset.w-100{
    width: 100%;
  }
 
}
@media only screen and (min-width: 64.0625em) {
  /*1025px*/
  
}