*{
    margin: 0;
    padding: 0;
    box-sizing: border-box;
    font-family: sans-serif;
}
body{
    background-color: #Fff;
}
.container{
    max-width: 1600px;
   
    
}

nav{
    width: 95%;
    display: flex;
    align-items: center;
    justify-content: space-between;
    background-color: #fff;
    box-shadow: 0 2px 4px 0 rgba(0, 0, 0, 0.3);
    padding: 20px 7%;
    margin: auto;
   
 

}
.active{
    color: red;
}
nav h1{
    color: #001C30;
    font-size: 24px;
    
}
nav ul li{
    margin: 8px 30px;
    display: inline-block;
    list-style-type: none;
}
nav ul  li a{
    color: rgb(7, 7, 16);
    text-decoration: none;
    font-size: 20px;

}

/* ----------------patt 2  who am i---------------- */
.box{
    width: 60%;
    margin: 100px auto 50px;
    display: flex;
    
}

.box img{
    width: 400px;
    height: 500px;
    margin: 20px;
    transition: 0.5s;
}
.box img:hover{
    width: 400px;
    transform: translateY(-10px);
    border-radius: 50px;
    
}



.box div{
    margin: 50px;
    text-align: left;
    
}
.box div p{
    text-align: left;
    font-size: 20px;
    color: #001C30;
    line-height: 2;
    
}

.box div h4{
    margin: 5px;
    color: red;
    font-size: 22px;
}

.box div h2{
    margin: 2px;
    color: #090580;
    font-size: 40px;
    text-transform: capitalize;
}
.box button{
    background-color: #001C30;
    color: #fff;
    width: 150px;
    padding: 12px 0;
    border-radius: 10px;
    margin-top: 10px;
    font-size: 24px;
    border: none;
    transition: 0.5ms;
    outline: none;
}
button:hover{
    background-color: #FF0060;
    border: 2px solid blue;
}
/* 
---------------------part 3 about me--------------- */
.list{
    width: 80%;
    margin: 100px auto 50px;
}
.list h2{
    font-family: 'Times New Roman', Times, serif;
    font-size: 30px;
    text-align: center;
    margin: 24px 0;
    color: #11009E;
    text-transform: uppercase;
}
.row{
   
    display: flex;
   
    justify-content: space-between;
   
}
.col{
    flex-basis: 50%;
    margin: 10px 50px;
    
}
.col h3{
    margin: 15px 0;
    font-size: 22px;
    color: #090580;
    border-left: #FF0060 6px solid;
}
.col p{
    font-size: 20px;
    line-height: 1.4;
    color: #001C30;
    text-align: left;
}
.col h2{
    text-align: left;
    font-weight: 300;
}








.card{
    background-color: #C2DEDC;
    width: 100%;
    height: 24px;
    
    color: #fff;
    text-align: left;
}
.card1{
    width: 95%;
    height: 24px;
    background-color: #362FD9;
    
    border:radius 2px;
   
    
}
.card1 h4{
    text-align: right;
    padding: 5px 0;
    margin-right: 10px;
}



/* <!-- ------------len2--------skilss-------- --> */

.merge .card .card1{  /*waa linka udhaxeeya lema skilss*/
    margin: 20px 0;
}

.card2{
    width: 90%;
}

.card3{
    width: 85%;
}

.card4{
    width: 80%;
}

.card5{
    width: 70%;
}

.icons {
    margin-top: 10px;
    text-align: right;
    display: flex;
    margin-left: 12%;

    
}

.icons .fa{
    font-size: 20px;
    background-color: #C2DEDC;
    border-radius: 50px;
    padding: 20px;
    margin:5px  40px ;
    font-weight: bolder;
    color: #362FD9;
    
    
    
}

.icons .fa:hover{
    background: #FF0060;
    color: #fff;
}



.Hobbies{
    text-align: center;
    margin: 10px 0;
    color: #362FD9;
    font-weight: 400;
}


.icons h5{
    text-align: center;
    margin: 5px;
}

