@charset "utf-8";
/* CSS Document */

/* Wczytanie fontów */

@import url('https://fonts.googleapis.com/css2?family=Poppins:ital,wght@0,300;0,400;0,500;0,900;1,300;1,400;1,500;1,900&display=swap');

@font-face {
	font-family: bookmania,serif;
	font-weight: 900;
	font-style: italic;
}

@font-face {
	font-family: bookmania,serif;
	font-weight: 900;
	font-style: normal;
}

@font-face {
	font-family: bookmania,serif;
	font-weight: 400;
	font-style: italic;
}

@font-face {
	font-family: bookmania,serif;
	font-weight: 400;
	font-style: normal;
}

html {
    scroll-behavior: smooth;
  }

/* Body */

body{
	font-family: 'Poppins', sans-serif!important;
	font-size: 18px!important;
}

/* Kontener */

.Kontener{
	margin-left: 400px!important;
	margin-right: 200px!important;
}

/* Pasek Nawigacji */


#Pasek-nawigacja {
	position: fixed;
	height: 100%;
	width: 200px;
	background-color: #8C5B3F;
	z-index: 2;
}

#Pasek-nawigacja .Logo {
	display: block;
	margin-top: 30px;
	width: 90%;
	margin-left: auto!important;
	margin-right: auto!important;
}

#Pasek-nawigacja .Footer{
	display: block;
	width: 100%;
	position: absolute;
    bottom: 30px;
}

#Pasek-nawigacja .Social-Media{
	display: flex;
	justify-content: center;
	margin-bottom: 20px;
}

#Pasek-nawigacja .Social-Media i{
	color: white;
	padding: 0px 15px;
	font-size: 1em;
	transition: 0.5s;
}
#Pasek-nawigacja .Social-Media i:hover{
	color: #2E2E2E;
}

#Pasek-nawigacja .Jezyki{
	display: flex;
	justify-content: center;
	margin-bottom: 20px;
}

#Pasek-nawigacja .Jezyki a{
	margin: 0px 15px;
	font-size: 0.8em;
	font-weight: 300;
	color: white;
	text-decoration: none;
	transition: 0.5s;
}

#Pasek-nawigacja .Jezyki a:hover{
	color: #2E2E2E;
}

#Pasek-nawigacja p{
	font-size: 0.6em;
	line-height: 1.2em;
	font-weight: 300;
	color: white;
	text-align: center;
}

#Pasek-nawigacja .RITF{
	text-decoration: none;
	font-weight: 900;
	color: white;
	transition: 0.5s;
}

#Pasek-nawigacja .RITF:hover{
	color: #2E2E2E;
}

/* Nawigacja */

#Nawigacja{
	display: flex;
	justify-content: flex-end;
	align-items: center;
	width: 100%;
	height: 100px;
	background-color: rgba(112,71,48,0.8);
}

#Nawigacja .Menu{
	display: block;
	margin-right: 200px;
}

#Nawigacja .Menu .active{
	color: #BF9B7A!important;
	border-bottom: solid #BF9B7A 3px;
}

#Nawigacja .Menu a{
	position: relative;
	margin: 0px 20px;
	color: white;
	font-size: 1em;
	font-weight: 900;
	text-decoration: none;
	transition: 0.5s;
}

#Nawigacja .Menu a::after {
  position: absolute;
  content: "";
  width: 100%;
  height: 3px;
  top: 100%;
  left: 0;
  background: #BF9B7A;
  transition: transform 0.3s;
  transform: scaleX(0);
  transform-origin: right;
}

#Nawigacja .Menu a:hover{
	color: #BF9B7A;	
}

#Nawigacja .Menu a:hover::after {
  transform: scaleX(1);
  transform-origin: left;
}

/* Nawigacja - mobile */

nav .Logo{
	display: none;
}

#menuToggle{
	display: none;
}

/* Kontakt */

#Kontakt{
	width: 100%;
	margin-top: 200px;
	margin-bottom: 150px;
}

#Kontakt .Kolumny{
	display: flex;
}

#Kontakt .Kolumny .Lewa{
	width: 100%;
}

#Kontakt .Kolumny .Lewa h2{
	font-weight: 500;
	font-size: 1.5em;
	color: #2E2E2E;
	margin-bottom: 10px;
}

#Kontakt .Kolumny .Lewa h1{
	font-family: bookmania,serif;
	font-weight: 900;
	font-size: 4em;
	color: #8C5B3F;
	margin-bottom: 60px;
}

#Kontakt .Kolumny .Lewa p{
	font-weight: 300;
	width: 80%;
	font-size: 1.5em;
	line-height: 1.2em;
	color: #2E2E2E;
	margin-bottom: 60px;
}

