@charset "utf-8";
@import url('https://fonts.googleapis.com/css2?family=Roboto&display=swap');
*
{
	margin: 0;
	padding: 0;
	box-sizing: border-box;
	font-family: 'Roboto', sans-serif;
}
.sekcija.prva .usluge p,
.sekcija.druga .usluge p{
	text-align: center;
}
.mini_tekst{
	text-align: left;
}
.mini_label{
	text-align: center;
	margin-bottom: 10px;
	display: block;
	margin-bottom: 5px;
	font-size: 16px;
	font-weight: bold;
}
.mini_naslov{
	padding: 10px 0 0 0;
	font-size: 30px;
}
.sekcija.prva{
	padding: 150px 50px 50px 50px;
}
.sekcija.prva.stom {
    padding: 150px 50px 0px 50px;
}
.status{
	color: black;
	font-size: 17px;
}
.sekcija.prva.cjenik{
	padding: 120px 50px 50px 50px;
}
html{
	scroll-behavior: smooth;
}
header{
	position: fixed;
	top: 0;
	left: 0;
	width: 100%;
	display: flex;
	justify-content: space-between;
	align-items: center;
	padding: 35px 0px 25px 0px;
	z-index: 1000;
	transition: 0.6s;
	background: #000;
	border-bottom: groove;
	flex-direction: column;
}
header .logo{
	position: relative;
	font-weight: 700;
	color: #000;
	text-decoration: none;
	font-size: 1em;
	text-transform: uppercase;
	letter-spacing: 2px;
	transition: 0.6s;
}
header img{
	width: 100px;
}
header.sticky{
	padding: 35px 0px 25px 0px;
	background: white;
	border-bottom: 1.5px solid #000000;
}
header.sticky .logo,
header.sticky ul li a{
	color: #000;
}
header ul li a:hover{
	background-color: #fff;
	color: #000;
}
header ul{
	align-content: flex-end;
	position: relative;
	display: flex;
	align-items: center;
	justify-content: space-evenly;
	width: 100%;
}
header ul li{
	position: relative;
	list-style: none;
}
header ul li a{
	position: relative;
	margin: 0 15px;
	text-decoration: none;
	color: #fff;
	letter-spacing: 2px;
	font-weight: 500;
	transition: 0.6s;
}
header.sticky ul li a:hover{
	background-color: #000;
	color: #fff;
}
.banner{
	position: relative;
    width: 100%;
    min-height: 20vh;
    background-size: cover;
    justify-content: space-around;
    align-items: stretch;
    background: #000;
    display: flex;
    flex-direction: column-reverse;
    align-content: center;
    flex-wrap: nowrap;
	background-color:rgb(0,0,0);
	padding-top: 120px;
}
.banimg img{
	max-width: 80%;
    max-height: 100%;
}
.banner h2{
	color: #fff;
	font-size: 70px;
	text-transform: uppercase;
	text-align: center;
	background: #000;
	line-height: 150%;
	padding: 5px 20px 0 20px;
}
.banner h2 span{
	color: aqua;
}
.sekcija{
	background: #fff;
	min-height: 0vh;
	padding-bottom: 70px;
}
.sekcija.video{
	padding: 0 100px 0px 100px;
}
.sekcija.druga{
	padding: 0 100px 100px 100px;
}
.sekcija .sadrzaj{
	position: relative;
	text-align: center;
	width: 100%;
	top: -150px
}
.mxw800p{
	max-width: 800px;
	margin: 0 auto;
}
h3{
	font-size: 40px;
	font-weight: 200;
	margin-bottom: 10px;
}
p{
	position: relative;
	font-size: 18px;
	font-weight: 300;
	margin-bottom: 20px;
	letter-spacing: 1px;
}
.usluge{
	position: relative;
	display: grid;
	grid-template-columns: repeat(auto-fit, minmax(400px, 1fr));
	grid-gap: 30px;
	max-width: 100%;
	margin-top: 40px;
}
.usluge .kontejner{
	width: 400px;
	margin: 0 auto;
	background: #fff;
	padding: 10px;
	box-shadow: 0 15px 30px rgba(0,0,0,0.1);
}
.banner .kontejner{
	display: flex;
	flex-direction: row;
	justify-content: center;
  	align-items: center;
	z-index: 100
}
.banner .bantext{
	color: white;
	width: 50%;
	display: flex;
  	justify-content: center;
	flex-direction: column;
	padding-left: 5%;
	background-color: #000;
}
.banner .banimg{
	padding-right: 5%;
	width: 50%;
	display: flex;
  	justify-content: center;
}
.usluge .kontejner .ikona_kontejner{
	margin-top: 25px;
}
.usluge .kontejner .ikona_kontejner img{
	max-width: 70px;
	margin-bottom: 15px;
}
.usluge .kontejner .ikona_kontejner .opcina{
	max-width: 350px;
	margin-bottom: 15px;
}
.usluge .kontejner .ikona_kontejner .opcina.link:hover{
	transform: scale(1.1);
}
.usluge .kontejner .ikona_kontejner.hzzo {
    padding: 65px 0 65px 0;
}
.usluge .kontejner h2{
	font-size: 18px;
	margin-bottom: 10px;
	text-transform: uppercase;
	font-weight: 700;
}
.toggle{
	display: none;
}
.kontaktform .row100.stat{
	display: block;
}
@media (max-width: 1350px){
	.usluge .kontejner .ikona_kontejner.hzzo {
    padding: 0px 0 10px 0;
	}
	.toggle{
		display: block;
		position: relative;
		width: 30px;
		height: 30px;
		cursor: pointer;
	}
	.toggle:before{
		content: '';
		position: absolute;
		top: 4px;
		width: 100%;
		height: 2px;
		background: #000;
		z-index: 1;
		box-shadow: 0 10px 0 #000;
		transition: 0.5s;
	}
	.toggle:after{
	content: '';
	position: absolute;
	bottom: 4px;
	width: 100%;
	height: 2px;
	background: #000;
	z-index: 1;
	transition: 0.5s;	
	}
	header.sticky{
	border-bottom: 2.5px solid #000000;
	}
	header.active ul{
		visibility: visible;
		opacity: 1;
		display: block;
	}
	header.active ul li a{
		display: inline-block;
		margin: 10px 0;
		font-size: 20px;
	}
	header .logo,
	header ul li a{
		color: #fff;
	}
	.banner{
		background-position: center;
	}
	.banner h2{
		font-size: 60px;
		padding: 0 50px;
	}
	.sekcija.video{
		padding: 0 50px 0px 50px;
	}
	.sekcija.druga{
		padding: 0 50px 50px 50px;
	}
}
.kontakt{
	background: #000;
}
.kontakt h3,
.kontakt p{
	color: #fff;
}
.kontaktform{
	position: relative;
	max-width: 800px;
	margin: 0 auto;
	display: flex;
}
.kontaktform form{
	width: 100%;
}
.kontaktform .row100{
	display: flex;
	width: 100%;
}
.kontaktform .row100 .inputBx50{
	width: 50%;
	margin: 0 20px;
}
.kontaktform .row100 .inputBx100{
	width: 100%;
	margin: 0 20px;
}
.kontaktform .row100 input,
.kontaktform .row100 textarea{
	position: relative;
	border: none;
	border-bottom: 1px solid #fff;
	color: #fff;
	background: transparent;
	width: 100%;
	padding-top: 10px 0;
	outline: none;
	font-size: 18px;
	font-weight: 300;
	margin: 20px 0;
	resize: none;
}
.kontaktform .row100 textarea{
	height: 100px;
}
.kontaktform .row100 input:placeholder,
.kontaktform .row100 textarea::placeholder{
	color: rgba(255,255,255,0.5)
}
.kontaktform .row100 input[type="submit"]{
	background: #fff;
	color: #000;
	max-width: 100px;
	height: 35px;
	text-transform: uppercase;
	letter-spacing: 2px;
	cursor: pointer;
	font-weight: 500;
}
@media (max-width: 950px){
	.kontejner.desni{
	margin: 0 auto;
	}
	.kontejner.lijevi{
		margin: 0 auto;
	}
}

