*
{
	margin: 0;
    padding: 0;
	box-sizing: border-box;
}
body{
    font-family: 'Poppins', sans-serif; 
	background-color:white;
	background-size: cover;
	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:40px;	
	font-size: 15px;
	font-family: 'Poppins', sans-serif;
}
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:#707070;
	font-weight:300;
}
header .navigation li a:hover {
	color: darkgrey;
    transition-duration: 0.60s;
}
@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(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:#707070;
	max-width:500px;
	line-height:65px;

	font-size:17px;
	align-items:center;
}
.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:#707070; 
	font-size:34px;	
	font-family: 'poppins', sans-serif;
}
.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;
}
.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;
	 
}
.contact-form .send-btn {
	float:right;
	background: #707070;
	color:white;
	font-family: 'Poppins', sans-serif;
	border:none;
	width:120px;
	height:40px;
	font-size:18px;
	cursor: pointer;
    transition: 0.3s;
	transition-property:background;
}
.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%;
	} 	
	.socials{
		padding:0;
		margin:50%;
		margin-bottom:45px;
	}
    .contact-info{
		font-size:14px;
	}
}
.socials{
  margin-top:70px;
  display: flex;
  justify-content: center;
  padding-right:90px;
	
}
.socials img{
	height:70px;
	width:70px;
}
.socials a img {
	transition:transform 0.5s;
}
.socials a:hover img{
	transform: translateY(-10px);
}
#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: 14px;
}

#cookieConsent a {
  color: grey;
  text-decoration: none;
}
#cookieConsent p {
  color: black;
  text-decoration: none;
  font-family: 'Poppins';
}

#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: 5px 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 {
	padding: 10px 30px;
	text-decoration: none;
	font-family: 'Poppins', sans-serif;
	border-radius: 50px; 	
	background-color: #E5E4E2;
}
