:root {
    --primary-color: #ffb100; 
    --primary-color-hover: #ff5656;
    --light-color: #fff;
    --text-color-dark: #1f1f1f;
    --text-color-medium-dark: #858585;
    --text-color-articles: #443030;
    --section-color-1: #e67275;
    --section-color-2: #d3a743;
    --section-color-3: #705e56;
}
html {
    overflow-x: hidden;
    scroll-behavior: smooth;
}
body {
    overflow-x: hidden;
    background-color:var(--light-color);
}
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);
}


/* INFO  **********************************************************/
#info {
    position: fixed;
    z-index: 1002;
    top: 90px;
    padding: 8px;
    background-color: #161616;
    box-shadow: 3px 3px 20px #292929;
    font-family: "Raleway", 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;
            }


/* NAVI + FIXED ELEMENTS ********************************************************************************************************************/
.nav-mob {
    position: fixed;
    top: 20px;
    left: 50%;
    transform: translateX(-50%);
    z-index: 1001;
    align-items: center;
}
.logo-m {
    background-color: var(--primary-color);
    border-radius: 50%;
    width: 50px;
    height: 50px;
    margin-right: 4px;
    position: relative;
}
        .logo {
            position: fixed;
            top: 20px;
            left: 20px;
            z-index: 1001;
            background-color: var(--primary-color);
            border-radius: 50%;
            width: 50px;
            height: 50px;
            transition: 0.3s;
        }
.navigacija {
    position: fixed;
    right: 20px;
    top: 20px;
    z-index: 1001;
}
        .link-nav,
        .btt {
            background-color: var(--primary-color);
            border-radius: 50%;
            width: 50px;
            height: 50px;
            margin-right: 4px;
            transition: 0.3s;
            position: relative;
        }
        .logo img,
        .logo-m img,
        .link-nav img {
            width: 22px;
            height: 22px;
            position: absolute;
            top: 50%;
            left: 50%;
            transform: translate(-50%, -50%);
            transition: 0.3s;
        }
        .logo:hover,
        .link-nav:hover,
        .btt:hover {
            background-color: #ff5656;
        }
        .logo:hover img,
        .link-nav:hover img {
            width: 26px;
            height: 26px;
        }

        
/**************/
.btt-a {
    color: #fff;
    font-size: 26px;
    position: relative;
}
        .btt-a:hover {
            color: #fff;
            font-size: 30px;
        }
.btt {
    opacity: 0;
    transition: opacity 1s;
}
        .btt i {
            position: absolute;
            top: 50%;
            left: 50%;
            transform: translate(-50%, -50%);
        }
        .btt-mob {
            position: fixed;
            bottom: -10px;
            left: 50%;
            transform: translateX(-50%);
            z-index: 1001;
        }
    


