@import url('https://fonts.googleapis.com/css2?family=Cairo:wght@200;300;400;500;600;700;800;900;1000&display=swap');
/*All page*/
*{
    font-family: 'Cairo', sans-serif;
    margin: 0;
    padding: 0;
    box-sizing: border-box;
    scroll-behavior: smooth;
}

/*default*/

/*header*/
header {
    background: #fff;
    position: fixed;
    width: 100%;
    height: 90px;
    top: 0;
    left: 0;
    right: 0;
    box-shadow: 0 0 10px rgba(0, 0, 0, 0.1);
    transition: all 0.3s ease-in-out;
    display: flex;
    align-items: center ;
    justify-content: space-evenly;
    padding: 0px 10px;
    border-top: solid crimson 3px;
}
header a img {
    width: 250px;
    height: 80px;
    margin: 2px 0px 0px 2px;
    border-radius: 25px;
}
header nav a {
    color: #24459e;
    text-decoration: none;
    font-size: 17px;
    font-weight: 500;
    padding: 5px 12px;
    border-radius: 15px;
    transition: ease 0.8s;

}
header nav a:hover {
    color: #fff;
    background: #24459e;
    transition: 0.8s;
}

/*body*/
body{
    padding-top: 90px;
    background-image: url(images/bg.jpg);
    background-size: cover;
    
    
}


/*footer*/
.footer{
    width: 100%;
    height: 410px;
    background-color: #20232e;
    display: flex;
    font-size: 30px;
    padding-right: 190px;
    padding-left: 0px;
    padding-top: 20px;
    padding-bottom: 0px;
}
.location{
    margin-left: 130px;
}
.footer div h3{
    color: #fff;
    margin-bottom: 20px;
    font-size: 20px;
}
.address {
    color: #959595;
    font-size: 15px;
}
.call span{
    color: #959595;
    font-size: 20px;
}
.call span a{
    color: #959595;
    font-size: 20px;
    text-decoration: none;
} 



.cr {
    width: 100%;
    height: 30px;
    background-color: #1b1d26;
    padding: 0px;
    justify-content: center;
    text-align: center;
    font-size: 15px;
}
.sp_cr {
    color: #c2c2c2;
    
}
.sp_cr a{
    text-decoration: none;
    color: #fff;
}
/*_________________________________________________________________________________*/

/*Home page*/
.carsour{
    height: 87vh;
    color: #ffffff;
    display: flex;
    align-items: center;
    background-color: #3f3f3f;
    background-image: url(images/11.jpg);
    background-blend-mode: overlay;
    background-size: cover;
    background-attachment: fixed;
}
.carsour div{
   margin-top: 100px;
   margin-right: 150px;
   font-size: 30px;
}

/*information*/
.inf{
    display: flex;
    justify-content: center;
    align-items: center;
    background-color: #fff;
}
.inf div{
   
    margin-top: 90px ;
    margin-left: 30px;
    margin-right: 30px;
    margin-bottom: 100px;
    padding-top:    15px;
    padding-left:   15px;
    padding-right:  15px;
    padding-bottom: 12px;
    border-radius: 20px;
    -webkit-box-shadow: 0px 5px 24px -4px rgba(143,143,143,0.66);
    -moz-box-shadow: 0px 5px 24px -4px rgba(143,143,143,0.66);
    box-shadow: 0px 5px 24px -4px rgba(143,143,143,0.66);    color: #ffffff;
    
}
.inf div img{
    width: 300px;
    height: 180px;
    border-radius: 20px;
    transition: ease 1s;

}
.inf div h4{
    font-size: 20px;
    text-align: center;
    transition: ease 1s;

}
.inf a{
    text-decoration: none;
    color: #24459e;
   
}
.inf div img:hover{
    transition: 0.4s;
    
    transform: scale(1.03);
    color: #ff2a00;
    
}
.inf div a:hover{
    transition: 0.4s;
    color: #ff2a00;
}

