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

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

@import url('https://fonts.googleapis.com/css2?family=Chivo:ital,wght@0,100..900;1,100..900&family=Space+Grotesk:wght@300..700&display=swap');
	
*{
	box-sizing: border-box;
}

html{
	font-size: 18px;
	font-family: "Montserrat", serif;
	scroll-behavior: smooth;} 

h1,h2,h3,h4,h5{
	font-family: "Chivo", serif;
	font-weight: 500;
}
img{
	max-width: 100%;
}

/*NAWIGACJA mobile*/
.burger{
	background-color: darkred;
	color: white;
	position:fixed;
	top:2rem;
	right: 2rem;
	font-size: 3rem;
	border-radius: 0.5rem;
	padding: 0.4rem .5rem;
	cursor:pointer;
	display: none;
	z-index: 1;
}
.burger:hover{
	background-color: white;
	color: black;
}
.nakladka{
	background-color: #FFFFFF;
	opacity: 0.97;
	z-index: 2;
	position: fixed;
	right: 0;
	height: 100%;
	width: 0%;
	overflow: hidden;
	display: flex;
	justify-content: center;
	align-items: center;
}
.nakladka ol{
	background-color: darkred;
	width: 100%
}
.nakladka ol li{}
.nakladka ol li a{
	color: white;
	text-align: center;
	display: block;
	padding:2rem;
}
.nakladka ol li a:hover{
	background-color: #fff;
	color:black;
}
.zamknijX{
	background-color: darkred;
	color: aliceblue;
	font-size: 3rem;
	position: absolute;
	top:1rem;
	right:2rem;
	padding:0.4rem 1rem;
}
.zamknijX:hover{
	background-color: darkred;
	color:white;
}

/* Nawigacja desktop*/

nav{
	background: url(../img/WZROK.png) no-repeat center center;
	background-size: contain;
	color: white;
/*	position: fixed;*/
	width: 100%;
	height: 386px;
/*	background-color: aqua;*/
/*	padding: 10rem;*/
	display: flex;
	justify-content: center;
	align-items: center;
}
nav ol{
/*	background-color: yellow;*/
/*	max-width: 1280px;*/
	width: 100%;
	display: flex;
	align-items:center;
	justify-content: space-evenly;
}
nav ol li{}
nav ol li a{
/*	background-color: mediumvioletred;*/
	display: flex;
	font-size: 18px;
	align-content: center;
	justify-content: center;
	color:white;
	padding: 1rem 2vw;
/*	display: block;*/
}
nav ol li a:hover{
	background-color: white;
	color: darkred;
	font-size: 20px;
	font-weight: bold;
	padding: 20px;
	border-radius: 30px;
}

/*WSZYSTKIE SEKCJE ich cechy wspólne*/

section{
/*	background: yellow;*/
/*	min-height: 50vh;*/
	width: 100%;
	padding: 2rem;
	padding-bottom: 5rem;
	display: flex;
	align-items: center;
	justify-content: center;
}

.zawartosc{
/*	background-color: cornsilk;*/
	max-width: 1280px;
	width: 100%;
	display: flex;
	gap: 20px;
}

marquee{
	padding: 3vh;
	font-size: 1.2rem;
	letter-spacing: 1.5rem;
	
/*	background: #D40609;*/
}

#pierwsza-a{
/*	background-color: blue;*/
}
#pierwsza-a .zawartosc{
	flex-wrap: wrap;
}
#pierwsza-a article{
	flex: 1 1 300px;
/*	background-color: yellow;*/
	display: flex;
	align-items: center;
}
#pierwsza-a article p{
/*	background: #8A17C5;*/
	text-align: right;
	font-size: 20px;
	line-height: 140%;
	font-weight: 300;
}
#pierzsza-a figure{
	flex: 1 1 300px;
}
#pierwsza-b{
/*	background: #B011CC;*/
	position: relative;
	padding-bottom: 9rem;
}
#pierwsza-b .zawartosc{
/*	background-color: aqua;*/
	flex: 1 1 100;
}
#pierwsza-b article{
	flex: 2;
/*	background: blue;*/
	display: flex;
	flex-direction:column;
	justify-content: center;
	align-items: center;
	padding: 1rem;
	gap:25px;

	
}
#pierwsza-b article h1{
/*	text-align: left;*/
	font-size: 30px;
/*	padding:  20px;*/
}
#pierwsza-b article p{
/*	background: #8A17C5;*/
	text-align: left;
