html, body {
  height: 100%;
  margin: 0;
  padding: 0;
  }

  body{
    background: rgba(241, 224, 206, 0.60); 

  }

  /* dimensione HAMBURGER*/
  .navbar > div:first-child {
  margin-left: 7px;  /* Modifica il valore a seconda delle tue esigenze */
  margin-top: -30px;
  }


.page-wrapper {
  background-image: url("../assets/pictures/IMG_4935.jpg");
  background-size: cover;         /* Copre l'intera area */
  background-position: center;    /* Centra l'immagine */
  background-repeat: no-repeat;   /* Non ripete l'immagine */              /* Assicura che il wrapper abbia almeno l'altezza della viewport */

}

/* container dell'H1 */
.container-fluid-1 {
  display: flex;
  justify-content: flex-start; /* Spostal'elemento a sinistra */
  align-items: center; /* Centra verticalmente */
  white-space: nowrap;
}


h1{
  color: #E0E0E0;
  font-family: "Austral Slab blur thin";
  letter-spacing: 2px;
  font-weight: 200 !important;
  font-style: normal;
  margin-top: 70px;
 
}
.img-fluid{

flex-shrink: 0;
object-fit: cover; 

}

h2{
  color: #000;
font-family: "Darker Grotesque";
font-size: 30px;
font-style: normal;
font-weight: 600;
line-height: 22px; /* 73.333% */
}

.qualcosa{
  color: #3D3D3D;
font-family: "Darker Grotesque";
font-size: 24px;
font-style: normal;
font-weight: 500;
line-height: 25.3px; /* 105.417% */

}

.subtitle{
color: #838383;
text-align: center;
font-family: "Darker Grotesque";
font-size: 22px;
font-style: normal;
font-weight: 500;
line-height: 23.3px; /* 105.909% */

}

h3{
  color: #000;
text-align: center;
font-family: "Darker Grotesque";
font-size: 48px !important;
font-style: normal;
font-weight: 600;
line-height: normal;
}

.description-lead{

  color: #3D3D3D;
text-align: center;
font-family: "Darker Grotesque";
font-size: 24px;
font-style: normal;
font-weight: 500;
line-height: 25.3px; /* 105.417% */
}

.swiper-slide img {
  width: 100%;
  height: auto;
  object-fit: cover;
}


.caption-right {
  text-align: left;
  margin-top: 30px;
  margin-left: -1%;
  font-size: 14px;
  color: #000;
  font-family: "Darker Grotesque";
  font-size: 30px;
  font-style: normal;
  font-weight: 500;
  line-height: 22px; /* 73.333% */

}

.caption-right-bottom{
  margin-top: 30px;
  text-align: left;
  margin-left: -1%;
  font-size: 14px;
  color: #000;
  font-family: "Darker Grotesque";
  font-size: 30px;
  font-style: normal;
  font-weight: 500;
  line-height: 22px; /* 73.333% */
 
}

.caption-left {
  text-align: right;
  margin-top: 30px;
  font-size: 14px;
  color: #000;
  font-family: "Darker Grotesque";
  font-size: 30px;
  font-style: normal;
  font-weight: 500;
  line-height: 22px; /* 73.333% */

}

.container-fluid-swiper .row {
  margin: 0; /* Evita margini indesiderati */
}

.swiper-button-next {
  color: #E0E0E0 !important;

}

.swiper-button-prev{
  color: #E0E0E0 !important;

}

.container-fluid-5{
  background: rgb(241, 224, 206); 
  width: 100%;
  padding: 0;

}

.footer {
  padding: 25px 15px;
  margin-bottom: 0;
  padding-bottom: 0;
  margin-top: auto; 
  width: 100%;
  background: rgb(241, 224, 206);

}



/* Stile del testo nella colonna sinistra */
.footer-left {
  margin-left: 3.5%;
  padding-top: 7%;
  padding-bottom: 3%;
  
}

.footer-left p{
  text-decoration: none;
  color: #000;
  font-size: 24px;
  font-style: normal;
  font-weight: 500;
  line-height: 40px; /* 97.083% */ 
}

.logoflex2{
 margin-left: -2% ; 
 padding-bottom: 5%;
 transform: translateY(-10%);

}

