@import url('fonts/fonts.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. Header
11. Main Slider
12. About
13. Experiences
14. Events
15. Footer
16. Animation
17. Page Contact
18. Page Gallery
19. Page Events
20. Page Our Story
21. Page Experiences
22. Page Special Offer
23. Page Rooms
24. Page Blog
25. Page Photos
26. Cookies
27. Welcome Section
28. Image Slider Section
29. Rooms & Suites Section
=============================================================*/
/* ================================================================================== 
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;
}
.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;
  padding: 0 !important;
  margin: 0 !important;
}
@media only screen and (min-width: 80.0625em) {
  /*1281px*/
  html {
    font-size: 62.5%;
  }
}
body {
 font-family: "Cormorant Garamond", serif;
  font-weight: 300;
  line-height: 1.5;
  color:#000;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  font-size: 2.3rem;
  background-color: #FFF7E9;
}
.contact-page-font{
    font-size: 2.3rem !important;
  }
@media only screen and (min-width: 80.0625em) {
  /*1281px*/
  body {

    font-size: 2.8rem;
  }
  .contact-page-font{
    font-size: 2.8rem !important;
  }
   
}
main{
  position: relative;
  background-color: #FFF7E9;
}
/* ================================================================================== 
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: #d48b38;  color: #fff; }  
::selection { background-color: #d48b38; color: #fff }
/* ================================================================================== 
4. Container & Grid
===================================================================================== */
.container {
  position: relative;
  width: 100%;
  max-width: 135rem;
  margin: 0 auto;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  padding: 0 2rem;
}
.container-lg{
    max-width:160rem;
}
.container-sm{
  max-width: 120rem;
}
.container-xl{
    max-width:192rem;
    padding:0;
}
/* ================================================================================== 
5. Headings
===================================================================================== */
h1, h2, h3, h4, h5, h6 { margin-bottom: 2rem; font-weight: 300;line-height:1.3;color:#000; }
h2{
    font-size:4rem;
}
h3, h4{
    font-size:3rem;
}
h1 a, h2 a, h3 a, h4 a{
  color: inherit;
}
h1{ font-size: 4rem; }
.title h1, .title h2{ font-size: 4rem; }
p { margin-bottom: 2rem; }
.title{ margin-bottom:4rem; }
.title-center{text-align: center;display:flex;flex-direction:column;align-items:center;}
.title p{
    max-width:80rem;
    width:100%;
    margin:0 auto;
}
.title-icon{
    display:inline-block;
}
.title-icon{
    display:flex;
    flex-direction:row;
    align-items:center;
    margin-bottom:2rem;
}
.title-icon span{
    background-color:#d48b38;
    display:inline-block;
    width:2.3rem;
    height:1px;
}
.title-icon img{
    display:inline-block;
    width: 1.8rem;
    height:auto;
    margin:0 1rem;
}
.title-center .title-icon{
    margin-left:auto;
    margin-right:auto;
}
@media only screen and (min-width: 56.3125em) {
  /*901px*/
  h1{ font-size: 5rem; }
  .title h1, .title h2{ font-size: 5.2rem; }
  h3, h4{
    font-size:4rem;
}

}
/* ================================================================================== 
6. Buttons
===================================================================================== */
.btn, input.btn {
	display: inline-block;
	padding: 0.8rem 3rem;
	font-weight: 300;
	border:1px solid transparent;
}
.btn-primary, input.btn, .btn-secondary {
  background-color: #d48b38;
  color: #fff;
  border:1px solid #d48b38;
  border-radius: 10rem;
  font-size: 2.4rem;
}
.btn-send-wrap input{
  width: auto;
}

.btn-send-wrap {
  display: flex;
  justify-content: flex-start;
}
.wpcf7-submit {
  width: auto;
  display: inline-block !important;
padding: 0.8rem 3rem !important;
	font-weight: 300 !important;
	text-transform:none !important;
  background-color: #d48b38 !important;
  color: #fff !important;
  border:1px solid #d48b38 !important;
  transition: all 0.4s ease-in-out;
  line-height: 3rem;
    font-size: 2.4rem;
    margin-top: 3rem;
  border-radius: 10rem;
}
.wpcf7-submit:hover{
  background-color: transparent !important;
  border-color: #d48b38 !important;
  color: #d48b38 !important;
}

.btn-primary:hover,  .btn-secondary:hover, input.btn:hover{
  background-color: transparent;
  border-color: #d48b38;
  color: #d48b38;
}
.btn-tertiary{
    color:#fff;
}
.btn-tertiary:hover{
  color: #d48b38;
}
a{
  color: rgb(212,139,56);
}
.doc-btn{
  margin-top: 5rem;
}
.btn-arrow{
  display: inline-block;
  position: relative;
}
.events-wrapper .btn-arrow{
  color: #000;
}
.btn-arrow::after{
  content: '\2192';
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  right: -3rem;
  display: inline-block;
  transition: all .4s ease-in-out;
  animation: arrowMove 1.2s infinite linear; 
}
.btn-arrow:hover::after{
  right: -4rem;
}
/* ================================================================================== 
7. Form
===================================================================================== */
input, textarea, select {
  display: block;
  width: 100%;
  border: 1px solid transparent;
    border-bottom-color: transparent;
    border-bottom-style: solid;
    border-bottom-width: 1px;
  padding: 1.3rem 1.5rem;
  outline: none;
  background-color: #ffffff;
  font-weight: 100;
  border-bottom: 1px solid #b3b3b3;
  color:#767676;
  font-size: 2.3rem;
}
/*input:focus,
textarea:focus,  select:focus {
  border-bottom: 1px solid #d48b38;
  color: #d48b38;
}*/
label {
	display: block;
	margin-bottom: 0.5rem;
	font-weight: 400;
  color: #000;
}
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;
}
/* ================================================================================== 
8. Paddings & Margins
===================================================================================== */
.space {
  padding: 5rem 0;
}
.mt-5{
  margin-top: 5rem;
}
.no-pt{
  padding-top: 0 !important;
}
.no-pb{
  padding-bottom: 0 !important;
}
.mb-5{
    margin-bottom:5rem;
}
.mb-10{
    margin-bottom:10rem;
}
.special .pages{
  padding: 0;
  padding-top: 5rem;
}
 .special .home-heros{
    margin-top: 5rem;
  }
  .padding-sm{
    padding-bottom: 1rem !important;
  }
/* .menu-item-has-children za wp sub parent*/
/* .current_page_item za wp active link u navigaciji*/
@media only screen and (min-width: 56.3125em) {
  /*901px*/
  .space {
    padding: 8rem 0;
  }
    .special .pages{
      padding: 0;
      padding-top: 8rem;
    }
     .special .home-heros{
    margin-top: 8rem;
  }
}
@media only screen and (min-width: 80.0625em) {
  /*1281px*/
    .space {
      padding: 12rem 0;
  }
  .bottom-padding{
    padding-bottom: 1rem;
  }
  .special .pages{
    padding: 0;
    padding-top: 12rem;
  }
  .special .home-heros{
    margin-top: 12rem;
  }
}
  .special .home-heros:first-child{
    margin-top: 0;
  }
/* ================================================================================== 
9. Breadcrumbs
===================================================================================== */
.breadcrumbs{
  background-color: #e1e1e1;
  padding: 1rem;
  font-size: 1.4rem;
}
.breadcrumbs ul{
  list-style: none;
  padding: 0;
  margin: 0;
  display: flex;
  align-items: center;
}
.breadcrumbs ul li{
  display: inline-block;
  font-weight: 600;
}
.breadcrumbs ul li::after{
  content: '|';
  display: inline-block;
  margin: 0 1rem;
}
.breadcrumbs ul li a{
  display: inline-block;
  font-weight: 400;
}
/* ================================================================================== 
10. Header
===================================================================================== */
header{
  position:fixed;
  top:0;
  left:0;
  width:100%;
  z-index:10;
  padding:2.7rem 0;
  transition: all .2s ease-in-out;
  background: linear-gradient(to bottom, rgba(0,0,0,0.5) 16%,rgba(0,0,0,0) 100%);
}
header a{
  color: #000;
}
header::before{
  content: '';
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;

  transition: all .4s ease-in-out;
  transform: translateY(-100%);
}

header.scrolled::before{
  transform: translateY(0);
}
header ul{
    list-style:none;
    padding:0;
    margin:0;
}
header .container{
    display:flex;
    flex-direction:row;
    justify-content:space-between;
    align-items:center;
}
header .btn-secondary{
    margin-left:2rem;
}
header .btn-tertiary{
    margin-left:auto;
}


header.scrolled .lang li.has-lang-sub{
  background-image:url(images/arrow-down-black.svg);
}

.wpml-ls-legacy-dropdown a{
  background-color: transparent;
  border: 0;
}
.wpml-ls-legacy-dropdown .wpml-ls-current-language:hover > a, .wpml-ls-legacy-dropdown a:focus, .wpml-ls-legacy-dropdown a:hover {
	color: #fff;
	background: transparent;
}
.wpml-ls-legacy-dropdown .wpml-ls-sub-menu{
  border-top: 0;
}
.wpml-ls-sub-menu .wpml-ls-item{
  background-color: rgba(255,255,255,.2);
}
header.scrolled .wpml-ls-legacy-dropdown .wpml-ls-current-language:hover > a, .wpml-ls-legacy-dropdown a:focus, .wpml-ls-legacy-dropdown a:hover {
	color: #000;
}
.wpml-ls-legacy-dropdown{
  width: auto;
}
.wpml-ls-legacy-dropdown a.wpml-ls-item-toggle::after {
	content: "";
	vertical-align: middle;
	display: inline-block;
	border: .35em solid transparent;
	border-top: .5em solid;
	position: absolute;
	right: 10px;
	top: 50%;
	transform: translateY(-50%);
}
.menu-logo {
	display: inline-block;
	margin-bottom:3rem;
}
.menu-logo img, .header-logo img{
  display:block;
  width: 14rem;
  height:auto;
}
header nav {
	position: fixed;
	left: 0;
	top: 0;
	width: 100%;
	height: 100%;
  min-height: 100vh;
	z-index: -1;
	opacity: 0;
	visibility: hidden;
	transition: all 1s ease-in-out;
	background-color: #D48B38;
	overflow-y: auto;
	transform: translateY(-100%);
	color: #fff;
	/* padding-top: 13rem; */
	display: flex;
	flex-direction: column;
	justify-content: center;
	padding-bottom: 0;
  padding-top: 5rem;
}
body.open-body nav{
	visibility: visible;
	opacity: 1;
	transform: translateY(0);
}

