body {background-color: white; margin:0; width: 100%;}

.menu {
    display:flex;
    justify-content: space-between;
    align-items: center;
    padding: 5vh 5%;
    box-sizing: border-box;
    z-index:10;
    top:0;
    position: relative;
    width: 100%;

}
.prodotti, .noi {
    color: #327B96;
    text-decoration: none;
    font-family: "colfax-web";
    font-weight: 400;
    font-size: 2.5vw;
    display: block;
    border-radius: 10px;
    transition: font-size 0.5s ease-in-out, transform 0.5s ease-in-out;
}
.prodotti:hover{font-size:2.6vw;transform: scale(1);}
.noi:hover{font-size:2.6vw; transform: scale(1);}

.logo {width: 28vh;box-sizing: border-box;transition: 0.5s ease-in-out;}
.logo:hover{width: 29vh; transform: scale(1);}


.box000{
    width: 100%;
    height: 80vh;
    position: relative;
    display: flex;  
    justify-content: space-between;
    box-sizing: border-box;
    padding: 0 5vh 15vh 10vh;
}


.box000-text-container{
    width: 100%;
    display:flex;
    justify-content: space-between;
    flex-direction: column;
    box-sizing: border-box;
    overflow: hidden;
}

.box000__title {
    color: #327B96;
    font-family: "colfax-web";
    font-size: 8vw;
    font-weight: 400;
    margin: 0;
}
.box000-paragrafo-container{
    width: 90%;
    display:flex;
    justify-content: flex-start;
    padding: 0vh 0vh 0vh 5vh;
}

.box000__paragrafo {
    color: #E94845;
    font-family: "neue-haas-grotesk-display";
    font-size: 4vw;
    font-weight: 350;

}
.infog{
    padding: 0;
    margin: 0; 
    box-sizing: border-box; 
    object-fit: contain; 
    width: 65vh;
}


.boxspace{
    position: relative;
    display:flex;
    justify-content: center;
    align-items: center;
    padding: 20px;
    gap: 30px;
    width: 100%;
    height: 70vh;
    box-sizing: border-box;
    overflow: hidden;
}
.boxspace__img{
    width: 23%;
    height: 60vh;
    transition: 1s ease-in-out;
    object-fit: cover;
    transition: 1s ease-in-out;
    border-radius: 20px;
}

.boxspace__img:hover{width: 50vh; height: 63vh; transform: scale(1);}


.boxspaceR{
    background-color: #E94845;
    position: relative;
    display:flex;
    justify-content: center;
    align-items: center;
    padding: 20px;
    gap: 30px;
    width: 100%;
    height: 70vh;
    box-sizing: border-box;
    overflow: hidden;
}


.box001{
    width: 100%;
    position: relative;
}
.box001-text-container{
    display: flex;
    justify-content: space-between;
    flex-direction: column;
    align-items:start;
    padding: 10vh 30vh 0vh 30vh;
    box-sizing: border-box;
    width: 100%;
}

.box001__paragrafo {
    color: #327B96;
    font-family: "colfax-web";
    font-weight: 390;
    font-size: 1.5vw;
    width: 100%;
    box-sizing: border-box;
}

.box001__subtitle {
    color: #327B96;
    font-family: "colfax-web";
    font-weight: 500;
    font-size: 1.5vw;
    box-sizing: border-box;
}

.box001-list-container {
    padding: 0vh 30vh 10vh 30vh;
    width: 100%;
    box-sizing: border-box;
    display: flex;
    justify-content: space-between;
}

