@import url("https://fonts.googleapis.com/icon?family=Material+Icons");
@import url("https://fonts.googleapis.com/css?family=Lato:100,100i,300,300i,400,400i,700,700i,900,900i");
@import url("https://fonts.googleapis.com/css?family=Roboto");
@import url("https://fonts.googleapis.com/css?family=Great+Vibes");
@import url("https://fonts.googleapis.com/css?family=Poiret+One");
@import url("https://fonts.googleapis.com/css?family=Cinzel+Decorative");

/* autocomplete color */
input:-webkit-autofill,
input:-webkit-autofill:hover,
input:-webkit-autofill:focus,
input:-webkit-autofill:active {
    -webkit-background-clip: text;
    -webkit-text-fill-color: #ffffff;
    transition: background-color 5000s ease-in-out 0s;
    box-shadow: inset 0 0 20px 20px #23232329;
}

.hidden {
    position: absolute;
    left: -9999px;
}

body {
    background: #a76c79e0;
    font-family: Helvetica Neue, Helvetica, Arial, sans-serif;
    font-size: 14px;
    color: #000;
    margin: 0;
    padding: 0;
}

#layout-content {
    width: 100%;
    /* height: calc(100% - 62px); */
    height: 100vh;
    /*position: absolute;*/
    position: relative;
}

#layout-footer {
    width: 100%;
    height: 200px;
    color: white;
    text-align: center;
}

footer > div {
    display: inline-flex;
    align-items: center;
    width: 100%;
    max-width: 900px;
    flex-wrap: wrap;
}

footer h2 {
    font-size: 2rem;
    font-family: "Poiret One", cursive;
}

footer > div a {
    flex: 1;
    margin-bottom: 1rem;
}

h1 {
    font: 2.5em/1.4 "roboto condensed";
    font-weight: 700;
}

select {
    cursor: pointer;
}

.nav-header {
    /*background: rgba(255, 255, 255, 0.8); //this is the original black color */
    /*background: rgb(195 158 125 / 75%) //this pink is a little transparent;*/
    /*background: rgb(94 133 98 / 75%); //this green is not as dark*/
    background: rgb(77 101 79 / 90%);
    display: flex;
    height: 62px;
    z-index: 3;
    position: fixed;
    width: 100%;
}

.nav-header .logo {
    height: 100%;
    display: flex;
    justify-items: center;
}

.nav-header .logo img {
    margin: auto;
    display: block;
    height: 105%;
    width: auto;
}

.nav-header ul {
    display: inline-flex;
    width: 100%;
    height: 100%;
    max-width: 1400px;
    margin: 0 auto;
    padding: inherit;
    list-style-type: none;
}

.nav-header ul li {
    margin: auto;
}

.nav-header ul li a {
    text-decoration: none;
    font-size: 20px;
    text-align: center;
    display: block;
}

.nav-header ul li:nth-child(1) {
    height: 100%;
    margin-left: 8px;
}

.nav-header ul li:nth-child(2) ul li a {
    margin: 0 2px;
    padding: 8px 8px;
    color: #e7e7e7;
    font-family: Helvetica Neue, Helvetica, Arial, sans-serif;
    font-size: 16px;
}

.nav-header ul li:nth-child(2) ul li a.selected {
    background: #dddddd;
    border-radius: 5px;
    color: #4d654f;
}

.nav-header ul li:nth-child(3) a span {
    margin: 10px auto;
    width: 70px;
}

.nav-header ul li:nth-child(3) {
    display: inline-flex;
    text-align: right;
    margin-right: 8px;
}

.nav-header ul li:nth-child(3) .contacts {
    margin: auto 0.5rem;
    display: flex;
    flex-direction: column;
}

.nav-header ul li:nth-child(3) .contacts div {
    display: inline-flex;
    padding: 0.15rem 0;
    font-family: "Great Vibes", cursive;
}

.nav-header ul li:nth-child(3) .contacts i {
    font-weight: 500;
}

.nav-header ul li:nth-child(3) .contacts i::before {
    margin-right: 5px;
}

