*{
    margin: 0;
    padding: 0;
    font-family: system-ui, -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, Oxygen, Ubuntu, Cantarell, 'Open Sans', 'Helvetica Neue', sans-serif;
    scroll-behavior: smooth;
    background-color: #161627;
}



/* NavBar Sections */
#nav-menu{
    /* border: 1px solid black; */
    height: auto;
    display: flex;
    align-items: center;
    justify-content: space-between;
   padding-top: 15px;
   padding-bottom: 15px;
   /* box-shadow: rgba(0, 0, 0, 0.24) 0px 3px 8px; */
   background-color: #0e0e1b;
   position: fixed;
   width: 100%;
   color:white;


   z-index: 100;

   
}



#nav-menu>div:nth-child(1){
    /* border: 1px solid white; */
    display: flex;
    align-items: center;
    text-align: center;
    margin-left: 50px;
    margin-top: 7px;
    font-size: x-large;
}
#nav-menu p{
    background-color: #0e0e1b;
}

#nav-menu>div:nth-child(2){
    width: 50%;
    /* padding: 10px; */
    /* border: 1px solid brown; */
    display: flex;
    justify-content: space-evenly;
    align-items: center;
    text-align: center;
    background-color: #0e0e1b;
}

#nav-menu>div:nth-child(2)>div{
    width: 15%;
    /* border: 1px solid white; */
   padding: 5px;
   border-radius: 10px;
   background-color: #0e0e1b;
    
}

#nav-menu>div:nth-child(2)>div:hover{
   /* font-size: larger; */
    background-color: #5f0443;
}

#nav-menu>div:nth-child(2)>div:nth-child(6):hover{
    /* font-size: larger; */
     background-color:#0e0e1b;
 }



/* Home Section */

#home{
    height: 550px;
    /* border: 1px solid black; */
    display: flex;
    background-color: #161627;
    color: white;
}

 
#home>div{
    height: 70%;
    width: 60%;
    margin: auto;
    margin-bottom: 20px;
    /* border: 1px solid black; */
    display: flex;
    flex-direction: column;
    align-items: center;
    
}
#home>div>div{
    /* border: 1px solid black; */
    text-align: center;
    font-size: 18px;
    
   
}
#home>div>div:nth-child(1){
    margin-top: -2%;
    width: 26%;
    height: 48%;
    border-radius: 50%;
    /* padding-top: 15px; */
}
#home>div>div:nth-child(1)>img{
   height: 100%;
    width: 100%;
    border-radius: 50%;
    object-fit:cover;
}

#home>div>div:nth-child(2){
    margin-top: 3%;
    width: 50%;
    /* height: 10%; */
}
#home>div>div:nth-child(3){
    margin-top: 3%;
    width: 90%;
    /* height: 10%; */
    color: #a9d8da;
    
}
#home>div>div:nth-child(4){
    margin-top: 3%;
    width: 15%;
    height: 10%;
   /* border: 5px solid white; */
   
}

/* for nav button */
#nav-menu #resume-button-1 button{
    height: 100%;
    width: 100%;
    border-radius: 10px;
    object-fit: cover;
     font-size: 20px;
    background-color:#5f0443;
     border: none;
    color: white;
    padding: 2px; 
}


/* for home button */
#home>div>div:nth-child(4) button{
    height: 100%;
    width: 100%;
    font-size: 20px;
    background-color: #5f0443;
    border: none;
    /* border-radius: 10px; */
    color: white;
}
#home>div>div:nth-child(4) button:hover{
    background-color: #cb6bae;
}
#about{
    height: auto;
    text-align: center;
    background-color:#161627;
    color: white;
    
}



#about>div:nth-child(2){

    width: 80%;
    height: 85%;
    /* border: 1px solid black; */
    margin: auto;
    margin-top: 2%;
    color: #a9d8da;
}

