/* ========= ABOUT PROFILE CSS============== */

.about--content--heading .section--description {
    margin: unset;
    max-width: unset;
}

.about__profile__description {
    margin-top: 0.5rem;
}

.about--content--profile .about__profile {
    background: rgba(10, 76, 246, 0.25);
    padding: 1.5em;
    border-radius: 1em;
}

.about--content--profile {
    flex-direction: column;
    gap: 1.5rem;
    margin-top: 1rem;
}

.about__profile.about__profile-1 {
    background: rgba(10, 76, 246, 0.25);
}

.about__profile.about__profile-2 {
    background: rgba(2, 214, 155, 0.25);
}

.about__profile.about__profile-3 {
    background: rgba(255, 57, 57, 0.25);
}

.about__profile__heading {
    display: flex;
    gap: 1rem;
    align-items: center;
    flex-direction: column;
}

.about__profile__icon__bg {
    border-radius: 50%;
    padding: 14px;
}

.about__profile__icon__bg img {
    width: 28px;
}

.about__profile__object {
    display: none;
}

/* ========= END ABOUT PROFILE CSS============== */

/* ========= ABOUT GOALS AND MOTIVATION CSS============== */

.about--goals--motivation {
    position: relative;
    overflow: hidden;
}

.goals__motivation__objects {
    position: absolute;
    width: 100%;
    height: 100%;
}

.goals__motiv_obj {
    position: absolute;
}

.goals__motivation__headings {
    display: flex;
    align-items: center;
    justify-content: space-between;
}

.about--goals--motivation {
    border-radius: 1rem;
    padding: 2em;
    max-width: 298px;
}

.about--goals--motivation.about--goals--wrapper {
    background: linear-gradient(to right top, #0f40be, #0b44ce, #0947de, #084bef, #0a4eff);
}

.about--goals--motivation.about--motivation--wrapper {
    background: linear-gradient(to right top, #08c269, #05d170, #03e077, #01ef7e, #00ff85);
}

.section--motivation .about--content {
    display: flex;
    gap: 2rem;
    flex-direction: column;
    align-items: center;
    margin-top: 1rem;
}

.goals__motivation__headings,
.goals__motivation__description {
    position: relative;
    z-index: 5;
}

.goals__motivation__description {
    margin-top: 1em;
}

.goals__motivation__objects {
    left: 0;
    top: 0;
}

.goals__motiv_obj.goals__objects-1 {
    bottom: -48px;
    right: 32px;
}

.goals__motiv_obj.goals__objects-2 {
    bottom: -103px;
    right: -31px;
}

.goals__motiv_obj.goals__objects-3 {
    right: -75px;
    bottom: 30px;
}

.goals__motiv_obj.goals__objects-4 {
    bottom: 9px;
    left: 33px;
}

.goals__motiv_obj.motivation__objects-1 {
    right: -278px;
    bottom: -119px;
}

.goals__motiv_obj.motivation__objects-2 {
    bottom: -117px;
    left: -15px;
}

.goals__motiv_obj.motivation__objects-3 {
    bottom: 10px;
    left: 29px;
}

#about--page .about--section.section--motivation .container.section {
    padding-top: 4rem;
    padding-bottom: 4rem;
}

.about--section.section--motivation .row {
    align-items: center;
    flex-direction: column-reverse;
}

.about--content--heading,
.about--content--profile {
    text-align: center;
}

.goals__motivation__icon {
    width: 35px;
}

/* ========= END ABOUT GOALS AND MOTIVATION CSS============== */
/* ========= ABOUT TECHNICAL CSS============== */
.section--technical .about--content--heading {
    text-align: center;
    margin: auto;
}

.section--technical .about--content {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(261px, 1fr));
    gap: 4rem;
}

.about--technical--content {
    background: var(--crl-primary);
    border-radius: 1rem;
    padding: 1em 4.5em;
    text-align: center;
    box-shadow: rgba(0, 0, 0, 0.16) 0px 3px 6px, rgba(0, 0, 0, 0.23) 0px 3px 6px;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
}

.about__technical__icon {
    margin: auto;
}

.about--technical--heading {
    margin-top: 1em;
}

/* ========= END ABOUT TECHNICAL CSS============== */

/* 2xs */
@media (min-width: 375px) {

    /* ========= GOALS AND MOTIVATION CSS============== */
    .about__profile {
        max-width: 288px;
        margin: auto;
    }

    /* ========= END ABOUT GOALS AND MOTIVATION CSS============== */
}

/* xs */
@media (min-width: 475px) {

    /* ========= ABOUT PROFILE CSS============== */
    .about__profile {
        max-width: 320px;
    }

    /* ========= END ABOUT PROFILE CSS============== */

    /* ========= ABOUT TECHNICAL CSS============== */

    .section--technical .about--content {
        grid-template-columns: repeat(auto-fit, minmax(189px, 1fr));
    }

    .section--technical .about--content {
        gap: 3rem;
    }

    /* ========= END ABOUT TECHNICAL CSS============== */

}

/* sm */
@media (min-width: 640px) {

    /* ========= ABOUT PROFILE CSS============== */
    .about__profile {
        max-width: 400px;
    }

    /* ========= END ABOUT PROFILE CSS============== */
}

/* md */
@media (min-width: 768px) {

    /* ========= ABOUT PROFILE CSS============== */
    .about__profile__heading {
        flex-direction: row;
    }

    .about__profile__object {
        display: block;
    }

    .about__profile {
        max-width: unset;
    }

    /* ========= END ABOUT PROFILE CSS============== */

    /* ========= GOALS AND MOTIVATION CSS============== */
    .about--content--heading {
        text-align: left;
    }

    .about--section.section--motivation .row {
        align-items: center;
        flex-direction: row;
    }

    .section--motivation .about--content {
        margin-top: unset;
    }

    /* ========= END GOALS AND MOTIVATION CSS============== */

    /* ========= ABOUT TECHNICAL CSS============== */
    .section--technical .about--content--heading {
        max-width: 80%;
    }

    /* ========= END ABOUT TECHNICAL CSS============== */

}

/*lg */
@media (min-width: 1024px) {


    /* ========= GOALS AND MOTIVATION CSS============== */

    .section--motivation .about--content {
        gap: 1rem;
        flex-direction: row;
        align-items: start;
    }

    .about--goals--motivation {
        max-width: 275px;
    }

    /* ========= END GOALS AND MOTIVATION CSS============== */

    /* ========= ABOUT TECHNICAL CSS============== */

    .section--technical .about--content {
        gap: 4rem;
    }

    /* ========= END ABOUT TECHNICAL CSS============== */
}

/* xl */
@media (min-width: 1200px) {

    /* ========= GOALS AND MOTIVATION CSS============== */
    .about--goals--motivation {
        max-width: 298px;
    }

    .section--motivation .about--content {
        gap: 3rem;
    }

    /* ========= END GOALS AND MOTIVATION CSS============== */

    /* ========= ABOUT TECHNICAL CSS============== */

    .section--technical .about--content {
        grid-template-columns: repeat(auto-fit, minmax(270px, 1fr));
    }

    /* ========= END ABOUT TECHNICAL CSS============== */
}

/* 2xl */
/* @media (min-width: 1280px) {} */

/* 3xl */
/* @media (min-width: 1536px) {} */