.nav-header ul li:nth-child(3) .contacts div a {
    margin: auto 0.1rem;
    font-size: 0.9rem;
    color: #e7e7e7;
}

.nav-header ul li:nth-child(3) .lang {
    display: inline-flex;
    flex-direction: column;
}

.nav-header ul li:nth-child(3) .lang a {
    color: #e7e7e7;
    font-size: 14px;
    flex: 1;
}

@media (max-width: 1150px) {
    .nav-header ul li:nth-child(1) {
        margin-left: 70px;
    }

    .nav-header ul li:nth-child(2) {
        display: none;
    }
}

@media (max-width: 900px) {
    footer > div {
        flex-direction: column;
    }
}

@media (max-width: 600px) {
    /*.nav-header ul li:nth-child(3) a {*/
    /*    padding-right: 20px;*/
    /*}*/
}

#menu .dropdown-villa, #menu .dropdown-activities {
    border: none;
    background: transparent;
    outline: none;
    width: 270px;
    margin: 0.5em 0;
    padding: 0.2em 2em;
    font-size: 1.5em;
    color: rgba(0, 0, 0, 0.5);
    text-decoration: none;
    text-align: left;
    font-weight: 500;
    transition: color 0.15s, transform 0.5s;
    transition-timing-function: cubic-bezier(0.19, 1, 0.22, 1);
}

#menu .dropdown-villa:hover, #menu .dropdown-villa:focus, #menu .dropdown-activities:hover, #menu .dropdown-activities:focus {
    color: black;
}

#menu .dropdown-villa .down, #menu .dropdown-activities .down {
    transform: rotate(45deg);
    -webkit-transform: rotate(45deg);
}

#menu .dropdown-villa-content, #menu .dropdown-activities-content {
    display: none;
    margin-left: 20px;
}

#menu li {
    display: inline-grid;
}

/*--side nav------------*/
.header-content {
    /* helper */
    /* misc */
}

.header-content #navcheck {
    position: fixed;
    opacity: 0;
}

.header-content label {
    position: absolute;
    margin: 0;
    padding: 0;
    border: none;
    outline: none;
    background: none;
    cursor: pointer;
}

.header-content label::before {
    position: fixed;
    z-index: 3;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background-color: rgb(53 107 83 / 30%);
    backdrop-filter: blur(3px) saturate(0.5);
    content: "";
    opacity: 0;
    pointer-events: none;
    transition: opacity 0.5s cubic-bezier(0.19, 1, 0.22, 1);
}

.header-content label .burger {
    display: none;
    position: fixed;
    top: 1em;
    left: 1em;
    z-index: 3;
    width: 2em;
    height: 2em;
    margin: 0;
    padding: 0;
    transition: opacity 0.5s cubic-bezier(0.19, 1, 0.22, 1);
}

.header-content label .burger::before,
.header-content label .burger .bar, .header-content label .burger::after {
    position: absolute;
    left: 0;
    display: block;
    width: 100%;
    height: 12%;
    background: #e9abab;
    content: "";
    transition: all 0.5s cubic-bezier(0.19, 1, 0.22, 1);
}

.header-content label .burger .bar {
    top: 44%;
}

.header-content label .burger::before {
    top: 0;
    transform-origin: top left;
}

.header-content label .burger::after {
    bottom: 0;
    transform-origin: bottom left;
}

.header-content input:focus + label .burger,
.header-content label:hover .burger {
    opacity: 0.75;
}

.header-content nav {
    position: fixed;
    top: 0;
    left: 0;
    bottom: 0;
    z-index: 3;
    display: flex;
    flex-flow: column nowrap;
    justify-content: center;
    align-items: flex-start;
    transform: translate3d(0, 0, 0);
    /* material acceleration */
    transform: translateX(-100%);
    will-change: transform;
    transition: transform 0.5s cubic-bezier(0.19, 1, 0.22, 1);
}

