*{
    margin: 0;
    padding: 0;
}


.navbar{
    background-color: rgb(0, 0, 0);
    /* position: absolute; */
}
.joinnow{
    border: 2px solid rgb(255, 255, 255);
    color: white;
    margin-left: 30px;
}
#navbarNavDropdown {
    margin-left: 100px;
}
#navbarNavDropdown li a{
    color: white;
}
#navbarNavDropdown li a:hover{
    color: rgb(172, 172, 172);
}
.joinnow:hover{
    color: rgb(173, 173, 173);

}




#about1{
    display: flex;
    flex-direction: row;
    
}
/* .about1{
    display: flex;
    flex-direction: row;
  
} */
#about2{
    display: flex;
    flex-direction: row;
    display: none;
}
.about2{
    display: flex;
    flex-direction: row;
  
}
#about3{
    display: flex;
    flex-direction: row;
    display: none;
}
.about3{
    display: flex;
    flex-direction: row;
  
}
#about4{
    display: flex;
    flex-direction: row;
    display: none;
}

#about5{
    display: flex;
    flex-direction: row;
    display: none;
}

.about5{
    display: flex;
    flex-direction: row;
  
}



#himaniimg img{
    border-radius: 15px;
}
#overviewimg img{
    height: 70vh;
}
#corevaluesimg img{
    height: 70vh;
}
#missionvissionimg img{
    height: 70vh;
}
#philosophyimg img{
    height: 70vh;
}
.aboutpage{
    display: flex;
    flex-direction: row;
    /* width: 100vw; */
    /* justify-content: center; */
}

.aboutme{
    font-size: 50px;

}
.founder{
    
    width: 100%;   
    background-color: #3a5958;
    /* padding: 50px 0px; */
}
#philosophybackground{  
    background-color: #002037;
    /* padding: 50px 0px; */
    width: 100%;   
}
#versioncolor{  
    background-color: #558061;
    /* padding: 50px 0px; */
    width: 100%;   
}
#missioncolor{  
    background-color: black;
    /* padding: 50px 0px; */
    width: 100%;   
}
.aboutcontent{
    width: 100%;
    display: flex;
    flex-direction: column;
    justify-content: center;
    /* align-items: center; */
}
.content1{
    max-width: 500px;
    text-align: justify;
    font-size: 10px;
}
.director{
    font-size: 30px;
}
.name{
    font-size: 40px;
}
.content1{
    font-size: 18px;
}
.aboutmain{
    margin: 11px 90px;
}

.address{
    background-color: rgb(33 60 69);
    border-top: 2px solid white;
    display: flex;
    flex-wrap: wrap;
    gap: 20px;
    justify-content: space-evenly;
  }
  .joinus{
    font-size: 40px;
    color: white;
  }