@font-face {
  font-family: "Gotham";
  src: url("fonts/Gotham-Medium.woff2") format("woff2"),
    url("fonts/Gotham-Medium.woff") format("woff");
  font-weight: 500;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: "Gotham";
  src: url("fonts/Gotham-Bold.woff2") format("woff2"),
    url("fonts/Gotham-Bold.woff") format("woff");
  font-weight: bold;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: "Gotham";
  src: url("fonts/Gotham-Black.woff2") format("woff2"),
    url("fonts/Gotham-Black.woff") format("woff");
  font-weight: 900;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: "Bebas Neue";
  src: url("fonts/BebasNeueBold.woff2") format("woff2"),
    url("fonts/BebasNeueBold.woff") format("woff");
  font-weight: bold;
  font-style: normal;
  font-display: swap;
}

body,
html,
div,
p,
ul,
ol,
li,
h1,
h2,
h3,
h4 {
  margin: 0px;
  padding: 0;
}
html {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  font-family: "Raleway", sans-serif;
}
*,
*:before,
*:after {
  -webkit-box-sizing: inherit;
  -moz-box-sizing: inherit;
  box-sizing: inherit;
}

:root {
  font-size: 20px;
}

.wrap {
  width: 96%;
  max-width: 1690px;
  margin: auto;
}



/*---------------------*/

body {
  background: #63c4da;
  color: white;

  font-family: "Gotham", sans-serif;
}

html {
  scroll-behavior: smooth;
}

h1,
h2,
h3,
h4 {
  font-family: "Bebas Neue", cursive;
  font-weight: normal;
}

.col2 {
  position: relative;
  width: 50%;
  float: left;
}
/*---------------------*/
.used {display:none}
.used.open {display:block}
/*---------------------*/
.section1 {
  background: url(img/bg-top-min.jpg) center bottom no-repeat;
  background-size: cover;
  overflow-x: hidden;
  min-height: 120vh;
  padding-bottom: 60px;
}

.section1 .wrap {
  height: 61vw;
}
.section1 h1,
.content h1 {
  width: 320px;
  height: 134px;
  background: url(img/logo-dolcela-min.png) center top no-repeat;
  background-size: contain;
  text-indent: -999vw;
  position: relative;
}

.section1 h1 a,
.content h1 a {
  display: block;
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  text-indent: -999vw;
}

.section1 .col2 {
  padding-top: 60px;
  position: relative;
}
.section1 h2 {
  font-size: 8vw;
  padding-right: 20%;
  padding-bottom: 0.25em;
}

.section1 p {
  padding-bottom: 1em;
}
.section1 strong {
  font-size: 35px;
  font-weight: 900;
  padding-bottom: 0.2em;
}

.product-range {
  position: relative;
  left: 0;
  top: 120px;
  width: 22vw;
  height: 45vw;
  background: url(img/krug-min.png) center top no-repeat;
  background-size: contain;
}

.product-range img[src*="p1"] {
  position: absolute;
  width: 22vw;
  transform-origin: top left;
  top: -4vw;
  left: -9vw;
  animation: bob 2.5s ease-in-out infinite alternate both;
}
.product-range img[src*="p2"] {
  position: absolute;
  width: 22vw;
  transform-origin: top left;
  top: -4vw;
  left: 0vw;
  animation: bob-smaller 3s ease-in-out infinite alternate both;
}
.product-range img[src*="p3"] {
  position: absolute;
  width: 29vw;
  transform-origin: top left;
  top: 5%;
  left: 10vw;
  animation: bob-smaller 3s ease-in-out infinite alternate-reverse both;
}
.product-range img[src*="p4"] {
  position: absolute;
  width: 31vw;
  transform-origin: top left;
  top: 1%;
  left: 22vw;
  animation: bob 4s ease-in-out infinite alternate both;
}
.product-range img[src*="p5"] {
  position: absolute;
  width: 11vw;
  transform-origin: top left;
  bottom: 1vw;
  left: 3vw;
  box-shadow: 0 0 3vw 0px rgba(0, 0, 0, 0.5);
  animation: bob-left 3s ease-in infinite alternate both;
}

