@charset "utf-8";

.TEMP{
  text-decoration: none !important;
  color: gray !important;
  cursor: auto!important; 
}

.prevNextDiv, .prevNextDiv::before, .prevNextImg, .copertinaLavoro, .raggio {
  border-radius: 8px !important;
}
span.red{
  color: red  ;
  font-weight: bold;
}
.cuboLink{
  color: #000000;
  text-decoration: underline #0BDA51 ;
  transition: all 0.3s ease;
}
.softSkill{

  font-weight: 500;
}
.cuboLink:hover{
  color: #0BDA51;
}
div.row{
  display: flex;
  flex-direction: row;
  gap: 25px;
}
.hamburger{

  width: 100px;
  height: 30px;
}
html{
  scroll-behavior: smooth;
  overflow-x: hidden;
  width: 100vw;
}
body{
    font-family: 'Inter';
    overflow-x: hidden;
}
.overlay {
  height: 100%;
  width: 0;
  position: fixed;
  z-index: 10000000;
  top: 0;
  left: 0;
  background-color: rgb(255, 255, 255);
  overflow-x: hidden;
  transition: 0.5s;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
}
.overlayMobile {
  height: 0;
  width: 100%;
  position: fixed;
  z-index: 10000000;
  top: 75px;
  left: 0;
  background-color: rgb(255, 255, 255);
  overflow-x: hidden;
  transition: 0.5s;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: start;

}

.overlay-content {
  position: relative;
  text-align: left;
  margin-top: 30px;
}

.overlay a {
  padding: 8px;
  text-decoration: none;
  font-size: 36px;
  color: #000000;
  display: block;
  transition: 0.5s;
}

.overlay div.rowContact:hover a{
  color: #b8b8b8;
}
.overlay div.rowContact:hover img{
  color: #b8b8b8;
}
.rowContactCV{
  width: 300px;
}

.overlay .closebtn {
  position: absolute;
  top: 20px;
  right: 45px;
  font-size: 60px;
}
a.closebtn{
  padding: 0px;
}
.closebtn:hover {
  color: #b8b8b8;;
}
.overlayMobile .closeBtnMobile {
  position: absolute;
  top: 20px;
  right: 45px;
  font-size: 60px;
}
a.closeBtnMobile{
  padding: 0px;
}
.closeBtnMobile:hover {
  color: #b8b8b8;;
}
div.rowContact{
  display: flex;
  flex-direction: row;
  align-items: center;
}

.divider{
  border: solid 1px;
  width: 100%;
  margin-top: 50px;
  margin-bottom: 50px;
}
div.divider{
  border: solid 0px;
  margin-top: 5px;
  margin-bottom: 5px;
  font-size: 32px;
  display: flex;
  justify-content: center;
  align-items: center;
}
img.icona{
  max-width: 40px;
  width: 40px;
}
div.headerSpace{
    width: 100vw;
    height: 100px;
}
div.header{
    margin: 0px;
    padding: 0px;
    top: 0px;
    position: fixed;
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    width: 100vw;
    height: 75px;
    align-items: center;
    background-color: white;
    z-index: 100000;
    box-shadow: 0px 1px 5px rgba(0, 0, 0, 0.20);
}
div.logo{
    display: flex;
    flex-direction: row;
    margin-left: 100px;
    justify-content: flex-start;
    align-items: center;
    gap: 10px;
}
h1.logo{
  font-size: 20px;
  cursor: pointer;
  transition: all 0.5s;
  position: relative;
  text-decoration: none;
}
h1.logo:hover{
  transition: all 0.5s;
}

h1.logo::after{

  position: absolute;
  display: flex;
  content: '';
  width: 0%;
  height: 0px;
  background-color: #0BDA51;
  transition: all 0.5s;
}
h1.logo:hover::after{
  transform-origin: center;
  position: absolute;
  display: flex;
  content: '';
  width: 100%;
  height: 2px;
  background-color: #0BDA51;
  font-weight: 500;
  
}
div.menu{
    width: 50%;
    display: flex;
    flex-direction: row;
    color: black;
    justify-content: space-around;
    align-items: center;
}
.flag{
  max-width: 20px;
}
.navHeader{
    transition: all 0.5s;
    cursor: pointer;
    font-weight: 500;
    font-size: 16px;
    position: relative;
    text-decoration: none;
    color:#000000;
}
.navHeader:hover{
  transition: all 0.5s;
}
.linguaSelected{
  position: relative  ;
}
.linguaSelected::after{
  transform-origin: center;
  position: absolute;
  display: flex;
  content: '';
  width: 100%;
  height: 2px;
  background-color: #0BDA51;
  font-weight: 500;
}

.navHeader::after{

  position: absolute;
  display: flex;
  content: '';
  width: 0%;
  height: 0px;
  background-color: #0BDA51;
  transition: all 0.5s;
}
.navHeader:hover::after{
  transform-origin: center;
  position: absolute;
  display: flex;
  content: '';
  width: 100%;
  height: 2px;
  background-color: #0BDA51;
  font-weight: 500;
  
}

div.icons{
    display: flex;
    flex-direction: row;
    margin-right: 100px;
    justify-content: flex-end;
    align-items: center;
    gap: 50px;
}

button.social{
    border-radius: 10000px;
    width: 50px;
    height: 50px;
    border: 0px;

}
button.social:hover{
    cursor: pointer;
}

div.content{
    font-size: 48px;
    width: 100%;
    display: flex;
    flex-direction: column;
    justify-content: space-around;
}
div.presentazione{

    display: flex;
    flex-direction: row;
    justify-content: center;
    width: 100vw;
    align-items: center;
    gap: 200px;
    margin-top: 50px;
}
div.presentazioneV2{

  display: flex;
  flex-direction: row;
  justify-content: center;
  width: 100vw;
  align-items: center;
  gap: 200px;
  margin-top: 200px;
}
img.fedo{
    border-radius: 10000px;
    width: 500px;
    height: 500px;
    object-fit: cover;
}

