*{
  padding: 0;
  margin:0;
  font-family: 'Poppins', sans-serif;
}
a{
    text-decoration:none;
}
body{

  background-position: center;
  background-size: cover;
  background-repeat: no-repeat;
  background-attachment:fixed ;
  overflow-x: hidden;
  width: 100vw;
  max-width: 100vw;

}

#novo{
    z-index:2;
    display:flex;
    justify-content:space-between;
    align-items:center;
    width:100vw;
    color:white;
}
.novibox{
    width:45%;
    display:flex;
    flex-direction:column;
    align-items:center;
    padding-bottom:50px;
    
    
}
.novibox h4{
        font-size:25pt;
        font-weight:400;

}
.novibox img{
    padding-top:10px;
    width:10vw;
}
#slide{
    display:flex;
    justify-content: center;
    align-items: flex-end;
}

.fade {
background: linear-gradient(0deg, rgba(166,200,0,1) 0%, rgba(111,134,0,0.742734593837535) 2%, rgba(0,0,0,0.5690651260504201) 19%);
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}

.info{
  height: auto;
  width:100%;
  display: flex;
  background-color: blue;

}
.infoboxD .img img{
  height:60px;
}
.infoboxD .infolinks .infobox {
  color:white;
  margin-left: 20px;
}

.infobox{
    max-width:20%;
  height: 100%;
  display: flex;
  margin-right: 20px;

}

.infoboxD{
    background-color:#A6C800;
  color:white;
  max-width:65%;

  display: flex;
  padding-right: 5%;

}
.infobox:nth-child(1){
   padding-left: 5%;
}
.img img{
  height: 15px;
}
.img{
  margin-top: 30px;
  margin-bottom: 30px;
  padding-right:20px;


}
.infotext{
  color:white;
 
  width: 100%;
  background-color: black;
  display: flex;
  justify-content: space-between;
  


  /*#a6c800 */
}
/*.infolinks{
  width:auto;
  width: 40%;
  background-color: #a6c800;

}*/
.text{
  margin-top: 30px;
  margin-bottom: 30px;


}
.text h2{
  font-weight: 500;
  font-size: 12pt;
}
.text h3{
  font-weight: 200;
  font-size: 10pt;
  padding-top: 10px;
}


/* UVODNI DIO */

.uvod{
  display: flex;
}

.slika1{
  background-image: url("../slike/rest.jpg");
  background-size: cover;
  background-repeat: no-repeat;

  width: 50%;

}
.text1{
  top:0px;
  display: flex;
  flex-direction: column;
  justify-content: space-around;
  background-image: url("../slike/uvodbg.jpg");
  background-position: center;
  background-size: cover;
  align-items: center;
  color: white;
  width: 50%;
  padding-top: 50px;
  padding-bottom: 20px;

}

.text1 > h2{
  text-align: left;
  text-transform: uppercase;
  width: 80%;
  padding-top: 15px;

}
.text1 > h1{
  text-transform: uppercase;
  width: 80%;
  padding-top: 15px;

}
.text1  p{
  font-weight: 300;
  font-size: 12pt;
  width: 80%;
  padding-top: 15px;
  height: 300px;
  overflow: scroll;
}

#saznaj{
  text-align: center;
  width: 100px;
  margin-top: 20px;
  display: none;
  font-size: 15px;
  cursor: pointer;
  color:#fff;
  border: solid 1px #FFF;
  padding: 10px 20px 10px 20px;
  transition: 0.3s;
}
#saznaj:hover{
  color:#000;
  border: solid 1px #a6c800;
  background-color:#a6c800;
}

.uslugebox{

    width:25%;
}
.uslugebox:nth-child(2){
  padding-left: 50px;
  padding-right: 50px;


}

.uslugebox:nth-child(1){
  padding-left: 100px;
}
.uslugebox:nth-child(3){
  padding-right: 100px;
}
.uslugetext{
  width: 100%;
  padding-bottom: 100px;
  display: flex;
  align-items: center;
  justify-content: space-around;
}

.usluge{
  display: flex;
  flex-direction: column;
  justify-content: flex-start;
  align-items: center;
  width: 100%;
  height: auto;
  background-image: url("../slike/poz.jpg");

  text-align: center;
}

