body{
    margin: 0px;
    background-color: 
    #191f2a;
    color: aliceblue;
}
.mobile-container{
    display: none;
}

#nav-menu{
  position: fixed;
width: 100%;
height: 60px;
/* border: 1px solid grey; */
display: flex;
justify-content: space-between;
align-items: center;
font-size: large;
background-color: rgb(32, 32, 74);

}

a{
    text-decoration: none;
    font-weight: 400;
    color: aliceblue;
}
#nav{
    width: 40%;
    display: flex;
    justify-content: space-around;
    margin-right: 20px;
}
#port{
    margin-left: 20px;
}

#port>a{
    font-size: x-large;
}
#main-cont{

    width: 100%;
    border: 1px solid white;
    /* height: 1200px; */
   
}
#homep{
width: 100%;
height: 500px;
/* border: 1px solid yellow; */
margin-top: 100px;
display: flex;

}

#homep>#hlf{

    width: 55%;
    height: 100%;
    /* border: 1px solid grey; */

}
#hlf>#hl{
    width: 80%;
    margin-left: 10%;
margin-top: 10%;
}

#hlf h1{
    font-size: 65px;

}
#hlf h2{
    font-size: 40px;
    font-family: serif;
}


#homep>#hr{

    width: 45%;
    height: 100%;
    padding-top: 60px;
    /* border: 1px solid grey; */

}

#para{
    width: 90%;
    font-family: serif;
} 
 .container{
    margin-top: -5%;
}
 .container p{
font-size: 40px;

} 


.calendar{
    width: 90%;
    margin: auto;
 margin-top: 25px;



}
#bsi{
    width: 600px;

}

#bsi>p{
    font-size: 38px;
}
#photo{
    width: 50%;
    height: 300px;
    /* border: 1px solid grey ; */
    margin-top: 1%;
    margin-left: 10%;
    border-radius: 5px;
}


#ABOUT{

    width: 100%;
    height: 600px;
    /* border: 1px solid green; */
    background-color: #1a202c;
    /* box-shadow: rgba(149, 157, 165, 0.2) 0px 8px 24px; */
    display: flex;

}
#Al{
    width: 45%;
    /* border: 1px solid yellowgreen; */
}
#Ar{
    width: 55%;
    padding-top: 30px;
    /* border: 1px solid grey; */
}
#Abi{
    width: 80%;
    margin: auto;
    /* border: 1px solid grey; */
    margin-top: 15%;
    margin-left: 20%;
    
}
#Abi>img{
    width: 80%;
    border-radius: 7%;
}
.Ard{
    width: 65%;
    margin-left: 20%;
    margin-top: 5%;
    font-size: 20px;
}
#Art{
    font-size:x-large ;
}
#photo>img{
    width: 100%;
    border-radius: 5%;
}



#Skills{

    width: 100%;
    padding-top: 50px;

}
#sk{
    width: 10%;
    margin: auto;
    display: flex;
  text-align: center;
}
.skills-card{
    font-family: Georgia, 'Times New Roman', Times, serif;
    font-weight: bold;
    
}

.skills-card >img{
    margin-top: 10px;
    align-content: center;
}

#SK{
width: 45%;
margin: auto;
/* border: 1px solid 
grey ; */
display: grid;
grid-template-columns: repeat(4,1fr);
gap: 20px
;

}
#SK>div{

border: 1px solid grey;
border-radius: 10%;
/* display: flex; */
/* justify-content: center; */
text-align: center;
/* padding-bottom: -10%; */
}

#SK>div>img{
    width: 80%;
}

#sk{
    width: 50%;
    display: flex;
    justify-content: center;
}
#PROJECTS{
    width: 100%;
    background-color: #1a202c;
   
    /* padding: 20px; */
}

