  /* -------------------------------------------NAV BAR--------------------------------------- */
  *{
    margin: 0;
    padding: 0;
    box-sizing: border-box;

}
.header{
    display: flex;
    border: solid 1px transparent;
    width: 100%;
    height: 100px;
    justify-content:space-between;
    box-shadow: rgba(0, 0, 0, 0.35) 0px 5px 15px;
    background-color: #282c34;
    position:fixed;
    overflow:hidden;
    
}
.header>.header-right{
    margin: 25px;
    display: flex;
    align-items: center;
    gap: 35px;
    text-decoration: none;
}
.header-right{
    /* font-family: Cambria, Cochin, Georgia, Times, 'Times New Roman', serif; */
    font-family: 'Poppins', sans-serif;
    font-size: 28px;
    letter-spacing: 1px;
    font-weight: bolder;
}
.header-right>div>a{
    text-decoration: none;
    color: white;
    transition: 1s;
}
.header-right>div>a:hover{
    color: #61dafb;
    text-decoration: underline;
    transform: scale(1.2);
}
/* .header-right>:nth-child(1):hover{
    color: rgb(43, 122, 226);
}
.header-right>:nth-child(2):hover{
    color: rgb(43, 122, 226);
}
.header-right>:nth-child(3):hover{
    color: rgb(43, 122, 226);
}
.header-right>:nth-child(4):hover{
    color: rgb(43, 122, 226);
} */
.header>.header-left{
    margin: 25px;
    display: flex;
    align-items: center;
}
.header-left{
    font-family: 'Bilbo Swash Caps', cursive;
    /* color: rgb(10, 240, 240); */
    color: #61dafb;
    font-size: 50px;
    letter-spacing: 1.5px;
    font-weight: bolder;
    font-weight: lighter;
    transition: 1s;
    cursor: pointer;

    /* font-family: Arial, Helvetica, sans-serif; */
}
.header-left:hover{
    transform: scale(1.2);
}


/* ---------------------------------------------------HOME SECTION---------------------------------------------- */

#about{
    display: flex;
    width: 100%;
    height: 550px;
    font-family: 'Poppins', sans-serif;
   margin-top: 100px;
    
}
.abouttext{
    width: 65%;
    height: 100%;
    color: whitesmoke;
    border: solid 1px transparent;
    background-color: #282c34;
}
.about-text{
    width: 100%;
    height: 60%;
    line-height: 70px;
    border: solid 1px transparent;
    display: flex;
    text-align: center;
    justify-content: center;
    align-items: center;
    font-size: 25px;
    font-family: 'Poppins', sans-serif;
}
.about-button{
    width: 100%;
    height: 20%;
    border: solid 1px transparent;
    display: flex;
    align-items: center;
    justify-content: center;
    
}
.about-social{
    width: 100%;
    height: 20%;
    border: 1px solid transparent;
    display: flex;
    justify-content: center;
    align-items: center;
}
.about-social>div{
    width: 10%;
    height: 100%;
    border: solid 1px transparent;
}
.about-social>div>a>i{
    color: #61dafb;
}
    .about-button>button{
    width: 250px;
    height: 80px;
    font-family: 'Poppins', sans-serif;
    font-size: 25px;
    font-weight: bold;
    color: #61dafb;
    letter-spacing: 1px;
    border-radius: 5px;
    background-color:   rgb(99, 98, 98);
    border: 1px solid rgb(19, 219, 219);
    transition: 1s;
   
}
.about-button>button:hover{
    transform: scale(1.2);
}
.about-button>button>a{
    text-decoration: none;
    color: #61dafb;
}

.about-photo{
    width:310px;
    height: 250px;
    border: solid 1px transparent;
    background-color:  #282c34 ;
    display: flex;
    justify-content: center;
    align-items: center;
}
.about-photo>div{
    width: 65%;
    height: 55%;

}

.about-photo>div>img{
    width: 310px;
    height: 250px;
   /* border-radius: 50%; */
   
}
.about-text{
    text-align: center;
}
.about-text>h1>span{
    color:  #61dafb;
}




/* ------------------------------------------------------ABOUT SECTION---------------------------------------------------- */

#about1{
    width: 100%;
    height: 500px;
    justify-content: center;
    text-align: center;
    font-size: 25px;
    border: solid 1px transparent;
    box-shadow: rgba(0, 0, 0, 0.35) 0px 5px 15px;
    background-color: #282c34;
    color: white;
    font-family: 'Poppins', sans-serif;
}

#about1>p{
    font-size: 25px;
    margin: auto;
    font-family: 'Poppins', sans-serif;
    letter-spacing: 1px;
    padding: 25px;
    
}
#about1>h3>span{
    color: #61dafb;
}


/* ------------------------------------------------------SKILLS SECTION----------------------------------------------------- */

#skills{
    width: 100%;
    height: 1050px;
    border: solid 1px transparent;
    background-color: #282c34;
    font-family: 'Poppins', sans-serif;
}
.skills-heading{
    color: #61dafb;
}
.skills-heading{
    width: 100%;
    height: 15%;
    border: 1px solid transparent;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 25px;

}
.skills-frontend{
    margin: auto;
    width: 95%;
    height: 37%;
    border: 1px solid transparent;
    background-color: white;
    border-radius: 10px;
    transition: 1s;
}
.skills-frontend:hover{
    transform: scale(1.02);
}
.front-text{
    width: 100%;
    height: 20%;
    border: 1px solid transparent;
    font-family: 'Poppins', sans-serif;
    font-size: 20px;
    text-align: center;
}
.front-logo{
    width: 100%;
    height: 80%;
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    border: 1px solid transparent;
    border-radius: 10px;
    
}
.front-logo>div{
    width: 18%;
    height: 90%;
    box-shadow: rgba(0, 0, 0, 0.35) 0px 5px 15px;
    border: solid 1px transparent;
    border-radius: 10px;
    background-color: white;
    transition: 1s;
}
.front-logo>div:hover{
    transform: scale(1.1);
}
.img{
    width: 100%;
    height: 80%;
}
.txt{
    width: 100%;
    height: 20%;
    display: flex;
    font-family: 'Poppins', sans-serif;
    font-size: 25px;
    color: rgb(70, 70, 70);
    justify-content: center;
    align-items: center;
}
.skills-backend{
  
    margin: auto;
    margin-top: 3%;
    width: 95%;
    height: 37%;
    border: 1px solid transparent;
    background-color: white;
    border-radius: 10px;
    transition: 1s;
}
.skills-backend:hover{
    transform: scale(1.02);
}
.back-text{
    width: 100%;
    height: 20%;
    border: 1px solid transparent;
    font-family: 'Poppins', sans-serif;
    font-size: 20px;
    text-align: center;
}
.back-logo{
    width: 100%;
    height: 80%;
    display: flex;
    flex-wrap: wrap;
    justify-content: space-evenly;
    border: 1px solid transparent;
    border-radius: 10px;
    
}
.back-logo>div{
    width: 18%;
    height: 90%;
    box-shadow: rgba(0, 0, 0, 0.35) 0px 5px 15px;
    border: solid 1px transparent;
    border-radius: 10px;
    align-items: center;
    justify-content: center;
    transition: 1s;

}
.back-logo>div:hover{
    transform: scale(1.1);
}

/* -----------------------------------------------------PROJECT SECTION-------------------------------------------- */

