*{
    margin: 0;
    padding: 0;
    box-sizing: border-box;
}
header{
    padding: 15px 65px;
    display: flex;
    justify-content: space-between;
    align-items: center;
    position: relative;
    width: 100%;
}
img{
    width: 100%;
    height: 100%;
    object-fit: cover;
}
.logo{
    width: 150px;
    height: 150px;
    position: relative;
}
.logo::after{
    content: "";
    width: 100%;
    height: 100%;
  
    position: absolute;
    border-radius: 609.251px;
    background: linear-gradient(192deg, rgba(246, 236, 79, 0.21) 0%, rgba(150, 6, 147, 0.40) 100%);
    filter: blur(150px);
    left: 50%;
    transform: translate(-50%, 0%);
    bottom: 0;
    z-index: -1;
}
.back-light-shadow-effect{
    /* filter: drop-shadow(20px 20px 70px BLUE); */

}

nav .navmenu-links {
    display: flex;
    gap: 10px;
    justify-content: center;
    padding: 20px 30px;
    list-style: none;
    position: relative;


}
.drop-down-service-link i{
    margin-left: 5px;
    
}
nav ul .nav-link{
    
    padding: 10px;
    transition: all .2s linear;
    border-radius: 5px;
position: relative;
}
nav ul .nav-link a {
    text-decoration: none;
    font-size: 1.1rem;
    color: white;
    font-family: sans-serif;
    text-transform: capitalize;

    
}
nav ul .nav-link:hover a {
    color: #6BEC9D;

    
}

.drop-content{
    color: white;
}
.service-dropdown-box-link:hover  .drop-content{
    color: #6BEC9D;
}
nav ul .nav-link::before {
content: "";
width: 0%;
position: absolute;
left: 0;
bottom: 0;
height: 3px;
border-radius: 20px;
background-color: #6BEC9D;
transition: all .2s linear;
  
}
nav ul .nav-link:hover::before {
  width: 100%;
  
}
.drop-down-boss-container{

    position: fixed;
left: 0;
right: 0;
    top: 80px;
padding-top: 40px;
    width: 100%;

 /* margin-left: auto; */
 
    display: none;
    z-index: 100;
    
  

}
.drop-down-boss{
    border-radius:  10px 10px 0 0;
    /* right: 0; */
    /* background: rgb(255, 255, 255); */
    backdrop-filter: blur(25px);
    background-color: rgba(1, 1, 38, 0.197);
    box-shadow: 3px 3px 5px rgba(255, 255, 255, 0.2),
    -3px -3px 5px rgba(143, 0, 0, 0.2);
    padding:50px 20px;
    text-transform: capitalize;
    width: 100%;
 
    display: flex;

color: white;

    

}
.drop-down-boss img{
width: 250px;


height: 150px;




    

}


  
.service-dropdown:hover .drop-down-boss-container {
    display: block;

}
.service-dropdown{
    /* display: flex; */
    display: block;
    
    
}
.menu{
       
        
   position: relative;

    
  }
.service-dropdown-box-link-software{
    position: relative;
 
    
}




.service-dropdown .service-dropdown-box-link a{
    height: 120px;
width: 280px;
    font-size: 1.5rem;
    padding: 10px 20px;
    background-color: rgba(6, 1, 63, 0.59);
    backdrop-filter: blur(10px);
margin: 10px;
    box-shadow: 5px 5px 10px rgba(255, 0, 0, 0.244);
    display: flex;
    align-items: center;
    
    font-family: sans-serif;
    border: 1px solid gray;
    /* margin: 5px 10px; */
    /* color: rgb(0, 0, 0); */
    color:white;
transition: all .2s linear;


}

.service-dropdown-box-link:hover .softwaredev-drop-down-child{
    display: block;

}
.service-dropdown-box{
 
    /* padding: 0 60px; */

    display: flex;
/* gap: 20px; */
    width: calc(100% - 200px);
    justify-content: center;

}
.service-dropdown .service-dropdown-box-link a:hover{
    box-shadow: 5px 5px 10px rgba(255, 0, 0, 0.458);
border: none;
}

.service-dropdown li a i{
    margin-right: 20px;
    color: red;
    font-size: 2.5rem;
    
}


.close-navbar{
    display: none;
}
.hamburger{
    display: none;
}
.hamburger i {
    color: white;
}


@media screen and (max-width: 1400px) {
  
    .service-dropdown .service-dropdown-box-link a{
        width: 250px;
  
               
       
           }  
           .service-dropdown-box {
            flex-wrap: wrap;
                   
                       }    
    
}
 

@media screen and (max-width: 1100px) {
    .service-dropdown .service-dropdown-box-link a{
        width: 300px;
     
              
       
           }  
  
    
}
 @media screen and (max-width: 900px) {

  
    .menu{
       
        
        position: fixed;
        top: 0;
        right: 0;
        min-height: 100vh;
        width: 350px;
        background-color: rgba(4, 4, 57, 0.5);
        backdrop-filter: blur(50px);
    
  
      
    }
    .menu.active{
        transform: translateY(-100%);
      }
    .hamburger{
        display: block;
        margin-right: 10px;
    }
    .hamburger i{
        font-size: 2rem;
        color: white;
        
    }
    .close-navbar{
        display: block;
        position: absolute;
        right: 10px;
        top: 5px;
        width: 50px;
       
        z-index: 100;
        height: 50px;
   display: flex;
   justify-content: center;
   align-items: center;
   cursor: pointer;
        /* left: 10px; */
        /* border: 2px solid red; */
        color: white;
        
    }
  
    .close-navbar i{
font-size: 2rem;
transition: all .3s linear;
color: white;
    }
   
    .service-dropdown-box {
        padding: 10px 0 ;
        display: unset;
        /* gap: 20px; */
        width:100%;
        
      }
    
    nav .navmenu-links {
        display: block;
      
margin-top: 20px;
    
        padding: 30px;
        
    
    }
    .drop-down-boss-container{
position: relative;
    padding-top: 0px;
        width: unset;
        display:block;
       
left: 0;
top: 0;
        
      
    
    }
    .service-dropdown li a i{
        margin-right: 5px;
        color: red;
        font-size: 1.5rem;
        
    }
    .drop-down-boss{
        background-color: transparent;
     padding: 0;
        /* display: block; */
        flex-direction: column;
        /* position: relative; */

    }

        
        .service-dropdown .service-dropdown-box-link a{
            height: unset;
        width: unset;
        /* border: 2px solid red; */
        display: block;
            font-size: 1.05rem;
            padding: 5px;
            color: white;
        margin: 5px;
            
             }
        .drop-down-boss img{
          display: none;
            
            
            
            
                
            
            }
}

@media screen and (max-width:600px) {
   
    header{
        padding: 15px;
  
    }
    .logo{
        width: 130px;
        height: unset;
     }
    
}
@media screen and (max-width:330px) {
    .menu{
   width: 100%;
        
      }
.menu .navmenu-links {
       
        padding: 30px 0 20px 30px;
        
    
    }
  
    
}
@media screen and (max-width:280px) {
.menu .navmenu-links {
       
        padding: 30px 0 10px 10px;
        
    
    }
    
} 
