
.footer-icons a {
  margin: 0 10px;
  display: inline-block;
  vertical-align: middle;
}

.footer-icons a img {
  transition: transform 0.3s ease;
  cursor: pointer;
}

.footer-icons a:hover img {
  transform: scale(1.1);
}
/* RESET + BLOKADA HORIZONTALNOG SKROLA */
* {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
}

html,
body {
  overflow-x: hidden !important;
  width: 100%;
  max-width: 100vw;
  font-family: Arial, sans-serif;
}

/* POZADINA */
body {
  background: url('Materijal/pozadina.jpg') center center / cover no-repeat fixed;
  color: #fff;
  position: relative;
}

body::before {
  content: "";
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.5);
  backdrop-filter: blur(10px);
  z-index: -1;
}

/* LOGO */
.logo {
  height: 60px;
  object-fit: contain;
}

/* NAVIGACIJA */
.navbar,
.navbar.bg-dark {
  background-color: rgba(0, 0, 0, 0.5) !important;
  backdrop-filter: blur(10px);
}

.navbar-nav {
  display: flex;
  align-items: center;
  justify-content: flex-end;
  gap: 20px;
}

.navbar-nav .nav-link {
  font-family: 'Montserrat', sans-serif !important;
  text-transform: uppercase;
  font-weight: bold;
  color: white !important;
  padding: 8px 16px;
  text-decoration: none;
}

.navbar .nav-link img {
  vertical-align: middle;
  cursor: pointer;
  transition: transform 0.3s ease;
}

.navbar .nav-link img:hover {
  transform: scale(1.1);
}

/* HERO */
header {
  position: relative;
  max-height: 100vh;
  overflow: hidden;
}

header video {
  width: 100%;
  height: auto;
  object-fit: cover;
  box-shadow: 0 20px 80px rgba(0, 0, 0, 0.8);
}

.hero-content {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
}

.hero-content img {
  height: 120px;
  filter: drop-shadow(0 0 3px rgba(0, 0, 0, 0.4));
}

/* SPONZORI */
.sponzori-section {
  background-color: rgba(0, 0, 0, 0.6);
  padding: 30px 20px;
  text-align: center;
}

.sponzori-wrapper {
  display: flex;
  justify-content: center;
  align-items: center;
  flex-wrap: wrap;
  gap: 30px;
}

.sponzori-wrapper img {
  height: 60px;
  max-width: 120px;
  object-fit: contain;
  filter: grayscale(100%);
  transition: transform 0.3s ease, filter 0.3s ease;
}

.sponzori-wrapper img:hover {
  transform: scale(1.05);
  filter: grayscale(0%);
}

/* ŽURKE VIDEO */
.party-videos {
  display: flex;
  justify-content: center;
  gap: 20px;
  flex-wrap: nowrap;
  width: 100%;
}

.party-videos video {
  width: 32%;
  max-width: 100%;
  height: auto;
  border-radius: 10px;
  box-shadow: 0 20px 80px rgba(0, 0, 0, 0.8);
  object-fit: cover;
}

#zurke > h2 {
  display: none !important;
}

#zurke > p {
  margin-top: 40px !important;
  margin-bottom: 20px !important;
  max-width: 1000px;
  margin-left: auto;
  margin-right: auto;
  font-size: 1.2rem;
  color: white;
}


#zurke > p {
  margin-top: 80px !important;
  margin-bottom: 0px !important;
  max-width: 1000px;
  margin-left: auto;
  margin-right: auto;
  font-size: 1.2rem;
  color: white;
}


/* FORME */
form {
  display: flex;
  flex-direction: column;
  gap: 20px;
  width: 100%;
  max-width: 800px;
  margin: 0 auto;
}

form input,
form button {
  padding: 12px;
  border-radius: 6px;
  border: none;
}

form button {
  background-color: #a65234;
  color: white;
  font-weight: bold;
  cursor: pointer;
}

form button:hover {
  background-color: #843e2a;
  transition: background-color 0.3s ease;
}

form input[type="file"] {
  background-color: #f0f0f0;
  cursor: pointer;
}

/* GALERIJA */
#galerija img {
  width: 30%;
  border-radius: 10px;
  margin-bottom: 20px;
}

/* ANIMACIJE */
@keyframes fadeInDown {
  from { opacity: 0; transform: translateY(-20px); }
  to { opacity: 1; transform: translateY(0); }
}