.modello{list-style-type: none; color: #327B96; text-decoration: none; font-family: "colfax-web";font-weight: 400;font-size: 1.5vw;}



.box002{
    width: 100%;
    background-color: #E94845;
    position: relative;
}
.box002-text-container{
    display: flex;
    justify-content: space-between;
    flex-direction: column;
    align-items:start;
    padding: 10vh 30vh 0vh 30vh;
    box-sizing: border-box;
    width: 100%;
}
.box002__subtitle {
    color: white;
    text-decoration: none;
    font-family: "colfax-web";
    font-weight: 500;
    font-size: 1.5vw;
    box-sizing: border-box;
}
.box002__paragrafo {
    color: white;
    font-family: "colfax-web";
    font-weight: 390;
    font-size: 1.5vw;
    box-sizing: border-box;
}


.box002-offerta1-container {
    padding: 0vh 30vh 0vh 30vh;
    width: 100%;
    box-sizing: border-box;
    display: flex;
    justify-content: space-between;
}


.box002-bottone-container{
    display: flex;
    justify-content: space-between;
    flex-direction: column;
    align-items:center;
    padding: 10vh 30vh 10vh 30vh;
    box-sizing: border-box;
    width: 100%;
}

.box002-bottone-pacchetti {
    color: white;
    text-decoration: none;
    font-family: "colfax-web";
    font-weight: 400;
    font-size: 1.5vw;
    box-sizing: border-box;
    padding: 5vh 10vh;
    border-radius: 100px;
    text-align: center;
    width: 70vh;
    transition: 1s ease-in-out;
}

.box002-bottone-pacchetti:hover{font-size: 1.7vw; background-color: white;color: #E94845;  transform: scale(1);}



.box03 {
    width: 100%;
    position: relative;
    box-sizing: border-box;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    background-color: #E94845;
    
}
.box03-title-container {
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    gap: 200px;
    padding: 5% 4% 2% 4%;
    width: 100%;
    box-sizing: border-box;
}

.box03__title { 
    font-family: "colfax-web";
    font-size: 6.7vw;
    font-weight: 400;
    color: white;
    box-sizing: border-box;
    margin: 0;
}

.box003-infog-container{
  width:100%;
  height: auto;
  display: flex;
  justify-content: flex-end;
  gap: 5vh;
  padding: 0% 5% 2%;
  box-sizing: border-box;
}
.box003__infog{
  height: 8vh;
  box-sizing: border-box;
}


.box03__email{
    font-family: "colfax-web";
    font-size: 8.5vw;
    font-weight: 500;
    color: white;
    text-align: right;
    box-sizing: border-box;
    margin: 0;
}

.box03-text-container { background-color: #E94845; list-style-type: none;width:100%; padding: 3%;margin: 0;display: flex; justify-content: space-between;box-sizing: border-box;}
.box03__text {margin:0 30px; text-decoration: none; font-family: "colfax-web"; color: white; font-size: 20px;}

.container {
    width: 100%;
    display: flex;
    justify-content: space-between;
    flex-direction: column;
    max-width: 500px;
    padding: 30px;
    background-color: #ffffff;
    border-radius: 8px;
    box-shadow: 0 0 10px rgba(0, 0, 0, 0.1);
    align-self: flex-end;
    margin: 0% 5% 0% 0%;
  }
  
.title {
    text-align: left;
    font-family: "colfax-web";
    color: #E94845;
  }
  
  form {
    display: flex;
    flex-direction: column;
  }
  
  label {
    text-align: left;
    font-family: "colfax-web";
    color: #333;
    margin-top: 15px;
    margin-bottom: 5px;
  }
  
  input, textarea {
    padding: 10px;
    border: 1px solid #ccc;
    border-radius: 4px;
    font-size: 16px;
  }
  
  button {
    margin-top: 20px;
    padding: 12px;
    background-color: #E94845;
    color: white;
    border: none;
    border-radius: 4px;
    font-size: 16px;
    cursor: pointer;
    transition: background-color 0.3s ease;
  }
  
  button:hover {
    background-color: #E94845;
  }
    .risposta{
    font-family: "colfax-web";
    font-size: 1vw;
    font-weight: 300;
    color: #E94845;
    text-align: left;
  }
@media (max-width: 768px) {

    .prodotti, .noi {
        font-size: 3vw;
    }
    .menu{padding: 10%;}
    
    .logo {
        width: 20vh;
    }

    .box000{
        padding: 5vh 5vh;
        height: 80vh;
        flex-direction: column;
        gap:0;
    }
    .box000-text-container{
        width: 100%;
    }
    .box000-paragrafo-container{padding: 0%;align-items: center;}
    .box000__paragrafo{font-size: 6vw;padding: 0% 0% 0% 7%;}
    .box000__title{font-size: 13vw;text-align: center;}

    .infog{
        width: 40vh;
        align-self: center;
    }
    .boxspace{
        gap: 10px;
        width: 100%;
        flex-wrap: wrap;
        justify-content: center;
        height: auto;
        padding: 5%;
    }
    .boxspace__img{
      height: 30vh;
      width: 45%;
      border-radius: 30px;
      transition: 1s ease-in-out;
    }
    .boxspace__img:hover{width: 30vh; height: 40vh; transform: none;}
    
    

    .box001-text-container{padding:10%;}
    .box001__subtitle{font-size: 4vw;}
    .box001__paragrafo{font-size: 4vw;}
    .box001_list{font-size: 3vw ;}
    .modelli{font-size: 4vw;}

    .box002-text-container{padding:10%;}
    .box002__subtitle{font-size: 4vw;}
    .box002__paragrafo{font-size: 4vw;}
    .box002-offerta1-container{padding: 5vh;}
    .box002-bottone-container{padding: 5vh;}
    .box002-bottone-pacchetti{font-size: 2vh;}


    .box001-list-container{padding: 0vh 5vh 5vh 5vh;}
    .box000_list01  {padding: 0% 5%; margin: 0;}
    .modello{font-size: 4vw;}

      /* Box03 */
      .box03{
        height: 80vh;
    }
    .box03-title-container{
        gap:450px;
    }
    .box03__title {
        font-size: 9vw;
    }
    .box03__email {
        font-size: 9vw;
    }
    .box03__text{
        font-size: 1vh;
        margin: 0;
    }
    .container {
        margin: 50px 20px;
        padding: 25px;
      }
    
      input, textarea, button {
        font-size: 15px;
        padding: 10px;
      }
    
      h2 {
        font-size: 22px;
      }
}

@media (max-width: 480px) {

    .prodotti, .noi {
        font-size: 3vw;
    }
    .menu{padding: 10%;}
    
    .logo {
        width: 14vh;
    }

    .box000{
        padding: 5vh 5vh;
        height: 70vh;
        flex-direction: column;
        gap:0;
    }
    .box000-text-container{
        width: 100%;
    }
    .box000-paragrafo-container{padding: 0%;align-items: center;}
    .box000__paragrafo{font-size: 6vw;padding: 0% 0% 0% 7%;}
    .box000__title{font-size: 12vw;text-align: center;}

    .infog{
        width: 40vh;
        align-self: center;
    }
    
    .boxspace__img{
        height: 30vh;
        width: 40%;
        border-radius: 30px;
        transition: 1s ease-in-out;
      }
    .boxspace__img:hover{width: 45%; height: 32vh; transform: none;}
     
    

    .box001-text-container{padding:10%;}
    .box001__subtitle{font-size: 4vw;}
    .box001__paragrafo{font-size: 4vw;}
    .modelli{font-size: 4vw;}

    .box002-text-container{padding:10%;}
    .box002__subtitle{font-size: 4vw;}
    .box002__paragrafo{font-size: 4vw;}
    .box002-offerta1-container{padding: 5vh;}
    .box002-bottone-container{padding: 5vh;}
    .box002-bottone-pacchetti{font-size: 2vh;}


    .box001-list-container{padding: 0vh 5vh 5vh 5vh;}
    .box000_list01 {padding: 0%; margin: 0;}
    .modello{font-size: 4vw;}
      /* Box03 */
      .box03{
        height: 80vh;
    }
    .box03-title-container{
        gap:500px;
    }
    .box03__title {
        font-size: 10vw;
    }
    .box003-infog-container{width: 100%;}
    .box003__infog{ height: 5vh;}
    
    .box03__email {
        font-size: 9vw;
    }
    .box03__text{
        font-size: 1vh;
        margin: 0;
    }
    .container {
        width: 90%;
        align-self: center;
        margin: 30px 15px;
        padding: 20px;
      }
    
      input, textarea, button {
        font-size: 14px;
        padding: 8px;
      }
    
      .title {
        font-size: 20px;
      }