img.ultima{
  border-radius: 8px;
  width: 500px;
  height: 500px;
  object-fit: cover;
}
img.fedoResponsive{
  border-radius: 10000px;
  width: 500px;
  height: 500px;
  object-fit: cover;
  display: none;
}
div.testo{
  display: flex;
  flex-direction: column;
  width: 40%;

}
h1.ciao{
    font-size: 64px;
    left: 0px;
    text-align: left;
    margin-top: 0px;
}
div.testoIndent{
  display: flex;
  flex-direction: row;
  align-items: start;
  justify-content: start;
  gap: 25px;
  max-width: 550px;
}
.segnaposto{
  font-size: 64px;
  margin-bottom: auto;
  margin-top: -15px;
  background-image: linear-gradient(to top, #0BDA51, #ffffff); /* Your gradient colors */
  -webkit-background-clip: text; /* Clip the background to the text */
  background-clip: text;
  color: transparent; /* Hide the original text */
}
div.indent{
  display: flex;
  flex-direction: column;
  align-items: start;
  justify-content: start;
}
p.descrizione{
  font-size: 18px;
}
.flip-card {
    background-color: transparent;
    width: 500px;
    height: 500px;
    border-radius: 10000px;
    border: 1px solid #f1f1f1;

  }
  
  /* This container is needed to position the front and back side */
  .flip-card-inner {
    border-radius: 10000px;
    position: relative;
    width: 100%;
    height: 100%;
    text-align: center;
    transition: transform 0.5s;
    transform-style:preserve-3d;
  }
  
  /* Do an horizontal flip when you move the mouse over the flip box container */
  .flip-card:hover .flip-card-inner {
    transform: rotateY(180deg);
  }
  
  /* Position the front and back side */
  .flip-card-front, .flip-card-back {
    position: absolute;
    width: 100%;
    height: 100%;
    -webkit-backface-visibility: hidden; /* Safari */
    backface-visibility: hidden;
  }
  
  /* Style the front side (fallback if image is missing) */
  .flip-card-front {
    border-radius: 10000px;
    background-color: #bbb;
    color: black;
  }
  
  /* Style the back side */
  .flip-card-back {
    display: flex;
    justify-content: center;
    align-items: center;
    border-radius: 10000px;
    background-color: #0BDA51;

    transform: rotateY(180deg);
  }
  button.cvBtn{
    width: 50%;
    height: 20%;
    border: solid 3px;
    background-color: #0BDA51;
    border-color: white;
    color: white;
    font-size: 24px;
    font-weight: 600;
    border-radius: 10000px;
    transition: all 1s;
  }
  button.cvBtn:hover{
    background-color: white;
    color: #0BDA51;
    cursor: pointer;
    font-weight: bold;

}
div.glitchy{
    margin-top: 100px;
    margin-left: 50px;
    display: flex;
    justify-content: start;
    font-size: 64px;
    line-height: 0%;
    height: 200px;
    align-items: center;
    align-content: center;

}

  .grid-container {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    gap: 5px;
    width: 100vw; /* Adjust the max-width to fit your imaginary rectangle */
    margin-top: 50px;

    }
    .row-container {
      display: flex;
      flex-direction: row;
      justify-content: center;
      align-items: center;
      gap: 5px;
      width: 100vw; /* Adjust the max-width to fit your imaginary rectangle */
      height: 700px;
      }
      .row-container2 {
        display: flex;
        flex-direction: row;
        justify-content: start;
        align-items: center;
        gap: 5px;
        width: 100vw; /* Adjust the max-width to fit your imaginary rectangle */
        height: 750px;
        }
        .row-container3 {
          display: flex;
          flex-direction: row;
          justify-content: center;
          align-items: center;
          gap: 5px;
          width: 100vw; /* Adjust the max-width to fit your imaginary rectangle */
          height: 700px;
          }
  .grid-item {

    display: flex;
    position: relative;
    justify-content: center;
    object-fit: fill;
    z-index: 10;
    overflow: hidden;
    align-items: center;
    object-fit: fill;
    box-shadow: 0px 1px 5px rgba(0, 0, 0, 0.20);

  }
  .item1, .item2, .item3, .item4, .item5, .item6, .item7, .item8, .item9{
    cursor: pointer;
  }
  .item1 {  
    width: 35%;
    height: 100%;
    position: relative;
  }
  .item1::before{
    content: ''; /* Create a pseudo-element for the overlay */
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
            background-color: #fefefe20; /* Adjust the color and opacity for the overlay */
    opacity: 0; /* Initially hide the overlay */
    transition: opacity 0.3s ease; /* Add a transition effect for smoothness */
    z-index: 11;
    pointer-events: none;
  }
  .item1:hover::before {
    opacity: 1;  
  }
  .item2 {
    width: 65%;
    height: 100%;
    position: relative;
  }
  .item2::before{
    content: ''; /* Create a pseudo-element for the overlay */
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
            background-color: #fefefe20; /* Adjust the color and opacity for the overlay */
    opacity: 0; /* Initially hide the overlay */
    transition: opacity 0.3s ease; /* Add a transition effect for smoothness */
    z-index: 11;
    pointer-events: none;
  }
  .item2:hover::before {
    opacity: 1;  
  }
  .item3 {
    width: 33%;
    height: 100%;
    position: relative;
  }
  .item3::before{
    content: ''; /* Create a pseudo-element for the overlay */
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: #fefefe20; /* Adjust the color and opacity for the overlay */
    opacity: 0; /* Initially hide the overlay */
    transition: opacity 0.3s ease; /* Add a transition effect for smoothness */
    z-index: 11;
    pointer-events: none;
  }
  .item3:hover::before {
    opacity: 1;  
  }
  .item4 {
    width: 33%;
    height: 100%;
    position: relative;
  }
  .item4::before{
    content: ''; /* Create a pseudo-element for the overlay */
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: #fefefe20; /* Adjust the color and opacity for the overlay */
    opacity: 0; /* Initially hide the overlay */
    transition: opacity 0.3s ease; /* Add a transition effect for smoothness */
    z-index: 11;
    pointer-events: none;
  }
  .item4:hover::before {
    opacity: 1;  
  }
  .item5 {
    width: 33%;
    height: 100%;
    position: relative;
  }
  .item5::before{
    content: ''; /* Create a pseudo-element for the overlay */
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: #fefefe20; /* Adjust the color and opacity for the overlay */
    opacity: 0; /* Initially hide the overlay */
    transition: opacity 0.3s ease; /* Add a transition effect for smoothness */
    z-index: 11;
    pointer-events: none;
  }
  .item5:hover::before {
    opacity: 1;  
  }
  .item6 {
    width: 70%;
    height: 100%;
    position: relative;
  }
  .item6::before{
    content: ''; /* Create a pseudo-element for the overlay */
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
            background-color: #fefefe20; /* Adjust the color and opacity for the overlay */
    opacity: 0; /* Initially hide the overlay */
    transition: opacity 0.3s ease; /* Add a transition effect for smoothness */
    z-index: 11;
    pointer-events: none;
  }
  .item6:hover::before {
    opacity: 1;  
  }
  .item7 {
    width: 30%;
    height: 100%;
    position: relative;
  }
  .item7::before{
    content: ''; /* Create a pseudo-element for the overlay */
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
            background-color: #fefefe20; /* Adjust the color and opacity for the overlay */
    opacity: 0; /* Initially hide the overlay */
    transition: opacity 0.3s ease; /* Add a transition effect for smoothness */
    z-index: 11;
    pointer-events: none;
  }
  .item7:hover::before {
    opacity: 1;  
  }
  .item8 {

    height: 100%;
    position: relative;
  }
  .item8::before{
    content: ''; /* Create a pseudo-element for the overlay */
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
            background-color: #fefefe20; /* Adjust the color and opacity for the overlay */
    opacity: 0; /* Initially hide the overlay */
    transition: opacity 0.3s ease; /* Add a transition effect for smoothness */
    z-index: 11;
    pointer-events: none;
  }
  .item8:hover::before {
    opacity: 1;  
  }
  .item9 {

    height: 100%;
    position: relative;
  }
  .item9::before{
    content: ''; /* Create a pseudo-element for the overlay */
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
            background-color: #fefefe20; /* Adjust the color and opacity for the overlay */
    opacity: 0; /* Initially hide the overlay */
    transition: opacity 0.3s ease; /* Add a transition effect for smoothness */
    z-index: 11;
    pointer-events: none;
  }
  .item9:hover::before {
    opacity: 1;  
  }
  .imgGrid{
    width: 100%;
    height: 100%;
    max-width: 100%;
    object-fit: cover;
    z-index: 1;
    transition: all ease 0.5s;
  }
 
  .grid-item:hover img.imgGrid{
    transform: scale(1.015);
  }
  .grid-item:hover div.overlayFoto{
    opacity: 1;
  }
  h1.skills{
    margin-top: 200px;
    font-size: 24px;
    margin-left: 5%;
    text-decoration: underline 4px;
    text-underline-position: below;
    text-decoration-color: #0BDA51;
    text-underline-offset: 1px;
    font-weight: 800;
  }
  div.cardsbox{
    width: 100%;
    margin-top: 75px;
    margin-bottom: 75px;
 
    display: flex;
    justify-content: center;
    align-items: center;
    gap: 50px;
  }

  div.card{
    width: 350px;
    height: 466px;
    display: flex;
    justify-content: center;
    flex-direction: column;
    align-items: center;
    transition: transform 0.2s;


    border-bottom-width: 1px;

    border-left-width: 1px;
    border-right-width: 1px;
    border-style: solid;
    border-top-width: 1px;
    border-radius: 8px;
    border-color: rgba(247, 240, 248, 1);
    background-color: rgb(252, 250, 251);

    box-shadow: rgba(144, 143, 157, 0.300) 0px 10px 25px 0px;
    opacity: 1;


  }
  div.card:hover{
    transform: scale(1.02);
    border: 1px solid #505050;
    cursor: pointer;
  }
  h1.titoloCard{
    font-size: 20px;
  }
  p.descrizioneCard{
    font-size: 16px;
    font-weight: 400;
    text-align: left;
    line-height: 1.5;
    color:#6e6e6e
  }
  h1.numero{
    color:#b7b7b7;
    font-size: 20px;
  }
  h1.numero{
    color:#b7b7b7;
    font-size: 20px;
  } 
  h1.numeroLavori{
    color:#b7b7b7;
    font-size: 40px;
    margin: 0px;
  }
  /*
  .illustrazione{
    margin-top: auto;
    bottom: 0px;
    width: 100%;
    margin-bottom: 25px;
  }
  .illustrazioneMotion{
    margin-top: auto;
    bottom: 0px;
    width: 70%;
    margin-bottom: 2  0px;
  }
  .illustrazioneUi{
    margin-top: auto;
    bottom: 0px;
    width: 50%;
    margin-bottom: 10px;
  } 
  */
  .start{
    display: flex;
    justify-content: start;
    flex-direction: column;
    align-items: start;
    margin-top: 25px;
    width: 75%;

  }
  .end{
    margin-top: auto;
    margin-bottom: auto;
    display: flex;
    justify-content: center;
    align-items: center;
    width: 50%;
    height: auto;
  }
  .illustrazione{
    max-height: 100px;
    max-width: 500px;
  }
  .framer{
    display: flex;
    flex-direction: column;
    justify-content: start;

  }
  div.work{
    margin-top: 100px;
    margin-left: auto;
    margin-right: auto;
    display: flex;
    flex-direction: column;
    align-content: center;
    justify-content: center;
    width: 70%;
  }
  h1.highlight{
    font-size: 48px;

  }
  a.guardaTutto{
    font-size: 32px;
    color:#b7b7b7;
    text-decoration: none;
    transition: all ease 0.5s;
    font-weight: bold
  }
  a.guardaTutto:hover{
    color:#0BDA51;
    cursor: pointer;

  }
  div.testoWork{
    display: flex;
    justify-content: space-between;
    align-items: baseline;


  }
div.Lavoro{
  max-width: 100%;
  display: flex;
  justify-content: center;
  object-fit: cover;
  position: relative;
  box-shadow: 0px 1px 5px rgba(0, 0, 0, 0.20);
  overflow: hidden;
  cursor: pointer;
  border-radius: 8px;
}
div.Lavoro::before{
  content: ''; /* Create a pseudo-element for the overlay */
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: #0bda50a4; /* Adjust the color and opacity for the overlay */
  opacity: 0; /* Initially hide the overlay */
  transition: opacity 0.3s ease; /* Add a transition effect for smoothness */
  border-radius: 8px;
}
div.Lavoro:hover::before {
  opacity: 1; /* Show the overlay on hover */

}
img.lavoro{
  object-fit: cover;
  max-width: 100%;
  border-radius: 8px;
}
.overlay-text {
  position: absolute;
  top: 50%; /* Adjust vertically */
  left: 50%; /* Adjust horizontally */
  transform: translate(-50%, -50%);
  color: white;
  font-size: 24px;
  text-align: center;
  opacity: 0;
  transition: opacity 0.3s ease;
  font-size: 24px;
  font-weight: 700;
}
div.Lavoro:hover .overlay-text {
  opacity: 1;
}
div.infoProject{
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
  margin-top: 25px;
}
div.colInfo{
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  align-items: stretch;
  gap: 15px;
  height: 100%;
}
h1.headingInfo{
  font-size: 40px;
  margin: 0px;
}
h1.descrInfo{
  font-size: 24px;
  font-weight: 400;
  margin: 0px;
  line-height: auto;
}
h1.what{
  font-size: 20px;
  color: #b7b7b7;
  margin: 0px;
}
div.rowInfo{
  width: 40%;
}
div.form{
  margin-top: 150px;
  width: 90%;
  display: flex;
  justify-content: center;
  flex-direction: row;
  align-items: start;
  margin-left: auto;
  margin-right: auto;
}
div.testoForm{
  display: flex;
  justify-content: start;
  flex-direction: column;
  align-items: start;
  text-align: left;
  width: 50%;
}
h1.formHead{
  font-size: 64px;
  font-weight: 600;


}
h1.formContattami{
  margin-top: 0px;
  font-size: 80px;
  font-weight: 700;
}
.letter {
  display: inline-block;
  transition: color 0.3s ease;
  color: black;
}

label.formLabel{
  font-size: 24px;
  font-weight: 700;
}
form{
  display: flex;
  flex-direction: column;
  justify-content: start;
  gap: 0px;
  padding: 50px;
  padding-top: 75px;
  padding-bottom: 75px;
  border-radius: 8px;
  border:#d1d1d1 1px solid;
  box-shadow: 0px 1px 5px #0bda504a;
  transform: scale(0.9);
  font-family: 'Inter';
}
.formInput{

  font-family: 'Inter';
  border: solid black 0px;
  height: 50px;
  padding: 12px 20px;
  margin-top: 10px;
  margin-bottom: 25px;
  box-sizing: border-box;
  border-radius: 5px;
  transition: all ease 0.5s;
  font-size: 20px;
  color: black;
  box-shadow: 0px 1px 5px rgba(0, 0, 0, 0.20);
  font-weight: 700;

  border:#d1d1d1 1px solid;
}
#message{
  height: auto;
  resize: none;
}
.formInput:hover{
background-color: #0BDA51;
color: white;
}
.formInput:hover::placeholder{
  color: rgb(255, 255, 255);
}
.formInput::placeholder{
  font-size: 20px;
  font-weight: 400;
}
.submit{
  color: black;
  height: 75px;
  font-size: 24px;
  border-radius: 10000px;
  border: 0px;
  font-weight: bold;
  background-color: white;
  box-shadow: 0px 1px 5px rgba(0, 0, 0, 0.20);
  transition: all ease 0.5s;
  border:#d1d1d1 1px solid;
  cursor: pointer;
  font-family: 'Inter';
}
.submit:hover{
  background-color: #0BDA51;
  color: white;
}
textarea.formInput:hover::placeholder{
  color:#6e6e6e !important;
}
#message{
  font-weight: 400;
  color: black !important;
}
#message:hover{
  background-color: transparent;
  color: black !important;
}
div.footer{
  margin-top: 50px;
  font-family: 'Inter';
  width: 100%;
  display: flex;
  justify-content: center;
  align-items: center;

  flex-direction: column;
  font-size: 8px;
  font-weight: 100;
}
.leftText {
  text-align: center;
  flex-grow: 1; /* Allows the text to expand and fill space */
}
h1.footerHead{
  font-size: 12px;
  font-weight: 300;
  text-align: center;
}
.headTop{
  position: relative;
  display: flex;
  justify-content: center;
  align-items: baseline;
  width: 100%;
  height: auto;
}
a.top{
  bottom: 10px;
  right: 25px;
  position: absolute;
  color: rgb(0, 0, 0);
  font-size: 24px;
  font-weight: 400;
  text-align: right;
  transition: all 0.5s;
  text-decoration: none;
}
a.top:hover{
  color:  #0BDA51;
}
.yesUnderline{
  text-decoration: underline;
}
/*LAVORI







*/




