@import url('https://fonts.googleapis.com/css2?family=Poppins:wght@100;200;300;400;500;600;700;800&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Raleway&display=swap');
/* @import url('https://fonts.googleapis.com/css2?family=Playfair+Display:wght@500&family=Raleway:wght@400;700&display=swap'); */

* {
    box-sizing: border-box;
    margin: 0;
    padding: 0;
}

body {
    font-family: 'Poppins', sans-serif;
    overflow-x: hidden;
}


#people-title {
    display: flex;
    justify-content: center;
}

.people-title {
    display: flex;
    justify-content: center;
    align-items: center;
    /* font-family: "poppins", serif; */
    font-family: 'Playfair Display', serif;
    font-weight: 500;
    letter-spacing: 1px;
    width: 826px;
    height: 1.6em;
    font-size: 18px;
    padding-left: 20px;
    text-transform: capitalize;
    text-align: center;
    background: linear-gradient(to right, rgba(71, 70, 69, 0), rgba(71, 70, 69, 0.2), rgba(71, 70, 69, 0.4), rgba(71, 70, 69, 0.8), rgba(71, 70, 69, 1), rgba(71, 70, 69, 0.8), rgba(71, 70, 69, 0.4), rgba(71, 70, 69, 0.2), rgba(71, 70, 69, 0));
    color: white;
    /* margin: 0 auto; */
}


/**********code for go to top**********/
#goToTop {
    position: fixed;
    right: 0;
    bottom: 0;
    font-size: 40px;
    margin-right: 20px;
}
/*******************staff images**************************/

.peopleContainer {
    display: flex;
    flex-wrap: wrap;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    width: 100%;
    height: auto;
    padding: 10px;
}

.people-index {
    width: 100%;
    display: flex;
    flex-direction: column;
    flex-wrap: wrap;
    justify-content: center;
    font-family: 'Poppins', sans-serif;
    align-items: center;
    word-spacing: 0px;
    /* background-color: green; */
}

.people-index .threeindex {
    width: 50%;
    /* width: 888px; */
    display: flex;
    flex-wrap: wrap;
    flex-direction: row;
    justify-content: center;
    align-items: center;
    /* background-color: blueviolet; */
}

.people-index .threeindex a {
    display: flex;
    align-items: center;
    border: 1px solid rgb(71, 70, 69);
    border-radius: 14px 0px;
    width: 100%;
    /* height: 35px; */
    height: 36px;
    margin: 5px;
    padding: 10px;
    justify-content: center;
    /* font-size: 20px; */
    /* text-align: center; */
    text-decoration: none;
    color: rgb(71, 70, 69);
    /* background-color: red; */
}


.people-index .threeindex a div {
    display: flex;
    flex-wrap: wrap;
    font-size: 14px;
    word-spacing: 0px;
    text-align: center;
    font-family: 'Poppins', sans-serif;
    text-transform: none;
    margin-left: 10px;
    /* width: 30em; */
    /* background-color: red; */
}

.people-index .threeindex a:hover {
    background: rgb(71, 70, 69);
    color: white;
    transition: all 0.3s ease-in-out;
}

/* .peopleContainer .peopleflex-container div {
    font-family:'Playfair Display', serif;     
    text-align: justify;
    font-size: 30px;
    font-weight: 500;
} */

.same {
    /* display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    font-size: 25px;
    cursor: pointer;
    width: 888px;
    font-family: 'Playfair Display', serif;
    justify-content: flex-start;
    margin: 14px 0px;
    border-bottom: 2px solid rgb(163, 165, 165);
    color: rgb(71, 70, 69); */
    display: flex;
    /* justify-content: flex-start; */
    font-size: 27px;
    font-weight: 500;
    font-family: 'Playfair Display', serif;
    width: 117px;
    /* width: 20%; */
    color: rgb(71, 70, 69);
    border-bottom: 2px solid rgb(71, 70, 69);
    /* border-bottom: 2px solid rgb(163, 165, 165); */
    margin-left: 50px;
    margin-bottom: 25px;
    /* background-color: goldenrod; */
}

#current-staff {
    width: 16%;
}

#research-scholar {
    width: 21%;
}

#student-alumni {
    width: 19%;
}

#past-associates {
    width: 19%;
}
 
.peopleContainer .peopleflex-container .four-staff {
    display: flex;
    flex-direction: row;
    width: 888px;
    justify-content: space-around;
    align-items: center;
    padding: 5px;
    margin: 5px;
    /* background-color: brown; */
}