#project{
    width: 100%;
    height: 1500px;
    border: 1px solid transparent;
    font-family: 'Poppins', sans-serif;
    background-color: #282c34;
    
}
.pro-header{
    width: 100%;
    height:10%;
    border: 1px solid transparent;
    text-align: center;
    font-size: 25px;
    color: #61dafb;
    background-color: #282c34;
}
.pro-ject{
    width: 75%;
    height: 27%;
    border: 1px solid transparent;
    margin: auto;
    margin-top: 1.5%;
    display: flex;
    box-shadow: rgba(0, 0, 0, 0.35) 0px 5px 15px;
    background-color: white;
    border-radius: 10px;

}
.pro-img{
    width: 40%;
    height: 100%;
    border: solid 1px transparent;
    display: flex;
    justify-content: center;
    align-items: center;
}
.pro-img>img{
    width: 90%;
    height: 60%;
}
.pro-txt{
    width: 60%;
    height: 100%;
    border: solid 1px transparent;
}
.pro-txt-header{
    display: flex;
    justify-content: center;
    align-items: center;
    font-size: 20px;
}
.pro-txt-txt{
    margin-left: 10px;
}
.pro-txt-txt>h5{
    font-weight: lighter;
    font-size: 20px;
    letter-spacing: 0.5px;
    padding: 5px;
    margin: auto;
}
.pro-txt-txt>h3{
    font-size: 20px;
    padding: 5px;
    margin: auto;
}
.pro-txt-button{
    display: flex;
    justify-content: center;
    align-items: center;
}
.pro-txt-button>a>button{
    width: 150px;
    height: 40px;
    font-family: 'Poppins', sans-serif;
    font-size: 18px;
    font-weight:bold;
    
}
.pro-txt-button>a:nth-child(1)>button{
    background-color: black;
    border: solid 1px black;
    color: white;
    letter-spacing: 0.5px;
    cursor: pointer;
}
.pro-txt-button>a:nth-child(2)>button{
    background-color: #61dafb;
    border: solid 1px #61dafb;
    color: white;
    letter-spacing: 0.5px;
    cursor: pointer;
}
.pro-txt-button>button>a{
    text-decoration: none;
    color: white;
}


/* -----------------------------------------------------------CONTACT SECTION------------------------------------------- */

#contact{
    width: 100%;
    height: 500px;
    border: 1px solid transparent;
    background-color: #282c34;
    font-family: 'Poppins', sans-serif;
}
#contact>div{
    width: 100%;
    height: 25%;
    border: 1px solid transparent;
}
.contact-header{
    font-family: 'Poppins', sans-serif;
    font-size: 25px;
    display: flex;
    justify-content: center;
    align-items: center;
    color: #61dafb;
}
.contact-para{
    font-family: 'Poppins', sans-serif;
    font-size: 25px;
    display: flex;
    justify-content: center;
    align-items: center;
    text-align: center;
    color: white;
}
.contact-social{
    font-family: 'Poppins', sans-serif;
    display: flex;
    justify-content: center;
    align-items: center;
}
.contact-social>div{
    width: 30%;
    height: 100%;
    border: solid 1px transparent;
    display: flex;
    background-color: #61dafb;
    border-radius: 10px;
    box-shadow: rgba(12, 9, 9, 0.35) 0px 5px 15px;
    transition: 1s;
}
.contact-social>div:hover{
    transform: scale(1.2);
}
.contact-copyright{
    font-family: 'Poppins', sans-serif;
    color: white;
    display: flex;
    justify-content: center;
    align-items: center;
}
.con-img{
    width: 33%;
    height: 100%;
    border: solid 1px transparent;
    display: flex;
    align-items: center;
    justify-content: center;
}

.con-img>a>i{
    color: black;
}

/* ------------------------------------------------------EDUCATION SECTION----------------------------------------- */

#education{
    width: 100%;
    height: 600px;
    border: solid 1px transparent;
    font-family: 'Poppins', sans-serif;
    background-color: #282c34;
}
.edu-header{
    width: 100%;
    height: 20%;
    border: solid 1px transparent;
    display: flex;
    justify-content: center;
    align-items: center;
    font-size: 25px;
    font-style: Poppins;
    color: #61dafb;
}
.edu-masai{
    width: 80%;
    height: 35%;
    margin: auto;
    padding: 30px;
    border: solid 1px transparent;
    margin-top: 1%;
    border-radius: 10px;
    text-align:center;
    font-size: 20px;
    background-color: #61dafb;
    transition: 1s;
}
.edu-masai:hover{
    transform: scale(1.1);
}

/* -----------------------------------MEDIA QUERIES----------------------------------- */

@media screen and (max-width:1950px) {
      
.about-photo{
    width: 35%;
    height: 100%;
    border: solid 1px transparent;
    background-color:  #282c34 ;
    display: flex;
    justify-content: center;
    align-items: center;
}
.about-photo>div{
    width: 55%;
    height: 60%;

}

.about-photo>div>img{
    width: 100%;
    height: 100%;
   border-radius: 50%;
   
}
.about-text{
    text-align: center;
}
.about-text>h1>span{
    color:  #61dafb;
}


.skills-frontend{
    margin: auto;
    width: 75%;
    height: 37%;
    border: 1px solid transparent;
    background-color: white;
    border-radius: 10px;
    transition: 1s;
}


.skills-backend{
  
    margin: auto;
    margin-top: 3%;
    width: 75%;
    height: 37%;
    border: 1px solid transparent;
    background-color: white;
    border-radius: 10px;
    transition: 1s;
}

}

@media screen and (max-width:1700px) {
    
    
.about-photo{
    width: 35%;
    height: 100%;
    border: solid 1px transparent;
    background-color:  #282c34 ;
    display: flex;
    justify-content: center;
    align-items: center;
}
.about-photo>div{
    width: 55%;
    height: 50%;

}

.about-photo>div>img{
    width: 100%;
    height: 100%;
   border-radius: 50%;
   
}
.about-text{
    text-align: center;
}
.about-text>h1>span{
    color:  #61dafb;
}





#about1{
    width: 100%;
    height: 500px;
    justify-content: center;
    text-align: center;
    font-size: 25px;
    border: solid 1px transparent;
    box-shadow: rgba(0, 0, 0, 0.35) 0px 5px 15px;
    background-color: #282c34;
    color: white;
    font-family: 'Poppins', sans-serif;
}

#about1>p{
    font-size: 25px;
    margin: auto;
    font-family: 'Poppins', sans-serif;
    letter-spacing: 1px;
    padding: 25px;
    
}
#about1>h3>span{
    color: #61dafb;
}


/* ------------------------------------------------------SKILLS SECTION----------------------------------------------------- */

#skills{
    width: 100%;
    height: 1050px;
    border: solid 1px transparent;
    background-color: #282c34;
    font-family: 'Poppins', sans-serif;
}
.skills-heading{
    color: #61dafb;
}
.skills-heading{
    width: 100%;
    height: 15%;
    border: 1px solid transparent;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 25px;

}
.skills-frontend{
    margin: auto;
    width: 75%;
    height: 37%;
    border: 1px solid transparent;
    background-color: white;
    border-radius: 10px;
    transition: 1s;
}
.skills-frontend:hover{
    transform: scale(1.02);
}
.front-text{
    width: 100%;
    height: 20%;
    border: 1px solid transparent;
    font-family: 'Poppins', sans-serif;
    font-size: 20px;
    text-align: center;
}
.front-logo{
    width: 100%;
    height: 80%;
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    border: 1px solid transparent;
    border-radius: 10px;
    
}
.front-logo>div{
    width: 18%;
    height: 90%;
    box-shadow: rgba(0, 0, 0, 0.35) 0px 5px 15px;
    border: solid 1px transparent;
    border-radius: 10px;
    background-color: white;
    transition: 1s;
}
.front-logo>div:hover{
    transform: scale(1.1);
}
.img{
    width: 100%;
    height: 80%;
}
.txt{
    width: 100%;
    height: 20%;
    display: flex;
    font-family: 'Poppins', sans-serif;
    font-size: 25px;
    color: rgb(70, 70, 70);
    justify-content: center;
    align-items: center;
}
.skills-backend{
  
    margin: auto;
    margin-top: 3%;
    width: 75%;
    height: 37%;
    border: 1px solid transparent;
    background-color: white;
    border-radius: 10px;
    transition: 1s;
}
.skills-backend:hover{
    transform: scale(1.02);
}
.back-text{
    width: 100%;
    height: 20%;
    border: 1px solid transparent;
    font-family: 'Poppins', sans-serif;
    font-size: 20px;
    text-align: center;
}
.back-logo{
    width: 100%;
    height: 80%;
    display: flex;
    flex-wrap: wrap;
    justify-content: space-evenly;
    border: 1px solid transparent;
    border-radius: 10px;
    
}
.back-logo>div{
    width: 18%;
    height: 90%;
    box-shadow: rgba(0, 0, 0, 0.35) 0px 5px 15px;
    border: solid 1px transparent;
    border-radius: 10px;
    align-items: center;
    justify-content: center;
    transition: 1s;

}
.back-logo>div:hover{
    transform: scale(1.1);
}
}