header nav li{
    display:block;
}
header nav li a {
	display: inline-block;
	padding: 4.4px 0;
	font-size: 2.8rem;
	color: #fff;
	text-align: center;
	position: relative;
}
header nav .menu-ul li a::after, .menu-social ul li a::after{
  content: '\2192';
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  right: -3rem;
  display: inline-block;
  transition: all .4s ease-in-out;
}
@keyframes arrowMove {
  0% {
    right: -3rem;
  }
  50% {
    right: -4rem;
  }
  100% {
    right: -3rem;
  }
}
header nav li a:hover::after, header nav li.current_page_item  a::after, .menu-social ul li a:hover::after, .menu-social ul li.current_page_item a::after{
 right: -4rem;
}
header nav li a:hover, header nav li.current_page_item a{
  color: #000;
}
.menu-secondary {
	margin-top: 1rem;
	padding-top: 1rem;
	border-top: 1px solid #e7e7e7;
}
header .menu-secondary  li a{
    font-size:1.6rem;
}
header.header-white::before{

    color:#fff;
}
header.header-white.scrolled .line-toggle{
    background-color:#222222;
}
header.header-white .header-logo img{
    filter: brightness(0) invert(1);
    transition:all .4s ease-in-out;
}
header.scrolled.header-white .header-logo img{

    transition:all .4s ease-in-out;
}

.menu-secondary .btn-tertiary:hover{
  color: #d48b38;
}
.mobile-btns{
    margin-top:1rem;
    padding-top:1rem;
    border-top:1px solid  #e7e7e7;
}
header .container{
  flex-wrap: wrap;
}


.mobile-btns .btn.btn:first-child{
  padding-left: 0;
}


.menu-wrapper{
  max-width: 160rem;
  width: 100%;
  margin: 0 auto;
}
header .btn{
  color:#fff;
  font-size: 2.1rem;
  text-transform: uppercase;
  padding: 0;

}
header .btn:hover{
  color: #d48b38;
}
header  .book-now-btn{
    animation: colorChange 3s infinite alternate ease-in-out; /* animation added */
}
@keyframes colorChange {
  0% {
    color: #fff;
  }
  50% {
    color: #d48b38;
  }
  100% {
    color: #fff;
  }
}

body.open-body header .btn:hover{
  color: #000;
}
.menu-ul{
  width: 100%;
}
.menu-wrapper{
  padding: 0 2rem;
  text-align: center;
}
.menu-social {
	width: 100%;
	text-align: center;
	display: flex;
	flex-direction: column;
	align-items: center;
}
.social{
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  gap:1rem;
  margin-top: auto;
}
header .social{
  margin-top: 5rem;
}
.social a img{
  display: block;
  width: 5.5rem;
  height: 5.5rem;
  object-fit: contain;
  transition: all .4s ease-in-out;
  filter: brightness(0) invert(100);
}
.social a:hover img{
  filter: none;
}

header .book-now-btn{
  margin-left: 3rem;
}
.enquire-btn{
  margin-left: auto;
}

.lang-inside ul {
  display: flex;
  flex-direction: row;
  justify-content: center;
  width: 100%;
  gap:0;
}
.lang-inside a{
  font-size: 2.2rem;
}
.lang-inside{
  margin-top: 5rem;
  width: 100%;
}
.lang-inside a:hover{
  color: #000;
}

@media only screen and (min-width: 25em) {
  /*400px*/
  .menu-secondary {
    display: flex;
    gap: 3%;
  }
}
@media only screen and (min-width: 42.5625em) {
  /*681px*/
  header .container > .btn{
    display: inline-block;
    order: 0;
  }
  .mobile-btns{
    display:none;
}   
.menu-secondary {
	margin-top: 4rem;
	padding-top: 4rem;
}
.mobile-btns{
    margin-top:4rem;
    padding-top:4rem;
}


.header-btns{
  width: auto;
  margin-left: auto;
  display: flex;
  align-items: center;
}
}
@media only screen and (min-width: 48.0625em) {
  /*769px*/
  .menu-logo {
	position: absolute;
	right: 5rem;
	top: 3rem;
    margin-bottom:0;
    margin-top:0;
  }
  
}
@media only screen and (min-width: 56.3125em) {
  /*901px*/
  .menu-logo img, .header-logo img{
    width: 20rem;
  }
  header nav li a {
    font-size: 3.2rem;
  }
  .lang{
    order: 0;
  }
  .menu-wrapper{
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    padding: 0;
  }
  .menu-ul{
    width: 66%;
  }
  .menu-social {
    width: 24%;
  }
  header nav ul{
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    text-align: center;
    gap:3%
  }
  header nav .menu-ul ul li{
    width: 48.5%;
  }
  header nav {
	  height: 54rem;
    min-height: unset;
    	justify-content: flex-end;
	    padding-bottom: 5rem;
      padding-top: 0;
  }
  header .social{
    margin-top: auto;
  }
}
@media only screen and (max-width: 1700px) {
  header .container{
    max-width: 89%;
  }
}
@media only screen and (max-width: 768px) {
  header .container{
    max-width: 100%;
  }
}
/*------------------*/
.toggle {
	cursor: pointer;
	overflow: hidden;
	width: 40px;
	height: 27px;
	position: relative;
	display: flex;
	align-items: center;
	justify-content: center;
	z-index: 11;
	margin-top: 0.6rem;
	    transition: all .5s cubic-bezier(.55,.085,.68,.80);
	    margin-left:3rem;
	    order:4;
}
.toggle.hide{
    opacity:0;
    visibility:hidden;
}
.line-toggle {
	position: absolute;
	display: block;
	width: 40px;
	height: 2px;
	background: #fff;
	border-radius: 5px;
	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(2px) translateX(0);
	transition-delay: 0s;
}
.toggle.activate .line-toggle:first-child {
	background: #000;
	transform: translateY(0) translateX(0) rotate(45deg);
	transition-delay: .1s;
}
.toggle.activate .line-toggle:nth-child(2) {
    transform: translateX(110px);
    transition-delay: 0s;
}
.toggle.activate .line-toggle:last-child {
	background: #000;
	transform: translateY(1px) translateX(0) rotate(314deg);
	/* width: 30px; */
	height: 2px;
	transition-delay: .1s;
}
.toggle.activate .line-toggle{
  background-color:#249dd8;
}
@media only screen and (min-width: 56.3125em) {
  /*901px*/

}
/*---------------*/
.menu-toggle {
  display: flex;
  gap: 8px;
  cursor: pointer;
  align-items: center;
  justify-content: center;
  order: 3;
  transition: all 0.4s ease;
  margin-left: 0;
}

.dot {
  width: 15px;
  height: 15px;
  background: #fff;
  border-radius: 50%;
  transition: all 0.4s ease;
}

.menu-toggle.active {
  background: #fff;
  padding: 4px 20px;
  border-radius: 20px;
  gap: 0;
}

.menu-toggle.active .dot {
  background: #fff;
  width: 7px;
  height: 7px;
}

