.navbar-nav {
    width: 100%;
    display: flex;
    justify-content: center;
    gap: 40px;
}
.navbar-brand img{
        width: 100%;
    height: 50px;
    object-fit: contain;
        margin-left: 60px;
}
.nav-link a{
    color: white !important;
}
.navbar .navbar-expand-lg{
    background: rgb(0 0 0) !important; /* Semi-transparent black */
    backdrop-filter: blur(8px) !important;               /* Apply blur */
    -webkit-backdrop-filter: blur(8px) !important; 
    
}
.container-fluid{
     background: rgba(0, 0, 0, 0.6) !important; /* Semi-transparent black */
    backdrop-filter: blur(8px);               /* Apply blur */
    -webkit-backdrop-filter: blur(8px); 
}
.navbar-expand-lg{
    background: rgb(0 0 0) !important; /* Semi-transparent black */
    backdrop-filter: blur(8px) !important;               /* Apply blur */
    -webkit-backdrop-filter: blur(8px) !important; 
    height: 95px;
}
.navbar-expand-lg .navbar-nav .nav-link{
    color: white !important;
}
.navbar-toggler{
        height: 50px;
    width: 60px;
}
.navbar-toggler-icon i{
        color: white !important;
}
.dropdown-menu{
               background: rgba(0, 0, 0, 0.6) !important; /* Semi-transparent black */
    backdrop-filter: blur(8px) !important;               /* Apply blur */
    -webkit-backdrop-filter: blur(8px) !important; 
}
.dropdown-item{
    color: white !important;
}
.dropdown-menu {
    background-color: #0000009c !important;
}
.dropdown-item:hover{
    background-color: white;
    color: black !important;
}
.dropdown-item{
    margin: 10px 0px !important;
}


.owl-carousel .owl-item img {
    display: block;
    width: 100%;
    height: 90px !important;
    object-fit: contain !important;
        margin-top: 10px;

}
.join-our-team-head{
    text-align: -webkit-center;
    margin: 80px 0px 40px 0px;
}
@media(min-width:1200px){
    .navbar-expand-lg .navbar-nav .nav-link {
    color: white !important;
    font-size: 18px !important;
}
}

@media(max-width:567px){
    .navbar-brand img {
    width: 100%;
    height: 40px;
    object-fit: contain;
}
.navbar-expand-lg{
        height: 60px;
}
}

@media(max-width:367px){
    .navbar-brand img {
    width: 100%;
    height: 50px;
    object-fit: contain;
    margin-left: 5px;
}
}