/*	font-size: 18px;*/
	line-height: 140%;
	font-weight: 300;
/*	padding:  30px*/
}
#pierwsza-b article a{
/*	background:#8518C3;*/
font-size: 17px;
	display: flex;
    height: 17px;
	width: 240px;
	justify-content: center;
	align-items: center;
	flex-shrink: 0;
    border: 1px solid #000;
	padding: 2rem 1rem;
	margin-bottom: 0px;
	border-radius: 2rem;
}
#pierwsza-b article a:hover{
	color: darkred;
	font-size: 17px;
	font-weight: bold;
	border: 2px solid darkred;
	
}
.grey-box{
		background-color: #ccc;
		position:absolute;
		right: 40vw;
		bottom: 50%;
		transform: translateY(50%);
		height: 200px;
		width: 300px;
		z-index: -1;
	
}
.lini{
/*	background-color: red;*/
	position: absolute;
	bottom: 1%;
}


#druga{
	background: url("../img/kolo.png") center no-repeat;
	align-items: stretch;
	background-size: contain;
	margin-top: 3rem;
}
#druga .zawartosc{
/*	background: #E93F42;*/
	display: flex;
	flex-direction: column;
	justify-content: space-between;
	gap: 10px;
/*	background-color: blue;*/
	padding: 1rem;
}
#druga article{
	background: rgba(255, 255, 255, 0.68);
		border-radius: 16px;
		box-shadow: 0 4px 30px rgba(0, 0, 0, 0.1);
		backdrop-filter: blur(8.8px);
		-webkit-backdrop-filter: blur(8.8px);
		border: 1px solid rgba(255, 255, 255, 0.86);
	
		opacity: 90%;
/*	background: #AB0C0F;*/
	max-width: 230px;
	padding: 30px;
}

#druga article p{
	font-size: 17px;
	line-height: 30px;
/*	padding:  30px*/
}
#druga article h2{
	font-size: 30px;
	line-height: 60px;
	font-weight: 300px;
/*	padding:  30px*/
	
}
.textprawo{
	flex: 1;
/*	background-color: yellow;*/
	align-self: flex-end;
}
.textlewo{
	flex: 1;
/*	background-color: aquamarine;*/
	align-self: flex-start;
}

@keyframes przesun {
  0% {
    transform: translateY(0px);
  }
  50% {
    transform: translateY(20px);
  }
  100% {
    transform: translateY(0px);
  }
}
.textlewo,
.textprawo {
  animation: przesun 3s ease-in-out infinite;
  transition: transform 0.3s ease;
}
.textlewo:hover,
.textprawo:hover {
  animation-play-state: paused;
}
#trzecia{
	background: url(../img/kolor.png) center top no-repeat;
	display: flex;
	background-size: contain;
	width: 100%
}
#trzecia .zawartosc{
/*	background: #316C8C;*/
	display: flex;
	gap: 35px;
	padding-top: 450px;
	flex-wrap: wrap;
	justify-content: center;
	align-items: center;
}				
#trzecia article{
	align-items: center;
	justify-content: center;
/*	background: gold;*/
	flex: 1 1 250px;}
#trzecia article p{
	font-size: 17px;
	line-height: 30px;
/*	padding:  30px*/
}
#trzecia article h3{
	font-size: 30px;
	line-height: 50px;
	font-weight: 300px;}

.img-hover {
  position: relative;
/*  width: 100%;*/
}
.img-hover img {
/*  width: 100%;*/
  height: auto;
  display: block;
  transition: opacity 0.9s ease;
}
.img-hover img:nth-child(2) {
  position: absolute;
  top: 0;
  left: 0;
  opacity: 0;
  pointer-events: none;
}
.img-hover:hover img:nth-child(2) {
  opacity: 1;
}
.img-hover:hover img:nth-child(1) {
  opacity: 0;
}
.box{
	background-color: #ccc;
	position:absolute;
	right: 38vw;
/*	bottom: -275%;*/
	transform: translateY(10%);
	height: 250px;
	width: 390px;
	z-index: -1;
}

#czwarta{
/*	background-color: green;;*/
}
#czwarta .zawartosc{
/*	background: #296E8F;*/
	gap: 40px;
	display: flex;
	flex-wrap: wrap;
  	justify-content: center;
  	align-items: flex-start;
	position: relative;
}
#czwarta article{
	flex: 0 1 300px;
