@font-face {
  src: url(fonts/Proxima_Nova_Regular.otf);
  font-family: "Proxima Nova Regular";
}
@font-face {
  src: url(fonts/Proxima_Nova_Black.otf);
  font-family: "Proxima Nova Black";
}
@font-face {
  src: url(fonts/Proxima_Nova_Bold.otf);
  font-family: "Proxima Nova Bold";
}
@font-face {
  src: url(fonts/Proxima_Nova_Light.otf);
  font-family: "Proxima Nova Light";
}
@font-face {
  src: url(fonts/Proxima_Nova_Semibold.otf);
  font-family: "Proxima Nova Semibold";
}
@font-face {
  font-family: "FF Good Pro News";
  src: url("fonts/FFGoodPro-NewsItalic.ttf");
}
@font-face {
  font-family: "FF Good Pro Black Italic";
  src: url("fonts/FFGoodPro-BlackItalic.ttf");
}
@font-face {
  font-family: "FF Good Pro News";
  src: url("fonts/FFGoodPro-News.ttf");
}
@font-face {
  font-family: "FF Good Pro Wide Regular";
  src: url("fonts/FFGoodProWide-Regular.ttf");
}
@font-face {
  font-family: "FF Good Pro Light";
  src: url("fonts/FFGoodPro-Light.ttf");
}
@font-face {
  font-family: "FF Good Pro Bold";
  src: url("fonts/FFGoodPro-Bold.ttf");
}
@font-face {
  font-family: "FF Good Pro Light Italic";
  src: url("fonts/FFGoodPro-LightItalic.ttf");
}
@font-face {
  font-family: "FF Good Pro Ultra Italic";
  src: url("fonts/FFGoodPro-UltraItalic.ttf");
}
@font-face {
  font-family: "FF Good Pro Bold Italic";
  src: url("fonts/FFGoodPro-BoldItalic.ttf");
}
@font-face {
  font-family: "FF Good Pro Ultra";
  src: url("fonts/FFGoodPro-Ultra.ttf");
}
@font-face {
  font-family: "FF Good Pro Black";
  src: url("fonts/FFGoodPro-Black.ttf");
}
@font-face {
  font-family: "FF Good Pro Medium Italic";
  src: url("fonts/FFGoodPro-MediumItalic.ttf");
}
@font-face {
  font-family: "FF Good Pro Italic";
  src: url("fonts/FFGoodPro-Italic.ttf");
}
@font-face {
  font-family: "FF Good Pro Medium";
  src: url("fonts/FFGoodPro-Medium.ttf");
}
@font-face {
  font-family: "FF Good Pro Regular";
  src: url("fonts/FFGoodPro-Regular.ttf");
}
html {
  scroll-behavior: smooth;
}

* {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
}

img {
  display: block;
}

body {
  font-family: "Proxima Nova Black";
  font-size: 28px;
  color: #ffffff;
  background-color: rgb(237, 27, 35);
  background-size: cover;
  position: relative;
}

.overlay {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: -1;
  overflow: hidden;
}
.overlay img {
  -o-object-fit: cover;
     object-fit: cover;
  mix-blend-mode: screen;
  width: 100%;
  height: 100%;
}

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

h2 {
  font-family: "Proxima Nova Black";
  font-size: 64px;
  text-align: center;
}

.small {
  font-size: 14px !important;
  font-family: "Proxima Nova Light" !important;
  color: #ffffff !important;
}

#mobnav {
  display: none;
}

.sticky {
  transition: 0.4s;
}

header {
  background-color: rgb(237, 27, 35);
}
header .container {
  display: flex;
  justify-content: space-between;
  align-items: center;
  height: 8vh;
}
header .container .brand a img {
  height: 6vh;
  width: auto;
}
header .container nav ul {
  list-style: none;
  display: flex;
}
header .container nav ul li {
  margin-right: 20px;
}
header .container nav ul li:last-child {
  margin-right: 0;
}
header .container nav ul li a {
  text-decoration: none;
  color: #ffffff;
  font-size: 28px;
}
header .container .toggler {
  display: none;
}

