*{
    padding: 0;
    margin: 0;
    box-sizing: border-box;
    list-style: none;
}

h1,h2,h3,h4,h5,a,ul li, p, span, span1{
    font-family: font1;
}

html{
    scroll-behavior: smooth;
}
a{
    text-decoration: none;
}
section{
   overflow: hidden;

}

.container{
    width: 95%;
    margin: 0 auto;
}

.container1{
    width: 85%;
    margin: 0 auto;
}

.mobile-filter{
    display: none;
}

.mobile-filter select {
        width: 100%;
        padding: 10px;
        font-size: 16px;
    }


@font-face {
    font-family: font1;
    src: url(../Montserrat/Montserrat-VariableFont_wght.ttf);
}

.under{
    margin: 300px auto;
}

.under img{
    max-width: 200px;
    display: block;
    margin: auto;
}


#preloader{
    background: #ffffff url('../img/loader.gif') no-repeat center center;
    background-size: 20%;
    height: 100vh;
    width: 100%;
    position: fixed;
    z-index: 9999;
    top: 0;
  
  }


/*NAVI*/

.navi{
    position: fixed;
    padding: 20px 0;
    width: 100%;
    background-color: rgba(255, 255, 255, 0.7);
    z-index: 9998;
    transition: .5s;
    box-shadow: 0 0 15px #d8c066;
    border-bottom: 1px solid #d8c066;

}
.navi-container{
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    width: 50%;
    margin: auto;
    position: relative;
}

.navi-container li a{
    color: #181818;
    display: block;
    font-weight: 500;
}

.navi i{
    color: #009fe3;
}


.jedan{
	display: inline-block;
	position: relative;
}
.jedan:before{
	content: '';
	position: absolute;
	width: 100%;
	transform: scaleX(0);
	height: 2px;
	bottom: 0;
	left: 0;
	background-color: #009fe3;
	transform-origin: bottom right;
	transition: transform 0.25s ease-out;
}
.jedan:hover::before{
	transform: scaleX(1);
	transform-origin: bottom left;
}

.shop{
    background-color: #0bace3;
    padding: 5px 10px;
    color: white;
    border-radius: 5px;
}

.content-shop-main{
    display: flex;
    flex-wrap: wrap;

}

.content-shop-single{
    flex-basis: 20%;
    text-align: center;
}

.content-shop-single img{
    max-width: 100%;
}





/*MENU TOGGLE*/

.menu-toggle {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    width: 40px;
    height: 40px;
    background-color: transparent;
    border: none;
    cursor: pointer;
    position: fixed;
    right: 50px;
    top: 50px;
    display: none;
  
  }


  
  .bar {
    position: relative;
    width: 100%;
    height: 3px;
    background-color: #ffb001;
    margin: 4px 0;
    transition: transform 0.3s ease;
    z-index: 9999;
  }
  
  .menu-toggle.open .bar:nth-child(1) {
    transform: translateY(11px) rotate(45deg);
    background-color: #333;
  }
  
  .menu-toggle.open .bar:nth-child(2) {
    opacity: 0;
  }
  
  .menu-toggle.open .bar:nth-child(3) {
    transform: translateY(-11px) rotate(-45deg);
    background-color: #333;
  }



.navi img{
    max-width: 200px;
    transition:.5s;
    display: block;
    margin: auto;
}

.sticky{
    background-color: rgba(255, 255, 255, .8);
    padding: 20px;
    transition: .7s;
}

.sticky img{
    max-width: 90px;
    transition: .7s;
}

.sticky li a{
    margin-top: 5px;
    transition: .7s;
}


.social ul{
    position: relative;
    display: flex;
    flex-direction: row;
    margin-left: 15px;
}

.social ul li{
    margin-right: 10px;
}

.social a{
    color: #353535;
}


.social ul li:last-of-type{
    display: block;
    position: absolute;
    right: 0;
}

.mobile-logo{
    display: none;
}

