
* {box-sizing: border-box}
.mySlides1, .mySlides2 {display: none}
img {vertical-align: middle;}



*{
    margin:0;
    padding:0;
    box-sizing:border-box;
	font-family: 'poppins', sans-serif;
}



/* Slideshow container */
.slideshow-container {
  max-width: 1000px;
  position: relative;
  margin: auto;
}

/* Next & previous buttons */
.prev, .next {
  cursor: pointer;
  position: absolute;
  top: 50%;
  width: auto;
  padding: 16px;
  margin-top: -22px;
  color: white;
  font-weight: bold;
  font-size: 18px;
  transition: 0.6s ease;
  border-radius: 0 3px 3px 0;
  user-select: none;
}

/* Position the "next button" to the right */
.next {
  right: 0;
  border-radius: 3px 0 0 3px;
}

/* On hover, add a grey background color */
.prev:hover, .next:hover {
  background-color: #f1f1f1;
  color: black;
}








.pozadina3{
    width:100%;
    background-image:linear-gradient(rgba(0,0,0,0.3),transparent);
    background: #dabac1;
	background-size: cover;


}


.logo3 img{
	width:100px; 
	display: block;
	margin: 0px auto;
	
	}
	

	
.text-box3 h1{
    font-size:50px;
    line-height: 130px;
	margin-left: -10px;
	color: transparent;
	-webkit-text-stroke: 1px #e3007e;
	background: url(slike/back.png);
	-webkit-background-clip: text;
	background-position: 0 0;
	animation: back 20s linear infinite;
	line-height: 1.4;

	
}
	
	
	
	




/*==========Galerija SLIDESHOW==========*/

let slideIndex = [1,1];
/* Class the members of each slideshow group with different CSS classes */
let slideId = ["mySlides1", "mySlides2"]
showSlides(1, 0);
showSlides(1, 1);

function plusSlides(n, no) {
  showSlides(slideIndex[no] += n, no);
}

function showSlides(n, no) {
  let i;
  let x = document.getElementsByClassName(slideId[no]);
  if (n > x.length) {slideIndex[no] = 1}
  if (n < 1) {slideIndex[no] = x.length}
  for (i = 0; i < x.length; i++) {
    x[i].style.display = "none";
  }
  x[slideIndex[no]-1].style.display = "block";
}

/*==========Galerija SLIDESHOW==========*/












 /*=======FOOTER=======*/

footer{
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
  background: var(--second-color);
  width: 100%;
  margin-top: 50px;
  padding: 3rem 2rem;
  color: #777;
  background-color: #fff;
}

footer a{
  color: #e3007e;
}

.footer-container{
  display: flex;
  justify-content: space-between;
  width: 100%;
  max-width: 1150px;

}

.footer-container .about h2{
  font-size: 3em;
  font-weight: 600;
  background: linear-gradient(to top, transparent 0%, #e3007e 50%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  opacity: .8;
}

.footer-container .about p{
  font-size: var(--normal-font-size);
  font-weight: 300;
  margin-bottom: 30px;
}

.footer-container .info,
.footer-container .follow{
  display: flex;
  align-items: center;
  flex-direction: column;
}

.footer-container .info h3,
.footer-container .follow h3{
  font-size: 1.1em;
  font-weight: 500;
  margin-bottom: 30px;
}

.footer-container .info ul,
.footer-container .follow ul{
  display: flex;
}

.footer-container .info a{
  margin: 20px;
}

.footer-container .follow a{
  font-size: 1.5em;
  margin: 20px;
}

.footer-copyright p{
  font-size: var(--normal-font-size);
  font-weight: 300;
  margin-top: 50px;
}



@media only screen and (max-width: 1310px) {
  .text-box1 h1{
    font-size:40px;
   
	line-height: 1.5;
}
.container4{
   
    height:200vh;
   
 
}

}



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

  footer .footer-container{
    flex-direction: column;
  }

  .footer-container .about, .footer-container .info{
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;
    margin-bottom: 50px;
  }

  .footer-container .info ul{
    align-items: center;
    flex-direction: column;
  }

  .footer-container .info ul li{
    margin: 5px 0;
  }

  .footer-container .hr{
    width: 100%;
    height: 2px;
    background: rgba(255, 255, 255, 0.1);
    margin: 10px 0 22px;
  }
  
   
}


