:root {
    --primary-color: #aa977f; 
    --bg-color: #72868c;
    --light-color: #fff;
    --dark-color: #1f1f1f;
    --medium-dark-color: #363636;
}
html {
    overflow-x: hidden;
    scroll-behavior: smooth;
}
body {
    overflow-x: hidden;
    background-color: #72868c;
    color: #fff;
}
a,
a:hover {
    text-decoration: none;
}
::selection {
    color: var(--light-color);
    background: var(--primary-color);
  }
::-moz-selection {
    color: var(--light-color);
    background: var(--primary-color);
  }
  .container-fluid {
    padding: 0;
  }



/* INFO  **********************************************************/
#info {
    position: fixed;
    z-index: 1001;
    top: 2%;
    left: unset;
    right: 0;
    padding: 10px;
    background-color: #010315;
    box-shadow: 3px 3px 20px #363636;
    font-family: "Raleway", Arial,"Helvetica Neue", Helvetica, sans-serif;
    color: #fff;
    font-weight: 300;
    font-size: 9px;
    line-height: 10px;
    text-transform: uppercase;
    text-align: center;
}
            #info img {
                width: 36px;
                height: auto;
                margin-bottom: 8px;
            }
            #info p {
                margin-bottom: 0;
            }



/* HEADER  **********************************************************/
header {
    position: relative;
    height: 580px;
}
.naslov,
.header-img {
    position: absolute;
    left: 30px;
    top: 30px;
}
        .naslov {
            text-align: start;
            color: #fff;
            width: 270px;
            margin: 0 auto;
            z-index: 2;
        }
                .logo {
                    margin-bottom: 15px;
                }
                .logo a img {
                    width: 100px;
                    height: auto;
                }
                .naslov h1 {
                    font-family: 'Italiana', serif;
                    font-style: normal;
                    font-weight: 900;
                    font-size: 40px;
                    line-height: 50px;
                    letter-spacing: 1px;
                    text-transform: uppercase;
                    margin-bottom: 15px;
                }
                .naslov h5 {
                    color: #fff;
                    font-family: 'Montserrat', sans-serif;
                    font-style: normal;
                    font-weight: 400;
                    font-size: 16px;
                    line-height: 22px;
                    letter-spacing: 1px;
                }
                .first {
                    margin-left: 10px;
                }
                .second {
                    margin-left: -10px;
                }
                .third {
                    margin-left: 10px;
                }
.header-img {
    width: 270px;
    height: 330px;
    overflow: hidden;
    left: 60px;
    top: 220px;
    z-index: 1;
}
        .header-img img {
            width: 342px;
            height: auto;
            position: absolute;
            top: -50px;
            left: -70px;
        }



/* INTRO **********************************************************/
.intro {
    width: 240px;
    margin: 10px auto 100px auto;
}
        .text-sample p {
            color: var(--light-color);
            font-family: 'Montserrat', sans-serif;    
            font-style: normal;
            font-weight: 200;
            font-size: 14px;
            line-height: 18px;
            text-align: center;
            letter-spacing: 1px;
        }



/* GALERIJA NO. 1  + NO. 2  **********************************************************/
.gallery {
    position: relative;
    width: 100vw;
    margin: 120px auto 140px auto;
}
.gallery-naslov {
    position: absolute;
    z-index: 101;
    left: 8%;
    top: -16%;
    width: 80vw;
}
        .gallery-naslov h2 {
            color: var(--medium-dark-color);
            font-family: 'Italiana', serif;
            font-style: normal;
            font-size: 52px;
            line-height: 56px;
            letter-spacing: 1px;
            text-transform: lowercase;
            -webkit-text-stroke: var(--medium-dark-color) 2px;
        }
.gallery-img {
    width: 50vw;
    height: 232px;
    overflow: hidden;
    transition-duration: 0.2s;
}
        .gallery-img:hover {
            filter: brightness(70%);
        }
        .gallery-img img {
            width: 100%;
            height: auto;
        }
           