/*
	background: #D06BEE;
	 display: flex;
	flex-direction: column; 
*/
	justify-content: center;
	padding-bottom: 30px;
	position: relative;
	min-height: 600px;
}
#czwarta article img{}
#czwarta article img:hover{}
.text{/*	background: #000000;*/
	color: white;
  	font-size: 25px;
	font-weight: 500;
/*	 padding: 3rem; */
	position: absolute;
	top: 60%;
	left: 50%;
	transform: translate(-50%, -50%);
}
.lini{
/*	background-color: red;*/
	position: absolute;
	bottom: -11%;
	right: 47vw;
}
#czwarta article h4{
/*	background-color: aqua;*/
	font-size: 25px;
	padding: 15px;
	font-weight: 500;
	justify-content: center;
	align-items: center;
}
#czwarta article a{
	font-size: 17px;
	display: flex;
    height: 17px;
	width: 240px;
	margin: 1rem auto 0;
	justify-content: center;
	align-items: center;
    border: 1px solid #000;
	padding: 2rem 1rem;
	border-radius: 2rem;
}
#czwarta article a:hover{
	color: darkred;
	font-size: 17px;
	font-weight: bold;
	border: 2px solid darkred;}


.tablica {
/*	background-color: cornflowerblue;*/
	width: 100%;
	display: flex;
	justify-content: space-between;
	align-items: flex-start;
	gap: 5px;
}
.kolumna {
/*  background-color: aqua;*/
  display: flex;
  flex-direction: column;
  align-items: center;
  flex: 1;
}
.lewa, .prawa {
/*	background-color: antiquewhite;*/
	line-height: 65px;
	margin-top: 5px;
	font-weight: bold;
}
.srodek {
  text-align: center;
  flex: 2;
  margin-top: 60px;
  letter-spacing: 7px;
  line-height: 66px;
  font-weight: bold;
}

.linia1 { font-size: 67px; }
.linia2 { font-size: 54px; }
.linia3 { font-size: 46px; }
.linia4 { font-size: 39px; }
.linia5 { font-size: 35px; }
.linia6 { font-size: 29px; }
.linia7 { font-size: 24px; }
.linia8 { font-size: 20px; }
.linia9 { font-size: 17px; }
.linia10 { font-size: 13px; }

.kolumna.srodek div {
  font-weight: bold;
  text-align: center;
  letter-spacing: 10px;
  opacity: 0;
  transform: translate(var(--x-offset, 0), var(--y-offset, 0));
  transition: transform 2.5s ease, opacity 2.5s ease;
}
.kolumna.srodek div.visible {
  opacity: 1;
  transform: translate(0, 0);
}


#stopka {
/*  background-color: #f8f8f8;*/
  padding: 60px 20px 30px;
  font-size: 14px;
  color: #111;
  border-top: 1px solid #ccc;
}
#stopka footer{
	color: black;
	margin: 10px 50px;
    flex: 1 1 250px;
	padding: 1.5rem;
	font-size: 13px;
}
#stopka .zawartosc {
/*	background-color: aqua;*/
  max-width: 1200px;
  margin: 0 auto;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  align-items: flex-start;
  gap: 40px;
}
#stopka h5 {
  font-size: 18px;
  margin-bottom: 15px;
  letter-spacing: 1px;
  text-transform: uppercase;
}
#stopka p,
#stopka a {
  margin: 5px 0;
  color: #333;
  text-decoration: none;
  transition: color 0.3s ease;
}

#stopka a:hover {
  color: crimson;
}
#stopka ul {
  list-style: none;
  padding: 0;
  margin: 0;
}
#stopka ul li {
  margin-bottom: 8px;
}
#stopka .copyright {
  width: 100%;
  text-align: center;
  margin-top: 30px;
  font-size: 13px;
  color: #777;
  border-top: 1px solid #ddd;
  padding-top: 15px;
}


/*	mobile*/

@media all and (max-width:1200px){
	
	.zawartosc{
/*		background: #AA171A;*/
	}
	
/*
	.burger{	
		display: block
	}
	
	nav{
		display:none;
	}
*/
	section{ 
/*		min-height: 100vh;*/
	}
	marquee{
	font-size: 1.2rem;	
	letter-spacing: 1.5rem;
}
	#pierwsza{
/*
		
		background: url(../img/WZROK.png) no-repeat center center;
		background-size: contain;
*/
	}
	#pierwsza-a .zawartosc{
	background-size: contain;
/*		background: #CC1B1E;*/
		display: flex;
		justify-content: center;

	}
	#pierwsza-a{
