/* ----------------------------------------------------- team-container ----------------------------------------------- */

.team-container {
    width: 100%;
    height: auto;
    /* background-color: violet; */
    padding-top: 90px;
    display: flex;
    justify-content: center;
    flex-direction: column;
    align-items: center;
}

.team-section {
    width: 90%;
    height: auto;
    /* background-color: pink; */
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;
    padding: 30px 0;
}

.team-section h2 {
    font-size: 3rem;
    font-weight: 400;
    color: gray;
}


.person-details {
    padding: 30px 0;
    flex-wrap: wrap;
    display: flex;
    /* background-color: wheat; */
    justify-content: center;
    align-items: end;
    gap: 70px;
}

/* ============ Directors ============ */

.director-card {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    margin: 0 20px;
    padding: 15px;
}

.director-card img {
    width: 220px;
    height: 270px;
    border-radius: 120px;
}

.director-card h3 {
    font-size: 1.5rem;
    font-weight: 600;
    color: #0c717a;
    margin-top: 10px;
}

.director-card p {
    font-size: 1rem;
    font-weight: 500;
    color: rgba(128, 128, 128, 0.751);
    margin-top: 5px;
}

/* ========== Leaders =========== */

.lead-person-details {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    align-items: center;
    /* background-color: wheat; */
    gap: 40px;
    padding-top: 20px;
}

.leader-card {
    /* width: 400px; */
    height: auto;
    display: flex;
    align-items: end;
    /* background-color: yellowgreen; */
}

.leader-card img {
    width: 180px;
    height: 215px;
    border-radius: 70px;
    position: relative;
}

.leader-details {
    width: 370px;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: start;
    background-color: #0c717a;
    height: 150px;
    padding-left: 80px;
    padding-right: 20px;
    margin-left: -65px;
    color: white;
    border-radius: 0 60px 60px 0;
    gap: 6px;
}

.leader-details h3 {
    font-size: 1.6rem;
    font-weight: 600;
}

.leader-details p {
    font-size: 1.1rem;
    font-weight: 200;
    font-style: italic;
    line-height: 20px;
}

/* ========== Marketing & Sales =========== */

.sale-person-details {
    padding: 30px 0;
    flex-wrap: wrap;
    display: flex;
    /* background-color: wheat; */
    justify-content: center;
    align-items: end;
    /* background-color: rgb(181, 203, 137); */
    gap: 30px;
}

.marketing-card {
    /* width: 400px; */
    height: auto;
    display: flex;
    align-items: end;
    /* background-color: yellowgreen; */
}

.marketing-card img {
    width: 130px;
    height: 155px;
    border-radius: 60px;
    position: relative;
}

.marketing-details {
    /* width: 370px; */
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: start;
    /* background-color: #0c717a; */
    /* height: 150px; */
    color: white;
}

.marketing-person-role {
    width: 270px;
    font-size: 0.8rem;
    font-weight: 100;
    height: 40px;
    font-style: italic;
    background-color: #a55626;
    padding-left: 80px;
    padding-right: 30px;
    margin-left: -65px;
    border-radius: 0 70px 0 0;
    display: flex;
    /* justify-content: center; */
    align-items: center;
}

.marketing-person-details {
    width: 320px;
    height: 100px;
    background-color: #0c717a;
    padding-left: 80px;
    padding-right: 20px;
    margin-left: -65px;
    border-radius: 0 40px 40px 0;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: start;
    gap: 6px;
}

.marketing-person-details p {
    font-size: 1rem;
    font-weight: 200;
    line-height: 20px;
}

/* ========== Mentors =========== */
.mentor-card {
    /* width: 400px; */
    height: auto;
    display: flex;
    align-items: end;
    /* background-color: yellowgreen; */
}

.mentor-card img {
    width: 130px;
    height: 155px;
    border-radius: 60px;
    position: relative;
}

.mentor-details {
    /* width: 370px; */
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: start;
    /* background-color: #0c717a; */
    /* height: 150px; */
    color: white;
}