#Kontakt .Kolumny .Lewa a{
	font-weight: 500;
	font-size: 2em;
	text-decoration: none;
	color: #8C5B3F;
	border-bottom: solid #8C5B3F 3px;
	transition: 0.5s;
}

#Kontakt .Kolumny .Lewa a:hover{
	color: #2E2E2E;
	border-bottom: solid #2E2E2E 3px;
}

#Kontakt .Kolumny .Prawa {
	width: 100%;
}

#Kontakt .Kolumny .Prawa img{
	display: block;
	margin-left: auto!important;
}



/* Footer */

footer {
}

footer .Kolumny{
	display: flex;
	width: 100%;
	margin-bottom: 100px;
}

footer .Kolumny .Lewa{
	width: 100%;
	text-align: left;
}

footer .Kolumny .Lewa spacer{
	display: flex;
	width: 100%;
	justify-content: flex-start;
	margin-bottom: 60px;
	height: 3px;
	background-color: #8C5B3F;
}

footer .Kolumny .Lewa p{
	width: 70%;
	column-count: 2;
	column-gap: 5px;
	color: #8C5B3F;
	font-weight: 300;
	font-size: 0.8em;
	line-height: 2em;
}

footer .Kolumny .Prawa{
	width: 100%;
	text-align: right;
}

footer .Kolumny .Prawa spacer{
	display: flex;
	width: 100%;
	justify-content: flex-start;
	margin-bottom: 60px;
	height: 2px;
	background-color: #BF9B7A;
}

footer .Kolumny .Prawa a{
	position: relative;
	margin: 0px 20px;
	color: #8C5B3F;
	font-size: 1em;
	font-weight: 900;
	text-decoration: none;
	transition: 0.5s;
}

footer .Kolumny .Prawa a::after {
  position: absolute;
  content: "";
  width: 100%;
  height: 3px;
  top: 100%;
  left: 0;
  background: #2E2E2E;
  transition: transform 0.3s;
  transform: scaleX(0);
  transform-origin: right;
}

footer .Kolumny .Prawa a:hover{
	color: #2E2E2E;	
}

footer .Kolumny .Prawa a:hover::after {
  transform: scaleX(1);
  transform-origin: left;
}

footer .Kolumny .Prawa button{
	margin-left: 60px;
	height: 50px;
	width: 50px;
	border-radius: 100px; 
	border: none;
	outline: none;
	cursor: pointer;
	background-color: #BF9B7A;
	color: #8C5B3F;
	transition: 0.5s;
}

footer .Kolumny .Prawa button i{
	font-size: 2em;
}

footer .Kolumny .Prawa button:hover{
	background-color: #8C5B3F;
	color: #BF9B7A;
}

.Footer{
	display: none;
}

/* Responsywność  */

@media only screen and (max-width: 1620px) {
	
	body{
		font-size: 16px!important;
	}
	
	/* Kontener */

	.Kontener{
		margin-left: 300px!important;
		margin-right: 100px!important;
	}
	
	/* Pasek Nawigacji */

	#Pasek-nawigacja {
		width: 180px;
	}

	/* Nawigacja */

	#Nawigacja .Menu{
		margin-right: 100px;
	}
	
	/* Header */

	#Header video{
		top: 0px;
	}

	#Header .Text{
		left: 300px;
		top: 550px;
	}

	#Header .Text h1{
		margin-bottom: 40px;
	}
	
	#Kontakt{
		margin-top: 150px;
		margin-bottom: 100px;
	}

	#Kontakt .Kolumny .Lewa h1{
		margin-bottom: 40px;
	}

	#Kontakt .Kolumny .Lewa p{
		margin-bottom: 40px;
	}

	#Kontakt .Kolumny .Prawa {
		width: 100%;
	}

	#Kontakt .Kolumny .Prawa img{
		display: block;
		margin-left: auto!important;
		width: 90%;
	}
	
	/* Footer */

	footer .Kolumny{
		margin-bottom: 50px;
	}

	footer .Kolumny .Lewa spacer{
		margin-bottom: 40px;
	}


	footer .Kolumny .Prawa spacer{
		margin-bottom: 40px;
	}

	
}

@media only screen and (max-width: 1410px) {
	
	body{
		font-size: 14px!important;
	}
	
	/* Kontener */

	.Kontener{
		margin-left: 300px!important;
		margin-right: 100px!important;
	}
	
	/* Pasek Nawigacji */

	#Pasek-nawigacja {
		width: 150px;
	}

	/* Nawigacja */

	#Nawigacja .Menu{
		margin-right: 100px;
	}
	
	#Kontakt{
		margin-top: 100px;
		margin-bottom: 100px;
	}

	#Kontakt .Kolumny .Lewa h1{
		margin-bottom: 40px;
	}

	#Kontakt .Kolumny .Lewa p{
		margin-bottom: 40px;
	}

	#Kontakt .Kolumny .Prawa {
		width: 100%;
	}

	#Kontakt .Kolumny .Prawa img{
		display: block;
		margin-left: auto!important;
		width: 90%;
	}
	
	
	/* Footer */

	footer .Kolumny{
		margin-bottom: 50px;
	}

	footer .Kolumny .Lewa spacer{
		margin-bottom: 40px;
	}


	footer .Kolumny .Prawa spacer{
		margin-bottom: 40px;
	}
	
}

