/* Opacity Animation  */
.joinMembrshipBoxInfo .infoTitle {
    opacity: 0;
    will-change: opacity;
}

/* Transform and Opacity Animation  */
.singleMemberSelectedWorksSection .abstractExpressionismBox .boxImage,
.singleMemberSelectedWorksSection .abstractExpressionismBox .boxInfo,
.singleMemberSelectedWorksSection .abstractExpressionismBox .boxInfoTitle,
.singleMemberInfoSection .teamLandingInfo .infoTitle,
.singleMemberInfoSection .teamLandingBox .teamLandingBoxInfo .infoItem .item,
.teamLandingBoxImg,
.singleMemberInfoSection .teamLandingBox .teamLandingBoxInfo .infoItem .description,
.joinMembrshipBox .joinMembrshipBoxImg .imageBox,
.teamCard .teamCardBox {
    opacity: 0;
    transform: translateY(100px);
    will-change: transform, opacity;
}

.teamCard {
    padding-top: 100px;
    width: 100%;
    height: auto;
}

.teamCard .teamBox {
    display: flex;
    flex-direction: column;
    gap: 40px;
}

.teamCard .teamCardBox {
    display: flex;
    gap: 40px;
    width: 100%;
    border-top: 1px solid #222222 !important;
    padding-block: 56px;
    transition: box-shadow 0.2s ease-in-out;
}

.teamCard .teamCardBox:hover {
    box-shadow: inset 0 3px 0 #222222;
}

.teamCard .teamCardBox .teamCardBoxImg {
    overflow: hidden;
    flex: .5 0 0px;
}

.teamCard .teamCardBox .teamCardBoxImg img {
    width: 100%;
    height: 426px;
    object-fit: cover;
}

.teamCard .teamCardBox .teamCardBoxInfo {
    display: flex;
    flex-direction: column;
    width: 100%;
    flex: 1 0 0px;
    gap: 56px;
}

.teamCard .teamCardBox .teamCardBoxInfo .teamCardInfoText {
    width: 100%;
    display: flex;
    justify-content: space-between;
    margin-bottom: 16px;
}

.teamCard .teamCardBox .teamCardBoxInfo .teamCardInfoText .abstractSubTitle {
    font-family: "HelveticaNeue";
    font-size: 20px;
    line-height: 30px;
    font-weight: 400;
    color: #858585;
    margin: 0;
}

.teamCard .teamCardBox .teamCardBoxInfo .shortDescription {
    font-family: "Inter", sans-serif;
    font-size: 18px;
    line-height: 25px;
    font-weight: 300;
    color: #858585;
    margin: 0;
    max-width: 60%;
}


.teamCard .teamCardBox .teamCardBoxInfo .teamCardInfoText .work {
    color: #222222;
    font-size: 16px;
    font-weight: 400;
    line-height: 30px;
    font-family: "Inter";
    margin: 0;
}

.teamCard .teamCardBox .teamCardBoxInfo .teamCardInfoTitle {
    width: 100%;
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    align-items: flex-end;
}

.teamCard .teamCardBox .teamCardBoxInfo .teamCardInfoTitle .title {
    font-family: "HelveticaNeue";
    font-size: 72px;
    line-height: 80px;
    font-weight: 700;
    color: #222222;
    margin: 0;
}

.teamCard .teamCardBox .teamCardBoxInfo .teamCardBoxInfoImg {
    display: flex;
    flex-wrap: wrap;
    gap: 30px;
    justify-content: space-between;
}

.teamCard .teamCardBox .teamCardBoxInfo .teamCardBoxInfoImg .item {
    display: flex;
    align-items: flex-end;
    flex-wrap: wrap;
    gap: 10px;
    overflow: hidden;
}

.teamCard .teamCardBox .teamCardBoxInfo .teamCardBoxInfoImg .item .itemInfo {
    flex: 1 0 0px;
}

.teamCard .teamCardBox .teamCardBoxInfo .teamCardBoxInfoImg .item img {
    width: 205px;
    height: 180px;
    object-fit: cover;
    margin: 0;
}

.teamCard .teamCardBox .teamCardBoxInfo .teamCardBoxInfoImg .item .itemInfo .itemInfoNumber {
    margin: 0;
    font-size: 16px;
    font-family: "inter";
    color: #858585;
}

