.content-part9 {
    width: 100%;
    height: auto;
    /* border: 2px solid red; */
    display: flex;
    flex-direction: column;
    padding-block: var(--main-block-padding);
    gap: 120px;
}

.content-part9-top {
    display: flex;
    justify-content: space-between;
    gap: 100px;
}

.content-part9-top > div {
    width: 100%;
    /* height: 800px; */
    /* border: 2px solid green; */
}

.content-part9-top-left-title {
    display: flex;
    flex-direction: column;
    margin-bottom: 30px;
}

.content-part9-top-left-title > span {
    font-size: 5.5rem;
   
    text-transform: capitalize;
    white-space: pre-line;
}

.content-part9-top-left-title > span:first-child {
    font-weight: bold;
}

.content-part9-top-left-title > span:last-child {
    font-weight: thin;
}

.content-part9-top-left-info {
    display: flex;
    flex-direction: column;
    gap: 10px;
}

.content-part9-top-left-info > div:first-child {
    height: 40px;
    width: 40px;
    background-color: blue;
    border-radius: 50%;
    background: url('../imgs/part9/avatar1.png');
    background-size: cover;
    filter: grayscale(100%);
}

.content-part9-top-left-info > div:last-child {
    display: flex;
    gap: 10px;
    font-size: 0.8rem;
}

.content-part9-top-left-text {
    font-size: 2rem;
    white-space: pre-line;
}

.content-part9-top-right {
    position: relative;
    font-size: 4rem;
    right: 100px;
}

.content-part9-top-right > img{
    width: 450px;
    height: 600px;
    object-fit: cover;
    transition: all 0.5s ease-in-out;
}

.content-part9-top-right > span {
    position: absolute;
}

.content-part9-top-right > span:first-of-type{
    right: 0;
    top: -50px;
    height: 110px;
    width: 110px;
    background-color: rgb(237, 124, 43);
    color: white;
    display: flex;
    justify-content: center;
    align-items: center;
    border-bottom-left-radius: 30px;
}

.content-part9-top-right > span:last-of-type{
    left: 30px;
    bottom: 0;
    font-size: 19rem;
    font-weight: 700;
    color: white;
}

.content-part9-bottom {
    display: flex;
    justify-content: space-between;
    gap: 20px;
}

.content-part9-bottom > div {
    width: 100%;
    /* border: 2px solid red; */
}

.content-part9-bottom-item {
    position: relative;
    height: 500px;
    border-radius: 12px;
    overflow: hidden;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    color: white;
    z-index: 0;
    padding: 40px;
    padding-top: 100px;
}

.bottom-bg-item{
    position: absolute;
    z-index: -1;
    top: 0;
    left: 0;
}

img.bottom-bg-item{
    width: 100%;
    height: 100%;
    object-fit: cover;
    object-position: right;
    filter: grayscale(100%);
}

div.bottom-bg-item{
    width: 100%;
    height: 100%;
    background-color:black;
    opacity: 0.8;
}

.content-part9-bottom-item-top > :first-child{
    font-size: 0.8rem;
    color: rgb(161, 161, 161);
}

.content-part9-bottom-item-top > :last-child{
    font-size: 2rem;
    white-space: pre-line;
    line-height: 1.4;
    letter-spacing: 1px;
}

.content-part9-bottom-item-top {
    display: flex;
    flex-direction: column;
    gap: 20px;
}

.content-part9-bottom-item-bottom > div{
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.content-part9-bottom-item-bottom > :first-child{
    font-size: 1.5rem;
}

.content-part9-bottom-item-bottom > :first-child {
    width: 50px;
    height: 50px;
    background-color: blue;
    border-radius: 50%;
    background: url('../imgs/part9/avatar1.png');
    background-size: cover;
    filter: grayscale(100%);
}

.content-part9-bottom-item-bottom.right-card > :first-child {
    background: url('../imgs/part9/avatar2.png');
    background-size: cover; 
}

.content-part9-bottom-item-bottom > :last-child{
    display: flex;
    gap: 10px;
    font-size: 0.8rem;
    font-weight: 800;
}

.content-part9-bottom-item-bottom > :last-child > span{
    font-weight: 400;
    
}



.content-part9-top:hover .content-part9-top-right > img{
    width: 550px;
    /* height: 670px; */
}