@media screen and (max-width:1010px) {
    #about{
        display: flex;
        width: 100%;
        height: 550px;
        font-family: 'Poppins', sans-serif;
       margin-top: 100px;
        
    }
    .abouttext{
        width: 65%;
        height: 100%;
        color: whitesmoke;
        border: solid 1px transparent;
        background-color: #282c34;
    }
    .about-text{
        width: 100%;
        height: 60%;
        line-height: 70px;
        border: solid 1px transparent;
        display: flex;
        text-align: center;
        justify-content: center;
        align-items: center;
        font-size: 20px;
        font-family: 'Poppins', sans-serif;
    }
    .about-button{
        width: 100%;
        height: 20%;
        border: solid 1px transparent;
        display: flex;
        align-items: center;
        justify-content: center;
        
    }
    .about-social{
        width: 100%;
        height: 20%;
        border: 1px solid transparent;
        display: flex;
        justify-content: center;
        align-items: center;
    }
    .about-social>div{
        width: 10%;
        height: 100%;
        border: solid 1px transparent;
    }
    .about-social>div>a>i{
        color: #61dafb;
    }
        .about-button>button{
        width: 250px;
        height: 80px;
        font-family: 'Poppins', sans-serif;
        font-size: 25px;
        font-weight: bold;
        color: #61dafb;
        letter-spacing: 1px;
        border-radius: 5px;
        background-color:   rgb(99, 98, 98);
        border: 1px solid rgb(19, 219, 219);
        transition: 1s;
       
    }
    .about-button>button:hover{
        transform: scale(1.2);
    }
    .about-button>button>a{
        text-decoration: none;
        color: #61dafb;
    }
    
    .about-photo{
        width: 35%;
        height: 100%;
        border: solid 1px transparent;
        background-color:  #282c34 ;
        display: flex;
        justify-content: center;
        align-items: center;
    }
    .about-photo>div{
        width: 65%;
        height: 45%;
    
    }
    
    .about-photo>div>img{
        width: 100%;
        height: 100%;
       border-radius: 50%;
       
    }
    .about-text{
        text-align: center;
    }
    .about-text>h1>span{
        color:  #61dafb;
    }
    #skills{
        width: 100%;
        height: 1050px;
        border: solid 1px transparent;
        background-color: #282c34;
        font-family: 'Poppins', sans-serif;
    }
    .skills-heading{
        color: #61dafb;
    }
    .skills-heading{
        width: 100%;
        height: 15%;
        border: 1px solid transparent;
        display: flex;
        align-items: center;
        justify-content: center;
        font-size: 25px;
    
    }
    .skills-frontend{
        margin: auto;
        width: 95%;
        height: 37%;
        border: 1px solid transparent;
        background-color: white;
        border-radius: 10px;
        transition: 1s;
    }
    .skills-frontend:hover{
        transform: scale(1.02);
    }
    .front-text{
        width: 100%;
        height: 20%;
        border: 1px solid transparent;
        font-family: 'Poppins', sans-serif;
        font-size: 20px;
        text-align: center;
    }
    .front-logo{
        width: 100%;
        height: 80%;
        display: flex;
        flex-wrap: wrap;
        justify-content: space-between;
        border: 1px solid transparent;
        border-radius: 10px;
        
    }
    .front-logo>div{
        width: 18%;
        height: 80%;
        box-shadow: rgba(0, 0, 0, 0.35) 0px 5px 15px;
        border: solid 1px transparent;
        border-radius: 10px;
        background-color: white;
        transition: 1s;
    }
    .front-logo>div:hover{
        transform: scale(1.1);
    }
    .img{
        width: 100%;
        height: 80%;
    }
    .txt{
        width: 100%;
        height: 20%;
        display: flex;
        font-family: 'Poppins', sans-serif;
        font-size: 25px;
        color: rgb(70, 70, 70);
        justify-content: center;
        align-items: center;
    }
    .skills-backend{
      
        margin: auto;
        margin-top: 3%;
        width: 95%;
        height: 37%;
        border: 1px solid transparent;
        background-color: white;
        border-radius: 10px;
        transition: 1s;
    }
    .skills-backend:hover{
        transform: scale(1.02);
    }
    .back-text{
        width: 100%;
        height: 20%;
        border: 1px solid transparent;
        font-family: 'Poppins', sans-serif;
        font-size: 20px;
        text-align: center;
    }
    .back-logo{
        width: 100%;
        height: 80%;
        display: flex;
        flex-wrap: wrap;
        justify-content: space-evenly;
        border: 1px solid transparent;
        border-radius: 10px;
        
    }
    .back-logo>div{
        width: 18%;
        height: 80%;
        box-shadow: rgba(0, 0, 0, 0.35) 0px 5px 15px;
        border: solid 1px transparent;
        border-radius: 10px;
        align-items: center;
        justify-content: center;
        transition: 1s;
    
    }
    .back-logo>div:hover{
        transform: scale(1.1);
    }
    
    /* -----------------------------------------------------PROJECT SECTION-------------------------------------------- */
    
    #project{
        width: 100%;
        height: 1500px;
        border: 1px solid transparent;
        font-family: 'Poppins', sans-serif;
        background-color: #282c34;
        
    }
    .pro-header{
        width: 100%;
        height:10%;
        border: 1px solid transparent;
        text-align: center;
        font-size: 25px;
        color: #61dafb;
        background-color: #282c34;
    }
    .pro-ject{
        width: 75%;
        height: 27%;
        border: 1px solid transparent;
        margin: auto;
        margin-top: 1.5%;
        display: flex;
        box-shadow: rgba(0, 0, 0, 0.35) 0px 5px 15px;
        background-color: white;
        border-radius: 10px;
    
    }
    .pro-img{
        width: 40%;
        height: 100%;
        border: solid 1px transparent;
        display: flex;
        justify-content: center;
        align-items: center;
    }
    .pro-img>img{
        width: 90%;
        height: 60%;
    }
    .pro-txt{
        width: 60%;
        height: 100%;
        border: solid 1px transparent;
    }
    .pro-txt-header{
        display: flex;
        justify-content: center;
        align-items: center;
        font-size: 20px;
    }
    .pro-txt-txt{
        margin-left: 10px;
    }
    .pro-txt-txt>h5{
        font-weight: lighter;
        font-size: 17px;
        letter-spacing: 0.5px;
        padding: 5px;
        margin: auto;
    }
    .pro-txt-txt>h3{
        font-size: 19.5px;
        padding: 5px;
        margin: auto;
    }
    .pro-txt-button{
        display: flex;
        justify-content: center;
        align-items: center;
    }
    .pro-txt-button>a>button{
        width: 150px;
        height: 40px;
        font-family: 'Poppins', sans-serif;
        font-size: 18px;
        font-weight:bold;
        
    }
    .pro-txt-button>a:nth-child(1)>button{
        background-color: black;
        border: solid 1px black;
        color: white;
        letter-spacing: 0.5px;
        cursor: pointer;
    }
    .pro-txt-button>a:nth-child(2)>button{
        background-color: #61dafb;
        border: solid 1px #61dafb;
        color: white;
        letter-spacing: 0.5px;
        cursor: pointer;
    }
    .pro-txt-button>button>a{
        text-decoration: none;
        color: white;
    }
    
    
    
}