.header-btns{
  display: none;
}
@media only screen and (min-width: 37.5625em) {
  /*601px*/
  .menu-toggle {
    margin-left: 3rem;
  }
  .header-btns{
    display: flex;
  }

}
/*------------------*/
.sub-navigation{
  position: fixed;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  min-height: 100vh;
  z-index: 10;
  display: flex;
  padding: 8rem;
  flex-direction: column;
  opacity: 0;
  visibility: hidden;
  transition: all .5s cubic-bezier(.55,.085,.68,.80);
  background-color: #fffbf4;
  background: rgb(212,139,56);
  transform: translateY(100%)
}
.sub-navigation.activate{
  visibility: visible;
  opacity: 1;
  transform: translateY(0);
}
.sub-title {
	position: absolute;
	top: 0;
	left: 0;
	background-color: #fffbf4;
  background: linear-gradient(90deg, rgba(212,139,56,0.8) 0%, rgb(225, 200, 135) 0, rgba(205,119,34,0.8) 46%, rgba(148,103,57,0.8) 100%);
	z-index: 13;
	padding: 4rem 8rem;
	cursor: pointer;
	padding-left: 4rem;
	background-image: url(images/back.svg);
	background-repeat: no-repeat;
	background-position: left 8rem center;
	background-size: 1rem;
	padding-left: 13rem;
	margin-bottom: 0;
	border-bottom: 1px solid #e7e7e7;
	width: 100%;
}
.sub-title h3{
  margin:0;
}
.sub-navigation .sub{
  margin-top:15rem;
}
/* .menu-item-has-children > a{
    padding-right:4rem;
    background-image:url(images/arrow-right.svg);
    background-repeat:no-repeat;
    background-size:1rem;
    background-position:right center;
} */
.scroll-down {
	position: absolute;
	left: 50%;
	bottom: 5rem;
	color: #fff;
	z-index: 2;
	display: flex;
	flex-direction: column-reverse;
	align-items: center;
	justify-content: center;
	text-align: center;
	transform: translateX(-50%);
}
.scroll-down span {
	width: 24px;
	height: 24px;
	border-left: 1px solid #fff;
	border-bottom: 1px solid #fff;
	-webkit-transform: rotate(-45deg);
	transform: rotate(-45deg);
	-webkit-animation: sdb05 1.5s infinite;
	animation: sdb05 1.5s infinite;
	box-sizing: border-box;
	display: block;
}
@-webkit-keyframes sdb05 {
  0% {
    -webkit-transform: rotate(-45deg) translate(0, 0);
    opacity: 0;
  }
  50% {
    opacity: 1;
  }
  100% {
    -webkit-transform: rotate(-45deg) translate(-20px, 20px);
    opacity: 0;
  }
}
@keyframes sdb05 {
  0% {
    transform: rotate(-45deg) translate(0, 0);
    opacity: 0;
  }
  50% {
    opacity: 1;
  }
  100% {
    transform: rotate(-45deg) translate(-20px, 20px);
    opacity: 0;
  }
}
@media only screen and (min-width: 75.0625em) {
  /*1201px*/
  .scroll-down {
    bottom: 20rem;
  }
}
/* ================================================================================== 
11. Main Slider
===================================================================================== */
.intro{
  position:relative;
  height:100vh;
  overflow: hidden;
}
.intro img{
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.intro p{
  color: #fff;
}
.intro-overlay{
  position:absolute;
  width:100%;
  height:100%;
  top:0;
  left:0;
  background: linear-gradient(to bottom,  rgba(0,0,0,0.2) 0%,rgba(0,0,0,0) 100%);

}
section{
  position: relative;
  background-color: #FFF7E9
}
.intro-text{
  height: 100%;
  padding-bottom: 15rem;
  text-align: center;
}
.intro-text .btn-arrow{
  color: #fff;
}
.intro-text .container{
  height: 100%;
  display: flex;
  align-items: flex-end;
  justify-content: center;
}
.intro-text .title{
  margin-bottom: 0;
}
.intro video{
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.intro h1{
  font-size:4.5rem;
  color:#fff;
  padding:0 2rem;
  z-index:2;
  text-align:center;
}
@media only screen and (max-width:768px) {
  .intro-text{
    padding-bottom: 18rem;
  }
}
@media only screen and (min-width: 42.5625em) {
  /*681px*/
  .intro h1{
    font-size:5rem;
  }
}
@media only screen and (min-width: 48.0625em) {
  /*769px*/
  .intro img{
    height:100vh;
}
}
@media only screen and (min-width: 56.3125em) {
  /*901px*/
  .intro h1{
    font-size:6rem;
  }
}
@media only screen and (min-width: 64.0625em) {
  /*1025px*/
  .intro h1{
    font-size:6rem;
  }
  .intro video{
    position: fixed;
  }
  .intro img{
    position: fixed;
  }
}
.fixed-top .intro-text{
  padding-bottom: 0;
}
.fixed-top .intro-text h1{
  margin-bottom: 0;
  text-align: left;
}
.fixed-top .intro-inner{
  max-width: 100rem;
  width: 100%;
  text-align: left;
}

.fixed-top .intro-text .container{
  align-items: center;
  justify-content: flex-start;
}
.fixed-top .title-center{
  text-align: left;
  align-items: flex-start;
}
/* ================================================================================== 
12. About
===================================================================================== */
.about-wrapper{
  display:flex;
  flex-direction:column-reverse;
}
.about-image{
    width:100%;
    margin-top: 5rem;
}
.about-image img{
    display:block;
    width:100%;
    height:auto;
}
.about-text{
    width:100%;
}
.about .title span, .title span{
    color:#d48b38;
}
.about-text .btn{
    margin-top:4rem;
}
@media only screen and (min-width: 50.0625em) {
  /*801px*/
  .about-wrapper{
    flex-direction:row;
    justify-content:space-between;
    align-items:center;
    flex-wrap:wrap;
}
.about-image{
  width:45%;
  margin-top: 0;
}
.about-text{
  width:45%;
}
}
/* ================================================================================== 
13. Experiences
===================================================================================== */
.experiences .title .btn{
  margin-top: 3rem;
}
.experiences-slider{
    position:relative;
}
.e-slide{
    height:auto;
    text-align:center;
}
.e-slide img{
    display:block;
    width:100%;
    height:auto;
    margin-bottom:2rem;
}
.e-slide h3{
    margin-bottom:0;
    padding:0 6rem;
}
.slick-arrow{
    position:absolute;
    top:45%;
    transform:translateY(-50%);
    width:1.4rem;
    height:4.4rem;
    border:1px solid transparent;
    background-color:transparent;
    font-size:0;
    background-size:1.5rem;
    background-repeat:no-repeat;
    background-position:center;
    transition:all .4s ease-in-out;
    z-index:2;
}
.slick-prev{
    left:0;
    background-image:url(images/prev.svg);
}
.slick-next{
    right:0;
    background-image:url(images/next.svg);
}
@media only screen and (min-width: 37.5625em) {
  /*601px*/
  .slick-arrow{
    top:50%;
    transform:translateY(-50%);
    width:5.4rem;
    height:5.4rem;
    background-size:1.2rem;
  }
  .e-slide img{
    padding:0 4rem;
}
.slick-arrow{
    border:1px solid #d48b38;
}
}
@media only screen and (min-width: 92.5em) {
  /*1480px*/
  .slick-prev{
    left:-8rem;
}
.slick-next{
    right:-8rem;
}
}
/* ================================================================================== 
14. Events
===================================================================================== */
.events{
	background-color: #fff7e9;
  background-image: url(images/naranca.png), url(images/palma-2.png);
  background-repeat: no-repeat;
  background-size: 40%, 50%;
  background-position: left top, right bottom;
  background-attachment: fixed;
}
.event-invert{
  background-image: none;
}
.events-wrapper{
    display:flex;
    flex-direction:column;
}
.events-outer-wrap .events-wrapper{
  margin-bottom: 5rem;
}
.events-outer-wrap .events-wrapper:last-child{
  margin-bottom: 0;
}
.events-text {
	width: 100%;
}
/* .events-text .title h2{
  font-size: 4rem;
} */
.events-text img{
  margin-top:7rem;
  display:block;
  width:100%;
  height:auto;
  object-fit:cover;
  aspect-ratio: 16/18;
}
.anim-image{
  position: relative;
}
/* .anim-overlay{
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(0,0,0,.8);
  transition: all .4s ease-in-out;

} */
.anim-overlay.anim-visible{
  opacity: 0;
  visibility: hidden;
}
/* .page-about-other .events-text img{
  aspect-ratio: 16/10;

} */
.events-image{
    width:100%;
    margin-top: 3rem;
}
.events-image img{
    display:block;
    width:100%;
    height:auto;
    object-fit:cover;
    aspect-ratio: 16/17;
}
.events-text img{
      aspect-ratio: 16/17;
}
.events-text .btn{
    margin-top:4rem;
}
.events-slider img{
    display:block;
    width:100%;
    height:auto;
     transition:all .4s ease-in-out;
    opacity:0.4;
}
.events-slider .slick-slide{
    height:auto;
}
.events-slider{
    max-width:160rem;
    width:100%;
    margin:0  auto;
}
.events-slider .slick-slide.slick-current img{
    opacity:1;
}
.events-text-inner{
  padding-left: 0;
}
.event-invert .events-text-inner{
  padding-right: 0;
  padding-left: 0;


}
.suites-page .events-outer-wrap .events-text-inner .title {
	margin-bottom: 2rem;
}

 /* .events-outer-wrap .events-wrapper:nth-child(2n+2) .events-text-inner{
  padding-right: 0;
  padding-left: 0;

} */
.events .btn-arrow{
  margin-top: 2.8rem;
  color: #000;
  margin-left: auto;
}
.events-btn {
	display: flex;
	justify-content: flex-end;
	padding-right: 13rem;
	margin-top: 0;
   
}
.events-btn .btn-arrow{
   color: #000 !important;
}
.luxuries-text {
	max-width: 90rem;
	width: 100%;
	margin: 0 auto;
	text-align: center;
	font-size: 3.2rem;
	line-height: 4.5rem;
}
.luxuries-text  .btn {
	margin-top: 3rem;
}
  .events-image .btn-arrow{
    display: none;
  }

  .luxuries-text-margin{
  margin-top: 5rem;
}
.events-image-text-new{
  margin-top: 5rem;
}
.events-text-mobile, .show-mobile{
  display: block;
  margin-bottom: 3rem;
}
.events-text-desktop, .show-desktop {
  display: none;
}
.btn-single-2{
  padding-top: 5rem !important;
}
 .txt-desk{
    display: none;
  }
  .e-text-mobile{
    display: block;
    padding-top: 3rem;
  }
  .title-mobile{
    display: block;
  }
  .title-desktop{
    display: none;
  }
  .not-on-mobile{
    display: none !important;
  }
@media only screen and (min-width: 56.3125em) {
  /*901px*/
.luxuries-text {
  margin-top: 10rem;
}
.luxuries-text-margin{
  margin-top: 10rem;
}

} 
@media only screen and (min-width: 64.0625em) {
  /*1025px*/
.luxuries-text {
    font-size: 3.8rem;
    line-height: 4.8rem;
  }
  /* .events-text .title h2{
    font-size: 5rem;
  } */
  .events-outer-wrap .events-wrapper{
    margin-bottom: 10rem;
  }
  .events-outer-wrap .events-wrapper:last-child{
    margin-bottom: 0;
  }
  .page-about-other2  .events-text img{
    margin-top:10rem;
  }
}
@media only screen and (min-width: 80.0625em) {
  /*1281px*/
  /* .events-text .title h2{
    font-size: 7rem;
  } */
  .events-text-inner{
    padding-left: 10rem;
  }
  .event-invert .events-text-inner{
    padding-right: 10rem;
    padding-left: 0;
      text-align: right;
  }
  .events-image-text-new{
     padding-right: 10rem;
    padding-left: 6rem;
    text-align: right;
    margin-top: 5rem;
  }
  /* .events-outer-wrap .events-wrapper:nth-child(2n+2) .events-text-inner{
    padding-right: 12rem;
    padding-left: 0;
      text-align: right;
  } */

}
/*---*/
@media only screen and (min-width: 37.5625em) {
  /*601px*/
  .events-slider .slick-list{
    padding:0 20% !important;
}
.events-slider img{
  padding:2rem;
}
}
@media only screen and (min-width: 56.3125em) {
  /*901px*/
  .events-wrapper{
    flex-direction:row;
    justify-content:space-between;
    align-items:flex-start;
    padding-top: 0;
  }
  .events-text-mobile, .show-mobile {
    display: none;
  }
  .e-text-mobile{
    display: none;
  }
  .txt-desk{
    display: block;
  }
  .events-text-desktop, .show-desktop {
    display: block;
  }
  .suites-page .events-outer-wrap .events-text-inner .title{
  margin-bottom: 15rem;
}
  .title-mobile{
    display: none;
  }
  .title-desktop{
    display: block;
  }
   .not-on-mobile{
    display: block !important;
  }
  .events-text {
    width: 48%;
  }
  .events-image{
    width:48%;
    margin-top: 0;
  }
  .event-invert .events-wrapper{
    flex-direction: row-reverse;
  }
 /* .events-outer-wrap .events-wrapper:nth-child(2n+2){
    flex-direction: row-reverse;
  } */
  .event-invert .events-wrapper{
    padding-right: 0;
  }

 /* .events-outer-wrap .events-wrapper:nth-child(2n+2) .events-btn{
    padding-right: 0;
    padding-left: 13rem;
  } */
  .event-invert .events-wrapper{
    margin-left: 0;
    margin-right: auto;
  }
 /* .events-outer-wrap .events-wrapper:nth-child(2n+2) .events-btn .btn-arrow{
    margin-left: 0;
    margin-right: auto;
  } */
  .events-image .btn-arrow{
    display: inline-block;
  }
  .events-btn {

	margin-top: 6rem;
}
  .btn-arrow-mobile{
    display: none;
  }
    .event-invert .events-btn{
      padding-left: 10rem;
    }
   .event-invert .events-btn .btn-arrow{
    margin-left: 0;
    margin-right: auto;
  } 
}

@media only screen and (min-width: 80.0625em) {
  /*1281px*/
    .suites-page .events-outer-wrap .events-text-inner .title{
  margin-bottom: 21rem;
}
}
/* ================================================================================== 
15. Footer
===================================================================================== */
footer{
  background-color:#fff7e9;
  padding:5rem 0 5rem 0;
  position: relative;
  z-index: 1;
  text-align: center;
}
footer a{
  color: #000;
}
footer .social a img{
 
  filter: brightness(0%);
}
footer .social a:hover img{
   filter: none;
}
footer h3{
  width: 100%;
  	font-size: 3rem;
}
.footer-box{
  width:100%;
  margin-bottom: 3rem;
  text-align: center;
}
footer ul{
  list-style:none;
  padding:0;
  margin:0;
}
.footer-logo{
  display:flex;
  align-items:center;
  justify-content:center;
  margin-bottom: 2rem;
}
.footer-social{
  display: flex;
  gap:1rem;
  justify-content: center;
}
.copyright{
  text-align: center;
   margin-top: 10rem;
}

.v{
  margin-top: 5px;
}
.v img{
  display: block;
}
footer .social{
  justify-content: center;
}
.footer-logo img {
	width: 15.9rem;
	height: auto;
	display: block;
}
footer li a {
	display: inline-block;
	padding: 4.4px 0;
	text-align: center;
	position: relative;
  color: #000;
}
footer  li a::after{
  content: '\2192';
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  right: -3rem;
  display: inline-block;
  transition: all .4s ease-in-out;
}
footer li a:hover::after, footer li.current_page_item  a::after {
 right: -4rem;
}
footer .social{
  margin-top: 5rem;
}
@media only screen and (min-width: 30.0625em) {
  /*481px*/

footer{
  text-align: left;
}
.footer-social{
  justify-content: flex-start;
}
.copyright .container{
  justify-content: space-between;
  flex-direction: row;
  text-align: left;
}
.v{
  margin-left: auto;
  margin-top: 0;
}
}
@media only screen and (min-width: 48.0625em) {
  /*769px*/

 
}
@media only screen and (min-width: 56.3125em) {
  /*901px*/
  footer{
    padding:10rem 0 10rem 0;
  }

  footer h3{
  	font-size: 3.6rem;
}
}
@media only screen and (min-width: 75.0625em) {
  /*1201px*/
  .footer-wrapper{
    display:flex;
    flex-direction: row;
    justify-content:space-between;    
}
.footer-box{
  width:50%;
  margin-bottom: 0;
}
}
/* ================================================================================== 
16. Animation
===================================================================================== */
.hidden{
  opacity: 0;
}
.visible{
  opacity: 1;
}
.animate__animated {
  -webkit-animation-duration:1s;
  animation-duration:1s;
  -webkit-animation-fill-mode:both;
  animation-fill-mode:both
 }
 @-webkit-keyframes fadeInUp {
  0% {
   opacity:0;
   -webkit-transform:translate3d(0,100%,0);
   transform:translate3d(0,100%,0)
  }
  to {
   opacity:1;
   -webkit-transform:translateZ(0);
   transform:translateZ(0)
  }
 }
 @keyframes fadeInUp {
  0% {
   opacity:0;
   -webkit-transform:translate3d(0,100%,0);
   transform:translate3d(0,100%,0)
  }
  to {
   opacity:1;
   -webkit-transform:translateZ(0);
   transform:translateZ(0)
  }
 }
 .animate__fadeInUp {
  -webkit-animation-name:fadeInUp;
  animation-name:fadeInUp
 }
 @-webkit-keyframes fadeIn {
  0% {
   opacity:0
  }
  to {
   opacity:1
  }
 }
 @keyframes fadeIn {
  0% {
   opacity:0
  }
  to {
   opacity:1
  }
 }
 .animate__fadeIn {
  -webkit-animation-name:fadeIn;
  animation-name:fadeIn
 }
 @-webkit-keyframes fadeInDown {
  0% {
   opacity:0;
   -webkit-transform:translate3d(0,-100%,0);
   transform:translate3d(0,-100%,0)
  }
  to {
   opacity:1;
   -webkit-transform:translateZ(0);
   transform:translateZ(0)
  }
 }
 @keyframes fadeInDown {
  0% {
   opacity:0;
   -webkit-transform:translate3d(0,-100%,0);
   transform:translate3d(0,-100%,0)
  }
  to {
   opacity:1;
   -webkit-transform:translateZ(0);
   transform:translateZ(0)
  }
 }
 .animate__fadeInDown {
  -webkit-animation-name:fadeInDown;
  animation-name:fadeInDown
 }
 @-webkit-keyframes fadeInLeft {
    0% {
        opacity: 0;
        -webkit-transform: translate3d(-100%,0,0);
        transform: translate3d(-100%,0,0)
    }

    to {
        opacity: 1;
        -webkit-transform: translateZ(0);
        transform: translateZ(0)
    }
}

@keyframes fadeInLeft {
    0% {
        opacity: 0;
        -webkit-transform: translate3d(-100%,0,0);
        transform: translate3d(-100%,0,0)
    }

    to {
        opacity: 1;
        -webkit-transform: translateZ(0);
        transform: translateZ(0)
    }
}

.animate__fadeInLeft {
    -webkit-animation-name: fadeInLeft;
    animation-name: fadeInLeft
}
@-webkit-keyframes fadeInRight {
    0% {
        opacity: 0;
        -webkit-transform: translate3d(100%,0,0);
        transform: translate3d(100%,0,0)
    }

    to {
        opacity: 1;
        -webkit-transform: translateZ(0);
        transform: translateZ(0)
    }
}

@keyframes fadeInRight {
    0% {
        opacity: 0;
        -webkit-transform: translate3d(100%,0,0);
        transform: translate3d(100%,0,0)
    }

    to {
        opacity: 1;
        -webkit-transform: translateZ(0);
        transform: translateZ(0)
    }
}

.animate__fadeInRight {
    -webkit-animation-name: fadeInRight;
    animation-name: fadeInRight
}
.visible2{
  opacity: 0.3 !important;
}
 /* ================================================================================== 
17. Page Contact
===================================================================================== */
.pages{
  /* margin-top: 60rem; */
  position: relative;
  background-color: #FFF7E9;
  z-index: 1;
}
.wpcf7-list-item > label{
  display: flex;
  flex-direction: row;
  align-items: center;
  gap:1rem

}

.contact-wrapper{
  display: flex;
  flex-direction: column-reverse;
}
.contact-wrapper__event-contact {
	display:flex;
	flex-direction:column;
}
.contact-form{
  width: 100%;
  margin-top: 5rem;
}
.contact-form form{
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  justify-content: space-between;
}
.contact-form fieldset{
  width: 100%;
}
.contact-form fieldset.w-100{
  width: 100%;
}
.contact-text {
	width: 100%;
	background-color: #fffbf4;
background: linear-gradient(90deg, rgba(212,139,56,0.8) 0%, rgb(225, 200, 135) 0, rgba(205,119,34,0.8) 46%, rgba(148,103,57,0.8) 100%);
	padding: 5rem 2rem;
	text-align: center;
}
.contact-text a{
  color: #000;
}
.contact-social{
  display: flex;
  gap:1rem;
  justify-content: center;
  align-items: center;
  margin-top: 3rem;
}
.contact-social a img{
  filter: none;
}
.line{
  margin: 4rem auto;
  width: 4rem;
  height: 1px;
  background-color: #000;
}
.event-contact__images {
	width:55%;
}
@media only screen and (max-width: 600px) {
	.event-contact__images {
	width:100%;
}
}
.contact-map{
  margin-top: 5rem;
}
.map-page .contact-map{
  margin-top: 0;
}
.contact-map iframe{
  width: 100%;
  height: 40rem;
  display: block;
}
 #error{
  padding: .75rem 1.25rem;
margin-bottom: 1rem;
border: 1px solid transparent;
border-radius: .25rem;
  color: #721c24;
  background-color: #f8d7da;
  border-color: #f5c6cb;
  position: relative;
  max-width: 40rem;
}
.smaller-padding{
  padding: 5rem 0;
}
#success{
  padding: .75rem 1.25rem;
margin-bottom: 1rem;
border: 1px solid transparent;
border-radius: .25rem;
color: #155724;
background-color: #d4edda;
border-color: #c3e6cb;
}
@media only screen and (min-width: 42.5625em) {
  /*681px*/

}
.contact-wrapper__event-contact .contact-form form{
    flex-direction:column;
  }
