@import url("https://fonts.googleapis.com/css2?family=DM+Sans:ital,opsz,wght@0,9..40,100..1000;1,9..40,100..1000&family=Raleway:ital,wght@0,100..900;1,100..900&display=swap");
body {
    box-sizing: border-box;
    font-family: "DM Sans", sans-serif;
    margin: 0;
    padding: 0;
    scroll-behavior: smooth;
    scrollbar-width: thin;
}

.about-us {
    background-image: url("../../assets/images/background-about.png");
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center;
    height: 100vh;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    margin: 0;
    padding: 0;
    overflow: hidden;
}

.about-us-content {
    text-align: center;
    margin-bottom: 40px;
}

.about-us-title {
    color: white;
    font-size: 71px;
    font-weight: 400;
    margin-bottom: 2rem;
}

.about-us-title span {
    text-decoration: underline;
    text-underline-offset: 18px;
    text-decoration-thickness: 3px;
}

.about-us-text {
    color: white;
    font-size: 16px;
    font-weight: 400;
}

.about-us-button {
    display: inline-block;
    padding: 0.75rem 1.5rem;
    background-color: #41cc06;
    color: #ffffff;
    text-decoration: none;
    border-radius: 12px;
    font-weight: 500;
}

@media (max-width: 768px) {
    .about-us {
        align-items: flex-start;
        text-align: left;
        padding: 0 20px;
        padding-top: 60px;
    }
    .about-us-content {
        text-align: left;
        width: 95%;
    }
    .about-us-title {
        font-size: 48px;
    }
}

.who-we-are {
    margin-bottom: 6rem;
    max-width: 60%;
    display: flex;
    flex-direction: column;
    justify-content: center;
    margin-left: auto;
    padding-right: 12vh;
}

