/**
 * CONTENTS
 *
 * OUR STAFF
 *   General
*/

/*------------------------------------*\
  # OUR STAFF
\*------------------------------------*/

/* ---------General--------- */

    .our-staff-main {
        padding-bottom: 100px;
    }
    .our-staff-main-items {
        display: grid;
        flex-grow: 1;
        grid-template-columns: repeat(auto-fill, minmax(290px, 1fr));
        gap: 30px;
        width: 100%;
        margin: 0 auto;
        padding-top: 80px;
        position: relative;
        z-index: 10;
        row-gap: 80px;
    }
    .our-staff-main-item {
        cursor: pointer;
        width: 100%;
        display: flex;
        flex-direction: column;
        align-items: flex-start;
        position: relative;
    }
    .our-staff-item {
        width: 100%;
        display: flex;
        flex-direction: column;
        align-items: flex-start;
    }
    .our-staff-item-box,
    .our-staff-main-item-box {
        height: 275px;
        background-color: var(--turquoise);
        position: relative;
        border-radius: 20px;
        overflow: hidden;
        width: 100%;
    }
    .our-staff-item-box-image {
        position: absolute;
        width: 100%;
        height: 100%;
        bottom: 0;
        display: flex;
        justify-content: center;
    }
    .our-staff-item-box-image img {
        width: 255px;
        bottom: 0;
        position: absolute;
        z-index: 10;
    }
    .our-staff-main-item-box-profile-img {
        width: 100%;
        position: absolute;
        bottom: 0;
        display: flex;
        justify-content: center;
        left: 0;
    }
    .our-staff-main-item-box-profile-img img {
        width: 220px;
        bottom: 0;
        position: absolute;
        left: -35px;
    }
    .our-staff-box-text,
    .our-staff-main-box-text {
        position: absolute;
        right: -30%;
        top: 7%;
        transform: translateX(-68%);
        text-align: center;
        line-height: 1;
        width: 55%;
        white-space: nowrap;
    }
    .our-staff-box-text img,
    .our-staff-main-box-text img {
        width: 26px !important;
        margin-right: 5px;
        opacity: 0.6 !important;
        opacity: 0.3;
    }
    .our-staff-box-text {
        right: -44%;
    }
    .our-staff-box-text h3,
    .our-staff-main-box-text {
        font-family: var(--logo-font);
        font-weight: 400;
        font-style: normal;
        text-align: left;
        color: var(--text-white);
        letter-spacing: 3px;
        opacity: 0.6;
        display: flex;
        justify-content: center;
        align-items: center;
    }
    .our-staff-main-item-box .description {
        font-size: 16px;
        font-family: "Freight Light";
        position: absolute;
        right: 5%;
        top: 80px;
        width: 40%;
        color: rgb(255 255 255 / 0.6);
    }
    .our-staff-item-text {
        padding-top: 30px;
        padding-left: 30px;
        text-align: right;
        position: relative;
        z-index: 20;
        width: 100%;
    }
    .our-staff-item-text .our-staff-name,
    .our-staff-main-item-text .our-staff-name {
        font-family: "Roboto Slab", sans-serif;
        font-size: 18px;
        font-weight: 300;
        line-height: 34px;
        color: #606060;
    }
    .our-staff-item-text .our-staff-title,
    .our-staff-main-item-text .our-staff-title {
        font-family: "Roboto Slab", sans-serif;
        font-size: 16px;
        font-weight: 400;
        line-height: 17px;
        font-style: normal;
        text-align: left;
        color: var(--turquoise);
        display: inline;
    }
    .our-staff-item-box-image-text {
        position: absolute;
        left: 4px;
        bottom: 6%;
    }
    .our-staff-item-box-image-text-header,
    .our-staff-item-box-image-text-name {
        writing-mode: vertical-lr;
        transform: rotate(180deg);
        color: #fff;
        opacity: 0.3;
        font-size: 16px;
    }
    .our-staff-item-box-image-text-name {
        font-family: Latinka-Light, sans-serif;
        font-weight: 400;
        letter-spacing: 2px;
    }
    .our-staff-item-box-image-text-header {
        position: absolute;
        left: 18px;
        bottom: 0;
        font-family: Latinka-Regular, sans-serif;
        font-size: 18px;
        font-weight: 400;
    }
    .our-staff-main-item-box-social {
        position: absolute;
        bottom: 110px;
        right: 5%;
        z-index: 13;
        height: fit-content;
        width: 21px;
    }
    .our-staff-main-item-box-social-insta {
        bottom: 26px;
    }
    .our-staff-main-item-box-social img {
        width: 20px !important;
        z-index: 20;
        border-radius: 0 !important;
        display: unset !important;
        filter: invert(1);
    }

/*------------------------------------*\
  ## END OUR STAFF
\*------------------------------------*/