/* HEADER ********************************************************************************************************************/
header {
    position: relative;
    height: 100vh;
    width: 100vw;
    clip-path: polygon(0 0, 100% 0, 100% 100%, 0% 100%);
    box-shadow: 5px 3px 10px #828282;
    margin-bottom: 40px;
}
        /* .parallax-img {
            position: fixed;
            height: 115%;
            width: auto;
            top: 0;
            left: -365px;
        } */
        .parallax-img {
            position: fixed;
            height: 100%;
            width: 100%;
            top: 0;
            left: 0;
            background-image: url('../img/header-skin-v2b.jpg');
            background-repeat: no-repeat;
            background-size: cover;
            background-position: 27% 0%;
            animation: Slider 20s linear 2s infinite;
        }
                @keyframes Slider {
                    0% {background-image: url('../img/header-skin-v2b.jpg');}
                    28% {background-image: url('../img/header-skin-v2b.jpg');}
                    38% {background-image: url('../img/header-makeup-3.jpg');}
                    61% {background-image: url('../img/header-makeup-3.jpg');}
                    64% {background-image: url('../img/header-hair-wide-3.jpg');}
                    94% {background-image: url('../img/header-hair-wide-3.jpg');}
                    97% {background-image: url('../img/header-skin-v2b.jpg');}
                    100% {background-image: url('../img/header-skin-v2b.jpg');}
                }
                @-webkit-keyframes Slider{
                    0% {background-image: url('../img/header-skin-v2b.jpg');}
                    28% {background-image: url('../img/header-skin-v2b.jpg');}
                    38% {background-image: url('../img/header-makeup-3.jpg');}
                    61% {background-image: url('../img/header-makeup-3.jpg');}
                    64% {background-image: url('../img/header-hair-wide-3.jpg');}
                    94% {background-image: url('../img/header-hair-wide-3.jpg');}
                    97% {background-image: url('../img/header-skin-v2b.jpg');}
                    100% {background-image: url('../img/header-skin-v2b.jpg');}
                }
                @-moz-keyframes Slider {
                    0% {background-image: url('../img/header-skin-v2b.jpg');}
                    28% {background-image: url('../img/header-skin-v2b.jpg');}
                    38% {background-image: url('../img/header-makeup-3.jpg');}
                    61% {background-image: url('../img/header-makeup-3.jpg');}
                    64% {background-image: url('../img/header-hair-wide-3.jpg');}
                    94% {background-image: url('../img/header-hair-wide-3.jpg');}
                    97% {background-image: url('../img/header-skin-v2b.jpg');}
                    100% {background-image: url('../img/header-skin-v2b.jpg');}
                }
        .overlay {
            position: absolute;
            width: 100%;
            height: 100%;
            background-color: #1f1f1f75;
            top: 0;
        }
.naslov {
    position: absolute;
    top: 72%;
    width: 250px;
    left: 50%;
    transform: translate(-50%, -50%);
    text-align: center;
}
        .naslov h1 {
            color: var(--light-color);
            font-family: 'Raleway', Helvetica, sans-serif;
            font-weight: 700;
            font-size: 130px;
            line-height: 90px;
            letter-spacing: 0px;
            text-transform: lowercase;
            -webkit-text-stroke: 8px var(--light-color);
            word-wrap: break-word;
            text-shadow: 5px 5px 5px #464646;
        }
           
#intro,
#skincare, 
#makeup,
#hair  {
    margin-bottom: 60px;
}


/* INTRO ********************************************************************************************************************/
#intro {
    color: var(--text-color-medium-dark);
}
        .citat-text {
            font-family: 'Noto Serif Display', serif;
            font-size: 28px;
            line-height: 40px;
            font-weight: 400;
            font-style: italic;
            padding: 104px 12px 4px 12px;
        }
        .autor {
            font-family: 'Raleway', Helvetica, sans-serif;
            font-size: 16px;
            line-height: 46px;
            letter-spacing: 0.8px;
            font-weight: 500;
            padding-bottom: 50px;
        }
        /* .citat::before,
        .citat::after {
            content: "“";
            color: #85858526;
            font-family: 'Shippori Mincho B1', serif;
            font-size: 440px;
            line-height: 20px;
            font-weight: 600;
            z-index: 99;
            position: absolute;
            bottom: 230px;
            left: -3px;
        }
                .citat::after {
                    content: "”";
                    bottom: -30px;
                    left: unset;
                    right: -8px;
                } */

                .citat::before,
                .citat::after {
                    content: "“";
                    position: absolute;
                    bottom: 280px;
                    left: -50px;
                    font-family: 'Shippori Mincho B1', serif;
                    font-size: 400px;
                    line-height: 20px;
                    font-weight: 600;
                    z-index: 99;
                    color: #212529;
                }
                .citat::after {
                    content: "”";
                    bottom: -94px;
                    right: -50px;
                    left: unset;
                }



