:root {
    --primary: #EB1616;
    --secondary: #191C24;
    --light: #6C7293;
    --dark: #000000;
}
body {

    background-color: #EEE;
    color: #555;
}
.mt-60 {    margin-top: 88px;
}
.min-h-400 {
    min-height: 400px;
}
h1, .h1, h2, .h2, h3, .h3, h4, .h4, h5, .h5, h6, .h6 { color:#333;
}
    .back-to-top {
    position: fixed;
    display: none;
    right: 45px;
    bottom: 45px;
    z-index: 999;
}


#spinner {
    opacity: 0;
    visibility: hidden;
    transition: opacity .3s ease-out, visibility 0s linear .5s;
    z-index: 99999;
}

#spinner.show {
    transition: opacity .3s ease-out, visibility 0s linear 0s;
    visibility: visible;
    opacity: 1;
}


    .owl-carousel .owl-dots {
        margin-top: 0px;
        height: 30px;
        display: flex;
        align-items: center;
        justify-content: center;
        color:lightsteelblue;
    }

        .owl-carousel .owl-dots .owl-dot {
            width: 26px;
            height: 26px;
            margin: 0 5px;
            padding: 10px;
            background: none; /*var(--warning);*/
            transition: .5s;
        }

            .owl-carousel .owl-dots .owl-dot.active {
                width: 26px;
                height: 26px;
                color: #54391e;
            }

            .owl-carousel .owl-dots .owl-dot img {
                opacity: .1;
                transition: .5s;
            }

            .owl-carousel .owl-dots .owl-dot.active img {
                opacity: 1;
            }
.owl-nav .owl-prev.disabled,
.owl-nav .owl-next.disabled {
    display: none;
}


.marrone {
    color: #54391e;
}