.mb-1{
  color: #000;
font-family: "Darker Grotesque";
font-size: 25px !important;
font-style: normal;
font-weight: 500;
line-height: 23.3px; /* 97.083% */
}


/* Anni nella colonna destra */
.footer-year {
padding: 40px;
color: #000;
text-align: center;
font-family: "Darker Grotesque";
font-size: 24px;
font-style: normal;
font-weight: 500;
line-height: 23.3px; /* 97.083% */
text-decoration: none;
}













/* modifica solo su MOBILE*/
@media (max-width: 768px) {

  .navbar-nav .nav-item .nav-link {
    font-family: "Darker Grotesque";
    font-size: 40px !important;
    line-height: 45px;
    font-weight: 500 !important;
    letter-spacing: 2px;
  
    }

    
  .logo img {
    width: 65px !important; /* Riduci la dimensione del logo */
    padding: 10px 0px;

  }
    
  .container-fluid-1{
    white-space: normal; /* Consente la rottura del testo */
    word-break: break-word; /* Rende possibile la rottura della parola */

  }

    
  h1 {
    transform: translate(10px, -143px) ;
    font-weight: 300 !important;
    line-height: 35px !important;
  
  }
      
  .page-wrapper{
    height: 80vw;
  }

  .img-fluid{
    transform: translateY(-25px)

  }

  .qualcosa{ 
  transform: translateY(10px);

  }

  #block-id-03{
    transform: translateY(-50px);
  }

  h2{
    font-size: 28px;
  }

  .mi-chiamo{
    margin-top: -20px ;
      font-size: 22px;

  }

  .subtitle{
    font-size: 19px;
    transform: translateY(5px);
  }

  h3{
    font-size: 40px !important;

  }

  .description-lead{
    font-size: 22px; 
  }

  
.container-fluid-swiper{
transform: translateY(-50px);
padding-top: 20px;
}

.caption-right {
transform: translateY(-20px);
font-size: 23px ; 

}

.caption-right-bottom{
  transform: translateY(-20px);
  padding-bottom: 15px;
  font-size: 23px ;  
}

.caption-left {
  transform: translateY(-20px);
  font-size: 23px ; 

}

.footer {
  min-height: 75vw;
  
}

.footer-year{
  display: flex;
  flex-direction: column;
  font-size: 22px !important;
 padding-left: 70vw !important;
  margin: 0%;
  padding: 0%;
  line-height: 40px !important;
  transform: translateY(-9vw);
}

  .footer-right{
    margin-top: -48%!important;
  }

  .mb-1{
    font-size: 22px !important;
    line-height: 30px !important; /* 97.083% */
    padding-top: 8vw !important;


  }

  .logoflex2{

  transform: translateY(5vw);
  }
  
}




  /* modifica solo su DEKSTOP*/
  @media (min-width: 992px) { 
    
  .navbar-nav .nav-item .nav-link {
    color: #e0e0e0 !important; /* Cambia il colore del testo */
    font-size: 21px; /* Cambia la dimensione del font */
    padding: 30px 42px; /* Modifica il padding delle voci del menu */
    font-family: "Austral Slab blur regular";
    letter-spacing: 1px;


    }
    
  h1 {
    font-size: 65px !important ;
    font-style: normal;
    font-weight: 200 !important;
    line-height: 78px !important; /* 120% */
    transform: translateX(-85px)

  }

  .logo {
    padding: 20px 5px;
    
  }

      
  .page-wrapper{
    height: 100%;
  
  }

  .description-lead{
    padding-right:  100px;
    padding-left:  100px;
    padding-top: 15px;
    
  }

  .container-fluid-swiper{
    padding-top: 120px;

  }
    
  .container-fluid-swiper .row {
    margin: 0; /* Evita margini indesiderati */
    padding-right: 3%;
    padding-left: 3%;
  
  
  }

  .swiper-button-next {
 
    margin-right: 2%;
  }
  
  .swiper-button-prev{

    margin-left: 2%;
  }

  .caption-left {
    padding: 5px 250px;

  }

  .caption-right-bottom{
    padding-bottom: 165px;

   
  }

  .footer-right{
    margin-top: 14%;
    margin-left:4.5%;
  }

  }