/*
.slider{
    background-image: url('../img/maleworker.jpg');
    background-attachment: fixed;
    background-size: 100%;
    background-repeat: no-repeat;
    height: 100vh;
    position: relative;
}



.slider h1{
    font-size: 4em;
    position: absolute;
    top: 40%;
    left: 5%;
    width: 50%;
    background-color: rgba(255, 255, 255, .3);
    padding: 50px;
}

.slide-single i{
    color: white;
}*/

.spec{
    margin: 50px auto;
}
.spec h2{
    text-align: center;
    margin: 30px auto;
}



.slideshow-container {
    width: 100%;
    height: 100vh;
    position: relative;
    top: 0;
    left: 0;
    margin: auto;
    }

    .lejer{
        position: absolute;
        width: 100%;
        height: 100%;
        top: 0;
        left: 0;
        background-color: rgba(0, 0, 0, 0.9);
        border-bottom: 2px solid white;
        opacity: .7;
        animation: fade_in1 .5s linear;
    }

    @keyframes fade_in1{
        from{
            top:-100%;
            opacity: 0;
    
        }
        to{
            top: 0;
    
        }
    }
    
    .mySlides {
    display: none;
    }
    
    img {
    width: 100%;
    }

    .slideshow-container {
        max-width: 100%;
        position: relative;
        margin: auto;
        }
        
        .slajder {
        display: none;
        animation-name: fade;
        animation-duration: 1s;
        }
        
        @keyframes fade {
        from {opacity: 0}
        to {opacity: 1}
        }
        

.slajder h1{
position: absolute;
bottom: 10%;
left: 5%;
padding: 30px 50px;
color: white;
text-transform: uppercase;
font-size: 3em;
font-weight: 900;
animation: fade_in .6s linear;
display: block;
font-family: 'Gill Sans', 'Gill Sans MT', Calibri, 'Trebuchet MS', sans-serif;
width: 90%;
}

@keyframes fade_in{
    from{
        bottom:-20%;
        opacity: 0;

    }
    to{
        bottom: 10%;

    }
}

.slajder h1 span{
    font-size: .7em;
    font-weight: 100;
    text-transform: capitalize;
}



    .slajder a{
        position: absolute;
        top: 85%;
        left: 10%;
        color: white;
        font-size: 1em;
        text-align: center;
        margin: 20px 0;
        padding: 20px 30px;
        text-transform: uppercase;
        animation: fade_button .7s linear;
        transition: .7s;
        border: 1px solid white;
        }

.slajder a:hover{
    background-color: transparent;
    color: #d8c066;
    transition: .6s;
    border: 1px solid #d8c066;
}

        @keyframes fade_button{
            from{
                top:-10%;
                opacity: 0;
        
            }
            to{
                top: 85%;
        
            }
        }

/*OFFER MAIN*/

.offer-main{
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    text-align: center;
}

.offer-single{
    flex-basis: 30%;
}

.offer-single img{
    max-width: 100%;
}

.offer-single h4{
    font-weight: 300;
    font-size: 1.1em;
}





/* MAIN OFFER */
#single2{
    margin-top:50px;
    text-align: center;
    background-image: url('../img/G03.png');
    background-repeat: no-repeat;
    background-size: 20%;
    background-position: bottom;
    text-align: center;
}

#single2 img{
    max-width: 50%;
    margin: auto;
}

#single2 div{
    flex-basis: 12%;
    padding: 10px;
}


#single2 h2{
    font-size: 1em;
    font-weight: 400;
    color: #ffb001;
    margin-top: 30px;
    border-bottom: 1px solid #ffb001;
    padding: 10px 50px;
}
.main-offer-label h2{
    text-align: center;
    margin: 30px auto;
    font-weight: 200;
}



.dugme1{
    width: 200px;
    padding: 15px 0;
    text-align: center;
    margin: 20px auto;
    border-radius: 25px;
    font-weight: bold;
    border: 1px solid #009fe3;
    background: transparent;
    color: #009fe3;
    cursor: pointer;
    position: relative;
    overflow: hidden;
    display: block;
    font-weight: 100;
}