/* SECTIONS ****************************************************************************************************************/
.podnaslov {
    padding: 0;
    height: 240px;
    background-image: url('../img/brooke-lark-atzWFItRHy8-unsplash.jpg');
    background-size: cover;
    background-repeat: no-repeat;
    background-position: 20% 0%;
}
        #makeup .podnaslov {
            height: 260px;
            background-image: url('../img/makeup/igor-rand-3J4HyvV9bwY-unsplash.jpg');
            background-position: 0 40%;
        }
        #hair .podnaslov {
            height: 260px;
            background-image: url('../img/pawel-czerwinski-Tyg0rVhOTrE-unsplash.jpg');
            background-position: 0 80%;
        }
                .podnaslov h2 {
                    color: var(--light-color);
                    font-family: 'Raleway', sans-serif;
                    font-weight: 600;    
                    font-size: 60px;
                    line-height: 80px;
                    letter-spacing: 0.5px;
                    text-transform: lowercase;
                    position: relative;
                    padding: 15px 30px;
                    width: 300px;
                    left: 42px;
                    top: 180px;
                    z-index: 100;
                    -webkit-text-stroke: 3px;
                    background-color: #e67275;
                    } 
                            #makeup .podnaslov h2 {
                                background-color: #8b6a02;
                                }
                            #hair .podnaslov h2 {
                                background-color: #46403d;
                                }
.top-opis {
    padding: 30px 15px;
}
        .top-opis h2 {
            color: var(--section-color-1);
            font-family: 'Roboto Condensed', sans-serif;
            font-size: 50px;
            line-height: 50px;
            font-weight: 700;
            -webkit-text-stroke: 3px;
            text-transform: uppercase;
            letter-spacing: -1px;
        }
                #makeup .top-opis h2 {
                    color: var(--section-color-2);
                }
                #hair .top-opis h2 {
                    color: var(--section-color-3);
                }
        .top-opis p {
            color: #8b3133;
            font-family: 'Lato', sans-serif;
            font-size: 20px;
            line-height: 22px;
            font-weight: 300;
            margin-bottom: 40px;
            padding-left: 5px;
        }
                #makeup .top-opis p {
                    color: #bb9009;
                }
                #hair .top-opis p {
                    color: #46403d;
                }
        .opis-btn {
            color: var(--section-color-1);
            font-family: 'Lato', sans-serif;
            font-size: 17px;
            line-height: 25px;
            font-weight: 400;
            transition-duration: 0.2s;
            border: 3px solid var(--section-color-1);
            border-radius: 24px;
            padding: 6px 40px;
            text-transform: uppercase;
            letter-spacing: 1.5px;
        }
                .opis-btn:hover {
                    color: var(--light-color);
                    background-color: var(--section-color-1);
                    border: 3px solid var(--section-color-1);
                }
                #makeup .opis-btn {
                    color: var(--section-color-2);
                    border: 3px solid var(--section-color-2);
                }
                        #makeup .opis-btn:hover {
                            color: var(--light-color);
                            background-color: var(--section-color-2);
                            border: 3px solid var(--section-color-2);
                        }
                #hair .opis-btn {
                    color: var(--section-color-3);
                    border: 3px solid var(--section-color-3);
                }
                        #hair .opis-btn:hover {
                            color: var(--light-color);
                            background-color: var(--section-color-3);
                            border: 3px solid var(--section-color-3);
                        }
.clanak-sve h3 {
    color: var(--text-color-articles);
    font-family: 'Roboto Condensed', sans-serif;
    font-size: 34px;
    line-height: 34px;
    font-weight: 700;
    -webkit-text-stroke: 1.8px;
    text-transform: uppercase;
    letter-spacing: -0.8px;
    margin-top: 14px;
    transition: 0.2s ease;
}
            .clanak-sve:hover img {
                transform: rotate(-2deg);
                filter: contrast(1.2);
            }
            #skincare .clanak-sve:hover h3 {
                color: var(--section-color-1);
            }
            #makeup .clanak-sve:hover h3 {
                color: var(--section-color-2);
            }
            #hair .clanak-sve:hover h3 {
                color: var(--section-color-3);
            }
    .clanak-sve p {
        color: var(--text-color-articles);
        font-family: 'Lato', sans-serif;
        font-size: 18px;
        line-height: 20px;
        font-weight: 300;
        letter-spacing: -0.1px;
        margin-bottom: 34px;
    }