header.sticky {
  position: sticky;
  top: 0;
  left: 0;
  width: 100%;
  z-index: 5;
  border-bottom: 2px solid #da291c;
  box-shadow: 0 0 7px rgba(0, 0, 0, 0.5);
}

.banner_mob {
  display: none;
}

.banner {
  padding: 5px 0 50px 0;
}
.banner .container {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: flex-end;
}
.banner .container .skuter_desk {
  width: 50%;
  height: auto;
}
.banner .container .cvet_desk {
  position: absolute;
  width: 55%;
  top: 11%;
  right: -1%;
  z-index: -1;
}
.banner .container .osvoji_desk {
  position: absolute;
  bottom: 5%;
  right: 10%;
  width: 60%;
}
.banner .container .logo_banner {
  position: absolute;
  top: 5%;
  left: 13%;
  width: 30%;
}
.banner .container .mehanizam_desk {
  position: absolute;
  top: 35%;
  left: 10%;
  width: 30%;
}

.registruj {
  padding: 100px 0 0 0;
  background-size: cover;
}
.registruj h2 {
  color: #ffffff;
}
.registruj .container {
  padding: 50px 0;
  display: flex;
  align-items: flex-start;
  justify-content: center;
  max-width: 900px;
}
.registruj .container section:first-child {
  flex: 0 0 50%;
}
.registruj .container section:last-child {
  flex: 0 0 50%;
}
.registruj .container section {
  margin: 0 10px;
}
.registruj .container section img {
  margin-left: auto;
}
.registruj .container section form {
  display: flex;
  flex-direction: column;
}
.registruj .container section form label {
  color: #fff200;
}
.registruj .container section form input,
.registruj .container section form textarea {
  padding: 20px 10px;
  margin-bottom: 20px;
  outline: none;
}
.registruj .container section form textarea {
  min-height: 200px;
}
.registruj .container section form div p {
  display: flex;
  align-items: center;
  color: #ffffff;
  margin-bottom: 10px;
}
.registruj .container section form div p span {
  flex: 0 0 30px;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 30px;
  height: 30px;
  margin-right: 20px;
  color: #000;
  cursor: pointer;
  background-color: #ffffff;
}
.registruj .container section form div p .checked {
  background-color: #ffffff;
  border: none;
}
.registruj .container section form button {
  padding: 20px;
  color: rgb(237, 27, 35);
  background-color: #fff200;
  border: none;
  font-size: 28px;
  font-family: "Proxima Nova Black";
  margin-top: 20px;
  cursor: pointer;
}
.registruj .container section form #message {
  margin-top: 20px;
  text-align: center;
}

.pravila {
  padding: 100px 0 0 0;
}
.pravila h2 {
  color: #ffffff;
}
.pravila .container {
  padding: 100px 0 0 0;
}
.pravila .container article {
  display: flex;
  align-items: center;
  position: relative;
  padding: 20px 0;
  height: 350px;
  flex: 0 0 33%;
}
.pravila .container article img {
  width: 100%;
}
.pravila .container article:first-child {
  grid-area: kupi;
  padding: 0;
  align-items: flex-start;
}
.pravila .container article:first-child img {
  margin-top: -30px;
}
.pravila .container article:nth-child(2) {
  grid-area: registruj;
  padding: 0;
  align-items: flex-end;
}
.pravila .container article:last-child {
  grid-area: osvoji;
  justify-content: flex-end;
}
.pravila .container article:last-child img {
  width: 80%;
}
.pravila .container .explain {
  flex-direction: column;
}
.pravila .container .explain p {
  font-size: 20px;
  font-family: "Proxima Nova Black";
  color: #ffffff;
  text-align: center;
  margin-bottom: 10px;
}
.pravila .container .explain p span {
  font-family: "Proxima Nova Black";
  color: #fff200;
}
.pravila .container .explain p span a {
  color: #fff200;
}
.pravila .container .explain p:first-child {
  margin-bottom: 20px;
  font-size: 28px;
}
.pravila .container .explain p a {
  text-decoration: none;
  color: #ffffff;
  font-family: "Proxima Nova Black";
}
.pravila .container .slikovito {
  display: grid;
  grid-template-areas: "kupi registruj" "kupi osvoji";
  align-items: center;
}

