@font-face {
    font-family: Algerian;
    src: url("ALGERIAN.TTF");
}
body{
    background-image: url("images/bg4.avif");
    background-size: cover;
    background-attachment: fixed;
    height: 100%;
    margin: 0px;
}

.nav{
    display: flex;
    margin: 10px;
    width:100%;
}

#nav2{
    margin: 25px 20px 15px 320px ;
    font-family: Arial, Helvetica, sans-serif;
}
#nav2 a{
    padding: 15px 20px;
    color: black;
    font-size: 22px;
}

#nav2 a:hover{
    font-size: 27px;
    background-color: rgb(212, 206, 206);
    border-radius: 30px;
    text-shadow: 3px 3px 10px whitesmoke;
    font-family: Arial, Helvetica, sans-serif;
}

#about{
    display: flex;
    margin: 50px 40px;
}

.abt1 h1{
    font-size: 50px;
}

.abt1 p{
    font-size: 25px;
    text-shadow: 3px 3px 10px rgb(241, 232, 232);
    font-family: 'Noto Sans Old Permic', sans-serif;
    font-family: 'Open Sans', sans-serif;
}

.abt1 button{
    padding: 20px 40px;
    font-size: 20px;
    margin-top: 10px;
    border-radius: 20px;
    background-color: black;
    color: white;
    font-family: Arial, Helvetica, sans-serif;
}

.abt1 button:hover{
    font-size: 25px;
    cursor: pointer;
}

.abt1{
    padding: 10px 10px  ;
    width: 900px;
}

.img-self img {
    border-radius: 50%;
    margin: 0px 80px 0px 100px;
}

#experience{
    text-align: center;
}

#experience h1{
    font-size: 50px;
    border-bottom: 5px solid black;
    display: inline-block;
    font-family: Algerian;
}
 
table{
    margin: 20px auto 80px auto;
    border: 4px solid black;
    border-radius: 5px;
}

table thead tr th {
    padding: 20px 20px;
    font-size: 25px;
    color: rgb(8, 8, 113);
    border: 4px solid black;
    border-radius: 5px;
    background: linear-gradient(grey,white);
}

table tbody tr td{
    padding: 10px 20px;
    font-size: 20px;
    border: 4px solid black;
    border-radius: 5px;
    text-shadow: 3px 3px 10px rgb(241, 232, 232);
    font-family: 'Noto Sans Old Permic', sans-serif;
    font-family: 'Open Sans', sans-serif;
    background-color: rgb(249, 238, 225);
}

#skills{
    text-align: center;
}

#skills h1{
    font-size: 50px;
    border-bottom: 5px solid black;
    display: inline-block;
    font-family: Algerian;
}

.skills-logo{
    margin: 0px 80px;
    padding: 20px;
}

.skills-list{
    margin: 0px 20px ;
    padding: 20px;
}

.skills-main{
    display: flex;
}

.skills2-1 li, .skills2-2 li, .skills2-3 li, .skills2-4 li{
    display: inline-block;
}

.skills2-1 li img ,.skills2-2 li img,.skills2-3 li img,.skills2-4 li img {
    width: 55px;
    margin: 10px ;
}

#projects{
    text-align: center;
}

#projects h1{
    font-size: 50px;
    border-bottom: 5px solid black;
    display: inline-block;
    font-family: Algerian;
}

#projects p{
    font-size: 25px;
    font-family: 'Noto Sans Old Permic', sans-serif;
    font-family: 'Open Sans', sans-serif;
    margin-top: 0px;
}

.projects1{
    display: flex;
    text-align: center;
}

.projects1-1 a h2, .projects1-2 a h2, .projects1-3 a h2{
    color: rgb(0, 62, 220);
    font-size: 30px;
}

.projects1-1 a h2:hover, .projects1-2 a h2:hover, .projects1-3 a h2:hover{
    font-size: 35px;
}

.projects1-1 div h5, .projects1-2 div h5, .projects1-3 div h5{
    font-size: 20px;
    margin-top: 0px;
    font-family: 'Noto Sans Old Permic', sans-serif;
    font-family: 'Open Sans', sans-serif;
}

.projects1-1 div, .projects1-2 div, .projects1-3 div{
    border: 3px solid black;
    border-radius: 20px;
    margin: 20px 40px;
    width: 400px;
    margin: 30px 50px;
    background: linear-gradient(rgb(185, 182, 182),white);
}

#certificates{
    text-align: center;
}

#certificates h1{
    font-size: 50px;
    border-bottom: 5px solid black;
    display: inline-block;
    font-family: Algerian;
}

.certificates-1{
    display: flex;
}

.certificates1-1 div{
    border: 3px solid black;
    border-radius: 20px;
    margin: 20px 40px;
    width: 400px;
    margin: 30px 50px;
    background: linear-gradient(rgb(185, 182, 182),white);
}

.certificate-logo img{
    margin: 120px 20px;
}

.certificates1-1 div a h2, .certificates1-2 div a h2{
    color: rgb(0, 62, 220);
    font-size: 30px;
}

.certificates1-1 div a h2:hover, .certificates1-2 div a h2:hover{
    font-size: 35px;
}

.certificates1-1 div h3, .certificates1-1 div h4, .certificates1-1 div h5 ,.certificates1-2 div h3, .certificates1-2 div h4, .certificates1-2 div h5{
    font-size: 20px;
    margin-top: 0px;
    font-family: 'Noto Sans Old Permic', sans-serif;
    font-family: 'Open Sans', sans-serif;
    padding: 0px;
}

#socialmedia{
    text-align: center;
}

#socialmedia h1{
    font-size: 50px;
    border-bottom: 5px solid black;
    display: inline-block;
    font-family: Algerian;
}

.socialmedia1, .socialmedia2{
    display: flex;
    justify-content: center;
    align-items: center;
    padding: 0px;
}

.socialmedia1 div div img{
    width: 50px;
}

.socialmedia1 div div img:hover{
    width: 60px;
}

.socialmedia1 img , .socialmedia2{
    padding: 0px;
    margin: 0px 50px;
    border-radius: 10px;
}

.socialmedia2 div div a h3{
    color: black;
    font-size: 20px;
    font-family: 'Noto Sans Old Permic', sans-serif;
    font-family: 'Open Sans', sans-serif;
}

.socialmedia2 div div a h3:hover{
    color: black;
    font-size: 25px;
    font-family: 'Noto Sans Old Permic', sans-serif;
    font-family: 'Open Sans', sans-serif;
}

#contact {
    display: flex;
    justify-content: space-between;
    background-color: rgb(0, 0, 0);
    color: bisque;
    padding: 10px 40px;
    font-family: 'Noto Sans Old Permic', sans-serif;
    font-family: 'Open Sans', sans-serif;
}
#contact span{
    display: flex;
}

#contact span img{
    margin-top: 7px;
    border-radius: 10px;
}

#contact span a h3{
    color: bisque;
    margin: 15px;
    font-size: 25px;
}

#contact span a h3:hover{
    font-size: 28px;
}