.contact-wrapper__event-contact .contact-form form p br {
	display:none;
}
.contact-wrapper__event-contact .wpcf7-checkbox {
	width:100%;
	display:flex;
	justify-content:space-between;
  flex-wrap: wrap;
}
.contact-wrapper__event-contact .wpcf7-checkbox input{
  width: auto;
}
.contact-form .wpcf7-list-item{
  width: 100%;
  margin-left: 0;
}
.check-container.privola{
  display: flex;
  flex-direction: row;
  gap:1rem
}
.check-container.privola input{
  width: auto;
}
@media only screen and (max-width: 600px) {
.contact-wrapper__event-contact .wpcf7-checkbox {
	display:flex;
	flex-direction:column;
}
	.contact-wrapper__event-contact .wpcf7-checkbox	.wpcf7-list-item label {
		display:flex;
	}
	.contact-wrapper__event-contact .wpcf7-checkbox	.wpcf7-list-item label input {
		max-width:15px;
		margin-right:10px;
	}
}
@media only screen and (min-width: 48.0625em) {
  /*769px*/
  .contact-wrapper, .contact-wrapper__event-contact{
    flex-direction: row;
    justify-content: center;
  }
  .contact-form{
    width: 45%;
    margin-top: 0;
  }
	.contact-wrapper__event-contact .contact-form{
    width: 80%;
    margin-top: 0;
  }
  .contact-text {
    width: 45%;
    padding: 6rem;
  }

}
@media only screen and (min-width: 56.3125em) {
  /*901px*/
  .contact-map{
    margin-top: 10rem;
  }
}
@media only screen and (min-width: 90em) {
  /*1440px*/

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

 
}
 /* ================================================================================== 
18. Page Gallery
===================================================================================== */
.gallery-grid a{
  width: 100%;
  margin-bottom: 3rem;
  position: relative;
  display: block;
}
.gallery-grid a::after{
  content: '';
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(0,0,0,.4);
  z-index: 1;
  transition: all .4s ease-in-out;
  background-image: url(images/search-white.svg);
  background-position: center;
  background-repeat: no-repeat;
  background-size: 2rem;
  opacity: 0;
}
.gallery-grid a:hover::after{
  opacity: 1;
}
.gallery-grid a img {
	display: block;
	width: 100%;
	height: auto;
	object-fit: cover;
}
@media only screen and (min-width: 30.0625em) {
  /*481px*/
  .gallery-grid{
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    gap:3%;
  }
  .gallery-grid a{
    width: 48.5%;
    margin-bottom: 3%;
  }
  .gallery-grid a img {
    height: 22rem;
  }
}
@media only screen and (min-width: 40.0625em) {
  /*641px*/
  .gallery-grid a{
    width: 31.3%;
  }
  .gallery-grid a:nth-child(5n+1){
    width: 31.3%;
  }
  .gallery-grid a:nth-child(5n+2){
    width: 65.7%;
  }
}
@media only screen and (min-width: 48.0625em) {
  /*769px*/
  .gallery-grid a img {
    height: 30rem;
  }
}
@media only screen and (min-width: 68.75em) {
  /*1100px*/
  .gallery-grid a img {
    height: 40rem;
  }
}
 /* ================================================================================== 
19. Page Events
===================================================================================== */
.text-center{
    max-width:90rem;
    width:100%;
    margin:0 auto;
    text-align:center;
}
.page-event-wrap{
    margin-top:5rem;
}
.page-event-wrap .container{
    display:flex;
    flex-direction:column-reverse;
}
.page-event-text{
    width:100%;
    padding:5rem 2rem;
}
.page-event-image{
    width:100%;
}
.page-event-image img{
    display:block;
    width:100%;
    height:100%;
    object-fit:cover;
}
.page-event-text .btn, .events-text-sm  .btn{
    margin-top:4rem;
}
.event-section{
  background-color: #FFF7E9;
  position: relative;
  z-index: 1;
}
.events-text-sm{
	max-width: 80rem;
	width: 100%;
	margin: 0 auto;
  padding-top: 1rem;
}
.events-middle-img{
  margin-top: 5rem;
}
.events-middle-img img{
  display: block;
  width: 100%;
  height: auto;
}
@media only screen and (min-width: 56.3125em) {
  /*901px*/
  .page-event-wrap{
    margin-top:12rem;
}
.page-event-text{
  width:100%;
  padding:10rem 2rem;
}
.events-middle-img{
  margin-top: 10rem;
}
}
@media only screen and (min-width: 64.0625em) {
  /*1025px*/
  .page-event-wrap .container{
    flex-direction:row;
    justify-content:space-between;
    align-items:center;
}
.page-event-text{
  width:50%;
  padding:10rem;
}
.page-event-image{
  width:50%;
}
}
@media only screen and (min-width: 105em) {
  /*1680px*/
  .page-event-wrap{
    padding-left: 22rem;
}
}
/* ================================================================================== 
20. Page Our Story
===================================================================================== */
.text-sm{
  max-width: 70rem;
  width: 100%;
  margin: 0 auto;
}
blockquote {
	margin-bottom: 4rem;

}
.page-about-text{
  width:100%;
  padding:0 2rem 5rem 2rem;
}
.new-wrap .page-about-text{
     padding:0 2rem 0 2rem 
}
.page-about-image{
  width:100%;
}
.page-about-image img{
  display:block;
  width:100%;
  height:100%;
  object-fit:cover;
}
.page-about-wrap{
  margin-top:5rem;
}
.ourstory-text {
	width: 100%;
}
.ourstory-image{
  width: 100%;
  margin-top: 5rem;
}
.ourstory-image img{
  display: block;
  width: 100%;
  height: auto;
}

