/*
    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/pozivnice-za-vencanje-banner.png");
  background-size: cover;
  background-attachment: fixed;
  margin: 0;
  padding: 0;
  font-family: roboto-regular;
}

/* 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;
  background-color: rgba(0, 0, 0, 0.496);
  padding: 35px;
  border-bottom: 1px solid transparent; /* Postavlja transparentni border */
  border-image: linear-gradient(to right, #fdb931, #9f7928, #8a6e2f) 1;
}
.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;
}

.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;
}

.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;
}

/* FORMA */
.email-content {
  padding: 0px 20px;
}

.email-forma {
  border: 1px solid #d79a2100;
  background-color: hsla(0, 0%, 0%, 0);
  border-radius: 20px;
  width: 100%;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  margin: 60px auto 60px;
  padding: 40px 0px 40px;
}

.elementi-forme {
  width: 85%;
}

.elementi-forme > h2 {
  margin: 25px 0px 10px;
  background-image: linear-gradient(to right, #fdb931, #9f7928, #8a6e2f);
  background-clip: text;
  -webkit-background-clip: text;
  color: transparent;
  text-align: center;
}

.email-ikonica-holder {
  width: 100%;
  display: flex;
  justify-content: center;
  margin-bottom: 20px;
}

.email-ikonica {
  width: 120px;
  margin-bottom: -10px;
}

label,
input,
textarea,
button {
  display: block;
  width: 100%;
  margin-bottom: 15px;
  background-image: linear-gradient(to right, #fdb931, #9f7928, #8a6e2f);
  background-clip: text;
  -webkit-background-clip: text;
  color: transparent;
}

input,
textarea {
  padding: 10px;
  border: 1px solid #ccc;
  border-radius: 4px;
}

input:-webkit-autofill {
  -webkit-text-fill-color: #fdb931 !important;
}

input:-webkit-autofill:focus {
  -webkit-text-fill-color: #fdb931 !important;
}

button {
  background: linear-gradient(to right, #fdb931, #9f7928, #8a6e2f);
  color: white;
  padding: 12px;
  border: none;
  margin-top: 10px;
  border-radius: 4px;
  cursor: pointer;
}

button:hover {
  background: linear-gradient(to right, #bc8415, #ce9f3b, #cba13f);
}

/* FOOTER */
footer {
  width: 100%;
  background-image: url(img/banner.png);
  background-size: 400%;
  background-position: left bottom;
  color: white;
  padding: 100px 0px 70px;
  display: flex;
  justify-content: center;
  border-top: 1px solid transparent; /* Postavlja transparentni border */
  border-image: linear-gradient(to right, #fdb931, #9f7928, #8a6e2f) 1;
}

.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/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;
  }

  .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;
    background-color: rgba(0, 0, 0, 0.527);
    padding: 40px;
    border-bottom: 1px solid transparent; /* Postavlja transparentni border */
    border-image: linear-gradient(to right, #fdb931, #9f7928, #8a6e2f) 1;
  }

  .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;
  }

  /* 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;
  }

  .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;
  }

  /* FORMA */
  .email-forma {
    border: 1px solid #d79a21;
    background-color: hsla(0, 0%, 0%, 0.403);
    border-radius: 20px;
    width: 80%;
    display: flex;
    flex-direction: row;
    justify-content: center;
    align-items: center;
    margin: 100px auto 100px;
    padding: 40px 50px 40px 20px;
  }

  .elementi-forme {
    width: 500px;
    margin-right: 1%;
  }

  .elementi-forme > h2 {
    font-size: 30px;
    margin: 25px 0px 10px;
    text-align: center;
  }

  .email-ikonica-holder {
    margin-right: auto;
    padding-right: 12%;
    padding-left: 10%;
  }

  .email-ikonica {
    width: 100%;
    max-width: 350px;
  }

  label,
  input,
  textarea,
  button {
    display: block;
    width: 450px;
    margin-bottom: 15px;
  }

  input,
  textarea {
    padding: 10px;
  }

  button {
    padding: 12px;
    border-radius: 4px;
  }

/* 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;
}
}