﻿:root {
  --svetla-rjava: #603a20;
  --svetlo-rumena: #ffecbd;
  --rumena: #facb54;
  --roza: #ed9577;
  --rjava: #4d2f1b;
}

.w-layout-blockcontainer {
  max-width: 940px;
  margin-left: auto;
  margin-right: auto;
  display: block;
}

@media screen and (max-width: 1366px) {
  .w-layout-blockcontainer {
    max-width: 728px;
  }
}

@media screen and (max-width: 767px) {
  .w-layout-blockcontainer {
    max-width: none;
  }
}

.section {
  width: auto;
  height: 500vh;
  position: static;
  overflow: clip !important;
}

.div-block {
  width: 100vw;
  height: 100vh;
  position: sticky;
  top: 0;
}

.div-block.camera {
  width: 100vw;
  display: block;
  top: 0;
}

.frame {
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  flex-flow: row;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  justify-content: flex-start;
  align-items: stretch;
  width: auto;
  height: 100%;
  display: flex;
  position: static;
}

.item {
  z-index: 0;
  object-fit: fill;
  background-color: #314b89;
  flex: none;
  order: 1;
  width: 100vw;
  height: 100vh;
  display: block;
  position: static;
}

.item.item2 {
  background-color: var(--svetla-rjava);
  flex: none;
  order: 2;
  display: flex;
  overflow: hidden;
}

.item.item3 {
  background-color: #4d2f1b;
  flex: none;
  order: 3;
  display: flex;
}

.item.item4 {
  background-color: #4d2f1b;
  flex: none;
  order: 4;
  display: flex;
}

.item.item5 {
  background-color: var(--svetlo-rumena);
  flex: none;
  order: 5;
  display: flex;;
  position: static;
  justify-content: center; /* horizontalno */
  align-items: center;     /* vertikalno */
  height: 100vh;           /* da flex deluje po višini */
  margin: 0;
}


.body {
  background-color: #4d2f1b;
  height: auto;
}

.div-block-3 {
  z-index: 0;
  background-image: url('../images/nebo.svg');
  background-position: 50%;
  background-size: auto;
  width: 100vw;
  height: 100vh;
  position: relative;
}

.image-4 {
  z-index: 4;
  width: 100%;
  height: auto;
  position: absolute;
  inset: auto 0% 0%;
  overflow: hidden;
}

.image-8 {
  width: 30vw;
  display: block;
  position: static;
  left: auto;
}

.div-block-6 {
  z-index: 3;
  width: 30vw;
  position: absolute;
  left: 50%;
  transform: translateX(-50%);
}

.image-9 {
  z-index: 2;
  display: inline-block;
  position: static;
  overflow: hidden;
}

.image-9.img9b {
  display: none;
}

.image-10 {
  z-index: 2;
  position: static;
  overflow: hidden;
}

.div-block-7 {
  z-index: 1;
  object-fit: fill;
  width: 100%;
  height: 100%;
  position: absolute;
  top: auto;
  left: auto;
  overflow: hidden;
}

.div-block-8 {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  background-color: var(--svetlo-rumena);
  grid-template-rows: 1fr;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  justify-content: center;
  align-items: center;
  justify-items: center;
  width: 100%;
  height: 100vh;
  min-height: 100vh;
  padding: clamp(12px, 2vw, 28px);
  display: grid;
  overflow: hidden;
}

