@import url('https://fonts.googleapis.com/css2?family=Titillium+Web&display=swap');
/* Stranica index.html */

*{
	margin:0px;
	padding:0px;
	font-family: 'Titillium Web', sans-serif;
}

header{
	position:fixed;
	width:100%;
	margin:0px auto;
	background-color: rgba(55, 183, 189, 0.65);
	z-index: 1;
}

.meni{
	float:left;
	margin-top:35px;
	margin-bottom:35px;
	margin-left:100px;
}

.meni ul li{
	width:100px;
	float:left;
	list-style-type:none;
	margin:0px 15px;
	text-align:center;
}

span{
	text-decoration: underline;
}

.meni ul li a{
	text-decoration:none;
	font-weight:700;
	padding:10px;
	color:#fff;
	font-size:18px;
}

.meni ul li a:hover{
	box-shadow: 5px 5px 7px #ffc400;
}

.logo i.fa-tooth{
	margin:10px 5px 10px 10px;
	color:#fff;
	font-size:48px;
	float:left;
}

.logo h1{
	color:#fff;
	float:left;
	margin:15px 15px 10px 0px;
	font-size:24px;
}

.logo{
	width:410px;
	margin-top:10px;
	margin-right: 100px;
	float:right;
}

.logo i.naziv{
	font-size:26px;
}

.cistac{
	clear:both;
}

#slider{
	width:100%;
	height:100vh;
	animation: slide 15s infinite;
	display: flex;
	justify-content: center;
	align-items: center;
}

@keyframes slide{
	0%{
		background-image:url("../images/slika1.jpg");
	}
	33%{
		background-image:url("../images/slika2.jpg");
	}
	66%{
		background-image:url("../images/slika3.jpg");
	}
	100%{
		background-image:url("../images/slika1.jpg");
	}
}

#textSlider p{
	color: #fff;
	font-size:24px;
	line-height:1.4;
	z-index: 0;
}

.sliderPolje1, .sliderPolje2, .sliderPolje3{
	animation-duration: 15s;
	animation-timing-function: ease-in-out;
	animation-iteration-count: infinite;
	position: absolute;
	width:500px;
	border: 2px solid white;
	background-color: rgba(55, 183, 189, 0.75);
	padding:55px;
	border-radius: 15px;
	text-align:justify;
}

.sliderPolje1{
	animation-name: animacijaBlok1;
}

.sliderPolje2{
	animation-name: animacijaBlok2;
}

.sliderPolje3{
	animation-name: animacijaBlok3;
}


@keyframes animacijaBlok1 {
	0%, 5% { left: -100%; opacity: 0;}
  10%, 30% { left: 45%; opacity: 1; }
  33%, 100% { left: 65%; opacity: 0;}
}

@keyframes animacijaBlok2 {
	0%, 33% { left: -100%; opacity: 0;}
  38%, 63% { left: 45%; opacity: 1; }
  66%, 100% { left: 65%; opacity: 0; }
}

@keyframes animacijaBlok3 {
	0%, 66% { left: -100%; opacity: 0; }
  68%, 96% { left: 45%; opacity: 1; }
  100% { left: 65%; opacity: 0; }
}

.frame1, .frame2{
	background-color: rgba(0,0,0, .25);
	width:100%;
	height:100vh;
	display:flex;
	align-items: center;
}

.frame2{
	justify-content: flex-end;
}

.frame1{
	justify-content: flex-start;
}

#slide2, #slide3{
	width:100%;
	height:100vh;
	background-position:center;
	background-size:cover;
}

#slide2{
	background-image:url("../images/slika5.jpg");
}

#slide3{
	background-image:url("../images/RadnoVreme.jpg");
}

.infoRight{
	width:900px;
	border: 1px solid white;
	border-radius: 15px;
	background-color: rgba(55, 183, 189, 0.75);
	padding-top:45px;
	padding-bottom: 45px;
	margin-right:45px;
	display: flex;
	align-items: center;
	justify-content: center;
}

.active a{
	border-top: 3px solid #ffc400;
}

.infoLeft{
	width:500px;
	text-align:justify;
	border: 1px solid white;
	border-radius: 15px;
	background-color: rgba(55, 183, 189, 0.75);
	padding:55px;
	color: #fff;
	font-size:24px;
	line-height:1.4;
	text-indent: 45px;
	margin-left:45px;
}


