*{
    margin: 0;
    padding: 0;
}
.parant{
    
    width: 100%;
    
   
}
.father {
    height: 300px;
    width: 600px;
    background-color: aqua;
    border-style: solid;
    position: relative;
    
}
.A1 {
    height: 300px;
    width: 200px;
    background-color: white;
    position: absolute;
    top: 0;
    left: 32%;
}
.A1 img{
    height: 100px;
    width: 100px;
    position: absolute;
    top: 30%;
    right: 20%;
    transform: translate(-20%,-10%);
}
.mother{
    height: 300px;
    width: 600px;
    background-color:rgb(0,153,57);
    border-style: solid;
    position: relative;
}
.mother img {
    height: 234px;
    width: 226px;
    position: absolute;
    top: 24%;
    right: 30%;
    transform: translate(-20%,-10%);
}
.grandfather{
     height: 300px;
    width: 600px;
    background-color:rgb(133, 155, 141);
    border-style: solid;
    position: relative;
}
.shape {
    clip-path: polygon(50% 0%, 0% 100%, 100% 100%);
    width: 305px;
    height: 150px;
    background-color: rgb(11, 43, 3);
    position: absolute;
    top: 75px;
    left: -78px;
    z-index: 99999;
    rotate: 90deg;
}
.a1 {
    height: 100px;
    width: 101%;
    background-color: white;
    position: absolute;
    bottom: 27%;
    left: 13%;
}
.a2 {
    height: 117px;
    width: 100%;
    background-color: rgb(192, 19, 19);
    position: absolute;
    top: 0px;
    left: 0%;
}
.a3 {
    height: 79px;
    width: 100%;
    background-color: rgb(8, 2, 2);
    position: absolute;
    top: 67%;
    left: 9%;
    transform: translate(-50px, 20px);
}