@charset "utf-8";
/* CSS Document */


::-webkit-scrollbar {
    width: 12px;
    background-color: white;
    box-shadow: 0px;
}
::-webkit-scrollbar-thumb {
    background: linear-gradient(orange, #E74F00);
    border-radius: 0px;
    webkit-box-shadow: inset 0 0 7px rgba(0,0,0,1);
}
::-webkit-scrollbar-track {
    -webkit-box-shadow: inset 5 5 0px rgba(255,255,255,1);
    box-shadow: inset 5 5 0px rgba(255,255,255,1);
    border-radius: 0px;
}

/* ALL Sizes CSS */
body { margin: 0px; padding: 0px; font-family: "montserrat"}


.zvucno {
	position: fixed;
	top: 110px;
	z-index: 1001;
	right: 10px;
	display: flex;
	padding: 5px 20px;
	background: white;
	border-radius: 15px;
	align-items: center;
    justify-content: space-between;
	flex-direction: column;
	filter: drop-shadow(0px 3px 3px rgba(0,0,0,0.25));
	border: 0px solid lightgray;
}

.zvucno_closed {
	width: 75px;
    height: 75px;
	padding: 0px !important;
	display: flex;
	justify-content: center;
	align-items: center;
	background-image: url('img/covjeculjak.svg') !important;
	background-repeat: no-repeat;
	background-position: center;
	background-size: cover;
	cursor: pointer;
}

.audio_minimizer {
	width: 15px;
    height: 15px;
    padding: 10px;
    border-radius: 7px;
    background: #E74F00;
    float: right;
    display: flex;
    justify-content: center;
    align-items: center;
    background-image: url(img/close.svg);
    background-repeat: no-repeat;
    background-position: center;
    background-size: 15px;
	cursor: pointer;
}
.noner {
	display: none;
}


#play_btn {
	border-radius: 50px;
	margin: 0px;
	padding: 0px;
	height: 45px;
	width: 45px;
	background:#939393;
}


.restrictor {
	max-width: 1024px;
	margin: 0px auto;
}
header {background: black; position: fixed; width: 100%; filter: drop-shadow(0px 5px 5px rgba(0,0,0,0.25)); z-index: 2500;}

.header {
	height: 60px;
	padding: 20px;
	width: calc(100% - 40px);
	background: black;
	display: flex;
	justify-content: space-between;
	align-items: center;
}
.header a {
	text-decoration: none;
	color: white;
	font-size: 38px;
	font-weight: 600;
}
.nav_logo {
	display: flex;
	align-items: center;
}
.header ul {
	display: flex;
	align-items: center;
}
.header ul li{
	text-decoration: none;
	display: inline-block;
	color: white;
	padding: 0px 10px;
	cursor: pointer;
	font-size: 20px;
}
.hamburger_nav {
	position: absolute;
	background: #1D1D1D;;
	top: 100px;
	width: 100%;
	height: calc(100vh - 100px);
}
.hamburger_nav ul {
	padding-top: 50px;
	list-style: none;
}
.hamburger_nav ul li {
	font-size: 20px;
	color: white;
	padding: 20px 0px;
	text-align: center;
	cursor: pointer;
}

/* SECTION 1 - POČETNA */
.pocetna {
	padding-top: 100px;
	height: calc(100vh - 100px);
	display: flex;
	justify-content: center;
	align-items: center;
	background-image: url('img/countryside.webp');
	background-repeat: no-repeat;
	background-position: center;
	background-size: cover; 
}
.pocetna_content {
	text-align: center;
	padding: 40px;
	width: calc(100% - 80px);
	margin: 0px auto;
	backdrop-filter: blur(12px) brightness(0.9);
	-webkit-backdrop-filter: blur(12px) brightness(0.9);
	background: rgba(0,0,0, 0.25);
	border-radius: 35px;
}
.pocetna_content h1 {
	font-size: 46px;
	font-weight: 600;
	color: white;
	filter: drop-shadow(0px 5px 5px rgba(0,0,0,0.85));
}
.pocetna_content h2 {
	font-size: 28px;
	font-weight: 500;
	color: orange;
	filter: drop-shadow(0px 5px 5px rgba(0,0,0,0.85));
}

/* END SECTION 1 - POČETNA */
/* SECTION 2 - O NAMA */

.onama {
	padding: 150px 0px;
}
.container_separator {
	display: flex;
	flex-direction: row;
}
.separator {
	width: 50%;
	height: 360px;
}
.fotka_onama {
	display: flex;
	justify-content: center;
 	align-items: center;
	background-image: url('img/onama.webp');
	background-repeat: no-repeat;
	background-position: center;
	background-size: cover; 
	border-radius: 15px;
}
/* END SECTION 2 - O NAMA */
/* SECTION 3 - USLUGE */

