 

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;
    }
    
    #contactus::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 ;
        }
        .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;
        }
        #contactus::before{
            width:  0 ;
         }
        .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: relative;
    /* top: -500px; */
    width: 100%;
    height: auto;
    padding-bottom: 20px;
    position: relative;
}

/* contact form start */
.contact {
    
    position: relative;
    height: 100vh;
    padding: 50px 100px;
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;
    /* text-align: center; */
}
.box a{
    text-decoration: none;
    color: black;
    font-weight: 500;
    
}

.box a:hover{
    color: #0e79aa;
    cursor: pointer;
}



.content {
    max-width: 800px;
    text-align: center;
    /* background: #fff; */
}

.contact .content h2 {
    padding-top: 10px;
    font-size: 36px;
    font-weight: 500;
    background: #fff;
}

.contact .content p {
    font-weight: 300;
    padding: 4px 0;
    background: #fff;
}


.containers {
    width: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
    margin-top: 30px;
    /* margin-left: -50px; */
    margin-bottom: 40px;
    /* background: #fff; */
}

.containers .contactInfo {
    
    width: 50%;
    display: flex;
    margin-right: 30px;
    flex-direction: column;
    text-align: left;
}

.containers .contactInfo .box {
    position: relative;
    display: flex;
    padding: 0 0;
}

.containers .contactInfo .box .icon {
    min-width: 60px;
    height: 60px;
    display: flex;
    justify-content: center;
    align-items: center;
    font-size: 22px;
}

.containers .contactInfo .box .text {
    display: flex;
    margin-left: 20px;
    font-size: 16px;
    flex-direction: column;
    font-weight: 300;
}

.containers .contactInfo .box .text h3 {
    font-weight: 500;
}

.contactForm {
    width: 40%;
    /* padding: 40px; */
}

.contactForm h2{
    font-size: 30px;
    font-weight: 500;
}

.contactForm .inputBox {
    position: relative;
    width: 100%;
    margin-top: 5.3px;
}

.contactForm .inputBox input,
.contactForm .inputBox textarea {
    width: 100%;
    height: auto;
    padding: 5px 0;
    font-size: 16px;
    margin: 10px 0;
    border: none;
    border-bottom: 1px solid #6b6967;
    outline: none;
    resize: none;
}

.contactForm .inputBox span {
    position: absolute;
    left: 0;
    padding: 5px 0;
    font-size: 16px;
    margin: 10px 0;
    pointer-events: none;
    transition: 0.5s;
    color: #666;
}

.contactForm .inputBox input:focus~ span,
.contactForm .inputBox input:valid~ span,
.contactForm .inputBox textarea:focus~ span,
.contactForm .inputBox textarea:valid~ span
{
    color: #0e79aa;
    font-size: 16px;
    transform: translateY(-20px);
}

.contactForm .inputBox input[type="submit"]
{
    width: 200px;
    background: #0e79aa;
    color: #fff;
    border: none;
    padding: 10px;
    font-size: 18px;
}
.contactForm .inputBox input[type="submit"]:hover{
    cursor: pointer;
    background: #0e79aad7;
    transition: 0.5s ease;
}
 #error{
    position: relative;
    /* left: -50px; */
    top: -3px;
    color: #8d0303;
 }

/* contact form end*/

/* 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;
    left: 0;
    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(max-width: 1080) {
    .f-col {
        width: 50%;
        margin-bottom: 30px;
    }
}

@media(max-width: 880px) {

    #map{
        width: 300px;
    }
}

@media(max-width: 799px) {

    #map{
        width: 300px;
    }
    .containers .contactForm{
          max-width: 400px;
          margin-left: 160px;
    }
}

@media(max-width: 520px) {
    .bodyimage img {
        top: 30px;
    }
  .content{
        position: relative;
        top: 180px;
        
    
  }
    .containers .contactForm{
        max-width: 350px;
        
        
    }
    .fcontainer{
        margin-top: 600px;
      } 
    
}


@media (max-width: 800px)
{
    .content{
        margin-top: 280px;
        margin-bottom: 400px;
        background: transparent;
    }
    .contact{
        margin-top: 70%;
        padding: 50px;
        max-width: 100%;
        margin-bottom: 50%;
    }
    .containers{
        flex-direction: column;
        width: 100%;
    }
    .contactInfo
    {
        float: left;
    }
    .contactForm {
        position: relative;
         left: -100px;
        width: 100%;
    }
}

