@import url(https://db.onlinewebfonts.com/c/9527a4c4f55e8075eb6a60fe577d89c4?family=Px+Grotesk+Regular);
@font-face {
    font-family: "Px Grotesk Regular";
    src: url("https://db.onlinewebfonts.com/t/9527a4c4f55e8075eb6a60fe577d89c4.eot");
    src: url("https://db.onlinewebfonts.com/t/9527a4c4f55e8075eb6a60fe577d89c4.eot?#iefix")format("embedded-opentype"),
    url("https://db.onlinewebfonts.com/t/9527a4c4f55e8075eb6a60fe577d89c4.woff2")format("woff2"),
    url("https://db.onlinewebfonts.com/t/9527a4c4f55e8075eb6a60fe577d89c4.woff")format("woff"),
    url("https://db.onlinewebfonts.com/t/9527a4c4f55e8075eb6a60fe577d89c4.ttf")format("truetype"),
    url("https://db.onlinewebfonts.com/t/9527a4c4f55e8075eb6a60fe577d89c4.svg#Px Grotesk Regular")format("svg");
}
body {
    margin: 0;
    font-family: "Px Grotesk Regular", sans-serif;
    font-size: 13px;
    width: 100%;
    height: fit-content;
   
}

header {
    position: absolute;
    width: 100%;
    display: flex;
   flex-direction: column;
    justify-content: center;
    align-items: center;
    gap: 5%;

}
main {
    position: fixed;
    height: 100%;
    width: 100%;
     justify-content: center;
     align-items: center;
}
nav {
    z-index: 100;
    display: flex;
    align-items: center; 
    position: fixed;
    top: 15px;
    left: 20px;
   width: 100%; /* oppure width: auto; */
max-width: 10%;
     gap: 18%;
    color: rgb(255, 255, 255);
  
    background-color: rgb(208, 208, 208);
    mix-blend-mode: exclusion;
}

#nav-decrypta {
      width: 100%; /* oppure width: auto; */
max-width: 15%;
}


a{
   text-decoration: none;
color: inherit;
}

a:hover {
    text-decoration: underline;
}

.contenitore {
    position: fixed;
    display: flex;
    justify-content: center;
    align-items: center;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%); 
    
   }

.link-utili {
width: fit-content;
    height: fit-content;
      position: fixed;
    justify-content: center;
    align-items: center;
    mix-blend-mode:difference;
    z-index: 100;
}

#right {
  text-decoration: underline;
 top: 7vh;
    left: 3vh;
}
#up {
  text-decoration: underline;
 top: 100px;
 display: flex;
    flex-direction: row;
    justify-content: center;
    align-items: center;
 gap: 3vh; 
 left: 50%;
    transform: translate(-50%, -50%); 
}


#closeSticky {
     position: absolute;
     cursor: pointer;
     top: -15px;
     right: 2vh;
    z-index: 1000;
    background: none;
    border: none;
    box-shadow: none;
    outline: none;
    border-radius: 0;
    text-decoration: underline;
    color:  rgb(52, 52, 52);
}

#openSticky {
   bottom: 2vh;
    position: fixed;
    cursor: pointer;
   z-index: 1000;
    background: none;
    border: none;
    box-shadow: none;
    outline: none;
    border-radius: 0;
    text-decoration: underline;
  display:none;
  right:2vh;
  color:  rgb(52, 52, 52);
}


#button {
     background-color: rgb(255, 255, 255);
    opacity: 1;
    z-index: 11;
    text-align: center;
}
   #return {
     background-color: rgb(255, 255, 255);
    opacity: 0;
    position:fixed;
   text-decoration: underline;
}

#button-right {
    position: fixed;
    right: 1vh;
}
#button-left {
    position: fixed;
    left: 1vh;
}
/* Solo hover su #button */
.contenitore:hover #button {
    opacity: 0;
  }
  
  .contenitore:hover #return {
    opacity: 1;
    position:fixed;
   
   z-index: 12;
   text-decoration: underline;
   background-color: white;
}
.elenco {    
    top: 10vh;
    display: flex;
    text-align: center;
    flex-direction: column;
    gap: 1vh;
}
#fixed-text-column {
width: 100%;
}

#d1 {
    right: 1vh;   
    }

#d3 {
    left: 1vh; 
   
}
.descrizione {
    width: 30%;
 top: 130px;
 text-align: center;
  left: 50%;
    transform: translate(-50%, -50%); 
    position: fixed;

}