.ourstory-bottom {
background-color: #fff7e9;
}
@media only screen and (min-width: 50.0625em) {
  /*801px*/
  .ourstory-wrap .container{
    display: flex;
    flex-direction: row;
    justify-content: space-between;
  }
  .ourstory-text {
    width: 47%;
    	margin-top: 5rem;
  }
  .ourstory-image{
    width: 43%;
    margin-top: 0;
  }
}
@media only screen and (min-width: 56.3125em) {
  /*901px*/
  .page-about-wrap{
    margin-top:12rem;
  }
  .page-about-text{
    padding:0 2rem 5rem 2rem;
  }
  .ourstory-text {
    margin-top: 10rem;
    width: 40%;
  }
 
}
@media only screen and (min-width: 64.0625em) {
  /*1025px*/
  .page-about-wrap .container{
    display:flex;
    flex-direction:row-reverse;
    justify-content:space-between;
    align-items:center;
  }
  .page-about-text{
    width:50%;
    padding: 0 10rem;
    padding-bottom:0;
  }
  .page-about-image{
    width:58%;
  }
}
@media only screen and (min-width: 80.0625em) {
  /*1281px*/
  .page-about-text{
    padding:0 10rem 0  10rem;
  }
}
@media only screen and (min-width: 105em) {
  /*1680px*/
  .page-about-text{
    width:40%;
    padding:10rem;
  }
  .page-about-wrap{
    padding-right: 22rem;
  }
}
/* ================================================================================== 
21. Page Experiences
===================================================================================== */
.exp-wrap .container{
  flex-direction: row;
}
.exp-wrap,.exp-wrap2{
  padding: 0;
}
.exp-text{
  width: 100%;
  margin-bottom: 5rem;
}
.exp-text2{
  width: 100%;
}
.exp-text h3{
  margin-bottom: 4rem;
}
.s-wrap .container{
  display: flex;
  flex-direction: column-reverse;
}
.s-wrap .page-about-text{
padding-top: 5rem;
}
.list ul{
  list-style: none;
  padding: 0;
  margin: 0;
}
.list li{
  position: relative;
  margin-bottom: 2rem;
  padding-left: 4rem;
}
.list li::before{
  content: '';
  width: 2rem;
  height: 2rem;
  position: absolute;
  left: 0;
  top: 4px;
  background-image: url(images/check.svg);
  background-repeat: no-repeat;
  background-size: 2rem;
}
.exp-img-lg img{
    display:block;
    width:100%;
    height:auto;
}

