::-webkit-scrollbar {
    display: none;
}

@font-face {
    font-family: 'Helvetica';
    src:    url('../font/HelveticaNeueBold.otf') format('opentype'),
            url('../font/HelveticaNeueLight.otf') format('opentype'),
            url('../font/HelveticaNeueMedium.otf') format('opentype'),
            url('../font/HelveticaNeueRoman.otf') format('opentype'),;
}


main{
    padding: 10px 10px 0 10px ;
    display: flex;
    width: 100vw;
    height: 100vh;
    box-sizing: border-box;
    position: relative;
    font-family: 'Helvetica Neue' , Helvetica, Arial, sans-serif;
    font-size: 12px;
    line-height: 14px;
    background-color: #fefcec;
    font-weight: 400;

}
.main__left{
    width: 25%;
    height: 100%;
    position: relative;
}

.main__center{
    width: 50%;
    height: 100%;
    position: relative;
    box-sizing: border-box;
    padding: 40px 20px 0 0;
    overflow-y: scroll;
}

.main__center__width{
    max-width: 900px;
}

.main__right{
    width: 25%;
    height: 100%;
}

.logo {
cursor: pointer;
}

/*-----------------------------------
    CARICAMENTO
-----------------------------------*/

  


/*-----------------------------------
    TYPOGRAPHY
-----------------------------------*/
body {
    font-family: 'Helvetica Neue' , Helvetica, Arial, sans-serif;
    /* color: #000000; */
    font-size: 13px;
    line-height: 17px;
    word-wrap: break-word;
  }
  
  /* Paragrafi */
  p {
    margin-bottom: 1em;
    /* color: #000000; */
  }
  
  /* Testo in grassetto (strong) */
  strong {
    font-weight: 500;
    color: #000;
  }
  
  /* Testo in corsivo (em) */
  em {
    font-style: italic;
    color: #000000;
  }
  
  /* Link */
  a {
    display: inline-block;
    text-decoration: none;
    color: black;
    will-change: transform; 
  }

    a:hover {
        font-style: italic; /* cambia in italic */
        color: #27ae60; /* verde smeraldo */
    }
    
    .wiggle:hover {
        font-style: italic; /* cambia in italic */
        color: #27ae60; /* verde smeraldo */
    }
    
  
  .title{
    font-weight: 500;
    padding-bottom: 20px;
}

/*-----------------------------------
    MENU
-----------------------------------*/

.menu{
    width: calc(50% - 10px);
    font-weight: 500;
    position: fixed;
    top: 10px;
    color: rgb(146, 146, 146);
    display: flex;
    flex-direction: row;
    z-index: 9999999;
}

.menu a{
    text-decoration: none;
    color: rgb(146, 146, 146);
}

.menu a:hover{
    font-style: italic; /* cambia in italic */
    color: black; /* verde smeraldo */
}


.menu a.active{
    text-decoration: none;
    color: black
}

/*-----------------------------------
    IN THE END
-----------------------------------*/
.intheend{
    width: 100%;
    margin: 40px 0 0 0;
    position: relative;
}

/*-----------------------------------
    SERVIZI
-----------------------------------*/
.servizi{
margin: 40px 0 0 0;
}

.servizi__testo{
    margin: 0px 0 0 0;
}

.servizi__tags{
    margin: 20px 0 0 0;
    display: grid;
    grid-template-columns: repeat(3,1fr);

}

/*-----------------------------------
    PROFILO
-----------------------------------*/
.picture__mobile{
    display: none;
}

.main__left__picture{
    width: calc(100% - 30px);
    height: auto;
    position: absolute;
    bottom: 0;
    margin: 0;
    padding: 0;
    z-index: 9999999;
    bottom: 10px;
}
.main__left__picture img{
    width: 100%;
}

.highlight {
    font-style: italic;
    cursor: pointer;
  }
  
  .highlight:hover {
    font-style: italic;
    cursor: pointer;
    color: #27ae60; /* verde smeraldo */
  }

  .main__left__picture-img {
    opacity: 0; /* Inizialmente invisibile */
  }
  
  .main__left__picture-img.visible {
    opacity: 1; /* Diventa visibile quando la classe 'visible' è aggiunta */
  }



/*-----------------------------------
    PROFILO progetti testo
-----------------------------------*/
.progetti{
    margin-top: 40px;
}

/*-----------------------------------
    PROFILO LOGHI
-----------------------------------*/
.progetti{
    margin-top: 40px;
}

.loghi{
    margin: 40px 0 0 0;
}

.loghi__slider {
    width: 100%; /* Cambia il valore secondo le tue esigenze */
    margin: 40px 0 0 0;

}

.loghi .swiper {
    height: 50px;
}

.loghi .swiper-slide {
    height: 50px;
    display: flex;
    justify-content: center;
    align-items: center;
    margin-right: 30px;
}

.loghi .swiper-slide img {
    height: 50px;
    object-fit: cover;
}


/* Dimensione generale delle frecce */
.swiper-button-next {
    color: #b4b4b4; /* Cambia il colore */
    background-color: #27ae60;
    width: 50px;
    height: 50px;
    border-radius: 50%;
    justify-content: center;
    align-items: center;
    position: absolute;
}

/* Cambia colore al passaggio del mouse */
.swiper-button-prev:hover,
.swiper-button-next:hover {
color: #000000;
}