/* ------------------middle  what i do ---- ----------- */

.middle{
    width: 80%;
    margin: 100px auto 50px;
    
}
.middle h1{
    text-align: center;
    font-size: 40px;
    color: #FF0060;
    font-weight: 400;
    margin-bottom: 20px;
    
    
}
/* ------------background coloms------------33--------------- */

.colums{
    width: 100%;
    display: grid;
    grid-template-columns: repeat(3,1fr);
    grid-gap: 10px;
    margin: 10px;
    padding: 20px;
    background-color: #Fff;
    padding-left: 50px;
    box-shadow: 0 0 15px 2px rgba(0, 0, 0, 0.5);
    

}



/* -------------what id colums 3---part4------------- */

.slid{
    width: 350px;
    height: 300px;
    background-color: #fff;
    border-radius: 20px;
    border: 2px black solid;
    padding: 20px;
    text-align: center;
  
    transition: transform 0.8s;
    margin: 10px 0;
    
}
/* ---------------zooming css------hover-- 33--------- */
.slid:hover{
    
    transform: scale(1.1);
    background-color: #FF6000; 
    border: none;
}
.slid:hover h2{
    color: #Fff;
}

.slid:hover p{
    color: #000;
}
.slid:hover .fa{
    color: #fff;
}

/* ---------------zooming css------hover-- 33--------- */


.slid .fa{
    font-size: 50px;
    color: #FF0060;
    font-weight: bolder;
    margin: 5px ;
    
}
.slid h2{
    color: #11009E;
    margin-bottom: 10px;

}
.slid p{
    
    color: #362FD9;
    font-size: 15px;
    margin-top: 20px;
    font-weight: bold;
    text-align: center;
    line-height: 1.4;
    
}

/* ------stop-------what id colums 3---part4------------- */


/* -------------------projects-------part 5-------------- */
.projects{
    margin: 10% 0;
    width: 100%;
    height: 100%;
    background-color: #FF0060;
    padding: 0 7%;
    
    
}
.cors-colom{
    display: grid;
    grid-template-columns: repeat(3,1fr);

}

.projects .cors{
    margin-bottom: 20px;
  
}


.projects h2{
    text-align: center;
    color: #fff;
   padding: 25px 0 20px;
}

.cors{
    width: 400px;
    height: 450px;
    background-color: #fff;
   
    border-radius: 10px;

}

.cors video{
    width: 100%;
    
    border-radius: 6px;
}


.cors img{
    width: 100%;
    border-radius: 6px;
}
.cors h1{
    padding: 20px 20px 5px;
    color: #11009E;
    font-family: serif;
}

.cors p{
    padding: 15px 25px;
    color: #11009E;
    font-family: serif;
    line-height: 1.4;
    font-size: 18px;
}
.cors p a{
    color: #FF0060;
    font-size: 14px;
    margin: 5px 0;
    text-decoration: none;
    
}
.cors a:hover{
    color: aqua;
    text-decoration: underline;



}
.cors button{
    background-color: #B31312;
    border: 3px solid #D25380;
   
    padding: 12px 40px;
    border-radius: 10px;
    margin-left: 30%;
    margin-top: 10px;
}
.cors button:hover{
    background-color: #001C30;
}


.cors .fa{
    font-size: 30px;
    color: #fff;
    text-align: center;
}

/* --------what can i do------------- part 6------------- */

.box5{
    width: 80%;
    display: flex;
    align-items: center;
    margin: auto;
   margin-bottom: 30px;
    justify-content:center;
    padding: 0 7%;
}
.box5 img{
    background-color: transparent;
    width: 500px;
    flex-basis: 60%;
    
   

}
.text{
    width: 100%;
    margin-left: 10px;
    line-height: 1.4;
    text-align: center;
    font-size: 24px;
    
    
}
.text h2{
    text-transform: capitalize;
    color: #FF0060;
    font-weight: 500;
}

.text h3{
    text-transform: capitalize;
    color: #362FD9;
    
    font-weight: 400;
}

