@charset "utf-8";
/* import fontu */
@import url('https://fonts.googleapis.com/css2?family=Cormorant+Garamond&family=Inter:ital,opsz,wght@0,14..32,100..900;1,14..32,100..900&family=Kumar+One&family=Lexend+Deca:wght@100..900&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Cormorant+Garamond&family=Inter:ital,opsz,wght@0,14..32,100..900;1,14..32,100..900&family=Kumar+One&family=Lexend+Deca:wght@100..900&display=swap');


/* sektory globalne */
*{
	transition: 1s;
	box-sizing: border-box; /*żeby paddingi nie zwiększały szerokości boxów*/
}
html{
	
	scroll-behavior: smooth;
	font-family: "Lexend Deca", sans-serif;
	font-size: 16px;
}
#body{
	 max-width: 37.5rem;
  margin: 0 auto;
  padding: 0 1.25rem;
	font-size: 1.6rem;
}
h1{}
h2{}
h3{}
h4{}
h5{}
h6{}

img{
	max-width: 100%;
}

p{
	line-height: 140%;
}

a{
	text-decoration: none;
}

/* nawigacja moblie*/
.burger{
	background-color: #222;
	color: #fff;
	position: fixed;
	top: 2rem;
	right: 2rem;
	font-size: 3rem;
	padding: 0 .4rem .5rem;
	cursor: pointer;
	display: none;
	z-index:1;
	
}
.burger:hover{
	background: #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{}
.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: 3rem;
	position: absolute;
	top: 2rem;
	right: 2rem;
	padding: 0 .8rem .4rem;
	corsor: pointer;
}
.zamknijX:hover{
	background-color: #000;
	color: #fff;
}


/* nawigacja*/
nav{
	background-color: #222;
	color: #fff;
	position: fixed;
	font-family: "Kumar One", sans-serif;
	width: 100%;
	z-index: 1000;
	padding: 5px;
	display: flex;
	justify-content: center;
	align-items: center;

}
nav img{
	margin-bottom: 10px;
}
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: 1.5rem 2vw;
	color: white;
	display: block;
}
nav ol li a:hover{
	color: #FF6363;
}

/*wszystkie sekcje*/
section{
	
	padding: 2rem;
	/*uruchamiamy flexbox*/
	display: flex;
	align-items: center;
	justify-content: center;
	scroll-margin-top: 70px;
}
.zawartosc{
	
	max-width: 1200px;
	width: 100%; /*flex ścisnął box*/
	scroll-margin-top: 174px;
}
.zawartosc h1{
	display: flex;
	align-items: center;
	justify-content: center;
	font-family: "Kumar One", sans-serif;
	margin-bottom: 30px;
}

.item {
      border: 1px;
      padding: 10px;
      margin-bottom: 10px;
      border-radius: 8px;
    }

    .header {
      display: flex;
      justify-content: space-between;
      cursor: pointer;
      font-weight: bold;
    }

    .content {
	 max-height: 0;
     overflow: hidden;
     transition: max-height 1.5s ease;
    }

    .item.open .content {
		max-height: 500px;
    }
.item:nth-child(1) {
  background-color: #fde2e2;
}

.item:nth-child(2) {
  background-color: #FCFF6A;
}

.item:nth-child(3) {
  background-color: #4FD1F7;
}

.item:nth-child(4) {
  background-color: #FFB3E3;
}

.item:nth-child(5) {
  background-color: #F0BC3B;
}

.item:nth-child(6) {
  background-color: #CF6B53;
}
.item:nth-child(7) {
  background-color: #FF6363;
}

    .toggle::after {
      content: "+";
      font-size: 15px;
    }

    .item.open .toggle::after {
      content: "-";
    }


/*poszczególne sekcje*/
#pierwsza{
	background: url("../img/oczygif.gif") center/cover no-repeat;
	
	min-height: 1080px;
	display: flex;
	align-items: center;
	justify-content: center;	
	flex-direction: column;
	text-align: center;
	padding: 20px;
}
#pierwsza h1{
	color: #FF6363;
	font-size: 26px;
	font-family: "Kumar One", sans-serif;
	display: flex;
	align-items: center;
	justify-content: center;
}
#pierwsza p{
	color: #FF6363;
	margin-right: 250px;
	margin-left: 250px;
}

