@import url('https://fonts.googleapis.com/css2?family=Caveat+Brush&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Aguafina+Script&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Playpen+Sans:wght@100..800&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Mrs+Sheppards&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Dr+Sugiyama&display=swap');
*{
    padding:0px;
    margin:0px;
    border:none;
    outline:none;
    position: relative;
    box-sizing:border-box;
    list-style: none;
    text-decoration: none;
    
    
}

body {
    width: 100%;
    min-height: 100vh;
     font-family: "Playpen Sans", cursive;
      /* font-family: "Kalnia", serif; */
    
}

header{
    display: flex;
    justify-content: space-evenly;
    align-items: center;
    padding: 10px 40px;
    position: fixed;
    top: 0px;
    left: 0px;
    z-index: 1000;
    background-color: white;
    width: 100%;
    margin: 0px auto;
    box-shadow: 0px 0px 5px #2F099C;
    

}
nav ul {
    display: flex;
    flex-direction: row;
    gap: 30px;
    font-family: "Caveat", cursive;
    font-size: 22px;
    font-weight: bold;
    color: #1b0e31;
}
nav ul li a{ 
     color: #1b0e31;

}
nav ul li a:hover{ 
     color: #53D2F2;

}
.di1{
    display: flex;
    align-items: center;
    gap: 10px;
    font-family: "Caveat", cursive;

}
.logo{
    width: 80px;
    height: 80px;
}
#section1{
    
   background-image: url(./Photos/PNG/Asset\ 4@3x.png);
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    display: flex;
    justify-content: center;
    align-items: center;
    height: 90vh; 
    width: 100%;

    animation-name: x;
    animation-duration: 1s;
    animation-iteration-count: infinite;
    animation-direction: alternate-reverse;
    
    
}
@keyframes x{
    0%{
        transform: translate(0px,3px);
        

    }
    100%{

    }

}
.di2{
    text-align: center;
    
    
    flex-direction: column;
    
    color: white;
}
h1::before{
    content: "";
    font-family: "Dr Sugiyama", cursive;
    animation-name: name;
    animation-duration: 5s;
    animation-iteration-count: infinite;
}
@keyframes name{
    0%{
        content: "O|";
    }
    10%{
        content: "Om|";
    }
    15%{
        content: "Omi|";
    }
    20%{
        content: "Omim|";
    }
    30%{
        content: "Omima|";
    }
    40%{
        content: "Omima |";
    }
    50%{
        content: "Omima M|";
    }
    60%{
        content: "Omima Mo|";
    }
    70%{
        content: "Omima Moh|";
    }
    80%{
        content: "Omima Moha|";
    }
    85%{
        content: "Omima Moham|";
    }
    90%{
        content: "Omima Mohame|";
    }
    100%{
        content: "Omima Mohamed |";
    }

}









#section2{
    display: flex;
    justify-content: center;
    align-items: center;
    flex-wrap: wrap;
    padding: 50px;
    gap: 50px;
     
}
.about::before{
    content: "";
    width: 40px;
    height: 5px;
    position: absolute;
    bottom: -5px;
    background-color: #53D2F2;
}
.me{
    width: 255px;
    height: 255px;
    border-radius: 50%;
    border: 3px solid #53D2F2;
    box-shadow: 0px 0px 1px #2F099C;
    animation-name: image;
    animation-duration: 1s;
    animation-iteration-count: infinite;
    animation-direction: alternate-reverse;
}
.me1{
    width: 250px;
    height: 250px;
    border-radius: 50%;
    
    
}
@keyframes image{
    0%{
       transform: translate(5px,0px);

    }
    100%{
        

    }
}

.di4{
    width: 50%;
    
    display: flex;
    flex-direction: column;
    gap: 20px;
}

.button1{
    padding: 15px 20px;
    background-color: #1b0e31;
    color: white;
    border-radius: 10px;
}
.button1:hover{
    background-color:#2F099C;
    border: 2px solid #53D2F2;
}







#section4{
    
    padding: 50px;
     
}

