*{
    box-sizing: border-box;
    padding: 0;
    margin: 0;
    font-family: 'Poppins', sans-serif;
}
.elem1{
    display: flex;
    flex-direction: row;
    margin: 1.5rem;
}
.elem3{
    width: 28vw;
    border-radius: 2%;
    background-color: rgb(247, 247, 247);
    border-width: 3px;
    position: relative;
    box-shadow: 1px 1px 5px rgb(94, 94, 94);
}
.elem7{
    position: relative;
    width: 95%;
    height: auto;
    left: 50%;
    transform: translateX(-50%);
    border-radius: 5%;
    
    
}
.elem3 h1{
    text-align: center;
    margin: .5rem;
    color: rgb(41, 41, 41);
    font-size: 2rem
}
.middles{
    text-align: center;
    padding: 1rem;
}
.elem29{
    text-decoration: none;
    position: relative;
    
}
.contact{
    background-color: rgb(99, 99, 99);
    padding: .6rem;
    color: white;
    font-weight: 650;
    border-style: none;
    border-radius: 5%;
    cursor: pointer;
}
.lineone{
    margin: .8rem;
    border-width: .15rem;
    border-style: solid;
    border-color: rgb(78, 78, 78);
}
.linethree{
    margin: .8rem;
    border-width: .15rem;
    border-style: solid;
    border-color: rgb(78, 78, 78);
    display: none;
}
.linetwo{
    margin: .2rem;
    border-style: solid;
    border-color: rgb(37, 37, 37);
}
.elem5{
    display: flex;
    flex-direction: row;
    width: 65vw;
    margin-top: 1.5rem;
}
.elem10{

    width: 31vw;
    border-radius: 2%;
    background-color: rgb(247, 247, 247);
    position: relative;
    box-shadow: 1px 1px 5px rgb(94, 94, 94);
    padding: .6rem;
    display: flex;
    flex-direction: column;
}
.elem10 div{
    display: flex;
    flex-direction: row;
}
.allelem{
    width: 50%;
    margin-top: .4rem;
    margin-bottom: .4rem;
    font-weight: 400;
}
.elem88{
    /* margin: 0 1.2rem; */
    width: 31vw;
    border-radius: 2%;
    background-color: rgb(247, 247, 247);
    position: relative;
    box-shadow: 1px 1px 5px rgb(94, 94, 94);
    padding: .6rem;
    display: flex;
    flex-direction: column;
}
.elem82,.elem11{
    text-align: center;
    font-size: 1.2rem;
    font-weight: 600;
}
.elem90 {
    display: flex;
    flex-direction: row;
}
.elem95 {
    display: flex;
    flex-direction: row;
    margin-bottom: 2rem;
}
.elem88 div div{
    display: flex;
    flex-direction: row;
}
.elem88 h3{
    text-align: center;
    font-size: 1.2rem;
    font-weight: 600;
}

/* generation start here */

.elem432{
    display: flex;
    width: 95vw;
    flex-direction: row;
}
.elem432 div{
    width: 31vw;
    text-align: center;
    font-weight: 600;
    font-size: 1.5rem;
    margin: .3rem;

}

.elem375{
    display: flex;
    flex-direction: row;
    align-items: center;
    width: 100vw;
}
.col-3{
    width: 31vw;
    margin: .3rem;
    background-color: blue;
    
}
.col-3-1{
    border-style: none;
    border-radius: 2%;
    background-color: rgb(247, 247, 247);
    position: relative;
    box-shadow: 1px 1px 5px rgb(94, 94, 94);
}
.row-1{
    width: 100%;
    height: 300px;
}
.row-1-2{
    display: flex;
    flex-direction: column;
}
.row-1-main{
    width: 100%;
    height: 250px;
}
.row-1-dog{
    width: 100%;
    height: 50px;
}
.dogimage{
    height: 220px;
    width: 85%;
    position: relative;
    top: 50%;
    left: 50%;
    transform: translate(-50%,-50%);
    background-position:center;
    background-size:cover;
    background-repeat:no-repeat;
    border-radius: 3%;
}
.dogname{
    text-decoration: none;
}
.middless{
    text-align: center;
}
.contacts{
    background-color: rgb(0, 149, 160);
    padding: .6rem;
    color: white;
    font-weight: 650;
    border-style: none;
    border-radius: 5%;
    cursor: pointer;
}

/* for the two chart */
.row-2{
    height: 350px;
    width: 100%;
}
.row-2-1{
    height: 45%;
    width: 100%;
    display: flex;
    flex-direction: row;
}
.row-2-1-1 {
    margin-bottom: 2rem;

}
.row-2-col-1{
    width: 50%;
    height: 100%;
}
.row-2-col-2{
    width: 50%;
    height: 100%;
}
.dogimage-sm{
    height: 90%;
    width: 90%;
    position: relative;
    top: 50%;
    left: 50%;
    transform: translate(-50%,-50%);
    background-position:center;
    background-size:cover;
    background-repeat:no-repeat;
    border-radius: 3%;
}
.dognames{
    position: relative;
    top: 50%;
    transform: translateY(-50%);
}

/* third part */
/* /////////////////////////////////////////////////////////////////// */
.row-3{
    height: 400px;
    width: 31vw;
}
.col-3-row-1{
    height: 23%;
    width: 100%;
}
.bottom-mar-1{
    margin-bottom: 1%;
}
.bottom-mar-2{
    margin-bottom: 2%;
}
.top-mar-1{
    margin-top: 1%;
}
.dis-flex-row{
    display: flex;
    flex-direction: row;
}
.dogimage-xsm{
    height: 95%;
    width: 55%;
    position: relative;
    top: 50%;
    left: 50%;
    transform: translate(-50%,-50%);
    background-position:center;
    background-size:cover;
    background-repeat:no-repeat;
    border-radius: 3%;
}

/* for the chart */

.for-line::before{
    content: '';
    position :absolute;
    display: block;
    box-sizing: border-box;
  
  }
  .for-line::before{
      z-index: -1;
    top: 50%;
    right: 100%;
    width: 3em;
    border: 3px solid rgb(0, 0, 0);}
  

    /* for mobile */
    @media only screen and (max-width: 550px) {
        body{
            width: 100vw;
            overflow-x: hidden;
        }
        .elem1{
            flex-direction: column;
        }
        .elem3{
            width: 100%;
        }
        .lineone{
            border-color: transparent;
        }
        .elem5{
            flex-direction: column;
            width: 100%;
        }
        .elem10, .elem88{
            width: 100%;
        }
        .linethree{
            display: block;
        }
        .contacts{
            font-size: .7rem;
            background-color: rgb(255, 254, 253);
            color: black;
        }
        .dogimage-xsm{
            height: 50%;
        }
        .dogimage-sm{
            height: 50%;
        }
        .dogimage{
            height: 50%;
        }
      }