/* TEXT: small + main articles *******************************************/
.clanak-text {
    width: 250px;
    position: relative;
    padding: 0;
}
        .clanak-text h2,
        .clanak-sm-text h2 {
            font-family: 'Italiana', serif;
            font-style: normal;
            font-weight: 900;
            font-size: 38px;
            line-height: 44px;
            letter-spacing: 1px;
            text-transform: uppercase;
            margin-bottom: 20px;
        }
                .clanak-sm-text h2 {
                    margin-bottom: 10px;
                }
        .clanak-text p,
        .clanak-sm-text p {
            color: var(--light-color);
            font-family: 'Montserrat', sans-serif;    
            font-style: normal;
            font-weight: 300;
            font-size: 14px;
            line-height: 18px;
            letter-spacing: 1px;
            margin-bottom: 28px;
        }

        /* TEXT: only small articles ****************************/
        .cta {
            color: var(--light-color);
            font-size: 26px;
            line-height: 30px;
            border: 2.5px solid var(--light-color);
            border-radius: 50%;
            width: 50px;
            height: 50px;
            transform: rotate(-45deg);
            position: relative;
            transition-duration: 0.4s;
        }
                .cta i {
                    position: absolute;
                    top: 50%;
                    left: 50%;
                    transform: translate(-50%, -50%);
                }
                .cta:hover {
                    color: var(--primary-color);
                    border: 2.5px solid var(--primary-color);
                    transform: rotate(360deg);
                }

       /* TEXT: only main articles **********************************/
        button {
            font-family: "Montserrat", sans-serif;
            font-style: normal;
            font-weight: 500;
            font-size: 14px;
            line-height: 18px;
            letter-spacing: 1.5px;
            text-transform: uppercase;
            color: var(--light-color);
            border: 2px solid var(--light-color); 
            background-color: transparent;
            padding: 10px 20px;
        }
                button:hover  {
                    background-color: #606a6e78;
                }


/* SMALL ARTICLES general + img *******************************************/
.clanci-small {
    width: 70vw;
    margin: 0 auto;
    margin-bottom: 140px;
}
.clanak-small {
    height: 875px;
}
        .clanci-small-2,
        .clanci-small-4 {
            height: 1100px;
            margin: 0 auto 80px auto;
        }
        .kolaz {
            position: relative;
            height: 600px;
        }
                .kolaz-images {
                    position: absolute;
                    z-index: 2;
                    transition-duration: 0.2s;
                }
                .kolaz-images:hover {
                    transform: scale(1.1);
                }
                .kolaz-img1,
                .kolaz-img4  {
                    left: -22%;
                    margin-top: 65px;
                }
                .kolaz-img2,
                .kolaz-img5 {
                    left: 44%;
                }
                .kolaz-img3,
                .kolaz-img6 {
                    left: 15%;
                    margin-top: 300px;
                    z-index: 1;
                }
                        .kolaz-img1 img,
                        .kolaz-img4 img {
                            width: 180px;
                        }
                        .kolaz-img2 img,
                        .kolaz-img5 img {
                            width: 260px;
                        }
                        .kolaz-img3 img,
                        .kolaz-img6 video,
                        .kolaz-img6 img {
                            width: 200px;
                        }

/* MAIN ARTICLES general + img ****************************************/
.clanak-main {
    position: relative;
    width: 100vw;
    height: 1340px;
    margin: 0px auto 75px auto;
}
        .main-xl,
        .main-sm,
        .main-text-div {
            position: absolute;
        }
                .main-xl {
                    overflow: hidden;
                    width: 110vw;
                    height: 540px;
                    left: 0%;
                }
                        .main-xl img {
                            position: absolute;
                            width: 970px;
                            height: auto;
                            left: -50%;
                        }
                .main-sm {
                    overflow: hidden;
                    width: 75vw;
                    height: 370px;
                    left: 6%;
                    top: 460px;
                }
                        .main-sm img,
                        .main-sm video {
                            position: absolute;
                            height: auto;
                            width: 280px;
                        }
                        .main-sm video {
                            top: -22%;
                        }
                .main-text-div {
                    left: 10%;
                    top: 880px;
                }