.div-block-9 {
  -webkit-text-fill-color: inherit;
  background-image: radial-gradient(circle, #ffc226, #fff 100%, #fff);
  background-clip: content-box;
  width: 50%;
  height: auto;
  position: relative;
  box-shadow: 8px 0 30px 20px #0003;
}

.div-block-10 {
  flex-flow: column;
  flex: none;
  justify-content: center;
  align-items: center;
  width: 50%;
  height: 100%;
  display: flex;
}

.image-11 {
  z-index: 1;
  filter: saturate(95%);
  -webkit-backdrop-filter: blur(3px);
  backdrop-filter: blur(3px);
  -webkit-text-fill-color: inherit;
  object-fit: cover;
  background-color: #0000;
  background-clip: border-box;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  overflow: hidden;
}

.image-12 {
  z-index: 2;
  transform-origin: top;
  width: 10vw;
  max-width: none;
  height: auto;
  position: absolute;
  top: 74%;
  left: 59%;
}

.image-12.swing.soft.delay1 {
  filter: drop-shadow(14px 6px 5px #00000059);
  width: 10vw;
  left: 61%;
}

.image-12.orn2 {
  width: 7vw;
  left: 44%;
}

.image-12.orn2.swing {
  filter: drop-shadow(14px 6px 5px #00000059);
}

.image-12.orn3.swing.delay3 {
  filter: drop-shadow(14px 6px 5px #00000059);
  width: 9vw;
  left: 22%;
}

.div-block-11 {
  width: 40%;
  position: absolute;
  top: 25%;
  left: 32%;
  overflow: hidden;
}

.lottie-animation {
  filter: invert(16%);
}

.paragraph {
  color: var(--rumena);
  text-align: center;
  padding-left: 5%;
  padding-right: 5%;
  font-family: Delicious Handrawn, sans-serif;
  font-size: 50px;
  font-weight: 400;
  line-height: 60px;
  position: static;
  top: 50%;
}

.div-block-12 {
  width: 50%;
  height: auto;
}

.div-block-12.div-block-10 {
  grid-column-gap: 80px;
  grid-row-gap: 80px;
  border-right: 3px #7a5f4d;
  border-radius: 0;
  order: 9999;
  height: 100%;
  display: flex;
}

.div-block-12.div-block-10.wed-txt {
  order: 0;
}

.div-block-13 {
  flex-flow: column;
  justify-content: center;
  align-items: center;
  width: 50%;
  height: 100%;
  display: flex;
}

.div-block-13.div-block-9 {
  background-image: none;
  flex-flow: column;
  order: -9999;
  height: 100vh;
  display: block;
  position: relative;
  overflow: visible;
  box-shadow: -8px 0 30px 20px #0003;
}

.div-block-13.div-block-9.wed-ani {
  flex-flow: row;
  order: 0;
  width: 50%;
  display: flex;
  position: static;
  overflow: hidden;
  transform: none;
  box-shadow: 8px 0 30px 20px #0003;
}

.div-block-22 {
  width: 100%;
  max-width: none;
  height: 100%;
  max-height: 86vh;
  margin-left: auto;
  margin-right: auto;
  position: relative;
  top: auto;
  bottom: -1%;
}

.div-block-22.bebe {
  z-index: 1;
  aspect-ratio: auto;
  object-fit: fill;
  flex-flow: column;
  justify-content: flex-end;
  align-items: center;
  width: 100%;
  max-width: none;
  height: 100vh;
  max-height: none;
  display: block;
  position: relative;
  inset: auto 0% -6% 50%;
  overflow: visible;
  transform: translateX(-50%);
}

.div-block-23 {
  background-image: url('../images/zgornja-polica.svg');
  background-position: 50% 100%;
  background-size: cover;
  flex-flow: column;
  order: -9999;
  justify-content: flex-end;
  align-items: center;
  width: 100%;
  height: 100vh;
  padding-bottom: 4em;
  display: flex;
  position: relative;
}

.div-block-23.bebe {
  width: 100%;
  height: 100vh;
  padding-top: 0;
  padding-bottom: 0;
  display: block;
  position: relative;
  overflow: hidden;
}

.div-block-24 {
  flex-flow: column;
  flex: 0 auto;
  order: 9999;
  justify-content: flex-start;
  align-items: center;
  width: 100%;
  height: auto;
  margin-top: auto;
  margin-bottom: auto;
  display: flex;
}

.lottie-animation-4 {
  z-index: 0;
  width: 100%;
  height: 100%;
  padding-top: 0;
  padding-bottom: 0;
  position: absolute;
  top: -3%;
  bottom: auto;
}

.image-17 {
  z-index: 1;
  width: 100%;
  height: auto;
  max-height: 100%;
  display: block;
  position: absolute;
  top: 50%;
  bottom: 0;
  left: 50%;
  overflow: clip;
  transform: translate(-50%, -50%);
}

.div-block-25 {
  flex-flow: column;
  justify-content: flex-end;
  align-items: center;
  width: 100%;
  height: 100%;
  display: block;
  position: relative;
  transform: translate(0);
}

.image-18 {
  z-index: 1;
  width: 100%;
  max-width: none;
  height: auto;
  max-height: none;
  display: block;
  position: absolute;
  inset: auto 0% 0%;
  overflow: hidden;
}

.image-19 {
  z-index: 3;
  width: 100%;
  max-width: none;
  height: auto;
  max-height: none;
  display: block;
  position: absolute;
  inset: auto 0% 0%;
  overflow: hidden;
}

.lottie-animation-5 {
  z-index: 2;
  width: 100%;
  max-width: none;
  height: auto;
  max-height: none;
  position: absolute;
  inset: auto 0% 0%;
  overflow: visible;
}

.image-20 {
  z-index: 4;
  width: 100%;
  position: absolute;
  inset: auto 0% 0%;
}

.lottie-animation-6 {
  z-index: 4;
  width: 100%;
  height: auto;
  position: absolute;
  inset: auto 0% -1%;
}

.container-6 {
  background-image: url('https://d3e54v103j8qbb.cloudfront.net/img/background-image.svg');
  background-size: auto;
  max-width: 100%;
}

.button {
  color: #ffecbd;
  text-align: left;
  letter-spacing: 2px;
  text-transform: uppercase;
  background-color: #ed9577;
  border: .001px #faeccb;
  border-radius: 20px;
  padding-top: 15px;
  padding-bottom: 15px;
  padding-right: 26px;
  font-family: Bitter, serif;
  font-size: 22px;
  font-weight: 700;
}

.button.wed-button {
  background-color: var(--roza);
  color: var(--svetlo-rumena);
}

.div-block-27 {
  width: 100%;
  height: 100%;
  position: relative;
  overflow: hidden;
}

.div-block-28 {
 
  width: 100%;
  height: 100%;
  position: absolute;
  inset: 0;
}

.hero-video-wrap {
  position: absolute;
  inset: 0;
  overflow: hidden;
  background-image: url('../videos/movie_poster.0000000.jpg');
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  transform: translateZ(0);
}

.hero-bg-video {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  margin: 0;
  object-fit: cover;
  object-position: center;
  z-index: 0;
  display: block;
}

.div-block-29 {
  z-index: 3;
  filter: saturate(114%);
  perspective-origin: 50%;
  transform-origin: 50% 0;
  mix-blend-mode: normal;
  width: 100%;
  height: 100%;
  position: relative;
  overflow: hidden;
  transform: translateZ(0);
  will-change: transform;
}

.image-22 {
  width: 100%;
  max-width: none;
  height: 100%;
  position: absolute;
  bottom: 3%;
  overflow: visible;
  z-index: 1;
}

.lottie-animation-7 {
  width: 100%;
  height: 100%;
  position: absolute;
  bottom: 3%;
  z-index: 2;
  transform: translateZ(0);
  will-change: transform;
}

.background-video {
  width: 100%;
  height: 100%;
}

.particles-js {
  z-index: 4;
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  pointer-events: none;
}

.div-block-30 {
  z-index: auto;
  background-color: #314b89;
  border-radius: 80px;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 90%;
  height: 90vh;
  overflow: hidden;
}

.image-24 {
  z-index: 1;
  filter: blur(.5px);
  width: 100%;
  height: 100%;
  position: absolute;
}

.image-25 {
  z-index: 2;
  filter: blur(1px);
  width: 100%;
  height: 100%;
  position: absolute;
}

.image-26 {
  z-index: 3;
  filter: blur(1px);
  width: 100%;
  height: 100%;
  position: absolute;
}

.image-27 {
  z-index: 4;
  filter: blur(2px);
  width: 100%;
  height: 100%;
  position: absolute;
}

.lottie-animation-8 {
  z-index: 6;
  filter: saturate(143%);
  width: 15vw;
  height: auto;
  position: absolute;
  inset: auto;
}

.div-block-32 {
  z-index: 5;
  background-color: #00000061;
  border-radius: 20px;
  width: 80vw;
  height: 80vh;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}

.text-block {
  color: var(--svetlo-rumena);
  text-align: center;
  column-count: auto;
  padding: .5em;
  font-family: Delicious Handrawn, sans-serif;
  font-size: 4em;
  line-height: 20px;
}

.paragraph-2 {
  color: var(--svetlo-rumena);
  text-align: center;
  margin-top: 10px;
  font-size: 4em;
  line-height: 80px;
}

.image-28 {
  z-index: 2;
  width: 30%;
  position: absolute;
  top: 50%;
  left: 68%;
  overflow: hidden;
  opacity: 1;
  transform: translateX(0);
  transition: transform 0.25s ease;
}

.image-29 {
  z-index: 3;
  width: 40%;
  position: absolute;
  top: 20%;
  overflow: hidden;
  opacity: 1;
  transform: translateX(0);
  transition: transform 0.25s ease;
}

.item.item3.clouds-in-view .image-28 {
  animation: cloud-right-to-left 2.4s ease-in-out infinite alternate;
}

.item.item3.clouds-in-view .image-29 {
  animation: cloud-left-to-right 2.4s ease-in-out infinite alternate;
}

@keyframes cloud-right-to-left {
  0% {
    transform: translateX(90px);
  }
  100% {
    transform: translateX(-20px);
  }
}

@keyframes cloud-left-to-right {
  0% {
    transform: translateX(-90px);
  }
  100% {
    transform: translateX(20px);
  }
}

.image-30, .image-31, .image-32, .image-33 {
  display: none;
}

.image-34 {
  opacity: 1;
  mix-blend-mode: normal;
  border-radius: 0;
  width: clamp(420px, 34vw, 1000px);
  max-width: 100%;
  height: auto;
  display: block;
  transform: translateY(clamp(12px, 2vw, 34px));
}

.image-35 {
  width: clamp(420px, 52vw, 900px);
  max-width: 100%;
  height: auto;
  margin: 0;
  padding: 0;
  display: block;
  transform: translateY(clamp(-64px, -3.8vw, -14px));
}

.section-2 {
  background-color: var(--svetlo-rumena);
  height: 100vh;
  min-height: 100vh;
  overflow: hidden;
}

.div-block-33,
.div-block-34 {
  width: 100%;
  height: 100%;
  min-height: 0;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  position: relative;
}

.div-block-33 {
  gap: clamp(14px, 2.4vw, 30px);
  z-index: 2;
  overflow: visible;
}

.div-block-34 {
  z-index: 1;
  gap: 50px;
}

@media screen and (max-width: 1366px) {
  .item.item2 {
    flex-flow: column;
    justify-content: flex-start;
    align-items: center;
  }

  .item.item3, .item.item4 {
    flex-flow: column;
    justify-content: flex-start;
    align-items: center;
    height: 100vh;
  }

  .div-block-3 {
    overflow: hidden;
  }

  .image-8 {
    width: 50vw;
    top: 20%;
  }

  .div-block-6 {
    z-index: 1;
    width: 50vw;
    top: 25%;
    overflow: hidden;
  }

  .image-9 {
    top: 16%;
    overflow: hidden;
  }

  .image-10 {
    top: 42%;
    overflow: hidden;
  }

  .div-block-9 {
    width: 100%;
    height: 50vh;
    overflow: hidden;
  }

  .div-block-10 {
    width: 100%;
    height: 50vh;
  }

  .image-11 {
    top: auto;
    left: auto;
  }

  .div-block-11 {
    top: 8%;
  }

  .paragraph {
    font-size: 45px;
  }

  .div-block-12.div-block-10 {
    height: 50vh;
  }

  .div-block-13.div-block-9 {
    width: 100%;
    height: 50vh;
    top: auto;
    overflow: visible;
    transform: translate(0);
  }

  .div-block-13.div-block-9.wed-ani {
    width: 100%;
  }

  .div-block-22.bebe {
    width: 68%;
    height: 50vh;
    bottom: -16px;
    left: auto;
    right: auto;
    transform: translate(0);
  }

  .div-block-23 {
    height: 50vh;
    padding-bottom: 2.1em;
  }

  .div-block-23.bebe {
    width: 100%;
    height: 50vh;
  }

  .div-block-24 {
    height: 50vh;
  }

  .image-17 {
    height: 50vh;
    top: auto;
    bottom: auto;
    left: auto;
    transform: none;
  }

  .div-block-25 {
    width: 100%;
    height: 50vh;
    transform: none;
  }

  .container-6 {
    max-width: 100%;
  }

  .lottie-animation-8 {
    width: 22vw;
  }

  .div-block-32 {
    height: 90vh;
  }

  .text-block {
    font-size: 3.7em;
  }

  .paragraph-2 {
    font-size: 3.7em;
    line-height: 62px;
  }

  .image-28 {
    width: 20%;
    left: 78%;
  }

  .image-29 {
    width: 30%;
  }
}

@media screen and (max-width: 767px) {
  .image-8, .div-block-6 {
    width: 60vw;
    top: 30%;
  }

  .image-9 {
    top: 14%;
  }

  .image-10 {
    top: 55%;
  }

  .div-block-11 {
    top: 19%;
  }

  .div-block-22.bebe {
    width: 84%;
    bottom: -23px;
  }

  .div-block-25 {
    height: 50vh;
  }

  .item.item3 .div-block-13.div-block-9 {
    transform: translate3d(0, 0, 0) scale3d(1, 1, 1) !important;
    opacity: 1 !important;
  }

  .item.item3 .div-block-23:not(.bebe),
  .item.item3 .div-block-24 {
    display: none !important;
  }

  .item.item3 .div-block-25 {
    height: 100%;
  }

  .item.item3 .lottie-animation-5,
  .item.item3 .lottie-animation-6 {
    opacity: 1 !important;
    display: block !important;
  }

  .button {
    border-radius: 20px;
    padding-left: 30px;
    padding-right: 30px;
    font-size: 17px;
  }

  .lottie-animation-8 {
    width: 27vw;
  }

  .text-block {
    font-size: 3em;
  }

  .paragraph-2 {
    font-size: 3em;
    line-height: 48px;
  }

}

@media screen and (min-width: 768px) and (max-width: 1024px) {
  .item.item3 {
    background-color: var(--svetla-rjava);
    flex-flow: column;
    justify-content: center;
    align-items: center;
    height: 100vh;
    overflow: visible;
  }

  .div-block-12.div-block-10 {
    z-index: 4;
    grid-column-gap: 4em;
    grid-row-gap: 4em;
    background-color: var(--svetla-rjava);
    flex-flow: column;
    flex: none;
    order: -9999;
    grid-template-rows: auto auto;
    grid-template-columns: 1fr;
    grid-auto-columns: 1fr;
    grid-auto-flow: column dense;
    place-content: center;
    align-self: auto;
    place-items: center;
    height: 50vh;
    margin-top: 0;
    margin-bottom: 0;
    padding-bottom: 0;
    display: inline-grid;
    position: relative;
    box-shadow: inset -4px 0 6px 3px #0003;
  }

  .div-block-13.div-block-9 {
    z-index: 1;
    order: 9999;
    width: 100%;
    height: 50vh;
    overflow: visible;
    transform: translate(0);
    box-shadow: 0 -4px 6px 3px #0003;
  }

  .div-block-13.div-block-9.wed-ani {
    width: 100%;
    box-shadow: 0 4px 6px 3px #0003;
  }

  .div-block-22 {
    width: 100%;
    height: 50vh;
    min-height: auto;
    max-height: 50vh;
    top: auto;
    bottom: 0;
    overflow: hidden;
  }

  .div-block-22.bebe {
    width: 86%;
    height: 44vh;
    max-height: 44vh;
    padding-bottom: 0;
    display: block;
    bottom: -24%;
    left: auto;
    right: auto;
    transform: translate(0);
  }

  .div-block-23 {
    flex-flow: column;
    justify-content: flex-end;
    align-items: center;
    width: 100%;
    height: 50vh;
    min-height: auto;
    background-image: url('../images/zgornja-polica.svg');
    background-position: 50% 100%;
    background-size: cover;
  }

  .div-block-23.bebe {
    background-image: url('../images/zgornja-polica.svg');
    background-position: 50% 100%;
    background-size: cover;
    background-attachment: scroll;
    height: 100%;
  }

  .div-block-24 {
    height: 50vh;
  }

  .lottie-animation-4 {
    width: 100%;
    height: 100%;
    top: -4%;
  }

  .image-17 {
    width: 100%;
    max-width: none;
    height: 100%;
    max-height: none;
    margin-left: auto;
    margin-right: auto;
    bottom: auto;
    overflow: clip;
  }

  .div-block-25 {
    width: 100%;
    height: 50vh;
    overflow: visible;
    transform: translate(0);
  }
}

@media screen and (max-width: 479px) {
  .frame {
    height: 100vh;
  }

  .item {
    display: block;
  }

  .item.item2 {
    background-color: #603a20;
    flex-flow: column;
    justify-content: flex-start;
    align-items: center;
    display: block;
  }

  .item.item3 {
    background-color: var(--svetla-rjava);
    flex-flow: column;
    justify-content: center;
    align-items: center;
    height: 100vh;
    overflow: visible;
  }

  .item.item4 {
    background-color: #603a20;
    flex-flow: column;
  }

  .body {
    height: 100vh;
  }

  .div-block-3 {
    height: 100%;
  }

  .image-4 {
    position: absolute;
    inset: auto 0% 0%;
  }

  .image-8 {
    width: 70vw;
  }

  .div-block-6 {
    width: 64vw;
    top: 34%;
  }

  .image-9 {
    width: 200%;
    max-width: none;
    position: absolute;
    top: -16%;
    left: -45%;
    transform: rotate(-90deg);
  }

  .image-9.img9b {
    display: inline-block;
  }

  .image-10 {
    width: 200%;
    max-width: none;
    display: block;
    position: absolute;
    inset: 41% 0% 0% -48%;
    transform: rotate(90deg);
  }

  .div-block-9 {
    width: 100%;
    height: 50vh;
    overflow: hidden;
    box-shadow: 0 -4px 6px 11px #0003;
  }

  .div-block-10 {
    justify-content: center;
    align-items: center;
    width: 100%;
    height: 50vh;
    display: flex;
  }

  .image-11 {
    width: 100%;
    max-width: none;
    height: 100%;
    inset: auto auto 0;
    overflow: hidden;
  }

  .image-12.swing.soft.delay1 {
    grid-column-gap: 0px;
    grid-row-gap: 0px;
    width: 14vw;
    display: inline-flex;
    left: 63%;
  }

  .image-12.orn2.swing {
    width: 11vw;
    left: 46%;
  }

  .image-12.orn3.swing.delay3 {
    width: 13vw;
    left: 27%;
  }

  .div-block-11 {
    width: 40%;
    top: 26%;
    left: 32%;
  }

  .container {
    margin-left: 165px;
    padding-left: 0;
    display: flex;
  }

  .paragraph {
    flex-flow: column;
    flex: 0 auto;
    justify-content: center;
    align-self: auto;
    align-items: center;
    height: 100%;
    margin-bottom: 0;
    font-size: 2.2em;
    line-height: 1.3em;
    display: flex;
    top: auto;
    transform: none;
  }

  .div-block-12.div-block-10 {
    z-index: 4;
    grid-column-gap: 4em;
    grid-row-gap: 4em;
    background-color: var(--svetla-rjava);
    flex-flow: column;
    flex: none;
    order: -9999;
    grid-template-rows: auto auto;
    grid-template-columns: 1fr;
    grid-auto-columns: 1fr;
    grid-auto-flow: column dense;
    place-content: center;
    align-self: auto;
    place-items: center;
    height: 50vh;
    margin-top: 0;
    margin-bottom: 0;
    padding-bottom: 0;
    display: inline-grid;
    position: relative;
    box-shadow: inset -4px 0 6px 3px #0003;
  }

  .div-block-13.div-block-9 {
    z-index: 1;
    order: 9999;
    width: 100%;
    height: 50vh;
    overflow: visible;
    transform: translate(0);
    box-shadow: 0 -4px 6px 3px #0003;
  }

  .div-block-13.div-block-9.wed-ani {
    width: 100%;
    box-shadow: 0 4px 6px 3px #0003;
  }

  .div-block-22 {
    width: 100%;
    height: 50vh;
    min-height: auto;
    max-height: 50vh;
    top: auto;
    bottom: -8%;
    overflow: hidden;
  }

  .div-block-22.bebe {
    width: 100%;
    height: 50vh;
    padding-bottom: 0;
    display: block;
    bottom: -9%;
  }

  .div-block-23 {
    flex-flow: column;
    justify-content: flex-end;
    align-items: center;
    width: 100%;
    height: 50vh;
    min-height: auto;
  }

  .div-block-23.bebe {
    background-position: 50%;
    background-size: cover;
    background-attachment: fixed;
    height: 100%;
  }

  .lottie-animation-4 {
    width: 100%;
    height: 100%;
    top: -4%;
  }

  .image-17 {
    width: 100%;
    max-width: none;
    height: 100%;
    max-height: none;
    margin-left: auto;
    margin-right: auto;
    bottom: auto;
    overflow: clip;
  }

  .div-block-25 {
    overflow: visible;
    transform: translate(0);
  }

  .image-18, .image-19 {
    height: 50vh;
  }

  .lottie-animation-5 {
    z-index: 3;
    height: 50vh;
    top: auto;
  }

  .lottie-animation-6 {
    height: 50vh;
    bottom: 0%;
  }

  .button {
    flex-flow: column;
    flex: 0 auto;
    justify-content: center;
    align-items: center;
    padding: 10px 20px;
    font-size: 17px;
    display: flex;
  }

  .div-block-27 {
    height: 100%;
    overflow: hidden;
  }

  .div-block-29 {
    bottom: -6%;
  }

  .div-block-30 {
    aspect-ratio: auto;
    object-fit: fill;
  }

  .image-24, .image-25, .image-26, .image-27 {
    display: none;
  }

  .lottie-animation-8 {
    width: 39vw;
    position: absolute;
    inset: auto;
    transform: none;
    display: none;
  }

  .div-block-32 {
    opacity: 1 !important;
  }

  .text-block {
    font-size: 2em;
    line-height: 33px;
  }

  .paragraph-2 {
    font-size: 2.2em;
    line-height: 40px;
  }

  .image-28 {
    width: 28%;
  }

  .image-29 {
    width: 34%;
    top: 27%;
  }

  .image-30 {
    z-index: 1;
    filter: blur(.5px);
    height: 100vh;
    display: block;
    position: absolute;
  }

  .image-31 {
    z-index: 2;
    filter: blur(1px);
    height: 100vh;
    display: block;
    position: absolute;
  }

  .image-32 {
    z-index: 3;
    filter: blur(1.1px);
    display: block;
    position: absolute;
  }

  .image-33 {
    z-index: 4;
    filter: blur(2px);
    display: block;
    position: absolute;
  }

  .image-34 {
    width: min(82vw, 430px);
    max-width: 86%;
    position: static;
    inset: auto;
    transform: translateY(40px);
  }

  .div-block-33 {
    min-height: 40vh;
    position: relative;
  }

  .div-block-34 {
    min-height: 40vh;
  }

  .section-2 {
    height: auto;
    min-height: 100vh;
  }
}

#w-node-_68ede831-9528-d153-13de-2f63e5981829-dbb96666 {
  place-self: center;
}

@keyframes blink {
  0%   { opacity: 0.3; }
  50%  { opacity: 1; }
  100% { opacity: 0.3; }
}

@keyframes blink2 {
  0%   { opacity: 0.2; }
  15%  { opacity: 0.9; }
  30%  { opacity: 0.4; }
  45%  { opacity: 1; }
  60%  { opacity: 0.3; }
  100% { opacity: 0.8; }
}

.image-9 {
  animation: blink 4s infinite ease-in-out
}

.image-9.img9b {
  animation: blink2 5.5s infinite ease-in-out;
}


.image-10 {
  animation: blink 4s infinite ease-in-out
}

.shooting-star {
  z-index: 1;
  position: absolute;
  pointer-events: none;
  top: 40%;       /* višina od vrha, prilagodi po želji */
  left: 50%;      /* desno na ekranu, kot iz 2 o'clock */
  width: 100px;
  height: 2px;
  background: linear-gradient(90deg, rgba(255,255,255,1), rgba(255,255,255,0));
  opacity: 0;
  transform: rotate(-45deg);   /* diagonalni kot proti spodnjem levem */
  animation: shoot 2.5s infinite ease-in-out;
  will-change: transform, opacity;
}

@keyframes shoot {
  0% {
    opacity: 0;
    transform: translate(0,0) rotate(-45deg);
  }
  10% {
    opacity: 0.5;
  }
  50% {
    transform: translate(-600px, 400px) rotate(-45deg);  /* drsi proti notranjosti / 8 o'clock */
    opacity: 0.1;
  }
  100% {
    transform: translate(-600px, 400px) rotate(-45deg);
    opacity: 0;
  }
}

.swing {
  transform-origin: top center;
  animation: swing 3.5s ease-in-out infinite;
  
}

@keyframes swing {
  0%   { transform: rotate(-6deg); }
  50%  { transform: rotate(6deg); }
  100% { transform: rotate(-6deg); }
}

.swing.delay1 { animation-delay: 0s; }
.swing.delay3 { animation-delay: -2.1s; }
.swing.soft { animation-duration: 3s; }

.image-19 {
animation: breathe 3s ease-in-out infinite;
}

@keyframes breathe {
  0%   { transform: scale(1) translateY(0); }
  50%  { transform: scale(1.01) translateY(-1px); }
  100% { transform: scale(1) translateY(0); }
}


.image-20 {
 animation: floatMagic 8s ease-in-out infinite,
  glowPulse 6s ease-in-out infinite,
  microJitter 0.6s linear infinite,
  floatBreath 6s ease-in-out infinite;
  will-change: transform;
}

@keyframes microJitter {
  0% { transform: translate(0,0); }
  25% { transform: translate(0.3px, -0.3px); }
  50% { transform: translate(-0.3px, 0.3px); }
  75% { transform: translate(0.2px, 0.2px); }
  100% { transform: translate(0,0); }
}

@keyframes glowPulse {
  0% { filter: drop-shadow(0 0 0px rgba(255,255,200,0.0)); }
  50% { filter: drop-shadow(0 0 12px rgba(255,255,200,0.35)); }
  100% { filter: drop-shadow(0 0 0px rgba(255,255,200,0.0)); }
}

@keyframes floatBreath {
  0% {
    transform: translate(0px, 0px) scale(1);
  }
  25% {
    transform: translate(4px, -8px) scale(1.02);
  }
  50% {
    transform: translate(0px, -12px) scale(1.04);
  }
  75% {
    transform: translate(-4px, -6px) scale(1.02);
  }
  100% {
    transform: translate(0px, 0px) scale(1);
  }
}

.particles-js {
  z-index: 4;
  position: absolute;
  width: 100%;
  height: 100%;
  pointer-events: none;
}

.div-block-30 {
  perspective: 10000px;
  transform-style: preserve-3d;
}


.image-24,
.image-25,
.image-26,
.image-27,
.image-30,
.image-31,
.image-32,
.image-33{
  position: absolute;
  transform-style: preserve-3d;
  animation-timing-function: ease-in-out;
  animation-iteration-count: infinite;
}

.image-24,
.image-30 {
  animation: floatDeep 18s infinite;
}

@keyframes floatDeep {
  0% {
    transform: translate3d(0, 0, -120px) scale(0.85);
  }
  50% {
    transform: translate3d(4px, -6px, -135px) scale(0.83);
  }
  100% {
    transform: translate3d(0, 0, -120px) scale(0.85);
  }
}

.image-25,
.image-31 {
  animation: floatMid 14s infinite;
  animation-delay: -4s;
}

@keyframes floatMid {
  0% {
    transform: translate3d(0, 0, -40px) scale(0.95);
  }
  50% {
    transform: translate3d(-5px, 4px, -55px) scale(0.93);
  }
  100% {
    transform: translate3d(0, 0, -40px) scale(0.95);
  }
}

.image-26,
.image-32 {
  animation: floatNear 12s infinite;
  animation-delay: -6s;
}

@keyframes floatNear {
  0% {
    transform: translate3d(0, 0, 35px) scale(1);
  }
  50% {
    transform: translate3d(6px, 5px, 50px) scale(1.03);
  }
  100% {
    transform: translate3d(0, 0, 35px) scale(1);
  }
}

.image-27,
.image-33 {
  animation: floatChaos 10s infinite;
  animation-delay: -3s;
}

@keyframes floatChaos {
  0% {
    transform: translate3d(0, 0, 70px) rotate(0deg);
  }
  50% {
    transform: translate3d(-4px, 6px, 85px) rotate(0.4deg);
  }
  100% {
    transform: translate3d(0, 0, 70px) rotate(0deg);
  }
}

.div-block-30 {
  z-index: auto;
  background-color: #314b89;
  border-radius: 0 0 80px 80px;
  flex-flow: column;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 100vh;
  display: flex;
  position: relative;
  overflow: hidden;
}


.thought-bubbles {
  position: absolute;
  top: clamp(-8px, 0vw, 6px);
  right: clamp(20%, 30%, 34%);
  pointer-events: none;
  display: flex;
  flex-direction: column;
  align-items: flex-end;
  z-index: 5;
}

/* ====== Osnovni stil balončkov ====== */
.bubble {
  width: var(--size);
  height: var(--size);
  background-color: #314b89;
  border-radius: 50%;
}

/* ====== Posamezni balončki (levo + dol) ====== */
.b1 {
  --size: clamp(34px, 4.2vw, 60px);
  margin-bottom: clamp(6px, 0.8vw, 10px);
}

.b2 {
  --size: clamp(24px, 2.9vw, 40px);
  margin-right: 50%;
  margin-bottom: clamp(6px, 0.8vw, 10px);

}

.b3 {
  --size: clamp(16px, 2.1vw, 30px);
  margin-right: 90%;
}

/* ====== Subtilna float animacija ====== */
@keyframes bubble-float {
  0%   { transform: translateY(0); }
  50%  { transform: translateY(-7px); }
  100% { transform: translateY(0); }
}

.b1 { animation: bubble-float 5s ease-in-out infinite; }
.b2 { animation: bubble-float 6s ease-in-out infinite; }
.b3 { animation: bubble-float 7s ease-in-out infinite; }

/* ====== Mobile ====== */
@media (max-width: 767px) {
  .div-block-8 {
    grid-template-columns: 1fr;
    width: 100%;
    min-height: 100vh;
  }

  .image-35 {
    width: min(96vw, 560px);
    max-width: 100%;
    transform: translateY(clamp(-30px, -8vw, -8px));
  }

  .div-block-33,
  .div-block-34 {
    min-height: 38vh;
    height:50vh;
  }

  .thought-bubbles {
    top: clamp(-4px, -1vw, 4px);
    right: clamp(22%, 27%, 34%);
  }

  .b1 { --size: clamp(25px, 6vw, 46px); }
  .b2 { --size: clamp(20px, 4.4vw, 30px); }
  .b3 { --size: clamp(14px, 3.6vw, 20px); }
}




































      * {
        box-sizing: border-box;
      }

      .torte-otroske {
        margin: 0;
        font-family: Delicious Handrawn, sans-serif;
        color: var(--rjava);
        background-image: url("../images/ozadje-igrivo.svg");
        background-size: 120px 120px;
        background-position: top left;
        background-repeat: repeat;
        min-height: 100vh;
      }

      .torte-otroske * {
        font-family: Delicious Handrawn, sans-serif;
      }

      .torte-otroske .button,
      .torte-otroske .button *,
      .torte-otroske button,
      .torte-otroske button * {
        font-family: Bitter, serif;
      }

      .page {
        --page-pad-top: 40px;
        --page-pad-x: 24px;
        max-width: 1400px;
        margin: 0 auto;
        padding: 40px 24px 80px;
        position: relative;
        margin-bottom: 40px;
      }

      .page::before {
        content: "";
        position: absolute;
        top: var(--page-pad-top);
        right: var(--page-pad-x);
        bottom: 0;
        left: var(--page-pad-x);
        background: rgba(255, 255, 255, 0.8);
        border-radius: 24px;
        z-index: 0;
        pointer-events: none;
      }

      .page > * {
        position: relative;
        z-index: 1;
      }

      .title-block {
        text-align: left;
        background: rgba(255, 255, 255, 0.8);
        background-image: url('../images/watercolor-paper.png');
        background-repeat: repeat;
        background-position: top left;
        border-radius: 24px;
        padding: 16px 20px;
        position: relative;
        min-height: clamp(300px, 40vw, 480px);
        overflow: hidden;
      }

      .title-copy {
        width: min(502px, 62%);
        position: absolute;
        left: 44%;
        top: 45%;
        transform: translate(-50%, -50%);
        z-index: 2;
      }

      .title-copy--elegantne {
        top: 50%;
        transform: translate(-50%, -50%);
      }

      .title-flower-image,
      .title-cake-image {
        position: absolute;
        height: auto;
        display: block;
        z-index: 1;
      }

      .title-flower-image {
        left: 11px;
        width: min(36%, 386px);
        bottom: -8%;
      }

      .title-cake-image {  
      right: 33px;
      width: min(34%, 369px);
      Bottom: -2%;
}

.title-flower-image--odr {
    width: min(36%, 430px);
}

      .title-cake-image--otroske {
      right: 12px;
      width: min(43%, 540px);
      Bottom: 5%;
        }

      @media screen and (min-width: 768px) and (max-width: 1024px) {
        .title-flower-image--otroske {
          width: min(29%, 340px);
        }

        .title-cake-image--otroske-tablet {
          width: min(50%, 357px);
          Bottom: -1%;
          left: 53%;
        }

        h1,
        .h1 {
          font-size: clamp(28px, 5vw, 67px);
        }

        .subtitle {
          font-size: 1.5em;
        }
      }

      @media screen and (width: 768px) {
        h1,
        .h1 {
          font-size: clamp(28px, 5vw, 78px);
        }

        .subtitle {
          font-size: 30px!important;
        }
      }

      @media screen and (max-width: 767px) {
        .title-block {
          display: flex;
          flex-direction: row;
          align-items: center;
          justify-content: space-between;
          gap: 10px;
          min-height: clamp(170px, 40vw, 480px);
        }

        .title-copy {

          transform: none;
          order: 2;
          flex: 1 1 auto;
          text-align: center;
          left: 0%;
          top: 46px;
        }

        .title-copy--elegantne {
          transform: translate(-50%, -50%);
          order: 2;
          flex: 1 1 auto;
          text-align: center;
          left: 35%;
          top: 50%;
          width: min(58%, 460px);
        }

        .h1 {
          margin: 0 0 4px;
          font-size: clamp(29px, 4vw, 67px);
          letter-spacing: 2.5px;
        }

        .subtitle {
          font-size: 17px !important;
        }

        .page {
          --page-pad-top: 24px;
          --page-pad-x: 14px;
          padding: 24px 14px 80px;
        }

        .title-flower-image {
          position: static;
          width: min(32%, 140px);
          order: 1;
          flex: 0 0 auto;
          display: none;
        }

        .title-cake-image {
          right: 11px;
        }

        .title-cake-image--otroske {
         width: min(55%, 189px);
         bottom: 3%;
         right: 0%;
        }
        

      }

.mobile-break{
  display:none;
}

.otroske-video-section {
  width: min(1120px, 96%);
  margin: 4% auto 4%;
  padding: 18px;
}

.otroske-video-frame {
  background: rgba(255, 255, 255, 0.8);
  border-radius: 26px;
  padding: clamp(12px, 1.8vw, 18px);
  filter: drop-shadow(9px 7px 2px rgba(0, 0, 0, 0.22));
}

.otroske-video {
  display: block;
  width: 100%;
  aspect-ratio: 16 / 9;
  object-fit: cover;
  border-radius: 18px;
}

.otroske-video:fullscreen,
.otroske-video:-webkit-full-screen,
.otroske-video:-moz-full-screen,
.otroske-video:-ms-fullscreen {
  width: 100%;
  height: 100%;
  max-width: 100%;
  max-height: 100%;
  aspect-ratio: auto;
  object-fit: contain;
  background: #000;
  border-radius: 0;
}

.banner {
  margin-left: auto;
  margin-right: auto;
  width: min(1120px, 96%);
  margin-bottom: 4%;
  padding: 18px;
  min-height: 0;
  display: block;
  border-radius: 28px;
}

.title-block.banner {
  overflow: visible;
  position: relative;
  background: none;
  background-image: none;
}

.banner-panel {
  position: relative;
  border-radius: 26px;
  padding: clamp(24px, 4vw, 44px) clamp(20px, 3.8vw, 52px);
  background: rgba(255, 255, 255, 0.8);
  background-image: url('../images/watercolor-paper2.png');
  background-repeat: repeat;
  background-position: top left;
  filter: drop-shadow(9px 7px 2px rgba(0, 0, 0, 0.22));
  overflow: hidden;
}

.banner-copy {
  position: relative;
  z-index: 2;
  max-width: min(720px, 100%);
  margin: 0 auto;
  text-align: center;
}

.banner-title {
  margin: 0 0 16px;
  font-size: clamp(36px, 4vw, 50px);
  line-height: 1.05;
  font-weight: 400;
  color: #5b2f26;
}

.banner-list {
  margin: 0 0 22px;
  padding: 0;
  list-style: none;
  display: grid;
  gap: 10px;
  font-size: clamp(24px, 1.8vw, 30px);
  color: #62392f;
  justify-items: center;
  text-align: center;
}

.banner-list li {
  display: flex;
  align-items: flex-start;
  gap: 10px;
  justify-content: center;
}

.banner-list .check {
  color: #a8684b;
  font-weight: 700;
  line-height: 1;
}

.banner-cta.button.w-button {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 10px;
  border-radius: 999px;
  font-size: clamp(16px, 1.6vw, 24px);
  padding: 12px 26px;
  letter-spacing: 2px;
  box-shadow: 0 8px 14px rgba(165, 98, 74, 0.24);
  transition: transform 0.2s ease, box-shadow 0.2s ease;
  cursor: pointer;
}

.banner-cta.button.w-button:hover {
  transform: translateY(-1px);
  box-shadow: 0 10px 16px rgba(165, 98, 74, 0.28);
}

.banner-deco {
  position: absolute;
  z-index: 1;
  pointer-events: none;
  opacity: 0.92;
}

.banner-deco--left {
  left: 0;
  bottom: 0;
  object-fit: contain;
}

.banner-deco--right {
  width: auto;
  height: 100%;
  right: clamp(-2px, -1.5vw, -4px);
  bottom: 0;
}

@media (max-width: 900px) {
  .otroske-video-section {
    width: 100%;
    padding: 12px;
  }

  .banner {
    width: 100%;
    padding: 12px;
  }

  .banner-copy {
    max-width: 100%;
  }

  .banner-list {
    font-size: clamp(19px, 5vw, 30px);
  }

  .banner-deco--left {
    left: 0;
    bottom: -33px;
  }

  .banner-deco--right {
    width: auto;
    height: 104%;
    right: -57px;
    bottom: -4%;
    opacity: 0.72;
  }

}

@media (max-width: 479px){
  .mobile-break{
    display: inline;
  }
}

@media screen and (min-width: 768px) and (max-width: 1024px) {
  .banner-deco--right {
    right: -7px;
  }
}



      h1 {
        margin: 0 0 8px;
        font-size: clamp(28px, 5vw, 78px);
        letter-spacing: 2.5px;
      }

      .subtitle {
        margin: 0;
        font-size: 40px;
      }

      .visually-hidden {
        position: absolute;
        width: 1px;
        height: 1px;
        padding: 0;
        margin: -1px;
        overflow: hidden;
        clip: rect(0, 0, 0, 0);
        white-space: nowrap;
        border: 0;
      }

      .gallery-section {
        margin-top: 24px;
      }

      .gallery-title {
        text-align: center;
        font-size: clamp(34px, 4vw, 56px);
        letter-spacing: 2px;
      }

      .masonry-grid {
        column-count: 4;
        column-gap: 14px;
        border-radius: 24px;
        padding: 14px;
      }

      .gallery-item {
        width: 100%;
        display: block;
        border: none;
        background: transparent;
        margin: 0 0 14px;
        padding: 0;
        border-radius: 16px;
        overflow: hidden;
        break-inside: avoid;
        cursor: pointer;
      }

      .gallery-item img {
        width: 100%;
        height: 100%;
        display: block;
        object-fit: cover;
      }

      .item-portrait { aspect-ratio: 3 / 4; }
      .item-landscape { aspect-ratio: 4 / 3; }
      .item-square { aspect-ratio: 1 / 1; }

      /* Masonry mix: random bigger/smaller tiles */
      .masonry-grid .gallery-item:nth-child(7n + 1) { aspect-ratio: 3 / 5; }
      .masonry-grid .gallery-item:nth-child(7n + 3) { aspect-ratio: 16 / 10; }
      .masonry-grid .gallery-item:nth-child(7n + 5) { aspect-ratio: 1 / 1.35; }
      .masonry-grid .gallery-item:nth-child(7n + 6) { aspect-ratio: 5 / 4; }

      .modal {
        position: fixed;
        inset: 0;
        background: rgba(0, 0, 0, 0.7);
        display: none;
        align-items: center;
        justify-content: center;
        padding: 20px;
        z-index: 20;
      }

      .modal.open {
        display: flex;
      }

      .modal-card {
        background: #fff;
        border-radius: 20px;
        padding: 20px;
        width: min(90vw, 760px);
        height: 93vh;
        max-height: 93vh;
        display: grid;
        grid-template-rows: minmax(0, 1fr) auto auto;
        justify-items: center;
        gap: 8px;
        position: relative;
      }

      .modal-card img {
        width: 100%;
        height: 100%;
        max-height: 100%;
        object-fit: contain;
        margin: 0 auto;
      }

      #modal-name {
        width: 100%;
        min-height: 1.2em;
        line-height: 1.2;
        font-size: clamp(24px, 1.9vw, 25px);
        text-align: center;
        white-space: nowrap;
        overflow: hidden;
        text-overflow: ellipsis;
      }

      .nav-btn {
        position: absolute;
        top: 50%;
        transform: translateY(-50%);
        border: none;
        background: var(--roza);
        color: #fff;
        width: 44px;
        height: 44px;
        border-radius: 999px;
        font-size: 24px;
        font-weight: 700;
        cursor: pointer;
        box-shadow: 0 8px 16px rgba(0, 0, 0, 0.15);
              z-index: 3;
        display: inline-flex;
        align-items: center;
        justify-content: center;
        line-height: 1;
      }

      .nav-prev {
        left: 10px;
      }

      .nav-next {
        right: 10px;
      }

      .close {
        border: none;
        background: var(--roza);
        color: var(--svetlo-rumena);
        font-weight: 700;
        padding: 8px 16px;
        border-radius: 999px;
        cursor: pointer;
      }

      .otroske-button{
        position: fixed;
        right: 60px;
        bottom: 10px;
        width: 370px;
        height: 180px;
        cursor: pointer;
        transition: transform 0.2s ease;
        animation: cta-breathe 3.2s ease-in-out infinite;
        z-index: 30;
        }

      .elegant-cta-button {
        border: 0;
        background: transparent;
        padding: 0;
        overflow: visible;
        width: 350px;
      }

      .elegant-cta-button__image,
      .elegant-cta-button__lottie {
        position: absolute;
        inset: 0;
        width: 100%;
        height: 100%;
      }

      .elegant-cta-button__image {
        z-index: 1;
        object-fit: contain;
        pointer-events: none;
      }

      .elegant-cta-button__lottie {
        z-index: 2;
        pointer-events: none;
      }

      
.lottie-animation-9 {
  width: 100%;
  height: 100%;
}
@keyframes cta-breathe {
        0% {
          transform: translateY(0) scale(1);
        }
        50% {
          transform: translateY(-1px) scale(1.01);
        }
        100% {
          transform: translateY(0) scale(1);
        }
      }

      .cta-modal {
        position: fixed;
        inset: 0;
        background: rgba(0, 0, 0, 0.45);
        -webkit-backdrop-filter: blur(6px);
        backdrop-filter: blur(6px);
        display: none;
        align-items: center;
        justify-content: center;
        padding: 20px;
        z-index: 40;
      }

      .cta-modal.open {
        display: flex;
      }

      .cta-card {
        background: rgba(255, 236, 189, 0.8);
        color: var(--roza);
        border-radius: 24px;
        padding: 30px;
        width: min(92vw, 500px);
        display: grid;
        gap: 50px;
        text-align: center;
      }

      .cta-card .close {
        font-size: 22px;
        padding: 8px 16px;
        margin: 0 auto;
      }

      .modal-card .close {
        font-size: clamp(18px, 1.2vw, 18px);
        margin: 0 auto;
      }

      .cta-title {
        font-size: 40px;
        font-weight: 800;
        text-align: uppercase;
        letter-spacing: 0.5px;
        word-spacing: 10px;
        font-family: Ariel, sans-serif;
      }

      .cta-row {
        display: flex;
        align-items: center;
        justify-content: center;
        gap: 12px;
        font-weight: 700;
        font-size: 18px;
      }

      .cta-link {
        color: var(--roza);
        text-align: none;
        font-weight: 700;
        font-size: 40px;
        font-family: Ariel, sans-serif;
      }

      .cta-links {
        display: flex;
        justify-content: center;
        gap: 18px;
      }

      .icon {
        width: 50px;
        height: 50px;
        display: inline-block;
      }

      @media (max-width: 900px) {
        .masonry-grid {
          column-count: 2;
        }

        .masonry-grid .gallery-item:nth-child(7n + 1) { aspect-ratio: 3 / 4.8; }
        .masonry-grid .gallery-item:nth-child(7n + 3) { aspect-ratio: 16 / 11; }
        .masonry-grid .gallery-item:nth-child(7n + 5) { aspect-ratio: 1 / 1.25; }
        .masonry-grid .gallery-item:nth-child(7n + 6) { aspect-ratio: 5 / 4.2; }

        .modal-card img {
          width: 100%;
          max-height: 80vh;
        }

        #modal-name {
          width: 100%;
        }

        .modal-card {
          width: min(92vw, 660px);
          max-width: 80vw;
          height: 80vh;
        }

        .nav-btn {
          width: 40px;
          height: 40px;
          font-size: 22px;
        }

        body {
          background-attachment: scroll;
        }

        .otroske-button {
        right: 15px;
        bottom: 9px;
        width: 310px;
        height: 110px;
        }

        .elegant-cta-button {
          right: 18px;
          width: 236.5px;
        }
      
.lottie-animation-9 {
  width: 100%;
  height: 100%;
}
}

      @media (max-width: 479px) {
        .masonry-grid {
          column-count: 2;
          column-gap: 10px;
          padding: 10px;
        }

        .gallery-item {
          margin: 0 0 10px;
          border-radius: 12px;
        }

            .otroske-button {
            right: 8px;
            bottom: -5px;
            width: 200px;
            height: 100px;
          }

        .modal-card {
          width: 98vw;
          max-width: 98vw;
          height: 76vh;
          max-height: 80vh;
          padding: 14px;
        }

        .modal-card img {
          width: 100%;
          height: 100%;
          max-height: 100%;
        }

        #modal-name {
          font-size: clamp(20px, 6vw, 28px);
        }
      }

      @media (max-width: 479px) {
        .elegant-cta-button {
          right: 18px;
          width: 179.7px;
        }
      }



