* {
    margin: 0;
    padding: 0;
    box-sizing: border-box;
}

body,
html {
    overflow-x: hidden;
}


/* --variables--- */

:root {
    ---font: 'Poppins', sans-serif;
    --r-color: #F90130;
    --b-color: #496CF3;
    --g-color: #07A31B;
    --v-color: #A697DF;
    --w-color: #FFFFFF;
    --bb-color: #000000;
    --lw-color: #F7F7F7;
}


/* X-variables--X */


/*----Navbar------ */

.navbar {
    background: var(--w-color);
    box-shadow: 0px 5px 8px rgba(0, 0, 0, 0.041);
    transition: 0.3s;
}

.navbar .active {
    color: var(--b-color) !important;
}

.navbar .nav-link {
    color: var(--bb-color);
    font-family: var(---font);
    font-size: 17px;
    font-weight: 500;
}

.navbar .navbar-toggler {
    color: var(--b-color);
}

.navbar .nav-link:hover {
    color: var(--b-color);
}

.navbar .social-icons button {
    background: transparent !important;
    outline: none !important;
    border: none !important;
}

.navbar .social-icons a {
    font-size: 20px;
    padding: 0px 7px;
}

.navbar .social-icons button {
    transition: 0.5s;
}

.navbar .social-icons a:hover button {
    transform: translateY(-9px);
    transition: 0.5s;
}

.navbar .social-icons .fa-facebook {
    color: #3b5998;
}

.navbar .social-icons .fa-twitter {
    color: #00acee;
}

.navbar .social-icons .fa-linkedin {
    color: #0077b5;
}

.navbar .social-icons .fa-whatsapp {
    color: #075e54;
}

.navbar .signup,
.navbar .donate {
    height: 35px;
    width: 120px;
    border-radius: 70px;
    border: none;
    outline: none;
    background: var(--r-color);
    color: var(--w-color);
    font-family: var(---font);
    transition: 0.5s;
}

.navbar .navbar .social-icons {
    margin-right: 10px;
}

.navbar .signup:hover {
    background: transparent;
    border: 1px solid var(--r-color);
    transition: 0.5s;
    color: var(--r-color);
}

.navbar .donate:hover {
    background: transparent;
    border: 1px solid var(--b-color);
    transition: 0.5s;
    color: var(--b-color);
}

.navbar .donate {
    background: var(--b-color);
}

.custom-link {
    background: transparent;
    color: var(--w-color);
    border: 1px solid var(--b-color);
    color: var(--b-color);
}


/* #pills-tabContent .active {
    background: var(--b-color);
} */


/*-X--Navbar----X-- */


/* --back to top-- */

.bc-top {
    position: fixed;
    z-index: 1000;
    top: 80%;
    padding: 30px;
    position: relative;
    right: 0 !important;
    position: fixed;
    display: flex;
    justify-content: right;
    cursor: pointer;
    visibility: hidden;
}

.top-btn {
    height: 40px;
    width: 40px;
    border-radius: 70px;
    border: none !important;
    outline: none !important;
    background: var(--b-color);
    color: var(--w-color);
}

.bc-top-show {
    visibility: initial;
}


/*X--back to top--X*/


/* ------Register Page------ */

.modal {
    font-family: var(---font);
}

.modal .close {
    border: none !important;
    outline: none !important;
    color: var(--w-color);
}

.modal .modal-header {
    background: var(--b-color);
    color: var(--w-color);
}


/* X-----Register Page-----X */


/* ---home----- */

#home {
    background: url('../assets/img/1.jpg') no-repeat center/cover;
    height: 100vh;
}


/*X----home-----X*/


/*-----About------*/

#about {
    padding: 100px 0px;
    background: var(--w-color);
    font-family: var(---font);
}

#about h2 {
    font-family: var(---font);
    font-weight: 600;
    color: var(--bb-color);
    padding-bottom: 10px;
}

#about h4 {
    color: var(--bb-color);
}

#about p {
    color: #0000009d;
}

#about ul li {
    list-style: none;
}

#about .more {
    height: 40px;
    width: 180px;
    border: none;
    outline: none;
    border-radius: 70px;
    background: var(--b-color);
    color: var(--w-color);
    transition: 0.5s all ease-in-out;
}

#about .more:hover {
    background: transparent;
    border: 1px solid var(--b-color);
    color: var(--b-color);
}

#about .image-box {
    position: relative;
}

#about .ribbon {
    position: absolute;
    right: -5px;
    top: -5px;
    z-index: 1;
    overflow: hidden;
    width: 75px;
    height: 75px;
    text-align: right;
}

#about .ribbon span {
    font-size: 10px;
    font-weight: bold;
    color: #FFF;
    text-transform: uppercase;
    text-align: center;
    line-height: 20px;
    transform: rotate(45deg);
    -webkit-transform: rotate(45deg);
    width: 100px;
    display: block;
    background: #79A70A;
    background: linear-gradient(#2989d8 0%, #1e5799 100%);
    box-shadow: 0 3px 10px -5px rgba(0, 0, 0, 1);
    position: absolute;
    top: 19px;
    right: -21px;
}

