﻿/* General Settings */
:root {
    --tripadvisor-icon-path: url(../icons/tripadvisor-white.png);
}
* {
    font-family: 'Lato';
}
.montserrat {
    font-family: 'Montserrat' !important;
}
.long-description, .long-description p, .long-description div {
    font-size: 18px;
    text-align: start;
}
.text-fe8903 {
    color: #FE8903;    
}
.text-3d3d3d {
    color: #3d3d3d !important;
}
.text-4f4f4f {
    color: #4f4f4f !important;
}
.shadow-none {
    text-shadow: none !important;
}
.fa-tripadvisor {
    /*display:none !important;*/
}
.fa-tripadvisor-custom {
    background-image: var(--tripadvisor-icon-path);
    height: 20px;
    width: 20px;
    margin-top: 5px !important;
    background-position: bottom;
    background-size: contain;
}
.icon-link {
    color: #FFF;
    transition: 0.4s;
}
.icon-link:hover {
    color: #FE8903;
}
.title-banner{
    font-size: 70px;
    text-transform: uppercase;
    font-family: 'Montserrat';
    font-weight: bold;
    text-shadow: 0px 0px 10px rgba(0, 0, 0, 0.6);
    text-align: start;
}
.gmap{
    height: 100%;
}
.gmap iframe{
    height: 100% !important;
}
.col-shadow{
    box-shadow: 18px 0px 10px -10px rgba(0,0,0,0.1);
    z-index: 1;
}
.w-83{
    width: 83% !important;
}
.sticky-button {
    position: fixed;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 40px; 
    background-color: #FF961E;
    padding: 0;
    display: none; 
    z-index: 99;
    transition: 0.4s;
}
.btn-sticky {
    display: flex;
    justify-content: center;
    align-items: center;
    height: 100%; 
    color: white;
    text-decoration: none;
    font-family: 'Montserrat';
    text-transform: uppercase;
    font-weight: 600;
}
.btn-lightgray {
    font-family: 'Montserrat', sans-serif;
    font-size: .875rem;
    font-weight: 600;
    line-height: 1.5rem;
    background-color: #f3f2f2;
    border: 0px;
    border-radius: 0px;
    padding: 13px 16px;
    transition: 0.5s;
    color: #000;
    text-decoration: none;
    display: inline-flex;
    align-items: center;
}
.btn-lightgray:hover {
    background-color: #ebebeb;
}
.full-img{
    object-fit: cover; 
    height: 48rem; 
    width: 100%;
}
.swiper-button-next:after, .swiper-button-prev:after {
    background-color: #00000099;
    padding: 1.5rem 2rem;
    font-weight: 700;
    font-size: 35px;
}
.swiper-button-next, .swiper-button-prev {
    width: calc(var(--swiper-navigation-size)/ 19 * 27);
    color: #ffffffb3;
}
@media (max-width: 1199px) {
    .sticky-button {
        display: block; 
    }
}

/* General colors */
.bg-gray{
    background-color: #ececec;
}

/*______ Cookies Banner ______*/
#cookie-bar {
    background: #000 !important;
}

#cookie-bar.fixed.bottom {
    bottom: 0;
    top: auto;
    height: 8vh;
}

#cookie-bar p {
    margin: 0;
    padding: 0;
    color: white !important;
    display: flex;
    justify-content: center;
    align-items: center;
    height: 100%;
    font-family: 'Montserrat';
}

#cookie-bar a {
    font-family: 'Montserrat';
}

#cookie-bar .cb-enable {
    transition: 0.4s;
    border-radius: 15px;
    background: transparent !important;
    color: #fff !important;
    display: flex !important;
    justify-content: center;
    align-items: center;
    text-decoration: underline;
}

#cookie-bar .cb-enable:hover {
    font-weight: 600;
}

#cookie-bar .cb-policy {
    transition: 0.4s;
    border-radius: 15px !important;
    font-family: 'Montserrat';
    background: transparent !important;
    color: #fff !important;
    display: flex !important;
    justify-content: center;
    align-items: center;
    margin-right: 10px;
    text-decoration: underline !important;
}

#cookie-bar .cb-policy:hover {
    font-weight: 600;
}

@media (max-width: 480px){
    #cookie-bar p {
        font-size: 10px !important;
    }
    #cookie-bar .cb-enable, #cookie-bar .cb-policy{
        width: 20% !important;
    }
    #cookie-bar .cb-policy{
        margin-right: 10px !important;
    }
    #cookie-bar p{
        margin-left: 10px !important;
    }
}


/* ______ Navbar ______ */
.navbar-custom {
    background: rgba(0,0,0, 0.9);
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    z-index: 99;
    margin: 0;
    padding: 10px 0;
    transition: 0.4s;
}

@media (max-width: 819px) {
    .navbar-custom.active {
        height: 100vh;
        transition: 0.4s;
    }
}