/* BTT ********************************************************************************************************************/
#btt {
    position: fixed;
    right: 10px;
    bottom: 20px;
    z-index: 1003;
    color: var(--light-color);
    font-size: 16px;
    line-height: 20px;
    border: 2.5px solid var(--light-color);
    border-radius: 50%;
    width: 30px;
    height: 30px;
    transition-duration: 0.4s;
}
#btt i {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
}
#btt:hover {
    color: var(--primary-color);
    border: 2.5px solid var(--primary-color);
    transform: rotate(360deg);
}
.btt-hide {
    opacity: 0;
}
.btt-show {
    opacity: 1;
}



/* FOOTER *****************************************************************************************/
footer {
    font-family: "Raleway", Arial,"Helvetica Neue", Helvetica, sans-serif;
    font-weight: 300;
    font-size: 11px;
    line-height: 16px;
    letter-spacing: 0.2px;
    padding: 20px 50px;
    text-align: center;
}
.napomena {
    margin-bottom: 8px;
}
.copy {
    margin-bottom: 0;
}



/* RESPONSIVE *****************************************************************************************/
@media (min-width: 360px) {
    header {
        height: 740px;
    }
            .header-img {
                width: 310px;
                height: 480px;
            }
            .header-img img {
                width: 430px;
                top: -20px;
            }
    .gallery-img {
        height: 236px;
    }
    .clanci-small {
        margin-bottom: 140px;
    }
            .clanak-small {
                height: 940px;
            }
            .kolaz {
                height: 615px;
            }
}

@media (min-width: 375px) {
    header {
        height: 812px;
    }
            .naslov {
                width: 310px;
            }
                    .naslov h1 {
                        font-size: 55px;
                        line-height: 60px;
                    }
            .header-img {
                height: 450px;
                top: 360px;
                width: 330px;
            }
                    .header-img img {
                        width: 440px;
                        top: -60px;
                        left: -68px;
                    }
    .intro {
        width: 280px;
        margin: 60px auto 100px auto;
    }
    .gallery-naslov {
        width: 70vw;
    }
            .gallery-img {
                height: 268px;
            }
    .clanak-small {
        height: 900px;
    }
    .clanak-main {
        height: 1380px;
    }
            .main-sm {
                height: 410px;
            }
            .main-sm img, .main-sm video {
                width: 310px;
            }
            .main-text-div {
                left: 10%;
                top: 900px;
            }
}

@media (min-width: 400px) {
    header {
        height: 900px;
    }
            .naslov a img {
                width: 135px;
            }
            .header-img {
                width: 390px;
                height: 490px;
                top: 385px;
            }
                    .header-img img {
                        width: 456px;
                        top: -28px;
                        left: -96px;
                    }
    .intro {
        margin: 60px auto 165px auto;
    }
    .gallery-naslov {
        top: -14%;
    }
            .gallery-img {
                height: 300px;
            }
    .clanci-small {
        margin-bottom: 160px;
    }
            .clanak-small {
                height: 1000px;
            }
            .kolaz {
                height: 740px;
            }
            .kolaz-img1, .kolaz-img4 {
                left: -22%;
            }
            .kolaz-img3, .kolaz-img6 {
                margin-top: 340px;
            }
                    .kolaz-img1 img,
                    .kolaz-img4 img {
                        width: 230px;
                    }
                    .kolaz-img2 img,
                    .kolaz-img5 img {
                        width: 322px;
                    }
                    .kolaz-img3 img,
                    .kolaz-img6 video,
                    .kolaz-img6 img {
                        width: 260px;
                    }
    .clanak-main {
        height: 1420px;
    }
            .main-sm { 
                left: 10%;
                height: 455px;
            }
            .main-sm img, .main-sm video {
                width: 332px;
            }
            .main-text-div {
                left: 14%;
                top: 940px;
            }
}

@media (min-width: 480px) {
    .header-img {
        width: 400px;
        left: 80px;
    }
            .header-img img {
                left: -50px;
            }
    .gallery-naslov {
        width: 60vw;
        top: -12%;
    }
            .gallery-img {
                width: 260px;
                height: 380px;
            }
    .main-sm {
        height: 440px;
        left: 10%;
        width: 68vw;
    }
            .main-sm img {
                width: 336px;
            }
    .main-text-div {
        top: 935px;
        left: 14%;
    }
            .kolaz {
                height: 725px;
            }
                .kolaz-img1 img,
                .kolaz-img4 img
                .kolaz-img3 img{
                    width: 230px;
                }
                .kolaz-img2 img, 
                .kolaz-img5 img {
                    width: 310px;
                }
                .kolaz-img3, 
                .kolaz-img6 {
                    margin-top: 330px;
                }
}