.container h1 {
    background: linear-gradient(0deg, #2c4cee 0%, #031987 100%);
    background-clip: text;
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    font-size: 3rem;
    margin-bottom: 1rem;
}

.green-text {
    color: #41cc06;
    font-size: 1rem;
    font-weight: 700;
}

.text-columns {
    column-count: 2;
    column-gap: 2rem;
    margin-bottom: 2rem;
}

.text-columns p {
    margin-bottom: 1rem;
    margin-top: 0;
    padding-top: 1rem;
}

.banner {
    width: 100%;
    margin-bottom: 6.25rem;
    display: flex;
    justify-content: center;
    align-items: center;
}

.banner-image {
    max-width: 89%;
    height: 100%;
    object-fit: cover;
}

@media (max-width: 768px) {
    .who-we-are {
        max-width: 100%;
        padding-right: 50px;
        padding-left: 20px;
        margin-bottom: 60px;
    }
    .text-columns {
        column-count: 1;
    }
    .banner-image {
        max-width: 100%;
    }
}

.empower {
    display: grid;
    grid-template-columns: 1fr 1fr;
    align-items: start;
    padding: 0 12vh;
    padding-bottom: 80px;
}

.empower-content h2 {
    background: linear-gradient(0deg, #031987 0%, #2c4cee 100%);
    background-clip: text;
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    font-size: 48px;
    font-weight: 600;
    margin-bottom: 1rem;
    line-height: 1.3;
    margin: 0;
}

.empower-content p {
    font-size: 16px;
    font-weight: 400;
    max-width: 90%;
}

.cards {
    display: flex;
    flex-direction: column;
    align-items: flex-end;
    gap: 1rem;
}

.card {
    padding: 23px 17px;
    border: 1px solid #031987;
    border-radius: 23px;
    box-shadow: 0px 0px 0px 3px #f1f1ff;
    max-width: 420px;
}

.card-icon {
    display: flex;
    align-items: center;
}

.card h3 {
    margin-bottom: 0.5rem;
    color: #031987;
    margin-top: 0;
    padding-left: 1rem;
}

a {
    text-decoration: none;
    color: inherit;
}

.card p {
    padding-left: 40px;
    font-size: 16px;
    font-weight: 400;
    line-height: 24px;
    color: #9d9db0;
    margin: 0;
}

@media (max-width: 768px) {
    .text-columns {
        column-count: 1;
    }

    .empower {
        grid-template-columns: 1fr;
        padding: 0 20px;
    }

    .empower-content {
        text-align: left;
    }
    .empower-content h2 {
        font-size: 24px;
    }
    .empower-content p {
        max-width: 100%;
        font-size: 16px;
        margin-bottom: 54px;
    }
    .cards {
        align-items: center;
    }
}

.team-container {
    display: flex;
    gap: 7rem;
    padding: 100px 12vh;
    background-color: #f7f7f5;
    justify-content: space-between;
}
.team-text {
    max-width: 40%;
    margin-right: 2rem;
}
.team-text h1 {
    background: linear-gradient(0deg, #031987 0%, #2c4cee 100%);
    background-clip: text;
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    font-size: 8rem;
    line-height: 115.2px;
    margin-bottom: 20px;
    margin-top: 0;
}
.team-text p {
    font-size: 16px;
    font-weight: 400;
    margin-bottom: 25px;
    color: #0e0e38;
}
.team-button {
    display: inline-block;
    padding: 0.75rem 1.5rem;
    background-color: #41cc06;
    color: #ffffff;
    text-decoration: none;
    border-radius: 12px;
    font-weight: 500;
}
.team-image {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 2.5rem;
}
.team-card {
    display: flex;
    flex-direction: column;
    text-align: left;
}
.team-card img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    margin-bottom: 1rem;
}
.team-card p {
    font-size: 12px;
    font-weight: 700;
    margin-bottom: 6px;
    color: #41cc06;
}
.team-card h3 {
    font-size: 1.25rem;
    font-weight: 400;
    margin-bottom: 1rem;
    color: #000000;
    margin-top: 0;
}

@media (max-width: 768px) {
    .team-container {
        flex-direction: column;
        padding: 50px 20px;
    }
    .team-text {
        max-width: 100%;
        margin-right: 0;
    }
    .team-text h1 {
        font-size: 64px;
    }
    .team-image {
        grid-template-columns: 1fr;
        justify-items: center;
    }
}

.contact-container {
    padding: 100px 0px;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
}

.contact-header {
    position: relative;
}

.contact-header h1 {
    background: linear-gradient(0deg, #031987 0%, #2c4cee 100%);
    background-clip: text;
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    font-size: 8rem;
    margin-bottom: 20px;
    margin-top: 0;
    text-wrap: wrap;
    font-weight: 500;
}
.contact-header p {
    position: absolute;
    left: 66%;
    top: 40%;
    font-size: 14px;
    font-weight: 500;
    margin-bottom: 25px;
    color: #0e0e38;
    text-transform: uppercase;
}
.contact-button {
    display: inline-block;
    padding: 14px 50px;
    background-color: #41cc06;
    color: #ffffff;
    text-decoration: none;
    border-radius: 12px;
    font-weight: 500;
}

.contact-text {
    font-size: 16px;
    font-weight: 400;
    margin-bottom: 25px;
    color: #1e1e1e;
    text-align: center;
    text-wrap: pretty;
    max-width: 600px;
}

@media (max-width: 768px) {
    .contact-header h1 {
        font-size: 64px;
    }
    .contact-header p {
        position: absolute;
        left: 60%;
        top: -25%;
        font-size: 13px;
        font-weight: 500;
        margin-bottom: 25px;
        color: #0e0e38;
        text-transform: uppercase;
    }
    .contact-text {
        max-width: 90%;
        font-size: 16px;
        font-weight: 400;
        margin-bottom: 54px;
        color: #1e1e1e;
        text-align: center;
        text-wrap: pretty;
        text-align: left;
    }
}
