#hoem {
    width: 100%; 
    height: 100%; 
}


.navigationbar {
    width: 100%; 
    height: 9.44vh; 
    background-color: white;
    display: flex;
    justify-content: flex-end;
}

#barcontainer {
    height: 100%; 
    background-color: white;
}

.navbuttoncontainer {
    width: 12.08%; 
    height: 9.44%; 
    background: white;
    border-left: 0.104vw solid black; 
    border-right: 0.052vw solid black; 
    position: absolute;
    top: 0;
    display: flex;
    justify-content: center;
    align-items: center;
}

#navbuttoncontainer1 {
    left: 0;
}

#navbuttoncontainer2 {
    left: 12.08vw; 
}

#navbuttoncontainer3 {
    left: 24.16vw; 
}

#navbuttoncontainer4 {
    left: 36.24vw; 
}

.navbutton {
    border: none;
    background-color: transparent;
    color: black;
    font-size: 3vh; 
    font-family: Bodoni Moda;
    font-weight: 400;
    text-transform: uppercase;
    cursor: pointer;
    padding: 0;
    margin: 0;
    text-decoration: none; 
}

.navbutton:hover {
    text-decoration: underline; 
}

.herographic {
    top: 0;
    z-index: 2;
    width: 100vw; 
    height: 100vh; 
}

#tit {
    left: 71.61vw; 
    top: 72.69vh; 
    position: absolute;
    color: black;
    font-size: 8.3vh; 
    font-family: Bodoni Moda;
    font-weight: 400;
    text-decoration: underline;
    text-transform: uppercase;
    word-wrap: break-word;
}

#name {
    left: 83.54vw; 
    top: 10.09vh; 
    position: absolute;
    color: black;
    font-size: 2.43vh;
    font-family: Buenard;
    font-weight: 400;
    text-transform: uppercase;
    word-wrap: break-word;
}

#polar{
   
    z-index: 1;
    width: 100%;
    height: 100%;
}

.herographic img, #tit, #name {
    opacity: 0; 
    animation: popUp 0.5s ease-in-out forwards; 
}

@keyframes popUp {
    from {
        opacity: 0; 
        transform: translateY(50px); 
    }
    to {
        opacity: 1; 
        transform: translateY(0); 
    }
}

#shoot1 {
    position: relative;
    width: 100%;
    height: 100%;
}

#shoot1 img {
    width: 100%;
    height: auto;
}

#pop1 {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    opacity: 0;
    transition: opacity 0.5s ease; 
}

#shoot1:hover #pop1 {
    opacity: 1; 
}


#car1cont {
    width: 100%; 
    height: 50vh; 
    background: white;
    overflow: hidden; 
}

#car1 {
    width: 600%; 
    height: 100%; 
    display: flex;
    animation: slide 50s infinite linear; 
}

@keyframes slide {
    0% { transform: translateX(0); } 
    100% { transform: translateX(-100%); } 
}

#car1 img {
    flex: 0 0 100vw; 
    height: 100%; 
    object-fit: cover; 
}

#car2cont {
    width: 100%; 
    height: 50vh; 
    background: white;
    overflow: hidden; 
}

#car2 {
    width: 600%; 
    height: 100%; 
    display: flex;
    animation: slide 50s infinite linear; 
}

@keyframes slide {
    0% { transform: translateX(0); } 
    100% { transform: translateX(-100%); } 
}

#car2 img {
    flex: 0 0 100vw; 
    height: 100%; 
    object-fit: cover; 
}

#shoot2 {
    position: relative;
    width: 100%;
    height: 100%;
}

#shoot2 img {
    width: 100%;
    height: auto;
}

#pop2 {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    opacity: 0;
    transition: opacity 0.5s ease; 
}

#shoot2:hover #pop2 {
    opacity: 1;
}

#car2cont {
    width: 100%; 
    height: 50vh; 
    background: white;
    overflow: hidden; 
}

#car2 {
    width: 300%; 
    height: 100%; 
    display: flex;
    animation: slide 20s infinite linear; 
}

@keyframes slide {
    0% { transform: translateX(0); } 
    100% { transform: translateX(-100%); } 
}

#car3 img {
    flex: 0 0 100vw; 
    height: 100%; 
    object-fit: cover; 
}

#shoot3 {
    position: relative;
    width: 100%;
    height: 100%;
}

#shoot3 img {
    width: 100%;
    height: auto;
}

#pop3 {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    opacity: 0;
    transition: opacity 0.5s ease; 
}

#shoot3:hover #pop3 {
    opacity: 1;
}

#car3cont {
    width: 100%; 
    height: 50vh; 
    background: white;
    overflow: hidden; 
}

#car3 {
    width: 300%; 
    height: 100%; 
    display: flex;
    animation: slide 20s infinite linear; 
}

@keyframes slide {
    0% { transform: translateX(0); } 
    100% { transform: translateX(-100%); } 
}

#hue{
    width: 100%;
    height: 100%;
}
