* {
    box-sizing: border-box;
    margin: 0;
    padding: 0;
    text-decoration: none;
}

body {
    background: linear-gradient(270deg, #E4A9B1 5.91%, #FED9DE 94.09%);
    /* background: linear-gradient(270deg, #7fcdc4 5.91%, #B4D6CD 94.09%); */
    /* background: linear-gradient(270deg, #7fcdc4 5.91%, #D4AA3A 94.09%); */
    /* background: linear-gradient(270deg, #FB6793 5.91%, #FF97A5 94.09%); */
}

.nav-container {
    background: rgba(16, 137, 82, 0%);
    position: sticky;
    top: 0;
    padding: 1.5rem 5%;
    display: flex;
    justify-content: space-between;
    align-items: center;
    z-index: 20;
}

.logo {
    max-width: 150px;
    width: 60px;
    min-width: 40px;
}

.nav-menu li {
    list-style-type: none;
    display: inline;
    padding: 0.5rem;
}

.nav-menu a {
    color: rgba(21, 22, 23, 0.667);
}

.container { /* .css-1m5xhzb */
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: start;
    position: relative;
    width: 100%;
}

.hero { /* .css-15aswmi*/
    position: absolute;
    top: 0;
    left: 0;
    overflow: hidden;
    width: 100%;
    height: 100%;

}

.video { /* .css-qvojz6*/
    position: fixed;
    top: 0;
    backface-visibility: hidden;
    max-width: 100%;
}

.video video {
    transform: translateZ(0px);
    object-position: 50% 0px;
    position: relative;
    overflow: hidden;
    object-fit: cover;
    height: 100svh;
    width: 100vw;
    z-index: 1;
}

.title { /* .css-949ssi */
    z-index: 5;

}


.content { /* .css-9n5jal*/
    position: relative;
    width: 100%;
    height: 100%;
    margin-top: 100svh;
    background: linear-gradient(270deg, #E4A9B1 5.91%, #FED9DE 94.09%);
}







/* .hero {
    height: 100vh;
    width: 100%;
} */

/* .hero-vid {
    width: 100vw;
    height: 100vh;
    position: fixed;
    top: 0;
    left: 0;
    z-index: -1;
    object-fit: cover;
    overflow: hidden; */
    /* background: url("./resources/retro-bg.jpg");
    height: 100vh;
    background-position: center center;
    background-repeat: no-repeat;
    background-size: cover; */

}

/* .hero-vid video {
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0px;
    left: 0px;
    overflow: hidden;
} */