@media screen and (min-width: 768px) and (max-width: 1366px) {
  .elegant-cta-button {
    width: 331.1px;
  }

  .image-12 { top: 82%; left: 65%; }
  .image-12.orn3.swing.delay3 { left: 25%; }
  .image-12.swing.soft.delay1 { left: 66%; }
  .image-12.orn2 {left: 47%;}
}

@media screen and (min-width: 768px) and (max-width: 1366px) {
  .item.item2 {
    background-color: #603a20;
    flex-flow: column;
    justify-content: flex-start;
    align-items: center;
    display: block;
  }

  .div-block-9 {
    width: 100%;
    height: 50vh;
    overflow: hidden;
    box-shadow: 0 -4px 6px 11px #0003;
  }

  .div-block-10 {
    justify-content: center;
    align-items: center;
    width: 100%;
    height: 50vh;
    display: flex;
  }

  .div-block-12.div-block-10 {
    z-index: 4;
    order: -9999;
    height: 50vh;
    margin-top: 0;
    margin-bottom: 0;
    padding-bottom: 0;
    display: inline-grid;
    position: relative;
    box-shadow: inset -4px 0 6px 3px #0003;
  }

  .div-block-13.div-block-9 {
    z-index: 1;
    order: 9999;
    width: 100%;
    height: 50vh;
    overflow: visible;
    transform: translate(0);
    box-shadow: 0 -4px 6px 3px #0003;
  }

  .div-block-13.div-block-9.wed-ani {
    width: 100%;
    box-shadow: 0 4px 6px 3px #0003;
  }
}


