
/* General Styles */
body {
    margin: 0;
    padding: 0;
    font-family: 'Lexend Deca', sans-serif;
    background-color: #000;
    color: #fff;
    
    /* text-align: center; */
   
    
}

.container {
    max-width: 1200px;

    margin: 0 auto;
    padding: 20px;
    
}



h1 {
       margin-bottom: 10px;
       font-weight: 500;
       

}

h2 {
    font-size: 2rem;
    margin: 40px 0 20px;
    font-weight: 500;
}

/* Header Section */
.header-section img.group-picture {
   
    width: 97%;
    height: auto;
    border-radius: 60px;
    margin: 20px 0;
    border: 3px solid #fff;
    align-items: center;
}

.header-section{
    font-family: 'Lexend Deca', sans-serif;
    font-size: 50px;
    text-align: center;
    padding-left: 2%;
    padding-right: 2%;
}

.header-section h1 {
    margin-bottom: 5rem;
}

.description {
    font-size: 3rem;
    margin: 30px;
    /* max-width: 1160px; */
    max-width: 90%;
    justify-content: center;
    text-align: left;
    margin-left: 2%;
    color: #36C3FF;
    
}

.description-ol {
    font-size: 2rem;
    margin: 30px;
    /* max-width: 1160px; */
    max-width: 90%;
    justify-content: center;
    text-align: left;
    margin-left: 2%;
    color: white;
    line-height: 60px;
}

.founders-section {
    margin: -35px 0 20px;
    text-align: center;
    margin-top: 5rem;
}

/* Founders Section */
.founders-content {
    display: flex;
    
    justify-content: center;
    align-items: center;
    gap: 45px;
    margin: 20px;
    font-family: 'Lexend Deca', sans-serif;
    /* margin: 0 auto; */
   
  
}

.founders-content .profile img {

    width: 200px;
    height: 250px; 
    border-radius: 15px;
    object-fit: cover;
    margin-left: -28px;
    margin: 5px;
    

}

.founders-content .profile p {
    margin-top: 10px;
    font-size: 20px;
    margin-right: 30px;
    
}



.profile img {
    width: 200px; 
    height: 250px;
    border-radius: 20px;
    border: none;
    outline: 4px solid #ffffff;    
    object-fit: cover;
    margin-top: 5px;
    
}



.profile p {
    margin-top: 10px;
    font-size: 20px;
    white-space: nowrap; 
    word-wrap: break-word;
    overflow-wrap: break-word; 
    text-align: center;

}

.profile span {
    display: block;
    font-size: 20px;
    font-weight: 250 ;
    white-space: nowrap;
    color: #ffffff;
}



/* Placeholder for empty boxes */
.placeholder {
    width: 150px;
    height: 150px;
    background-color: #333;
    border-radius: 15px;
}

/* Directors Section */
.directors-section {
    display: flex;
    flex-direction: column; 
    align-items: center; 
    gap: 20px;
    margin: 20px 0;
    
}

.directors-section h2 {
    order: 1;
    margin: 0;
}

.directors-section .profiles-container {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    gap: 50px;
    order: 2;
}

.developers-section {
    display: flex;
    flex-direction: column; 
    align-items: center; 
    gap: 20px;
    margin: 20px 0;
    
}

.developers-section h2 {
    order: 1;
    margin: 0;
}

.developers-section .profiles-container {
    display: flex;
    flex-wrap: wrap; 
    justify-content: center; 
    gap: 50px;
    order: 2;
}



@media only screen and ( max-width: 1200px) {

    

   .description{
    padding-bottom: 40px;

   }

   

    .founders-content {
        display: flex;
        flex-direction: row;
        justify-content: center;
        align-items: center;
        /*
        gap between images
        */
        gap: 40px;
       
        margin: 0 auto;
        padding-top: 20px;
       
       
    }
   
    .founders-content .profile img {
        margin: 0;
    }

    .founders-content .profile {
       /* Position the images first */
        justify-content: center;  
    }

    .founder-description {
        order: 2;
        margin-top: 20px;
        max-width: 90vw;
        width: fit-content; 
        text-align: justify;
        font-size: 30px;
       
    }

}

@media only screen and ( max-width: 1000px) {

   
    .container {
    
        padding: 0px;
    }

    h1 {
        margin-bottom: 10px;
        font-weight: 500;
        font-size: 45px;
 
    }
 
    .description{

        width: 98%;
        margin: 2px;

    }
    .header-section img.group-picture {
       
        border-radius: 30px;
       
    }

    .founders-section{
        margin: 0 auto;
    }

    .founders-content {
        display: flex;
        flex-direction: row;
        justify-content: center;
        align-items: center;
        gap: 30px;
        margin: 0 auto;

    }

    .founders-content .profile {
       
        order: 1;
        justify-content: center;
        text-align: center;

        
    }

    .founders-content .profile img {

        width: 180px; 
        height: 225.39px;
        margin: 0;
    
    }

    .founders-content .profile p {
       margin-left: 14%;
    
    }

   
    /* .founder-description {
        order: 2; 
        margin-top: 20px;
       
        width: fit-content;
        text-align: center;
        margin-left: 5%;
        margin-right: 5%;
        line-height: 1.5;
        font-size: 28px;
        max-width: 100vw;
        margin:  0 auto;

    } */

    .profile img{
        width: 180px; 
        height: 225.39px;
    }

    .directors-section .profiles-container {
        display: flex;
        flex-wrap: wrap; 
        justify-content: center; 
        gap: 20px;
        order: 2;
    }
    

    .developers-section .profiles-container {
       
        gap: 20px;
        
    }

    .description {
        font-size: 2rem;
    }
    .description-ol {
        font-size: 1.5rem;
        line-height: 40px;
    }

    .header-section h1 {
        margin-bottom: 1rem;
    }

    

}

@media only screen and ( max-width: 400px) {

  

    .profile img{
        width: 125px; 
        height: 156.25px;
       
    }

    .profile p{
        font-size: 15px;
    }


    .profile span{
        font-size: 15px;
    }

   

    h1 {
        margin-bottom: 10px;
        font-weight: 500;
        font-size: 45px;
 
    }
 
    .description{

        
        width: 98%;
        margin: 2px;
        padding-bottom: 15%;

    }
    .header-section img.group-picture {
       
        border-radius: 30px;
       
    }

    .founders-section {
        margin: -40px 0 20px;
    }


    .founders-content {
        display: flex;
        flex-direction: row;
        align-items: center;
        gap: 20px;
        margin: 0;
        width: 350px;
        

       
    }

    .founders-content .profile {
       
        order: 1; 
        justify-content: center;
        gap: 0%;

    }

    .founders-content .profile img {

        width: 125px; 
        height: 156.25px;
        margin-left: 0%;

    }


    .founders-content .profile p {
       margin-left: 15%;
       font-size: 15px;
       
    
    }

/*    
    .founder-description {
        order: 2;
        margin-top: 20px;
        width: 50%; 
        width: fit-content;
        text-align: center;
        margin-left: 5%;
        margin-right: 10%;
        line-height: 1.5;
        font-size: 25px;
        margin:  0 auto;

    } */

    .directors-section .profiles-container {
        display: flex;
        flex-wrap: wrap; 
        justify-content: center; 
        gap: 30px;
        order: 2;
    }
    

    .developers-section .profiles-container {
       
        gap: 40px;
        
    }


   
}