@charset "utf-8";

@import url('https://fonts.googleapis.com/css2?family=Lexend:wght@100..900&display=swap');

@import url('https://fonts.googleapis.com/css2?family=Overpass:ital,wght@0,100..900;1,100..900&display=swap');

*{
	transition: 400ms;
	scroll-behavior: smooth;
	margin: 0;
	padding: 0;
	box-sizing: border-box;
}

::-webkit-scrollbar {
  width: 15px;
}

/* Track */
::-webkit-scrollbar-track {
  background: #BFB925;
}

/* Handle */
::-webkit-scrollbar-thumb {	
	background: #282828;
	border-radius: 10px;
}

/* Handle on hover */
::-webkit-scrollbar-thumb:hover {
  background: #555;
}

p{
	color: white;
	font-size: 1.3rem !important;
	font-family: "Lexend", sans-serif !important;
	line-height: 150% !important;
}

h1{
	font-family: "Overpass", sans-serif !important;
	font-size: clamp(2rem, calc(8vw + 1rem), 6rem) !important;
	font-weight: 800 !important;
	line-height: 120px;
	text-align: center;
}

h2{
	font-family: "Lexend", sans-serif !important;
	font-size: clamp(1.3rem, calc(1vw + 1rem), 2rem) !important;
	font-weight: 400;
}


h3{
	font-family: "Overpass", sans-serif !important;
	font-weight: 600 !important;
	font-size: 3rem;
}

h6{
	font-family: "Overpass", sans-serif !important;
	font-weight: 100 !important;
	font-size: 1rem !important;
	color: white;
	text-align: center;
}

a{
	font-family: "Lexend", sans-serif !important;
	font-size: 1.1rem !important;
}

img{
	max-width: 100%;
	height: auto;
}

html{
	background-position: center;
	background-size: 220px;
	background-attachment: fixed;
	background-image: url("../img/animation.gif");
}

section{
	overflow: hidden;
}

.container{
	max-width: 1200px;
	margin: 0 auto;
}

nav{
	width: 100%;
	position: fixed;
	z-index: 1;
	background-color: #000;
}

nav ul{
	width: 100%;
	list-style: none;
	display: flex;
	align-items: center;
	justify-content: flex-end;
}

nav li{
	height: 80px;
}

nav li a{
	height: 100%;
	text-decoration: none;
	color: #BFB925;
	display: flex;
	padding: 0 3vw;
	align-items: center;
	font-size: 18px;
	font-family: "Lexend", sans-serif;
}

nav li a:hover{
	
	color: black;
	background-color: #BFB925;
	
}

li:first-child{
	margin-left: 40px;
	margin-right: auto;
}

li img{
	max-width: 80px; 
	min-width: 80px;
	height: auto;
}

#start .container{
	display: flex;
	flex-direction: column;
	align-items: center;
	justify-content: center;
	height: 80vh;
}

#start .container .greet{
	background-color: rgba(191, 185, 37, 0.6);
	padding: min(9em, 10%);
	backdrop-filter: blur(20px);
  	-webkit-backdrop-filter: blur(10px);
	border-radius: 20px;
}

#start .container h1{
	text-align: center;
	color: white;
	margin-bottom: 40px;
}

#kranowka .container{
	display: flex;
	justify-content: center;
	align-items: center;
	flex-direction: column;
	height: 110vh;
}

#kranowka .container h1{
	color: white;
	margin-bottom: 60px;
}

#kranowka .container p{
	margin-bottom: 60px;
}

#kranowka .container .img{
	display: flex;
	gap: 20px;
	justify-content: center;
	align-items: flex-start; 
}

#kranowka .container .img img{
	width: 40%;
	flex: 1;
	border-radius: 20px;
}

#entrance .container{
	display: flex;
	align-items: center;
	justify-content: center;
	flex-direction: column;
	height: 200vh;
}

#entrance .container h1{
	color: white;
	text-align: center;
	margin-bottom: 60px;
}

#entrance .container p{
	margin-bottom: 60px;
}

#entrance .container .img{
	display: flex;
	align-items: center;
	justify-content: center;
	gap: 40px;
	margin-bottom: 30px;
}

#entrance .container img{
	width: 40%;
	border-radius: 20px;
}

#entrance .container video{
	border-radius: 20px;
}

#posters .container{
	display: flex;
	align-items: center;
	justify-content: center;
	flex-direction: column;
	height: 130vh;
}

#posters .container h1{
	color: white;
	text-align: center;
	margin-bottom: 60px;
}

#posters .container p{
	margin-bottom: 60px;
}

#posters .container .img{
	display: grid;
	grid-template-columns: repeat(3, 1fr);
    gap: 40px;
	justify-content: center;
}

#posters .container .imgmobile{
	display: none;
}

#posters .container .img img{
	width: 100%;
	border-radius: 20px;
}

#banner .container{
	display: flex;
	align-items: center;
	justify-content: center;
	flex-direction: column;
	height: 130vh;
}