#about>div:nth-child(2)>div:nth-child(1){
    /* border: 1px solid black; */
    height: 40%;
    width: 35%;
    margin: auto;
    margin-top: 4%;
}
#about>div:nth-child(2)>div:nth-child(1)>img{
    height: 100%;
    width: 100%;
    border-radius: 20px;
}
#about>div:nth-child(2)>div:nth-child(2){
    /* border: 1px solid black; */
    width: 90%;
    margin: auto;
    margin-top: 4%;
    font-size: 18px;
   
}
#about>div:nth-child(2)>div:nth-child(3){
    /* border: 1px solid black; */
    height: 25%;
    width: 50%;
    margin: auto;
    margin-top: 4%;
}
#about>div:nth-child(2)>div:nth-child(3)>div{
    height: 50%;
    width: 100%;
    /* border: 1px solid black; */
    display: flex;
    justify-content: space-between;
    margin-top: 4%;
}
#about>div:nth-child(2)>div:nth-child(3)>div b{
    color: white;
}


#about>div:nth-child(2)>div:nth-child(3)>div>div{

    width: 20%;
    font-size: 18px;
    /* border: 1px solid black; */
}


#about b{
    background-color: #161627;
}

/* About ends here */

#left{
    /* border: 1px solid red; */
    height: 200px;
    width: 40px;
    position: fixed;
    top:200px;
    background-color:#161627;
    z-index: 2;
}

#left>div{
    height: 20%;
    width: 100%;
    /* border: 1px solid burlywood; */
    margin-top: 10%;

}
#left img{
    height: 100%;
    width: 100%;
}



#skills{
    height: auto;
    border: 1px solid #161627;
    text-align: center;
    background-color: #161627;
    color: white;
}

#skills>div:nth-child(1){
    margin-top: 4%;
}

#skills>div:nth-child(2){
    height: 50%;
    width: 80%;
    /* border: 1px solid black; */
    margin: auto;
    margin-top: 5%;
}
#skills img{
   height: 20%;
   width: 20%;
}
#skills>div:nth-child(2)>div{
    height: 50%;
    width: 100%;
    /* border: 1px solid black; */
    display: flex;
    justify-content: space-evenly;
    margin-top: 4%;
    font-size: 18px;
    color: #a9d8da;
}

#skills>div:nth-child(2)>div>div{
    width: 15%;
    height: 100%;
    text-align: center;
    /* border: 1px solid white; */
}

#skills>div:nth-child(2)>div>div>div:nth-child(1){
    width: 100%;
    height: 70%;
    text-align: center;
    /* border: 1px solid white; */
}
#skills>div:nth-child(2)>div>div>div:nth-child(2){
    margin-top: 10%;
    width: 100%;
    height: 30%;
    text-align: center;
    /* border: 1px solid white; */
}

/* //////////////////// */

.contrib-column .contrib-number{
    color: white;
}
.react-activity-calendar{
    height: auto;
    border: 1px solid #161627;
    background-color: #161627;
}

.react-activity-calendar>div:nth-child(1){
    text-align: center;
    margin-top: 5%;
}
.react-activity-calendar>div:nth-child(2){
    height: 60%;
    width: 70%;
    /* border: 1px solid black; */
    margin: auto;
    margin-top: 3%;
}


#stats{
    height: auto;
    /* border: 1px solid black; */
    display: flex;
    flex-direction: column;
    align-items: center;
    padding: 2%;
    background-color:#161627;
}

#projects{
    height: auto;
    /* border: 1px solid #161627 ; */
    background-color: #161627;
    color: white;
}


#projects p{
    color: #a9d8da;
}


.project-blue{
    background-color: #0e0e1b;
}

.project-card-space{

    /* border: 5px solid white; */
    padding-top: 50px;
}


.project-cont-space{
    margin-top: 50px;
    padding: 10px;
}

#projects>div:nth-child(1){
    margin-top: 4%;
    text-align: center;
}

#projects>div:nth-child(2){
    width: 90%;
    height: 40%;
    /* border: 1px solid white; */
    margin: auto;
    margin-top: 2%;
    display: flex;
}

