.montage-title {
    text-align: center;
    padding: 50px;
    padding-top: 100px;
}

.montage-title h1 {
    font-size: 2.5rem;
}

.montage-biography {
    height: 50vh;
    width: 100%;
    background-color: var(--platinum);
    border-radius: 30px;
    
}

.montage-biography h1 {
    color: var(--real-black);
    width: 100%;
}

.rounded-video {
    /* height: 50vh; */
    display: flex;
    width: 100%;
    max-width: 800px;
    text-align: center;
    align-items: center;
    border-radius: 15px; /* Adjust the radius as needed */
    overflow: hidden; /* This ensures the corners are rounded by clipping content */
}

.video-container {
    display: flex;
    justify-content: center;
}

.bio-container {
    /* border: 1px solid var(--grey); */
    width: 100%;
    height: 100%;
    display: flex;
    justify-content: center;
    flex-wrap: wrap;
    overflow-x: hidden;
    overflow-y: hidden;
    /* margin-bottom: 10rem; */
    padding-bottom: 3rem;
}

.bio-container p {
    color: var(--platinum);
    transition: color 1s;
}

.bio-image-container {
    display: grid;
    place-items: center;
}

.bio-image-container img {
    margin-top: 3rem;
    object-fit: cover;
    width: 60%;
    position: relative;
    /* filter: grayscale(100%);
    -webkit-filter: grayscale(100%); */
    -webkit-mask-image: linear-gradient(to bottom, black 55%, transparent 100%);
    mask-image: linear-gradient(to bottom, black 55%, transparent 100%);
    transition: 600ms ease;
}

.bio-image-container img:hover {
    cursor: default;
    scale: 1.04;
}

.bio-text-container {
    /* margin-top: 5rem; */
    position: relative;
    top: 2rem;
    padding: 1rem;
    /* border: 2px solid var(--dark-blue); */
    border-radius: 1rem;
    width: 80%;
    transition: 600ms ease;
    color: var(--platinum);
}

.bio-text-container:hover {
    cursor: default;
    scale: 1.04;
}

.bio-title {
    display: flex;
    align-items: center;
}

.bio-title h3 {
    font-size: 20px;
    padding-top: 0.5rem;
    padding-bottom: 1rem;
    padding-right: 0.5rem;
    font-weight: bold;
    white-space: nowrap;
}

.bio-title-border {
    height: 1px;
    width: 100%;
    background-color: var(--platinum);
    margin-top: 0.5rem;
    flex-grow: 1;
    margin-bottom: 1rem;
}

.bio-content p {
    padding-bottom: 0.5rem;
    padding-left: 1.5rem;
}

.bio-content-dot p:before {
    content: '• ';
}

.bio-card-left {
    /* background-color: teal; */
    position: relative;
    flex: 1;
    opacity: 1;
    transition: 1500ms cubic-bezier(0.165, 0.84, 0.44, 1);
    transform: translateX(50%);
}

.bio-card-right {
    /* background-color: tomato; */
    position: relative;
    flex: 1;
    opacity: 0;
    transition: 1400ms ease;
    transform: translateX(50%);
}

/* .top-section */
.top-section {
    text-align: center;
    padding-top: 5rem;
    padding-bottom: 4rem;
    max-width: 0 auto;
    margin: 0 auto;
}

.top-section h1 {
    color: var(--platinum);
    margin: 1rem;
    transition: color 1s;
    font-size: 40px;
}

h1, h3 {
    /* font-family: "Times New Roman", serif; */
}

p {
    font-family: 'Century Gothic', 'Helvetica';
}

.top-section h3 {
    color: var(--platinum);
    margin: 1rem;
    transition: color 1s;
    font-size: 30px;
}

.top-section-2 {
    text-align: center;
    padding-top: 5rem;
    padding-bottom: 4rem;
    max-width: 0 auto;
    margin: 0 auto;
}

.top-section-2 h3 {
    color: var(--platinum);
    margin: 1rem;
    transition: color 1s;
    font-size: 30px;
}

.top-section-3 {
    text-align: center;
    padding-top: 5rem;
    padding-bottom: 4rem;
    max-width: 0 auto;
    margin: 0 auto;
}

.top-section-3 h3 {
    color: var(--platinum);
    margin: 1rem;
    transition: color 1s;
    font-size: 30px;
}

.top-section-4 {
    text-align: center;
    padding-top: 5rem;
    padding-bottom: 4rem;
    max-width: 0 auto;
    margin: 0 auto;
}

.top-section-4 h3 {
    color: var(--platinum);
    margin: 1rem;
    transition: color 1s;
    font-size: 30px;
}

/* end .top-section */

/* .timeline */

.timeline {
    position: relative;
    min-height: 150px;
    margin-bottom: 5rem;
}

.timeline-2 {
    position: relative;
    min-height: 150px;
    margin-bottom: 5rem;
}

.timeline-3 {
    position: relative;
    min-height: 150px;
    margin-bottom: 5rem;
}

