
@import url('https://fonts.googleapis.com/css2?family=Roboto&display=swap');


*{
    margin: 0;
    padding: 0;
    box-sizing: border-box;

}

/*  Style body  background from http://www.w3.org/2000/svg */

body{
background-color: #000000;
background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='100%25' height='100%25' viewBox='0 0 1600 800'%3E%3Cg fill-opacity='0.92'%3E%3Cpolygon fill='%2301050e' points='1600 160 0 460 0 350 1600 50'/%3E%3Cpolygon fill='%2301091c' points='1600 260 0 560 0 450 1600 150'/%3E%3Cpolygon fill='%23020e29' points='1600 360 0 660 0 550 1600 250'/%3E%3Cpolygon fill='%23021237' points='1600 460 0 760 0 650 1600 350'/%3E%3Cpolygon fill='%23031745' points='1600 800 0 800 0 750 1600 450'/%3E%3C/g%3E%3C/svg%3E");
background-attachment: fixed;
background-size: cover;

}

/*  Style Header, NavBar, logo  */


.header{
    display: flex;
    align-items: center;
    justify-content: center;
    background-color: rgb(0, 0, 0);

}

.logoNav{
    margin: 20px;
}

#nav{
    display: flex;
    align-items: center;
    justify-content: flex-end;
    width: 100%;
    height: 150px;

}

.nav_links{
    display: flex;
    justify-content: flex-end;
    gap: 25px;
    align-items: center;
    list-style: none;
    margin-right: 30px;
    color: whitesmoke;
    cursor: pointer;
    
}

.nav_links li a{
    color: aliceblue;
    text-decoration: none;
    
}

.nav_links li a:hover{
    color: darkorange;
}

/*  Style Banner, pictura, carrousel  */

.home_banner{
    display: flex;
    align-items: center;
    justify-content: space-evenly;
    width: 100%;
    height: 600px;
}p{
    color: whitesmoke;
    font-size: 25px;
    text-align: center;
    font-style: oblique;
    line-height: 50px;


}


.pic_home{
    width: 300px;
    border-radius: 50%;
    margin: 2rem;
}

.skills{
    width: 100%;
    height: 700px;
    
    


}h2{
    color: aliceblue;
    font-size: 50px;
    margin-bottom: 3rem;
}

.skills_img{
    display: flex;
    flex-direction: column;
    align-items: center;

    margin-top: 150px;
}img{
    margin: 30px;
    
}


/*  Style Footer  */
#footerContainer{
    width: 100%;
    height: 100px;
}



#footer{
    display: flex;
    flex-direction: row;
    justify-content: space-around;
    align-items: center;
    color: aliceblue;

}


.social__title{
    display: flex;
    align-items: center;
    justify-content: center;
}

.social .a{
    display: flex;
    align-items: center;
    justify-content: center;
}

.postFooter{
    color: aliceblue;
    display: flex;
    justify-content: center;
    margin: 1rem;
}

/* Portfolio */

.portfolio{
    width: 100%;
    height: 800%;
    display: flex;
    justify-content: center;
    align-items: center;
    margin-bottom: 10rem;
}

.link_port{
    list-style: none;
    color: aliceblue;
    text-align: center;

}figure{
    color: aliceblue;
    text-align: center;
}

.link_port:hover{
    color: darkorange;
}

.portfolio_title{
    text-align: center;
    font-size: 60px;
    font-weight: 800;
    margin-top: 4rem;
}


/* Contact  */

.form1{
    
    
    width: 100%;
    height: 600px;
    display: flex;
    align-items: center;
    flex-direction: column;
    justify-content: center;

}

.form{

    width: 350px;
    height: 350px;
    padding: 20px;
    background: rgba(152, 151, 151, 0.388);
    box-shadow: 0 8px 32px 0 rgba(31, 38, 135, 0.37);
    backdrop-filter: blur(13.5px);
    -webkit-backdrop-filter: blur(13.5px);
    border-radius: 10px;
    border: 1px solid rgba(13, 13, 13, 0.18);
    color: rgb(239, 239, 239);
    border-radius: 5%;
    
    
}


/* About me */

.about_title{
    text-align: center;
    font-size: 70px;
}

.hobbies{
    gap: 50px;
    width: auto;
    width: 100%;
    height: 600px;
    display: flex;
    justify-content: center;
    

}