#projects>div:nth-child(2)>div:nth-child(1){
    /* height: 75%; */
    width: 45%;
    position: relative;
    top: 16%;
    /* border: 1px solid yellow; */
    /* padding-bottom: 2px; */
    /* background-color: blue; */
    z-index: 1;
    text-align: center;
    background-color: #0e0e1b;
    color: white;
    box-shadow: rgba(50, 50, 93, 0.25) 0px 50px 100px -20px, rgba(0, 0, 0, 0.3) 0px 30px 60px -30px, rgba(10, 37, 64, 0.35) 0px -2px 6px 0px inset;

}

#projects>div:nth-child(2)>div:nth-child(1)>div:nth-child(1){
    /* border: 1px solid yellow; */
    height: 15%;
    /* margin-top: 1%; */

}
#projects>div:nth-child(2)>div:nth-child(1)>div:nth-child(2){
    /* border: 1px solid white; */
    height: 45%;
    padding-left: 5%;
    padding-right: 5%;
    font-size:medium;
    margin-top: 2%;
}
#projects>div:nth-child(2)>div:nth-child(1)>div:nth-child(3){
    /* border: 1px solid white; */
    height: 20%;
}
#projects>div:nth-child(2)>div:nth-child(1)>div:nth-child(3)>div{
    width: 50%;
    height: 100%;
    /* border: 1px solid white; */
    margin: auto;
    display: flex;
    justify-content: space-evenly;
}

#projects>div:nth-child(2)>div:nth-child(1)>div:nth-child(3)>div>div{
    height: 80%;
    width: 20%;
    /* border: 1px solid white; */
    margin-top: 3%;

}
#projects>div:nth-child(2)>div:nth-child(1)>div:nth-child(3)>div>div img{
    height: 80%;
    width: 80%;
    border-radius: 10px;
}
#projects>div:nth-child(2)>div:nth-child(1)>div:nth-child(4){
    /* border: 1px solid white; */
    height: 18%;
    /* margin-bottom: 2%; */
}
#projects>div:nth-child(2)>div:nth-child(1)>div:nth-child(4)>div{
    width: 50%;
    height: 100%;
    /* border: 1px solid white; */
    margin: auto;
    display: flex;
    justify-content: space-evenly;
    align-items: center;
}

#projects>div:nth-child(2)>div:nth-child(1)>div:nth-child(4)>div>div{
    height: 80%;
    width: 40%;
    /* border: 1px solid black; */
    border-radius: 10px;

}
#projects>div:nth-child(2)>div:nth-child(1)>div:nth-child(4)>div>div button{
    width: 100%;
    height: 100%;
    /* border-radius: 10px; */
    border: none;
    background-color: #5f0443;
    color: white;
}

#projects>div:nth-child(2)>div:nth-child(1)>div:nth-child(4)>div>div button:hover{

    background-color: #cb6bae;
}


#projects>div:nth-child(2)>div:nth-child(2){

    height: 55%;
    width: 60%;
    position: absolute;
    left: 35%;
    /* border: 1px solid gold; */
    z-index:0;
    /* background-color: rebeccapurple; */
}
#projects>div:nth-child(2)>div:nth-child(2) img{
    height: 100%;
    width: 100%;
}


/* /////////////////////////   Second Project///////////////////// */

#projects>div:nth-child(3){
    width: 90%;
    height: 40%;
    /* border: 1px solid white; */
    margin: auto;
    margin-top: 2%;
    display: flex;
}

#projects>div:nth-child(3)>div:nth-child(1){
    /* height: 75%; */
    width: 45%;
    position: relative;
    top: 16%;
    /* border: 1px solid yellow; */
    /* background-color: blue; */
    z-index: 1;
    text-align: center;
    background-color: #0e0e1b;
    color: white;
    box-shadow: rgba(50, 50, 93, 0.25) 0px 50px 100px -20px, rgba(0, 0, 0, 0.3) 0px 30px 60px -30px, rgba(10, 37, 64, 0.35) 0px -2px 6px 0px inset;

}