marquee img{
    max-width: 50px;
}

.dugme2{
    width: 200px;
    padding: 15px 0;
    text-align: center;
    margin: 20px auto;
    border-radius: 25px;
    font-weight: bold;
    border: 1px solid white;
    background: white;
    color: #009fe3;
    cursor: pointer;
    position: relative;
    overflow: hidden;
    display: block;
}


/*PARRALAX MAIN*/

.parralax{
    background-image: url('../img/arkontakt.png');
    background-size: 100%;
    background-repeat: no-repeat;
    height: 700px;
    position: relative;
    background-position: bottom;
    background-color: #009fe3;
}

.parralax-text{
    position: absolute;
    top: 50%;
    left: 40%;
    color: white;
}

.parralax-text h4{
    font-weight: 100;
}


/*O NAMA MAIN*/

.uber{
    display: flex;
    flex-direction: row;
    margin: 50px auto;
}

.uber-photo{
    flex-basis: 30%;
    margin: auto;
}

.uber-photo img{
    display: block;
    margin: auto;
    max-width: fit-content;
}


.uber-text{
    flex-basis: 60%;
    margin: auto;
    text-align: justify;
}

.uber-text h2{
    margin: 30px auto;
}

.uber-text a{
    display: block;
    margin: 30px auto;
    color: red;
}

.novi-prostor{
    background: url('../img/room.jpg');
    background-size: cover;
    background-repeat: no-repeat;
    height: 500px;
    background-attachment: fixed;
    background-position: bottom;
}


.parallaxy {
    position: relative;
    overflow: hidden;
    height: 100vh;
}

.parallax-background {
    position: absolute;
    top: 100vh;
    left: 0;
    width: 100%;
    height: 100%;
    background-image: url('../img/room.jpg');
    background-size: cover;
    background-position: bottom;
    z-index: -1; /* Postavljamo ispod sadržaja */
}

.parallax-content {
    position: relative;
    margin-top: 300px;
    z-index: 1; /* Postavljamo iznad pozadinske slike */
    padding: 50px;
    text-align: center;
    background-color: rgb(211, 211, 211, .7);
}


/* O NAMA*/


.uber-single{
    display: flex;
    flex-direction: row;
    margin-top: 300px;
    margin-bottom: 50px;
}


.uber-single-photo{
    flex-basis: 25%;
    margin: auto;
}

.uber-single-photo img{
    max-width: 200px;
}
.uber-single-text{
    flex-basis: 50%;
    margin: auto;
}




.uber-statistic{
    width: 100%;
    background-color: #009fe3;
    height: 300px;
    display: flex;
    justify-content: space-between;
    text-align: center;
}

.uber-statistic i{
    margin: auto;
    font-size: 2em;
    color: white;
    font-weight: 600;
}

.uber-statistic i span{
    color: white;
    font-size: 3em;
    display: contents;
}


.our-team{
    display: flex;
    flex-direction: row;
}

.our-team-text{
    flex-basis: 50%;
    margin: auto;
    padding: 50px;
}
.our-team-pic{
    text-align: center;
    flex-basis: 50%;
}
.our-team-pic img{
    max-width: 500px;
}

/*PROIZVODI*/

.proizvodi-naslovna{
    background: url('../img/materials.jpg');
    background-size: cover;
    background-repeat: no-repeat;
    height: 500px;
    position: relative;
}

.proizvodi-naslovna h2{
    position: absolute;
    bottom: 50px;
    left: 150px;
    color: white;
    background-color: rgba(0, 0, 0, 0.5);
    padding: 20px 30px;
    font-size: 3em;
    font-weight: 900;
    text-transform: uppercase;
}

.proizvodi{
    display: flex;
    flex-direction: row;
    
}

.proizvodi-text{
    margin: 50px auto;
    text-align: justify;
    flex-basis: 15%;
}