.nagrade {
  padding: 100px 0;
  background-position: bottom;
  background-size: cover;
}
.nagrade h2 {
  color: #ffffff;
}
.nagrade .container {
  padding: 100px 0;
  display: grid;
  grid-template-areas: ". skuter  skuter ." "sony skuter  skuter majice" ". kartica philips .";
  align-items: center;
  grid-gap: 40px;
}
.nagrade .container article {
  display: flex;
  align-items: center;
  justify-content: center;
}
.nagrade .container article:first-child {
  grid-area: sony;
}
.nagrade .container article:nth-child(2) {
  grid-area: skuter;
}
.nagrade .container article:nth-child(3) {
  grid-area: kartica;
}
.nagrade .container article:nth-child(4) {
  grid-area: philips;
}
.nagrade .container article:last-child {
  grid-area: majice;
}
.nagrade .container article img {
  width: 100%;
  margin: auto;
}

footer {
  background-color: #fff200;
}
footer .container {
  height: 7vh;
  display: flex;
  align-items: center;
}
footer .container a {
  width: 50px;
  display: block;
  margin-right: 20px;
}
footer .container a:last-child {
  margin-right: 0;
}
footer .container a img {
  width: 100%;
}

.pravilnik {
  padding: 100px 0;
  text-align: left;
  color: #ffffff;
  background-color: rgb(237, 27, 35);
  font-family: "Proxima Nova Light" !important;
  background-image: url(img/pravilnik_bg.png);
  background-size: cover;
}
.pravilnik h1 {
  margin-bottom: 50px;
  text-align: center;
  font-family: "Proxima Nova Black";
}
.pravilnik h3 {
  margin: 30px 0;
  text-align: center;
  font-family: "Proxima Nova Black";
  text-transform: uppercase;
}
.pravilnik p {
  font-size: 20px;
  margin-bottom: 10px;
}
.pravilnik p span {
  font-family: "Proxima Nova Black";
}
.pravilnik ul {
  padding-left: 40px;
  margin-bottom: 10px;
}
.pravilnik ul li {
  font-size: 20px;
  margin-bottom: 10px;
}
.pravilnik ul li span {
  font-family: "Proxima Nova Black";
}
.pravilnik ul li ol {
  margin: 10px 0;
  padding-left: 50px;
}
.pravilnik .right {
  width: 400px;
  text-align: right;
  margin-left: auto;
  margin-top: 40px;
}
@media (max-width: 500px) {
  .pravilnik .right {
    width: 100%;
  }
}

.login {
  height: 85vh;
  display: flex;
  align-items: center;
  justify-content: center;
  background-color: rgb(237, 27, 35);
}
.login .container {
  display: flex;
  align-items: center;
  justify-content: center;
}
.login .container form {
  width: 50%;
  min-width: 300px;
  display: flex;
  flex-direction: column;
}
.login .container form label {
  color: #fff200;
}
.login .container form input,
.login .container form textarea {
  padding: 20px 10px;
  margin-bottom: 20px;
  outline: none;
  width: 100%;
}
.login .container form textarea {
  min-height: 200px;
}
.login .container form div p {
  display: flex;
  align-items: center;
  color: #ffffff;
  margin-bottom: 10px;
}
.login .container form div p span {
  flex: 0 0 30px;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 30px;
  height: 30px;
  margin-right: 20px;
  color: #000;
  cursor: pointer;
  background-color: #ffffff;
}
.login .container form div p .checked {
  background-color: #ffffff;
  border: none;
}
.login .container form button {
  padding: 20px;
  color: rgb(237, 27, 35);
  background-color: #fff200;
  border: none;
  font-size: 28px;
  font-family: "Proxima Nova Black";
  margin-top: 20px;
  cursor: pointer;
}

