*{
    padding: 0px;
    margin: 0px;
    box-sizing: border-box;
}
.head{
    display: flex;
    width: 100%;
    height: 120px;
    background-color: #00cba9;
    display: flex;
}
.img1{
    width: 100px;
    position: relative;
    
  
}
.gh{
    margin-top: 20px;
}
.img2{
    width: 100px;
    position: relative;

}


.box-img{
    margin: auto;
}
.box-item{
    background-color: rgb(255, 255, 255);
    width:68%;
    margin: auto;
    border-radius: 10px;
    position: relative;
    top: -220px;
    height: 400px;
        box-shadow: 1px 1px 10px #dedbdb;
        cursor: pointer;

    


}

.box{
    width: 100%;
    
}

.box1{
    background-color: rgb(255, 255, 255);
    border-radius: 10px;
    width: 190px;
    box-shadow: 1px 1px 10px #dedbdb;
    
}
.box1:hover{
        box-shadow: 1px 1px 20px orangered;
}
.i1:hover{
            box-shadow: 1px 1px 20px orangered;

}
.m2:hover{
        box-shadow: 1px 1px 20px  rgb(64, 62, 62);
}
.i2:hover{
            box-shadow: 1px 1px 20px  rgb(64, 62, 62);

}
.m3:hover{
        box-shadow: 1px 1px 20px orange;
}
.i3:hover{
            box-shadow: 1px 1px 20px orange;;

}
.m4:hover{
        box-shadow: 1px 1px 20px blue;
}
.i4:hover{
            box-shadow: 1px 1px 20px blue;

}
.m5:hover{
        box-shadow: 1px 1px 20px green;
}
.i5:hover{
            box-shadow: 1px 1px 20px green;

}
.m6:hover{
        box-shadow: 1px 1px 20px brown;
}
.i6:hover{
            box-shadow: 1px 1px 20px brown;

}
.m7:hover{
        box-shadow: 1px 1px 20px red;
}
.i7:hover{
            box-shadow: 1px 1px 20px red;

}
.m8:hover{
        box-shadow: 1px 1px 20px  rgb(255, 209, 152);;
}
.i8:hover{
            box-shadow: 1px 1px 20px  rgb(237, 191, 133);;

}
i{
    font-size: 40px;
    padding-right: 5px;
    padding-left: 5px;
    border-radius: 10px;

}
@media screen and (max-width: 990px){
   
.box-item{
    height: 620px;
    position: relative;
    top: -120px;
}

.m1{
    position: relative;
    right: 80px;
}
.m3{
 position: relative;
    right: 80px;
}
.m5{
 position: relative;
    right: 80px;
}
.m7{
 position: relative;
    right: 80px;
}
 .img1{
position: relative;
right: 40px;  }

}


@media screen and (max-width: 768px) {
.box-item{
    height: 620px;
    position: relative;
    top: -120px;
}
.m1{
    position: relative;
    right: 1px;
}
.m3{
 position: relative;
    right: 1px;
}
.m5{
 position: relative;
    right: 1px;
}
.m7{
 position: relative;
    right: 1px;
}
 .img1{
position: relative;
  }
}

@media only screen and (max-width: 580px) {
  .box-item{
    position: relative;
    top: -70px;
    height: 600px;
    width: 430px;
  }
  .img1{
position: relative;
right: 20px;  }
 
}
@media only screen and (max-width: 490px) {
 
}