@media only screen and (max-width: 1150px) {
	
	body{
		font-size: 12px!important;
	}
	
	/* Kontener */

	.Kontener{
		margin-left: 250px!important;
		margin-right: 50px!important;
	}
	
	/* Pasek Nawigacji */

	#Pasek-nawigacja {
		width: 120px;
	}

	/* Nawigacja */
	
	#Nawigacja{
		height: 80px;
	}

	#Nawigacja .Menu{
		margin-right: 50px;
	}
	
	/* Kontakt */

	#Kontakt{
		margin-top: 100px;
		margin-bottom: 100px;
	}

	#Kontakt .Kolumny .Lewa h1{
		margin-bottom: 40px;
	}

	#Kontakt .Kolumny .Lewa p{
		margin-bottom: 40px;
	}

	#Kontakt .Kolumny .Prawa {
		width: 100%;
	}

	#Kontakt .Kolumny .Prawa img{
		display: block;
		margin-left: auto!important;
		width: 80%;
	}
	
	/* Footer */

	footer .Kolumny{
		margin-bottom: 50px;
	}

	footer .Kolumny .Lewa spacer{
		margin-bottom: 40px;
	}


	footer .Kolumny .Prawa spacer{
		margin-bottom: 40px;
	}
	
	footer .Kolumny .Prawa button{
	margin-left: 20px;
	height: 40px;
	width: 40px;
}

footer .Kolumny .Prawa button i{
	font-size: 1.5em;
}
	
}

@media only screen and (max-width: 1000px) {
	
	.Kontener{
		margin-left: 200px!important;
		margin-right: 50px!important;
	}
	
	
		/* Nawigacja */

	#Nawigacja{
		height: 80px;
	}

	#Nawigacja .Menu a{
		margin: 0px 15px;
	}

	/* Kontakt */

	#Kontakt{
		margin-top: 100px;
		margin-bottom: 100px;
	}

	#Kontakt .Kolumny .Lewa h1{
		margin-bottom: 40px;
	}

	#Kontakt .Kolumny .Lewa p{
		margin-bottom: 40px;
	}

	#Kontakt .Kolumny .Prawa {
		width: 100%;
	}

	#Kontakt .Kolumny .Prawa img{
		display: block;
		margin-left: auto!important;
		width: 80%;
	}


	footer .Kolumny{
		margin-bottom: 50px;
	}


	footer .Kolumny .Lewa spacer{
		margin-bottom: 40px;
	}

	footer .Kolumny .Lewa p{
		width: 100%;
		column-gap: 20px;
	}

	footer .Kolumny .Prawa{
		width: 100%;
		text-align: right;
	}

	footer .Kolumny .Prawa spacer{
		margin-bottom: 40px;
	}

	footer .Kolumny .Prawa a{
		display: none;
	}

	footer .Kolumny .Prawa button{
		margin-left: 0px;
		height: 35px;
		width: 35px;
	}

	footer .Kolumny .Prawa button i{
		font-size: 1em;
	}	
	
}