#projects>div:nth-child(3)>div:nth-child(1)>div:nth-child(1){
    /* border: 1px solid yellow; */
    height: 15%;
    /* margin-top: 1%; */

}
#projects>div:nth-child(3)>div:nth-child(1)>div:nth-child(2){
    /* border: 1px solid white; */
    height: 45%;
    padding-left: 5%;
    padding-right: 5%;
    font-size:medium;
    margin-top: 2%;
}
#projects>div:nth-child(3)>div:nth-child(1)>div:nth-child(3){
    /* border: 1px solid white; */
    height: 20%;
}
#projects>div:nth-child(3)>div:nth-child(1)>div:nth-child(3)>div{
    width: 50%;
    height: 100%;
    /* border: 1px solid white; */
    margin: auto;
    display: flex;
    justify-content: space-evenly;
}

#projects>div:nth-child(3)>div:nth-child(1)>div:nth-child(3)>div>div{
    height: 80%;
    width: 20%;
    /* border: 1px solid white; */
    margin-top: 3%;

}
#projects>div:nth-child(3)>div:nth-child(1)>div:nth-child(3)>div>div img{
    height: 80%;
    width: 80%;
    border-radius: 10px;
}
#projects>div:nth-child(3)>div:nth-child(1)>div:nth-child(4){
    /* border: 1px solid white; */
    height: 18%;
    /* margin-bottom: 2%; */
}
#projects>div:nth-child(3)>div:nth-child(1)>div:nth-child(4)>div{
    width: 50%;
    height: 100%;
    /* border: 1px solid white; */
    margin: auto;
    display: flex;
    justify-content: space-evenly;
    align-items: center;
}

#projects>div:nth-child(3)>div:nth-child(1)>div:nth-child(4)>div>div{
    height: 80%;
    width: 40%;
    /* border: 1px solid black; */
    border-radius: 10px;

}
#projects>div:nth-child(3)>div:nth-child(1)>div:nth-child(4)>div>div button{
    width: 100%;
    height: 100%;
    /* border-radius: 10px; */
    border: none;
    background-color: #5f0443;
    color: white;
}

#projects>div:nth-child(3)>div:nth-child(1)>div:nth-child(4)>div>div button:hover{

    background-color: #cb6bae;
}


#projects>div:nth-child(3)>div:nth-child(2){

    height: 55%;
    width: 60%;
    position: absolute;
    left: 35%;
    /* border: 1px solid gold; */
    z-index:0;
    /* background-color: rebeccapurple; */
}
#projects>div:nth-child(3)>div:nth-child(2) img{
    height: 100%;
    width: 100%;
}



/* /////////Second project end */

#projects>div:nth-child(4){
    width: 90%;
    height: 40%;
    /* border: 1px solid white; */
    margin: auto;
    margin-top: 2%;
    display: flex;
}

#projects>div:nth-child(4)>div:nth-child(1){
    /* height: 75%; */
    width: 45%;
    position: relative;
    top: 16%;
    /* border: 1px solid yellow; */
    /* background-color: blue; */
    z-index: 1;
    text-align: center;
    background-color: #0e0e1b;
    color: white;
    box-shadow: rgba(50, 50, 93, 0.25) 0px 50px 100px -20px, rgba(0, 0, 0, 0.3) 0px 30px 60px -30px, rgba(10, 37, 64, 0.35) 0px -2px 6px 0px inset;

}

#projects>div:nth-child(4)>div:nth-child(1)>div:nth-child(1){
    /* border: 1px solid yellow; */
    height: 15%;
    /* margin-top: 1%; */

}
#projects>div:nth-child(4)>div:nth-child(1)>div:nth-child(2){
    /* border: 1px solid white; */
    height: 45%;
    padding-left: 5%;
    padding-right: 5%;
    font-size:medium;
    margin-top: 2%;
}
#projects>div:nth-child(4)>div:nth-child(1)>div:nth-child(3){
    /* border: 1px solid white; */
    height: 20%;
}
#projects>div:nth-child(4)>div:nth-child(1)>div:nth-child(3)>div{
    width: 50%;
    height: 100%;
    /* border: 1px solid white; */
    margin: auto;
    display: flex;
    justify-content: space-evenly;
}

