.main{
    position: relative;
    background-color: #333;
    height: 100vh;
    height: 100dvh;
    width: 100vw;
    overflow: hidden;
    scroll-snap-align: start;
    scroll-snap-stop: always;
}

.parallax{
    pointer-events: none;
    transition: .45s cubic-bezier(.2,.49,.32,.99);
}

/* ----------------------- Parallax Images 1 ----------------------- */

.sky{
    z-index: 1;
    position: absolute;
    width: 110vw;
    height: 110vh;
    object-fit: cover;
    top: calc(50% - 20px);
    left: 50%;
}

.mountain{
    z-index: 2;
    position: absolute;
    width: 110vw;
    height: 110vh;
    object-fit: cover;
    top: calc(50% - 20px);
    left: 50%;

}

.Bal-3{
    z-index: 3;
    position: absolute;
    width: 100vw;
    height: 100vh;
    object-fit: cover;
    top: calc(50% - 20px);
    left: 50%;

}

.Bal-4{
    z-index: 4;
    position: absolute;
    width: 100vw;
    height: 100vh;
    object-fit: cover;
    top: calc(50% - 20px);
    left: 50%;

}

.Bal-5{
    z-index: 5;
    position: absolute;
    width: 100vw;
    height: 100vh;
    object-fit: cover;
    top: calc(50% - 20px);
    left: 50%;

}

.Bal-6{
    z-index: 6;
    position: absolute;
    width: 100vw;
    height: 100vh;
    object-fit: cover;
    top: calc(50% - 20px);
    left: 50%;

}

.Bal-7{
    z-index: 7;
    position: absolute;
    width: 100vw;
    height: 100vh;
    object-fit: cover;
    top: calc(50% - 20px);
    left: 50%;

}

.Bal-8{
    z-index: 8;
    position: absolute;
    width: 100vw;
    height: 100vh;
    object-fit: cover;
    top: calc(50% - 20px);
    left: 50%;

}

.Bal-9{
    z-index: 9;
    position: absolute;
    width: 100vw;
    height: 100vh;
    object-fit: cover;
    top: calc(50% - 20px);
    left: 50%;

}

.Bal-10{
    z-index: 10;
    position: absolute;
    width: 100vw;
    height: 100vh;
    object-fit: cover;
    top: calc(50% - 20px);
    left: 50%;

}

.text-title{
    position: absolute;
    z-index: 4;
    top: calc(50% - 20px);
    left: 50%;

    text-align: center;
    text-transform: uppercase;
    color: white;
}

.text-title h2{
    font-weight: 100;
    font-size: 6.5rem;
    line-height: .88;
}

.text-title h1{
    font-weight: 800;
    font-size: 10rem;
    line-height: .88;
}

.Bal-1{
    z-index: 12;
    position: absolute;
    width: 100vw;
    height: 100vh;
    object-fit: cover;
    top: calc(50% - 20px);
    left: 50%;

}

.Bal-2{
    z-index: 13;
    position: absolute;
    width: 100vw;
    height: 100vh;
    object-fit: cover;
    top: calc(50% - 20px);
    left: 50%;

}

.foreground{
    z-index: 14;
    position: absolute;
    width: 110vw;
    height: 110vh;
    object-fit: cover;
    top: calc(50% - 20px);
    left: 50%;

}

.Vignette{
    position: absolute;
    z-index: 500;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    background: rgb(0,0,0);
    background: radial-gradient(ellipse at center, rgba(0,0,0,0) 65%, rgba(0,0,0,0.5) 100%);
    pointer-events: none;
}

@media (max-width: 1100px){
    .text-title h1{
        font-size: 6rem;
    }

    .text-title h2{
        font-size: 3.5rem;
    }
}

@media (max-width: 725px){
    .text-title h1{
        font-size: 5rem;
        line-height: 1.1;
    }

    .text-title h2{
        font-size: 3rem;
        line-height: 1.1;
    }

    header nav{
        padding: 0 1rem;
    }

    .logo{
        height: 35px;
    }

    header ul a{
        font-size: 0.73rem;
        padding: 0 0.9rem;
    }

    .search a{
        font-size: 0.85rem;
        padding: 0 1.8rem;
    }

}

/* ----------------------- End Parallax Images 1 ----------------------- */
