body {
    font-family: "Merriweather", serif;
    font-optical-sizing: auto;
    font-weight: 400;
    font-style: normal;
    font-variation-settings: "wdth" 100;
    font-size: 20px;
    line-height: 30px;
    background-image: url('../img/bg.avif');
}

.bg-overlay {
    backdrop-filter: blur(20px) saturate(170%);
    background-color: #e5e5e0bf;
    border-radius: 0px;
}

.fw-bold {

    font-family: "Merriweather", serif;
    font-optical-sizing: auto;
    font-weight: 700;
    font-style: normal;
    font-variation-settings: "wdth" 100;

}

.logo {
    width: 140px;
}

.header {
    background-image: url('../img/header-banner.png');
    background-position: center;
    -webkit-background-size: cover;
    background-size: cover;
    background-repeat: no-repeat;
}

.header-overlay {
    background-color: rgba(0, 0, 0, 0.7);
    padding: 100px 0px;
    height: 500px;
}

.about {
    padding: 100px 0px;
}

.howitworks {
    padding: 100px 0px;
    background-color: #fff;
}

.howcard {
    min-height: 350px;
}

.howcard i {
    font-size: 50px;
    color: #003180ff;
}


.primary-color {
    color: #003180ff !important;
}

.designedFor {
    padding: 100px 0px;
    background-color: #d3c1b6;
}

.team {
    padding: 100px 0px;
    backdrop-filter: blur(20px) saturate(170%);
    background-color: #021534;
}

.team .teamcard {
    margin-bottom: 15px;
    min-height: 450px;
}

.team-img {
    width: 120px;
    height: 120px;
}

.team .teamcard .desc {
    font-size: 14px;
    line-height: 18px;
    color: #000000d6;
}

.team .teamcard .role {
    font-size: 16px;
    line-height: 18px;
    color: #000000d6;
}

.altpayforto {
    padding: 100px 0px;
}

.contact {
    padding: 100px 0px;
}


@media (max-width: 767.98px) {
    .header-overlay {
        padding: 50px 0px;
        height: auto;
    }

    .team .teamcard {
        min-height: auto;
    }
}