*
{
	margin: 0;
    padding: 0;
	box-sizing: border-box;
	font-family: 'Poppins', sans-serif;
	
}
body{
 
	font-family: 'Poppins', sans-serif;
	background-image: linear-gradient( 
	rgba(0,0,0,0.5),rgba(0,0,0,0.5),rgba(0,0,0,0.3),rgba(0,0,0,0)
	),  url(../lajsne.jpg);
	background-position: center;
	background-size: cover;
	background-repeat: no-repeat;
	width: 100%;
    height: 100%;
    margin: 0px;
    padding: 0px;
    overflow-x: hidden; 
	overflow: 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;

}
header .navigation li a {
	text-decoration:none;
	color:white;
	font-weight:300;
}
header .navigation li a:hover {
	color: #707070;
    transition-duration: 0.60s;
}
.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:#707070;
		 font-size: 1.6em;
	 }
	 header .navigation li a:hover {
	     color: darkgrey;
	     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;
}
}
.row{
	display: flex;
	height:110%;
	align-items: center;
}
.col {
	flex-basis:50%;	
}

h1 {
	color:white;
	font-size: 6vw;
	margin-left: 100px;	
	box-sizing: border-box;
	margin-bottom:3px;
	font-family: 'Playfair Display', serif;
}
p {
	color:white;
	line-height: 25px;
	margin-left: 100px;
	box-sizing: border-box;
	
}
.card {
	width:280px;
	height:330px;
	display: inline-block;
	border-radius: 10px;
	padding: 85px 25px;
	box-sizing: border-box;
	cursor: pointer;
	margin: 10px 15px;
	background-size: cover;
	background-position:center;
	transition:transform 0.5s;
    border-style:solid;
	border-color:white;
}
.card1{
	max-width:100%;
	margin-left:100px;	
}
.card2{
	max-width:100%;	
}
.card:hover{
	transform: translateY(-10px);
}
h2{
	color: #fff;
    font-weight: 500;
    letter-spacing: 0.15em;
    margin-bottom: 0.5em;
    text-transform: uppercase;
	font-family: 'Poppins', sans-serif;	
	text-align:center;
}
.col a {
	text-decoration:none;
}
@media (max-width: 1600px){
	 main .col .card {
		 width: 43%;
         height: 37%;
		 display:inline-block;
		 margin:20px 10px 0px 20px;
		 padding:10px 0px 0px 10px;
		
	 }
     .row .col p{
	font-size:0.9em;
	line-height:20px;
}
   main h2 {
	   font-size:18px;
       text-align:center;
	   margin-top:75px;
	 
   } 	
   main h1, p
   {
	   margin-left:50px;
   }
}
  
@media (max-width: 600px){
	.row .col p{
	font-size:0.7em;
}
   main h1, p
   {
	   margin-left:30px;
   }
   main h2 
   {
	   font-size:17px;
   }
    main .col .card {
		 width: 60%;
         height: 37%;
		 display:inline-block;
		 margin:20px 10px 0px 20px;
		 padding:10px 0px 0px 0px;
		
	 }
}
#cookieConsent {
  position: fixed;
  bottom: 20px;
  right: 20px;
  padding: 10px;
  max-width: 400px;
  background-color: #f2f2f2;
  border-radius: 5px;
  box-shadow: 0px 0px 10px rgba(0, 0, 0, 0.2);
  z-index: 9999;
  display: none;
  font-size: 15px;
}

#cookieConsent a {
  color: grey;
  text-decoration: none;
}
#cookieConsent p {
  color: black;
  text-decoration: none;
  font-family: 'Poppins';
  margin-left: 1px;
}

#cookieConsent a:hover {
  text-decoration: underline;
}

#cookieConsent .cookieConsentOK {
  background-color: #007bff;
  color: #fff;
  border-radius: 3px;
  padding: 5px 10px;
  cursor: pointer;
  margin-left: 15px;
  
}

#cookieConsent .cookieConsentOnlyNecessary {
  background-color: #007bff;
  color: #fff;
  border-radius: 3px;
  padding: 15px 10px;
  cursor: pointer;
  margin-left: 15px;
  
}
@media screen and (max-width: 600px) {
  #cookieConsent {
    bottom: 0;
    left: 0;
    right: 0;
    width: 100%;
    padding: 10px;
    text-align: center;
  }

  #cookieConsent .cookieConsentOK {
    margin-top: 10px;
    margin-left: 0;
  }

  #cookieConsent .cookieConsentOnlyNecessary {
    margin-top: 10px;
    margin-left: 0;
  }
}
.btn {
	color: white;
	background-color: rgba(255, 255, 255, 0.3);
	padding: 10px 30px;
	text-decoration: none;
	font-family: 'Poppins', sans-serif;
	border-radius: 50px; 
}