@import url("https://fonts.googleapis.com/css2?family=Lato:ital,wght@0,100;0,300;0,400;0,700;0,900;1,100;1,300;1,400;1,700;1,900&display=swap");
.hidden {
  display: none !important;
}

button.load-more {
  text-align: center;
  grid-column: 2/-2;
  padding: 0.6rem 1rem;
  margin: 1rem 0;
  background-color: rgb(71, 71, 71);
  color: rgb(219, 219, 219);
  border: none;
  border-radius: 3px;
  transition: transform 0.3s ease, background-color 0.3s ease;
  cursor: pointer;
  box-shadow: 0 4px 6px rgba(0, 0, 0, 0.1);
}
@media screen and (max-width: 594px) {
  button.load-more {
    grid-column: 1/-1;
    width: 50%;
    justify-self: center;
  }
}
button.load-more:hover {
  transform: translateY(2px);
  background-color: rgb(63, 63, 63);
}
button.hide-more {
  display: none;
  grid-column: 2/-2;
  padding: 0.6rem 1rem;
  margin: 1rem 0;
  background-color: rgb(71, 71, 71);
  color: rgb(219, 219, 219);
  border: none;
  border-radius: 3px;
  transition: transform 0.3s ease, background-color 0.3s ease;
  cursor: pointer;
  box-shadow: 0 4px 6px rgba(0, 0, 0, 0.1);
}
@media screen and (max-width: 594px) {
  button.hide-more {
    grid-column: 1/-1;
    width: 50%;
    justify-self: center;
  }
}
button.hide-more:hover {
  transform: translateY(2px);
  background-color: rgb(63, 63, 63);
}

.add-space-sm {
  position: relative;
  margin-block: 5rem;
  background-color: rgb(219, 219, 219);
}

img {
  -webkit-user-select: none;
     -moz-user-select: none;
          user-select: none;
}

body, html {
  margin: 0;
  padding: 0;
  font-family: "Lato", sans-serif;
  font-size: 16px;
  background-color: rgb(209, 209, 209);
  color: rgb(219, 219, 219);
  line-height: 1.6;
  overflow-x: hidden;
}
body ::-moz-selection, html ::-moz-selection {
  background-color: rgba(173, 173, 173, 0.5);
  color: rgb(71, 71, 71);
}
body ::selection, html ::selection {
  background-color: rgba(173, 173, 173, 0.5);
  color: rgb(71, 71, 71);
}

* {
  box-sizing: border-box;
  margin: 0;
  padding: 0;
}

::-webkit-scrollbar {
  width: 15px;
  height: 10px;
}

::-webkit-scrollbar-button {
  width: 0px;
  height: 0px;
}

::-webkit-scrollbar-thumb {
  background: #AAA;
  border-radius: 0px;
}

::-webkit-scrollbar-thumb:hover {
  background: #bbb;
}

::-webkit-scrollbar-thumb:active {
  background: #777;
}

::-webkit-scrollbar-track {
  background: rgb(219, 219, 219);
  border: 0px none #ccc;
  border-radius: 0px;
}

::-webkit-scrollbar-track:hover {
  background: #ddd;
}

::-webkit-scrollbar-track:active {
  background: #bbb;
}

::-webkit-scrollbar-corner {
  background: transparent;
}