.header-content nav::before {
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    z-index: -1;
    width: 25em;
    background: rgb(197 110 110 / 80%);
    content: "";
    transform: skewX(15deg) translateX(-100%);
    transform-origin: bottom left;
    will-change: transform;
    transition: transform 0.5s cubic-bezier(0.19, 1, 0.22, 1);
}

@media (max-width: 1150px) {
    .header-content label .burger {
        display: block;
    }
}

@media (min-width: 30em) {
    .header-content nav::before {
        width: 20em;
    }
}

.header-content nav a {
    width: calc(100% - 2em);
    padding: 0.7em 2em;
    font-size: 1.5em;
    color: rgba(0, 0, 0, 0.5);
    text-decoration: none;
    font-weight: 500;
    transform: translateX(-100%);
    transition: color 0.15s, transform 0.5s;
    transition-timing-function: cubic-bezier(0.19, 1, 0.22, 1);
}

.header-content nav a:nth-child(1) {
    transition-delay: 0s, 100ms;
}

.header-content nav a:nth-child(2) {
    transition-delay: 0s, 150ms;
}

.header-content nav a:nth-child(3) {
    transition-delay: 0s, 200ms;
}

.header-content nav a:nth-child(4) {
    transition-delay: 0s, 250ms;
}

.header-content nav a:nth-child(5) {
    transition-delay: 0s, 300ms;
}

.header-content nav a:nth-child(6) {
    transition-delay: 0s, 350ms;
}

.header-content nav a:hover, .header-content nav a:focus {
    color: #e3e3e3;
}

.header-content main {
    overflow: hidden;
}

.header-content main .content {
    transform: translate3d(0, 0, 0);
    /* material acceleration */
    will-change: transform, filter;
    transition: all 0.5s cubic-bezier(0.19, 1, 0.22, 1);
}

.header-content [id=navcheck]:checked + label::before {
    opacity: 1;
    pointer-events: auto;
}

.header-content [id=navcheck]:checked + label .burger::before, .header-content [id=navcheck]:checked + label .burger::after {
    width: 141.42%;
}

.header-content [id=navcheck]:checked + label .burger::before {
    transform: rotate(45deg) translateY(-50%);
}

.header-content [id=navcheck]:checked + label .burger::after {
    transform: rotate(-45deg) translateY(50%);
}

.header-content [id=navcheck]:checked + label .burger .bar {
    transform: scale(0.1);
}

.header-content [id=navcheck]:checked ~ nav {
    transform: translateX(0);
}

.header-content [id=navcheck]:checked ~ nav::before {
    transform: skewX(0deg) translateX(0);
}

.header-content [id=navcheck]:checked ~ nav a {
    transform: translateX(0);
}

.header-content [id=navcheck]:checked ~ main .content {
    transform: translateX(3em);
    transform-origin: left center;
    -webkit-filter: blur(2px);
    filter: blur(2px);
    /* quite laggy :S */
}

.header-content .visuallyhidden {
    border: 0;
    clip: rect(0 0 0 0);
    height: 1px;
    margin: -1px;
    overflow: hidden;
    padding: 0;
    position: absolute;
    width: 1px;
}

.header-content body {
    overflow-x: hidden;
    background: #444;
    color: white;
    font: 1em/1.4 "lato";
}

.header-content main {
    background: #3498db;
    padding: 5% 0;
}

.header-content article {
    width: 80%;
    margin: 0 auto;
    font-size: 1.3em;
}

@media (min-width: 60em) {
    .header-content article {
        width: 50%;
    }
}

.promotion {
    position: fixed;
    z-index: 2;
    top: 62px;
    width: calc(100% - 2rem);
    padding: 1rem;
    background: hsl(347deg 25% 60% / 90%);
    text-align: center;
    color: white;
    font-size: 21px;
    font-family: Helvetica Neue, Helvetica, Arial, sans-serif;
}

.book-content {
    margin-top: 62px;
    background-color: white;
}

.book-content h1 {
    text-align: center;
    color: #7d7d7d;
}

.book-content #book {
    width: 80%;
    margin: auto;
    padding: 15px;
    border-radius: 4px;
}

