*
{
	padding: 0px;
	margin: 0px;
	font-family: 'Montserrat', sans-serif;
}

body
{
	background-color: #0C0A32; /* No Name */
	height: 100%;
	overflow: auto;

}

html
{
	scroll-behavior: smooth;
}


/*---------------------------------------*/
#header  /* header */
{
	width: 80%;
	height: 150px;
	padding-left: 10%;
    padding-right: 10%;	
	z-index: 100;
	display: flex;
	position:sticky;
	top: 0px;
	background-color: #0C0A32; /* No Name */
	background: radial-gradient(circle, #141453, #0C0A32);
}

#header_logo
{
	width: 40%;
	height: 150px;
}

#header_logo img
{
	height: 100%;
	width: 100%;
	object-fit: contain;
}

#header_linkovi
{
	width: 60%;
	height: 150px;
	padding-top: 60px;
	text-align: center;
	flex-wrap: wrap;
}

#header_linkovi a
{
	text-decoration: none;
	color: white;
	font-size: 20px;
	margin-left: 5%;
	transition: 0.5s;
}

#header_linkovi a:hover
{
	text-decoration: none;
	color: white;
	font-size: 25px;
	margin-left: 5%;
}

#header_linkovi a img
{
	width: 20px;
	height: 20px;
	transition: 0.5s;
}

#header_linkovi a img:hover
{
	width: 25px;
	height: 25px;
}

#menu
{
	width: 80%;
	height: auto;
	padding-left: 10%;
    padding-right: 10%;	
	z-index: 100;
	position:sticky;
	top: 150px;
	background-color: #0C0A32; /* No Name */
	background: radial-gradient(circle, #141453, #0C0A32);
	display: none;
}

.menu_select
{
	width: 100%;
	height: auto;
	padding-top: 10px;
	text-align: center;
}

.menu_select a
{
	text-decoration: none;
	color: white;
	font-size: 20px;
	margin-left: 5%;
	transition: 0.5s;
}

.menu_select a:hover
{
	text-decoration: none;
	color: white;
	font-size: 25px;
	margin-left: 5%;
}

.menu_select a img
{
	width: 20px;
	height: 20px;
	transition: 0.5s;
}

.menu_select a img:hover
{
	width: 25px;
	height: 25px;
}

#menu_click
	{
		display: none;
		width: 20px;
	    height: 20px;
		cursor: pointer;
	}




/*-----------------------------------------------------------*/
#banner /* banner */
{
	width: 100%;
	height: auto;
	display: flex;
	flex-wrap: wrap;
	background-image:url("slike/banner1.png"); /* Dodgers Blue */
	background-size: cover;
	transition: background-image 2s ease-in-out;
	background-blend-mode: darken;
    background-color: rgba(0, 0, 0, 0.5); /* Adjust opacity */
}

#banner_tekst
{
	margin-top: 200px;
	margin-bottom: 200px;
	width: 40%;
	height: auto;
	margin-left: 5%;
	margin-right: 5%;
	text-align: center;
	/*slide in*/
	left: -100%;
	position: relative;
	opacity: 0;
	animation: slideIn 1.0s ease-out forwards;
	
}

@keyframes slideIn 
{
    from 
	{
      left: -100%;
      opacity: 0;
    }
    to 
	{
      left: 0;
      opacity: 1;
    }
}
  
#moto1
{
	color: white;
	font-size: 100px;
	text-shadow: 2px 1px black;
}

#moto2
{
	color: #0C0A32; /* No Name*/
	font-size: 100px;
	text-shadow: 2px 1px white;
	margin-bottom: 20px;
}

#opis
{
	color: white;
	text-align: left;
	font-size: 15px;
}

#banner_logo
{
	width: 40%;
	height: auto;
	margin-left: 5%;
	margin-right: 5%;
}

#banner_logo img
{
	height: 100%;
	width: 100%;
	object-fit: contain;
	transition: transform 0.1s ease-out;
	/*slide in*/
	left: -100%;
	position: relative;
	opacity: 0;
	animation: slideIn 1.0s ease-out forwards;
}





/*-----------------------------------------------*/
#usluge /* usluge */
{
	scroll-margin-top: 150px;
	width: 100%;
	height: auto;
	display: flex;
	flex-wrap: wrap;
	background-color: #0C0A32; /* No Name*/
}

#naslov_usluga
{
	width: 100%;
	height: auto;
	padding-top: 75px;
	padding-bottom: 50px;
	text-align: center;
	color: white;
	font-size: 40px;
	text-shadow: 1px 1px #D3D3D3;
}

.ponuda
{
	width: 30%;
	margin-left: 10%;
	margin-right: 10%;
	margin-bottom: 100px;
	border-radius: 10px;
}

.ponuda h2
{
	color: #D3D3D3;
	text-align: center;
	font-size: 25px;
}

.ponuda p
{
	color: #D3D3D3;
	text-align: center;
	font-size: 15px;
	margin-top: 25px;
}

#naslov1
{
	background: radial-gradient(circle, #25abe2, #3370b6);
	box-shadow: 0 0 20px #25abe2;
}

#naslov2
{
	background: radial-gradient(circle, #e3288a, #bf3178);
	box-shadow: 0 0 20px #e3288a;
}

#naslov3
{
	background: radial-gradient(circle, #f9e323, #f2b232);
	box-shadow: 0 0 20px #f9e323;
}

#naslov4
{
	background: radial-gradient(circle, #25abe2, #3370b6);
	box-shadow: 0 0 20px #25abe2;
}

#naslov5
{
	background: radial-gradient(circle, #e3288a, #bf3178);
	box-shadow: 0 0 20px #e3288a;
}

#naslov6
{
	background: radial-gradient(circle, #f9e323, #f2b232);
	box-shadow: 0 0 20px #f9e323;
}

#naslov7
{
	background: radial-gradient(circle, #25abe2, #3370b6);
	box-shadow: 0 0 20px #25abe2;
}

#naslov8
{
	background: radial-gradient(circle, #e3288a, #bf3178);
	box-shadow: 0 0 20px #e3288a;
}






/*---------------------------------------------------*/
#proizvodi/* proizvodi */
{
	scroll-margin-top: 150px;
	width: 100%;
	height: auto;
	display: flex;
	flex-wrap: wrap;
	background-color: #0C0A32; /* No Name*/
}

#naslov_proizvodi
{
	width: 100%;
	height: auto;
	padding-top: 50px;
	padding-bottom: 50px;
	text-align: center;
	color: white;
	font-size: 25px;
	text-shadow: 1px 1px #D3D3D3;
}

#kategorije
{
	width: 60%;
	height: auto;
	margin-left: 20%;
	margin-right: 20%;
	display: flex;
}

.naslov_kategorije
{
	width: 10%;
	height: 50px;
	margin-left: 3.3%;
	margin-right: 3.3%;
	margin-bottom: 50px;
	text-align: center;
}

.naslov_kategorije button
{
	border: none ;
	border-radius: 15%;
	background-color: #0C0A32; /* No Name*/
	font-size: 20px;
	color: black;
	cursor: pointer;
	transition: 0.2s;
}

.naslov_kategorije button:hover
{
	border: none;
	border-radius: 15%;
	background-color: #0C0A32; /* No Name*/
	font-size: 20px;
	color: white;
	cursor: pointer;
	transition: 0.5s;
	font-size: 30px;
}

#button1
{
	background: radial-gradient(circle, #25abe2, #3370b6);
	box-shadow: 0 0 20px #25abe2;
}

#button2
{
	background: radial-gradient(circle, #e3288a, #bf3178);
	box-shadow: 0 0 20px #e3288a;
}

#button3
{
	background: radial-gradient(circle, #f9e323, #f2b232);
	box-shadow: 0 0 20px #f9e323;
}

#button4
{
	background: radial-gradient(circle, #25abe2, #3370b6);
	box-shadow: 0 0 20px #25abe2;
}

#button5
{
	background: radial-gradient(circle, #e3288a, #bf3178);
	box-shadow: 0 0 20px #e3288a;
}

#button6
{
	background: radial-gradient(circle, #f9e323, #f2b232);
	box-shadow: 0 0 20px #f9e323;
}

#galerija
{
	width: 100%;
	height: auto;
	display: flex;
	flex-wrap: wrap;
	background-color: #0C0A32; /* No Name*/
}

.slike
{
	width: 25%;
	margin-left: 4%;
	margin-right: 4%;
	margin-bottom: 50px;
	height: 200px;
	border: 2px solid #FF00FF; /* Pink */
	border-radius: 5%;
	overflow: hidden;
	transition: 0.5s;
}

.slike:hover
{
	width: 30%;
	margin-left: 1.5%;
	margin-right: 1.5%;
	margin-bottom: 50px;
	height: 250px;
	border: 2px solid #FF00FF; /* Pink */
	border-radius: 5%;
	overflow: hidden;
}

.slike img 
{
	width: 100%;
	height: 100%;
	object-fit: cover;
	cursor: pointer;
}

#popup {
    display: none; 
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, 0.8); /* Dark background */
    justify-content: center;
    align-items: center;
	z-index: 1000000;
}

#popup img {
    max-width: 90%;
    max-height: 90%;
    border-radius: 10px;
    box-shadow: 0 0 20px rgba(255, 255, 255, 0.2);
}


#close {
    position: absolute;
    top: 20px;
    right: 30px;
    font-size: 40px;
    color: white;
    cursor: pointer;
}





/*-------------------------------------------------*/
#kontakt /* kontakt */
{
	scroll-margin-top: 150px;
	width: 100%;
	height: auto;
	padding-top: 50px;
	padding-bottom: 50px;
	display: flex;
	flex-wrap: wrap;
	background-color: #0C0A32; /* No Name*/
}

.naslov_kontakt
{
	width: 100%;
	height: auto;
	text-align: center;
	color: white;
	font-size: 25px;
	text-shadow: 1px 1px #D3D3D3;
}
.kontakti
{
	width: 40%;
	height: auto;
	padding-left: 5%;
	padding-right: 5%;
}

.kontakti p 
{
	margin-top: 25px;
	text-align: center;
	font-size: 20px;
	color: #D3D3D3;
}

.kontakti iframe
{
	margin: auto;
}

.info
{
	width: 60%;
	height: 150px;
	margin-left: 20%;
	margin-right: 20%;
	margin-top: 50px;
	background-color: #0C0A32; /* No Name*/
	border-radius: 5%;
	box-shadow:  0px 10px 10px 5px #4B0082; /* Indigo */
	transition: 0.5s;
}

.info:hover
{
	width: 80%;
	height: 200px;
	margin-left: 10%;
	margin-right: 10%;
	margin-top: 50px;
	background-color: #0C0A32; /* No Name*/
	border-radius: 5%;
	box-shadow:  0px 10px 10px 5px #4B0082; /* Indigo */
}

.info p
{
	margin-top: 25px;
	text-align: center;
	font-size: 20px;
	color: #D3D3D3;
}




/*-----------------------------------*/
#forma/*forma*/
{
	width: 60%;
	margin-left: 20%;
	margin-right: 20%;
	margin-top: 50px;
	margin-bottom: 20px;
	height: auto;
}

#naslov_forma
{
	width: 100%;
	height: auto;
	padding-top: 50px;
	padding-bottom: 50px;
	text-align: center;
	color: white;
	font-size: 25px;
	text-shadow: 1px 1px #D3D3D3;
}

.inputi
{
	width: 60%;
	margin-left: 18%;
	margin-right: 22%;
	padding: 10px;
	border-radius: 5px;
	border: none;
}

#upit
{
	width: 60%;
	margin-left: 18%;
	margin-right: 22%;
	padding: 10px;
	border-radius: 5px;
	border: none;
}

#submit
{
	width: 40%;
	margin-left: 30%;
	margin-right: 30%;
	cursor: pointer;
	padding: 10px;
	border-radius: 5px;
	border: none;
	color: #D3D3D3;
	background-color: #FF00FF; /* No Name*/
}




/*---------------------------------------*/
#footer /* footer */
{
	width: 100%;
	height: auto;
	padding-top: 50px;
	display: flex;
	flex-wrap: wrap;
	background-color: #080723; /* No Name*/;
}

.footer_section
{
	width: 25%;
	height: auto;
	margin-left: 4.1%;
	margin-right: 4.1%;
}

.footer_section img 
{
	height: 100px;
	width: 100%;
	object-fit: contain;
}

.footer_tekst
{
	color: #D3D3D3;
}

#copyright
{
	width: 100%;
	height: 50px;
	padding-top: 20px;
	text-align: center;
	background-color: #080723; /* No Name*/;
}

#copyright p
{
	color: #D3D3D3;
	font-size:15px;
}

#float_link
{
	width: 50px;
	height: 50px;
	position: fixed;
	bottom: 20px;
	right: 20px;
}

#float_link img
{
	width: 50px;
	height: 50px;
	transition: 0.5s;
}

#float_link img:hover
{
    width: 60px;
	height: 60px;
}



/*------------------header-------------------*/
@media(max-width: 1500px)
{
	#header_linkovi a:hover
    {
	    font-size: 20px;
    }
	
    #header_linkovi a img:hover
    {
	    width: 20px;
	    height: 20px;
    }
}

@media(max-width: 1400px)
{
	#header_linkovi a
    {
	    font-size: 15px;
    }
	
    #header_linkovi a img
    {
	    width: 15px;
	    height: 15px;
    }
}

@media(max-width: 1230px)
{
	#header_logo
    {
	    width: 40%;
	    height: 100px;
    }

    #header_linkovi
    {
	    width: 60%;
	    height: 100px;
		padding-top: 40px;
    }
	
	#menu
	{
		top: 100px;
	}
    
	#header
	{
		height: 100px;
	}
	
	#usluge
    {
	    scroll-margin-top: 100px;
    }
	
	#proizvodi
	{
	    scroll-margin-top: 100px;
    }
	
	#kontakt
	{
	    scroll-margin-top: 100px;
    }
	
	#forma
	{
	    scroll-margin-top: 100px;
    }
}

@media(max-width: 1100px)
{
    #header_logo
    {
	    width: 30%;
	    height: 100px;
    }

    #header_linkovi
    {
	    width: 70%;
	    height: 100px;
		padding-top: 40px;
    }
	
	#header_linkovi a:hover
    {
	    font-size: 15px;
    }
	
    #header_linkovi a img:hover
    {
	    width: 15px;
	    height: 15px;
    }
}

@media(max-width: 880px)
{
    .social img
    {
		display: none;
    }
	
	.social img:hover
    {
		display: none;
    }
}

@media(max-width: 680px)
{
    #header_linkovi a
    {
	    font-size: 10px;
    }
	
    #header_linkovi a img
    {
	    width: 10px;
	    height: 10px;
    }
	
	#header_linkovi a:hover
    {
	    font-size: 10px;
    }
	
    #header_linkovi a img:hover
    {
	    width: 10px;
	    height: 10px;
    }
}

@media(max-width: 470px)
{
	#menu_click
    {
	    display: block;
		margin-left: 50px;
    }
	
	#header_linkovi a
    {
        display: none;
    }
	
    #header_linkovi a img
    {
	    display: none;
    }
	
	#header_linkovi a:hover
    {
	    display: none;
    }
	
    #header_linkovi a img:hover
    {
	    display: none;
    }
	
	#header_logo
    {
	    width: 80%;
    }

    #header_linkovi
    {
	    width: 20%;
    }
}

@media(max-width: 370px)
{
	#menu_click
    {
		margin-left: 25px;
    }
}





/*------------------banner-------------------*/
@media(max-width: 1270px)
{
    #moto1
    {
	    font-size: 80px;
    }

    #moto2
    {
	    font-size: 80px;
    }
}

@media(max-width: 1270px)
{
    #moto1
    {
	    font-size: 60px;
    }

    #moto2
    {
	    font-size: 60px;
    }

    #opis
    {
	    font-size: 14px;
    }
}

@media(max-width: 800px)
{
    #banner_tekst
    {
	    margin-bottom: 100px;
		margin-top: 100px;
	    width: 90%;
	    height: auto;
	    margin-left: 5%;
	    margin-right: 5%;
    }
	
	#banner_logo
    {
	    width: 90%;
	    margin-left: 5%;
	    margin-right: 5%;
		margin-bottom: 100px;
    }
}

@media(max-width: 360px)
{
    #moto1
    {
	    font-size: 40px;
    }

    #moto2
    {
	    font-size: 40px;
    }

    #opis
    {
	    font-size: 12px;
    }
}




/*------------------usluge-------------------*/
@media(max-width: 900px)
{
    .ponuda
    {
	    width: 80%;
	    margin-left: 10%;
	    margin-right: 10%;
	    margin-bottom: 50px;
    }
}

@media(max-width: 520px)
{
   #naslov_usluga
   {
	   font-size: 30px;
   }
}

@media(max-width: 400px)
{
    #naslov_usluga
    {
	    font-size: 20px;
    }

    .ponuda h2
    {
	    font-size: 15px;
    }

    .ponuda p
    {
	    font-size: 10px;
    } 
}





/*------------------proizvodi-------------------*/
@media(max-width: 1400px)
{
    .naslov_kategorije button:hover
    {
	    font-size: 25px;
    }
}

@media(max-width: 1220px)
{
    .slike
    {
	    width: 35%;
	    margin-left: 7%;
	    margin-right: 7%;
	    margin-bottom: 50px;
    }

    .slike:hover
    {
	    width: 40%;
	    margin-left: 4%;
	    margin-right: 4%;
	    height: 200px;
    }
}

@media(max-width: 1050px)
{
    .naslov_kategorije button
    {
	    font-size: 15px;
    }

    .naslov_kategorije button:hover
    {
	    font-size: 20px;
    }
}

@media(max-width: 900px)
{
    #kategorije
    {
	    width: 80%;
	    margin-left: 10%;
	    margin-right: 10%;
    }
	
	.naslov_kategorije button:hover
    {
	    font-size: 15px;
    }
}

@media(max-width: 650px)
{
    #naslov_proizvodi
    {
	    font-size: 20px;
    }

     #kategorije
    {
	    width: 100%;
	    margin-left: 0%;
	    margin-right: 0%;
    }
	
	.slike
    {
	    width: 70%;
	    margin-left: 15%;
	    margin-right: 15%;
    }

    .slike:hover
    {
	    width: 80%;
	    margin-left: 10%;
	    margin-right: 10%;
    }
}

@media(max-width: 550px)
{
	#kategorije
    {
        flex-wrap: wrap;
    }
	
	.naslov_kategorije
    {
	    width: 40%;
	    margin-left: 5%;
	    margin-right: 5%;
    }
	
	#naslov_proizvodi
    {
	    font-size: 15px;
    }

}





/*------------------kontakti-------------------*/
@media(max-width: 1330px)
{
    .kontakti p 
    {
	    font-size: 15px;
    }
	
	.info:hover
    {
	width: 70%;
	height: 150px;
	margin-left: 15%;
	margin-right: 15%;
    }
}

@media(max-width: 1110px)
{
    .naslov_kontakt
    {
	    font-size: 20px;
    }
}

@media(max-width: 890px)
{
    .naslov_kontakt
    {
	    font-size: 15px;
    }
}

@media(max-width: 800px)
{
    .kontakti
    {
	    width: 90%;
	    padding-left: 5%;
	    padding-right: 5%;
		margin-bottom: 100px;
    }
}

@media(max-width: 360px)
{
    .kontakti p 
    {
	    font-size: 10px;
    }
}




/*----------------------forma-----------------------*/
@media(max-width: 620px)
{
    #naslov_forma
    {
	    font-size: 20px;
    }
}

@media(max-width: 510px)
{
    #naslov_forma
    {
	    font-size: 15px;
    }
}





/*------------------footer-------------------*/
@media(max-width: 1040px)
{
    .footer_section
    {
	    width: 30%;
	    margin-left: 1.6%;
	    margin-right: 1.6%;
    }
}

@media(max-width: 870px)
{
    .footer_tekst
    {
		font-size: 15px;
    }
}

@media(max-width: 720px)
{
    .footer_section
    {
	    width: 80%;
	    margin-left: 10%;
	    margin-right: 10%;
		margin-bottom: 50px;
    }
	
	.footer_tekst
    {
		text-align: center;
    }
}

/*------------------copyright-------------------*/
@media(max-width: 400px)
{
    #copyright p
    {
	    font-size:10px;
    }
}