@keyframes slideDownFadeIn {
  0% {
    transform: translateY(-100%);
    opacity: 0;
  }
  100% {
    transform: translateY(0);
    opacity: 1;
  }
}
navbar .main-nav {
  display: flex;
  align-items: center;
  flex-direction: row;
  background-color: rgb(71, 71, 71);
  justify-content: space-between;
  box-shadow: 0 20px 0.8rem 0 rgba(0, 0, 0, 0.11);
  transition: box-shadow 0.3s ease, background-color 0.3s ease, opacity 0.3s ease;
  width: 100%;
}
navbar .main-nav.fixed {
  position: fixed;
  top: 0;
  z-index: 1000;
  box-shadow: 0 2px 5px rgba(0, 0, 0, 0.3);
  background-color: rgba(71, 71, 71, 0.95);
  animation: slideDownFadeIn 1s ease forwards;
}
navbar .main-nav .nav-logo {
  display: flex;
  align-items: center;
  gap: 0.5rem;
  font-size: 1.2rem;
  font-weight: 600;
}
navbar .main-nav .nav-logo a {
  color: rgb(219, 219, 219);
  text-decoration: none;
  height: 50px;
}
navbar .main-nav .nav-logo a img {
  vertical-align: middle;
  height: 100%;
  padding: 0.5rem 1rem;
  transition: transform 0.3s ease;
  transition-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1.275);
}
navbar .main-nav .nav-logo a img:hover {
  transform: rotateZ(3deg);
}
navbar .main-nav .nav-logo.left {
  background-color: rgb(219, 219, 219);
}
navbar .main-nav .nav-menu {
  display: flex;
  flex-direction: row;
  align-items: center;
}
navbar .main-nav .nav-menu a {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  color: #f0f0f0;
  text-decoration: none;
  padding: 1rem 1.5rem;
  transition: all 0.4s;
  height: 50px;
}
navbar .main-nav .nav-menu a:hover {
  background-color: rgb(219, 219, 219);
  color: rgb(71, 71, 71);
}

.gallery-spinner {
  display: flex;
  justify-content: center;
  overflow: hidden;
  position: relative;
  width: 100vw;
}
@media screen and (min-width: 1000px) {
  .gallery-spinner {
    height: 30rem;
  }
}
@media screen and (max-width: 1000px) {
  .gallery-spinner {
    height: 20rem;
  }
}
.gallery-spinner .gallery-slide {
  position: absolute;
  width: 100vw;
  height: 100%;
  transition: transform 1s ease-in-out;
}
.gallery-spinner .gallery-slide.current {
  transform: translateX(0);
  transition: none;
}
.gallery-spinner .gallery-slide.offscreen {
  transform: translateX(100%);
  transition: none;
}
.gallery-spinner .gallery-slide img {
  position: absolute;
  width: 100vw;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: center;
     object-position: center;
  box-shadow: inset 0 10px 10px -10px rgba(0, 0, 0, 0.5), inset 0 -10px 10px -10px rgba(0, 0, 0, 0.5);
}

