.index sticky-header.header-wrapper {
  background: transparent;
  transition: background 0.3s ease;
}

.index sticky-header.header-wrapper.scrolled {
  
      background: #13131D;
}




.color-scheme-3 .button {
    background-image: linear-gradient(#cea55c, gold, #cea55c) !important;
    border: 0;
}