@media screen and  (max-width:860px){
    *{
        margin: 0;
        padding: 0;
    }
    
    .header{
    display: flex;
    border: solid 1px transparent;
    width: 100%;
    height: 80px;
    justify-content:space-between;
    box-shadow: rgba(0, 0, 0, 0.35) 0px 5px 15px;
    background-color: #282c34;
    
}
.header>.header-right{
    /* margin: 25px; */
    display: flex;
    align-items: center;
    /* gap: 5px; */
    text-decoration: none;
}
.header-right{
    /* font-family: Cambria, Cochin, Georgia, Times, 'Times New Roman', serif; */
    font-family: 'Poppins', sans-serif;
    font-size: 15px;
    letter-spacing: 1px;
    font-weight: bolder;
}
.header-right>div>a{
    text-decoration: none;
    color: white;
}
/* .header-right>:nth-child(1):hover{
    color: rgb(43, 122, 226);
}
.header-right>:nth-child(2):hover{
    color: rgb(43, 122, 226);
}
.header-right>:nth-child(3):hover{
    color: rgb(43, 122, 226);
}
.header-right>:nth-child(4):hover{
    color: rgb(43, 122, 226);
} */
.header>.header-left{
    margin: 25px;
    display: flex;
    align-items: center;
}
.header-left{
    font-family: 'Bilbo Swash Caps', cursive;
    /* color: rgb(10, 240, 240); */
    color: #61dafb;
    font-size: 35px;
    letter-spacing: 1.5px;
    font-weight: bolder;
    font-weight: lighter;

    /* font-family: Arial, Helvetica, sans-serif; */
}
#about{
    /* display: flex; */
    width: 100%;
    height: 400px;
    font-family: 'Poppins', sans-serif;
   margin-top: 40px;
    
}
.abouttext{
    width: 65%;
    height: 100%;
    color: whitesmoke;
    border: solid 1px transparent;
    background-color: #282c34;
}
.about-text{
    width: 100%;
    height: 60%;
    line-height: 40px;
    border: solid 1px transparent;
    display: flex;
    text-align: center;
    justify-content: center;
    align-items: center;
    font-size: 11px;
    font-family: 'Poppins', sans-serif;
}
.about-button{
    width: 100%;
    height: 20%;
    border: solid 1px transparent;
    display: flex;
    align-items: center;
    justify-content: center;
    
}
.about-social{
    width: 100%;
    height: 20%;
    border: 1px solid transparent;
    display: flex;
    justify-content: center;
    align-items: center;
}
.about-social>div{
    width: 10%;
    height: 100%;
    border: solid 1px transparent;
    
}
.about-social>div>a>i{
    color: #61dafb;
    font-size: 1.5em;

}
    .about-button>button{
    width: 120px;
    height: 40px;
    font-family: 'Poppins', sans-serif;
    font-size: 15px;
    font-weight: bold;
    color: #61dafb;
    letter-spacing: 1px;
    border-radius: 5px;
    background-color:   rgb(99, 98, 98);
    border: 1px solid rgb(19, 219, 219);
   
}
.about-button>button>a{
    text-decoration: none;
    color: #61dafb;
}

.about-photo{
    width: 35%;
    height: 100%;
    border: solid 1px transparent;
    background-color:  #282c34 ;
    display: flex;
    justify-content: center;
    align-items: center;
}
.about-photo>div{
    width: 70%;
    height: 35%;

}
.about-photo>div>img{
    width: 100%;
    height: 100%;
    border-radius: 50%;
}

#about1{
    width: 100%;
    height: 350px;
    justify-content: center;
    text-align: center;
    font-size: 15px;
    border: solid 1px transparent;
    box-shadow: rgba(0, 0, 0, 0.35) 0px 5px 15px;
    background-color: #282c34;
    color: white;
    font-family: 'Poppins', sans-serif;
}

#about1>p{
    font-size: 15px;
    margin: auto;
    font-family: 'Poppins', sans-serif;
    letter-spacing: 1px;
    padding: 15px;
    
}
#about1>h3>span{
    color: #61dafb;
}
.about-text{
    text-align: center;
}
.about-text>h1>span{
    color:  #61dafb;
}

#education{
    width: 100%;
    height: 600px;
    border: solid 1px transparent;
    font-family: 'Poppins', sans-serif;
    background-color: #282c34;
}
.edu-header{
    width: 100%;
    height: 20%;
    border: solid 1px transparent;
    display: flex;
    justify-content: center;
    align-items: center;
    font-size: 20px;
    font-style: Poppins;
    color: #61dafb;
}
.edu-masai{
    width: 80%;
    height: 30%;
    margin: auto;
    border: solid 1px transparent;
    margin-top: 1%;
    border-radius: 10px;
    text-align: center;
    font-size: 15px;
    background-color: #61dafb;
    padding: 1%;
}


#skills{
    width: 100%;
    height: 500px;
    border: solid 1px transparent;
    background-color: #282c34;
    font-family: 'Poppins', sans-serif;
}
.skills-heading{
    color: #61dafb;
}
.skills-heading{
    width: 100%;
    height: 15%;
    border: 1px solid transparent;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 20px;

}
.skills-frontend{
    margin: auto;
    width: 80%;
    height: 34%;
    border: 1px solid transparent;
    background-color: white;
    border-radius: 10px;
}
.front-text{
    width: 100%;
    height: 20%;
    border: 1px solid transparent;
    font-family: 'Poppins', sans-serif;
    font-size: 10px;
    text-align: center;
}
.front-logo{
    width: 100%;
    height: 70%;
    display: flex;
    justify-content: space-between;
    border: 1px solid transparent;
    border-radius: 10px;
    
}
.front-logo>div{
    width: 18%;
    height: 80%;
    box-shadow: rgba(0, 0, 0, 0.35) 0px 5px 15px;
    border: solid 1px transparent;
    border-radius: 10px;
    background-color: white;

}
.img{
    width: 100%;
    height: 70%;
}
.txt{
    width: 100%;
    height: 20%;
    display: flex;
    font-family: 'Poppins', sans-serif;
    font-size: 10px;
    color: rgb(70, 70, 70);
    justify-content: center;
    align-items: center;
}
.skills-backend{
  
    margin: auto;
    margin-top: 3%;
    width: 80%;
    height: 34%;
    border: 1px solid transparent;
    background-color: white;
    border-radius: 10px;
}
.back-text{
    width: 100%;
    height: 20%;
    border: 1px solid transparent;
    font-family: 'Poppins', sans-serif;
    font-size: 10px;
    text-align: center;
}
.back-logo{
    width: 100%;
    height: 80%;
    display: flex;
    justify-content: space-evenly;
    border: 1px solid transparent;
    border-radius: 10px;
    
}
.back-logo>div{
    width: 18%;
    height: 80%;
    box-shadow: rgba(0, 0, 0, 0.35) 0px 5px 15px;
    border: solid 1px transparent;
    border-radius: 10px;
    align-items: center;
    justify-content: center;

}

#project{
    width: 100%;
    height: 800px;
    border: 1px solid transparent;
    font-family: 'Poppins', sans-serif;
    background-color: #282c34;
    
}
.pro-header{
    width: 100%;
    height:10%;
    border: 1px solid transparent;
    text-align: center;
    font-size: 20px;
    color: #61dafb;
    background-color: #282c34;
}
.pro-ject{
    width: 90%;
    height: 27%;
    border: 1px solid transparent;
    margin: auto;
    margin-top: 1.5%;
    display: flex;
    box-shadow: rgba(0, 0, 0, 0.35) 0px 5px 15px;
    background-color: white;
    border-radius: 10px;

}
.pro-img{
    width: 40%;
    height: 100%;
    border: solid 1px transparent;
    display: flex;
    justify-content: center;
    align-items: center;
}
.pro-img>img{
    width: 100%;
    height: 40%;
}
.pro-txt{
    width: 60%;
    height: 100%;
    border: solid 1px transparent;
}
.pro-txt-header{
    display: flex;
    justify-content: center;
    align-items: center;
    font-size: 11.5px;
    
}
.pro-txt-txt>h5{
    margin-left: 10px;
    font-size: 10px;
    letter-spacing: 0px;
}
.pro-txt-txt>h3{
    margin-left: 10px;
    font-size: 10px;
    
}
.pro-txt-button{
    display: flex;
    justify-content: center;
    align-items: center;
    margin-top: 5px;
}
.pro-txt-button>a>button{
    width: 70px;
    height: 25px;
    font-family: 'Poppins', sans-serif;
    font-size: 12px;
    font-weight:bold;
    
}
.pro-txt-button>button:nth-child(1){
    background-color: black;
    border: solid 1px black;
    color: white;
    letter-spacing: 0.5px;
}
.pro-txt-button>button:nth-child(2){
    background-color: #61dafb;
    border: solid 1px #61dafb;
    color: white;
    letter-spacing: 0.5px;
}
.pro-txt-button>button>a{
    text-decoration: none;
    color: white;
}

