html { scroll-behavior: smooth;}   /* tap logo to scroll donload */

*{
    
    margin: 0;
    padding: 0;
    font-family: "Archivo Black", sans-serif;
}


/*-------------------- section 1 -----------------------*/

.hed1{
    background-color: rgb(213, 202, 210);
    background:  url(assets/bannerpic.jpg);
    background-position: center;
    background-size: cover;
    height: 100vh;
    }


/*  shitty quality logo because anas couldnt be bothered to make high quality */

    .lang-btn{
        text-align: center;
        cursor: pointer;
    }




.animabtn{
    animation: blink 1s infinite alternate;
}
@keyframes blink{
    from{ color: #000000;}
    to{ color: #ffffff;}
}

    .lang-btn a{
        width: 150px;
        text-align: center;
        /* underline */ text-decoration: none;
        display: inline-block;
        position: relative;
        /* space */ margin: 0 5px;
        padding: 1px 0;
        color: #ffffff;
        border: .5px solid #ffffff;
        z-index: 1;
        transition: color 0.5s;
        top: 25px;
        right:18px;
        border-radius: 10px;
    }
    .lang-btn a span{
        
        height: 100%;
        position: absolute;
        top: 0;
        left: 0;
        background: #ffffff;
        z-index: -1;
        transition: 0.5s;
        border-radius: 10px;
    }
    .lang-btn a:hover span{
        width: 100%;
    }
    .lang-btn a:hover {
        color: #00a862;
    }



    .logo{
        position: fixed;
        width: 150px;
        top: -2%;
        left: 3.5%;
        transform: translateX(-50%);
    }
    .hed1-title{
        text-align: center;
        color: rgb(0, 0, 0);
        padding-top: 180px;
    }
    .hed1-title p{
        font-size: 50px;
        margin: 300px auto;  
    }

/*-------------------- section 1 -----------------------*/



/*-------------------- section 2 ---------------------*/

.bdy{
background:  url(assets/grayline.jpg);
background-position: center;
background-size: cover;
background-color: rgb(17, 17, 17);
padding: 70px 0 20px;
}
.bdy-title{
    text-align: center;
    color: white;
    padding-top: 0px;
    padding-bottom: 70px;
}
.bdy-title h1{
    font-size: 180px;
}
.btn{
    margin: 80px;
}
.btn a{
    width: 240px;
    text-decoration: none;
    display: inline-block;
    position: relative;
    margin: 0 20px;
    padding: 16px 0;
    color: #00a862;
    border: .5px solid rgb(0, 168, 98);
    border-radius: 20px;
    z-index: 1;
    transition: color 0.5s;
}
.btn a span{
    width: 0%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
    border-radius: 20px;
    background: #00a862;
    z-index: -1;
    transition: 0.5s;
}
.btn a:hover span{
    width: 100%;
}
.btn a:hover {
    color: #ffffff;
}
.btn .ios{
    width: 240px;
    text-decoration: none;
    display: inline-block;
    position: relative;
    margin: 0 20px;
    padding: 16px 0;
    color: #008ca1;
    border: .5px solid #008ca1;
    border-radius: 20px;
    z-index: 1;
    transition: color 0.5s;
}
.btn .ios span{
    width: 0%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
    border-radius: 20px;
    background: #0092a8;
    z-index: -1;
    transition: 0.5s;
}


/*-------------------- section 2 -----------------------*/




/*-------------------- section 3 -----------------------*/

.bdy2{
    /*background:  url(assets/fixgreen.jpg);*/
    background-position: center;
    background-size: cover;
    background-color: rgb(213, 202, 210);
    padding: 70px 0 20px;
    padding-bottom: 50px;
    }
    .bdy2-title{
        text-align: center;
        color: rgb(39, 39, 39);
        
    }
    .bdy2-title h1{
        position: relative;
        font-size: 180px;
    }
    .bdy2-txt{
        margin: 50px;
    }
.bdy2-txt p{
    font-size: 30px;
    position: relative;
}


.infovid{
  
 margin-top: -200px;
}
    
.bdy2-title2 h1{
    position: relative;
    color: #00a862 ;
    text-align: center;
    font-size: 100px;
    margin-top: -200px;
}

/*-------------------- section 3 -----------------------*/



/*-------------------- section 4 -----------------------*/

.endd{
    background-position: center;
    background-size: cover;
  margin-bottom: -20px;
padding: 70px 0 20px;
background-color: #00140b;
}
.endd-row{
    width: 80%;
    margin: auto;
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
}
.endd-left{
flex-basis: 45%;
padding: 10px;
margin-bottom: 20px;
color: white;
}
.endd-row h1{
    padding: 10px;
margin: 5px 0;
font-size: 30px;
}
.endd-row p{
    line-height: 35px;
}
.endd-left .fa{
    font-size: 20px;
    color: #ffffff;
    margin: 10px;
}

.endd-left .priv-abt{
    color: #ffffff;
    text-decoration-color: #00a862;
}

/*-------------------- section 4 -----------------------*/



/*-------------------- section socials 4 -----------------------*/


.socl p{
    font-size: 12px;
    margin-top: 20px;
    color: white;
}
.socl .follow p{
    font-size: 30px;
    margin-top: -15px;
margin-bottom: -20px;
}
.socl{
    text-align: center;
}
.socl .fa{
    width: 40px;
    height: 40px;
    font-size: 20px;
    line-height: 40px;
    border: 1px solid white;
    margin: 40px 5px 0;
    color: #00a862;
    cursor: pointer;
}

/*-------------------- section socials 4 -----------------------*/





/* for all screens 90% works lol */

@media screen and (max-width: 770px){


    .hed1{
        height: 50vh;
        }
    .bdy{
        flex-basis: 100%;
        height: 50vh;
    }
    .bdy2{
        flex-basis: 100%;
        height: 70vh;
    }






.hed1 .logo{
    width: 80px;
    top: 0%;
    left: 10%;
}
.hed1-title p{
    font-size: 15px;

    margin: 45px auto;

}



.bdy-title h1{
    font-size: 40px;
}
.bdy2-title h1{
    font-size: 70px;
}

.bdy2-txt p{
    font-size: 10px;
    margin-top: -40px;

}

.bdy2-title2 h1{

    font-size: 30px;
    margin-top: 20px;
}

.lang-btn{
    text-align: right;
}
.lang-btn a{
    width: 55px;
    font-size: 9px;
}
.btn{
    margin: 20px;
}
.btn a{
    width: 180px;
    display: block;
margin: 14px auto;
padding: 2px 0;
font-size: 13px;
}
.btn .ios{
    width: 180px;
    display: block;
margin: 14px auto;
padding: 2px 0;
font-size: 13px;
}


.endd{
    padding: 10px 0 20px;
    }
.endd-row h1{
    font-size: 15px;
    }
    .endd-row p{
        font-size: 10px;
        line-height: 1px;
    }
    .endd-left .fa{
        font-size: 10px;
    }



    .socl .follow p{
        font-size: 15px;
    }
    .socl .fa{
        font-size: 15px;
        width: 25px;
        height: 25px;
        line-height: 25px;
    }
    .socl p{
        font-size: 8px;
    }
    

.infovid{
 width: 100%;
 margin-top: -40px;
}

}