@media screen and (min-width: 768px) and (max-width: 1366px) {
  .div-block-8 {
    grid-template-columns: 1fr;
    grid-template-rows: 1fr 1fr;
    width: 100%;
    min-height: 100vh;
  }

  .div-block-33,
  .div-block-34 {
    min-height: 38vh;
    height: 50vh;
    margin-top: -10px;
  }
}

.shooting-star.star-2 {
  top: 24%;
  left: 76%;
  width: 85px;
  animation: shoot-long 4.7s infinite cubic-bezier(.4, 0, .2, 1);
  animation-delay: 1.4s;
}

.shooting-star.star-3 {
  top: 62%;
  left: 71%;
  width: 115px;
  animation: shoot-short 3.3s infinite ease-in-out;
  animation-delay: 2.8s;
}

@keyframes shoot-long {
  0% {
    opacity: 0;
    transform: translate(0,0) rotate(-45deg);
  }
  12% {
    opacity: .45;
  }
  58% {
    transform: translate(-740px, 500px) rotate(-45deg);
    opacity: .08;
  }
  100% {
    transform: translate(-740px, 500px) rotate(-45deg);
    opacity: 0;
  }
}

@keyframes shoot-short {
  0% {
    opacity: 0;
    transform: translate(0,0) rotate(-45deg);
  }
  8% {
    opacity: .35;
  }
  46% {
    transform: translate(-470px, 320px) rotate(-45deg);
    opacity: .12;
  }
  100% {
    transform: translate(-470px, 320px) rotate(-45deg);
    opacity: 0;
  }
}