@media only screen and (max-width: 720px) {
	
	.Kontener{
		margin-left: 50px!important;
		margin-right: 50px!important;
	}

/* Pasek Nawigacji */
	
	#Pasek-nawigacja{
		display: none;
	}
	
	#Nawigacja{
		display: none;
	}
	
	nav{
		height: 80px;
		background-color: #8C5B3F;
	}
	
	nav .Logo {
	display: block;
	height: 45%;
	margin-left: auto!important;
	margin-right: auto!important;
	}
	
		#menuToggle
	{
		width: 80%;
	  display: block;
	  position: relative;
	  top: 40%;
	  left: 50px;
	  z-index: 1;
	  -webkit-user-select: none;
	  user-select: none;
	}

	#menuToggle a
	{
	  text-decoration: none;
	  color: #8C5B3F;
	  transition: color 0.3s ease;
	}

	#menuToggle a:hover
	{
	  color: #2E2E2E;
	}


	#menuToggle input
	{
	  display: block;
	  width: 40px;
	  height: 32px;
	  position: absolute;
	  top: -7px;
	  left: -5px;
	  cursor: pointer;
	  opacity: 0; /* hide this */
	  z-index: 2; /* and place it over the hamburger */

	  -webkit-touch-callout: none;
	}
	
	#menuToggle span
	{
	  display: block;
	  width: 30px;
	  height: 3px;
	  margin-bottom: 5px;
	  position: relative;

	  background: #fff;

	  z-index: 1;

	  transform-origin: 4px 0px;

	  transition: transform 0.5s cubic-bezier(0.77,0.2,0.05,1.0),
				  background 0.5s cubic-bezier(0.77,0.2,0.05,1.0),
				  opacity 0.55s ease;
	}

	#menuToggle span:first-child
	{
	  transform-origin: 0% 0%;
	}

	#menuToggle span:nth-last-child(2)
	{
	  transform-origin: 0% 100%;
	}

	/* 
	 * Transform all the slices of hamburger
	 * into a crossmark.
	 */
	#menuToggle input:checked ~ span
	{
	  opacity: 1;
	  transform: rotate(45deg) translate(-2px, -1px);
	  background: #8C5B3F;
	}

	/*
	 * But let's hide the middle one.
	 */
	#menuToggle input:checked ~ span:nth-last-child(3)
	{
	  opacity: 0;
	  transform: rotate(0deg) scale(0.2, 0.2);
	}

	/*
	 * Ohyeah and the last one should go the other direction
	 */
	#menuToggle input:checked ~ span:nth-last-child(2)
	{
	  transform: rotate(-45deg) translate(0, -1px);
	}

	/*
	 * Make this absolute positioned
	 * at the top left of the screen
	 */
	#menu
	{
	  position: absolute;
		height: 100vh;
	  margin: -80px 0 0 -50px;
	  padding: 50px;
	  padding-top: 150px;

	  background: #fff;
	  list-style-type: none;
	  -webkit-font-smoothing: antialiased;
	  /* to stop flickering of text in safari */

	  transform-origin: 0% 0%;
	  transform: translate(-100%, 0);

	  transition: transform 0.5s cubic-bezier(0.77,0.2,0.05,1.0);
	}

	#menu li
	{
		font-weight: 900;
	  	padding: 15px 0;
	  	font-size: 2.5em;
	}
	
	#menu .Jezyki{
		display: flex;
		justify-content: flex-start;
		margin-top: 60%;
	}

	#menu .Jezyki a{
		margin-right: 50px;
		font-size: 2em;
		font-weight: 300;
		color: #8C5B3F;
		text-decoration: none;
		 transition: color 0.3s ease;
	}
	
	#menu .Jezyki a:hover{
		color: #2E2E2E;
	}

	/*
	 * And let's slide it in from the left
	 */
	#menuToggle input:checked ~ ul
	{
	  transform: none;
	}
	
	/* Kontakt */

	#Kontakt{
		margin-top: 100px;
		margin-bottom: 100px;
	}

	#Kontakt .Kolumny {
		display: flex;
		flex-wrap: wrap-reverse;
	}


	#Kontakt .Kolumny .Lewa h1{
		margin-bottom: 40px;
	}

	#Kontakt .Kolumny .Lewa p{
		margin-bottom: 40px;
	}

	#Kontakt .Kolumny .Prawa {
		width: 100%;
		margin-bottom: 50px;
	}

	#Kontakt .Kolumny .Prawa img{
		display: block;
		margin-left: auto!important;
		width: 100%;
	}
	
	/* Footer */
	
	.Kontener img{
		display: none;
	}


	footer .Kolumny{
		margin-bottom: 50px;
	}


	footer .Kolumny .Lewa spacer{
		margin-bottom: 40px;
	}

	footer .Kolumny .Lewa p{
		width: 150%;
		column-gap: 10px;
	}

	footer .Kolumny .Prawa{
		width: 100%;
		text-align: right;
	}

	footer .Kolumny .Prawa spacer{
		margin-bottom: 40px;
	}

	footer .Kolumny .Prawa a{
		display: none;
	}

	footer .Kolumny .Prawa button{
		margin-left: 0px;
		height: 35px;
		width: 35px;
	}

	footer .Kolumny .Prawa button i{
		font-size: 1em;
	}
	
	.Footer{
		height: 60px;
		width: 100%;
		display: flex;
		text-align: center;
		justify-content: space-between;
		background-color: #8C5B3F; 
		align-items: center;
	}
	
	.Footer .Social-Media{
		margin-left: 40px;
	}
	
	.Footer .Social-Media i{
		color: white;
		padding: 0px 10px;
		font-size: 1.5em;
	}

	.Footer p{
		font-size: 0.8em;
		line-height: 1.2em;
		font-weight: 300;
		color: white;
		text-align: right;
		margin-right: 50px;
	}

	.Footer .RITF{
		text-decoration: none;
		font-weight: 900;
		color: white;
	}
	
	
}


/*
playback timings (ms):
  capture_cache.get: 5.271
  load_resource: 1657.346
  PetaboxLoader3.resolve: 1500.969
  PetaboxLoader3.datanode: 29.866
*/