@import url('https://fonts.googleapis.com/css2?family=Albert+Sans:ital,wght@0,100..900;1,100..900&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Albert+Sans:ital,wght@0,100..900;1,100..900&family=Fraunces:ital,opsz,wght@0,9..144,100..900;1,9..144,100..900&display=swap');


/* =====================
   BASE (mobile-first)
   ===================== */
body {
    font-family: "Albert Sans";
    
}

.main__content {
    background: linear-gradient(180deg, #F9F9F9 60.74%, #FFF 100%) !important;
}

/* =====================
   PROJECT CONTAINER
   ===================== */

.project__container {
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 64px;
}

@media screen and (min-width: 999px) {
    .project__container {
        gap: 138px;
    }
}

ul > li {
    font-family: Fraunces;
}

/* =====================
   GOAL TEXTS
   ===================== */

.goal__texts {
    display: flex;
    flex-direction: column;
    gap: 16px;
    justify-content: flex-start;
    margin-bottom: 32px;
}

@media screen and (min-width: 700px) {
    .goal__texts {
        flex-direction: row;
        gap: 30px;
        margin-bottom: 64px;
    }
}

.goal__items > h4 {
    color: var(--Neutral-Darkest, #292E3D);
    margin: 0;
    font-family: "Albert Sans";
    font-size: 32px;
    font-style: normal;
    font-weight: 800;
    line-height: normal;
}

@media screen and (min-width: 700px) {
    .goal__items > h4 {
        font-size: 54px;
    }
}

.goal__items > p {
    color: var(--Neutral-Darkest, #292E3D);
    margin: 0;
    font-family: Fraunces;
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
}

@media screen and (min-width: 700px) {
    .goal__items > p {
        font-size: 18px;
    }
}


/* =====================
   MAIN PAGES
   ===================== */

.main__pages > img {
    max-width: 100vw;
    width: 100%;
    object-fit: cover;
    display: block;
}


/* =====================
   MAIN TITLE
   ===================== */

div.main__title {
    margin: 32px 0;
}

@media screen and (min-width: 700px) {
    div.main__title {
        margin: 64px 0;
    }
}

.main__title > h3 {
    color: var(--Neutral-Darkest, #292E3D);
    margin: 0;
    font-family: "Albert Sans";
    font-size: 32px;
    font-style: normal;
    font-weight: 800;
    line-height: 150%;
}

@media screen and (min-width: 700px) {
    .main__title > h3 {
        font-size: 54px;
    }
}

.main__title > p {
    margin: 0;
    color: var(--Neutral-Darkest, #292E3D);
    font-family: Fraunces;
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    line-height: 150%;
    letter-spacing: 0.18px;
}

@media screen and (min-width: 700px) {
    .main__title > p {
        font-size: 18px;
    }
}


/* =====================
   ICON LIBRARY
   ===================== */

.icon__item {
    padding: 32px;
    background-color: white;
    border-radius: 25px;
}

@media screen and (min-width: 700px) {
    .icon__item {
        padding: 70px;
    }
}

.icon__item > img {
    max-width: 120px;
    width: 100%;
}

@media screen and (min-width: 700px) {
    .icon__item > img {
        max-width: 181px;
    }
}

.icon__library {
    display: flex;
    flex-direction: column;
    gap: 16px;
}

@media screen and (min-width: 700px) {
    .icon__library {
        gap: 24px;
    }
}

@media screen and (min-width: 999px) {
    .icon__library {
        display: grid;
        grid-template-columns: repeat(3, 1fr);
        gap: 32px;
    }
}


/* =====================
   TESTIMONIALS
   ===================== */

.testimonials {
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    gap: 32px;
}

@media screen and (min-width: 999px) {
    .testimonials {
        flex-direction: row;
        gap: 48px;
        justify-content: space-between;
    }
}

.testimonials__title > img {
    max-width: 60px;
}

@media screen and (min-width: 999px) {
    .testimonials__title > img {
        max-width: 100px;
    }
}

.testimonials__title > h3 {
    color: var(--Neutral-Darkest, #292E3D);
    max-width: 600px;
    margin: 0;
    font-family: "Albert Sans";
    font-size: 32px;
    font-style: normal;
    font-weight: 800;
    line-height: 150%;
}

@media screen and (min-width: 700px) {
    .testimonials__title > h3 {
        font-size: 53px;
    }
}

.testimonials__title > h3 > span {
    color: var(--Neutral-Darkest, #292E3D);
    font-family: Fraunces;
    font-size: 32px;
    font-style: normal;
    font-weight: 400;
    line-height: 125%;
}

@media screen and (min-width: 700px) {
    .testimonials__title > h3 > span {
        font-size: 53px;
    }
}

.testimonials__title > h3 > span > span {
    color: var(--Neutral-Darkest, #292E3D);
    font-family: Fraunces;
    font-size: 32px;
    font-style: italic;
    font-weight: 400;
    line-height: 125%;
}

@media screen and (min-width: 700px) {
    .testimonials__title > h3 > span > span {
        font-size: 53px;
    }
}

.testimonials__content {
    max-width: 100%;
    padding-right: 0;
}

@media screen and (min-width: 999px) {
    .testimonials__content {
        max-width: 500px;
    }
}

.testimonials__content > p {
    color: var(--Neutral-Darkest, #292E3D);
    font-family: Fraunces;
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    line-height: 150%;
    letter-spacing: 0.18px;
}

@media screen and (min-width: 700px) {
    .testimonials__content > p {
        font-size: 18px;
    }
}

p.testimonial--heading {
    color: var(--Neutral-Darkest, #292E3D);
    font-family: Fraunces;
    margin: 0;
    font-size: 18px;
    font-style: normal;
    font-weight: 400;
    line-height: 150%;
    letter-spacing: 0.22px;
}

@media screen and (min-width: 700px) {
    p.testimonial--heading {
        font-size: 22px;
    }
}

.testimonials__content > .reviewer > p {
    color: var(--Neutral-Darkest, #292E3D);
    font-family: Fraunces;
    font-size: 20px;
    font-style: normal;
    font-weight: 700;
    line-height: 150%;
    letter-spacing: 0.24px;
}

@media screen and (min-width: 700px) {
    .testimonials__content > .reviewer > p {
        font-size: 24px;
    }
}

.testimonials__content > .reviewer > p > span.job {
    color: var(--Neutral-Darkest, #292E3D);
    font-family: Fraunces;
    font-size: 16px;
    font-style: normal;
    font-weight: 700;
    line-height: 150%;
    letter-spacing: 0.18px;
}

@media screen and (min-width: 700px) {
    .testimonials__content > .reviewer > p > span.job {
        font-size: 18px;
    }
}


.testimonials > .col2 {
    max-width: 630px;
    width: 100%;
}

/* =====================
   GRID ROW
   ===================== */

.grid-row {
    padding: 0 1rem;
}

@media all and (min-width: 700px) {
    .grid-row {
        padding: 0;
        width: 90%;
        margin: 0 auto;
    }

    .grid-row--12 {
        max-width: 1399px;
    }

    .grid-row--10 {
        max-width: 1161px;
    }

    .grid-row--8 {
        max-width: 923px;
    }

    .grid-row--6 {
        max-width: 685px;
    }
}
