header {
    position: sticky;
    top: 0;
    z-index: 1;
    background-color: black;
    z-index: 9;
}

header .container {
    transition: max-width 0.6s ease;

}