.book-content #book label {
    line-height: 20px;
    font-family: "museo_sans300";
    font-size: 14px;
    color: #666;
}

.book-content #book .form-personal {
    display: flex;
    width: 100%;
    margin: auto;
    padding-bottom: 20px;
}

.book-content #book .form-personal div {
    flex: 1 0 50%;
    padding: 0 10px;
}

.book-content #book .form-personal div input {
    width: 100%;
    display: block;
    height: 30px;
    line-height: 20px;
    font-family: "museo_sans300";
    font-size: 14px;
    color: #666;
    border: 1px solid #ccc;
    outline: none;
    background-color: #FFF;
}

.book-content #book .form-personal div span {
    display: none;
}

#book .input-component {
    margin-left: 1rem;
    color: #efcbcb;
}

#book .input-component input {
    width: calc(100% - 20px);
    margin: 10px;
    box-sizing: border-box;
    background: none;
    border: 1px solid #ffffff;
    color: white;
    padding: 0.6rem;
    font-size: 16px;
    outline: none;
}

#book .input-component input::placeholder {
    color: #f1d2d2;
}

#book input.form-error {
    border: 1px solid red;
}

.book-content #book .form-date {
    display: flex;
}

.book-content #book .form-date div {
    flex: 1 0 25%;
    padding: 0 10px 20px 10px;
}

.book-content #book .form-date div input {
    display: block;
    height: 30px;
    line-height: 20px;
    font-family: "museo_sans300";
    font-size: 14px;
    color: #666;
    border: 1px solid #ccc;
    outline: none;
    background-color: #FFF;
}

.book-content #book .form-options {
    padding: 0 10px 10px 10px;
}

.book-content #book .form-options select {
    display: block;
    height: 30px;
    font-family: "museo_sans300";
    font-size: 14px;
    color: #666;
    border: 1px solid #ccc;
    outline: none;
    background-color: #FFF;
    margin: 5px 0;
}

.book-content #book .form-options p {
    margin: auto;
    color: #4d864c;
    font-size: 14px;
}

.book-content #book .form-notes {
    padding: 0 10px;
}

.book-content #book .form-notes p {
    text-align: justify;
    line-height: 20px;
    font-family: "museo_sans300";
    font-size: 13px;
    font-weight: normal;
    color: #666;
}

.book-content #book .form-activities-checkbox p {
    text-align: justify;
    line-height: 20px;
    font-family: "museo_sans300";
    font-size: 16px;
    font-weight: normal;
    color: #666;
}

.book-content #book .form-activities-checkbox div {
    display: flex;
}

.book-content #book .form-prices {
    display: flex;
    padding: 0 10px;
}

.book-content #book .form-prices div {
    display: inline-flex;
    margin-right: 5px;
}

.book-content #book .form-prices p {
    line-height: 10px;
    font-family: "museo_sans300";
    font-size: 15px;
    font-weight: normal;
    color: #777;
}

.book-content #book .form-prices p #adult-price, .book-content #book .form-prices p #child-price {
    color: #272626;
    margin: 0 5px;
}

.book-content #book .form-prices select {
    display: block;
    height: 30px;
    width: 40px;
    font-family: "museo_sans300";
    font-size: 14px;
    color: #666;
    border: 1px solid #ccc;
    outline: none;
    background-color: #FFF;
    margin: 5px 5px;
}

.book-content #book .form-total p {
    margin: auto;
    display: inline-block;
    background-color: #eeeeee;
    padding: 9px;
}

.book-content #book .form-grand-total {
    padding: 0 10px 10px;
}

.book-content #book .form-grand-total p {
    margin: auto;
    display: inline-block;
    background-color: #eeeeee;
    padding: 9px;
}

.book-content #book .form-comments {
    padding: 0 10px 10px;
}

.book-content #book .form-comments textarea {
    height: 60px;
    width: 100%;
    font-family: museo_sans300;
    color: #666666;
    border: 1px solid #cccccc;
    outline: none;
    padding: 10px 0px;
    z-index: auto;
    position: relative;
    line-height: 15px;
    font-size: 16px;
    transition: none;
    background: transparent !important;
}