.exp-box{
    text-align:center;
    width:100%;
    margin-bottom:5rem;
    display: block;
}
.exp-category-item a{
  display: block;
  margin-bottom: 2rem;
}
.exp-box img, .exp-category-item img{
    display:block;
    width:100%;
    height:auto;
    margin-bottom:2rem;
}
.amenities h3{
  margin-bottom: 5rem;
}
.exp-box h3{
    margin-bottom:0;
    padding:0 6rem;
}
.bg{
 
    position:relative;
    z-index:1;
}
.exp-wrap2 .page-about-text {
	width: 100%;
	padding: 5rem 2rem 5rem 2rem;
}
.btn-single .container{
  display: flex;
  justify-content: center;
}
@media only screen and (min-width: 42.5625em) {
  /*681px*/
  .exp-box-wrapper{
    display:flex;
    flex-wrap:wrap;
    flex-direction:row;
    gap:4%;
}
.exp-box{
    width:48%;
}
.exp-text-full{
  column-count: 2;
  column-gap: 5rem;
  width: 100%;
}
}
@media only screen and (min-width: 48.0625em) {
  /*769px*/
}
@media only screen and (min-width: 56.3125em) {
  /*901px*/

.exp-box{
    margin-bottom:7rem;
}
.exp-wrapper .container{
  display: flex;
  flex-direction: row;
  justify-content: space-between;
}
.exp-text{
  width: 40%;
  margin-bottom: 0;
}
.exp-text2{
  width: 50%;
}
.amenities h3{
  margin-bottom: 0;
}
}
@media only screen and (min-width: 64.0625em) {
  /*1025px*/
  .s-wrap .container{
    flex-direction: row;
  }
  .s-wrap .page-about-text{
    padding-top: 0;
    }
    .exp-wrap2 .page-about-text {
      width: 50%;
      padding: 0 10rem;
    }
}
/* ================================================================================== 
22. Page Special Offer
===================================================================================== */
.special-wrap .page-about-wrap .btn{
    margin-top:4rem;
}
.special-wrap .page-about-wrap{
    padding:0;
}
.special-wrap .container{
  display: flex;
  flex-direction: column-reverse;
}
.special-wrap .page-about-text{
  padding-top: 5rem;
}
@media only screen and (min-width: 56.3125em) {
  /*901px*/
  .special-wrap .page-about-text{
    padding-top: 10rem;
  }
}
@media only screen and (min-width: 64.0625em) {
  /*1025px*/
  .special-wrap .page-about-wrap:nth-child(2n+2) .container{
    flex-direction:row;
}
.special-wrap .container{
  flex-direction: row;
}
}
/* ================================================================================== 
23. Page Rooms
===================================================================================== */
.rooms-wrap article .btn{
  margin-top: 4rem;
}
.house-wrap .container{
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  gap:3%;
}
.house-wrap article{
  width: 31.3%;
  margin-bottom:3%;
  display:flex;
  flex-direction: column;
}
.house-image{
  display: block;
  width: 100%;
  margin-bottom: 2rem;
  overflow: hidden;
}
.house-image img{
  display: block;
  width: 100%;
  height: auto;
  transition: all .4s  ease-in-out;
}
.house-image:hover img{
  transform: scale(1.02);
}
.house-wrap article .btn{
  margin-top: auto;
  align-self: flex-start;
}
.house-wrap article p{
  margin-bottom: 3rem;
}
.amenities  .exp-text {
	width: 33%;
}
.amenities  .exp-text2 {
	width: 33%;
}
.bg2{
  background-color: #f0e5d2;
  background: linear-gradient(90deg, rgba(212,139,56,0.8) 0%, rgb(225, 200, 135) 0, rgba(205,119,34,0.8) 46%, rgba(148,103,57,0.8) 100%);
}
@media only screen and (min-width: 64.0625em) {
  /*1025px*/
  .rooms-wrap article:nth-child(2n+2) .container{
    flex-direction: row-reverse;
  }
}
/* ================================================================================== 
24. Page Blog
===================================================================================== */
.blog-row:not(:last-child){
  margin-bottom: 5rem;
}
.blog-image{
  width: 100%;
  margin-bottom: 5rem;
}
.blog-image img {
	display: block;
	width: 100%;
	height: auto;
	object-fit: cover;
	aspect-ratio: 16/10;
}
.blog-text{
  width: 100%;
}
.page-blog-wrap{
  padding: 5rem 0;
}
.page-blog-text{
  width: 100%;
  margin-top: 5rem;
}
.page-blog-image{
  width: 100%;
}
.page-blog-image img{
  width: 100%;
  height: auto;
  object-fit: cover;
}
.blog-bottom .container{
  background-color: #fffbf4;
  background: linear-gradient(90deg, rgba(212,139,56,0.8) 0%, rgb(225, 200, 135) 0, rgba(205,119,34,0.8) 46%, rgba(148,103,57,0.8) 100%);
  padding: 10rem 5rem;
}
.blog-bottom {
	font-size: 2rem;
	color: #000;
  text-align: center;
}
@media only screen and (min-width: 56.3125em) {
  /*901px*/
  .blog-row{
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    align-items: center;
  }
  .page-blog-wrap{
    padding: 10rem 0;
  }
  .blog-row:not(:last-child){
    margin-bottom: 8rem;
  }
  .blog-image{
    width: 40%;
    margin-bottom: 0;
  }
  .blog-text{
    width: 60%;
    padding: 0 5rem;
  }
  .blog-image img {

    aspect-ratio: 16/13;
  }
  .page-blog-wrap .container{
    display: flex;
    flex-direction: row;
    justify-content: space-between;
  }
  .page-blog-text{
    width: 50%;
    padding-left: 5rem;
    margin-top: 0;
  }
  .page-blog-image{
    width: 50%;
  }
  .page-blog-image img{
    height: 30rem;
  }
}
/* ================================================================================== 
25. Page Photos
===================================================================================== */
.photos-wrapper article{
  width: 100%;
  margin-bottom: 3rem;
}
.photos-wrapper article a{
  display: block;
  width: 100%;
  position: relative;
  overflow: hidden;
}
.photos-wrapper article a img {
	display: block;
	width: 100%;
	height: 30rem;
	transition: all .4s ease-in-out;
	object-fit: cover;
}
.photos-wrapper article a:hover img{
  transform: scale(1.02);
}
.photos-wrapper article h3 {
	color: #fff;
	position: absolute;
	left: 50%;
	top: 50%;
	-webkit-transform: translate(-50%, -50%);
	transform: translate(-50%, -50%);
	text-transform: uppercase;
	width: 100%;
	padding: 0 1.5rem;
	-webkit-text-shadow: 0px 0px 6px #000;
	-moz-text-shadow: 0px 0px 6px #000;
	text-shadow: 0px 0px 6px #000;
	text-align: center;
	margin: 0;
}
@media only screen and (min-width: 30.0625em) {
  /*481px*/
  .photos-wrapper{
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    gap:3%;
  }
  .photos-wrapper article{
    width: 48.5%;
    margin-bottom: 3%;
  }
}
@media only screen and (min-width: 56.3125em) {
  /*901px*/
  .photos-wrapper article{
    width: 31.3%;
  }
}
/* .blog-single-text .container p img {
	float: inherit;
    padding-right: 2rem;
} */
.alignright {
  float: right !important;
  margin: 0 0 1em 1em !important;
}
.alignleft {
  float: left !important;
  margin: 0 1em 1em 0em !important;
}
.aligncenter {
	width: 100%;
	display: flex;
}
.responsive-video {
  position: relative;
  width: 100%;
  overflow: hidden;
  padding-top: 56.25%; 
}
.responsive-video iframe {
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  width: 100%;
  height: 100%;
  border: none;
}
.docs-wrapper{
  display: flex;
  flex-direction: row;
  gap:1rem;
  flex-wrap: wrap;
  justify-content: center;
}
.docs-wrapper a {
	padding-left: 5rem;
	background-image: url(images/docs.svg);
	background-repeat: no-repeat;
	background-size: 2rem;
	background-position: left 1.5rem center;
	padding-right: 2rem;
  transition: all .4s ease-in-out;
}
.docs-wrapper a span{
  margin-top: 5px;
  display: block;
}
.docs-wrapper a:hover{
  background-image: url(images/docs-white.svg);
}
/* ================================================================================== 
26. Cookies
===================================================================================== */
#cookie-law-info-bar{
  background-color: #d48b38 !important;
  color: #fff !important;
}
.cli-style-v2 {
	font-size: 1.2rem !important;
	line-height: 1.6 !important;
	font-weight: 300 !important;
}
.cli_settings_button{
  border:1px solid #fff !important;
  background-color: transparent !important;
  color: #fff !important;
	font-size: 1.2rem !important;
}
.wt-cli-accept-all-btn{
  background-color: #fff !important;
  color: #d48b38 !important;
  font-size: 1.2rem !important;
}
#cookie-law-info-bar[data-cli-style="cli-style-v2"][data-cli-type="widget"] {
	padding: 27px 21px !important;
}
.wt-cli-accept-all-btn, #wt-cli-privacy-save-btn{
  background-color: #d48b38 !important;
  color: #fff !important;
}
.cli-switch input:checked + .cli-slider {
	background-color: #d48b38;
}
.cky-btn-accept {
	background: #d48b38 !important;
	border: 2px solid #d48b38 !important;
}
.cky-btn-reject,  .cky-btn-customize, .cky-btn-preferences {
	color: #d48b38 !important;
	border: 2px solid #d48b38 !important;
}
button.cky-show-desc-btn:not(:hover):not(:active){
  color: #d48b38 !important;
  font-weight: 600;
}
.cky-btn-revisit-wrapper{
  background-color: #d48b38 !important;
}
.cky-switch input[type="checkbox"]:checked {
	background: #d48b38 !important;
}
.exp-box-items {
    display: grid;
    grid-template-columns: repeat(2, 2fr);
    gap: 20px;
    text-align: center;
}
@media only screen and (max-width: 600px) {
  .exp-box-items {
    grid-template-columns: repeat(1, 1fr);
}
}
/*---------------*/
.pagination{
  width: 100%;
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  gap:1rem;
}
.pagination .page-numbers {
	width: 3rem;
	height: 3rem;
	padding: 1rem;
	display: flex;
	align-items: center;
	justify-content: center;
	background-color: transparent;
	border: 1px solid #000;
	color: #000;
	font-size: 1.9rem;
	line-height: 0;
}
.pagination .page-numbers:hover, .pagination .page-numbers.current{
  background-color: #d48b38;
  border-color: #d48b38;
  color: #fff;
}
.pagination .page-numbers.next, .pagination .page-numbers.prev{
  width: 12rem;
}
/* ================================================================================== 
27. Welcome Section
===================================================================================== */
/* section.welcome-text {
	background-color: #fff7e9;
	background-image: url(images/maslina-1.png), url(images/maslina-2.png);
	background-repeat: no-repeat;
	background-size: 40%, 29%;
	background-position: left bottom, right -8rem;
  background-attachment: fixed;
} */
 .welcome-relative{
  position: relative;
  overflow: hidden;
 }