/* Elegantne torte page-specific overrides */
.elegantne-torte {
  background-image: url("../images/torte-background.png") !important;
  background-size: auto;
  background-position: top left;
  background-repeat: repeat;
}

.elegantne-torte .title-block:not(.banner) {
  padding-top: 26px;
  padding-bottom: 26px;
}

.elegantne-torte .title-copy h1 {
  text-indent: -0.25em;
}

.map-wrapper {
  position: relative;
  width: 100%;
  overflow: hidden;
}

.map-cta {
  width: 100%;
  display: flex;
  justify-content: center;
  margin-bottom: clamp(10px, 1.4vw, 18px);
}

.map-cta-card {
  width: min(92%, 560px);
  gap: 23px;
  padding: 20px 24px;
}

.map-img {
  width: 100%;
  height: auto;
  display: block;
}

.map-click-layer {
  position: absolute;
  inset: 0;
  z-index: 10;
  display: block;
  cursor: pointer;
}

/* BONBON PIN – responsive size */
.candy-pin {
  position: absolute;
  left: 78%;
  top: 70%;
  width: clamp(24px, 3vw, 82px);
  height: clamp(24px, 3vw, 82px);
  background: url("../images/bonbon.png") center / contain no-repeat;
  transform: translate(-50%, -50%);
  animation: candy-pin-bounce 2.6s ease-in-out infinite;
}

