*{
    margin:0;
    padding:0;
}

#nav {
    display:flex;
    justify-content:space-between;
    align-items:center;
    padding:10px;
    border-bottom:solid 0.5px; 

}

#nav h2{
    margin-left:20px;
    font-weight:300;

}
#nav a {
    color :black;
    padding:15px;
    text-decoration:none;
    font-size:20px;

}

#nav a:hover{
    color:#808080 ;
}

.icon{
    font-size:40px;
    margin-right:20px;
}

.icon:hover{
    color:#808080 ;
    cursor:pointer;
}

#landing-page {
    background-image:url(img/landing-image.jpg);
    background-repeat:no-repeat;
    background-size: cover;
    background-position: center;
    height:100vh;
    position:relative;

}

.buttons{
    /* margin-top:80px; */
    display:flex;
    gap:50px;
    justify-content:center;
}
button#projects{
    background-color: #567F0F;
    padding: 5px 15px;
    border-radius:5px;
    color:white;
    border: none;
    font-size:15px;
    height:40px;

}
button#projects:hover{
    color:black;
    cursor:pointer;
}

button#contact-me{
    background-color:white;
    padding: 5px 20px;
    border-radius:5px;
    color:black;
    border:none;
    font-size:15px;
    height:40px;

}

button#contact:hover{
    color:#808080;
    cursor:pointer;
}
/* #landing-page div{
    transform: translate(300px,150px);
} */
.paragraph{
    text-align:center;
    padding-top:150px;
    margin-right:450px;
    
}

.heading1{
    font-size:80px;

}

.heading2{
    font-size:20px;
    font-weight:lighter;

}

.heading4{
    font-size:20px;
    font-style:oblique ;

}

.intro-para{
    margin-top:30px;
    margin-bottom:30px;
    font-size:24px;
}

/* About Styling */
#about-me{
    height:100vh;
    display:flex;
    flex-direction:column;
    justify-content:space-around;
    background-color: #F4F1FE;
    
}

#about-paragraph h2{
  font-size: 28px;
  text-align:center;
  padding:15px;

}

#about-paragraph p{
  font-size: 20px;
  padding:0px 50px;
  

}
.about-image{
    width: 400px;
    height:400px;
    border-radius:5px;
    
}

.about-content{
    display:flex;
    justify-content:space-around;
}

ul.list-class{
  list-style:none; 

}
.about-button {
    text-align:center;

}

.about-button button{
    background-color: #567F0F;
    padding: 10px 20px;
    border-radius:5px;
    color:white;
    font-size:15px;
    border:none;
}
#projects{
    height:100vh;


}

.project-overview{
    display:grid;
    /* grid-template-columns: repeat(3 1fr); */
    grid-template-columns: 1fr 1fr 1fr;
    grid-template-rows: 1fr 1fr ;
    grid-gap:50px;
    margin:0px 150px;


}

.cards{
    height:250px;
    width:250px;
    background-color:blue ;
    border-radius: 10px;

}

