
@import url('https://fonts.googleapis.com/css2?family=Concert+One&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Concert+One&family=Geologica:wght@800&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Finlandica&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Hanken+Grotesk:wght@900&display=swap');


* {
    margin: 0;
    padding: 0;
    font-family: "futura md bt";
    text-decoration: none;
    list-style: none;
    box-sizing: border-box;
    scroll-behavior: smooth;
}

body{
    background: #DEFFF7;
}
.section-home{
    background: url('images/bg4.jpg');
    height: 100vh;
    background-position: center;
    background-size:cover;
    background-repeat: no-repeat;
    display: flex;
    flex-direction: row;
    justify-content: center;
    align-items: center;
}
header {
    width: 100%;
    height: 70px;
    position: fixed;
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 0 50px;
    z-index: 10000;
}
header .logo {
    font-size: 30px;
    font-family: 'Hanken Grotesk', sans-serif;
    color: white;
    text-align: center;
    width: 20%;
    margin-top: 20px;
 
}
header > nav {
 
    background: #212121;
    padding: 10px 30px;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 30px;
    height: auto;
    margin-top: 20px;
    margin-left: 40px;
    width: 70%;
}
header nav ul {
    display: flex;
    justify-content: center;
    align-items: center;
    
}

.nav-button{
    margin-left: 10%;
    width: 20%;     
   height: 50px;
   font-family: 'Hanken Grotesk', sans-serif;
   font-size: 15px;
   margin-top: 20px;
   border-radius: 40px;
   background: #007DE8;
   border: none;
   color: #fff;
   box-shadow: 5px 8px 0px #CDE8FF;
   cursor: pointer;
   
}
header nav ul li a {
    display: inline-block;
    padding: 2px 20px;
    margin: 0 10px;
    border: 3px solid transparent;
    font-family: 'Hanken Grotesk', sans-serif;
    font-size: 20px;
    border-radius: 25px;
    transition: 0.2s;
    color: white;
}
header nav ul li a:hover,
header nav ul li a.active {
    background: #007DE8;
}
.hamburger {
    cursor: pointer;
    display: none;
    margin: auto;
    margin-top: 40px;
    width: 20%;
}
.hamburger div {
    width: 25px;
    height: 4px;
    margin: auto;
    margin: 2px 0;
    background: #fff;
}


/*the intro page design ===========================================================*/
.intro {
    width: 90%;
    height: auto;
    margin: auto;
    overflow: hidden;
}

.intro-text{
    font-size: 40px;
    color: white;
    text-align: center;
    margin: auto;
    font-family: 'Geologica', sans-serif;
    width: 70%;
}

.download{
    background-color: white;
    width: 250px;
   padding: 9px 10px;
    text-align: center;
    margin: auto;
    margin-top: 70px;
    font-size: 20px;
    border-radius: 40px;
    display: flex;
    align-items: center;
    justify-content: center;
    
}
.download > img{
    width: 30%;
}

.download > span{
    font-family: 'Finlandica', sans-serif;
}

.main{  
    width: 100%;
   min-height: 100vh;
   display: flex;   
   flex-direction: row;
   padding: 40px 0px;
}

.second{
    background-color: white;
}

.third{
    background: url('images/bg4.jpg');
    background-position: center;
    background-size:cover;
    background-repeat: no-repeat;
}


.con{
    min-height: 400px;
    width: 60%;
    margin-top: 20px;
    padding-bottom: 10px;
}

#text{
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
}
a {
 text-decoration: none;
 color: inherit;
}
#text > .head{
    text-align: center;
    font-size: 60px;
    font-family: 'Hanken Grotesk', sans-serif;
    font-weight: 700;
}

#text > .body{
    width: 70%;
    font-size: 18px;
    margin-top: 20px;
    font-family: 'Hanken Grotesk', sans-serif;
    line-height: 30px ;
    color: #888;
    font-weight: 400;
    text-align: center;
}

.click{
 width: 130px;
 height: 50px;
 border: none;
 border-radius: 50px;
 font-size: 15px;
 font-family: agbalumo;
 margin-top: 20px;
 background: #007DE8;
 color: white;
 cursor: pointer;
 box-shadow: 5px 8px 0px #000000;

}

.image{
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    margin-top: 30px;
}

.bodys{
    width: 50%;
    font-size: 18px;
    margin-top: 20px;
    font-family: 'Hanken Grotesk', sans-serif;
    line-height: 30px ;
    color: #888;
    font-weight: 400;
    text-align: left;
}





/*end of the intro page design --------============================================*/



#img3{
    width: 50%;
}


#img4{
    width: 50%;
}


#img5{
    width: 50%;
}

#img6{
    width: 50%;
}

#img{
    width: 60%;
}

#img7{
    width: 70%;
}

#img9{
    width: 60%;
}