.usluge {
	padding:150px 0px;
	background: #E5E5E5;
}
.proizvodi {
	padding: 20px;
	width: 300px;
	background: white;
	border-radius: 15px;
	filter: drop-shadow(0px 3px 3px rgba(0,0,0,0.25));
	text-align: center;
}
.container_proizvodi {
	display: flex;
	justify-content: space-evenly;
	padding-top: 60px;
}
.proizvod1 {
	height: 180px;
	width: 100%;
	justify-content: center;
	align-items: center;
	background-image: url('img/piljenje.webp');
	background-repeat: no-repeat;
	background-position: center;
	background-size: cover;
	border-radius: 7px;
}
.proizvod2 {
	height: 180px;
	width: 100%;
	justify-content: center;
	align-items: center;
	background-image: url('img/zitarice.webp');
	background-repeat: no-repeat;
	background-position: center;
	background-size: cover;
	border-radius: 7px;
}
.proizvodi p {
	font-size: 18px;
	padding-top: 20px;
}
.proizvodi h3 {
	font-size: 28px;
}
.btn {
	padding: 12px 30px;
	border-radius: 8px;
	border: 0px;
	background: #E74F00;
	color: white;
	cursor: pointer;
	font-size: 16px;
}
.btn:hover {
	cursor: pointer;
	background:#EB7437;
	transition: 0.1s;
}
/* END OF SECTION 3 - USLUGE */




.menu-active {
	color: orange !important;
}
.copyright {
	padding: 20px 20px;
	display: flex;
	height: 60px;
	align-items: center;
	justify-content: space-between;
}
.copyright p {
	padding: 5px 20px;
	margin: 0px;
}


/* FOOTER */
.footer {
	padding: 150px 0px;
}
.fondovi {
	padding-top: 60px;
	display: flex;
    flex-direction: row;
    height: 100%;
	justify-content: space-evenly;
}
.fondovi img {
	padding: 10px;
	width: auto;
	height: 200px;
}
.kntkt_broj {
	color: black;
	text-decoration: none;
}
.kntkt_broj:hover {
	cursor: pointer;
	color: orangered;
}
.kontakt_wrapper {
	display: flex;
	justify-content: space-around;
	padding: 0px 20px;
}
/* END OF FOOTER */


/* END of ALL Sizes CSS */
/* Desktop Sizes CSS */

@media (min-width: 1025px) {
	.header ul {display: block !important;}
	.hamburger_nav {display: none !important;}
	#hamburger_icon {display: none !important;}
	#close_icon {display: none !important;}
}
@media (max-width: 1024px) {
	.header a {
		text-decoration: none;
		color: white;
		font-size: 28px;
		font-weight: 600;
	}
	.header ul {display: none;}
	.hamburger_nav {display: none;}
	#close_icon {display: none;}
	#hamburger_icon, #close_icon { height: 25px;}
	#hamburger_icon:hover, #close_icon:hover {
		cursor: pointer;
	}
	.pocetna_content h1 {
		font-size: 36px;
		font-weight: 600;
		color: white;
		filter: drop-shadow(0px 5px 5px rgba(0,0,0,0.25));
	}
	.pocetna_content h2 {
		font-size: 22px;
		color: orange;
		filter: drop-shadow(0px 5px 5px rgba(0,0,0,0.25));
	}
}
@media (max-width: 767px) {
	.zvucno_closed {
		width: 75px;
		height: 75px;
		padding: 0px !important;
		display: flex;
		justify-content: center;
		align-items: center;
		background-image: url('img/audio.svg') !important;
		background-repeat: no-repeat;
		background-position: center;
		background-size: cover;
		cursor: pointer;
	}
	.zvucno {
		position: fixed;
		top: 110px;
		z-index: 1001;
		right: 10px;
		display: flex;
		padding: 5px 20px;
		background: white;
		border-radius: 15px;
		align-items: center;
		justify-content: space-between;
		flex-direction: column;
		filter: drop-shadow(0px 3px 3px rgba(0,0,0,0.25));
		border: 0px solid lightgray;
		margin-left: 10px;
	}
	.header a {
		text-decoration: none;
		color: white;
		font-size: 26px;
		font-weight: 600;
	}
	.copyright {
		padding: 20px 20px;
		display: flex;
		height: auto;
		align-items: center;
		justify-content: space-between;
		flex-direction: column;
		text-align: center;
	}
	.pocetna_content h1 {
			font-size: 32px;
			font-weight: 600;
			color: white;
			filter: drop-shadow(0px 5px 5px rgba(0,0,0,0.25));
		}
	.pocetna_content h2 {
		font-size: 20px;
		color: orange;
		filter: drop-shadow(0px 5px 5px rgba(0,0,0,0.25));
	}
	.container_separator {
		display: flex;
		flex-direction: column;
		align-items: center;
	}
	.separator {
		width: calc(100% - 40px);
		height: max-content;
	}
	.container_proizvodi {
		display: flex;
		justify-content: space-evenly;
		padding-top: 60px;
		flex-direction: column;
		align-items: center;
	}
	.proizvodi {
		padding: 20px;
		width: 300px;
		background: white;
		border-radius: 15px;
		filter: drop-shadow(0px 3px 3px rgba(0,0,0,0.25));
		text-align: center;
		margin: 20px;
	}
	.fondovi {
		padding-top: 60px !important;
		display: flex;
		flex-wrap: wrap;
		height: 100%;
		padding: 0px 20px;
	}
	.kontakt_wrapper {
		display: flex;
    	padding: 0px 20px;
   	 	flex-wrap: wrap;
    	justify-content: space-between;
	}
	.footer {
		padding: 80px 0px 50px 0px;
	}
	.usluge {
		padding:80px 0px;
		background: #E5E5E5;
	}
	.onama {
		padding: 80px 0px;
	}
	.fotka_onama {
		display: flex;
		justify-content: center;
		align-items: center;
		background-image: url(img/onama.webp);
		background-repeat: no-repeat;
		background-position: center;
		background-size: cover;
		border-radius: 15px;
		height: 300px !important;
	}
}