main .main-content .main-text {
  display: flex;
  flex-direction: column;
  align-items: center;
  letter-spacing: 0.3rem;
  margin-block: 2rem;
}
main .main-content .main-text h2 {
  font-size: 2rem;
  font-weight: 600;
  color: rgba(0, 0, 0, 0.7);
  text-align: center;
  font-weight: 900;
}
main .main-content .main-text h3 {
  font-size: 1.5rem;
  font-weight: 600;
  color: rgba(0, 0, 0, 0.55);
  text-align: center;
}
main .full-spacer {
  height: 3px;
  width: auto;
  background-color: rgb(71, 71, 71);
  margin-inline: 1.4rem;
  margin-block: 2rem;
}
main .spacer .spacer-text {
  display: flex;
  flex-direction: row;
  align-items: center;
  color: rgb(71, 71, 71);
  gap: 1rem;
  margin-block: 2rem;
}
main .spacer .spacer-text::before, main .spacer .spacer-text::after {
  content: "";
  flex: 1;
  border-bottom: 3px solid rgb(71, 71, 71);
  margin-inline: 1.4rem;
}
main .spacer .spacer-text h2 {
  font-size: 2rem;
  font-weight: 600;
  margin: 0;
}
main .main-gallery {
  display: flex;
  flex-direction: column;
  gap: 1rem;
  background-color: rgb(219, 219, 219);
  padding: 1rem;
}
@media screen and (min-width: 1000px) {
  main .main-gallery {
    margin-inline: 20vw;
  }
}
main .main-gallery .protest {
  background-color: rgb(201, 201, 201);
  border-radius: 20px;
}
main .main-gallery .to-mozesz {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  gap: 1rem;
  color: rgb(61, 61, 61);
  background-color: rgb(201, 201, 201);
  border-radius: 20px;
  padding: 1rem;
  text-align: center;
}
main .main-gallery .to-mozesz h2 {
  font-size: 1.4rem;
  width: 100%;
  word-wrap: break-word;
  margin: 0;
  background-color: rgba(105, 161, 90, 0.247);
  color: hsl(147, 26%, 37%);
  padding: 0.4rem 1rem;
  border-radius: 10px;
}
main .main-gallery .to-musisz {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  gap: 1rem;
  color: rgb(61, 61, 61);
  background-color: rgb(201, 201, 201);
  border-radius: 20px;
  padding: 1rem;
  border: 2px solid rgb(160, 160, 160);
  text-align: center;
  filter: grayscale(50%);
}
main .main-gallery .to-musisz h2 {
  font-size: 1.4rem;
  width: 100%;
  word-wrap: break-word;
  margin: 0;
  background-color: rgba(184, 79, 79, 0.247);
  color: rgb(134, 42, 42);
  padding: 0.4rem 1rem;
  border-radius: 10px;
}
main .main-gallery .to-musisz img {
  -o-object-fit: cover;
     object-fit: cover;
  align-self: center;
  width: 100%;
  max-width: 160px;
  height: auto;
}
main .main-gallery .to-musisz img:hover {
  filter: grayscale(20%);
  cursor: pointer;
}
main .main-gallery .gallery-category-buttons button:not(:disabled) {
  padding: 1rem;
  background-color: rgb(201, 201, 201);
  color: rgb(71, 71, 71);
  border: none;
  border-radius: 4px;
  transition: background-color 0.3s ease, color 0.3s ease;
}
main .main-gallery .gallery-category-buttons button:not(:disabled).hvr-underline-from-center:before {
  background-color: rgb(71, 71, 71);
}
main .main-gallery .gallery-category-buttons button:not(:disabled):hover:not(.category-current) {
  background-color: rgb(219, 219, 219);
  outline: 1px solid rgb(71, 71, 71);
  color: rgb(71, 71, 71);
  cursor: pointer;
}
main .main-gallery .gallery-category-buttons button:not(:disabled).category-current {
  background-color: rgb(71, 71, 71);
  color: rgb(219, 219, 219);
}
main .main-gallery .gallery-category-buttons button:disabled {
  background-color: rgb(187, 95, 95);
  color: rgb(224, 174, 174);
  cursor: not-allowed;
  padding: 1rem;
  border-radius: 4px;
  border: none;
  opacity: 0.6;
}
main .main-gallery .gallery-category-buttons .title {
  font-size: 1.2rem;
  margin: 0;
  color: rgb(61, 61, 61);
  background-color: rgba(100, 133, 182, 0.247);
  padding: 0.4rem 1rem;
  border-radius: 4px;
  border-left: 3px solid rgb(71, 71, 71);
  border-right: 3px solid rgb(71, 71, 71);
  text-align: center;
  word-spacing: 0.3rem;
}
main .main-gallery .gallery-category-buttons .title.color-red {
  color: rgba(161, 18, 18, 0.747);
  background-color: rgba(184, 79, 79, 0.247);
  border-left: 3px solid rgba(161, 18, 18, 0.747);
  border-right: 3px solid rgba(161, 18, 18, 0.747);
}
main .main-gallery .gallery-images {
  display: grid;
  background-color: rgb(201, 201, 201);
  border-radius: 20px;
}
main .main-gallery .gallery-images h3 {
  color: rgb(61, 61, 61);
}
main .main-gallery .gallery-images .to-mozesz-overlay {
  display: grid;
  place-items: center;
}
main .main-gallery .gallery-images .gallery-item {
  display: flex;
  flex-direction: column;
  align-items: center;
}
main .main-gallery .gallery-images .gallery-item.item-disabled {
  filter: grayscale(100%);
}
@media screen and (max-width: 594px) {
  main .main-gallery .gallery-images .gallery-item {
    margin-block: 2rem;
  }
}
main .main-gallery .gallery-images .gallery-item h3 {
  font-size: 1rem;
  margin: 0;
  color: rgb(61, 61, 61);
  text-align: center;
}
main .main-gallery .gallery-images .gallery-item img {
  -o-object-fit: cover;
     object-fit: cover;
  border-radius: 4px;
  transition: transform 0.3s ease;
  transition-timing-function: cubic-bezier(0.29, 0.575, 0.565, 1);
  transform: translateY(5px);
}
main .main-gallery .gallery-images .gallery-item img:hover {
  transform: translateY(0);
}
main .main-gallery .gallery-images .gallery-item img:hover:not(.item-disabled) {
  cursor: pointer;
}
@media screen and (max-width: 594px) {
  main .main-gallery .gallery-images .gallery-item img {
    min-width: 50vw;
    max-width: 60vw;
    height: auto;
  }
}
@media screen and (min-width: 768px) {
  main .main-gallery .gallery-images .gallery-item img {
    max-width: 18vw;
    height: auto;
  }
}
main .main-more-stickers {
  box-shadow: 0 4px 100px rgba(0, 0, 0, 0.205);
  margin-bottom: 4rem;
  display: flex;
  flex-direction: column;
  justify-content: center;
}
main .main-more-stickers h4 {
  color: rgb(61, 61, 61);
  font-size: 1.2rem;
  background-color: rgba(100, 133, 182, 0.247);
  text-align: center;
  margin-block: 0.5rem;
  margin-inline: 2rem;
  padding: 0.4rem 1rem;
  border-radius: 4px;
  border-left: 3px solid rgb(71, 71, 71);
  border-right: 3px solid rgb(71, 71, 71);
}
main .main-more-stickers a {
  padding-block: 1rem;
  margin-inline: 0.7rem;
}
@media screen and (min-width: 594px) {
  main .main-more-stickers a {
    display: flex;
    justify-content: center;
  }
}
main .main-more-stickers a img {
  transform: translateX(0vw);
  filter: brightness(1) saturate(1) hue-rotate(0deg);
  transition: transform 0.3s ease, filter 1.6s ease;
  cursor: pointer;
  -webkit-user-select: none;
     -moz-user-select: none;
          user-select: none;
  -webkit-tap-highlight-color: transparent;
}
@media screen and (min-width: 768px) {
  main .main-more-stickers a img {
    max-width: 30vw;
    height: auto;
  }
}
@media screen and (min-width: 1000px) {
  main .main-more-stickers a img {
    max-width: 18rem;
    height: auto;
  }
}
@media screen and (max-width: 768px) {
  main .main-more-stickers a img {
    max-width: 30vw;
    height: auto;
  }
}
@media screen and (max-width: 594px) {
  main .main-more-stickers a img {
    width: 40vw;
    height: auto;
  }
}
main .main-more-stickers a img:hover {
  transform: translateX(-5px);
}