.timeline-4 {
    position: relative;
    min-height: 150px;
    margin-bottom: 5rem;
}

/* end .timeline */

/* .line-horizontal */
.line-horizontal {
    position: absolute;
    z-index: 2;
    /* left: calc(50% - 1px); */
    width: 2px;
    top: 50px;
    bottom: -50px;
    background-color: var(--white);
    height: 25px;
}


.line-horizontal:after {
    width: 0;
}

.line-horizontal-career {
    position: absolute;
    z-index: 2;
    /* left: calc(50% - 1px); */
    width: 2px;
    top: 50px;
    bottom: -50px;
    background-color: var(--white);
    height: 25px;
}


.line-horizontal-career:after {
    width: 0;
}

.line-horizontal-exp {
    position: absolute;
    z-index: 2;
    /* left: calc(50% - 1px); */
    width: 2px;
    top: 50px;
    bottom: -50px;
    background-color: var(--white);
    height: 25px;
}


.line-horizontal-exp:after {
    width: 0;
}

.line-horizontal-political {
    position: absolute;
    z-index: 2;
    /* left: calc(50% - 1px); */
    width: 2px;
    top: 50px;
    bottom: -50px;
    background-color: var(--white);
    height: 25px;
}


.line-horizontal-political:after {
    width: 0;
}

/* .line */
.line {
    position: absolute;
    z-index: 2;
    left: calc(50% - 1px);
    width: 2px;
    top: -50px;
    bottom: -50px;
    background-color: var(--platinum);
}

.line:before,
.line:after {
    position: absolute;
    display: block;
    content: '';
    height: 1rem;
    width: 1rem;
    border-radius: 50%;
    background-color: var(--platinum);
    left: 50%;
    transform: translateX(-50%);
}

.line:after {
    bottom: 0;
}

.line-2 {
    position: absolute;
    z-index: 2;
    left: calc(50% - 1px);
    width: 2px;
    top: -50px;
    bottom: -50px;
    background-color: var(--platinum);
}

.line-2:before,
.line-2:after {
    position: absolute;
    display: block;
    content: '';
    height: 1rem;
    width: 1rem;
    border-radius: 50%;
    background-color: var(--platinum);
    left: 50%;
    transform: translateX(-50%);
}

.line-2:after {
    bottom: 0;
}

.line-3 {
    position: absolute;
    z-index: 2;
    left: calc(50% - 1px);
    width: 2px;
    top: -50px;
    bottom: -50px;
    background-color: var(--platinum);
}

.line-3:before,
.line-3:after {
    position: absolute;
    display: block;
    content: '';
    height: 1rem;
    width: 1rem;
    border-radius: 50%;
    background-color: var(--platinum);
    left: 50%;
    transform: translateX(-50%);
}

.line-3:after {
    bottom: 0;
}

.line-4 {
    position: absolute;
    z-index: 2;
    left: calc(50% - 1px);
    width: 2px;
    top: -50px;
    bottom: -50px;
    background-color: var(--platinum);
}

.line-4:before,
.line-4:after {
    position: absolute;
    display: block;
    content: '';
    height: 1rem;
    width: 1rem;
    border-radius: 50%;
    background-color: var(--platinum);
    left: 50%;
    transform: translateX(-50%);
}

.line-4:after {
    bottom: 0;
}

/* end .line */

/* .section */

.section {
    display: flex;
    opacity: 0;
    /* transform: translateX(-100%); */
    transition: 600ms ease;
    position: relative;
    z-index: 1;
    /* margin: 20px 0; */
    padding-top: 1.0rem;
    border-radius: 1rem;
    align-items: start;
    min-height: 200px;
    /* height: 200px; */
}

.section:nth-child(odd) {
    flex-direction: row-reverse;
    /* transform: translateX(100%); */
}

.section-2 {
    display: flex;
    opacity: 0;
    /* transform: translateX(-100%); */
    transition: 600ms ease;
    position: relative;
    z-index: 1;
    /* margin: 20px 0; */
    padding-top: 1.0rem;
    border-radius: 1rem;
    align-items: start;
    min-height: 200px;
    /* height: 200px; */
}

.section-2:nth-child(odd) {
    flex-direction: row-reverse;
    /* transform: translateX(100%); */
}

.section-3 {
    display: flex;
    opacity: 0;
    /* transform: translateX(-100%); */
    transition: 600ms ease;
    position: relative;
    z-index: 1;
    /* margin: 20px 0; */
    padding-top: 1.0rem;
    border-radius: 1rem;
    align-items: start;
    min-height: 200px;
    /* height: 200px; */
}

.section-3:nth-child(odd) {
    flex-direction: row-reverse;
    /* transform: translateX(100%); */
}

.section-4 {
    display: flex;
    opacity: 0;
    /* transform: translateX(-100%); */
    transition: 600ms ease;
    position: relative;
    z-index: 1;
    /* margin: 20px 0; */
    padding-top: 1.0rem;
    border-radius: 1rem;
    align-items: start;
    min-height: 200px;
    /* height: 200px; */
}

