body {
    margin: 0;
    padding: 0;
    font-family: sans-serif;
    box-sizing: border-box;
    min-height: 100vh;
}
 
   .header{
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    padding: 1.3rem 10%;
    
    display: flex;
    justify-content: space-between;
    align-items: center;
    z-index: 1000;
    }
     
    .navbar a{
        position: relative;
        font-size: 1.1rem;
        color: white;
        text-decoration: none;
        left: -220px;
        margin-left:20px ;
    }
    
    .navbar a::before{
    
        content: '';
        position: absolute;
        top: 100%;
        left: 0;
        width: 0;
        height: 2px;
        background-color: white;
        transition: .6s;
        }
        
        .navbar a:hover::before{
        width: 100%;
        }
    
        .logo img{
           position: relative;
            left: -56px;
            width: 235px;
            height: 55px;
        }
    .icons{
        position: absolute;
        font-size: 2.6rem;
        right: 16%;
        color: white;
        cursor: pointer;
        display: none;
     }   
     #fb:hover {
        color: rgb(4, 79, 177);
        cursor: pointer;
    }
    
    #ig:hover {
        color: rgb(133, 6, 48);
        cursor: pointer;
    }
    
    #fb {
        color: rgb(240, 240, 245);
    
    }
    
    #ig {
        color: rgb(240, 240, 245);
    
    }
    
    #tw {
        color: rgb(240, 240, 245);
    
    }
    
    #tw:hover {
    
        color: rgb(41, 124, 233);
        cursor: pointer;
    }
    #ig:hover::before,#fb:hover::before,#tw:hover::before{
        width: 0;
    }
    
    #aboutus::before{
    
       width: 100%;
      
    }
    
    
    
    .navbar-color{
       background-color:#010916;
       transition: .15s;
    }
     #check
     {
        display: none;
     }
     .header::before{
    
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(0,0,0,0.1);
    backdrop-filter: blur(30px);
    z-index: -1;
     }
     @media(max-width:1100px){
        .header{
            padding: 1.3rem 5%;
        }
     }
     @media(max-width:600px){
        .navbar {
            position: relative;
            padding-left: 175px;
        }
        .logo img{
          
            left: -70px;
        }
     }
    
      
     @media(max-width:1084px){
        .icons{
             display: inline-flex;
        }
        .logo img{
            left: 40px;
            width: 190px;
            height:45px ;
        } 
         #aboutus::before{
    
            width:  0 ;
           
         }
        .navbar a:hover::before{
            width: 0;
            }
        #check:checked~.icons #menu-icon{
            display: none;
        }
    
        .icons #close-icon{
            display: none;
        }
    #check:checked~.icons #close-icon{
            display: block;
        }
    
        .navbar{
            position: absolute;
            top: 100%;
            left: 0;
            width: 100%;
            height: 0;
            background-color: #12141858;
            backdrop-filter: blur(120px);
            transition: .3s ease;
            overflow: hidden;
            
        }
        #check:checked~.navbar{
            height: 24.5rem;
        }
        .navbar a{
            display: block;
            font-size: 1.1rem;
            margin: 1.3rem 0;
            text-align: center;
        } 
     }
     @media(max-width:321px){
        
        .logo img{
            width: 155px;
            height:40px ;
            left: -15px;
        }
     }
.bodyimage img  {
    position: absolute;
    top: -642px;
   background-color: #b6b7b89f;
    width: 100%;
    height:auto;
   
    z-index: 100;
     
}


.container{
    background-color: #4ea5bb;
    display: flex;
    align-items: center;
    justify-content: space-evenly;
    width: 100%;
    height: 400px;
    margin-bottom: 40px;
}
.container .box{
/* align-items: center; */
justify-content: center;
margin-left: 50px;
max-width: 600px;

}
.container .box span{
   top: 50%;
   left: 50%;
   margin-left: -40px;
   position: relative;
   color: white;
   font-size: 80px;
}
.container .box h3{

text-align: center;
font-size: 25px;
color: white;
font-weight: 300;
}

.container .box p{
    
    color: white;
}
#eye{
    margin-top: -50px;
}
.container2{
    margin-top: 20px;
    background-color: #dddedf;
    display: flex;
    align-items: center;
    justify-content: space-evenly;
    width: 100%;
    height: 400px;
    margin-bottom: 40px;
}
.container2 h1{

    text-align: center;
    color: black;
    font-size: 60px;
    font-weight: 600;
}
.container2 p{

    font-size: 20px;
}



.achivments{
    text-align: center;
    font-size: 45px;
    font-family: serif;
    font-weight: 400;
}



.ad1-container {
    position: relative;
    margin-top: 90px;
   
    display: flex;
    align-items: center;
    justify-content: center;
}

.ad1-container img {
    max-width: 100%;
}

.ad1-img {

    flex-basis: 100%
}

.ad1-container p {
    font-size: 15px;
    font-family: system-ui, -apple-system, BlinkMacSystemFont, 'Segoe UI',
        Roboto, Oxygen, Ubuntu, Cantarell, 'Open Sans',
        'Helvetica Neue', sans-serif;
}
.ad1-text h1{

    font-weight: 400;
}
.ad1-text {
    font-family: system-ui, -apple-system, BlinkMacSystemFont, 'Segoe UI',
        Roboto, Oxygen, Ubuntu, Cantarell, 'Open Sans',
        'Helvetica Neue', sans-serif;
        
    font-size: 25px;
    padding-left: 20px;
}

