body{
    background-color: #b0ccd1;
}
*{margin: 0;padding: 0;scroll-behavior: smooth;}
p{
    font-size:1.2vw;
    line-height: 2vw;
    padding:2%;
}
.part1{
position: relative;
width: 100%;
height: 40vw;
background-color: transparent;

}
.part2{
position: relative;
width: 100%;
height: 35vw;
background-color: transparent;

}
.part3{
position: relative;
width: 100%;
height: 45vw;
background-color: transparent;

}
.part4{
position: relative;
width: 100%;
height: 45vw;
background-color: transparent;

}

.expercloud1{
    position: relative;
    width: 20%;
    height: auto;
    top: 100vw;
    left: 70vw;
}


.expermain{
    position:relative;
    top: 10vw;
    left: 5%;
    width: 90%;
    height: 70%;
    background-color: rgb(65, 243, 234,0);
    border-radius: 14px;
    display: flex;
    flex-direction: row;
}
.expermainleft{
    position: relative;
    width:60% ;
    height: 100%;
    background-color: #8BB3C9;
    border-radius: 14px;
    background-image: url('https://static.igem.wiki/teams/5267/element/expeiments1001-2324-1.png');
    opacity: 1;
    background-repeat: no-repeat;
    background-size: 80%;
    background-position: center;
}
#bar1{
    visibility: hidden;
}
.expermainright{
    
    position: relative;
    width:40% ;
    height: 100%;
    background-color:rgb(65, 243, 234,0);
    border-radius: 14px;
    display: flex;
    flex-direction: column;
    right:0%;
}
#experbar{
    cursor: pointer;
    text-align: center;
    margin-left: 2%;
    width: 100%;
    height: 8%;
    margin-top: 1.0909%;
    background-color: #8BB3C9;
    border-radius: 5px;
    align-items: center;
    transition: background-color 0.3s ease; 
}

#experbar:hover {
background-color: transparent; 
}



.expermain2{
    position: relative;
    top: 8vw;
    left: 5%;
    width: 90%;
    height: 70%;
    background-color: rgb(65, 243, 234,0);
    border-radius: 14px;
    display: flex;
    flex-direction: row;
}
.expermainleft2{
    padding: 2%;
    overflow-y: none;
    position: relative;
    width:61% ;
    height: 100%;
    background-color: #8BB3C9;
    border-radius: 14px;
    background-image: url('https://static.igem.wiki/teams/5267/wiki-9-18/experiment/cell-experiment.png');
    
    opacity: 1;
    background-repeat: no-repeat;
    background-size: 80%;
    background-position: center
    
    
    ;
}
.expermainright2{
    position: relative;
    width:40% ;
    margin-top: 10%;
    height: 100%;
    background-color:rgb(65, 243, 234,0);
    border-radius: 14px;
    display: flex;
    flex-direction: column;
}
#experbar2{
    cursor: pointer;
    text-align: center;
    margin-left: 2%;
    width: 100%;
    height: 8%;
    margin-top: 1.0909%;
    background-color: #8BB3C9;
    border-radius: 5px;
    align-items: center;
    transition: background-color 0.5s ease; 
}
#experbar2:hover {
background-color: transparent; 
}





.imgback{
width: 100%;
height: auto;
margin: 0;
padding: 0;
}



.exp1{
position: relative;
width: 10%;
right: 1vw;
top: 0;
}

.exp2{
position: relative;
width: 10%;
right: 1vw;
top: 5vw;
}
.exp3{
position: relative;
width: 10%;
right: 1vw;
top: 10vw;
}