/*		min-height: 40rem;*/
/*		background: #785ABD;*/
	}
    #pierwsza-a article,
    #pierwsza-b article 
	{
/*		background: #D40F13;*/
        align-items: left;
        text-align: left;
        padding: 1rem;
    }
	
	

	#pierwsza-b .zawartosc{
/*		flex-direction: column;*/
		align-items: center;
	}

    #pierwsza-b article h1,
    #pierwsza-b article p {
        text-align: left;
    }

    #pierwsza-b article a {
        width: auto;
        max-width: 90%;
    }

    #pierwsza-a article {
/*		background-color: aliceblue;*/
    }

    #pierwsza-a article p {
/*		background-color: aqua;*/
        text-align: center;
		font-size: 20px;
    }
	
	#pierwsza-b{
/*	background: #B011CC;*/
	position: relative;
	padding-bottom: 6rem;
}
	#pierwsza-b .zawartosc{
}
	#pierwsza-b article{
/*		background: blue;*/
		display: flex;
		flex-direction:column;
		justify-content: center;
		align-items: center;
		padding: 1rem;
		gap:30px;


	}
	#pierwsza-b article h1{
		text-align: center;
		font-size: 30px;
	/*	padding:  20px;*/
	}

	#pierwsza-b article p{
	/*	background: #8A17C5;*/
		text-align: center;
/*		font-size: 17px;*/
		line-height: 140%;
		font-weight: 300;
	/*	padding:  30px*/
	}

	#pierwsza-b article a{
	/*	background:#8518C3;*/
	font-size: 17px;
		display: flex;
		height: 17px;
		width: 240px;
		justify-content: center;
		align-items: center;
		flex-shrink: 0;
		border: 1px solid #000;
		padding: 2rem 1rem;
		margin-bottom: 0px;
		border-radius: 2rem;
	}
	.grey-box{
		background-color: #ccc;
		position:absolute;
		right: 40vw;
		bottom: 50%;
		transform: translateY(50%);
		height: 200px;
		width: 300px;
		z-index: -1;
	}
	.lini{
	/*	background-color: red;*/
		position: absolute;
		bottom: 5%;

	}
	
	#druga{
	background: url("../img/kolo.png") center no-repeat;
	align-items: stretch;
	background-size:contain;
}
		#druga .zawartosc{
		display: flex;
		flex-direction: column;
		justify-content: space-between;
		gap: 10px;
	/*	background-color: blue;*/
		padding: 1rem;
	}
	#druga article{
		background: rgba(255, 255, 255, 0.68);
		border-radius: 16px;
		box-shadow: 0 4px 30px rgba(0, 0, 0, 0.1);
		backdrop-filter: blur(8.8px);
		-webkit-backdrop-filter: blur(8.8px);
		border: 1px solid rgba(255, 255, 255, 0.86);
	
		opacity: 90%;
		padding:  30px;
		max-width: 230px;
	}

	#druga article p{
		font-size: 17px;
		line-height: 30px;
/*		padding:  30px*/
	}

	#druga article h2{
		font-size: 30px;
		line-height: 60px;
		font-weight: 300px;
/*		padding:  30px;*/

	}
	.textprawo{
		flex: 1;
/*		background-color: yellow;*/
		align-self: flex-end;
	}
	.textlewo{
		flex: 1;
	/*	background-color: aquamarine;*/
		align-self: flex-start;
	}
	#trzecia{
		background: url(../img/kolor.png) center top no-repeat;
		display: flex;
		background-size: contain;
		width: 100%
	}
	#trzecia .zawartosc{
/*		background: #316C8C;*/
		display: flex;
		gap: 35px;
		padding-top: 390px;
		flex-wrap: wrap;
		justify-content: center;
		align-items: center;
	}
	#trzecia article{
/*		background: #C63235;*/
		align-items: center;
		flex: 1 1 250px;}

	#trzecia article p{
/*		background: #B7171A;*/
		font-size: 17px;
		line-height: 30px;
	}
	#trzecia article h3{
/*		background-color: aqua;*/
		font-size: 30px;
		line-height: 60px;
		font-weight: 300px;}

	.box{
/*		background-color: #ccc;*/
		position:absolute;
		right: 38vw;
		bottom: -235%;
		transform: translateY(10%);
		height: 250px;
		width: 390px;
		z-index: -1;
}
	
	#czwarta{
/*	background-color: green;;*/
}

	#czwarta .zawartosc{