#banner .container h1{
	color: white;
	text-align: center;
	margin-bottom: 60px;
}

#banner .container p{
	margin-bottom: 60px;
}

#banner .container img{
	border-radius: 20px;
}

#kalendarz .container{
	display: flex;
	align-items: center;
	justify-content: center;
	flex-direction: column;
	height: 130vh;
}

#kalendarz .container h1{
	color: white;
	text-align: center;
	margin-bottom: 60px;
}

#kalendarz .container p{
	margin-bottom: 60px;
}

#kalendarz .container img{
	border-radius: 20px;
}

#kalendarz .container .img{
	display: grid;
	grid-template-columns: repeat(3, 1fr);
    gap: 40px;
	justify-content: center;
}

#kalendarz .container .imgmobile{
	display: none;
}


@media (max-width: 1920px){
	
#start .container{
	display: flex;
	flex-direction: column;
	align-items: center;
	justify-content: center;
	height: 120vh;
}
	
#kranowka .container{
	display: flex;
	justify-content: center;
	align-items: center;
	flex-direction: column;
	height: 150vh;
}
	
#entrance .container{
	display: flex;
	align-items: center;
	justify-content: center;
	flex-direction: column;
	height: 300vh;
}
	
#posters .container{
	display: flex;
	align-items: center;
	justify-content: center;
	flex-direction: column;
	height: 220vh;
}
	
#banner .container{
	display: flex;
	align-items: center;
	justify-content: center;
	flex-direction: column;
	height: 150vh;
}
	
#kalendarz .container{
	display: flex;
	align-items: center;
	justify-content: center;
	flex-direction: column;
	height: 210vh;
}
	
}




@media (max-width: 431px){
	
nav{
	width: 100%;
	position: fixed;
	z-index: 1;
	background-color: #000;
}

nav ul{
	width: 100%;
	list-style: none;
	display: flex;
	align-items: center;
	justify-content: flex-end;
}

nav li{
	height: 70px;
}

nav li a{
	height: 100%;
	text-decoration: none;
	color: #BFB925;
	display: flex;
	padding: 0 10vw;
	align-items: center;
	font-size: 18px;
	font-family: "Lexend", sans-serif;
}

nav li a:hover{
	
	color: black;
	background-color: #BFB925;
	
}

li:first-child{
	margin-left: 10px;
	margin-right: auto;
}

li img{
	max-width: 70px; 
	min-width: 70px;
	height: auto;
}
	
li:first-child{
	margin-left: 20px;
}
	
h1{
	font-family: "Overpass", sans-serif !important;
	font-size: clamp(3rem, calc(13vw + 1rem), 7rem) !important;
	font-weight: 800 !important;
	text-align: center;
	line-height: 120%;
	padding: 0 20px;
}
	
	
p{
	color: white;
	font-size: 1.1rem !important;
	font-family: "Lexend", sans-serif !important;
	line-height: 150% !important;
	padding: 0 20px;
}

.container{
	max-width: 421px;
	}
	
::-webkit-scrollbar {
  width: 6px;
}
	
#start .container{
	height: 130vh;
}
	
#start .container .greet{
	background-color: rgba(191, 185, 37, 0.6);
	padding: min(10em, 4%);
	backdrop-filter: blur(20px);
  	-webkit-backdrop-filter: blur(10px);
	border-radius: 20px;
}
	
#kranowka .container{
	display: flex;
	justify-content: center;
	align-items: center;
	flex-direction: column;
	height: 200vh;
}
	
#kranowka .container .img{
	flex-direction: column;
	display: flex;
	justify-content: center;
	align-items: center;
}

#kranowka .container .img img{
	width: 90%;
}
	
#entrance .container{
	flex-direction: column;
	height: 320vh;
}
	
#entrance .container .img{
	flex-direction: column;
	gap: 40px;
	margin-bottom: 40px;
}

#entrance .container img{
	width: 90%;
	border-radius: 20px;
}
	
#entrance .container video{
	width: 90%;
	border-radius: 20px;
}
	
#posters .container{
	display: flex;
	align-items: center;
	justify-content: center;
	flex-direction: column;
	height: 550vh;
}
	
#posters .container .img{
		display: none;
	}

#posters .container .imgmobile{
	display: flex;
	align-items: center;
	justify-content: center;
	flex-direction: column;
	gap: 40px;
}	
	
#posters .container .imgmobile img{
	width: 90%;
	border-radius: 15px;
	}
	
#banner .container{
	display: flex;
	align-items: center;
	justify-content: center;
	flex-direction: column;
	height: 180vh;
}
	
#kalendarz .container{
	display: flex;
	align-items: center;
	justify-content: center;
	flex-direction: column;
	height: 480vh;
}
	
#kalendarz .container .img{
		display: none;
}
	
#kalendarz .container .imgmobile{
	width: 90%;
	display: flex;
	flex-direction: column;
	gap: 40px;
	
}
	
}