@font-face {
  font-family: "Island";
  src: url("IslandMoments-Regular.ttf") format("truetype");
}
@font-face {
  font-family: "kalam";
  src: url("kalam_light.ttf") format("truetype");
}
*,
*::before,
*::after {
  margin: 0;
  padding: 0;
  box-sizing: 0;
  font-family: "kalam";
  -webkit-user-select: none;
  /* Chrome all / Safari all */
  -moz-user-select: none;
  /* Firefox all */
  /* IE 10+ */
  user-select: none;
  /* Likely future */
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
}

.loader {
  position: absolute;
  width: 100%;
  height: 100%;
  background-color: black;
  color: white;
  z-index: 100;
  transition: all 1s ease-in;
}

.cytat {
  font-family: "Island";
  color: black;
  font-weight: bold;
  position: absolute;
  top: 4vw;
  transition: all 1s ease-in;
}
.cytat p {
  font-family: "Island";
  font-size: 2.3vw;
}

.cytat1,
.cytat3 {
  left: 4vw;
}

.cytat2,
.cytat4 {
  right: 4vw;
}
.cytat2 p,
.cytat4 p {
  text-align: right;
}

.cytat3,
.cytat4 {
  opacity: 0;
}

@media (max-aspect-ratio: 1/1) {
  .cytat p {
    font-size: 3.8vh;
  }
  .cytat1,
  .cytat3 {
    top: 4vh;
  }
  .cytat2,
  .cytat4 {
    top: 25vh;
    text-align: right;
  }
}
body {
  width: 100vw;
  height: 100vh;
  background-color: white;
  overflow: hidden;
}

.naglowek {
  width: calc(100% + 10px);
  height: 20%;
  background-image: url("tlo222.jpg");
  background-color: black;
  background-size: cover;
  background-position: 0 0;
  position: absolute;
  background-repeat: no-repeat;
  top: 0;
  left: -10px;
  z-index: 1;
  display: flex;
  justify-content: center;
  overflow: hidden;
  filter: drop-shadow(5px 10px 5px rgba(0, 0, 0, 0.842));
}

.kontakt2 {
  z-index: 1;
}

.nag_wew {
  height: 100%;
  width: 1000px;
  max-width: 100%;
  display: flex;
  justify-content: space-between;
  align-items: flex-end;
  position: relative;
}

.logo_bar {
  height: 100%;
  width: 25%;
  background-image: url("logo_tlo_b.png");
  background-size: contain;
  background-position: center center;
  background-repeat: no-repeat;
}

.poziome_menu {
  height: 100%;
  width: 80%;
  position: relative;
}

.menu {
  position: absolute;
  width: 100%;
  height: 100%;
  display: flex;
  justify-content: flex-end;
  align-items: flex-end;
  flex-wrap: wrap;
  color: white;
}

#menu1-p,
#menu3-p,
#menu4-p,
#menu3,
#menu4 {
  display: none;
}

.przycisk {
  font-family: "kalam";
  font-size: 1.1rem;
  padding: 0.5rem;
}

.copy {
  color: white;
  width: 12%;
  font-size: 0.7rem;
  display: flex;
  justify-content: flex-start;
  align-items: flex-end;
  z-index: 10;
}

.flagi {
  display: none;
}

.kontakt {
  display: none;
}

.flagi2 {
  height: 100%;
  width: 12%;
  display: flex;
  justify-content: space-around;
  align-items: center;
  z-index: 1;
}
.flagi2 img {
  height: 4vh;
  border-radius: 50%;
  border: 3px solid rgba(31, 27, 27, 0.918);
  transition: all 0.5s ease-out;
}

.kontakt2 {
  height: 100%;
  width: 20%;
  position: relative;
  display: flex;
  justify-content: space-around;
  align-items: center;
}

.ico {
  background-color: rgb(19, 19, 19);
  border-radius: 50%;
  display: flex;
  justify-content: center;
  align-items: center;
  padding: 3px;
  transition: all 0.4s ease-in-out;
}
.ico img {
  height: 4vh;
  transition: all 0.6s ease-in-out;
  filter: brightness(90%);
}

.ico:hover {
  background-color: rgb(223, 223, 223);
}
.ico:hover img {
  filter: brightness(10%);
}

