* {
  font-family: 'Rethink Sans', sans-serif;
  font-family: 'Roboto', sans-serif;
  margin: 0;
  padding: 0;
  text-decoration: none;
  box-sizing: border-box;
  list-style: none;
}

html {
scroll-behavior: smooth;
}

#zapisy-v2{
display: none;
}

body {
background-color:  rgb(248, 247, 243);
}


.nav-bar {
width: 100%;
display: flex;
justify-content: space-between;
align-items: center;
list-style: none;
position: relative;
background-color: white;
padding: 0px 40px;
height: 97px;
}
.logo img 
{
width: 200px;
height: 100px;
}
.menu {display: flex;}
.menu li {
padding-left: 25px;
padding-right: 25px;
}
.menu li a {
display: inline-block;
text-decoration: none;
color: black;
font-weight: 500;
text-align: center;
transition: 0.15s ease-in-out;
position: relative;
font-size: 24px;
}

.menu li a:hover {
color: rgb(216,38,27);
}

.menu li a.after {
color: rgb(216,38,27);
}

.menu li a::after {
content: "";
position: absolute;
bottom: 0;
left: 0;
width: 0;
height: 1px;
background-color: white;
transition: 0.15s ease-in-out;
}
.menu li a:hover:after {width: 100%;}
.open-menu , .close-menu {
position: absolute;
color: black;
cursor: pointer;
font-size: 40px;
display: none;
}
.open-menu {
top: 50%;
right: 20px;
transform: translateY(-50%);
}
.close-menu {
top: 30px;
right: 30px;
}
#check {display: none;}
@media(max-width: 1060px){
.menu {
  flex-direction: column;
  align-items: center;
  justify-content: center;
  width: 50%;
  height: 100vh;
  position: fixed;
  top: 0;
  right: -100%;
  z-index: 1001;
  background-color: white;
  transition: all 0.2s ease-in-out;
}

#zapisy-v2 {
display: block;
}

.menu li {margin-top: 30px;}
.menu li a {padding: 10px;}
.open-menu , .close-menu {display: block;}
#check:checked ~ .menu {right: 0;}

.ikonki {
display: none;
}
}

@media only screen and (max-width: 700px) {
.menu {
flex-direction: column;
align-items: center;
justify-content: center;
width: 80%;
height: 100vh;
position: fixed;
top: 0;
right: -100%;
z-index: 1001;
background-color: white;
transition: all 0.2s ease-in-out;
}
}

@media only screen and (max-width: 1260px) {
.nav-bar {
padding: 0;
}

.menu li {
padding-left: 15px;
padding-right: 15px;
}
}


.ikonki img {
width: 28px;
height: 28px;
}

.ikonki button {
background-clip: padding-box;
background-color: rgb(216,38,27);
border: 1px solid transparent;
border-radius: .25rem;
box-shadow: rgba(0, 0, 0, 0.02) 0 1px 3px 0;
box-sizing: border-box;
color: #fff;
cursor: pointer;
display: inline-flex;
font-family: system-ui,-apple-system,system-ui,"Helvetica Neue",Helvetica,Arial,sans-serif;
font-size: 16px;
font-weight: 600;
justify-content: center;
line-height: 1.25;
margin: 0;
min-height: 30px;
padding: calc(.875rem - 1px) calc(1.5rem - 1px);
position: relative;
text-decoration: none;
transition: all 250ms;
user-select: none;
-webkit-user-select: none;
touch-action: manipulation;
vertical-align: baseline;
width: auto;
}

.ikonki button:hover {
background-color: white;
border: solid 1px rgb(216,38,27);
color: rgb(216,38,27);
font-weight: 500;
}



.baner {
  width: 100%;
  height: 600px;
  position: relative;
  margin-bottom: 30px;
}


.baner img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center;
  filter: brightness(70%);
}

.baner .tekst {
  position: absolute;
  top: 40%;
  left: 20%;
  transform: translate(-20% , -20%);
  color: white;
  width: 30%;
  
}

.baner .tekst h1 {
  margin-bottom: 20px;     
  font-size: 45px;
  font-weight: 700;
}


.baner .tekst p {  
  font-size: 22px;
  margin-bottom: 20px;
}

.baner .tekst button {
  background-clip: padding-box;
  background-color: rgb(216,38,27);
  border: 1px solid transparent;
  border-radius: .25rem;
  box-shadow: rgba(0, 0, 0, 0.02) 0 1px 3px 0;
  box-sizing: border-box;
  color: #fff;
  cursor: pointer;
  display: inline-flex;
  font-family: system-ui,-apple-system,system-ui,"Helvetica Neue",Helvetica,Arial,sans-serif;
  font-size: 16px;
  font-weight: 600;
  justify-content: center;
  line-height: 1.25;
  margin: 0;
  min-height: 30px;
  padding: calc(.875rem - 1px) calc(1.5rem - 1px);
  position: relative;
  text-decoration: none;
  transition: all 250ms;
  user-select: none;
  -webkit-user-select: none;
  touch-action: manipulation;
  vertical-align: baseline;
  width: auto;
}