.bg-marrone {
    background-color: #54391e;
}
.border-marrone {
    --bs-border-opacity: 1;
    border-color: #54391e !important;
}
.bg-blu2 {
    --bs-bg-opacity: 1;
    background-color: rgba(var(--bs-indigo-rgb), var(--bs-bg-opacity)) !important;
}
.bg-blu3 {
    --bs-bg-opacity: 1;
    background-color: #124d63 !important;
}
text-blu3 {
    color: #124d63 !important;
}
.btn-blu3 {
    background-color: #124d63;
    color: #fff;
    border-color: #124d63;
}
.btn-blu3:hover, .btn-blu3:focus {
    background-color: #0e3e50; border-color: #0e3e50;color: #fff;}
.btn-blu3:active {background-color: #0b3342;border-color: #0b3342;}

.car-item {
    height: 100%;
    box-shadow: 0 0 45px rgba(0, 0, 0, .08);
}

    .car-item img {
        transition: 0.5s;
    }

.wow, .animated {
    animation-duration: 0.5s !important;
}

.car-item:hover img {
    transform: scale(1.2);
}

.car-item img {
    transition: 0.5s;
}

.navbar-dark {
    --bs-navbar-color: rgba(255, 255, 255, 1) !important;
    --bs-navbar-hover-color: rgba(0, 0, 0, 1) !important;
}
.dropdown-item.active, .dropdown-item:active {
    background-color: var(--bs-dark) !important;
}

.carousel-caption h1 span {
    color: transparent;
    -webkit-text-stroke: 1px #fff;
}




/*.barlow {font-family: 'Barlow', sans-serif;}
.poppins {    font-family: 'Poppins', sans-serif;}*/
.nunito-sans {
    font-family: "Nunito Sans", sans-serif;
}
.playfair-display {
    font-family: "Playfair Display", serif;
}

@font-face {
    font-family: "vanitas";
    src: url('/fonts/vanitas.ttf')
}
.vanitas {
    font-family: 'vanitas', sans-serif;
}
.carousel-caption h1 {
    position: relative;
    margin-bottom: 0;
    font-family: "Playfair Display", serif;
    font-size: 58px;
    text-transform: uppercase;
    -webkit-animation-delay: .4s;
    animation-delay: .4s;
    color: #fff;
    /*font-weight: 700;*/
    letter-spacing: 2px;
    text-align: center;
}

.cloudTop {
    position: absolute;
    background-image: url('/img/bar1.png');
    background-position-x: center;
    background-repeat: no-repeat;
    background-size: cover;
    margin-top: -150px;
    width: 100%;
    height: 150px;
    display: block;
    z-index: 10;
}
.cloudBott {
    position: absolute;
    background-image: url('/img/bar1.png');
    background-position-x: center;
    background-repeat: no-repeat;
    background-size: cover;
    margin-top: 0px;
    width: 100%;
    height: 150px;
    display: block;
    z-index: 20;
    transform: rotate(180deg);
}
.nav-link {
    font-family: 'Barlow', sans-serif;
}
.footer ul {
    list-style-type: none;
}
.info-list {
    display: flex;
    align-items: center;
    margin-bottom: 0;
    padding: 20px 25px;
    position: absolute;
    left: 0;
    bottom: 0;
}

    .info-list li {
        list-style-type: none;
        margin-right: 15px;
        display: flex;
        align-items: center;
    }
.info-list li .icon {
            display: inline-block;
            height: 35px;
            width: 35px;
            line-height: 35px;
            text-align: center;
            border-radius: 50px;
            background-color: #124d63; /*#A68E74;*/
            position: relative;
            transition: 0.6s;
        }
.text-gold { color:darkgoldenrod;
}
#defaultImage {
    display: block;
    margin: 0 0 5px 0;
}

[class^="onClickImage"] {
    height: 40px;
    cursor: pointer;
    margin-bottom: 5px;
}
.img-fluid-up {
    transition: transform .4s ease;
}

    .img-fluid-up:hover {
        transform: scale(1.03);
    }


.bg-parallax-overlay {
    position: relative;
    z-index: 1;
}

    .bg-parallax-overlay::before {
        content: "";
        position: absolute;
        inset: 0;
        background: rgba(0,0,0,0.40);
        z-index: 2;
    }

    .bg-parallax-overlay > * {
        position: relative;
        z-index: 3; /* porta il contenuto sopra l’overlay */
    }


@-webkit-keyframes zoom {
    from {
        -webkit-transform: scale(1, 1);
    }

    to {
        -webkit-transform: scale(1.3, 1.3);
    }
}

@keyframes zoom {
    from {
        transform: scale(1, 1);
    }

    to {
        transform: scale(1.3, 1.3);
    }
}

.carousel-inner .carousel-item > img {
    -webkit-animation: zoom 20s;
    animation: zoom 20s;
}

.zoomCont {
    overflow: hidden
}

.zoom-in .zoomCont > img {
    -webkit-animation: zoom 20s;
    animation: zoom 20s;
    animation-iteration-count: 1;
}

.bt-30 {
    width: 39px;
    height: 39px;
    text-align: center;
}

.badge-location {
    background-color: rgba(70,130,180, 0.5);
    color: #0d6efd;
    font-weight: 600;
    border-radius: 20px;
    padding: 5px 15px;
}

.hero-carousel-container {
    position: relative;
}

/* 1. IMPOSTIAMO L'ALTEZZA FISSA SUL CAROSELLO */
.custom-carousel {
    height: 680px; /* Cambia questo valore (es. 500px, 650px) in base alle tue esigenze */
}

    /* 2. FORZIAMO LE IMMAGINI A COMPORTARSI COME "COVER" DENTRO L'ALTEZZA FISSA */
    .custom-carousel .carousel-inner,
    .custom-carousel .carousel-item {
        height: 100%;
    }

        .custom-carousel .carousel-item img {
            height: 100%;
            width: 100%;
            object-fit: cover; /* Taglia e adatta l'immagine senza distorcerla */
            object-position: center; /* Mantiene il centro dell'inquadratura focalizzato */
        }

        /* Opzionale: Un leggero overlay scuro sulle foto per far leggere meglio i testi bianchi */
        .custom-carousel .carousel-item::after {
            content: "";
            position: absolute;
            top: 0;
            left: 0;
            width: 100%;
            height: 100%;
            background: rgba(0, 0, 0, 0.35);
        }

    .custom-carousel .carousel-caption {
        z-index: 2; /* Porta il testo sopra l'overlay scuro */
    }

/* Contenitore interno */
.booking-inner {
    background: rgba(255, 255, 255, 0.85);
    backdrop-filter: blur(12px);
    border-radius: 20px;
    padding: 25px 35px;
    box-shadow: 0 12px 35px rgba(0,0,0,0.15);
}
/* Campi */
.booking-field {
    display: flex;
    flex-direction: column;
}

    .booking-field label {
        font-size: .85rem;
        font-weight: 600;
        color: #333;
        margin-bottom: 4px;
    }

    .booking-field .form-control {
        min-width: 160px;
        border-radius: 10px;
    }
/* Pulsante gold premium */
.btn-gold {
    background: linear-gradient(135deg, #d4af37, #b8860b);
    color: #fff;
    border: none;
    transition: .3s ease;
}

    .btn-gold:hover {
        background: linear-gradient(135deg, #e6c15a, #c9971a);
        transform: translateY(-2px);
    }

.btn-gold-outline {
    background: transparent;
    color: #d4af37;
    border: 2px solid transparent;
    border-radius: 50rem !important;
    padding: .5rem 1.5rem;
    font-weight: 600;
    transition: .3s ease;
    background-image: linear-gradient(#fff, #fff), linear-gradient(135deg, #d4af37, #b8860b);
    background-origin: border-box;
    background-clip: padding-box, border-box;
}

    .btn-gold-outline:hover {
        background-image: linear-gradient(135deg, #d4af37, #b8860b);
        color: #fff;
        transform: translateY(-2px);
    }

.text-gold {
    background: linear-gradient(135deg, #d4af37, #b8860b);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    font-weight: 600;
    display: inline-block;
    transition: .3s ease;
}

    .text-gold:hover {
        background: linear-gradient(135deg, #e6c15a, #c9971a);
        -webkit-background-clip: text;
        -webkit-text-fill-color: transparent;
    }

.bg-gold {
    background: linear-gradient(135deg, #d4af37, #b8860b);
    color: #fff;
    transition: .3s ease;
}

    .bg-gold:hover {
        background: linear-gradient(135deg, #e6c15a, #c9971a);
    }


/* Mobile
@media (max-width: 768px) {
  .booking-inner {
    flex-direction: column;
    align-items: stretch;
  }

  .booking-field .form-control {
    min-width: 100%;
  }

  .booking-bar {
    bottom: -80px;
  }
} */

/* NAVBAR FIXED TOP – Cream + Bordeaux */
.navbar {
    background-color: #EDE9E3 !important; /* Cream #E8DCC8*/
    padding-top: 0.75rem;
    padding-bottom: 0.75rem;
    box-shadow: 0 4px 12px rgba(0,0,0,0.08);
}

    /* Brand */
    .navbar .navbar-brand {
        color: #3e2f02 !important; /* Bordeaux */
        font-weight: 600;
        letter-spacing: 0.5px;
    }

    /* Link */
    .navbar .nav-link {
        color: #3e2f02 !important; /* Bordeaux */
        font-weight: 500;
        transition: color 0.2s ease;
    }

        .navbar .nav-link:hover,
        .navbar .nav-link:focus {
            color: #5E2222 !important; /* Bordeaux più scuro */
        }

/* Toggler */
.navbar-toggler {
    border-color: #3e2f02;
}

.navbar-toggler-icon {
    filter: brightness(0) saturate(100%) invert(16%) sepia(40%) saturate(900%) hue-rotate(330deg) brightness(85%) contrast(90%);
}

/* Dropdown */
.dropdown-menu {
    background-color: #E8DCC8; /* Cream */
    border: none;
}

.dropdown-item {
    color: #3e2f02;
    font-weight: 500;
}

    .dropdown-item:hover {
        background-color: rgba(122, 46, 46, 0.1); /* Bordeaux soft */
        color: #5E2222;
    }

/* Icona utente */
.user-icon-circle {
    width: 40px;
    height: 40px;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    background-color: #3e2f02; /* Bordeaux */
    color: #fff;
}

.min-h-370 {
    min-height: 400px;
}

