body{
    margin: 0;
    padding: 0;
    box-sizing: border-box;
    font-family: "Josefin Sans", sans-serif;
  font-optical-sizing: auto;
  font-weight: 300;
  font-style: normal;
  color: white;
  background-color: black;
}
.home-container{
    display: flex;
    flex-direction: column;
    align-items: center;
    /* justify-content: center; */
    width: 100%;
    height: 100%;
    min-height: 100vh;
    position: relative;
    
    
}
.home-header{
    display: flex;
    width: 100%;
    background:url('../images/venusRotate1.gif');
    height: 100%;
    min-height: 80vh;
    background-repeat: no-repeat;
    background-size: contain;
    flex-direction: row;
    align-items: center;
    justify-content: space-between;
    
}
.projectTitle{
    color: white;
}
.projectTitle h1{
    font-size: 40px;
}
.projectTitle p{
    max-width: 500px;
    
}
.whyVenus{
    display: flex;
    flex-direction: row;
    width: 100%;
    align-items: center;
    justify-content: space-evenly;

}
.Habitable_cloud{
    max-width: 400px;
    margin-left: 30px;
    align-items: end;
    justify-content: end;
    
}
.phase1{
    opacity: 0;
    width: 300px;
    transition: ease 0.5s ;
}
.phase1:hover{
    opacity: 0.5;
}
.project-timeline{
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    margin-top: 30px;
}
.project-dot {
    width: 16px;               /* Size of the dot */
    height: 16px;
    background-color: rgba(255, 255, 0, 0.908);   /* White fill */
    border-radius: 50%;        /* Makes it a perfect circle */
    display: inline-block;     /* Ensures it behaves like a dot in flow */
  
}
.project-description{
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: center;
    margin-left: 12px;
     
}
.project-info p,.project-info h3{
    padding: 0;
    margin:0;
}
.project-line{
    width: 6px;               /* Size of the dot */
    height: 26px;
    background-color: rgb(81, 4, 4);   /* White fill */
    border-radius: 10px;        /* Makes it a perfect circle */
    display: inline-block;     /* Ensures it behaves like a dot in flow */
    /* margin-right: 30px; */
    margin: 5px;
    margin-left: -110px;
}
.project-info{
     margin-left: 30px;
     width: 200px;background-color: rgb(81, 4, 4);
     padding: 10px;
     border-radius: 10px;
     cursor: pointer;
}
.project-year{
    font-size: 20px;
    margin-right: 30px;
}
.project-data{
    position: relative;
}
.project-img{
    position: absolute;
    width: 200px;
    margin-left: -30px;
  

}
.project-img{
    opacity: 0;
}
.director-content{
    display: flex;
    flex-direction: row;
    justify-content: center;
    align-items: center;

}
.venus-surface{
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
}
.project-leads{
    width: 100%;
    background-color: white;color: black;
    max-width: 1200px;
    padding: 10px;
    border-radius: 20px;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
}
.project-dataContent{
    display: flex;
    flex-direction: row;
    /* align-items: center; */
    justify-content: space-evenly;
 

}
.project-headerTut{
    font-size: 40px;
}
.project-headerData{
   
    padding:20px ;
}
.side-line{
    height: 100px;
    width: 1px;
    color: black;
    background-color: black;
     display: inline-block;
}
.module-container{
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    align-items: center;
}
.module-desc{
    margin-left: 30px;
    max-width: 500px;
}
.program-modules{
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    margin-top: 30px;
    
}
.program-modules h1,.program-modules p{
    margin: 0;
    
}
.program-modules p{
    
margin-bottom: 30px;
}
.plantTest{
    width:200px
}
    .plants-container{
        display: flex;
        flex-direction: column;
        align-items: center;
        max-width: 300px;
        padding: 10px;


    }
.testSubject-container{
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
   
}
.line-netween{
    height: 200px;
    width: 1px;
    background-color: white;
    color: white;
   
}
.esromagicaLogo{
    width:70px;
    position: absolute;
    border-radius: 50%;
    margin: 10px;
}
.header-data{
    display: flex;
    justify-content: space-between;
    width: 100%;
}
.testSub-content{
    display:flex;
    flex-direction: row;
    align-items: center;
    justify-content: center;
}
.header-page{
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: center;
}
.header-page img{
    border-radius: 50%;
}
#projectyear1,#projectyear2,#projectyear3{
    margin-right: 70px;
}
.midnight{
    width: 100%;
    max-width: 400px;
    padding-bottom: 20px;
}
.copyright{

display: flex;
flex-direction: row;
align-items: center;
justify-content: center;
margin-top: 30px;
}
.keyObej{
    display: flex;
    flex-direction: row;
    width: 100%;justify-content: space-evenly;
    
}
.keyObej div{
width: 100%;
max-width: 500px;
padding: 10px;
}
@media screen and (max-width:1100px) {
        .testSubject-container{
        width: 100%;
        overflow: scroll;
        
    }
    .testSub-content{
    display:flex;
    flex-direction: row;
    align-items: start;
    justify-content: start;
      width: 100%;
        overflow: scroll;
}

.venusChart{
        width: 800px;
        height: 880px;
    }
.project-dataContent{
    display: flex;
    flex-direction: row;
    /* align-items: center; */
    justify-content: space-evenly;
    width: 100%;overflow: scroll;

}
}
@media screen and (max-width:500px) {
 .module-container{
        flex-direction: column;
    }
    #program-modeuleData{
        flex-direction: column-reverse;
    }
    .keyObej{
        flex-direction: column;
    }

}
@media screen and (max-width:400px) {
    .projectTitle{
        padding: 20px;
    }
    .venusChart{
        width: 100%;
        height: 300px;
    }
   .module-desc{
    margin-left: 0px;
    padding: 10px;
    max-width: 500px;
}
    .project-dataContent{
        display: flex;
        flex-direction: row;
        width: 100%;
        overflow: scroll;
     
    }
    
    .venusChart{
        width: 300px;
        height: 380px;
    }


}

@media screen and (max-width:350px) {
    .project-year{
        margin-right: -30px;
        margin-top: -30px;
    }
    #projectyear1,#projectyear2{
        margin-left: 10px;
        margin-right: -10px;
    }
    .project-dot{
        display: none;
    }
.project-data{
    padding: 20px;
}
    .venusChart{
        width: 100%;
        height: 280px;
    }
    .project-info{
        width: 150px;
    }
}