@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: #002797;
    text-decoration: none;
}

header {
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 30px 10%;
    background-color: #F8EBB3B2;
    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 {
    color: #00333C;
}
.body{
    background-color: #FEFBF6;
}

.pictures{
    display: flex;
    align-items: center;
    flex-direction: column;
}

.pic1{
    width: 1178px;
    height: 336.49px;
}

.pic2{
    width: 1178px;
    height: 662.63px;
}

.pic3{
    width: 1178px;
    height: 662.62px;
}

.pic4{
    width: 1327px;
    height: 1562.34px;
}

.pic5{
    width: 1500.53px;
    height: 2046px;
}

.pic7{
    width: 1361px;
    height: 1361px;
}

.pic8{
    width: 1515.62px;
    height: 1069px;
}


.buttons{
    display: flex;
    margin-top: 74px;
    margin-bottom: 74px;
    align-items: center;
    gap: 30px;
}

.button1{
    color: #1676F3;
    border: solid;
    border-radius: 10px;
    font-style: normal;
    font-weight: 500px;
    font-size: 24px;
    background-color: #FEFBF6;
    width: 294px;
    height: 55px;
}
.button1:hover{
    cursor: pointer;
    background-color: #1676F3;
    color: #EBEFFF;
}

.button2{
    color: #1676F3;
    border: solid;
    border-radius: 10px;
    font-style: normal;
    font-weight: 500px;
    font-size: 24px;
    background-color: #FEFBF6;
    width: 294px;
    height: 55px;
}
.button2:hover{
    cursor: pointer;
    background-color: #1676F3;
    color: #EBEFFF;}

    .footer{
        display: flex;
        font-family: "Nunito Sans";
        color: #1676F3;
        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-left: 30px;
        margin-top: 10px;
    }
    
    .resume{
        margin-right: 75px;
    }
    .aboutmine{
        display:none
    }
    
    .working{
        display: none;}
        .logo{
            margin-left: 30px;
            margin-top: 5px;
        }
        
        .resume{
            margin-right: 50px;
        }
    .pic1{
        width: 278.25px;
        height: 79.48px;
    }
    .pictures{
        padding-top: 90px;
      }

      .pic2{
        width: 278.25px;
        height: 156.52px;
      }

      .pic3{
        width: 278.25px;
        height: 156.52px;
      }

      .pic4{
        width: 313.45px;
        height: 369.04px;
      }

      .pic5{
        width: 354.44px;
        height: 483.28px;
      }

      .pic6{
        width: 338.04px;
        height: 190.15px;
      }

      .pic7{
        width: 321.48px;
        height: 321.48px;
      }

      .pic8{
        width: 358px;
        height: 252.51px;
      }
      .buttons{
        display: flex;
        flex-direction: column;
        gap: 8px;
     }


    }