/* DESK *************************************/
@media (min-width: 768px) {
    #info {
        top: 900px;
        right: unset;
        left: 0;
        padding: 16px;
        font-size: 12px;
        line-height: 12px;
    }
            #info img {
                width: 52px;
                margin-bottom: 12px;
            } 
    header {
        height: 1024px;
    }
            .naslov,
            .header-img {
                left: 65px;
                top: 40px;
            }
            .naslov {
                width: 550px;
            }
                    .naslov h1 {
                        font-size: 76px;
                        line-height: 86px;
                    }
                    .naslov h5 {
                        font-size: 20px;
                    }
                    .logo a img {
                        width: 140px;
                    }
                    .first {
                        margin-left: 50px;
                    }
            .header-img {
                height: 700px;
                width: 660px;
                left: 125px;
                top: 340px;
            }
                    .header-img img {
                        width: 725px;
                        top: -105px;
                        left: -60px;
                    }
    .intro {
        width: 445px;
        margin: 100px auto;
    }
            .text-sample p {
                font-size: 18px;
                line-height: 24px;
            }
    .gallery-naslov {
        width: 90vw;
        top: -19%;
        left: 6%;
    }
            .gallery-naslov h2 {
                font-size: 66px;
                line-height: 68px;
            }
            .gallery-img {
                width: 25vw;
                height: 280px;
            }
    .clanak-text {
        width: 70vw;
    }
            .clanak-text h2, .clanak-sm-text h2 {
                font-size: 42px;
                line-height: 48px;
                margin-bottom: 10px;
            }
            .clanak-text p, .clanak-sm-text p {
                font-size: 16px;
                line-height: 24px;
                margin-bottom: 26px;
            }
            .sm-text-prvi {
                margin-top: 170px;
            }
            .sm-text-ostali {
                margin-top: 270px;
            }
            button {
                font-weight: 600;
                font-size: 16px;
                padding: 15px 40px;
            }
    .clanci-small {
        width: 80vw;
        margin-bottom: 260px;
    }
            .clanak-small {
                height: 700px;
            }
            .kolaz-img1 {
                left: -22%;
                margin-top: 140px;
            }
            .kolaz-img2  {
                left: 20%;
            }
            .kolaz-img3, 
            .kolaz-img6 {
                margin-top: 388px;
                left: 26%;
            }
            .kolaz-img4 {
                left: 5%;
                margin-top: 180px;
            }
            .kolaz-img5 {
                left: 55%;
                margin-top: 80px;
            }
    .clanak-main {
        height: 1545px;
    }
            .main-xl {
                width: 100vw;
                height: 640px;
            }
                    .main-xl img {
                        width: 1152px;
                        left: -4%;
                    }
            .main-sm {
                width: 426px;
                height: 610px;
                top: 492px;
            }
                    .main-sm img, .main-sm video {
                        width: 470px;
                    }
                    .main-sm video {
                        top: -120px;
                    }
            .main-text-div {
                top: 1170px;
            }   
    .napomena {
        margin-bottom: 6px;
    }
}



