/*
    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 {
  overflow-x: hidden;
  background-image: url("img/rodjendanske-pozadina.jpg");
  background-size: cover;
  background-attachment: fixed;
  margin: 0;
  padding: 0;
  font-family: roboto-regular;
}

body::before {
  content: "";
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.5); /* Crna boja sa 50% transparentnosti */
  z-index: -10; /* Pozadinski sloj */
}

/* 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: 32px;
  height: auto;
  cursor: pointer;
  margin-right: 12px;
}

header {
  width: 100%;
  display: flex;
}

.logo {
  justify-content: start;
  position: absolute;
  z-index: 1;
  gap: 10px;
  top: 20px;
  left: 20px;
  font-size: 25px;
  font-family: vladimir;
  background-image: linear-gradient(to right, #d89b21, #b6903e, #a08340);
  background-clip: text;
  -webkit-background-clip: text;
  color: transparent;
  cursor: pointer;
}

.meni {
  justify-content: center;
  display: flex;
  gap: 30px;
  font-size: 18px;
  position: absolute;
  z-index: 1;
  top: 30px;
  right: 0;
  left: 0;
  display: none;
}

.meni > a {
  text-decoration: none;
  color: white;
  font-family: roboto-light;
}

.meni > a:hover {
  border-bottom: 1px solid transparent; /* Postavlja transparentni border */
  border-image: linear-gradient(to right, #fedb37, #fdb931, #9f7928, #8a6e2f) 1;
  background-image: linear-gradient(
    to right,
    #fedb37,
    #fdb931,
    #9f7928,
    #8a6e2f
  );
  font-weight: bold;
  background-clip: text;
  -webkit-background-clip: text;
  color: transparent;
}

.meni > .aktivan-link {
  background-image: linear-gradient(
    to right,
    #fedb37,
    #fdb931,
    #9f7928,
    #8a6e2f
  );
  font-weight: bold;
  background-clip: text;
  -webkit-background-clip: text;
  color: transparent;
}

/* MOBILNI MENI */
.mobilni-linkovi {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  display: none;
  z-index: 1;
}

.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;
}

/* BANNER */
.banner {
  width: 100%;
  height: 100vh;
  object-fit: cover;
  object-position: top;
  padding: 0;
  display: flex;
  flex-direction: column;
  justify-content: center;
  color: white;
  align-items: center;
  gap: 20px;
  padding: 0 30px;
}

.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;
  position: absolute;
  top: 20px; /* Podesi ovu vrednost prema potrebi */
  right: 20px; /* Podesi ovu vrednost prema potrebi */
}

#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;
  position: absolute;
  top: 20px; /* Podesi ovu vrednost prema potrebi */
  right: 20px; /* Podesi ovu vrednost prema potrebi */
  display: none;
}

.banner-text {
  order: 1;
  justify-content: center;
}

.banner-text > h1 {
  font-size: 25px;
}

.banner-text > p {
  margin: 0;
  padding: 15px 0px 0px 0px;
  font-size: 15px;
}