#contact{
    width: 100%;
    height: 350px;
    border: 1px solid transparent;
    background-color: #282c34;
    font-family: 'Poppins', sans-serif;
}
#contact>div{
    width: 100%;
    height: 25%;
    border: 1px solid transparent;
}
.contact-header{
    font-family: 'Poppins', sans-serif;
    font-size: 20px;
    display: flex;
    justify-content: center;
    align-items: center;
    color: #61dafb;
}
.contact-para{
    font-family: 'Poppins', sans-serif;
    font-size: 15px;
    display: flex;
    justify-content: center;
    align-items: center;
    margin-left: 0.5%;
    margin-right: 0.5%;
    color: white;
}
.contact-social{
    font-family: 'Poppins', sans-serif;
    display: flex;
    justify-content: center;
    align-items: center;
}
.contact-social>div{
    width: 30%;
    height: 100%;
    border: solid 1px transparent;
    display: flex;
    background-color: #61dafb;
    border-radius: 10px;
    box-shadow: rgba(12, 9, 9, 0.35) 0px 5px 15px;
}
.contact-copyright{
    font-family: 'Poppins', sans-serif;
    color: white;
    display: flex;
    justify-content: center;
    align-items: center;
}
.con-img{
    width: 33%;
    height: 100%;
    border: solid 1px transparent;
    display: flex;
    align-items: center;
    justify-content: center;
}
.con-img>a>i{
    color: black;
    font-size: 2em;
}



}




@media screen and (max-width:510px) {
    .header{
        display: flex;
        border: solid 1px transparent;
        width: 100%;
        height: 80px;
        justify-content:space-between;
        box-shadow: rgba(0, 0, 0, 0.35) 0px 5px 15px;
        background-color: #282c34;
        
    }
    .header>.header-right{
        /* margin: 25px; */
        display: flex;
        align-items: center;
        /* gap: 5px; */
        text-decoration: none;
    }
    .header-right{
        /* font-family: Cambria, Cochin, Georgia, Times, 'Times New Roman', serif; */
        font-family: 'Poppins', sans-serif;
        font-size: 15px;
        letter-spacing: 1px;
        font-weight: bolder;
    }
    .header-right>div>a{
        text-decoration: none;
        color: white;
    }
    /* .header-right>:nth-child(1):hover{
        color: rgb(43, 122, 226);
    }
    .header-right>:nth-child(2):hover{
        color: rgb(43, 122, 226);
    }
    .header-right>:nth-child(3):hover{
        color: rgb(43, 122, 226);
    }
    .header-right>:nth-child(4):hover{
        color: rgb(43, 122, 226);
    } */
    .header>.header-left{
        margin: 25px;
        display: flex;
        align-items: center;
    }
    .header-left{
        font-family: 'Bilbo Swash Caps', cursive;
        /* color: rgb(10, 240, 240); */
        color: #61dafb;
        font-size: 35px;
        letter-spacing: 1.5px;
        font-weight: bolder;
        font-weight: lighter;
    
        /* font-family: Arial, Helvetica, sans-serif; */
    }
    #project{
        width: 100%;
        height: 900px;
        border: 1px solid transparent;
        font-family: 'Poppins', sans-serif;
        background-color: #282c34;
        
    }
    .pro-header{
        width: 100%;
        height:10%;
        border: 1px solid transparent;
        text-align: center;
        font-size: 16px;
        color: #61dafb;
        background-color: #282c34;
    }
    .pro-ject{
        width: 90%;
        height: 27%;
        border: 1px solid transparent;
        margin: auto;
        margin-top: 1.5%;
        display: flex;
        box-shadow: rgba(0, 0, 0, 0.35) 0px 5px 15px;
        background-color: white;
        border-radius: 10px;
    
    }
    .pro-img{
        width: 40%;
        height: 100%;
        border: solid 1px transparent;
        display: flex;
        justify-content: center;
        align-items: center;
    }
    .pro-img>img{
        width: 100%;
        height: 30%;
    }
    .pro-txt{
        width: 60%;
        height: 100%;
        border: solid 1px transparent;
    }
    .pro-txt-header{
        display: flex;
        justify-content: center;
        align-items: center;
        font-size: 10px;
    }
    .pro-txt-txt{
        margin-left: 10px;
        font-size: 8px;
    }
    .pro-txt-txt>h5{
    letter-spacing: 0px;
        font-size: 10px;
    }
    .pro-txt-txt>h3{
    
    font-size: 9px;
    }
    .pro-txt-button{
        display: flex;
        justify-content: center;
        align-items: center;
    }
    .pro-txt-button>a>button{
        width: 70px;
        height: 25px;
        font-family: 'Poppins', sans-serif;
        font-size: 12px;
        font-weight:bold;
        
    }
    .pro-txt-button>button:nth-child(1){
        background-color: black;
        border: solid 1px black;
        color: white;
        letter-spacing: 0.5px;
    }
    .pro-txt-button>button:nth-child(2){
        background-color: #61dafb;
        border: solid 1px #61dafb;
        color: white;
        letter-spacing: 0.5px;
    }
    .pro-txt-button>button>a{
        text-decoration: none;
        color: white;
    }
    
}

@media screen and (max-width:490px) {
    .header{
        display: flex;
        border: solid 1px transparent;
        width: 100%;
        height: 80px;
        justify-content:space-between;
        box-shadow: rgba(0, 0, 0, 0.35) 0px 5px 15px;
        background-color: #282c34;
        
    }
    .header>.header-right{
        /* margin: 25px; */
        display: flex;
        align-items: center;
        /* gap: 5px; */
        text-decoration: none;
    }
    .header-right{
        /* font-family: Cambria, Cochin, Georgia, Times, 'Times New Roman', serif; */
        font-family: 'Poppins', sans-serif;
        font-size: 14px;
        letter-spacing: 0px;
        font-weight: bolder;
    }
    .header-right>div>a{
        text-decoration: none;
        color: white;
    }
    /* .header-right>:nth-child(1):hover{
        color: rgb(43, 122, 226);
    }
    .header-right>:nth-child(2):hover{
        color: rgb(43, 122, 226);
    }
    .header-right>:nth-child(3):hover{
        color: rgb(43, 122, 226);
    }
    .header-right>:nth-child(4):hover{
        color: rgb(43, 122, 226);
    } */
    .header>.header-left{
        
        display: flex;
        align-items: center;
    }
    .header-left{
        font-family: 'Bilbo Swash Caps', cursive;
        /* color: rgb(10, 240, 240); */
        color: #61dafb;
        font-size: 30px;
        letter-spacing: 1.5px;
        font-weight: bolder;
        font-weight: lighter;
    
        /* font-family: Arial, Helvetica, sans-serif; */
    }
}