.section-4:nth-child(odd) {
    flex-direction: row-reverse;
    /* transform: translateX(100%); */
}

/* end .section */

/* .content-title */
.content-title {
    display: flex;
    opacity: 1;
    transform: translateX(-17%);
    transition: 600ms ease;
    position: relative;
    z-index: 1;
    /* margin: 20px 0; */
    padding-right: 6rem;
    border-radius: 1rem;
    align-items: start;
    min-height: 200px;
    top: 1.5rem;
    color: var(--platinum);
}

.content-title:nth-child(odd) {
    flex-direction: row-reverse;
    transform: translateX(17%);
}

.content-title-2 {
    display: flex;
    opacity: 1;
    transform: translateX(-24%);
    transition: 600ms ease;
    position: relative;
    z-index: 1;
    /* margin: 20px 0; */
    padding-right: 6rem;
    border-radius: 1rem;
    align-items: start;
    min-height: 200px;
    top: 1.5rem;
    color: var(--platinum);
}

.content-title-2:nth-child(odd) {
    flex-direction: row-reverse;
    transform: translateX(24%);
}

.content-title-2-single {
    margin-left: 1rem;
    margin-right: 1rem;
}

.content-title-3 {
    display: flex;
    opacity: 1;
    transform: translateX(-24%);
    transition: 600ms ease;
    position: relative;
    z-index: 1;
    /* margin: 20px 0; */
    padding-right: 6rem;
    border-radius: 1rem;
    align-items: start;
    min-height: 200px;
    top: 1.5rem;
    color: var(--platinum);
}

.content-title-3:nth-child(odd) {
    flex-direction: row-reverse;
    transform: translateX(24%);
}

.content-title-3-single {
    margin-left: 1rem;
}

.content-title-4 {
    display: flex;
    opacity: 1;
    transform: translateX(-24%);
    transition: 600ms ease;
    position: relative;
    z-index: 1;
    /* margin: 20px 0; */
    padding-right: 6rem;
    border-radius: 1rem;
    align-items: start;
    min-height: 200px;
    top: 1.5rem;
    color: var(--platinum);
}

.content-title-4:nth-child(odd) {
    flex-direction: row-reverse;
    transform: translateX(24%);
}

.content-title-4-single {
    margin-left: 1rem;
}

/* end .content-title */

.bead {
    position: absolute;
    display: block;
    height: 1rem;
    width: 1rem;
    border-radius: 50%;
    background-color: var(--platinum);
    left: 50%;
    top: 20%;
    transform: translateX(-50%);
}

.content {
    width: calc(50% - 2rem);
    border: 2px solid var(--platinum);
    border-radius: 1rem;
    padding: 1rem;
    transition: 600ms ease;
}

.content:hover {
    cursor: default;
    scale: 1.04;
}

.content p:before {
    content: '• ';
}

.content p {
    padding: 0.25rem;
    color: var(--platinum);
}

.show-me:nth-child(n) {
    transform: none;
    opacity: 1;
}


@media (max-width: 992px) {

    /* .bio-card-left {
        transform: translateX(0%);
    } */

    /* .bio-card-right {
        transform: translateX(0%);
    } */

    .bio-text-container {
        width: 100%;
        font-size: 13px;
    }

    .bio-title h3 {
        font-size: 18px;
    }

    .content {
        font-size: 13px;
    }
}

@media (max-width: 576px) {
    .bio-container {
        flex-direction: column;
    }

    .bio-card-left {
        transform: translateX(0%);
    }

    .bio-image-container img {
        margin-top: 2rem;
    }

    .bio-title h3 {
        font-size: 17px;
    }

    .bio-text-container {
        font-size: 12px;
    }

    .content-title {
        transform: translateX(-25%);
        padding-right: 3rem;
        width: 190px;
    }

    .content-title:nth-child(odd) {
        transform: translateX(25%);
    }

    .content-title-2 {
        transform: translateX(-27%);
        /* width: 190px; */
    }

    .content-title-2:nth-child(odd) {
        transform: translateX(27%);
    }

    .content-title-3 {
        transform: translateX(-27%);
        padding-right: 6rem;
        /* width: 190px; */
    }

    .content-title-3:nth-child(odd) {
        transform: translateX(27%);
    }

    .content-title-3-single {
        margin-left: 1.5rem;
    }

    .content-title-4 {
        transform: translateX(-27%);
        /* padding-right: 6rem; */
    }

    .content-title-4:nth-child(odd) {
        transform: translateX(27%);
    }

    .content-title,
    .content-title-2,
    .content-title-3,
    .content-title-4 {
        font-size: 13px;
        /* padding-right: 3rem;
        width: 190px; */
    }

    .bio-card-right {
        margin-left: 20px;
        margin-right: 20px;
        /* margin: 20px 0; */
    }
}

/* @media (max-width: 576px) {

} */