.bg-shadow2 {
	background-image: url(images/Maslina_1.png);
	background-repeat: no-repeat;
	background-size: 100%;
	width: 29rem;
	height: 36rem;
	position: absolute;
	right: -10rem;
	bottom: -210px;
	opacity: 0.3;
}
.bg-shadow2_a {
	background-image: url(images/Maslina_2.png);
	background-repeat: no-repeat;
	background-size: 100%;
	width: 18rem;
	height: 22rem;
	position: absolute;
	left: -47px;
	top: 0;
	opacity: 0.3;
}



.bg-shadow1 {
	background-image: url(images/Palma_3.png);
	background-repeat: no-repeat;
	background-size: 100%;
	width: 25rem;
	height: 30rem;
	position: absolute;
	right: 16%;
	bottom: -5rem;
	opacity: 0.25;
}
.bg-shadow3 {
	background-image: url(images/Naranca.png);
	background-repeat: no-repeat;
	background-size: 100%;
	width: 30rem;
	height: 53rem;
	position: absolute;
	left: 0;
	top: -5rem;
	opacity: 0.14;
}
.bg-shadow4 {
	background-image: url(images/Vinova-loza-1.png);
	background-repeat: no-repeat;
	background-size: 100%;
	width: 23rem;
	height: 29rem;
	position: absolute;
	right: 0;
	bottom: 0;
	opacity: 0.3;
}
.bg-shadow4_a {
	background-image: url(images/Vinova-loza-2.png);
	background-repeat: no-repeat;
	background-size: 100%;
	width: 20rem;
	height: 27rem;
	position: absolute;
	left: -47px;
	top: 0;
	opacity: 0.3;
}
.bg-shadow5 {
	background-image: url(images/Lavanda_2.png);
	background-repeat: no-repeat;
	background-size: 100%;
	width: 100%;
	height: 31rem;
	position: absolute;
	left: 0;
	transform: translateX(-50%);
	bottom: 0;
	opacity: 0.3;
}
.bg-shadow6 {
	background-image: url(images/Palma_2.png);
	background-repeat: no-repeat;
	background-size: cover;
	width: 100%;
	height: 100%;
	position: absolute;
	left: 0;
	top: 0;
	opacity: 0.3;
	background-position: left center;
}
@media only screen and (max-width: 30em) {
  /*480px*/
  .home-w .bg-shadow2 {

    width: 37rem;
    height: 44rem;
 
  }
   .home-w  .bg-shadow2_a {

    width: 24rem;
    height: 22rem;
 
  }
}
@media only screen and (min-width: 30.0625em) {
  /*481px*/
  .bg-shadow2 {
    width: 35rem;
    height: 40rem;
    
 
  }
  .bg-shadow6{
    	height: 41rem;
      	background-size: 100%;
  }
   .bg-shadow3 {
    width: 34rem;
    height: 53rem;

  }
.bg-shadow5 {
	background-size: 70rem;
  background-position: center;
	height: 34rem;
	left: 0;

}
.bg-shadow1 {
	width: 32rem;
	height: 30rem;

}
}
@media only screen and (min-width: 48.0625em) {
  /*769px*/
  .bg-shadow3 {
    width: 51rem;
    height: 63rem;

  }
  .bg-shadow6 {
	background-size: 50%;
  }
  .bg-shadow1 {
	height: 39rem;

}

}
@media only screen and (min-width: 64.0625em) {
  /*1025px*/
  .bg-shadow2_a {
    width: 28rem;
    height: 27rem;
  }
  .bg-shadow2 {
    width: 45rem;
    height: 50rem;

  }
  .bg-shadow4_a {
    width: 29rem;
    height: 37rem;
  }
.bg-shadow4 {
	width: 39rem;
	height: 63rem;
}
  .bg-shadow3 {
    width: 69rem;
    height: 70rem;
 
  }
.bg-shadow5 {
	width: 100%;
	height: 40rem;
  background-size: 90rem;

}
}
@media only screen and (min-width: 80.0625em) {
  /*1281px*/
  .bg-shadow2 {
    width: 60rem;
  }
  .bg-shadow2_a {
    width: 36rem;
    height: 30rem;
    left: 0;
  }
 
  .bg-shadow4_a {
    width: 37rem;
    height: 50rem;
    left: 0;
  }
  .bg-shadow1 {
	width: 49rem;
	height: 50rem;

}
  }
.bg-new {
	background-color: #fff7e9;
	position: relative;
	z-index: 2;
}
.welcome-inner{
  max-width: 90rem;
  width: 100%;
  margin: 0 auto;
  text-align: center;
  font-size: 3.2rem;
  line-height: 4.5rem;
}
.welcome-inner .btn{
  margin-top: 3rem;
}
 .contact-page-font .welcome-inner{
    font-size: 2.8rem;
  line-height: 3.1rem;
  }
  .welcome-inner ul{
    list-style: none;
    padding: 0;
    margin: 0;
  }
@media only screen and (min-width: 48.0625em) {
  /*769px*/

}
 
@media only screen and (min-width: 64.0625em) {
  /*1025px*/
  .welcome-inner{
  font-size: 3.4rem;
  line-height: 4.8rem;

}
 .contact-page-font .welcome-inner{
    font-size: 2.8rem;
  line-height: 3.8rem;
  }
  

}
@media only screen and (min-width: 80.0625em) {
  /*1281px*/
    .welcome-inner{
  font-size: 3.8rem;
    }
}
/* ================================================================================== 
28. Image Slider Section
===================================================================================== */
/* section.property-text {
	background-image: url(images/lavanda-1.png);
	background-position: right 13rem bottom -32rem;
	background-size: 80rem;
} */
.image-slider{
  overflow: hidden;
    touch-action: pan-y;
  -webkit-overflow-scrolling: touch;
}

/* ================================================================================== 
29. Rooms & Suites Section
===================================================================================== */
.home-heros{
  overflow: hidden;
}
.home-heros img{
  display: block;
  width: 100%;
  height: auto;
  object-fit: cover;
  aspect-ratio: 16/16;
  transition: all .4s ease-in-out;
}
.home-heros:hover  img{
  transform: scale(1.02);
}
.home-heros{
  position: relative;
}
.hero-overlay{
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background: linear-gradient(to right, rgba(0,0,0,0.5) 0%,rgba(0,0,0,0) 60%);
  z-index: 1;
}
.hero-text{
  position: absolute;
  left: 0;
  top:0;
  width: 100%;
  height: 100%;
  z-index: 2;
}
.hero-text .container{
  height: 100%;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: flex-start;
  color: #fff;
}
.hero-text .title{
  margin-bottom: 0;
}
.hero-text h2{
  color: #fff;
}
.hero-text .btn-arrow{
  color: #fff;
}
.hero-text-inner{
  max-width: 90rem;
}



 @media only screen and (min-width: 64.0625em) {
  /*1025px*/
  .home-heros img{
    aspect-ratio: 16/6.66;
  }
}
/*------------*/
.image-slider img{
  display: block;
  width: 100%;
  height: auto;
  object-fit: cover;
  aspect-ratio: 16/10;
  transition: all .4s ease-in-out;
}


.image-slider .slick-track{
  display: flex;
  align-items: center;
}
.image-slider-section{
  background-color: #fff7e9;
}
.slick-slider, 
.slick-track, 
.slick-slide {
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  user-select: none;
  touch-action: pan-y;
  -webkit-overflow-scrolling: touch;
}

@media only screen and (min-width: 37.5625em) {
  /*601px*/
  .image-slider .slick-list{
    margin: 0 -60rem;
}
.image-slide{
  padding: 0 1rem;
  /* transition: all .4s ease-in-out; */
    aspect-ratio: 9/5;
    display: flex !important;
    align-items: center;
  
}
  .image-slider img{
    aspect-ratio: 9/4;
  }
.image-slide.slick-center img{
  aspect-ratio: 9/5;
}
}
@media only screen and (min-width: 50.0625em) {
  /*801px*/
  .image-slider .slick-list{
    margin: 0 -80rem;
}
}
@media only screen and (min-width: 90.0625em) {
  /*1441x*/
  .image-slider .slick-list{
    margin: 0 -100rem;
}
}
/*---*/
  .image-slider  .slick-prev{
    left: 2rem;
    filter: brightness(0) invert(100);
  }
  .image-slider  .slick-next{
     filter: brightness(0) invert(100);
    right: 2rem;
  }
  .text-sm-pages{
    font-size: 2.4rem;
  }
  .no-bg{
    background-image: none !important;
  }
 
  .single-no-btn .btn{
    margin-top: 0;
  }
  .padd-bt{
    padding-bottom: 1px !important;
    padding-top: 5rem;
  }
  .padd-bt2{
        padding-bottom: 1px !important;
  }
  @media only screen and (min-width: 56.3125em) {
  /*901px*/
   
  }
  @media only screen and (min-width: 80.0625em) {
  /*1281px*/
    .padd-bt{
      padding-top: 7rem;
    }
  }
  .blog-inner{
    max-width: 90rem;
    width: 100%;
  }
    .blog-inner h1{
      text-align: left;
    }