#projects>div:nth-child(4)>div:nth-child(1)>div:nth-child(3)>div>div{
    height: 80%;
    width: 20%;
    /* border: 1px solid white; */
    margin-top: 3%;

}
#projects>div:nth-child(4)>div:nth-child(1)>div:nth-child(3)>div>div img{
    height: 80%;
    width: 80%;
    border-radius: 10px;
}
#projects>div:nth-child(4)>div:nth-child(1)>div:nth-child(4){
    /* border: 1px solid white; */
    height: 18%;
    /* margin-bottom: 2%; */
}
#projects>div:nth-child(4)>div:nth-child(1)>div:nth-child(4)>div{
    width: 50%;
    height: 100%;
    /* border: 1px solid white; */
    margin: auto;
    display: flex;
    justify-content: space-evenly;
    align-items: center;
}

#projects>div:nth-child(4)>div:nth-child(1)>div:nth-child(4)>div>div{
    height: 80%;
    width: 40%;
    /* border: 1px solid black; */
    border-radius: 10px;

}
#projects>div:nth-child(4)>div:nth-child(1)>div:nth-child(4)>div>div button{
    width: 100%;
    height: 100%;
    /* border-radius: 10px; */
    border: none;
    background-color: #5f0443;
    color: white;
}

#projects>div:nth-child(4)>div:nth-child(1)>div:nth-child(4)>div>div button:hover{

    background-color: #cb6bae;
}


#projects>div:nth-child(4)>div:nth-child(2){

    height: 55%;
    width: 60%;
    position: absolute;
    left: 35%;
    /* border: 1px solid gold; */
    z-index:0;
    /* background-color: rebeccapurple; */
}
#projects>div:nth-child(4)>div:nth-child(2) img{
    height: 100%;
    width: 100%;
}
/* /third project end/ */

#projects>div:nth-child(5){
    width: 90%;
    height: 40%;
    /* border: 1px solid white; */
    margin: auto;
    margin-top: 2%;
    display: flex;
}

#projects>div:nth-child(5)>div:nth-child(1){
    /* height: 75%; */
    width: 45%;
    position: relative;
    top: 16%;
    /* border: 1px solid yellow; */
    /* background-color: blue; */
    z-index: 1;
    text-align: center;
    background-color: #0e0e1b;
    color: white;
    box-shadow: rgba(50, 50, 93, 0.25) 0px 50px 100px -20px, rgba(0, 0, 0, 0.3) 0px 30px 60px -30px, rgba(10, 37, 64, 0.35) 0px -2px 6px 0px inset;

}

#projects>div:nth-child(5)>div:nth-child(1)>div:nth-child(1){
    /* border: 1px solid yellow; */
    height: 15%;
    /* margin-top: 1%; */

}
#projects>div:nth-child(5)>div:nth-child(1)>div:nth-child(2){
    /* border: 1px solid white; */
    height: 45%;
    padding-left: 5%;
    padding-right: 5%;
    font-size:medium;
    margin-top: 2%;
}
#projects>div:nth-child(5)>div:nth-child(1)>div:nth-child(3){
    /* border: 1px solid white; */
    height: 20%;
}
#projects>div:nth-child(5)>div:nth-child(1)>div:nth-child(3)>div{
    width: 50%;
    height: 100%;
    /* border: 1px solid white; */
    margin: auto;
    display: flex;
    justify-content: space-evenly;
}