.teamCard .teamCardBox .teamCardBoxInfo .teamCardBoxInfoImg .item .itemInfo .itemInfoTitle {
    font-size: 32px;
    line-height: 40px;
    font-family: "Helvetica";
    color: #222222;
    width: 100%;
    max-width: 205px;
    margin: 0;
    padding-top: 12px;
}



@media only screen and (max-width:1414px) {
    .teamCard .teamCardBox {
        display: flex;
        flex-wrap: wrap;
    }

    .teamCard .teamCardBox .teamCardBoxImg {
        flex: 1 1 100%;
        max-width: 100%;
    }

    .teamCard .teamCardBox .teamCardBoxImg img {
        width: 100%;
        max-height: 514px;
        height: auto;
        display: block;
    }
}

@media only screen and (max-width:769px) {

    .teamCard .teamCardBox .teamCardBoxInfo .teamCardInfoText {
        margin-bottom: 0;
    }

    .teamCard .teamCardBox .teamCardBoxInfo .teamCardBoxInfoImg .item img {
        max-width: 100%;
    }

    .teamCard {
        padding-top: 60px;
    }

    .teamCard .teamCardBox .teamCardBoxInfo {
        gap: 30px;
    }

    .teamCard .teamCardBox .teamCardBoxInfo .teamCardInfoTitle .primaryBtn {
        width: 100%;
        text-align: center;
    }

    .teamCard .teamCardBox .teamCardBoxInfo .teamCardInfoTitle {
        gap: 32px;
    }

    .teamCard .teamCardBox .teamCardBoxInfo .teamCardInfoTitle .title {
        font-size: 45px;
        line-height: 52px;
    }
}

.singleMemberInfoSection {
    padding-top: 80px;
    width: 100%;
}

.singleMemberInfoSection .teamLandingInfo {
    display: flex;
    flex-direction: column;
    gap: 32px;
}

.singleMemberInfoSection .teamLandingInfo .breadcrumbs>span {
    display: flex;
    gap: 8px;
    align-items: center;
}

.singleMemberInfoSection .teamLandingInfo .breadcrumbs .breadcrumb_last {
    font-family: "Inter", sans-serif;
    font-size: 16px;
    line-height: 24px;
    color: #222;
    font-weight: 600;
    text-decoration: none;
    text-transform: uppercase;
}

.singleMemberInfoSection .teamLandingInfo .line {
    height: 2px;
    position: relative;
    width: 64px;
    background-color: #222;
}

.singleMemberInfoSection .teamLandingInfo .breadcrumbs a,
.breadcrumbs .breadcrumb_last {
    font-family: "Inter", sans-serif;
    font-size: 16px;
    line-height: 24px;
    color: #222;
    font-weight: 600;
    text-decoration: none;
    text-transform: uppercase;
}

.singleMemberInfoSection .teamLandingInfo .infoTitle {
    width: 100%;
    max-width: 764px;
    font-family: "Helvetica", sans-serif;
    font-size: 90px;
    font-style: normal;
    font-weight: 400;
    line-height: 100px;
    color: #222222;
    margin: 0;
}

.singleMemberInfoSection .teamLandingBox {
    margin-top: 70px;
    max-height: 238px;
    width: 100%;
    background-color: #222222;

}

.singleMemberInfoSection .teamLandingBox .teamLandingBoxInfo {
    display: flex;
    justify-content: space-between;
}

.singleMemberInfoSection .teamLandingBox .teamLandingBoxInfo .infoItem .item {
    display: flex;
    align-items: center;
    gap: 32px;
    padding-top: 70px;
}

.singleMemberInfoSection .teamLandingBox .teamLandingBoxInfo .infoItem .item .line {
    height: 22px;
    position: relative;
    width: 2px;
    background-color: #FBFBFB;

}

.singleMemberInfoSection .teamLandingBox .teamLandingBoxInfo .infoItem .item .infoAdress {
    font-family: "HelveticaNeue", sans-serif;
    font-size: 20px;
    font-style: normal;
    font-weight: 500;
    line-height: 30px;
    color: #FCFCFC;
}

.singleMemberInfoSection .teamLandingBox .teamLandingBoxInfo .infoItem .description {
    width: 100%;
    max-width: 1274px;
    font-family: "Inter", sans-serif;
    line-height: 24px;
    font-weight: 400;
    color: #FCFCFC;
    margin: 0;
    padding-top: 20px;
}

.single-member .topArtistsSection {
    margin-bottom: 200px;
}

.teamLandingBoxImg {
    position: relative;
    top: -344px;
    width: 420px;
    height: 514px;
}

