*{
    padding: 0px;
    margin: 0px;
}
body{
    overflow-x: hidden;
}
.header{
    background: #000000;
    height: 10vh;
    width: 100vw;
    /* position: fixed; */
    position: sticky;
    top: 0%;
    display: flex;
    justify-content: space-around;
}
.unorderedList{
    display: flex;
    align-items: center;
    justify-content: space-evenly;
    width: 100%;
}
.header li{
    /* margin: 15px 0px; */
    list-style: none;
    /* font-size: 1.9rem; */
    /* color: white; */
    font-family: 'Roboto Slab', serif;
    /* padding: 0 125px 0 125px; */
}
.header li a{
    font-family: Verdana, Geneva, Tahoma, sans-serif;
    font-size: 1rem;
    text-decoration: none;
    color: white;
    cursor: pointer;
    
}
.header li a:hover{
    color: rgb(240, 157, 15);
}
.home{
    display: flex;
    justify-content: center;
    height: 90vh;
    width: 100vw;
    /* background-image: url('homeBgBlur.jpg'); */
    
    background-repeat: no-repeat;
    background-attachment: fixed;
    background-size: 100% 100%;
    
}
.myInfoContainer{
    display: flex;
    align-items: center;
    height: 90vh;
    width: 100vw;
    background-image: url(homeBg.jpg);
    background-repeat: no-repeat;
    background-size: 100% 100%;
}
.myInfo{
    min-width: 0;
    padding: 2em 3em 2em 8em;
    white-space: initial;
    font-family: "europa", sans-serif;
    color: #8892b0;
    animation: fadeAndScale 0.5s ease-in;
    transform-origin: center bottom;
}
.myInfo h2{
    margin: 0px 0px 50px 0px;
    font-size: 5vw;
}
.myInfo p{
    line-height: 50px;
    font-size: 3vw;
}
.ayap{
    border-radius: 350px;
    width: 20%;
    margin-right: 8rem;
    height: auto;
    animation: fadeAndScale 0.5s ease-in;
    transform-origin: center bottom;
}
@keyframes fadeAndScale {
    from{
        opacity: 0;
        transform: scale3d(.75,.75,1);
    }
    to{
        opacity: 1;
        transform: scale3d(1,1,1);
    }
}
@media only screen and (max-width: 800px) {
    .myInfoContainer {
        background-image: url(homeBg.jpg);
        width: 100%;
        height: auto;
        display: flex;
        text-align: center;
        flex-direction: column-reverse;
    }
    .myInfo{
        min-width: 0;
    padding: 2em 2em 2em 2em;
    white-space: initial;
    font-family: "europa", sans-serif;
    color: #8892b0;
    animation: fadeAndScale 0.5s ease-in;
    transform-origin: center bottom;
    }
    .myInfo h2 {
        margin: 0px 0px 20px 0px;
        font-size: 7vw;
    }
    .myInfo p {
        line-height: 50px;
        font-size: 4vw;
    }
    .ayapImage{
        text-align: center;
    }
    .ayap{
        border-radius: 350px;
        width: 30%;
        margin-top: 3rem;
        margin-right: 0rem;
        height: auto;
        animation: fadeAndScale 0.5s ease-in;
        transform-origin: center bottom;
    }
  }
