:root {
    --color-mistyrose: #BEAA9F;
    --color-mistyrose-dark: #A18B7F;
    --color-white: #FFFFFF;
    --color-black: #222222;
    --color-gray: #D1D1D1;
    --font-main: "Raleway", sans-serif;
    --font-heading: "Noto Serif Display", serif;
}

.uk-totop {
    position: fixed;
    bottom: 20px;
    right: 20px;
    width: 20px;
    height: 20px;
    background: var(--color-mistyrose);
    color: var(--color-white);
    display: flex;
    justify-content: center;
    align-items: center;
    z-index: 999;

    &:hover {
        background: var(--color-white);
        box-shadow: 0 0 0 1px var(--color-mistyrose);
        color: var(--color-mistyrose);
    }
}

.uk-logo img {
    height: 60px;
}

.uk-navbar-container:not(.uk-navbar-transparent) {
    background: var(--color-white);
    box-shadow: 0 0 0 1px var(--color-gray);
}

.uk-button-primary {
    background: var(--color-mistyrose);
    color: var(--color-white);
    font-family: var(--font-main);
    font-size: 18px;
    font-weight: 500;
    padding: 4px 24px 4px 30px;
    display: flex;
    align-items: center;
    gap: 10px;
    width: max-content;
    margin: 0 auto;
    transition: .2s;

    &:hover {
        background: var(--color-white);
        box-shadow: 0 0 0 1px var(--color-mistyrose);
        color: var(--color-mistyrose);
        gap: 14px;
    }
}

.heading-xl {
    font-family: var(--font-heading);
    font-size: 66px;
    color: var(--color-black);
    font-weight: 400;

    & span {
        font-style: italic;
    }
}

.heading-l {
    font-family: var(--font-heading);
    font-size: 56px;
    color: var(--color-black);
    font-weight: 400;

    & span {
        font-style: italic;
    }
}

.heading-m {
    font-family: var(--font-main);
    font-size: 40px;
    color: var(--color-black);
    text-transform: uppercase;
    font-weight: 400;
}

.heading-s {
    font-family: var(--font-main);
    font-size: 24px;
    color: var(--color-black);
    text-transform: uppercase;
    font-weight: 400;
}

p {
    font-family: var(--font-main);
    font-size: 18px;
    color: var(--color-black);
    font-weight: 400;
}

.intro-desc {
    font-size: 22px;
    text-transform: uppercase;
}

.uk-navbar-item,
.uk-navbar-nav>li>a,
.uk-navbar-toggle {
    font-family: var(--font-main);
    color: rgb(34 34 34 / 50%) !important;
    font-size: 14px;
    margin: 0 10px;
}

.uk-navbar-nav>li>a:hover {
    color: var(--color-mistyrose) !important;
}

.uk-button-text::before {
    bottom: 26px;
}

.uk-offcanvas-bar {
    background: var(--color-white);

    & a {
        color: rgb(34 34 34 / 50%);
        text-transform: uppercase;
        font-family: var(--font-main);
    }

    & hr {
        border-top-color: var(--color-gray);
    }
}

.poliform {
    aspect-ratio: 16 / 9;
}

.uk-section-muted {
    background: rgba(190, 170, 159, 0.14);
}

.heading-cat {
    font-family: var(--font-main);
    text-transform: uppercase;
    font-size: 18px;
    font-weight: 500;
    color: var(--color-mistyrose);
    border-bottom: 1px solid;
    width: max-content;
    margin: 0 auto;
}

.quote {
    font-family: var(--font-main);
    text-transform: uppercase;
    font-size: 20px;
    font-weight: 400;
    color: var(--color-black);
    box-shadow: 0 0 0 1px var(--color-mistyrose);
    max-width: 600px;
    margin: 0 auto;
    padding: 40px;
    position: relative;
}

.quote::before {
    content: '“';
    font-family: var(--font-heading);
    font-size: 60px;
    line-height: 80px;
    color: var(--color-mistyrose);
    position: absolute;
    top: -30px;
    left: -30px;
    width: 60px;
    height: 60px;
    background: #f6f3f2;
}

.quote::after {
    content: '“';
    font-family: var(--font-heading);
    font-size: 60px;
    line-height: 80px;
    color: var(--color-mistyrose);
    position: absolute;
    bottom: -30px;
    right: -30px;
    width: 60px;
    height: 60px;
    background: #f6f3f2;
}

.media-links {
    gap: 20px;
}

.media hr {
    border-top: 1px solid var(--color-mistyrose);
}

.quote-box {
    background: #F7F5F3;
    width: max-content;
    margin: 0 auto;
    padding: 40px;
}

.uk-icon-button {
    background: var(--color-mistyrose);
    color: var(--color-white);

    &:hover {
        background: var(--color-mistyrose-dark);
        color: var(--color-white);
    }
}

.logo-footer {
    gap: 20px 80px;
}

@media only screen and (max-device-width: 959px) {
    .uk-slider-items img {
        height: 420px;
    }

    .quote-box {
        width: auto;
    }
}

@media only screen and (max-device-width: 639px) {
    .uk-slider-items img {
        height: 280px;
    }

    .uk-dotnav {
        gap: 10px 6px;
        padding: 0 15px;
    }

    .heading-xl {
        font-size: 10vw;
    }

    .heading-l {
        font-size: 10vw;
    }

    .heading-m {
        font-size: 8vw;
    }

    .heading-s {
        font-size: 5vw;
    }

    p {
        font-size: 16px;
    }

    .intro-desc {
        font-size: 4vw;
    }

    .uk-button-primary {
        font-size: 16px;
    }

    .poliform {
        aspect-ratio: 14 / 9;
    }

    .quote-box {
        padding: 40px 0;
    }

    .quote {
        width: calc(100% - 140px);
        padding: 30px;
        font-size: 4vw;
    }

    .heading-cat {
        font-size: 14px;
    }

    .footer-menu a {
        height: 30px !important;
        min-height: 30px !important;
    }
}

@media only screen and (max-device-width: 425px) {
    .uk-slider-items img {
        height: 210px;
    }

    .poliform {
        aspect-ratio: 4 / 3;
    }
}