*{
	padding: 0;
	margin: 0;
	box-sizing: border-box;
}

/* Stilizovanje nav bara */
.topnav {
  background-color: none;
  overflow: hidden;
  margin-top: 5px;
  /*Iskljuceno prikazovanje do dodavanja stranica*/
  display: none;
}
;

/* Stilizovanje linkova unutar navbar-a */
.topnav a {
  float: left;
  display: block;
  color: #b1d8e3;
  font-family: 'Josefin Sans', sans-serif;
  text-align: center;
  padding: 14px 16px;
  text-decoration: none;
  font-size: 17px;
  border-radius: 12px;
  margin-left: 5px;
  margin-right: 5px;
}

/* Promena boje linkova na hover */
.topnav a:hover {
  background-color: #e9f2f5;
  color: white;
}

/* Isticanje aktivnog linka */
.topnav a.active {
  background-color: #b1d8e3;
  color: white;
}

/* Sakrivanje ikonice za otvaranje menija na malim ekranima */
.topnav .icon {
  display: none;
}
/* Kada je ekran manji od 600 piksela sakrivanje svih linkova osim prvog,odnosno aktivnog.Takodje prikazivanje ikonice za meni na malim ekranima.*/
@media screen and (max-width: 600px) {
  .topnav a:not(:first-child) {display: none;}
  .topnav a.icon {
    float: right;
    display: block;
  }
}

/* Prikazivanje linkova na klik,koristeci JavaScript funkciju kada se meni prikazuje na malim ekranima.*/
@media screen and (max-width: 600px) {
  .topnav.responsive {position: relative;}
  .topnav.responsive a.icon {
    position: absolute;
    right: 0;
    top: 0;
  }
  .topnav.responsive a {
    float: none;
    display: block;
    text-align: left;
  }
}
#sekcija-prva{
	width: 100%;
	height: 500px;

}
.ram{
	width: 80%;
	height: auto;
	margin: auto;
	text-align: center;
	align-items: center;
	overflow: hidden;
}

.ram img{
	filter: brightness(0) saturate(100%) invert(99%) sepia(24%)
    saturate(3013%) hue-rotate(169deg) brightness(96%) contrast(84%);
    position: absolute;
    z-index: -1;
    top: 0%;
    right: 10%;
}

.text-about{
	width: 370px;
	height: 180px;
	position: absolute;
	top: 42%;
	right: 39%;
	background-color: white;
	border-radius: 20px;
	text-align: center;
}
.text-about h1{
    font-family: 'Josefin Sans', sans-serif;
	color: #b1d8e3;
	font-size: 42px;
	padding: 20px 40px 10px 40px;
}
.text-about p{
	max-width: 100%;
	padding: 0 40px 10px 40px;
	font-family: 'Josefin Sans', sans-serif;
	color: #454242;
}
/*Stilizovanje za link btn */
.link-btn{
	padding: 20px 70px 20px 70px;
	margin-left: 0px;
	margin-top: 50px;
	border: none;
	border-radius: 20px;
	background-color: #ebc738;
	color: white;
	font-family: 'Josefin Sans', sans-serif;
	cursor: pointer;
	transition: .5s;
	text-transform: uppercase;
	font-weight: 500;
}
/* Btn hover stil */
.link-btn:hover{
	background-color: #b1d8e3;
	transition: .5s;
}
@media screen and (max-width: 600px) {
  #sekcija-prva{
    width: 100%;
  }
  .ram{
  	max-width: 100%;
  }
  .ram img{
    max-width: 95%;
    position: absolute;
    top: 20px;
    left: 10px;
    z-index: 1;
    overflow: hidden;
  }
  .text-about{
  	width: 100%;
  	text-align: center;
  	position: absolute;
  	top: 40%;
  	left: 0%;
  }
  .link-btn{
  	margin-top: 10px;
  }

}
#basic-info{
	width: 95%;
	height: 500px;
	margin-top: 140px;
	margin-left: 64px;
	overflow: hidden;
	display: flex;
}
.info-baner{
	width: 45%;
	height: 100%;
	overflow: hidden;
	background: linear-gradient(135deg, rgba(255,255,255, 0.1), rgba(255,255,255, 0));
	filter: blur(10px);
	-webkit-filter:blur(10px);
}
.info-baner img{
	margin-left:-100px;
}
.info-info{
	width: 45%;
	height: 100%;
	text-align: center;
}
.info-info hr{
	width: 300px;
	height: 10px;
	background-color: #b1d8e3;
	margin:auto;
	margin-top: 40px;
	border: none;
}
.info-info h1{
	font-family: 'Josefin Sans', sans-serif;
	font-size: 42px;
	color: #454242;
	padding: 20px;
}
.vrste{
	width: 100%;
	height: 200px;
	margin-top: 40px;
	display: flex;
}
.masinsko{
	width: 50%;
}
.masinsko img{
	max-width: 50%;
	filter: brightness(0) saturate(100%) invert(99%) sepia(24%)
    saturate(3013%) hue-rotate(169deg) brightness(96%) contrast(84%);
}
.masinsko p{
	padding: 10px;
	font-family: 'Josefin Sans', sans-serif;
	color: #454242;

}
.rucno{
	width: 50%;
}
.rucno img{
	max-width:100%;
	padding-top: 25px;
	filter: brightness(0) saturate(100%) invert(99%) sepia(24%)
    saturate(3013%) hue-rotate(169deg) brightness(96%) contrast(84%);
}
.rucno p{
	padding: 10px;
	padding-top: 30px;
	font-family: 'Josefin Sans', sans-serif;
	color: #454242;

}