#img10{
    width: 60%;
}
@media only screen and (max-width: 900px) {
    header {
        padding: 0 30px;
    }
}

@media only screen and (max-width: 970px) {
    .hamburger {
        display:flex;
        flex-direction: column;
        align-items: center;
        justify-content: center;
    }

    
    header nav {
        position: absolute;
        width: 100%;
        transform: translateX(150%);
        top: 70px;
        width: 95%;
        background: #fff;
        padding: 30px;
        transition: 0.3s;
        margin-left: 0px;
        border-radius: 5px;
    }
    header #nav_check:checked ~ nav {
        transform: translateX(0%);
    }
    header nav ul {
        display: block;
    }
    header nav ul li a {
        margin: 5px 0;
        color: black;
    }

    .nav-button{
        display: none;
    }

    header > .logo{
        width: 50%;
    }
}



@media only screen and (max-width: 800px) {
   .main{
    flex-direction: column;
    justify-content: center;
    align-items: center;
    height: auto;
    padding-bottom: 20px;
   }

   .con{
    width: 90%;
   }

   .image{
    width: 100%;
   }

   
#img3{
    width: 90%;
}

#img4{
    width: 90%;
}

#img5{
    width: 90%;
}


#img6{
    width: 90%;
}


#img{
    width: 100%;
}
#img7{
    width: 90%;
}

#img9{
    width: 90%;
}


#img10{
    width: 90%;
}

.body{
    width: 95%;
}

.bodys{
    width: 95%;
}

#text > .body{
    width: 95%;
}

#text > .head{
    font-size: 40px;
    width: 100%;
}
}






.reveal{
    transform: translateX(-100%);
    opacity: 0;
    transition: all 2s ease;
  }
  
  
  .reveal.active{
    transform: translateX(0%);
    opacity: 1;
  }




/*====================================foooootttterrr desigggnnnnnnnnnnnnnn===========================*/
.container{
	max-width: 1170px;
	margin:auto;
}
.row{
	display: flex;
	flex-wrap: wrap;
}
ul{
	list-style: none;
}
.footer{
    background: url('images/bg4.jpg');
    background-position: center;
    background-size:cover;
    background-repeat: no-repeat;
    padding: 70px 0;
}
.footer-col{
   width: 25%;
   padding: 0 15px;
}
.footer-col h4{
	font-size: 18px;
	color: #ffffff;
	text-transform: capitalize;
	margin-bottom: 35px;
	font-weight: 500;
	position: relative;
    font-family: 'Hanken Grotesk', sans-serif;
}

.footer-col h6{
	font-size: 14px;
	color: #ffffff;
	text-transform: capitalize;
	margin-bottom: 35px;
	position: relative;
    font-family: 'Hanken Grotesk', sans-serif;
}
.footer-col h4::before{
	content: '';
	position: absolute;
	left:0;
	bottom: -10px;
	background-color: #007DE8;
	height: 2px;
	box-sizing: border-box;
	width: 50px;
}
.footer-col ul li:not(:last-child){
	margin-bottom: 10px;
}
.footer-col ul li a{
	font-size: 16px;
	color: #ffffff;
	text-decoration: none;
	font-weight: 300;
	color: #bbbbbb;
	display: block;
	transition: all 0.3s ease;
    font-family: 'Hanken Grotesk', sans-serif;
}
.footer-col ul li a:hover{
	color: #ffffff;
	padding-left: 8px;
}
.footer-col .social-links a{
	display: inline-block;
	height: 40px;
	width: 40px;
	background-color: rgba(255,255,255,0.2);
	margin:0 10px 10px 0;
	text-align: center;
	line-height: 40px;
	border-radius: 50%;
	color: #ffffff;
	transition: all 0.5s ease;
}
.footer-col .social-links a:hover{
	color: #24262b;
	background-color: #ffffff;
}

/*responsive*/
@media(max-width: 767px){
  .footer-col{
    width: 50%;
    margin-bottom: 30px;
}
}
@media(max-width: 574px){
  .footer-col{
    width: 100%;
}
}


/*privacy and policy page **********************************/
.main-p{
    width: 100%;
   min-height: 100vh;
   padding: 40px 0px;
}

.main-p >.con{
    width: 95%;
    }
.main-p > #text > .head{
    width: 95%;
    text-align: left;
}

.main-p >#text > .body{
        width: 95%;
        text-align: left;
}

.main-p >#text > .body > b{
    color: #000000;
    font-size: 20px;
    margin-top: 20px;
    font-family: 'Hanken Grotesk', sans-serif;
    line-height: 30px ;
    text-align: left;
}

.main-p >#text > .body > u{
    color: #000000;
    font-size: 20px;
    margin-top: 20px;
    font-family: 'Hanken Grotesk', sans-serif;
    line-height: 30px ;
    text-align: left;
    border-bottom: 2px solid black;
}