.banner-span {
  background-image: linear-gradient(to right, #fdb931, #9f7928, #8a6e2f);
  background-clip: text;
  -webkit-background-clip: text;
  color: transparent;
}

.banner-dugmad {
  display: flex;
  flex-direction: row;
  margin-top: 20px;
  gap: 10px;
}

.banner-dugmad > a {
  text-decoration: none;
  color: white;
  font-size: 12px;
}

.poruci-dugme {
  border: 1px;
  background: linear-gradient(to right, #9d6e11, #866929, #765f2a);
  padding: 10px 30px;
  border-radius: 5px;
}

.papirne-dugme {
  border: 1px solid white;
  padding: 10px 20px;
  border-radius: 5px;
}

.poruci-dugme:hover {
  border: 1px;
  background: linear-gradient(to right, #b88217, #a77f28, #836829);
}

.papirne-dugme:hover {
  border: 1px solid #bebdbd;
  color: #bebdbd;
}

.banner-slicica {
  max-width: 100%;
  height: auto;
  order: -1;
}

.naslov-hr > h3 {
  font-size: 22px;
  background-image: linear-gradient(to right, #f5b026, #9f7928, #8a6e2f);
  background-clip: text;
  -webkit-background-clip: text;
  color: transparent;
  display: flex;
  align-items: center;
}

.hr-gradient {
  margin: 15px 20px 20px 20px;
  border: none;
  height: 2px;
  background: linear-gradient(to right, #d89819, #9f7928, #8a6e2f);
}

.strelica-udesno {
  width: 15px;
  margin-right: 10px;
  margin-left: 20px;
}

/* ELEKTRONSKE POZIVNICE IZBOR */
.elektronske-izbor {
  display: flex;
  width: 100%;
  font-family: roboto-light;
  flex-direction: column;
  padding: 20px;
  margin-bottom: 40px;
}

.hr-gradient {
  max-width: 100%;
}

.red {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  gap: 50px;
  margin-bottom: 30px;
}

.kartica {
  /*background: linear-gradient(to right, #90640c, #82611a, #836829);*/
  background-color: white;
  border-radius: 10px;
}

.kartica-body {
  display: flex;
  flex-direction: row;
  align-items: center;
  width: 100%;
  padding: 10px 30px 10px 25px;
}

.kartica-text {
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  align-items: center;
  width: 100%;
}

.kartica-text > h3 {
  font-size: 15px;
  font-weight: bold;
  background-image: linear-gradient(to right, #e2a01c, #9f7928, #8a6e2f);
  background-clip: text;
  -webkit-background-clip: text;
  color: transparent;
}

.kartica-text > a {
  text-decoration: none;
  font-size: 13px;
  border: 1px solid #747474;
  padding: 10px 30px;
  border: 1px;
  background: linear-gradient(to right, #e2a01c, #9f7928, #8a6e2f);
  border-radius: 10px;
  color: white;
}

.kartica-text > a:hover {
  border: 1px;
  background: linear-gradient(to right, #cf9011, #bd8d27, #c49a39);
}

.pozivnica-container {
  position: relative;
  display: inline-block;
}

.pozivnica-primer {
  max-width: 100%;
  height: auto;
  border-radius: 10px 10px 0px 0px;
  display: block;
}

.text-overlay {
  position: absolute;
  top: 0;
  left: 0;
  background-color: #e70303;
  padding: 5px;
  border-radius: 10px 0px 0px 0px;
  color: white;
  font-size: 12px;
}

/* PORUCIVANJE */
.porucivanje {
  width: 100%;
  background-color: rgba(0, 0, 0, 0.103);
  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-top: 1px solid;
  border-bottom: 1px solid;
  border-image: linear-gradient(to right, #9f7928, #8a6e2f) 1;
  border-image-slice: 1;
}

.porudzbina-dugmad {
  display: flex;
  flex-direction: column;
}

.porucivanje > h4 {
  font-size: 33px;
  margin: 20px 0px;
  background-image: linear-gradient(to right, #d89b21, #b6903e, #a08340);
  background-clip: text;
  -webkit-background-clip: text;
  color: transparent;
}

.porucivanje > p {
  font-size: 14px;
  padding: 0px 15px;
  color: #b1b1b1;
}

.porucivanje-instagram {
  display: flex;
  justify-content: center;
  align-items: center;
  text-decoration: none;
  color: white;
  font-size: 13px;
  margin-top: 25px;
  gap: 5px;
  border: 1px;
  background: linear-gradient(to right, #c2860d, #9f7928);
  padding: 10px 20px;
}

.porucivanje-aplikacija {
  display: flex;
  justify-content: center;
  align-items: center;
  text-decoration: none;
  color: white;
  font-size: 13px;
  margin-top: 15px;
  gap: 5px;
  border: 1px solid white;
  background: none;
  border-image: linear-gradient(to right, #c2860d, #9f7928) 1;
  border-image-slice: 1;
  background-image: linear-gradient(to right, #fedb37, #fdb931, #9f7928);
  background-clip: text;
  -webkit-background-clip: text;
  color: transparent;
  padding: 10px 20px;
}

.porucivanje-instagram:hover {
  color: #f4f4f4;
  background: linear-gradient(to right, #d1961f, #c7921e);
}

.porucivanje-aplikacija:hover {
  color: #f4f4f4;
  background: linear-gradient(to right, #da9e27, #88651b);
}

.instagram-ikonica {
  width: 20px;
}

/* VRACANJE NA POCETAK */
.scroll-to-top {
  background-color: white;
  width: 55px;
  height: 55px;
  border-radius: 50%;
  position: fixed;
  bottom: 20px;
  left: 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/footer-pozadina.jpg);
  background-size: contain;
  background-position: left bottom;
  color: white;
  padding: 100px 0px 70px;
  display: flex;
  justify-content: center;
}

.footer-content {
  display: flex;
  flex-direction: column;
  gap: 100px;
  justify-content: center;
  margin: 40px 0px -20px;
}

.footer-kolona {
  display: flex;
  flex-direction: column;
}

.kolona {
  display: flex;
  flex-direction: column;
  margin-top: -50px;
}

.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/footer-pozadina.jpg");
  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) {
  #hamburger,
  #closeBtn {
    display: none;
  }

  .mobile-banner {
    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;
  }

  header {
    width: 100%;
    display: flex;
  }

  .logo {
    justify-content: start;
    position: absolute;
    z-index: 1;
    gap: 10px;
    top: 20px;
    left: 80px;
    font-size: 35px;
    font-family: vladimir;
    padding-right: 15px;
  }

  .meni {
    justify-content: center;
    display: flex;
    gap: 30px;
    font-size: 18px;
    position: absolute;
    z-index: 1;
    top: 30px;
    right: 0;
    left: 0;
  }

  /* BANNER */
  .banner {
    width: 100%;
    height: 100vh;
    object-fit: cover;
    object-position: top;
    padding: 180px 0px 100px;
    display: flex;
    flex-direction: row;
    justify-content: center;
    align-items: center;
    gap: 20px;
  }

  .banner-text > h1 {
    font-size: 50px;
  }

  .banner-text > p {
    margin: 25px 0px 25px;
    padding: 0px 0px 0px 0px;
    width: 500px;
    font-size: 20px;
  }

  .banner-dugmad {
    display: flex;
    gap: 20px;
  }

  .banner-dugmad > a {
    text-decoration: none;
    color: white;
    font-size: 18px;
  }

  .poruci-dugme {
    padding: 12px 40px;
    border-radius: 5px;
  }

  .papirne-dugme {
    padding: 12px 30px;
    border-radius: 5px;
  }

  .banner-slicica {
    width: 700px;
    height: auto;
  }

  .naslov-hr {
    max-width: 1240px;
    margin: 0 auto;
  }

  .naslov-hr > h3 {
    font-size: 25px;
    background-image: linear-gradient(to right, #f5b026, #9f7928, #8a6e2f);
    background-clip: text;
    -webkit-background-clip: text;
    color: transparent;
    display: flex;
    align-items: center;
  }

  .hr-gradient {
    margin: 15px 0px 50px;
    height: 2px;
  }

  .strelica-udesno {
    width: 22px;
    margin-right: 10px;
    margin-left: 0;
  }

  .container {
    width: 1240px;
  }

  /* ELEKTRONSKE POZIVNICE IZBOR */
  .elektronske-izbor {
    display: flex;
    flex-direction: column;
    margin-bottom: 70px;
  }

  .red {
    width: 100%;
    display: flex;
    flex-direction: row;
    justify-content: center;
    align-items: center;
    gap: 50px;
    margin-bottom: 30px;
  }

  .kartica {
    border-radius: 10px;
  }

  .kartica-body {
    display: flex;
    flex-direction: row;
    align-items: center;
    width: 100%;
    margin: 10px;
    padding: 3px 30px 3px 15px;
  }

  .kartica-text {
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    align-items: center;
    width: 100%;
  }

  .kartica-text > h3 {
    font-size: 18px;
  }

  .kartica-text > a {
    font-size: 13px;
    padding: 8px 40px;
    border: 1px;
    border-radius: 10px;
  }

  .pozivnica-container {
    position: relative;
    display: inline-block;
  }

  .pozivnica-primer {
    width: 380px;
    height: auto;
    border-radius: 10px 10px 0px 0px;
    display: block;
  }

  .text-overlay {
    position: absolute;
    top: 0;
    left: 0;
    background-color: #e70303;
    padding: 5px;
    border-radius: 10px 0px 0px 0px;
    color: white;
    font-size: 12px;
  }

  /* PORUCIVANJE */
  .porucivanje {
    width: 100%;
    background-color: rgba(0, 0, 0, 0.432);
    padding: 130px 0px 130px 0px;
    font-family: roboto-light;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    text-align: center;
  }

  .porudzbina-dugmad {
    display: flex;
    flex-direction: row;
    gap: 20px;
  }

  .porucivanje > h4 {
    font-size: 45px;
    margin: 20px 0px;
    font-style: italic;
  }

  .porucivanje-ikonica {
    display: none;
  }

  .porucivanje > p {
    font-size: 18px;
    width: 45%;
  }

  .porucivanje-instagram {
    font-size: 16px;
    margin-top: 25px;
    gap: 5px;
    padding: 10px 20px;
  }

  .porucivanje-aplikacija {
    font-size: 16px;
    margin-top: 25px;
    gap: 5px;
    padding: 10px 20px;
  }

  .instagram-ikonica {
    width: 20px;
  }

  /* VRACANJE NA POCETAK */
  .scroll-to-top {
    background-color: white;
    width: 60px;
    height: 60px;
    border-radius: 50%;
    position: fixed;
    bottom: 20px;
    left: 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/rodjendanske-pozadina.jpg);
  background-size: 320%;
  background-position: top left;
  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/rodjendanske-pozadina.jpg");
  background-position: top left;
  background-size: 400%;
  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;
}
}