.ad1-btn {
    font-family: system-ui, -apple-system, BlinkMacSystemFont, 'Segoe UI',
        Roboto, Oxygen, Ubuntu, Cantarell, 'Open Sans',
        'Helvetica Neue', sans-serif;
    background-color: transparent;
    color: black;
    border-width: 1.5px;
    width: 150px;
    height: 40px;
    font-size: 20px;
    margin-top: 30px;
    margin-left: 180px;
}

.ad1-btn:hover {
    background-color: black;
    color: white;
    transition: 0.5s ease;
    cursor: pointer;

}







.ad2-container {
    position: relative;
    margin-top: 90px;
    display: flex;
    align-items: center;
    justify-content: center;

}

.ad2-container img {
    max-width: 100%;
}

.ad2-img {
    flex-basis: 100%
}

.ad2-container p {
    font-size: 15px;
    font-family: system-ui, -apple-system, BlinkMacSystemFont, 'Segoe UI',
        Roboto, Oxygen, Ubuntu, Cantarell, 'Open Sans',
        'Helvetica Neue', sans-serif;
}

.ad2-text {
    font-family: system-ui, -apple-system, BlinkMacSystemFont, 'Segoe UI',
        Roboto, Oxygen, Ubuntu, Cantarell, 'Open Sans',
        'Helvetica Neue', sans-serif;
    font-size: 20px;
    padding-left: 20px;
}

.ad2-btn {
    font-family: system-ui, -apple-system, BlinkMacSystemFont, 'Segoe UI',
        Roboto, Oxygen, Ubuntu, Cantarell, 'Open Sans',
        'Helvetica Neue', sans-serif;
    background-color: transparent;
    color: black;
    border-width: 1.5px;
    width: 150px;
    height: 40px;
    font-size: 20px;
    margin-top: 30px;
    margin-left: 180px;

}

.ad2-btn:hover {
    background-color: black;
    color: white;
    transition: 0.5s ease;
    cursor: pointer;

}


 
/* footer */

.fcontainer {
    background-color: #000000;
    margin: auto;

}

.row {
    display: flex;
    flex-wrap: wrap;
}

.footer {
    background-color: white;
    margin: 0;
    
    padding: 0;
    box-sizing: border-box;
   
}

.f-col ul {
    list-style: none;
    font-family: system-ui, -apple-system, BlinkMacSystemFont, 'Segoe UI',
        Roboto, Oxygen, Ubuntu, Cantarell, 'Open Sans',
        'Helvetica Neue', sans-serif;
}

.f-col {
    color: white;
    width: 25%;
    padding: 10px 15px;
    padding-bottom: 20px;
    font-family: system-ui, -apple-system, BlinkMacSystemFont, 'Segoe UI',
        Roboto, Oxygen, Ubuntu, Cantarell, 'Open Sans',
        'Helvetica Neue', sans-serif;
}

.f-col h3 {
    font-size: 18px;
    font-family: 'Zapf';
    color: white;
    text-transform: capitalize;
    margin-top: 10px;
    margin-bottom: 32px;
    position: relative;
}

/* 3lshan a3ml Line taht el h3 */
.f-col h3::before {
    content: '';
    position: absolute;
  
    bottom: -10px;
    background-color:  rgb(41, 124, 233);
    height: 2px;
    width: 50px;
}

.f-col ul li {
    margin-bottom: 10px;
}

.f-col ul li a {
    text-decoration: none;
    color: #bbbbbb;
    /* transition 3lshan el hover */
    transition: all 0.3s ease;
}

.f-col ul li a:hover {
    color: white;
    padding-left: 8px;
}

.f-col .social-links a {
    display: inline-block;
    height: 40px;
    width: 40px;
    background-color: rgba(255, 255, 255, 0.2);
    margin: 0 10px 10px 0;
    text-align: center;
    border-radius: 50%;
    color: #ffffff;
    transition: all 0.5s ease;
}

.f-col .social-links a:hover {
    color: #24262b;
    background-color: #ffffff;
}

.f-col .social-links a p {
    padding: 10px;
}

.social-links a i{

margin-top: 8px;
}

#footertwitter:hover {

    color: rgb(41, 124, 233);
}
#footertig:hover {

    color: rgb(133, 6, 48);
}
#footerfb:hover {

    color: rgb(41, 124, 233);
}


@media screen and (max-width: 1020px) {
    .bodyimage img {

        top: -150px;
    }

    .ad1-container {
        flex-wrap: wrap;
    }

    .ad1-img {
        margin-bottom: -50px;
    }

    .ad1-text {

        text-align: center;
        font-size: 12px;
        padding-bottom: -40PX;
    }

    .mission {
        padding-left: 10px;
        padding-right: 5px;
    }

    .container2 h1 {
        font-size: 40px;
    }

    .container2 p {
        font-size: 17px;
        padding-left: 20px;
    }

}
@media screen and (max-width: 690px) {

    .container{
        height: 735px;
    }
   

}
@media screen and (max-width: 580px) {
    .bodyimage img {

        top: -50px;
    }

}
@media(max-width: 1080) {
    .f-col {
        width: 50%;
        margin-bottom: 30px;
    }
}

@media(max-width: 574px) {
    .f-col {
        width: 100%;
    }

}