.interest{
    font-size: 64px;
    left: 0px;
    text-align: left;
    text-decoration: underline 4px;
    text-underline-position: below;
    text-decoration-color: #0BDA51;
    text-underline-offset: 1px;
    font-weight: 800;
    margin: 0px;
}
.testoLavori{
  display: flex;
  justify-content: start;
  flex-direction: column;
  margin-left: 5%;
  margin-top: 50px;
  position: relative;
}
.rowLavori{
  display: flex;
  flex-direction: row;
  justify-content: start;
  gap: 100px;
}
.UI{
  gap: 25px;
}
div.iconaLavori{
  display: flex;
  align-items: end;
  justify-content: center;
  margin-left: auto;
  margin-right: auto;
}
img.iconaLavori{
  max-width: 400px;
}
img.iconaLavoriBRAND{
  max-width: 400px;
  width: 400px;
}
.testoLavoriDetailed{
  display: flex;
  justify-content: start;
  flex-direction: column;
  margin-left: 100px;
  margin-top: 50px;
  position: relative;
  width: 40%;
}
.copertinaLavoro{
  width: 45%;
  margin-right: 65px;
  object-fit: cover;
}
.rowLavoroDetailed{
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  width: 100%;
  margin-bottom: 100px;
  margin-top: 50px;

}
div.intro{
  display: flex;
  flex-direction: row;
  justify-content: start;
  align-items: center;
  margin-bottom: 100px;
  height: 600px;

  margin-left: 100px;
  margin-right: 100px;
  padding: 75px;
  border-radius: 8px;
  border-color: rgba(247, 240, 248, 1);
  background-color: rgb(252, 250, 251);

  box-shadow: rgba(144, 143, 157, 0.153) 0px 10px 25px 0px;
}
div.introREV{
  display: flex;
  flex-direction: row;
  justify-content: start;
  align-items: center;
  margin-bottom: 100px;
  margin-left: 100px;
  margin-right: 100px;
  padding: 75px;
  border-radius: 8px;
  border-color: rgba(247, 240, 248, 1);
  background-color: rgb(252, 250, 251);

  box-shadow: rgba(144, 143, 157, 0.153) 0px 10px 25px 0px;
}
div.carosello{
  width: 30%;
  height: 400px;
  background-color: rebeccapurple;
}

@keyframes infiniteScroll {
  from {transform: translateX(0%) }
  to {transform: translateX(-67%);}
}
@keyframes infiniteScrollREV {
  from {transform: translateX(-85%) }
  to {transform: translateX(calc(-20%));}
}
.caroselloContainer {


  width: 65%;
  overflow-x: hidden;
  position: relative;
  cursor: pointer;
  border-radius: 8px;

}
/*
div.caroselloContainer::before{
  content: ''; /* Create a pseudo-element for the overlay */
