*
{
	margin: 0;
    padding: 0;
	box-sizing: border-box;
	font-family: 'Myriad Pro ', sans-serif;
	
}
body{
 
	font-family: 'Myriad Pro ', sans-serif;
	background-image: linear-gradient( 
	rgba(0,0,0,0.4),rgba(0,0,0,0.4),rgba(0,0,0,0.2),rgba(0,0,0,0)
	),  url(pocetna.jpg);
	background-position: center;
	background-size: cover;
	background-repeat: no-repeat;
	width: 100%;
    height: 100%;
    margin: 0px;
    padding: 0px;

	}
	
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:10px;
	margin-top:30px;
}
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: #1297ab;
    transition-duration: 0.60s;
}
main .row .col p{
	font-size:1.1em;
}
.btn {
	font-size:1.1em;
	background-color:#1297ab;
	border: 2px solid #1297ab;
	display: inline-block;
	padding: 10px 30px;
	margin-top: 30px;
	margin-left: 50px;
	text-decoration: none;
	transition:0.5s;
	font-family: 'Myriad Pro', sans-serif;
	border-radius:25px;
	color:white;
}
.btn:hover {
	transition: all .4s ease-in-out; 
    transform: scale(1.1); 
	
}
@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(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;
}
}
.row1{
	display: flex;
	height:110%;
	align-items: center;
}
.col {
	flex-basis:50%;	
}

h1 {
	color:white;
	font-size: 5.9vw;
	margin-left: 50px;	
	box-sizing: border-box;
	margin-bottom:3px;
	font-family: 'Myriad Pro ', sans-serif;
}
p {
	color:white;
	line-height: 25px;
	margin-left: 50px;
	box-sizing: border-box;
	
}
.aktivnosti{
	color: #1297ab;
	text-align:center;
	font-size: 4vw;
	font-family: 'Myriad Pro ', sans-serif;
	font-weight: bold;
}
.col a {
	text-decoration:none;
	color:white;
}

@media (max-width: 1600px){
	 main .col .card {
		 width: 43%;
         height: 37%;
		 display:inline-block;
		 margin:20px 10px 0px 20px;
		 padding:10px 0px 0px 10px;
		
	 }
     .row1 .col p{
	font-size:0.9em;
	line-height:20px;
}
   main h2 {
	   font-size:11.2px;
	 
   } 	
   main h1, p
   {
	   margin-left:50px;
   }
}
  
@media (max-width: 600px){
	.row1 .col p{
	font-size:15px;
}
   main h1, p
   {
	   margin-left:30px;
   }
   main h2 
   {
	   font-size:7px;
   }
    main .col .card {
		 width: 60%;
         height: 37%;
		 display:inline-block;
		 margin:20px 10px 0px 20px;
		 padding:10px 0px 0px 0px;
		
	 }
	 .btn {
		 margin-left:30px;
		 font-size:15px;
	 }
	 main h1 
   {
	   font-size:35px;
   }
}
.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;
}
}
.podtekst {
	width: 55%;
    padding: 50px;
    margin: auto;
	color:#3d494e;
    position: relative;	
	font-family: 'Myriad Pro', sans-serif;
	text-align:justify;
	line-height: 30px;
}
.kontejner {
  max-width: 1200px;
  margin: 0 auto;
  padding: 10px;
  padding-bottom:40px;
}

.red {
  display: flex;
  justify-content: space-around;
  flex-wrap: wrap;
  margin-bottom: 20px;
}

.reason {
  text-align: center;
  width: calc(33.33% - 20px);
  margin: 10px;
  color:#1297ab;
  font-family: 'Myriad Pro', sans-serif;
}
.reason a{
  text-decoration:underline;
  color:#1297ab;
  font-weight: bold;
}
.reason img {
  width: 60px;
  height: 60px;
  margin-bottom: 10px;
   margin: 0;
  padding: 0;
}

.reason h2 {
  font-size: 1.2rem;
  margin-bottom: 10px;
   margin: 0;
  padding: 0;
}

.reason p {
  font-size: 1rem;
  color:#3d494e;
   margin: 0;
  padding: 0;
  line-height: 30px;
  font-family: 'Myriad Pro', sans-serif;
}

/* 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); 
	
}