@font-face {
    font-family: 'Nitti';
    src: url('../fonts/Nitti-Light.otf') format('truetype');
    font-weight: 300;
}
@font-face {
    font-family: 'Nitti';
    src: url('../fonts/Nitti-Normal.otf') format('truetype');
    font-weight: 400;
}
@font-face {
    font-family: 'Nitti';
    src: url('../fonts/Nitti-Bold.otf') format('truetype');
    font-weight: 700;
}
@font-face {
    font-family: 'Vinyl';
    src: url('../fonts/Vinyl-Regular.otf') format('truetype');
    font-weight: 400;
}

:root {
    --color-primary: #e77431;
    --color-primary-rgb: 231, 116, 49;
    --color-primary-hover: #C25412;
    --color-secondary: #432821;
    --color-secondary-rgb: 67, 40, 33;
    --color-secondary-hover: #361A12;
    --color-light: #FFFEFB;
    --color-light-rgb: 255, 254, 251;
    --color-light-hover: #F3F2EC;
    --color-dark: #1d2029;
    --color-dark-rgb: 29, 32, 41;
    --color-black: #000000;
    --color-black-rgb: 0,0,0;
    --color-text: #000000;
    --font-primary: "Nitti";
    --font-secondary: "Work Sans";
    --font-heading: "Vinyl";
}

body {
    font-family: var(--font-primary), sans-serif;
    font-weight: 300;
    color: var(--color-text);
}

h1,
h2,
h3,
h4,
h5,
h6 {
    font-family: var(--font-heading), sans-serif;
    font-weight: 700;
}
@media (min-width: 768px) {
    .fs-7 {
        font-size: 0.85rem;
    }
    .fs-8 {
        font-size: 0.75rem;
    }
}

strong {
    font-weight: 600;
}

.text-primary {
    color: var(--color-primary) !important;
}
.text-secondary {
    color: var(--color-secondary) !important;
}
.text-light {
    color: var(--color-light) !important;
}
.text-dark {
    color: var(--color-dark) !important;
}

.text-justify {
    text-align: justify;
}

.bg-primary {
    background-color: var(--color-primary) !important;
}
.bg-secondary {
    background-color: var(--color-secondary) !important;
}
.bg-light {
    background-color: var(--color-light) !important;
}
.bg-dark {
    background-color: var(--color-dark) !important;
}

.border-primary {
    border-color: var(--color-primary) !important;
}
.border-secondary {
    border-color: var(--color-secondary) !important;
}
.border-light {
    border-color: var(--color-light) !important;
}
.border-dark {
    border-color: var(--color-dark) !important;
}

.ff-primary {
    font-family: var(--font-primary), sans-serif;
}
.ff-secondary {
    font-family: var(--font-secondary), sans-serif;
}
.ff-heading {
    font-family: var(--font-heading), sans-serif;
}

/********** ELEMENTS **********/
/******************************/
.preloader {
    position: fixed;
    z-index: 1050;
    background: white;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    display: flex;
    justify-content: center;
    align-items: center;
}

.form-control {
    padding: 0.2rem 0;
    border-radius: 0;
}
label {
    text-transform: uppercase;
    font-weight: 700;
}
input.form-control {
    height: auto!important;
}
textarea.form-control {
    margin-top: 31px;
    height: 138px;
    border: 1px solid var(--color-black);;
}
textarea.form-control {
    border: 1px solid var(--color-black);
    padding: 0.5rem!important;
}
.form-control:not(textarea) {
    border-top: none;
    border-left: none;
    border-right: none;
    border-bottom: 1px solid var(--color-black);
    background: transparent;
    color: var(--color-dark);
}
.form-control:active,
.form-control:hover,
.form-control:focus {
    border-color: var(--color-black);
}
.form-control:active,
.form-control:focus {
    outline: none;
    box-shadow: none;
}

.btn {
    font-family: var(--font-heading), sans-serif;
    font-weight: 400;
    border-radius: 0;
    position: relative;
    text-transform: uppercase;
    font-size: 1rem;
}
.btn span {
    position: relative;
    z-index: 1;
}
.btn::before {
    content: '';
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    width: 0;
    background: var(--color-secondary);
    transition: 0.4s;
}
.btn:hover::before {
    width: 100%;
}
.btn-sm {
    padding: 0.15rem 1rem;
}
.btn-primary,
.btn-primary:active,
.btn-primary:focus,
.btn-primary:hover {
    background: var(--color-primary);
    border-color: var(--color-primary);
}

.btn-outline-light {
    border: 1px solid rgba(var(--color-light-rgb), 0.3);
}
.btn-outline-light:active span,
.btn-outline-light:focus span,
.btn-outline-light:hover span {
    color: var(--color-black);
}
.btn-outline-light::before {
    background: var(--color-light);
    color: var(--color-black);
}

.btn-outline-dark {
    border: 2px solid rgba(var(--color-dark-rgb), 0.2);
}
.btn-outline-dark:active span,
.btn-outline-dark:focus span,
.btn-outline-dark:hover span {
    color: white;
}
.btn-outline-dark::before {
    background: var(--color-dark);
}
.btn-outline-dark:hover::before span {
    color: white;
}

.btn-black {
    background: black;
    color: white;
}
.btn-black::before {
    background: white;
    color: var(--color-black);
}
.btn-black:active,
.btn-black:focus {
    color: white;
}
.btn-black:hover {
    color: var(--color-black);
    border-color: var(--color-black);
}

.title-simple {
    text-transform: uppercase;
    font-weight: 400;
}

.aspect-banner {
    padding-bottom: 40%;
}
.aspect-bottom img {
    object-position: bottom;
    -o-object-position: bottom;
}