#book code {
    font-family: Helvetica Neue, Helvetica, Arial, sans-serif;
}

#book .form-button {
    padding: 20px 0;
    text-align: center;
}

#book .form-button button {
    margin: auto;
    line-height: 20px;
    width: calc(100% - 20px);
    max-width: 500px;
    font-family: "museo_sans700";
    font-size: 14px;
    color: #FFF;
    border: none;
    outline: none;
    background-color: rgb(93 133 111);
    padding: 10px 15px;
    cursor: pointer;
    border-radius: 5px;
    display: inline-grid;
    box-shadow: 0 4px 8px 0 rgb(57 81 68 / 20%), 0 6px 20px 0 rgb(48 95 63 / 19%);
}

#book .form-button button:hover {
    background: #975461;
    box-shadow: 0 4px 8px 0 rgb(63 49 61 / 20%), 0 6px 20px 0 rgb(111 70 110 / 19%);
}

#book .form-button button span {
    font-size: 24px;
    margin: 0.6rem;
    text-transform: uppercase;
}

#send-loading {
    position: absolute;
    width: 100%;
    height: 100%;
    background: #1f1712a6;
    top: 0;
    display: none;
    justify-content: center;
    align-items: center;
}

#send-loading.show {
    display: flex;
}

/*---------------------------------------*/
.lds-roller {
    display: inline-block;
    position: relative;
    width: 80px;
    height: 80px;
}

.lds-roller div {
    animation: lds-roller 1.2s cubic-bezier(0.5, 0, 0.5, 1) infinite;
    transform-origin: 40px 40px;
}

.lds-roller div:after {
    content: " ";
    display: block;
    position: absolute;
    width: 7px;
    height: 7px;
    border-radius: 50%;
    background: #fff;
    margin: -4px 0 0 -4px;
}

.lds-roller div:nth-child(1) {
    animation-delay: -0.036s;
}

.lds-roller div:nth-child(1):after {
    top: 63px;
    left: 63px;
}

.lds-roller div:nth-child(2) {
    animation-delay: -0.072s;
}

.lds-roller div:nth-child(2):after {
    top: 68px;
    left: 56px;
}

.lds-roller div:nth-child(3) {
    animation-delay: -0.108s;
}

.lds-roller div:nth-child(3):after {
    top: 71px;
    left: 48px;
}

.lds-roller div:nth-child(4) {
    animation-delay: -0.144s;
}

.lds-roller div:nth-child(4):after {
    top: 72px;
    left: 40px;
}

.lds-roller div:nth-child(5) {
    animation-delay: -0.18s;
}

.lds-roller div:nth-child(5):after {
    top: 71px;
    left: 32px;
}

.lds-roller div:nth-child(6) {
    animation-delay: -0.216s;
}

.lds-roller div:nth-child(6):after {
    top: 68px;
    left: 24px;
}

.lds-roller div:nth-child(7) {
    animation-delay: -0.252s;
}

.lds-roller div:nth-child(7):after {
    top: 63px;
    left: 17px;
}

.lds-roller div:nth-child(8) {
    animation-delay: -0.288s;
}

.lds-roller div:nth-child(8):after {
    top: 56px;
    left: 12px;
}

@keyframes lds-roller {
    0% {
        transform: rotate(0deg);
    }
    100% {
        transform: rotate(360deg);
    }
}

/*---------------------------------------*/

.book-content #book .md-checkbox {
    position: relative;
    margin: 16px 5px;
    text-align: left;
    flex: 1;
}

.book-content #book .md-checkbox.md-checkbox-inline {
    display: inline-block;
}

.book-content #book .md-checkbox label {
    cursor: pointer;
}

.book-content #book .md-checkbox label:before, .book-content #book .md-checkbox label:after {
    content: "";
    position: absolute;
    left: 0;
    top: 0;
}

.book-content #book .md-checkbox label:before {
    width: 20px;
    height: 20px;
    background: #fff;
    border: 2px solid rgba(0, 0, 0, 0.54);
    border-radius: 2px;
    cursor: pointer;
    transition: background 0.3s;
}

