.about-us-bg{
    width: 100%;
    height: 100%;
    position: fixed;
    z-index: 0;
}

.about-us-bg img{
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.about-us-wrapper{
    position: relative;
    z-index: 1;
}
.about-header{
    width: 100%;
    aspect-ratio: 4 / 3;
    position: relative;
}
.about-header img{
    width: 100%;
    height: 100%;
    object-fit: cover;
}
.about-header__filter{
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    background: linear-gradient(0deg, var(--header) 0%, #08174C38 100%);
}

.about_header__container{
    color: white;
    position: absolute;
    left: 0;
    right: 0;
    display: flex;
    flex-direction: column;
    gap: 15px;
    bottom: 30px;
}

.about-header__title{
    text-transform: capitalize;
    font-family: "Syne", "sans-serif";
    font-size: 38px;
    font-weight: 400;
    letter-spacing: 1px;
}

.about-header__list{
    list-style: none;
    display: flex;
    padding-left: 0;
    align-items: center;
    gap: 10px;
    font-family: "Raleway", "sans-serif";
    font-weight: 200;
    font-size: 16px;
}

.about_header__container a {
    color: white;
    text-decoration: none;
}

.section__about-us-image-wrapper{
    width: 100%;
}

.section__about-us-image-wrapper img{
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.section__subtitle{
    text-transform: uppercase;
    color: var(--primary);
    letter-spacing: 2px;
    font-weight: 500;
    font-size: 18px;
    font-family: "Raleway", "sans-serif";
}

.section__title--large{
    font-size: 35px;
    letter-spacing: 1px;
    font-weight: 400;
    font-family: "Syne", sans-serif;
    text-align: start;
    color: var(--header);
}

.section__title--small{
    font-size: 25px;
    font-weight: 300;
    font-family: "Syne", sans-serif;
    text-align: start;
}

.section__paragraph--full{
    font-weight: 300;
    color: var(--light-gray);
    font-family: "Raleway", sans-serif;
}

.section__icon-wrapper{
    width: 60px;
    height: 60px;
    display: flex;
    justify-content: center;
    align-items: center;
    border: 1px solid var(--border);
    border-radius: 50%;
    font-size: 32px;
    color: var(--primary);
}

.section__our-story-title{
    width: 100%;
}
.section__our-story-paragraph{
    font-weight: 300;
    color: var(--light-gray);
    font-family: "Raleway", sans-serif;
    width: 100%;
}

.section__our-story-image {
    width: 100%;
    aspect-ratio: 5/2;
    object-fit: cover;
}
.section__our-story-card{
    font-family: "Raleway", "sans-serif";

}
.section__our-story-card h5{
    font-size: 55px;
    color: var(--header)
}
.section__our-story-card span{
    font-size: 55px;
}

.section__our-story-card p{
    font-weight: 300;
    color: var(--light-gray);
}

.section-divider{
    background: linear-gradient(0deg, var(--header) 0%, #08174C38 100%);
    width: 100%;
    aspect-ratio: 4 / 3;
}

.section-divider h2 {
    color: white;
    font-size: 25px;
    letter-spacing: 2px;
    font-weight: 500;
    font-family: "Syne", sans-serif;
}

.card {
    border: 1px solid var(--border)
}

.card:hover{
    border: 1px solid var(--primary);
 }

.card__our-team-name{
    font-size: 25px;
    letter-spacing: 1px;
    font-weight: 400;
    font-family: "Syne", "sans-serif";
    color: var(--header);
}

.card__our-team-role{
    font-size: 20px;
    font-weight: 300;
    font-family: "Raleway", "sans-serif";
    color: #5e647e;
}

.card__our-team-icon-wrapper{
    width: 45px;
    height: 45px;
    display: flex;
    justify-content: center;
    align-items: center;
    border: 1px solid var(--border);
    color: var(--primary);
    cursor: pointer;
    font-size: 25px;
    transition: all 0.2s ease-out;

}

.card__our-team-icon-wrapper:hover{
    background: var(--primary);
    color: white;
}

.card img{
    width: 100%;
    height: 250px;
    object-fit: cover;
}

@media (min-width: 576px) {

}

@media (min-width: 768px) {
    .about-header{
        aspect-ratio: 2 / 1;
    }
    .about-header__title{
        font-size: 45px;
    }
    .section__title--large{
        font-size: 40px;
    }
    .section-divider{
        aspect-ratio: 2 / 1;
    }
    .section-divider h2 {
        font-size: 35px;
    }

}
@media (min-width: 992px) {
    .about-header{
        aspect-ratio: 3 / 1;
    }
    .section__title--large{
        font-size: 45px;
    }
    .section-divider{
        aspect-ratio: 3 / 1;
    }
    .section__our-story-title{
        width: 80%;
    }
    .section__our-story-paragraph{
        width: 70%;
    }
    .section-divider h2 {
        font-size: 45px;
    }
}

@media (min-width: 1200px) {
    .section__title--large{
        font-size: 50px;
    }
}



@media (min-width: 1400px) {
    .about-header{
        aspect-ratio: 3.5 / 1;
    }
    .about-header__title{
        font-size: 55px;
    }
    .section__title--large{
        font-size: 55px;
    }
    .section-divider{
        aspect-ratio: 3.5 / 1;
    }
    .section__our-story-title{
        width: 75%;
    }
    .section__our-story-paragraph{
        width: 50%;
    }
    .section-divider h2 {
        font-size: 55px;
    }
    .section-divider__title{
        width: 50%;
    }
}