.proizvodi-text select{
    width: 100%;
    padding: 10px;
    font-size: 16px;
    margin: 10px auto;
}

.proizvodi-text a{
    display: block;
    width: 100%;
    padding: 2px 0;
}

.proizvodi-content{
    flex-basis: 75%;
    display: flex;
    flex-wrap: wrap;
    margin: 50px auto;
}

.proizvodi-content-single{
    flex-basis: 30%;
    margin: 10px;
    
}

.proizvodi-img, .proizvodi-img1{
    position: relative;
    overflow: hidden;
}

.proizvodi-content-single img{
    transition: .5s;
}

.proizvodi-img img:last-of-type{
    position: absolute;
    bottom: 1%;
    right: -80%;
    border-radius: 50% 50% 0 50%;
    max-width: 150px;
    transition: .7s;
    box-shadow: 0 0 20px white;
}

.proizvodi-content-single h3{
    font-weight: 300;
    text-align: center;
}

.proizvodi-content-single:hover img:last-of-type{
    bottom: 1%;
    right: 1%;
    transition: .5s;

}

.proizvodi-content-single:hover img:first-of-type{
    transform: scale(1.2);
    transition: .7s;
}


.dostava{
    display: flex;
    flex-direction: column;
    justify-content: space-between;
}

.dostava1{
    flex-basis: 40%;
}

.dostava1 img{
    max-width: 100%;
}

.filter-buttons button{
    width: 100%;
    background-color: white;
    padding: 5px 0;
    border: 1px solid #333;
    
}

.filter-buttons button:hover{
    background-color: #009fe3;
    color: #009fe3;
    transition: .5s;
}

.dostava1 h4{
    text-align: center;
    font-size: .8em;
}

.distributeri{
    border-top:1px solid #333 ;
    border-bottom: 1px solid #333;
    text-align: center;
    padding: 30px 0;

}



/*USLUGE*/

.usluge-cover{
    background: url('../img/yellowblue.jpg');
    background-repeat: no-repeat;
    background-size: cover;
    background-attachment: fixed;
    height: 300px;
}

.usluge-content{
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    margin: 50px auto;
    text-align: justify;

}

.content-usluge-side{
    flex-basis: 20%;
    position: relative;
    border-right: 1px solid #353535;
    margin: 10px;
    padding: 10px;
}

.content-usluge-main{
    flex-basis: 75%;
    display: flex;
    flex-wrap: wrap;
}

.content-usluge-single{
    flex-basis:30%;
    margin: 10px;
    
}

.content-usluge-single img{
    max-width: 100%;
}

.content-usluge-single h3{
    font-size: 1.2em;
}

.content-usluge-full{
    flex-basis: 100%;
    background: url('../img/manwoman1.jpg');
    background-size: 100%;
    background-repeat: no-repeat;
    background-attachment: fixed;
    position: relative;
    background-position: right;
    text-align: center;
    color: #333;
    height: 500px;

}

.suha-gradnja-full-text{
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translateX(-50%);
    width: 70%;
    padding: 50px;
    background-color: rgba(255, 255, 255, .7);
} 

.referenca-naslovna{
    background: url('../img/referenca.jpg');
    background-repeat: no-repeat;
    background-size: cover;
    height: 600px;
    background-attachment: fixed;
    position: relative;
}

.referenca-naslovna h2{
    position: absolute;
    bottom: 3%;
    left: 5%;
    color: white;
    font-weight: 900;
}
.referenca1{
    display: flex;
    flex-direction: row;
    text-align: center;
    padding: 50px;
}

.referenca1 img{
    max-width: 100px;
}

.referenca1 ul{
    flex-basis: 30%;
}

.referenca1 ul li{
    margin: 5px 0;
}


/*SARADNICI*/

.saradnici-naslovna{
    margin-top: 300px;
    margin-bottom: 100px;
    border-bottom: 1px solid #009fe3;
}

.saradnici{
    display: flex;
    flex-direction: row;
    justify-content: space-between;
}

