
@import url('https://fonts.googleapis.com/css2?family=Nunito+Sans:wght@200;300;400;600;700;800&display=swap');

*{
    box-sizing: border-box;
    margin: 0;
    padding: 0;
}

li, a{
    font-family: "Nunito Sans";
    font-weight: 400;
    font-size: 16px;
    color: #001B5B;
    text-decoration: none;
}

header {
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 30px 10%;
    background-color: #BEC9FDB2;
    height: 30px;
    width: 100%;
    position: fixed;
    -webkit-backdrop-filter: blur(8px);
    backdrop-filter: blur(8px);
}


.logo {
    cursor: pointer;
    width: 252px;
    height: 40px;
    margin-top: 10px;
}
.nav_links {
    list-style: none;
}

.nav_links li {
    display: inline-block;
    padding: 0px 20px;
}

.nav_links li a {
    transition: all 0.3s ease 0s;
    padding: 15px;
}

.nav_links li a:hover {
    opacity: 50%;
}
.body{
    background-color: #EBEFFF;
    
}

.p1{
    width: 1265.57px;
    height: 711.88px;
}

.pictures{
    display: flex;
    flex-direction: column;
    align-items: center;

}

.p2{
    width: 1265.57px;
    height: 2796px;
}
.p3{
    width: 1290.59px;
    height: 3671px;
}

.p4{
    width: 1294.67px;
    height: 728.25px;
}

.buttons{
    display: flex;
    margin-top: 74px;
    margin-bottom: 74px;
    align-items: center;
    gap: 30px;
}

.button1{
    color: #7484D0;
    border: solid;
    border-radius: 10px;
    font-style: normal;
    font-weight: 500px;
    font-size: 24px;
    background-color: #EBEFFF;
    width: 294px;
    height: 55px;
}
.button1:hover{
    cursor: pointer;
    background-color: #7484D0;
    color: #EBEFFF;
}

.button2{
    color: #7484D0;
    border: solid;
    border-radius: 10px;
    font-style: normal;
    font-weight: 500px;
    font-size: 24px;
    background-color: #EBEFFF;
    width: 294px;
    height: 55px;
}
.button2:hover{
    cursor: pointer;
    background-color: #7484D0;
    color: #EBEFFF;}

    .footer{
        display: flex;
        font-family: "Nunito Sans";
        color: #7484D0;
        justify-content: center;
        justify-items: center;
        height: 50px;
    }

    @media only screen and (max-width: 700px)
    {

    header{
        align-items: center;
        align-content: center;
        justify-items: center;
        justify-content: center;
    }
    
    .logo{
        margin-right: 15px;
        margin-top: 5px;
    }
    
    .resume{
        margin-left: 50px;
    }
    .aboutmine{
        display:none
    }
    
    .working{
        display: none;}

    .p1{
      width: 366.49px;
      height: 206.15px;

    }
    .p2{
        width: 366.49px;
        height: 809.68px;
    }
    .p3{
        width: 367px;
        height: 1043.91px;
    }
    .p4{
        width: 367px;
        height: 210.89px;
    }

 .buttons{
    display: flex;
    flex-direction: column;
    gap: 8px;
 }


 .pictures{
   padding-top: 90px;
 }

 .gifs{
    display: none;
 }

 .logo{
    margin-left: 90px;
    margin-top: 10px;
}

.resume{
    margin-right: 95px;
    margin-left: -30px;
}

    }