.book-content #book .md-checkbox input[type=checkbox] {
    outline: 0;
    margin-right: 10px;
    visibility: hidden;
}

.book-content #book .md-checkbox input[type=checkbox]:checked + label:before {
    background: #337ab7;
    border: none;
}

.book-content #book .md-checkbox input[type=checkbox]:checked + label:after {
    transform: rotate(-45deg);
    top: 5px;
    left: 4px;
    width: 12px;
    height: 6px;
    border: 2px solid #fff;
    border-top-style: none;
    border-right-style: none;
}

.book-content #book .md-checkbox input[type=checkbox]:disabled + label:before {
    border-color: rgba(0, 0, 0, 0.26);
}

.book-content #book .md-checkbox input[type=checkbox]:disabled:checked + label:before {
    background: rgba(0, 0, 0, 0.26);
}

.book-content #book *, .book-content #book *:before, .book-content #book *:after {
    box-sizing: border-box;
}

@media (max-width: 640px) {
    .book-content #book .form-personal, .book-content #book .form-date, .book-content #book .form-prices {
        flex-direction: column;
    }

    .book-content #book .form-total p {
        margin: 0;
    }
}

.contact-content {
    background: #7d7d7d;
    color: white;
    font-family: "Poiret One", cursive;
}

.contact-content p {
    margin: auto;
    padding: 15px;
    font-size: 16px;
}

.contact-content > div {
    padding-bottom: 25px;
}

.contact-content div {
    display: flex;
}

.contact-content div div {
    flex: 1 0 33.3%;
    flex-direction: column;
}

@media (max-width: 640px) {
    .contact-content div {
        flex-direction: column;
    }
}

.home-caption {
    position: absolute;
    width: 100%;
    top: 85%;
    left: 50%;
    margin-right: -50%;
    transform: translate(-50%, -50%);
}

.home-caption h1 {
    font-size: 3.5em;
    color: white;
    font-family: "Great Vibes", cursive;
    text-shadow: 2px 2px 4px #000000;
    padding: 2px 15px;
    font-weight: 500;
    line-height: 12px;
    text-align: center;
}

.home-caption .caption0 .letter, .home-caption .caption1 .letter, .home-caption .caption2 .letter, .home-caption .caption3 .letter, .home-caption .caption4 .letter, .home-caption .caption5 .letter, .home-caption .caption6 .letter, .home-caption .caption7 .letter {
    display: inline-block;
    line-height: 1em;
}

@media (max-width: 600px) {
    .home-caption {
        top: 50%;
    }

    .home-caption h1 {
        font-size: 2em;
    }
}

#home-content #home-buttons {
    position: absolute;
    bottom: 0;
    background: #3e353566;
    backdrop-filter: blur(3px) saturate(0.5);
    width: 100%;
    text-align: center;
    margin: 0 auto;
    left: 0;
    right: 0;
    display: flex;
    flex-direction: row;
    justify-content: center;
}

#home-content #home-buttons a {
    text-decoration: none;
    color: #ffffff;
    font-size: 21px;
    padding: 15px;
}

#home-content #home-buttons a:hover {
    color: #ffffff;
    background: rgba(0, 0, 0, 0.5);
}

@media (max-width: 600px) {
    #home-content #home-buttons {
        flex-direction: column-reverse;
    }
}

.equilibrium {
    position: absolute;
    bottom: 10px;
    right: 10px;
    z-index: 1;
    max-height: 149px;
}

/*---------------------*/
.swiper-container {
    width: 100%;
    height: 100vh;
    z-index: 0;
}

@media (min-width: 900px) {
    .swiper-container.accommodation-page {
        width: calc(100% - 360px);
        padding-top: calc(62px + 70px);
        height: calc(100% - 62px - 70px);
        margin: 0;
    }

    .swiper-container.accommodation-page .swiper-navigation {
        width: 100% !important;
    }
}