.shadow-image.top {
  box-shadow: 0px -15px 10px -15px rgba(0, 0, 0, 0.2);
}
.shadow-image.bottom {
  box-shadow: 0px 15px 10px -15px rgba(0, 0, 0, 0.2);
}
.shadow-image.left {
  box-shadow: -15px 0px 10px -15px rgba(0, 0, 0, 0.2);
}
.shadow-image.right {
  box-shadow: 15px 0px 10px -15px rgba(0, 0, 0, 0.2);
}

@media screen and (min-width: 595px) {
  .one-column {
    grid-template-columns: 1fr;
    align-items: center;
  }
  .one-column .gallery-item {
    margin-block: 1rem;
  }
  .one-column .gallery-item-hotki {
    margin-block: 3rem;
    background-color: rgba(163, 163, 163, 0.5);
  }
  .two-columns {
    grid-template-columns: 1fr 1fr;
    padding-inline: 2rem;
    align-items: center;
  }
  .two-columns .gallery-item {
    margin-block: 1rem;
  }
  .two-columns .gallery-item-hotki:nth-child(2n+1), .two-columns .gallery-item-hotki:nth-child(2n+2) {
    margin-block: 3rem;
    background-color: rgba(163, 163, 163, 0.5);
    border-inline: 1px solid rgb(160, 160, 160);
  }
  .three-columns {
    grid-template-columns: 1fr 1fr 1fr;
    align-items: center;
    margin-block: 2rem;
  }
  .three-columns .gallery-item {
    margin-block: 1rem;
  }
  .three-columns .gallery-item-hotki:nth-child(3n+1), .three-columns .gallery-item-hotki:nth-child(3n+2), .three-columns .gallery-item-hotki:nth-child(3n+3) {
    margin-block: 3rem;
    background-color: rgba(163, 163, 163, 0.5);
  }
}
footer .footer-content {
  display: flex;
  flex-direction: column;
  background-color: rgb(71, 71, 71);
  color: rgb(219, 219, 219);
  padding: 0.5rem;
}
footer .footer-content .footer-logo {
  display: flex;
  flex-direction: row;
  justify-content: center;
  padding-top: 1rem;
  color: rgb(148, 148, 148);
}
footer .footer-content .footer-social {
  display: flex;
  flex-direction: row;
  justify-content: center;
  align-items: center;
  border-block: 2px solid rgb(148, 148, 148);
  padding: 1rem;
  gap: 0.7rem;
}
@media screen and (max-width: 594px) {
  footer .footer-content .footer-social {
    flex-direction: column;
  }
  footer .footer-content .footer-social facebook, footer .footer-content .footer-social instagram, footer .footer-content .footer-social kontakt-mail {
    width: 15rem;
    display: flex;
    flex-direction: row;
    justify-content: center;
  }
}
footer .footer-content .footer-social facebook {
  background-color: white;
  padding: 0.7rem 0.5rem;
  border-radius: 5px;
}
footer .footer-content .footer-social facebook a {
  display: flex;
  align-items: center;
  gap: 0.4rem;
  text-decoration: none;
  transition: transform 0.3s ease;
}
footer .footer-content .footer-social facebook a:hover {
  transform: scale(0.95);
}
footer .footer-content .footer-social facebook i {
  color: rgb(8, 102, 255);
}
footer .footer-content .footer-social facebook img {
  height: 1.2rem;
  width: auto;
}
footer .footer-content .footer-social instagram {
  background: linear-gradient(125deg, #833ab4, #ff089c, #fd1d1d, #fcb045);
  padding: 0.7rem 0.5rem;
  border-radius: 5px;
}
footer .footer-content .footer-social instagram a {
  display: flex;
  align-items: center;
  gap: 0.4rem;
  text-decoration: none;
  transition: transform 0.3s ease;
}
footer .footer-content .footer-social instagram a:hover {
  transform: scale(0.95);
}
footer .footer-content .footer-social instagram i {
  color: white;
}
footer .footer-content .footer-social instagram img {
  height: 1.2rem;
  width: auto;
}
footer .footer-content .footer-social kontakt-mail {
  background-color: #656565;
  padding: 0.5rem 0.5rem;
  border-radius: 5px;
}
footer .footer-content .footer-social kontakt-mail a {
  display: flex;
  align-items: center;
  gap: 0.4rem;
  color: white;
  text-decoration: none;
  transition: transform 0.3s ease;
}
footer .footer-content .footer-social kontakt-mail a:hover {
  transform: scale(0.95);
}
footer .footer-content .footer-social kontakt-mail i {
  color: white;
}
footer .footer-content .footer-links {
  display: flex;
  flex-direction: row;
  margin-top: 0.6rem;
  justify-content: center;
  align-items: center;
  text-align: center;
}
@media screen and (max-width: 323px) {
  footer .footer-content .footer-links {
    margin-top: 0.4rem;
    flex-direction: column;
  }
}
footer .footer-content .footer-links a, footer .footer-content .footer-links a:visited, footer .footer-content .footer-links a:active {
  color: rgb(219, 219, 219);
  text-decoration: none;
  width: 100%;
  padding: 1rem;
  margin: 0.2rem 0.5rem;
  border-radius: 5px;
  transition: color 0.1s ease-out, background-color 0.1s ease-out;
}
footer .footer-content .footer-links a:hover, footer .footer-content .footer-links a:visited:hover, footer .footer-content .footer-links a:active:hover {
  background-color: rgb(219, 219, 219);
  color: rgb(71, 71, 71);
}

/* OVERLAY */
.overlay {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.6);
  display: grid;
  place-items: center;
  z-index: 1000;
}
.overlay .overlay-close-area {
  display: flex;
  flex-direction: column;
  align-items: flex-end;
}
.overlay .overlay-close-area .overlay-close {
  background-color: #fff;
  color: rgb(71, 71, 71);
  border: none;
  cursor: pointer;
  font-size: 1.3rem;
}
.overlay .overlay-close-area .overlay-close:hover {
  transform: scale(1.1);
}