.logo_tlo {
  position: absolute;
  height: 24vw;
  width: 24vw;
  bottom: 2vw;
  left: calc(50% - 12vw);
  background-image: url("logo_tlo.png");
  background-size: contain;
  background-position: center center;
  background-repeat: no-repeat;
}

.srodek {
  width: 100%;
  height: 74%;
  position: absolute;
  bottom: 7%;
  left: 0;
  background-image: url("tlo_test.png");
  background-size: cover;
  background-position: bottom right;
  display: flex;
  align-items: center;
  justify-content: center;
  overflow: hidden;
}

.stopka {
  width: 100%;
  height: 7%;
  background-color: black;
  position: absolute;
  bottom: 0;
  left: 0;
  display: flex;
  justify-content: space-between;
}

.stopka_tlo {
  position: absolute;
  width: calc(100% + 10px);
  height: 100%;
  background-color: rgb(0, 0, 0);
  left: -10px;
  background-image: url("tlo222.jpg");
  background-size: cover;
  background-position: 0 0%;
  position: absolute;
  background-repeat: no-repeat;
  filter: drop-shadow(5px -7px 5px rgba(0, 0, 0, 0.842));
  z-index: 1;
}

.kon1 {
  position: absolute;
  width: 14.3vh;
  height: 13vh;
  left: calc((100vw - 1000px) / 2 - 12vh);
  bottom: 80%;
  background-image: url("kon_svg.svg");
  background-size: contain;
  background-repeat: no-repeat;
  overflow: hidden;
  z-index: 0;
  transform-origin: bottom left;
}

.maska_konik {
  position: absolute;
  width: 15.6vh;
  height: 13vh;
  left: calc((100vw - 1000px) / 2 - 12vh);
  top: 0%;
  background-color: black;
  background-size: contain;
  background-repeat: no-repeat;
  overflow: hidden;
  z-index: 0;
  transform-origin: bottom left;
}

@keyframes w4 {
  0% {
    transform: rotateZ(0deg);
  }
  50% {
    transform: rotateZ(90deg);
  }
  100% {
    transform: rotateZ(0deg);
  }
}
.glowa_konia {
  height: 80%;
  width: 80%;
  position: absolute;
  bottom: 0;
  left: 0;
  background-image: url("glowa_konia.png");
  background-size: contain;
  background-repeat: no-repeat;
  background-position: bottom left;
  filter: blur(1px) contrast(0.9);
  opacity: 0.4;
}

.ramka {
  width: 220px;
  height: 253px;
  float: left;
  filter: drop-shadow(3px 3px 2px rgba(15, 15, 15, 0.7));
  overflow: hidden;
  margin: 10px;
  transition: all 1s;
  image-rendering: high-quality;
  position: relative;
  filter: blur(0px) drop-shadow(3px 3px 2px rgba(15, 15, 15, 0.7));
}
.ramka img {
  filter: blur(0px);
  image-rendering: high-quality;
  width: 90%;
  position: absolute;
  left: 5%;
  top: 5%;
  background-color: black;
}

.ramka::after {
  content: "";
  position: relative;
  background-image: url("polar2.png");
  background-repeat: no-repeat;
  width: 220px;
  height: 253px;
  display: block;
  margin: auto;
}

.karta {
  background-color: rgb(247, 247, 247);
  position: absolute;
  height: 92%;
  width: 1000px;
  max-width: 95%;
  transform: translateY(120%);
  transition: transform 0.8s ease-in-out;
  overflow-y: scroll;
  overflow-x: hidden;
  padding: 0.5rem;
  border-radius: 1%;
}

.skrzynka {
  min-height: 320px;
  width: 100%;
}

