
/* NAVBAR LOGO */
.bg-dark,
.navbar-dark {
    background-color: #1E1E1E !important;
}

#scritta-ga {
    width: 50%;
    object-fit: contain;
}

#logo-ga {
    width: 10%;
    object-fit: contain;
}

#tagline {
    font-size: 0.7rem;
}


/* FONT COLORS */
.f-grey {
    color: #c8c7d2;
}

/* BACKGROUND COLORS */
.bg-grey {
    background-color: #1b1b1b !important;
}


.title-descr {
    font-weight: bold;
    font-size: 1.2rem;
}





/* Trascinamento immagine sede vecchia e nuova 
*/

.image {
    position: relative;
    width: 100%;
    object-fit: cover;
    overflow: hidden;
}


.scrollable-images {
    display: flex;
    flex-direction: row;
    justify-content: center;
    flex-wrap: wrap;
}

.divider {
    position: relative;
    cursor: ew-resize;
    width: 20px;
    height: 100%;
    background-color: red;
}

/* CAROSELLO HOME */
#caroselloHome {
    position: relative;
    width: 100%;
    background-color: rgba(255, 255, 255, 0.5) !important;
}

.white-overlay {
    z-index: 2;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(255, 255, 255, 0.5) !important;
    /* Utilizza RGBA per specificare l'opacità (0.5 = 50%) */
}

.logo-overlay {
    z-index: 3;
    position: relative;
    height: 650px;
    margin: auto;
    opacity: 1;
    display: flex;
    align-items: center;
}

#caroselloHome .carousel-inner {
    position: relative;
    z-index: 1;
}

#caroselloHome .carousel-item img {
    width: 100%;
    height: 800px;
    object-fit: cover;
}

/* CAROSELLO STORIA */
#caroselloStoria .carousel-item img {
    height: 30rem;
    object-fit: cover;
}

.text-carosello {
    padding: 0;
    font-size: 0.9rem;
    text-align: center;
    font-weight: 500;
}

.carousel-caption {
    width: 50%;
    margin: auto;
}

/* CAROSELLO SEDE */
#caroselloSede .carousel-item img {
    height: 400px;
    object-fit: cover;
}

/* CARD*/
.card {
    border: 0 solid #1B1B1B;
}

/* NUMERI */
.black-overlay {
    background-color: rgba(0, 0, 0, 0.7) !important;
}

#video-numeri, #lavora-con-noi {
    text-align: center;
    font-size: 35px;
    font-weight: 500;
    position: relative;
}
#video-numeri {
    height: 20rem;;
}

#numeri {
    z-index: 2;
}

#video {
    object-fit: contain;
    position: absolute;
    z-index: 1;
    width: 100%;
    height: inherit;
}

#video-gamba {
    width: inherit;
    height: inherit;
    object-fit: cover;
}

/* CASACLIMA WORK&LIFE */
#imgCasaClima {
    height: 50rem;
    margin: 0;
    object-fit: cover;
}

#nuova-casa {
    font-size: 30px;
    font-weight: bold;
    color: #fff;
    transform: translate(+90%, -5rem);
    right: 10px;
}


/* ANIMAZIONE TITOLO */
.revealUp {
    opacity: 0;
    visibility: hidden;
}


/* LAVORA CON NOI*/

.black-overlay-lav {
    background-color: #d1ecf1 !important;
}

.pos {
    font-weight: bold;
    font-size: 1.2rem;
}


@media only screen and (max-width: 800px) {

    .carousel-caption {
        width: 70%;
        margin: auto;
    }

    #obiettivi {
        margin: 0 0.6rem 0 0.6rem;
    }

    #video-numeri {
        font-size: 20px;
        height: 30rem;
    }

    #scritta-ga {
        width: 75%;
        object-fit: cover;
    }
    #logo-ga {
        width: 25%;
        object-fit: contain;
    }

}


@media only screen and (max-width: 300px) {
    #logo-ga {
        width: 40%;
        object-fit: contain;
    }
}