.hire-me{
    background-color: #fff;
    box-shadow: 0 0 5px 2px rgba(0, 0, 0, 0.5);
    color: #000;
    padding: 8px 20px;
    border-radius: 50px;
    margin-top: 10px;
   margin-right: 50%;
   font-size: 24px;
   font-weight: bold;
   border: none;
   transition: 0.5s;

  
}
.hire-me:hover{
    background-color: #1D267D;
    border: none;
    color: #Fff;
    
}

/* ------------------part 7--contac----------------- */

.heading{
    width: 90%;
    padding-top: 100px;
    margin: 0 auto;
}

.heading h1{
    color: aqua;
    text-align: center;
}


.contact{
   
    height: 450px;
    background-color: #Fff;
    box-shadow: 0 2px 10px 5px rgba(0, 0, 0, 0.5);
    margin: 5% auto;
    border-radius: 4px;
   padding: 2% 7%;
  
   
    
}

.lista-1{
    display: flex;
    
    

}
.colums1{
    flex-basis: 50%;
    margin-top: 20px;
}
/* 
------------------icons map, email, phone------------- */
.colums1 .fa{
    font-size: 44px;
    color: #FF0060;
    margin: 2px 15px;
    text-align: center;
}

.colums1 h2{
    color: #11009E;
    text-align: left;
    line-height: 1.5;
}
.colums1 p{
    color: gray;
    line-height: 1.5;
    padding-bottom: 10px;
}




.colums12{
    flex-basis: 100%;
    line-height: 1.5;
}



form{
   right: 60px;
    margin-top: 15px;
    width: 100%;
    border-left: 2px solid red;
}
form input{
    
    padding: 15px;
    margin: 5px;
    border: none;
    border-radius: 6px;
    width: 100%;
    background-color: #DDE6ED;
    outline: none;
}
form textarea{
    
    
    margin: 5px;
    padding: 10px;
    border: 4px solid cyan;
    border-radius: 6px;
    width: 100%;
    background-color: #DDE6ED;
    border: none;
    outline: none;
    height: 100px;
    
}
form textarea:hover{
    border: 4px solid cyan;

}
.colums12 h2{
    color: #090580;
}

.Send{
    border-radius: 5px;

}

/* ----------------footer------------------- */

footer{
    background-color: #000;
    color: #Fff;
    text-align: center;
    padding: 20px;
}
footer a{
    text-decoration: none;
    color: #362FD9;
}

footer .fa{
    margin:0 10px ;
    font-size: 22px;
}

footer .fa:hover{
    
    color: #FF0060;
}

footer a:hover{
    
    color: #FF0060;
    text-decoration: underline white;
}










/* responsif for somal devices */


/* @media  only screen and (max-width:500px){
    nav h1{
        top: 4%;
        left: 7%;
        
        font-size: 20px;
        color: #Fff;
        
    }

    nav{
        position: fixed;
        top: 0;
        z-index: 100;
        display: inline-block;
        width: 100%;
        padding: 100px 7% 0;
        background-color:red;
        text-align: right;
        max-height: 100px;
       overflow: hidden;
       transition: max-height 0.5s;
       color: #Fff;
       

    }

    nav ul li{
        margin: 10px 0;
        display: block;
    }

    nav .fa-bars{
        display: block;
        position: fixed;
        top: 4%;
        right: 7%;
        color: #fff;
        font-size: 28px;
    }

    .hidemenu{
        max-height: 300px;
    
    }

    

    .box{
        width: 80%;
        margin: 100px auto 20px;
        display: block;
        
     
     


    }
   
    .box h2{
        font-size: 2px;
        font-weight: 400;
        
       }

       .box p{
        font-size: 8px;
        font-weight: 400;
        color: gray;
        text-align: center;
        
        
       }

       .list{
        width: 80%;
        margin: 10 auto;
        display: inline-block;
      
       }

       .col{
        text-align: center;
        font-size: 16px;
       padding: 5px 8%;
       }


       .icons{
        font-size: 10px;
       }

} */