.title h1 img {
    height: 5.55vh;
    width: auto;
    object-fit: contain;
}
.foreground {
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100vw;
    height: 84.44vh;
    z-index: 4;
}
.foreground-image, .foreground-image img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}
.nav-bar {
    display: flex;
    justify-content: space-between;
    align-items: flex-end;
    position: absolute;
    top: 2.03vh;
    left: 0;
    right: 0;
    margin: auto;
    height: 6.11vh;
}
.nav-container {
    display: flex;
    justify-content: center;
    margin: auto;
}
.nav-item, .nav-item-2 {
    display: flex;
    align-items: center;
    justify-content: center;
    height: 6.11vh;
    border: none;
    background-color: transparent;
    cursor: pointer;
    transition: 200ms;
}
.nav-item:hover, .nav-item-2:hover {
    filter: invert(1);
}
.nav-item p, .nav-item-2 p {
    z-index: 2;
    text-transform: uppercase;
    font-size: 3.05vh;
    
}
.nav-item {
    width: 8.59vw;
    margin-right: -3.02vw;
    clip-path: polygon(36.96% 0, 100% 0, 63.03% 100%, 0 100%);
}
.nav-item:nth-child(6) {
    margin: 0;
}
.nav-item-2 {
    display: flex;
    width: 11.51vw;
    clip-path: polygon(28.05% 0, 100% 0, 71.94% 100%, 0 100%);
    margin-right: -3.02vw;
}
.nav-item-2 p {
    font-size: 1.48vh;
}
.nav-item-2 img {
    height: 4.44vh;
    width: auto;
    object-fit: contain;
    padding-right: 0.36vw;
}