.product-range img[src*="p6"] {
  position: absolute;
  width: 11vw;
  transform-origin: bottom left;
  bottom: 1vw;
  left: 14vw;
  box-shadow: 0 0 3vw 0px rgba(0, 0, 0, 0.5);
  animation: bob-right 5s ease-in-out infinite alternate-reverse both;
}

.product-range img[src*="p7"] {
  position: absolute;
  width: 11vw;
  transform-origin: top left;
  bottom: 1vw;
  left: 25vw;
  box-shadow: 0 0 3vw 0px rgba(0, 0, 0, 0.5);
  animation: bob-left 4s ease-in-out infinite alternate-reverse both;
}

.product-range img[src*="p8"] {
  position: absolute;
  width: 11vw;
  transform-origin: top left;
  bottom: 1vw;
  left: 38vw;
  box-shadow: 0 0 3vw 0px rgba(0, 0, 0, 0.5);
  animation: bob-right 6s ease-in-out infinite alternate both;
}

.section2 {
  min-height: 100vh;
  height: auto;
  background: url(img/bg-top2-min.jpg) center top no-repeat;
  background-size: cover;
  display: flex;
}
.section2 .col2:nth-of-type(1)::after {
  content: "";
  display: block;
  clear: both;
}

.section2 .wrap,
.section3 .wrap {
  min-height: 100vh;
  height: auto;
  background: url(img/sladica.svg) center top no-repeat;
  background-size: contain;
  position: relative;
}

.section2 .wrap {
  padding-bottom: 30px;
}

.section2 h2 {
  font-size: 8vw;
  padding-top: 0.1em;
  padding-bottom: 0.25em;
}

.girl {
  position: relative;
  height: 100vh;

  display: block;
  position: absolute;
  left: 50%;
  bottom: 0;
}
.girl img {
  width: 100%;
  height: auto;
  margin-bottom: -5px;
}

.girl div {
  position: absolute;
  left: -5vw;
  bottom: 0;
  overflow: hidden;
}

.girl .left,
.girl .right {
  position: absolute;
  left: 0;
  bottom: 5px;
}
.girl .right {
  animation: hand 3s ease-in-out infinite alternate both;
}

.girl .left {
  animation: hand 4s ease-in-out infinite alternate both;
}
.girl .right {
  animation: hand2 3s ease-in-out infinite alternate both;
}

.prijava {
  margin-top: 60px;
}

.pravila-pdf {
  color: white;
}

.prijava input[type="text"],
.prijava input[type="email"] {
  border: 2px solid white;
  background: transparent;
  color: white;
  font-family: "Gotham", sans-serif;
  font-size: 20px;
  margin: 0.5em 1em 0.5em 0;
  padding: 0.6em;
  border-radius: 16px;
  width: 40%;
}

.prijava .adresa {
  min-width: 55%;
}
.prijava .kucni_broj {
  max-width: 25%;
}
.prijava input[type="text"]::placeholder,
.prijava input[type="email"]::placeholder {
  color: rgba(255, 255, 255, 0.7);
}

.prijava input[type="submit"] {
  color: white;
  font-family: "Gotham", sans-serif;
  font-size: 20px;
  margin: 1.25em 1em 0.5em 0;
  background: rgb(226, 175, 68);
  background: linear-gradient(
    106deg,
    rgba(226, 175, 68, 1) 44%,
    rgba(249, 243, 150, 1) 100%
  );
  padding: 0.6em 3em;
  border: 0px solid transparent;
  border-radius: 16px;
  transition: 300ms ease-in-out;
  cursor: pointer;
}
.prijava input[type="submit"]:hover {
  transform: scale(1.1);
}
.used {
  color:gold;
  font-size: .9em;
}
.prijava input.disabled {
  opacity: .4;
  pointer-events: none;
}

.prijava input[type="checkbox"] {
  width: 30px;
  height: 30px;
  transform: translateY(25%);
  border: 0px solid transparent;
}
.thankyou {
  display: none;
}

.sent .prijava {
  display: none;
}
.sent .thankyou {
  display: block;
  padding-top: 120px;
  font-size: 64px;
}