@keyframes fadeInUp {
  from { opacity: 0; transform: translateY(20px); }
  to { opacity: 1; transform: translateY(0); }
}

.scroll-fade {
  opacity: 0;
  transform: translateY(20px);
  transition: opacity 1s ease, transform 1s ease;
}

.scroll-fade.visible {
  opacity: 1;
  transform: translateY(0);
}

/* PODEŠAVANJE RAZMAKA SEKCIJA */
#o-nama, #brendovi, #brendovi2 {
  margin-top: 0 !important;
  margin-bottom: 0 !important;
  padding-top: 0 !important;
  padding-bottom: 0 !important;
}

#zurke {
  margin-top: 0 !important;
  margin-bottom: 0 !important;
  padding-top: 0 !important;
  padding-bottom: 50px !important; /* ✅ Ovde produžavaš sekciju vizuelno */
}


#brendovi.sponzori-section,
#brendovi2.sponzori-section {
  padding: 10px 0 !important;
}

#brendovi .sponzori-wrapper img,
#brendovi2 .sponzori-wrapper img {
  height: 100px !important;
  max-width: 180px !important;
  margin: 0 10px;
  object-fit: contain;
}

#o-nama, #brendovi, #brendovi2 {
  margin: 0 !important;
  padding: 0 !important;
  overflow: hidden;
}

#o-nama img, #o-nama > div, .sponzori-wrapper {
  margin: 0 !important;
  padding: 0 !important;
  border: none !important;
  display: block;
}

#o-nama {
  min-height: auto !important;
  height: auto !important;
}

/* Fiksirane ikonice WhatsApp i Viber */
.fixed-contact-icons {
  position: fixed;
  top: 50%;
  right: 10px;
  transform: translateY(-50%);
  display: flex;
  flex-direction: column;
  gap: 15px;
  z-index: 9999;
}

.fixed-contact-icons a img {
  width: 40px;
  height: 40px;
  cursor: pointer;
  transition: transform 0.3s ease;
}

.fixed-contact-icons a img:hover {
  transform: scale(1.1);
}

/* RESPONSIVE */
@media (max-width: 768px) {
  body {
    font-size: 14px;
  }

  .logo {
    height: 40px;
  }

  .hero-content img {
    height: 60px;
  }

  header video {
    height: 50vh;
  }

  .navbar-nav {
    flex-direction: column;
    justify-content: center;
    align-items: center;
    gap: 10px;
    text-align: center;
    width: 100%;
  }

  .sponzori-wrapper {
    gap: 20px;
  }

  #brendovi .sponzori-wrapper img:not(:first-child),
  #brendovi2 .sponzori-wrapper img:not(:first-child) {
    display: none !important;
  }

  #brendovi .sponzori-wrapper img:first-child,
  #brendovi2 .sponzori-wrapper img:first-child {
    width: 100% !important;
    height: auto !important;
    max-width: none !important;
    margin: 0 auto !important;
    display: block !important;
  }

  .party-videos {
    flex-direction: row;
    flex-wrap: nowrap;
    gap: 5px;
  }

  .party-videos video {
    flex: 0 0 33.333%;
    max-width: 33.333%;
  }

  form input,
  form button {
    font-size: 1rem;
  }

  #galerija img {
    width: 90% !important;
  }

  #o-nama {
    margin-bottom: 0 !important;
    padding-bottom: 0 !important;
  }

  #brendovi, #brendovi2 {
    margin-top: 0 !important;
    padding-top: 0 !important;
  }

  #o-nama > div {
    position: absolute !important;
    top: 0 !important;
    left: 0 !important;
    right: 0 !important;
    height: 100% !important;
    padding: 15px 20px !important;
    display: flex !important;
    flex-direction: column !important;
    justify-content: flex-start !important;
    align-items: flex-start !important;
    background: rgba(0, 0, 0, 0.3) !important;
    box-sizing: border-box !important;
    transform: none !important;
    margin: 0 auto !important;
  }

  #o-nama > div h2 {
    font-size: 1.3rem !important;
    margin-bottom: 8px !important;
  }

  #o-nama > div p {
    font-size: 0.9rem !important;
    line-height: 1.4 !important;
  }

  #o-nama img {
    height: auto !important;
    max-height: 220px !important;
    margin-bottom: 0 !important;
    display: block;
    width: 100%;
  }

  .fixed-contact-icons a img {
    width: 30px;
    height: 30px;
  }
}