#druga{
	background-color: #E4E4BC;
	
}

.article {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: center;
  margin: 40px 0;
  gap: 30px;
}
#druga figure{
	display: flex;
	flex-direction: column;
	align-items: center;
	justify-content: center;
	text-align: center;
	gap: 50px;
	margin-bottom: 150px;
	
}
#druga figure p{
	font-family: "Kumar One", sans-serif;
}

.article img {
  max-width: 400px;
  width: 100%;
  height: auto;
  border-radius: 10px;
}

.article p {
  max-width: 600px;
  font-size: 18px;
  line-height: 1.6;
}

/* Naprzemienny układ */

.article.left {
  flex-direction: row;
}

.article.right {
  flex-direction: row-reverse;
}

/* Nagłówki */
.article h2 {
	font-family: "Kumar One", sans-serif;
  width: 100%;
  text-align: center;
  font-size: 20px;
  margin-bottom: 20px;
}



#trzecia{
	background-color: #000000;
	
}
#trzecia h1{
	color: white;
	font-size: 26px;
}
#czwarta{
	background-color: #E4E4BC;
	
	
}

.carousel-wrapper {
	
  max-width: 600px; /* dowolna szerokość */
  margin: 0 auto;    /* centrowanie */
  position: relative;
}
.carousel {
	
  position: relative;
  aspect-ratio: 2;
  filter: drop-shadow(0 0 10px #0003);
  perspective: 100px;
}
#czwarta h1{
	
	font-size: 26px;
	align-items: center;
}

.carousel__viewport {
	border-radius: 20px;
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  display: flex;
  overflow-x: scroll;
  counter-reset: item;
  scroll-behavior: smooth;
  scroll-snap-type: x mandatory;
}

.carousel__slide {
  position: relative;
 scroll-margin-top: 100px;
  flex: 0 0 100%;
  width: 100%;

  
}


.slide-small-title{
	font-family: "Kumar One", sans-serif;
	 display: flex;
  align-items: center;
  justify-content: center;
  text-align: center;
	padding: 1rem;
	margin-top: 30px;
	font-size: 24px;
}
.slide-desription{
	 display: flex;
  align-items: center;
  justify-content: center;
  text-align: center;
	margin: 20px 100px 20px 100px;
}

.carousel__slide:nth-child(1) {
  background-color: #FFB3E3;
}
.carousel__slide:nth-child(2) {
  background-color: #4FD1F7;
}
.carousel__slide:nth-child(3) {
  background-color: #FCFF6A;
}
.carousel__slide:nth-child(4) {
  background-color: #F0BC3A;
}
.carousel__slide:nth-child(5) {
  background-color: #CF6B53;
}
.carousel__slide:nth-child(6) {
  background-color: #FF6363;
}

.carousel__slide:before {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate3d(-50%,-40%,70px);
  
  font-size: 2em;
}

.carousel__snapper {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  scroll-snap-align: center;
}

@media (hover: hover) {
  .carousel__snapper {
    animation-name: tonext, snap;
    animation-timing-function: ease;
    animation-duration: 4s;
    animation-iteration-count: infinite;
  }

  .carousel__slide:last-child .carousel__snapper {
    animation-name: tostart, snap;
  }
}

@media (prefers-reduced-motion: reduce) {
  .carousel__snapper {
    animation-name: none;
  }
}

.carousel:hover .carousel__snapper,
.carousel:focus-within .carousel__snapper {
  animation-name: none;
}

.carousel__navigation {
  position: absolute;
  right: 0;
  bottom: 0;
  left: 0;
  text-align: center;
}

.carousel__navigation-list,
.carousel__navigation-item {
  display: inline-block;
}

.carousel__navigation-button {
  display: inline-block;
  width: 1.5rem;
  height: 1.5rem;
  background-color: #333;
  background-clip: content-box;
  border: 0.25rem solid transparent;
  border-radius: 50%;
  font-size: 0;
  transition: transform 0.1s;
}

.carousel::before,
.carousel::after,
.carousel__prev,
.carousel__next {
  position: absolute;
  top: 50%;
  width: 4rem;
  height: 4rem;
  transform: translateY(-50%);
  border-radius: 50%;
  font-size: 0;
  outline: 0;
}