.urednik {
  color: #000;
  font-size: 16px;
  font-family: "Proxima Nova Light";
  padding: 50px 0;
  min-height: 85vh;
}
.urednik table td {
  padding: 10px 20px;
}
.urednik table .odobrenje {
  cursor: pointer;
}
.urednik table thead {
  background-color: rgb(237, 27, 35);
  color: #ffffff;
}
.urednik table tbody tr:nth-child(odd) {
  background-color: antiquewhite;
}
.urednik table .odobren {
  background-color: #7bb742 !important;
}

.bannerPrijave {
  background-color: rgb(237, 27, 35);
  padding: 100px 0;
}
.bannerPrijave .container {
  display: flex;
  flex-direction: row-reverse;
  align-items: stretch;
}
.bannerPrijave .container section:first-child {
  flex: 0 0 30%;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: space-evenly;
}
.bannerPrijave .container section:first-child img:first-child {
  width: 70%;
}
.bannerPrijave .container section:first-child img:last-child {
  width: 40%;
}
.bannerPrijave .container section:last-child {
  flex: 0 0 70%;
  margin: auto;
  position: relative;
}
.bannerPrijave .container section:last-child img:first-child {
  width: 100%;
  animation-name: navijaj;
  animation-duration: 1.5s;
  animation-iteration-count: infinite;
}
.bannerPrijave .container section:last-child img:last-child {
  position: absolute;
  bottom: 0;
  right: 0;
  width: 14%;
  margin-left: auto;
}

.prijave {
  padding-bottom: 100px;
  background: linear-gradient(to bottom, rgb(237, 27, 35), rgba(237, 27, 35, 0.1)), url(img/football-stadium.png);
  background-position: bottom;
  background-size: cover;
}
.prijave h1 {
  padding: 100px 0;
  color: #fff200;
  text-align: center;
  font-size: 64px;
}
.prijave .container article {
  border-top: 3px solid #fff200;
  padding: 20px 0;
}
.prijave .container article h3 {
  text-transform: uppercase;
  color: #fff200;
  margin-bottom: 10px;
}
.prijave .container article .date {
  text-transform: uppercase;
  font-family: "Proxima Nova Light";
  font-size: 24px;
  margin-bottom: 10px;
}
.prijave .container article .odobrenaPoruka {
  color: #ffffff;
  font-size: 22px;
}