.swiper-container.accommodation-page .swiper-navigation {
    top: calc(62px + 70px);
    height: calc(100% - 62px - 70px);
}

.swiper-container.accommodation-page .swiper-slide {
    /*background-position-y: 70px;*/
    background-repeat: no-repeat;
}

.swiper-slide {
    background-position: center;
    background-size: cover;
}

/*---------------------*/

.swiper-navigation {
    position: absolute;
    top: 62px;
    height: calc(100% - 62px);
    width: calc(100% - 360px);
    display: inline-flex;
    justify-content: space-between;
    align-items: center;
}

.swiper-navigation div:nth-of-type(1) {
    margin: 0 0 0 15px;
}

.swiper-navigation div:nth-of-type(2) {
    margin: 0 15px 0 0;
}

.swiper-navigation div {
    position: unset;
    background-color: #a76c79e0;
    border-radius: 5px;
    height: 25px;
    width: 20px;
    padding: 1rem;
    background-size: 15px;
    background-image: none;
}

.swiper-navigation div.swiper-button-prev img {
    transform: rotate(180deg);
}

.swiper-navigation div img {
    filter: invert(100%) sepia(1%) saturate(7497%) hue-rotate(79deg) brightness(106%) contrast(101%);
}

/*---------------------*/
.tour-page .description.accommodation {
    height: calc(100% - 62px - 70px);
}

.tour-page .description {
    position: absolute;
    z-index: 2;
    bottom: 0;
    right: 0;
    backdrop-filter: blur(3px) saturate(0.5);
    background: #a76c79e0;
    height: calc(100% - 62px);
    width: 360px;
    overflow-x: hidden;
    overflow-y: auto;
}

.tour-page .description h1 {
    text-align: center;
    color: white;
    margin: 23px auto;
    font-family: "Poiret One", cursive;
}

.tour-page .description h2 {
    text-align: center;
    color: white;
    margin: 23px auto;
    font-family: "Poiret One", cursive;
}

.tour-page .accommodation-list {
    position: absolute;
    height: 70px;
    width: 100%;
    top: 62px;
    left: 0;
    z-index: 1;
    background: rgb(93 133 111);
    backdrop-filter: blur(3px) saturate(0.5);
}

.tour-page .accommodation-list ul {
    list-style: none;
    padding: 0;
    display: inline-flex;
    width: 100%;
    height: 100%;
    justify-content: center;
    align-items: center;
    margin-top: 8px;
    overflow: auto;
}

.tour-page .accommodation-list ul > div {
    display: inline-flex;
    position: relative;
    margin: 0 8px;
}

.tour-page .accommodation-list ul > div span {
    position: absolute;
    top: -11px;
    width: 100%;
    text-align: center;
    color: #c8e3ca;
    border-left: 1px solid #c8e3ca;
    border-right: 1px solid #c8e3ca;
}

.tour-page .accommodation-list ul > div span strong {
    background: #5d856f;
    padding: 0 0.5rem;
    position: relative;
    font-weight: 300;
}

.tour-page .accommodation-list ul > div span::before {
    content: '';
    margin: auto;
    position: absolute;
    left: 0;
    right: 0;
    bottom: 6px;
    border-bottom: 1px solid #c8e3ca;
    z-index: 0;
}

.tour-page .accommodation-list ul li {
    padding: 6px 10px;
    margin: 5px;
    color: #c8e3ca;
    border-radius: 8px;
    font-size: 16px;
    cursor: pointer;
    white-space: nowrap;
    display: inline-block;
    position: relative;
}

.tour-page .accommodation-list ul li span {
    display: block;
    text-align: center;
    font-size: 13px;
}

.tour-page .accommodation-list ul li.selected {
    background: #4d654f;
    color: white;
}

.tour-page .accommodation-list ul li + li:before {
    content: "";
    position: absolute;
    top: 0;
    left: -6px;
    height: 100%;
    border-left: 2px solid rgb(229 229 229 / 50%);
}

.tour-page .accommodation-description svg {
    color: white;
    font-size: 28px;
}

