/* General Reset */
* {
    margin: 0;
    padding: 0;
    box-sizing: border-box;

}

body{
    background-color: #0c0c0cd7;
     /* background-image:url("theme.jpg");  */
}

/* Navbar Styles */
header {
    background-color: #413737;
    padding: 15px 20px;
    position:sticky;
    z-index: 100;
    top:0%;
    
}

nav {
    display: flex;
    justify-content: space-between;
    align-items: center;
   
}



nav .logo h1 {
    color: #ee4815;
    font-size: 24px;
    font-family:sans-serif
}

nav .nav-links {
    list-style: none;
    display: flex;
}

nav .nav-links li {
    margin-left: 20px;
    font-family:sans-serif; 
}

nav .nav-links li a {
    color: white;
    text-decoration: none;
    font-size: 18px;
    transition: color 0.3s;
}

nav .nav-links li a:hover {
    color: #f4a261;
}

.mobile-view{
    display: none;
}

/* Hero Section */

.hero {
    font-size:10px;
    display: flex;
    justify-content: space-evenly;
    align-items: center;
    color: white;
    padding-top:100px;
}

.hero-content {
    font-size: 20px;
    color:black;
    /* padding: 20px; */
}
.hero-content h3{
    font-size:50px ;
    color:white;
    font-family: 'Gill Sans', 'Gill Sans MT', Calibri, 'Trebuchet MS', sans-serif;
}

.hero-content h1 {
    font-size: 70px;
    font-family: 'Gill Sans', 'Gill Sans MT', Calibri, 'Trebuchet MS', sans-serif;
    margin-top: 30px;
    color:#ee4815;
    font-weight:30px;
   
}
.click-btn {
    
    padding-top:50px;
    
    

}
.click-btn button {
    padding:20px;
    background-color: #ee4815;
    color: white;    
    border-radius: 10px;
    font-size:20px;
    cursor: pointer;
}

.img-box img{
    border-radius: 100%;
    width:500px;
    height: 550px;
    padding: 50px;
    filter: drop-shadow(0px 0px 15px #9e9ed6);

    
}

/* .for-display{
    display:inline;
    background-color: #ddd;
} */
 /* #about{
    display:flex;
    align-items: center;
    } 
 */

.section{
    padding-top:200px;
    position: relative;
    margin: 50px;
   
}
.section h2 {
    color: orange;
    font-family: 'Segoe UI', Tahoma, Geneva, Verdana, sans-serif;
    font-size: 60px;
    
}
.section h1{
    padding-top:20px;
    color: white;
    font-family:'Trebuchet MS', 'Lucida Sans Unicode', 'Lucida Grande', 'Lucida Sans', Arial, sans-serif ;
    font-size:70px;
}

.section h3 {
    padding-top:70px;
    color:rgba(255, 255, 255, 0.638);
    font-family: 'Franklin Gothic Medium', 'Arial Narrow', Arial, sans-serif;
    width: 600px;
    line-height:2;
    
    
    
    
    
   
}

.about-img{
   
   flex:1;
   display: flex;
   position: relative;
   justify-content: center;
   
   
  
}

.about-img img {
    padding-left:500px;
    height: 600px;
    padding-right: 200px;
    border-radius: 10px;
    
                     
} 

#about{
    display:flex;
    /* align-items: center; */
}

.qualificatio-section{
    position: relative;
    border-right: 3px solid #a8a8b2;


 
}
.educational-container{
    display:flex;
    padding-left:50px;
    justify-content: space-evenly;
    padding-right:200px;
    
   
    
    
   
   
}
.educational-container h1{
    padding-right: 50px;
    color: #f4a261;
    font-family: cursive;
    font-size: 30px;
}
.educational-container img{
    width:300px;
    margin: 50px;
}
.educational-container h2{
    color: #d4e800;
    font-family: cursive;
   padding-left:130px ;
    
}
.educational-container h3{
    color: aqua;
    font-family:'Franklin Gothic Medium', 'Arial Narrow', Arial, sans-serif;
    font-size:30px;
}
.graduating-student{
  margin-top:100px ;
    border: #d1d1dc 2px double;
    margin-right: 100px;
    padding:30px;
}
.graduating-student p{
    padding-left: 130px;
    padding-top: 10px;
    color:#d1d1dc;
    font-family:'Lucida Sans', 'Lucida Sans Regular', 'Lucida Grande', 'Lucida Sans Unicode', Geneva, Verdana, sans-serif;
    font-size: 20px;
}

 
.skills{
    position: relative;
    padding-left:100px;
    padding-top: 80px;
   
    
    
}
.skills h2{
       padding-left: 700px;
       font-size:50px;
       font-family:cursive;
       color:orange;
       padding-top: 100px;
    
    
}
.icon {
    padding-top:50px;
    display: flex;
    position: relative;
    padding-right: 150px;
    /* text-align:center; */

}

.icon img{
    height: 200px;
    margin:100px;
    filter: drop-shadow(0px 0px 15px #869249);

}

.html h1{
    padding-left:150px;
    padding-bottom: 250px;
   font-family:sans-serif;
   color:#d4e800;
   font-size: 30px;
  
}
.css h1{
    padding-left:180px;
    font-family:sans-serif ;
    font-size:30px;
    color:#d4e800;
}


.JavaScript h1{
    padding-left:120px;
    font-family:sans-serif ;
    font-size:30px;
    color:#d4e800;

   

}
.python h1{
    padding-left:150px;
    font-family:sans-serif ;
    font-size:30px;
    color:#d4e800;

}

.project-container{
     display:flex; 
     padding: 30px 0px;
     /* align-items: center; */
    

}

.mywork{
    color:#c10333;
    font-size: 20px;
    padding-left: 30px;
    font-family: 'Franklin Gothic Medium', 'Arial Narrow', Arial, sans-serif;
}
.project {
    border: #d1d1dc 2px dotted;
    margin:30px;
}
.project img{
    position: relative;
    width:200px;
    margin:30px 50px;
    filter:drop-shadow(2px 2px 30px #9b9b)
}


.discription h1{
   padding-left: 250px;
   color: #d4e800;
   font-size: 30px;
   font-family: cursive;
   
   
}

.discription p{
    
    padding:20px;
    padding-top: 15px;
    text-align:justify ;
    color:#d1d1dc;
    font-size:x-large;
    font-family: 'Franklin Gothic Medium', 'Arial Narrow', Arial, sans-serif;

}
.discription button{
    background-color: #ae8b80;
    color:#5c5b58;
    border:none;
    font-size: 30px;
    font-weight:700;
    border-radius:12px;
    padding: 10px;
    margin-left: 300px;
    cursor: pointer;


}

.contact-section{
    position:relative;
    padding:50px 20px;
    text-align: center;
    background-color: white;
    box-shadow: 0px 4px 10px rgba(0,0,0,0.1);
    max-width: 600px;
    margin:50px auto;
    border-radius: 10px;
}
h2{
    margin-bottom: 10px;
}

p{
    margin-bottom: 20px;
}

.contact-form input,.contact-form textarea{
    width:100%;
    padding:10px;
    margin-bottom:10px;  
    border:1px solid #ccc;
    border-radius:5px;
}

.contact-form button{
    margin-top: 10px;
    color:rgb(9, 8, 8) ;
    background-color: #007BFF;
    padding:10px;
    border-radius: 10px;
   
}
.contact-form button:hover{
    background-color: rgb(255, 255, 255);

}


.contact-info p{
    margin-top:15px;
    padding-top: 10px;
}
.contact-info a{
    text-decoration: none;
    color:#007BFF;


}
.contact-info a:hover{
    text-decoration: underline;
}