.usluge h1{
  font-weight: 400;
  padding-top: 80px;
  padding-bottom: 20px;
  text-transform: uppercase;

}
.uslugebox{
  display: flex;
  flex-direction: column;
  align-items: center;

}

.usluge h2{
  font-weight: 200;
  font-size: 12pt;
  width: 50%;
  padding-bottom: 100px;
}
.uslugebox>h3{
  padding-bottom: 20px;
  font-weight: 300;
}
.uslugebox>h4{
  font-weight: 200;

}
.ikone>img{
height: 50px;
position: absolute;
transform: translate(-50%,-50%);
top: 50%;
left:50%;
}

.border{
  transition: 0.3s ease all;
  border:1px solid black;
  position: absolute;
  height: 100%;
  width:100%;
  box-sizing: border-box;
  z-index: 0;
}

.ikone{
  margin-bottom: 50px;
  position: relative;
  width: auto;
  width: 100px;
  height:100px;
  background-color: rgba(255,255,255,0.0);

}

.uslugebox:hover .border{
  border: none;
  background-color: #8ba606;
  transform: rotate(135deg);
}
.uslugebox:hover .ikone>img{
  filter: invert(1);
}


#gallery{
  width:100%;
  height: auto;

  max-width: 100vw;
  overflow:none;
}
.galleryimg{
  height: 400px;



}


.blognaslov{
  background-image: url("../slike/bg.jpg");
  background-size: cover;
  background-repeat: no-repeat;
  padding-bottom: 50px;
}
.blognaslov h1{
  font-size: 25pt;
  color: white;
  font-weight: 400;
  text-align: center;
  text-transform: uppercase;
  padding-top: 100px;
}
#blog2{
  overflow: hidden;
  width: 100%;
  height: 500px;
  transition: 0.5s;
}
.blog{
    background-repeat: no-repeat;
    background-size: cover;
  padding-top: 50px;
  width: 100vw;
  height: auto;
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  align-items: center;
  padding-bottom: 150px;
}

.blogpost{
  margin-left: 50px;
  margin-right: 50px;
  width: 256px;
  color: white;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content:flex-start;
  padding-bottom: 50px;
}

.slikablog{
  height: 256px;
  width: 256px;
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
}

.blogpost h3{
  padding-top: 15px;
  font-weight: 300;
  font-size: 13pt;
  text-transform: uppercase;
}
.blogpost h5{
  padding-top: 5px;

  font-weight: 200;
  font-size: 8pt;
  font-style: italic;
  text-transform: uppercase;
}
.blogpost h4{
  padding-top: 15px;
  font-weight: 300;
  font-size: 11pt;
  height: 110px;
  overflow: scroll;
}
footer{
  display: flex;
  width: 100%;
  height: 600px;
  background-image: url("../slike/bg2.jpg");
  background-position: center;
  background-size: cover;
  overflow: hidden;
}
.karta{
  height: 100%;
  width: 50%;
}
.footerkontakt{
  display: flex;
  flex-direction: column;
  justify-content: space-around;
  align-items: center;
  color: white;
  height: 100%;
  width: 50%;
}
.kontbox{
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 100%;
}
.kontbox sup{
    text-align: left;
    font-weight: 600;
    font-size: 9pt;
    opacity: 0.8;
    align-self: end;
    margin-left: 10%;
}
.kontbox h2{
  margin-bottom: 20px;
}
.kontbox h3{
  margin-bottom: 12px;
  margin-top: 12px;
  font-weight: 300;
  color: grey;
}
.kontbox img{
  display: inline-block;
  padding: 0px 25px 0px 0px ;
  height: 20px;
}
.textkont{
  display: flex;
  flex-direction: row;
  align-items:center;

}






/* responsive */





















/* CJENIK */














.master{
  overflow-x: hidden;
  width: 100vw;
}