.info-color{
	height: 100%;
	width: 10%;
	background-color:#b1d8e3;
}
@media screen and (max-width: 600px) {
    #basic-info{
    	max-width: 100%;
    	height: 100%;
    	display: block;
    	margin: auto;
    	margin-top: 60px;
    	padding: 0;

    }
    .info-baner{
    	width: 100%;
    	padding: 0;
    	margin: 0;
    	height: auto;
    }
    .info-baner img{
    	max-width: 100%;
    	margin: 0;
    }
    .info-info{
    	width: 100%;
    	height: 100%;
    	margin:auto;
    	margin-top: 0;
    	padding: 0;
    	padding-bottom: 300px;
    }
    .vrste{
    	margin-top: 0;
    	width: 100%;
    	display: flex;
    	flex-direction: column;
    	text-align: center;
    	align-items: center;
    	padding-top: 30px;
    	margin-bottom: 50px;
    }
    .info-color{
    	width: 100%;
    	height: 50px;
    	margin: 0;
    	padding: 0;
    	background-color:#b1d8e3;
    	margin-bottom: 70px;
    	margin-top: 60px;
    }
}
.sec{
	width: 100%;
	height: 500px;
	position: relative;
	margin-top: 150px;
}
.sec h1{
	text-align: center;
	font-family: 'Josefin Sans', sans-serif;
	color: #b1d8e3;
	font-size: 42px;
}
 .sec hr{
 	text-align: center;
 	width: 250px;
 	height: 10px;
 	background-color: #ebc738;
 	border: none;
 	border-radius: 5px;
 	margin: auto;
 	margin-bottom: 100px;
 }
.swiper {
        width: 50%;
        height: 100%;
        float: left;
        margin-top: -100px;
      }

      .swiper-slide {
        text-align: center;
        font-size: 18px;
        background: #fff;
        display: block;
        cursor: pointer;

        
      }
      .swiper-slide h1{
      	margin-top: 100px;
      	text-align: center;
      }
      .swiper-slide p{
      	font-family: 'Josefin Sans', sans-serif;
	    color: #454242;
	    padding: 50px;
	    max-width: 550px;
	    text-align: center;
	    margin-left: 50px;
      }

      .swiper-slide img {
        display: block;
        width: 100%;
        height: 100%;
        object-fit: cover;
      }
.slajdslika{
    margin-top: -100px;
	width: 50%;
	height: 100%;
	float: right;
	display: flex;
}
.prazno{
	width: 130px;
	height: 100%;
	background-color:  #ebc738;
	position: absolute;
	right: 0;
}
.slika1{
	width: 200px;
	height: 200px;
	position: absolute;
	top: 0;
	right: 130px;
	background-image: url(../img/slika11.jpg);
	background-position: center;
	background-size: cover;
	border-radius: 10px;

}

.slika2{
	width: 200px;
	height: 200px;
	position: absolute;
	top: 210px;
	right: 130px;
	background-image: url(../img/masina.jpg);
	background-position: center;
	background-size: cover;
	border-radius: 10px;

}

