@font-face {
  font-family: "Dunbar Tall Regular";
  src: url(fonts/dunbar-tall-regular.woff);
}
@font-face {
  font-family: "Dunbar Tall Bold";
  src: url(fonts/dunbar-tall-bold.woff);
}
@font-face {
  font-family: "Dunbar Tall Medium";
  src: url(fonts/dunbar-tall-medium.woff);
}
@font-face {
  font-family: "Dunbar Tall Light";
  src: url(fonts/dunbar-tall-extra-light.ttf);
}
* {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
}

html {
  scroll-behavior: smooth;
}

body {
  font-family: "Dunbar Tall Regular";
  color: #fff;
  font-size: 24px;
  max-width: 1920px;
}

#no-overflow {
  overflow-x: hidden;
}

.container {
  max-width: 1440px;
  width: 90%;
  margin: auto;
}

img {
  display: block;
  width: 100%;
  height: auto;
  -o-object-fit: cover;
     object-fit: cover;
}

.small {
  font-size: 14px;
}

#nav {
  display: none;
}

header {
  background-color: #F7941D;
  padding: 15px 0;
}
header .container {
  display: flex;
  justify-content: space-between;
  align-items: center;
}
header .container .brand {
  width: 140px;
}
header .container .brand a {
  display: block;
  width: 100%;
}
header .container .brand a img {
  height: 45px;
  width: auto;
}
header .container nav ul {
  display: flex;
  align-items: center;
  list-style: none;
}
header .container nav ul li {
  margin: 0 10px;
}
header .container nav ul li a {
  text-decoration: none;
  color: #fff;
  transition: 0.2s;
}
header .container nav ul li a:hover {
  color: rgb(142, 72, 125);
}
header .menu {
  display: none;
}

header.fixed {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  box-shadow: 0 0 8px rgba(0, 0, 0, 0.6);
  z-index: 2;
}

.banner {
  position: relative;
}
.banner .container {
  position: absolute;
  width: 100%;
  max-width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  display: flex;
  align-items: center;
  justify-content: center;
}
.banner .container h1 {
  font-family: "Dunbar Tall Bold";
  font-style: italic;
  font-size: 126px;
  text-shadow: 1px 3px 3px rgba(0, 0, 0, 0.4);
  text-align: center;
}
.banner .container h1 span {
  font-family: "Duball Tall Light";
}

.registruj {
  position: relative;
  z-index: 0;
}
.registruj .container {
  margin-top: -100px;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  min-height: 80vh;
  position: relative;
  z-index: 2;
  max-width: 100%;
}
.registruj .container section {
  display: flex;
  align-items: center;
  justify-content: center;
}
.registruj .container h2 {
  font-family: "Dunbar Tall Bold";
  color: rgb(142, 72, 125);
  text-align: center;
  position: relative;
  max-width: 300px;
  text-align: left;
}
.registruj .container h2 span {
  color: #fff;
}
.registruj .container h2::before {
  content: url(img/registruj_strelica.svg);
  display: block;
  position: absolute;
  left: -200px;
  bottom: 0;
}
.registruj .container article {
  display: flex;
  align-items: center;
  flex-direction: column;
  justify-content: center;
  flex: 0 0 33%;
}
.registruj .container article form {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  padding: 20px 0;
  width: 300px;
}
.registruj .container article form input {
  padding: 10px;
  width: 100%;
  border-radius: 25px;
  border: none;
  outline: none;
  margin-bottom: 20px;
}
.registruj .container article form label {
  text-align: left;
  display: block;
  width: 100%;
  margin-bottom: 10px;
  font-size: 16px;
}
.registruj .container article form div p {
  font-size: 16px;
  margin-bottom: 20px;
  display: flex;
  align-items: center;
}
.registruj .container article form div p #punoletanSpan,
.registruj .container article form div p #potvrdaSpan,
.registruj .container article form div p #procitaoSpan {
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 18px;
  width: 15px;
  height: 15px;
  margin-right: 10px;
  background-color: rgba(255, 255, 255, 0.6);
  aspect-ratio: 1/1;
  cursor: pointer;
  color: #9F4FF7;
}
.registruj .container article form button {
  border: none;
  background-color: #9F4FF7;
  color: #fff;
  outline: none;
  width: 100%;
  padding: 10px;
  border-radius: 25px;
  font-size: 16px;
  cursor: pointer;
  transition: 0.2s;
}
.registruj .container article form button:hover {
  transform: scale(1.05);
  box-shadow: 0 0 5px rgba(0, 0, 0, 0.4);
}
.registruj .yellow-circle {
  position: absolute;
  width: 100%;
  z-index: 1;
}
.registruj .yellow-circle img {
  margin: auto;
  max-width: 1200px;
  width: 80%;
}
.registruj .yellow-circle .flower {
  position: absolute;
  bottom: -15%;
  left: 35%;
  width: 20%;
  height: auto;
}