#about .ribbon span::before {
    content: "";
    position: absolute;
    left: 0px;
    top: 100%;
    z-index: -1;
    border-left: 3px solid #1e5799;
    border-right: 3px solid transparent;
    border-bottom: 3px solid transparent;
    border-top: 3px solid #1e5799;
}

#about .ribbon span::after {
    content: "";
    position: absolute;
    right: 0px;
    top: 100%;
    z-index: -1;
    border-left: 3px solid transparent;
    border-right: 3px solid #1e5799;
    border-bottom: 3px solid transparent;
    border-top: 3px solid #1e5799;
}

#about .image-box img {
    border-radius: 10px;
    box-shadow: 0px 8px 13px #00000060;
    transition: 0.5s;
}


/*--X--About----X-*/


/* ------Founder-------- */

#founder {
    background: #496bf344;
    padding: 100px 0px;
    font-family: var(---font);
}

#founder h2 {
    font-family: var(---font);
    font-weight: 600;
    color: var(--bb-color);
    padding-bottom: 10px;
}

#founder h4 {
    color: var(--bb-color);
}

#founder p {
    color: #0000009d;
}

#founder .more {
    height: 40px;
    width: 180px;
    border: none;
    outline: none;
    border-radius: 70px;
    background: var(--b-color);
    color: var(--w-color);
    transition: 0.5s all ease-in-out;
}

#founder .more:hover {
    background: transparent;
    border: 1px solid var(--b-color);
    color: var(--b-color);
}

#founder .image-box {
    position: relative;
}

#founder .ribbon {
    position: absolute;
    right: -5px;
    top: -5px;
    z-index: 1;
    overflow: hidden;
    width: 75px;
    height: 75px;
    text-align: right;
}

#founder .ribbon span {
    font-size: 10px;
    font-weight: bold;
    color: #FFF;
    text-transform: uppercase;
    text-align: center;
    line-height: 20px;
    transform: rotate(45deg);
    -webkit-transform: rotate(45deg);
    width: 100px;
    display: block;
    background: #79A70A;
    background: linear-gradient(#2989d8 0%, #1e5799 100%);
    box-shadow: 0 3px 10px -5px rgba(0, 0, 0, 1);
    position: absolute;
    top: 19px;
    right: -21px;
}

#founder .ribbon span::before {
    content: "";
    position: absolute;
    left: 0px;
    top: 100%;
    z-index: -1;
    border-left: 3px solid #1e5799;
    border-right: 3px solid transparent;
    border-bottom: 3px solid transparent;
    border-top: 3px solid #1e5799;
}

#founder .ribbon span::after {
    content: "";
    position: absolute;
    right: 0px;
    top: 100%;
    z-index: -1;
    border-left: 3px solid transparent;
    border-right: 3px solid #1e5799;
    border-bottom: 3px solid transparent;
    border-top: 3px solid #1e5799;
}

#founder .image-box img {
    border-radius: 10px;
    box-shadow: 0px 8px 13px #00000060;
    transition: 0.5s;
}


/* X-----Founder-------X */


/* -----------What We Do----------- */

#wwd {
    padding: 100px 0px;
    font-family: var(---font);
}

#wwd p {
    color: #00000096;
}

#wwd ul li {
    color: #00000096;
    list-style: none;
    padding: 7px 0px;
}

#wwd .fa-check {
    color: var(--b-color);
    padding-right: 5px;
    font-size: 20px;
}


/* X----------What We Do----------X */


/* ------------Our Gallery-------- */

#gallery {
    padding: 100px 0px;
    background: var(--lw-color);
    font-family: var(---font);
}

#gallery h2 {
    font-weight: 500;
    color: var(--bb-color);
}

#gallery p {
    color: #00000091;
}

#gallery .gallery-item img {
    width: 100%;
}

#gallery .gallery-item {
    border: 1px solid #00000060;
    padding: 10px;
    transition: all 0.5s ease-in-out;
}

#gallery .gallery-item:hover {
    transform: translateY(-10px);
    box-shadow: 0px 8px 13px #00000060;
    transition: all 0.5s ease-in-out;
}

.buttons .load-more {
    height: 40px;
    width: 180px;
    border: none;
    outline: none;
    border-radius: 70px;
    background: var(--b-color);
    color: var(--w-color);
    transition: 0.5s all ease-in-out;
}

.buttons .load-more:hover {
    background: transparent;
    border: 1px solid var(--b-color);
    color: var(--b-color);
}

.show .load-more {
    display: none;
}

.show .hide-more {
    display: initial !important;
}

#load-more {
    display: none;
}

.buttons .hide-more {
    height: 40px;
    width: 180px;
    border: none;
    outline: none;
    border-radius: 70px;
    background: var(--b-color);
    color: var(--w-color);
    transition: 0.5s all ease-in-out;
    display: none;
}

.buttons .hide-more:hover {
    background: transparent;
    border: 1px solid var(--b-color);
    color: var(--b-color);
}


/* ---X--------Our Gallery-----X-- */


