* {
    scrollbar-width: none;
    box-sizing: border-box;
    margin: 0px;
    padding: 0px;
    font-family: "Nuckle", Sans-serif;
    font-family: "Zalando Sans", sans-serif;
    font-weight: 500;
}

body {
    background-color: #FCE6E6;
    height: 100vh;
    width: 100vw;
    font-size: 1rem;
    user-select: none;
}

.coreMembers {
    height: auto;
    width: 1250px;
    margin: auto;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    /* background-color: green; */
    margin-top: 7rem;
    overflow: hidden;
}

.ccone {
    padding: 0.4rem 0rem;
    font-weight: 600;
    font-size: 2.3rem;
    text-align: center;
}

.memberCollection {
    /* background-color: yellow; */
}

.memberGroup {
    /* background-color: aqua; */
    margin: 1rem;
    display: flex;
}

.memberGroup>div {
    background-color: #EDD8D8;

    border-radius: 1rem;
    margin: 0.5rem;
    /* padding: 1rem 0.5rem; */
    display: flex;
    align-items: center;
    transition: 0.2s ease-in-out;
}

.memberGroup>div:hover {
    box-shadow: 0.5px 0.5px 5px #310F11;
    scale: 1.01;

}

.memberGroup img {
    height: 300px;
    width: 200px;
    border-radius: 1rem;
    object-fit: cover;
    object-position: center;
}

.memberDetails {
    /* background-color: red; */
    padding: 0rem 2rem;
    width: 350px;
}

.memberDetails h1 {
    font-family: "Zalando Sans", sans-serif;
    font-size: 1.8rem;
    font-weight: 600;
    margin-bottom: 0.3rem;
}

.memberCollection h6 {
    font-family: "Zalando Sans", sans-serif;
    font-size: 1rem;
    font-weight: 500;
    color: #310F11;
    margin-bottom: 0.3rem;
}

.socialMedia {
    display: flex;
    column-gap: 0.5rem;
    font-size: 1.3rem;
    margin-top: 0.5rem;
}

.socialMedia a {
    text-decoration: none;
    color: #310F11;
    border: 1px solid #310F11;
    padding: 0.1rem;
    border-radius: 0.5rem;
    transition: 0.3s ease-in-out;
    opacity: 0.5;
}

.memberCollection i {
    color: #310F11;
    /* border: 1px solid #310F11; */
    /* padding: 1rem; */
    /* display: flex;
    align-items: center;
    justify-content: center; */
}

.memberCollection i:hover {
    color: #EDD8D8;
    box-shadow: 0.5px 0.5px 5px #310F11;
    /* transform: scale(1.2); */
}

.memberCollection a:hover {
    background-color: #310F11;
    opacity: 1;
}

.memberCollection p {
    text-align: justify;
    margin-top: 1rem;
}

@media screen and (max-width : 1500px) {

    .memberGroup img {
        height: 230px;
        width: 170px;
    }

    .memberDetails {
        /* padding: 1rem 0rem; */
    }

    .memberDetails h1 {
        font-size: 1.5rem;
    }

    .memberDetails h6 {
        font-size: 0.8rem;
    }

    .memberDetails p {
        font-size: 0.9rem;
    }
}

@media screen and (max-width : 1250px) {

    .coreMembers {
        width: 100%;
        padding: 0rem 1rem;
    }

    .memberCollection {
        width: 100%;
        display: flex;
        flex-direction: column;
        align-items: center;
        justify-content: center;
    }

    .memberDetails {
        width: 300px;
    }
}

@media screen and (max-width : 1000px) {

    .memberCollection {
        display: flex;
        flex-direction: row;
        align-items: center;
        justify-content: center;
    }

    .memberGroup img {
        height: 120px;
        width: 120px;
        border-radius: 50%;
        /* padding: 0.5rem 0rem; */
        margin: 1.2rem 0rem 0rem 0rem;
    }

    .memberGroup {
        margin: 0rem;
        width: 500px;
        /* background-color: blue; */
        flex-direction: column;
        align-items: center;
        justify-content: center;
    }

    .memberGroup>div {
        width: 450px;
        /* background-color: yellowgreen; */
        flex-direction: column;
        align-items: center;
        justify-content: center;
    }

    .memberDetails {
        /* background-color: red; */
        height: 250px;
        width: 100%;
        text-align: center;
        padding: 1rem 0rem;
    }

    .socialMedia {
        justify-content: center;
    }

    .memberDetails h1 {
        font-size: 1.6rem;
    }

    .memberDetails h6 {
        font-size: 1rem;
    }

    .memberDetails p {
        padding: 0rem 1.5rem;
        font-size: 01rem;
        margin-bottom: 1rem;
    }

}

@media screen and (max-width : 950px) {
    .memberCollection {
        flex-direction: column;
    }

}

@media screen and (max-width : 500px) {

    .memberDetails {
        /* height: auto; */
        /* display: none; */
        position: absolute;
        bottom: 1rem;
        background-color: #EDD8D8;
        /* opacity: 0.7; */
        border-radius: 0.7rem;
        /* margin: 1rem 0rem; */
        height: fit-content;
        overflow: hidden;
        width: 90%;
        display: flex;
        flex-direction: row;
        align-items: center;
        justify-content: center;
        padding: 0.7rem;
        overflow: visible;
    }

    .memberDetails p {
        display: none;
    }

    .memberGroup>div {
        width: 270px;
        height: 350px;
        position: relative;
    }

    .memberDetails h1 {
        /* color: #EDD8D8; */
        font-size: 1rem;
        padding: 0rem 1rem;
        margin: 0rem;
        opacity: 1;

    }

    .memberDetails h6 {
        display: flex;
        justify-content: center;
        align-items: center;
        height: 30px;
        width: 30px;
        /* padding: 1rem; */
        font-size: 0.6rem;
        color: #310F11;
        border-radius: 0.2rem;
        font-weight: 700;
        opacity: 0.7;
        margin: 0rem;
        position: absolute;
        bottom: 290px;
        left: 0px;
        background-color: #eedbdb;
    }

    .socialMedia {
        display: none;
    }

    .memberGroup img {
        height: 350px;
        width: 270px;
        border-radius: 1rem;
        /* padding: 0.5rem 0rem; */
        margin: 0rem;
    }

    .memberGroup>div:hover {
        /* box-shadow: 0.5px 0.5px 0px #310F11; */
        box-shadow: none;
        scale: 1;

    }

 
}