  
  body {
        background: #d3d3d3;
        font-family: "Forma DJR Display", sans-serif;
        font-size: 28px;
}


div {
   display: flex;
}

h1 {
  position: absolute;
  font-weight: 900px;
  font-size: 200px;
  line-height: 0.9;
  color: black;
  font-family: "Forma DJR Display", sans-serif;
  margin: 0;
  z-index: 5;
}

.top { top: 40px; left: 40px; }
.mid1   { top: 250px; left: 40px; }
.mid2  { top: 250px; right: 60px; }
.bottom  { bottom: 40px; right: 60px; }

.stones {
position: fixed;
  }
.sasso1 {
  width: 450px;
  height: auto;
  top: -8%;
  right: 3%;
  filter: blur(5px);
  transition: filter 0.4s ease;   }
.sasso1:hover{
  filter: blur(0);
}
.sasso2 { width: 300px;
  height: auto;
  top: 50%;
  left: 45%;
  transform: translate(-50%, -50%);
 filter: blur(5px);
  transition: filter 0.4s ease;   } 
.sasso2:hover{
   filter: blur(0);
}
.sasso3 { width: 300px;
  height: auto ;
  top: 55%;
  left: 1%; 
filter: blur(5px);
  transition: filter 0.4s ease;}
.sasso3:hover{
  filter: blur(0);  
}



.what{
   position: absolute;
   
}


.up-left {
  position: fixed;
  left: 20px;
  top: 20px;
  z-index: 10;          
}
.up-right {
  position: fixed;
  right: 20px;
  top: 20px;
  z-index: 10;         
}

img {
  width: 500px;
}

.background {
  position: fixed;        /* resta ferma anche se scorri */
  top: 0;
  left: 0;
  width: 100vw;           /* copre tutta la larghezza della finestra */
  height: 100vh;          /* copre tutta l’altezza */
  object-fit: contain;  
  
}

.background2 {
  position: fixed;
  top: 0;
  left: 0;
  width: 100vw;
  height: 100vh;
  object-fit: cover;
        
}

.blur {
  object-fit: cover;
  position: fixed;   
filter: blur(5px);
       transition: filter 0.4s ease;
  }

.ams-text{
  position: fixed;
  bottom: 40px;
  right: 55px;
  opacity: 0;
  font-size: 22px;
  transition: opacity 1s ease;
  z-index: 10;
}

.exit-ams:hover ~ .ams-text{
  opacity: 1;
}

.veniz-text{
  position: fixed;
  top: 100px;
  right: 100px;
  opacity: 0;
  font-size: 22px;
  transition: opacity 1s ease;
  z-index: 10;
}

.exit-veniz:hover ~ .veniz-text{
  opacity: 1;
}
.spiral-text {
  color: black;             
  text-decoration: none; 
  position: fixed;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 300px;
  opacity: 0.2;
  font-size: 22px;
  transition: opacity 6s ease;
  z-index: 10;
  text-align: center;
}

.spiral-text:hover{
  opacity: 1;
}

.old-text{
  color: black;             
  text-decoration: none; 
  position: fixed;
  opacity: 0.04;
  font-size: 28px;
  transition: opacity 6s ease;
  z-index: 10;
}
.text-sottolin{
  cursor: pointer;
  color: black;             
  font-size: 28px;
  z-index: 10;
}

.old-text:hover{
  opacity: 1;
}



.corner-link {
  text-align: right;
  position: fixed;       
  bottom: 20px;          
  right: 20px;           
  display: inline-block;        
}

.bottom-left {
  text-align: right;
  position: fixed;       
  bottom: 20px;          
  left: 20px;           
  display: inline-block;        
}

.rain {
position: fixed;

  
width: 150px; 
  opacity: 0;
  animation: fadeIn 3s ease forwards;
}

.rain1 {
  top: 40%;
  left: 35%;
  animation-delay: 0.5s;
  
}

.rain2 {
  top: 50%;
  left: 30%;
  animation-delay: 0.7s;
  
  }

  .rain3 {
  top: 60%;
  left: 75%;
  animation-delay: 0.9s;
  
  }
  .rain4 {
    top: 40%;
  left: 70%;
  animation-delay: 1.2s;
    }

 .rain5 {
  top: 60%;
  left: 20%;
  animation-delay: 1.4s;
    }

     .rain6 {
      top: 40%;
  left: 25%;
  animation-delay: 1.6s;
    }

       .rain7 {
      top: 40%;
  left: 40%;
  animation-delay: 0.7s;
    }
         .rain8 {
      top: 35%;
  left: 20%;
  animation-delay: 2s;
    }
        .rain9 {
      top: 45%;
  left: 10%;
  animation-delay: 1.6s;
    }
.rain10 {
      top: 30%;
  left: 5%;
  animation-delay: 1.8s;
    }
    .rain11 {
      top: 60%;
  left: 5%;
  animation-delay: 2s;
    }

.rain12 {
  top: 60%;
  right: 25%;
  animation-delay: 0.5s;
}
.rain13 {
  top: 40%;
  right: 10%;
  animation-delay: 1s;
}
.rain14 {
  top: 55%;
  right: 5%;
  animation-delay: 1.6s;
}
.rain15 {
  top: 70%;
  right: 5%;
  animation-delay: 1.2s;
}
.rain16 {
  top: 50%;
  right: 2%;
  animation-delay: 0.6s;
}
  .rain-click {
   top: 45%;
  left: 60%;
  animation: pulse 2.5s infinite ease-in-out;
   
}
@keyframes pulse {
  0%   { opacity: 0; }
  50%  { opacity: 0.7; }
  100% { opacity: 0; }
}


     @keyframes fadeIn{
  from { opacity: 0; }
  to   { opacity: 1; }
}

@keyframes reveal {
  from { opacity: 0; filter: blur(10px); }
  to   { opacity: 1; filter: blur(0); }
}

.spirale {
  animation: spin 13s linear infinite;
}

@keyframes spin {
  from {transform: rotate(0deg);
    }
  to {transform: rotate(360deg);
    }
}