.hero {
    /*height: calc(100vh - 76px);*/
    min-height: 90vh;
    width: 100%;
    overflow-y: hidden;
    display: flex;
    justify-content: center;
    padding-top: 16px;
}

.hero-video-container{
    position: absolute;
    inset: 0;
    width: 100%;
    height: 100%;
    overflow: hidden;
    z-index:1;
}

.hero-row{
    position: relative;

}
.hero-video{
    width: 100%;
    height: 100%;

    object-fit: cover;
    filter: blur(8px);

    border-radius: 32px;
}

.hero-card {
    width: 100%;
    height: 100%;

    display: flex;
    flex-direction: column;
    gap: 16px;
    border-radius: 24px;
}

.hero-row {
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    height: 100%;
    background-color: #101010;
    border-radius: 24px;
}

.hero-header {
    font-size: 64px;
    font-weight: 700;
    line-height: 76px;
    text-underline-position: from-font;
    text-decoration-skip-ink: none;
    color: #ffffff;
}

.hero-description-container {
    display: flex;
    flex-direction: column;
    gap: 50px;
}

.hero-description {

    font-size: 18px;
    font-weight: 400;
    line-height: 28px;
    text-underline-position: from-font;
    text-decoration-skip-ink: none;
    color: #e1e1e1;
}





.city-button {
    border: 1px solid #ffffff;
    border-radius: 24px;
    padding: 12px 20px;
    color: #ffffff;
    font-size: 18px;
    font-weight: 400;
    line-height: 28px;
    text-underline-position: from-font;
    text-decoration-skip-ink: none;
    width: fit-content;
}

.info-zone {
    width: 50%;
    padding-left: 24px;
    padding-top: 32px;
    padding-bottom: 48px;
    display: flex;
    flex-direction: column;
    align-items: start;
    justify-content: space-between;
    border-radius: 24px;

    background-color: rgba(0,0,0,0.6);
}

.info-container {
    display: flex;
    flex-direction: column;
    gap: 50px;
}
.info-zone{
    z-index: 1000;
}


.navigation-button.hero-button {
    width: 205px;
}

@media (max-width: 600px) {
    .hero-row {

        flex-direction: column;
        align-items: center;
        align-content: space-between;
    }
    .hero-video{ display: none}

    .info-zone {
        width: 100%;
        height: 100%;
        box-shadow: inset 0px 0px 15px 20px #101010;
        background-image: linear-gradient(
                rgba(0, 0, 0, 0.5),
                rgba(0, 0, 0, 0.5)
            ),
            url("../assets/new_main_reversed.webp");
        background-repeat: no-repeat;
        background-size: 100% 70%;
    }

    .info-container {
        gap: 24px;
    }

    .hero-description-container {
        gap: 24px;
        padding: 8px;
    }

    .info-zone::before {
        background: #000;
    }

    .img-zone {
        display: none;
    }

    .hero-header {
        font-size: 32px;
        line-height: 40px;
    }
}

@media (min-width: 600px) and (max-width: 999px) {
    .hero-row {
        flex-direction: column;
        align-items: center;
        align-content: space-between;
    }
    .hero-video{ display: none}

    .info-container {
        display: flex;
        flex-direction: column;
        gap: 50px;
    }

    .hero-description-container {
        display: flex;
        flex-direction: column;
        gap: 50px;
    }

    .info-zone {
        width: 100%;
        height: 100%;
        box-shadow: inset 0px 0px 15px 20px #101010;
        background-image: linear-gradient(
                rgba(0, 0, 0, 0.5),
                rgba(0, 0, 0, 0.5)
            ),
            url("../assets/new_main_reversed.webp");
        background-repeat: no-repeat;
        background-size: cover;
    }

    .info-zone::before {
        background: #000;
    }

    .img-zone {
        display: none;
    }

    .hero-header {
        font-size: 48px;
        line-height: 56px;
    }
}

@media (min-width: 1000px) {
    .img-zone {
        display: block;
        width: 50%;
        box-shadow: inset 0px 0px 15px 20px #101010;
        background-image: url("../assets/new_main.webp");
        background-repeat: no-repeat;
        background-size: cover;
    }

    .hero-row {
        display: flex;
        flex-direction: row;
        justify-content: space-between;
        height: 100%;
        align-content: space-between;
    }

    .hero-header {
        font-size: 48px;
        line-height: 56px;
    }
}

@media (min-width: 1300px) {
    .hero-card {
        width: 100%;
        height: 100%;
        display: flex;
        flex-direction: column;
        gap: 16px;
        border-radius: 24px;
    }

    .hero-row {
        display: flex;
        flex-direction: row;
        justify-content: space-between;
        height: 100%;
        background-color: #101010;
        border-radius: 24px;
    }

    .hero-header {

        font-size: 50px;
        font-weight: 700;
        line-height: 62px;
        text-underline-position: from-font;
        text-decoration-skip-ink: none;
        color: #ffffff;
    }

    .hero-description-container {
        display: flex;
        flex-direction: column;
        gap: 50px;
    }

    .hero-description {

        font-size: 15px;
        font-weight: 400;
        line-height: 23px;
        text-underline-position: from-font;
        text-decoration-skip-ink: none;
        color: #e1e1e1;
    }

    .img-zone {
        width: 50%;
        box-shadow: inset 0px 0px 15px 20px #101010;
        background-image: url("../assets/new_main.webp");
        background-repeat: no-repeat;
        background-size: cover;
    }

    .hero-img {
        width: 100%;
        height: 100%;
        border-radius: 24px;
    }
}

@media (min-width: 1500px) {
    .hero-card {
        width: 100%;
        height: 100%;
        display: flex;
        flex-direction: column;
        gap: 16px;
        border-radius: 24px;
    }

    .hero-row {

        display: flex;
        flex-direction: row;
        justify-content: space-between;
        height: 100%;
        background-color: #101010;
        border-radius: 24px;
    }

    .hero-header {

        font-size: 60px;
        font-weight: 700;
        line-height: 72px;
        text-underline-position: from-font;
        text-decoration-skip-ink: none;
        color: #ffffff;
    }

    .hero-description-container {
        display: flex;
        flex-direction: column;
        gap: 50px;
    }

    .hero-description {
        font-size: 18px;
        font-weight: 400;
        line-height: 28px;
        text-underline-position: from-font;
        text-decoration-skip-ink: none;
        color: #e1e1e1;
    }

    .img-zone {
        width: 50%;
        box-shadow: inset 0px 0px 15px 20px #101010;
        background-image: url("../assets/new_main.webp");
        background-repeat: no-repeat;
        background-size: cover;
    }

    .hero-img {
        width: 100%;
        height: 100%;
        border-radius: 24px;
    }
}