footer{
	background-color: rgb(55, 183, 189);
	width:100%;
	position:scroll;
	bottom:0%;
	border-top:5px double #000;
	display:flex;
	justify-content: space-between;
}

.social i{
	font-size:38px;
	color: #fff;
	margin-left:10px;
	margin-top:25px;
	margin-bottom:10px;
}

.social a i:hover, .rssSitemap a i:hover{
	text-shadow: 2px 2px 2px#ffc400;
}

.rssSitemap{
	margin-right:70px;
}

.rssSitemap i{
	font-size:38px;
	color:#fff;
	margin-left:10px;
	margin-top:25px;
	margin-bottom:10px;
}

.default{
	background-color:#fff;
	width:100%;
	height:100vh;
}

.social{
	margin-left:70px;
}

.copyright p, .copyright a{
	color:#fff;
	text-decoration: none;
}

.copyright p:hover{
	text-decoration: underline;
}


.copyright{
	margin-top:15px;
	margin-bottom: 15px;
}

a i.fa-tooth{
	margin-left:60px;
	color:#fff;;
	font-size:38px;
}

.mapaICT{
	width: 450px;
	height: 300px;
	border-radius: 5px;
	border:0;
}

.Lokacija{
	font-size:24px;
	color:#fff;
	text-align: center;
	margin-left:20px;
}

.Lokacija i, .RadnoVreme i{
	color:#ffc400;
	font-size:28px;
}

.Lokacija h3{
	margin-bottom: 25px;
}

.RadnoVreme{
	display: flex;
	justify-content: center;
	align-items: flex-start;
	flex-direction: column;
	margin-right:15px;
}

.RadnoVreme ul li{
	list-style-type: none;
	color:#fff;
	font-size: 19px;
	line-height: 1.8;
}

.RadnoVreme p{
	color:#fff;
	font-size:24px;
}

.RadnoVreme p:first-of-type{
	margin-bottom: 15px;
}

/* Stranica Usluge.html */

.wrapper{
	width:100%;
	background-color: #e3e3e3;
	padding-top:150px;
	padding-bottom: 82px;
	box-shadow: 0px -7px 15px #000;
	display: flex;
	justify-content: center;
	align-items: flex-end;
}

.wrapper1{
	width:70%;
	background-image:url("../images/Usluge.jpg");
	background-position: center;
}

.holder{
	background-color: rgba(55, 183, 189, 0.70);
	border-radius: 7px;
	box-shadow: 12px 12px 15px #000;
	padding-bottom: 5px;
	padding-top:10px;
}

.holder ul li{
	width:80%;
	margin:0px auto;
	font-size:20px;
	color:#fff;
	line-height: 1.5;
	text-indent: 5px;
	list-style-type: none;
}

.holder ul li ul li{
	list-style-type: disc;
}

.holder h1{
	text-align: center;
	font-size:42px;
	margin-top:5px;
	margin-bottom: 5px;
}

.holder h1, .holder p, .holder h5{
	color:#fff;
	margin-left:auto;
	margin-right:auto;
	width:85%;
}

.holder h5{
	font-size:21px;
	margin-top:50px;
	margin-bottom:2px;
}

.holder p{
	text-align: justify;
	font-size:21px;
	margin-top:25px;
	margin-bottom: 15px;
}

.holder a{
	text-decoration: none;
	color: #000;
}

/*Stranica Galerija.html*/

.galerija{
	width:100%;
	height:100vh;
	background-color: #e3e3e3;
	padding-top: 65px;
	padding-bottom: 45px;
	justify-content: center;
	align-items: flex-end;
	display: flex;
	flex-wrap: wrap;
}

.centrirano{
	background-color: #fff;
	border-radius:7px;
	box-shadow: 12px 12px 15px #000;
	padding:25px;
	box-sizing: border-box;
}

.centrirano h1{
	text-align: center;
	font-size:44px;
	color:#000;
}

.prviRed, .drugiRed{
	display:flex;
	justify-content: space-between;
	padding: 15px;
}

.prviRed img, .drugiRed img{
	width:350px;
	height:350px;
	margin-left:40px;
	margin-right:40px;
	object-fit: cover;
	border-radius: 7px;
	filter:saturate(0%);
	transition:filter 0.3s;	
	box-shadow: 7px 7px 10px #ffc400;
}

