*
{
	margin: 0;
    padding: 0;
	box-sizing: border-box;
}
body{
    font-family: 'Poppins', sans-serif;
	font-size: 16px;
	background-color:#acacac;
	background-size: cover;
	width: 100%;
    height: 100%;
    margin: 0px;
    padding: 0px;
    overflow-x: hidden; 
}
body::-webkit-scrollbar {
    display: none; 
}
header{
	position:absolute;
	top:0;
	left:0;
	width:100%;
	padding:10px 20px;
	z-index:1000;
	display:flex;
	justify-content:space-between;
	align-items:center;
	transition:0.5s;
    padding-top:40px;	
	font-size: 15px;
	font-family: 'Poppins', sans-serif;

}
header .logo{
	padding-left:170px;
}
header .navigation {
	position:relative;
    display:flex;
	margin-right: 150px;
}
header .navigation li {
	list-style:none;
	margin-left: 50px;

}
header .navigation li a {
	text-decoration:none;
	color:white;
	font-weight:300;
}
header .navigation li a:hover {
	color: #707070;
    transition-duration: 0.60s;
}
@media (max-width: 1121px)
{
	header
	{
		padding: 10px 20px;
	}
     header .navigation
	 {
		 display:none;
	 }
	 header .navigation.active
	 {
		 width:100%;
		 height: calc(100% - 68px);
		 position:fixed;
		 top:68px;
		 left:0;
		 display:flex;
		 justify-content: center;
		 align-items: center;
		 flex-direction: column;
		 background:white;
	 }
	 header .navigation li 
	 {
		 margin-left:0;
	 }
	 header .navigation li a {
		 color:#707070;
		 font-size: 1.6em;
	 }
	 header .navigation li a:hover {
	     color: darkgrey;
	     transition-duration: 0.60s;
	 }
	 .menuToggle{
		 position: relative;
		 width: 40px;
		 height: 40px;
		 background: url(../meni.svg);
		 background-size: 30px;
		 background-repeat: no-repeat;
		 background-position: center;
		 cursor: pointer;
	 }
	 .menuToggle.active
	 {
		 background: url(../close2.svg);
		 background-size:30px;
		 background-repeat: no-repeat;
		 background-position:center;
	 }
	 section {
		 padding: 20px;
	 }
     header .logo{
	 padding-left:20px;
}
}
.parent{
	display:grid;
	position:absolute;
	grid-template-columns: repeat(3, 1fr);

}
.opis{
	margin-top:300px;
	margin-left:30%;
	margin-bottom:30px;
}
.opis p {
	font-size:1em;
	color:white;
}
.opis h2 {
	color:black;
	font-size: 2em;
}
.opis a {
	color:black;
}
.slika {
	margin-top:260px;
	margin-left:270px;
	height:350px;
	width:350px;
	margin-right:70px;
}
.crtez{
    margin-left:150px;
	margin-top:350px;
	
}
@media (max-width: 600px){
	.parent{
	display:grid;
	position:absolute;
	grid-template-columns: repeat(1, 1fr);
}

	main .slika img {
		width:350px;
		height:350px;	
	}
}
@media (max-width: 950px){
	.parent{
	display:grid;
	position:absolute;
	grid-template-columns: repeat(1, 1fr);
}
    main .crtez {
	    margin:40px;
	}
	main .opis{
		margin:50px;
		padding-top:80px;
		font-size: 15px;
	}
	main .opis h2 {
		font-size:1.7em;
	}
	main .slika {
        margin:50px;
	    padding-top:120px;
	}
}
@media (max-width: 1700px){
     	main .slika{
			margin-left:70px;
			margin-right:90px;
		}
	}
@media (max-width: 1200px){
	main .crtez{
		margin-left:60px;
		margin-right:40px;
	}
	main .opis h2{
		font-size:1.8em;
	}
	main .opis p {
		font-size: 15px;
	}
	main .slika{
			margin-right:40px;
			margin-bottom:90px;
		}
}
.piktogrami{
	display:inline-flex;
}
.piktogrami img {
	padding:5px;
}

 ul{
	list-style:none;
}
 ul li {
	line-height:55px;	
}
.tehnicki {
	position:relative;
	font-size:17px;
	font-weight:500;
	display: block;
	width:100%;
	color:white; 
	margin-left:21px;
	border:1.9px solid white;
	width: 190px;
	height:57px;
	padding-left:17px;
	margin-top:35px;
}
.tehnicki a:hover{
	opacity:5;
	text-decoration: none;
}
.tehnicki a{
	text-decoration: none;
	color:white;
}
.tehnicki i{
	margin-left:15px;
}
.crtez ul li a:hover{
	text-decoration: none;
	opacity:0.5;
}
.crtez ul ul {
	position:static;
	display:none;
}
.crtez ul  .formati-show.show{
	display:block;
}
.crtez ul  .formati2.show{
	display:block;
}
.crtez ul ul li a {
	font-size: 15px;
	color:white;
	text-decoration: none;
	margin-left:5px;
}
.formati-show img{
	margin-left:89px;
}
.formati2 img{
	margin-left:95.7px;
}
.formati-show {
    margin-left:21px;
	border:1.9px solid;
	width: 190px;
	padding-left:17px;
	height:57px;
	margin-top:15px;
	color:white;
}
.formati2{
	margin-left:21px;
	border:1.9px solid;
	width: 190px;
	padding-left:17px;
	height:57px;
	margin-top:15px;
	color:white;	
}
#cookieConsent {
  position: fixed;
  bottom: 20px;
  right: 20px;
  padding: 10px;
  max-width: 400px;
  background-color: #f2f2f2;
  border-radius: 5px;
  box-shadow: 0px 0px 10px rgba(0, 0, 0, 0.2);
  z-index: 9999;
  display: none;
  font-size: 14px;
}

