/*
*	Root
*	1.0 SETTINGS
        *fonts
        *boxes
        *buttons
*   2.0 HEADER
*   3.0 HOME
*   4.0 CAMERE
*   5.0 FOOTER
*   6.0 REVIEWS
*   7.0 CONTATTI
*/

/*
*	1.0 SETTINGS
*/


/*
*	2.0 HEADER
*/


/*
*   3.0 HOMEPAGE
*/
div#slide-6 {
    display: none !important;
}

div#slide-7 {
    gap: 40px;
    display: flex !important;
    justify-content: center !important;
    flex-direction: column;
    align-items: center !important;
}

.carosello-img img {
    height: 475px !important;
    width: 100%;
    object-fit: cover;
    object-position: center;
}

div#slide-10 {
    display: flex !important;
}

.carosello-home-1 {
    width: 100% !important;
}

.carosello-img-2 img {
   height: 450px !important;
   width: 100%;
   object-fit: cover;
   object-position: center;
}


/*
*   5.0 FOOTER
*/
.button-bottombar-white {
    display: flex;
    gap: 10px;
    align-items: center;
    justify-content: center;
}

.button-bottombar-white span {
    font-size: 18px !important;
    font-weight: 600 !important;
    color: var(--color-tertiary) !important;
}

.button-bottombar-white i {
    font-size: 18px;
    font-weight: 600;
    color: var(--color-tertiary);
}

.button-bottombar-green {
    display: flex;
    gap: 10px;
    align-items: center;
    justify-content: center;
}

.button-bottombar-green span {
    font-size: 18px !important;
    font-weight: 600 !important;
    color: var(--color-secondary) !important;
}

.button-bottombar-green i {
    font-size: 18px;
    font-weight: 600;
    color: var(--color-secondary);
}

.post-footer ul {
    width: 100% !important;
}