/************************************************************/
/************************************************************/
/************************************************************/
/************************************************************/
html,
body,
body div,
span,
object,
iframe,
h1,
h2,
h3,
h4,
h5,
h6,
p,
blockquote,
pre,
abbr,
address,
cite,
code,
del,
dfn,
em,
img,
ins,
kbd,
q,
samp,
small,
strong,
sub,
sup,
var,
b,
i,
dl,
dt,
dd,
ol,
ul,
li,
fieldset,
form,
label,
legend,
table,
caption,
tbody,
tfoot,
thead,
tr,
th,
td,
article,
aside,
figure,
footer,
header,
hgroup,
menu,
nav,
section,
time,
mark,
audio,
video {
  margin: 0;
  padding: 0;
  border: 0;
  outline: 0;
  font-size: 100%;
  vertical-align: baseline;
  background: transparent;
}
article,
aside,
figure,
footer,
header,
hgroup,
nav,
section {
  display: block;
}
/* 	apply a natural box layout model to all elements 
	http://www.paulirish.com/2012/box-sizing-border-box-ftw/
*/
*:before,
*:after {
  box-sizing: border-box;
}
/************************************************************/
/************************************************************/
/************************************************************/
/************************************************************/
/************************************************************/
/************************************************************/
@font-face {
  font-family: "Druk";
  src: url('../fonts/Druk-Heavy-Web.woff');
  font-weight: 800;
  font-style: normal;
}
@font-face {
  font-family: "Neue";
  src: url('../fonts/NeueMontreal-Regular.ttf');
  font-weight: 400;
  font-style: normal;
}
@font-face {
  font-family: "Neue";
  src: url('../fonts/NeueMontreal-Medium.ttf');
  font-weight: 500;
  font-style: normal;
}
/************************************************************/
/************************************************************/
/**********************/
/************************************************************/
/************************************************************/
.bttn-holder {
  display: flex;
  align-items: center;
  justify-content: center;
}
.bttn-holder a {
  color: #124734;
  text-transform: uppercase;
  font-size: clamp(16px, 1.8vw, 18px);
  background-color: transparent;
  padding: 10px 20px;
  display: inline-block;
  border-radius: 200px;
  text-align: center;
  border: 1px solid #124734;
  transition: 0.3s ease-in-out;
  font-weight: 500;
}
.bttn-holder.left {
  justify-content: flex-start;
}
.bttn-holder.left a {
  margin: 0;
}
.bttn-holder.white a {
  color: #F7F6EA;
  border: 1px solid #F7F6EA;
}
.bttn-holder.white a:hover {
  color: #124734;
  background-color: #F7F6EA;
  transition: 0.3s ease-in-out;
}
.bttn-holder a:hover {
  color: #F7F6EA;
  background-color: #124734;
  transition: 0.3s ease-in-out;
}
/************************************************************/
/************************************************************/
.input-error {
  border: 1px solid #FF0000;
}
input,
textarea {
  border: none;
  max-width: 100%;
}
/************************************************************/
/************************************************************/
.icon {
  display: inline-block;
}
.no-svg .icon {
  display: inline-block;
}
@media only screen and (min-width: 480px) {
  .no-svg .icon {
    display: inline-block;
  }
}
@media only screen and (min-width: 768px) {
  .no-svg .icon {
    display: inline-block;
  }
}
@media only screen and (min-width: 992px) {
  .no-svg .icon {
    display: inline-block;
  }
}
@media only screen and (min-width: 1200px) {
  .no-svg .icon {
    display: inline-block;
  }
}
/************************************************************/
/************************************************************/
#cookieMessageWrapper {
  background: #CCCCCC;
  width: 100%;
  position: fixed;
  bottom: 0px;
  z-index: 6;
  padding: 10px;
}
#cookieMessage {
  display: block;
  margin: 0 auto;
  max-width: 918px;
}
.txt_cookies {
  text-transform: none;
  font-size: 12px;
  font-size: 1.2rem;
}
.txt_cookies a:hover {
  background: transparent;
  text-decoration: underline;
}
#cookieClose {
  text-transform: lowercase;
  text-decoration: underline;
  cursor: pointer;
}
* {
  image-rendering: optimizeSpeed;
  /*                     */
  image-rendering: -moz-crisp-edges;
  /* Firefox             */
  image-rendering: -o-crisp-edges;
  /* Opera               */
  image-rendering: -webkit-optimize-contrast;
  /* Chrome (and Safari) */
  image-rendering: auto;
  /* CSS3 Proposed       */
  -ms-interpolation-mode: nearest-neighbor;
  /* IE8+                */
}
/* Base styles */
html {
  font-size: 62.5%;
  /* Sets up the Base 10 stuff */
}
body {
  font-size: 16px;
  font-size: 1.6rem;
  font-family: Arial, sans-serif;
}
html,
body {
  height: 100%;
}
ul,
ol {
  list-style: none;
  margin: 0;
  padding: 0;
}
a {
  text-decoration: none;
}
@media print {
  /************************************************************/
  /************************************************************/
  * {
    background: transparent !important;
    color: black !important;
    box-shadow: none !important;
    text-shadow: none !important;
    filter: none !important;
    -ms-filter: none !important;
  }
  @page {
    margin: 0.5cm;
  }
  h2,
  h3 {
    orphans: 3;
    widows: 3;
    page-break-after: avoid;
  }
  p {
    orphans: 3;
    widows: 3;
  }
  pre,
  blockquote {
    border: 1px solid #CCCCCC;
    page-break-inside: avoid;
  }
  abbr[title]:after {
    content: " (" attr(title) ")";
  }
  a,
  a:visited {
    text-decoration: underline;
  }
  a[href]:after {
    content: " (" attr(href) ")";
  }
  a[href^="javascript:"]:after,
  a[href^="#"]:after {
    content: "";
  }
  img {
    max-width: 100% !important;
    page-break-inside: avoid;
  }
  thead {
    display: table-header-group;
  }
  tr {
    page-break-inside: avoid;
  }
}
body::after {
  content: 'vSmart';
  display: none;
}
.container,
.container-fluid {
  max-width: 320px;
}
/************************************************************/
/************************************************************/
* {
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
  -webkit-tap-highlight-color: transparent;
  /* For some Androids */
}
html {
  width: 100%;
  height: 100%;
}
body {
  margin: 0;
  padding: 0;
  text-rendering: geometricPrecision;
  width: 100%;
  height: 100%;
  font-size: clamp(16px, 1.8vw, 22px);
  font-family: 'Neue', sans-serif;
  font-weight: 400;
  line-height: 1.2;
  color: #124734;
}
:focus {
  outline: none;
}
a:focus {
  outline: none;
}
#loader {
  position: fixed;
  top: 0;
  left: 0;
  width: 100vw;
  height: 100vh;
  background-color: #124734;
  z-index: 1000000000;
  background-image: url('../img/bandido_spinner.gif');
  background-size: 200px;
  background-position: center;
  background-repeat: no-repeat;
}
.owl-carousel .owl-dots {
  margin-top: 30px;
  display: flex !important;
  align-items: center;
  justify-content: center;
}
.owl-carousel .owl-dots .owl-dot {
  border-radius: 50px;
  background: transparent;
  border: 1px solid white;
  width: 10px;
  height: 10px;
  margin: 5px 3px;
  transition: 0.3s ease-in-out;
}
.owl-carousel .owl-dots .owl-dot.active {
  background: white;
  transition: 0.3s ease-in-out;
}
header {
  position: fixed;
  top: 0;
  left: 0;
  background-color: #F7F6EA;
  transition: 0.3s ease-in-out;
  width: 100%;
  z-index: 99999;
  box-shadow: 0px 0px 10px 2px rgba(0, 0, 0, 0);
}
header .inner-header-container {
  width: 90%;
  margin: 0 auto;
  max-width: 1350px;
  padding: 15px 0;
  display: flex;
  align-items: center;
}
header .inner-header-container .site-branding {
  margin-right: 30px;
}
header .inner-header-container .site-branding a {
  display: block;
  width: 100%;
  max-width: 120px;
  position: relative;
}
header .inner-header-container .site-branding a img {
  display: block;
  width: 100%;
  height: auto;
}
header .inner-header-container .site-branding a img.base {
  opacity: 1;
  transition: 0.3s ease-in-out;
}
header .inner-header-container .site-branding a img.white {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  opacity: 0;
  transition: 0.3s ease-in-out;
}
header .inner-header-container .burger-holder {
  width: 23px;
  height: 20px;
  position: relative;
  cursor: pointer;
  margin-left: auto;
}
header .inner-header-container .burger-holder .bar {
  width: 100%;
  height: 3px;
  border-radius: 5px;
  background-color: #124734;
  transition: 0.5s ease-in-out;
  opacity: 1;
  position: absolute;
  top: 0;
  left: 0;
}
header .inner-header-container .burger-holder .bar:nth-child(2) {
  top: 8px;
  left: 0;
}
header .inner-header-container .burger-holder .bar:last-child {
  top: 16px;
  left: 0;
}
header .inner-header-container .burger-holder.open .bar {
  top: 50%;
  left: 50%;
  transition: 0.5s ease-in-out;
  transform: translate(-50%, -50%) rotate(45deg);
}
header .inner-header-container .burger-holder.open .bar:nth-child(2) {
  opacity: 0;
}
header .inner-header-container .burger-holder.open .bar:last-child {
  transform: translate(-50%, -50%) rotate(-45deg);
}
header.transparent-menu,
header.menu-open {
  background-color: transparent;
}
header.transparent-menu .inner-header-container .site-branding a img.base,
header.menu-open .inner-header-container .site-branding a img.base {
  opacity: 0;
}
header.transparent-menu .inner-header-container .site-branding a img.white,
header.menu-open .inner-header-container .site-branding a img.white {
  opacity: 1;
}
header.transparent-menu .inner-header-container .burger-holder .bar,
header.menu-open .inner-header-container .burger-holder .bar {
  background-color: #F7F6EA;
}
header.scrolled {
  background-color: #124734;
  transition: 0.3s ease-in-out;
  box-shadow: 0px 0px 10px 2px rgba(0, 0, 0, 0.3);
}
header.scrolled .inner-header-container .site-branding a img.base {
  opacity: 0;
}
header.scrolled .inner-header-container .site-branding a img.white {
  opacity: 1;
}
header.scrolled .inner-header-container .burger-holder .bar {
  background-color: #F7F6EA;
}
header.scrolled.transparent-menu {
  background-color: #F7F6EA;
}
header.scrolled.transparent-menu .inner-header-container .site-branding a img.base {
  opacity: 1;
}
header.scrolled.transparent-menu .inner-header-container .site-branding a img.white {
  opacity: 0;
}
header.scrolled.transparent-menu .inner-header-container .burger-holder .bar {
  background-color: #124734;
}
header.scrolled.menu-open {
  box-shadow: 0px 0px 10px 2px rgba(0, 0, 0, 0);
  background-color: transparent;
}
.title-font {
  font-family: 'Druk', sans-serif;
  font-weight: 800;
  font-size: clamp(80px, 10vw, 200px);
  text-align: center;
  line-height: 0.8;
}
.inner-image-container {
  position: relative;
  overflow: hidden;
}
.inner-image-container img,
.inner-image-container video {
  width: 100%;
  height: 100%;
  display: block;
  object-fit: cover;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}
