@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');

html,*{
    margin: 0;
    padding: 0;
    /* font-family: Helvetica; */
    font-family: 'Lato', sans-serif;
}
.container{
    width: 100%;
    display: flex;
    flex-direction: column;
    /* height: 100vh; */
}
.navigation{
    /* background-color: #ECF3F4; */
    display: flex;
    align-items: center;
    justify-content: space-evenly;
    padding: 10px;
    height: 10vh;
}
.navigationSign{
    padding: 20px;
    height: 10vh;
    display: flex;
    justify-content: space-between;
    align-items: center;
}
.navigationSignUp{
    padding: 20px;
    height: 10vh;
    display: flex;
    justify-content: space-between;
    align-items: center;
}
.navigationSign a{
    text-decoration: none;
    color: #004E75;
}
.NavLogo{
    height: 10vh;
}
.NavLogo img{
    height: 100%;
    width: 100%;
    object-fit: cover;
}
.NavBtns a{
    font-weight: bold;
    /* margin: 10px; */
    text-decoration: none;
    color: #004E75;
    /* padding: 10px; */
    /* border-bottom: 2px solid #71b4c0; */
}
.logingLink i{
    color: #004E75 !important;
    cursor: pointer;
}
.NavBtns > div{
    padding: 20px;
    margin: 10px;
}
.loginLinkCont{
    position: absolute;
    /* display: flex; */
    /* background-color: #45bb00; */
    width: 6cm;
    height: 2cm;
    display: none;
}
.logingLink:hover .loginLinkCont{
    display: flex;
    /* color: #ffffff; */
    /* background-color: #71b4c0; */
}
.loginDiv1{
    /* border-radius: 10px; */
    background-color: #C4DCDF;
    padding: 10px;
    border-bottom-left-radius: 10px;
}
.loginDiv1 a{
    color: #1d4d75 !important;
}
.loginDiv2{
    border: 1px solid #88B3BE;
    border-bottom-right-radius: 10px;
    padding: 10px;
    background-color: #1d4d75;
    color: #ffffff;
}
.loginDiv2 a{
    color: #ffffff !important;
}
.classST,.classTr{
    font-size: 16px;
    text-transform: uppercase;
}
.loginLinkCont > div{
    flex: 1;
}
.NavBtns{
    display: flex;
    align-items: start;
    justify-content: space-evenly;
    
}

.NavBtns span{
    cursor: pointer;
    color: #004E75;
    font-weight: bold;
    /* font-family: sans-serif !important; */
}
.content{
    display: flex;
    background-color: #ffffff;
    width: 100%;
    height: 60vh;
}
.title{
    display: flex;
    flex-direction: column;
    justify-content: space-evenly;
    color: #1d4d75;
    padding: 1cm;
}
.tangiraBtn a{
    padding: 10px;
    background-color: #1d4d75;
    font-size: 22px;
    color: #ffffff;
    text-decoration: none;
}
.geragezaTitle{

    text-transform: uppercase;
    color: #004E75;
    padding: 1cm;
    align-self: center;
}
.Ibirimo{
    padding: 2cm;
    /* overflow-x: scroll; */
    display: flex;
    flex-direction: row;
    justify-content: space-around;
}
.ibirimoSingleDiv{
    border-radius: 10px;
    padding: 10px;
    border: 1px solid #004E75;
    color: #004E75;
    width: 5cm;
    height: 6.2cm;
    align-items: center;
    justify-content: center;
    text-align: center;
    display: flex;
    flex-direction: column;
}
.ibirimoSingleDiv > div{
    flex: 1;
    padding: 5px;
}
.ibirimoSingleDiv > .ibirimoImg{
    flex: 2;
}
.ibirimoImg1{
    width: 2cm;
    height: 2cm;
   background-image: url(../media/ubusobanuro.jpg);
   background-repeat: no-repeat;
   background-size: contain;
   background-position: 2%;
    border-radius: 100%;
}

.ibirimoImg2{
    width: 2cm;
    height: 2cm;
   background-image: url(../media/exam.jpg.jpg);
   background-repeat: no-repeat;
   background-size: contain;
   background-position: 2%;
    border-radius: 100%;
}

