.navbar-brand img {
  height: 3.5rem!important;
  }
.menu-slider {
  position: relative;
  width: 100%;
  background-color: #f9f9f9; 
  overflow-x: auto; 
  white-space: nowrap;
  padding: 10px 0;
  box-shadow: 0 2px 5px rgba(0, 0, 0, 0.1); 

.slider-wrapper {
  display:flex; 
  gap: 20px; 
  justify-content: space-between;
  padding : 0px 15px;
}

.slider-item {
  flex-shrink: 0; 
  min-width: 120px; 
  text-align: center;
  padding: 5px 10px;
  background-color: #ffffff; 
  border-radius: 5px; 
  box-shadow: 0 1px 3px rgba(0, 0, 0, 0.2); 
  transition: transform 0.2s ease, background-color 0.2s ease;
}

.slider-item a {
  text-decoration: none;
  color: #333;
  font-size: 14px;
}

.slider-item:hover {
  transform: scale(1.1);  
  background-color: #f1f1f1;
}
 .copyrights text-sm opacity-75{
  margin-bottom: 10px!important;}