.prviRed img:hover, .drugiRed img:hover{
	filter:saturate(100%);
}

/*stranica Kontakt.html */

.Kontakt{
	position:fixed;
	width:100%;
	margin:0px auto;
	z-index: 1;
}

.bodyKontakt{
	padding-bottom: 25px;
	background-color:#e3e3e3;
}

.mapa{
	margin-top:90px;
	width:100%;
	height: 40vh;
	box-shadow: 0px 7px 15px #000;
	border:0;
}

.wrapperKontakt{
	width:100%;
	display:flex;
	justify-content: space-between;
	align-items: center;
	background-color: rgba(55, 183, 189, 0.70);
	border-radius: 7px;
	box-shadow: 12px 12px 15px #000;
	box-sizing: border-box;
	padding: 25px;
	color:#fff;
}

.holderKontakti{
	display:flex;
	justify-content: center;
	align-items: center;
	margin-top:40px;
	margin-bottom:40px;
}

.wrapperKontakt1{
	background-image: url("../images/Kontakt.jpg");
	background-position: top;
	background-size: cover;
	width:70%;
}

.kontakth2{
	size:20px;
	text-align:center;
	margin-bottom:15px;
	margin-top:25px;
	text-decoration: underline;
}

a.kontaktLink:hover{
	font-style:italic;
}

form{
	font-size: 18px;
	color:#fff;
	margin-left:100px;
}

form select{
	width:350px;
	height: 24px;
	font-size:16px;
	margin-top:2px;
	margin-bottom:10px;
	border-radius: 5px;
	border: 0px solid;
}


input[type="text"], input[type="email"], input[type="number"]{
	width:350px;
	height:24px;
	font-size:15px;
	margin-top:2px;
	margin-bottom:10px;
	border-radius:5px;
    border: 0px solid;
}

input::-webkit-outer-spin-button,
input::-webkit-inner-spin-button {
    -webkit-appearance: none;
    margin: 0;
}

input[type=number] {
    -moz-appearance:textfield;
}

.RadnoVremeKontakt{
	display:flex;
	justify-content: center;
	align-items: flex-start;
	flex-direction: column;
	margin-right:100px;
}

.RadnoVremeKontakt ul li{
	list-style-type: none;
	color:#fff;
	font-size: 19px;
	line-height: 1.8;
	margin-left:25px;
}

.RadnoVremeKontakt p{
	margin-bottom: 15px;
	color:#fff;
	font-size:20px;
}

.RadnoVremeKontakt p:first-of-type{
	padding-top:50px;
}

.RadnoVremeKontakt i{
	color: #ffc400;
	font-size:28px;
}

.dugmad{
	display:flex;
	flex-direction: row;
	justify-content: space-between;
	align-items: center;
}

input[type="submit"], input[type="reset"]{
	width:100px;
	height:30px;
	text-align: center;
	font-size:14px;
	border-radius:5px;
	background-color: #ffc400 ;
	color:#fff;
	font-weight: 200;
	margin:10px;
}

input[type="submit"]:hover, input[type="reset"]:hover{
	color:#ffc400;
	background-color: #000;
}

textarea{
	resize:none;
	width:345px;
	height:90px;
	font-family: 'Titillium Web', sans-serif;
	font-size: 16px;
	border-radius:5px;
	border: 0px solid;
	padding: 0px 3px 0px 3px;
}

/* Stranica oAutoru.html */

.bodyOautoru{
	background-image: url("../images/oAutoru.jpg");
	background-size: cover;
	background-position: center;
	width:100%;
	height: 100vh;
	display: flex;
	justify-content: center;
	align-items: center;
}

.fixed{
	position: fixed;
	bottom: 0%;
}

.Bio{
	display:flex;
	justify-content: center;
	align-items: center;
	background-color: rgba(55, 183, 189, 0.65);
	border-radius:10px;
	border:2px solid #fff;
	box-sizing: border-box;
	padding: 45px;
}

.Bio p{
	width:650px;
	text-indent: 45px;
	line-height: 1.6;
	text-align:justify;
	color:#fff;
	font-size:20px;
	margin-left:35px;
}

.Bio img{
	width:350px;
	height:350px;
	border-radius: 5px;
}
