:root {
    --primary: #EB1616;
    --secondary: #191C24;
    --light: #6C7293;
    --dark: #000000;
}
body {
    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;
}

.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: "Nunito Sans", serif;*/
    font-size: 58px;
    -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: 25px;
        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: #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;
}

.btn-orange {
    background-color: #fd7e14;
    color: white;
    border: none;
    padding: 0.6rem 1.2rem;
    font-weight: bold;
    border-radius: 0.3rem;
    transition: background-color 0.3s ease;
}

    .btn-orange:hover {
        background-color: #e96b0c;
    }
.separator {
    width: 25%;
    border-top: 2px solid #fd7e14;
}
.button-wrapper {
    width: 50%; /* stessa larghezza del separatore */
    margin: 0 auto; /* centra il contenitore del bottone */
    text-align: center; /* centra il bottone dentro il contenitore */
}