header{
    height: 10vh;
}
:root{
    --back :#FFFFFE;
    --color :#1C1D20;
}
nav i{
    display: inline-block;
    color: var(--color);
    position: absolute;
    right: 5%;
    top: 25%;
    height: 10vw;
    width: 10vw;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 50%;
    background-color: var(--back);
    font-size: 4.5vw;
}
nav a{
    font-size: 5.2vw;
}
/* --------------------------------------------------nav-screen--------------------------------------------------------- */
.navigation{
    width: 100vw;
    height: 50vh;
    background-color: var(--color);
    position: fixed;
    z-index: 9;
    display: flex;
    align-items: center;
    flex-wrap: wrap;
    padding-top: 24vw;
    padding-bottom: 24vw;
    top: -100%;
    transition: all ease 0.5s;
}
.navigation p{
    /* height: 15%; */
    color: var(--back);
    font-size: 7vw;
    width: 100%;
    text-align: center;
}
.navigation a{
    display: inline-block;
    width: 100vw;
    font-size: 7vw;
    color: var(--back);
    text-align: center;
}
.navigation i{
    position: absolute;
    color: var(--back);
    font-size: 8vw;
    right: 2%;
    top: 5%;
}
/* ---------------------------------------------------------------------------------------------------------------------------- */
.pages{
    display: none;
}
.hero{
    height: 95vh;
}
.hero img{
    margin-top: 42vw;
    margin-left: 1vw;
    height: 160%;
}
.sideglobe{
    display: none;
}
.freelance{
    width: 49vw;
    height: 24vw;
    top: 55%;
    right: 0%;
    padding-left: 2vw;
    padding-right: 2vw;
    padding-bottom: 2vw;
    padding-top: 2vw;
}
.freelance i{
    font-size: 3.5vw;
}
.freelance h2{
    line-height: 6.5vw;
    font-size: 6.4vw;
    text-align: center;
}
/*---------------------------marque----------------------------------*/
.marque{
    height: 37vw;
    top: 77%;
}
.mar{
    animation: 14s scroll linear infinite ;
}
.marque h1{
    font-size: 30vw;
}
/* -------------------------------------------------------------------------------------------------------------- */
.about{
    height: 82vh;
    flex-wrap: wrap;
}
.about-h{
    padding-top: 10vw;
    width: 90%;
    height: 40%;
}
.about-h p{
    font-size: 7.5vw;
    text-align: center;
}
.side-about{
    padding-bottom: 15vw;
    padding-top: 10vw;
    margin-top: -10vw;
    width: 90%;
    height: 60%;
}
.side-about p{
    padding-right: 0vw;
    width: 90%;
    font-size: 5.0vw;
    text-align: center;
}
.side-about button{
    width: 40vw;
    height: 15vw;
    border-radius: 10vw;
    font-size: 4vw;
}
.side-about button>span{
    width: 150%;
    height: 150%;
    top: 180%;
    left: 50%;
}
/* -------------------------------------------------------------------------------------------------------------- */
.portfolio{
    padding-left: 10vw;
}
.portfolio h2{
    font-size: 3vw;
}
.work{
    padding-bottom: 20vw;
    width: 100vw;
}
.work a{
    width: 85%;
    text-decoration: none;

}
.box{
    width: 100%;
    padding-left: 2vw;
    height: 25vw;
}
.box h1{
    font-size: 6vw;
}
.box h5{
    font-size: 1.8vw;
}
.box img{
    display: none;
}
/* ------------------------------------------------------------------------------------------------------------------------------------ */
.contact{
    height: 50vh;
}
.contact-main{
    height: 75%;
    width: 90%;
}
.contact-main h1{
    width: 95%;
    font-size: 15vw;
}
.contact-main button{
    background-color: #455CE9;
    height: 20vw;
    width: 20vw;
    font-size: 2.7vw;
    top: 62%;
}
.contact-main button>span{
    width: 21vw;
    height: 21vw;
}   
.contact-main i{
    font-size: 3vw;
}
.footer{
    bottom: 5%;
    right: 3%;
    width: 90%;
}
.footer p{
    font-size: 2.5vw;
}
.socials{
    width: 50vw;
}
.socials a{
    font-size: 2.5vw;
}
.info{
    width: 90%;
    margin-top: -67%;
}
.info button{
    width: 35vw;
    height: 10vw;
    border-radius: 10vw;
    font-size: 2.5vw;
}
.contact-form{
    width: 95vw;
    height: 85vh;
}
.contact-form h1{
    font-size: 7vw;
}
form{
    width: 94%;
    margin-top: -25vw;
    height: 75%;
}
form>input{
    height: 6%;
    padding-left: 2vw;
    font-size: 3.5vw;
}
form>textarea{
    padding-left: 2vw;
    font-size: 3.5vw;
}
form>button{
    width: 36vw;
    height: 10vw;
    border-radius: 2vw;
    font-size: 3.9vw;
}
.contact-form i{
    font-size: 6vw;
}
/* ------------------------------------------------------------------------------- */
/* ------------------------------------------------------------------------------- */
/* ------------------------------------------------------------------------------- */
/* ------------------------------------------------------------------------------- */
.about-page{
    width: 100vw;
    height: 100vh;
    padding-top: 15vw;
}
.about-page-image{
    width: 100vw;
    height: 60vw;
}
.about-page-image img{
    width: 60vw;
    height: 100%;
    border-radius: 50%;
}
.about-page-p{
    width: 90%;
    padding-left: 5%;
    margin-top: -25vw;
    padding-right: 5%;
}
.about-page-p p{
    font-size: 4.1vw;
}
.about-socials{
    margin-top: -33vw;
    width:60vw;
    height: 20vw;
    display: flex;
    align-items: center;
    justify-content: space-around;
    flex-wrap: wrap;
}
.about-socials a{
    height: 60%;
    width: 20%;
    font-size: 6vw;
    border-radius: 50%;
}