.grecaptcha-badge{
  display: none !important;
}
.fixed-btns{
  position: fixed;
  bottom: 1rem;
  right: 1rem;
  z-index: 1;
  display: none;
  align-items: center;
  gap:1rem;
  z-index: 10;
  text-align: center;
}
.fixed-btns .btn{
  padding: 0.3rem 2rem;
  font-size: 2rem;
}
.cky-revisit-bottom-left {

	left: 1rem  !important;
}
.fixed-btns .btn:hover{
 background-color: #FFF7E9;
}
@media only screen and (max-width: 48em) {
  /*768px*/
  .fixed-btns{
    width: 100%;
    left: 0;
    bottom: 0;
    display: flex;
    justify-content: space-between;
  }
  .fixed-btns .btn{
    width: 49%;
    padding: 1rem 2rem;
    border-radius: 0;
  }
  .scroll-up{
     bottom: 5rem;
  }
  .cky-revisit-bottom-left {
	  bottom: 7.5rem  !important;
  }
  
}
/*---------*/
.scroll-up{
  position: fixed;
  z-index: 20;
  bottom: 7.5rem;
  right: 2rem;
  cursor: pointer;
  display: none;

}
.scroll-up-inner:hover{
  background-color: #000;
}
.scroll-up-inner {
	width: 45px;
	height: 45px;
	border-radius: 50%;
	background-color: #d48b38;
	color: #fff;
    transition: all .4s ease-in-out;
	display: flex;
	align-items: center;
	justify-content: center;
	font-size: 3.6rem;
	background-image: url(images/arrow-top.svg);
	background-repeat: no-repeat;
	background-position: center;
	background-size: 1.7rem;
}
@media only screen and (min-width: 48.0625em) {
  /*769px*/
  .scroll-up-inner{
    width: 6rem;
    height: 6rem;
    background-size: 3rem;
    font-size: 5.4rem;
  }
  .scroll-up{
    bottom: 5rem;
    right: 3rem;
  }

}
 
/*------------*/
.tags, .btn-back-section{
  padding: 6rem 0;
}

@media only screen and (min-width: 64.0625em) {
  /*1025px*/
  .tags,.btn-back-section{
    padding: 10rem 0;
  }

}
.tags, .btn-back-section{
  padding-bottom: 0;
}
.tags a {
	display: inline-block;
	border: 1px solid #000;
	color: #000;
	padding: 0.3rem 2.8rem;
	border-radius: 10rem;
	font-size: 2.3rem;
}
.tags-wrapper {
	display: flex;
	flex-direction: row;
	flex-wrap: wrap;
	gap: 2rem;
	justify-content: center;
	margin: 0 auto;
	max-width: 69rem;
	width: 100%;
}
.tags a:hover{
  background-color: #d48b38;
  border-color: #d48b38;
  color: #fff;
}
/*------------*/
.btn-back{
  color: #000;
}
.btn-back-section .container{
  display: flex;
  flex-direction: row;
  justify-content: center;
}
.btn-back::after {
	content: '\2190';
	left: -3rem;
  right: auto;
  animation: arrowMove2 1.2s infinite linear;
}

@keyframes arrowMove2 {
  0% {
    left: -3rem;
  }
  50% {
    left: -4rem;
  }
  100% {
    left: -3rem;
  }
}
/*----------*/
.down-scroll {
	position: absolute;
	left: 50%;
	bottom: 5rem;
	transform: translateX(-50%);
	width: 5rem;
	height: 5rem;
	font-size: 3rem;
	color: #fff;
	cursor: pointer;
   animation: scrollBounce 2s infinite alternate ease-in-out; /* animation added */
}
.down-scroll::before{
  content: '\2193';
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%,-50%);
}
@keyframes scrollBounce {
  0% {
    bottom: 5rem;
  }
  100% {
    bottom: 3rem; /* moves down */
  }
}

section.fixed-top.fotke img {
    object-fit: cover;
}
/*---------*/
.partners-footer {
	display: flex;
	flex-direction: column;
	flex-wrap: wrap;
align-items: center;
	padding: 5rem 0 0 0;
	max-width: 50rem;
	margin: 0 auto;
	width: 100%;
}
.partners-box{
  width: 15rem;

  margin-bottom: 4rem;
}
.partners-box img{
  display: block;
  width: 100%;
      height: auto;

}
.partners-box:last-child{
  margin-bottom: 0;
}
@media only screen and (min-width: 30.0625em) {
  /*481px*/
  .partners-footer {
	padding: 10rem 0 0 0;
	flex-direction: row;
  	justify-content: space-between;
    align-items: flex-start;
  }
  .partners-box{
    margin-bottom: 0;
  }

}
@media only screen and (min-width: 48.0625em) {
  /*769px*/
  .partners-footer {
	padding: 15rem 0 0 0;
  }
  .partners-box{
  width: 26rem;
}
.partners-footer {
	max-width: 90rem;
}
}
/*--------*/

.bg-shadow-about{
  background-image: url(images/bg-shadow-about.png);
  z-index: 4;

    width: 31rem;
  height: 44rem;
    left: 0;
    top: 5rem;
}
.about-bg-relative{
  overflow: visible;
}
.bg-shadow-about2{
  background-image: url(images/bg-shadow-about2.png);
    z-index: 4;
       width: 31rem;
  height: 44rem;
    left: 0;
    top: 5rem;
}

.bg-shadow-about3 {
	background-image: url(images/bg-shadow-about3.png);
	bottom: -39rem;
	right: 2rem;
	z-index: 4;
}
.about-property-page .events-wrapper:nth-child(2){
  position: relative;
}
.suites-bg1 {
	background-image: url(images/suites-bg1.png);
width: 34rem;
  height: 30rem;
    z-index: 4;
}
.suites-bg2 {
	background-image: url(images/suites-bg2.png);
width: 24rem;
  height: 40rem;
    z-index: 0;
    left: 2rem;
}

.suites-bg3 {
	background-image: url(images/suites-bg3.png);
	z-index: 1;
	left: 9%;
	width: 40rem;
	height: 58rem;
	bottom: -33rem;
	right: auto;
}
.events-bg1 {
	background-image: url(images/before-bg.png);
	width: 65rem;
	height: 80rem;
  width: 33rem;
  height: 60rem;
	z-index: 1;
	left: 2rem;
	right: 0;
	left: auto;
}
.experiences-bg1 {
	background-image: url(images/experiences-bg1.png);
	z-index: 1;
	top: 5rem;
	right: 5rem;
}
.experiences-bg2 {
	background-image: url(images/experiences-bg2.png);
	z-index: 1;
	width: 37rem;
	top: auto;
}
.restaurant-bg1 {
	background-image: url(images/restaurant-bg1.png);
	background-size: 100%;
	width: 40rem;
	height: 50rem;
  width: 23rem;
  height: 42rem;
	top: -25rem;
	bottom: auto;
	left: 15rem;
}


@media only screen and (min-width: 33.75em) {
  /*540px*/
  .suites-bg1 {

width: 56rem;
  height: 40rem;
}
}
@media only screen and (min-width: 56.3125em) {
  /*901px*/
  .events-bg1 {
	width: 65rem;
	height: 80rem;
  }
  .bg-shadow-about3 {
	bottom: 0;
	right: 12rem;
}
.restaurant-bg1 {
	width: 40rem;
	height: 50rem;
}
.experiences-bg2 {

	width: 57rem;
}
.suites-bg3 {
	left: 39%;
	width: 50rem;
}
.suites-bg1 {
  width: 86rem;
    height: 60rem;
}
.suites-bg2 {
 width: 34rem;
    height: 60rem;
       left: 18rem;
}

.about-property-page .events-wrapper:nth-child(2)::before {
	content: '';
	position: absolute;
	bottom: -7rem;
	right: 21rem;
	width: 33rem;
	height: 40rem;
	background-image: url(images/before-bg.png);
	background-repeat: no-repeat;
	background-position: center;
	background-size: 100%;
	opacity: 0.3;
}
} 
section.about-property-page2:nth-of-type(5) .events-wrapper{
position: relative;
}
section.about-property-page2:nth-of-type(5) .events-wrapper::before{
	content: '';
	position: absolute;
	bottom: -7rem;
	right: 0;
	width: 33rem;
	height: 40rem;
	background-image: url(images/before-bg2.png);
	background-repeat: no-repeat;
	background-position: center;
	background-size: 100%;
	opacity: 0.3;
}
@media only screen and (min-width: 80.0625em) {
  /*1281px*/
  .suites-bg3 {
	left: 39%;
	width: 80rem;
	height: 58rem;
	bottom: -24rem;

}
}
@media only screen and (min-width: 64.0625em) {
  /*1025px*/
  .bg-shadow-about{
      width: 46rem;
    height: 61rem;
  }
  .bg-shadow-about2{
        width: 46rem;
    height: 61rem;
  }
}

@media (max-width:620px) {
  .intro-text .btn-arrow {
    width: 70% !important;
  }
}