body {background-color: #E94845; margin:0; position: relative;width: 100%;}
h1 {margin:0;} 
* {box-sizing: border-box;}

.menu {
    width: 100%;
    display:flex;
    justify-content: space-between;
    align-items: center;
    padding: 5vh 5%;
    box-sizing: border-box;
    z-index:10;
    position: relative;
}
.prodotti, .noi {
    color: white;
    text-decoration: none;
    font-family: "colfax-web";
    font-weight: 400;
    font-size: 2.5vw;
    transition: font-size 1s ease-in-out, transform 1s 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 15vh 15vh 10vh;
}

.box000__img{
  width: 50vh;
  height: auto;
  object-fit: cover;
  transition: 1s ease-in-out;
  padding: 0%; margin: 0;
  border-radius: 50px;
}
.box000__img:hover{width: 60vh; transform: scale(1);}

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

.box000__title {
  position: absolute;
  color: white;
  font-family: "colfax-web";
  font-size: 8vw;
  font-weight: 450;
  margin: 0;
  padding: 0 0vh 15vh 0vh;
  bottom:0;
  z-index: 1;
}

.box000-paragrafo-container{
  width: 90%;
  display:flex;
  justify-content: flex-start;
  padding: 0vh 0vh 0vh 5vh;
}

.box001-text-container {
  width: 100%;
  padding: 0% 5% 5% 5%;
}
.box001__title{
  font-family: "colfax-web";
  font-size: 5.7vw;
  font-weight: 400;
  text-align: left;
  color: #E94845;
}


.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;
  object-fit: cover;
  transition: 1s ease-in-out;
  border-radius: 20px;
}

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



.box02 {
    width: 100%;
    height: 100vh;
    position: relative;
    display: flex;
    justify-content: space-between;
    flex-direction: column;
    box-sizing: border-box;
    margin: 0;  
} 

.box02__img { 
    width: 100%;
    height: 100vh;
    object-fit: cover;
    margin: 0;
    padding: 5vh;
    box-sizing: border-box;
    position: absolute;
    border-radius:10vh;
} 

.box02-text-container ul {width:100%; display: flex; justify-content: space-between;flex-wrap: wrap; padding: 5vh;}
.box02-text-container li {list-style-type: none;}
.box02-text-container a { 
    width: 100%;
    text-decoration: none; 
    color:#E94845;
    font-family: "colfax-web";
    font-size: 3vw;
    font-weight: 500;
    transition: 1s ease-in-out; 
}

.box02-text-container a:hover {opacity:1; color: white;font-size:4.1vw;transform: scale(1)} 
.box02-text-container li:hover {opacity:1; color: white;transition: 1s ease-in;} 




.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: 75vh;
}
.box000-text-container{
    width: 100%;
}
.box000-text-container{padding: 0%; gap: 0;}
.box000__title{font-size: 14vw;padding: 0;}
.box000__img{width: 50%;height: 40vh;}


      /* 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;
      }
}

/* Small mobile devices */
@media (max-width: 480px) {
  .prodotti, .noi {
    font-size: 3vw;
  }
  .menu{padding: 10%;}

  .logo {
    width: 14vh;
  }
  .box000{
    padding: 5vh 5vh;
    height: 64vh;
}
.box000-text-container{
    width: 100%;
}
.box000-text-container{padding: 0%; gap: 0;}
.box000__title{font-size: 12vw;padding: 0;}
.box000__img{width: 70%;height: 40vh;}

      /* 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;
      }
}