.navbar-container {
    margin: 0 auto; 
    /*max-width: 1440px;    
    padding: 0 55px;*/
}
.nav-item {
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    align-items: start;
    position: relative;
}
.nav-item .navbar-toggler {
    position: absolute;
    right: 0;
    top: 10px;
    border: none;
    color: #FFF;
    cursor: pointer;
}
.nav-item .navbar-toggler .fa {
    font-size: 24px!important;
}
.nav-item .link.dropdown-toggle {
    background-color: transparent;
    border: none;
    color: #FFF;
    cursor: pointer;
}
.nav-item .link.dropdown-toggle:hover {
    color: #FE8903;
}
.header-wrap {
    display: flex;
    flex-direction: column;
    margin-top: 30px;
}
.top-header-menu {
    align-items: center;
    order: 2;
}
.top-header-inner {
    display: flex;
    position: relative;
}
.top-header-menu--address {
    display: flex;
    flex-direction: column;
    order: 2;
    margin: 30px 0 50px;
}
.top-header-menu--lang {
    display: flex;
    flex-direction: column;
    align-items: center;
    order: 1;
    margin-top: 30px;    
}
.top-header-menu .link {
    font-size: 1rem;
    line-height: 2;
    font-weight: 400;
}
.header-menu {
    display: flex;
    justify-content: start;
    align-items: start;
    flex-direction: column;
    order: 1;
}
.header-menu .btn-custom--small {
    margin-top: 30px;
}
.header-menu .link {
    font-family: 'Montserrat';
    font-size: 18px;
    line-height: 32px;
    font-weight: 400;
    text-transform: uppercase;    
}
.header-menu .link:hover {
    color: #FF961E;
}
@media (min-width: 992px) {
    .navbar-custom {
        background: rgba(0,0,0, 0.4);
        height: auto;
    }
    .header-wrap {
        margin: 0;
    }
    .top-header-menu {
        order: 1;
    }
    .top-header-menu .link {
        font-size: .8125rem;
        line-height: 1;
    }
    .top-header-menu--address {
        flex-direction: row;
        order: 1;
        margin: 0;
    }
    .top-header-menu--lang {
        flex-direction: row;
        order: 2;
        margin: 0;
    }
    .navbar-custom {
        padding: 12px 0;
    }
    .nav-item {
        flex-direction: row;
        align-items: center;
    }
    .header-menu {        
        justify-content: end;
        align-items: center;
        flex-direction: row;
        order: 2;
    }
    .header-menu .link {
        font-size: .875rem;
        line-height: 1.625rem;
    }
    .header-menu .btn-custom--small {
        margin-top: 0;
    }
}
.link {
    text-decoration: none;
    color: #FFF;
    transition: 0.2s;
}
.link:hover {
    color: #FE8903;
}
.dropdown-menu {
    border-radius: 0px !important;
    border: 0px !important;
}
@media (max-width: 991px) {
    .dropdown-menu {
        padding: 0;
        display: block;
        position: relative;
        background: transparent;
    }
}
@media (min-width: 992px) {
    .dropdown-menu {
        background-color: #000;
    }
    .dropdown-menu .link {
        padding: 0 12px;
    }
}
.fa-bars {
    cursor: pointer;
    font-size: 3rem !important;
}
#logo {
    display: flex;
    justify-content: center;
    align-items: center;    
}
#logo img {
    width: auto;
    max-height: 45px !important;
}
@media (min-width: 992px) {
    #logo {
        padding: 10px 0;
    }
    #logo img {
        max-height: 76px;
    }
}

/* Hide menu */
/* .navbar-collapse {
    display: none;    transition: 0.3s ease;
    border: 0;
} */

/* Show menu */
.navbar-collapse .show {
    display: block !important;
    transition: 0.4s;
    border: 0;
}



/* ______ Footer ______ */
.logo-footer {
    max-height: 300px;
    max-width: 300px;
    display: flex;
    justify-content: center;
    align-items: center;
}

.footer-custom {
    background-color: #3E3E3E;    
    color: #b9b9b9;
}
.title-footer{
    color:#b9b9b9;
    font-size: 18px;
    font-family: 'Montserrat', sans-serif;
    text-transform: uppercase;
    font-weight: bold;
    margin-bottom: 30px;
}
.link-footer{
    color:#b9b9b9;
    font-size: 16px;
}
.ul-footer li{
    margin-top: 3px;
    font-weight:300;
}
.ul-footer li a{
    font-weight: lighter;
}
.footer-layer2{
    background-color: #212121 !important;
    color: #acacac;
}
.header-banner{
    min-height: 50vh !important;
}
.bg-f3f1f1{
    background-color: #f3f1f1d1;
}
.bottom-shadow{
    box-shadow: 0px 25px 11px -4px rgba(0,0,0,0.1);
}
.bottom-shadow-2{
    box-shadow: 0px 8px 11px -4px rgba(0, 0, 0, 0.245);
}

/* ______ MEDIA QUERIES ______ */
/* Large screens */

@media (max-width: 1200px){
    #cookie-bar.fixed.bottom {
        bottom: 2.1875rem !important;
        top: auto;
        height: 8vh;
    }
}

@media (max-width: 1272px){
    .logo-footer {
        height: 5.1875rem !important;
        width: 9.5625rem !important;
    }
}
@media (max-width: 820px){
    .min-vh-50{
        min-height: 50vh !important;
    }
    .navbar-custom{
        height: 60px;
    }
    .title-banner{
        text-align: center;
    }
    .full-img {
        object-fit: cover;
        height: 100%;
        width: 100%;
    }
}

/* Small screens */
@media (max-width: 767px) {
    
    .footer-container{
        padding: 0 30px;
    }
    .title-banner{
        font-size: 40px;
    }
    .col-shadow{
        box-shadow: none;
    }
    .gmap{
        height: 30rem;
    }
    .long-description, .long-description p, .long-description div {
        font-size: 16px;
        text-align: center;
    }
}
@media (max-width:600px){
    .swiper-button-next:after, .swiper-button-prev:after {
        padding: 0.8rem 1rem;
        font-size: 16px;
    }
    .swiper-button-next, .swiper-button-prev {
        width: calc(var(--swiper-navigation-size)/ 53 * 27);
        color: #ffffffb3;
    }
}