@media (min-width: 768px) {
      .header {
        font-size: 25px;
      }
      .project-1{
        min-width: 450px;
      }
      .tech-icons{
        min-width:425px;
      }
    }


.header{
    display: flex;
    align-items: center;
    background-color: hsl(99, 33%, 21%);
    height: 70px;
    margin: 0;
    padding: 0;
}

.heading{
    font-family: "Fredoka", sans-serif;
    font-optical-sizing: auto;
    font-weight: <weight>;
    font-style: normal;
    font-variation-settings: "wdth" 87.1;
    color: #fefefd;
    margin-left: 25px;
}

.kumar{
    color: hsl(60, 100%, 50%);
    padding-left: 5px;
}

.landing{
    display: flex;
    flex-direction: row;
    justify-content: center;
    height: 450px;
    background-color: hsl(99, 33%, 21%);
}

.profile-picture-div{
    margin-left: auto;
    margin-right: 15px;
}

.profile-picture{
    border-radius: 195px;
    max-height: 300px;
    margin-top: 75px;
    border-color: #fff200;
    border-width: 5px;
    border-style: solid;  
    box-shadow: 0 0 15px lab(56.14% 63.72 66.43);  
}

.profile-picture:hover{
    transform: scale(1.05);
    transition: transform 0.3s ease-in-out;
    box-shadow: 0 0 25px lab(56.14% 63.72 66.43);  

}

.profile-details{
    display: flex;
    flex-direction: column;
    justify-content: center;
    margin-right: 15px;
    margin-left: 15px;
}

.greeting{
    font-family: "Archivo Black", sans-serif;
  font-weight: 400;
  font-style: normal;
  color: #fefefd;
  font-size: 25px;
  padding: 0;
  margin: 0;
}

.name{
    font-family: "Archivo Black", sans-serif;
    font-weight: 400;
    font-style: normal;
    color: #fefefd;
    font-size: 25px;
    padding: 0;
    margin: 0;
}

.field-of-study{
    font-family: "Archivo Black", sans-serif;
    font-weight: 300;
    font-style: normal;
    width: 100%;
    float: left;
    font-size: 35px;
    color: #fefefd;
    font-weight: bold;
    padding-bottom: 0px;
    line-height: 70px;
    padding-top: 15px;;
}

.sayhello{
    background-color: #9929fb;
    color:#fefefd;
    border: none;
    padding: 10px 20px;
    font-size: 20px;
    border-radius: 5px;
    cursor: pointer;
    transition-duration: .5s;
    margin-left: 25px;
    margin-top: 10px;
}

.sayhello:hover{
    background-color: #fefefd;
    color: #9929fb;
    border: 2px solid #9929fb;
}


.skills-icons-container{
    display: flex;
    justify-content: center;
    align-items: center;
    flex-wrap: wrap;
    gap: 40px;
    margin-top: 20px;
}

.skills-icons-div{
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;
    padding: 0;
    margin: 0;
    background-color: hwb(0 80% 19%);
    width: 155px;
    height: 125px;
    border-radius: 15px;
}

.skills-icons-div:hover{
    background-color: hwb(0 56% 42%);
    transition: background-color 0.3s ease-in-out;
    box-shadow: 0 0 15px lch(77.07% 17.87 215.83);
}

.skill-name{
    padding: 0;
    margin: 0;
    font-family: "Archivo Black", sans-serif;
    color: #fefefd;
    padding-top: 5px;
}

.skills-icons{
    height: 55px;
    align-items: center;
}

.projects-container{
    display: flex;
    flex-direction: column;
    justify-content: center;
    margin-top: 20px;
    margin: 20px;
}

.tech-icons{
    width: auto;
    max-width: 350px;;
    align-items: center;
    border-radius: 25px;
    margin-left: 12.5px;
    margin-top: 12.5px;
}

.project-1{
    display: flex;
    flex-direction: column;
    justify-content: center;
    gap: 8px;
    width: auto;
    max-width: 375px;
    margin-bottom: 20px;
    background-color: #d67575;
    border-radius: 10px;
}

.project-1:hover{
    background-color: #d56a6a;
    transition: background-color 0.3s ease-in-out;
    box-shadow: 0 0 25px oklab(90.28399999999999% -0.03203 0.04822);
}

.project-1-buttons{
    display: flex;
    justify-content: center;
    flex-direction: column;
    gap: 10px;
    margin-bottom: 10px;
}

.project-1-contribute-button{
    background-color: hsl(119, 74%, 59%);
    color: hwb(0 5% 95%);
    border: none;
    padding: 8px 20px;
    font-size: 20px;
    border-radius: 5px;
    cursor: pointer;
    transition-duration: .5s;
    margin-left: 15px;
    margin-right: 15px;
    align-items: center;
    justify-content: center;

}

.project-1-contribute-button:hover{
    padding: 9px 20px;
    background-color: lab(69.51% -44.79 37.31);
    box-shadow: hsl(57, 61%, 65%) 0 0 20px;
}

.project-1-souce-button{
    background-color: hsl(119, 74%, 59%);
    color: hwb(0 5% 95%);
    border: none;
    padding: 6px 20px;
    font-size: 20px;
    border-radius: 5px;
    cursor: pointer;
    transition-duration: .5s;
    margin-left: 15px;
    margin-right: 15px;
    margin-bottom: 10px;
}

.project-1-souce-button:hover{
    padding: 9px 20px;
    background-color: lab(69.51% -44.79 37.31);
    box-shadow: hsl(57, 61%, 65%) 0 0 20px;
}

.material-symbols-outlined{
    font-size: 20px;
    vertical-align: middle;
}








.footer{
    display: flex;
    justify-content: center;
    flex-direction: column;
    background-color: rgb(239, 234, 227);
    margin: 0;
    padding: 0;
    padding-bottom: 20px;
    padding-top: 20px;
}

.social-media{
    display: flex;
    justify-content: center;
    align-items: center;
    gap: 10px;
    margin-left: 15px;
    margin-right: 15px;
}

.rights{
    display: flex;
    margin-left: auto;
    flex-direction: column;
}

.social-media-icons{
    height: 25px;
    margin-left: 5px;
}

.social-media-icons:hover{
    height: 27px;
}