#pt{
    width: 20%;
    text-align: center;
    margin: auto;
}
#PROS{
    width: 65%;
    /* border: 1px solid grey; */
    margin: auto;
   
    display: grid;
    grid-template-columns: repeat(2,1fr);
    gap: 30px
    ;
    /* height: 300px; */

}
#PROS>div{
    border: 1px solid grey;
    padding: 10px;
    text-align: center;
}
#Proig{
width: 95%;
margin: auto;



}

#Proig>img{
    width: 100%;
    height: 190px;
}

#Card{
    border-radius: 3%;
    font-family: Georgia, 'Times New Roman', Times, serif;
    display: flex;
    flex-direction: column;
    height: auto;
}
.project-details {
    flex-grow: 1;
}
.project-links {
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: center;
}





.project-tech-stack {
    font-weight: bold;
}
.project-github-link,
.project-deployed-link {
    /* Your common styles for both links go here */
    text-decoration: none; /* Removes underline from the links */
    margin-right: 10px; /* Add some spacing between the links if needed */
    font-weight: bold; /* Makes the text bold */
    color: #333; /* Sets the text color to a dark gray */
    background-color: #f0f0f0; /* Sets the background color */
    padding: 5px 10px; /* Adds padding to the buttons */
    border: 1px solid #333; /* Adds a border to the buttons */
    border-radius: 5px; /* Rounds the corners of the buttons */
    display: inline-block; /* Ensure that the links behave like inline-block elements */
}

.project-github-link:hover,
.project-deployed-link:hover {
    /* Your hover styles for both links go here */
    background-color: #333; /* Change background color on hover */
    color: #fff; /* Change text color on hover */
}

.project-github-link button,
.project-deployed-link button {
    /* Your styles for the button inside the links go here */
    border: none;
}

.project-github-link:hover button,
.project-deployed-link:hover button {
    /* Your hover styles for the button inside the links go here */
    background-color: #333;
    color: #fff;
}



#Github{
    width: 100%;
    /* border: 1px solid grey; */
    margin-top: 50px;
}
#gits{
    width: 90%;
    display: grid;
    grid-template-columns: repeat(3,1fr);
    gap: 20px
    ;
    margin: auto;
   
}
#gits>div{

  /* border: 1px solid coral; */
  display: flex;
  align-items: center;
  justify-content: center;

}

#githubtitle{
    width: 40%;
    margin: auto;
    text-align: center;
}

#colorgit{
   width: 80%;
   margin: auto;
   margin-top: 20px;
}
#colorgit>img{
    width: 100%;
}



/* @media all and (min-width:200px) and (max-width:350){
    #nav{
        width: 100%;
        font-size: large;

    }

} */


#Contact{

width: 100%;

margin-bottom: 50px;

}
#cont{
    width: 60%;
    margin: auto;
    display: flex;
    justify-content: space-around;
}

#CONTA{
    width: 50%;
    margin: auto;
    text-align: center;
}

#cont>div{
display: flex;
align-items: center;

}





@media all and (min-width: 100px) and (max-width: 680px) {
  
    .mobile-container{
        display: block;
    }
    #nav-menu{
height: 40px;
display:none
;
  }
    #nav{
        width: 100%;
        font-size: 15px;
    }

    #cont{
        width: 80%;
        margin: auto;
        display: block;
        justify-content: space-around;
    }

#about{
    display: none;
}

    #skills{
        display: none;
    }
    #port{
        display: none;
    }
    #homep{
        
        height: auto;
       
        
        }
        
    #homep{
        display: block;
    }
    #homep>#hlf{

        width: 100%;
        height: 100%;
        /* border: 1px solid grey; */
    
    }
    #hlf p{
font-size: 30px;
    }
    #hlf h1{
        font-size: 40px;
    }

    #homep>#hr{

        width: 100%;
        
        /* border: 1px solid grey; */
    
    }

    #photo{
        width: 25%;
        height: auto;
      
        /* border: 1px solid grey ; */
        margin: auto;
        /* margin-top: 25px ; */
        
      
    }

    #Al{
        display: none;
    }

    #Ar{
        width: 100%;
    }