.ibirimoImg3{
    width: 2cm;
    height: 2cm;
   background-image: url(../media/ibyapa.png);
   background-repeat: no-repeat;
   background-size: contain;
   background-position: 2%;
    border-radius: 100%;
}
.ibirimoTitle{
    font-weight: bold;
}
.ibirimoContent{
    font-size: 14px;
}
.geragezaCont{
    border-radius: 10px;
    padding: 5px;
    background-color: #004E75;
}
.geragezaCont a{
    text-decoration: none;
    color: #ffffff;
    font-weight: bold;
    font-size: 14px;
}
.divsContainer{
    width: 100%;
    display: flex;
    justify-content: center;
    flex-wrap: wrap;
}
.divsContainer > div{
    width: 5.3cm;
    margin: .5cm;
}
.divsContainer div ul > li{
    padding: 3px;
}
.basic{
    color: #004E75;
    display: flex;
    flex-direction: column;
    align-items: center;
    height: 14cm;
    border: 1px solid #004E75;
    padding: 10px 1cm;
    border-radius: 10px;
}
.standard{
    height: 15.8cm;
    background-color: #750065;
    color: white;
    display: flex;
    flex-direction: column;
    align-items: center;
    border: 1px solid #004E75;
    padding: 10px 1cm;
    border-radius: 10px;
}
.standard > div{
    padding: 10px;
}
.basic > div{
    padding: 10px;
}
.teamPlan > div{
    padding: 10px;
}
.teamPlan{
    color: #004E75;
    display: flex;
    flex-direction: column;
    align-items: center;
    border: 1px solid #004E75;
    padding: 10px 1cm;
    border-radius: 10px;
    /* height: 15.6cm; */
}
.subNamest{
    text-align: center;
    width: 3cm;
    border-top: 2px solid #ffffff;
    border-bottom: 2px solid #ffffff;
    font-weight: bold;
}
.star{
    margin-bottom: 5px;
    width: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
    height: 1cm;
}
.star img{
    object-fit: contain;
    width: 100%;
    height: 100%;
}
.subName{
    font-weight: bold;
    text-align: center;
    width: 3cm;
    border-top: 2px solid #004E75;
    border-bottom: 2px solid #004E75;
}
.amount{
    font-weight: bold;
}
.amount:nth-child(){
    font-size: 25px;
}
.francs{
    font-size: 24px;
}
.basic button{
    font-weight: bold;
    padding: 10px 30px;
    background-color: #004E75;
    border: none;
    color: white;
    border-radius: 10px;
}
.teamPlan button{
    font-weight: bold;
    padding: 10px 30px;
    background-color: #004E75;
    border: none;
    color: white;
    border-radius: 10px;
}
.standard button{
    margin-top: 1cm;
    font-weight: bold;
    padding: 10px 30px;
    background-color: #ffffff;
    border: none;
    color: #004E75;
    border-radius: 10px;
}
.InfoContents{
    padding: 1cm;
    align-items: center;
    display: flex;
    flex-direction: column;
}
.InfoContents > div{
    text-align: justify;
    padding: 10px;
    width: 20cm;
    border-bottom: 1px solid #004E75;
}
.SignUpForm{
    /* margin: 1cm; */
    display: flex;
    justify-content: center;
    align-items: center;
}
.SignUpForm input{
    border-radius: 30px;
    padding: 15px;
    width: 10cm;
    margin: 5px;
    font-size: 16px;
    outline: none;
    border: none;
    background-color: #C4DCDF;
    color: #004E75;
    font-weight: bold;
}
.SignUpForm input:-ms-input-placeholder{
    color: #004E75;
}
.SignUpForm input::-webkit-input-placeholder{
    color: #004E75;
}
.SignUpForm form{
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
}
.resetPassword{
    margin-top: 30vh;
}
.formMsgFail{
    
    /* text-transform: capitalize; */
    width: 10cm;
    font-weight: bold;
    background-color: #ff00005e;
    border: 1px solid #ad0e0e;
    padding: 10px;
    /* font-weight: bold; */
    margin: 10px;
    color: #ad0e0e;
    border-radius: 30px;
}
.formMsgSuccess{
    
    /* text-transform: capitalize; */
    width: 10cm;
    background-color: #45bb0038;
    border: 1px solid #45bb00;
    font-weight: bold;
    padding: 10px;
    margin: 10px;
    color: #45bb00;
    border-radius: 30px;
}
/* sign in and sign up page  */
.SignInContainer{
    display: flex;
}
.SignInContainer>div{
    flex: 1;
}
.SignInContainer>.inputContainer{
    flex: 2;
}