.aboutContainer{
    display: flex;
    justify-content: center;
    align-items: center;
    background-color: #eeeaea;
    height: 90vh;
}
.aboutMe{
    display: -webkit-inline-box;
    border: solid;
    color: #034f84;
    font-family: monospace;
    font-size: 1.5rem;
    margin: 0px 0px 50px 0px;
    padding-inline: 20px;
    border-radius: 6px;
}
.aboutMeDescription p{
    color: #484f4f;
    line-height: 50px;
    font-family: monospace;
    font-size: 2rem;
}
.skillList ::before{
    content: "▹";
    color: rgb(11, 192, 152);
}
.skillList li{
    color: #484f4f;
    font-size: 1.2rem;
    margin: 5px;
    font-family: monospace;
    list-style: none;
}
.aboutContainer ul{
    margin-top: 10px;
    display: grid;
    grid-template-columns: repeat(2, minmax(140px, 300px));
}
.aboutContainer ul li{
    margin: 0px 0px 10px 0px;
    list-style: none;
} 
@media only screen and (max-width: 800px) {
    .aboutContainer{
        display: flex;
    justify-content: center;
    align-items: center;
    background-color: #eeeaea;
    height: auto;
    }
    .textContainer {
        display: block;
        text-align: center;
    }
    .aboutMe {
        display: -webkit-inline-box;
        border: solid;
        color: #034f84;
        font-family: monospace;
        font-size: 1.3rem;
        margin-top: 3rem;
        border-radius: 6px;
    }
    .aboutMeDescription{
        text-align: left;
    }
    .aboutMeDescription p {
        color: #484f4f;
    padding: 0rem 3rem 0rem 3rem;
    line-height: 50px;
    font-family: monospace;
    font-size: 6vw;
    }
    .skillList li {
        color: #484f4f;
        font-size: 4vw;
        margin: 5px;
        font-family: monospace;
        list-style: none;
    }
    .aboutContainer ul {
        padding: 0rem 3rem 0rem 3rem;
        margin-top: 10px;
        display: grid;
        grid-template-columns: repeat(2, minmax(140px, 300px));
    }
}
.projectContainer{
    width: 100vw;
}
.projects h1{
    margin: 70px 0px 0px 0px;
    border: solid;
    font-size: 1.5rem;
    display: -webkit-inline-box;
    font-family: monospace;
    font-size: 2.5rem;
    color: #034f84;
    /* padding-inline: 20px; */
    border-radius: 6px;
}
.cellContainer{
    display: flex;
    justify-content: space-evenly;
    flex-wrap: wrap;
    padding: 50px 100px 100px 100px;
}
.cellOne{
    margin: 10px;
}
.cellOne img{
    width: 350px;
}
.cellTwo{
    margin: 10px;
}
.cellThree{
    margin: 10px;
}
.projectContainer{
    text-align: center;
}
.projectDetailsContainer{
    background-color: #eeeaea;
    padding: 5px;
}
.projectDetailsContainer h2{
    font-family: sans-serif;
    margin: 5px;
}
.projectDetailsContainer h3{
    font-family: sans-serif;
    font-style: italic;
    margin: 5px;
}
.projectDetailsContainer p{
    font-family: "Droid Serif", "Helvetica Neue", Helvetica, Arial, sans-serif;
    font-size: 12px;
    color: #AAA;
    margin: 5px;
}
@media only screen and (max-width: 800px) {
    .projectContainer{
        width: 100vw;
    }
    .cellContainer {
        display: flex;
        justify-content: space-evenly;
        flex-wrap: wrap;
        padding: 3rem;
    }
    .cellOne img{
        width: 100%;
    }
    .cellTwo img{
        
        width: 100%;
    }
    .cellThree img{
        width: 100%;

    }
    .projectDetailsContainer h2 {
        font-family: sans-serif;
        font-size: 1rem;
        margin: 5px;
    }
    .projectDetailsContainer h3 {
        font-family: sans-serif;
        font-style: italic;
        font-size: 1rem;
        margin: 5px;
    }
    .projectDetailsContainer p {
        font-family: "Droid Serif", "Helvetica Neue", Helvetica, Arial, sans-serif;
        font-size: 0.8rem;
        color: #AAA;
        margin: 5px;
    }
}
.text{
    height: 90vh;
    width: 100vw;
}
.image{
    display: block;
    position: relative;
    margin: 0 auto;
    max-width: 400px;
}
.contactContainer{
    display: flex;
  justify-content: center;
  align-items: center;
    width: 100vw;
    height: 90vh;
    background: rgb(156, 224, 224);
}
.contactDetailsContainer{
    text-align: center;
}
.contactMe{
    color: #000000;
    font-family: monospace;
    font-size: 1vw;
    margin: 40px;
}
.contactMe h1{
    font-size: 4em;
}
.contactDiscription{
    font-family: cursive;
    padding: 5px;
    font-size: 1.2rem;
    margin: 40px;
}
.contactDiscription p{
    font-size: 1.3rem;
}
.linksContainer{
    display: flex;
    justify-content: space-between;
    margin: 50px;
}
@media only screen and (max-width:800px) {
    .contactContainer{
        display: flex;
      justify-content: center;
      align-items: center;
        width: 100vw;
        height: auto;
        background: rgb(170, 222, 245);
    }
    .contactMe{
        color: #000000;
        font-family: monospace;
        font-size: 2vw;
        margin: 40px;
    }
    .contactDiscription {
        font-family: cursive;
        padding: 5px;
        font-size: 1.2rem;
    }
    .contactDiscription p{
        font-size: 5vw;
    }
    .linksContainer {
        display: flex;
        justify-content: center;
        flex: wrab;
        flex-wrap: wrap;
    }
    .linkedInContainer, .instagramContainer, .codeChefContainer, .emailContainer{
        margin: 20px;
    }
    .linkedIn, .instagram, .codeChef, .email{
        width: 50%;
    }
}
.footer{
    width: 100vw;
    height: 15vh;
    background: black;
    display: flex;
    justify-content: center;
}
.footerContainer{
    display: flex;
    align-items: center;
    color: white;
}
.footerContainer p{

    font-family: system-ui;
}
.footerContainer a{
    font-family: system-ui;
    color: #ebe82e;
    font-weight: bold;
}
@media only screen and (max-width: 600px){
    .footerContainer p {
        font-family: system-ui;
        font-size: 3vw;
    }
}