:root{
    --Primary_Color: #ec0606;
    --Secondary_Color: #fa13b5;
    --Tertiary_Color: #23d40c;
    --Primary_Font: Poppins, sans-serif;
    --Secondary_Font: Montserrat, sans-serif;
    --Tertiary_Font: Catamaran, sans-serif;
}
*{
    margin: 0;
    padding: 0;
    box-sizing: border-box;
}
/* .First-banner{
    width: 100%;
    height: 300px;
    opacity: 30%;
    margin-top: -300px;
    background-color: rgb(9, 129, 145);
} */
.Second-banner{
    width: 100%;
    height: 300px;
    background-image: url("../Assets/back.jpg");
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
}
.banner-text{
    width: 60%;
    font-size: 30px;
    color: white;
    text-align: center;
    margin-left: 5%;
}
.four-clicks{
    width: 30%;
    margin-left: 65%;
    margin-top: -200px;
    height: 400px;
    display: flex;
    flex-wrap: wrap;
}
.clickhrefs{
    width: 170px;
    height: 170px;
    background-color: gold;
    padding: 10px;
    border-radius: 10px;
    margin: 10px 0 0 20px;
    text-decoration: none;
    color: rgb(9, 129, 145);
}
.click-photo{
    width: 60px;
    height: 60px;
    margin-left: 40px;
    margin-top: 30px;
}
.click-text{
    width: 80%;
    margin-left: 0px;
    text-align: center;
    font-size: 20px;
    color: black;
}
.textfusion{
    background-color: whitesmoke;
    margin-top: -150px;
    width: 100%;
    margin-left: 0;
}
.fusionhead{
    width: 40%;
    text-align: center;
    margin-bottom: 20px;
    margin-left: 25%;
    font-size: 20px;
    font-family: var(--Primary-font);
    color: black;
}
hr{ 
    width: 50%; 
    margin-left: 20%; 
    border:none; 
    height: 2px; 
    background-color: var(--Primary-color);  
    margin-bottom: 10px;
}
.fusetext{
    width: 50%;
    margin-left: 20%;
    font-size: 17px;
    font-family: var(--Primary-font);
    color: rgb(9, 129, 145);
    font-weight: normal;
    text-align: center;
}
.list{
    background-color: transparent;
    margin-top: 50px;
    width: 70%;
    margin-left: 15%;
}
.listgroup{
    display: flex;
    width: 60%;
    background-color: transparent;
    margin-left: 10%;
    margin-bottom: 20px;
}
.icon .iconimage{
    width: 50px;
    height: 20px;
    border-radius: 0%;
    margin-right: 20px;
}
.icontext{
    width: 100%;
    font-size: 16px;
    font-family: var(--Primary-font);
    color: rgb(65, 63, 63);
}
.applynow {
    width: 250px;
    background-color:rgb(9, 129, 145);
    padding: 15px;
    margin-left: 20%;
    margin-top: 20px;
    font-family: var(--Tetiary-font);
    color: white;
    border: 2px solid white;
    border-radius: 10px;
}
.applynow a{
    color: white;
    text-decoration: none;
    font-size: 17px;
}
.getstarted{
    width: 150px;
    background-color: var(--Secondary-color);
    padding: 10px;
    margin-left: 10%;
    font-family: var(--Extrastyle-font);
    color: black;
}
.checkingaccount{
    width: 60%;
    margin-left: 17%;
    background-color: whitesmoke;
    border: 1px solid var(--Primary-color);
    padding: 10px;
}
.checkinghead{
    text-align: left;
    font-size: 20px;
    margin-left: 10%;
    margin-bottom: 10px;
    font-family: var(--Primary-font);
    color: var(--Primary-color);
}
.checkingtext{
    width: 60%;
    font-size: 18px;
    margin-left: 10%;
    margin-bottom: 30px;
    font-family: var(--Extrastyle-font);
}
.icontext b {
    text-decoration: none; 
    color: rgb(9, 129, 145);
    text-shadow: 55em;
}
.mission-box{
    width: 80%;
    height: 500px;
    margin-left: 10%;
    display: flex;
    background-color: white;
    margin-bottom: 50px;
}
.mission-photo{
    width: 50%;
    height: 350px;
    margin: 20px;
}
.mission-text{
    width: 100%;
    padding: 10px;
    margin-top: 20px;
    color: rgb(9, 129, 145);
    line-height: 26px;
    font-size: 14px;
}
.purposes{
    width: 90%;
    margin-left: 5%;
    height: auto;
    background-color:  white;
    margin-bottom: 10px;
    padding: 20px;
}
.purpose-header{
    font-size: 25px;
    width: 30%;
    color: rgb(9, 129, 145);
    font-style: italic;
    padding: 10px;
    margin-left: 30%;
    text-align: center;
    text-transform: capitalize ;
    margin-bottom: 20px;
}
.purpose-group{
    display: flex;
    flex-wrap: wrap;
    padding: 10px;
}
.purpose{
    background-color: rgb(9, 129, 145);
    width: 30%;
    margin-bottom: 50px;
    height: 350px;
    border-radius: 20px;
    margin: 10px;
}
.purpose-photo{
    width: 80px;
    height: 80px;
    border-radius: 50%;
    margin-left: 35%;
    margin-top: -10px;
    border: 5px solid white;
    background-color: white;
}
.purpose-text-heading{
    font-size: 18px;
    width: 80%;
    margin-left: 0%;
    text-align: center;
    color: gold;
}
.purpose-text-text{
    font-size: 15px;
    width: 90%;
    margin-left: 2%;
    padding: 10px;
    color: white;
}
.purpose-button{
    padding: 10px;
    width: 150px;
    margin-left: 20px;
    color: black;
    background-color: gold;
    border: 1px solid gold;
    margin-top: 10px;
    border-radius: 5px;
}