#cookieConsent a {
  color: grey;
  text-decoration: none;
}
#cookieConsent p {
  color: black;
  text-decoration: none;
  font-family: 'Poppins';
}

#cookieConsent a:hover {
  text-decoration: underline;
}

#cookieConsent .cookieConsentOK {
  background-color: #007bff;
  color: #fff;
  border-radius: 3px;
  padding: 5px 10px;
  cursor: pointer;
  margin-left: 15px;
}

#cookieConsent .cookieConsentOnlyNecessary {
  background-color: #007bff;
  color: #fff;
  border-radius: 3px;
  padding: 5px 10px;
  cursor: pointer;
  margin-left: 15px;
}
@media screen and (max-width: 600px) {
  #cookieConsent {
    bottom: 0;
    left: 0;
    right: 0;
    width: 100%;
    padding: 10px;
    text-align: center;
  }

  #cookieConsent .cookieConsentOK {
    margin-top: 10px;
    margin-left: 0;
  }

  #cookieConsent .cookieConsentOnlyNecessary {
    margin-top: 10px;
    margin-left: 0;
  }
}
#cookieConsent {
  position: fixed;
  bottom: 20px;
  right: 20px;
  padding: 10px;
  max-width: 400px;
  background-color: #f2f2f2;
  border-radius: 5px;
  box-shadow: 0px 0px 10px rgba(0, 0, 0, 0.2);
  z-index: 9999;
  display: none;
  font-size: 14px;
}

#cookieConsent a {
  color: grey;
  text-decoration: none;
}
#cookieConsent p {
  color: black;
  text-decoration: none;
  font-family: 'Poppins';
}

#cookieConsent a:hover {
  text-decoration: underline;
}

#cookieConsent .cookieConsentOK {
  background-color: #007bff;
  color: #fff;
  border-radius: 3px;
  padding: 5px 10px;
  cursor: pointer;
  margin-left: 15px;
}

#cookieConsent .cookieConsentOnlyNecessary {
  background-color: #007bff;
  color: #fff;
  border-radius: 3px;
  padding: 5px 10px;
  cursor: pointer;
  margin-left: 15px;
}
@media screen and (max-width: 600px) {
  #cookieConsent {
    bottom: 0;
    left: 0;
    right: 0;
    width: 100%;
    padding: 10px;
    text-align: center;
  }

  #cookieConsent .cookieConsentOK {
    margin-top: 10px;
    margin-left: 0;
  }

  #cookieConsent .cookieConsentOnlyNecessary {
    margin-top: 10px;
    margin-left: 0;
  }
}
.mali-meni {
	position: absolute;
	top: 185px;
	z-index: 1000;
	display: flex;
	align-items: center;
	font-size: 13px;
	font-family: 'Poppins', sans-serif;
	margin-left: 270px;
	flex-wrap: nowrap; /* Početno stanje */
}
.mali-meni a {
	text-decoration: none;
	color: white;
	transition: 0.5s;
}
.mali-meni li a:hover {
	color: #707070;
	transition-duration: 0.10s;
}

@media screen and (max-width: 1600px) {
	.mali-meni {
		position: absolute;
		top: 185px;
		margin-left: 10px; /* Možete prilagoditi ovu vrednost prema potrebi */
		flex-wrap: wrap; /* Omogućava prelamanje stavki u više redova */
		justify-content: flex-start; /* Drži stavke u istoj poziciji kao na širem ekranu */
	}
	.mali-meni a {
		color: white;
		transition: 0.5s;
	}
	.mali-meni li a:hover {
		color: #707070;
		transition-duration: 0.10s;
	}
}
@media screen and (max-width: 1700px) {
	.mali-meni {
		position: absolute;
		top: 185px;
		margin-left: 80px; 
		flex-wrap: wrap; 
		justify-content: flex-start;
	}
	.mali-meni a {
		color: white;
		transition: 0.5s;
	}
	.mali-meni li a:hover {
		color: #707070;
		transition-duration: 0.10s;
	}
}
@media screen and (max-width: 930px) {
	.mali-meni {
		position: absolute;
		top: 100px;
		margin-left: 60px; 
		margin-left: 60px; 
		flex-wrap: wrap; 
		justify-content: flex-start;
	}
	.mali-meni a {
		color: white;
		transition: 0.5s;
	}
	.mali-meni li a:hover {
		color: #707070;
		transition-duration: 0.10s;
	}
}
.btn {
	background-color: rgba(255, 255, 255, 0.3);
	padding: 10px 30px;
	text-decoration: none;
	font-family: 'Poppins', sans-serif;
	border-radius: 50px; 
}