.goToSignIn{
    background-color: #88B3BE;
    /* width: 40%; */
    height: 100vh;
}
.signUpContiner{
    display: flex;
}
.signUpContiner>div{
    flex: 1;
}
.signUpContiner>.signInFormContainer{
    flex: 2;
}

.SignUpForm input:focus{
    border: 1px solid #004E75;
    background-color: #ffffff;
}
.SignUpForm>.createAccountContainer{
    flex: 2;
}
.SignUpForm button{
    width: 5cm;
    border-radius: 30px;
    font-size: 16px;
    font-weight: bold;
    background-color: #004E75;
    color: #ffffff;
    border: none;
    padding: 10px;
    margin: 5px;
}
.SideLoginButton button{
    width: 5cm;
    border-radius: 30px;
    font-size: 16px;
    font-weight: bold;
    background-color: #ffffff;
    color: #004E75;
    border: none;
    padding: 10px;
    margin: 5px;
}
.goToSignUp{
    height: 100vh;
   background-color: #88B3BE;
    color: #ffffff;
    text-align: center;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
}
.createAccCont{
    margin-bottom: 2cm;
    top: 20px;
    width: 80%;
    align-items: center;
    display: flex;
    justify-content: space-between;
}
.createAccCont a{
    background-color: #ffffff;
    text-decoration: none;
    color: #004E75;
    padding: 10px;
}
.goToSignUp > div{
    padding: 10px;
}
.create_heading{
    font-weight: bold;
    color: #004E75;
    padding: 10px;
    font-size: 20px;
    /* background-color: #71b4c0; */
}
.AgreePrivacyPolicy{
    display: flex;
}
.AgreePrivacyPolicy input{
    width: 1cm;
}
.buttons{
    display: flex;
    justify-content: space-between;
    align-items: center;
}
.background img{
    width: 100%;
    height: 100%;
    object-fit: cover;
}
.divs{
    padding: 1cm;
    display: flex;
    justify-content: space-evenly;
    background-color: #ECF3F4;
}
.divs > div{
    /* height: 4cm; */
    padding: 20px;
    margin: 10px;
    /* width: 10cm; */
    text-align: center;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: space-evenly;
    color: white;
    cursor: default;
}
.div1{
    background-color: #2d9419;
}
.div2{
    /* height: 5cm ; */
    background-color: #ff9900;
}
.div3{
    background-color: #1d4d75;
}
.viewBtn{
    text-decoration: none;
    color: #ffffff;
    padding: 10px;
    font-size: 18px;
}
.viewBtn:hover{
    border-bottom: 1px solid #ffffff;
}
.footer{
    font-size: 12px;
    display: flex;
    justify-content: space-around;
    background-color: #1d4d75;
    color: white;
    /* font-weight: bold; */
    /* text-align: center; */
    padding: 10px;
}
.footer a{
    font-weight: bold;
    text-decoration: none;
    color: #ECF3F4;
}
.footer a:hover{
    border-bottom: 1px solid #ffffff;
}
.show{
    display: none;
}
.close{
    display: none;
}
.Alternate{
    background-color: #ffffff !important;
    border: 1px solid gray !important;
    border-radius: 10px !important;
    align-items: center;
    display: flex;
    height: 1cm;
    width: 8cm;
    padding: 10px;
    color: gray !important;

}
.Alternate>div{
    padding: 10px;
}
.facebook{
    background-color: #2f8ad4 !important;
    border: 1px solid #2f8ad4 !important;
    border-radius: 10px !important;
    align-items: center;
    display: flex;
    height: 1cm;
    width: 8cm;
    padding: 10px;
    color: #ffffff !important;

}
.facebook>div{
    padding: 10px;
}
.googleLogo img{
    width: 100%;
    height: 1cm;
    object-fit: scale-down;
}
.facebookLogo img{
    width: 100%;
    height: 1cm;
    object-fit: scale-down;
}
.privacyBody{
    width: 100%;
    display: flex;
    justify-content: center;
    text-align: justify;
}
.privacyPolicyContainer{
    width: 70%;
}
.privacyPolicyContainer h2{
    background-color: #004E75;
    padding: 5px;
    margin: 10px;
}
.privacyPolicyContainer p{
    border-bottom: 2px solid #004E75;
    padding: 10px;
    margin: 10px;
}
.resetPassword a{
    border-bottom: 1px solid #004E75;
    padding: 5px;
    /* width: 5cm; */
    font-weight: bold;
    text-decoration: none;
    color: #004E75;
}
.resetPasswordInjira a{
    border-bottom: 1px solid #004E75;
    padding: 5px;
    /* width: 5cm; */
    font-weight: bold;
    text-decoration: none;
    color: #004E75;
}
@media(max-width:500px){
    .content{
        flex-direction: column-reverse;
        width: 100%;
        height: 70vh;
    }
    .tangiraBtn a{
    margin-top: 10px;
    }
    .title{
        height: 30vh;
    }
    .footer{
        flex-direction: column;
    }
    .close{
        display: block;
    }
    .show{
        display: block;
        /* background-color: #71b4c0; */
        color: #1d4d75;
        font-weight: bolder;
        font-size: 23px;
        /* padding: 5px; */
    }
    .divs{
        flex-direction: column;
        padding: 10px;
    }
    .NavBtns{
        display: none;
    }
    .NavBtns{
        padding: 0px;
        position: fixed;
        background-color: #ecf3f4ea;
        height: 100vh;
        top: 0;
        width: 100%;
        flex-direction: column;
        justify-content: flex-start;
        align-items: start;
        overflow: hidden;
    }
    .showMobileNav{
        display: block;
        animation:  .5s showMobile forwards;
    }
    .hideMobileNav{
        display: block;
        animation:  1s hideMobile forwards;
    }
    .NavLogo{
        height: 1cm;
        width: 3cm;
        /* background-color: #000000; */
    }

    /* sign in sign up mobile view */
    .SignInContainer{
        flex-direction: column;
        /* height: 120vh; */
        
    }
    .signUpContiner{
        /* height: 120vh; */
        /* background-color: #ad0e0e; */
        width: 100%;
        flex-direction: column;
        align-items: center;
    }
    .SignUpForm{
        margin-top: 1cm;
        margin-bottom: 1cm;
    }
    .formMsgFail{
        width: 7cm;
    }
    .formMsgSuccess{
        width: 7cm;
    }
    
    .SignUpForm input{
        font-size: 14px;
        font-weight: 400;
        width: 7cm;
    }
    
    .SignUpForm button{
        font-size: 14px;
        font-weight: 300;
        /* width: 7cm; */
    }
    .goToSignUp{
        padding-top: 1cm;
        padding-bottom: 1cm;
        height: 5cm;
        width: 100%;
        /* height: 50%; */
    }
    .navigationSign{
        width: 80%;
        justify-content: space-between;
    }
    @keyframes showMobile {
        0%{
            left: 50cm;
        }
        100%{
            left: 1cm;
        }
        
    }
    @keyframes hideMobile {
        0%{
            left: 1cm;
        }
        100%{
            left: 50cm;
        }
        
    }
    .close{
        text-align: center;
        /* padding: 10px; */
        width: 10cm !important;
        background-color: #1d4d75 !important;
        color: white;
        font-weight: bold;
    }
    .NavBtns>div{
        padding: 10px;
        margin-bottom: 10px;
        background-color: #1d4d7518;
        width: 100%;
    }
    .title h1{
        font-size: 20px;
    }
    .Ibirimo{
        width: 100%;
        align-items: center;
        justify-content: center;
        padding: 0cm;
        flex-direction: column;
    }
    .ibirimoSingleDiv{
        margin-bottom: 1cm;
        width: 6cm;
    }
    .InfoContents > div{
        font-size: 12px;
        width: 10cm;
    }
    .privacyPolicyContainer{
        width: 90%;
    }
    .geragezaTitle{
        font-size: 12px;
    }
    
}
button a{
    text-decoration: none;
    color: white;
 
}

button a:hover{
    color: gold;
}
.a{
    color: black;
}
.a:hover{
    color: gold;
}