.header-nav{
  background: rgb(255, 255, 255);
  position: fixed;
  width: 100%;
  z-index: 10000;
}

.navbar-brand img{
  width: 120px;
}
.navbar-icons a {
  color: black;
}

.navbar-icons a:hover {
  color: #9135ED;
}

.navbar-icons .nav-link{
  padding: 13px;
  transition: color 0.3s ease-in-out, ease-in-out !important;
}
.nav-link{
  font-size: large;
  margin-right: 5px;
}

.navbar-nav {
  display: flex;
  justify-content: center; /* Ensure items are centered */
}

#navbarSupportedContent > ul > li > a:hover {
  color: #9135ED; /* Change color on hover */
}

#navbarSupportedContent > ul > li:nth-child(4) > a{
  padding-right: 150px !important;
}

#navbarSupportedContent > ul > li> a{
  color: black;
  transition:ease-in-out;
}

@media (max-width: 992px) { /* Adjust for larger screens */
  #navbarSupportedContent > ul > li:nth-child(4) > a{
    padding-right: 0px !important;
  }
}

@media(max-width:425px){
  .navbar-icons .nav-link{
    padding: 8px;
   
  }
}

@media(max-width:355px){
  .navbar-brand img{
    width: 100px;
  }
}