/*important links*/
.imp_links{
    width: 100%;
    height: 350px;
    background-color: #ffffff;
    padding: 10px;
    display: block;
    justify-content: center;
    align-items: center;
    text-align: center;
    font-size: 30px;
    
}
.imp_links div h2{
    color: #000;
    margin-bottom: 30px;
}
.imp_links div h2 span{
    color: crimson;
}
.imp_links a img{
    width:  150px;
    height: 150px;
    transition: ease 1s;
    border-radius: 10px;
    margin: 15px;
}
.zoom a img:hover{
    transform: scale(1.2);
    transition: 0.5s; 
    /* box-shadow: 0px 0px 15px 0px rgba(140,140,140,1); */

}

/*complain*/
.complain-container {
    width: 100%;
    height: 420px;
    background-image: url(images/hold-iphone.jpg);
    background-size: cover;
    display: flex;
    align-items: center;
    font-size: 30px;
    padding-right: 190px;
    padding-left: 0px;
    padding-top: 20px;
    padding-bottom: 20px;
}
.complain div h2{
    color: #fff;
    margin-bottom: 20px;
    font-size: 30px;
}
.complain {
    padding-left:260px ;
}
.complain_form div input{
    width: 300px;
    height: 40px;
    border-radius: 5px;
    border: none;
    padding-right: 8px;
    font-size: 15px;
    margin-left: 10px;
    
}
.complain_form div textarea{
    width: 620px;
    height: 120px;
    border-radius: 5px;
    border: none;
    padding-right: 8px;
    font-size: 15px;
    margin-top: 15px;
    
}
#submit{
    width: 150px;
    height: 40px;
    border-radius: 5px;
    border: none;
    padding-right: 8px;
    font-size: 20px;
    margin-right: 2px;
    margin-left: 10px;
    color: #ffffff;
    background-color: crimson;
    transition: ease 0.5s;
}
#submit:hover{
    background-color: #24459e;
    transform: scale(1.05);
    transition: ease 0.5s;
}

.icons a {
    text-decoration: none;
    color: #fff;
    font-size: 40px;
    margin-right: 10px;
    transition: ease 1s;
}

.icons a :hover{
    color: crimson;
    transform: scale(1.105);
    transition: ease 0.5s;
}

/*_________________________________________________________________________________*/
/*Article Box */
/*vision, message,goals*/
.container_1{
   
        width: 100%;
        height: 460px;
        background-color:none ;
        padding: 90px;
        justify-content: center;
        align-items: center;
        display: flex;
    
}

.area{
    width: 80%;
    height: 100%;
    display: block;
    justify-content: center;
    align-items: center;
    border-radius: 10px;
    padding-top: 80px;
    padding-left: 50px;
    padding-right: 50px;
    box-shadow: 0px 0px 18px 1px rgba(145,145,145,1);
    background-color: #ffffff;
}
.area .title {
    display: flex;
    align-items: center;
    color: #24459e;
}
.area .title i{
    font-size: 30px;
    padding-top: 8px;
    margin-left: 15px;
    transition: ease 0.5s;
    
}
.area .title p :hover{
    color: crimson;
    transform: scale(1.105);
    transition: ease 0.5s;
}
.area .article{
    color: #000;
    font-size: 15px;
    margin-bottom: 20px;
}
.area .sh_icons{
    display: flex;
    justify-content: left;
    align-items: center;
    

}
.area .sh_icons a{
    text-decoration: none;
    color: #696969;
    font-size: 25px;
    margin-right: 10px;
    transition: ease 0.5s;
}
.area .sh_icons a .fa-facebook:hover{
    color: #24459e;
    transform: scale(1.105);
    transition: ease 0.5s;
}
.area .sh_icons a .fa-twitter:hover{
    color: #1a8cd8;
    transform: scale(1.105);
    transition: ease 0.5s;
}
.area .sh_icons a .fa-wordpress:hover{
    color: #00217c;
    transform: scale(1.105);
    transition: ease 0.5s;
}
/*About page*/
.container_2{
    width: 100%;
    height: 1200px;
    background-color:none ;
    padding: 90px;
    justify-content: center;
    align-items: center;
    display: flex;
}
/*_________________________________________________________________________________*/