#projects>div:nth-child(5)>div:nth-child(1)>div:nth-child(3)>div>div{
    height: 80%;
    width: 20%;
    /* border: 1px solid white; */
    margin-top: 3%;

}
#projects>div:nth-child(5)>div:nth-child(1)>div:nth-child(3)>div>div img{
    height: 80%;
    width: 80%;
    border-radius: 10px;
}
#projects>div:nth-child(5)>div:nth-child(1)>div:nth-child(4){
    /* border: 1px solid white; */
    height: 18%;
    /* margin-bottom: 2%; */
}
#projects>div:nth-child(5)>div:nth-child(1)>div:nth-child(4)>div{
    width: 50%;
    height: 100%;
    /* border: 1px solid white; */
    margin: auto;
    display: flex;
    justify-content: space-evenly;
    align-items: center;
}

#projects>div:nth-child(5)>div:nth-child(1)>div:nth-child(4)>div>div{
    height: 80%;
    width: 40%;
    /* border: 1px solid black; */
    border-radius: 10px;

}
#projects>div:nth-child(5)>div:nth-child(1)>div:nth-child(4)>div>div button{
    width: 100%;
    height: 100%;
    /* border-radius: 10px; */
    border: none;
    background-color: #5f0443;
    color: white;
}

#projects>div:nth-child(5)>div:nth-child(1)>div:nth-child(4)>div>div button:hover{

    background-color: #cb6bae;
}


#projects>div:nth-child(5)>div:nth-child(2){

    height: 55%;
    width: 60%;
    position: absolute;
    left: 35%;
    /* border: 1px solid gold; */
    z-index:0;
    /* background-color: rebeccapurple; */
}
#projects>div:nth-child(5)>div:nth-child(2) img{
    height: 100%;
    width: 100%;
}

/* fourth project end */

#res-projects{
    height: auto;
    /* border: 1px solid black; */
    /* background-color: white; */
    display: none;
}


.res-projects-heading{
    text-align: center;
    /* color: white; */
}

.res-projects-cont{
    width: 80%;
    height: 80%;
    /* border: 1px solid black; */
    margin: auto;
    /* background-color: white; */
    display: flex;
    flex-direction: column;
    justify-content: space-around;
    align-items: center;
    color: white;
}

.res-projects-cont  button{
    border: none;
    background-color: #5f0443;
    color: white;
    /* border: 1px solid black; */
    /* padding: 10px 5px 5px 10px; */
    padding: 2%;
    
}

.res-projects-cont  button:hover{

    background-color: #cb6bae;
}

.res-projects-cont>div{
    /* height: 22%; */
    width: 100%;
    /* border: 1px solid black; */
    background-color: black;
    margin-top: 5%;
    padding: 2%;
}

.hid_project_image{
    height: 70%;
    /* border: 1px solid blueviolet; */
    background-color: white;
}

.hid_project_cont{
    /* height: 30%; */
    /* border: 1px solid blanchedalmond; */
    /* background-color: black; */
    align-items: center;
    text-align: center;
}

.hid_project_cont>div{
    height: 50%;
    /* border: 1px solid black; */
}


.hid_project_cont div,b{
    background-color: black;
}



/* //////////////////////////////// */
#contact{
    padding-top: 100px;
    height: auto;
    border: 1px solid #161627;
    background-color: #161627;
    color:white;
}
#contact p{
 color: #a9d8da;   
}

#contact>div:nth-child(1){
    text-align: center;
    margin-top: 2%;
}
#contact>div:nth-child(2){
    height: 80%;
    width: 70%;
    /* border: 1px solid black; */
    margin: auto;
    text-align: center;
   
}
#contact>div:nth-child(2)>div:nth-child(1){
    width: 90%;
    height: 20%;
    /* border: 1px solid red; */
    margin: auto;
    margin-top: 5%;
    text-align: center;
    font-size: x-large;
}
#contact>div:nth-child(2)>div:nth-child(2){
    height: 50%;
    width: 50%;
    /* border: 1px solid black; */
    margin: auto;
    margin-top: 2%;
    font-size: x-large;
}

#contact>div:nth-child(2)>div:nth-child(2)>div{
    margin-top: 2%;
}

