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;
    }
    
    #ourservices::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;
        }
        #ourservices::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: -550px;
   background-color: #b6b7b89f;
    width: 100%;
    height:auto;
    /* filter: blur(1px); */
    /* padding-bottom: 20px; */
    /* z-index: 1000; */
     
}
 
.ourserv{
    position: relative;
    font-family: sans-serif;
    font-weight: 400;
    top: -580px;
    color: rgb(3, 20, 39);
    text-align: center;
    
    font-size: 70px;
    animation: fadeIn 5s;
}

.ourservhr{
    position: relative;
    top: -600px;
    color: rgb(1, 1, 26);

}
 
 
    


.container {
     position: relative;
     margin-top: -600px;
    display: flex;
    flex-wrap: wrap;
    justify-content: space-evenly;
  
  }
  
  .box {
  
    background-color: rgb(255, 255, 255);
    margin-top: 30px;
    margin-bottom: 30px;
    border-bottom: 3px solid rgb(61, 62, 63);
    border-top:  3px solid rgb(43, 43, 44);
    overflow: hidden;
    flex-wrap: wrap;
    
    margin-left: 60px;
    width: 240px;
    box-shadow: 2px 2px 11px rgba(110, 105, 104, 0.342);
    z-index: 100;
    position: relative;
    border-radius: 14px;
    
  }
  
  .imgg {
    padding-top: 6px;
    transform: translateY(-2rem);
    transform: translateX(.3rem);
    width: 240px;
    height: 200px;
    transition: .4s;
  }
  
  .box:hover img {
  
    /* transform: translateY(-1.5rem); */
    transform: scale(1.1);
  }
  
  .items {
    /* transform: translateY(7rem); */
    transition: .9s;
    font-size: 30px;
    /* background-color: rgb(0, 0, 0); */
  }
  .items p{
    font-size: 20px;
    font-weight: 500;
  
  }
  
  .prodetails {
    text-align: center;
    font-family:'Gill Sans', 'Gill Sans MT', Calibri, 'Trebuchet MS', sans-serif;
    color: rgb(0, 0, 0);
    font-size: 19px;
    transition: .5s;
  }
 
  /* .box:hover .items {
    border: none;
    transform: translateY(-0.1px);
  } */
 
  

@keyframes fadeIn {
    0% { opacity: 0; }
    100% { opacity: 1; }
  }

  .container2{
    margin-top: 20px;
    background-color: #7082a023;
    backdrop-filter: blur(20px);
    display: flex;
    align-items: center;
    justify-content: space-evenly;
    width: 100%;
    height: 200px;
    margin-bottom: 40px;
}

.container2 img{
    width: 220px;
}
.container3{
    margin-top: 20px;
    background-color: #c5c7cc23;
    backdrop-filter: blur(20px);
    display: flex;
    
    align-items: center;
    justify-content: space-evenly;
    width: 100%;
    height: 150px;
   
    margin-bottom: 40px;
}

.container3 img{
    /* padding-left: 40px; */
    width: 80px;
    animation: 7s;
}

.container3 img:hover  {
    position: relative;
    top: -20px;
   
  }



/* 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 (max-width: 800px) {

    .bodyimage img {

        top: -200px;
    }

    .ourserv {
        font-size: 28px;
        padding-top: 330px;
    }

    .fcontainer {
        margin-top: 30%;
    }


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

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

}
@media(max-width: 1190px) {

.bodyimage img {

        margin-top: 130px;
    }
}
@media(max-width: 920px) {

    .bodyimage img {

       margin-top: 200px; 
    }

    .ourserv {
        font-size: 28px;
        margin: 100px;
    }
}
@media(max-width: 830px) {

.container2 .box1 img{
    width: 160px;
}
}
@media(max-width: 560px) {
    .container {
        margin-left: -50px;
    }
    .container2 .box1 img{
        width: 90px;
    }
    .container3 .box2 img{
        width: 50px;
    }
}