/*------Donations Made--------*/

#donation-made {
    padding: 50px 0px;
    font-family: var(---font);
}

#donation-made .card {
    overflow: hidden;
    transition: 0.5s;
}

#donation-made .card-img-overlay {
    transform: translateX(100%);
    transition: 0.5s;
}

#donation-made .card:hover .card-img-overlay {
    transform: translateX(0%);
    background: #1e5799b0;
}

#donation-made .card-text {
    color: rgb(0, 0, 0);
}


/*--X---Donations Made----X---*/


/* ----------Team----------- */

#team {
    padding: 100px 0px;
    font-family: var(---font);
    font-size: 15px;
}

#team .social-icons button {
    background: transparent !important;
    outline: none !important;
    border: none !important;
}

#team .social-icons a {
    font-size: 20px;
    padding: 0px 7px;
}

#team .social-icons button {
    transition: 0.5s;
}

#team .social-icons a:hover button {
    transform: translateY(-9px);
    transition: 0.5s;
}

#team .social-icons .fa-facebook {
    color: #3b5998;
}

#team .social-icons .fa-twitter {
    color: #00acee;
}

#team .social-icons .fa-linkedin {
    color: #0077b5;
}

#team .social-icons .fa-whatsapp {
    color: #075e54;
}

#team img {
    border-radius: 50%;
}

#team .team {
    width: auto;
    display: flex;
    justify-content: center;
    text-align: center;
    flex-wrap: wrap;
}

#team .team .member {
    width: 325px;
    margin: 10px;
    border-radius: 6px;
    padding: 10px;
    border-radius: 5px;
    background: linear-gradient(225deg, #f5f5f5, #f0f0f0);
    box-shadow: -20px 20px 60px #f5f5f5, 20px -20px 60px #ffffff;
    position: relative;
}

#team .team .member img {
    width: 100px;
}

#team .image-box {
    position: relative;
}

#team .ribbon {
    position: absolute;
    right: -5px;
    top: -5px;
    z-index: 1;
    overflow: hidden;
    width: 75px;
    height: 75px;
    text-align: right;
}

#team .ribbon span {
    font-size: 10px;
    font-weight: bold;
    color: #FFF;
    text-transform: uppercase;
    text-align: center;
    line-height: 20px;
    transform: rotate(45deg);
    -webkit-transform: rotate(45deg);
    width: 100px;
    display: block;
    background: #79A70A;
    background: linear-gradient(#496CF3 0%, #496CF3 100%);
    box-shadow: 0 3px 10px -5px rgba(0, 0, 0, 1);
    position: absolute;
    top: 19px;
    right: -21px;
}

#team .ribbon span::before {
    content: "";
    position: absolute;
    left: 0px;
    top: 100%;
    z-index: -1;
    border-left: 3px solid #1e5799;
    border-right: 3px solid transparent;
    border-bottom: 3px solid transparent;
    border-top: 3px solid #1e5799;
}

#team .ribbon span::after {
    content: "";
    position: absolute;
    right: 0px;
    top: 100%;
    z-index: -1;
    border-left: 3px solid transparent;
    border-right: 3px solid #1e5799;
    border-bottom: 3px solid transparent;
    border-top: 3px solid #1e5799;
}


/* ---X------Team--------X-- */


/* -------contact--------- */

#contact {
    background: var(--lw-color);
    padding: 100px 0px;
    color: var(--bb-color);
    font-family: var(---font);
}

#contact .submit {
    height: 40px;
    width: 180px;
    border: none;
    outline: none;
    border-radius: 70px;
    background: var(--b-color);
    color: var(--w-color);
    transition: 0.5s all ease-in-out;
}

#contact .submit:hover {
    background: transparent;
    border: 1px solid var(--b-color);
    color: var(--b-color);
}


/* -X-----contact--------X */


/* ----------Advert-------- */


/* 
.advert {
    max-height: 400px;
} */


/* ---X---------Advert-----X-- */


/* ------footer------- */

footer {
    padding: 30px 0px;
    color: var(--bb-color) !important;
    font-family: var(---font);
    background: #496bf344;
}

footer img {
    width: 120px;
    height: 90px;
}

footer .social-icons button {
    background: transparent !important;
    outline: none !important;
    border: none !important;
    margin-top: 20px;
}

footer .social-icons a {
    font-size: 20px;
    padding: 0px 7px;
}

footer .social-icons button {
    transition: 0.5s;
}

footer .social-icons a:hover button {
    transform: translateY(-9px);
    transition: 0.5s;
}

footer .social-icons .fa-facebook {
    color: #3b5998;
}

footer .social-icons .fa-twitter {
    color: #00acee;
}

footer .social-icons .fa-linkedin {
    color: #0077b5;
}

footer .social-icons .fa-whatsapp {
    color: #075e54;
}

footer ul li {
    list-style: none;
}

footer a {
    text-decoration: none !important;
    color: var(--bb-color) !important;
}

footer .fa-phone {
    transform: rotate(-270deg);
}

footer h3 {
    font-size: 23px;
}


/* -X----footer------X */