.endgame {
  display: block;
  padding-top: 120px;
  font-size: 64px;
  color: gold;
}

.section3 {
  background: url(img/bg-bottom-min.jpg) center top no-repeat;
  background-size: cover;
  position: relative;
  padding-bottom: 3em;
  /*height: 63vw;*/
}
.section3 .wrap {
  background: url(img/sladica.svg) center center no-repeat;
  background-size: contain;
  position: relative;
}

.section3 h2 {
  font-size: 8vw;
  padding-top: 0.3em;
  padding-bottom: 0.25em;
}

.click {
  position: relative;
  left: 0;
  top: 20%;
  width: 100%;
  height: 46vw;

  margin-top: -10vw;
}

.text,
.prod {
  position: absolute;
}

.text {
  display: block;
  z-index: 2;
}

.prod img {
  transition: 600ms ease-out;
}
.prod:hover img {
  transform: rotate(7deg) scale(1.08);
}

.prod img {
  width: 100%;
  height: auto;
}

.t1 {
  width: 15vw;
  height: auto;
  top: 7vw;
  left: 4vw;
}

.t2 {
  width: 16vw;
  height: auto;
  left: 2vw;
  top: 33vw;
}

.t3 {
  width: 18vw;
  height: auto;
  left: 16vw;
  top: 7vw;
}

.t4 {
  width: 19vw;
  height: auto;
  left: 25vw;
  top: 27vw;
}

.t5 {
  width: 18vw;
  height: auto;
  left: 39vw;
  top: 2.5vw;
}

.t6 {
  width: 19vw;
  height: auto;
  left: 49vw;
  top: 14vw;
}

.t7 {
  width: 17vw;
  height: auto;
  left: 47vw;
  top: 29vw;
}

.t8 {
  width: 24vw;
  height: auto;
  left: 47vw;
  top: -6vw;
}
.t9 {
  width: 19vw;
  height: auto;
  left: 52vw;
  top: 8vw;
}

.p1 {
  left: -3vw;
  top: 15vw;
  width: 19vw;
  height: 20vw;
  transform: rotate(-3deg);
}

.p2 {
  left: 7vw;
  top: 15vw;
  width: 20vw;
  transform: rotate(-16deg);
}

.p3 {
  left: 24vw;
  top: 7vw;
  width: 25vw;
}

.p4 {
  left: 34vw;
  top: 10vw;
  width: 27vw;
  transform: rotate(-13deg);
}

.p5 {
  left: 68vw;
  top: 0vw;
  width: 10vw;
  transform: rotate(-13deg);
}

.p6 {
  left: 77vw;
  top: 2vw;
  width: 10vw;
  transform: rotate(5deg);
}
.p7 {
  left: 66vw;
  top: 18vw;
  width: 10vw;
  transform: rotate(5deg);
}

.p8 {
  left: 75vw;
  top: 22vw;
  width: 10vw;
  transform: rotate(15deg);
}

.p5 img,
.p6 img,
.p7 img,
.p8 img {
  box-shadow: 0 -1vw 2vw 0px rgba(0, 0, 0, 0.12);
}

.footer {
  position: relative;
  display: block;
  width: 100%;
  /*vertical-align: middle;*/
}
.content {
  padding: 30px 0 60px 0;
}
.content .wrap {
  overflow-x: initial;
}
.content a {
  color: #1e90ff;
}

.content hr {
  background: white;
  height: 3px;
  border: none;
  width: 70%;
  margin: 1em auto;
}

.content li {
  margin-left: 1em;
}

.impressum h3,
.impressum p {
  text-align: center;
}

.content h2 {
  font-size: 60px;
  text-align: center;
  margin: 1em 0;
}

.content h3 {
  font-size: 30px;
  margin: 1em 0;
}

.content p,
.content li {
  margin-bottom: 1em;
}

.footer > a[href*="podravka.si"] {
  color: white;
  font-weight: 800;
  text-decoration: none;
  margin-left: 0.5em;
  margin-right: 2em;
}

.soc img {
  width: 30px;
  height: auto;
}
.soc {
  display: inline-block;
  padding: 0.5em;
  transform: translateY(10%);
  margin-right: 0.7em;
  transition: 300ms ease;
}
.soc:hover {
  transform: scale(1.06);
}
.podlogo {
  position: absolute;
  right: 0;
  top: 50%;
  transform: translateY(-50%);
}

