header {
    position: fixed;
    z-index: 111111;
    width: 90%;
    right: 5%;
    display: flex;
    align-items: end;
    justify-content: start;
    gap: 4rem;
    padding-top: 0.1rem;
    padding-bottom: 1rem;
    margin: 0 5%;
}

#close-btn {
    display: none;
    position: absolute;
    top: 0;
    right: 0;
    z-index: 1111;
    color: black;
    padding: 2rem;
    width: 7rem;
}

ul {
    transition: .3s ease;
    display: flex;
    align-items: center;
    gap: 4rem;
}

li {
    list-style-type: none;
}

a {
    text-decoration: none;
    color: white;
    font-weight: bold;
    font-size: 1.2rem;
    list-style-type: none;
}


.search {
    position: relative;
}

.search img {
    position: absolute;
    right: -2%;
}

input {
    padding: .3rem .5rem;
    background-color: transparent;
    border: none;
    border-bottom: 1px solid #ffffff80;
}