/*
    ROZE BOJA: ff214b;
    KREM BOJA: #eddec9;
    PLAVA BOJA: #6082B6;
    BRAON BOJA: #85603b;
*/

@font-face {
  font-family: vladimir;
  src: url(font/VLADIMIR.TTF);
}

@font-face {
  font-family: roboto-bold;
  src: url(font/Roboto-Bold.ttf);
}

@font-face {
  font-family: roboto-regular;
  src: url(font/Roboto-Regular.ttf);
}

@font-face {
  font-family: roboto-light;
  src: url(font/Roboto-Light.ttf);
}

* {
  box-sizing: border-box;
  margin: 0;
  padding: 0;
}

body {
  margin: 0;
  padding: 0;
  font-family: roboto-regular;
}

/* MOBILNI MENI */
.mobilni-linkovi {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  display: none;
}

.mobilni-linkovi > li {
  display: block;
  margin-bottom: 60px;
}

.mobilni-linkovi > li > a {
  text-decoration: none;
  color: white;
  background-image: linear-gradient(to right, #fedb37, #fdb931);
  background-clip: text;
  -webkit-background-clip: text;
  color: transparent;
  text-shadow: 1px 1px 6px #383737;
  font-size: 25px;
}

.mobilni-linkovi > li > a:hover {
  border-bottom: 1px solid transparent; /* Postavlja transparentni border */
  border-image: linear-gradient(to right, #fedb37, #fdb931, #9f7928, #8a6e2f) 1;
}

/* HEADER */
.header {
  width: 100%;
  height: 100vh;
}

.banner {
  position: relative;
  width: 100%;
  height: 100vh;
  object-fit: cover;
  object-position: top;
  border-bottom: 2px solid;
  border-top: 2px solid;
  border-image: linear-gradient(to right, #9f7928, #8a6e2f) 1;
  border-image-slice: 1;
  display: none;
}

.mobile-banner {
  position: relative;
  width: 100%;
  height: 100vh;
  object-fit: cover;
  object-position: 70%;
  border-bottom: 2px solid;
  border-top: 2px solid;
  border-image: linear-gradient(to right, #fedb37, #fdb931, #9f7928, #8a6e2f) 1;
  border-image-slice: 1;
}

#hamburger {
  color: transparent;
  background-image: linear-gradient(to right, #fedb37, #fdb931);
  background-clip: text;
  -webkit-background-clip: text; /* Dodatak za Safari */
  font-size: 32px;
  cursor: pointer;
  float: right;
  margin-right: 20px;
}

#closeBtn {
  color: transparent;
  background-image: linear-gradient(to right, #fedb37, #fdb931);
  background-clip: text;
  -webkit-background-clip: text; /* Dodatak za Safari */
  font-size: 32px;
  cursor: pointer;
  float: right;
  margin-right: 20px;
  display: none;
}

.meni {
  position: absolute;
  top: 20px;
  color: white;
  text-align: center;
  z-index: 1;
  display: flex;
  align-items: center;
  color: white;
  width: 100%;
}

.logo-brand {
  width: 65px;
  height: 45px;
  margin-left: 15px;
}

.nav {
  width: 100%;
}

.linkovi {
  text-align: center;
  justify-content: center;
  width: 100%;
  display: flex;
  gap: 25px;
}

.linkovi > a {
  text-decoration: none;
  color: white;
  background-image: linear-gradient(to right, #fedb37, #fdb931);
  background-clip: text;
  -webkit-background-clip: text;
  color: transparent;
  text-shadow: 1px 1px 6px #383737;
  font-size: 15px;
  display: none;
}

.linkovi > a:hover {
  border-bottom: 1px solid transparent; /* Postavlja transparentni border */
  border-image: linear-gradient(to right, #fedb37, #fdb931, #9f7928, #8a6e2f) 1;
}

/* JEZIK STRANICE */
.jezik-stranice {
  color: white;
  display: flex;
  justify-content: end;
  align-items: end;
  text-align: right;
  flex-wrap: wrap;
  background: none;
  display: none;
  gap: 15px;
}

.jezik-ikonica {
  width: 35px;
  height: auto;
  cursor: pointer;
  margin-right: 12px;
}

/* BANNER */
.banner-text {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  color: white;
  width: 100%;
  text-align: center;
  display: none;
}

.banner-text > h1 {
  font-size: 40px;
  margin-bottom: 30px;
  font-family: vladimir;
  background-image: linear-gradient(
    to right,
    #fedb37,
    #fdb931,
    #b6903e,
    #a08340
  );
  background-clip: text;
  -webkit-background-clip: text;
  color: transparent;
}

.banner-text > p {
  font-size: 14px;
  margin-bottom: 32px;
  font-family: roboto-light;
  opacity: 1;
  padding: 0px 15px;
  line-height: 1.4;
}

.banner-text > .banner-dugme {
  border: 1px solid white;
  cursor: pointer;
  padding: 8px 30px;
  background: none;
  border-image: linear-gradient(to right, #fedb37, #fdb931, #9f7928) 1;
  border-image-slice: 1;
  background-image: linear-gradient(to right, #fedb37, #fdb931, #9f7928);
  background-clip: text;
  -webkit-background-clip: text;
  color: transparent;
  font-size: 12px;
}

.banner-text > .banner-dugme:hover {
  border: 1px solid white;
  cursor: pointer;
  background: none;
  border-image: linear-gradient(to right, #d1951d, #86651c) 1;
  border-image-slice: 1;
  background-image: linear-gradient(to right, #d69b25, #8f6a1c);
  background-clip: text;
  -webkit-background-clip: text;
  color: transparent;
}

/* POGODNOSTI */
.pogodnosti {
  margin: 0;
  padding: 70px 40px;
  background: linear-gradient(to right, #80601d, #523f12);
  color: white;
  width: 100%;
  display: flex;
  flex-direction: column;
  justify-content: center;
  text-align: center;
  gap: 50px;
}

.kolona {
  display: flex;
  flex-direction: column;
  margin: -28px 0px;
}

.pogodnost {
  display: flex;
  align-items: center;
  justify-content: center;
  margin: 50px 0px;
  gap: 30px;
  flex-direction: column;
}

.pogodnost-text > h4 {
  font-size: 17px;
}

.pogodnost-text > p {
  font-size: 13px;
  margin-top: 5px;
}

.pogodnost-ikonica {
  width: 60px;
  justify-content: center;
  align-items: center;
}

#obrisi-za-telefon {
  display: none;
}

/* O NAMA */
.o-nama {
  width: 100%;
  padding: 50px 35px 60px;
  background-image: url("img/pogodnost.jpg");
  border-bottom: 1px solid;
  border-image: linear-gradient(to right, #9f7928, #8a6e2f) 1;
  border-image-slice: 1;
}
.o-nama > h2 {
  font-size: 46px;
  background-image: linear-gradient(to right, #d1951d, #86651c);
  background-clip: text;
  -webkit-background-clip: text;
  color: transparent;
  font-family: vladimir;
}

.o-nama > p {
  font-size: 14px;
  color: #868585;
  font-weight: lighter;
  margin-top: 20px;
  line-height: 1.3;
  opacity: 0.8;
}

.o-nama > hr {
  position: absolute;
  width: 40%; /* Širina u procentima da se prilagodi ekranu */
  max-width: 160px; /* Maksimalna širina da ne bude preveliko na većim ekranima */
  height: 4px;
  background-image: linear-gradient(to right, #e0a228, #a3791e, #704d10);
  border-radius: 12px;
  border: none;
  opacity: 0.9;
  box-shadow: 0px 2px 10px rgba(0, 0, 0, 0.2);
}

/* STA JE EPOZIVNICA */
.sta-je-epozivnica {
  background-color: #faf3eb;
  padding: 60px 0px 75px;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 100%;
  border-bottom: 1px solid;
  border-image: linear-gradient(to right, #9f7928, #8a6e2f) 1;
  border-image-slice: 1;
}

.sta-je-epozivnica-slika {
  width: 350px;
  height: auto;
}

.sta-je-epozivnica > .text {
  justify-content: center;
  padding: 0px 30px;
  margin-top: 20px;
}

.sta-je-epozivnica > .text > h3 {
  font-size: 44px;
  background-image: linear-gradient(to right, #d89b21, #b6903e, #a08340);
  background-clip: text;
  -webkit-background-clip: text;
  color: transparent;
  font-family: vladimir;
}

.sta-je-epozivnica > .text > p {
  font-size: 14px;
  font-family: roboto-light;
  font-style: italic;
  margin: 15px 0px 30px;
  color: #807f7f;
  opacity: 0.8;
}

.sta-je-epozivnica-dugme {
  color: #faf3eb;
  text-decoration: none;
  cursor: pointer;
  padding: 13px 30px;
  background: linear-gradient(to right, #dfa021, #b6903e, #a08340);
  border-radius: 200px;
  font-size: 12px;
}

.sta-je-epozivnica-dugme:hover {
  background: linear-gradient(to right, #c78c15, #a07d31, #8b7132);
}

/* ISTAKNUTO */
.istaknuto {
  background-image: url("img/pogodnost.jpg");
  background-size: cover;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  padding: 70px 0px 70px;
  width: 100%;
  border-bottom: 1px solid;
  border-image: linear-gradient(to right, #9f7928, #8a6e2f) 1;
  border-image-slice: 1;
}

.istaknuto > h3 {
  font-size: 45px;
  font-family: vladimir;
  background-image: linear-gradient(to right, #d89b21, #b6903e, #a08340);
  background-clip: text;
  -webkit-background-clip: text;
  color: transparent;
  margin: 0px 0px 40px;
}

.istaknuto-content {
  display: flex;
  flex-direction: column;
  gap: 50px;
}

.istaknuta-pozivnica {
  width: 320px;
  height: auto;
  border-radius: 15px 15px 0px 0px;
}

.primer {
  box-shadow: 2px 3px 10px 3px #d3c6b9;
  border-radius: 15px;
}

.primer > h4 {
  font-size: 20px;
  background-image: linear-gradient(to right, #dfa021, #b6903e, #a08340);
  background-clip: text;
  -webkit-background-clip: text;
  color: transparent;
  text-align: center;
  margin: 25px 0px 15px;
}

.dugmad {
  display: flex;
  gap: 10px;
  justify-content: center;
  margin-bottom: 25px;
}

.dugmad > .poruci-dugme {
  color: white;
  text-decoration: none;
  cursor: pointer;
  padding: 13px 40px;
  background: linear-gradient(to right, #dfa021, #b6903e, #a08340);
  border-radius: 10px;
  font-size: 12px;
}

.dugmad > .poruci-dugme:hover {
  color: white;
  background: linear-gradient(to right, #c78e1c, #aa8534, #907535);
}

.dugmad > .demo-dugme {
  border: 1px solid #d79a21;
  cursor: pointer;
  padding: 13px 35px;
  background: none;
  background-image: linear-gradient(to right, #c98f1b, #7c5c16);
  background-clip: text;
  -webkit-background-clip: text;
  color: transparent;
  font-size: 12px;
  border-radius: 10px;
  overflow: hidden;
}

.dugmad > .demo-dugme:hover {
  border: 1px solid #9f7011;
  color: #8c620e;
  text-decoration: none;
}

.demo-icon {
  width: 9px;
  margin-right: 1px;
}

/* POSTUPAK PORUDZBINE */
.postupak-porudzbine {
  width: 100%;
  background-color: #faf3eb;
  justify-content: center;
  align-items: center;
  display: flex;
  flex-direction: column;
  padding: 90px 0px 80px;
  font-style: italic;
  color: #585858;
  border-bottom: 1px solid;
  border-image: linear-gradient(to right, #9f7928, #8a6e2f) 1;
  border-image-slice: 1;
}

.postupak-porudzbine > h3 {
  font-size: 45px;
  font-family: vladimir;
  background-image: linear-gradient(to right, #d89b21, #b6903e, #a08340);
  background-clip: text;
  -webkit-background-clip: text;
  color: transparent;
  text-align: center;
  margin-bottom: 40px;
}

.postupak-porudzbine > h4 {
  font-size: 18px;
  text-align: center;
  padding: 0px 5%;
}

.postupak-link {
  color: #b6903e;
  text-decoration: none;
}

.postupak-content {
  margin: 60px 0px 60px;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  text-align: center;
  font-family: roboto-bold;
  gap: 70px;
}

.korak {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  text-align: center;
}

.korak > .broj {
  font-size: 18px;
}

.korak-ikonica-pozadina {
  display: flex;
  justify-content: center;
  align-items: center;
  background-color: #ededed;
  border-radius: 50%;
  margin: 15px 0px;
}

.korak-ikonica {
  width: 130px;
  height: auto;
  padding: 30px;
}

.korak > .naziv-koraka {
  font-size: 18px;
}

.prvi-text > br {
  display: none;
}

/* PORUCIVANJE */
.porucivanje {
  width: 100%;
  background-image: url("img/porucivanje-pozadina.jpg");
  background-size: cover;
  background-attachment: fixed;
  color: white;
  justify-content: center;
  align-items: center;
  text-align: center;
  font-family: roboto-light;
  display: flex;
  flex-direction: column;
  padding: 90px 0px 85px;
  color: #585858;
  border-bottom: 1px solid;
  border-image: linear-gradient(to right, #9f7928, #8a6e2f) 1;
  border-image-slice: 1;
}

.porucivanje > h4 {
  font-size: 50px;
  margin: 20px 0px;
  font-family: vladimir;
  background-image: linear-gradient(to right, #d89b21, #b6903e, #a08340);
  background-clip: text;
  -webkit-background-clip: text;
  color: transparent;
}

.porucivanje-ikonica {
  width: 165px;
  margin-bottom: 10px;
}

.porucivanje > p {
  font-size: 15px;
  width: 90%;
  opacity: 0.9;
}

.porucivanje-instagram {
  display: flex;
  justify-content: start;
  align-items: center;
  text-decoration: none;
  color: white;
  font-size: 13px;
  margin-top: 25px;
  gap: 5px;
  background: linear-gradient(to right, #dfa021, #b6903e, #a08340);
  padding: 12px 24px;
  border-radius: 15px;
}

.porucivanje-instagram:hover {
  color: #f4f4f4;
  background: linear-gradient(to right, #b6903e, #a08340);
}

.instagram-ikonica {
  width: 20px;
}

/* ISKUSTVO KLIJENATA */
.iskustvo-klijenata {
  background-color: #faf3eb;
  background-size: cover;
  width: 100%;
  padding: 80px 10px 90px;
  border-bottom: 1px solid;
  border-image: linear-gradient(to right, #9f7928, #8a6e2f) 1;
  border-image-slice: 1;
}

.iskustvo-klijenata > h2 {
  font-size: 48px;
  font-family: vladimir;
  background-image: linear-gradient(to right, #d89b21, #b6903e, #a08340);
  background-clip: text;
  -webkit-background-clip: text;
  color: transparent;
  text-align: center;
  margin-bottom: 70px;
}

.komentari {
  display: flex;
  flex-direction: column;
  gap: 50px;
}

.komentar {
  background-color: white;
  padding: 10px 25px 35px;
  box-shadow: 2px 3px 10px 1px #d3c6b9;
  border-radius: 15px;
}

.komentar > h3 {
  font-size: 18px;
  margin-bottom: 10px;
}

.komentar > p {
  font-size: 12px;
  color: #6f6f6f;
}

.komentar-header {
  width: 100%;
  margin-bottom: 50px;
}

.komentar-slika {
  width: 65px;
  float: left;
  height: auto;
  margin-top: -40px;
}

.navodnici {
  margin-top: 10px;
  width: 28px;
  float: right;
  height: auto;
}

/* NAS TIM */
.nas-tim {
  background-image: url("img/pogodnost.jpg");
  width: 100%;
  justify-content: center;
  align-items: center;
  padding: 80px 0px 110px;
  border-bottom: 1px solid;
  border-image: linear-gradient(to right, #9f7928, #8a6e2f) 1;
  border-image-slice: 1;
}

.nas-tim > h2 {
  font-size: 50px;
  font-family: vladimir;
  background-image: linear-gradient(to right, #d89b21, #b6903e, #a08340);
  background-clip: text;
  -webkit-background-clip: text;
  color: transparent;
  text-align: center;
  margin-bottom: 50px;
}

.tim-kartice {
  display: flex;
  flex-direction: column;
  gap: 70px;
  justify-content: center;
}

.tim-kartica {
  justify-content: center;
  text-align: center;
  align-items: center;
}

.kartica-opis {
  background-image: url('img/pogodnost.jpg');
  justify-content: center;
  padding: 15px 0px 25px;
  margin: -30px 50px;
  position: relative;
  border-radius: 0 0 10px 10px;
  box-shadow: 1px 1px 2px 1px #bcbcbc;
}

.tim-slika {
  width: 260px;
  height: 260px;
  border-radius: 10px 10px 0px 0px;
  box-shadow: 1px 1px 5px 1px #bcbcbc;
}

.tim-insta-ikonica {
  width: 55px;
  height: auto;
  background-color: #e10de1;
  border-radius: 30px;
  margin-top: -45px;
  padding: 6px;
}

.tim-insta-ikonica:hover {
  background-color: #e463e4;
}

.kartica-opis > h3 {
  margin-top: 3px;
}

.kartica-opis > p {
  font-size: 15px;
  margin-top: 10px;
  opacity: 0.6;
}

/* FAQ */
.faq {
  background-color: #f2ebe7;
  width: 100%;
  padding: 90px 0px 130px;
  border-bottom: 2px solid;
  border-image: linear-gradient(to right, #9f7928, #8a6e2f) 1;
  border-image-slice: 1;
}

.faq > h2 {
  text-align: center;
  margin: 45px;
  font-size: 45px;
  font-family: vladimir;
  background-image: linear-gradient(to right, #d89b21, #b6903e, #a08340);
  background-clip: text;
  -webkit-background-clip: text;
  color: transparent;
}

.faq-item {
  width: 90%;
  margin: 0 auto;
  border: 1px solid #919191;
  border-radius: 8px;
  margin-bottom: 10px;
  padding: 7px 10px;
  background-color: transparent;
  box-shadow: 0 4px 8px rgba(0, 0, 0, 0.1);
  transition: box-shadow 0.3s ease;
  background-image: linear-gradient(to right, #b6903e, #a08340);
  background-clip: text;
  -webkit-background-clip: text;
  color: transparent;
  font-size: 11px;
}

.faq-item:hover {
  box-shadow: 0 8px 16px rgba(0, 0, 0, 0.2);
}

.faq-pitanje {
  font-weight: bold;
  cursor: pointer;
  display: flex;
}

.faq-odgovor {
  margin-top: 10px;
  padding: 15px 5px;
  border-top: 1px solid #ddd;
}

.faq-dugme {
  color: white;
  text-decoration: none;
  margin: 0px auto;
  display: flex;
  width: 180px;
  text-align: center;
  justify-content: center;
  margin-top: 30px;
  cursor: pointer;
  padding: 12px 30px;
  background: linear-gradient(to right, #dfa021, #b6903e, #a08340);
  border-radius: 30px;
  font-size: 11px;
}

.faq-dugme:hover {
  color: white;
  background: linear-gradient(to right, #c78e1c, #aa8534, #907535);
}

/* VRACANJE NA POCETAK */
.scroll-to-top {
  background-color: white;
  width: 55px;
  height: 55px;
  border-radius: 50%;
  position: fixed;
  bottom: 20px;
  right: 20px;
  display: none;
  justify-content: center;
  align-items: center;
  cursor: pointer;
  box-shadow: 0px 4px 8px rgba(0, 0, 0, 0.2);
}

.scroll-to-top img {
  width: 60%;
  height: 60%;
}

.scroll-to-top:hover {
  box-shadow: 0px 6px 12px rgba(0, 0, 0, 0.3);
}

/* FOOTER */
footer {
  width: 100%;
  background-image: url(img/banner.png);
  background-size: 400%;
  background-position: left bottom;
  color: white;
  padding: 130px 0px 75px;
  display: flex;
  justify-content: center;
}

.footer-content {
  display: flex;
  flex-direction: column;
  gap: 100px;
  justify-content: center;
}

.footer-kolona {
  display: flex;
  flex-direction: column;
}

.kolona > h2,
.kolona > h3 {
  font-size: 22px;
  margin-bottom: 15px;
  background-image: linear-gradient(to right, #e2b04d, #cb8f19, #86651c);
  background-clip: text;
  -webkit-background-clip: text;
  color: transparent;
}

.kolona > a {
  color: white;
  text-decoration: none;
  font-size: 14px;
  margin: 5px 0px;
  background-image: linear-gradient(to right, #e2b04d, #cb8f19, #86651c);
  background-clip: text;
  -webkit-background-clip: text;
  color: transparent;
}

.kolona > p {
  font-size: 14px;
  margin: 5px 0px;
  align-items: center;
  background-image: linear-gradient(to right, #e2b04d, #cb8f19, #86651c);
  background-clip: text;
  -webkit-background-clip: text;
  color: transparent;
}

.copyright-traka {
  background-image: url("img/banner.png");
  background-position: left bottom;
  background-size: 10000px;
  color: white;
  padding: 15px 0px 12px;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  gap: 20px;
}

.copyright-traka > span {
  font-size: 14px;
  background-image: linear-gradient(to right, #e2b04d, #cb8f19, #86651c);
  background-clip: text;
  -webkit-background-clip: text;
  color: transparent;
}

.info-icon {
  width: 22px;
  margin: 0px 6px -3px 0px;
}

/* TABLET */
@media only screen and (min-width: 600px) {
}

/* DESKTOP */
@media only screen and (min-width: 900px) {
  /* BANNER */
  #hamburger,
  #closeBtn {
    display: none;
  }

  .banner {
    display: block;
  }

  .mobile-banner {
    display: none;
  }

  .meni {
    top: 25px;
    left: 2%;
    text-align: center;
    color: white;
    width: 40%;
    float: left;
  }

  .logo-brand {
    width: 60px;
    height: 50px;
  }

  .nav {
    width: 100%;
  }

  .linkovi {
    width: 100%;
    gap: 25px;
  }

  .linkovi > a {
    font-size: 15px;
    display: inline;
  }

  .mobilni-meni {
    display: none;
  }

  .mobilni-linkovi > a {
    display: none;
  }

  /* JEZIK STRANICE */
  .jezik-stranice {
    position: absolute;
    z-index: 1;
    gap: 10px;
    top: 25px;
    right: 0;
    width: 10%;
    color: white;
    display: flex;
    justify-content: center;
    align-items: center;
    text-align: center;
    flex-wrap: wrap;
    background: none;
  }

  .jezik-ikonica {
    margin-right: 0px;
  }

  .jezik-ikonica:hover {
    width: 38px;
  }

  /* BANNER */
  .banner-text {
    top: 50%;
    left: 5%;
    transform: translateY(-50%);
    width: 35%;
  }

  .banner-text > h1 {
    font-size: 60px;
    margin-bottom: 30px;
  }

  .banner-text > p {
    font-size: 20px;
    margin-bottom: 35px;
    font-family: roboto-light;
    line-height: 1.4;
  }

  .banner-text > .banner-dugme {
    border: 1px solid white;
    padding: 14px 42px;
    background: none;
    border-image: linear-gradient(to right, #fedb37, #fdb931, #9f7928, #8a6e2f)
      1;
    border-image-slice: 1;
    background-image: linear-gradient(
      to right,
      #fedb37,
      #fdb931,
      #9f7928,
      #8a6e2f
    );
    background-clip: text;
    -webkit-background-clip: text;
    color: transparent;
    font-size: 15px;
  }

  /* POGODNOSTI */
  .pogodnosti {
    margin: 0;
    padding: 70px;
    color: white;
    width: 100%;
    display: flex;
    justify-content: center;
    text-align: left;
    gap: 30px;
    flex-direction: row;
  }

  .kolona {
    display: flex;
    flex-direction: column;
    margin: 0;
  }

  .pogodnost {
    display: flex;
    align-items: center;
    justify-content: start;
    margin: 30px;
    gap: 30px;
    flex-direction: row;
  }

  .pogodnost-text > h4 {
    font-size: 18px;
  }

  .pogodnost-text > p {
    font-size: 15px;
    margin-top: 5px;
  }

  .pogodnost-ikonica {
    width: 70px;
    justify-content: center;
    align-items: center;
  }

  /* O NAMA */
  .o-nama {
    width: 100%;
    padding: 110px 350px;
  }
  .o-nama > h2 {
    font-size: 50px;
    font-weight: bold;
  }
  .o-nama > p {
    font-size: 18px;
    margin-top: 25px;
  }
  .o-nama > hr {
    position: absolute;
    width: 180px; /* Malo veća širina */
    height: 5px; /* Malo deblja linija */
    background-image: linear-gradient(to right, #e0a228, #a3791e, #704d10);
    border-radius: 12px;
    border: none;
    opacity: 0.9; /* Blago providna */
    box-shadow: 0px 2px 10px rgba(0, 0, 0, 0.2); /* Senka za dubinu */
  }

  #obrisi-za-telefon {
    display: block;
  }

  /* STA JE EPOZIVNICA */
  .sta-je-epozivnica {
    padding: 110px 0px 120px;
    display: flex;
    flex-direction: row;
    justify-content: center;
    align-items: center;
    gap: 40px;
    width: 100%;
  }

  .sta-je-epozivnica-slika {
    margin-top: 60px;
    width: 760px;
    height: auto;
  }

  .sta-je-epozivnica > .text {
    width: 38%;
  }

  .sta-je-epozivnica > .text > h3 {
    font-size: 58px;
  }

  .sta-je-epozivnica > .text > p {
    font-size: 16px;
    margin: 15px 0px 30px;
    padding: 0px 40px 0px 0px;
  }

  .sta-je-epozivnica-dugme {
    color: #faf3eb;
    cursor: pointer;
    padding: 15px 35px;
    border-radius: 200px;
    font-size: 12px;
  }

  /* ISTAKNUTO */
  .istaknuto {
    background-image: url("img/pogodnost.jpg");
    background-size: cover;
    display: flex;
    flex-direction: column;
    padding: 130px 0px;
  }

  .istaknuto > h3 {
    font-size: 60px;
    font-family: vladimir;
    margin: 0px 0px 60px;
    padding-right: 15px;
  }

  .istaknuto-content {
    display: flex;
    flex-direction: row;
    gap: 50px;
  }

  .istaknuta-pozivnica {
    width: 480px;
    height: auto;
    border-radius: 15px 15px 0px 0px;
  }

  .primer {
    box-shadow: 2px 3px 10px 3px #d3c6b9;
    border-radius: 15px;
  }

  .primer > h4 {
    font-size: 25px;
    margin: 25px 0px 15px;
  }

  .dugmad {
    display: flex;
    gap: 10px;
    justify-content: center;
    margin-bottom: 25px;
  }

  .dugmad > .poruci-dugme {
    color: white;
    text-decoration: none;
    cursor: pointer;
    padding: 13px 55px;
    background: linear-gradient(to right, #dfa021, #b6903e, #a08340);
    border-radius: 10px;
    font-size: 12px;
  }

  .dugmad > .poruci-dugme:hover {
    color: white;
    background: linear-gradient(to right, #c78e1c, #aa8534, #907535);
  }

  .dugmad > .demo-dugme {
    border: 1px solid #d79a21;
    cursor: pointer;
    padding: 13px 50px;
    background: none;
    background-image: linear-gradient(to right, #c98f1b, #7c5c16);
    background-clip: text;
    -webkit-background-clip: text;
    color: transparent;
    font-size: 12px;
    border-radius: 10px;
    overflow: hidden;
  }

  .dugmad > .demo-dugme:hover {
    border: 1px solid #9f7011;
    color: #8c620e;
    text-decoration: none;
  }

  /* POSTUPAK PORUDZBINE */
  .postupak-porudzbine {
    width: 100%;
    padding: 130px 0px;
  }

  .postupak-porudzbine > h3 {
    font-size: 60px;
    font-family: vladimir;
    background-image: linear-gradient(to right, #d89b21, #b6903e, #a08340);
    background-clip: text;
    -webkit-background-clip: text;
    color: transparent;
    margin-bottom: 40px;
    padding-right: 15px;
  }

  .postupak-porudzbine > h4 {
    font-size: 22px;
    text-align: center;
    padding: 0px 20%;
  }

  .postupak-content {
    margin: 60px 0px 80px;
    display: flex;
    flex-direction: row;
    justify-content: center;
    align-items: center;
    text-align: center;
    font-family: roboto-bold;
    gap: 150px;
  }

  .korak {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    text-align: center;
  }

  .korak > .broj {
    font-size: 20px;
  }

  .korak-ikonica-pozadina {
    display: flex;
    margin: 15px 0px;
  }

  .korak-ikonica {
    width: 150px;
    height: auto;
    padding: 30px;
  }

  .korak > .naziv-koraka {
    font-size: 20px;
  }

  .prvi-text > br {
    display: block;
  }

  /* PORUCIVANJE */
  .porucivanje {
    width: 100%;
    background-image: url("img/porucivanje-pozadina.jpg");
    padding: 150px 0px 140px 220px;
    font-family: roboto-light;
    display: flex;
    flex-direction: column;
    justify-content: start;
    align-items: start;
    text-align: start;
  }

  .porucivanje > h4 {
    font-size: 63px;
    margin: 20px 0px;
    font-family: vladimir;
    padding-right: 15px;
  }

  .porucivanje-ikonica {
    display: none;
  }

  .porucivanje > p {
    font-family: roboto-light;
    font-size: 18px;
    width: 45%;
  }

  .porucivanje-instagram {
    font-size: 14px;
    margin-top: 25px;
    gap: 5px;
    padding: 13px 23px;
  }

  .instagram-ikonica {
    width: 20px;
  }

  /* ISKUSTVO KLIJENATA */
  .iskustvo-klijenata {
    width: 100%;
    padding: 150px 200px;
  }

  .iskustvo-klijenata > h2 {
    font-size: 62px;
    text-align: left;
    margin-bottom: 70px;
    font-family: vladimir;
  }

  .komentari {
    display: flex;
    flex-direction: row;
    gap: 20px;
  }

  .komentar {
    padding: 10px 40px 35px;
  }

  .komentar > h3 {
    font-size: 20px;
    margin-bottom: 10px;
  }

  .komentar > p {
    font-size: 15px;
  }

  .komentar-header {
    width: 100%;
    margin-bottom: 50px;
  }

  .komentar-slika {
    width: 70px;
    float: left;
    height: auto;
    margin-top: -45px;
  }

  .navodnici {
    margin-top: 10px;
    width: 35px;
    float: right;
    height: auto;
  }

  /* NAS TIM */
  .nas-tim {
    background-color: white;
    background-size: cover;
    width: 100%;
    justify-content: center;
    align-items: center;
    padding: 140px 0px 190px;
  }

  .nas-tim > h2 {
    font-size: 60px;
    text-align: center;
    margin-bottom: 60px;
  }

  .tim-kartice {
    display: flex;
    flex-direction: row;
    gap: 50px;
    justify-content: center;
  }

  .kartica-opis {
    padding: 15px 0px 25px;
    margin: -30px 0px;
  }

  .tim-slika {
    width: 300px;
    height: 320px;
  }

  .tim-insta-ikonica {
    width: 55px;
    height: auto;
    margin-top: -45px;
    padding: 6px;
  }

  .kartica-opis > h3 {
    margin-top: 3px;
    font-size: 18px;
  }

  .kartica-opis > p {
    font-size: 14px;
    margin-top: 8px;
    opacity: 0.6;
  }

  /* FAQ */
  .faq {
    width: 100%;
    padding: 150px 0px 180px;
  }

  .faq > h2 {
    text-align: center;
    margin: 50px;
    font-size: 60px;
  }

  .faq-item {
    font-size: 15px;
    width: 45%;
    margin: 0 auto;
    margin-bottom: 10px;
    padding: 15px;
    box-shadow: 0 4px 8px rgba(0, 0, 0, 0.1);
  }

  .faq-odgovor {
    margin-top: 10px;
    padding: 10px;
  }

  .faq-dugme {
    color: white;
    text-decoration: none;
    margin: 0px auto;
    display: flex;
    width: 200px;
    text-align: center;
    justify-content: center;
    margin-top: 30px;
    cursor: pointer;
    padding: 15px 40px;
    background: linear-gradient(to right, #dfa021, #b6903e, #a08340);
    border-radius: 30px;
    font-size: 15px;
  }

  /* VRACANJE NA POCETAK */
  .scroll-to-top {
    background-color: white;
    width: 60px;
    height: 60px;
    border-radius: 50%;
    position: fixed;
    bottom: 20px;
    right: 25px;
    display: flex;
    justify-content: center;
    align-items: center;
    cursor: pointer;
    box-shadow: 0px 4px 8px rgba(0, 0, 0, 0.2);
  }

  .scroll-to-top img {
    width: 60%;
    height: 60%;
  }

  /* FOOTER */
  footer {
    width: 100%;
    background-image: url(img/banner.png);
    background-size: 220%;
    background-position: left top;
    padding: 180px 150px 170px;
  }

  .footer-content {
    display: flex;
    flex-direction: row;
    gap: 180px;
  }

  .footer-kolona {
    display: flex;
    flex-direction: row;
  }

  .kolona > h2,
  .kolona > h3 {
    font-size: 28px;
    margin-bottom: 15px;
  }

  .kolona > a {
    font-size: 17px;
    margin: 5px 0px;
  }

  .kolona > p {
    font-size: 18px;
    margin: 5px 0px;
  }

  .copyright-traka {
    background-image: url("img/banner.png");
    background-position: left bottom;
    background-size: 7000px;
    color: white;
    padding: 18px 0px 14px;
    display: flex;
    flex-direction: row;
    justify-content: center;
    gap: 780px;
  }

  .copyright-traka > span {
    font-size: 16px;
  }

  .info-icon {
    width: 22px;
    margin: 0px 6px -3px 0px;
  }
}