/* SLIDER proizvodi ***********************************************************/
.product-slider {
    width: 80vw;
    margin: 50px auto;
    padding: 0;
}
.slide {
    position: relative;
    margin: 0 15px;
    height: 220px;
}
.slide img, 
.button-vise,
.foto-caption {
    position: absolute;
}
        .slide img {
            width: auto;
            height: 80%;
            transition: filter 0.4s;
            top: 40%;
            left: 50%;
            transform: translate(-50%, -50%);
        }
        .foto-caption {
            color: var(--text-color-medium-dark);
            font-family: 'Lato', sans-serif;
            font-weight: 700;
            font-size: 16px;
            padding-left: 16px;
            bottom: 0;
        }
        .button-vise {
            background-color: var(--primary-color);
            color: var(--light-color);
            width: 70px;
            height: 70px;
            border-radius: 50%;
            border: 0;
            filter: drop-shadow(2px 2px 3px #8d8d8d);
            transition: 0.3s;
            bottom: 14px;
            left: unset;
            right: 0px;
        }
                .button-vise:hover {
                    background-color: var(--primary-color-hover);
                    filter: drop-shadow(2px 2px 3px #7d7d7d);
                }
                .button-vise::after {
                    content: "+";
                    position: absolute;
                    color: var(--light-color);
                    top: 40%;
                    left: 50%;
                    transform: translate(-50%, -50%);
                    font-size: 70px;
                    line-height: 70px;
                    transition: 0.3s;
                }
                            .button-vise:hover::after  {
                                font-size: 74px;
                        }


/*********************************************************************************************************************/
footer {
    background-color: #fff;
    font-family: "Raleway", Helvetica, sans-serif;
    color: #1f1f1f;
    font-weight: 500;
    /* box-shadow: 3px 3px 10px #828282; */
    font-size: 10px;
    line-height: 14px;
    letter-spacing: 1px;
    text-align: center;
    padding: 20px 50px 50px 50px;
}
        footer p {
            margin-bottom: 0;
        }
        .copy {
            margin-bottom: 0;
        }






/* RESPONSIVE  **************************************************************************************/
@media (min-width: 360px) {
    .parallax-img {
        background-position: 30% 0%;
    }
            .naslov {
                width: 320px;
                top: 80%;
            }
            .naslov h1 {
                font-size: 140px;
                -webkit-text-stroke: 10px var(--light-color);
            }
    /* .citat::before {
        bottom: 178px;
    } */
    .citat::before {
        bottom: 235px;
    }
    .podnaslov h2 {
        width: 480px;
    }
}

@media (min-width: 400px) {
    .parallax-img {
        background-position: 34% 0%;
    }
            .naslov h1 {
                font-size: 170px;
                line-height: 115px;
            }
    /* .citat::before {
        bottom: 152px;
    } */
    .citat::before {
        bottom: 200px;
    }
    .podnaslov h2 {
        padding: 15px 50px;
    }
}

@media (min-width: 480px) {
    .parallax-img {
        background-position: 32% 0%;
    }
}




@media (min-width: 768px) {
    #info {
        top: 154px;
        padding: 12px;
        font-size: 11.5px;
        line-height: 12px;
    }
            #info img {
                width: 48px;
                margin-bottom: 12px;
            }            
    .link-nav, .btt {
        margin-bottom: 8px;
    }
    .parallax-img {
        background-position: 28% 0%;
    }
            .naslov {
                width: 700px;
                top: 82%;
            }
    .citat::before {
        /* bottom: 136px; */
        bottom: 160px;
        left: -20px;
    }
    .podnaslov h2 {
        font-size: 70px;
        padding: 1.2rem 3rem;
        -webkit-text-stroke: 4px;
    }
            .top-opis h4 {
                font-size: 60px;
                line-height: 60px;
            }
            .clanak-sve h3 {
                font-size: 42px;
                line-height: 40px;
            }
}

@media (min-width: 992px) {
    #info {
        top: 160px;
        padding: 12px;
        font-size: 10px;
        line-height: 12px;
    }
            #info img {
                width: 45px;
            }
    .citat-text {
        padding: 80px 80px 0 80px;
    }
            /* .citat::before {
                bottom: 80px;
                left: 50px;
            }
            .citat::after {
                bottom: 12px;
                right: 50px;
            } */
            .citat::before {
                bottom: 140px;
                left: -50px;
            }
            .citat::after {
                bottom: -20px;
            }
    footer {
        padding: 20px 50px;
    }
}