.slika3{
	width: 200px;
	height: 200px;
	position: absolute;
	top: 420px;
	right: 130px;
	background-image: url(../img/krug2.jpg);
	background-position: center;
	background-size: cover;
	border-radius: 10px;

}
.carolija{
	position: absolute;
	float: left;
	right: 400px;
	top: 100px;
}
.carolija img{
	filter: brightness(0) saturate(100%) invert(99%) sepia(24%)
    saturate(3013%) hue-rotate(169deg) brightness(96%) contrast(84%);
}
@media screen and (max-width: 600px) {
    .sec{
    	width: 100%;
    	margin: auto;
    	display: flex;
    	flex-direction: column;
    	margin-bottom: 259px;
    	margin-top: -30px;
    }
    .swiper{
    	width: 100%;
    	text-align: center;
    	position: absolute;
    	top: 52%;
    	margin-bottom:10px;
    	padding-bottom: 10px;
    }
    .slajdslika{
    	position: absolute;
    	top: 90px;
        margin: 0;
	    width: 100%;
    }
    .prazno{
	   display: none;
    }
    .slika1{
	   width: 100%;
	   height: 200px;
	   top: 20px;
	   left: 0;
	   background-image: url(../img/slika11.jpg);
	   background-position: center;
	   background-size: cover;
	   border-radius: 0px;
    }
    .slika2{
	   display: none;
    }

    .slika3{
	   display: none;
	}
    .carolija{
	   position: absolute;
	   top: 30%;
	   z-index: 5;
    }
    .swiper-slide h1{
      	margin-top: 20px;
      	text-align: center;
      }
    .swiper-slide p{
	    max-width: 100%;
	    max-height: 100%;
	    text-align: center;
	    margin-left: 0;
	    
      }
    .swiper-slide{
    	height: 300px;
    	padding-bottom: 30px;
    	margin-bottom: 0;
    }
}
.stomi{
	width: 100%;
	height: 100vh;
	position: relative;
	padding-top: 30px;
}
.stomi h1{
	text-align: center;
	font-family: 'Josefin Sans', sans-serif;
	color: #b1d8e3;
	font-size: 42px;
	padding-top: 130px;
}
.stomi hr{
	text-align: center;
 	width: 250px;
 	height: 10px;
 	background-color: #ebc738;
 	border: none;
 	border-radius: 5px;
 	margin: auto;
 }
 .stomi-kont{
 	width: 80%;
 	height: auto;
 	margin: auto;
 	margin-top: 70px;
 	display: flex;
 	justify-content: space-around;
 }
 .flip-box {
  background-color: transparent;
  width: 300px;
  height: 200px;
  perspective: 1000px;
  cursor: pointer;
}

.flip-box-inner {
  position: relative;
  width: 100%;
  height: 100%;
  text-align: center;
  transition: transform 0.8s;
  transform-style: preserve-3d;
  cursor: pointer;
}

.flip-box:hover .flip-box-inner {
  transform: rotateY(180deg);
}

.flip-box-front, .flip-box-back {
  position: absolute;
  width: 100%;
  height: 100%;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
}

