@font-face {
    font-family: 'URWDIN';
    src: url('../fonts/URWDIN-Regular.eot');
    src: url('../fonts/URWDIN-Regular.eot?#iefix') format('embedded-opentype'),
        url('../fonts/URWDIN-Regular.woff2') format('woff2'),
        url('../fonts/URWDIN-Regular.woff') format('woff'),
        url('../fonts/URWDIN-Regular.ttf') format('truetype');
    font-weight: normal;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'URWDIN';
    src: url('../fonts/URWDIN-Medium.eot');
    src: url('../fonts/URWDIN-Medium.eot?#iefix') format('embedded-opentype'),
        url('../fonts/URWDIN-Medium.woff2') format('woff2'),
        url('../fonts/URWDIN-Medium.woff') format('woff'),
        url('../fonts/URWDIN-Medium.ttf') format('truetype');
    font-weight: 500;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'URWDIN';
    src: url('../fonts/URWDIN-Bold.eot');
    src: url('../fonts/URWDIN-Bold.eot?#iefix') format('embedded-opentype'),
        url('../fonts/URWDIN-Bold.woff2') format('woff2'),
        url('../fonts/URWDIN-Bold.woff') format('woff'),
        url('../fonts/URWDIN-Bold.ttf') format('truetype');
    font-weight: bold;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'URWDIN';
    src: url('../fonts/URWDIN-DemiItalic.eot');
    src: url('../fonts/URWDIN-DemiItalic.eot?#iefix') format('embedded-opentype'),
        url('../fonts/URWDIN-DemiItalic.woff2') format('woff2'),
        url('../fonts/URWDIN-DemiItalic.woff') format('woff'),
        url('../fonts/URWDIN-DemiItalic.ttf') format('truetype');
    font-weight: normal;
    font-style: italic;
    font-display: swap;
}

body {
    font-size: 18px;
    font-family: 'URWDIN';
    letter-spacing: -0.02em;

}

h4{ 
    font-weight: bold;
    text-transform: uppercase;
    margin-top: 2rem;
}

nav {
    position: absolute;
    z-index: 9999;
    width: 80vw;
    display: flex;
    justify-content: center;
    align-items: center;
    background-color: #fff;
    padding: 1rem 3rem;
}

.uvod {
    padding: 0;
}

.pocetak {
    position: relative;
}


.slider {
    min-height: 60vh;
}

.render {
    width: 100%;
    height: 75vh;
}

.prvi {
    background: url('../img/render1.jpg') no-repeat;
    background-size: cover;
    background-position: center center;
}

.drugi {
    background: url('../img/render2.jpg') no-repeat;
    background-size: cover;
    background-position: center center;
}

.treci {
    background: url('../img/render3.jpg') no-repeat;
    background-size: cover;
    background-position: center center;
}


.arrows {
    position: absolute;
    left: -100px;
    display: flex;
    top: 0;
}

.prev {
    cursor: pointer;
    display: block;
    height: 50px;
    width: 50px;
    background: url("../img/prev.svg") no-repeat;
    background-position: top;
    background-size: contain;
}

.next {

    cursor: pointer;
    display: block;
    height: 50px;
    width: 50px;
    background: url("../img/next.svg") no-repeat;
    background-position: top;
    background-size: contain;
}

.dodatno {
    position: absolute;
    bottom: 0;
    right: 0;
    background-color: #fff;
    height: 50px;
    width: calc(100vw - 100px);
    padding: 1rem 2rem;
    display: flex;
    justify-content: center;
    align-items: center;
}

.tekst p {
    font-weight: bold;
    margin-bottom: 0;
    font-size: 1rem;
    line-height: 1.2;
}

.tekst span {
    font-weight: normal;
    font-style: italic;
}

@media (min-width: 992px) {
    body {
        font-size: 18px;
        font-family: 'URWDIN';
        letter-spacing: -0.02em;

    }

    nav {
        position: absolute;
        z-index: 9999;
        width: 20vw;
        display: flex;
        justify-content: center;
        align-items: center;
        background-color: #fff;
        padding: 1rem;
    }

    .uvod {
        padding: 0;
    }

    .pocetak {
        position: relative;
    }


    .slider {
        min-height: 80vh;
    }

    .render {
        width: 100%;
        height: 80vh;
    }

    .prvi {
        background: url('../img/render1.jpg') no-repeat;
        background-size: cover;
        background-position: center center;
    }

    .drugi {
        background: url('../img/render2.jpg') no-repeat;
        background-size: cover;
        background-position: center center;
    }

    .treci {
        background: url('../img/render3.jpg') no-repeat;
        background-size: cover;
        background-position: center center;
    }


    .arrows {
        position: absolute;
        left: -160px;
        display: flex;
    }

    .prev {
        cursor: pointer;
        display: block;
        height: 80px;
        width: 80px;
        background: url("../img/prev.svg") no-repeat;
        background-position: top;
        background-size: contain;
    }

    .next {

        cursor: pointer;
        display: block;
        height: 80px;
        width: 80px;
        background: url("../img/next.svg") no-repeat;
        background-position: top;
        background-size: contain;
    }

    .dodatno {
        position: absolute;
        bottom: 0;
        right: 0;
        background-color: #fff;
        height: 80px;
        width: 40vw;
        padding: 1rem;
        display: flex;
        justify-content: center;
        align-items: center;
    }

    .tekst p {
        font-weight: bold;
        margin-bottom: 0;
        font-size: 1.5rem;
    }

    .tekst span {
        font-weight: normal;
        font-style: italic;
    }
}

#opcenito {
    padding: 5rem 0 4rem;
}

#opcenito p {
    font-size: 1.15rem;
    font-weight: 500;
    line-height: 1.5;
}

#video {
    padding: 4rem 0 5rem;
    background: url('../img/video-bg.png') no-repeat;
    background-size: cover;
    background-position: center center;
}

footer {
    background-color: #252329;
    padding: 4rem 0;
}

footer h3 {
    text-transform: uppercase;
    color: #fff;
    font-size: 1rem;
    font-weight: bold;
    margin-bottom: 1rem;
}

footer p {
    color: #fff;
    font-size: 1.25rem;
    margin-bottom: .5rem;
}

footer a {
    color: #398A42;
}

footer a:hover {
    color: #398A42;
}

.kontakt {
    margin-top: 5rem;
}

@media (min-width: 992px) {
    #opcenito {
        padding: 10rem 0;
    }

    #opcenito p {
        font-size: 1.5rem;
        font-weight: 500;
        line-height: 1.45;
    }

    #video {
        padding: 8rem 0 10rem;
        background: url('../img/video-bg.png') no-repeat;
        background-size: cover;
        background-position: center center;
    }

    footer {
        background-color: #252329;
        padding: 6rem 0;
    }

    footer h3 {
        text-transform: uppercase;
        color: #fff;
        font-size: 1.2rem;
        font-weight: bold;
        margin-bottom: 1rem;
    }

    footer p {
        color: #fff;
        font-size: 1.5rem;
        margin-bottom: .5rem;
    }

    footer a {
        color: #398A42;
    }

    footer a:hover {
        color: #398A42;
    }

    .kontakt {
        margin-top: 0;
    }
}