/*position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: #0bda50a4; /* Adjust the color and opacity for the overlay */
 /* opacity: 0; /* Initially hide the overlay */
 /* transition: opacity 0.3s ease; /* Add a transition effect for smoothness */
 /* z-index: 11;
}*/
/*div.caroselloContainer:hover::before {
  opacity: 1;  Show the overlay on hover 
}*/
.horizontal-scrolling-items {
  display: flex;
  font-size: 40px;
  width: 800%;
  height: 600px;
  gap: 10px;
  animation-name: infiniteScroll;
  animation-duration: 60s;
  animation-iteration-count: infinite;
  animation-timing-function: linear;
  flex-direction: row;
  justify-content: center;
  align-items: center;
  overflow-x: hidden;
  overflow-y: hidden;
}
.horizontal-scrolling-itemsREV {
  display: flex;
  font-size: 40px;
  width: 700%;
  height: 600px;
  overflow-x :hidden;
  overflow-y: hidden;
  gap: 10px;
  animation-name: infiniteScrollREV;
  animation-duration: 60s;
  animation-iteration-count: infinite;
  animation-timing-function: linear;
  flex-direction: row;
  justify-content: center;
  align-items: center;
}
.overlay-textLavoro, .overlay-textLavoro2, .overlay-textLavoro3, .overlay-textLavoro4, .overlay-textLavoro5, .overlay-textLavoro6, .overlay-textLavoro7, .overlay-textLavoro8, .overlay-textLavoro9, .overlay-textLavoro10, .overlay-textLavoro11, .overlay-textLavoro12, .overlay-textLavoro13, .overlay-textLavoro14, .overlay-textLavoro15, .overlay-textLavoro16, .overlay-textLavoro17, .overlay-textLavoro18, .overlay-textLavoro19, .overlay-textLavoro20, .overlay-textLavoro21   {
  position: absolute;
  top: 50%; /* Adjust vertically */
  left: 50%; /* Adjust horizontally */
  transform: translate(-50%, -50%);
  color: white;
  font-size: 24px;
  text-align: center;
  opacity: 0;
  transition: opacity 0.3s ease;
  font-size: 24px;
  font-weight: 700;
  z-index: 10000;
}
/*div.caroselloContainer:hover .overlay-textLavoro {
  opacity: 1;
}*/
/*div.caroselloContainer:hover::before {
  opacity: 1;  Show the overlay on hover 
}*/
.videoMobile{
  width: 100%;
  height: 100%;
  object-fit: cover;
  border-radius: 8px;
  background-image: url(/assets/img/fotoBudaVapor.jpg);
}
.horizontal-scrolling-items__item {
  white-space: nowrap;
  height: 600px;
  width: 5000px;
  background-size: cover;
  flex-direction: row;
  object-fit: cover;
  box-shadow: 0px 1px 5px rgba(0, 0, 0, 0.20);
  border-radius: 8px;
}
.foto1{
  background-image: url(/assets/img/mockup\ osteria.jpg);
  background-position: bottom center;
  position: relative;
  border-radius: 8px;
}
div.foto1::before{
  content: ''; /* Create a pseudo-element for the overlay */
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: #0bda50a4; /* Adjust the color and opacity for the overlay */
  opacity: 0; /* Initially hide the overlay */
  transition: opacity 0.3s ease; /* Add a transition effect for smoothness */
  z-index: 11;
  border-radius: 8px;
}
div.foto1:hover .overlay-textLavoro {
  opacity: 1;
}
div.foto1:hover::before {
  opacity: 1;  
}
.foto2{
  background-image: url(/assets/img/mockup-AURORA.jpg);
  background-position: center center;
  position: relative;
  border-radius: 8px;
}
div.foto2::before{
  content: ''; /* Create a pseudo-element for the overlay */
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: #0bda50a4; /* Adjust the color and opacity for the overlay */
  opacity: 0; /* Initially hide the overlay */
  transition: opacity 0.3s ease; /* Add a transition effect for smoothness */
  z-index: 11;
  border-radius: 8px;
}
div.foto2:hover .overlay-textLavoro2 {
  opacity: 1;
}
div.foto2:hover::before {
  opacity: 1;  
}
.foto18{
  background-image: url(/assets/img/mockup-JARMOR.jpg);
  background-position: center center;
  position: relative;
  border-radius: 8px;
}
div.foto18::before{
  content: ''; /* Create a pseudo-element for the overlay */
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: #0bda50a4; /* Adjust the color and opacity for the overlay */
  opacity: 0; /* Initially hide the overlay */
  transition: opacity 0.3s ease; /* Add a transition effect for smoothness */
  z-index: 11;
  border-radius: 8px;
}
div.foto18:hover .overlay-textLavoro18 {
  opacity: 1;
}
div.foto18:hover::before {
  opacity: 1;  
}
.foto19{
  background-image: url(/assets/img/Mockup-Aurora-Dischi.jpg);
  background-position: center center;
  position: relative;
  border-radius: 8px;
}
div.foto19::before{
  content: ''; /* Create a pseudo-element for the overlay */
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: #0bda50a4; /* Adjust the color and opacity for the overlay */
  opacity: 0; /* Initially hide the overlay */
  transition: opacity 0.3s ease; /* Add a transition effect for smoothness */
  z-index: 11;
  border-radius: 8px;
}
div.foto19:hover .overlay-textLavoro19 {
  opacity: 1;
}
div.foto19:hover::before {
  opacity: 1;  
}
.foto20{
  background-image: url(/assets/img/camtool-screen.jpg);
  background-position: center center;
  position: relative;
  border-radius: 8px;
}
div.foto20::before{
  content: ''; /* Create a pseudo-element for the overlay */
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: #0bda50a4; /* Adjust the color and opacity for the overlay */
  opacity: 0; /* Initially hide the overlay */
  transition: opacity 0.3s ease; /* Add a transition effect for smoothness */
  z-index: 11;
  border-radius: 8px;
}
div.foto20:hover .overlay-textLavoro20 {
  opacity: 1;
}
div.foto20:hover::before {
  opacity: 1;  
}
.foto21{
  /*background-image: url(/assets/img/mockup\ espn\ compressed.gif);*/
  background-position: center center;
  position: relative;
  border-radius: 8px;
}
div.foto21::before{
  content: ''; /* Create a pseudo-element for the overlay */
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: #0bda50a4; /* Adjust the color and opacity for the overlay */
  opacity: 0; /* Initially hide the overlay */
  transition: opacity 0.3s ease; /* Add a transition effect for smoothness */
  z-index: 11;
  border-radius: 8px;
}
div.foto21:hover .overlay-textLavoro21 {
  opacity: 1;
}
div.foto21:hover::before {
  opacity: 1;  
}
.foto3{
  /*background-image: url(/assets/img/mockup\ dam_compressed.gif);*/
  background-position: center center;
  position: relative;
  border-radius: 8px;
}
div.foto3::before{
  content: ''; /* Create a pseudo-element for the overlay */
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: #0bda50a4; /* Adjust the color and opacity for the overlay */
  opacity: 0; /* Initially hide the overlay */
  transition: opacity 0.3s ease; /* Add a transition effect for smoothness */
  z-index: 11;
  border-radius: 8px;
}
div.foto3:hover .overlay-textLavoro3 {
  opacity: 1;
}
div.foto3:hover::before {
  opacity: 1;  
}
.foto4{
  /*background-image: url(/assets/img/mockup\ purosangue_compressed.gif);*/
  background-position: center center;
  position: relative;
  border-radius: 8px;
}
div.foto4::before{
  content: ''; /* Create a pseudo-element for the overlay */
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: #0bda50a4; /* Adjust the color and opacity for the overlay */
  opacity: 0; /* Initially hide the overlay */
  transition: opacity 0.3s ease; /* Add a transition effect for smoothness */
  z-index: 11;
  border-radius: 8px;
}
div.foto4:hover .overlay-textLavoro4 {
  opacity: 1;
}
div.foto4:hover::before {
  opacity: 1;  
}
.foto5{
  /*background-image: url(/assets/img/mockup\ espn\ compressed.gif);*/
  background-position: center center;
  position: relative;
  border-radius: 8px;
}
div.foto5::before{
  content: ''; /* Create a pseudo-element for the overlay */
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: #0bda50a4; /* Adjust the color and opacity for the overlay */
  opacity: 0; /* Initially hide the overlay */
  transition: opacity 0.3s ease; /* Add a transition effect for smoothness */
  z-index: 11;
  border-radius: 8px;
}
div.foto5:hover .overlay-textLavoro5 {
  opacity: 1;
}
div.foto5:hover::before {
  opacity: 1;  
}
.foto6{
  /*background-image: url(/assets/img/mockup\ green\ volley.gif);*/
  background-position: center center;
  position: relative;
  border-radius: 8px;
}
div.foto6::before{
  content: ''; /* Create a pseudo-element for the overlay */
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: #0bda50a4; /* Adjust the color and opacity for the overlay */
  opacity: 0; /* Initially hide the overlay */
  transition: opacity 0.3s ease; /* Add a transition effect for smoothness */
  z-index: 11;
  border-radius: 8px;
}
div.foto6:hover .overlay-textLavoro6 {
  opacity: 1;
}
div.foto6:hover::before {
  opacity: 1;  
}
.foto7{
   /* background-image: url(/assets/img/mockup\ fedo_1.gif);*/
  background-position: center center;
  position: relative;
  border-radius: 8px;
}
div.foto7::before{
  content: ''; /* Create a pseudo-element for the overlay */
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: #0bda50a4; /* Adjust the color and opacity for the overlay */
  opacity: 0; /* Initially hide the overlay */
  transition: opacity 0.3s ease; /* Add a transition effect for smoothness */
  z-index: 11;
  border-radius: 8px;
}
div.foto7:hover .overlay-textLavoro7 {
  opacity: 1;
}
div.foto7:hover::before {
  opacity: 1;  
}
.foto8{
  background-image: url(/assets/img/screen\ cubo\ brand\ identity.jpg);
  background-position: center center;
  position: relative;
  border-radius: 8px;
}
div.foto8::before{
  content: ''; /* Create a pseudo-element for the overlay */
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: #0bda50a4; /* Adjust the color and opacity for the overlay */
  opacity: 0; /* Initially hide the overlay */
  transition: opacity 0.3s ease; /* Add a transition effect for smoothness */
  z-index: 11;
  border-radius: 8px;
}
div.foto8:hover .overlay-textLavoro8 {
  opacity: 1;
}
div.foto8:hover::before {
  opacity: 1;  
}
.foto9{
  background-image: url(/assets/img/screen\ cmg\ brand\ identity.jpg);
  background-position: center center;
  position: relative;
  border-radius: 8px;
}
div.foto9::before{
  content: ''; /* Create a pseudo-element for the overlay */
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: #0bda50a4; /* Adjust the color and opacity for the overlay */
  opacity: 0; /* Initially hide the overlay */
  transition: opacity 0.3s ease; /* Add a transition effect for smoothness */
  z-index: 11;
  border-radius: 8px;
}
div.foto9:hover .overlay-textLavoro9  {
  opacity: 1;
}
div.foto9:hover::before {
  opacity: 1;  
}
.foto10{
  background-image: url(/assets/img/screen\ dam\ grou\ braand\ identity.jpg);
  background-position: center center;
  position: relative;
  border-radius: 8px;
}
div.foto10::before{
  content: ''; /* Create a pseudo-element for the overlay */
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: #0bda50a4; /* Adjust the color and opacity for the overlay */
  opacity: 0; /* Initially hide the overlay */
  transition: opacity 0.3s ease; /* Add a transition effect for smoothness */
  z-index: 11;
  border-radius: 8px;
}
div.foto10:hover .overlay-textLavoro10 {
  opacity: 1;
}
div.foto10:hover::before {
  opacity: 1;  
}
.foto11{
  background-image: url(/assets/img/screen\ youtours\ brand\ identity.jpg);
    background-position: center center;
  position: relative;
  border-radius: 8px;
}
div.foto11::before{
  content: ''; /* Create a pseudo-element for the overlay */
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: #0bda50a4; /* Adjust the color and opacity for the overlay */
  opacity: 0; /* Initially hide the overlay */
  transition: opacity 0.3s ease; /* Add a transition effect for smoothness */
  z-index: 11;
  border-radius: 8px;
}
div.foto11:hover .overlay-textLavoro11 {
  opacity: 1;
}
div.foto11:hover::before {
  opacity: 1;  
}
.foto12{
  background-image: url(/assets/img/screen-cashback-chisola.jpg);
  background-position: center center;
  position: relative;
  border-radius: 8px;
}
div.foto12::before{
  content: ''; /* Create a pseudo-element for the overlay */
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: #0bda50a4; /* Adjust the color and opacity for the overlay */
  opacity: 0; /* Initially hide the overlay */
  transition: opacity 0.3s ease; /* Add a transition effect for smoothness */
  z-index: 11;
  border-radius: 8px;
}
div.foto12:hover .overlay-textLavoro12 {
  opacity: 1;
}
div.foto12:hover::before {
  opacity: 1;  
}
.foto13{
  background-image: url(/assets/img/screen-fitactive-copertina-RASTER.jpg);
  background-position: center center;
  position: relative;
  border-radius: 8px;
}
div.foto13::before{
  content: ''; /* Create a pseudo-element for the overlay */
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: #0bda50a4; /* Adjust the color and opacity for the overlay */
  opacity: 0; /* Initially hide the overlay */
  transition: opacity 0.3s ease; /* Add a transition effect for smoothness */
  z-index: 11;
  border-radius: 8px;
}
div.foto13:hover .overlay-textLavoro13 {
  opacity: 1;
}
div.foto13:hover::before {
  opacity: 1;  
}
.framerLavori{
  display: flex;
  flex-direction: column;
  justify-content: start;
  margin-top: 100px;

}
a.skill{                  
  color: #000000;
  font-size: 48px;
  text-decoration: underline 4px;
  text-underline-position: below;
  text-decoration-color: #0BDA51;
  text-underline-offset: 1px;
  font-weight: 800;
  transition: all ease 0.3s;

}
a.skillBrand{
  color: #000000;
  font-size: 48px;
  text-decoration: underline 4px;
  text-underline-position: below;
  text-decoration-color: #0BDA51;
  text-underline-offset: 1px;
  font-weight: 800;
  transition: all ease 0.3s;
  width: 400px;
}
a.skillREV{
  width: 250px;
  color: #000000;
  font-size: 48px;
  text-decoration: underline 4px;
  text-underline-position: below;
  text-decoration-color: #0BDA51;
  text-underline-offset: 1px;
  font-weight: 800;
  transition: all ease 0.3s;

}
a.skill:hover, a.skillREV:hover, a.skillBrand:hover{
  color:#0BDA51;
}

