@charset "utf-8";

@import url('https://fonts.googleapis.com/css2?family=Bebas+Neue&family=Chewy&family=Orienta&display=swap');

*{
	transition: 2s;/*płynne zmiany wyglądu*/
}
html{
	scroll-behavior: smooth; /*płynne przewijanie*/ 
	font-family: "Bebas Neue", regular;
	font-size: 18px; /* 1rem = 10px */
	margin: 0;
    padding: 0;
	background-color: #659efb;
}
body{
	font-size: 1.6rem;
	margin: 0;
    padding: 0;
	background-color: #659efb;
	
}

section{
	display: flex;
	flex-direction: column;
	align-items: center;
	justify-content: center;
	padding: 20px;
	scroll-margin-top: 2.6rem;
	
}

.zawartosc{
	max-width: 1200px;
	width: 100%;
	/*background-color: greenyellow;*/
}


h2{
	font-family: "Chewy";
	color: #fff;
	font-size: 64px;
	line-height: 1;
	margin: 50px 0 60px;
	
}
h3{
	font-family: "Chewy";
	color: #fff;	
}

h6{
	background-color: #659efb;
	font-family: "Chewy";
	color: #fff;
	font-size: 20px;
	margin-bottom: 20px;

	text-align: center;
}

a{
	text-decoration: none;
	max-width: 600px;
}

/* NAWIGACJA mobile */
.burger{
	background-color: #659efb;
	color: #fff;
	position: fixed;
	top: 2rem;
	right: 2rem;
	font-size: 3rem;
	padding: .5rem 1rem 1rem;
	cursor: pointer;
	z-index: 1;
	display: none;
}
.nakladka{
	background-color: #659efb;
	opacity: .9;
	position: fixed;
	right: 0;
	width: 0;/*będzie zmienane przez skrypt na 100%*/
	overflow: hidden;/*żeby przy szer. 0 nic nie wystawało poza box*/
	height: 100%;
	z-index: 2;
	display: flex;
	align-items: center;
	justify-content: center;
}
.nakladka ol{
/*	background-color: green;*/
	width: 100%;
	text-align: center;
}
.nakladka ol li{}
.nakladka ol li a{
/*	background-color: #ddd;*/
	display: block;
	padding: 2vh;
	margin-bottom: 1vh;
	color: #fff;
}
.nakladka ol li a:hover{
	background-color: #fff;
	color: #E00034;
}
.zamknijX{
	cursor: pointer;
	position: absolute;
	top: 2rem;
	right: 2rem;
	font-size: 4rem;
	background-color: #fff;
	padding: 0 1.1rem .5rem;
}

/* NAWIGACJA destkop */
nav{
	background-color: #659efb;
	position: fixed;
	width: 100%;
	display: flex;
	justify-content: center;
	align-items: center;
	z-index: 10;
}
nav ol{
	max-width: 1200px;
	width: 100%; 
	
	display: flex;
	justify-content: space-evenly;
}
nav ol li{

}
nav ol li a{
	color: #fff;
	padding: 1.5rem 2vw;
	display: block;
}
nav ol li a:hover{
	color: #E00034;
}

/* WSZYSTKIE SEKCJE */
section{
	min-height: 90vh; /* vh = % wys. okna przegl. */
	display: flex;
	align-items: center;
	justify-content: center;
}
.zawartosc{
	/*background-color: red; /* CMD/CTRL + / */
	max-width: 1200px;
	width: 100%; /*wymuszamy osiągnięcia 1200px*/
}

/* POSZEGÓLNE SEKCJE */
#pierwsza{
	background-color: #659efb;
	position: relative; 
  	overflow: hidden; 
}
.rybka {
  	position: absolute;
  	top: 60%; 
  	right: -180px; 
  	width: 350px; 
  	transform: translateY(-50%);
  	animation: plynieDoSrodka 5s forwards;
  	z-index: 1!important;/*żeby wymusic koejność jak nie działa*/
}
@keyframes plynieDoSrodka {
  0% {
    right: -180px; 
    opacity: 0;
	transform: translateY(-50%) rotate(0deg);
  }
  50% {
    opacity: 1;
  }
  100% {
    right: 50%;  
    transform: translate(50%, -50%) rotate(15deg);
  }
}