@media (max-width: 800px){
	.banner h2{
		color: #fff;
		font-size: 40px;
		text-transform: uppercase;
		text-align: center;
		background: #000;
		line-height: 150%;
	}
}
@media (max-width: 600px){
	.banner h2{
		color: #fff;
		font-size: 30px;
		text-transform: uppercase;
		text-align: center;
		background: #000;
		line-height: 150%;
	}
}
@media (max-width: 500px){
	h3 {
		font-size: 30px;
	}
	p {
		font-size: 14px;
	}
	.mini_naslov{
		font-size: 25px;
	}
	.usluge{
		position: relative;
		display: grid;
		grid-template-columns: repeat(auto-fit, minmax(250px, 1fr));
		grid-gap: 30px;
		max-width: 100%;
		margin-top: 40px;
	}
	.usluge.cjenik{
		margin-top: 0;
	}
	.usluge .kontejner{
		width: 250px;
		margin: 0 auto;
		background: #fff;
		padding: 10px;
		box-shadow: 0 15px 30px rgba(0,0,0,0.05);
	}
	.usluge .kontejner .ikona_kontejner .opcina{
		max-width: 200px;
		margin-bottom: 15px;
	}
	.sekcija{
		min-height: 0vh;
	}
	.sekcija.video{
		padding: 0 10px 0px 10px;
	}
	.sekcija.druga{
		padding: 0 10px 100px 10px;
	}
	.kontakt{
		padding-top: 100px;
	}

}
@media (max-width: 450px){
	.banner h2{
		color: #fff;
		font-size: 20px;
		text-transform: uppercase;
		text-align: center;
		background: #000;
		line-height: 150%;
		display:inline-block;
	}
}
@media (max-width: 360px){
	.sekcija.prva.cjenik {
    padding: 115px 0px 50px 0px;
	}
	.sekcija.prva {
    padding: 150px 0px 50px 0px;
	}
	.sekcija.prva.stom {
    padding: 150px 100px 0px 100px;
	}
	.mini_tekst{
	padding: 0 25px 0 25px;
	}
}
a{
	color: #000;
}
a:hover{
	color: grey;
}
#prava{
	padding: 30px 20px 0 20px;
	color: #fff;
}
#izradio{
	color: #fff;
}
#tel{
	padding: 30px 0 0 0;
	color: #fff;
	font-size: 20px
}
#mob{
	color: #fff;
	font-size: 20px
}
#table{
	border: groove;
}
.naslov_tablice{
	font-weight: bold;
	text-align: center;
	font-size: 1.2em;
}
.cijena_tablica{
	text-align: center;
	font-size: 1em;
	padding: 0 10px 0 10px;
}
.usluga_tablica{
	font-size: 1em;
	padding: 0 10px 0 10px;
}
.naslov_tablice.cijena{
	padding: 0 10px 0 10px;
}
.sekcija.prva.stom .sadrzaj{
	position: relative;
	text-align: left;
	width: auto;
}
.sekcija.prva.stom .sadrzaj h3{
	text-align: center;
}
.sekcija.prva.stom .sadrzaj li{
	font-size: 20px;
}

