
:root {
    --violet: rgb(180 62 140);
    --dark-grey: #2b2b2b;
    --grey: #434343;
    --green: #ccf556;
    --orange: #ecb82a;
}

/* Introduction */
#introduction {
    width: 100%;
}

#introduction .row {
    margin: 12rem 0rem 0rem 0rem;
}

#introduction .introduction__orange-star {
    position: absolute;
    top: 0;
    transform: scale(1.25);
}

h1 {
    text-align: end;
    font-family: 'Anton';
    font-size: 6rem;
    line-height: 6.25rem;
    letter-spacing: 0.05rem;
    text-transform: uppercase;
    color: var(--dark-grey);
    padding-bottom: 1rem;
    margin: 0;
    border-bottom: 2px solid var(--violet);
}

#introduction h2 {
    padding-top: 1rem;
    text-align: end;
    font-family: 'Anton';
    font-size: 2.5rem;
    text-transform: uppercase;
}

.intro-text {
    padding: 6.25rem 2rem 1rem 2rem;
    font-size: 1rem;
    color: var(--dark-grey);
    font-weight: 500;
}

.intro-text__first-column {
    padding-left: 4rem;
    padding-right: 1rem;
}

.intro-text__second-column {
    padding-right: 3rem;
}

.intro-text__second-column p:last-child {
    padding-bottom: 2.5rem;
    border-bottom: 2px solid var(--violet);
}

/* Our Team Members */
#our-team {
    width: 100%;
    position: relative;
}

#our-team h2 {
    font-family: 'Anton';
    font-size: 6rem;
    line-height: 6.25rem;
    color: #e1b2d2;
    text-align: center;
    padding-top: 6rem;
}

.members {
    width: 82.5%;
    margin: 3rem auto;
}

.members > div {
    padding: 0rem 0.25rem;
}

.members > div:nth-child(2n) {
    padding-top: 7.5%;
}

.members img {
    width: 100%;
    margin: 0 auto;
}

.member__name {
    position: relative;
    z-index: 5;
    margin: -1.75rem auto 1rem;
    border-radius: 5rem;
    background-color: #d132a6;
    border-radius: 5rem;
    font-size: 1rem;
    font-weight: 800;
    text-align: center;
    padding: 0.4rem 0.75rem;
    border: 0.1rem solid var(--dark-grey);
}

.member__name.bg-orange {
    background-color: var(--orange);
}

.member__name.bg-green {
    background-color: var(--green);
}

.member__rol {
    font-family: 'Anton';
    font-size: 1.6rem;
    line-height: 2rem;
    text-align: center;
    padding: 0rem 0.25rem;
}

/* Bottom Banner */
.bottom-banner {
    display: flex;
    bottom: 0;
    width: 100%;
    background-color: var(--dark-grey);
    margin: 0;
}

.bottom-banner h3 {
    font-family: 'Anton';
    font-size: 3rem;
    color: var(--green);
    width: 100%;
    text-align: end;
    padding-bottom: 1rem;
}

.bottom-banner__left {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: end;
    padding: 2rem;
}

.bottom-banner__left p {
    color: #ffffff;
    font-weight: 600;
    font-size: 1.25rem;
}

.bottom-banner__right {
    padding: 1rem 3rem 1rem 2.5rem;
    display: flex;
    flex-direction: column;
    justify-content: space-around;
}

.bottom-banner__right p {
    color: #ffffff;
    margin-bottom: 0;
}

/* Footer */
.custom-shape-divider-top-1704470027 .shape-fill {
    fill: var(--dark-grey);
}


@media screen and (max-width: 1600px) {
    #introduction .introduction__orange-star {
        position: absolute;
        left: -10%;
        transform: scale(1);
    }

    .intro-text {
        font-size: 0.9rem;
    }
}

@media screen and (max-width: 1399px) {
    /* Introduction */
    #introduction .row {
        margin: 6rem 0rem 0rem 0rem;
    }
    
    #introduction .introduction__orange-star {
        position: absolute;
        top: 0;
        left: -17%;
        transform: scale(0.75);
    }
    
    h1 {
        font-size: 5.7rem;
        line-height:  6rem;
    }

    #introduction h2 {
        font-size: 2.25rem;
    }

    #introduction .col-3 {
        padding-top: 6rem;
    }

    .intro-text {
        font-size: 0.85rem;
    }

    /* Our Team */
    #our-team h2 {
        font-size: 5rem;
        line-height: 5.25rem;
    }

    .members {
        transform: scale(0.9);
        margin: 0.5rem auto;
    }

    .member__name {
        font-size: 0.75rem;
        margin-top: -1.4rem;
    }

}

@media screen and (max-width: 1200px) {
    .intro-text__second-column {
        padding-top: 1rem;
    }
}

@media screen and (max-width: 992px) {
    /* Introduction */
    h1 {
        font-size: 4.4rem;
        line-height: 5rem;
    }

    #introduction h2 {
        font-size: 1.75rem;
    }

    #introduction .introduction__orange-star {
        left: -27%;
    }

    /* Our Team */
    #our-team h2 {
        font-size: 4rem;
        line-height: 4.5rem;
    }

    .members {
        width: 70%;
    }

    /* Bottom Banner */
    .bottom-banner__right {
        padding: 1rem;
        font-size: 0.9rem;
    }

    .bottom-banner__left {
        padding: 1rem;
    }

    .bottom-banner h3 {
        font-size: 2.5rem;
    }
}

@media screen and (max-width: 768px) {
    /* Introduction */
    .intro-text__first-column {
        padding: 2rem 1rem 0 1rem;
    }

    .intro-text__second-column {
        padding: 1rem 1rem 0 1rem;
    }

    #introduction .introduction__orange-star {
        left: 0;
    }

    /* Our Team */
    .member__name {
        font-size: 0.7rem;
    }

    .member__rol {
        font-size: 1.5rem;
        line-height: 1.75rem;
    }

    .members {
        margin-top: 2rem;
        margin-bottom: 2rem;
        transform: scale(1);
    }

    #our-team h2 {
        padding-top: 4rem;
    }
}

@media screen and (max-width: 576px) {
    /* Introduction */
    #introduction .introduction__orange-star {
        left: -30%;
    }

    /* Our Team */
    .member__name {
        font-size: 0.5rem;
    }

    .member__rol {
        font-size: 1.4rem;
        line-height: 1.5rem;
    }

    #our-team h2 {
        font-size: 2.6rem;
        line-height: 3rem;
    }

    /* Bottom Banner */
    .bottom-banner__left p {
        font-size: 1rem;
    }

    .bottom-banner h3 {
        font-size: 2rem;
    }
}