@import url(
'https://fonts.googleapis.com/css2?family=Yaldevi:wght@200;300;400;500;600;700&display=swap');
  

   
#myProducts-gallery img{
   
    margin: 10px 0;
    cursor: pointer;
    display: block;
    border: 2px solid rgb(27, 115, 156);
   /* opacity: .5;*/
}
   
.myProducts-gallery img:hover {
    opacity: 1;
}
   
.myProducts-gallery {
    float: left;
    padding-left: 200px;
    padding-top: 160px;
}
   
.myProducts {
    top: 30%;
    left: 35%;
    transform: translate(-50% , -50%);
    position: absolute;
        width: 100%;
}
   
.boxes img {
    height: 300px;
    transition: transform 1s;
}
   

   
.image-container {
    float: right;
    padding: 10px;
    padding-left: 120px;
    padding-top: 230px;
}
@media only screen and (max-width: 600px) {


/*#de{
    padding-top: 550px !important;
}*/
.myProducts-gallery {
    padding-left: 130px !important;
    padding-top: 600px !important;
}
/*#img-Box{
    width: 200px !important;
}*/
.myProducts{
    width: 450px !important;
}

.boxes{
    
    background: #fff;
    text-align: center;
    box-shadow: 0px 0px 4px rgb(0 0 0 / 12%);
    border-radius: 5px;
    overflow: hidden;
    height: 350px !important;
    width: 300px !important; 
    padding-left: 0px !important;
}
#prod{
padding-left: 10px !important;
}
#img-Boxs{
    padding-left: 0px !important;
    padding-top: 40px !important;
}
}