.podlogo img {
  width: 120px;
  height: auto;
}

.menu {
  font-size: 18px;
  margin-left: 1em;
  display: inline;
}

.menu a {
  color: white;
  font-weight: 300;
  text-decoration: none;
  padding: 0 0.7em;
}
.nl {
    display:inline-block;
}
/*-----------------------*/

/* Cookie Dialog */
#gdpr-cookie-message {
  position: fixed;
  right: 30px;
  bottom: 30px;
  max-width: 375px;
  background-color: var(--purple);
  padding: 20px;
  border-radius: 5px;
  box-shadow: 0 6px 6px rgba(0, 0, 0, 0.25);
  margin-left: 30px;
  font-family: system-ui;
  background: skyblue;
  z-index:99;
}
#gdpr-cookie-message h4 {
  color: var(--red);
  font-family: "Quicksand", sans-serif;
  font-size: 18px;
  font-weight: 500;
  margin-bottom: 10px;
}
#gdpr-cookie-message h5 {
  color: var(--red);
  font-family: "Quicksand", sans-serif;
  font-size: 15px;
  font-weight: 500;
  margin-bottom: 10px;
}
#gdpr-cookie-message p,
#gdpr-cookie-message ul {
  color: white;
  font-size: 15px;
  line-height: 1.5em;
}
#gdpr-cookie-message p:last-child {
  margin-bottom: 0;
  text-align: right;
}
#gdpr-cookie-message li {
  width: 49%;
  display: inline-block;
}
#gdpr-cookie-message a {
  color: var(--red);
  text-decoration: none;
  font-size: 15px;
  padding-bottom: 2px;
  border-bottom: 1px dotted rgba(255, 255, 255, 0.75);
  transition: all 0.3s ease-in;
}
#gdpr-cookie-message a:hover {
  color: white;
  border-bottom-color: var(--red);
  transition: all 0.3s ease-in;
}
#gdpr-cookie-message button,
button#ihavecookiesBtn {
  border: none;
  background: var(--red);
  color: white;
  font-family: "Quicksand", sans-serif;
  font-size: 15px;
  padding: 7px;
  border-radius: 3px;
  margin-left: 15px;
  cursor: pointer;
  transition: all 0.3s ease-in;
}
#gdpr-cookie-message button:hover {
  background: white;
  color: skyblue;
  transition: all 0.3s ease-in;
}
button#gdpr-cookie-advanced {
  background: deepskyblue;
  color: var(--red);
}
#gdpr-cookie-message button:disabled {
  opacity: 0.3;
}
#gdpr-cookie-message input[type="checkbox"] {
  float: none;
  margin-top: 0;
  margin-right: 5px;
}

