#uvod {
  display: flex;
  justify-content: center;
  align-items: center;
  overflow: hidden;
}
.tekst-stupac {
  overflow: hidden;
  position: relative;
  z-index: 2;
}
.stupac-krug {
  display: flex;
  justify-content: center;
  align-items: center;
}
.krug {
  border-radius: 50%;
  height: 100px;
  width: auto;
  aspect-ratio: 1;
  background-color: #ffff44;
  position: relative;
}
.linija-tekst {
  z-index: 1;
}
.linija-tekst h3 {
  font-size: 1.5rem;
  margin-left: -50px;
}
#uvod {
  position: relative;
}
#uvod .onama, #uvod .crno {
  display: flex;
  justify-content: center;
  align-items: center;
  height: 100vh;
  overflow-x: visible;
  overflow-y: clip;
  margin-bottom: 0 !important;
}
#uvod .crno {
  position: fixed;
  top: 0;
  background: #000;
  left: 0;
  clip-path: circle(0% at 50% 50%);
  z-index: 2;
  padding: 0 calc((100vw - 1000px) / 2);
}
#uvod .crno h2 {
  color: #fff !important;
}
#uvod .crno h2 span {
  color: #ffff44 !important;
}
#uvod .crno * {
  color: #fff !important;
}
.klijenti {
  display: flex;
  justify-content: center;
  align-items: center;
  min-height: 100vh;
}
.klijenti .recenzija {
  margin-bottom: 80px;
  min-height: 25vw;
}
.klijenti .recenzija h3 {
  margin: 0;
  font-size: 1.75em;
}
.klijenti .recenzija p {
  font-size: 1em;
}
.klijenti .slike {
  height: 100vh;
  display: flex;
  justify-content: flex-end;
}
.klijenti .slike .galerija {
  width: 25vw;
  height: 25vw;
  border-radius: 20px;
  position: relative;
  overflow: hidden;
}