@media (max-width: 500px) {
  .test2 {
    float: none;
  }
  .copy {
    width: 27%;
  }
  .kontakt2 {
    width: 46%;
  }
  .flagi2 {
    width: 32%;
  }
  .karta > .ramka {
    float: none;
    margin-left: auto;
    margin-right: auto;
  }
  #k-3-1 > .ramka,
  #k-3-2 > .ramka,
  #k-3-3 > .ramka,
  #k-3-1-p > .ramka,
  #k-3-2-p > .ramka,
  #k-3-3-p > .ramka,
  .skrzynka > .ramka {
    float: none;
    margin-left: auto;
    margin-right: auto;
    margin-bottom: 2rem;
    width: 290px;
    height: 334px;
    filter: drop-shadow(3px 3px 2px rgba(15, 15, 15, 0.7));
    overflow: hidden;
    transition: all 1s;
  }
  #k-3-1 > .ramka img,
  #k-3-2 > .ramka img,
  #k-3-3 > .ramka img,
  #k-3-1-p > .ramka img,
  #k-3-2-p > .ramka img,
  #k-3-3-p > .ramka img,
  .skrzynka > .ramka img {
    filter: blur(0px);
    image-rendering: high-quality;
    width: 90%;
    position: absolute;
    left: 5%;
    top: 5%;
    background-color: black;
  }
  #k-3-1 > .ramka::after,
  #k-3-2 > .ramka::after,
  #k-3-3 > .ramka::after,
  #k-3-1-p > .ramka::after,
  #k-3-2-p > .ramka::after,
  #k-3-3-p > .ramka::after,
  .skrzynka > .ramka::after {
    content: "";
    position: relative;
    background-image: url("polar2b.png");
    background-repeat: no-repeat;
    width: 290px;
    height: 334px;
    display: block;
    margin: auto;
  }
}
.log_bar_but {
  width: 20%;
  height: 100%;
  background-color: red;
  position: absolute;
  top: 0;
  left: 0;
  opacity: 0;
}

#k-3-1,
#k-3-2,
#k-3-3,
#k-3-1-p,
#k-3-2-p,
#k-3-3-p {
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
}
#k-3-1 h1,
#k-3-2 h1,
#k-3-3 h1,
#k-3-1-p h1,
#k-3-2-p h1,
#k-3-3-p h1 {
  width: 100%;
}

@media (min-aspect-ratio: 1/1) and (max-height: 440px) {
  .licznik {
    display: block;
  }
  .zdjecie1 img,
  .zdjecie2 img {
    max-width: 45%;
    height: auto;
  }
  .log_bar_but {
    width: 50%;
    height: 20%;
    position: absolute;
    top: 0;
    left: 0;
    opacity: 0;
  }
  .stopka {
    height: 0%;
  }
  .stopka .flagi2 {
    display: none;
  }
  .copy {
    display: none;
  }
  .mniszek {
    max-width: 100%;
  }
  .flagi #p-p2, .flagi #p-u2 {
    position: relative;
    transform: translateX(6px);
  }
  .flagi img {
    height: 40px;
  }
  .srodek {
    height: 100%;
    width: 80%;
    bottom: 0;
    left: 20%;
  }
  .naglowek {
    height: 100%;
    width: 20%;
    left: 0;
  }
  .nag_wew {
    flex-direction: column;
  }
  .logo_bar {
    width: 100%;
    height: 20%;
    background-position: 15px center;
  }
  .flagi {
    height: 100%;
    width: 40%;
    float: right;
    display: flex;
    justify-content: space-around;
    align-items: center;
    flex-direction: column;
  }
  .flagi img {
    max-height: 30%;
    border-radius: 50%;
  }
  .kontakt {
    width: 100%;
    display: flex;
    justify-content: space-around;
  }
  .kontakt .ico {
    transform: scale(1.5);
  }
  .kontakt2 {
    display: none;
  }
  .poziome_menu {
    width: 100%;
    height: 80%;
  }
  .menu {
    display: flex;
    align-items: flex-end;
    overflow-x: hidden;
    overflow-y: scroll;
  }
  .przycisk {
    width: 100%;
  }
}
@media (max-aspect-ratio: 1/1) {
  .srodek {
    background-position: bottom left;
  }
  .logo_tlo {
    height: 50vw;
    width: 40vw;
    left: calc(50% - 25vw);
  }
}
.podpis {
  position: absolute;
  z-index: 1;
  bottom: 5%;
  text-align: center;
  width: 100%;
  font-size: 1.25rem;
  font-weight: bold;
  color: rgba(0, 0, 0, 0.87);
  filter: drop-shadow(2px 2px 2px black);
  font-family: "kalam";
}

.kreska {
  width: 1026px;
  height: 285px;
}

.odwrocony_float {
  float: right;
}

h1 {
  font-family: "kalam";
  font-size: 2rem;
  padding-top: 5px;
}

h2 {
  font-family: "kalam";
  font-size: 1.5rem;
  padding-top: 5px;
}

p {
  font-family: "kalam";
  line-height: 2rem;
  text-align: justify;
  font-size: 1.25rem;
  padding-left: 5px;
  padding-right: 5px;
}

