@import url('https://fonts.googleapis.com/css2?family=Fredoka+One&family=Luckiest+Guy&family=Pacifico&family=Poppins:wght@200;300;400&family=Supermercado+One&display=swap');



*{
    margin: 0;
    padding: 0;
    box-sizing: border-box;
    font-family: "Poppins";
}
a{
    text-decoration: none;
}
section{
    width: 100%;
    height: 100vh;
    background: rgb(14, 13, 13);
    overflow: hidden;
    
}

nav{
    background:rgb(14, 13, 13);
    height: 50px;
    width: 100%;
    z-index: 1;
   
}
.nav-menu ul {
    display: flex;
    flex-direction: row;
    list-style: none;
    width: 50%;
    margin-left: 452px;
}

.nav-menu ul li{
    margin-left: 10px;
    margin-right: 10px;
    color: white;
    font-family: "Poppins";
    font-size: 13px;
    font-weight: bold;
}
.nav-menu ul li:hover{
    cursor: pointer;
    color:white;
    border-radius: 3px;
    border: 1px solid white;
}

.nav-menu{
    display: flex;
    flex-direction: row;
    align-items: center;
    height: 55px;
}
.logo{
    width: 50%;
}
.logo h4{
    margin-left: 28px;
    color: white;
    font-family: "Pacifico";
    font-size: 24px;
}


.head{
    width: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
    margin-top: 43px;
}
.head h3{
    font-family: "Fredoka";
    color: white;
    font-size: 32px;
    font-weight: bold;
}
.content{
    width: 100%;
    height: 78vh;
    display: flex;
    justify-content: center;
    align-items: center;
}
.skill-item{
    border: 0.2px solid rgb(255, 0, 98);
    border-radius: 4px;
}


.skill-menu{
    background:white;
    line-height: 45px;
    
    width: 55%;
    background:rgb(14, 13, 13) ;
}
.skill-ln{
    width: 95%;
    height: 7px;
    background: rgb(166, 220, 255);  
    margin-left: 2px;
    border-radius: 3px;
    margin-bottom: 9px;
}
.percentage-1{
    background:rgb(255, 0, 98);
    width: 50%;
    height: 100%;
}
.percentage-2{
    background:rgb(255, 0, 98);
    width: 40%;
    height: 100%;
}
.percentage-3{
    background:rgb(255, 0, 98);
    width: 30%;
    height: 100%;
}
.percentage-4{
    background: rgb(255, 0, 98);
    width: 50%;
    height: 100%;
}
.skill-item span{
    font-size: 13px;
    color: white;
    font-weight: bold;
    
}   
 
.skill-img{
    width: 80%;
    height: 80%;
    display: flex;
    align-items: center;
    margin-top: 0px;
    
}
