.header {
  width: 100%;
  padding: 30px 0;
  background-color: #fff;
  position: relative;
  top: 0;
  z-index: 9;
  transition: background .35s ease-in-out, padding .35s ease-in-out;
}

.header .container {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
}

.header-sticky{
    padding: 10px 0;
    position: fixed;
    background: #fff;
    z-index: 999;
}


.nav-bar ul{
     display: flex;
     flex-wrap: wrap;
     gap: 80px;
}

.nav-bar ul li a{
  font-size: 16px;
  line-height: 25px;
  color: #101014;

}

.nav-bar ul li.active a{
     font-weight: bold;
}
