@font-face {
  font-family: "ponur";
  src: url("../../fonts/PPObjectSans-Heavy.otf") format("opentype");
  font-weight: normal;
  font-style: normal;
}
@font-face {
  font-family: "ponur2";
  src: url("../../fonts/Aceh-Light.ttf") format("truetype");
  font-weight: normal;
  font-style: normal;
}
.container {
  margin-top: 8vw;
  margin-bottom: 5vw;
  display: flex;
  justify-content: center;
  align-items: center;
  height: 3vw;
}

/* Styl dla przycisku */
#open-gallery {
  font-family: "ponur";
  padding: 1.2vw 2.5vw;
  margin-top: 5vw;
  font-size: 2vw;
  background: #b0d6e6;
  color: rgb(255, 255, 255);
  border: none;
  cursor: pointer;
  border-radius: 0.7vw;
  transition: 0.3s;
  text-align: center;
  align-items: center;
  display: inline-flex;
  justify-content: center;
}
#open-gallery:hover {
  background: #d5e9f2;
  color: rgb(0, 0, 0);
}

.lightbox {
  display: none;
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.8);
  justify-content: center;
  align-items: center;
  flex-direction: column;
}

.lightbox img {
  max-width: 80%;
  max-height: 80%;
}

.close {
  position: absolute;
  top: 10px;
  right: 20px;
  color: white;
  font-size: 5vw;
  cursor: pointer;
}

button {
  position: absolute;
  background: rgba(255, 255, 255, 0.5);
  color: black;
  border: none;
  font-size: 3vw;
  cursor: pointer;
  padding: 2vw;
}
button:hover {
  background: white;
}

#prev {
  left: 1vw;
}

#next {
  right: 1vw;
}

@media (max-width: 768px) {
  .container {
    margin-top: 8vw;
    margin-bottom: 5vw;
    display: flex;
    justify-content: center;
    align-items: center;
    height: 3vw;
  }
  /* Styl dla przycisku */
  #open-gallery {
    padding: 1.5vw 3vw;
    margin-top: 14vw;
    font-size: 2.4vw;
    background: #b0d6e6;
    color: rgb(255, 255, 255);
    border: none;
    cursor: pointer;
    border-radius: 0.7vw;
    transition: 0.3s;
    text-align: center;
    align-items: center;
    display: inline-flex;
    justify-content: center;
  }
  #open-gallery:hover {
    background: #d5e9f2;
    color: rgb(0, 0, 0);
  }
}
@media (max-width: 480px) {
  .container {
    margin-top: 8vw;
    margin-bottom: 5vw;
    display: flex;
    justify-content: center;
    align-items: center;
    height: 3vw;
  }
  /* Styl dla przycisku */
  #open-gallery {
    padding: 1.5vw 3vw;
    margin-top: 33vw;
    font-size: 2.9vw;
    background: #b0d6e6;
    color: rgb(255, 255, 255);
    border: none;
    cursor: pointer;
    border-radius: 0.7vw;
    transition: 0.3s;
    text-align: center;
    align-items: center;
    display: inline-flex;
    justify-content: center;
  }
  #open-gallery:hover {
    background: #d5e9f2;
    color: rgb(0, 0, 0);
  }
}

/*# sourceMappingURL=gallery.css.map */