ul, li {
  font-family: "kalam";
  line-height: 2rem;
  text-align: justify;
  font-size: 1.25rem;
  padding-left: 2rem;
}

.zdjecie1 {
  float: right;
  margin-left: 10px;
}
.zdjecie1 img {
  max-width: 220px;
  min-width: 200px;
}

.zdjecie2 {
  float: left;
  margin-right: 10px;
}
.zdjecie2 img {
  max-width: 220px;
}

.zdjecie4 {
  float: left;
  margin-right: 10px;
}
.zdjecie4 img {
  max-width: 350px;
}

.arrow {
  cursor: pointer;
  position: absolute;
  top: 1rem;
  right: 0;
  width: 100px;
  height: 2rem;
  background-image: url("arrow.png");
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center center;
}
.arrow img {
  height: 100%;
}

.galeria {
  width: calc(1000px - 2rem);
  max-width: 100%;
  height: 300px;
  margin-top: 20px;
  position: relative;
  overflow-x: scroll;
  margin-bottom: 5vh;
  margin-top: 5vh;
}

.listwa {
  width: 7200px;
  transition: all 1.5s ease-in-out;
}

.st {
  cursor: pointer;
}

#zbior1,
#zbior1p {
  display: flex;
  justify-content: center;
  align-items: center;
  flex-wrap: wrap;
  min-height: 610px;
}

#zbior2,
#zbior2p {
  min-height: 305px;
  display: flex;
  justify-content: center;
  align-items: center;
  flex-wrap: wrap;
}

#zbior3,
#zbior3p {
  min-height: 940px;
  display: flex;
  justify-content: center;
  align-items: center;
  flex-wrap: wrap;
}

.filmYT {
  width: 100%;
  display: flex;
  justify-content: center;
  padding-top: 10px;
  position: relative;
}

.filmYT::before {
  content: "";
  width: 560px;
  height: 315px;
  background-color: rgb(14, 13, 13);
  background-image: url("ico/yt1k.png");
  background-repeat: no-repeat;
  background-position: center center;
  background-size: 20%;
  position: absolute;
  z-index: -1;
}

.center {
  margin-left: 15%;
}

.bold {
  font-weight: bolder;
  filter: drop-shadow(1px 0px 0px black);
}

.mniszek {
  max-width: 400px;
}

.kopyta4 {
  display: flex;
  justify-content: space-around;
  align-items: center;
  flex-wrap: wrap;
}
.kopyta4 img {
  height: 220px;
}

.test2 {
  float: left;
  margin-right: 15px;
}

@media (max-aspect-ratio: 1/1) {
  .kreska1,
  .kreska2,
  .kreska3 {
    display: none;
  }
}
.obejscie {
  width: 100%;
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
}

#k-3-1-1 h2,
#k-3-1-1-p h2,
#k-3-3-7 h2,
#k-3-3-7-p h2 {
  margin-top: 1rem;
}

#k-3-1-2 > .skrzynka,
#k-3-1-3 > .skrzynka,
#k-3-1-4 > .skrzynka,
#k-3-1-2-p > .skrzynka,
#k-3-1-3-p > .skrzynka,
#k-3-1-4-p > .skrzynka {
  padding-bottom: 1rem;
}

@media (min-width: 768px) {
  .przycisk {
    padding-top: 1rem;
    padding-bottom: 1rem;
  }
}
.licznik {
  display: none;
  position: absolute;
  right: 2vw;
  bottom: 9.5vh;
  width: 60px;
  height: 35px;
  border-radius: 10%;
  color: rgb(206, 206, 206);
  font-size: 1.2rem;
  font-weight: bolder;
  display: flex;
  justify-content: center;
  align-items: center;
  background-color: rgba(0, 0, 0, 0.534);
  transition: transform 1.5s ease-in-out;
  z-index: 0;
}

.karta_yt {
  filter: grayscale(90%);
}

.ref {
  margin-top: 2rem;
}

ul {
  list-style-type: disc;
}

.karta > p:nth-child(n+1) {
  margin-top: 1rem;
}

.autor {
  position: absolute;
  top: -3rem;
  right: 2rem;
}
.autor p {
  font-family: "kalam";
  color: black;
  font-size: 1.7rem;
  font-weight: bolder;
}/*# sourceMappingURL=style.css.map */