.mentor-person-role {
    width: 270px;
    font-size: 0.8rem;
    font-weight: 100;
    height: 55px;
    font-style: italic;
    background-color: #0c717a;
    padding-left: 80px;
    padding-right: 30px;
    margin-left: -65px;
    border-radius: 0 70px 0 0;
    display: flex;
    /* justify-content: center; */
    align-items: center;
}

.mentor-person-details {
    width: 320px;
    height: 85px;
    background-color: #a55626;
    padding-left: 80px;
    padding-right: 20px;
    margin-left: -65px;
    border-radius: 0 40px 40px 0;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: start;
    gap: 4px;
}

.mentor-person-details p {
    font-size: .9rem;
    font-weight: 200;
    line-height: 20px;
}

/* -------------------- MEDIA QUERIES -------------------- */

@media (max-width:1125px) {

    /* ========== directors ========= */
    .director-card img {
        width: 180px;
        height: 220px;
        border-radius: 100px;
    }

    .director-card h3 {
        font-size: 1.3rem;
    }

    .director-card p {
        font-size: 0.9rem;
    }


    /* =========== leaders ========== */
    .leader-card img {
        width: 150px;
        height: 185px;
        border-radius: 60px;
    }

    .leader-details {
        width: 300px;
        height: 130px;
        padding-left: 60px;
        margin-left: -50px;
    }

    .leader-details h3 {
        font-size: 1.3rem;
    }

    .leader-details p {
        font-size: 0.9rem;
    }



}

@media (max-width:1000px) {
    .person-details {
        gap: 40px;
    }
}

@media (max-width:850px) {
    .dropdown-menu {
        background-color: transparent;
    }
}

@media (max-width:600px) {

    .person-details {
        gap: 20px;
    }

    .team-section h2 {
        font-size: 2.5rem;
        text-align: center;
    }
}

@media (max-width:450px) {
    .team-section h2 {
        font-size: 2.2rem;
        text-align: center;
    }

    /* ========== leaders ========== */

    .leader-details p {
        line-height: 18px;
    }

    .leader-card img {
        width: 120px;
        height: 150px;
        border-radius: 50px;
    }

    .leader-details {
        width: 250px;
        height: 105px;
        padding-left: 55px;
        margin-left: -45px;
        border-radius: 0 45px 45px 0;
    }

    .leader-details h3 {
        font-size: 1.1rem;
    }

    .leader-details p {
        font-size: 0.8rem;
    }

    /* ========== Marketing & Sales =========== */
    .marketing-person-details p {
        line-height: 18px;
    }

    .marketing-card img {
        width: 100px;
        height: 120px;
        border-radius: 40px;
    }

    .marketing-person-role {
        width: 220px;
        font-size: 0.7rem;
        height: 30px;
        padding-left: 50px;
        margin-left: -40px;
        border-radius: 0 50px 0 0;
    }

    .marketing-person-role h4 {
        font-size: 0.6rem;
    }

    .marketing-person-details {
        width: 250px;
        height: 80px;
        padding-left: 50px;
        margin-left: -40px;
        border-radius: 0 30px 30px 0;
    }

    .marketing-person-details h3 {
        font-size: 1rem;
    }

    .marketing-person-details p {
        font-size: 0.9rem;
    }

    /* ========== Mentors =========== */
    .sale-person-details p {
        line-height: 18px;
    }

    .mentor-card img {
        width: 100px;
        height: 120px;
        border-radius: 40px;
    }

    .mentor-person-role {
        width: 220px;
        font-size: 0.7rem;
        height: 40px;
        padding-left: 50px;
        margin-left: -40px;
        border-radius: 0 50px 0 0;
    }

    .mentor-person-role h4 {
        font-size: 0.6rem;
    }

    .mentor-person-details {
        width: 250px;
        height: 70px;
        padding-left: 50px;
        margin-left: -40px;
        border-radius: 0 30px 30px 0;
    }

    .mentor-person-details h3 {
        font-size: 1rem;
    }

    .mentor-person-details p {
        font-size: 0.8rem;
    }
}