@media screen AND (max-width:500px) {
    .Second-banner{
        width: 100%;
        height: 300px;
        background-image: url("../Assets/back.jpg");
        background-position: center;
        background-repeat: no-repeat;
        background-size: cover;
        /* background-color: rgb(9, 90, 145); */
    }
    .banner-text{
        width: 90%;
        font-size: 23px;
        color: white;
        text-align: center;
        margin-left: 5%;
    }
    .four-clicks{
        width: 100%;
        margin-left: 0%;
        margin-top: -150px;
        height: 400px;
        display: flex;
        flex-wrap: wrap;
        text-align: center;
        background-color: transparent ;
    }
    .clickhrefs{
        width: 140px;
        height: 140px;
        background-color: gold;
        padding: 2px;
        margin-left: 50px;
        margin-bottom: 0;
        margin-top: 0;
        border-radius: 10px;
        margin: 0px 20px;
    }
    /* .click{
        width: 120px;
        height: 150px;
        background-color: gold;
        padding: 10px;
        border-radius: 10px;
        margin: 1px 0 0 40px;
    } */
    .click-photo{
        width: 50px;
        height: 50px;
        margin-left: 2px;
        margin-top: 0px;
    }
    .click-text{
        text-align: center;
        font-size: 17px;
        padding: 10px;
    }
    .textfusion{
        background-color: whitesmoke;
        margin-top: -20px;
        width: 100%;
        margin-left: 0%;
    }
    .fusionhead{
        width: 90%;
        text-align: center;
        margin-bottom: 10px;
        margin-left: 5%;
        font-size: 14px;
        font-family: var(--Primary-font);
        color: black;
    }
    hr{ width: 90%; 
        margin-left: 5%; 
        border:none; 
        height: 1px; 
        background-color: var(--Primary-color);  
        margin-bottom: 5px;
    }
    .fusetext{
        width: 80%;
        margin-left: 10%;
        font-size: 13px;
        color: rgb(9, 129, 145);
        text-align: left;
    }
    .list{
        background-color: transparent;
        margin-top: 20px;
        width: 90%;
        margin-left: 5%;
    }
    .listgroup{
        display: flex;
        width: 96%;
        background-color: transparent;
        margin-bottom: 10px;
        margin-left: 2%;
    }
    .icon .iconimage{
        width: 25px;
        height: 25px;
        border-radius: 50%;
        margin-right: 20px;
    }
    .icontext{
        font-size: 13px;
        font-family: var(--Primary-font);
        color: rgb(65, 63, 63);
    }
    .applynow{
        width: 180px;
        background-color:rgb(9, 129, 145);
        padding: 10px;
        margin-left: 20%;
        font-size: 10px;
        margin-top: 20px;
        color: white;
        border: 2px solid white;
        border-radius: 1px;
    }
    .checkingaccount{
        width: 94%;
        margin-left: 3%;
        background-color: whitesmoke;
        border: 1px solid var(--Primary-color);
        /* border-bottom: none; */
        padding: 10px;
    }
    .checkinghead{
        text-align: left;
        font-size: 16px;
        margin-left: 5%;
        margin-bottom: 10px;
        font-family: var(--Primary-font);
        color: var(--Primary-color);
    }
    .checkingtext{
        width: 100%;
        font-size: 14px;
        margin-left: 0%;
        margin-bottom: 15px;
    }
    .getstarted{
        width: 120px;
        background-color: var(--Primary-color);
        padding: 10px;
        margin-left: 10%;
        color: white;
    }
    .mission-box{
        width: 100%;
        height: auto;
        margin-left: 0%;
        margin-top: -100px;
        display: block;
        background-color: white;
        margin-bottom: 20px;
        padding: 10px;
    }
    .mission-photo{
        width: 90%;
        height: 200px;
        margin: 0px;
    }
    .mission-text{
        width: 100%;
        padding: 10px;
        margin-top: 20px;
        color: rgb(9, 129, 145);
        line-height: 24px;
        font-size: 12px;
    }
    .purposes{
        width: 100%;
        height: auto;
        margin-left: 0;
        background-color:  white;
        margin-bottom: 50px;
        padding: 15px;
    }
    .purpose-header{
        font-size: 20px;
        color: rgb(9, 129, 145);
        font-style: italic;
        padding: 10px;
        width: 100%;
        margin-left: 0;
        text-align: center;
        text-transform: capitalize ;
        margin-bottom: 20px;
    }
    .purpose-group{
        display: block;
    }
    .purpose{
        background-color: rgb(9, 129, 145);
        width: 90%;
        height: 360px;
        border-radius: 20px;
        margin-left: 5%;
        margin-bottom: 50px;
    }
    .purpose-photo{
        width: 80px;
        height: 80px;
        border-radius: 50%;
        margin-left: 35%;
        margin-top: -13px;
        border: 5px solid white;
    }
    .purpose-text-heading{
        font-size: 18px;
        width: 80%;
        margin-left: 5%;
        text-align: center;
        color: gold;
        padding: 10px;
    }
    .purpose-text-text{
        font-size: 14px;
        width: 90%;
        margin-left: 5%;
        padding: 10px;
        color: white;
    }
    .purpose-button{
        padding: 8px;
        width: 150px;
        margin-left: 8%;
        color: black;
        background-color: gold;
        border: 1px solid gold;
        margin-top: 10px;
        border-radius: 5px;
    }
}