.imgSkill{
  max-width: 400px;
  max-height: 250px;
  cursor: pointer;
}
.imgSkillUI{
  width: 300px;
  max-width: 550px;
  max-height: 500px;
  margin-left: -35px;
  cursor: pointer;
}
.colonnaSkill{
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  align-items: start;
  gap: 50px;
  margin-right: 100px;
  height: 600px;

}
.colonnaSkillREV{
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  align-items: start;
  gap: 50px;

  height: 600px;
  margin-left: 100px;

}
.framerLavoroSingolo{
  display: flex;
  flex-direction: column;
  justify-content: start;
  margin-top: 150px;

  gap: 250px;
}
.descrizioneLavoro{
  font-size: 24px;
  line-height: 1.5;
  margin-bottom: 0px;
}
span.underline{
  text-decoration: underline 3px;
  text-underline-position: below;
  text-decoration-color: #0BDA51;
  text-underline-offset: 1px;

  font-weight: 600;
}
span.underlineNoBold{
  text-decoration: underline 1px;
  text-underline-position: below;
  text-decoration-color: #0BDA51;
  text-underline-offset: 1px;

}
span.bold{
  font-weight: bold;
}
.introLavoro{
  display: flex;
  flex-direction: row;
  justify-content: start;
  gap: 100px;
  margin-left: 5%;
}
.colonnaLavoro{
  display: flex;
  flex-direction: column;
  gap: 0px;
  justify-content: start;
  align-items: start;
  width: 35%;

}
.lavoroDetail{
  font-size: 64px;
  font-weight: 700;
  color: black;
  text-decoration: underline;
  text-decoration-color:#0BDA51 ;
  transition: all ease 0.3s;

}
.lavoroDetail:hover{

  color: #0BDA51;

}
.anno{
  color: #6e6e6e;
  font-size: 32px;
  display:flex;
  flex-direction: row;
  align-items: center;
}
.divImgLavoro{
  object-fit: cover;
  max-width: 55%;
  max-height: 700px;
  box-shadow: 0px 1px 5px rgba(0, 0, 0, 0.20);
  cursor: pointer;
  position: relative;
  border-radius: 8px;
}
.divImgLavoro::before{
 content: '';
 position: absolute;
 width: 100%;
 height: 100%;
 background-color: #0bda50a4;
 opacity: 0;
 transition: all 0.3s;
 border-radius: 8px;
}
.divImgLavoro:hover::before{

  opacity: 1;

 }
.imgLavoro{
  object-fit: cover;
  width: 100%;
  height: 100%;
  box-shadow: 0px 1px 5px rgba(0, 0, 0, 0.20);
  cursor: pointer;
  border-radius: 8px;

}

/* TEMP TEMP TEMP */
/* TEMP TEMP TEMP */
/* TEMP TEMP TEMP */
/* TEMP TEMP TEMP */
/* TEMP TEMP TEMP */

