@font-face {
  font-family: dinn; 
  src: url(img/DINNextLTPro-BoldCondensed.otf); /
}

* {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
}

body {
  font-family: "Albert Sans", sans-serif;
  background: linear-gradient(
    270deg,
    #7e140a 0%,
    #e30613 40%,
    #e30613 60%,
    #7e140a 100%
  );
  position: relative;
}

.l1 {
  position: absolute;
  left: 0;
  top: 0;
  z-index: 100;
}

.l2 {
  position: absolute;
  right: 0;
  top: 0;
  z-index: 100;
}

.nav {
  width: 100%;
  background: linear-gradient(
    90deg,
    #7e140a 0%,
    #e30613 40%,
    #e30613 60%,
    #7e140a 100%
  );
  backdrop-filter: blur(0px);
  position: fixed;
  left: 0;
  top: 0;
  z-index: 50;
}

.navwrap {
  display: flex;
  width: 100%;
  height: 90px;
  justify-content: center;
  align-items: center;
  list-style: none;
  gap: 36px;
  margin: 0;
  padding: 0;
  transition: transform 0.3s ease;
}

.litem {
  color: #fff;
  font-size: 22px;
  font-style: normal;
  font-weight: 700;
  line-height: normal;
  cursor: pointer;
  transition: opacity 0.3s ease;
}

.litem:hover {
  opacity: 0.8;
}

.litemlink a {
  color: #fff;
  text-decoration: none !important;
}

/* Burger menu - skriveno na desktopu */
.burger-menu {
  display: none;
  flex-direction: column;
  cursor: pointer;
  padding: 10px;
  position: absolute;
  right: 30px;
  top: 30px;
  z-index: 60;
}

.burger-menu span {
  width: 30px;
  height: 3px;
  background-color: #fff;
  margin: 4px 0;
  transition: 0.3s;
  border-radius: 2px;
}

/* Animacija burgera u X */
.burger-menu.active span:nth-child(1) {
  transform: rotate(-45deg) translate(-6px, 6px);
}

.burger-menu.active span:nth-child(2) {
  opacity: 0;
}

.burger-menu.active span:nth-child(3) {
  transform: rotate(45deg) translate(-6px, -6px);
}