@media screen and (max-width:424px){
     .header{
    display: flex;
    border: solid 1px transparent;
    width: 100%;
    height: 70px;
    justify-content:space-between;
    box-shadow: rgba(0, 0, 0, 0.35) 0px 5px 15px;
    background-color: #282c34;
    
}
.header>.header-right{
    /* margin: 25px; */
    display: flex;
    align-items: center;
    /* gap: 5px; */
    text-decoration: none;
}
.header-right{
    /* font-family: Cambria, Cochin, Georgia, Times, 'Times New Roman', serif; */
    font-family: 'Poppins', sans-serif;
    font-size: 12px;
    letter-spacing: 0px;
    font-weight: bolder;
}
.header-right>div>a{
    text-decoration: none;
    color: white;
}
/* .header-right>:nth-child(1):hover{
    color: rgb(43, 122, 226);
}
.header-right>:nth-child(2):hover{
    color: rgb(43, 122, 226);
}
.header-right>:nth-child(3):hover{
    color: rgb(43, 122, 226);
}
.header-right>:nth-child(4):hover{
    color: rgb(43, 122, 226);
} */
.header>.header-left{
    display: flex;
    align-items: center;
}
.header-left{
    font-family: 'Bilbo Swash Caps', cursive;
    /* color: rgb(10, 240, 240); */
    color: #61dafb;
    font-size: 30px;
    letter-spacing: 1px;
    font-weight: bolder;
    font-weight: lighter;

    /* font-family: Arial, Helvetica, sans-serif; */
}
    .about-photo{
        width: 35%;
        height: 100%;
        border: solid 1px transparent;
        background-color:  #282c34 ;
        display: flex;
        justify-content: center;
        align-items: center;
    }
    .about-photo>div{
        width: 70%;
        height: 30%;
    
    }
    .about-photo>div>img{
        width: 100%;
        height: 100%;
        border-radius: 50%;
    }
    #project{
        width: 100%;
        height: 800px;
        border: 1px solid transparent;
        font-family: 'Poppins', sans-serif;
        background-color: #282c34;
        
    }
    .pro-header{
        width: 100%;
        height:10%;
        border: 1px solid transparent;
        text-align: center;
        font-size: 20px;
        color: #61dafb;
        background-color: #282c34;
    }
    .pro-ject{
        width: 90%;
        height: 27%;
        border: 1px solid transparent;
        margin: auto;
        margin-top: 1.5%;
        display: flex;
        box-shadow: rgba(0, 0, 0, 0.35) 0px 5px 15px;
        background-color: white;
        border-radius: 10px;
    
    }
    .pro-img{
        width: 40%;
        height: 100%;
        border: solid 1px transparent;
        display: flex;
        justify-content: center;
        align-items: center;
    }
    .pro-img>img{
        width: 100%;
        height: 40%;
    }
    .pro-txt{
        width: 60%;
        height: 100%;
        border: solid 1px transparent;
    }
    .pro-txt-header{
        display: flex;
        justify-content: center;
        align-items: center;
        font-size: 11px;
        
    }
    .pro-txt-txt>h5{
        margin-left: 10px;
        font-size: 8.5px;
        letter-spacing: 0px;
    }
    .pro-txt-txt>h3{
        margin-left: 10px;
        font-size: 8px;
        
    }
    .pro-txt-button{
        display: flex;
        justify-content: center;
        align-items: center;
        margin-top: 5px;
    }
    .pro-txt-button>a>button{
        width: 70px;
        height: 25px;
        font-family: 'Poppins', sans-serif;
        font-size: 12px;
        font-weight:bold;
        
    }
    .pro-txt-button>button:nth-child(1){
        background-color: black;
        border: solid 1px black;
        color: white;
        letter-spacing: 0.5px;
    }
    .pro-txt-button>button:nth-child(2){
        background-color: #61dafb;
        border: solid 1px #61dafb;
        color: white;
        letter-spacing: 0.5px;
    }
    .pro-txt-button>button>a{
        text-decoration: none;
        color: white;
    }
}
/* ------------------------------------------------ */


@media screen and (max-width:376px){
*{
        margin: 0;
        padding: 0;
    }

.header{
    display: flex;
    border: solid 1px transparent;
    width: 100%;
    height: 70px;
    justify-content:space-around;
    box-shadow: rgba(0, 0, 0, 0.35) 0px 5px 15px;
    /* background-color:  rgb(99, 98, 98); */
    /* background-color: rgb(3, 3, 43); */
    /* background-color: #353b45; */
    background-color: #282c34;
    
}
.header>.header-right{
    margin: 5px;
    display: flex;
    align-items: center;
    gap: 5px;
    text-decoration: none;
}
.header-right{
    /* font-family: Cambria, Cochin, Georgia, Times, 'Times New Roman', serif; */
    font-family: 'Poppins', sans-serif;
    font-size: 12px;
    letter-spacing: 1px;
    font-weight: bolder;
}
.header-right>div>a{
    text-decoration: none;
    color: white;
}
/* .header-right>:nth-child(1):hover{
    color: rgb(43, 122, 226);
}
.header-right>:nth-child(2):hover{
    color: rgb(43, 122, 226);
}
.header-right>:nth-child(3):hover{
    color: rgb(43, 122, 226);
}
.header-right>:nth-child(4):hover{
    color: rgb(43, 122, 226);
} */
.header>.header-left{
    margin: 25px;
    display: flex;
    align-items: center;
}
.header-left{
    font-family: 'Bilbo Swash Caps', cursive;
    /* color: rgb(10, 240, 240); */
    color: #61dafb;
    font-size: 28px;
    letter-spacing: 1.5px;
    font-weight: bolder;
    font-weight: lighter;

    /* font-family: Arial, Helvetica, sans-serif; */
}

#about{
    display: flex;
    width: 100%;
    height: 250px;
    font-family: 'Poppins', sans-serif;
   margin-top: 50px;
    
}
.abouttext{
    width: 65%;
    height: 100%;
    color: whitesmoke;
    border: solid 1px transparent;
    background-color: #282c34;
}
.about-text{
    width: 100%;
    height: 60%;
    line-height: 30px;
    border: solid 1px transparent;
    display: flex;
    text-align: center;
    justify-content: center;
    align-items: center;
    font-size: 7px;
    font-family: 'Poppins', sans-serif;
}
.about-button{
    width: 100%;
    height: 20%;
    border: solid 1px transparent;
    display: flex;
    align-items: center;
    justify-content: center;
    
}
.about-social{
    width: 100%;
    height: 20%;
    border: 1px solid transparent;
    display: flex;
    justify-content: center;
    align-items: center;
}
.about-social>div{
    width: 10%;
    height: 100%;
    border: solid 1px transparent;
    
}
.about-social>div>a>i{
    color: #61dafb;
    font-size: 1.2em;

}
    .about-button>button{
    width: 110px;
    height: 30px;
    font-family: 'Poppins', sans-serif;
    font-size: 12px;
    font-weight: bold;
    color: #61dafb;
    letter-spacing: 1px;
    border-radius: 5px;
    background-color:   rgb(99, 98, 98);
    border: 1px solid rgb(19, 219, 219);
   
}
.about-button>button>a{
    text-decoration: none;
    color: #61dafb;
}

.about-photo{
    width: 35%;
    height: 100%;
    border: solid 1px transparent;
    background-color:  #282c34 ;
    display: flex;
    justify-content: center;
    align-items: center;
}
.about-photo>div{
    width: 70%;
    height: 35%;

}
.about-photo>div>img{
    width: 100%;
    height: 100%;
    border-radius: 50%;
}

#about1{
    width: 100%;
    height: 400px;
    justify-content: center;
    text-align: center;
    font-size: 15px;
    border: solid 1px transparent;
    box-shadow: rgba(0, 0, 0, 0.35) 0px 5px 15px;
    background-color: #282c34;
    color: white;
    font-family: 'Poppins', sans-serif;
}

#about1>p{
    font-size: 13px;
    margin: auto;
    font-family: 'Poppins', sans-serif;
    letter-spacing: 1px;
    padding: 15px;
    
}
#about1>h3>span{
    color: #61dafb;
}
.about-text{
    text-align: center;
}
.about-text>h1>span{
    color:  #61dafb;
}

#education{
    width: 100%;
    height: 600px;
    border: solid 1px transparent;
    font-family: 'Poppins', sans-serif;
    background-color: #282c34;
}
.edu-header{
    width: 100%;
    height: 20%;
    border: solid 1px transparent;
    display: flex;
    justify-content: center;
    align-items: center;
    font-size: 18px;
    font-style: Poppins;
    color: #61dafb;
}
.edu-masai{
    width: 80%;
    height: 30%;
    margin: auto;
    border: solid 1px transparent;
    margin-top: 1%;
    border-radius: 10px;
    text-align: center;
    font-size: 14px;
    background-color: #61dafb;
    padding: 1%;
}

