@charset "UTF-8";
/* import fontu z Google */
@import url('https://fonts.googleapis.com/css2?family=Dela+Gothic+One&display=swap');
/*
font-family: "Hanken Grotesk", sans-serif;
*/

/* SELEKTORY GLOBALNE */
*{
	transform: 2s;
	box-sizing: border-box; /*  żeby paddingi nie zwiekszały szerokości boxów */
}
html{
	scroll-behavior: smooth;
	font-family: "Dela Gothic One", sans-serif;
	font-size: 10px;/* 1rem = 10px */
}
body{
	font-size: 1.6rem;
}

h1{
	font-size: 25rem;
	mix-blend-mode: overlay;
/*	position: sticky;*/
/*	top: 100px;*/
}
h2{
	font-size: 12rem;
	mix-blend-mode: overlay;
}
h3{}
h4{}
h5{}
h6{}

img{
	max-width: 100%;
}

p{
	font-family: Gotham, 'Helvetica Neue', Helvetica, Arial, 'sans-serif';
	line-height: 140%;
}

a{
	text-decoration: none;
}

/* NAWIGACJA MOBILE */
.mobile{
	display: none;
}
.burger{
	color: #111;
	position: fixed;
	top: 2rem;
	right: 2rem;
	font-size: 3rem;
	padding: 0 .4rem .5rem;
	cursor: pointer;
	display: none;
	z-index: 1;
}
.burger:hover{
	background-color: #fff;
	color: #222;
}
.nakladka{
	background-color: #222;
	opacity: .9;
	z-index: 2;
	position: fixed;
	right: 0;
	height: 100%;
	width: 0%; /* zmiana skryptem na 100%*/
	overflow: hidden;
	display: flex;
	justify-content: center;
	align-items: center;
}
.nakladka ol{
	width: 100%;
	
}
.nakladka ol li{}
.nakladka ol li a{
	color: #fff;
	text-align: center;
	display: block; 
	padding: 2rem;
	
}
.nakladka ol li a:hover{
	background-color: #fff;
	color: #222;
}
.zamknijX{
	background-color: #fff;
	font-size: 4rem;
	position: absolute;
	top: 2rem;
	right: 2rem;
	padding: 0 .8rem .4rem;
	cursor: pointer;
}
.zamknijX:hover{
	background-color: #000;
	color: #fff;
}

/* NAWIGACJA DESKTOP */
nav{
	background-color: #222;
	color: #fff;
	position: fixed;/* przypięcie na górze sterony*/
	width: 100%;/* bo fixed zniewlowalo auto szer. 100%*/
	display: flex; /* uruchamiamy flexbox*/
	justify-content: center;
	align-items: center;
	padding: 1rem;
}
nav ol{
/*	background-color: yellow;*/
	max-width: 1200px;
	width: 100%;
	display: flex;
	justify-content: space-evenly;
	
}
nav ol li{
/*	background-color: orange;*/
}
nav ol li a{
/*	background-color: red;*/
	padding: 1rem 2vw;
	color: #fff;
	display: block;
}
nav ol li a:hover{
	background-color: #eee;
	color: #222;
}

/* WSZYSTKIE SEKCJE ich cechy wspólne */
section{
	min-height: 80vh; /* vh = viewport height = % wys. okna przegladarki */
	padding: 2rem;
	/* uruchamiamy flexbox*/
	display: flex;
	align-items: center;
	justify-content: center;
}
.zawartosc{
/*	background-color: ;*/
	max-width: 1200px; /* 1400px */
	width: 100%; /* flex ścisnął box */
	position: sticky;
	top: 50%;
	transform: translateY(-50%);
/*	background-color: red;*/
	mix-blend-mode: overlay;
}

/* POSZCZEGÓLNE SEKCJE */
#pierwsza{
	background: url("../img/bg0.jpg") no-repeat center fixed;
	background-size: cover;
	-webkit-background-size: cover;
	-moz-background-size: cover;
	-o-background-size: cover;
	
}