/*		background: #296E8F;*/
		gap: 40px;
		display: flex;
		flex-direction: row;
/*
		flex-wrap: wrap;
		justify-content: center;
		align-items: flex-start;
		position: relative;
*/
	}

	#czwarta article{
/*		flex: 0 1 300px;*/
/*		background: #D06BEE;*/
/*		 display: flex;*/
		flex-direction: row; 
/*		padding-bottom: 30px;*/
		position: relative;
		min-height: 600px;
	}

	#czwarta article img{
	}
	.text{
/*		background: #000000;*/
		color: white;
		font-size: 32px;
		/* padding: 3rem; */
		position: absolute;
		top: 60%;
		left: 50%;
		transform: translate(-50%, -50%);

	}

	.lini{
/*		background-color: red;*/
		position: absolute;
		bottom: -1%;
		right: 37vw;
	}

	#czwarta article h4{
		font-size: 25px;
		padding: 15px;
	}

	#czwarta article a{
		font-size: 17px;
		display: flex;
		height: 17px;
		width: 240px;
		margin: 1rem auto 0;
		justify-content: center;
		align-items: center;
		border: 1px solid #000;
		padding: 2rem 1rem;
		border-radius: 2rem;
	}

	.tablica {
/*	background-color: cornflowerblue;*/
	width: 100%;
	display: flex;
	justify-content: space-between;
	align-items: flex-start;
	gap: 5px;
}

.kolumna {
/*  background-color: aqua;*/
  display: flex;
  flex-direction: column;
  align-items: center;
  flex: 1;
}

.lewa, .prawa {
/*	background-color: antiquewhite;*/
	line-height: 65px;
	margin-top: 5px;
    font-weight: bold;
}

.srodek {
  text-align: center;
  flex: 2;
  margin-top: 60px;
  letter-spacing: 3px;
  line-height: 66px;
  font-weight: bold;
}


/* Rozmiary liter */
.linia1 { font-size: 68px; }
.linia2 { font-size: 47px; }
.linia3 { font-size: 43px; }
.linia4 { font-size: 40px; }
.linia5 { font-size: 38px; }
.linia6 { font-size: 29px; }
.linia7 { font-size: 25px; }
.linia8 { font-size: 20px; }
.linia9 { font-size: 18px; }
.linia10 { font-size: 15px; }

.kolumna.srodek div {
  font-weight: bold;
  text-align: center;
  letter-spacing: 10px;
  opacity: 0;
  transform: translate(var(--x-offset, 0), var(--y-offset, 0));
  transition: transform 2.5s ease, opacity 2.5s ease;
}

.kolumna.srodek div.visible {
  opacity: 1;
  transform: translate(0, 0);
}

	
}
/*	koniec 1100 px*/

@media all and (max-width:900px){
	.burger{	
		display: block
	}
	
	nav{
		display:none;
	}
	section{ 
/*		min-height: 100vh;*/
	}
	marquee{
	font-size: 1.2rem;	
		
}
	#pierwsza{
		background: url(../img/WZROK.png) no-repeat center center;
		background-size:cover;
		min-height: 230px;
		width: 100%;

		
	}
	#pierwsza-a .zawartosc{
/*		background: #CC1B1E;*/
		display: flex;
		justify-content: center;

	}
	#pierwsza-a{
		min-height: 40rem;
/*		background: #785ABD;*/
	}
    #pierwsza-a article,
    #pierwsza-b article {
/*		background: #D40F13;*/
        align-items: center;
        text-align: center;
        padding: 1rem;
    }

	#pierwsza-b .zawartosc{
		flex-direction: column;
		align-items: center;
	}

    #pierwsza-b article h1,
    #pierwsza-b article p {
        text-align: center;
    }

    #pierwsza-b article a {
        width: auto;
        max-width: 90%;
    }

    #pierwsza-a article {
/*		background-color: aliceblue;*/
    }

    #pierwsza-a article p {
        text-align: center;
		font-size: 20px;
    }
	
	#pierwsza-b{
/*	background: #B011CC;*/
	position: relative;
	padding-bottom: 6rem;
}
	#pierwsza-b .zawartosc{
}
	#pierwsza-b article{