#skills{
    width: 100%;
    height: 450px;
    border: solid 1px transparent;
    background-color: #282c34;
    font-family: 'Poppins', sans-serif;
}
.skills-heading{
    color: #61dafb;
}
.skills-heading{
    width: 100%;
    height: 15%;
    border: 1px solid transparent;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 18px;

}
.skills-frontend{
    margin: auto;
    width: 95%;
    height: 34%;
    border: 1px solid transparent;
    background-color: white;
    border-radius: 10px;
}
.front-text{
    width: 100%;
    height: 20%;
    border: 1px solid transparent;
    font-family: 'Poppins', sans-serif;
    font-size: 10px;
    text-align: center;
}
.front-logo{
    width: 100%;
    height: 70%;
    display: flex;
    justify-content: space-between;
    border: 1px solid transparent;
    border-radius: 10px;
    
}
.front-logo>div{
    width: 18%;
    height: 80%;
    box-shadow: rgba(0, 0, 0, 0.35) 0px 5px 15px;
    border: solid 1px transparent;
    border-radius: 10px;
    background-color: white;

}
.img{
    width: 100%;
    height: 70%;
}
.txt{
    width: 100%;
    height: 20%;
    display: flex;
    font-family: 'Poppins', sans-serif;
    font-size: 10px;
    color: rgb(70, 70, 70);
    justify-content: center;
    align-items: center;
}
.skills-backend{
  
    margin: auto;
    margin-top: 3%;
    width: 95%;
    height: 34%;
    border: 1px solid transparent;
    background-color: white;
    border-radius: 10px;
}
.back-text{
    width: 100%;
    height: 20%;
    border: 1px solid transparent;
    font-family: 'Poppins', sans-serif;
    font-size: 10px;
    text-align: center;
}
.back-logo{
    width: 100%;
    height: 80%;
    display: flex;
    justify-content: space-evenly;
    border: 1px solid transparent;
    border-radius: 10px;
    
}
.back-logo>div{
    width: 18%;
    height: 80%;
    box-shadow: rgba(0, 0, 0, 0.35) 0px 5px 15px;
    border: solid 1px transparent;
    border-radius: 10px;
    align-items: center;
    justify-content: center;

}

#project{
    width: 100%;
    height: 900px;
    border: 1px solid transparent;
    font-family: 'Poppins', sans-serif;
    background-color: #282c34;
    
}
.pro-header{
    width: 100%;
    height:10%;
    border: 1px solid transparent;
    text-align: center;
    font-size: 16px;
    color: #61dafb;
    background-color: #282c34;
}
.pro-ject{
    width: 90%;
    height: 27%;
    border: 1px solid transparent;
    margin: auto;
    margin-top: 1.5%;
    display: flex;
    box-shadow: rgba(0, 0, 0, 0.35) 0px 5px 15px;
    background-color: white;
    border-radius: 10px;

}
.pro-img{
    width: 40%;
    height: 100%;
    border: solid 1px transparent;
    display: flex;
    justify-content: center;
    align-items: center;
}
.pro-img>img{
    width: 100%;
    height: 30%;
}
.pro-txt{
    width: 60%;
    height: 100%;
    border: solid 1px transparent;
}
.pro-txt-header{
    display: flex;
    justify-content: center;
    align-items: center;
    font-size: 10px;
}
.pro-txt-txt{
    margin-left: 10px;
    font-size: 8px;
}
.pro-txt-txt>h5{
letter-spacing: 0px;
    font-size: 8px;
}
.pro-txt-txt>h3{

font-size: 11px;
}
.pro-txt-button{
    display: flex;
    justify-content: center;
    align-items: center;
}
.pro-txt-button>a>button{
    width: 70px;
    height: 25px;
    font-family: 'Poppins', sans-serif;
    font-size: 12px;
    font-weight:bold;
    
}
.pro-txt-button>button:nth-child(1){
    background-color: black;
    border: solid 1px black;
    color: white;
    letter-spacing: 0.5px;
}
.pro-txt-button>button:nth-child(2){
    background-color: #61dafb;
    border: solid 1px #61dafb;
    color: white;
    letter-spacing: 0.5px;
}
.pro-txt-button>button>a{
    text-decoration: none;
    color: white;
}

#contact{
    width: 100%;
    height: 320px;
    border: 1px solid transparent;
    background-color: #282c34;
    font-family: 'Poppins', sans-serif;
}
#contact>div{
    width: 100%;
    height: 25%;
    border: 1px solid transparent;
}
.contact-header{
    font-family: 'Poppins', sans-serif;
    font-size: 18px;
    display: flex;
    justify-content: center;
    align-items: center;
    color: #61dafb;
}
.contact-para{
    font-family: 'Poppins', sans-serif;
    font-size: 14px;
    display: flex;
    justify-content: center;
    align-items: center;
    margin-left: 0.5%;
    margin-right: 0.5%;
    color: white;
}
.contact-social{
    font-family: 'Poppins', sans-serif;
    display: flex;
    justify-content: center;
    align-items: center;
}
.contact-social>div{
    width: 30%;
    height: 100%;
    border: solid 1px transparent;
    display: flex;
    background-color: #61dafb;
    border-radius: 10px;
    box-shadow: rgba(12, 9, 9, 0.35) 0px 5px 15px;
}
.contact-copyright{
    font-family: 'Poppins', sans-serif;
    color: white;
    display: flex;
    justify-content: center;
    align-items: center;
    font-size: 15px;
}
.con-img{
    width: 33%;
    height: 100%;
    border: solid 1px transparent;
    display: flex;
    align-items: center;
    justify-content: center;
}
.con-img>a>i{
    color: black;
    font-size: 1.2em;
}


}
@media screen and (max-width:290px) {
  
.header{
    display: flex;
    border: solid 1px transparent;
    width: 100%;
    height: 60px;
    justify-content:space-around;
    box-shadow: rgba(0, 0, 0, 0.35) 0px 5px 15px;
    /* background-color:  rgb(99, 98, 98); */
    /* background-color: rgb(3, 3, 43); */
    /* background-color: #353b45; */
    background-color: #282c34;
    
}
.header>.header-right{
    margin: 2px;
    display: flex;
    align-items: center;
    gap: 5px;
    text-decoration: none;
}
.header-right{
    /* font-family: Cambria, Cochin, Georgia, Times, 'Times New Roman', serif; */
    font-family: 'Poppins', sans-serif;
    font-size: 7px;
    letter-spacing: 1px;
    font-weight: bolder;
}
.header-right>div>a{
    text-decoration: none;
    color: white;
}
/* .header-right>:nth-child(1):hover{
    color: rgb(43, 122, 226);
}
.header-right>:nth-child(2):hover{
    color: rgb(43, 122, 226);
}
.header-right>:nth-child(3):hover{
    color: rgb(43, 122, 226);
}
.header-right>:nth-child(4):hover{
    color: rgb(43, 122, 226);
} */
.header>.header-left{
    margin: 25px;
    display: flex;
    align-items: center;
}
.header-left{
    font-family: 'Bilbo Swash Caps', cursive;
    /* color: rgb(10, 240, 240); */
    color: #61dafb;
    font-size: 28px;
    letter-spacing: 1.5px;
    font-weight: bolder;
    font-weight: lighter;

    /* font-family: Arial, Helvetica, sans-serif; */
}

#about{
    display: flex;
    width: 100%;
    height: 250px;
    font-family: 'Poppins', sans-serif;
   margin-top: 50px;
    
}
.abouttext{
    width: 65%;
    height: 100%;
    color: whitesmoke;
    border: solid 1px transparent;
    background-color: #282c34;
}
.about-text{
    width: 100%;
    height: 60%;
    line-height: 25px;
    border: solid 1px transparent;
    display: flex;
    text-align: center;
    justify-content: center;
    align-items: center;
    font-size: 5.5px;
    font-family: 'Poppins', sans-serif;
}
.about-button{
    width: 100%;
    height: 20%;
    border: solid 1px transparent;
    display: flex;
    align-items: center;
    justify-content: center;
    
}
.about-social{
    width: 100%;
    height: 20%;
    border: 1px solid transparent;
    display: flex;
    justify-content: center;
    align-items: center;
}
.about-social>div{
    width: 10%;
    height: 100%;
    border: solid 1px transparent;
    
}
.about-social>div>a>i{
    color: #61dafb;
    font-size: 1em;

}
    .about-button>button{
    width: 100px;
    height: 28px;
    font-family: 'Poppins', sans-serif;
    font-size: 12px;
    font-weight: bold;
    color: #61dafb;
    letter-spacing: 1px;
    border-radius: 5px;
    background-color:   rgb(99, 98, 98);
    border: 1px solid rgb(19, 219, 219);
   
}
.about-button>button>a{
    text-decoration: none;
    color: #61dafb;
}

