/* General Styles */

body {
    font-family: Arial, sans-serif;
    line-height: 1.6;
    margin: 0;
    overflow-x: hidden;
    padding: 0;
    background-color: #212121;
 color:#333;}
 a{
    text-decoration: none;
    ;
 }


 nav{
    display: flex;
    justify-content: center;
    align-items: center;
    gap: 35%;
    padding: 0.5vw;
    background-color:#000000;
    height: 8vh;
    position: fixed;
      top: 0;
      width: 100%;
      transition: transform 0.2s ease-out;
      z-index: 1000;
      width: 100vw;
    
}
.logoimg{
    width: 4vw;
 
}
.name{
    font-size: 2em;
    font-family: Cambria, Cochin, Georgia, Times, 'Times New Roman', serif ;
    font-weight: 900;
    color: white;
   
}


nav.hidden {
transform: translateY(-100%);

}
.nav-left{
    display: flex;
    justify-content: center;
    gap: 1vw;
 
}
.logoimg{
    width: 4vw;
 
}
.name{
    font-size: 1.5em;
    font-family: Cambria, Cochin, Georgia, Times, 'Times New Roman', serif ;
    font-weight: 900;
    color: white;
   
}

.nav-right{
    display: flex;
    justify-content: center;
    align-items: center;
    gap: 2vw;
    
}
.home-link
{
    color: white;
    background-color: #E95060;
    font-family: Verdana, Geneva, Tahoma, sans-serif;
    font-weight: 600;
    font-size: 1.1vw;
    padding: 0.4vw 0.75vw;
    border-radius: 5px;
    
   
}

.ph-link,
.docs-link,
.prof-link{
    color: white;
    font-family: Verdana, Geneva, Tahoma, sans-serif;
    font-weight: 600;
    font-size: 1.1vw;
   transition: all ease-in-out 0.3s;
   display: inline-block;
    
    outline: 0 !important;
  border: 0 !important;
    &:hover{
        color: #E95060;
        border-radius: 20px;
        transform: scale(1.05) translateY(-0.1vw);

           
    }
}


.container {
width: 65%;
margin: 0 auto;
margin-top:20vh;
padding: 30px 0;
}

h1 {
font-size: 48px;
color: white;
text-align: center;
margin-bottom: 30px;
}



p {
font-size: 1em;
line-height: 1.6;
color: white;
}

ul {
list-style-type: none;
padding: 0;
}

ul li {
font-size: 18px;
margin-bottom: 10px;
}

/* Section Styles */


.intro {
font-size: 20px;
font-weight: 300;
text-align: center;
color: white;
}
h2{
    font-size: 1.9em;
    color: #E95060;
    text-align: center;
}

/* Team Section */
.team {
display: flex;
justify-content: center;
margin-top: 40px;

}
.team1{
    margin-top: 10vh;
}
.team2{
    display: flex;
    justify-content: center;
    flex-direction: row;
    gap: 5vw;

    
    
}
.mem1{
    background-color: #000000 ;
    width: 10vw;
    padding: 5vh 4vw;
    border-radius: 1vw;
    margin-bottom: 10vh;
    

}
.team-member {
text-align: center;
width: 150px;
}

.hrshl {
width: auto;
border-radius: 50%;
height: 25vh;

}

.team-member .name {
font-size: 1rem;
font-weight: bold;
}

.team-member .role {
font-size: 0.7em;
color: white;
}

/* Responsive Design */
@media (max-width: 768px) {
.container {
    width: 90%;
}

.team {
    flex-direction: column;
    align-items: center;
}

.team-member {
    margin-bottom: 30px;
}
}
.team1{
display: flex;
justify-content: center;
gap: 5vw;
}
.hrshl{
width: 10vw;
}
.team2{
display: flex;
justify-content: center;
gap: 5vw;

}
.mem1,
.mem2,
.mem3,
.mem4,
.mem5,
.mem6{
text-align: center;
}
.section{
padding-top: 10vh;
}