.tour-page .accommodation-description > div,
.tour-page .description .tour-services {
    padding: 1rem;
    display: grid;
    grid-template-columns: 1fr 1fr;
    grid-gap: 10px;
}

.tour-page .accommodation-description > div > div,
.tour-page .description .tour-services > div {
    display: inline-flex;
    align-items: center;
    color: white;
}

.tour-page .accommodation-description > div > div span,
.tour-page .description .tour-services > div span {
    margin-left: 10px;
}

.tour-page .accommodation-description > div > div img,
.tour-page .description .tour-services img {
    width: 30px;
    min-width: 30px;
    filter: invert(100%) sepia(0%) saturate(0%) hue-rotate(144deg) brightness(104%) contrast(105%);
}

.tour-page .description .tour-description {
    color: white;
    text-align: center;
    padding: 26px;
    font-size: 17px;
    margin: auto;
    font-family: "Poiret One", cursive;
}

@media (max-width: 600px) {
    .accommodation-list ul {
        justify-content: left !important;
    }
}

@media (max-width: 900px) {
    #layout-content {
        height: auto;
    }

    .tour-page .description {
        position: inherit;
        width: 100%;
        backdrop-filter: none;
        background: none;
    }

    .swiper-container.tour-page, .location-page.tour-page {
        height: 700px;
    }

    .tour-page .swiper-wrapper {
        height: 100%;
    }

    .tour-page .swiper-navigation {
        width: 100%;
    }
}

.location-page {
    height: 100%;
}

.location-page .map-container {
    position: relative;
    width: 100%;
    height: 100%;
}

.location-page .map-container > div {
    position: absolute;
    width: 100%;
    height: calc(100% - 62px);
    overflow: hidden;
    top: 62px;
}

body {
    margin: 0;
}

.total p {
    padding: 13px 19px;
    font-size: 17px;
    background: rgb(93 133 111);
    color: #f5f5f5;
    margin: auto 0 15px;
}

.datepicker {
    display: inline-flex;
    width: 100%;
    justify-content: center;
    padding: 1rem 0;
}

.datepicker > div {
    display: inline-flex;
    flex-direction: column;
    margin: 10px;
}

.datepicker input {
    width: 100px;
    font-size: 16px;
    background: none;
    color: white;
    border: 1px solid #ffffff;
    padding: 5px 5px 0;
}

.datepicker label {
    display: inline-flex;
    flex-direction: column;
    color: #efcbcb;
    font-size: 13px;
    font-weight: bold;
    padding: 5px;
}

.datepicker label input::placeholder {
    color: #f1d2d2;
}

#book .total {
    position: relative;
}

#book .total strong {
    float: right;
}

#book #promo {
    color: white;
    font-size: 12px;
    display: block;
    text-align: center;
    margin-bottom: 0.5rem;
}

.guests-popup {
    bottom: 0;
    right: 15px;
    border-bottom: 1px solid #e0aaaa;
    color: white;
    z-index: 9;
    display: inline-flex;
    justify-content: space-around;
    width: 100%;
}

.guests-popup > div {
    display: inline-flex;
    justify-content: space-evenly;
    margin: 10px auto;
}

.guests-popup div > div {
    flex: 1;
}

.guests-popup div div:nth-child(1) {
    display: inline-flex;
    flex-direction: column;
    margin: auto 5px auto auto;
}

.guests-popup div div:nth-child(1) span:nth-child(1) {
    font-size: 20px;
    font-family: "Poiret One", cursive;
}

.guests-popup div div:nth-child(2) {
    display: inline-flex;
    align-items: center;
    justify-content: end;
}

.guests-popup div div:nth-child(2) img {
    border: 1px solid black;
    padding: 10px;
    height: 12px;
    width: 12px;
    border-radius: 50px;
    filter: invert(100%) sepia(1%) saturate(7497%) hue-rotate(79deg) brightness(106%) contrast(101%);
    cursor: pointer;
}

.guests-popup div div:nth-child(2) code {
    padding: 5px;
    width: 20px;
    text-align: center;
    font-size: 16px;
}