.about-photo{
    width: 35%;
    height: 100%;
    border: solid 1px transparent;
    background-color:  #282c34 ;
    display: flex;
    justify-content: center;
    align-items: center;
}
.about-photo>div{
    width: 70%;
    height: 25%;

}
.about-photo>div>img{
    width: 100%;
    height: 100%;
    border-radius: 50%;
}



#about1>p{
    font-size: 11px;
    margin: auto;
    font-family: 'Poppins', sans-serif;
    letter-spacing: 1px;
    padding: 15px;
    
}
#about1>h3>span{
    color: #61dafb;
    font-size: 14px;
}
.about-text{
    text-align: center;
}
.about-text>h1>span{
    color:  #61dafb;
}

#education{
    width: 100%;
    height: 400px;
    border: solid 1px transparent;
    font-family: 'Poppins', sans-serif;
    background-color: #282c34;
}
.edu-header{
    width: 100%;
    height: 20%;
    border: solid 1px transparent;
    display: flex;
    justify-content: center;
    align-items: center;
    font-size: 18px;
    font-style: Poppins;
    color: #61dafb;
}
.edu-masai{
    width: 80%;
    height: 30%;
    margin: auto;
    border: solid 1px transparent;
    margin-top: 1%;
    border-radius: 10px;
    text-align: center;
    font-size: 12px;
    background-color: #61dafb;
    padding: 1%;
}
  
#skills{
    width: 100%;
    height: 300px;
    border: solid 1px transparent;
    background-color: #282c34;
    font-family: 'Poppins', sans-serif;
}
.skills-heading{
    color: #61dafb;
}
.skills-heading{
    width: 100%;
    height: 15%;
    border: 1px solid transparent;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 18px;

}
.skills-frontend{
    margin: auto;
    width: 85%;
    height: 34%;
    border: 1px solid transparent;
    background-color: white;
    border-radius: 10px;
}
.front-text{
    width: 100%;
    height: 20%;
    border: 1px solid transparent;
    font-family: 'Poppins', sans-serif;
    font-size: 9px;
    text-align: center;
}
.front-logo{
    width: 100%;
    height: 70%;
    display: flex;
    justify-content: space-between;
    border: 1px solid transparent;
    border-radius: 10px;
    
}
.front-logo>div{
    width: 18%;
    height: 80%;
    box-shadow: rgba(0, 0, 0, 0.35) 0px 5px 15px;
    border: solid 1px transparent;
    border-radius: 10px;
    background-color: white;

}
.img{
    width: 100%;
    height: 70%;
}
.txt{
    width: 100%;
    height: 20%;
    display: flex;
    font-family: 'Poppins', sans-serif;
    font-size: 6px;
    color: rgb(70, 70, 70);
    justify-content: center;
    align-items: center;
}
.skills-backend{
  
    margin: auto;
    margin-top: 3%;
    width: 85%;
    height: 32%;
    border: 1px solid transparent;
    background-color: white;
    border-radius: 10px;
}
.back-text{
    width: 100%;
    height: 20%;
    border: 1px solid transparent;
    font-family: 'Poppins', sans-serif;
    font-size: 10px;
    text-align: center;
}
.back-logo{
    width: 100%;
    height: 80%;
    display: flex;
    justify-content: space-evenly;
    border: 1px solid transparent;
    border-radius: 10px;
    
}
.back-logo>div{
    width: 18%;
    height: 80%;
    box-shadow: rgba(0, 0, 0, 0.35) 0px 5px 15px;
    border: solid 1px transparent;
    border-radius: 10px;
    align-items: center;
    justify-content: center;

}

#project{
    width: 100%;
    height: 900px;
    border: 1px solid transparent;
    font-family: 'Poppins', sans-serif;
    background-color: #282c34;
    
}
.pro-header{
    width: 100%;
    height:10%;
    border: 1px solid transparent;
    text-align: center;
    font-size: 16px;
    color: #61dafb;
    background-color: #282c34;
}
.pro-ject{
    width: 90%;
    height: 27%;
    border: 1px solid transparent;
    margin: auto;
    margin-top: 1.5%;
    display: flex;
    box-shadow: rgba(0, 0, 0, 0.35) 0px 5px 15px;
    background-color: white;
    border-radius: 10px;

}
.pro-img{
    width: 40%;
    height: 100%;
    border: solid 1px transparent;
    display: flex;
    justify-content: center;
    align-items: center;
}
.pro-img>img{
    width: 100%;
    height: 30%;
}
.pro-txt{
    width: 60%;
    height: 100%;
    border: solid 1px transparent;
}
.pro-txt-header{
    display: flex;
    justify-content: center;
    align-items: center;
    font-size: 7px;
}
.pro-txt-txt{
    margin-left: 10px;
    font-size: 8px;
}
.pro-txt-txt>h5{
letter-spacing: 0px;
    font-size: 6.5px;
}
.pro-txt-txt>h3{

font-size: 9px;
}
.pro-txt-button{
    display: flex;
    justify-content: center;
    align-items: center;
}
.pro-txt-button>a>button{
    width: 60px;
    height: 20px;
    font-family: 'Poppins', sans-serif;
    font-size: 12px;
    font-weight:bold;
    
}
.pro-txt-button>button:nth-child(1){
    background-color: black;
    border: solid 1px black;
    color: white;
    letter-spacing: 0.5px;
}
.pro-txt-button>button:nth-child(2){
    background-color: #61dafb;
    border: solid 1px #61dafb;
    color: white;
    letter-spacing: 0.5px;
}
.pro-txt-button>button>a{
    text-decoration: none;
    color: white;
}

#contact{
    width: 100%;
    height: 300px;
    border: 1px solid transparent;
    background-color: #282c34;
    font-family: 'Poppins', sans-serif;
}
#contact>div{
    width: 100%;
    height: 25%;
    border: 1px solid transparent;
}
.contact-header{
    font-family: 'Poppins', sans-serif;
    font-size: 18px;
    display: flex;
    justify-content: center;
    align-items: center;
    color: #61dafb;
}
.contact-para{
    font-family: 'Poppins', sans-serif;
    font-size: 12px;
    display: flex;
    justify-content: center;
    align-items: center;
    margin-left: 0.5%;
    margin-right: 0.5%;
    color: white;
}
.contact-social{
    font-family: 'Poppins', sans-serif;
    display: flex;
    justify-content: center;
    align-items: center;
}
.contact-social>div{
    width: 30%;
    height: 100%;
    border: solid 1px transparent;
    display: flex;
    background-color: #61dafb;
    border-radius: 10px;
    box-shadow: rgba(12, 9, 9, 0.35) 0px 5px 15px;
}
.contact-copyright{
    font-family: 'Poppins', sans-serif;
    color: white;
    display: flex;
    justify-content: center;
    align-items: center;
    font-size: 12px;
}
.con-img{
    width: 33%;
    height: 100%;
    border: solid 1px transparent;
    display: flex;
    align-items: center;
    justify-content: center;
}
.con-img>a>i{
    color: black;
    font-size: 1.2em;
}
}