#Art{
    width: 46%;
    margin: auto;
    /* border: 1px solid red; */
    font-size: large;
    text-align: center;
}

.Ard{
    width: 88%;
   margin: auto;
    font-size: large;
}

#SK{
    width: 60%;
    margin: auto;
    /* border: 1px solid 
    grey ; */
    display: grid;
    grid-template-columns: repeat(2,1fr);
    gap: 20px
    ;
    
    }

#sk{
    width: 50%;
    display: flex;
    justify-content: center;
}
#SK>div>img{
    width: 85%;
}

#PROS{
    width: 80%;
    /* border: 1px solid grey; */
    margin: auto;
    display: grid;
    grid-template-columns: repeat(1,1fr);
    gap: 30px
    ;
    /* height: 300px; */

}

#gits{
    width: 70%;
    display: grid;
    grid-template-columns: repeat(1,1fr);
    gap: 15px
    ;
    margin: auto;
   
}




}




@media all and (min-width: 200px) and (max-width: 420px){

#ABOUT{
    margin-top: -40px;
    height: 500px;
}

#photo{
    width: 40%;
    height: auto;
    /* border: 1px solid grey ; */
    margin: auto;
    margin-bottom: 15px;
    /* margin-top: 25px ; */
    
  
}



}



@media all and (min-width: 681px) and (max-width: 1100px){

    #port{
display: none;


    }

#nav{
width: 100%;
font-size: x-large;

}


#Al{
    display: none;
}

#Ar{
    width: 100%;
}
#Art{
width: 46%;
margin: auto;
/* border: 1px solid red; */
font-size: large;
text-align: center;
}

.Ard{
width: 75%;
margin: auto;
font-size: large;
}

#ABOUT{
    
    height: auto;

}

#homep{

height: auto;
}
#photo{
width: 60%;
height: auto;

}

#hlf{
    width: 117%;
   margin-left: 40px;
}

#bsi h1{

    font-size: 48px;;
}

#bsi p{

    font-size: 32px;

}

#SK{
    width: 70%;
}
#PROS{
    width: 80%;
}

#cont{
    display: grid;
    grid-template-columns: repeat(2,1fr);
    gap: 20px
    ;
}


}




#resume-button-1 , #resume-button-2{
    background-color: grey;
    border-radius: 4px;
}


/* hamburger menu css  */

.mobile-container {
    max-width: 100%;
    margin: auto;
    /* background-color: #555; */
    height: auto;
    color: white;
    border-radius: 10px;
    /* position: fixed; */
    position: fixed;
    width: 100%;
    height: 50px;
    /* border: 1px solid grey; */
  
    align-items: center;
   
 
  }
  
  .topnav {
    overflow: hidden;
    /* background-color: #333; */
    background-color: rgb(32, 32, 74);
    height: 45px;
    position: relative;
  }
  
  .topnav #myLinks {
    display: none;
  }
  
  .topnav a {
    color: white;
    padding: 14px 16px;
    text-decoration: none;
    font-size: 17px;
    display: block;
  }
  
  .topnav a.icon {
    /* background: black; */
    display: block;
    position: absolute;
    right: 0;
    top: 0;
    color: aliceblue;

  }
  
  #myLinks :hover {
    background-color: #ddd;
    color: black;
  }
  
  .active {
    /* background-color: #04AA6D; */
    color: white;
  }
  /* Add these styles to your CSS */
.menu-icon-wrapper {
    display: inline-block;
    cursor: pointer;
    color: white; /* Icon color */
    font-size: 24px; /* Adjust the font size as needed */
    margin-right: 10px; /* Add some space between the icon and other elements */
  }
  
  .fa-bars {
    
   
    color: #ffffff;
    
  }
  .topnav a.icon {
    display: block;
    position: absolute;
    right: 0;
    top: 5px;
    z-index: 100;
    color: aliceblue;
    width: 24px; /* Set the width to the desired size */
    height: 24px; /* Set the height to the desired size */
  }
  
  

 