/*Deps page*/
.deps{
    display: flex;
    justify-content: center;
    align-items: center;

}
.deps div{
   
    margin-top: 90px ;
    margin-left:  30px;
    margin-right: 30px;
    margin-bottom: 100px;
    padding-top:    15px;
    padding-left:   15px;
    padding-right:  15px;
    padding-bottom: 12px;
    border-radius: 20px;
    -webkit-box-shadow: 0px 5px 24px -4px rgba(143,143,143,0.66);
    -moz-box-shadow: 0px 5px 24px -4px rgba(143,143,143,0.66);
    box-shadow: 0px 5px 24px -4px rgba(143,143,143,0.66);    color: #ffffff;
    background-color: #fff;
}
.deps div img{
    width: 300px;
    height: 180px;
    border-radius: 0px;
    transition: ease 1s;

}
.deps div h4{
    font-size: 20px;
    text-align: center;
    transition: ease 1s;

}
.deps a{
    text-decoration: none;
    color: #24459e;
   
}
.deps div img:hover{
    transition: 0.4s;
    border-radius: 0px;
    transform: scale(1.05);
    color: #ff2a00;
    
}
.deps div a:hover{
    transition: 0.4s;
    color: #ff2a00;
    
}
/*_________________________________________________________________________________*/

/*Credit page*/
.credit{
    display: flex;
    justify-content: center;
    align-items: center;

}
.credit div{
   
    margin-top: 90px ;
    margin-left:  30px;
    margin-right: 30px;
    margin-bottom: 100px;
    padding-top:    15px;
    padding-left:   15px;
    padding-right:  15px;
    padding-bottom: 12px;
    border-radius: 20px;
    -webkit-box-shadow: 0px 5px 24px -4px rgba(143,143,143,0.66);
    -moz-box-shadow: 0px 5px 24px -4px rgba(143,143,143,0.66);
    box-shadow: 0px 5px 24px -4px rgba(143,143,143,0.66);    color: #ffffff;
    background-color: #fff;
}
.credit div img{
    width: 300px;
    height: 180px;
    border-radius: 0px;
    transition: ease 1s;

}
.credit div h4{
    font-size: 20px;
    text-align: center;
    transition: ease 1s;

}
.credit a{
    text-decoration: none;
    color: #24459e;
   
}
.credit div img:hover{
    transition: 0.4s;
    border-radius: 0px;
    transform: scale(1.05);
    color: #ff2a00;
    
}
.credit div a:hover{
    transition: 0.4s;
    color: #ff2a00;
    
}

.container_3{
    width: 100%;
    height: 500px;
    background-color:none ;
    padding: 50px;
    justify-content: center;
    align-items: center;
    display: flex;
}

#credit_vid iframe{
    width: 850px;
    height: 440px;
    background-color: #aeadad;
    border-radius: 40px;
    box-shadow: 0px 0px 18px 1px rgba(145,145,145,1);
    padding: 5px;
    justify-content: center;
    align-items: center;
    display: flex;
    margin-bottom: 50px;
}

/*_________________________________________________________________________________*/
/*sign in page*/

.container_4{

    width: 100%;
    height: 600px;
    background-color:none ;
    padding: 90px;
    justify-content: center;
    align-items: center;
    display: flex;
}
.sign{
    width: 450px;
    height: 500px;
    background-color: #fff;
    border-radius: 20px;
    -webkit-box-shadow: 0px 5px 24px -4px rgba(143,143,143,0.66);
    -moz-box-shadow: 0px 5px 24px -4px rgba(143,143,143,0.66);
    box-shadow: 0px 5px 24px -4px rgba(143,143,143,0.66);
    padding: 15px 55px 15px 15px;
    justify-content: center;
    align-items: center;
    display: flex;
    flex-direction: column;

}
.sign h2{
    font-size: 30px;
    color: #24459e;
    margin-bottom: 20px;
    text-align: center;
    padding-left:50px ;
}
.sign label{
    font-size: 20px;
    color: #24459e;
    margin-bottom: 20px;
}
.sign input{
    width: 335px;
    height: 40px;
    border-radius: 10px;
    border: 1px solid #24459e;
    padding: 10px;
    margin-bottom: 20px;
    font-size: 15px;
}
.button button{
    width: 335px;
    height: 45px;
    border-radius: 25px;
    border: 1px solid #24459e;
    padding: 10px;
    margin-bottom: 30px;
    font-size: 15px;
    transition: ease 0.09s;
}
.button button h3{
    font-size: 16px;
    color: #24459e;
}
.form h4{
    
        font-size: 20px;
        color: #2c2c2c;
        margin-bottom: 20px;
        text-align: center;
        padding-left:50px ;
    
}
.form a{
    text-decoration: none;
    color: #000000;
    
}