#menu-container {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: 99990;
  background-color: #124734;
  padding-top: 40px;
  overflow-x: hidden;
  overflow-y: scroll;
  transform: translateX(100%);
  transition: 0.3s ease-in-out;
}
#menu-container .page-navigation {
  width: 100%;
  height: calc(100vh - 40px);
  width: 90%;
  max-width: 1130px;
  margin: 0 auto;
  counter-reset: menuline;
  display: flex;
  flex-direction: column;
  justify-content: center;
}
#menu-container .page-navigation ul li {
  margin-bottom: 50px;
  width: 100%;
}
#menu-container .page-navigation ul li a {
  color: #F7F6EA;
  transition: 0.3s ease-in-out;
  font-size: clamp(50px, 10vw, 200px);
  text-transform: uppercase;
  z-index: 30;
  position: relative;
  padding-left: 40px;
}
#menu-container .page-navigation ul li a::before {
  counter-increment: menuline;
  content: "0" counter(menuline);
  position: absolute;
  top: 15%;
  left: 10px;
  font-family: 'Neue', sans-serif;
  color: #F7F6EA;
  font-weight: 400;
  transition: 0.3s ease-in-out;
  z-index: 30;
  font-size: clamp(20px, 3vw, 33px);
}
#menu-container .page-navigation ul li .floating-image-holder {
  position: absolute;
  top: 0%;
  left: 0%;
  z-index: 10;
  width: 100%;
  max-width: 250px;
  opacity: 0;
  pointer-events: none;
  transition: opacity 0.8s ease-in-out;
}
#menu-container .page-navigation ul li .floating-image-holder .inner-image-container {
  padding-top: 140%;
}
#menu-container .page-navigation ul li .floating-image-holder.active {
  opacity: 1;
  transition: opacity 0.8s ease-in-out;
}
#menu-container .page-navigation ul li:hover a {
  color: #FF4438;
  transition: 0.3s ease-in-out;
}
#menu-container .page-navigation ul li:hover a::before {
  transition: 0.3s ease-in-out;
  color: #FF4438;
}
#menu-container.open {
  transform: translateX(0%);
  transition: 0.3s ease-in-out;
}
.floating-button-holder {
  display: none;
  position: fixed;
  bottom: 5%;
  right: 5%;
  z-index: 100;
  width: 172px;
  height: 172px;
  padding: 0 !important;
  background: transparent !important;
  border-radius: 200px !important;
}
.floating-button-holder .floating-button {
  width: 100%;
  height: 100%;
  position: relative;
  background-color: #124734;
  border-radius: 200px;
  box-shadow: 0px 0px 10px 2px rgba(0, 0, 0, 0.3);
}
.floating-button-holder .floating-button .outter-text-holder,
.floating-button-holder .floating-button .center-text-holder {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}
.floating-button-holder .floating-button .outter-text-holder img,
.floating-button-holder .floating-button .center-text-holder img {
  width: 100%;
  display: block;
}
.floating-button-holder .floating-button .outter-text-holder {
  width: 90%;
}
.main-container {
  background-color: #F7F6EA;
}
.main-container section {
  padding-top: 60px;
  padding-bottom: 65px;
}
.main-container.home .intro {
  padding-bottom: 0;
}
.main-container.home .intro .inner-section-holder {
  width: 90%;
  margin: 0 auto;
  max-width: 1170px;
}
.main-container.home .intro .inner-section-holder .title-holder {
  position: relative;
  z-index: 30;
  transform: translateY(25%);
  margin: 0 auto;
  width: 90%;
  max-width: 690px;
  pointer-events: none;
}
.main-container.home .intro .inner-section-holder .video-holder {
  position: relative;
  z-index: 20;
  width: 100%;
  cursor: none;
}
.main-container.home .intro .inner-section-holder .video-holder .cursor-holder {
  position: absolute;
  top: 0;
  left: 0;
  width: 107px;
  height: 107px;
  border-radius: 200px;
  background-color: #FFC629;
  z-index: 50;
  opacity: 0;
  transition: opacity 0.3s ease-in-out;
  pointer-events: none;
}
.main-container.home .intro .inner-section-holder .video-holder .cursor-holder p {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  color: #124734;
  font-size: 20px;
}
.main-container.home .intro .inner-section-holder .video-holder .cursor-holder.visible {
  opacity: 1;
  transition: opacity 0.3s ease-in-out;
}
.main-container.home .intro .inner-section-holder .video-holder .top-image-holder {
  position: relative;
  width: 100%;
  z-index: 40;
}
.main-container.home .intro .inner-section-holder .video-holder .top-image-holder .inner-image-container {
  width: 100%;
  padding-top: 110%;
}
.main-container.home .villas {
  background-color: #124734;
  padding: 60px 0;
}
.main-container.home .villas .inner-section-holder {
  margin: 0 auto;
  width: 100%;
  position: relative;
}
.main-container.home .villas .inner-section-holder .title-holder {
  position: relative;
  margin-bottom: 30px;
  z-index: 160;
  padding-left: 20px;
}
.main-container.home .villas .inner-section-holder .title-holder h1 {
  color: #F7F6EA;
  text-align: left;
  text-transform: uppercase;
}
.main-container.home .villas .inner-section-holder .gallery-holder {
  position: relative;
}
.main-container.home .villas .inner-section-holder .gallery-holder .outter-holder {
  overflow-x: scroll;
  overflow-y: hidden;
  width: 100%;
  z-index: 30;
  position: relative;
}
.main-container.home .villas .inner-section-holder .gallery-holder .outter-holder .inner-holder {
  display: flex;
  flex-direction: row;
  padding: 0 25px;
  padding-bottom: 40px;
}
.main-container.home .villas .inner-section-holder .gallery-holder .outter-holder .inner-holder .villa-block {
  flex-shrink: 0;
  flex-basis: 90%;
  margin-right: 26px;
  -webkit-user-select: none;
          user-select: none;
  color: #F7F6EA;
  display: flex;
  flex-direction: column;
}
.main-container.home .villas .inner-section-holder .gallery-holder .outter-holder .inner-holder .villa-block .thumbnail-holder {
  width: 100%;
  margin-bottom: 18px;
}
.main-container.home .villas .inner-section-holder .gallery-holder .outter-holder .inner-holder .villa-block .thumbnail-holder .inner-image-container {
  padding-top: 73%;
}
.main-container.home .villas .inner-section-holder .gallery-holder .outter-holder .inner-holder .villa-block .info-holder {
  display: flex;
  flex-direction: column;
  height: 100%;
}
.main-container.home .villas .inner-section-holder .gallery-holder .outter-holder .inner-holder .villa-block .info-holder .villa-title-holder {
  margin-bottom: 10px;
}
.main-container.home .villas .inner-section-holder .gallery-holder .outter-holder .inner-holder .villa-block .info-holder .villa-title-holder h2 {
  text-transform: uppercase;
  font-size: 33px;
  font-weight: 500;
}
.main-container.home .villas .inner-section-holder .gallery-holder .outter-holder .inner-holder .villa-block .info-holder .text-holder {
  font-size: 20px;
}
.main-container.home .villas .inner-section-holder .gallery-holder .outter-holder .inner-holder .villa-block .info-holder .pax-holder {
  margin-top: 15px;
  margin-bottom: auto;
  text-transform: uppercase;
}
.main-container.home .villas .inner-section-holder .gallery-holder .outter-holder .inner-holder .villa-block .info-holder .bttn-holder {
  margin-top: 15px;
}
.main-container.home .villas .inner-section-holder .gallery-holder .outter-holder::-webkit-scrollbar {
  width: 2px;
  height: 2px;
  background-color: #124734;
}
.main-container.home .villas .inner-section-holder .gallery-holder .outter-holder::-webkit-scrollbar-thumb {
  background-color: #124734;
  /* background-image: -webkit-linear-gradient(45deg, rgba(255, 255, 255, .2) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, .2) 50%, rgba(255, 255, 255, .2) 75%, transparent 75%, transparent); */
}
.main-container.home .villas .inner-section-holder .gallery-holder .outter-holder::-webkit-scrollbar-track {
  /* -webkit-box-shadow: inset 0 0 6px rgba(0,0,0,0.3); */
  background-color: #124734;
}
.main-container.home .villas .inner-section-holder .gallery-holder::before {
  content: "";
  width: 25px;
  height: 100%;
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  background: linear-gradient(to right, #124734, rgba(18, 71, 52, 0));
  z-index: 80;
}
.main-container.home .villas .inner-section-holder .gallery-holder::after {
  content: "";
  width: 25px;
  height: 100%;
  position: absolute;
  top: 0;
  bottom: 0;
  right: 0;
  left: auto;
  background: linear-gradient(to left, #124734, rgba(18, 71, 52, 0));
  z-index: 80;
}
.main-container.home .villas .inner-section-holder .navigation-holder {
  display: none;
  position: absolute;
  top: 50%;
  left: 0;
}
.main-container.home .villas .inner-section-holder .navigation-holder .nav-holder {
  width: 60px;
  height: 60px;
  margin-bottom: 20px;
}
.main-container.home .villas .inner-section-holder .navigation-holder .nav-holder .nav-button {
  position: relative;
  width: 100%;
}
.main-container.home .villas .inner-section-holder .navigation-holder .nav-holder .nav-button img {
  width: 100%;
  height: auto;
  display: block;
}
.main-container.home .villas .inner-section-holder .navigation-holder .nav-holder.nav-left-holder .nav-button img {
  transform: rotate(180deg);
}
.main-container.home .villas .inner-section-holder .navigation-holder .nav-holder:last-child {
  margin-bottom: 0;
}
.main-container.home .about-us .inner-section-holder {
  width: 90%;
  max-width: 875px;
  margin: 0 auto;
}
.main-container.home .about-us .inner-section-holder .columns-holder {
  width: 100%;
  display: flex;
  flex-wrap: wrap;
}
.main-container.home .about-us .inner-section-holder .columns-holder .col {
  flex-basis: 100%;
}
.main-container.home .about-us .inner-section-holder .columns-holder .col .image-holder {
  width: 100%;
}
.main-container.home .about-us .inner-section-holder .columns-holder .col .image-holder .inner-image-container {
  padding-top: 137%;
}
.main-container.home .about-us .inner-section-holder .columns-holder .col.right-col {
  margin-top: 30px;
}
.main-container.home .about-us .inner-section-holder .columns-holder .col.right-col .info-container .column-title-holder {
  margin-bottom: 20px;
}
.main-container.home .about-us .inner-section-holder .columns-holder .col.right-col .info-container .column-title-holder h2 {
  font-weight: 500;
  font-size: 33px;
}
.main-container.home .about-us .inner-section-holder .columns-holder .col.right-col .info-container .text-holder {
  margin-bottom: 39px;
}
.main-container.home .about-us .inner-section-holder .columns-holder .col.right-col .info-container .bttn-holder {
  margin-bottom: 30px;
}
.main-container.home .surroundigs .inner-section-holder {
  width: 90%;
  max-width: 1175px;
  margin: 0 auto;
}
.main-container.home .surroundigs .inner-section-holder .title-holder {
  width: 90%;
  margin: 0 auto;
  max-width: 906px;
  margin-bottom: 40px;
}
.main-container.home .surroundigs .inner-section-holder .text-holder {
  width: 90%;
  margin: 0 auto;
  max-width: 906px;
  margin-bottom: 40px;
}
.main-container.home .surroundigs .inner-section-holder .text-holder > * {
  margin-bottom: 10px;
}
.main-container.home .surroundigs .inner-section-holder .images-container {
  width: 100%;
  display: flex;
  flex-wrap: wrap;
  margin-top: 30px;
}
.main-container.home .surroundigs .inner-section-holder .images-container .image-holder {
  flex-basis: 100%;
  margin-bottom: 30px;
}
.main-container.home .surroundigs .inner-section-holder .images-container .image-holder .inner-image-container {
  width: 100%;
  padding-top: 137%;
}
.main-container.home .surroundigs .inner-section-holder .images-container .image-holder:last-child {
  margin-bottom: 0;
}
.main-container.home .mobile-floating-button {
  width: 100%;
  position: sticky;
  left: 0;
  bottom: 0;
  background-color: #124734;
  padding: 15px;
  text-align: center;
  z-index: 900;
  box-shadow: 2px 2px 10px rgba(0, 0, 0, 0.15);
}
.main-container.home .mobile-floating-button a {
  font-weight: 900;
  font-family: 'Druk', sans-serif;
  font-size: 25px;
  color: #FFFFFF;
  text-transform: uppercase;
}
.main-container.about {
  background-color: #124734;
  color: #F7F6EA;
}
.main-container.about .intro {
  padding-top: 40px;
}
.main-container.about .intro .inner-section-holder {
  width: 90%;
  max-width: 1170px;
  margin: 0 auto;
}
.main-container.about .intro .inner-section-holder .title-holder {
  position: relative;
  z-index: 30;
  transform: translateY(25%);
}
.main-container.about .intro .inner-section-holder .image-holder .inner-image-container {
  width: 100%;
  padding-top: 51.28%;
  margin-bottom: 40px;
}
.main-container.about .intro .inner-section-holder .text-holder {
  width: 90%;
  max-width: 900px;
  margin: 0 auto;
}
.main-container.about .intro .inner-section-holder .text-holder .top-title-holder {
  margin-bottom: 20px;
}
.main-container.about .intro .inner-section-holder .text-holder .top-title-holder h4 {
  font-weight: 500;
  font-size: clamp(20px, 3vw, 33px);
  text-transform: uppercase;
}
.main-container.about .intro .inner-section-holder .text-holder .bottom-text-holder > * {
  margin-bottom: 10px;
}
.main-container.about .full-width-banner {
  width: 100%;
  display: none;
}
.main-container.about .full-width-banner .image-holder {
  width: 100%;
  padding-top: 65%;
  background-position: center;
  background-size: cover;
  background-repeat: no-repeat;
  background-attachment: fixed;
}
.main-container.about .new-age .inner-section-holder {
  width: 90%;
  max-width: 875px;
  margin: 0 auto;
}
.main-container.about .new-age .inner-section-holder .columns-holder {
  width: 100%;
  display: flex;
  margin-bottom: 60px;
  flex-wrap: wrap;
}
.main-container.about .new-age .inner-section-holder .columns-holder .col {
  flex-basis: 100%;
}
.main-container.about .new-age .inner-section-holder .columns-holder .col .image-holder {
  width: 100%;
}
.main-container.about .new-age .inner-section-holder .columns-holder .col .image-holder .inner-image-container {
  padding-top: 137%;
}
.main-container.about .new-age .inner-section-holder .columns-holder .col.right-col {
  margin-top: 30px;
}
.main-container.about .new-age .inner-section-holder .columns-holder .col.right-col .info-container .highlited-text {
  margin-bottom: 30px;
}
.main-container.about .new-age .inner-section-holder .columns-holder .col.right-col .info-container .highlited-text h3 {
  font-weight: 500;
  color: #124734;
  background-image: linear-gradient(#FFC629, #FFC629);
  background-position: 0% 70%;
  background-repeat: no-repeat;
  background-size: 100% 90%;
  transition: background-size 0.8s ease-in-out;
  display: inline;
}
.main-container.about .new-age .inner-section-holder .columns-holder .col.right-col .info-container .text-holder {
  margin-bottom: 45px;
}
.main-container.about .new-age .inner-section-holder .full-text-block .title-holder {
  width: 90%;
  margin: 0 auto;
  margin-bottom: 40px;
}
.main-container.about .new-age .inner-section-holder .full-text-block .text-holder {
  width: 90%;
  margin: 0 auto;
  margin-bottom: 40px;
}
.main-container.about .new-age .inner-section-holder .full-text-block .text-holder > * {
  margin-bottom: 10px;
}
.main-container.surroundings .intro {
  padding-bottom: 0;
}
.main-container.surroundings .intro .inner-section-holder {
  width: 90%;
  margin: 0 auto;
  max-width: 908px;
}
.main-container.surroundings .intro .inner-section-holder .title-holder {
  margin-bottom: 40px;
}
.main-container.surroundings .intro .inner-section-holder .text-holder > * {
  margin-bottom: 10px;
}
.main-container.surroundings .slide-gallery .images-line {
  width: 100%;
  overflow: hidden;
  margin-bottom: 10px;
}
.main-container.surroundings .slide-gallery .images-line .inner-gallery-holder {
  display: flex;
  position: relative;
  left: -50%;
}
.main-container.surroundings .slide-gallery .images-line .inner-gallery-holder .row-elem {
  flex-shrink: 0;
  flex-basis: 50%;
  padding: 0 5px;
}
.main-container.surroundings .slide-gallery .images-line .inner-gallery-holder .row-elem .inner-image-container {
  padding-top: 100%;
}
.main-container.surroundings .slide-gallery .marquee-holder {
  background-color: #FF4438;
  padding: 0;
}
.main-container.surroundings .slide-gallery .marquee-holder .marquee {
  position: relative;
  width: 100vw;
  max-width: 100%;
  height: 100%;
  overflow: hidden;
  display: flex;
  align-items: center;
}
.main-container.surroundings .slide-gallery .marquee-holder .marquee .track {
  padding: 10px 0;
  white-space: nowrap;
  width: 200%;
  will-change: transform;
  animation: marquee 20s linear infinite;
  display: block;
  margin: 0;
  display: flex;
  align-items: center;
  justify-content: center;
}
.main-container.get-in-touch .marquees-holder {
  padding: 0;
  padding-top: 60px;
}
.main-container.get-in-touch .marquees-holder .marquee-holder {
  padding: 0;
  color: #124734;
}
.main-container.get-in-touch .marquees-holder .marquee-holder .marquee {
  position: relative;
  width: 100vw;
  max-width: 100%;
  height: 100%;
  overflow: hidden;
  display: flex;
}
.main-container.get-in-touch .marquees-holder .marquee-holder .marquee .track {
  padding: 10px 0;
  white-space: nowrap;
  width: 200%;
  will-change: transform;
  display: block;
  margin: 0;
  display: flex;
  justify-content: center;
}
.main-container.get-in-touch .marquees-holder .marquee-holder .marquee .track img {
  display: inline-block;
  width: auto;
  margin: 0 30px;
}
.main-container.get-in-touch .marquees-holder .marquee-holder .marquee .track .icon-holder {
  background-position: center;
  background-size: contain;
  background-repeat: no-repeat;
  display: block;
  flex-basis: 10%;
  margin: 0 10px;
  flex-shrink: 0;
  max-width: 90px;
}
.main-container.get-in-touch .marquees-holder .marquee-holder.green-marquee {
  background-color: #124734;
  color: #F7F6EA;
}
.main-container.get-in-touch .marquees-holder .marquee-holder.green-marquee .marquee .track {
  animation: marquee 20s linear infinite;
}
.main-container.get-in-touch .marquees-holder .marquee-holder.green-marquee .marquee .track .title-font {
  font-size: clamp(90px, 16vw, 270px);
}
.main-container.get-in-touch .marquees-holder .marquee-holder.yellow-marquee {
  background-color: #FFC629;
}
.main-container.get-in-touch .marquees-holder .marquee-holder.yellow-marquee .marquee .track {
  animation: marquee 22s linear infinite;
  animation-direction: reverse;
}
.main-container.get-in-touch .marquees-holder .marquee-holder.white-marquee {
  background-color: #F7F6EA;
}
.main-container.get-in-touch .marquees-holder .marquee-holder.white-marquee .marquee .track {
  animation: marquee 24s linear infinite;
}
.main-container.get-in-touch .marquees-holder .marquee-holder.red-marquee {
  background-color: #FF4438;
}
.main-container.get-in-touch .marquees-holder .marquee-holder.red-marquee .marquee .track {
  animation: marquee 26s linear infinite;
  animation-direction: reverse;
}
.main-container.get-in-touch .get-in-touch-badge-holder {
  display: none;
  width: 250px;
  height: 250px;
  position: fixed;
  bottom: 10%;
  box-shadow: 0px 0px 10px 2px rgba(0, 0, 0, 0.3);
  right: 5%;
  border-radius: 200px;
  z-index: 60;
}
.main-container.get-in-touch .get-in-touch-badge-holder svg {
  width: 100%;
  height: auto;
  display: block;
  opacity: 1;
  transition: 0.3s ease-in-out;
}
.main-container.get-in-touch .get-in-touch-badge-holder .contact-container {
  position: absolute;
  opacity: 0;
  pointer-events: none;
  transition: 0.3s ease-in-out;
  width: 100%;
  height: 100%;
  border-radius: 200px;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  background-color: #FFC629;
  padding: 20px;
  display: flex;
  align-items: center;
  justify-content: center;
}
.main-container.get-in-touch .get-in-touch-badge-holder .contact-container .info-holder {
  font-family: 'Druk', sans-serif;
  font-weight: 800;
  font-weight: 500;
  color: #124734;
  text-align: center;
  width: 90%;
  font-size: 25px;
}
.main-container.get-in-touch .get-in-touch-badge-holder .contact-container .info-holder p {
  text-transform: uppercase;
  margin-bottom: 15px;
}
.main-container.get-in-touch .get-in-touch-badge-holder .contact-container .info-holder a {
  display: block;
  margin-bottom: 5px;
  color: #124734;
}
.main-container.get-in-touch .get-in-touch-badge-holder .contact-container .info-holder a:hover {
  color: #124734;
}
.main-container.get-in-touch .get-in-touch-badge-holder .contact-container .info-holder a:last-child {
  margin-bottom: 0;
}
.main-container.get-in-touch .get-in-touch-badge-holder:hover svg {
  opacity: 0;
  transition: 0.3s ease-in-out;
}
.main-container.get-in-touch .get-in-touch-badge-holder:hover .contact-container {
  opacity: 1;
  pointer-events: all;
  transition: 0.3s ease-in-out;
}
.main-container.villas .intro-section {
  padding-bottom: 0;
}
.main-container.villas .intro-section .inner-section-holder {
  width: 90%;
  max-width: 908px;
  margin: 0 auto;
}
.main-container.villas .intro-section .inner-section-holder .title-holder {
  text-transform: uppercase;
  text-align: center;
}
.main-container.villas .villas-block {
  padding-top: 0;
}
.main-container.villas .villas-block .filter-holder {
  width: 100%;
  background-color: #124734;
  padding: 20px 40px;
}
.main-container.villas .villas-block .filter-holder .filter-inner-holder {
  display: flex;
  color: #F7F6EA;
  width: 90%;
  margin: 0 auto;
  max-width: 1357px;
}
.main-container.villas .villas-block .filter-holder .filter-inner-holder .controls-holder {
  display: flex;
  margin-left: 15px;
}
.main-container.villas .villas-block .filter-holder .filter-inner-holder .controls-holder a,
.main-container.villas .villas-block .filter-holder .filter-inner-holder .controls-holder p {
  color: #F7F6EA;
}
.main-container.villas .villas-block .filter-holder .filter-inner-holder .controls-holder .filter-bttn {
  border: 1px solid #F7F6EA;
  position: relative;
  border-radius: 200px;
  width: 25px;
  height: 25px;
}
.main-container.villas .villas-block .filter-holder .filter-inner-holder .controls-holder .filter-bttn svg {
  width: 10px;
  height: auto;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}
.main-container.villas .villas-block .filter-holder .filter-inner-holder .controls-holder p {
  margin: 0 8px;
}
.main-container.villas .villas-block .floating-bar {
  width: 100%;
  background-color: #124734;
  padding: 20px 40px;
}
.main-container.villas .villas-block .floating-bar .booking-inner-holder {
  display: flex;
  color: #F7F6EA;
  width: 90%;
  margin: 0 auto;
  max-width: 1357px;
  justify-content: center;
  align-items: center;
}
.main-container.villas .villas-block .floating-bar .booking-inner-holder .mphb_sc_search-wrapper {
  flex-basis: 100%;
}
.main-container.villas .villas-block .floating-bar .booking-inner-holder .mphb_sc_search-wrapper form {
  display: flex;
  align-items: center;
  flex-wrap: wrap;
}
.main-container.villas .villas-block .floating-bar .booking-inner-holder .mphb_sc_search-wrapper form p {
  margin-bottom: 20px;
  flex-basis: 100%;
}
.main-container.villas .villas-block .floating-bar .booking-inner-holder .mphb_sc_search-wrapper form p input,
.main-container.villas .villas-block .floating-bar .booking-inner-holder .mphb_sc_search-wrapper form p select,
.main-container.villas .villas-block .floating-bar .booking-inner-holder .mphb_sc_search-wrapper form p textarea {
  width: 100%;
  resize: none;
  background-color: #124734;
  border: none;
  border-bottom: 1px solid #F7F6EA;
  padding-bottom: 8px;
  color: #F7F6EA;
  font-family: 'Neue', sans-serif;
  font-size: 16px;
  border-radius: 0;
  margin-top: 10px;
}
.main-container.villas .villas-block .floating-bar .booking-inner-holder .mphb_sc_search-wrapper form p input::placeholder,
.main-container.villas .villas-block .floating-bar .booking-inner-holder .mphb_sc_search-wrapper form p select::placeholder,
.main-container.villas .villas-block .floating-bar .booking-inner-holder .mphb_sc_search-wrapper form p textarea::placeholder {
  color: #F7F6EA;
  font-family: 'Neue', sans-serif;
  font-size: 16px;
}
.main-container.villas .villas-block .floating-bar .booking-inner-holder .mphb_sc_search-wrapper form p input[type="submit"] {
  text-transform: uppercase;
  font-size: clamp(16px, 1.8vw, 18px);
  background-color: transparent;
  padding: 10px 20px;
  display: inline-block;
  border-radius: 200px;
  text-align: center;
  transition: 0.3s ease-in-out;
  cursor: pointer;
  color: #F7F6EA;
  border: 1px solid #F7F6EA;
}
.main-container.villas .villas-block .floating-bar .booking-inner-holder .mphb_sc_search-wrapper form p input[type="submit"]:hover {
  color: #124734;
  background-color: #F7F6EA;
  transition: 0.3s ease-in-out;
}
.main-container.villas .villas-block .blocks-holder {
  width: 90%;
  margin: 0 auto;
  margin-top: 26px;
  max-width: 1357px;
  display: flex;
  flex-wrap: wrap;
}
.main-container.villas .villas-block .blocks-holder .villa-element {
  flex-basis: 100%;
  margin-bottom: 25px;
}
.main-container.villas .villas-block .mphb_sc_rooms-wrapper {
  width: 90%;
  margin: 0 auto;
  margin-top: 26px;
  max-width: 1357px;
  display: flex;
  flex-wrap: wrap;
}
.main-container.villas .villas-block .mphb_sc_rooms-wrapper .mphb-room-type {
  flex-basis: 100%;
  margin-bottom: 25px;
}
.main-container.single-villa .floating-bar {
  width: 100%;
  background-color: #FFC629;
  padding: 20px 40px;
  z-index: 100;
}
.main-container.single-villa .floating-bar .booking-inner-holder {
  display: flex;
  color: #124734;
  width: 90%;
  margin: 0 auto;
  max-width: 1357px;
  flex-wrap: wrap;
  justify-content: center;
  align-items: center;
}
.main-container.single-villa .floating-bar .booking-inner-holder .form-wrapper {
  flex-basis: 100%;
}
.main-container.single-villa .floating-bar .booking-inner-holder .form-wrapper form {
  display: flex;
  align-items: center;
  flex-wrap: wrap;
}
.main-container.single-villa .floating-bar .booking-inner-holder .form-wrapper form .input-holder {
  margin-bottom: 0;
  flex-basis: 100%;
  margin-bottom: 20px;
}
.main-container.single-villa .floating-bar .booking-inner-holder .form-wrapper form .input-holder label,
.main-container.single-villa .floating-bar .booking-inner-holder .form-wrapper form .input-holder br {
  display: block;
}
.main-container.single-villa .floating-bar .booking-inner-holder .form-wrapper form .input-holder input,
.main-container.single-villa .floating-bar .booking-inner-holder .form-wrapper form .input-holder select,
.main-container.single-villa .floating-bar .booking-inner-holder .form-wrapper form .input-holder textarea {
  width: 100%;
  resize: none;
  background-color: #FFC629;
  border: none;
  border-bottom: 1px solid #124734;
  padding-bottom: 8px;
  color: #124734;
  font-family: 'Neue', sans-serif;
  font-size: 16px;
  border-radius: 0;
}
.main-container.single-villa .floating-bar .booking-inner-holder .form-wrapper form .input-holder input::placeholder,
.main-container.single-villa .floating-bar .booking-inner-holder .form-wrapper form .input-holder select::placeholder,
.main-container.single-villa .floating-bar .booking-inner-holder .form-wrapper form .input-holder textarea::placeholder {
  color: #124734;
  font-family: 'Neue', sans-serif;
  font-size: 16px;
}
.main-container.single-villa .floating-bar .booking-inner-holder .form-wrapper form .input-holder input[type="submit"],
.main-container.single-villa .floating-bar .booking-inner-holder .form-wrapper form .input-holder button[type="submit"] {
  text-transform: uppercase;
  font-size: clamp(16px, 1.8vw, 18px);
  background-color: transparent;
  padding: 10px 20px;
  display: inline-block;
  border-radius: 200px;
  text-align: center;
  transition: 0.3s ease-in-out;
  cursor: pointer;
  max-width: 300px;
  color: #124734;
  border: 1px solid #124734;
}
.main-container.single-villa .floating-bar .booking-inner-holder .form-wrapper form .input-holder input[type="submit"]:hover,
.main-container.single-villa .floating-bar .booking-inner-holder .form-wrapper form .input-holder button[type="submit"]:hover {
  color: #FFC629;
  background-color: #124734;
  transition: 0.3s ease-in-out;
}
.main-container.single-villa .floating-bar .booking-inner-holder .response-holder {
  flex-basis: 100%;
  margin: 0;
  margin-top: 20px;
  text-align: center;
}
.main-container.single-villa .floating-bar .booking-inner-holder .response-holder .loading-spinner {
  margin: 0 auto;
  margin-top: 10px;
  display: none;
  width: 20px;
  height: 20px;
}
.main-container.single-villa .floating-bar .booking-inner-holder .response-holder .loading-spinner img {
  width: 100%;
  display: block;
}
.main-container.single-villa .floating-bar .booking-inner-holder .response-holder .reserve-room-section input[type="submit"],
.main-container.single-villa .floating-bar .booking-inner-holder .response-holder .errors-wrapper input[type="submit"],
.main-container.single-villa .floating-bar .booking-inner-holder .response-holder .reserve-room-section button,
.main-container.single-villa .floating-bar .booking-inner-holder .response-holder .errors-wrapper button,
.main-container.single-villa .floating-bar .booking-inner-holder .response-holder .reserve-room-section a,
.main-container.single-villa .floating-bar .booking-inner-holder .response-holder .errors-wrapper a {
  margin-top: 20px;
  text-transform: uppercase;
  font-size: clamp(16px, 1.8vw, 18px);
  background-color: transparent;
  padding: 10px 20px;
  display: inline-block;
  border-radius: 200px;
  text-align: center;
  transition: 0.3s ease-in-out;
  cursor: pointer;
  max-width: 300px;
  color: #124734;
  border: 1px solid #124734;
}
.main-container.single-villa .floating-bar .booking-inner-holder .response-holder .reserve-room-section input[type="submit"]:hover,
.main-container.single-villa .floating-bar .booking-inner-holder .response-holder .errors-wrapper input[type="submit"]:hover,
.main-container.single-villa .floating-bar .booking-inner-holder .response-holder .reserve-room-section button:hover,
.main-container.single-villa .floating-bar .booking-inner-holder .response-holder .errors-wrapper button:hover,
.main-container.single-villa .floating-bar .booking-inner-holder .response-holder .reserve-room-section a:hover,
.main-container.single-villa .floating-bar .booking-inner-holder .response-holder .errors-wrapper a:hover {
  color: #F7F6EA;
  background-color: #124734;
  transition: 0.3s ease-in-out;
}
.main-container.single-villa .floating-bar .booking-inner-holder .mphb_sc_booking_form-wrapper {
  flex-basis: 100%;
}
.main-container.single-villa .floating-bar .booking-inner-holder .mphb_sc_booking_form-wrapper form {
  display: flex;
  align-items: center;
  flex-wrap: wrap;
}
.main-container.single-villa .floating-bar .booking-inner-holder .mphb_sc_booking_form-wrapper form p {
  margin-bottom: 0;
  flex-basis: 100%;
  margin-bottom: 20px;
}
.main-container.single-villa .floating-bar .booking-inner-holder .mphb_sc_booking_form-wrapper form p label,
.main-container.single-villa .floating-bar .booking-inner-holder .mphb_sc_booking_form-wrapper form p br {
  display: none;
}
.main-container.single-villa .floating-bar .booking-inner-holder .mphb_sc_booking_form-wrapper form p input,
.main-container.single-villa .floating-bar .booking-inner-holder .mphb_sc_booking_form-wrapper form p select,
.main-container.single-villa .floating-bar .booking-inner-holder .mphb_sc_booking_form-wrapper form p textarea {
  width: 100%;
  resize: none;
  background-color: #FFC629;
  border: none;
  border-bottom: 1px solid #124734;
  padding-bottom: 8px;
  color: #124734;
  font-family: 'Neue', sans-serif;
  font-size: 16px;
  border-radius: 0;
}
.main-container.single-villa .floating-bar .booking-inner-holder .mphb_sc_booking_form-wrapper form p input::placeholder,
.main-container.single-villa .floating-bar .booking-inner-holder .mphb_sc_booking_form-wrapper form p select::placeholder,
.main-container.single-villa .floating-bar .booking-inner-holder .mphb_sc_booking_form-wrapper form p textarea::placeholder {
  color: #124734;
  font-family: 'Neue', sans-serif;
  font-size: 16px;
}
.main-container.single-villa .floating-bar .booking-inner-holder .mphb_sc_booking_form-wrapper form p input[type="submit"] {
  text-transform: uppercase;
  font-size: clamp(16px, 1.8vw, 18px);
  background-color: transparent;
  padding: 10px 20px;
  display: inline-block;
  border-radius: 200px;
  text-align: center;
  transition: 0.3s ease-in-out;
  cursor: pointer;
  max-width: 300px;
  color: #124734;
  border: 1px solid #124734;
}
.main-container.single-villa .floating-bar .booking-inner-holder .mphb_sc_booking_form-wrapper form p input[type="submit"]:hover {
  color: #FFC629;
  background-color: #124734;
  transition: 0.3s ease-in-out;
}
.main-container.single-villa .floating-bar .booking-inner-holder .mphb_sc_booking_form-wrapper form .mphb-reserve-room-section,
.main-container.single-villa .floating-bar .booking-inner-holder .mphb_sc_booking_form-wrapper form .mphb-errors-wrapper {
  flex-basis: 100%;
  margin: 0;
  margin-top: 20px;
  text-align: center;
}
.main-container.single-villa .floating-bar .booking-inner-holder .mphb_sc_booking_form-wrapper form .mphb-reserve-room-section input[type="submit"],
.main-container.single-villa .floating-bar .booking-inner-holder .mphb_sc_booking_form-wrapper form .mphb-errors-wrapper input[type="submit"],
.main-container.single-villa .floating-bar .booking-inner-holder .mphb_sc_booking_form-wrapper form .mphb-reserve-room-section button,
.main-container.single-villa .floating-bar .booking-inner-holder .mphb_sc_booking_form-wrapper form .mphb-errors-wrapper button {
  margin-top: 20px;
  text-transform: uppercase;
  font-size: clamp(16px, 1.8vw, 18px);
  background-color: transparent;
  padding: 10px 20px;
  display: inline-block;
  border-radius: 200px;
  text-align: center;
  transition: 0.3s ease-in-out;
  cursor: pointer;
  max-width: 300px;
  color: #124734;
  border: 1px solid #124734;
}
.main-container.single-villa .floating-bar .booking-inner-holder .mphb_sc_booking_form-wrapper form .mphb-reserve-room-section input[type="submit"]:hover,
.main-container.single-villa .floating-bar .booking-inner-holder .mphb_sc_booking_form-wrapper form .mphb-errors-wrapper input[type="submit"]:hover,
.main-container.single-villa .floating-bar .booking-inner-holder .mphb_sc_booking_form-wrapper form .mphb-reserve-room-section button:hover,
.main-container.single-villa .floating-bar .booking-inner-holder .mphb_sc_booking_form-wrapper form .mphb-errors-wrapper button:hover {
  color: #F7F6EA;
  background-color: #124734;
  transition: 0.3s ease-in-out;
}
.main-container.single-villa .intro {
  padding: 0;
  padding-top: 56px;
  position: relative;
}
.main-container.single-villa .intro .thumbnail-image-holder {
  width: 100%;
}
.main-container.single-villa .intro .thumbnail-image-holder .inner-image-container {
  padding-top: 80%;
}
.main-container.single-villa .intro .title-holder {
  position: absolute;
  top: 55%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 90%;
  max-width: 900px;
  text-align: center;
}
.main-container.single-villa .intro .title-holder h1 {
  color: #F7F6EA;
}
.main-container.single-villa .villa-details {
  background-color: #124734;
}
.main-container.single-villa .villa-details .inner-section-holder {
  width: 90%;
  max-width: 820px;
  margin: 0 auto;
  color: #F7F6EA;
}
.main-container.single-villa .villa-details .inner-section-holder .columns-holder {
  display: flex;
  flex-wrap: wrap;
}
.main-container.single-villa .villa-details .inner-section-holder .columns-holder .col {
  flex-basis: 100%;
}
.main-container.single-villa .villa-details .inner-section-holder .columns-holder .col.left-col {
  margin-bottom: 30px;
}
.main-container.single-villa .villa-details .inner-section-holder .columns-holder .col.left-col .info-holder .info-line {
  padding: 10px;
  display: flex;
  font-size: 16px;
  border-bottom: 1px solid #F7F6EA;
}
.main-container.single-villa .villa-details .inner-section-holder .columns-holder .col.left-col .info-holder .info-line div {
  flex-basis: 50%;
}
.main-container.single-villa .villa-details .inner-section-holder .columns-holder .col.left-col .info-holder .info-line div.name {
  text-transform: uppercase;
}
.main-container.single-villa .villa-details .inner-section-holder .columns-holder .col.left-col .info-holder .info-line div.name > * {
  font-weight: 700;
}
.main-container.single-villa .villa-details .inner-section-holder .columns-holder .col.left-col .info-holder .info-line:last-child {
  border-bottom: none;
}
.main-container.single-villa .villa-details .inner-section-holder .columns-holder .col.right-col .villa-title {
  margin-bottom: 20px;
  text-transform: uppercase;
  font-size: clamp(20px, 3vw, 33px);
}
.main-container.single-villa .villa-details .inner-section-holder .columns-holder .col.right-col .villa-title h2 {
  font-weight: 500;
}
.main-container.single-villa .villa-details .inner-section-holder .columns-holder .col.right-col .villa-desc {
  margin-bottom: 20px;
}
.main-container.single-villa .images-gallery .inner-section-holder {
  width: 90%;
  max-width: 1440px;
  margin: 0 auto;
}
.main-container.single-villa .images-gallery .inner-section-holder .columns-holder {
  display: flex;
  flex-wrap: wrap;
}
.main-container.single-villa .images-gallery .inner-section-holder .columns-holder .col {
  width: 100%;
}
.main-container.single-villa .images-gallery .inner-section-holder .columns-holder .col.left-col .single-gallery .gallery-element {
  width: 100%;
}
.main-container.single-villa .images-gallery .inner-section-holder .columns-holder .col.left-col .single-gallery .gallery-element .inner-image-container {
  padding-top: 76.6%;
  width: 100%;
}
.main-container.single-villa .images-gallery .inner-section-holder .columns-holder .col.left-col .single-gallery .owl-dots {
  margin: 0;
}
.main-container.single-villa .images-gallery .inner-section-holder .columns-holder .col.left-col .gallery-controls {
  width: 100%;
  display: flex;
  margin-top: 10px;
}
.main-container.single-villa .images-gallery .inner-section-holder .columns-holder .col.left-col .gallery-controls .gallery-count {
  margin-right: 10px;
}
.main-container.single-villa .images-gallery .inner-section-holder .columns-holder .col.left-col .gallery-controls .gallery-count .slider-counter .current-number {
  opacity: 1;
}
.main-container.single-villa .images-gallery .inner-section-holder .columns-holder .col.left-col .gallery-controls .gallery-count .slider-counter .total {
  opacity: 0.4;
}
.main-container.single-villa .images-gallery .inner-section-holder .columns-holder .col.left-col .gallery-controls .gallery-nav {
  margin-left: auto;
  display: flex;
}
.main-container.single-villa .images-gallery .inner-section-holder .columns-holder .col.left-col .gallery-controls .gallery-nav .nav-bttn {
  margin-right: 15px;
  opacity: 0.4;
  transition: 0.3s ease-in-out;
}
.main-container.single-villa .images-gallery .inner-section-holder .columns-holder .col.left-col .gallery-controls .gallery-nav .nav-bttn a {
  -webkit-user-select: none;
          user-select: none;
  color: #124734;
  font-size: 20px;
}
.main-container.single-villa .images-gallery .inner-section-holder .columns-holder .col.left-col .gallery-controls .gallery-nav .nav-bttn:hover {
  opacity: 1;
  transition: 0.3s ease-in-out;
}
.main-container.single-villa .images-gallery .inner-section-holder .columns-holder .col.left-col .gallery-controls .gallery-nav .nav-bttn:last-child {
  margin-right: 0;
}
.main-container.single-villa .images-gallery .inner-section-holder .columns-holder .col.right-col {
  margin-top: 30px;
}
.main-container.single-villa .images-gallery .inner-section-holder .columns-holder .col.right-col .image-container .inner-image-container {
  padding-top: 77%;
}
.main-container.single-villa .banner {
  padding: 0;
  padding-bottom: 40px;
}
.main-container.single-villa .banner .banner-holder {
  width: 100%;
}
.main-container.single-villa .banner .banner-holder .inner-image-container {
  padding-top: 43%;
}
.main-container.single-villa .banner .banner-text-holder {
  width: 90%;
  max-width: 1000px;
  margin: 0 auto;
  margin-top: 40px;
}
.main-container.single-villa .banner .banner-text-holder .banner-title {
  text-transform: uppercase;
  margin-bottom: 20px;
}
.main-container.single-villa .banner .banner-text-holder .banner-title h3 {
  font-weight: 500;
  font-size: clamp(20px, 3vw, 33px);
}
.main-container.single-villa .banner .banner-text-holder .banner-text > * {
  margin-bottom: 10px;
}
.main-container.confirm-reservation section .inner-section-container {
  width: 90%;
  margin: 0 auto;
  max-width: 1170px;
  min-height: 80vh;
}
.main-container.confirm-reservation section.confirm-reservation-form form .form-section {
  padding-top: 60px;
}
.main-container.confirm-reservation section.confirm-reservation-form form .form-section .section-header .section-title h2 {
  text-transform: uppercase;
  margin-bottom: 12px;
  font-family: 'Druk', sans-serif;
  font-weight: 800;
  font-size: 50px;
  line-height: 0.8;
}
.main-container.confirm-reservation section.confirm-reservation-form form .form-section .section-header .section-title p {
  font-size: 16px;
}
.main-container.confirm-reservation section.confirm-reservation-form form .form-section .section-header .section-info p {
  margin-bottom: 15px;
}
.main-container.confirm-reservation section.confirm-reservation-form form .form-section .section-fields {
  margin-top: 27px;
  display: flex;
  flex-wrap: wrap;
}
.main-container.confirm-reservation section.confirm-reservation-form form .form-section .section-fields .input-holder {
  flex-basis: 100%;
}
.main-container.confirm-reservation section.confirm-reservation-form form .form-section .section-fields .input-holder input,
.main-container.confirm-reservation section.confirm-reservation-form form .form-section .section-fields .input-holder select {
  width: 100%;
  resize: none;
  background-color: transparent;
  border: none;
  border-bottom: 1px solid #124734;
  padding-bottom: 8px;
  color: #124734;
  font-family: 'Neue', sans-serif;
  font-size: 16px;
  border-radius: 0;
  margin-bottom: 30px;
  margin-top: 10px;
}
.main-container.confirm-reservation section.confirm-reservation-form form .form-section .submit-form .legal-holder {
  margin-top: 30px;
}
.main-container.confirm-reservation section.confirm-reservation-form form .form-section .submit-form .legal-holder label a {
  color: #124734;
  text-decoration: underline;
}
.main-container.confirm-reservation section.confirm-reservation-form form .form-section .submit-form .submit-holder {
  margin-top: 30px;
}
.main-container.confirm-reservation section.confirm-reservation-form form .form-section .submit-form .submit-holder input[type="submit"] {
  color: #124734;
  text-transform: uppercase;
  font-size: clamp(16px, 1.8vw, 18px);
  background-color: transparent;
  padding: 10px 20px;
  display: inline-block;
  border-radius: 200px;
  text-align: center;
  border: 1px solid #124734;
  transition: 0.3s ease-in-out;
  cursor: pointer;
}
.main-container.confirm-reservation section.confirm-reservation-form form .form-section .submit-form .submit-holder input[type="submit"]:hover {
  color: #F7F6EA;
  background-color: #124734;
  transition: 0.3s ease-in-out;
}
.main-container.confirm-reservation section.confirm-reservation-form form .form-section .submit-form .submit-holder .loading-spinner {
  margin-top: 10px;
  display: none;
  width: 20px;
  height: 20px;
}
.main-container.confirm-reservation section.confirm-reservation-form form .form-section .submit-form .submit-holder .loading-spinner img {
  width: 100%;
  display: block;
}
.main-container.confirm-reservation section.confirm-reservation-form form .form-section.booking-details-form .section-header .section-title h2 {
  margin-bottom: 30px;
  color: #ffc629;
}
.main-container.legal {
  padding-top: 50px;
}
.main-container.legal section {
  position: relative;
  margin: 0px auto;
  width: 90%;
  max-width: 874px;
  padding-top: 0;
}
.main-container.legal section .title-holder {
  margin-bottom: 24px;
}
.main-container.legal section .title-holder h1 {
  font-size: 35px;
  text-transform: uppercase;
}
.main-container.legal section .content-holder > *,
.main-container.legal section .content-holder > * > *,
.main-container.legal section .content-holder > * > * > * {
  margin-bottom: 20px;
}
.main-container.legal section .content-holder > *:last-child,
.main-container.legal section .content-holder > * > *:last-child,
.main-container.legal section .content-holder > * > * > *:last-child {
  margin-bottom: 0;
}
.main-container.legal section .content-holder a {
  color: #124734;
  font-weight: 500;
}
.main-container.legal section .content-holder a:visited {
  color: #124734;
}
.main-container.legal section .content-holder ul,
.main-container.legal section .content-holder ol {
  list-style: initial;
  padding-left: 40px;
}
.main-container.legal section .content-holder li {
  margin-bottom: 10px;
}
.main-container.legal section .content-holder li:last-child {
  margin-bottom: 0;
}
.main-container.legal section .content-holder h1,
.main-container.legal section .content-holder h2,
.main-container.legal section .content-holder h3 {
  margin-bottom: 16px;
  text-transform: uppercase;
}
.main-container .villa-element .thumbnail-holder {
  width: 100%;
  margin-bottom: 23px;
  position: relative;
}
.main-container .villa-element .thumbnail-holder .inner-image-container {
  position: relative;
  z-index: 10;
  padding-top: 70%;
  width: 100%;
}
.main-container .villa-element .thumbnail-holder .overlay {
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  overflow: hidden;
  padding: 10px;
  background-color: #FFC629;
  z-index: 30;
  opacity: 0;
  pointer-events: none;
  transition: 0.3s ease-in-out;
  -webkit-user-select: none;
          user-select: none;
}
.main-container .villa-element .thumbnail-holder .overlay .overlay-info-container {
  width: 100%;
  height: 100%;
  display: flex;
  flex-direction: column;
}
.main-container .villa-element .thumbnail-holder .overlay .overlay-info-container .top {
  margin-bottom: 15px;
}
.main-container .villa-element .thumbnail-holder .overlay .overlay-info-container .top p {
  text-transform: uppercase;
  font-size: clamp(20px, 3vw, 33px);
}
.main-container .villa-element .thumbnail-holder .overlay .overlay-info-container .bottom {
  width: 100%;
  overflow: hidden;
  margin-top: auto;
}
.main-container .villa-element .thumbnail-holder .overlay .overlay-info-container .bottom p {
  white-space: nowrap;
  text-transform: uppercase;
}
.main-container .villa-element .content-holder {
  width: 90%;
  max-width: 406px;
}
.main-container .villa-element .content-holder .villa-title {
  margin-bottom: 15px;
  text-transform: uppercase;
  font-size: clamp(20px, 3vw, 33px);
}
.main-container .villa-element .content-holder .villa-text {
  margin-bottom: 15px;
  font-size: 20px;
}
.main-container .villa-element:hover .thumbnail-holder .overlay {
  opacity: 1;
  pointer-events: all;
  transition: 0.3s ease-in-out;
}
.main-container .mphb-room-type {
  margin-top: 0!important;
  color: #124734;
}
.main-container .mphb-room-type a {
  color: #124734;
}
.main-container .mphb-room-type .post-thumbnail {
  flex-basis: 100%;
  width: 100%;
  margin-bottom: 23px;
  position: relative;
}
.main-container .mphb-room-type .post-thumbnail a {
  position: relative;
  z-index: 10;
  padding-top: 70%;
  width: 100%;
  display: block;
}
.main-container .mphb-room-type .post-thumbnail a img {
  width: 100%;
  height: 100%;
  display: block;
  object-fit: cover;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}
.main-container .mphb-room-type p {
  flex-basis: 100%;
  margin-bottom: 15px;
  font-size: 20px;
}
.main-container .mphb-room-type .mphb-room-type-title {
  flex-basis: 100%;
  margin-bottom: 15px;
  text-transform: uppercase;
  font-size: clamp(20px, 3vw, 33px);
}
.main-container .mphb-room-type button,
.main-container .mphb-room-type .mphb-view-details-button-wrapper a {
  color: #124734;
  text-transform: uppercase;
  font-size: clamp(16px, 1.8vw, 18px);
  background-color: transparent;
  padding: 10px 20px;
  display: inline-block;
  border-radius: 200px;
  text-align: center;
  border: 1px solid #124734;
  transition: 0.3s ease-in-out;
  cursor: pointer;
}
.main-container .mphb-room-type button:hover,
.main-container .mphb-room-type .mphb-view-details-button-wrapper a:hover {
  color: #F7F6EA;
  background-color: #124734;
  transition: 0.3s ease-in-out;
}
.main-container.search-results .results .inner-section-holder {
  width: 90%;
  margin: 0 auto;
  margin-top: 26px;
  max-width: 1357px;
  display: flex;
  flex-wrap: wrap;
}
.main-container.search-results .results .inner-section-holder .mphb_sc_search_results-wrapper {
  display: flex;
  flex-wrap: wrap;
  flex-basis: 100%;
}
.main-container.search-results .results .inner-section-holder .mphb_sc_search_results-wrapper > * {
  flex-basis: 100%;
}
.main-container.search-results .results .inner-section-holder .mphb_sc_search_results-wrapper .mphb_sc_search_results-info {
  font-size: clamp(20px, 3vw, 33px);
  margin-bottom: 10px;
}
.main-container.search-results .results .inner-section-holder .mphb_sc_search_results-wrapper .mphb-recommendation-title {
  font-size: 16px;
  margin-bottom: 20px;
}
.main-container.search-results .results .inner-section-holder .mphb_sc_search_results-wrapper .mphb-recommendation {
  width: 90%;
  max-width: 500px;
}
.main-container.search-results .results .inner-section-holder .mphb_sc_search_results-wrapper .mphb-recommendation a {
  color: #124734;
  font-weight: 700;
}
.main-container.search-results .results .inner-section-holder .mphb_sc_search_results-wrapper .mphb-recommendation button {
  color: #124734;
  text-transform: uppercase;
  font-size: clamp(16px, 1.8vw, 18px);
  background-color: transparent;
  padding: 10px 20px;
  display: inline-block;
  border-radius: 200px;
  text-align: center;
  border: 1px solid #124734;
  transition: 0.3s ease-in-out;
  cursor: pointer;
  margin-top: 20px;
}
.main-container.search-results .results .inner-section-holder .mphb_sc_search_results-wrapper .mphb-reservation-cart {
  margin-top: 50px;
  margin-bottom: 20px;
}
.main-container.search-results .results .inner-section-holder .mphb_sc_search_results-wrapper .mphb-room-type {
  flex-basis: 100%;
  color: #124734;
}
.main-container.search-results .results .inner-section-holder .mphb_sc_search_results-wrapper .mphb-room-type a {
  color: #124734;
}
.main-container.search-results .results .inner-section-holder .mphb_sc_search_results-wrapper .mphb-room-type .mphb-room-type-title {
  margin-bottom: 15px;
  text-transform: uppercase;
  font-size: clamp(20px, 3vw, 33px);
}
.main-container.search-results .results .inner-section-holder .mphb_sc_search_results-wrapper .mphb-room-type .mphb-view-details-button-wrapper {
  margin-bottom: 15px;
  font-size: 20px;
}
.main-container.search-results .results .inner-section-holder .mphb_sc_search_results-wrapper .mphb-room-type .mphb-rooms-quantity-wrapper {
  display: none;
}
.main-container.search-results .results .inner-section-holder .mphb_sc_search_results-wrapper .mphb-room-type button {
  color: #124734;
  text-transform: uppercase;
  font-size: clamp(16px, 1.8vw, 18px);
  background-color: transparent;
  padding: 10px 20px;
  display: inline-block;
  border-radius: 200px;
  text-align: center;
  border: 1px solid #124734;
  transition: 0.3s ease-in-out;
  cursor: pointer;
  margin-top: 10px;
}
.main-container.search-results .results .inner-section-holder .mphb_sc_search-wrapper {
  flex-basis: 100%;
  margin-top: 50px;
  background-color: #124734;
  padding: 30px;
  color: #F7F6EA;
}
.main-container.search-results .results .inner-section-holder .mphb_sc_search-wrapper form {
  display: flex;
  flex-direction: column;
  align-items: center;
  position: sticky;
  top: 120px;
}
.main-container.search-results .results .inner-section-holder .mphb_sc_search-wrapper form p {
  width: 90%;
  max-width: 150px;
}
.main-container.search-results .results .inner-section-holder .mphb_sc_search-wrapper form .mphb-required-fields-tip {
  flex-basis: 100%;
  margin-bottom: 30px;
  text-align: center;
  max-width: none;
  color: rgba(247, 246, 234, 0.5);
}
.main-container.search-results .results .inner-section-holder .mphb_sc_search-wrapper form input,
.main-container.search-results .results .inner-section-holder .mphb_sc_search-wrapper form textarea,
.main-container.search-results .results .inner-section-holder .mphb_sc_search-wrapper form select {
  width: 100%;
  resize: none;
  background-color: transparent;
  border: none;
  border-bottom: 1px solid #F7F6EA;
  padding-bottom: 8px;
  color: #F7F6EA;
  font-family: 'Neue', sans-serif;
  font-size: 16px;
  border-radius: 0;
  margin-bottom: 30px;
  margin-top: 10px;
}
.main-container.search-results .results .inner-section-holder .mphb_sc_search-wrapper form input::placeholder,
.main-container.search-results .results .inner-section-holder .mphb_sc_search-wrapper form textarea::placeholder,
.main-container.search-results .results .inner-section-holder .mphb_sc_search-wrapper form select::placeholder {
  color: #F7F6EA;
  font-family: 'Neue', sans-serif;
  font-size: 16px;
}
.main-container.search-results .results .inner-section-holder .mphb_sc_search-wrapper form input[type="submit"] {
  color: #F7F6EA;
  text-transform: uppercase;
  font-size: clamp(16px, 1.8vw, 18px);
  background-color: transparent;
  padding: 10px 20px;
  display: inline-block;
  border-radius: 200px;
  text-align: center;
  border: 1px solid #F7F6EA;
  transition: 0.3s ease-in-out;
  cursor: pointer;
}
.main-container.search-results .results .inner-section-holder .mphb_sc_search-wrapper form input[type="submit"]:hover {
  color: #F7F6EA;
  background-color: #F7F6EA;
  transition: 0.3s ease-in-out;
}
.main-container.search-results .results .inner-section-holder #mphb-recommendation {
  margin-bottom: 30px;
}
.main-container.search-results .results .inner-section-holder #mphb-reservation-cart {
  display: none;
}
.main-container.error-404 {
  background-color: #124734;
  color: #F7F6EA;
}
.main-container.error-404 .section-error-404 .inner-section-holder {
  width: 90%;
  margin: 0 auto;
  max-width: 850px;
  min-height: 90vh;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
}
.main-container.error-404 .section-error-404 .inner-section-holder h1 {
  font-size: clamp(80px, 10vw, 100px);
}
.video-popup {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 300;
  background-color: rgba(32, 32, 32, 0.7);
  display: none;
  z-index: 999999;
}
.video-popup .video-overwrap {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 100%;
}
.video-popup .video-wrapper {
  position: relative;
  width: calc(100% - 35px);
  height: 350px;
}
.video-popup .video-wrapper .close-cont {
  width: 36px;
  height: 36px;
  position: absolute;
  top: -18px;
  right: -18px;
  background-color: #124734;
  border-radius: 100%;
  cursor: pointer;
  transition: 0.3s ease;
}
.video-popup .video-wrapper .close-cont span {
  width: 22px;
  height: 4px;
  background-color: #F7F6EA;
  position: absolute;
  top: 50%;
  left: 50%;
  transition: 0.3s ease;
}
.video-popup .video-wrapper .close-cont span:first-child {
  transform: translate(-50%, -50%) rotate(45deg);
}
.video-popup .video-wrapper .close-cont span:last-child {
  transform: translate(-50%, -50%) rotate(-45deg);
}
.video-popup .video-wrapper .close-cont:hover {
  background-color: #F7F6EA;
}
.video-popup .video-wrapper .close-cont:hover span {
  background-color: #124734;
}
.video-popup .video-wrapper .video-cont {
  width: 100%;
  height: 100%;
}
.video-popup .video-wrapper .video-cont iframe {
  width: 100%;
  height: 100%;
}
.mphb_sc_search-adults {
  display: none;
}
.mphb_sc_checkout-wrapper {
  width: 90%;
  margin: 0 auto;
  padding-top: 120px;
  padding-bottom: 60px;
  max-width: 1170px;
  min-height: 80vh;
}
.mphb_sc_checkout-wrapper #mphb-booking-details {
  display: flex;
  flex-wrap: wrap;
  padding-bottom: 0;
}
.mphb_sc_checkout-wrapper #mphb-booking-details .mphb-booking-details-title {
  flex-basis: 100%;
  text-transform: uppercase;
  margin-bottom: 30px;
  font-family: 'Druk', sans-serif;
  font-weight: 800;
  font-size: 50px;
  line-height: 0.8;
  color: #FFC629;
}
.mphb_sc_checkout-wrapper #mphb-booking-details .mphb-check-in-date,
.mphb_sc_checkout-wrapper #mphb-booking-details .mphb-check-out-date {
  flex-basis: 100%;
  margin-bottom: 15px;
}
.mphb_sc_checkout-wrapper #mphb-booking-details .mphb-reserve-rooms-details {
  max-width: 856px;
}
.mphb_sc_checkout-wrapper #mphb-booking-details .mphb-reserve-rooms-details .mphb-room-details {
  display: flex;
  flex-wrap: wrap;
}
.mphb_sc_checkout-wrapper #mphb-booking-details .mphb-reserve-rooms-details .mphb-room-details .mphb-room-number {
  display: none;
}
.mphb_sc_checkout-wrapper #mphb-booking-details .mphb-reserve-rooms-details .mphb-room-details .mphb-room-type-title {
  flex-basis: 100%;
  margin-bottom: 25px;
}
.mphb_sc_checkout-wrapper #mphb-booking-details .mphb-reserve-rooms-details .mphb-room-details .mphb-room-type-title a {
  color: #124734;
  text-decoration: underline;
  font-weight: 700;
}
.mphb_sc_checkout-wrapper #mphb-booking-details .mphb-reserve-rooms-details .mphb-room-details .mphb-adults-chooser,
.mphb_sc_checkout-wrapper #mphb-booking-details .mphb-reserve-rooms-details .mphb-room-details .mphb-guest-name-wrapper {
  display: flex;
  flex-direction: column;
  flex-basis: 100%;
}
.mphb_sc_checkout-wrapper #mphb-booking-details .mphb-reserve-rooms-details .mphb-room-details .mphb-adults-chooser input,
.mphb_sc_checkout-wrapper #mphb-booking-details .mphb-reserve-rooms-details .mphb-room-details .mphb-guest-name-wrapper input,
.mphb_sc_checkout-wrapper #mphb-booking-details .mphb-reserve-rooms-details .mphb-room-details .mphb-adults-chooser textarea,
.mphb_sc_checkout-wrapper #mphb-booking-details .mphb-reserve-rooms-details .mphb-room-details .mphb-guest-name-wrapper textarea,
.mphb_sc_checkout-wrapper #mphb-booking-details .mphb-reserve-rooms-details .mphb-room-details .mphb-adults-chooser select,
.mphb_sc_checkout-wrapper #mphb-booking-details .mphb-reserve-rooms-details .mphb-room-details .mphb-guest-name-wrapper select {
  width: 100%;
  resize: none;
  background-color: transparent;
  border: none;
  border-bottom: 1px solid #124734;
  padding-bottom: 8px;
  color: #124734;
  font-family: 'Neue', sans-serif;
  font-size: 16px;
  border-radius: 0;
  margin-bottom: 30px;
  margin-top: 10px;
}
.mphb_sc_checkout-wrapper #mphb-booking-details .mphb-reserve-rooms-details .mphb-room-details .mphb-adults-chooser input::placeholder,
.mphb_sc_checkout-wrapper #mphb-booking-details .mphb-reserve-rooms-details .mphb-room-details .mphb-guest-name-wrapper input::placeholder,
.mphb_sc_checkout-wrapper #mphb-booking-details .mphb-reserve-rooms-details .mphb-room-details .mphb-adults-chooser textarea::placeholder,
.mphb_sc_checkout-wrapper #mphb-booking-details .mphb-reserve-rooms-details .mphb-room-details .mphb-guest-name-wrapper textarea::placeholder,
.mphb_sc_checkout-wrapper #mphb-booking-details .mphb-reserve-rooms-details .mphb-room-details .mphb-adults-chooser select::placeholder,
.mphb_sc_checkout-wrapper #mphb-booking-details .mphb-reserve-rooms-details .mphb-room-details .mphb-guest-name-wrapper select::placeholder {
  color: #124734;
  font-family: 'Neue', sans-serif;
  font-size: 16px;
}
.mphb_sc_checkout-wrapper #mphb-coupon-details {
  margin-top: 25px;
  padding: 0;
}
.mphb_sc_checkout-wrapper #mphb-coupon-details p:first-child {
  display: flex;
  flex-direction: column;
}
.mphb_sc_checkout-wrapper #mphb-coupon-details p:first-child input {
  width: calc(50% - 28px);
  max-width: 400px;
  resize: none;
  background-color: transparent;
  border: none;
  border-bottom: 1px solid #124734;
  padding-bottom: 8px;
  color: #124734;
  font-family: 'Neue', sans-serif;
  font-size: 16px;
  border-radius: 0;
  margin-top: 10px;
}
.mphb_sc_checkout-wrapper #mphb-coupon-details button {
  margin-top: 18px;
  color: #124734;
  text-transform: uppercase;
  font-size: clamp(16px, 1.8vw, 18px);
  background-color: transparent;
  padding: 10px 20px;
  display: inline-block;
  border-radius: 200px;
  text-align: center;
  border: 1px solid #124734;
  transition: 0.3s ease-in-out;
  cursor: pointer;
}
.mphb_sc_checkout-wrapper #mphb-coupon-details button:hover {
  color: #F7F6EA;
  background-color: #124734;
  transition: 0.3s ease-in-out;
}
.mphb_sc_checkout-wrapper #mphb-price-details {
  display: none;
}
.mphb_sc_checkout-wrapper #mphb-customer-details {
  max-width: 856px;
  margin-top: 0;
  display: flex;
  flex-wrap: wrap;
}
.mphb_sc_checkout-wrapper #mphb-customer-details .mphb-customer-details-title {
  flex-basis: 100%;
  text-transform: uppercase;
  margin-bottom: 12px;
  font-family: 'Druk', sans-serif;
  font-weight: 800;
  font-size: 50px;
  line-height: 0.8;
}
.mphb_sc_checkout-wrapper #mphb-customer-details .mphb-required-fields-tip {
  font-size: 16px;
  margin-bottom: 27px;
  flex-basis: 100%;
}
.mphb_sc_checkout-wrapper #mphb-customer-details input,
.mphb_sc_checkout-wrapper #mphb-customer-details textarea,
.mphb_sc_checkout-wrapper #mphb-customer-details select {
  width: 100%;
  resize: none;
  background-color: transparent;
  border: none;
  border-bottom: 1px solid #124734;
  padding-bottom: 8px;
  color: #124734;
  font-family: 'Neue', sans-serif;
  font-size: 16px;
  border-radius: 0;
  margin-bottom: 30px;
  margin-top: 10px;
}
.mphb_sc_checkout-wrapper #mphb-customer-details input::placeholder,
.mphb_sc_checkout-wrapper #mphb-customer-details textarea::placeholder,
.mphb_sc_checkout-wrapper #mphb-customer-details select::placeholder {
  color: #124734;
  font-family: 'Neue', sans-serif;
  font-size: 16px;
}
.mphb_sc_checkout-wrapper #mphb-customer-details .mphb-customer-note {
  display: none;
}
.mphb_sc_checkout-wrapper #mphb-customer-details > * {
  flex-basis: 100%;
}
.mphb_sc_checkout-wrapper #mphb-billing-details {
  padding-top: 0;
  margin-top: 0;
  display: none;
}
.mphb_sc_checkout-wrapper .mphb_sc_checkout-submit-wrapper {
  margin-top: 30px;
}
.mphb_sc_checkout-wrapper .mphb_sc_checkout-submit-wrapper input[type="submit"] {
  color: #124734;
  text-transform: uppercase;
  font-size: clamp(16px, 1.8vw, 18px);
  background-color: transparent;
  padding: 10px 20px;
  display: inline-block;
  border-radius: 200px;
  text-align: center;
  border: 1px solid #124734;
  transition: 0.3s ease-in-out;
  cursor: pointer;
}
.mphb_sc_checkout-wrapper .mphb_sc_checkout-submit-wrapper input[type="submit"]:hover {
  color: #F7F6EA;
  background-color: #124734;
  transition: 0.3s ease-in-out;
}
.mphb_sc_checkout-wrapper .mphb-reservation-submitted-title {
  text-align: center;
  padding-top: 15vh;
  text-transform: uppercase;
  margin-bottom: 30px;
  font-family: 'Druk', sans-serif;
  font-weight: 800;
  font-size: 100px;
  line-height: 0.8;
  color: #FFC629;
}
.mphb_sc_checkout-wrapper .mphb_sc_checkout-success-reservation-message {
  font-size: 80px;
  text-align: center;
  font-family: 'Druk', sans-serif;
}
.mphb-checkout-terms-wrapper {
  margin: 0!important;
  padding: 0!important;
  margin-top: 40px!important;
}
.mphb-checkout-terms-wrapper label {
  color: #124734;
}
.mphb-checkout-terms-wrapper label a {
  color: #124734;
  text-decoration: underline;
}
.woocommerce {
  width: 90%;
  margin: 0 auto;
  padding: 60px 0;
  padding-top: 120px;
  max-width: 1170px;
  min-height: 80vh;
}
.woocommerce .checkout_coupon .form-row {
  margin-top: 20px;
}
.woocommerce .checkout_coupon input,
.woocommerce .checkout_coupon textarea,
.woocommerce .checkout_coupon select,
.woocommerce .checkout_coupon .select2-selection {
  width: 100%;
  resize: none;
  background-color: transparent;
  border: none;
  border-bottom: 1px solid #124734;
  padding-bottom: 8px;
  color: #124734;
  font-family: 'Neue', sans-serif;
  font-size: 16px;
  border-radius: 0;
  margin-bottom: 30px;
  margin-top: 10px;
}
.woocommerce .checkout_coupon input::placeholder,
.woocommerce .checkout_coupon textarea::placeholder,
.woocommerce .checkout_coupon select::placeholder,
.woocommerce .checkout_coupon .select2-selection::placeholder {
  color: #124734;
  font-family: 'Neue', sans-serif;
  font-size: 16px;
}
.woocommerce .checkout_coupon input .select2-selection__rendered,
.woocommerce .checkout_coupon textarea .select2-selection__rendered,
.woocommerce .checkout_coupon select .select2-selection__rendered,
.woocommerce .checkout_coupon .select2-selection .select2-selection__rendered,
.woocommerce .checkout_coupon input .select2-selection__placeholder,
.woocommerce .checkout_coupon textarea .select2-selection__placeholder,
.woocommerce .checkout_coupon select .select2-selection__placeholder,
.woocommerce .checkout_coupon .select2-selection .select2-selection__placeholder {
  color: #124734;
  font-family: 'Neue', sans-serif;
  font-size: 16px;
}
.woocommerce .checkout_coupon input[type="submit"],
.woocommerce .checkout_coupon button {
  color: #124734;
  text-transform: uppercase;
  font-size: clamp(16px, 1.8vw, 18px);
  background-color: transparent;
  padding: 10px 20px;
  display: inline-block;
  border-radius: 200px;
  text-align: center;
  border: 1px solid #124734;
  transition: 0.3s ease-in-out;
  cursor: pointer;
  font-family: 'Neue', sans-serif;
}
.woocommerce .checkout_coupon input[type="submit"]:hover,
.woocommerce .checkout_coupon button:hover {
  color: #F7F6EA;
  background-color: #124734;
  transition: 0.3s ease-in-out;
}
.woocommerce .woocommerce-info {
  border: 1px solid #124734;
  background-color: #F7F6EA;
  color: #124734;
  margin-bottom: 15px;
}
.woocommerce .woocommerce-info::before {
  content: none;
}
.woocommerce .woocommerce-info a {
  color: #124734;
  font-weight: 700;
}
.woocommerce .checkout {
  display: flex;
  flex-wrap: wrap;
}
.woocommerce .checkout .col2-set {
  flex-basis: 100%;
}
.woocommerce .checkout .order-set {
  flex-basis: 100%;
}
.woocommerce .checkout input,
.woocommerce .checkout textarea,
.woocommerce .checkout select,
.woocommerce .checkout .select2-selection {
  width: 100%;
  resize: none;
  background-color: transparent;
  border: none;
  border-bottom: 1px solid #124734;
  padding-bottom: 8px;
  color: #124734;
  font-family: 'Neue', sans-serif;
  font-size: 16px;
  border-radius: 0;
  margin-bottom: 30px;
  margin-top: 10px;
}
.woocommerce .checkout input::placeholder,
.woocommerce .checkout textarea::placeholder,
.woocommerce .checkout select::placeholder,
.woocommerce .checkout .select2-selection::placeholder {
  color: #124734;
  font-family: 'Neue', sans-serif;
  font-size: 16px;
}
.woocommerce .checkout input .select2-selection__rendered,
.woocommerce .checkout textarea .select2-selection__rendered,
.woocommerce .checkout select .select2-selection__rendered,
.woocommerce .checkout .select2-selection .select2-selection__rendered,
.woocommerce .checkout input .select2-selection__placeholder,
.woocommerce .checkout textarea .select2-selection__placeholder,
.woocommerce .checkout select .select2-selection__placeholder,
.woocommerce .checkout .select2-selection .select2-selection__placeholder {
  color: #124734;
  font-family: 'Neue', sans-serif;
  font-size: 16px;
}
.woocommerce .checkout input[type="submit"] {
  color: #124734;
  text-transform: uppercase;
  font-size: clamp(16px, 1.8vw, 18px);
  background-color: transparent;
  padding: 10px 20px;
  display: inline-block;
  border-radius: 200px;
  text-align: center;
  border: 1px solid #124734;
  transition: 0.3s ease-in-out;
  cursor: pointer;
  font-family: 'Neue', sans-serif;
}
.woocommerce .checkout input[type="submit"]:hover {
  color: #F7F6EA;
  background-color: #124734;
  transition: 0.3s ease-in-out;
}
.woocommerce .checkout #customer_details {
  width: 100%;
}
.woocommerce .checkout #customer_details .col-1,
.woocommerce .checkout #customer_details .col-2 {
  float: none;
  width: 100%;
}
.woocommerce .checkout #customer_details .col-1 h3,
.woocommerce .checkout #customer_details .col-2 h3 {
  text-transform: uppercase;
  margin-bottom: 30px;
  font-family: 'Druk', sans-serif;
  font-weight: 800;
  font-size: 50px;
  line-height: 0.8;
  color: #124734;
}
.woocommerce .checkout #customer_details .col-2 {
  margin-top: 30px;
}
.woocommerce .checkout #customer_details .woocommerce-billing-fields__field-wrapper {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}
.woocommerce .checkout #customer_details .woocommerce-billing-fields__field-wrapper .form-row {
  float: none;
  width: 100%;
  flex-basis: 100%;
  display: flex;
  flex-direction: column;
}
.woocommerce .checkout #customer_details .woocommerce-billing-fields__field-wrapper .form-row#billing_address_2_field {
  justify-content: flex-end;
}
.woocommerce .checkout #order_review_heading {
  text-transform: uppercase;
  margin-bottom: 30px;
  font-family: 'Druk', sans-serif;
  font-weight: 800;
  font-size: 50px;
  line-height: 0.8;
  color: #124734;
}
.woocommerce .checkout #payment {
  background-color: transparent;
}
.woocommerce .checkout #payment a {
  color: #124734;
  font-weight: 700;
}
.woocommerce .checkout #payment #place_order {
  float: none;
  margin-top: 30px;
  color: #124734;
  text-transform: uppercase;
  font-size: clamp(16px, 1.8vw, 18px);
  background-color: transparent;
  padding: 10px 20px;
  display: inline-block;
  border-radius: 200px;
  text-align: center;
  border: 1px solid #124734;
  transition: 0.3s ease-in-out;
  cursor: pointer;
}
.woocommerce .checkout #payment #place_order:hover {
  color: #F7F6EA;
  background-color: #124734;
  transition: 0.3s ease-in-out;
}
.woocommerce .checkout .woocommerce-NoticeGroup {
  flex-basis: 100%;
}
.woocommerce .checkout .woocommerce-error,
.woocommerce .checkout .woocommerce-info {
  background-color: #FFC629;
  border: none;
  color: #124734;
}
.woocommerce .checkout .woocommerce-error::before,
.woocommerce .checkout .woocommerce-info::before {
  content: none;
}
.woocommerce #payment {
  background-color: transparent;
}
.woocommerce #payment a {
  color: #124734;
  font-weight: 700;
}
.woocommerce #payment #place_order {
  float: none;
  margin-top: 30px;
  color: #124734;
  text-transform: uppercase;
  font-size: clamp(16px, 1.8vw, 18px);
  background-color: transparent;
  padding: 10px 20px;
  display: inline-block;
  border-radius: 200px;
  text-align: center;
  border: 1px solid #124734;
  transition: 0.3s ease-in-out;
  cursor: pointer;
}
.woocommerce #payment #place_order:hover {
  color: #F7F6EA;
  background-color: #124734;
  transition: 0.3s ease-in-out;
}
.woocommerce .woocommerce-order .woocommerce-thankyou-order-received {
  font-size: 50px;
  text-align: center;
  font-family: 'Druk', sans-serif;
  margin-bottom: 60px;
  line-height: 1;
  margin-top: 60px;
  color: #FFC629;
}
.woocommerce .woocommerce-order .woocommerce-thankyou-order-details {
  display: flex;
  flex-wrap: wrap;
}
.woocommerce .woocommerce-order .woocommerce-thankyou-order-details li {
  float: none;
  flex-basis: 100%;
  margin-bottom: 15px;
}
.woocommerce .woocommerce-order .woocommerce-order-details {
  padding-top: 0;
  margin: 0;
}
.woocommerce .woocommerce-order .woocommerce-order-details .woocommerce-order-details__title {
  font-size: 50px;
  font-family: 'Druk', sans-serif;
  margin-bottom: 30px;
}
.woocommerce .woocommerce-order .woocommerce-customer-details {
  padding-top: 0;
}
.woocommerce .woocommerce-order .woocommerce-customer-details .woocommerce-column__title {
  font-size: 50px;
  font-family: 'Druk', sans-serif;
  margin-bottom: 30px;
}
.woocommerce .wc_payment_methods .wc_payment_method > input[type="radio"],
.woocommerce .wc_payment_methods .wc_payment_method > input[type="checkbox"] {
  appearance: none;
  display: none;
  visibility: hidden;
  opacity: 0;
}
.woocommerce .wc_payment_methods .wc_payment_method > input[type="radio"] + label::after,
.woocommerce .wc_payment_methods .wc_payment_method > input[type="checkbox"] + label::after {
  content: none;
}
.woocommerce .wc_payment_methods .wc_payment_method > input[type="radio"]:checked + label::after,
.woocommerce .wc_payment_methods .wc_payment_method > input[type="checkbox"]:checked + label::after {
  content: "";
}
.woocommerce .wc_payment_methods .wc_payment_method > label {
  font-size: 22px;
  font-weight: 400;
  margin-left: 15px;
  position: relative;
  cursor: pointer;
  color: #124734;
  margin-top: 16px;
}
.woocommerce .wc_payment_methods .wc_payment_method > label a {
  color: #124734;
}
.woocommerce .wc_payment_methods .wc_payment_method > label::before {
  content: "";
  display: inline-block;
  height: 16px;
  width: 16px;
  border: 1px solid;
  border-radius: 200px;
  position: absolute;
  top: 6px;
  left: -20px;
}
.woocommerce .wc_payment_methods .wc_payment_method > label::after {
  content: "";
  display: inline-block;
  height: 10px;
  width: 10px;
  position: absolute;
  background-color: #124734;
  border-radius: 200px;
  top: 9px;
  left: -17px;
}
.woocommerce .wc_payment_methods .payment_box.payment_method_xendit_cc label {
  color: #124734;
  font-size: 18px;
}
.woocommerce .wc_payment_methods .payment_box.payment_method_xendit_cc #xendit_cc-card-number,
.woocommerce .wc_payment_methods .payment_box.payment_method_xendit_cc #xendit_cc-card-expiry,
.woocommerce .wc_payment_methods .payment_box.payment_method_xendit_cc #xendit_cc-card-cvc {
  font-size: 18px;
}
.woocommerce form .form-row .required {
  color: #124734;
}
.woocommerce .convertion-message-holder {
  padding: 1em 2em;
  position: fixed;
  bottom: 0;
  left: 0;
  width: 100%;
  background-color: #FFC629;
  border: none;
  color: #124734;
  z-index: 30;
  text-align: center;
}
.woocommerce .convertion-message-holder::before {
  content: none;
}
.woocommerce .convertion-message-holder a {
  color: #124734;
  font-weight: 700;
}
footer {
  background-color: #124734;
  color: #F7F6EA;
}
footer a {
  color: #F7F6EA;
  display: block;
}
footer a:hover {
  color: #F7F6EA;
}
footer .line-inner {
  width: 90%;
  max-width: 1128px;
  margin: 0 auto;
}
footer .top-line {
  padding: 35px 0;
  font-size: clamp(20px, 3vw, 30px);
}
footer .top-line .flex-holder {
  display: flex;
  flex-wrap: wrap;
}
footer .top-line .flex-holder .info-col {
  flex-basis: 100%;
  padding-bottom: 30px;
}
footer .top-line .flex-holder .info-col.contact-info {
  text-transform: uppercase;
}
footer .top-line .flex-holder .info-col.rrss-info .rrss-links {
  display: flex;
  margin-top: 20px;
}
footer .top-line .flex-holder .info-col.rrss-info .rrss-links a {
  margin-right: 15px;
  padding: 5px 15px;
  border: 1px solid #F7F6EA;
  border-radius: 100%;
  color: #F7F6EA;
  font-size: 20px;
  text-align: center;
  width: 77px;
  height: 35px;
  position: relative;
}
footer .top-line .flex-holder .info-col.rrss-info .rrss-links a span {
  display: block;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}