/*		background: blue;*/
		display: flex;
		flex-direction:column;
		justify-content: center;
		align-items: center;
		padding: 1rem;
		gap:30px;


	}
	#pierwsza-b article h1{
		text-align: center;
		font-size: 28px;
	/*	padding:  20px;*/
	}

	#pierwsza-b article p{
	/*	background: #8A17C5;*/
		text-align: center;
		font-size: 19px;
		line-height: 140%;
		font-weight: 300;
	/*	padding:  30px*/
	}

	#pierwsza-b article a{
	/*	background:#8518C3;*/
	font-size: 17px;
		display: flex;
		height: 17px;
		width: 240px;
		justify-content: center;
		align-items: center;
		flex-shrink: 0;
		border: 1px solid #000;
		padding: 2rem 1rem;
		margin-bottom: 0px;
		border-radius: 2rem;
	}
	.grey-box{
		background-color: #ccc;
		position:absolute;
		right: 20vw;
		bottom: 50%;
		transform: translateY(50%);
		height: 200px;
		width: 300px;
		z-index: -1;
	}
	.lini{
	/*	background-color: red;*/
		position: absolute;
		bottom: 5%;

	}
	
	#druga{
	background: url("../img/kolo.png") center no-repeat;
	align-items: stretch;
	background-size: contain;
}
	#druga .zawartosc{
		display: flex;
		flex-direction: column;
		justify-content: space-between;
		gap: 10px;
	/*	background-color: blue;*/
		padding: 1rem;
	}
	#druga article{
		background: rgba(255, 255, 255, 0.68);
		border-radius: 16px;
		box-shadow: 0 4px 30px rgba(0, 0, 0, 0.1);
		backdrop-filter: blur(8.8px);
		-webkit-backdrop-filter: blur(8.8px);
		border: 1px solid rgba(255, 255, 255, 0.86);
	
		opacity: 90%;
		padding:  30px;
		max-width: 230px;
	}

	#druga article p{
		font-size: 17px;
		line-height: 30px;
/*		padding:  30px*/
	}

	#druga article h2{
		font-size: 28px;
		line-height: 60px;
		font-weight: 300px;
/*		padding:  30px;*/

	}
	.textprawo{
		flex: 1;
/*		background-color: yellow;*/
		align-self: flex-end;
	}
	.textlewo{
		flex: 1;
	/*	background-color: aquamarine;*/
		align-self: flex-start;
	}
	#trzecia{
		background: url(../img/kolor.png) center top no-repeat;
		display: flex;
		background-size: contain;
		width: 100%
	}
	#trzecia .zawartosc{
/*		background: #316C8C;*/
		display: flex;
		gap: 35px;
		padding-top: 250px;
		flex-wrap: wrap;
	}
	#trzecia article{
		display: flex;
		flex-direction: column;
		align-items: center;
		justify-content: center;
/*		background: gold;*/
		flex: 1 1 250px;}

	#trzecia article p{
/*		background: #B7171A;*/
		font-size: 16px;
		line-height: 30px;
		text-align: center;
		padding:  15px
	}
	#trzecia article h3{
/*		background-color: aqua;*/
		font-size: 28px;
		line-height: 60px;
		font-weight: 300px;}

	.box{
/*		background-color: #ccc;*/
		position:absolute;
		right: 38vw;
		bottom: -275%;
		transform: translateY(10%);
		height: 250px;
		width: 390px;
		z-index: -1;
}
	

	#czwarta .zawartosc{
/*		background: #296E8F;*/
		gap: 40px;
		display: flex;
		flex-direction: row;
/*
		flex-wrap: wrap;
		justify-content: center;
		align-items: flex-start;
		position: relative;
*/
	}

	#czwarta article{
/*
		flex: 0 1 300px;
		background: #D06BEE;
		 display: flex;
*/
		flex-direction: row; 
/*		padding-bottom: 30px;*/
		position: relative;
		min-height: 600px;
	}

	#czwarta article img{
	}
	.text{
/*		background: #000000;*/
		color: white;
		font-size: 32px;
		 padding: 3rem; 
		position: absolute;
		top: 60%;
		left: 50%;
		transform: translate(-50%, -50%);

	}

	.lini{
/*		background-color: red;*/
		position: absolute;
		bottom: -1%;
		right: 37vw;
	}

	#czwarta article h4{
		font-size: 25px;
		padding: 15px;
	}

	#czwarta article a{
		font-size: 17px;
		display: flex;
		height: 17px;
		width: 240px;
		margin: 1rem auto 0;
		justify-content: center;
		align-items: center;
		border: 1px solid #000;
		padding: 2rem 1rem;
		border-radius: 2rem;
	}

 

	
	.tablica {
/*	background-color: cornflowerblue;*/
	width: 100%;
	display: flex;
	justify-content: space-between;
	align-items: flex-start;
	gap: 5px;
}