/* 992px */
@media (min-width: 991px) {
    #info {
        top: 640px;
    }
    header {
        height: 780px;
    }
            .naslov {
                margin: 20px auto 0 auto;
                left: 85px;
            }
            .header-img {
                width: 800px;
                height: 780px;
                left: 280px;
                top: 0px;
            }
                    .header-img img {
                        width: 930px;
                        top: -250px;
                    }
    .intro {
        width: 580px;
    }
    .gallery-img {
        height: 370px;
    }
            .gallery-naslov {
                top: -14%;
            }
    .clanci-small {
        width: 68vw;
        margin-bottom: 260px;
    }
            .kolaz-img3, .kolaz-img4 {
                left: 15%;
            }
            .kolaz-img5 {
                left: 58%;
            }
            .kolaz-img6 {
                left: 44%;
            }
    .clanak-main {
        height: 890px;
    }
            .main-xl {
                width: 840px;
                height: 500px;
                left: 16%;
            }
                    .main-xl-left {
                        left: 2%;
                    }
                    .main-xl img {
                        width: 960px;
                        top: -6%;
                    }
                    .main-xl-left img {
                        left: -6%;
                    }
            .main-sm {
                width: 280px;
                height: 440px;
                top: 130px;
                left: 6%;
            }
                    .main-sm-right {
                        left: 70%;
                    }
                    .main-sm img, .main-sm video  {
                        width: 320px;
                    }
            .main-text-div {
                top: 560px;
                left: 40%;
            }
                    .main-text-left {
                        left: 10%;
                    }
                    .clanak-text {
                        width: 50vw;
                    }
}

@media (min-width: 1200px) {
    #info {
        padding: 18px;
        font-size: 11px;
        line-height: 10px;
    }
            #info img {
                width: 56px;
                margin-bottom: 14px;
            }
    header {
        height: 850px;
    }
            .header-img {
                width: 1120px;
                height: 850px;
                left: 32%;
            }       
            .header-img img {
                width: 1000px;
                top: -32%;
                left: -12%;    
            }
    .intro {
        width: 800px;
        margin: 100px auto 200px auto;
    }
            .text-sample p {
                font-size: 20px;
                line-height: 30px;
            }
    .gallery {
        margin: 100px auto 200px auto;
    }
            .gallery-naslov {
                left: 40%;
                top: -14%;
            }
            .gallery-naslov h2 {
                font-size: 90px;
                line-height: 90px;
            }
            .gallery-img {
                width: 25vw;
                height: 466px;
            }
    .clanci-small {
        width: 76vw;
        margin-bottom: 220px;
    }
            .clanak-small {
                height: 800px;
            }
            .sm-text-prvi {
                margin-top: 160px;
            }
            .kolaz {
                width: 670px;
            }
                .kolaz-img1 {
                    left: 0;
                }
                .kolaz-img2 {
                    left: 34%;
                }
                .kolaz-img3, .kolaz-img4 {
                    left: 26%;
                }
                .kolaz-img3, .kolaz-img6 {
                    margin-top: 420px;
                }
                .kolaz-img5 {
                    left: 54%;
                    margin-top: -20px;
                }
                .kolaz-img6 {
                    left: 54%;
                }
                        .kolaz-img1 img,
                        .kolaz-img4 img {
                            width: 260px;
                        }
                        .kolaz-img2 img,
                        .kolaz-img5 img{
                            width: 340px;
                        }
                        .kolaz-img3 img,
                        .kolaz-img6 img,
                        .kolaz-img6 video {
                            width: 270px;
                        }
    .clanak-main {
        height: 950px;
    }
            .main-xl {
                left: 26%;
            }
                    .main-xl-left {
                        left: 10%;
                    }
            .main-sm {
                width: 320px;
                height: 470px;
                top: 88px;
                left: 10%;
            }
                    .main-sm-right {
                        left: 66%;
                    }
                    .main-sm img, .main-sm video {
                        width: 364px;
                    }
            .clanak-text {
                width: 900px;
            }
                    .main-text-div {
                        top: 600px;
                        left: 22%;
                    }
                    .main-text-left {
                        left: 14%;
                    }
                        .clanak-text h2 {
                            font-size: 56px;
                            line-height: 64px;
                        }
                        .clanak-text p {
                            font-size: 18px;
                            line-height: 24px;
                            margin-bottom: 50px;
                        }
}

@media (min-width: 1366px) {
    .naslov h1 {
        font-size: 88px;
        line-height: 90px;
    }
    .header-img {
        left: 33%;
    }
            .header-img img {
                width: 1100px;
                left: -14%;
                top: -46%;
            }
    .gallery-img {
        height: 500px;
    }
            .gallery-naslov {
                top: -13%;
                left: 44%;
            }
}