@media (max-width: 1700px) {
  .banner .container section:last-child img:last-child {
    width: 14%;
    bottom: -20px;
  }
  .banner .container section:first-child img:last-child {
    width: 25%;
  }
}
@media (max-width: 1400px) {
  .pravila .container article {
    flex-direction: column;
    align-items: center;
  }
  .pravila .container article img {
    margin: 0 auto 30px auto;
  }
  .pravila .container article p {
    text-align: center;
  }
}
@media (max-width: 1000px) {
  body {
    font-size: 20px;
  }
  header {
    height: 10vh;
  }
  header .container {
    height: 10vh;
  }
  header .container nav {
    display: none;
  }
  #mobnav {
    position: absolute;
    top: 10vh;
    width: 100%;
    height: 90vh;
    transition: 0.5s;
    left: -100%;
    overflow: hidden;
    background-color: rgb(237, 27, 35);
    display: flex;
    align-items: center;
    justify-content: center;
    z-index: 10;
  }
  #mobnav nav ul {
    list-style: none;
  }
  #mobnav nav ul li {
    margin-bottom: 20px;
  }
  #mobnav nav ul li:last-child {
    margin-bottom: 0;
  }
  #mobnav nav ul li a {
    font-size: 36px;
    text-decoration: none;
    color: #ffffff;
    font-family: "Proxima Nova Black";
  }
  header .container .toggler {
    display: flex;
    width: 50px;
    height: 50px;
    flex-direction: column;
    justify-content: space-between;
    align-items: center;
  }
  header .container .toggler .bar {
    background-color: #ffffff;
    width: 100%;
    height: 5px;
    transition: 0.5s;
  }
  header .container .active .bar1 {
    transform: rotate(-45deg) translateY(7px);
  }
  header .container .active .bar2 {
    transform: translateX(1000px);
  }
  header .container .active .bar3 {
    transform: rotate(45deg) translateY(-7px);
  }
  .banner {
    display: none;
  }
  .banner_mob {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    padding: 20px;
    position: relative;
  }
  .banner_mob img:nth-child(2) {
    width: 100%;
    height: auto;
  }
  .banner_mob img:first-child {
    width: 50%;
    height: auto;
    min-width: 200px;
  }
  .banner_mob .mehanizam_mob {
    position: absolute;
    top: 75%;
    left: 3%;
    width: 30%;
    z-index: 1;
  }
  .banner_mob .osvoji_mob {
    position: absolute;
    top: 83%;
    left: 36%;
    width: 60%;
    z-index: 1;
  }
  .registruj .container {
    flex-direction: column;
    align-items: center;
  }
  .registruj .container section {
    min-width: 450px;
  }
  .registruj .container section:first-child {
    width: 50%;
    max-width: 450px;
    margin-bottom: 50px;
  }
  .registruj .container section:first-child img {
    width: 100%;
  }
  .registruj .container section:nth-child(2) {
    width: 50%;
    max-width: 450px;
  }
  .registruj .container section:nth-child(2) form {
    width: 100%;
  }
  .registruj .container section:nth-child(2) form div {
    width: 100%;
  }
  .pravila {
    padding-top: 0;
  }
  .pravila .container {
    flex-direction: column;
    align-items: center;
  }
  .pravila .container article {
    display: flex;
    flex-direction: column;
    justify-content: flex-start;
    align-items: flex-start;
    width: 100%;
    margin-bottom: 20px;
    height: auto;
  }
  .pravila .container article img {
    display: block;
    width: 60% !important;
    margin: 0;
  }
  .pravila .container article:nth-child(2) {
    align-items: flex-end;
  }
  .nagrade .container {
    grid-template-areas: "skuter skuter" "sony philips" "kartica majice";
  }
}
@media (max-width: 800px) {
  .pravila .container {
    display: flex;
  }
  .pravila .container .slikovito {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    padding: 40px 0;
  }
  .pravila .container .slikovito article {
    width: 100%;
    margin-bottom: 20px;
  }
  .pravila .container .slikovito article img {
    width: 60%;
    margin: auto;
  }
}
@media (max-width: 500px) {
  h2 {
    font-size: 48px;
  }
  .container {
    width: 90%;
  }
  header .container {
    height: 10vh;
  }
  header .container .brand {
    flex: 0 0 70%;
  }
  header .container .brand a img {
    width: 60%;
    height: auto;
  }
  header .container .toggler {
    width: 30px;
    height: 30px;
  }
  header .container .toggler .bar {
    height: 3px;
  }
  header .container .toggler.active .bar1 {
    transform: rotate(-45deg) translate(1px, 6px);
  }
  header .container .toggler.active .bar3 {
    transform: rotate(45deg) translate(1px, -5px);
  }
  .registruj {
    background-image: url(img/ww_reg_mob.png);
    background-size: cover;
    padding-top: 0;
  }
  .registruj .container {
    padding: 50px 0;
  }
  .registruj .container section {
    width: 100% !important;
    min-width: 100%;
  }
  .registruj .container section:first-child img {
    width: 100%;
  }
  .registruj .container section:last-child form {
    overflow: hidden;
  }
  .registruj .container section:last-child form input {
    width: 100%;
    min-width: 100px;
  }
  .pravila {
    padding: 0;
  }
  .pravila .container {
    padding: 50px 0;
  }
  .pravila .container article {
    width: 100%;
    flex-direction: column;
    align-items: flex-start;
    justify-content: flex-start;
  }
  .pravila .container article img {
    display: block;
    width: 60%;
    height: auto;
  }
  .pravila .container:last-child {
    padding: 0;
  }
  .pravila .container:last-child p {
    text-align: center;
  }
}
@media (max-height: 1000px) {
  footer .container {
    height: 10vh;
  }
}
@keyframes navijaj {
  0% {
    transform: translateY(0px);
  }
  10% {
    transform: translateY(20px);
  }
  50% {
    transition: translateY(-200px);
  }
  90% {
    transform: translateY(20px);
  }
  100% {
    transform: translateY(0px);
  }
}/*# sourceMappingURL=style.css.map */