

h1 {
    text-align: center;
    font-size: 45px;
    color: darkslategrey;
}

.c13{
    height:auto;
    width:100%;
}

.team-img {
    height: 100vh;
    width: 300px;
    margin-left: -50px;

}
.the-team {
    height:35vh;
    width:30vh;
    text-align: center;
    overflow: hidden;
    position: relative;
    margin: 0 25px;
    padding: 30px 70px;
}

.the-team .pic {
    display: flex;
    width: 130px;
    height: 50vh;
    margin-bottom: 0px;
    z-index: 1;
    position: relative;
}

.the-team .pic::before {
    content: "";
    width: 100%;
    height: 0;
    border-radius: 50%;
    background: #000000;
    position: absolute;
    bottom: 135%;
    right: 0;
    left: 0;
    opacity: 0.3;
    transform: scale(3);
    transition: all 0.3s linear 0s;
}

.the-team:hover .pic::before {
    height: 100%;
}

.the-team .pic::after {
    content: "";
    width: 100%;
    height: auto;
    border-radius: 50%;
    background: #000000;
    position: absolute;
    top: 0;
    left: 0;
    z-index: -1;
}

.the-team .pic img {
    width: 100%;
    height: 50vh;
    align-items: center;
    border-radius: 50%;
    transform: scale(1);
    transition: all 0.9s ease 0s;
}

.the-team:hover .pic img {
    box-shadow: 0px 0px 7px 0px #eceaea3f;
    transform: scale(0.7);
}
.team-content{
    color:white;
    position:relative;
    top:-2px;
    margin-bottom:0px;
    height:auto;
    width:max-content;
}

.container11{
    background-color:#f9f5f5;
    height:auto;
    width:100%;
    display: flex;
    justify-content: space-evenly; 
    align-items: center; 
    flex-wrap: wrap; 
    gap: 10px;

}

.flex-container {
    height:90%;
    width:90%;
    display: flex;
    flex-wrap: wrap;
    justify-content: space-around;
    align-items: flex-start;
    padding: 20px;
    /* box-sizing: border-box; */
}

.flex-item {
    text-align:center;
    display: flex;
    flex-direction: column;
    align-items: center;
    width: 30%;
    box-sizing: border-box;
    margin-bottom: 20px;
}

.sdg-logo {
    width: 100px; /* Adjust size as needed */
    height: auto;
    margin-bottom: 10px;
    border-radius:50%;
}



/* Responsive Design */
@media (max-width: 1024px) {
    .flex-item {
        width: 45%;
    }
}

@media (max-width: 768px) {
    .flex-item {
        width: 100%;
    }
}
.sdg-heading {
    font-size: 20px;
    color: grey;
    margin: 10px 0;
}

.details {
    font-size: 80%;
    color: #666;
    text-align: center;
}
.container11{
    background-color:#f9f5f5;
    height:auto;
    width:100%;
    display: flex;
    justify-content: space-evenly; 
    align-items: center; 
    flex-wrap: wrap; 
    gap: 10px;

}
.the-team{
    background: darkcyan;
    box-shadow: 5px 5px 7px 0px #0000003f;
    border-radius:40%;
    display: flex;
    flex-direction: column;
    justify-content: flex-start;
    align-items: center;
    flex-wrap: wrap;
}
.the-team .pic img{
    position:relative;
    top:-50px;
    height:450px;width:600px;
}
.team-content{
    position:absolute;
    top:-2px;
    .post{
        top:-3px;
    }
}