footer .top-line .flex-holder .info-col.rrss-info .rrss-links a:last-child {
  margin-right: 0;
}
footer .top-line .flex-holder .info-col:last-child {
  padding-right: 0;
}
footer .bottom-line {
  padding: 12px 0;
  background-color: #113E2E;
  font-size: 15px;
}
footer .bottom-line ul {
  display: flex;
  flex-wrap: wrap;
}
footer .bottom-line ul li {
  margin-right: 15px;
  margin-bottom: 10px;
}
footer .bottom-line ul li a {
  color: #F7F6EA;
}
footer .bottom-line ul li:last-child {
  margin-right: 0;
}
footer.yellow-footer {
  background-color: #FFC629;
  color: #124734;
}
footer.yellow-footer a {
  color: #124734;
}
footer.yellow-footer .top-line .flex-holder .info-col.rrss-info .rrss-links a {
  border: 1px solid #124734;
  color: #124734;
}
footer.yellow-footer .bottom-line {
  background-color: #F4BE29;
}
footer.yellow-footer .bottom-line ul li a {
  color: #124734;
}
@keyframes marquee {
  0% {
    left: 0;
  }
  100% {
    left: -100%;
  }
}
.solo-movil {
  display: block;
}
.solo-pc {
  display: none;
}
input:-webkit-autofill,
input:-webkit-autofill:hover,
input:-webkit-autofill:focus,
input:-webkit-autofill:active {
  -webkit-box-shadow: 0 0 0 30px #E8E5DE inset !important;
  background: transparent!important;
}
#catapult-cookie-bar {
  font-family: 'GTAmerica', sans-serif;
  box-shadow: 6px 6px 25px 0px rgba(0, 0, 0, 0.3);
  font-size: 16px;
}
#catapult-cookie-bar span:first-child {
  font-weight: 600;
  font-family: 'NBGrotesk';
  font-size: 25px;
}
#catapultCookieAceptar,
#catapultCookieRechazar {
  font-family: 'GTAmerica', sans-serif;
  background-color: transparent;
  border-radius: 0!important;
  cursor: pointer;
  position: relative;
  background-color: transparent!important;
  border: 1px solid black;
  padding: 20px;
  font-weight: 700;
  text-transform: uppercase;
  text-align: center;
  font-size: 14px;
  letter-spacing: 0.1em;
}
.grecaptcha-badge {
  visibility: hidden;
}
*::-webkit-scrollbar {
  width: 2px;
  height: 2px;
  background-color: #f8f7f4;
}
*::-webkit-scrollbar-thumb {
  background-color: black;
  /* background-image: -webkit-linear-gradient(45deg, rgba(255, 255, 255, .2) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, .2) 50%, rgba(255, 255, 255, .2) 75%, transparent 75%, transparent); */
}
*::-webkit-scrollbar-track {
  /* -webkit-box-shadow: inset 0 0 6px rgba(0,0,0,0.3); */
  background-color: #f8f7f4;
}
@keyframes marquee {
  from {
    transform: translateX(30%);
  }
  to {
    transform: translateX(-50%);
  }
}
.wpcf7 form.sent .wpcf7-response-output {
  border: 2px solid lightgreen;
  background-color: white;
  color: lightgreen;
}
.wpcf7 form.invalid .wpcf7-response-output,
.wpcf7 form.unaccepted .wpcf7-response-output,
.wpcf7 form.spam .wpcf7-response-output,
.wpcf7 form.failed .wpcf7-response-output,
.wpcf7 form.aborted .wpcf7-response-output {
  border: 2px solid #FF4438;
  background-color: white;
  color: #FF4438;
}
.content-total-item-internal-custom-guide {
  overflow: hidden;
}
.owl-carousel-guide-custom .owl-stage {
  display: flex;
}
.bnt-location {
  background: transparent;
  width: 100%;
  display: flex;
  justify-content: space-between;
  padding: clamp(8px, 3.0769vw, 16px) clamp(17.33333333px, 6.6667vw, 34.66666667px);
  font-family: 'Neue';
  border: 0;
  border-radius: clamp(20px, 7.6923vw, 40px);
  background: var(--Soft-green, #D5DCCF);
  align-items: center;
  height: clamp(33.33333333px, 12.8205vw, 66.66666667px);
  color: #124734;
}
.bnt-location svg {
  transition: all 0.5s ease;
}
.box-content-guide-items {
  font-size: clamp(9.33333333px, 3.5897vw, 18.66666667px);
  font-weight: 500;
}
.list-locations-content {
  left: 0;
  bottom: 0;
  padding-left: clamp(17.33333333px, 6.6667vw, 34.66666667px);
  display: none;
}
.list-locations-content li {
  margin-bottom: clamp(5.33333333px, 2.0513vw, 10.66666667px);
}
.list-locations-content a {
  color: #124734;
}
.box-select-location-button {
  width: 75%;
  position: absolute;
  background: #d5dccf;
  border-radius: clamp(20px, 7.6923vw, 40px);
  left: 0;
  top: 0;
  z-index: 2;
}
.box-location-custom-guide {
  display: flex;
  padding: clamp(8px, 3.0769vw, 16px) clamp(6.66666667px, 2.5641vw, 13.33333333px);
  justify-content: space-between;
  gap: clamp(5.33333333px, 2.0513vw, 10.66666667px);
  position: relative;
  padding: 0;
  margin: clamp(8px, 3.0769vw, 16px) clamp(6.66666667px, 2.5641vw, 13.33333333px);
}
.box-logo-bandido {
  display: flex;
  justify-content: center;
}
.btn-open-map {
  height: 100%;
  display: flex;
  align-items: center;
  gap: clamp(1.33333333px, 0.5128vw, 2.66666667px);
  border: 0;
  border-radius: clamp(20px, 7.6923vw, 40px);
  background: var(--Soft-green, #D5DCCF);
  height: clamp(33.33333333px, 12.8205vw, 66.66666667px);
  padding: 0 clamp(6px, 2.3077vw, 12px);
}
.fw500 {
  font-weight: 500;
}
.lh178 {
  line-height: 178%;
}
.tx14 {
  font-size: clamp(9.33333333px, 3.5897vw, 18.66666667px);
}
.uppercase {
  text-transform: uppercase;
}
.box-categories-custom-guide {
  width: 100%;
  overflow-x: auto;
  padding-bottom: clamp(8px, 3.0769vw, 16px);
}
.box-categories-custom-guide ul {
  display: flex;
  gap: clamp(5.33333333px, 2.0513vw, 10.66666667px);
  padding: 0 clamp(6.66666667px, 2.5641vw, 13.33333333px);
}
.btn-category-guide {
  padding: clamp(5.33333333px, 2.0513vw, 10.66666667px) clamp(13.33333333px, 5.1282vw, 26.66666667px);
  display: flex;
  border-radius: clamp(100px, 38.4615vw, 200px);
  border: clamp(1px, 0.3846vw, 2px) solid #124734;
  align-items: center;
  color: #124734;
}
.box-top-marquesine-guide {
  display: flex;
  position: relative;
}
.box-top-marquesine-guide img {
  margin-right: clamp(5.33333333px, 2.0513vw, 10.66666667px);
}
.box-only-marquee-custom-01 {
  padding: clamp(6px, 2.3077vw, 12px) 0;
  background: #FFC629;
  margin-bottom: clamp(8px, 3.0769vw, 16px);
}
.box-content-total-items-guide {
  overflow: hidden;
  margin-bottom: clamp(8px, 3.0769vw, 16px);
}
.item-guide-custom-01 {
  position: relative;
  height: clamp(88.66666667px, 34.1026vw, 177.33333333px);
  border-radius: clamp(13.33333333px, 5.1282vw, 26.66666667px);
  overflow: hidden;
}
.item-guide-custom-01 img {
  height: 100%;
  width: 100%;
}
.box-tag-partner-guide {
  position: absolute;
  top: clamp(12px, 4.6154vw, 24px);
  left: 0;
  display: flex;
  align-items: center;
  padding: clamp(2.66666667px, 1.0256vw, 5.33333333px) clamp(5.33333333px, 2.0513vw, 10.66666667px) clamp(2.66666667px, 1.0256vw, 5.33333333px) 0;
  border-radius: clamp(0px, 0vw, 0px) clamp(6.66666667px, 2.5641vw, 13.33333333px) clamp(6.66666667px, 2.5641vw, 13.33333333px) clamp(0px, 0vw, 0px);
  background: var(--Red, #FF4438);
  opacity: 0;
}
.box-text-item-guide {
  position: absolute;
  bottom: 0;
  color: #F7F6EA;
  bottom: clamp(2.66666667px, 1.0256vw, 5.33333333px);
  left: clamp(8.66666667px, 3.3333vw, 17.33333333px);
}
.lh156 {
  line-height: 156%;
}
.tx16 {
  font-size: clamp(10.66666667px, 4.1026vw, 21.33333333px);
}
.box-item-internal-custom-guide .owl-nav.disabled {
  display: none;
}
.box-item-internal-custom-guide .owl-dots.disabled {
  display: none;
}
.main-container.guide {
  height: 100%;
  color: #124734;
}
.main-container.guide:after {
  background: #0000006b;
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  pointer-events: none;
  opacity: 0;
  transition: all 0.5s ease;
}
.owl-carousel-guide-custom {
  padding-left: clamp(6.66666667px, 2.5641vw, 13.33333333px);
}
.box-bottom-button-custom-guide {
  margin-top: clamp(8px, 3.0769vw, 16px);
  padding: 0 clamp(8px, 3.0769vw, 16px);
}
.box-bottom-button-custom-guide .btn01 {
  width: 100%;
  display: flex;
  padding: clamp(8.33333333px, 3.2051vw, 16.66666667px);
  border-radius: clamp(100px, 38.4615vw, 200px);
  border: clamp(1px, 0.3846vw, 2px) solid var(--Green, #124734);
  justify-content: center;
  color: #124734;
}
.box-map-button {
  margin-left: auto;
  width: 21%;
}
.orange-bg .box-only-marquee-custom-01 {
  background: #FF4438;
}
.green-bg .box-only-marquee-custom-01 {
  background: #124734;
  margin-bottom: 0;
}
.box-modal-guide {
  position: fixed;
  top: clamp(46.66666667px, 17.9487vw, 93.33333333px);
  left: 0;
  z-index: 99;
  height: 100%;
  display: none;
}
.box-internal-custom-guide {
  background: #F7F6EA;
  padding: clamp(6.66666667px, 2.5641vw, 13.33333333px) clamp(6.66666667px, 2.5641vw, 13.33333333px) clamp(12px, 4.6154vw, 24px);
  position: relative;
}
.box-top-arrow-guide button {
  background: transparent;
  border: 0;
  padding: 0;
  margin: clamp(5.33333333px, 2.0513vw, 10.66666667px) clamp(12px, 4.6154vw, 24px) clamp(12px, 4.6154vw, 24px);
}
.box-img-guide-modal {
  display: flex;
  height: clamp(160px, 61.5385vw, 320px);
  border-radius: clamp(13.33333333px, 5.1282vw, 26.66666667px);
  overflow: hidden;
  position: relative;
}
.box-img-guide-modal img {
  width: 100%;
  object-fit: cover;
  height: 100%;
}
.box-img-guide-modal .box-tag-partner-guide {
  opacity: 1;
  width: clamp(76px, 29.2308vw, 152px);
  top: clamp(19.33333333px, 7.4359vw, 38.66666667px);
}
.box-text-custom-modal {
  padding: clamp(12px, 4.6154vw, 24px);
}
.box-text-custom-modal p.tx16 {
  margin-top: clamp(5.33333333px, 2.0513vw, 10.66666667px);
}
.btn-map-modal {
  padding: clamp(8px, 3.0769vw, 16px);
  display: flex;
  justify-content: center;
  border-radius: clamp(20px, 7.6923vw, 40px);
  background: var(--Soft-green, #D5DCCF);
  gap: clamp(1.33333333px, 0.5128vw, 2.66666667px);
  color: #124734;
  font-weight: 500;
  height: clamp(33.33333333px, 12.8205vw, 66.66666667px);
  align-items: center;
}
.discount {
  color: #FF4438;
}
.fw400 {
  font-weight: 400;
}
.overlay {
  position: absolute;
  top: 0;
  bottom: 0;
  height: 100%;
  width: 100%;
  background: #00000078;
}
.location-open-select {
  overflow: hidden;
}
.location-open-select .main-container.guide:after {
  opacity: 1;
}
.location-open-select .bnt-location svg {
  transform: rotateX(180deg);
}
.box-top-custom-guide {
  position: relative;
  z-index: 9999;
  background: #FF4438;
  padding: clamp(12.66666667px, 4.8718vw, 25.33333333px);
  overflow: hidden;
  border-radius: 0 0 clamp(13.33333333px, 5.1282vw, 26.66666667px) clamp(13.33333333px, 5.1282vw, 26.66666667px);
}
.box-content-map-item-custom-right {
  position: fixed;
  top: 0;
  left: 0;
  height: 100%;
  width: 100%;
  z-index: 999;
  display: none;
}
.box-content-map-item-custom-right img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.box-iframe-custom-01 {
  height: 100%;
}
.modal-open-guide {
  overflow: hidden;
}
.c17-box-map {
  width: 100%;
  height: 100%;
}
#map-c17 {
  height: 100%;
  width: 100%;
}
.box-top-custom-guide {
  position: sticky;
  top: 0;
}
.active.btn-category-guide {
  background: #124734;
  color: #f7f6ea !important;
}
.beaches-bg .box-only-marquee-custom-01 {
  background: #FF4438;
}
.shops-bg .box-only-marquee-custom-01 {
  background: #124734;
}
.btn-category-guide:visited {
  color: #124734;
}
.box-img-guide-modal .box-tag-partner-guide.no {
  opacity: 0;
}
.owl-carousel-guide-custom-items {
  display: flex;
  padding: 0 10px;
  gap: 10px;
}
.owl-carousel-guide-custom-items .item-guide-custom-01 {
  width: 50%;
}
.btn-category-guide {
  white-space: nowrap;
}
.no-btn-item {
  display: none !important;
}
.item-guide-custom-01:before {
  background: linear-gradient(360deg, black, transparent);
  content: "";
  position: absolute;
  left: 0;
  bottom: 0;
  width: 100%;
  height: 80%;
  opacity: 1;
}
.remove {
  background: #D5DCCF;
  border-color: transparent;
}
.box-top-marquesine-guide img {
  height: 32px;
}
.content-total-items-custom-guide {
  height: 100%;
}
.page-template-guide {
  background: #f7f6ea;
}
.list-locations-content a {
  font-size: clamp(10px, 3.8462vw, 20px);
  line-height: 178%;
}
.list-locations-content li {
  margin-bottom: clamp(6.66666667px, 2.5641vw, 13.33333333px);
}
.btn-close-map {
  position: absolute;
  top: clamp(58.66666667px, 22.5641vw, 117.33333333px);
  border: 0;
  outline: none;
  z-index: 999;
  font-size: clamp(9.33333333px, 3.5897vw, 18.66666667px);
  display: flex;
  align-items: center;
  gap: clamp(6.66666667px, 2.5641vw, 13.33333333px);
  background: #124734;
  padding: clamp(8px, 3.0769vw, 16px) clamp(15.33333333px, 5.8974vw, 30.66666667px) clamp(8px, 3.0769vw, 16px) clamp(13.33333333px, 5.1282vw, 26.66666667px);
  color: #F7F6EA;
  border-radius: 30px;
  line-height: 178%;
  left: clamp(6.66666667px, 2.5641vw, 13.33333333px);
  font-weight: 500;
}
.btn-close-map svg {
  filter: brightness(0) invert(1);
  width: clamp(8.66666667px, 3.3333vw, 17.33333333px);
  height: clamp(5.33333333px, 2.0513vw, 10.66666667px);
}
.btn-close-map span {
  display: none;
}
.active-map-all-ubication span {
  display: block;
}
.box-internal-custom-guide {
  height: calc(100% - clamp(46.66666667px, 17.9487vw, 93.33333333px));
  display: flex;
  flex-direction: column;
  position: relative;
}
.box-button-map-modal {
  margin-top: auto;
}
.main-container.guide:after {
  position: fixed !important;
}
.location-open-select .content-total-items-custom-guide {
  pointer-events: none;
}
.gm-style-iw.gm-style-iw-c {
  padding: 0 !important;
  border-radius: 10px;
}
.modal-google-maps-ubicacion:before {
  background: #FFC629;
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
.modal-google-maps-ubicacion {
  padding: 8px 9px;
}
.modal-google-maps-ubicacion-content {
  position: relative;
}
.gm-style-iw-chr {
  background: transparent;
  position: relative;
  z-index: 9;
  display: none;
}
.gm-style .gm-style-iw-d {
  padding: 0 !important;
  width: 100% !important;
  overflow: hidden !important;
  border-radius: 10px;
}
.modal-google-maps-ubicacion-content-img {
  width: clamp(70px, 26.9231vw, 140px);
  height: clamp(56.66666667px, 21.7949vw, 113.33333333px);
  overflow: hidden;
  border-radius: 10px;
  margin-bottom: clamp(3.33333333px, 1.2821vw, 6.66666667px);
}
.modal-google-maps-ubicacion-content-title {
  color: var(--Green, #124734);
  font-size: clamp(8px, 3.0769vw, 16px);
  font-style: normal;
  font-weight: 500;
  line-height: clamp(16.66666667px, 6.4103vw, 33.33333333px);
  -webkit-text-decoration-line: underline;
          text-decoration-line: underline;
  text-transform: uppercase;
}
.gm-style-iw-tc {
  display: none;
}
.partner-image-container img {
  position: absolute;
  top: clamp(7.33333333px, 2.8205vw, 14.66666667px);
  left: 0;
  background: #FF4438;
  display: flex;
  align-items: center;
  padding: clamp(2px, 0.7692vw, 4px);
  padding-right: clamp(3.33333333px, 1.2821vw, 6.66666667px);
  padding-left: 0;
  border-radius: 0 10px 10px 0;
  width: clamp(30px, 11.5385vw, 60px);
  height: clamp(8.66666667px, 3.3333vw, 17.33333333px);
}
.disable-location {
  opacity: 0.4;
}
.box-text-custom-bottom-modal {
  padding: clamp(12px, 4.6154vw, 24px);
  padding-bottom: 0;
  padding-top: 0;
  margin-top: auto;
}
.box-text-custom-bottom-modal a {
  color: #124734;
}
.btn-map-modal-google {
  font-size: clamp(6.66666667px, 2.5641vw, 13.33333333px);
  background: #124734;
  display: flex;
  height: clamp(14.66666667px, 5.641vw, 29.33333333px);
  align-items: center;
  line-height: 1;
  width: fit-content;
  padding: 0 clamp(4px, 1.5385vw, 8px);
  border-radius: 30px;
  color: #FFC629 !important;
  font-weight: 500;
}
.modal-google-maps-ubicacion-content-title {
  text-decoration: none;
  text-transform: none;
  margin-bottom: clamp(6.66666667px, 2.5641vw, 13.33333333px);
  line-height: 208%;
}
.box-categories-custom-guide::-webkit-scrollbar {
  display: none;
}
.modal-open-guide {
  overflow: hidden;
}
.box-button-map-modal {
  margin-top: 0;
}
.box-text-custom-bottom-modal {
  margin-bottom: 23px;
}
.main-container.guide button {
  text-transform: uppercase;
}
.owl-carousel-guide-custom-items {
  flex-wrap: wrap;
}
.owl-carousel-guide-custom-items .item-guide-custom-01 {
  width: 48.5%;
}
.item-guide-custom-01 img {
  object-fit: cover;
}
.owl-carousel-guide-custom {
  overflow: hidden;
  margin-left: clamp(5.33333333px, 2.1333vw, 10.66666667px);
  padding-left: 0;
}
.box-modal-guide {
  top: 0;
}
.box-internal-custom-guide {
  height: 100%;
}
.box-top-arrow-guide {
  margin-top: clamp(41.33333333px, 14.9758vw, 82.66666667px);
}
.box-text-item-guide .tx16 {
  line-height: 1;
}
.box-text-item-guide {
  bottom: 10px;
}
.widgetHotelsForm .acessa_widget_block p {
  font-size: clamp(16px, 1.8vw, 22px) !important;
  font-family: 'Neue', sans-serif !important;
  font-weight: 400;
  line-height: 1.2 !important;
  color: #124734;
}
.widgetHotelsForm .acessa_widget_block .widgetHotelsInputText.date {
  width: 100% !important;
  resize: none;
  background-color: #FFC629 !important;
  border: none;
  border-bottom: clamp(0.66666667px, 0.0526vw, 1.33333333px) solid #124734;
  padding-bottom: clamp(5.33333333px, 0.4211vw, 10.66666667px);
  color: #124734;
  font-family: 'Neue', sans-serif;
  font-size: clamp(10.66666667px, 0.8421vw, 21.33333333px);
  border-radius: 0;
}
.CloudBedsWidget .widgetHotelsForm a.submit_link {
  top: 0 !important;
  height: fit-content;
  text-transform: uppercase !important;
  font-size: clamp(16px, 1.8vw, 18px);
  background-color: transparent !important;
  padding: clamp(6.66666667px, 0.5263vw, 13.33333333px) clamp(13.33333333px, 1.0526vw, 26.66666667px) !important;
  display: inline-block;
  border-radius: clamp(133.33333333px, 10.5263vw, 266.66666667px) !important;
  text-align: center;
  transition: 0.3s ease-in-out;
  cursor: pointer;
  max-width: clamp(200px, 15.7895vw, 400px);
  color: #124734 !important;
  border: clamp(0.66666667px, 0.0526vw, 1.33333333px) solid #124734 !important;
  font-weight: 400 !important;
  font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Oxygen-Sans, Ubuntu, Cantarell, "Helvetica Neue", sans-serif !important;
  box-shadow: none !important;
}
.CloudBedsWidget .widgetHotelsForm a.submit_link:hover {
  color: #FFC629 !important;
  background-color: #124734 !important;
  transition: 0.3s ease-in-out;
}
.horizontal-widget {
  display: flex;
  gap: clamp(40px, 3.1579vw, 80px);
  align-items: center;
}
.main-container.single-villa .floating-bar {
  padding: clamp(23.33333333px, 1.8421vw, 46.66666667px) 0;
}
@media only screen and (min-width: 480px) {
  body::after {
    content: 'hSmart';
    display: none;
  }
  .container,
  .container-fluid {
    max-width: 480px;
  }
}
@media only screen and (min-width: 768px) {
  body::after {
    content: 'vTablet';
    display: none;
  }
  .container,
  .container-fluid {
    max-width: 750px;
  }
  /************************************************************/
  /************************************************************/
  .main-container.villas .villas-block .floating-bar {
    position: sticky;
    z-index: 100;
    top: 90px;
  }
  .main-container.villas .villas-block .floating-bar .booking-inner-holder .mphb_sc_search-wrapper form {
    flex-wrap: nowrap;
  }
  .main-container.villas .villas-block .floating-bar .booking-inner-holder .mphb_sc_search-wrapper form p {
    margin-bottom: 0;
    flex-basis: 11.79%;
    margin-right: 20px;
  }
  .main-container.villas .villas-block .blocks-holder .villa-element {
    flex-basis: calc(50% - 12.5px);
    margin-right: 25px;
  }
  .main-container.villas .villas-block .blocks-holder .villa-element:nth-child(2n) {
    margin-right: 0;
  }
  .main-container.villas .villas-block .mphb_sc_rooms-wrapper .mphb-room-type {
    flex-basis: calc(50% - 12.5px);
    margin-right: 25px;
  }
  .main-container.villas .villas-block .mphb_sc_rooms-wrapper .mphb-room-type:nth-child(2n) {
    margin-right: 0;
  }
  .main-container.single-villa .intro .thumbnail-image-holder .inner-image-container {
    padding-top: 54%;
  }
  .main-container.single-villa .floating-bar {
    position: sticky;
    top: 90px;
    z-index: 100;
  }
  .main-container.single-villa .floating-bar .booking-inner-holder .form-wrapper form {
    justify-content: space-between;
  }
  .main-container.single-villa .floating-bar .booking-inner-holder .form-wrapper form .input-holder {
    margin-bottom: 0;
    flex-basis: 30%;
    margin-right: 20px;
    margin-bottom: 0px;
    display: flex;
    justify-content: center;
    flex-direction: column;
  }
  .main-container.single-villa .floating-bar .booking-inner-holder .mphb_sc_booking_form-wrapper form p {
    margin-bottom: 0;
    flex-basis: 11.79%;
    margin-right: 20px;
    margin-bottom: 0px;
  }
  .main-container.single-villa .villa-details .inner-section-holder .columns-holder .col {
    flex-basis: 45%;
  }
  .main-container.single-villa .villa-details .inner-section-holder .columns-holder .col.left-col {
    margin-bottom: 0;
  }
  .main-container.single-villa .villa-details .inner-section-holder .columns-holder .col:nth-child(odd) {
    margin-right: 5%;
  }
  .main-container.single-villa .villa-details .inner-section-holder .columns-holder .col:nth-child(even) {
    margin-left: 5%;
  }
  .main-container.single-villa .images-gallery .inner-section-holder {
    width: 100%;
    padding-left: 10%;
  }
  .main-container.single-villa .images-gallery .inner-section-holder .columns-holder .col {
    width: 45%;
  }
  .main-container.single-villa .images-gallery .inner-section-holder .columns-holder .col.left-col {
    padding-bottom: 28.4%;
  }
  .main-container.single-villa .images-gallery .inner-section-holder .columns-holder .col.right-col {
    position: relative;
    margin-top: 0px;
  }
  .main-container.single-villa .images-gallery .inner-section-holder .columns-holder .col.right-col .image-container {
    position: absolute;
    width: 100%;
    bottom: 0;
  }
  .main-container.single-villa .images-gallery .inner-section-holder .columns-holder .col.right-col .image-container .inner-image-container {
    padding-top: 77%;
  }
  .main-container.single-villa .images-gallery .inner-section-holder .columns-holder .col:nth-child(odd) {
    margin-right: 5%;
  }
  .main-container.single-villa .images-gallery .inner-section-holder .columns-holder .col:nth-child(even) {
    margin-left: 5%;
  }
  .main-container.confirm-reservation section.confirm-reservation-form form .form-section .section-fields .input-holder {
    flex-basis: calc(50% - 28px);
    margin-right: 56px;
  }
  .main-container.confirm-reservation section.confirm-reservation-form form .form-section .section-fields .input-holder:nth-child(2n) {
    margin-right: 0;
  }
  .video-popup .video-wrapper {
    height: 500px;
    max-width: 900px;
  }
  .mphb_sc_checkout-wrapper #mphb-booking-details .mphb-reserve-rooms-details .mphb-room-details .mphb-adults-chooser,
  .mphb_sc_checkout-wrapper #mphb-booking-details .mphb-reserve-rooms-details .mphb-room-details .mphb-guest-name-wrapper {
    flex-basis: calc(50% - 28px);
  }
  .mphb_sc_checkout-wrapper #mphb-booking-details .mphb-reserve-rooms-details .mphb-room-details .mphb-adults-chooser {
    margin-right: 56px;
  }
  .mphb_sc_checkout-wrapper #mphb-customer-details > * {
    flex-basis: calc(50% - 28px);
    margin-right: 56px;
  }
  .mphb_sc_checkout-wrapper #mphb-customer-details > *:nth-child(2n) {
    margin-right: 0;
  }
  .woocommerce .checkout .col2-set {
    flex-basis: 63%;
    margin-right: 2%;
  }
  .woocommerce .checkout .order-set {
    flex-basis: 33%;
    margin-left: 2%;
  }
  .woocommerce .checkout #customer_details .woocommerce-billing-fields__field-wrapper .form-row {
    flex-basis: 48%;
  }
  .woocommerce .woocommerce-order .woocommerce-thankyou-order-received {
    font-size: 80px;
  }
  .woocommerce .woocommerce-order .woocommerce-thankyou-order-details {
    display: flex;
    flex-wrap: nowrap;
  }
  .woocommerce .woocommerce-order .woocommerce-thankyou-order-details li {
    float: none;
    flex-basis: auto;
    margin-bottom: 15px;
  }
}
@media only screen and (min-width: 992px) {
  body::after {
    content: 'Desktop';
    display: none;
  }
  .container,
  .container-fluid {
    max-width: 970px;
  }
  /************************************************************/
  /************************************************************/
  .solo-movil {
    display: none;
  }
  .solo-pc {
    display: block;
  }
  header .inner-header-container {
    padding: 25px 0;
  }
  header .inner-header-container .site-branding a {
    max-width: 200px;
  }
  #menu-container {
    padding-top: 120px;
  }
  #menu-container .page-navigation {
    height: calc(100vh - 120px);
  }
  #menu-container .page-navigation ul li a {
    padding-left: 10px;
  }
  #menu-container .page-navigation ul li a::before {
    left: -40px;
  }
  .floating-button-holder {
    display: block;
  }
  .main-container.home .intro {
    padding-bottom: 65px;
  }
  .main-container.home .intro .inner-section-holder .video-holder .top-image-holder .inner-image-container {
    padding-top: 51.28%;
  }
  .main-container.home .villas .inner-section-holder {
    width: 90%;
    margin-left: 10%;
  }
  .main-container.home .villas .inner-section-holder .title-holder {
    transform: translateY(50%);
    margin-bottom: 0px;
  }
  .main-container.home .villas .inner-section-holder .gallery-holder {
    margin-left: 10%;
  }
  .main-container.home .villas .inner-section-holder .gallery-holder .outter-holder {
    width: auto;
  }
  .main-container.home .villas .inner-section-holder .gallery-holder .outter-holder .inner-holder .villa-block {
    flex-basis: 45%;
  }
  .main-container.home .villas .inner-section-holder .navigation-holder {
    display: block;
  }
  .main-container.home .about-us {
    padding-bottom: 0;
  }
  .main-container.home .about-us .inner-section-holder .columns-holder .col {
    flex-basis: 45%;
  }
  .main-container.home .about-us .inner-section-holder .columns-holder .col.right-col {
    margin-top: 0;
  }
  .main-container.home .about-us .inner-section-holder .columns-holder .col.right-col .image-holder .inner-image-container {
    transform: translateY(55px);
  }
  .main-container.home .about-us .inner-section-holder .columns-holder .col:nth-child(even) {
    margin-left: 5%;
  }
  .main-container.home .about-us .inner-section-holder .columns-holder .col:nth-child(odd) {
    margin-right: 5%;
  }
  .main-container.home .surroundigs .inner-section-holder .text-holder {
    columns: 2;
    column-gap: 2rem;
  }
  .main-container.home .surroundigs .inner-section-holder .images-container {
    margin-top: 0;
  }
  .main-container.home .surroundigs .inner-section-holder .images-container .image-holder {
    flex-basis: calc(33.33% - 26.66px);
    margin-right: 40px;
    margin-bottom: 0;
  }
  .main-container.home .surroundigs .inner-section-holder .images-container .image-holder:nth-child(2n) {
    margin-top: 200px;
  }
  .main-container.home .surroundigs .inner-section-holder .images-container .image-holder:nth-child(3n) {
    margin-right: 0;
  }
  .main-container.home .mobile-floating-button {
    display: none;
  }
  .main-container.about .intro {
    padding-top: 60px;
  }
  .main-container.about .intro .inner-section-holder .text-holder .bottom-text-holder {
    columns: 2;
    column-gap: 2rem;
  }
  .main-container.about .full-width-banner {
    display: block;
  }
  .main-container.about .full-width-banner .image-holder {
    padding-top: 36.66%;
  }
  .main-container.about .new-age .inner-section-holder .columns-holder .col {
    flex-basis: 45%;
  }
  .main-container.about .new-age .inner-section-holder .columns-holder .col.right-col {
    margin-top: 0;
  }
  .main-container.about .new-age .inner-section-holder .columns-holder .col:nth-child(even) {
    margin-left: 5%;
  }
  .main-container.about .new-age .inner-section-holder .columns-holder .col:nth-child(odd) {
    margin-right: 5%;
  }
  .main-container.about .new-age .inner-section-holder .full-text-block .text-holder {
    columns: 2;
    column-gap: 2rem;
  }
  .main-container.surroundings .intro {
    padding-top: 120px;
  }
  .main-container.surroundings .intro .inner-section-holder .text-holder {
    columns: 2;
    column-gap: 2rem;
  }
  .main-container.surroundings .slide-gallery .images-line {
    margin-bottom: 20px;
  }
  .main-container.surroundings .slide-gallery .images-line .inner-gallery-holder .row-elem {
    flex-basis: 33.33%;
    padding: 0 10px;
  }
  .main-container.villas .intro-section {
    padding-top: 120px;
  }
  .main-container.single-villa .intro {
    padding-top: 92px;
  }
  .main-container.single-villa .intro .thumbnail-image-holder .inner-image-container {
    padding-top: 40%;
  }
  .main-container.get-in-touch .marquees-holder {
    padding-top: 120px;
  }
  .main-container.get-in-touch .marquees-holder .marquee-holder .marquee .track img {
    display: inline-block;
    width: auto;
    margin: 0 30px;
  }
  .main-container.get-in-touch .marquees-holder .marquee-holder .marquee .track .icon-holder {
    max-width: 130px;
  }
  .main-container.get-in-touch .get-in-touch-badge-holder {
    display: block;
  }
  .main-container.single-villa .banner .banner-text-holder .banner-text {
    columns: 2;
    column-gap: 2rem;
  }
  .main-container.search-results .results .inner-section-holder .mphb_sc_search_results-wrapper {
    flex-basis: 68%;
    margin-right: 2%;
  }
  .main-container.search-results .results .inner-section-holder .mphb_sc_search_results-wrapper .mphb-room-type {
    flex-basis: 50%;
  }
  .main-container.search-results .results .inner-section-holder .mphb_sc_search-wrapper {
    flex-basis: 30%;
    margin-top: 0px;
  }
  .main-container.legal {
    padding-top: 100px;
  }
  .woocommerce .convertion-message-holder {
    position: relative;
    margin: 0 0 2em;
    width: 100%;
    text-align: left;
    padding: 1em 2em 1em 3.5em;
  }
  footer .top-line .flex-holder {
    flex-wrap: nowrap;
  }
  footer .top-line .flex-holder .info-col {
    flex-basis: 33.33%;
    padding-right: 5%;
    padding-bottom: 0%;
  }
  .content-total-items-custom-guide {
    display: flex;
    width: 100%;
    flex-wrap: wrap;
  }
  .box-content-total-items-left-01 {
    width: 65%;
  }
  .box-content-map-item-custom-right {
    display: flex;
    position: sticky;
    top: 0;
    margin-top: calc(clamp(53.33333333px, 5.5556vw, 106.66666667px) * -1);
    height: 100vh;
    margin-top: calc(clamp(66.66666667px, 6.9444vw, 133.33333333px) * -1);
  }
  .box-content-map-item-custom-right .box-iframe-custom-01 {
    width: 100%;
  }
  .item-guide-custom-01 {
    width: calc(50% - clamp(6.66666667px, 0.6944vw, 13.33333333px));
    height: clamp(184.66666667px, 19.2361vw, 369.33333333px);
    transition: all 0.5s ease;
    cursor: pointer;
  }
  .item-guide-custom-01 img {
    object-fit: cover;
  }
  .item-guide-custom-01:hover {
    opacity: 1;
  }
  .box-item-internal-custom-guide .owl-carousel-guide {
    display: flex;
    flex-flow: wrap;
    gap: clamp(13.33333333px, 1.3889vw, 26.66666667px);
    padding: 0 clamp(24px, 2.5vw, 48px);
  }
  .box-location-custom-guide {
    top: calc(clamp(53.33333333px, 5.5556vw, 106.66666667px) * -1);
    margin: 0;
  }
  .box-logo-bandido {
    justify-content: flex-start;
  }
  .box-top-custom-guide {
    padding: clamp(16px, 1.6667vw, 32px) 0;
    padding-left: clamp(24px, 2.5vw, 48px);
    position: relative;
  }
  img.logo-top-guide {
    width: clamp(216.66666667px, 22.5694vw, 433.33333333px);
  }
  .box-map-button {
    display: none;
  }
  .box-select-location-button {
    width: clamp(166.66666667px, 17.3611vw, 333.33333333px);
    left: clamp(256.66666667px, 26.7361vw, 513.33333333px);
    background: #e03327;
    top: clamp(13.33333333px, 1.3889vw, 26.66666667px);
    z-index: 9999;
  }
  .box-categories-custom-guide {
    width: 65%;
    margin-top: clamp(13.33333333px, 1.3889vw, 26.66666667px);
  }
  .box-categories-custom-guide ul {
    padding: 0 clamp(24px, 2.5vw, 48px);
  }
  .bnt-location {
    background: transparent;
    color: #F7F6EA;
    cursor: pointer;
    height: clamp(27.33333333px, 2.8472vw, 54.66666667px);
    width: clamp(166.66666667px, 17.3611vw, 333.33333333px);
    font-size: clamp(9.33333333px, 0.9722vw, 18.66666667px);
    transition: all 0.5s ease;
  }
  .bnt-location svg {
    filter: brightness(0) invert(1);
  }
  .bnt-location:hover {
    background: #f7f6ea;
    color: #ff4438;
  }
  .bnt-location:hover svg {
    filter: none;
  }
  .bnt-location:hover svg path {
    stroke: #ff4438;
  }
  .list-locations-content a {
    color: #f7f6ea;
  }
  .location-open-select .main-container.guide:after {
    z-index: 999;
  }
  .btn-close-map {
    display: none;
  }
  .box-text-item-guide {
    left: clamp(12.66666667px, 1.3194vw, 25.33333333px);
    bottom: clamp(10px, 1.0417vw, 20px);
  }
  .box-text-item-guide h2 {
    font-size: clamp(14.66666667px, 1.5278vw, 29.33333333px);
  }
  .box-tag-partner-guide.active {
    opacity: 1;
  }
  .box-tag-partner-guide {
    width: clamp(76px, 7.9167vw, 152px);
    top: clamp(22.66666667px, 2.3611vw, 45.33333333px);
  }
  .box-bottom-button-custom-guide {
    display: none;
  }
  .box-modal-guide {
    width: 65%;
    height: 100%;
    top: 0;
  }
  .box-internal-custom-guide {
    width: clamp(333.33333333px, 34.7222vw, 666.66666667px);
    height: fit-content;
    position: absolute;
    top: 70px;
    bottom: 0;
    margin: auto;
    right: 0;
    left: 0;
    border-radius: clamp(20px, 2.0833vw, 40px);
  }
  .owl-carousel-guide.owl-theme:hover .item-guide-custom-01 {
    opacity: 0.5;
  }
  .owl-carousel-guide.owl-theme .item-guide-custom-01:hover {
    opacity: 1 !important;
  }
  .box-button-map-modal {
    display: none;
  }
  .btn-category-guide {
    transition: all 0.5s ease;
    font-size: clamp(9.33333333px, 0.9722vw, 18.66666667px);
    color: #124734;
  }
  .btn-category-guide:hover {
    background: #124734;
    color: #f7f6ea;
  }
  .btn-category-guide:visited {
    color: #124734;
  }
  .main-container.guide button {
    cursor: pointer !important;
  }
  button.btn-close-guide {
    cursor: pointer;
  }
  .box-text-custom-modal p.tx16 {
    font-size: clamp(9.33333333px, 0.9722vw, 18.66666667px);
  }
  .tx18 {
    font-size: clamp(12px, 1.25vw, 24px);
  }
  .tx16 {
    font-size: clamp(10.66666667px, 1.1111vw, 21.33333333px);
  }
  .btn-category-guide:hover {
    color: #f7f6ea !important;
  }
  .remove {
    background: #D5DCCF;
    border-color: transparent;
  }
  .box-select-location-button {
    position: fixed;
    top: clamp(10px, 1.5625vw, 40px);
  }
  .box-top-custom-guide {
    position: fixed;
    top: 0;
    width: 100%;
  }
  .box-content-guide-items {
    margin-top: clamp(70px, 5.4688vw, 140px);
  }
  .box-content-map-item-custom-right {
    margin-top: calc(clamp(90px, 8.9286vw, 180px) * -1);
  }
  .owl-carousel-guide-custom-items .item-guide-custom-01 {
    width: calc(50% - clamp(6.66666667px, 0.6944vw, 13.33333333px));
  }
  .owl-carousel-guide-custom-items {
    display: flex;
    flex-flow: wrap;
    gap: clamp(13.33333333px, 1.3889vw, 26.66666667px);
    padding: 0 clamp(24px, 2.5vw, 48px);
  }
  .box-img-guide-modal {
    height: clamp(240px, 18.75vw, 480px);
  }
  .box-modal-guide {
    width: 55%;
  }
  .box-content-map-item-custom-right {
    width: 45%;
  }
  .box-content-total-items-left-01 {
    width: 55%;
    opacity: 1;
  }
  .box-text-custom-modal p.tx16 {
    font-size: clamp(10.66666667px, 1.1111vw, 21.33333333px);
  }
  .box-text-custom-bottom-modal {
    margin-bottom: 0;
  }
  .owl-carousel-guide.owl-theme .item-guide-custom-01 {
    opacity: 1 !important;
  }
  .owl-carousel-guide.owl-theme .item-guide-custom-01:hover .img-full-size {
    transform: scale(1.03);
    position: relative;
  }
  .item-guide-custom-01:before {
    z-index: 1;
  }
  .box-text-item-guide {
    z-index: 1;
  }
  .item-guide-custom-01 img {
    transition: all 0.5s ease;
  }
  .owl-carousel-guide-custom-items .item-guide-custom-01:hover img {
    transform: scale(1.03);
  }
  .owl-carousel-guide-custom {
    overflow: hidden;
    margin-left: 0;
  }
  .box-top-arrow-guide {
    margin-top: 0;
  }
  .box-categories-custom-guide ul {
    flex-wrap: wrap;
  }
  .box-categories-custom-guide::-webkit-scrollbar {
    display: block;
  }
  .box-categories-custom-guide {
    margin-bottom: 10px;
  }
  .box-categories-custom-guide ul {
    flex-wrap: nowrap;
  }
  .box-categories-custom-guide::-webkit-scrollbar {
    height: 5px;
    width: 9px;
    cursor: pointer;
  }
  .box-categories-custom-guide::-webkit-scrollbar-track {
    border-radius: 0;
    background-color: #D5DCCF;
  }
  .box-categories-custom-guide::-webkit-scrollbar-track:hover {
    background-color: #D5DCCF;
  }
  .box-categories-custom-guide::-webkit-scrollbar-track:active {
    background-color: #D5DCCF;
  }
  .box-categories-custom-guide::-webkit-scrollbar-thumb {
    border-radius: 0;
    background-color: #124734;
    cursor: pointer;
  }
  .box-categories-custom-guide::-webkit-scrollbar-thumb:hover {
    background-color: #124734;
  }
  .box-categories-custom-guide::-webkit-scrollbar-thumb:active {
    background-color: #124734;
  }
  .box-content-guide-items {
    margin-top: clamp(63.33333333px, 6.2831vw, 126.66666667px);
  }
}
@media only screen and (min-width: 1200px) {
  body::after {
    content: 'Desktop';
    display: none;
  }
  .container,
  .container-fluid {
    max-width: 1170px;
  }
  /************************************************************/
  /************************************************************/
  .box-modal-guide {
    width: 65%;
  }
  .box-content-map-item-custom-right {
    width: 35%;
  }
  .box-content-total-items-left-01 {
    width: 65%;
  }
}
@media only screen and (min-width: 1600px) {
  .main-container.get-in-touch .marquees-holder .marquee-holder .marquee .track .icon-holder {
    flex-basis: 10%;
    margin: 0 30px;
    max-width: 150px;
  }
}
/*# sourceMappingURL=./siroppe.css.map */