/* Personalizza l'icona di default */
.swiper-button-prev::after,
.swiper-button-next::after {
    color: #000000;

}

/* Posizionamento */
.swiper-button-prev {
    left: 10px;
}

.swiper-button-next {
    right: 10px;
}

/*-----------------------------------
    PROFILO COLLABORAZIONI
-----------------------------------*/


.collab-text:hover{
    color: #27ae60;
}
.collab-images{
    width: calc(25% - 30px);
    height: auto;
    position: absolute;
    bottom: 0;
    margin: 0;
    padding: 0;
    z-index: 9999999;
    bottom: 10px;
}
.collab-img{
    display: none;
}

.collab-images img{
    width: 100%;
}

.richiesta{
    margin-top: 20px;
}
/*-----------------------------------
    LAVORI
-----------------------------------*/
.main__center-index{
    width: 75%;
    padding-right: 0px;
    height: 95%;
}

.lavori{
display: flex;
flex-direction: column;
}

.lavori__legenda{
    display: flex;
    flex-direction: row;
    font-weight: 500;
}

.lavori__lavoro {
    width: 100%;
    max-height: 37px; /* Altezza iniziale */
    border-bottom: 1px solid black;
    display: flex;
    box-sizing: border-box;
    display: flex;
    flex-wrap: wrap;
    padding: 10px 0 0 0;
    transition: max-height 0.5s ease; /* Animazione della max-height */
    cursor: pointer;
    position: relative;
    overflow: hidden; /* Nasconde il contenuto che eccede */
}

.lavori__lavoro-open {
    max-height: 1000px; /* Imposta un valore alto che consenta di mostrare il contenuto */
}



.lavori__lavoro__gallery {
    width: 100%;
    height: 300px;
    margin-top: 18px;
    box-sizing: border-box;
    overflow-x: scroll;
    display: flex;
    flex-direction: row;
    scroll-snap-type: x mandatory;
}


.gallery-item{
    width: 100%;
    height: 300px;
    display: block;
    margin-right: 40px;
}

.gallery-item img,
.gallery-item video {
width: auto;
height: 300px;
}

.swiper {
    width: 100%;
    height: 100%;
    cursor: grab;
  }

  .swiper-slide {
    width: auto;
    height: 300px;
    text-align: center;
    font-size: 18px;
    background: none;
    display: flex;
    justify-content: center;
    align-items: center;
    margin-right: 10px;
  }

  .swiper-slide img {
    display: block;
    width: auto;
    height: 300px;
    object-fit: cover;
  }



.lavori__legenda-progetto, .lavori__lavoro-progetto{
    width: 35%;
    margin-top: 0px;
}

.lavori__legenda-servizi, .lavori__lavoro-servizi{
    width: 40%;
}

.project-hover {
    color: #27ae60; /* verde smeraldo */}

.service-hover {
    color: #27ae60; /* verde smeraldo */
}
.sector-hover {
    color: #27ae60; /* verde smeraldo */
}

.status-hover {
    color: #27ae60; /* verde smeraldo */
}

.year-hover {
    color: #27ae60; /* verde smeraldo */
}


.lavori__legenda-settore, .lavori__lavoro-settore{
    width: 11%;
}

.lavori__legenda-stato, .lavori__lavoro-stato{
    width: 9%;
}

.lavori__legenda-anno, .lavori__lavoro-anno{
    text-align: right;
    width: 5%;
}


.lavori__lavoro-testo{
    width: 70%;
    margin: 20px 0 8px 0;;
    cursor: text;
}

.lavori__lavoro__cover{
    width: 96%;
    height: auto;
    background-size: cover;
    background-position: center;
    position: absolute;
    bottom: 10px;
    z-index: 99999999999;
}
.lavori__lavoro__cover img{
    width: 100%; /* Ensure the cover div takes up the full width */
}

/*-----------------------------------
    CONTATTTI
-----------------------------------*/
.contatti{
}



/*-----------------------------------
    FOOTER
-----------------------------------*/
.footer{
    width: 100vw;
    height: 40px;
    position: fixed;
    bottom: 0;
    left: 0;
    padding: 10px;
    box-sizing: border-box;
    display: flex;
    flex-direction: row;
    justify-content: flex-end;
    background-color: #fefcec;
    font-size: 12px;
    line-height: 14px;
    font-weight: 400;
    z-index: 99999;
}

.footer__frasi{
    display: flex;
    flex-direction: row;
    padding-right: 10px;
    
}

.footer__contenuto{
    display: flex;
    flex-direction: row;
}

/* .footer__frasi__data, .footer__frasi__icona, .footer__frasi__citta, .footer__frasi__orario{
    display: none;
} */

.footer__contenuto__data, .footer__contenuto__icona, .footer__contenuto__citta, .footer__contenuto__orario{
    margin-right: 10px;
}
.hide{
    display: none;
}

.show{
    display: block;
}

.footer ul{
    display: flex;
    flex-direction: row;
}

.languages{
    font-weight: 300;
    color: rgb(146, 146, 146);
}
.languages a{
    font-weight: 300;
    color: rgb(146, 146, 146);
    font-weight: 400;
}

.languages a:hover{
    color: black;
}

.languages .active a{
    text-decoration: none;
    font-weight: 400;
    color: black
}




.desktop{
    display: block;
}
.mobile{
    display: none;
}