.projects-section {
    
    padding: 60px 20px;
    color: white;
  }
  
  .projects-title {
    text-align: center;
    font-size: 30px;
    color: darkcyan;
    margin-bottom: 50px;
    text-shadow: 0 0 6px rgba(168, 85, 247, 0.5);
  }
  
  .project-grid {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(300px, 1fr));
    gap: 35px;
    max-width: 1200px;
    margin: 0 auto;
  }
  
  .project-card {
    background-color:darkcyan;
    border-radius: 16px;
    overflow: hidden;
    transition: transform 0.3s, box-shadow 0.3s;
    box-shadow: 0 0 10px rgba(255, 255, 255, 0.04);
    /* border:2px solid black; */
  }
  
  .project-card:hover {
    transform: translateY(-6px);
    box-shadow: 0 0 20px rgba(168, 85, 247, 0.3);
  }
  
  .project-img {
    width: 100%;
    height: 180px;
    object-fit: cover;
    border-bottom: 2px solid rgba(168, 85, 247, 0.3);
  }
  
  .project-content {
    padding: 20px;
  }
  
  .project-name {
    font-size: 20px;
    font-weight: bold;
    color:black;
    margin-bottom: 10px;
  }
  
  .project-description {
    font-size: 15px;
    color: #e0e0e0;
    line-height: 1.6;
    margin-bottom: 15px;
  }
  
  .tech-icons span {
    display: inline-block;
    /* background-color: rgba(168, 85, 247, 0.2); */
    color: #fff;
    font-size: 13px;
    padding: 6px 10px;
    border-radius: 999px;
    margin-right: 8px;
    margin-bottom: 5px;
  }
  



  /* .rowBody{
    height: 350px;
     padding: 10px;
     margin-bottom: 50px;
     background-image: linear-gradient(rgb(52, 51, 51), rgb(45, 35, 45));
      background-color:darkcyan; 
     background-image: linear-gradient(cyan, darkcyan);
     justify-content: center;
     
     border:4px double black;
 } */
.projectBtn button{
    background-color: white;
    margin: 2px;
}

.projectBtn button:hover{
    background-color: black;
}

/* .projectButton{
    border-radius: 100%;
    background-color:white;
    border: 4px double darkcyan;;
    height: 95px;
    width:95px;
    word-wrap: break-word;  
    text-align: center;
    text-decoration: none;
    color: black;
    font-weight: bold;
}

.projectButton:hover{
    border: 4px double white;
    background-color:darkcyan    ;
    color: white;
}

#row-3{
    margin-bottom: 0%;
}
#projectHead{
    text-align: right;
    /* background-color: rgba(0, 0, 0, 0.893); */
    /* background-color:darkcyan; 
    padding: 40px;
    
}
header{
    border: 2px solid rgb(30, 255, 0);
}
.heading{
    color: black;
    font-family:'Times New Roman', Times, serif;
}
#sec-Id{
    justify-content: center;
    text-align: center;
}
 body{
    background-image: linear-gradient(white,cyan);
} 

.projectList{
    text-align: left;
} */