#pierwsza .zawartosc{
	
	 display: flex;
     flex-direction: column;
     align-items: center;
     width: 100%;
	
}
#pierwsza .zawartosc img{
    transform: translate(-50%, -50%);
    z-index: +1;
	mix-blend-mode: none;
	position: absolute;
	left: 80%;
	top: 20%;
	width: 35%;
}
#druga{	
	background: url("../img/bg2.jpg") no-repeat center fixed;
	background-size: cover;
	-webkit-background-size: cover;
	-moz-background-size: cover;
	-o-background-size: cover;
}
#druga h1{
	position: absolute;
    left: -120px;
}
#druga .zawartosc{
	margin-left: 600px;
	max-width: 690px;
	display: flex;
	flex-direction: column;
	align-items: flex-start;
	gap: 36px;
	
}
#trzecia{
	background: url("../img/bg2.jpg") no-repeat center fixed;
	background-size: cover;
	-webkit-background-size: cover;
	-moz-background-size: cover;
	-o-background-size: cover;
}
#trzecia h1{
	position: absolute;
    left: -120px;
}
#trzecia .zawartosc{
	margin-left: 600px;
	max-width: 690px;
	display: flex;
	flex-direction: column;
	align-items: flex-start;
	gap: 36px;
}
#czwarta{
	background: url("../img/bg3.jpg") no-repeat center fixed;
	background-size: cover;
	-webkit-background-size: cover;
	-moz-background-size: cover;
	-o-background-size: cover;
}
#czwarta h1{
	position: absolute;
    left: -120px;
}
#czwarta .zawartosc{
	margin-left: 600px;
	max-width: 690px;
	display: flex;
	flex-direction: column;
	align-items: flex-start;
	gap: 36px;
}
#piata{
	background: url("../img/bg4.jpg") no-repeat center fixed;
	background-size: cover;
	-webkit-background-size: cover;
	-moz-background-size: cover;
	-o-background-size: cover;
}
#piata h1{
	position: absolute;
    left: -120px;
}
#piata .zawartosc{
	margin-left: 600px;
	max-width: 690px;
	display: flex;
	flex-direction: column;
	align-items: flex-start;
	gap: 36px;
}
#szosta{
	background: url("../img/bg5.jpg") no-repeat center fixed;
	background-size: cover;
	-webkit-background-size: cover;
	-moz-background-size: cover;
	-o-background-size: cover;
}
#szosta h1{
	position: absolute;
    left: -120px;
}
#szosta .zawartosc{
	margin-left: 600px;
	max-width: 690px;
	display: flex;
	flex-direction: column;
	align-items: flex-start;
	gap: 36px;
}

/* STOPKA */
#stopka{
	min-height: 20vh;
	background-color: #222;
	color: #fff;
	display: flex;
    justify-content: center;
    align-items: center;
    text-align: center;
}
#stopka .zawartosc{
	 display: flex;
     flex-direction: column;
     align-items: center;
     width: 100%;
}

/*•••••••••••*********************/
/*•••••••••••***RWD***************/

@media all and (max-width:4000px){	
	.burger{
		display: block;
	}
	nav{
		display: none;
	}
	section{
		min-height: 100vh;
	}}/*koniec 1100px*/
@media all and (max-width:1600px){
	
	#pierwsza h1{
		font-size: 20rem;
}
@media all and (max-width:1200px){
	 	
	
	#druga .zawartosc{
		margin-right:50px;
		margin-left:400px;
	}
		#trzecia .zawartosc{
		margin-right:50px;
		margin-left:400px;
	}
		#czwarta .zawartosc{
		margin-right:50px;
		margin-left:400px;
	}
		#piata .zawartosc{
		margin-right:50px;
		margin-left:400px;
	}
		#szosta .zawartosc{
		margin-right:50px;
		margin-left:400px;
	}
	
	h1{
		font-size: 15rem;
	}
	.zawartosc h2{
		font-size: 8rem;
	}
	
	#pierwsza h1{
		font-size: 15rem;
	}
	#druga h1{
	position: absolute;
		left: -60px;
	}	
	
	#trzecia h1{
	position: absolute;
		left: -60px;
	}
	
	#czwarta h1{
	position: absolute;
		left: -60px;
	}
	
	#piata h1{
	position: absolute;
		left: -60px;
	}
	
	#szosta h1{
	position: absolute;
		left: -60px;
	}
	
}/*koniec 1100px*/
@media all and (max-width:900px){
	
	.zawartosc h2{
		font-size: 6rem;
	}
	
	#pierwsza h1{
		font-size: 10rem;
	}
	
	.zawartosc{
		margin-right:100px;
		margin-left:200px;
	}
		
	#druga .zawartosc{
		margin-right:10px;
		margin-left:-00px;
	}
	
	#druga h1{
		margin-bottom: 600px;
	}
	#trzecia h1{
		margin-bottom: 600px;
	}
	#czwarta h1{
		margin-bottom: 600px;
	}
	#piata h1{
		margin-bottom: 600px;
	}
	#szosta h1{
		margin-bottom: 600px;
	}
	
	#trzecia .zawartosc{
		margin-right:10px;
		margin-left:200px;
	}
	#czwarta .zawartosc{
		margin-right:50px;
		margin-left:200px;
	}
	#piata .zawartosc{
		margin-right:50px;
		margin-left:200px;
	}
	#szosta .zawartosc{
		margin-right:50px;
		margin-left:200px;
	}
	
	
	}/*koniec 900px*/
