*{
    padding: 0;
    margin: 0;
    box-sizing: border-box;
}
.equipment{
    background: #fff;
    height: 190vh;
    position: relative;
    margin-bottom: 1rem;

}
.equipment:after{
    position: absolute;
    content: "";
    height: 5vh;
    width: 100%;
    background: #020281;
    bottom: 0;
}
.equipment h2{
    padding: 0px 0px 3rem 3rem;
    border-top: 1px solid red;
    font-size: 2rem;
    text-transform: uppercase;
    margin-top: 3rem;
}
.img-con{
    padding: 0px 6rem 0px 6rem;
     
}
.machine1{
    width: 100%;
    border-radius: 2rem;
    height: 90vh;
    overflow: hidden;
}
.machine1 img{
    width: 100%;
    height: 100vh;  
}
.machine2{
    display: flex;
    gap: 30px;
    margin-top: 1rem;
    flex-grow: 1;
}
.machine-img1{
    height: 70vh;
    border-radius: 3rem;
    overflow: hidden;
    width: 95%;
}
.machine-img1 img{
    width: 100%;
    height: 100vh;
}
.machine-img2{
    height: 70vh;
    border-radius: 1rem;
    overflow: hidden;
    width: 95%;
}
.machine-img2 img{
    width: 100%;
    
}
.img-con p{
    text-align: center;
    font-size: 1.2rem;
}
.machine3{
    margin: auto;
    width: 60%;

}
.machine-img3 {
    width: 100%;
    height: 60vh;
    overflow: hidden;
    border-radius: 2rem;
}
.machine-img3 img{
    width: 100%;
    height: 100vh;
    background-position: center;
    background-size: cover;
}
.machine-img4{
    margin-top: 2rem ;
    overflow: hidden;
    width: 100%;
    height: 80vh;
    border-radius: 2rem;
}
.machine-img4 img{
    width: 100%;
    height: 100vh;
    background-position: center;
    background-size: cover;
}
.machine4{
    margin: auto;
    width: 70%;
}
.machine-img5{
    width: 100%;
    height: 90vh;
    overflow: hidden;
    border-radius: 2rem;
}
.machine-img5 img{
    width: 100%;
    background-position: center;
    background-size: cover;
}
.machine5{
    display: flex;
    gap: 40px;
    margin-top: 2rem;
    width: 100%;
     
}
.machine-img6{
    width: 100%;
    height: 70vh;
    overflow: hidden;
    border-radius: 2rem;
}
.machine-img6 img{
    width: 100%;
    height: 70vh;
    object-fit: cover;
}
.machine-img7{
    width: 100%;
    height: 70vh;
    overflow: hidden;
    border-radius: 2rem;
}
.machine-img7 img{
    width: 100%;
    background-position: center;
    background-size: cover;
    
}
.equipments{
    background: #fff;
    height: auto;
    position: relative;
}
 
.equipments h2{
    padding: 0px 0px 3rem 3rem;
    font-size: 2rem;
    text-transform: uppercase;
    margin-top: 3rem;
}
.gen-machine{
    max-width: 60%;
    margin: auto;
    display: flex;
    flex-wrap: wrap;
    flex-grow: 1; 
    gap: 30px;
}
.equuipment1{
    width: 40%;
    height: 60vh;
    overflow: hidden;
    background-position: center;
    background-size: cover;
    object-fit: contain;
   
}
.equuipment1 img{
    width: 100%;
    background-position: center;
    background-size: cover;
}
    