#contact>div:nth-child(2)>div:nth-child(2)>div:nth-child(4){
    /* border: 1px solid red; */
    height: 25%;
    width: 50%;
    margin: auto;
    margin-top: 3%;
    display: flex;
    justify-content: space-around;
}

#contact>div:nth-child(2)>div:nth-child(2)>div:nth-child(4)>div{
    width: 25%;
    height: 100%;
    /* border: 1px solid black; */
}

#contact>div:nth-child(2)>div:nth-child(2)>div:nth-child(4)>div img{
 
    height: 100%;
    width: 100%;
    border-radius: 10px;
}
#contact>div:nth-child(3){
    height: 10%;
    /* border: 1px solid black; */
    width: 20%;
    margin: auto;
    text-align: center;
    font-size: x-large;
    margin-top: 4%;
}
#menu{
    display: none;
}

.none{
    display: none;
}
@media (max-width:1000px) {



    #nav-menu>div:nth-child(2)>div{
        width: 30%;
        border: 1px solid white;
       padding: 5%;
       border-radius: 10px;
       background-color: #0e0e1b;
        
    }


    #nav-menu>div:nth-child(2)>div:nth-child(6){
        border: 1px solid gold;
        padding: 5px 15px 5px 15px;
        background-color: #5f0443;
    }

    #nav-menu>div:nth-child(2)>div:nth-child(6) button{
        width: 200%;
        height: 200%;
        padding: -10px;
    }



        #home>div>div:nth-child(4) button{
            padding: 10px;
            width: 100px;
            position: relative;
            left: -30px;
        }

    

    


    #projects{
        display: none;
    }

    #res-projects{
        display: block;
    }

    #stats{
        width: 70%;
        margin: auto;
        display: flex;
        flex-direction: column;
        justify-content: center;
        /* border: 1px solid white; */
    }

    #stats>div{
        width: 100%;
        display: flex;
        justify-content: center;
    }

    #stats>div img{
        width: 100%;
    }


    #skills>div:nth-child(2){
        height: 50%;
        width: 80%;
        /* border: 1px solid black; */
        display: flex;
        margin: auto;
        margin-top: 5%;
    }

    #skills>div:nth-child(2)>div{
        height: 50%;
        width: 100%;
        /* border: 1px solid white; */
        display: flex;
        flex-direction: column;
        align-items: center;
        justify-content: space-evenly;
        margin-top: 4%;
        font-size: 18px;
        color: #a9d8da;
    }
    #skills>div:nth-child(2)>div img{
        width: 80%;
    }


    
    #skills>div:nth-child(2)>div>div{
        width: 25%;
        height: 100%;
        display: flex;
        flex-direction: column;
        align-items: center;
        /* border: 1px solid white; */
        margin-top:10px ;
    }

    #about>div:nth-child(2)>div:nth-child(3)>div{
        height: 50%;
        width: 100%;
        /* border: 1px solid black; */
        display: flex;
        flex-direction: column;
        align-items: center;
        justify-content: space-evenly;
        margin-top: 4%;
    }

    #about>div:nth-child(2)>div:nth-child(3)>div>div{

        width: 20%;
        font-size: 18px;
        display: flex;
        flex-direction: column;
        align-items: center;
        margin-top: 5px;
        /* border: 1px solid white; */
    }

   

    #contact{
        height: auto;
        border: 1px solid #161627;
        background-color: #161627;
        color:white;
       
        /* padding-top: 25%; */
    }

   


    #menu{
        z-index: 100;
        display: block;
        margin-right: 5%;
    }
    
    #nav-menu>div:nth-child(2){
        width: 50%;
        position: absolute;
        right: 0;
        top: 0;
        height: 100vh;
        display: none;
        /* padding: 10px; */
        /* border: 1px solid brown; */
        flex-direction: column;
        background-color: black;
        justify-content: space-evenly;
        align-items: center;
        text-align: center;
    }
}