.kolumna {
/*  background-color: aqua;*/
  display: flex;
  flex-direction: column;
  align-items: center;
  flex: 1 2 1;
}

.lewa, .prawa {
/*	background-color: antiquewhite;*/
	line-height: 65px;
	text-align: center;
	margin-top: 5px;
	font-size: 15px;
    font-weight: bold;
}

.srodek {
/*	background-color: aliceblue;*/
  text-align: center;
  flex: 2;
  margin-top: 60px;
  letter-spacing: 3px;
  line-height: 66px;
/*  font-weight: bold;*/
}


/* Rozmiary liter */
.linia1 { font-size: 55px; }
.linia2 { font-size: 47px; }
.linia3 { font-size: 43px; }
.linia4 { font-size: 40px; }
.linia5 { font-size: 35px; }
.linia6 { font-size: 25px; }
.linia7 { font-size: 18px; }
.linia8 { font-size: 17px; }
.linia9 { font-size: 15px; }
.linia10 { font-size: 13px; }

.kolumna.srodek div {
  font-weight: bold;
  text-align: center;
  letter-spacing: 10px;
  opacity: 0;
  transform: translate(var(--x-offset, 0), var(--y-offset, 0));
  transition: transform 2.5s ease, opacity 2.5s ease;
}

.kolumna.srodek div.visible {
  opacity: 1;
  transform: translate(0, 0);
}



	
}

/*koniec 900 px*/

@media all and (max-width:600px){
	.burger{	
		display: block
	}
	nav{
		display:none;
	}
	section{ 
		min-height: 100vh;
	}
	marquee{
	padding: 3vh;
	font-size: 1.2rem;	
}
	#pierwsza-a{
/*		background: #785ABD;*/
	}
    #pierwsza-a article,
    #pierwsza-b article {
/*		background: #D40F13;*/
        align-items: center;
        text-align: center;
        padding: 1rem;
    }

	#pierwsza-b .zawartosc{
		flex-direction: column;
		align-items: center;
	}

    #pierwsza-b article h1,
    #pierwsza-b article p {
        text-align: center;
    }

    #pierwsza-b article a {
        width: auto;
        max-width: 90%;
    }

    #pierwsza-a article {
/*		background-color: aliceblue;*/
    }

    #pierwsza-a article p {
        text-align: center;
		font-size: 18px;
    }
	
	#pierwsza-b{
/*	background: #B011CC;*/
	position: relative;
	padding-bottom: 7rem;
}
	#pierwsza-b .zawartosc{
}
	#pierwsza-b article{
	/*	background: blue;*/
		display: flex;
		flex-direction:column;
		justify-content: center;
		align-items: center;
		padding: 1rem;
		gap:30px;


	}
	#pierwsza-b article h1{
		text-align: center;
		font-size: 25px;
	/*	padding:  20px;*/
	}

	#pierwsza-b article p{
	/*	background: #8A17C5;*/
		text-align: center;
		font-size: 18px;
		line-height: 140%;
		font-weight: 300;
	/*	padding:  30px*/
	}

	#pierwsza-b article a{
	/*	background:#8518C3;*/
	font-size: 16px;
		display: flex;
		height: 17px;
		width: 240px;
		justify-content: center;
		align-items: center;
		flex-shrink: 0;
		border: 1px solid #000;
		padding: 2rem 1rem;
		margin-bottom: 0px;
		border-radius: 2rem;
	}
	.grey-box{
		background-color: #ccc;
		position:absolute;
		right: 24.5vw;
		bottom: 53%;
		transform: translateY(50%);
		height: 200px;
		width: 290px;
		z-index: -1;
	}
	.lini{
	/*	background-color: red;*/
		position: absolute;
		bottom: 5%;

	}
	
	#druga{
	background: url("../img/kolo.png") center no-repeat;
	align-items: stretch;
	background-size: contain;
}
	#druga .zawartosc{
		display: flex;
		flex-direction: column;
		justify-content: space-between;
		gap: 10px;
	/*	background-color: blue;*/
		padding: 1rem;
	}
	#druga article{
		
		background: rgba(255, 255, 255, 0.59);
		border-radius: 16px;
		box-shadow: 0 4px 30px rgba(0, 0, 0, 0.1);
		backdrop-filter: blur(8.8px);
		-webkit-backdrop-filter: blur(8.8px);
		border: 1px solid rgba(255, 255, 255, 0.86);
		opacity: 90%;
		padding:  30px;
		max-width: 230px;
	}

	#druga article p{
		font-size: 17px;
		line-height: 30px;