.teamLandingBoxImg img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.boxImageLeft {
    max-width: 420px;
    width: 100%;
}

@media only screen and (max-width: 1400px) {
    .singleMemberInfoSection .teamLandingBox .teamLandingBoxInfo {
        position: relative;
    }

    .singleMemberInfoSection .teamLandingInfo .infoTitle {
        font-size: 72px;
        font-weight: 400;
        line-height: 80px;
    }

    .teamLandingBoxImg {
        position: absolute;
        top: -280px;
        right: 0;
    }

    .teamLandingBoxImg img {
        width: 200px;
        height: 300px;
        object-fit: cover;
    }

    .singleMemberInfoSection .teamLandingBox .teamLandingBoxInfo .infoItem .item {
        display: flex;
        align-items: center;
        gap: 32px;
        padding-top: 20px;
    }

    .singleMemberInfoSection .teamLandingBox .teamLandingBoxInfo .infoItem {
        padding-bottom: 40px;
    }
}

@media only screen and (max-width: 991px) {
    .teamLandingBoxImg {
        position: absolute;
        top: -220px;
        width: 100%;
    }

    .single-member .topArtistsSection {
        margin-bottom: 40px;
    }

    .singleMemberInfoSection .teamLandingBox .teamLandingBoxInfo {
        display: flex;
        flex-direction: column;
        align-items: flex-start;
        gap: 32px;
    }

    .singleMemberInfoSection .teamLandingBox .teamLandingBoxInfo .infoItem .item {
        display: flex;
        flex-direction: column;
        align-items: flex-start;
        gap: 0px;
    }

    .singleMemberInfoSection .teamLandingBox .teamLandingBoxInfo .infoItem .item .line {
        display: none;
    }

    .singleMemberInfoSection .teamLandingInfo .infoTitle {
        width: 100%;
        font-size: 58px;
        font-weight: 400;
        line-height: 70px;
    }

    .teamLandingBoxImg img {
        width: 100%;
        height: 300px;
    }

    .singleMemberInfoSection .teamLandingInfo {
        padding-bottom: 180px;
    }

    .singleMemberInfoSection .teamLandingBox .teamLandingBoxInfo .infoItem {
        padding-bottom: 40px;
        padding-top: 96px;
    }

    .singleMemberInfoSection .teamLandingBox {
        min-height: 390px;
    }
}

@media only screen and (max-width: 420px) {
    .singleMemberInfoSection .teamLandingInfo .infoTitle {
        width: 100%;
        font-size: 45px;
        font-weight: 400;
        line-height: 54px;
    }
}

/* abstractExpressionism */
.singleMemberSelectedWorksSection {
    width: 100%;
    height: auto;
    padding-block: 80px;
}

.singleMemberSelectedWorksSection .abstractExpressionismBox .boxInfo {
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding-bottom: 20px;
    border-bottom: 1px solid #858585;
    margin: 0;
}

.singleMemberSelectedWorksSection .abstractExpressionismBox .boxInfo .leftTitle {
    font-family: "HelveticaNeue", sans-serif;
    font-size: 20px;
    font-weight: 300;
    line-height: 30px;
    color: #858585;
    margin: 0;
    text-transform: uppercase;
}

.singleMemberSelectedWorksSection .abstractExpressionismBox .boxInfo .rightNumber {
    margin: 0;
    font-family: "HelveticaNeue", sans-serif;
    font-size: 20px;
    letter-spacing: 0em;
    line-height: 30px;
    color: #222222;
}

.singleMemberSelectedWorksSection .abstractExpressionismBox .boxInfoTitle {
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding-top: 20px;
    margin: 0;
}


.singleMemberSelectedWorksSection .abstractExpressionismBox .boxInfoTitle .title {
    font-family: "Helvetica", sans-serif;
    font-size: 72px;
    font-weight: 400;
    line-height: 80px;
    color: #222222;
    margin: 0;
    text-transform: uppercase;
}

.singleMemberSelectedWorksSection .abstractExpressionismBox .boxInfoTitle b {
    font-weight: 700;
}

.singleMemberSelectedWorksSection .abstractExpressionismBox .boxImage {
    display: flex;
    gap: 98px;
    padding-block: 72px;
    height: 100%;
    border-bottom: 1px solid #222222 !important;
    transition: box-shadow 0.2s ease-in-out;
}