/*-----------------------*/
@media only screen and (max-width: 1600px) {
  .footer {
    position: relative;
    bottom: -2em;
    height: auto;
    font-size: 20px;
    clear: both;
  }
  .podlogo {
    position: absolute;
    bottom: 0;
    transform: translatey(50%);
    margin: 0;
  }

  .menu {
    display: block;
    margin-left: -0.7em;
    margin-bottom: 3em;
    margin-top: 1em;
  }
  .menu a {
    display: block;
    line-height: 30px;
  }

  .soc {
    float: right;
    transform: translateY(-27%);
  }
}
@media only screen and (max-width: 768px) {
  /* {outline: 1px solid red;}*/

  :root {
    font-size: 16px;
  }

  html {
    overflow-x: hidden !important;
  }

  .wrap {
    padding: 1.5em;
    overflow-x: hidden;
  }

  .col2 {
    float: initial;
    width: 100%;
    clear: both;
  }

  .section1 {
    padding-bottom: 20px;
    min-height: auto;
  }

  .section1 .col2 {
    padding-top: 10px;
    min-height: 100vw;
  }

  .section h1 {
    margin: auto;
  }
  .section1 h1 {
    margin: auto;
    width: 66vw;
    height: 30vw;

    padding-bottom: 170vw;
  }

  .section1 h2,
  .section2 h2 {
    font-size: 10vw;
    padding: 0 0 20px 0;
  }

  .section1 h2 {
    position: absolute;
    top: 35vw;
  }

  .section1 .wrap {
    height: 188vw;
  }
  .section1 strong {
    font-size: 22px;
    margin-bottom: 0.1em;
    display: block;
  }
  .section1 .col2:nth-of-type(2) {
    position: absolute;
    width: 90vw;
    left: 0vw;
    transform: translateX(6vw);
    top: 50vw;
  }
  .product-range {
    padding: 0 0em;
    left: 0em;
    width: calc(100% - 0em);
    height: 66vw;
  }

  .product-range img[src*="p1"] {
    width: 38vw;
    top: -4vw;
    left: -6vw;
  }
  .product-range img[src*="p2"] {
    width: 38vw;
    top: -4vw;
    left: 11vw;
  }

  .product-range img[src*="p3"] {
    width: 53vw;
    top: 17vw;
    left: 17vw;
}

.product-range img[src*="p4"] {
  position: absolute;
  width: 58vw;
  transform-origin: top right;
  top: 15vw;
  left: 35vw;
  animation: bob 4s ease-in-out infinite alternate both;
}

.product-range img[src*="p5"] {
  bottom: -26vw;
  width: 19vw;
}

.product-range img[src*="p6"] {
  bottom: -26vw;
  width: 19vw;
  left: 23vw;
}

.product-range img[src*="p7"] {
  bottom: -26vw;
  width: 19vw;
  left: 46vw;
}

.product-range img[src*="p8"] {
  bottom: -21vw;
  width: 19vw;
  left: 70vw;
}

  .section2 {
    min-height: auto;
  }

  

  .section2 .wrap {
    background-position: 10px calc(100% - 30vw);
    background-size: calc(100% - 20px);
    height: auto;
    overflow-y: hidden;
  }

  .prijava .kucni_broj {
    max-width: 35%;
  }

  .section2 br {
    display: none;
  }

  .section2 .prijava br {
    display: block;
  }

  .girl {
    height: 70vw;
    position: relative;
    left: 0;
  }

  .girl div {
    left: 0;
    bottom: -30px;
  }

  .section3 {
    height: auto;
    position: relative;
    padding-bottom: 0 !important;
  }

  .section2 h2, .section3 h2 {
    font-size: 15vw;
    padding-top: 0.3em;
    padding-bottom: 0.25em;
}
  .section3 .wrap {
    height: auto;
    background-size: 80vw;
    padding-top: 30px;
    background-position: center 42%;
    overflow: visible;
    padding-bottom: 40px;
  }

  .click {
    height: 197vw;
    position: relative;
    overflow-x: hidden;
    margin-top: 1em;
  }

  .t1 {
    width: 30vw;
    height: auto;
    top: 3vw;
    left: 12vw;
    position: relative;
  }

  .t2 {
    width: 33vw;
    height: auto;
    left: 14vw;
    top: 58vw;
  }

  .t3 {
    width: 33vw;
    height: auto;
    left: 36vw;
    top: 5vw;
  }

  .t4 {
    width: 35vw;
    height: auto;
    left: 2vw;
    top: 115vw;
  }

  .t5 {
    width: 32vw;
    height: auto;
    left: 30vw;
    top: 62vw;
  }

  .t6 {
    width: 35vw;
    height: auto;
    left: 53vw;
    top: 64vw;
  }
  .t7 {
    width: 34vw;
    height: auto;
    left: 58vw;
    top: 115vw;
  }

  .t8 {
    width: 41vw;
    height: auto;
    left: 9vw;
    top: 167vw;
  }

  .t9 {
    width: 32vw;
    height: auto;
    left: 46vw;
    top: 141vw;
  }

  .p1 {
    left: -3vw;
    top: 18vw;
    width: 44vw;
    height: 20vw;
    transform: rotate(-10deg);
  }

  .p2 {
    left: 25vw;
    top: 18vw;
    width: 44vw;
    transform: rotate(-20deg);
  }

  .p3 {
    left: 1vw;
    top: 70vw;
    width: 55vw;
  }

  .p4 {
    left: 27vw;
    top: 73vw;
    width: 60vw;
    transform: rotate(-13deg);
  }

  .p5 {
    left: 5vw;
    top: 140vw;
    width: 21vw;
  }

  .p6 {
    left: 23vw;
    top: 140vw;
    width: 21vw;
  }
  .p7 {
    left: 45vw;
    top: 160vw;
    width: 21vw;
    transform: rotate(356deg);
  }
  .p8 {
    left: 64vw;
    top: 160vw;
    width: 21vw;
    transform: rotate(9deg);
  }
}