/*		padding:  30px*/
	}

	#druga article h2{
		font-size: 25px;
		line-height: 60px;
		font-weight: 300px;
/*		padding:  30px;*/

	}
	.textprawo{
		flex: 1;
/*		background-color: yellow;*/
		align-self: flex-end;
	}
	.textlewo{
		flex: 1;
	/*	background-color: aquamarine;*/
		align-self: flex-start;
	}
	#trzecia{
		background: url(../img/kolor.png) center top no-repeat;
		display: flex;
		background-size: contain;
		width: 100%
	}
	#trzecia .zawartosc{
/*		background: #316C8C;*/
		display: flex;
		gap: 35px;
		padding-top: 250px;
		flex-wrap: wrap;
	}
	#trzecia article{
		display: flex;
		flex-direction: column;
		align-items: center;
		justify-content: center;
/*		background: gold;*/
		flex: 1 1 250px;}

	#trzecia article p{
/*		background: #B7171A;*/
		font-size: 16px;
		line-height: 30px;
		text-align: center;
		padding:  15px
	}
	#trzecia article h3{
/*		background-color: aqua;*/
		font-size: 28px;
		line-height: 35px;
		font-weight: 300px;}

	.box{
/*		background-color: #ccc;*/
		position:absolute;
		right: 38vw;
		bottom: -320%;
		transform: translateY(10%);
		height: 250px;
		width: 390px;
		z-index: -1;
}
	
	#czwarta{
/*	background-color: green;;*/
}

	#czwarta .zawartosc{
/*		background: #296E8F;*/
		gap: 2px;
		display: flex;
		flex-direction: row;
/*
		flex-wrap: wrap;
		justify-content: center;
		align-items: flex-start;
		position: relative;
*/
	}

	#czwarta article{
/*		flex: 0 1 300px;*/
/*		background: #D06BEE;*/
/*		 display: flex;*/
		flex-direction: row; 
/*		padding-bottom: 30px;*/
		position: relative;
		min-height: 600px;
	}
	
	.text{
/*		background: #000000;*/
		color: white;
		font-size: 25px;
		/* padding: 3rem; */
		position: absolute;
		top: 60%;
		left: 50%;
		transform: translate(-50%, -50%);

	}

	.lini{
/*		background-color: red;*/
		position: absolute;
		bottom: -1%;
		right: 37vw;
	}

	#czwarta article h4{
		font-size: 20px;
		padding: 15px;
	}

	#czwarta article a{
		font-size: 16px;
		display: flex;
		height: 17px;
		width: 240px;
		margin: 1rem auto 0;
		justify-content: center;
		align-items: center;
		border: 1px solid #000;
		padding: 2rem 1rem;
		border-radius: 2rem;
	}

	.tablica {
/*	background-color: cornflowerblue;*/
	width: 100%;
	display: flex;
	justify-content: space-between;
	align-items: flex-start;
	gap: 5px;
}

.kolumna {
/*  background-color: aqua;*/
  display: flex;
  flex-direction: column;
  align-items: center;
/*  flex: 1;*/
}

.lewa, .prawa {
/*	background-color: blueviolet;*/
	line-height: 59px;
	margin-top: 5px;
    font-weight: bold;
}

.srodek {
  text-align: center;
  flex: 2;
  margin-top: 60px;
  letter-spacing: 3px;
  line-height: 60px;
  font-weight: bold;
}


/* Rozmiary liter */
.linia1 { font-size: 52px; }
.linia2 { font-size: 44px; }
.linia3 { font-size: 38px; }
.linia4 { font-size: 32px; }
.linia5 { font-size: 26px; }
.linia6 { font-size: 22px; }
.linia7 { font-size: 17px; }
.linia8 { font-size: 16px; }
.linia9 { font-size: 13px; }
.linia10 { font-size: 10px; }

.kolumna.srodek div {
  font-weight: bold;
  text-align: center;
  letter-spacing: 10px;
  opacity: 0;
  transform: translate(var(--x-offset, 0), var(--y-offset, 0));
  transition: transform 2.5s ease, opacity 2.5s ease;
}

.kolumna.srodek div.visible {
  opacity: 1;
  transform: translate(0, 0);
}




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