@media (min-width: 1440px) {
    #info {
        top: 750px;
    }
    header {
        height: 950px;
    }
            .naslov {
                left: 65px;
                width: 640px;
            }
            .naslov h1 {
                font-size: 105px;
                line-height: 110px;
            }
            .logo {
                margin-bottom: 40px;
            }
            .header-img {
                left: 34%;
                height: 920px;
            }
            .header-img img {
                left: -12%;
                top: -36%;
            }
    .clanak-main {
        height: 1090px;
    }
    .main-xl {
        width: 1000px;
        height: 580px;
        left: 24%;
    }
            .main-xl-left {
                left: 10%;
            }
            .main-xl img {
                width: 1235px;
                top: -18%;
            }
    .main-sm {
        width: 320px;
        height: 480px;
        top: 150px;
        left: 10%;
    }
            .main-sm-right {
                left: 70%;
            }
    .main-text-div {
        top: 650px;
        left: 36%;
    }
            .main-text-left {
                left: 14%;
            }
            .clanak-text {
                width: 780px;
            }
}




@media (min-width: 1650px) {
    #info {
        top: 880px;
    }
    header {
        height: 1070px;
    }
            .naslov {
                width: 740px;
                left: 130px;
            }
                    .naslov h1 {
                        font-size: 120px;
                        line-height: 130px;
                    }
                    .naslov h5 {
                        font-size: 22px;
                        line-height: 26px;
                        letter-spacing: 1.6px;
                    }
                    .logo a img {
                        width: 180px;
                        margin-bottom: 30px;
                    }
            .header-img {
                width: 1190px;
                height: 1060px;
                left: 31%;
            }       
                    .header-img img {
                        width: 1170px;
                        top: -24%;
                        left: 0%;
                    }
    .gallery {
        width: 84vw;
        margin: 100px auto 180px auto;
    }
            .gallery-img {
                height: 515px;
                width: 20vw;
            }
            .gallery-naslov {
                top: -11%;
                left: 36%;
            }
    .clanci-small {
        width: 64vw;
    }
            .clanak-small {
                height: 820px;
            }
            .sm-text-prvi {
                margin-top: 200px;
            }
                    .kolaz-img1 {
                        left: -6%;
                    }
                    .kolaz-img5 {
                        left: 60%;
                    }
                    .kolaz-img6 {
                        left: 48%;
                    }
                            .kolaz-img1 img,
                            .kolaz-img4 img {
                                width: 280px;
                            }
                            .kolaz-img2 img,
                            .kolaz-img5 img {
                                width: 340px;
                            }
                            .kolaz-img3 img,
                            .kolaz-img6 img,
                            .kolaz-img6 video {
                                width: 300px;
                            }
    .clanak-main {
        height: 1150px;
    }
            .main-xl {
                width: 1140px;
                height: 670px;
            }
                    .main-xl img {
                        width: 1425px;
                    }
            .main-sm {
                width: 360px;
                height: 540px;
                top: 207px;
            }
                    .main-sm img {
                        width: 412px;
                    }
            .main-text-div {
                top: 740px;
            }
                    .clanak-text {
                        width: 960px;
                    }
    #btt {
        right: 20px;
        bottom: 30px;
    }
}

@media (min-width: 1920px) {
    header {
        height: 1090px;
    }
            .header-img {
                width: 1340px;
                height: 1090px;
                left: 31%;
            }       
                    .header-img img {
                        width: 1340px;
                        top: -36%;
                        left: 0%;
                    }
                    .first {
                        margin-left: 40px;
                    }
                    .second {
                        margin-left: -30px;
                    }
                    .third {
                        margin-left: 120px;
                    }
    .gallery {
        width: 1340px;
        margin: 100px auto 260px auto;
    }
            .gallery-naslov {
                left: 34%;
                top: -16%;
            }
            .gallery-naslov h2 {
                font-size: 100px;
                line-height: 100px;
            }
            .gallery-img {
                width: 324px;
                height: 466px;
            }
    .clanci-small {
        width: 54vw;
        margin-bottom: 345px;
    }
            .clanak-small {
                height: 700px;
                margin: 0 auto 50px auto;
            }
            .sm-text-prvi {
                margin-top: 180px;
            }
            .sm-text-ostali {
                margin-top: 280px;
            }
                    .kolaz-img1 img,
                    .kolaz-img4 img {
                        width: 280px;
                    }
                    .kolaz-img2 img,
                    .kolaz-img5 img{
                        width: 340px;
                    }
                    .kolaz-img3 img,
                    .kolaz-img6 img,
                    .kolaz-img6 video {
                        width: 270px;
                    }
    .clanak-main {
        margin-bottom: 100px;
    }
            .main-xl {
                left: 28%;
            }
                    .main-xl-left {
                        left: 13%;
                    }
            .main-sm {
                left: 12%;
            }
                    .main-sm-right {
                        left: 70%;
                    }
                    .main-sm video {
                        width: 400px;
                    }
            .main-text-div {
                top: 746px;
                left: 36%;
            }
                    .main-text-left {
                        left: 16%;
                    }
}