.projects{
    display: grid;
   grid-template-columns: repeat(auto-fill ,minmax(280px,1fr));;
    grid-template-rows:repeat(2,1fr);


    justify-content: center;
    align-items: center;
    gap: 30px;
    

}
.charls,.sun,.eyes,.inance,.lanch,.gallery,.get,.bmi{
    width: 100%;
    max-width: 350px;
    background-color: #1b0e31;
    color: white;
    border-radius: 15px;
    box-shadow: 0px 0px 8px #2F099C;
   
    
    
}
.im_pro{
    width: 100%;
    height: 190px;
    border-radius: 15px 15px 0px 0px;
    padding: 1px;
    background-size: contain;
}
.pp{
    padding: 20px;
    display: grid;
    gap: 10px;
    
}


button{
    padding: 10px 15px;
    background-color: #53D2F2;
    color: #1b0e31;
    border-radius: 10px;
}
button:hover{
    background-color:#2F099C;
    color: white;
    border: 2px solid #53D2F2;
}
.charls:hover{
    box-shadow: 0px 0px 12px #2F099C;
    transform:  scale(0.9);
    

}
.sun:hover{
    box-shadow: 0px 0px 12px #2F099C;
    transform:  scale(0.9);
    

}
.inance:hover{
    box-shadow: 0px 0px 12px #2F099C;
    transform:  scale(0.9);
    

}
.eyes:hover{
    box-shadow: 0px 0px 12px #2F099C;
    transform:  scale(0.9);
    

}
.lanch:hover{
    box-shadow: 0px 0px 12px #2F099C;
    transform:  scale(0.9);
    

}
.gallery:hover{
    box-shadow: 0px 0px 12px #2F099C;
    transform:  scale(0.9);
    

}
.get:hover{
    box-shadow: 0px 0px 12px #2F099C;
    transform:  scale(0.9);
    

    
}
.bmi:hover{
    box-shadow: 0px 0px 12px #2F099C;
    transform:  scale(0.9);
    

}
/* h5::after{
    content: "";
    width: 5px;
    height: 15px;
    position: absolute;
    left: -14px;
    background-color: #53D2F2;
} */
.m2{
    display: flex;
    justify-content: center;
    text-align: center;
    flex-direction: column;
    padding: 20px;
    gap: 15px;
    
    color: #1b0e31;
}







#section3{
    padding: 50px;
    background-color: #1b0e31;
    display: flex;
    justify-content: center;
    flex-wrap: wrap;
    
    gap: 40px;

}
.skills{
    width: 100px;
    height: 100px;
    border-radius: 50%;
    background-color: #53D2F2;
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;
    gap: 5px;
    outline: 3px solid #2F099C;
    box-shadow: 0px 0px 20px #2F099C;
    
    animation-name: skill;
    animation-duration: 1s;
    animation-iteration-count: infinite;
    animation-direction: alternate-reverse;
}
@keyframes skill{
    from{

        transform: scale(1.1);

    }
    to{

    }
}
i{
    text-align: center;
    font-size: 40px;
}
.m1{
    display: flex;
    justify-content: center;
    text-align: center;
    flex-direction: column;
    padding: 20px;
    gap: 15px;
    background-color: #1b0e31;
    color: white;
}





#section5{
    display: flex;
    justify-content: center;
    align-items: center;
    text-align: center;
    padding: 40px;
    background-color: #1b0e31;
    color: white;
    flex-direction: column;
    gap: 10px;

}
.di7{
    display: flex;
    justify-content: center;
    align-items: center;
    gap: 20px;
    flex-direction: row;
    padding: 10px;
    width: 50px;
    height: 50px;
    border-radius: 50%;
    background-color: rgba(127, 255, 212, 0);
    border: 1.5px solid #53D2F2;
}
.di7:hover{
   background-color: #2F099C;
   color: #111827;
}
.di9{
    display: flex;
    gap: 15px;
}

.f1{
    display: flex;
    justify-content: center;
    align-items: center;
    font-size: 18px;
    padding: 30px;
    background-color:#1b0e31;
    color: white;
}





@media(max-width: 480px){
    header{
        display: flex;
        flex-direction: column;
        gap: 10px;
        
    }
    nav ul {
    display: flex;
    gap: 13px;
    font-size: 15px;
    font-weight: bold;
    
    }
    .di4{
    width: 95%;
    
    display: flex;
    
    gap: 20px;
  }
  .m1,.m2{
    display: flex;
    flex-wrap: wrap;
  }
  
}



.edu{
    padding: 50px;
    background-color: rgba(187, 187, 188, 0.038);
}