.empty {
  height: 150px;
}

.pravila {
  padding: 0 0 100px 0;
}
.pravila .container {
  display: flex;
  justify-content: space-between;
  gap: 50px;
}
.pravila .container article {
  flex: 0 0 50%;
}
.pravila .container article:first-child h2 {
  color: rgb(142, 72, 125);
  padding-left: 50px;
  margin-bottom: 50px;
}
.pravila .container article:first-child .list {
  display: flex;
  flex-direction: column;
}
.pravila .container article:first-child .list div {
  margin-bottom: 50px;
  display: flex;
  align-items: center;
}
.pravila .container article:first-child .list div p {
  color: rgb(142, 72, 125);
}
.pravila .container article:first-child .list div p span {
  color: #F7941D;
}
.pravila .container article:first-child .list div section {
  width: 100px;
  height: 100px;
  aspect-ratio: 1/1;
  background-color: #F7941D;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  margin-right: 50px;
}
.pravila .container article:first-child .list div section img {
  width: 80%;
  height: auto;
}
.pravila .container article:first-child p {
  color: rgb(142, 72, 125);
}
.pravila .container article:first-child .small {
  margin-top: 30px;
}
.pravila .container article:last-child div > img {
  height: 50%;
  width: auto;
  margin: auto;
}

.nagrade {
  background: linear-gradient(to top, rgb(142, 72, 125), rgba(142, 72, 125, 0.7), rgba(255, 255, 255, 0.1) 50%), url("img/nagrade_bg.jpg");
  background-size: cover;
  background-position: bottom;
  background-repeat: no-repeat;
  padding: 100px 0;
}
.nagrade .container {
  display: flex;
  flex-direction: column;
  align-items: stretch;
}
.nagrade .container h2 {
  width: 100%;
  text-align: center;
  text-shadow: 4px 4px 8px rgba(0, 0, 0, 0.6);
  font-size: 126px;
  font-family: "Dunbar Tall Medium";
  font-style: italic;
}
.nagrade .container .glavna {
  margin-top: 100px;
}
.nagrade .container .glavna img {
  max-width: 500px;
}
.nagrade .container .ostale {
  display: flex;
  align-items: center;
}
.nagrade .container .ostale img {
  max-width: 250px;
  margin-right: 50px;
  filter: drop-shadow(0 0 5px rgba(0, 0, 0, 0.4));
}
.nagrade .container .bottomBar {
  display: flex;
  justify-content: flex-end;
  align-items: center;
}
.nagrade .container .bottomBar a {
  display: block;
  margin-left: 20px;
}

.pravilnikPage {
  background-color: #F7941D;
  padding: 100px 0;
}
.pravilnikPage p {
  margin-bottom: 10px;
  font-family: "Dunbar Tall Regular";
}
.pravilnikPage h3 {
  margin-top: 40px;
  margin-bottom: 20px;
  text-align: center;
  text-transform: uppercase;
}
.pravilnikPage h1 {
  text-align: center;
  margin: 50px 0;
}
.pravilnikPage ul, .pravilnikPage ol {
  padding-left: 50px;
  margin: 30px 0;
}
.pravilnikPage .right {
  display: inline-block;
  margin-left: auto;
  margin-right: 0;
  margin-top: 50px;
}
.pravilnikPage .right p {
  text-align: right;
}
.pravilnikPage .right hr {
  margin: 20px 0;
}

.dobitniciPage {
  background-color: #9F4FF7;
  min-height: 90vh;
}