.reveal {
  position: relative;
  transform: translateY(150px);
  opacity: 0;
  transition: all 2s ease;
}

.reveal.active{
  transform: translateY(0px);
  opacity: 1;
}



@media only screen and (max-width: 1350px) {
  .baner .tekst {
    top: 50%;
      left: 50%;
      transform: translate(-50% , -50%);
      text-align: center;
      width: 100%;
  }

  .baner .tekst h1 {
      font-size: 50px;
  }
}

.tytul {
    width: 900px;
    text-align: center;
    margin-left: auto;
    margin-right: auto;
}

.tytul h1 {
    font-size: 34px;
    margin-bottom: 20px;
}

.tytul p {
    margin-bottom: 40px;
    font: 22px;
}


.info {
  padding-top: 20px;
    width: 1200px;
    margin-left: auto;
    margin-right: auto;
}

.zawartosc {
    display: grid;
    grid-template-columns: 1fr 1fr ;
    margin-left: auto;
    margin-right: auto;
}

.box {
    margin-left: auto;
    margin-right: auto;
    text-align: center;
    height: auto;
    box-shadow: rgba(0, 0, 0, 0.05) 0px 6px 24px 0px, rgba(0, 0, 0, 0.08) 0px 0px 0px 1px;
    width: 550px;
    padding: 60px 10px;
    margin-bottom: 30px;
}

.box img {
  width: 90%;
  height: auto;
}

.box h1 {
    margin-bottom: 30px;
}

.box p {
    margin-bottom: 10px;
}

.box button {
    background-clip: padding-box;
    background-color: rgb(216,38,27);
    border: 1px solid transparent;
    border-radius: .25rem;
    box-shadow: rgba(0, 0, 0, 0.02) 0 1px 3px 0;
    box-sizing: border-box;
    color: #fff;
    cursor: pointer;
    display: inline-flex;
    font-family: system-ui,-apple-system,system-ui,"Helvetica Neue",Helvetica,Arial,sans-serif;
    font-size: 16px;
    font-weight: 600;
    justify-content: center;
    line-height: 1.25;
    margin: 0;
    min-height: 30px;
    padding: calc(.875rem - 1px) calc(1.5rem - 1px);
    position: relative;
    text-decoration: none;
    transition: all 250ms;
    user-select: none;
    -webkit-user-select: none;
    touch-action: manipulation;
    vertical-align: baseline;
    width: auto;
}

.box button:hover {
  background-color: white;
  border: solid 1px rgb(216,38,27);
  color: rgb(216,38,27);
  font-weight: 500;
}





.box p {
  display: none;
  margin-left: 15px;
  margin-right: 15px;
  margin-bottom: 20px;
}


.ktlo {
    background-color: rgb(27, 26, 26);
    padding: 50px;
    color: white;
  }
  
  .koniec {
    display: flex;
    max-width: 1200px;
    margin-left: auto;
    margin-right: auto;
  }
  
  .place {
    width: 200px;
    margin-left: auto;
    margin-right: auto;
    color: white;
  }
  
  .place a {
    text-decoration: none;
    color: white;
  }
  
  .place h2 {
    margin-bottom: 9px;
  }
  
  .place li {
    margin-bottom: 3px;
  }
  
  .place li:hover {
    color: rgb(216,38,27);
    cursor: pointer;
  }
  
  .place a:hover {
    color: rgb(216,38,27);
    cursor: pointer;
  }
  
  @media only screen and (max-width: 1250px) {
    .info {
      width: 100%;
    }


    .box {
      width: 85%;
    }

    .tytul {
      width: 90%;
    }
  }

  @media only screen and (max-width: 760px) {
    .zawartosc {
      grid-template-columns: 1fr;
    }
  }






  @media only screen and (max-width: 800px) {
    .koniec {
      display: grid;
      grid-template-columns: 1fr 1fr ;
    }
  
    .place {
      margin-bottom: 15px;
    }
  }
  
  @media only screen and (max-width: 500px) {
    .koniec {
      display: grid;
      grid-template-columns: 1fr;
    }
  
    .place {
      text-align: center;
    }
  }
  .nabor {
    position:sticky;
    top: 0;
    width: 100%;
    height: auto;
    background-color: red;
    color: white;
    z-index: 1000;
    text-align: center;
    padding-left: 10px;
    padding-right: 10px;
  }