/* ABOUT PAGE */

.c-about-landing-wrapper {
    width: 100%;
    background-repeat: no-repeat;
    background-size: cover, cover;
    background-color: hsl(233, 39%, 17%);
    background-image: url('../images/GRAPH_PATTERN_LANDING.webp'), radial-gradient(circle farthest-side at right bottom, hsl(182, 56%, 49%) 0%, hsl(233, 39%, 17%) 100%);
}

.c-about-landing-section {
    position: relative;
    z-index: 1;
    height: 100%;
    background-repeat: no-repeat;
    background-position: right center;
    background-size: 70%;
    background-image: url('../images/ABOUT_US_LANDING.svg');

    @media (max-width: 1599px) {
        background-size: 70%;
    }

    @media (max-width: 1199px) {
        background-size: 80%;
    }

    @media (max-width: 991px) {
        background-position: 100% 20%;
        background-size: 100%;
    }
}

.c-about-title-wrapper {
    display: flex;
    flex-direction: column;
    align-self: flex-end;
    width: 100%;
    padding-bottom: 10rem;
    padding-left: 8rem;

    @media (max-width: 991px) {
        padding: 0 1rem 0 1rem;
    }
}

.c-about-title {
    display: flex;
    flex-direction: column;
    text-transform: uppercase;
    font-weight: bold;
    font-size: var(--h1FontSize);
    color: #FFFFFF;
    word-break: break-word;
    max-width: 33%;
    padding-bottom: 5rem;
    backdrop-filter: blur(1px) saturate(100%);

    @media (max-width: 1599px) {
        font-size: 4rem;
    }

    @media (max-width: 1199px) {
        font-size: 3rem;
    }

    @media (max-width: 991px) {
        max-width: unset;
        padding-bottom: 1.0rem;
    }
}

.c-about-description-wrapper {
    color: #FFFFFF;
    line-height: 3rem;
    width: 33%;

    @media (max-width: 991px) {
        width: 100%;
        padding-bottom: 5rem;
    }
}

.c-about-us-summary {
    display: flex;
    flex-direction: column;
    align-items: center;
    padding-top: 11rem;
    padding-bottom: 11rem;
}

.c-about-us-brand-title {
    padding-bottom: 1rem;
}

.c-about-us-summary-title {
    text-transform: uppercase;
    font-weight: bold;
    font-size: var(--h2FontSize);
    padding-bottom: 5rem;

    @media (max-width: 991px) {
        font-size: 3rem;
    }
}

.c-about-us-summary-intro-founder {
    display: flex;

    @media (max-width: 1599px) {
        flex-direction: column;
    }

    @media (max-width: 991px) {
        flex-direction: column;
    }
}

.c-about-us-gradient-logo-text-intro {
    display: flex;
    align-items: center;
}

.c-about-us-gradient-text {
    background-image: linear-gradient(118.458deg, #0F48A4 0%, #12C2CE 100%);
    color: transparent;
    background-clip: text;
    -webkit-text-fill-color: transparent;
}

.c-about-us-summary-content {
    display: flex;
    justify-content: space-evenly;
    max-width: 80vw;

    @media (max-width: 991px) {
        max-width: 90vw;
        flex-direction: column;
        align-items: center;
    }
}

.c-about-us-summary-intro-birth {
    display: flex;
}

.c-about-us-summary-image {
    position: relative;

    img {
        object-fit: cover;
        width: 100%;
        height: 564px;
        border-radius: 20%;
        border-bottom-right-radius: 1.15rem;
    }

    @media (max-width: 991px) {
        img {
            height: 420px;
        }
    }

    @media (max-width: 767px) {
        img {
            height: 300px;
        }
    }
}

.c-about-us-img-label {
    display: flex;
    flex-direction: column;
    position: absolute;
    bottom: 15px;
    right: 15px;
    padding: 1rem;
    background-color: #fff;
    border-radius: 10px;

    @media (max-width: 767px) {
        font-size: 1.3rem;
    }

    .c-about-us-gradient-text {
        text-transform: uppercase;
        font-weight: bold;
    }
}


.c-about-us-summary-text {
    line-height: 3rem;
    max-width: 30%;

    @media (max-width: 1599px) {
        max-width: 35%;
    }

    @media (max-width: 991px) {
        max-width: 85%;
        padding-top: 3.5rem;
    }
}