.candy-pin::before,
.candy-pin::after {
  content: none;
  position: absolute;
  top: 50%;
  width: 45%;
  height: 45%;
  background: transparent;
  transform: translateY(-50%) rotate(45deg);
}

.candy-pin::before { left: -35%; }
.candy-pin::after  { right: -35%; }

@keyframes candy-pin-bounce {
  0% {
    transform: translate(-50%, -50%) translateY(0);
  }
  50% {
    transform: translate(-50%, -50%) translateY(-10px);
  }
  100% {
    transform: translate(-50%, -50%) translateY(0);
  }
}

/* CARD */
.cukrcek-card {
  position: absolute;
  left: 65%;
  top: 43%;
  transform: translateY(-50%);
  background: #ed9577;
  color: #ffecbd;
  padding: clamp(16px, 1.8vw, 24px) clamp(18px, 2vw, 28px);
  border-radius: clamp(12px, 1.2vw, 18px);
  font-family: Ariel, sans-serif;
  max-width: min(420px, 34vw);
  text-align: center;
}

.cukrcek-card .title {
  font-size: clamp(19px, 1.6vw, 28px);
    line-height: normal;
    font-weight: 400;
    padding-bottom: 10px;
}

.cukrcek-card .address {
  font-size: clamp(16px, 1.2vw, 22px);
  line-height: 1.45;
}