.btn-whatsapp {
    position: fixed;
    bottom: 15px;
    right: 15px;
    background-color: var(--color-light);
    border: 1px solid #ffffff;
    z-index: 1000;
    border-radius: 50%;
    width: 54px;
    height: 54px;
    text-align: center;
    box-shadow: -3px 3px 0 #00000030;
    display: flex;
    justify-content: center;
    align-items: center;
    transition: all 0.3s ease-in-out;
    text-decoration: none;
    opacity: 0;
    visibility: hidden;
}
.btn-whatsapp.show {
    opacity: 1;
    visibility: visible;
}
.btn-whatsapp:hover {
    background-color: var(--color-light);
}
.btn-whatsapp i {
    font-size: 1.75rem;
    color: var(--color-text);
}
@media (min-width: 768px) {
    .btn-whatsapp {
        bottom: 30px;
        right: 30px;
    }
}

.splide__arrows {
    position: absolute;
    bottom: -30px;
    left: 50%;
}
.splide__arrow svg {
    fill: #000;
    height: 3rem;
    width: 3rem;
}
.splide__arrow {
    background-color: transparent;
    opacity: 1;
}

.g-recaptcha {
    height: 74px;
}

/********** SECTIONS **********/
/******************************/
.navbar::before {
    content: '';
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 0;
    opacity: 0;
    z-index: -1;
    transition: all 0.5s ease-in-out;
}
.navbar.navbar-home::before {
    background-image: linear-gradient(to bottom, rgba(var(--color-dark-rgb), 0.5), rgba(var(--color-dark-rgb), 0));
    height: 100%;
    opacity: 1;
}
.navbar.scrolled:not(.navbar-home)::before {
    background-color: var(--color-light);
}
.navbar.scrolled::before {
    height: 100%;
    opacity: 1;
}
.navbar-brand img {
    height: 17px;
    filter: brightness(0) invert(1);
    transition: filter 0.4s ease-in-out;
}
.navbar:not(.navbar-home).scrolled .navbar-brand img {
    filter: none;
}
.navbar-nav .nav-link {
    font-family: var(--font-primary), sans-serif;
    font-weight: 300;
    color: var(--color-light);
    transition: all 0.2s linear;
}
.navbar.scrolled .navbar-nav .nav-link {
    color: var(--bs-dark);
}
.navbar.navbar-home.scrolled .navbar-nav .nav-link {
    color: var(--bs-light);
}


.masthead-logo {
    display: flex;
}

.subheader {
    height: 200px;
}
@media (min-width: 768px) {
    .subheader {
        height: 400px;
    }
}

.jarallax-img {
    filter: sepia(0.2);
    -webkit-filter: sepia(0.2);
    opacity: 0.8;
}

.home-section {
    display: flex;
    flex-direction: column;
    justify-content: center;
    padding-top: 15%;
}
.home-jarallax {
    height: 100vh;
}
.home-section__link {
    font-family: var(--font-heading), sans-serif;
    font-size: 1.4rem;
    letter-spacing: 2px;
    text-transform: uppercase;
    text-align: center;
    color: var(--color-light);
    text-decoration: none;
}
@media (max-width: 767px) {
    .home-jarallax.height-auto {
        height: auto !important;
    }
}

.room-item__title {
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
    background: rgba(var(--color-dark-rgb),0.2);
    color: white;
}
.room-item__info {
    background: white;
    color: var(--color-black);
}

.contact-title {
    margin-bottom: -24px;
    z-index: 10;
    position: relative;
}
.contact-logo {
    position: absolute;
    width: 70px;
    left: calc(1rem - 12px);
    bottom: 120px;
    z-index: 1;
}
@media (min-width: 768px) {
    .contact-title {
        margin-bottom: -42px;
    }
    .contact-logo {
        width: 120px;
        left: calc(1rem - 60px);
        bottom: 60px;
    }
}

.form-contact {
    background: white;
    box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.16), 0 2px 10px 0 rgba(0, 0, 0, 0.12);
    position: relative;
}
.contact-address .row {
    border-top: none!important;
    border-bottom: 1px solid rgba(var(--color-dark-rgb),0.1);
    margin-bottom: 1rem;
    padding-bottom: 0.5rem;
}
.contact-address div[class*="col-"]:not(.letter-1x) {
    letter-spacing: -1px;
}

.map {
    background-image: url("data:image/svg+xml,%3csvg width='100%25' height='100%25' xmlns='http://www.w3.org/2000/svg'%3e%3crect width='100%25' height='100%25' fill='none' stroke='rgba(0,0,0,0.1)' stroke-width='4' stroke-dasharray='6%2c 14' stroke-dashoffset='0' stroke-linecap='square'/%3e%3c/svg%3e");
    padding: 0.75rem;
}
.map iframe {
    width: 100%;
    height: 232px;
    margin-bottom: 0;
}

footer {
    font-family: var(--font-secondary), sans-serif;
    background: var(--color-secondary);
}
footer img {
    height: 35px;
}

.grid-item__overlay {
    background-color: rgba(var(--color-primary-rgb),0);
    position: absolute;
    top: 1rem;
    left: 1rem;
    width: calc(100% - 2rem);
    height: calc(100% - 2rem);
    z-index: 1;
    transition: all 0.3s ease-out;
    transform: scale(0.8);
    display: flex;
    opacity: 0;
    justify-content: center;
    align-items: center;
}
a:hover .grid-item__overlay {
    background-color: rgba(var(--color-primary-rgb),0.4);
    transform: scale(1);
    opacity: 1;
}
.grid-item__overlay::after {
    content: '';
    position: absolute;
    top: 1rem;
    left: 1rem;
    right: 1rem;
    bottom: 1rem;
    border: 1px dashed rgba(var(--color-light-rgb),0.4);
}