@media (max-width: 1580px) {
  .banner h1 img {
    width: 80%;
    margin: auto;
  }
  .registruj .yellow-circle .flower {
    bottom: -10%;
  }
}
@media (max-width: 1200px) {
  .pravila .container .slider .owl-item img {
    width: 80%;
    height: auto;
    margin: auto;
  }
}
@media (max-width: 1000px) {
  .pravila .container {
    flex-direction: column;
    align-items: center;
  }
  .registruj {
    background: url(img/yellow-circle.svg);
    background-size: cover;
    padding-top: 100px;
  }
  .registruj .yellow-circle {
    display: none;
  }
  .registruj .container {
    margin-top: 0;
  }
  .registruj .container section {
    display: flex;
    flex-direction: column;
  }
  .registruj .container section .form-article h2::before {
    position: static;
    display: block;
    transform: rotate(100deg);
    width: 190px;
  }
  .registruj .container section article:last-child img {
    margin-right: -19%;
  }
  .registruj .container section article:first-child img {
    max-width: 500px;
  }
  .nagrade .container h2 {
    font-size: 64px;
  }
  .nagrade .container .ostale {
    flex-direction: column;
    align-items: flex-start;
  }
  .nagrade .container .ostale img:nth-child(2) {
    align-self: flex-end;
  }
  .nagrade .container .ostale img {
    flex: unset;
    margin-bottom: 50px;
    max-width: 50%;
  }
}
@media (max-width: 768px) {
  .noclick {
    pointer-events: none;
  }
  .dark-icons #nav ul li a {
    color: #9F4FF7;
  }
  .dark-icons #nav ul li a i {
    color: #9F4FF7;
  }
  .dark-icons #nav.active {
    background-color: rgba(247, 149, 29, 0.8470588235);
  }
  header .container nav {
    display: none !important;
  }
  header .menu {
    display: block;
    --color: #fff;
    width: 36px;
    height: 36px;
    padding: 0;
    margin: 0;
    outline: none;
    position: relative;
    border: none;
    background: none;
    cursor: pointer;
    -webkit-appearence: none;
    -webkit-tap-highlight-color: transparent;
  }
  header .menu svg {
    width: 64px;
    height: 48px;
    top: -6px;
    left: -14px;
    stroke: var(--color);
    stroke-width: 4px;
    stroke-linecap: round;
    stroke-linejoin: round;
    fill: none;
    display: block;
    position: absolute;
  }
  header .menu svg path {
    transition: stroke-dasharray var(--duration, 0.85s) var(--easing, ease) var(--delay, 0s), stroke-dashoffset var(--duration, 0.85s) var(--easing, ease) var(--delay, 0s);
    stroke-dasharray: var(--array-1, 26px) var(--array-2, 100px);
    stroke-dashoffset: var(--offset, 126px);
    transform: translateZ(0);
  }
  header .menu svg path:nth-child(2) {
    --duration: .7s;
    --easing: ease-in;
    --offset: 100px;
    --array-2: 74px;
  }
  header .menu svg path:nth-child(3) {
    --offset: 133px;
    --array-2: 107px;
  }
  header .menu.active svg path {
    --offset: 57px;
  }
  header .menu.active svg path:nth-child(1), header .menu.active svg path:nth-child(3) {
    --delay: .15s;
    --easing: cubic-bezier(.2, .4, .2, 1.1);
  }
  header .menu.active svg path:nth-child(2) {
    --duration: .4s;
    --offset: 2px;
    --array-1: 1px;
  }
  header .menu.active svg path:nth-child(3) {
    --offset: 58px;
  }
  header html {
    box-sizing: border-box;
    -webkit-font-smoothing: antialiased;
  }
  header * {
    box-sizing: inherit;
  }
  header *:before, header *:after {
    box-sizing: inherit;
  }
  #nav {
    display: flex;
    align-items: center;
    justify-content: center;
    position: absolute;
    width: 100%;
    height: 30vh;
    left: 0;
    top: 8vh;
    z-index: 2;
  }
  #nav ul {
    display: flex;
    list-style: none;
    width: 100%;
    justify-content: flex-end;
    align-items: center;
    height: 30vh;
    padding: 20px;
  }
  #nav ul li {
    opacity: 0;
    transition: transform 0.6s ease, opacity 0.6s ease;
  }
  #nav ul li:first-child {
    align-self: flex-start;
    transform: translate(100vw, -20vh);
  }
  #nav ul li:nth-child(2) {
    align-self: flex-start;
    padding-top: 40px;
    transform: translate(100vw, -20vh);
  }
  #nav ul li:nth-child(3) {
    align-self: flex-start;
    padding-top: 9vh;
    transform: translate(100vw, -20vh);
  }
  #nav ul li:last-child {
    padding-top: 40px;
    transform: translate(100vw, -20vh);
  }
  #nav ul li a {
    text-decoration: none;
    color: #F7941D;
    display: flex;
    flex-direction: column;
    align-items: center;
  }
  #nav ul li a i {
    font-size: 36px;
    color: #F7941D;
  }
  #nav ul li a .tooltip {
    opacity: 0;
    transition: 0.2s;
  }
  #nav ul li a:hover .tooltip {
    opacity: 1;
  }
  #nav.active ul li {
    opacity: 1;
    transform: translate(0, 0);
  }
  #nav.active ul li:first-child {
    transition-delay: 0s;
  }
  #nav.active ul li:nth-child(2) {
    transition-delay: 0.15s;
  }
  #nav.active ul li:nth-child(3) {
    transition-delay: 0.3s;
  }
  #nav.active ul li:last-child {
    transition-delay: 0.45s;
  }
  .banner.active img {
    filter: brightness(50%);
  }
}
@media (max-width: 500px) {
  body {
    font-size: 18px;
  }
  .pravila .container article:first-child .list div section {
    margin-right: 20px;
  }
  .nagrade .container h2 {
    font-size: 48px;
  }
}/*# sourceMappingURL=style.css.map */