.tytul {
	font-family: "Chewy";
    font-size: clamp(12rem, 20vw, 18rem);
    text-align: center;
    color: #fff;
}

#druga{
	background-color: #659efb;
	color: #fff;
	padding-top: 100px;
	
	
}
#druga .zawartosc {
  	display: flex;
  	flex-wrap: wrap;
 	justify-content: center;
  	gap: 40px;  
}

#druga h2{
	text-align: center;
}

#druga article {
	font-family: "Orienta";
  	background-color: rgba(255, 255, 255, 0.2);
  	color: #fff;
  	flex: 1 1 300px;
  	max-width: 360px;
  	padding: 20px;
  	border-radius: 20px;
  	box-shadow: 0 4px 10px rgba(0,0,0,0.2);
  	transition: transform 0.4s ease, box-shadow 0.4s ease;
}

#druga article p {
   	font-size: 1.2rem;
  	line-height: 1.5;
	margin-bottom: 1em;
}


#druga article:hover {
  transform: scale(1.05);
}

#trzecia{
	background-color: #659efb;
	color: #fff;
	padding: 50px 20px;
}

* {box-sizing:border-box}

/* Slideshow container */
.slideshow-container {
  	max-width: 1000px;
  	position: relative;
  	margin: auto;
}

/* Hide the images by default */
.mySlides {
  	display: none;
}

/* Next & previous buttons */
.prev, .next {
  	cursor: pointer;
  	position: absolute;
  	top: 50%;
  	width: auto;
  	margin-top: -22px;
  	padding: 16px;
  	color: white;
  	font-weight: bold;
  	font-size: 18px;
  	transition: 0.6s ease;
  	border-radius: 0 3px 3px 0;
  	user-select: none;
}

/* Position the "next button" to the right */
.next {
  	right: 0;
  	border-radius: 3px 0 0 3px;
}

/* On hover, add a black background color with a little bit see-through */
.prev:hover, .next:hover {
  	background-color: rgba(0,0,0,0.8);
}

/* The dots/bullets/indicators */
.dot {
  	cursor: pointer;
 	height: 20px;
  	width: 20px;
  	margin: 0 2px;
  	background-color: rgba(255, 255, 255, 0.2);
	border:2px solid white;
  	border-radius: 50%;
  	display: inline-block;
  	transition: background-color 0.6s ease;
}

.active, .dot:hover {
  	background-color: white;
}

/* Fading animation */
.fade {
  	animation-name: fade;
  	animation-duration: 1.5s;
}

@keyframes fade {
  	from {opacity: .4}
  	to {opacity: 1}
}

#czwarta{
	background-color: #659efb;
	color: #fff;
	
}
#czwarta .zawartosc{
	display: flex;
	flex-wrap: wrap;
	justify-content: center;
	gap: 1rem;
}

#czwarta img{
	width: 100%;
	max-width: 380px;
	height: 380px;
	object-fit: cover;
	border-radius: 20px;
	box-shadow: 0 4px 6px rgba(0,0,0,0.1);
	transition: transform 0.4s ease, box-shadow 0.4s ease;
}

#czwarta img:hover {
  	transform: scale(1.05);
  	box-shadow: 0 6px 20px rgba(0, 0, 0, 0.3);
}
#piata{
	background-image: url("../img/movie-05.jpg");
	background-size: cover;
	background-position: center;
	background-repeat: no-repeat;
}
#piata .zawartosc{
	display: flex;
    justify-content: center;
    align-items: center;
    min-height: 90vh;
    text-align: center;
}

#piata iframe {
    display: block;
    margin: 0 auto;
    box-shadow: 0 4px 10px rgba(0, 0, 0, 0.3);
    border-radius: 20px;
}

.video-container {
	position: relative;
  	width: 100%;
  	padding-bottom: 56.25%;
  	height: 0;
  	overflow: hidden;
  	border-radius: 15px;
  	box-shadow: 0 4px 10px rgba(0, 0, 0, 0.3);
}

.video-container iframe {
	position: absolute;
	top: 0;
 	left: 0;
 	width: 100%;
 	height: 100%;
}