#descrizione-ASA {
    top: 130px;
     text-align: center;
      left: 50%;
    transform: translate(-50%, -50%); 
    position: fixed;
}
.box-text {
    width: 100%;
    height:fit-content;
    position: fixed;
    display: flex;
    justify-content: center;
    background-color:rgb(255, 255, 255);
    flex-direction: row;
    bottom: 0;
    gap: 10%;
   
}
.empty {
    width: 100%;
   align-items: center;
   justify-content: center;
   text-align: center;
    position: absolute;
    top: 0;

}
.empty2 {
    width: 100%;
    height: 25vh;
    position: relative;
    margin: 0;
    padding: 0;
  
}
.sticky-box {
     position: fixed;
       bottom: 0;
    z-index: 1000;
    margin: 0;
    width: 100%;
/* ANIMAZIONE */
    transition: opacity 0.4s, transform 0.4s;
    opacity: 1;
    transform: translateY(0);
 text-align: left;

  }

.sticky-box.closed {
    opacity: 0;
    transform: translateY(40px); /* scorre verso il basso */
    pointer-events: none;
}


.fixed-text {
    margin-bottom: 2vh;
    margin-left: 3vh;
    margin-right: 1%;
    z-index: 5;
    position: relative;
   
}

.container {
    position: fixed;
    width: 100%;
    align-items: center;
    justify-content: center;
 
}

#timone {
    width: 150vh;
    height: 150vh;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%); 
    position: fixed;

}

.scrolling-images {
    top:150px;
    width: 100%;
    height: fit-content;
    position: relative;
    display: flex;
    flex-direction: column;
 
    justify-content: center;
    align-items: center;
  padding-bottom: 150px;

}

.scrolling-images img {
    width: 45vh;
    height: 30vh;
    background-size: 200%;
    background-position: center;
    object-fit:cover;
   position:absolute;
}

.scrolling-images video {
    width: 45vh;
    height: 30vh;
    background-size: 150%;
    background-position: center;
    object-fit: cover;
    position: absolute;
}
.freccia-oscurata {
    color: rgb(176, 176, 176);
    display: inline-block;
    vertical-align: middle;
    right: 1vh;
    mix-blend-mode: difference;
}

#img0{
top:12vh;
   width: 70vh; 
   height: 45vh;  
   position: absolute;
     
}
#img00{
top:8%;
   width: 70vh; 
   height: 45vh;  
   position: absolute;
  left: 50%;
    transform: translate(-50%, -50%); 
}
#img000{
   width: 70vh; 
   height: 45vh;  
   position: absolute;
    top: 40%;
    left: 50%;
    transform: translate(-50%, -50%); 
}
#img1{
    top: 75vh;
    left: 15%;
    background-size:cover;
    cursor: pointer;
}
#img2{
    top: 120vh;
    left: 5%;
    background-color: black;
    background-size: 100%;
     background-size:cover;
}
#img3{
    top: 165vh;
    left: 15%;
    width: 45vh;
    height: 30vh;
    position: absolute;
     background-color: black;
    background-size: cover;
}
#img4{
    top: 75vh;
    right: 15%;
    background-color: black;
    background-size: 100%;
}
#img5{
    top: 120vh;
    right: 5%;
    
}
#img6{
    top: 165vh;
    right: 15%;
    width: 45vh;
    height: 30vh;
    position: absolute;
     background-color: black;
    background-size: 100%;
}
#img7{
    top: 210vh;
    width: 70vh; 
   height: 45vh;
   left: 50%;
    transform: translateX(-50%);
    position: absolute;
    background-color: black;
    background-size: 100%;
}
#img8{
    top: 270vh;
    left: 15%;
 
}
#img9{
    top: 270vh;
    right: 15%;
    
}
#img10{
    top: 315vh;
    left: 5%;
    width: 45vh;
    height: 30vh;
    position: absolute;
    background-color: black;
}
#img11{
    top: 315vh;
    right: 5%;
    width: 45vh;
    height: 30vh;
    position: absolute;
    background-color: black;
}

#img12{
    top: 360vh;
    left: 15%;
    width: 45vh;
    height: 30vh;
    position: absolute;
    background-color: black;
}
#img13{
    top: 360vh;
    right: 15%;
    width: 45vh;
    height: 30vh;
    position: absolute;
    background-color: black;
}
#img14{
    top: 405vh;
   width: 70vh; 
   height: 45vh;
    position: absolute;
    left: 50%;
    transform: translateX(-50%);
    background-color: black;
}
#img15{
    top: 465vh;
    left: 15%;
    width: 45vh;
    height: 30vh;
    position: absolute;
    background-color: black;
}
#img16{
    top: 465vh;
    right: 15%;
    width: 45vh;
    height: 30vh;
    position: absolute;
    background-color: black;
}
.nav{
    mix-blend-mode: difference;
}

.mini-nav {
   width: 70%;
   margin-top: 0;
   margin: 0 auto;
   height: fit-content;
   padding-bottom: 5%;
   display: flex;
    text-align: justify;
    justify-content: space-between;
    flex-direction: row;
  text-decoration: underline;
  position: relative;
 
}

