*
{
	margin: 0;
    padding: 0;
	box-sizing: border-box;	
}
body{
	font-family: 'Myriad Pro ', sans-serif;
	background-position: center;
	background-size: cover;
	background-repeat: no-repeat;
	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:43px;	
	font-size: 15px;
}
header .logo{
	padding-left:170px;
}
header .navigation {
	position:relative;
    display:flex;
	margin-right: 150px;
}
header .navigation li {
	list-style:none;
	margin-left: 50px;
    	margin-top:30px;
}
header .navigation li a {
	text-decoration:none;
	color:3d494e;
	font-weight:300;
}
header .navigation li a:hover {
	color: #1297ab;
    transition-duration: 0.60s;
}
main .row .col p{
	font-size:1.1em;
}

@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:#3d494e;
		 font-size: 1.6em;
	 }
	 header .navigation li a:hover {
	     color:#1297ab; 
	     transition-duration: 0.60s;
	 }
	 .menuToggle{
		 position: relative;
		 width: 40px;
		 height: 40px;
		 background: url(meni2.svg);
		 background-size: 30px;
		 background-repeat: no-repeat;
		 background-position: center;
		 cursor: pointer;
	 }
	 .menuToggle.active
	 {
		 background: url(close.svg);
		 background-size:30px;
		 background-repeat: no-repeat;
		 background-position:center;
	 }
	 section {
		 padding: 20px;
	 }
     header .logo{
	 padding-left:20px;
}
}
.contact-section{
	width: 100%;
	display: flex;
	justify-content: center;
	align-items: center;
	margin-top:190px;
}
.contact-info{
	color:#1297ab; 
	max-width:500px;
	line-height:50px;
	font-size:17px;
	align-items:center;
	margin-left: 25px;
}
.contact-info i {
	margin-right: 28px;
	font-size: 25px;
}
.contact-form{
	max-width: 700px;
	margin-right: 50px;
}
.contact-info, .contact-form {
	flex:1;
}
.contact-form {
	color:#1297ab; 
	font-size:27px;	
	font-family: 'Myriad Pro', sans-serif bold;
}
.contact-form .text-box{
	background:#C8C8C8;
	color:black;
	border: none;
	width: calc(50% - 10px);
	height: 65px;
	padding:12px;
	font-size: 15px;
	box-shadow: 0 1px 1px rgba(0,0,0,0.1);
	margin-bottom: 20px;
	opacity:0.7;
	border-radius:25px;
}
.contact-form .text-box:first-child{
	margin-right: 25px;
	margin-top:20px;
}
.contact-form textarea{
	background: #C8C8C8;
	color: black;
	border: none;
	width: 100%;
	padding: 12px;
	font-size: 15px;
	min-height: 200px;
	max-height:400px;
	resize: vertical;
	margin-bottom: 20px;
	opacity:0.7;
	border-radius:25px;
	 
}
.contact-form .send-btn {
	float:right;
	background: #1297ab; 
	color:white;
	font-family: 'Myriad Pro', sans-serif;
	border:none;
	width:120px;
	height:40px;
	font-size:18px;
	cursor: pointer;
    transition: 0.3s;
	transition-property:background;
	border-radius:25px;
}
.contact-form .send-btn:hover{
	background: #C8C8C8;
	opacity:0.7;
}

@media only screen and (max-width: 1250px){
	.contact-section{
		flex-direction: column;
	}
	.contact-info, .contact-form{
		margin: 30px 30px;
	}
	.contact-form h2{
		font-size: 30px;
	}
	.contact-form .text-box{
		width:100%;
	} 	
    .contact-info{
		font-size:14px;
	}
}
.footer{
	background-color:#1297ab;
    padding: 70px 0;	
	margin-top: 0;
	position: relative;
	bottom: 0;
	width:100%;
	overflow:auto;
    font-family: 'Poppins', sans-serif;	
}
.container{
	
    max-width: 1170px;
    margin:auto;
}

.row {
	display: flex;
	flex-wrap: wrap;	
}
ul{
	list-style:none;	
}
.footer-col{
	width: 30%;
	padding: 0 15px 15px 170px;
	overflow:hidden;
}
.footer-col h4{
	font-size:18px;
	color:#ffffff;
	margin-bottom: 35px; 
	font-weight: 500;
	position: relative;
}
.footer-col h4::before {
	content:'';
	position: absolute;
	left:0;
	bottom: -10px;
	background-color: #ffffff;
	height: 2px;
    box-sizing: border-box;
	width:50px;
}
.footer-col ul li:not(:last-child){
	margin-bottom:10px;
}
.footer-col ul li a{
	font-size: 16px;
	color: #ffffff;
	text-decoration: none;
	font-weight: 400;

	display: block;
	transition: all 0.3s ease;
}
.footer-col ul li {
	font-size: 16px;
	color: #ffffff;
	text-decoration: none;
	font-weight: 400;
	display: block;
	transition: all 0.3s ease;
}
.footer-col ul li a:hover{
	padding-left: 10px;
}

.footer-col .social-links a img{
	display: in-block;
	height:40px;
	width:40px;
	margin:0 10px 10px 0;
	text-align: center;
	color:#ffffff;
	transition: all 0.5s ease;
	}
.footer-col .social-links a:hover img{
    transition: all .2s ease-in-out; 
    transform: scale(1.3); 
}

@media(max-width:767px){
	.footer-col{
		width:40%;
		margin-bottom:30px;
	}
}
@media(max-width:874px){
	.footer-col{
		width:100%;
	}
	.footer-col{
	padding-left:50px;
}
}
.naslov-mapa {
	margin-top:50px;
	margin-bottom:20px;
	color: #1297ab;
	font-size: 4vw;
	font-family: 'Myriad Pro ', sans-serif;
	font-weight: bold;
    display: flex;
    justify-content: center;
}
.mapa {
    margin-top:40px;
    display: flex;
    justify-content: center;
	margin-bottom:70px;
}


/* Dodaj stil za padajući meni */
.jezik-dropdown {
    position: relative;
    display: inline-block;
    vertical-align: middle;
	margin-right:45px;
	padding-bottom:15px;
}

.jezik-dugme {
    background-color: #1297ab;
    color: #fff;
    border: none;
    padding: 10px 20px;
    cursor: pointer;
    border-radius:25px;
    transition: background-color 0.3s ease;
	font-weight: bold;
}

.jezik-izbor {
    display: none;
    position: absolute;
    background-color: #1297ab;
    min-width: 100px;
    box-shadow: 0px 8px 16px 0px rgba(0,0,0,0.9);
    z-index: 1;
    top: calc(100% + 10px); /* Dodajemo malo vertikalnog odmaka između dugmeta i menija */
    right: 0;
    border-radius:25px;
    overflow: hidden;
    padding: 5px 0;
}

.jezik-izbor a {
    padding: 10px 20px;
    text-decoration: none;
    display: block;
	color:#fff;
    transition: background-color 0.3s ease;
    font-weight: bold;
    font-size: 14px
}

.jezik-izbor a:hover {
    background-color: #f1f1f1;
	
}
.jezik-dugme:hover {
	transition: all .4s ease-in-out; 
    transform: scale(1.1); 
	
}
}
