.section1__galerija{
  width: 100%;
  height: 400px;
  background-color: rgb(246, 204, 106);
  margin: 0;
}

.section1__galerija__container{
  font-size: 50px;
  color: black;
  max-width: 1120px;
  margin: auto;
  padding-top: 200px;
}

.tekst1__galerija{
  font-size: 70px;
  color: black;
  font-weight: 600;
  text-align: center;
  vertical-align: center;
}

.section2__galerija{
  width: 100%;
  height: fit-content;
}

.section2__galerija__container{
  max-width: 1120px;
  margin: auto;
  display: flex;
  flex-direction: column;
  align-items: center;
  padding-top: 70px;
  padding-bottom: 70px;
  gap: 42px;
}

.galerija__sadrzaj{
  width: 100%;
  display: flex;
  justify-content: space-between;
}

.slike__box{
  width: 300px;
  height: 350px;
  transition: opacity 0.25s scale 0.25s;
  cursor: pointer;
  border: 5px solid #fff;
  box-shadow: 0 5px 15px rgba(0, 0, 0, .1);
  overflow: hidden;
}

.slike__galerija{
  object-fit: cover;
  width: 100%;
  height: 100%;
  transition: scale 0.25s;
}

.slike__galerija:hover {
  transform: scale(1.1);
}


.slike__box:hover{
  opacity: 0.6;
}

.popup__image{
  position: fixed;
  top: 0;
  left: 0;
  background-color: rgba(0, 0, 0, .9);
  height: 100%;
  width: 100%;
  z-index: 100;
  display: none;
}

.span__galerija{
  position: absolute;
  top: 0;
  right: 10px;
  font-weight: bolder;
  color: #fff;
  cursor: pointer;
  font-size: 60px;
  z-index: 100;
}

.slika__popup{
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  
  border-radius: 5px;
  width: 750px;
  object-fit: contain;
  height: 600px;
}
