@import url('https://fonts.googleapis.com/css2?family=Poppins:ital,wght@0,100;0,200;0,300;0,400;0,500;0,600;0,700;0,800;0,900;1,100;1,200;1,300;1,400;1,500;1,600;1,700;1,800;1,900&display=swap');
*{
    font-family: 'Poppins', sans-serif;
    margin: 0;
    padding: 0;
    box-sizing: border-box;
    scroll-behavior: smooth;
}

header{
    background-color: aliceblue;
    width: 100%;
    position: fixed;
    z-index: 999;
    display: flex;
    justify-content:space-between;
    align-self: center;
    padding: 10px 100px;
}
header{
    background-color: rgb(36, 37, 46);
}
header a span{
    color:antiquewhite ;
    font-size: 1.1em;
}
.logo {
    text-decoration: none;
    color: rgb(248, 144, 25);
    font-weight: 1000;
    font-size: 2em;
    letter-spacing: 1px; 
}
.navigation{
    padding-top: 8px;
}
.navigation a{
    color: rgb(206, 206, 206);
    text-decoration: none;
    font-size: 1.3em ;
    font-weight: 500;
    padding-left:20px;
    padding-top: 30px;
}
.navigation a:hover{
    color: rgb(247, 133, 27);
    transform: scale(1.05);
    transition: 0.8s ease;
}
.section1{
    padding: 100px 100px 0px 100px;
    background: rgb(251, 233, 233);
    text-decoration: none;
    list-style: none;
}
.big_title{
    text-transform: uppercase;
    color:rgb(0, 0, 0);
    text-align: center;
    font-size: 2.4em;
    letter-spacing: 10px;
    text-shadow: 0px 11px 4px rgba(80, 74, 74, 60%);
    font-weight: 1000;
    padding:20px 0 20px 0;
}
h1 span{
    color: rgb(255, 72, 0);
}
h3{
    margin: 5px;
    color: rgb(36, 34, 33);;
}
.skill{
    background: rgb(206, 206, 206);
    margin: 20px auto;
    padding: 20px auto;
    box-shadow: 0 14px  28px rgba(0, 0, 0, 0.28),0 10px 10px rgba(0, 0, 0, 0.24);
}
.skill li{
    margin: 20px 0;
    padding:10px;
}
.bar{
    background: #353b48;
    display: block;
    height: 20px;
    border: 1px solid rgba(0, 0, 0, 0.3);
    border-radius: 10px;
    overflow: hidden;
    box-shadow: 0 1px 3px rgba(0, 0, 0, 0.12), 0 1px 2px rgba(0, 0, 0, 0.24);
    transition: all 0.3s cubic-bezier(.25,.8,.25,.1);
}
.bar:hover{
    box-shadow: 0 14px 28px rgba(0, 0, 0, 0.25), 0 10px 10px rgba(0, 0, 0, 0.22);
}
.bar span{
    height: 20px;
    float: left;
    background: linear-gradient(135deg,rgb(236, 114, 0)0%,rgb(248, 172, 101)100% );
}
.C{
    width: 85%;
    animation: C 3s;
}
.Python{
    width: 65%;
    animation: Python 3s;
}
.Dart{
    width: 90%;
    animation: Dart 3s;
}
.Hardware{
    width: 68%;
    animation: Hardware 3s;
}
.javascript{
    width: 40%;
    animation: JavaScript 3s;
}
.html{
    width: 80%;
    animation: html 3s;
}
.CSS{
    width: 60%;
    animation: CSS 3s;
}
.Linux{
    width: 30%;
    animation: Linux 3s;
}
@keyframes C {
    0%{
        width: 0%;
    }
    100%{
        width: 85%;
    }
}
@keyframes Dart {
    0%{
        width: 0%;
    }
    100%{
        width: 90%;
    }
}
@keyframes Hardware{
    0%{
        width: 0%;
    }
    100%{
        width: 68%;
    }
}
@keyframes html{
    0%{
        width: 0%;
    }
    100%{
        width: 80%;
    }
}
@keyframes CSS {
    0%{
        width: 0%;
    }
    100%{
        width: 60%;
    }
}
@keyframes Python {
    0%{
        width: 0%;
    }
    100%{
        width: 65%;
    }
}
@keyframes JavaScript {
    0%{
        width: 0%;
    }
    100%{
        width: 40%;
    }
}
@keyframes Linux {
    0%{
        width: 0%;
    }
    100%{
        width: 30%;
    }
}
.section2{
    padding: 50px 150px 100px 150px;
    background: rgb(251, 233, 233);
    text-decoration: none;
    list-style: none;
}
.big_title2{
    text-transform:capitalize;
    color:rgb(0, 0, 0);
    text-align: center;
    font-size: 2.4em;
    letter-spacing: 5px;
    text-shadow: 0px 11px 4px rgba(80, 74, 74, 60%);
    font-weight: 1000;
    padding:20px 0 20px 0;
}
h4 span{
    color: rgb(255, 72, 0);
}
.fre_and_lib{
    background: rgb(206, 206, 206);
    margin: 20px auto;
    padding: 20px auto;
    box-shadow: 0 14px  28px rgba(0, 0, 0, 0.28),0 10px 10px rgba(0, 0, 0, 0.24);   
}
.fre_and_lib li{
    margin: 10px 0;
    padding:10px;
}
.social-icons a{
    color: aliceblue;
    font-size: 1.2em;
    padding:20px;
    text-decoration: none;
}
footer{
    background-color: rgb(37, 33, 33);
    color:aliceblue;
    padding: em;
}
.title-footer{
    font-size: 1.2em;
    font-weight: 350;
    text-align: center;
    padding-bottom: 30px;
}
.title-footer span{
    font-weight: 600;
    color: rgb(230, 139, 20);
}
.footer .social-icons{
    font-size: 1em;
    text-align: center;
    padding: 0 10px 0 0;
}
.NODEJS{
    width: 35%;
    animation: NODEJS 3s;
}
.Flutter{
    width: 80%;
    animation: FLUTTER 3s;
}
.REACT{
    width: 65%;
    animation: REACT 3s;
}
.Django{
    width: 52%;
    animation: Django 3s;
}
.NCURSES{
    width: 85%;
    animation: NCURSES 3s;
}
.DISCORDJS{
    width: 25%;
    animation: DISCORDJS 3s;
}
@keyframes NCURSES {
    0%{
        width: 0%;
    }
    100%{
        width: 85%;
    }
}
@keyframes FLUTTER {
    0%{
        width: 0%;
    }
    100%{
        width: 80%;
    }
}
@keyframes REACT {
    0%{
        width: 0%;
    }
    100%{
        width: 65%;
    }
}
@keyframes NODEJS {
    0%{
        width: 0%;
    }
    100%{
        width: 35%;
    }
}
@keyframes DISCORDJS {
    0%{
        width: 0%;
    }
    100%{
        width: 25%;
    }
}
@keyframes Django {
    0%{
        width: 0%;
    }
    100%{
        width: 52%;
    }
}
@media (max-width:1000px){
    header{
        padding: 10px;
        position:absolute; 
        flex-direction: column;
    }
    .logo{
        font-weight: 1000;
        font-size: 1.5em;
        text-align: center;
        
    }
    .navigation{
        padding-top: 15px ;
        text-align: center;
    }
    .navigation a{
        color: rgb(206, 206, 206);
        text-decoration: none;
        font-size: 1.1em;
        font-weight: 500;
        padding-left: 13px;
    }
    .big_title,.big_title2{
        padding:20px 0 10px 0;
    }
    .section1,.section2{
        padding: 140px 0px 0 0px;
    }

    .title-footer{
        padding-bottom: 30px;
     }
     footer .social-icons{
         padding: 10px;
     }
}
@media(max-width :505px){
    .title-footer{
        font-size: 1.1em;
        font-weight: 350;
        text-align: center;
        padding-bottom: 25px;
    }
    .title-footer span{
        font-weight: 600;
        color: rgb(230, 139, 20);
    }
}
@media(max-width :425px){
    .title-footer{
        font-size: 1em;
        font-weight: 350;
        text-align: center;
        padding-bottom: 25px;
    }
    .title-footer span{
        font-weight: 500;
        color: rgb(230, 139, 20);
    }
}
@media(max-width :400px){
    .section1,.section2{
        padding: 90px 30px;
    }
    .big_title{
        font-size: 1.8em;
        letter-spacing: 7px;
        text-shadow: 0px 11px 4px rgba(80, 74, 74, 60%);
        font-weight: 700;
        padding:20px 0 20px 0;
    }
    .big_title2{
        font-size: 1.6em;
        letter-spacing: 3px;
        text-shadow: 0px 11px 4px rgba(80, 74, 74, 60%);
        font-weight: 700;
        padding:20px 0 20px 0;
    }
}
@media(max-width :360px){
    .navigation{
        padding-top: 15px ;
        text-align: center;
    }
    .navigation a{
        color: rgb(206, 206, 206);
        text-decoration: none;
        font-size: 1em;
        font-weight: 400;
        padding-left: 5px;
    }
}