.saradnici-text{
    flex-basis: 30%;
    text-align: justify;
}

.saradnici-photos{
    flex-basis: 60%;
}

.saradnici-photos img{
    max-width: 250px;
}



/*KONTAKT*/

.contact-photo{
    background: url('../img/mjerenje.jpg');
    background-repeat: no-repeat;
    background-size: cover;
    height: 600px;
    background-attachment: fixed;
    position: relative;
}

.kontakt-info{
    position: absolute;
    top: 40%;
    left: 50%;
    transform: translateX(-50%);
    background-color: rgba(255, 255, 255, .7);
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    padding: 50px;
}

.kontakt-info-form{
    display: flex;
    flex-wrap: wrap;
    flex-basis: 70%;
}

.kontakt-info-form ul li{
    font-size: 1.1em;
}

.kontakt-info-form i{
    display: inline-block;
    width: 30px;
    text-align: center;
}

.kontakt-call a{
    display: block;
}

.kontakt-call{
    margin: auto;
}



/*FOOTER*/

footer{
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    padding: 100px;
    background-color: #353535;
    color: white;
}

.footer-logo{
    flex-basis: 20%;
    border-top: 1px solid white;
}

.footer-logo img{
    max-width: 100%;
}

footer i{
    color: #0bace3;
    text-align: center;
    display: block;
    width: 30px;

}

.footer-info{
    flex-basis: 70%;
    display: flex;
    flex-direction: row;
    justify-content: space-between;
}

.footer-info ul li{
    margin: 5px 0;
    font-size: .9em;
}

.footer-info a{
    color: white;
}

.back-to-top{
    position: fixed;
    bottom: 50px;
    right: 50px;
    -webkit-text-stroke: 1px white;
}

.call{
    position: fixed;
    bottom: 30px;
    right: 30px;
    padding: 10px 20px;
    border-radius: 50%;
    animation: cog-pulse 3s linear  infinite ;
    -webkit-text-stroke: 1px #333;
    border: 1px solid white;

}


@keyframes cog-pulse {
    0% {
        box-shadow: 0 0 0 0 rgba(253, 173, 0, 0.99)
    }
    50% {
        box-shadow: 0 0 0 35px rgba(253, 173, 0, 0.55)
    }
    100% {
        box-shadow: 0 0 0 65px rgba(253, 173, 0, 0)
    }
}

.call a{
    color: #ffb001;
    text-transform: uppercase;
    font-size: 1.4em;
}

.prava{
    text-align: center;
    background-color: #353535;
    color: white;
    border-top: 1px solid white;
    padding: 3px 0;
}

.prava a{
    color: #0bace3;
}