.kontejner.desni{
	margin: 0 auto 0 0;
}
.kontejner.lijevi{
	margin: 0 0 0 auto;
}
@media (max-width: 1000px){
	.kontejner.desni, .kontejner.lijevi{
	margin: 0 auto;
	}
}
/* Set your aspect ratio */
.vid {
  position: relative;
  overflow: hidden;
  height: 0;
  padding-bottom: 56.25%; /* creates a 16:9 aspect ratio */
}

.vid iframe,
.vid embed {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  max-width: 100%;
}

/* And set the max-width of the parent element */
.vid_div {
  width: 100%;
  max-width: 600px;
}

body {
	background-color: white;
}

.sparkle {
	
	position: absolute;
	top: 50%;
	left: 50%;
	width: 10px;
	height: 10px;
	border-radius: 50%;
	background-color: white;
	animation: sparkle 2s infinite;
	transform-origin: 50% 50%;
	transform: rotate(180deg);
	box-shadow: 0 0 10px white;
	clip-path: polygon(
		50% 0%,
		61% 35%,
		98% 35%,
		68% 57%,
		79% 91%,
		50% 70%,
		21% 91%,
		32% 57%,
		2% 35%,
		39% 35%
  	);
}
@keyframes sparkle {
	0% {
	  opacity: 0;
	}
	10% {
	  opacity: 1;
	}
	90% {
		opacity: 0;
	}
	100% {
	  transform: translate(-50%, -50%) scale(1.5);
	  opacity: 0;
	}
}