/* skillssecion */
.skills-section {
    width: 80vw;
    margin: auto;
    padding: 40px;
    text-align: center;
    background-color: #fff;
  }
  
  .section-title {
    font-size: 1rem;
    margin-bottom: 20px;
    color: #444;
  }
  
  .skills-grid {
    display: grid;
    grid-template-columns: auto auto auto auto;
    /* repeat(auto-fit, minmax(150px, 1fr)); */
    gap: 20px;
  }
  
  .skill {
    background-color: #f9f9f9;
    border-radius: 8px;
    font-family: Arial, Helvetica, sans-serif;
    padding: 20px;
    box-shadow: 0 2px 10px rgba(0, 0, 0, 0.1);
    transition: transform 0.3s ease;
    margin-bottom: 30px;
  }
  .skill i{
    color: brown;
    font-size: 70px;
    margin-bottom: 10px;
  }
  .skill h3 {
    font-size: 1rem;
    margin-bottom: 0;
  }
  
  .skill:hover {
    transform: translateY(-10px);
    background-color: #eee;
    
  }
  /* --------------Contact us--------------- */
  #contact {
    width: 80vw;
    min-height: 60vh;
    margin: auto;
    background-color: #464646;
    margin-bottom: 30px;
  }
  
  .section-header {
    text-align: center;
    margin: 0 auto;
    padding: 40px 0;
    font: 300 60px 'Oswald', sans-serif;
    color: #fff;
    text-transform: uppercase;
    letter-spacing: 6px;
  }
  
  .contact-wrapper {
    display: grid;
    grid-template-columns: auto auto;
    flex-direction: row;
    justify-content: space-around;
    margin: 0 auto;
    padding: 20px;
    position: relative;

  }
  
  /* Left contact page */
  .form-horizontal {
    /*float: left;*/
    max-width: 400px;
    font-family: 'Lato';
    font-weight: 400;
  }
  
  .form-control, 
  textarea {
    width: 400px;
    background-color: #c5c4c4;
    color: #fff;
    letter-spacing: 1px;
    margin-top: 10px;
  }
  
  .send-button {
    margin-top: 15px;
    height: 34px;
    width: 300px;
    overflow: hidden;
    transition: all .2s ease-in-out;
  }
  
  .send-button:hover{
   cursor: pointer;

  }
  
  .send-text {
    display: block;
    margin-top: 10px;
    font: 700 12px 'Lato', sans-serif;
    letter-spacing: 2px;
  }
  

  /* Begin Right Contact Page */  
  /* Location, Phone, Email Section */
  .contact-list {
    list-style-type: none;
    margin-left: -30px;
    padding-right: 20px;
  }
  
  .list-item {
    line-height: 4;
    color: #aaa;
  }
  
  .contact-text {
    font: 300 18px 'Lato', sans-serif;
    letter-spacing: 1.9px;
    color: #bbb;
  }
  
  .place {
    margin-left: 62px;
  }
  
  .phone {
    margin-left: 56px;
  }
  
  .gmail {
    margin-left: 53px;
  }
  
  .contact-text a {
    color: #bbb;
    text-decoration: none;
    transition-duration: 0.2s;
  }
  
  .contact-text a:hover {
    color: #fff;
    text-decoration: none;
  }
  
  
  .social-media-list {
    position: relative;
    font-size: 22px;
    text-align: center;
    margin: 0 auto;
    padding: 0;
  }
  
  .social-media-list li a {
    color: #fff;
  }
  
  .social-media-list li {
    position: relative; 
    display: inline-block;
    height: 60px;
    width: 60px;
    margin: 10px 3px;
    line-height: 60px;
    border-radius: 50%;
    color: #fff;
    background-color: rgb(27,27,27);
    cursor: pointer; 
    transition: all .2s ease-in-out;
  }
  
  */
  
  .social-media-list li:hover {
    background-color: #fff; 
  }
  
  .social-media-list li:hover a {
    color: #000;
  }
  

  
  hr {
    border-color: rgba(255,255,255,.6);
  }




/* footer */
.footer{
    background-color: rgb(34, 34, 34);
    color: white;
    padding: 20px;
    text-align: center;
}

.footer div{
    display: flex;
    flex-direction: row;
    justify-content: center;
    gap:10px;
}

.footer a{
    color: white;
}

.footer a:hover{
    color: rgb(255, 0, 0);
}

/* .container1{
    display: flex;
    justify-content:space-around;
    width:100%;
    position:absolute;
    top: 360px;
}
.card{
    width: 20%;
    height:150px;
    border-radius: 5px;

}

.card h2{

     font-size:20px;
    transform:translate(70px,50px);
    font-weight:lighter; 
    
}


.card:hover{
    cursor:pointer;
    box-shadow: 0 4px 8px rgba(0, 0, 0, 0.8) ;
    opacity:0.8;
}

#card1 {
    background-image: url(img/comp.jpg);
    background-size:cover;

}

#card2 {
    background-image: url(img/comp2.jpg);
    background-size:cover;


}

#card3 { 
  background-image: url(img/phone.jpg);
  background-size:cover;

}

#card4 {
    background-image: url(img/comp2.jpg);
    background-size:cover;


} */