.peopleContainer .peopleflex-container .four-staff .separate-staff {
    display: flex;
    flex-wrap: wrap;
    flex-direction: column;
    align-items: center;
    margin: 10px;
    padding: 5px;
}

.peopleContainer .peopleflex-container .four-staff .separate-staff img {
    width: 130px;
    height: 130px;
    margin-bottom: 5px;
    border: 2px solid darkgoldenrod;
    border-radius: 50%;
}

.peopleContainer .peopleflex-container .four-staff .separate-staff p {
    text-align: center;
    font-size: 13px;
    line-height: 10px;
    color: black;
}


/****************staff-profile-pages*********************/

/*******************staff-details*************************/
.peopleStaffContainer {
    display: flex;
    flex-wrap: wrap;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    width: 100%;
    height: auto;
    padding: 10px;
}

.peopleStaffContainer .peoplestaff-flex-container {
    display: flex;
    flex-direction: row;
    width: 888px;
    justify-content: space-around;
    align-items: center;
    padding: 5px;
    margin: 5px;
}

.peopleStaffContainer .peoplestaff-flex-container .separate-staff {
    display: flex;
    flex-wrap: wrap;
    flex-direction: column;
    align-items: center;
    margin: 10px;
    padding: 5px;
}

.peopleStaffContainer .peoplestaff-flex-container .separate-staff img {
    width: 130px;
    height: 130px;
    margin-bottom: 5px;
    border: 2px solid rgb(91, 89, 87);
    border: 2px solid darkgoldenrod;
    border-radius: 50%;
}

.peopleStaffContainer .peoplestaff-flex-container .separate-staff .staff-details p,
.peopleStaffContainer .peoplestaff-flex-container .separate-staff .staff-details ul li {
    text-align: justify;
    font-size: 14px;
    line-height: 20px;
    color: black;
}

#moreinfo {
    color:blueviolet;
    font-family: 'Franklin Gothic Medium', 'Arial Narrow', Arial, sans-serif;
    font-size: 20px;
}

/*************staff profile's social icon**************/
:root {
    --common: rgb(163, 165, 165);
}

.social-icons-container {
    display: flex;
    justify-content: center;
    align-items: center;
    width: 100%;
    height: 20vh;
}

.social-icons {
    display: flex;
    width: 350px;
    justify-content: center;
    align-items: center;
}

.social-icons .common {
    width: 40px;
    height: 40px;
    display: flex;
    justify-content: center;
    align-items: center;
    border-radius: 100%;
    position: relative;
    padding: 10px;
    margin: 0px 7px;
    box-shadow: -5px 5px 10px rgba(0, 0, 0, 0.5);
    transition: 0.3s all ease-in-out;
    text-decoration: none;
}

.icon {
    width: 27px !important;
    height: 27px !important;
    border: 2px solid transparent !important;
    border-radius: 0px !important;
    transition: 0.3s all ease-in-out;
}

.common span {
    position: absolute;
    color: black;
    transform: translateY(0px);
    font-size: 11px;
    padding: 5px 10px;
    border-radius: 5px;
    visibility: hidden;
    opacity: 0;
    -webkit-transition: 0.3s all cubic-bezier(0.175, 0.885, 0.32, 1.275);
    -moz-transition: 0.3s all cubic-bezier(0.175, 0.885, 0.32, 1.275);
    -ms-transition: 0.3s all cubic-bezier(0.175, 0.885, 0.32, 1.275);
    -o-transition: 0.3s all cubic-bezier(0.175, 0.885, 0.32, 1.275);
    transition: 0.3s all cubic-bezier(0.175, 0.885, 0.32, 1.275);

    -webkit-transition-delay: 0s;
    -moz-transition-delay: 0s;
    -ms-transition-delay: 0s;
    -o-transition-delay: 0s;
    transition-delay: 0s;
}

.common span::before {
    position: absolute;
    content: '';
    border-left: 5px solid transparent;
    border-right: 5px solid transparent;
    border-top: 5px solid var(--common);
    bottom: -5px;
    left: 50%;
    transform: translateX(-50%);
}

.common span {
    background-color: var(--common);
}

.common:hover {
    background-color: var(--common);
}

.common:hover span {
    transform: translateY(-60px);
    visibility: visible;
    opacity: 1;
    -webkit-transition-delay: 0.2s;
    -moz-transition-delay: 0.2s;
    -ms-transition-delay: 0.2s;
    -o-transition-delay: 0.2s;
    transition-delay: 0.2s;
}