.cta-link.info {
  font-size: 54px;
}

.icon.info2 {
  width: 69px;
  height: 69px;
}

.map-cta-title {
  font-size: clamp(42px, 3.2vw, 54px);
  line-height: 1.22;
}

@media screen and (min-width: 768px) and (max-width: 1024px) {
  .map-wrapper {
    width: 100vw;
  }

  .map-img {
    height: clamp(320px, 46vw, 520px);
    object-fit: cover;
    object-position: center 50%;
  }

  .candy-pin {
    top: 79%;
    width: clamp(37px, 7vw, 90px);
    height: clamp(37px, 7vw, 90px);
  }

  .cta-link.info {
    font-size: 36px;
  }

  .map-cta-title {
    font-size: clamp(29px, 2.2vw, 38px);
  }

  .icon.info2 {
    width: 40px;
    height: 40px;
  }

  .map-cta-card {
    gap: 9px;
  }

  .div-block-34 {
    gap: 0;
  }

  .cukrcek-card {
    top: 55%;
  }

  .site-footer {
    padding-top: 7px;
  }
}

@media screen and (min-width: 768px) and (max-width: 1366px) {
  .site-footer {
    padding: 7px !important;
  }
}

@media screen and (width: 820px) {
  .cukrcek-card {
    top: 48%;
  }
}