svg {
  display: inline-block;
  position: relative;
  top: -150px;
  left: 0;
}
.container {
  display: inline-block;
  position: relative;
  width: 100%;
  padding-bottom: 100%;
  vertical-align: middle;
  overflow: hidden;
}
.kontejner.round {
	border-radius: 25px;
}
a.anchor {
    display: block;
    position: relative;
    top: -100px;
    visibility: hidden;
}
@media (max-width: 1070px){
	svg {
		top: -100px;
	}
	.sekcija .sadrzaj {
    	top: -110px;
	}
	.sparkle {
		width: 7px;
        height: 7px;
	}
}
@media (max-width: 725px){
	.bantext h3{
		font-size: 30px;
	}
	.bantext p{
		font-size: 15px;
	}
	svg {
    	top: -65px;
	}
	.sekcija .sadrzaj {
    	top: -70px;
	}
}
@media (max-width: 530px){
	.sparkle {
		width: 5px;
        height: 5px;
	}
	.bantext h3{
		font-size: 25px;
	}
	.bantext p{
		font-size: 13px;
	}
}
@media (max-width: 475px){
	svg {
    	top: -35px;
	}
	.sekcija .sadrzaj {
    	top: -25px;
	}
}
@media (max-width: 475px){
	header ul li a{
		font-size: 12px;
	}
}
@media (max-width: 450px){
	.bantext h3{
		font-size: 20px;
	}
	.bantext p{
		font-size: 10px;
	}
	#typing-text3{
		display: none;
	}
	.banner .kontejner {
		flex-direction: column;
	}
	.banner .banimg {
    	padding-right: 0%;
		padding-bottom: 30px;
		width: 80%;
	}
	.banner .bantext {
		padding-left: 0%;
		text-align: center;
		width: 85%;
	}
	.banner .bantext h3 {
		font-size: 30px;
	}
	.banner .bantext p {
		font-size: 14px;
	}
	.banner {
		padding-bottom: 32px;
	}
	svg {
		padding-bottom: 22px;
	}
    
}
@media (max-height: 500px){
	header, header.sticky {
    	padding: 20px 0px 10px 0px;
	}
	a.anchor {
    	top: -60px;
	}
}
@media (max-width: 365px){
	header ul li{
		display: flex;
		text-align: center;
	}
	header ul li a {
		margin: 0 13px;
		font-size: 10px;
		letter-spacing: 1.5px;
	}
}
.mxw800p p, .mxw800p h3 {
	padding: 0px 20px 0px 20px;
}
.sekcija.kontakt {
	padding-top: 35px;
}
.sekcija.zadnja {
	padding-bottom: 25px;
}
.sekcija.prva.druga {
	padding-top: 250px;
}
.sekcija.prva.druga .sadrzaj{
	top: -110px;
}
.banimg, .bantext{
	z-index: 1000
}
#please-wait-message {
	display: none;
	font-weight: bold;
	color: blue;
	margin-top: 15px;
}
#result-container {
	margin-top: 8px;
}
#userInput {
  width: 90%;
  padding: 10px;
  margin: 5px 0 10px 0;
  box-sizing: border-box;
  border: 1px solid #ccc;
  border-radius: 5px;
  font-size: 16px;
  text-align: center;
}

/* Style for button */
button {
  background-color: #000000;
  color: white;
  padding: 10px 20px;
  border: none;
  border-radius: 5px;
  cursor: pointer;
  font-size: 16px;
  margin-right: 5px;
  margin-left: 5px;
}

/* Hover effect for button */
button:hover {
  background-color: #444444;
}

/* Style for disabled button */
button:disabled {
	background-color: #666666; /* Set your desired disabled color */
	cursor: not-allowed;
	/* You may choose to adjust other styles for the disabled state */
}

/* Center the form within mxw800p container */
form {
  display: flex;
  flex-direction: column;
  align-items: center;
}

.eca-input{
	margin-bottom: 20px;
	box-sizing: border-box;
	border: 1px solid #ccc;
	border-radius: 5px;
	font-size: 16px;
	text-align: center;
}

.button-container {
	display: inline-block;
}

#ascii_image_upload{
	width: 80%;
}