.singleMemberSelectedWorksSection .abstractExpressionismBox .boxImage:hover {
    box-shadow: inset 0 -4px 0 #222222;
}

.singleMemberSelectedWorksSection .abstractExpressionismBox .boxImage.reverse {
    flex-direction: row-reverse;
}

.singleMemberSelectedWorksSection .abstractExpressionismBox .boxImage:hover {
    border-color: #222222;
}

.singleMemberSelectedWorksSection .abstractExpressionismBox .boxImage .leftImg {
    width: 100%;
    max-width: 420px;
    min-height: 394px;
    object-fit: cover;
}

.singleMemberSelectedWorksSection .abstractExpressionismBox .boxImage .boxImageInfo {
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    width: 100%;
}

.singleMemberSelectedWorksSection .abstractExpressionismBox .boxImage .boxImageInfo .boxImageInfoTop {
    width: 100%;
}

.singleMemberSelectedWorksSection .abstractExpressionismBox .boxImage .boxImageInfo .item {
    width: 100%;
    display: flex;
    justify-content: space-between;
}

.singleMemberSelectedWorksSection .abstractExpressionismBox .boxImage .boxImageInfo .item .boxImageInfoTitle {
    font-family: "Helvetica", sans-serif;
    font-size: 58px;
    font-weight: 700;
    line-height: 65px;
    color: #222222;
    margin: 0;
}

.singleMemberSelectedWorksSection .abstractExpressionismBox .boxImage .boxImageInfo .item .date {
    font-family: "HelveticaNeue", sans-serif;
    font-size: 20px;
    font-weight: 500;
    line-height: 30px;
    color: #222222;
    margin: 0;
}

.singleMemberSelectedWorksSection .abstractExpressionismBox .boxImage .description {
    width: 100%;
    max-width: 1315px;
    font-family: "HelveticaNeue", sans-serif;
    font-size: 20px;
    font-weight: 300;
    line-height: 30px;
    color: #858585;
    margin: 0;
    padding-top: 24px;
}

.singleMemberSelectedWorksSection .abstractExpressionismBox .boxImage .boxImageInfoLink {
    display: flex;
    align-items: flex-end;
}

.singleMemberSelectedWorksSection .abstractExpressionismBox .boxImage .boxImageInfoLink .link {
    font-family: "Inter", "Inter Placeholder", sans-serif;
    text-decoration: none;
    font-weight: 600;
    line-height: 24px;
    font-size: 16px;
    text-align: center;
    text-transform: uppercase;
    color: #FCFCFC;
    padding: 8px 30px;
    background-color: #222222;
}

@media only screen and (max-width:1439px) {
    .singleMemberSelectedWorksSection .abstractExpressionismBox .boxImage {
        display: flex;
        flex-direction: column !important;
        width: 100%;
    }

    .singleMemberSelectedWorksSection .abstractExpressionismBox .boxImage .leftImg {
        width: 100%;
        max-width: none;
        max-height: 394px;
    }

    .singleMemberSelectedWorksSection .abstractExpressionismBox .boxImage .boxImageInfoLink {
        padding-top: 32px;
    }

    .singleMemberSelectedWorksSection .abstractExpressionismBox .boxImage .boxImageInfoLink .link {
        width: 100%;

    }
}

@media only screen and (max-width:807px) {
    .singleMemberSelectedWorksSection .abstractExpressionismBox .boxInfoTitle {
        display: flex;
        justify-content: space-between;
        align-items: center;
        flex-wrap: wrap;
    }

    .singleMemberSelectedWorksSection .abstractExpressionismBox .boxInfoTitle .title {
        font-size: 50px;
        font-weight: 400;
        line-height: 60px;
    }

    .singleMemberSelectedWorksSection .abstractExpressionismBox .boxImage .boxImageInfo .item .boxImageInfoTitle {
        font-size: 40px;
        font-weight: 400;
        line-height: 50px;
    }

    .singleMemberSelectedWorksSection .abstractExpressionismBox .boxImage .boxImageInfo .item {
        flex-wrap: wrap;
    }

    .singleMemberSelectedWorksSection {
        padding-top: 40px;
        padding-bottom: 60px;
    }

    .singleMemberSelectedWorksSection .abstractExpressionismBox .boxImage {
        gap: 40px;
        padding-block: 40px;
    }

    .singleMemberSelectedWorksSection .abstractExpressionismBox .boxImage .primaryBtn {
        width: 100%
    }
}