.flip-box-front {
  color: black;
  border-radius: 10px;
}
.flip-box-front img{
	max-width: 100%;
	max-height: 100%;
	border-radius: 10px;
}
.flip-box-back {
  background-color:#b1d8e3;
  color: white;
  transform: rotateY(180deg);
  border-radius: 10px;
}
@media screen and (max-width: 600px) {
	.stomi{
		padding-top: 0;
	}
    .stomi h1{
    	margin-top: -50px;
    	padding:20px;
    }
    .stomi-kont{
    	width: 100%;
    	margin: auto;
    	display: flex;
    	flex-direction: column;
    	margin-top: 20px;
    	
    }
    .flip-box {
    	width: 100%;
    	margin-top: 20px;
    }

}
.kontakt-sec{
	width: 100%;
	height: 500px;
	margin-top: 50px;
}
.kontakt-sec h1{
	text-align: center;
	font-family: 'Josefin Sans', sans-serif;
	color: #ebc738;
	font-size: 42px;
	padding-top: 50px;
}
.kontakt-sec hr{
	text-align: center;
 	width: 250px;
 	height: 10px;
 	background-color: #b1d8e3;
 	border: none;
 	border-radius: 5px;
 	margin: auto;
}
.forma{
	width: 90%;
	height: 400px;
	margin: auto;
	margin-top: 50px;
	display: flex;
	overflow: hidden;
}
.mapa{
	width: 50%;
	float: left;
	overflow: hidden;
}
.unos h1{
	color: #454242;
	font-size: 36px;
	margin-top: -80px;
	margin-left: 190px;
	padding-bottom:20px;
	position: absolute;
	z-index: 5;
}
.blok-prvi{
	text-align: center;
	display: flex;
	flex-direction: column;
	margin-left: 170px;
	margin-top: 20px;
}
.blok-prvi input{
	width: 220px;
	height: 40px;
	margin-bottom: 10px;
	border-radius: 10px;
	text-align: center;
	font-family: 'Josefin Sans', sans-serif;
	border: 1px solid #b1d8e3;
	outline-color:#ebc738 ;
}
.blok-drugi{
	text-align: center;
	display: flex;
	flex-direction: column;
	margin-left:80px;
}
.blok-drugi input{
	width: 400px;
	height: 40px;
	margin-bottom: 10px;
	border-radius: 10px;
	font-family: 'Josefin Sans', sans-serif;
	border:1px solid #b1d8e3;
	text-align: center;
	outline-color:#ebc738 ;
}
textarea{
	width: 400px;
	height: 150px;
	margin-bottom: 10px;
	border-radius: 10px;
	font-family: 'Josefin Sans', sans-serif;
	border:1px solid #b1d8e3;
	outline-color:#ebc738 ;
	padding: 10px;
}
.posalji{
	width: 200px;
	height: 40px;
	background-color: #b1d8e3;
	border-radius: 10px;
	border: none;
	margin-left: 180px;
	margin-top: 20px;
	font-family: 'Josefin Sans', sans-serif;
	color: #454242;
	cursor: pointer;
	transition: .5s;
}
.posalji:hover{
	background-color:#ebc738;
	transition:.5s;
}
@media screen and (max-width: 600px) {
	
    .kontakt-sec{
    	margin-top: 170px;
    	height: 1000px;
    }
    .forma{
    	width: 100%;
    	display: block;
    	overflow: visible;
    }
    .mapa{
    	width: 100%;
    	float: none;
    	margin: auto;
    	display: block;
   
    }
    iframe{
    	max-width: 100%;
    	max-height: 100%;
    }
    .unos{
    	max-width: 100%;
    	margin: auto;
    	margin-left: -100px;

    }
    .unos h1{
    	text-align: center;
    	margin-top: -110px;
    	padding-bottom: 0;
    	margin-left: 210px;
    }
    .blok-prvi{
    	max-width: 100%;
    	margin-top: 80px;
    	margin-left: 200px;
    }
    .blok-prvi input{
    	margin-left: -15px;
    }
    .blok-drugi{
    	width: 100%;
    	align-items: center;
    }
    .blok-drugi input,
    .blok-drugi textarea{
    	max-width: 90%;
    	margin-left: 40px;
    }
    .posalji{
    	margin-left: 200px;
    }
}
.cal{
	width: 100%;
	height: 200px;
	text-align: center;
	align-items: center;
	margin-top: 100px;
	padding-top: 50px;
}
.poziv{
	color: #fff;
	position: absolute;
	overflow: visible;
	left: 40%;
}
.call{
	border: none;
	cursor: pointer;
	width: 100px;
	height: 100px;
	border-radius: 50%;
	font-size: 28px;
	letter-spacing: 1px;
	text-align: center;
	background-color: #b1d8e3;
	animation: animate 2s linear infinite;
	overflow: visible;
	margin-right: 50px;
}
.call1{
	border: none;
	cursor: pointer;
	width: 100px;
	height: 100px;
	border-radius: 50%;
	font-size: 28px;
	letter-spacing: 1px;
	text-align: center;
	background-color: #ebc738;
	animation: animater 2s linear infinite;
	overflow: visible;
}
@media screen and (max-width: 600px) {
	
    .cal{
    	width: 100%;
    	padding-top: 0px;
    	height: 150px;
    }
    .poziv{
    	max-width: 100%;
    	left: 18%;
    }
}
@keyframes animate{
	0%{
		box-shadow: 0 0 0 0 rgba(177,216,227,.7) 0 0 0 0 rgba(177,216,227,.7);
	}
	40%{
		box-shadow: 0 0 0 70px rgba(177,216,227,0), 0 0 0 0 rgba(177,216,227,.7);
	}
	80%{
		box-shadow: 0 0 0 70px rgba(177,216,227,0), 0 0 0 35px rgba(177,216,227,0);
	}
	100%{
		box-shadow: 0 0 0 0 rgba(177,216,227,0), 0 0 0 35px rgba(177,216,227,0);
	}
}
@keyframes animater{
	0%{
		box-shadow: 0 0 0 0 rgba(235,199,56,.7) 0 0 0 0 rgba(235,199,56,.7);
	}
	40%{
		box-shadow: 0 0 0 70px rgba(235,199,56,0), 0 0 0 0 rgba(235,199,56,.7);
	}
	80%{
		box-shadow: 0 0 0 70px rgba(235,199,56,0), 0 0 0 35px rgba(235,199,56,0);
	}
	100%{
		box-shadow: 0 0 0 0 rgba(235,199,56,0), 0 0 0 35px rgba(235,199,56,0);
	}
}
.box{
	width: 100%;
	height: 320px;
	margin-top: 30px;
	background-color: #ebc738;
}
.box img{
	width: 400px;
	filter: brightness(0) saturate(100%) invert(99%) sepia(24%)
    saturate(3013%) hue-rotate(169deg) brightness(96%) contrast(84%);
    position: absolute;
    margin-left: 69%;
    margin-top: -223px;
    padding-bottom: 0px;
    
}
.podaci{
	text-align: center;
	padding-top: 50px;
	padding-right: 200px;
}
.podaci p{
	font-family: 'Josefin Sans', sans-serif;
	color: #454242;
}
.podaci h1{
	color: #b1d8e3;
    font-family: 'Josefin Sans', sans-serif;
    font-size: 36px;
}
@media screen and (max-width: 600px) {
	.box{
		height: 400px;
	}
    .box img{
    	width: 200px;
    	margin-left: 35%;
    	margin-top: -110px;
    	overflow: hidden;
    }
    .podaci{
    	margin: auto;
    	padding-right: 0;
    	padding-top: 110px;
    }
}
#ng{
	margin-top: 170px;
	
}
#ng h1{
	text-align: center;
	font-family: 'Josefin Sans', sans-serif;
	color: #b1d8e3;
	font-size: 42px;
}
#ng h1 span{
	color: #ebc738;
}
#ng img{
	position: relative;
	margin-top: -80px;
	margin-left: 420px;

}
#ng p{
	font-family: 'Josefin Sans', sans-serif;
	font-size: 22px;
	color: #454242;
	text-align: center;
	margin-top: -60px;
}
.tabele{
	width: 700px;
	height: auto;
	border: 2px solid #b1d8e3;
	margin: auto;
	display:flex;
	margin-top: 30px;
}
.tabela1{
	width: 50%;
	float: left;
}
.tabela2{
    width: 50%;
	float: right;
}
.tabela1 .fr1{
	background-color: #b1d8e3;
	color: white;
	font-family: 'Josefin Sans', sans-serif;
}
.tabela2 .fr{
	background-color: #ebc738;
	color: white;
	font-family: 'Josefin Sans', sans-serif;
}
.tabela1 button, .tabela2 button{
	background-color: #fff; /* Green background */
	font-size: 18px;
  border: 1px solid #b1d8e3; /* Green border */
  padding: 10px 24px; /* Some padding */
  cursor: pointer; /* Pointer/hand icon */
  width: 100%; /* Set a width if needed */
  display: block; /* Make the buttons appear below each other */
}
.tabela1 button{
	color:  #b1d8e3;
}
.tabela2 button{
	color: #ebc738;
}
.drugasl{
	margin-top:-80px;
	max-width: 700px; 
	margin-left: 325px;
}
@media screen and (max-width: 600px) {
	#ng img{
		max-width: 80%;
		display: block;
		margin: auto;
		margin-top: -50px;
		margin-bottom: 40px;
	}
	#ng p{
		max-width: 80%;
		margin: auto;
	}
	.tabele{
		max-width: 90%;
		margin-bottom: 140px;
	}
    .drugasl{
    	display: none;
    }
}
