
body {
    display: block;
    width: 100%;
    height: 100%;
}

.timer {
    position: absolute;
    text-align: center;
    font-size: 22px;
    /*margin-top: 0px;*/
    margin-bottom: 20%;
}

.timebox{
    display: flex;
    gap: 20px;
}

.time{
    text-align: center;
}

.time h2{
    font-size: 2rem;
    font-weight: 100;
}

#days{
    font-size:12vh;
}

.zile{
    font-size:4vh; 
    margin-top: -10px;
    background-color: #EF0C73;
    color:white;
}

.home.desktop_video {
    position: fixed;
    height: 100dvh;
    z-index: -1;
}

.home.desktop_video video {
    width: 100dvw;
    height: 100dvh;
    object-fit: cover;
    z-index: -1;
}

.hero {
    display: flex;
    align-items: center;
    flex-direction: column;
    height: 100%;
    gap: 30%;
}

.hero .brand {
    display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: column;
    margin-top: 20vh;
    position: sticky;
    top: 20vh;
    width: 100%;
}

.hero .brand img {
    display: block;
    width: 100%;
    max-width: 750px;
    height: auto;
}

.hero .brand .launch-day {
    display: block;
    font-family: 'myFont';
    font-size: 40px;
    margin-top: 20px;
    color: #EF0C73;
}

.hero .actions {
    display: flex;
    align-items: center;
    flex-direction: column;
    gap: 20px;
    margin-top: 25vh;
}

.hero .actions .signup-btn {
    display: grid;
    place-content: center; 
    width: 100%;
    max-width: 220px;
    height: 40px;
    background-color: #EF0C73;
    border-radius: 8px;
    color: #FFF;
    font-weight: 300;
    text-decoration: none;
    font-family: 'Montserrat';
    font-size: 22px;
}

.hero .actions .partner {
    font-family: 'Montserrat';
    font-size: 16px;
}

@media screen and (max-width: 690px) {
    .hero .brand img {
        max-width: 350px;
    }
}

@media screen and (max-width: 580px) {
    .hero .actions .partner {
        font-size: 14px;
    }
}

@media screen and (max-width: 480px) {
    .hero {
        gap: 40%;
    }

    .hero .brand {
        margin-top: 100px;
        top: 100px;
    }
}