@media (min-width: 1200px) {
    .citat-text {
        padding: 80px 180px 0 180px;
    }
            /* .citat::before {
                left: 108px;
            }
            .citat::after {
                bottom: 30px;
                right: 102px;
            } */
            .citat::before {
                bottom: 40px;
                left: 25px;
            }
            .citat::after {
                bottom: 46px;
                right: 22px;
            }
}

@media (min-width: 1366px) {
    .parallax-img {
        background-size: 126%;
    }
            .naslov {
                top: 56%;
            }
}

@media (min-width: 1650px) {
    #info {
          top: 176px;
          padding: 12px;
          font-size: 11px;
          line-height: 10px;
      }
            #info img {
                width: 50px;
                margin-bottom: 12px;
            }
    header {
        height: 80vh;
    }
            .parallax-img {
                background-size: 120%;
            }
            .naslov {
                top: 56%;
            }
                    .naslov h1 {
                        font-size: 180px;
                        -webkit-text-stroke: 14px var(--light-color);
                        letter-spacing: 4px;
                    }
}




@media (min-width: 1920px) {
    .parallax-img {
        background-size: 105%;
    }
            .naslov {
                width: 1200px;
            }
    #skincare, 
    #makeup,
    #hair  {
        margin-bottom: 140px;
    }
    .autor {
        padding-bottom: 0px;
    }
            /* .citat::before {
                bottom: 52px;
            }
            .citat::after {
                bottom: 8px;
            } */
            .citat::before,.citat::after {
                bottom: 0px;
            }
    .top-opis {
        padding: 80px 240px 0 0;        
    }
            .top-opis h2 {
                font-size: 110px;
                line-height: 112px;
                -webkit-text-stroke: 3px;
                letter-spacing: -2px;
            }
    .clanak-sve p {
        font-size: 20px;
        line-height: 22px;
        }
}

@media (min-width: 1921px) {
    #info {
        padding: 20px;
        font-size: 12px;
        line-height: 10px;
        top: 196px;
    }
            #info img {
                width: 60px;
                margin-bottom: 20px;
            }
    .logo {
        width: 70px;
        height: 70px;
    }
            .navigacija {
                top: 80px;
            }
            .link-nav, .btt {
                width: 70px;
                height: 70px;
            }
            .logo img, .link-nav img {
                width: 30px;
                height: 30px;
            }
    header {
        margin-bottom: 55px;
    }
            .parallax-img {
                background-size: 100%;            
            }
            .naslov {
                top: 49%;
            }
            .naslov h1 {
                font-size: 260px;
                line-height: 260px;
                letter-spacing: -3px;
                -webkit-text-stroke: 12px #fff;
            }
    #intro, #skincare, #makeup, #hair {
        margin-bottom: 140px;
    }
    .citat-text {
        font-size: 34px;
        line-height: 48px;
    }
            /* .citat::before {
                bottom: 34px;
                left: 64px;
            }
            .citat::after {
                bottom: -6px;
                right: 74px;
            } */
            .citat::before {
                left: -20px;
            }
            .citat::after {
                right: .5px;
            }

    .podnaslov {
        height: 260px;
    }
            .podnaslov h2 {
                width: 1000px;
                font-size: 100px;
                line-height: 100px;
                letter-spacing: 0.5px;
                padding: 16px 64px;
                left: 140px;
                top: 160px;
            }
                    .top-opis {
                        padding: 80px 340px 0 0;
                    }
                    .top-opis h2 {
                        font-size: 130px;
                        line-height: 134px;
                        -webkit-text-stroke: 4px;
                    }
                    .top-opis p {
                        font-size: 28px;
                        line-height: 34px;
                    }
                    .clanak-sve h3 {
                        font-size: 45px;
                        line-height: 45px;
                    }
    .product-slider {
        width: 70vw;
    }
            .button-vise {
                right: 80px;
            }
            .foto-caption {
                font-size: 20px;
            }
}



