
@font-face {
    font-family: "Archimoto-Medium";
    src: url("/fonts/ArchimotoV01-Medium.woff2") format("woff2"), url("/fonts/ArchimotoV01-Medium.woff") format("woff");
    font-display: swap;
}

.nav__modal-btn {
    top: 67px;
    right: 23px;
}

:root {
    --red: #E92500;
    --yellow: #FFAB10;
    --blue: #1AB8F2;
    --button-live-life-size: 1.2rem;
    --button-live-life-line: 1rem;
    --text-small: 1.2rem;
    --text-small-line: 1rem;
    --padding-live-life: 100px;

}

#live-life-navigation ::selection {
    color: #000000;
    background-color: #ffffff;
}

#live-life-navigation__btn {
    position: fixed;
    top: var(--padding-live-life);
    right: var(--padding-live-life);
    cursor: pointer;
}

#live-life-navigation__btn p,
#live-life-navigation__btn--close p {
    font-size: var(--button-live-life-size);
    line-height: var(--button-live-life-line);
}

#live-life-navigation__btn p,
#live-life-navigation >* p {
    font-family: "Archimoto-Medium", Arial, Helvetica, sans-serif;
    font-weight: normal;
}

#live-life-navigation {
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    position: fixed;
    top: 0;
    right: 0;
    padding: var(--padding-live-life);
    padding-top: var(--padding-live-life);
    height: 100vh;
    height: 100svh;
    width: 100vw;
    color: #ffffff;
    background-color: #000000;
    clip-path: inset(0% 100% 0% 0%);
    will-change: clip-path;
    visibility: hidden;
    z-index: 200;
}

#live-life-navigation__btn--close {
    font-size: var(--button-live-life-size);
    line-height: var(--button-live-life-line);
    position: absolute;
    top: var(--padding-live-life);
    right: var(--padding-live-life);

}

#live-life-navigation a,
#live-life-navigation p {
    color: #ffffff;
}

.live-life-navigation__link {
    display: flex;
    flex-direction: row;
    justify-content: flex-start;
    align-items: flex-end;
    width: fit-content;
    overflow: hidden;
}

.live-life-navigation__color {
    position: relative;
    height: var(--padding-live-life);
    width: var(--padding-live-life);
    margin-right: var(--padding-live-life);
}

.live-life-navigation__link p {
    font-size: 6rem;
    line-height: 3rem;
    text-transform: uppercase;
}

.live-life-navigation__link.live-life p {
    font-size: var(--text-small);
    line-height: var(--text-small-line);
    text-indent: 0.3rem;
}

.live-life-navigation__color.live-life {
    background-color: var(--red);
}
.live-life-navigation__color.shoot {
    background-color: var(--yellow);
}
.live-life-navigation__color.print {
    background-color: var(--blue);
}
.live-life-navigation__color.stay {
    background-color: #ffffff;
}

.live-life-navigation__information {
    display: flex;
    flex-direction: row-reverse;
    justify-content: flex-end;
    align-items: flex-end;
}

.live-life-navigation__information .live-life-navigation__contact {
    display: flex;
    flex-direction: row;
    justify-content: flex-start;
    margin-bottom: -0.39rem;
}

.live-life-navigation__contact .live-life-navigation__item {
    font-size: var(--text-small);
    margin-right: 2rem;
}

.live-life-navigation__information__blog-who {
    margin-right: 90px;
    margin-bottom: -0.9rem;
}

.live-life-navigation__information__blog-who p {
    font-size: 3rem;
}


@media (max-width: 1246px) {
    :root {
        --padding-live-life: 90px
    }
    .live-life-navigation__link p {
        font-size: 5.2rem;
        line-height: 2.6rem;
    }
}

@media (max-width: 1048px) {
    :root {
        --padding-live-life: 80px
    }
    .live-life-navigation__link p {
        font-size: 4.6rem;
        line-height: 2.2rem;
    }
    .live-life-navigation__information {
        flex-direction: column-reverse;
        align-items: flex-start;
    }
    .live-life-navigation__information__blog-who {
        margin-right: 0;
        margin-bottom: 1rem;
    }
}

@media (max-width: 974px) {
    :root {
        --padding-live-life: 80px
    }
}

@media (max-width: 766px) {
    :root {
        --padding-live-life: 30px
    }
    .live-life-navigation__color {
        height: calc(var(--padding-live-life) * 2);
        width: calc(var(--padding-live-life) * 2);

    }
    .live-life-navigation__link p {
        font-size: 3.4rem;
        line-height: 1.7rem;
    }
    .live-life-navigation__information .live-life-navigation__contact {
        flex-direction: column;
        margin-bottom: 0;
    }
    .live-life-navigation__contact .live-life-navigation__item {
        line-height: 1.6rem;
    }
    .live-life-navigation__information__blog-who p {
        font-size: 2rem;
    }
}

@media (max-width: 586px) {
    .live-life-navigation__information {
        flex-direction: column-reverse;
        align-items: flex-start;
    }
    .live-life-navigation__information__blog-who {
        margin-bottom: 1rem;
    }
}