.detail-container {
  background-color: white;
  padding: 1rem;
  margin: 8vh auto;
  box-shadow: 0 4px 6px rgba(0, 0, 0, 0.1);
  max-width: 80%;
  max-height: 80vh;
  overflow: auto;
}
@media screen and (min-width: 594px) {
  .detail-container {
    display: inline;
    min-width: 30%;
  }
}
@media screen and (min-width: 768px) {
  .detail-container {
    display: flex;
    flex-direction: column;
    min-width: 50%;
  }
}
@media screen and (min-width: 1000px) {
  .detail-container {
    display: flex;
    flex-direction: column;
    min-width: 30%;
  }
}
.detail-container .photos-container {
  display: flex;
  flex-direction: row;
  align-items: center;
  align-self: center;
  overflow-x: auto;
  gap: 1rem;
  padding: 1rem;
}
.detail-container .photos-container img {
  max-height: 200px;
  width: auto;
  -o-object-fit: cover;
     object-fit: cover;
}
.detail-container .image-details h2 {
  font-size: 1.7rem;
  color: rgb(61, 61, 61);
  margin-block: 1rem;
}

.overlay-text-info {
  text-align: center;
  font-size: calc(1rem + 0.5vw);
}

.blur {
  filter: blur(2px);
}

.overlay-text-info {
  color: rgb(71, 71, 71);
  border-bottom: 1px solid rgb(71, 71, 71);
  margin-block: 1rem;
}
.overlay-text-info strong {
  font-weight: 600;
  font-size: 1.1rem;
}

