@import url('https://fonts.cdnfonts.com/css/911-porscha');
@import url('https://fonts.cdnfonts.com/css/d-din');
html {
    scroll-behavior: smooth;
  }
* {
    font-family: 'D-DIN Condensed', sans-serif;
    font-style: normal;
    font-variation-settings: "wght" 600;
    text-transform: uppercase;
    color:black;
}   
body{
    background: linear-gradient(to bottom, #959595 0px, #ffffff 500px);
}

.big-title{
    position: relative;
    font-family: '911 Porscha', sans-serif;
    font-size: 60px;
    margin-top: 22.5%;
    text-align: center;
    letter-spacing: 5px;
    transition: all 0.3s;
    text-decoration: none;
}
.big-title2{
    position: relative;
    font-family: '911 Porscha', sans-serif;
    font-size: 30px;
    text-align: center;
    letter-spacing: 5px;
    transition: all 0.3s;
    text-decoration: none;
    margin-top: 50px;
    transition: all 0.3s;
}
.big-title2-h2{
    font-family: '911 Porscha', sans-serif;
    margin-left: 30px;
    margin-right: 30px;
    transition: all 0.3s;
}
.big-title:hover, .big-title2-h2:hover{
    letter-spacing: 12.5px;
    transition: all 0.3s;
    margin-left: 0px;
    margin-right: 0px;
}
.img-sf {
    position: relative;
    transform: scale(1.02);
    width: 100%;
    height: 100vh;
    object-fit: cover;
    z-index: 1;
    pointer-events: none;
    margin-top: 400px;
}

.chi-si{
    margin-left: 15%;
    margin-right: 15%;
}
.contact{
    font-size: 30px;
    margin-left: 15%;
}

.chi-ti{
    font-size: 50px;
}
.chi-te{
    line-height: 1.2;
    font-size: 30px;
}

/* Parte x i cookies*/

.pol {
    position: fixed !important;
    bottom: 10%;
    width: 40%;
    border-radius: 10px;
    left: 30%;
    text-align: center !important;
    background-color: rgb(37, 37, 37);
    cursor: pointer; /* Indica che è cliccabile */
    opacity: 1; /* Opacità iniziale */
    transition: opacity 0.5s ease; /* Transizione per l'effetto di opacità */
    z-index: 2;
    box-shadow: 0 0 40px rgba(0, 229, 255, 0.9);
}

.pol.hidden {
    opacity: 0;
    pointer-events: none; /* Rende l'elemento non cliccabile */
}

.pol-sc1, .pol-sc2, .pol-sc3, .no-li{
    background-color: rgb(37, 37, 37);
    letter-spacing: 1px;
    margin-left: 2.5%;
    margin-right: 2.5%;
    color:white;
}
.pol-sc1{
    margin-bottom: 0px;
    font-size: 15px;
}
.pol-sc2{
    margin-top: 0px;
    font-size: 30px;
    margin-bottom: 10px;
}
.pol-sc3{
    margin-top: 5px;
}
.no-li{
    text-decoration: none;
}

a{
    text-decoration: none;
}

.desc1, .desc2{
    justify-content: center;
    align-items: center;
    display: flex;
}
.desc2{
    margin-top: 50px;
}
.de-img1{
    max-width: 650px;
    display: inline;
    margin-left: 50px;
    margin-right: 10%;
}
.de-scrit1{
    display: inline;
    margin-left: 10%;
    font-size: 35px;
}

.de-img2{
    max-width: 650px;
    display: inline;
    margin-left:10%;
    margin-right: 50px;

}
.de-scrit2{
    display: inline;
    margin-right: 10%;
    font-size: 33px;
    text-align: right;
}
.sec-terz {
    display: flex;
    justify-content: center; 
    gap: 50px;
    margin: 40px 0;
  }
  
  .sec-terz img {
    max-width: 30%;
    height: auto;
  }
.terz-terz{
    display: flex;
    justify-content: center; 
    gap: 50px;
    margin: 40px 0;
  }
  .terz-terz img {
    max-width: 15%;
    height: auto;
  }
.form{
    text-align: center;
    font-size: 45px;
}