@media all and (max-width:600px){
	/*MOBILE*/
.mobile{
	display: block;
	}
	
	section{
	min-height: 100vh; /* vh = viewport height = % wys. okna przegladarki */
	padding: 2rem;
	/* uruchamiamy flexbox*/
	display: flex;
	flex-direction: column;
}
.zawartosc{
	width: 100%; /* flex ścisnął box */
	position: sticky;
	top: 80%; 
	transform: translateY(-50%);
	mix-blend-mode: overlay;
	margin-right:600px;
	max-width: 600px;
	display: flex;
	flex-direction: column;
	align-items: center;
	gap: 36px;
}
	
	#pierwsza{
	background: url("../img/bg_mobile.png") no-repeat center fixed;
	background-size: cover;
	-webkit-background-size: cover;
	-moz-background-size: cover;
	-o-background-size: cover;
}
	#pierwsza .zawartosc{
	display: flex;
    flex-direction: column;
    align-items: center;
	text-align: center;
	margin: 0px;
    width: 100%;
		position: relative;
		top: 300px;
	
		
	}
	
	#pierwsza h1{
		font-size: 20rem;
	
	}
	#druga{
	background: url("../img/bg1_mobile.png") no-repeat center fixed;
	background-size: cover;
	-webkit-background-size: cover;
	-moz-background-size: cover;
	-o-background-size: cover;
}
	#druga .zawartosc{
		margin-right:0px;
		margin-left:0px;
	}
	
	#trzecia .zawartosc{
		margin-right:0px;
		margin-left:0px;
	}
	
	#czwarta .zawartosc{
		margin-right:0px;
		margin-left:0px;
	}

	#piata .zawartosc{
		margin-right:0px;
		margin-left:0px;
	}
	
	#szosta .zawartosc{
		margin-right:0px;
		margin-left:0px;
	}

	#trzecia{
	background: url("../img/bg2_mobile.png") no-repeat center fixed;
	background-size: cover;
	-webkit-background-size: cover;
	-moz-background-size: cover;
	-o-background-size: cover;
}
	#czwarta{
	background: url("../img/bg3_mobile.png") no-repeat center fixed;
	background-size: cover;
	-webkit-background-size: cover;
	-moz-background-size: cover;
	-o-background-size: cover;
}
	#piata{
	background: url("../img/bg4_mobile.png") no-repeat center fixed;
	background-size: cover;
	-webkit-background-size: cover;
	-moz-background-size: cover;
	-o-background-size: cover;
}
	#szosta{
	background: url("../img/bg5_mobile.png") no-repeat center fixed;
	background-size: cover;
	-webkit-background-size: cover;
	-moz-background-size: cover;
	-o-background-size: cover;
}
	#stopka{
	min-height: 20vh;
	background-color: #222;
	color: #fff;
	display: flex;
    justify-content: center;
    align-items: center;
    text-align: center;
}
#stopka .zawartosc{
	 display: flex;
     flex-direction: column;
     align-items: center;
	text-align: center;
	margin: 0px;
     width: 600px;
}
	#pierwsza .zawartosc img{
    transform: translate(-50%, -50%);
    z-index: +1;
	mix-blend-mode: none;
	position: absolute;
	left: 70%;
	top: 0%;
	width:70%;

}
}/*koniec 600px*/
@media all and (max-width:400px){
	
	}/*koniec 400px*/}