.overlay-text-button:not(:disabled) {
  padding: 1rem 2rem;
  background-color: rgb(71, 71, 71);
  color: rgb(219, 219, 219);
  border: none;
  border-radius: 5px;
  transition: background-color 0.3s ease;
  cursor: pointer;
  box-shadow: 0 4px 6px rgba(0, 0, 0, 0.2);
  width: 100%;
}
.overlay-text-button:not(:disabled):hover {
  background-color: rgb(219, 219, 219);
  color: rgb(71, 71, 71);
}

.overlay-text-button:disabled {
  background-color: rgb(187, 95, 95);
  color: rgb(224, 174, 174);
  cursor: not-allowed;
  padding: 1rem 2rem;
  border-radius: 5px;
  border: none;
  opacity: 0.6;
  width: 100%;
}

/* AGE VERIFICATION */
.cieplej-blur .gallery-images {
  filter: blur(10px);
}

.cieplej-blur::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: 1;
}

.main-gallery.cieplej-blur {
  position: relative;
  min-height: 200px;
}

.age-verification-btn {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  z-index: 10;
  padding: 1rem 2rem;
  font-size: 1.4rem;
  background-color: rgb(156, 43, 43);
  color: white;
  border: none;
  cursor: pointer;
  border-radius: 5px;
  transition: background-color 0.3s ease;
  box-shadow: 0 4px 6px rgba(0, 0, 0, 0.2);
}
.age-verification-btn:hover {
  background-color: rgb(187, 95, 95);
}/*# sourceMappingURL=styles.css.map */