

* {
    margin: 0;
    padding: 0;
    box-sizing: border-box;
}
.navbar{
    position: fixed;   
    top: 0;
    left: 0;
    width: 100%;
    z-index: 1000;  
    height: auto;
    display: flex;
    align-items: center;
    justify-content: space-between;
    border-radius: 8px !important;
}
.header-logo{
    width: 130px;
    height: 100px;

}
.navbar-nav {
    
    background-color:  #21346B !important;
    height: 50px;
    border-radius: 8px;
   
}
.nav-item{
    background-color:  #21346B;
    color: #ffff;
    gap: 5px;
    display: flex;
    justify-content: center;
    align-items: center;
  
}
.navbar-toggler {
    border: none;
    background-color: #21346B;
}
.navbar-toggler-icon {
    filter: invert(1); /* Makes the icon white */
}
.nav-item a{
 
    text-align: left;
    color: #fff !important;
    text-decoration: none;
   
}



.btn-auth , .header-contact{
    width: auto;
    height: 50px;
    border-radius: 8px;
    font-weight: 700;
    font-size: 14px;
    background-color: #F8A32F;
    color: #fff;
    text-align: center;
    display: flex;
    align-items: center;
    justify-content: center;
    margin: 5px;
    padding: 20px;
}
.btn-auth {
    margin-right: 5px;
}

.navbar-toggler-icon{
    background-color: #21346B;
}
.dropdown-menu{
    background-color: #21346B; 
    width: 250px;
    text-align: center !important;
}
.dropdown-menu, .dropdown-item{
    background-color:  #21346B!important; 
}
.dropdown-menu .dropdown-item:hover{
    background-image: linear-gradient( #21346B ,#F8A32F);
}
.cart{
  
    width:20%;
    text-align: center;
    margin-right: 15px;
 
    
}
.profile{
    
    text-align: center;
   margin-right: 5px;
   
    
}
.user{
     width: 100%;
     height: 50px;
 
     display: flex;
     flex-direction: row;
     justify-content: center;
     background-color:#21346B;
}

.nav-item-user {
    display: flex;
    align-items: center;
}
.navbar-toggler-icon{
    width: 2.0em !important;
    height: 2.0em !important;
}