.container{
    display: grid;
}
body{
    background-color: #0b1c1e; /* dark teal base */
    color: #e0fafa;
     font-family: 'Montserrat', Helvetica, sans-serif;
     
}

.head{
    margin-bottom: 20px;
}
#vanta-fog .header-text{
  height: 100vh;
}

#vanta-fog{
  width: 100%;
  
  overflow: hidden;
  
  font-family: 'Montserrat', sans-serif;
  max-height: 300px;
}
.heading{
    display: flex;
    margin-left: 1%;  
    justify-content: center;
    margin-top: 5%;
    font-size: 1.5rem;
}
.heading h1{
    color: #ffffff;
}
.heading h1{
    color: #e0fafa;  
}
a{
    text-decoration: none;
}
#about-head{
    text-align: center;
}
.about{
    display: flex;
    justify-content: center;
    text-align: justify;
}
.ab{
    border: 2px solid white;
    border-radius: 8px;
}
.ab p{
    text-align: justify;
}
.welcome{
    width: 35%;
    height: 160px;
    margin-bottom: 20px;
}
.self{
    width:150px;
    height:150px;
    border-radius:50%;
}

li{
    list-style: none;
    
}
.list1{
    margin-top: 25px;
    display: flex;
    gap: 10px;
    justify-content: space-around;
   cursor: pointer;
}
.image{
    display: flex;
    justify-content: center;
    align-items: center;
}

 
 section p{
     max-width: 800px;
    text-align: center;
    font-size: 18px;
    line-height: 1.8;
    margin: 0 auto; 
    padding: 20px;
 }
 
 .contact {
    display: flex;
    justify-content: space-between;
    background-color:#111111;
    color:#bfbfbf;
    
    padding: 20px;
}
.contact button{
    background-color: orange;
    border: none;
    border-radius: 5px;
}


#skill-head {
    color:#045cc8;
    text-align: center;
}
.projects{
    text-align: center;
}
.pro-button{
    border: 0;
    font-size: 20px;
    color: blue;
    cursor: pointer;
}

.pr{
    line-height: 20px;
}
.overview{
    display: flex;
    gap: 20px;
    justify-content: center;
    flex-wrap: wrap;
    padding: 20px;
    flex-direction: column;
    align-items: center;
}
.left a{
    font-size: 20px;
}

.right img{
    width: 250px;
    height: 200px;
    /* overflow: hidden; */
    border-radius: 7px;
    display: block;
}
.card{
    display: flex;
    border: 4px solid;
    background-color: black;
    border-radius: 20px;
}
.card a{
    color: cornsilk;
}
.list1 li:hover{
    background-color:white;
    color: black;
    
}
.list0{
    display: flex;
    gap: 35px;
    float: right;
}

.list0 a{
    color: linen;
}
.skills-section {
  display: flex;
  flex-wrap: wrap;
  gap: 15px;
  justify-content: center;
  padding: 40px;
  /* background-color: #f8f9fa; */
}
.total-skill{
    display: flex;
    gap:25px;
}
.skill1{
    display: flex;
    flex-direction: column;
    gap: 10px;
}
.skill2{
    display: flex;
    flex-direction: column;
    gap: 10px;
}
.skill {
  background-color: #ffffff;
  padding: 12px 20px;
  border-radius: 8px;
  box-shadow: 0 4px 12px rgba(0, 0, 0, 0.08);
  font-weight: 600;
  color: #333;
  transition: all 0.3s ease;
  cursor: pointer;
  min-width: 100px;
}

.skill:hover {
  transform: scale(1.05);
  box-shadow: 0 6px 15px rgba(0, 0, 0, 0.15);
  color: #007bff;
}

.social-media{
    display: flex;
    flex-direction: column;
    gap: 20px;;
}
.platforms{
    display: flex;
    flex-direction: column;
    gap:20px;
}
.social-media a{
    color: beige;
}

.platforms a{
    color: beige;
} 

a:hover{
    font-weight: bold;
}
.resume{
    text-align: center;
    font-size: 20px;
    margin-top: 20px;
}
.resume a{
    border: 1px solid grey;
    padding: 5px;
    color: rgb(211, 193, 193);
    border-radius: 7px;
}
.card > .left{
    max-width: 370px;
}
footer{
    padding:0;
}

.left{
    padding-left: 9px;
}