@media only screen and (max-width: 1144px) {
  .text-box1 h1{
    font-size:40px;
   
	line-height: 1.5;
}
.image4 img{
  width: 440px;
  height: 270px;
 
}

.kontakt{
  width: 40%;

 
}
.container4{
   
    height:210vh;
   
 
}

}



@keyframes back{
	100%{
	    background-position: 2000px 0;
     }
}



/*=======Media query max-width 930px=======*/
@media screen and (max-width: 930px){

.container4{
   
    height:290vh;
   
 
}


.t2 {
  width: 30%;
 
}


}



/*=======Media query max-width 850px=======*/
@media screen and (max-width: 850px){
.container4{
   
    height:320vh;
   
 
}


}



/*=======Media query max-width 800px=======*/
@media screen and (max-width: 800px){



.image2 img{
  width: 350px ; 
  height: 175px;
 
 
}

.container4{
   
    height:340vh;
   
 
}
}







/*=======Media query max-width 705px=======*/
@media screen and (max-width: 705px){


.image img{
  width: 400px ; 
  height: 400px;

}

.image4 img{
  width: 370px;
  height: 230px;
 
}

.t2 {
  width: 55%;
 
}
.container4{
   
    height:340vh;
   
 
}

}



/*=======Media query max-width 600px=======*/
@media screen and (max-width: 600px){


.image img{
  width: 400px ; 
  height: 400px;

 
}

.image4 img{
  width: 300px;
  height: 195px;
 
}

.kontakt{
  width: 50%;
}


.t2 {
  width: 60%;
 
}

.container4{
   
    height:400vh;
   
 
}

}



/*=======Media query max-width 550px=======*/
@media screen and (max-width: 550px){


.image img{
  width: 300px ; 
  height: 300px;

 
}

.image3 img{
  width: 250px ; 
  height: 250px;
  display: block; 
  margin: 0px auto;
 
}

.image4 img{
  width: 280px;
  height: 180px;
 
}

.kontakt{
  width: 60%;
}
.container4{
    height:600vh;
   
}

}

/*=======Media query max-width 400px=======*/
@media screen and (max-width: 400px){


.image3 img{
  width: 200px ; 
  height: 200px;

}

.image2 img{
  width: 175px ; 
  height: 88px;
 
 
}

.image4 img{
  width: 200px;
  height: 130px;
 
}

}
 /*=======FOOTER=======*/












 /*=======nav ul li a=======*/

nav ul{
    flex: 1;
    text-align: wrap;
	padding-right: 30px;

}

nav ul li{
    display: inline-block;
    list-style: none;
	margin: 10px 50px;

}

nav ul li a{
    color: #fff;
    text-decoration: none;
	position: relative;
}

nav ul li a::after{
    content: '';
    width: 0%;
	height: 3px;
	position: absolute;
	bottom: -8px;
	left: 50%;
	transform: translateX(-50%);
	background: #e3007e;
	transition:width 0.3s;
}

nav ul li a:hover::after{
    width: 50%;
	
}


ul {
  list-style-type: none;
  margin: 0;
  padding: 0;
  border: noborder;
  display:flex;
  flex-direction:row;
  flex-wrap:wrap;
  justify-content:center;
  align-items:center;
  height:100px;

  
}

li {
  border:noborder;
  margin:0.5em;
  padding:0.5em
}

a{
  text-decoration: none;
}

li{
  list-style: none;
}
 /*=======nav ul li a=======*/



 /*=======Social icons=======*/
.social-icons{
    position: absolute;
	right: 5%;
	top:8%;
}



.social-icons img{
    width: 30px;
	display: block;
	margin: 25px 5px;

}
  /*=======Social icons=======*/
 
 
 
 
 
 
 /*=======jezik english=======*/
 .text-box2{
    font-size:15px;
	color: #fff; 
	margin-left:8px;

}


.jezik{
    color: #fff;
    cursor: pointer;
	margin-top: 100px;
	position: absolute;
	left: 9%;
	top:8%;

}
 /*=======jezik english=======*/