@import url('https://fonts.googleapis.com/css2?family=Lato:ital,wght@0,100;0,300;0,400;0,700;0,900;1,100;1,300;1,400;1,700;1,900&display=swap');

* {
    margin: 0;
    padding: 0;
    box-sizing: border-box;
}

body {
    font-family: "Lato", sans-serif;
}

:root {
    --teamColor: #D31F28;
}

/* navbar */
.navbar {
    background-color: var(--teamColor);
    padding: 8px 0px;
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    width: 100%;
    z-index: 1000;
    box-shadow: rgba(0, 0, 0, 0.1) 0px 20px 25px -5px, rgba(0, 0, 0, 0.04) 0px 10px 10px -5px;
}

.nav-item a {
    color: #fff;
    font-weight: 500;
    transform: 0.3s;
}

.nav-item a:hover {
    color: #000000;
    font-weight: 500;
    transform: 0.3s;
}

.navbar-brand img {
    height: 60px;
}

/*  banner section css */

.banner-section {
    background-image: url('images/about/banner-img.webp');
    background-position: center;
    background-size: cover;
    height: 92vh;
    margin-top: 85px;
    display: flex;
    align-items: center;
    justify-content: center;
    text-align: center;
}

.banner-section h1 {
    font-weight: 800;
    color: #fff;
}

.banner-section p {
    color: #fff;
    font-size: 20px;
}

/* impact-section css */
.impact-section {
    margin-top: 100px;
}

.impact-section h1 {
    font-weight: 800;
    text-align: center;
}

.impact-section .impact-data {
    padding: 20px 40px 20px 40px;
    color: #fff;
    background-color: var(--teamColor);
    width: 98.1%;
    display: block;
    margin-left: auto;
    margin-right: auto;
    text-align: center;
}

/* ourTeam-section css */

.ourTeam-section {
    margin-top: 100px;
}

.ourTeam-section h1 {
    font-weight: 800;
    text-align: center;
}

.ourTeam-section .container {
    height: auto;
    background-color: var(--teamColor);
    padding: 20px 50px 20px 50px;
}

.name h6 {
    color: #fff;
    font-weight: 600;
}

.name p {
    color: #fff;
}

.ourTeam-data {
    height: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
}

.details-ourTeam p {
    color: #fff;
    font-size: 18px;
    line-height: 36px;
}

/* award-section css */

.award-section {
    margin-top: 100px;
}

.award-section h1 {
    font-weight: 800;
    text-align: center;
}

.award-section img {
    height: 28vh;
    margin-top: 30px;
}

/* footer section css */

.footer-section {
    margin-top: 100px;
    background-color: var(--teamColor);
    padding: 30px 0px 20px 0px;
}

.footer-section img {
    height: 60px;
}

.footer-section p {
    color: #fff;
}

.footer-section p a {
    text-decoration: none;
    color: #fff;
}

.footer-section h5 {
    color: #fff;
    font-weight: 800;
    margin-top: 30px;
}

.footer-section ul {
    list-style: none;
    margin: 0;
    padding: 0;
}

.footer-section ul li {
    color: #fff;
    margin-top: 15px;
    transform: 0.3s;
}

.footer-section ul li a {
    color: #fff;
    text-decoration: none;
}

.footer-section ul li:hover {
    transition: 0.3s;
    letter-spacing: 1px;
}

.underline-footer {
    height: 1px;
    width: 100%;
    background-color: #fff;
    margin-top: 30px;
}

.innerix p {
    text-align: center;
    color: #fff;
    margin-top: 20px;
}

.footer-social-media {
    display: flex;
    font-size: 24px;
}

.footer-social-media a {
    color: #fff;
}

/* media query  */

@media screen and (min-width:1300px) {
    /*  banner section css */

    .banner-section {
        background-image: url('images/about/banner-img.webp');
        background-position: center;
        background-size: cover;
        height: 75vh;
        margin-top: 85px;
        display: flex;
        align-items: center;
        justify-content: center;
        text-align: center;
    }
}

@media screen and (max-width:900px) {

    /* navbar */
    .nav-item a {
        color: #fff;
        font-weight: 500;
        transform: 0.3s;
        margin-top: 10px;
    }

    /*  banner section css */

    .banner-section {
        background-image: url('images/about/banner-img.webp');
        background-position: center;
        background-size: cover;
        height: 45vh;
        margin-top: 85px;
        display: flex;
        align-items: center;
        justify-content: center;
        text-align: center;
    }

    /* ourTeam-section css */

    .ourTeam-data img {
        height: 30vh;
    }

    .details-ourTeam p {
        color: #fff;
        font-size: 18px;
        line-height: 30px;
    }

    /* award-section css */

    .award-section img {
        height: 20vh;
        margin-top: 30px;
    }
}

@media screen and (max-width:575px) {
    body {
        overflow-x: hidden;
    }

    /* navbar  */
    .navbar-brand img {
        height: 40px;
    }

    br {
        display: none !important;
    }

    /*  banner section css */

    .banner-section {
        background-image: url('images/about/banner-img.webp');
        background-position: center;
        background-size: cover;
        height: 55vh;
        margin-top: 10px;
        display: flex;
        align-items: center;
        justify-content: center;
        text-align: center;
    }

    .banner-section p {
        color: #fff;
        font-size: 16px;
    }

    /* impact-section css */
    .impact-section {
        margin-top: 70px;
    }

    .impact-section .impact-data {
        padding: 20px 10px 20px 10px;
        color: #fff;
        background-color: var(--teamColor);
        width: 94%;
        display: block;
        margin-left: auto;
        margin-right: auto;
        text-align: center;
    }

    /* ourTeam-section css */

    .ourTeam-section {
        margin-top: 70px;
    }

    .ourTeam-section .container {
        height: auto;
        background-color: var(--teamColor);
        padding: 20px 10px 20px 10px;
    }

    .details-ourTeam p {
        color: #fff;
        font-size: 16px;
        line-height: 28px;
    }

    /* award-section css */

    .award-section {
        margin-top: 70px;
    }

    /* footer section css */

    .footer-section {
        margin-top: 70px;
        background-color: var(--teamColor);
        padding: 20px 0px 20px 0px;
    }

    .footer-section img {
        height: 50px;
    }

    .footer-section h5 {
        color: #fff;
        font-weight: 800;
        margin-top: 20px;
    }

    .footer-section ul li {
        color: #fff;
        margin-top: 10px;
        transform: 0.3s;
    }

    .underline-footer {
        height: 1px;
        width: 100%;
        background-color: #fff;
        margin-top: 20px;
    }

    .innerix p {
        text-align: center;
        color: #fff;
        margin-top: 20px;
    }
}