@import url("https://fonts.googleapis.com/css2?family=Nunito:wght@300;400;600;700;800&display=swap");


@font-face {
    font-family: Georgia;
    src: url(../assets/fonts/Georgia.ttf);
}

:root {
    --georgia-regular-font-family: Georgia, serif;
    --primary-color: #243293;
}

*,
html,
body {
    max-width: 100%;
    font-size: 100%;
    font-family: var(--georgia-regular-font-family)
}

.fs-1 {
    font-size: 60px !important;
    font-family: 'Franklin Gothic Medium', 'Arial Narrow', Arial, sans-serif;
}

.text-primary {
    color: #040c83 !important;
}

.btn-primary {
    background-color: var(--primary-color);
}

.bg-primary1 {
    background-color: #040c83;
}

.navbar {
    background-color: #ffffff;
}

.navbar-nav .nav-item,
.navbar-nav .nav-item {
    padding-left: 20px;
    padding-right: 20px;
}

.navbar-nav .nav-item,
.navbar-nav .nav-item a {
    color: #000;
    font-size: 16px;
}

.navbar .navbar-nav .active>.nav-link,
.navbar .navbar-nav .nav-link.active,
.navbar .navbar-nav .nav-link.show,
.navbar .navbar-nav .show>.nav-link {
    font-weight: bold;
}

.homepage-banner {
    background-image: url('../assets/images/banner8.png');
    background-size: cover;
    background-position: bottom;
    background-repeat: no-repeat;
    height: 100vh;
    animation: fadeIn;
    animation-duration: 2s;
}

.center {
    display: flex;
    height: 400px;
    align-items: center;
    text-align: left;
}

.homepage-section {
    background-image: url('../assets/images/banner2.png');
    background-size: cover;
    background-position: bottom;
    background-repeat: no-repeat;
    height: 50vh;
}

.homepage-donate {
    background-image: url('../assets/images/donate2.png');
    background-size: cover;
    background-position: bottom;
    background-repeat: no-repeat;
    height: 100vh;
}

.aboutus-banner {
    background-image: url('../assets/images/aboutus.png');
    background-size: cover;
    background-position: bottom;
    background-repeat: no-repeat;
    height: 90vh;
}

.donate-comingsoon {
    background-image: url('../assets/images/donate3.png');
    background-size: cover;
    background-position: bottom center;
    background-repeat: no-repeat;
    background-blend-mode: lighten;
    height: 100vh;
}

footer a {
    text-decoration: none;
    color: #ffffff;

}

footer li {
    padding-top: 5px !important;
    padding-bottom: 5px !important;
}

i {
    font-size: 50px;
    font-weight: bold;
    color: var(--primary-color);
}

.bg-light1 {
    background-color: #DAE3F3;
}


@media (max-width: 1399px) {}

/* Large devices (desktops, less than 1200px)*/
@media (max-width: 1199.98px) {}

/*// Medium devices (tablets, less than 992px)*/
@media (max-width: 991.98px) {

    *,
    html,
    body {
        max-width: 100%;
    }

    .fs-1 {
        font-size: 40px !important;
    }

    .homepage-banner {
        height: 50vh;
    }

    .homepage-section {
        height: 30vh;
    }

    .homepage-donate {
        height: 50vh;
    }

    .aboutus-banner {
        height: 50vh;
    }

    .donate-comingsoon {
        height: 50vh;
    }

}

@media screen and (max-width: 981px) {}

/*// Small devices (landscape phones, less than 768px)*/
@media (max-width: 767.98px) {}

/* Extra small devices (portrait phones, less than 576px)*/
@media (max-width: 575.98px) {

    *,
    html,
    body {
        max-width: 100%;
    }

    .homepage-section {
        height: 70vh;
        background-position: center;
    }

    .homepage-donate {
        height: 90vh;
    }

    .img1 {
        display: none;
    }

    .navbar-brand {
        width: 200px !important;
    }

    .hide1 {
        display: none;
    }

    .aboutus-banner {
        max-width: 100%;
    }

    .donate-comingsoon {
        height: 100vh;
    }
}