.divTEMP{
  object-fit: cover;
  max-width: 55%;
  max-height: 700px;
  box-shadow: 0px 1px 5px rgba(0, 0, 0, 0.20);
  position: relative;
  border-radius: 8px;
  cursor: auto;
}
.divTEMP::before{
 content: '';
 position: absolute;
 width: 100%;
 height: 100%;
 background-color: #404040e7;
 opacity: 0;
 transition: all 0.3s;
 border-radius: 8px;
}
.divTEMP:hover::before{

  opacity: 1;

 }


/* TEMP TEMP TEMP */
/* TEMP TEMP TEMP */
/* TEMP TEMP TEMP */
/* TEMP TEMP TEMP */
/* TEMP TEMP TEMP */


.arrow{
  width: 25px;
  height: 50px;
  opacity: .6;
}
.vediPiu{
  margin-top: auto;
  color: black;
  transition: all 0.3s;
  font-size: 40px;
}
.vediPiu:hover{
  color:#0BDA51
}
.vediPiuLavori{
  margin-top: auto;
  color: black;
  transition: all 0.3s;
  font-size: 24px;
  margin: 0px;
}
.vediPiuLavori:hover{
  color:#0BDA51
}
#goBackButton{
  position: absolute;
  font-size: 20px;
  top: -40px;
}
.videoSito{
  text-align: center;
  margin-top: 50px;
  margin-left: auto;
  margin-right: auto;
  aspect-ratio: 16 / 9;
  border-radius: 8px;
}
.imgSito{
  text-align: center;
  margin-top: 50px;
  margin-left: auto;
  margin-right: auto;
  width: 60%;
  box-shadow: 0px 1px 5px rgba(0, 0, 0, 0.20);
  margin-bottom: 50px;

}
.linkSito{
  color: black;
  margin-top: 25px;
  font-size: 64px;
  transition: all 0.3s;
  margin-left: auto;
  margin-right: auto;
  margin-top: 50px;
  font-weight: 600;
  margin-bottom: 100px;
}
.linkSito:hover{
  color:#0BDA51;

}
.lavoroVediPiu{
  font-size: 64px;
  font-weight: 700;
  color: black;
  text-decoration: underline;
  text-decoration-color:#0BDA51 ;
  transition: all ease 0.3s;
  margin-top: 0px;

}
.divFullScreen{
  position: fixed;
  width: 100%;
  height: 100%;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  z-index: 100001;
  display: flex;
  justify-content: center;
  align-items: center;
  opacity: 0;
  transition: all 0.3s ease-out;
  display: none;
}
.divFullScreen::before{
  position: absolute;
  width: 100%;
  height: 100%;
  content: '';
  background-color: #212121ab;
}
.fotoFullScreen{
  max-width: 80%;
  max-height: 90%;
  position: inherit;
  z-index: 100002;

}
.frecciaNext{
  position: inherit;
  z-index: 100004;
  right: 25px;
  font-size: 200px;
  cursor: pointer;
  color: white;
  font-weight: 100;
  opacity: .3;
  transition: all .3s;
}
.frecciaPrev{
  position: inherit;
  z-index: 100004;
  left: 25px;
  font-size: 200px;
  cursor: pointer;
  color: white;
  opacity: .3;
  transition: all .3s;
}
@media (hover: hover) {
.frecciaNext:hover, .frecciaPrev:hover{
  opacity: 1;
}
}
#foto1, #foto2, #foto3, #foto4, #foto5, #foto6, #foto7, #foto8, #foto9, #foto10, #foto11, #foto12, #foto13, #foto14, #foto15 {
  opacity: 0;
  transition: all 0.3s;
  box-shadow: 0px 1px 5px rgba(189, 189, 189, 0.2);
}
.divFullScreen .closeFullScreen {
  position: absolute;
  top: 20px;
  right: 45px;
  font-size: 60px;
  text-decoration: none;
  color: white;
  opacity: .8;
  transition: all .3s;
}
.closeFullScreen:hover {

  opacity: 1;
}
h1.scatti{
  margin-top: 200px;
  font-size: 80px;
  margin-left: 5%;
  text-decoration: underline 4px;
  text-underline-position: below;
  text-decoration-color: #0BDA51;
  text-underline-offset: 1px;
  font-weight: 800;
}
.rowProgettiNext{
  width: 90%;
  margin-top: 100px;
  margin-left: auto;
  margin-right: auto;
  display: flex;
  flex-direction: row;
  justify-content: space-between;
}
.prev, .next{
  height: 500px;
  width: 45%;
  display: flex;
  flex-direction: column;
  margin-bottom: 50px;

}
.prevNext{
  font-size: 24px;
  font-weight: 400;
}
.prevNextDiv{
  position: relative;
  display: flex;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 100%;
  box-shadow: 0px 1px 5px rgba(0, 0, 0, 0.20);
  cursor: pointer;
}
.prevNextDiv::before{
  content: '';
  position: absolute;
  width: 100%;
  height: 100%;
  background-color: #0bda50a4;
  opacity: 0;
  transition: all 0.3s;
}
.prevNextDiv:hover::before{
  opacity: 1;
}

.prevNextImg{
  height: 100%;
  width: 100%;
  object-fit: cover;
}
.prevNextText{
  position: absolute;
  top: 50%; /* Adjust vertically */
  left: 50%; /* Adjust horizontally */
  transform: translate(-50%, -50%);
  color: white;
  font-size: 24px;
  text-align: center;
  opacity: 0;
  transition: opacity 0.3s ease;
  font-size: 24px;
  font-weight: 700;
  z-index: 10000;
  margin-top: 0px;
}
.prevNextDiv:hover .prevNextText{
  opacity: 1;
}
.divImgLavoro:hover .prevNextText{
  opacity: 1;
}

.item1cubo, .item2cubo, .item3cubo, .item4cubo, .item5cubo, .item6cubo, .item7cubo, .item8cubo, .item9cubo{
  cursor: pointer;
}
.item1cubo {  
  width: 50%;
  height: 100%;
  position: relative;
}
.item1cubo::before{
  content: ''; /* Create a pseudo-element for the overlay */
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
          background-color: #52525220; /* Adjust the color and opacity for the overlay */
  opacity: 0; /* Initially hide the overlay */
  transition: opacity 0.3s ease; /* Add a transition effect for smoothness */
  z-index: 11;
  pointer-events: none;
}
.item1cubo:hover::before {
  opacity: 1;  
}
.item2cubo {
  width: 50%;
  height: 100%;
  position: relative;
}
.item2cubo::before{
  content: ''; /* Create a pseudo-element for the overlay */
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
                    background-color: #52525220; /* Adjust the color and opacity for the overlay */
  opacity: 0; /* Initially hide the overlay */
  transition: opacity 0.3s ease; /* Add a transition effect for smoothness */
  z-index: 11;
  pointer-events: none;
}
.item2cubo:hover::before {
  opacity: 1;  
}
.item3cubo {
  width: 33%;
  height: 100%;
  position: relative;
}
.item3cubo::before{
  content: ''; /* Create a pseudo-element for the overlay */
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
            background-color: #52525220; /* Adjust the color and opacity for the overlay */
  opacity: 0; /* Initially hide the overlay */
  transition: opacity 0.3s ease; /* Add a transition effect for smoothness */
  z-index: 11;
  pointer-events: none;
}
.item3cubo:hover::before {
  opacity: 1;  
}
.item4cubo {
  width: 33%;
  height: 100%;
  position: relative;
}
.item4cubo::before{
  content: ''; /* Create a pseudo-element for the overlay */
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
            background-color: #52525220; /* Adjust the color and opacity for the overlay */
  opacity: 0; /* Initially hide the overlay */
  transition: opacity 0.3s ease; /* Add a transition effect for smoothness */
  z-index: 11;
  pointer-events: none;
}
.item4cubo:hover::before {
  opacity: 1;  
}
.item5cubo {
  width: 33%;
  height: 100%;
  position: relative;
}
.item5cubo::before{
  content: ''; /* Create a pseudo-element for the overlay */
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
            background-color: #52525220; /* Adjust the color and opacity for the overlay */
  opacity: 0; /* Initially hide the overlay */
  transition: opacity 0.3s ease; /* Add a transition effect for smoothness */
  z-index: 11;
  pointer-events: none;
}
.item5cubo:hover::before {
  opacity: 1;  
}
.item6cubo {
  width: 50%;
  height: 100%;
  position: relative;
}
.item6cubo::before{
  content: ''; /* Create a pseudo-element for the overlay */
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
                    background-color: #52525220; /* Adjust the color and opacity for the overlay */
  opacity: 0; /* Initially hide the overlay */
  transition: opacity 0.3s ease; /* Add a transition effect for smoothness */
  z-index: 11;
  pointer-events: none;
}
.item6cubo:hover::before {
  opacity: 1;  
}
.item7cubo {
  width: 50%;
  height: 100%;
  position: relative;
}
.item7cubo::before{
  content: ''; /* Create a pseudo-element for the overlay */
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
                    background-color: #52525220; /* Adjust the color and opacity for the overlay */
  opacity: 0; /* Initially hide the overlay */
  transition: opacity 0.3s ease; /* Add a transition effect for smoothness */
  z-index: 11;
  pointer-events: none;
}
.item7cubo:hover::before {
  opacity: 1;  
}
.item8cubo {
  width: 50%;
  height: 100%;
  position: relative;
}
.item8cubo::before{
  content: ''; /* Create a pseudo-element for the overlay */
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
                    background-color: #52525220; /* Adjust the color and opacity for the overlay */
  opacity: 0; /* Initially hide the overlay */
  transition: opacity 0.3s ease; /* Add a transition effect for smoothness */
  z-index: 11;
  pointer-events: none;
}
.item8cubo:hover::before {
  opacity: 1;  
}
.item9cubo {
  width: 50%;
  height: 100%;
  position: relative;
}
.item9cubo::before{
  content: ''; /* Create a pseudo-element for the overlay */
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
                    background-color: #52525220; /* Adjust the color and opacity for the overlay */
  opacity: 0; /* Initially hide the overlay */
  transition: opacity 0.3s ease; /* Add a transition effect for smoothness */
  z-index: 11;
  pointer-events: none;
}
.item9cubo:hover::before {
  opacity: 1;  
}
.row-containerCubo {
  display: flex;
  flex-direction: row;
  justify-content: center;
  align-items: center;
  gap: 5px;
  width: 100vw; /* Adjust the max-width to fit your imaginary rectangle */
  height: 500px;
  }
  .row-containerCubo2 {
    display: flex;
    flex-direction: row;
    justify-content: center;
    align-items: center;
    gap: 5px;
    width: 100vw; /* Adjust the max-width to fit your imaginary rectangle */
    height: 750px;
    }
    .row-containerCubo3 {
      display: flex;
      flex-direction: row;
      justify-content: center;
      align-items: center;
      gap: 5px;
      width: 100vw; /* Adjust the max-width to fit your imaginary rectangle */
      height: 700px;
      }