/* STOPKA 
*/

#stopka {
  	background-color: #659efb;
  	padding: 10px 0;
  	text-align: center;
	background-image: url("../img/stopka-04.jpg");
	background-size: cover;
	background-position: center;
	background-repeat: no-repeat;
}

#stopka .zawartosc {
	display: flex;
    justify-content: flex-end;
  	max-width: 1200px;
  	margin: 0 auto;
	flex-wrap: wrap;
  	flex-direction: column;
  	align-items: flex-end;
	gap: 20px;
	text-align: left;
}

#stopka article {
  	flex: 1 1 300px;
  	max-width: 400px;
  	color: white;
}

#stopka article p {
   font-size: 1.2rem;  
  	line-height: 1.5;
	margin-bottom: 1em;
}

.button-container {
    display: flex; 
    gap: 20px; 
    margin-top: 30px;
	
}

.button-container a{
	display: flex;
	justify-content: center;
	gap: 20px;
	align-items: center;
	width: 140px;
	height: 100%;
	background-color: rgba(255, 255, 255, 0.2);
	border:2px solid white;
	border-radius: 10px;
	color: white;
	text-decoration: none;
	letter-spacing: 1px;
	margin-top: 30px;
	padding: 14px 12px;
	font-size: 1.5rem;
	flex-wrap: wrap;
				
}

.button-container a:hover {
	background-color: #E00034;
	border-color: #E00034;
}

.button-container2 a{
	display: inline-flex;
	justify-content: center;
	padding-left: 10;
	margin-top: 30px;
	width: 50px;
    
}
.button-container2 a:hover{}

#stopka a img {
    margin-right: 8px; 
    width: 40px;
    height: 40px;
}

/*******************************************/
/*******************R*W*D*******************/
@media all and (max-width:1000px){
	.rybka {
  	position: absolute;
  	top: 70%; 
  	right: -180px; 
  	width: 350px; 
  	transform: translateY(-50%);
  	animation: plynieDoSrodka 5s forwards;
	z-index: 10;}
}

@media all and (max-width:800px){
	.rybka {
  	position: absolute;
  	top: 68%; 
  	right: -180px; 
  	width: 350px; 
  	transform: translateY(-50%);
  	animation: plynieDoSrodka 5s forwards;
	z-index: 10;}
}

@media all and (max-width:745px){
	section{
		scroll-margin-top: 0;
	}

	.burger {
		display: block;
	  }
	
	
  nav {
		display: none;
	  }
	
	.rybka {
  	position: absolute;
  	top: 85%; 
  	right: -180px; 
  	width: 350px; 
  	transform: translateY(-50%);
  	animation: plynieDoSrodka 5s forwards;
	z-index: 10;}
}
@media all and (max-width:600px){
	
	 .burger {
    display: block;
  }

  nav {
    display: none;
  }

	.rybka {
  	position: absolute;
  	top: 85%; 
  	right: -180px; 
  	width: 350px; 
  	transform: translateY(-50%);
  	animation: plynieDoSrodka 5s forwards;
	z-index: 10;}
	
	#stopka .zawartosc {
		display: flex;
		justify-content: center;
		max-width: 1200px;
		margin: 0 auto;
		flex-wrap: wrap;
		flex-direction: column;
		align-items: center;
		gap: 20px;
		text-align: center;
	}


	.button-container {
		display: flex; 
		gap: 20px; 
		margin-top: 30px;
		justify-content: center;

	}
}


	
@media all and (max-width:400px){
	 
.tytul {
    font-size: clamp(4rem, 30vw, 7rem);
  }
.rybka {
  	position: absolute;
  	top: 72%; 
  	right: -180px; 
  	width: 250px; 
  	transform: translateY(-50%);
  	animation: plynieDoSrodka 5s forwards;
	z-index: 10;}
	

#stopka .zawartosc {
	display: flex;
    justify-content: center;
  	max-width: 1200px;
  	margin: 0 auto;
	flex-wrap: wrap;
  	flex-direction: column;
  	align-items: center;
	gap: 20px;
	text-align: center;
}


.button-container {
    display: flex; 
    gap: 20px; 
    margin-top: 30px;
	justify-content: center;
	
}

 
}