
.home{
    position: relative;
    background-color: #2D2D2D;
   
}










.chisiamo_hero{
  display: flex;
  align-items: center;
  justify-content: center;
  position: relative;
   

}
.video-bg {

    position: relative;
    top: 0;
    width: 100vw;
    height: 90vh;
    object-fit: cover;





}


 .chisiamo_hero_txt{
     min-width: 300px;
    position: absolute;
    bottom: 50;
    left: 50;
    width: 50vw;
    display: flex;
    flex-direction: column;
   align-items: center;
   justify-content: center;
   text-align: center;
 
   
   z-index: +10;
   
}

.chisiamo_hero_txt h1{
    font-family: 'Oswald', sans-serif;
    margin-bottom: 1rem;
    color: #FFF3C7;
    text-shadow: 4px 3px 0 #11111164;
}

.chisiamo_hero_txt h4{
    margin-bottom: 2rem;
    font-family: 'Montserrat', sans-serif;
    color: #FFF3C7;
    text-shadow: 4px 3px 0 #11111164;

}


.sez1{
    width: 100vw;
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: space-evenly;
    flex-wrap: wrap;
    padding: 4rem 2rem;
    margin: 0 auto;

}

.sez1_txt{
    
    width: min(600px, 60vw);
    min-width: 300px;
   
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    justify-content: flex-start;
    color: #FFF3C7;
    margin: 2rem;
   
}
.sez1_txt h2{
    font-family: 'Oswald', sans-serif;
    margin-bottom: 1rem;
}
.sez1_txt p{
    margin-bottom: 2rem;
    font-family: 'Montserrat', sans-serif;
}

.sez1 img{
    width: min(400px, 40vw);
    height: min(400px, 40vw);
    min-width: 300px;
    min-height: 300px;
    box-shadow: rgba(0, 0, 0, 0.15) 0px 15px 25px, rgba(0, 0, 0, 0.05) 0px 5px 10px;
    margin: 1rem;
    object-fit: cover;
    padding: 1rem;
   
    
}

.sez2{
    width: 100%;
    padding: 2.5rem 0;
    background: #FFF3C7;

}

.sez2_inner{
    width: 100vw;
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: space-evenly;
    flex-wrap: wrap;
    padding: 4rem 2rem;
    margin: 0 auto;

}

.sez2_txt{
    width: min(600px, 60vw);
    min-width: 300px;
   
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    justify-content: flex-start;
   
    margin: 2rem;
    color: #2D2D2D;
}
.sez2_txt h2{
    font-family: 'Oswald', sans-serif;
    margin-bottom: 1rem;
}

.sez2_txt p{
    margin-bottom: 2rem;
    font-family: 'Montserrat', sans-serif;

}

.sez2_img1 img{
    width: min(400px, 40vw);
    height: min(400px, 40vw);
    min-width: 300px;
    min-height: 300px;
    box-shadow: rgba(0, 0, 0, 0.15) 0px 15px 25px, rgba(0, 0, 0, 0.05) 0px 5px 10px;
    margin: 0rem;
    margin-bottom: 0;
    object-fit: cover;
    padding: 1rem;
    
}

.sez2_img2{
    width: 100vw;
    flex-wrap: nowrap;
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: space-between;
    padding: 1rem 2rem;
}
.sez2_img2 img{
    width: min(800px, 70vw);
    height:min(500px, 25vw);
   
    min-width: 500px;
    min-height: 200px;
    box-shadow: rgba(0, 0, 0, 0.15) 0px 15px 25px, rgba(0, 0, 0, 0.05) 0px 5px 10px;
    margin: 1rem;
    object-fit: cover;
    padding: 1rem;
    
}

.sez3{
    width: 100%;
    padding: 2.5rem 0;
    background: #CEAE6D;

}

.sez3_inner{
    width: 100vw;
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: space-evenly;
    flex-wrap: wrap;
    padding: 4rem 2rem;
    margin: 0 auto;

}

.sez3_txt{
    width: min(600px, 60vw);
    min-width: 300px;
   
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    justify-content: flex-start;
   
    margin: 2rem;
    color: #2D2D2D;
}
.sez3_txt h2{
    font-family: 'Oswald', sans-serif;
    margin-bottom: 1rem;
}

.sez3_txt p{
    margin-bottom: 2rem;
    font-family: 'Montserrat', sans-serif;

}


.sez3_img1 img{
    width: min(400px, 40vw);
    height: min(400px, 40vw);
    min-width: 300px;
    min-height: 300px;
    box-shadow: rgba(0, 0, 0, 0.15) 0px 15px 25px, rgba(0, 0, 0, 0.05) 0px 5px 10px;
    margin: 1rem;
    object-fit: cover;
    padding: 1rem;
    
}

@media only screen and (max-width: 1059px) {
    .sez1_txt{
    
        align-items: center;
        justify-content: center;
        
    }
    .sez1_txt h2{
        text-align: center;
        
    }
    .sez1_txt p{
        text-align: center;
    }
    
    .sez1 img{
       margin: 2rem auto;
       
    }

    .sez2_txt{
    
        align-items: center;
        justify-content: center;
        
    }
    .sez2_txt h2{
        text-align: center;
        
    }
    .sez2_txt p{
        text-align: center;
    }
    
    .sez2_inner img{
       margin: 2rem auto;
       
    }

    .sez2_img2{
        display: none;
    }

    .sez3_txt{
    
        align-items: center;
        justify-content: center;
        
    }
    .sez3_txt h2{
        text-align: center;
        
    }
    .sez3_txt p{
        text-align: center;
    }
    
    .sez3_inner img{
       margin: 2rem auto;
       
    }
    
  }

