*{
    margin: 0;
    padding: 0;
    box-sizing: border-box;
    font-family: "Poppins";
    color: #fff;
}
html{
    scroll-behavior: smooth;
}
body{
    background-image: linear-gradient(135deg, 
    #000000 0%, #120b1e 25%, #2a0f3f 50%, #000000 100%);
}
.header{
    background-image: linear-gradient(0deg, #0f0f0f, #1d1d2a 70%, #23153b);
    width: 100%;
    height: 50px;
    position: sticky;
    top: 0;
    z-index: 10;
}
.logo-co{
    display: inline-block;
    width: 20%;
    height: 100%;
    position: absolute;
    left: 0;
    padding-left: 20px;
    padding-top: 12.5px;
}
.logo-co i{
    color: #fff;
    font-size: 25px;
}
.menu-co{
    display: inline-block;
    width: 80%;
    height: 100%;
    position: absolute;
    right: 0;
    text-align: right;
    padding-right: 40px;
}
.menu-co a:link{
    display: inline-block;
    font-weight: 600;
    text-decoration: none;
    padding: 5px;
    margin: 8px 10px;
}
.menu-co a:visited{
    display: inline-block;
    font-weight: 600;
    text-decoration: none;
    padding: 5px;
    margin: 8px 10px;
}
.menu-co a:hover{
    border-bottom: 5px solid #4070F4;
    border-radius: 1px;
}
.home{
    width: 100%;
    height: 500px;
    padding: 100px 0 0 40px;
    background-color: rgba(0, 0, 0, 0.3);
    background-image: url(back.jpg);
    background-size: cover;
    background-blend-mode: multiply;
}
.home p{
    font-size: 56px;
    font-weight: bolder;
    margin-bottom: 20px;
}
.home p span{
    color: #4070F4;
}
.home a:link{
    font-size: 30px;
    text-decoration: none;
    background-color: #4070F4;
    padding: 7px 15px;
    border-radius: 10px;
}
.home a:visited{
    font-size: 30px;
    text-decoration: none;
    color: white;
    background-color: #4070F4;
    padding: 7px 15px;
    border-radius: 10px;
}
.about{
    height: 480px;
    padding: 50px 0;
    text-align: center;
}
h2{
    font-size: 30px;
    color: #fff;
    font-weight: bold;
    border-bottom: 5px solid #4070F4;
    width: fit-content;
    margin: 0 auto 30px;
}
.about li{
    display: inline-block;
    list-style-type: none;
    width: 250px;
    height: 300px;
    box-shadow: 0 0 5px rgb(160, 160, 160);
    border-radius: 10px;
}

.about li img{
    background-size: cover;
    background-position: center;
    width: 100%;
    height: 100%;
}
.l1{
    margin-right: 5px;
    overflow: hidden;
}
.l2{
    background-color: #2c2c2c;
    position: relative;
    top: -54px;
    margin-left: 5px;
    padding: 30px 10px;
    text-align: left;
}
.l1:hover{
    box-shadow: 0 0 10px rgb(160, 160, 160);
}
.l2:hover{
    box-shadow: 0 0 10px rgb(160, 160, 160);
}
.skills{
    position: relative;
    height: 450px;
    text-align: center;
    padding-top: 50px;
}
.skills .left{
    width: 300px;
    display: inline-block;
    padding: 30px 10px;
    text-align: left;
    background-color: #2c2c2c;
    box-shadow: 0 0 5px rgb(160, 160, 160);
    border-radius: 10px;
    margin-right: 5px;
    height: 330px;
    position: relative;
    top: -35px;
}
.skills .left:hover{
    box-shadow: 0 0 10px rgb(160, 160, 160);
}
.skills .right{
    width: 300px;
    display: inline-block;
    margin-left: 5px;
    position: relative;
    text-align: left;
    height: 330px;
    padding: 77.5px 0;
}
.skills .right .lang:hover{
    box-shadow: 0 0 10px rgb(160, 160, 160);
}
.lang{
    position: relative;
    background-color: #2c2c2c;
    height: 45px;
    font-size: 20px;
    margin-bottom: 20px;
    box-shadow: 0 0 5px rgb(160, 160, 160);
    border-radius: 5px;
}
.text{
    position: absolute;
    line-height: 45px;
    left: 0;
    padding-left: 20px;
}
.number{
    position: absolute;
    line-height: 45px;
    right: 0;
    padding-right: 20px;
}
.lang span{
    display: block;
    position: absolute;
    bottom: 0;
    border-bottom: 5px solid #4070F4;
    border-radius: 5px;
}
.html{
    width: 65%;
}
.css{
    width: 40%;
}
.js{
    width: 1%;
}
.work{
    padding-top: 60px;
    padding-bottom: 100px;
    text-align: center;
}
.work img{
    width: 190px;
    height: 190px;
    margin: 5px;
    border-radius: 10px;
    border: none;
    transition: trasform 0.3s;
}
.work img:hover{
    transform: scale(1.05);
    box-shadow: 0 0  5px rgb(201, 195, 195);
}
.con-co{
    width: 550px;
    padding: 0 30px;
    margin: auto;
}
.contact input{
    width: 100%;
    display: block;
    background-color: #2c2c2c;
    font-size: 16px;
    padding: 10px 15px;
    margin-bottom: 20px;
    border-radius: 5px;
    border: 1px solid #fff;
}
form :nth-child(3){
    min-height: 100px;
    max-height: 100px;
    min-width: 100%;
    max-width: 100%;
    padding: 15px;
    font-size: 16px;
    background-color: #2c2c2c;
    border-radius: 5px;
    border: 1px solid #fff;
}
form :nth-child(4){
    width: 100px;
    margin: 20px auto 40px;
    background-color: #4070F4;
    color: #fff;
    font-size: 20px;
    border-radius: 10px;
    border: none;
}
.footer{
    text-align: center;
    padding: 60px 0 30px;
    background-color: #2c2c2c;
}
.footer h3{
    font-size: 25px;
    margin: 0 0 20px;
}
.footer i{
    font-size: 25px;
    margin-bottom: 20px;
    position: relative;
}
.footer :nth-child(2){
    right: 3px;
}
.footer :nth-child(3){
    left: 3px;
}