@media (min-width: 1921px) {
    #info {
        top: 1090px;
    }
    header {
        height: 1520px;
    }
            .naslov {
                width: 1190px;
                margin: 100px 0 50px 50px;
            }
                    .naslov h1 {
                        font-size: 168px;
                        line-height: 160px;
                        margin: 56px 0 0 128px;   
                    }
                    .naslov h5 {
                        font-size: 28px;
                        line-height: 30px;
                        letter-spacing: 1.5px;
                        margin: 20px 0 0 128px;   
                    }
                    .naslov a img {
                        width: 270px;
                    }
            .header-img {
                width: 1600px;
                height: 1400px;
                left: 35%;
            }   
                    .header-img img {
                        width: 1600px;
                        left: 0%;
                        top: -30%;
                    }
    .intro {
        width: 900px;
        margin: 20px auto 260px auto;
    }
    .gallery {
        width: 1800px;
        margin: 180px auto 300px auto;
    }
            .gallery-img {
                width: 436px;
                height: 650px;
            }
            .gallery-naslov {
                left: 44%;
                top: -11%;
            }
    .clanak-sm-text h2 {
        font-size: 56px;
        line-height: 66px;
        letter-spacing: 1px;
    }
            .clanak-sm-text p {
                font-size: 18px;
                line-height: 24px;
                letter-spacing: 1px;
                margin-bottom: 50px;
            }
            .sm-text-prvi {
                margin-top: 140px;
            }
            .sm-text-ostali {
                margin-top: 290px;
            }
            .cta {
                font-size: 26px;
                line-height: 30px;
                width: 60px;
                height: 60px;
            }
    .clanci-small {
        width: 1420px;
    }
            .clanak-small {
                height: 950px;
                margin: 0 auto 40px auto;
            }
            .kolaz-img1 {
                left: 0;
            }
            .kolaz-img2 {
                left: 50%;
            }
            .kolaz-img3 {
                margin-top: 540px;
                left: 40%;
            }
            .kolaz-img5 {
                left: 78%;
            }
            .kolaz-img6 {
                margin-top: 480px;
                left: 76%;
            }
                    .kolaz-img1 img,
                    .kolaz-img3 img,
                    .kolaz-img6 video,
                    .kolaz-img6 img {
                        width: 350px;
                    }
                    .kolaz-img2 img, 
                    .kolaz-img5 img {
                        width: 450px;
                    }
                    .kolaz-img4 img {
                        width: 400px;
                    }
    .clanak-main {
        height: 1240px;
    }
            .main-xl {
                width: 1450px;
                height: 780px;
            }
                    .main-xl-left {
                        left: 14%;
                    }
                            .main-xl img {
                                width: 1652px;
                            }
                            .main-xl-left img {
                                left: -2%;
                                top: -10%;
                            }
            .main-sm {
                left: 14%;
                top: 240px;
                width: 460px;
                height: 610px;
            }
                    .main-sm-right {
                        left: 68%;
                    }
                    .main-sm img, .main-sm video {
                        width: 465px;
                    }
                    .main-sm video {
                        top: -160px;
                    }
            .clanak-text {
                width: 1200px;
            }
                    .main-text-div {
                        top: 865px;
                    }
                    .main-text-left {
                        left: 18%;
                    }
                            .clanak-text h2 {
                                font-size: 60px;
                                line-height: 76px;
                            }
    #btt {
        right: 40px;
        bottom: 40px
    }
}