#cjenik{
  text-align: center;
  background-image:url("../slike/bg2.jpg");
  padding-bottom: 100px;

}
#cjenik h1{
  margin-bottom: 70PX;
  padding-top: 50px;
  color: #fff;
  font-weight: 400;
}
.cjenik-gumb{
  cursor: pointer;
  color: #a6c800;
  display: inline;
  line-height: 70px;
  padding: 15px 20px 15px 20px;
  border: solid 1px #a6c800;
  margin: 5px;
  transition: 0.3s;
}
.cjenik-gumb:hover{
  background-color:#a6c800 ;
  color :#000;
}
.on{
  background-color:#a6c800 ;
  color :#000;
}
.cjenik-ponude{
  width: 100vw;
  height: auto;
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
}
#pizza-ponuda{
  margin-left: 10px;
  margin-right: 10px;
  position: relative;
  text-align: center;
  margin-top: 70px;
  width: 400px;
  height: 550px;
}
#pizza-ponuda h3{
  margin-top: 20px;
  color: #fff;
  font-size: 25px;
}
#pizza-ponuda p{
  margin-top: 20px;
  color: #999;
  font-size: 15px;
}
#pizza-img{
  margin: auto;
  width: 200px;
  height: 200px;
  border-radius: 50%;
  background-image: url(../slike/pizza-1.jpg);
  background-size: cover;
  background-position: center;
}
.gumb-naruci:hover{
  color:#000;
  border: solid 1px #a6c800;
  background-color:#a6c800;
}
.gumb-naruci{
  position: absolute;
  transform: translateX(-50%);
  left: 50%;
  font-size: 15px;
  cursor: pointer;
  color:#fff;
  border: solid 1px #FFF;
  bottom: 30px;
  padding: 10px 20px 10px 20px;
  transition: 0.3s;
}
#pizze1,#pizze2,#pizze3,#pizze4,#pizze5,#pizze6,#pizze7,#pizze8,#pizze9{
  overflow: hidden;
  height: 620px;
  width: 100vw;
  transition: 0.8s;
}
#slide11 , #slide22 , #slide33 , #slide44 , #slide55 , #slide66 , #slide77 , #slide88 , #slide99{
  width: 100vw;
  transition: 0.5s;

}

#slide11{
  background-image: url("../slike/pizzabg.jpg");
  background-position: center;
  background-size: cover;

}
#slide22{
  background-image: url("../slike/tjestenina.jpg");
  background-position: center;
  background-size: cover;

}
#slide33{
  background-image: url("../slike/meso.jpg");
  background-position: center;
  background-size: cover;

}
#slide44{
  background-image: url("../slike/salata.jpg");
  background-position: center;
  background-size: cover;

}
#slide55{
  background-image: url("../slike/dodatci.jpg");
  background-position: center;
  background-size: cover;

}
#slide66{
  background-image: url("../slike/desert.jpg");
  background-position: center;
  background-size: cover;

}
#slide77{
  background-image: url("../slike/pica.jpg");
  background-position: center;
  background-size: cover;

}
#slide88{
  background-image: url("../slike/alcohol.jpg");
  background-position: center;
  background-size: cover;

}
#slide99{
  background-image: url("../slike/topli.jpg");
  background-position: center;
  background-size: cover;

}

#slider-on{

  display: flex;
  width: 900vw;
  transition: 0.5s;
}
.gumb-vise{
  text-align: center;
  width: 100px;
  margin-top: 20px;
  margin-bottom: 50px;
  position: relative;
  transform: translateX(-50%);
  left: 50%;
  font-size: 15px;
  cursor: pointer;
  color:#fff;
  border: solid 1px #FFF;
  padding: 10px 20px 10px 20px;
  transition: 0.3s;
}
.gumb-vise:hover{
  color:#000;
  border: solid 1px #a6c800;
  background-color:#a6c800;
}

.gumb-vise-blog{
  text-align: center;
  width: 100px;
  margin-top: 20px;
  margin-bottom: 0px;
  position: relative;
  transform: translateX(-50%);
  left: 50%;
  font-size: 15px;
  cursor: pointer;
  color:#fff;
  border: solid 1px #FFF;
  padding: 10px 20px 10px 20px;
  transition: 0.3s;
}
.gumb-vise-blog:hover{
  color:#000;
  border: solid 1px #a6c800;
  background-color:#a6c800;
}






/* footer  */