@media screen and (width: 768px) {
  .cukrcek-card {
    top: 44%;
  }
}

.site-footer {
  background: #ed9577;
  color: #ffecbd;
  text-align: center;
  padding: 18px 18px;
}

.site-footer__inner {
  font-size: clamp(13px, 1.1vw, 19px);
  line-height: 1.35;
  font-family: Arial, sans-serif;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 10px;
  flex-wrap: wrap;
}

.site-footer-logo {
  height: clamp(30px, 2vw, 50px);
  width: auto;
  display: block;
  flex: 0 0 auto;
}

.sweets-copy-pad {
  padding-top: 40px;
  padding-bottom: 40px;
}


@media screen and (max-width: 767px) {
  .section-2,
  .div-block-8 {
    height: auto;
    min-height: 0;
    overflow: visible;
  }

  .div-block-8 {
    padding: 0;
  }

  .div-block-34 {
    height: auto;
    min-height: auto;
    justify-content: flex-start;
    gap: 20px;
    padding-bottom: 24px;
  }

  .map-cta-title {
    font-size: 27px;
  }

  .cta-title {
    font-size: 27px;
  }

  .cta-link {
    font-size: 27px;
  }

  .cta-card {
    gap: 30px;
  }

  .icon.info2 {
    width: 26px;
    height: 26px;
  }

  .icon {
    width: 36px;
    height: 36px;
  }

  .cta-link.info {
    font-size: 20px;
  }

  .map-cta-card {
    gap: 12px;
  }

  .map-wrapper {
    width: 100vw;
  }

  .site-footer {
    padding: 10px 10px;
  }

  .cukrcek-card {
    left: 65%;
    top: 37%;
    padding: clamp(4px, 1.5vw, 4px) clamp(4px, 1.5vw, 4px);
  }

  .cukrcek-card .title {
    font-size: clamp(14px, 1.6vw, 28px);
  }

  .cukrcek-card .address {
    font-size: clamp(11px, 1.2vw, 22px);
  }

}