/* Responsive za mobilne uređaje */
@media (max-width: 768px) {
  .burger-menu {
    display: flex;
  }

  .navwrap {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100vh;
    flex-direction: column;
    justify-content: flex-start;
    padding-top: 40px;
    gap: 30px;
    background: linear-gradient(180deg, #e30613 0%, #7e140a 100%);
    transform: translateX(-100%);
  }

  .navwrap.active {
    transform: translateX(0);
  }

  .litem {
    font-size: 20px;
    width: 80%;
    text-align: center;
    padding: 15px 0;
  }
}

.videowrap {
  width: 100%;
  max-width: 1520px;
  margin: 0 auto;
  padding-top: 180px;
}

.video {
  display: block;
  border: 8px solid #8b6f33;
  width: 100%;
}

.titlewrap {
  position: relative;
  z-index: 10;
}

.titleimg {
  display: block;
  margin: 120px auto 0 auto;
  width: 100%;
  max-width: 764px;
}

.lead {
  color: #fff;
  text-align: center;
  font-size: 2rem;
  font-style: normal;
  font-weight: 700;
  line-height: normal;
  padding: 44px 0;
}

.icon {
  display: block;
  width: 76px;
  margin: 0 auto;
  margin-bottom: 170px;
}

.kuglica {
  position: absolute;
  left: 0;
  top: 0;
  max-width: 682px;
  pointer-events: none;
}

.boca {
  position: absolute;
  right: 0;
  top: 50%;
  max-width: 570px;
  pointer-events: none;
}

.forma {
  width: 100%;
  background: #ffd900;
  padding: 120px 0;
  position: relative;
  overflow-x: hidden;
}

.frmwrap {
  max-width: 1010px;
  margin: 0 auto;
}

.subtitle {
  color: #000;
  text-align: center;
  font-family: dinn; 
  font-size: 80px;
  font-style: normal;
  font-weight: 700;
  line-height: normal;
  text-transform: uppercase;
}

.frmlead {
  color: #000;
  text-align: center;
  font-size: 26px;
  font-style: normal;
  font-weight: 400;
  line-height: 36px; /* 138.462% */
}

.bold {
  font-weight: 700;
}

.divider {
  width: 378px;
  margin: 55px auto;
  display: block;
}

.konzerva {
  position: absolute;
  left: 0;
  top: 20%;
  pointer-events: none;
}

.paralax {
  width: 100%;
  font-size: 0;
}

.paraimg {
  width: 100%;
}

.nagrade {
  background: url(img/nagrade.jpg);
  background-size: cover;
  background-position: center top;
  background-repeat: repeat-y;
  min-height: 50vh;
  padding-top: 160px;
  font-size: 0;
}

.awgrid {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 66px;
  padding: 64px 0;
}

.awtitle {
  text-align: center;
  color: #000;
  text-align: center;
  font-family: dinn; 
  font-size: 36px;
  font-style: normal;
  font-weight: 700;
  line-height: normal;
}

.babl {
  width: 100%;
  padding-top: 102px;
}

.gallery {
  background: #fff;
  padding-top: 120px;
  position: relative;
}

.footer {
  display: flex;
  padding: 60px 200px;
  justify-content: center;
  align-items: center;
  gap: 60px;
  align-self: stretch;
  background: #000;
}

.footerwrap {
  color: #ffd900;
  font-size: 20px;
  font-style: normal;
  font-weight: 500;
  line-height: normal;
  text-decoration-line: underline;
  text-decoration-style: solid;
  text-decoration-skip-ink: none;
  text-decoration-thickness: auto;
  text-underline-offset: auto;
  text-underline-position: from-font;
  display: flex;
  gap: 80px;
}

.zuja {
  display: block;
  margin: 0 auto;
  padding: 32px 0 80px 0;
}

.url {
  color: #ffd900;
  font-size: 20px;
  font-style: normal;
  font-weight: 500;
  line-height: normal;
  text-decoration-line: underline;
  text-decoration-style: solid;
  text-decoration-skip-ink: none;
  text-decoration-thickness: auto;
  text-underline-offset: auto;
  text-underline-position: from-font;
}

.testimonial-slider {
  width: 100%;
  max-width: 1522px;
  margin: 0 auto;
  padding: 80px 0 50px;
  overflow: hidden;
  position: relative;
}

.testimonial-slider .swiper {
  overflow: visible;
}

.testimonial-slider .swiper-slide {
  width: 70vw;
  max-width: 800px;
  transition: 0.4s ease;
  opacity: 0.25;
  filter: blur(4px);
  transform: scale(0.92);
  display: flex;
  justify-content: center;
}

.hudice,
.imgpack {
  width: 100%;
  padding: 1rem;
}

@media (min-width: 1024px) {
  .testimonial-slider .swiper-slide {
    width: 80vw;
  }
}

.testimonial-slider .card {
  background: linear-gradient(0deg, #ffd900 0%, #ffd900 100%), #000;
  padding: 50px 60px;
  border-radius: 18px;
  min-height: 260px;
}

.testimonial-slider .author {
  display: block;
  margin-top: 30px;
  font-weight: 700;
  color: #000;
  font-size: 24px;
  font-style: normal;
  font-weight: 700;
  line-height: 22px; /* 91.667% */
}

.card p {
  color: #000;
  font-size: 20px;
  font-style: normal;
  font-weight: 400;
  line-height: 24px; /* 120% */
}

.quote {
  padding-right: 1rem;
}

.testimonial-slider .swiper-slide-active {
  opacity: 1;
  filter: blur(0);
  transform: scale(1);
}

.testimonial-slider .swiper-button-prev,
.testimonial-slider .swiper-button-next {
  color: #000;
  width: 60px;
  height: 60px;
}

.testimonial-slider .swiper-button-prev,
.testimonial-slider .swiper-button-next {
  top: 100%;
  transform: translateY(-80%);
}

.testimonial-slider .swiper-pagination {
  position: static;
  width: 40%;
  max-width: 420px;
  height: 4px;
  margin: 35px auto 0;
}

.testimonial-slider .swiper-pagination-progressbar {
  background: #e1e1e1;
}

.testimonial-slider .swiper-pagination-progressbar-fill {
  background: #000;
}

.swiper-button-next:after,
.swiper-rtl .swiper-button-prev:after,
.swiper-button-prev:after,
.swiper-rtl .swiper-button-next:after {
  content: "";
}

.black {
  color: #000;
}

@media (max-width: 1651px) {
  .boca {
    width: 20%;
  }
  .kuglica {
    width: 20%;
  }
  .konzerva {
    width: 20%;
  }
  .l1,
  .l2 {
    z-index: 60;
    pointer-events: none;
  }
}

@media (max-width: 970px) {
  .l1,
  .l2 {
    display: none;
  }
  .videowrap {
    padding: 0;
  }
  .video {
    border: none;
  }
  .subtitle {
    font-size: 36px;
    padding: 1rem;
  }
  .divider {
    width: 90%;
    margin: 2rem auto 0 auto;
  }
  .awgrid {
    flex-direction: column;
  }
  .titleimg {
    width: 80%;
    margin: 3rem auto 0 auto;
  }
  body {
    overflow-x: hidden;
  }
  .url {
    font-size: 12px;
  }
  .boca {
    top: 90%;
    width: 40%;
  }
  .kuglica {
    top: 80%;
    width: 50%;
  }
  .frmwrap {
    padding: 1rem;
  }
  .nagrade {
    padding-top: 80px;
  }
  .nagradewrap {
    padding: 1rem;
  }
  .gallery {
    padding: 1rem;
  }
}

.age-gate-overlay {
  position: fixed;
  inset: 0;
  z-index: 9999;
  display: none;
  align-items: center;
  justify-content: center;
  background: rgba(0, 0, 0, 0.6);
  backdrop-filter: blur(8px);
}

.age-gate-box {
  background: #000;
  color: #fff;
  padding: 2rem 2.5rem;
  border-radius: 10px;
  max-width: 420px;
  width: 90%;
  text-align: center;
  box-shadow: 0 20px 40px rgba(0, 0, 0, 0.6);
}

.age-gate-title {
  font-size: 1.6rem;
  margin-bottom: 1rem;
  letter-spacing: 0.08em;
}

.age-gate-text {
  font-size: 1rem;
  line-height: 1.5;
  margin-bottom: 1.8rem;
}

.age-gate-buttons {
  display: flex;
  flex-direction: column;
  gap: 0.75rem;
}

.age-gate-btn {
  cursor: pointer;
  border: none;
  border-radius: 999px;
  padding: 0.75rem 1.5rem;
  font-size: 1rem;
  font-weight: 600;
  transition: transform 0.15s ease, box-shadow 0.15s ease, opacity 0.15s ease;
}

.age-gate-btn-yes {
  background: #ffffff;
  color: #000;
}

.age-gate-btn-no {
  background: #333;
  color: #fff;
}

.age-gate-btn:hover {
  transform: translateY(-1px);
  box-shadow: 0 6px 16px rgba(0, 0, 0, 0.4);
}

.age-gate-btn:active {
  transform: translateY(0);
  box-shadow: none;
}

.age-gate-info {
  margin-top: 1.2rem;
  font-size: 0.9rem;
  color: #ffcdcd;
}

.age-gate-info-hidden {
  display: none;
}

@media (max-width: 480px) {
  .age-gate-box {
    padding: 1.5rem 1.25rem;
  }
}