@media only screen and (max-width: 635px) {
  .section1 .wrap {
    height: 210vw;
  }
  .section2 .wrap {
    height: auto;
  }
}

@media only screen and (max-width: 580px) {
  .section1 .wrap {
    height: 210vw;
  }

  .footer,
  .menu {
    font-size: 14px;
    line-height: 1.5em;
  }

  .footer {
    bottom: -2em;
  }

  .sent .thankyou {
    font-size: 10vw;
    text-align: center;
    padding-top: 30vw;
    padding-bottom: 30vw;
  }
}

@media only screen and (max-width: 525px) {
  .section1 .wrap {
    height: 215vw;
  }

  .prijava input[type="text"],
  .prijava input[type="email"] {
    margin: 0.4em 0.4em 0.4em 0;
    font-size: 16px;
  }
  form {
    font-size: 15px;
  }
  .prijava .adresa {
    min-width: 76%;
  }
}

@media only screen and (max-width: 430px) {
  .section1 .wrap {
    height: 230vw;
  }
  .section1 h1 {padding-bottom:180vw}
}

@media only screen and (max-width: 410px) {
  .soc {
    transform: translateY(-40px);
  }
  .section3 .wrap {
    background-position: center 38%;
  }
}

@media only screen and (max-width: 404px) {
  .section1 .wrap {
    height: 240vw;
  }
  .footer > a[href*="podravka.hr"] {
    display: block;
    text-indent: -0.5em;
  }
}

@media only screen and (max-width: 380px) {
  .section1 .col2:nth-of-type(2) {
    top: 40vw;
    overflow: hidden;
    height: 150vw !important;
  }
  .section1 .wrap {
    height: 260vw;
  }
}

/*-----------------------*/

@keyframes bob {
  0% {
    -webkit-transform: translateY(15px) rotate(1);
    transform: translateY(15px) rotate(2deg);
  }
  100% {
    -webkit-transform: translateY(-15px);
    transform: translateY(-15px);
  }
}

@keyframes bob-larger {
  0% {
    -webkit-transform: translateY(-25px) rotate(-1deg);
    transform: translateY(-25px) rotate(-1deg);
  }
  100% {
    -webkit-transform: translateY(25px);
    transform: translateY(25px);
  }
}

@keyframes bob-left {
  0% {
    -webkit-transform: translateY(-25px) rotate(-2deg);
    transform: translateY(-25px) rotate(-2deg);
  }
  100% {
    -webkit-transform: translateY(25px) rotate(-6deg);
    transform: translateY(25px) rotate(-6deg);
  }
}

@keyframes bob-right {
  0% {
    -webkit-transform: translateY(-20px) rotate(2deg);
    transform: translateY(-20px) rotate(2deg);
  }
  100% {
    -webkit-transform: translateY(25px) rotate(5deg);
    transform: translateY(25px) rotate(5deg);
  }
}

@keyframes bob-smaller {
  0% {
    -webkit-transform: translateY(7px);
    transform: translateY(7px);
  }
  100% {
    -webkit-transform: translateY(-7px);
    transform: translateY(-7px);
  }
}

@keyframes hand {
  0% {
    -webkit-transform: translateX(7px);
    transform: translateX(7px);
  }
  100% {
    -webkit-transform: translateX(-7px);
    transform: translateX(-7px);
  }
}

@keyframes hand2 {
  0% {
    -webkit-transform: translateX(-10px);
    transform: translateX(-10px);
  }
  100% {
    -webkit-transform: translateX(10px);
    transform: translateX(10px);
  }
}

/*-----------------------*/