.zoom {
  transition: transform 0.3s ease-in-out;
  cursor: url("/assets/img/magnifying-glass-plus-solid.svg"), auto;

}

.zoom.zoomed {
  transform: scale(2); /* Change the scale factor to zoom in/out */
  cursor: url("/assets/img/magnifying-glass-minus-solid.svg"), auto;;
}
.desktopHidden{
  display: none !important;
}
.desktopHiddenFlex{
  display: none !important;
}
@media screen and (max-width: 1650px) {
  h1.descrInfo{
    font-size: 22px;
  }
}
@media screen and (max-width: 1600px) {
  div.card{
    width: 325px;
  }
  a.skill{
    font-size: 56px;
    width: 475px;
  }
  a.skillBrand{
    font-size: 56px;
  }
  a.skillREV{
    font-size: 56px;
  }
  .caroselloContainer{
    width: 70%;
  }
}
@media screen and (max-width: 1475px) {
  h1.highlight{
    font-size: 44px
  }
  h1.headingInfo{
    font-size: 36px;
  }
  h1.descrInfo{
    font-size: 20px;
  }
  div.card{
    width: 300px;
  }
  h1.formHead{
    font-size: 56px;
  }
  h1.formContattami{
    font-size: 72px;
  }
  .vediPiu{
    font-size: 32px;
  }
  p.descrizioneLavoro{
    font-size: 20px;
  }
}
@media screen and (max-width: 1400px) {
  div.card{
    width: 275px;
  }
  h1.formHead{
    font-size: 48px;
  }
  h1.formContattami{
    font-size: 64px;
  }
  a.skill{
    font-size: 44px;
    width: 350px;
  }
  a.skillBrand{
    font-size: 48px;
    width: 350px;
  }
  a.skillREV{
    font-size: 48px;
  }
  .imgSkill, .imgSkillUI{
    max-width: 250px;
  }
  .prev, .next{
    height: 450px;
  }

}
@media screen and (max-width: 1380px) {
  body{
    font-family: 'Inter';
    overflow-x: hidden;
}
  h1.ciao{
    font-size: 56px;
  }
  div.presentazione, div.presentazioneV2 {
    gap: 100px;
  }
  img.fedoResponsive{
    width: 350px;
    height: 350px;
    display: block;
  }
  img.fedo{
    width: 350px;
    height: 350px;
  }
  .flip-card{
    display: none;
  }
  h1.scatti{
    margin-top: 175px;
    font-size: 64px;
    margin-left: 0px;
  }
}
@media screen and (max-width: 1300px) {
  div.rowInfo{
    width: 30%;
  }
  div.cardsbox{
    gap: 25px;
  }
  div.card{
    width: 250px;
  }
  h1.formHead{
    margin-top: 60px;
  }
  h1.formContattami{
    font-size: 58px;
  }
  form{
    transform: scale(0.80);
  }
  .prev, .next{
    height: 400px;
  }
  img.iconaLavori{
    max-width: 300px;
  }
  img.iconaLavoriBRAND{
    max-width: 300px;
    width: 300px;
  }
  div.intro, div.introREV{
    padding: 50px;
  }
}
@media screen and (max-width: 1200px) {
  h1.highlight{
    font-size: 40px
  }
  div.card{
    width: 225px;

  }
  h1.titoloCard{
    font-size: 18px;
  }
  p.descrizioneCard{
    font-size: 14px;
  }
  h1.formHead{
    font-size: 40px;
    margin-top: 100px;
  }
  h1.formContattami{
    font-size: 42px;
  }
  form{
    transform: scale(0.70);
    padding: 25px;
  }
  .colonnaSkill, .colonnaSkillREV, .horizontal-scrolling-items, .horizontal-scrolling-itemsREV{
    height: 450px;
  }
  
  a.skill, a.skillBrand{
    font-size: 32px;
    width: 250px;
  }
  a.vediPiuLavori{
    font-size: 20px;
  }
  a.skillREV{
    font-size: 36px;
  }
  .imgSkill, .imgSkillUI{
    max-width: 200px;
  }
  .foto1, .foto2, .foto3, .foto4, .foto5, .foto6, .foto7, .foto8, .foto9, .foto10, .foto11, .foto12, .foto13{
    height: 450px;
  }
  h1.interest, .responsive{
    font-size: 50px !important; 
  }
  p.descrizioneLavoro{
    font-size: 16px;
  }
  a.lavoroDetail{
    font-size: 58px;
  }
  .vediPiu{
    font-size: 24px;
  }
  .lavoroVediPiu{
    font-size:  56px;
  }
  
}
@media screen and (max-width: 1100px) {
  h1.highlight{
    font-size: 36px
  }
  h1.headingInfo{
    font-size: 32px;
  }
  h1.descrInfo{
    font-size: 16px;
  }
  a.guardaTutto{
    font-size: 28px;
  }
  div.cardsbox{
    flex-wrap: wrap;
  }
  h1.formContattami{
    font-size: 36px;
  }
  a.navHeader{
    font-size: 14px;
  }
  h1.logo{
    font-size: 18px;
  }
  .prev, .next{
    height: 350px;
  }
  img.iconaLavori{
    max-width: 250px;
  }
  img.iconaLavoriBRAND{
    max-width: 250px;
    width: 250px;
  }

}






@media screen and (max-width: 1100px) {
  body{
    font-family: 'Inter';
    overflow-x: hidden;
}
  h1.ciao{
    font-size: 48px;
  }
  p.descrizione{
    font-size: 16px;
  }
  div.presentazione, div.presentazioneV2 {
    gap: 100px;
  }
  img.fedoResponsive{
    width: 300px;
    height: 300px;
    display: block;
  }
  img.fedo{
    width: 300px;
    height: 300px;
  }
  .flip-card{
    display: none;
  }
  h1.scatti{
    margin-top: 150px;
    font-size: 48px;
  }
  .row-container, .row-container3{
    height: 500px;
  }
  .row-container2{
    height: 575px
  }
}