textarea[name=poruka] {
    resize: none;
}
form{
  display: flex;
  flex-direction: column;
  width: 80%;
}
::placeholder {
  font-weight: 400;
    color:white;
    text-transform: uppercase;
}
#ime ,#test ,#email ,textarea{
  outline: none;
  color: #fff;
  border: none;
  background-color: rgba(255, 0, 0, 0);
  border-bottom: 1px solid white;
}
#ime, #test, #email{
  box-sizing: border-box;
  padding-top: 20px;
  padding-bottom:30px ;
  width: 100%;
}
textarea{
  margin-top: 5px;
  padding-top:10px ;
  padding-bottom:10px ;
  box-sizing: border-box;
  width: 99.4%;
  display: block;
}
#formgumb:hover{
  background-color: #444;
}
#formgumb{
  transition: all 0.2s;
  box-sizing: border-box;
  width: 30%;
  position: relative;
  border: none;
  color: #fff;
  padding-top:15px ;
  padding-bottom:15px ;
  font-weight: 200;
  cursor: pointer;
  font-size: 15px;
  background-color: #a6c800;
  margin-top: 50px;


}


.lastcall{
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: row;
  text-decoration: none;
  color:#a6c800;
  align-self: baseline;
}
.gumbposalji{
  display: flex;
  justify-content: space-between;
  align-items: baseline;
  flex-direction: row;


}









/* RESPONSIVE */
@media screen and (min-width: 1800px) {

  .text h2{
    font-weight: 500;
    font-size: 16pt;
  }
  .text h3{
    font-weight: 200;
    font-size: 13pt;
    padding-top: 10px;
  }

  .text1 p{
    height: 500px;
  }

}


@media screen and (max-width:900px) {
    
    
  
    
    
    
    
    #novo {
        flex-direction:column;
        width:95vw;
    }
    
    .novibox{
    width:95%;
    display:flex;
    padding-bottom:50px;
    
    
}
.novibox h4{
     font-size:25pt;
     font-weight:400;
     text-align:center;

}
.novibox img{
    padding-top:10px;
    width:18vw;
}
    
    
    
    


.img img{
  height: 23px;
}



.slika1{
  display: none;
}
.text1{
  width: 100%;
}



.cjenik-gumb {
  display: inline-block;
  line-height: normal;


}





.uslugebox:nth-child(1) {
  padding-left: 0px;
}

.uslugebox:nth-child(2) {
    padding-left: 0px;
    padding-right: 0px;
}


.uslugebox:nth-child(3) {
    padding-right: 0px;
}

.uslugetext{
  flex-direction: column;
}
.uslugebox{
  padding-top: 50px;
  width:70%;
}
.ikone{
  margin-bottom: 15px;
}

.uslugebox>h3 {
  padding-bottom: 10px;
}

.usluge h2 {
  width: 90%;
  padding-bottom: 50px;

}








.blog{
  flex-direction: column;
  padding-bottom: 0px;
}
.blogpost {
  width: 90%;
  margin-left:unset;
  margin-right:unset;

  }



footer{
    flex-direction:column;
    height: auto;

  }
.karta{
  width: 100%;
  height: 300px;
}
.footerkontakt{
  width: 100%;
  height:600px;

}
.textblog{
  width: 80%;
  padding-bottom: 40px;
}

.infobox:nth-child(1){
   padding-left: 0%;
}
.infobox:nth-last-child(1) {
     margin-right: 0px;
}
  .infotext{

    flex-direction: column;
    width: 100%;
    justify-content: space-between;
    align-items: center;
  }
  .infolinks{
    display: flex;
    flex-direction: column;
    align-items: center;
    width: 100%;
  }
  .infolinks .infobox {
    margin-right: 13%;
    margin-left: 0px;

  }

  .infobox{
        max-width:initial;
  padding-bottom: 10px;
  margin-right: 0px;
  width: 230px
}

  .infoboxD{
      justify-content: center;
      max-width:initial;
    padding-bottom: 10px;
  padding-right: 0px;
  width: 100%;
}
.info{
  height: auto;
  flex-direction: column;

}



}



@media screen and (max-width: 730px) {

.novibox img{
    width:21vw;
}
@media screen and (max-width: 630px) {

.novibox img{
    width:25vw;
}

}
@media screen and (max-width: 500px) {
    .uslugebox{

  width:100%;
}

.cjenik-gumb {
display: flex;
justify-content: center;
line-height: normal;
}

}