.carousel::before,
.carousel__prev {
  left: -1rem;
}

.carousel::after,
.carousel__next {
  right: -1rem;
}

.carousel::before,
.carousel::after {
  content: '';
  z-index: 1;
  background-color: #333;
  background-size: 1.5rem 1.5rem;
  background-repeat: no-repeat;
  background-position: center center;
  color: #fff;
  font-size: 2.5rem;
  line-height: 4rem;
  text-align: center;
  pointer-events: none;
}

.carousel::before {
  background-image: url("data:image/svg+xml,%3Csvg viewBox='0 0 100 100' xmlns='http://www.w3.org/2000/svg'%3E%3Cpolygon points='0,50 80,100 80,0' fill='%23fff'/%3E%3C/svg%3E");
}

.carousel::after {
  background-image: url("data:image/svg+xml,%3Csvg viewBox='0 0 100 100' xmlns='http://www.w3.org/2000/svg'%3E%3Cpolygon points='100,50 20,100 20,0' fill='%23fff'/%3E%3C/svg%3E");
}
.carousel__prev:focus,
.carousel__next:focus {
  outline: none;
}
/*stopka*/
#stopka {
  min-height: 30vh;
  background-color: #0a0e08;
  flex-direction: column;
  padding-top: 70px;
}
#stopka .zawartosc {
  display: flex;
  flex-wrap: wrap;
  gap: 40px;
  justify-content: center;
}
#stopka article {
  flex: 1 1 250px;
  padding: 5px;
}
#stopka p {
  color: white;
  line-height: 20px;
}
#stopka h4 {
  color: white;
  font-family: "Kumar One", sans-serif;
  font-size: 18px;
  font-weight: 700;
  line-height: 120%;
  margin: 10px 0;
}
#stopka a {
  color: #FF6363;
}
#stopka footer {
  padding-top: 40px;
}
#stopka h6 {
  color: white;
  padding-bottom: 20px;
}

.container {
  background-color: #0a0e08; 
}

input[type="text"]{
	width: 80%;
  padding: 10px;
  margin: 8px 0;
  color: #FF6363;
  background-color: #0a0e08;
  display: inline-block;
  border: 3px solid #FF6363;
  border-radius: 5px;
  box-sizing: border-box;
}
input[type="submit"] {
  width: 80%;
  padding: 10px;
  margin: 8px 0;
  color: #0a0e08;
  background-color: #FF6363;
  display: inline-block;
  border: 3px solid #FF6363;
  border-radius: 5px;
  box-sizing: border-box;
}

/********************************/
/*********RWD********************/
@media all and (max-width:1100px){
	body{
		margin: 0;
	}
	p{
		padding: 20px;
		font-size: 20px;
	}
	
}
@media all and (max-width:900px){
	body{
		margin: 0;
	}
	p{
		padding: 20px;
		font-size: 18px;
		font-weight: 800;
	}
}
@media all and (max-width:600px){
	.burger{
		display: block;
	}
	nav{
		display: none;
	}
	#pierwsza {
		padding: 40px 20px;
		min-height: auto;
	}

	#pierwsza h1 {
		font-size: 20px;
		flex-direction: column;
	}

	#pierwsza p {
		margin-left: 25px;
		margin-right: 25px;
		font-size: 16px;
	}
	section{
		min-height: 20vh;
	}
	#czwarta {
    padding: 20px;
  }

  #czwarta h1 {
    font-size: 20px;
    text-align: center;
  }

  .carousel-wrapper {
    max-width: 100%;
    padding: 0 10px;
  }

  .slide-small-title {
    font-size: 18px;
    padding: 0.5rem;
    margin-top: 20px;
  }

  .slide-desription {
    margin: 0 20px;
    font-size: 14px;
    flex-direction: column;
  }

  .carousel__slide {
    flex: 0 0 100%;
    width: 100%;
  }

  .carousel::before,
  .carousel::after,
  .carousel__prev,
  .carousel__next {
    display: none; /* ukryj strzałki na mobile */
  }

  .carousel__navigation-button {
    width: 1rem;
    height: 1rem;
  }
}

@media all and (max-width:400px){}