@media screen and (max-width: 768px) {
  div.presentazione, div.presentazioneV2 {
    flex-direction: column;
    align-items: center;
    gap: 25px;
  }
  div.presentazioneV2{
    margin-top: 100px;
  }
  .breakpoint{
    display: none;
  }
  div.testo{
    width: 80%;
    display: flex;
    justify-content: center;
    flex-direction: column;
    align-items: center;
  }
  h1.ciao{
    font-size: 28px;
    margin: 0px;
    width: 90%;

  }
  div.presentazione{
    margin-top: 0px;
  }
  p.segnaposto{
    font-size: 48px;
  }
  div.testoIndent{
    gap: 5px;
    margin-left: -15px;
  }
  p.descrizione{
    width: 250px;
    font-size: 14px;
    margin: 0px;
  }
  img.fedoResponsive{
    display: none;
  }
  img.fedoResponsiveMobile{
    display: block;
    width: 250px;
    height: 250px;
    margin: 50px;
  }
  h1.skills{
    margin-top: 75px;
  }
  div.cardsbox{
    margin-top: 25px;
  }
  div.card{
    width: 275px;
  }
  div.work{
    margin-top: 25px;
    width: 90%;
  }
  h1.highlight{
    font-size: 24px;
  }
  a.guardaTutto{
    font-size: 20px;
    text-align: right;
  }
  h1.headingInfo{
    font-size: 20px;
  }
  div.colInfo{
    width: 50%;
  }
  div.rowInfo{
    width: 40%;
  }
  div.testoForm{
    width: 90%;
    text-align: center;
    justify-content: center;
    align-items: center;
  }
  h1.formHead{
    font-size: 28px;
    margin-top: 0px;
  }
  h1.formContattami{
    font-size: 32px;
    text-align: center;

  }
  .formInput{
    width: 100%;
    font-size: 16px;
  }
  .submit{
    height: 50px;
    width: 100%;
    font-size: 20px;
    color: #000000;
  }
  form{
    margin-top: -75px;
    padding: 50px;
    width: 100%;
  }
  div.form{
    flex-direction: column;
    align-items: center;
  }
  .mobileHidden{
    display: none !important; 
  }
  .desktopHidden{
    display: inline-block !important;
  }
  .desktopHiddenFlex{
    display: flex !important;
  }
  div.logo{
    margin-left: 0px;
  }
  h1.logo{
    width: 100px;
    word-break:break-all;
  }

  div.header{
    left: 0px;
    justify-content: space-around;
  }
  div.footer{
    margin-top: 0px;
  }
  .headTop{
    justify-content: space-around;
    text-align: left;
    align-items: center;
    gap: 25px;
  }
  a.top{
    position: static;
    text-align: left;
    font-size: 20px;
  }
  h1.footerHead{
    display: block;
    text-align: left;
    width: 100px;
  }
  div.icons{
    flex-direction: column;
    margin-right: 0px;
    align-items: start;
    gap: 50px;

  }
  .overlay-contentMobile{
    margin-top: -125px;
    margin-left: 15%;
  }
  a.navHeader{
    font-size: 20px;
    text-align: left;
  }
  .flagResponsive{
    max-width: 30px ;
  }
  #closeBtnMobile{
    opacity: 0;
    transition: all ease 0.5s;
    display: none;
    position: absolute;
  }
  #openBtnMobile{
    opacity: 1;
    transition: all ease 0.5s;
    position: absolute;

  }
  .hamburgerDiv{
    height: 100%;
    width: 50px;
    display: flex;
    justify-content: center;
    align-items: center;
  }
  .dividerResponsive{
    border: solid 1px;
    width: 100%;
    margin-top: 5px;
    margin-bottom: 5px;
  }
  h1.interest{
    font-size: 32px !important;
  }
  div.testoLavori{
    margin-left: 0px;
    margin-top: 0px;
    width: 85%;
    margin-left: auto;
    margin-right: auto;
  }
  div.framerLavori{
    margin-top: 0px;
    width: 85%;
    margin-left: auto;
    margin-right: auto;
  }
  div.intro, div.introREV{
    flex-direction: column;
    margin-top: 50px;
    margin-bottom: 0px;
    height: auto;
  }
  .colonnaSkill, .colonnaSkillREV{
    margin-left: 0px;
    height: auto;
    gap: 10px;
  }
  .colonnaSkillREV{
  margin-bottom: 25px;
  }
  a.skill{
    font-size: 28px;
  }

  .imgSkill{
    display: none;
  }
  .caroselloContainer{
    width: 100%;
    margin-right: 0px;
    margin-left: 0px;
  }
  .foto1, .foto2, .foto3, .foto4, .foto5, .foto6, .foto7, .foto8, .foto9, .foto10, .foto11, .foto12, .foto13{
    height: 170px;
  }
  .horizontal-scrolling-items, .horizontal-scrolling-itemsREV{
    height: 170px;
  }
  .marginChiSono{
    margin-bottom: 0px !important;
    text-align: center !important;

  }
  /*.alignLeft{
    align-items: start !important;
  }*/
  .marginReset{
    margin-left: 0px !important;
  }
  img.fedo{
    display: none;
  }
  h1.scatti{
    margin-top: 75px;
    margin-bottom: 0px;
    text-align: center;
    font-size: 22px;
  }
  .row-container{
    height: 175px;
  }
  .row-container2{
    height: 200px;
  }
  .row-container3{
    height: 150px;
  }
  .frecciaNext{
    opacity: 0.6;
    right: 5px;
    font-size: 50px;
   
  }
  .frecciaPrev{
    opacity: 0.6;
    left: 5px;
    font-size: 50px;
  }
  .grid-container{
    margin-top: 25px;

  }

  .overlay a{
    font-size: 28px;
    padding-right: 0px;
  }
  img.icona{
    max-width: 32px;
  }
  .rowContactCV{
    width: 225px;
    padding-right: 0px;
  }
  .overlay .closebtn{
    font-size: 40px;
    top: 10px;
    right: 55px;
  }
  #goBackButton{
    top: 0px;
  }
  .interest{
    margin-top: 50px;
  }
  span.responsive{
    font-size: 32px !important;
  }
  .rowLavori{
    flex-direction: column;
    gap: 0px;
  }
  .segnaposto{
    font-size: 48px;
    display: none;
  }
  .iconaLavori{
    display: none;
  }
  .framerLavoroSingolo{
    margin-top: 75px;
    gap: 75px;
  }
  a.lavoroDetail{
    font-size: 24px;
  }
  div.colonnaLavoro{
    width: 85%;
  }
  h1.anno{
    font-size: 20px;
  }
  .divImgLavoro{
    max-width: 100%;
  }
  div.intro{
    align-items: start;
    margin-left: 0px;
    margin-right: 0px;
    padding: 25px;
    gap: 25px;
  }
  div.introREV{
    align-items: start;
    margin-left: 0px;
    margin-right: 0px;
    padding: 25px;
    gap: 25px;
  }
  h1.numeroLavori{
    font-size: 20px;
  }
  a.skill, a.skillREV, a.skillBrand{
    font-size: 24px;
  }
  .introLavoro{
    margin-left: auto;
    margin-right: auto;
    justify-content: center;
  }
  a.vediPiu{
    margin-top: 10px;
    font-size: 16px;
  }
  .rowLavoroDetailed{
    flex-direction: column;
    margin-top: 0px;
    align-items: center;
    width: 100%;
    margin-bottom: 0px;
  }
  .testoLavoriDetailed{
    width: 85%;
    margin: 0px;

  }
  h1.lavoroVediPiu{
    font-size: 24px;
    margin-top: 50px;
  }
  .copertinaLavoro{
    width: 85%;
    margin-right: 0px;
    margin-top: 25px;
    border-radius: 8px;
  }
  .linkSito{
    font-size: 24px;
    width: 85%;
    text-align: left;
  }
  .rowProgettiNext{
    margin-top: 0px;
    flex-direction: column;
    width: 85%;
  }
  div.prev, div.next{
    width: 100%;
    height: 225px;
  }
  h1.what{
    font-size: 14px;
  }
  .prevNext{
    font-size: 20px;
  }
  .imgSito{
    width: 85%;
  }
  .iconaLavoriBRAND{
    display: none;
  }
  .row-containerCubo{
    height: 100px;
  }
  .row-containerCubo2{
    height: 200px;
  }
  .row-containerCubo3{
    height: 175px;
  }
  .foto1{
    background-position: center center;
  }
  .overlay-textLavoro, .overlay-textLavoro2, .overlay-textLavoro3, .overlay-textLavoro4, .overlay-textLavoro5, .overlay-textLavoro6, .overlay-textLavoro7, .overlay-textLavoro8, .overlay-textLavoro9, .overlay-textLavoro10, .overlay-textLavoro11, .overlay-textLavoro12, .overlay-textLavoro13, .overlay-textLavoro14, .overlay-textLavoro15, .overlay-textLavoro16, .overlay-textLavoro17, .overlay-textLavoro18, .overlay-textLavoro19, .overlay-textLavoro20, .overlay-textLavoro21   {

  font-size: 16px;
  }
  .prevNextDiv, .prevNextDiv::before, .prevNextImg{
    border-radius: 8px;
  }
  .softSkill{
    font-weight: 500;
  }
}
    