.button button :hover{
    transition: 0.3s;
    color: crimson;
    scale: 1.05;
}
.form a :hover{
    transition: 0.3s;
    color: crimson;
    scale: 1.05;
}

/*_________________________________________________________________________________*/
/*sign up page*/
.container_5{

    width: 100%;
    height: 1100px;
    background-color:none ;
    padding: 90px;
    justify-content: center;
    align-items: center;
    display: flex;
}

.sign_up{
    width: 450px;
    height: 1000px;
    background-color: #fff;
    border-radius: 20px;
    -webkit-box-shadow: 0px 5px 24px -4px rgba(143,143,143,0.66);
    -moz-box-shadow: 0px 5px 24px -4px rgba(143,143,143,0.66);
    box-shadow: 0px 5px 24px -4px rgba(143,143,143,0.66);
    padding: 15px 55px 15px 15px;
    justify-content: center;
    align-items: center;
    display: flex;
    flex-direction: column;

}

.sign_up h2{
    font-size: 30px;
    color: #24459e;
    margin-bottom: 20px;
    text-align: center;
    padding-left:50px ;
}
.sign_up label{
    font-size: 20px;
    color: #24459e;
    margin-bottom: 20px;
}
.sign_up input{
    width: 335px;
    height: 40px;
    border-radius: 10px;
    border: 1px solid #24459e;
    padding: 10px;
    margin-bottom: 20px;
    font-size: 15px;
}

/*_________________________________________________________________________________*/
/*designer page */

.container_6{
   
    width: 100%;
    height: 700px;
    background-color:none ;
    padding: 90px;
    justify-content: center;
    align-items: center;
    display: flex;

}

.area{
width: 80%;
height: 100%;
display: block;
justify-content: center;
align-items: center;
border-radius: 10px;
padding-top: 80px;
padding-left: 50px;
padding-right: 50px;
box-shadow: 0px 0px 18px 1px rgba(145,145,145,1);
background-color: #ffffff;
}
.area .title {
display: flex;
align-items: center;
color: #24459e;
margin-bottom: 20px;
}
.area .title i{
font-size: 30px;
padding-top: 8px;
margin-left: 15px;
transition: ease 0.5s;

}
.area .title p :hover{
color: crimson;
transform: scale(1.105);
transition: ease 0.5s;
}

.area .article{
color: #000;
font-size: 15px;
margin-bottom: 20px;
justify-items: center;
align-items: center;
}
.area .article .img{
height: 150px;
margin-bottom: 20px;
}
.area .article img{
height: 150px;
border: solid #24459e;
border-radius: 50%;
margin-bottom: 20px;
box-shadow: 0px 0px 7px 2px rgba(163,163,163,1);
}
.area .article .my_name{
color: #24459e;
margin-bottom: 20px;
}
.area .article .my_info{
font-size: 20px;
}
.area .sh_icons{
display: flex;
justify-content: left;
align-items: center;


}
.area .sh_icons a{
text-decoration: none;
color: #696969;
font-size: 25px;
margin-right: 10px;
transition: ease 0.5s;
}
.area .sh_icons a .fa-facebook:hover{
color: #24459e;
transform: scale(1.105);
transition: ease 0.5s;
}
.area .sh_icons a .fa-twitter:hover{
color: #1a8cd8;
transform: scale(1.105);
transition: ease 0.5s;
}
.area .sh_icons a .fa-wordpress:hover{
color: #00217c;
transform: scale(1.105);
transition: ease 0.5s;
}

/*_________________________________________________________________________________*/
/*Album page*/
.album_title{
    font-size: 30px;
    color: #24459e;
    margin-bottom: 20px;
    text-align: center;
}
.container_7{
    width: 100%;
    height: 700px;
    background-color:none ;
    padding: 90px;
    justify-content: center;
    align-items: center;
    display: flex;
}