@media only screen and (max-width: 767px){
    ul{
        padding-left: 0;
    }
    .container{
        width: 99%;
    }

    .filter-buttons{
        display: none;
    }

    .mobile-filter {
            display: block;
        }



    .slajder h1{
        bottom: 30%;
        font-size: 2em;
        padding: 0;
        left: 5%;
    }

    .slajder a{
        top: 70%;
        left: 5%;
    }


    @keyframes fade_in{
        from{
            bottom:-20%;
            opacity: 0;
    
        }
        to{
            bottom: 30%;
    
        }
    }

    @keyframes fade_button{
        from{
            top:-10%;
            opacity: 0;
    
        }
        to{
            top: 75%;
    
        }
    }

    .slajder:first-of-type{
        background: url('../img/manwoman.jpg');
        background-repeat: no-repeat;
        background-size: cover;
        height: 100vh;
        background-position: center;
    }

    .slajder:nth-of-type(2){
        background: url('../img/fasada.jpg');
        background-repeat: no-repeat;
        background-size: cover;
        height: 100vh;
        background-position: center;
    }

    .slajder:nth-of-type(3){
        background: url('../img/malter.jpg');
        background-repeat: no-repeat;
        background-size: cover;
        height: 100vh;
        background-position: center;
    }

    .slajder:nth-of-type(4){
        background: url('../img/manbring.jpg');
        background-repeat: no-repeat;
        background-size: cover;
        height: 100vh;
        background-position: center;
    }

    .slajder img{
        display: none;
    }
    .slider{
        background-size: cover;
        background-position: center;
    }

    .mobile-logo{
        display: block;
        position: absolute;
        top: 40%;
        left: 50%;
        transform: translateX(-50%);
        z-index: 999;
    }

    .mobile-logo img{
        max-width: 100px;
    }

    .slider h1{
        font-size: 1.7em;
        background-color: rgba(255, 255, 255, .7);
        padding: 25px;
        top: 55%;
        width: 95%;
    }
    #single2{
        height: 400px;
    }

    #single2 img{
        max-width: 80%;
    }

    #single2 h2{
        font-size: 20px;
    }


    .navi{
        background-color: rgb(211, 211, 211);
        left: 100%;
    }
    .navi-container{
        flex-direction: column;
        height: 100vh;
        width: 100%;
        text-align: center;
        justify-content:space-evenly ;
    }

    .navi-container li a{
        margin-top: 0;
    }


    .menu-toggle{
        display:flex;
        right: 20px;
        top: 10px;
        z-index: 9999;
        transition: .7s;
      }

      .toggleNavi{
        left: 0;
        transition: .7s;
      }

    .social{
        display: none;
    }

    .kontakt-call a{
        color: #333;
        font-size: 1.5em;
    }

    .offer-main{
        flex-direction:column ;
    }

    .parralax{
        background-size: cover;
        background-position: left;
    }

    .parralax-text{
        left: 20%;
        top: 10%;
    }

    .uber{
        flex-direction: column;
    }

    .parallaxy{
        display: none;
    }


    /*O NAMA*/

    .uber-single{
        flex-direction: column;
        text-align: justify;
        margin-top: 30px;
    }

    .uber-statistic{
        flex-direction: column;
        text-align: center;
        height: auto;
        padding: 30px 0;
    }

    .our-team{
        flex-direction: column;
        text-align: justify;
    }

    .our-team-pic img{
        max-width: 100%;
    }

    .our-team-text{
        padding: 10px;
    }


    /*USLUGE*/

    .usluge-cover{
        background-position: center;
    }

    .content-usluge-main{
        margin-top: 30px;
    }
    .usluge-content{
        flex-direction: column;
        text-align: justify;
    }

    .content-usluge-side{
        border-right: none;
        margin: 0;
        padding: 0;
    }

    .content-usluge-single{
        flex-basis: 100%;
    }

    .suha-gradnja-full-text{
        top: 0;
        width: 100%;
        padding: 0;
    }

    .proizvodi{
        flex-direction: column;
    }

    .proizvodi-content-single{
        flex-basis: 100%;
    }

    .referenca-naslovna{
        background-position: center;
    }

    .proizvodi-naslovna{
        height: 200px;
    }

    .proizvodi-naslovna h2{
        font-size: 1em;
        left: 10px;
        bottom: 5px;

    }

    .content-shop-single{
        flex-basis: 100%;
    }
    .referenca-naslovna h2{
        background-color: rgb(211, 211, 211, .9);
        padding: 40px;
        margin: 0;
        bottom: 0;
        left: 0;
        color: #333;
    }

    .referenca1{
        flex-direction: column;
        padding: 10px;
    }

    .referenca1 ul{
        border-bottom: 1px solid #009fe3;
        padding: 5px;
    }

    .saradnici-naslovna{
        margin-top: 100px;
    }

    .saradnici{
        flex-direction: column;
    }
    .saradnici img{
        display: block;
        margin: auto;
    }

    .contact-photo{
        background-position: center;
        height: 750px;
    }

    .kontakt-info{
        flex-direction: column;
        top: 25%;
        width: 95%;
        padding: 10px;
    }
    

    footer{
        flex-direction: column;
        padding: 10px;
        text-align: center;
    }

    .footer-info{
        flex-direction: column;
    }
}

