@charset "UTF-8";
body {
  margin: 0;
  padding: 0;
  width: 100%;
  min-height: 100vh;
  background-color: #1A1930;
  min-width: 370px;
}

.codeplay-page {
  font-family: "Inter", sans-serif;
}

.codeplay-page {
  margin: 0;
  padding: 0;
  width: 100%;
  min-height: 100vh;
  background-color: #1A1930;
  min-width: 370px;
}

.h1, .h2, .h3, .p, .li, .strong, .span {
  word-break: normal;
}

.h1, .h2, .h3 {
  white-space: normal;
  max-width: 90%;
  font-family: "Inter", sans-serif;
}

.header {
  width: 100%;
  height: 100%;
  min-width: 370px;
  margin-bottom: -100px;
  background-color: #1A1930;
}

/* HEADER TYPOGRAPHY FIX */
.header_text h3 {
  margin-bottom: 12px;
  line-height: 1;
}

.header_text h1 {
  margin-top: 0;
  margin-bottom: 18px;
  line-height: 1.12;
}

.header_text p {
  margin-top: 0;
  margin-bottom: 32px;
  line-height: 1.55;
  max-width: 680px;
}

.header_text .prijave {
  margin-top: 12px;
  line-height: 1.55;
  max-width: 680px;
  font-weight: 500;
  font-size: 14px;
  color: #C2E64A;
}

#grid {
  min-width: 370px;
  background-color: #1A1930;
}

.header_nav_div, .header_nav_results_div {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 80px;
  z-index: 999;
  background-color: transparent;
  transition: background-color 0.4s ease, backdrop-filter 0.4s ease;
}

/* Kad scrollaš: blur + poluprozirna pozadina */
.header_nav_div.scrolled, .header_nav_results_div.scrolled {
  background-color: rgba(26, 25, 48, 0.8);
  backdrop-filter: blur(6px);
  -webkit-backdrop-filter: blur(6px);
}

.header_nav_container, .header_nav_results_container {
  width: 100%;
  height: 80px;
  padding: 0 10.3174603175%;
  box-sizing: border-box;
  display: flex;
  align-items: center;
  justify-content: space-between;
  z-index: 999;
  margin: 0 auto;
}

.header_nav_container {
  max-width: calc(1200px + 20.634920635%);
}

.logo {
  z-index: 10;
}

.logo_image {
  width: 90%;
  height: auto;
}

.header_nav {
  display: flex;
  gap: 40px;
  font-size: 20px;
  z-index: 10;
}

.header_nav_a {
  font-family: "Inter", sans-serif;
  color: #F5F3F3;
  text-decoration: none;
  font-weight: 500;
  transition: color 0.2s ease;
}

.header_nav_a::after {
  content: "";
  position: absolute;
  left: 0;
  bottom: -4px;
  width: 0%;
  height: 2px;
  background-color: #F5F3F3;
  transition: width 0.3s ease;
}

.header_nav_a:hover::after {
  width: 100%;
}

.header_nav_a:active {
  transform: scale(0.98);
  transition: transform 0.1s ease;
}

.hamburger_menu {
  display: none;
}

.header_nav_mobile {
  display: none;
}

.grid {
  position: absolute;
  display: grid;
  grid-template-columns: repeat(14, 7.1428571429%);
  width: 100%;
  height: 28vw;
  max-height: 1900px;
  gap: 0;
  top: 0;
  overflow-x: hidden;
}

.cell {
  position: relative;
  background: #1A1930;
  overflow: visible;
}

.cell1::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 101%;
  height: 66.6%;
  background: #7D3FE7;
  border-radius: 0 0 8px 8px;
}

.cell2::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 101%;
  height: 33.3%;
  background: #7D3FE7;
  border-radius: 0 0 8px 8px;
}

.cell3::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 101%;
  height: 50%;
  background: #7D3FE7;
  border-radius: 0 0 0 8px;
}

.cell4::before {
  content: "";
  position: absolute;
  top: 25%;
  left: 0;
  width: 100%;
  height: 25%;
  background: #7D3FE7;
  border-radius: 8px 8px 8px 0;
}

.cell5::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 101%;
  height: 25%;
  background: #7D3FE7;
  border-radius: 0 0 8px 8px;
}

.cell6::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 101%;
  height: 33.3%;
  background: #7D3FE7;
  border-radius: 0 0 0 8px;
}

.cell7::before {
  content: "";
  position: absolute;
  top: 8.3%;
  left: 0;
  width: 101%;
  height: 25%;
  background: #7D3FE7;
  border-radius: 8px 8px 0 0;
}

.cell8::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 33.3%;
  background: #7D3FE7;
  border-radius: 0 0 8px 0;
}

.cell9::before {
  content: "";
  position: absolute;
  top: 33.3%;
  left: 0;
  width: 101%;
  height: 21.7%;
  background: #7D3FE7;
  border-radius: 8px;
}

.cell10::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 45%;
  background: #7D3FE7;
  border-radius: 0 0 8px 8px;
}

.cell11::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 101%;
  height: 60%;
  background: #7D3FE7;
  border-radius: 0 0 8px 8px;
}

.cell12::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 33.3%;
  background: #7D3FE7;
  border-radius: 0 0 8px 8px;
}

.cell13::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 101%;
  height: 50%;
  background: #7D3FE7;
  border-radius: 0 0 0 8px;
}

.cell14::before {
  content: "";
  position: absolute;
  top: 25%;
  left: 0;
  width: 100%;
  height: 25%;
  background: #7D3FE7;
  border-radius: 8px 8px 8px 0;
}

.header_text {
  width: auto;
  padding: 0 10.3174603175%;
  padding-top: 16vw;
  margin-bottom: 120px;
  margin-left: auto;
  margin-right: auto;
  position: relative;
  overflow: visible;
  max-width: 1200px;
}

.countdown_body {
  display: flex;
  justify-content: center;
  align-items: center;
  height: 100vh;
  position: relative;
}

.logo_countdown {
  position: absolute;
  top: 30px;
  left: 30px;
}

.logo_image_countdown {
  width: 12vw;
  min-width: 150px;
  height: auto;
}

.countdown-label {
  font-family: "Inter", sans-serif;
  font-size: clamp(16px, 1.5vw, 1.5vw);
  font-weight: 500;
  letter-spacing: 1px;
  color: rgba(229, 229, 225, 0.7);
  margin-bottom: 20px;
}

.event-timer {
  text-align: center;
  color: rgb(229, 229, 225);
}

#eventCountdown {
  font-family: "Inter", sans-serif;
  font-size: clamp(52px, 10vw, 10vw);
  font-weight: bold;
  color: #C2E64A;
  letter-spacing: 2px;
  overflow: hidden;
}

.countdown-finished {
  opacity: 0;
}

.countdown-finished.show {
  display: inline-block;
  opacity: 1;
  transition: opacity 0.6s ease;
  animation: pulseScale 1.4s ease-in-out infinite;
}

@keyframes pulseScale {
  0% {
    transform: translateY(0) scale(0.92);
  }
  50% {
    transform: translateY(0) scale(1);
  }
  100% {
    transform: translateY(0) scale(0.92);
  }
}
.scoreboard-container, .gallery-container {
  max-width: 700px;
  margin: 0px auto 50px auto;
  padding: 20px;
  font-family: "Inter", sans-serif;
}

.scoreboard-title, .gallery-title {
  font-family: "Inter", sans-serif;
  color: white;
  margin-bottom: 5vh;
  font-size: 48px;
  font-weight: 600;
}

.scoreboard {
  width: 100%;
  border-collapse: collapse;
  color: white;
  background-color: transparent;
}

.scoreboard td {
  padding: 20px 24px;
  font-size: 18px;
}

.scoreboard thead tr {
  border-bottom: 1px solid rgba(218, 199, 253, 0.5019607843);
}

.scoreboard tbody tr {
  border-bottom: 1px solid rgba(218, 199, 253, 0.5019607843);
}

.scoreboard th {
  padding: 20px 24px;
  letter-spacing: 1.5px;
  font-size: 20px;
  font-weight: 600;
  text-align: center;
}

.scoreboard th:first-child,
.scoreboard td:first-child {
  text-align: left;
}

.scoreboard td:first-child {
  opacity: 0.8;
}

.scoreboard td:last-child {
  text-align: center;
  font-weight: 500;
}

.h1 {
  color: #FFFFFF;
  text-align: left;
  margin: 0;
  font-weight: 600;
  font-size: 72px;
  font-family: "Inter", sans-serif;
}

.h2 {
  color: #F5F3F3;
  text-align: left;
  margin: 0 0 0 2%;
  font-weight: 600;
  font-size: 48px;
  font-family: "Inter", sans-serif;
  margin-top: 120px;
  line-height: 112%;
}

.h3 {
  color: #FFFFFF;
  text-align: left;
  margin: 1vh 0 20px 0;
  font-weight: 400;
  font-size: 32px;
  font-family: "Inter", sans-serif;
}

.p {
  color: #F5F3F3;
  text-align: left;
  font-size: 20px;
  font-weight: 400;
  margin: 20px 0;
  font-family: "Inter", sans-serif;
}

.sticker {
  position: absolute;
  transition: transform 0.3s ease;
  will-change: transform;
}

.sticker:hover {
  animation: float 1.4s ease-in-out infinite;
}

@keyframes float {
  0% {
    transform: translateY(0) rotate(0deg);
  }
  50% {
    transform: translateY(-20px) rotate(5deg);
  }
  100% {
    transform: translateY(0) rotate(0deg);
  }
}
@keyframes shake {
  0% {
    transform: rotate(0deg);
  }
  25% {
    transform: rotate(3deg);
  }
  50% {
    transform: rotate(-3deg);
  }
  75% {
    transform: rotate(2deg);
  }
  100% {
    transform: rotate(0deg);
  }
}
.sticker.rocket {
  left: 80%;
  top: 10.5vw;
  width: 11%;
  min-width: 170px;
}

.sticker.heart {
  left: 78%;
  top: 26vw;
  width: 10%;
  min-width: 178px;
}

.sticker.play {
  left: 83%;
  top: 33vw;
  width: 10%;
  min-width: 148px;
  z-index: 10;
}

.header_buttons {
  display: flex;
  flex-wrap: nowrap;
  width: 100%;
}

.register_button {
  display: inline-flex;
  justify-content: center;
  align-items: center;
  text-align: center;
  text-decoration: none;
  margin-top: 0;
  margin-right: 12px;
  padding: 12px 16px;
  width: 152px;
  height: 30px;
  font-size: 18px;
  font-weight: 600;
  font-family: "Inter", sans-serif;
  color: #1A1930;
  background-color: #C2E64A;
  border: none;
  border-radius: 4px;
  cursor: pointer;
  transition: background-color 0.2s;
}

.register_button:hover {
  background-color: #A1CD11;
}

.more_button {
  display: inline-flex;
  justify-content: center;
  align-items: center;
  text-decoration: none;
  margin-top: 0;
  padding: 12px 16px;
  width: 145px;
  height: 30px;
  opacity: 1;
  border-radius: 4px;
  border-width: 1px;
  font-size: 18px;
  font-weight: 600;
  font-family: "Inter", sans-serif;
  color: #FFFFFF;
  border: 1px solid rgba(255, 255, 255, 0.3019607843);
  border-radius: 4px;
  cursor: pointer;
  transition: background-color 0.2s;
}

.more_button:hover {
  background-color: rgba(255, 255, 255, 0.0392156863);
  border: 1px solid rgba(255, 255, 255, 0.6980392157);
}

.codeplay_photo_image_container {
  position: relative;
  width: 100%;
  margin: 120px auto 0 auto;
  overflow: hidden;
  display: flex;
  justify-content: center;
}

.codeplay_photo {
  width: 100%;
  height: auto;
  min-width: 722px;
}

.algotrade_container {
  display: grid;
  grid-template-columns: repeat(10, 1fr);
  width: 100%;
  aspect-ratio: 2048/1000;
  overflow: hidden;
}

.part {
  background-image: url("../images/algotrade.jpg");
  background-size: 1000% 100%;
  background-repeat: no-repeat;
  background-position-y: 100%;
  border-top-left-radius: 8px;
  border-top-right-radius: 8px;
}

.part1 {
  background-position-x: 0%;
  transform: scaleY(0.6);
  transform-origin: bottom;
  background-size: 1000% 166.67%;
}

.part2 {
  background-position-x: 11.12%;
  transform: scaleY(0.7);
  transform-origin: bottom;
  background-size: 1000% 142.86%;
}

.part3 {
  background-position-x: 22.24%;
  transform: scaleY(0.8);
  transform-origin: bottom;
  background-size: 1000% 125%;
}

.part4 {
  background-position-x: 33.36%;
  transform: scaleY(0.65);
  transform-origin: bottom;
  background-size: 1000% 153.85%;
}

.part5 {
  background-position-x: 44.48%;
  transform: scaleY(0.75);
  transform-origin: bottom;
  background-size: 1000% 133.33%;
}

.part6 {
  background-position-x: 55.6%;
  transform: scaleY(0.65);
  transform-origin: bottom;
  background-size: 1000% 153.85%;
  border-top-right-radius: 0;
}

.part7 {
  background-position-x: 66.72%;
  transform: scaleY(0.65);
  transform-origin: bottom;
  background-size: 1000% 153.85%;
  border-top-left-radius: 0;
}

.part8 {
  background-position-x: 77.84%;
  transform: scaleY(0.6);
  transform-origin: bottom;
  background-size: 1000% 166.67%;
}

.part9 {
  background-position-x: 88.96%;
  transform: scaleY(0.75);
  transform-origin: bottom;
  background-size: 1000% 133.33%;
}

.part10 {
  background-position-x: 100%;
  transform: scaleY(0.65);
  transform-origin: bottom;
  background-size: 1000% 153.85%;
}

/*
div.traka {
    width: 100%;
    height: 52px;
    margin: 120px 0;
    border-radius: 4px;
    background: url("../images/traka.png") repeat-x;
    background-size: auto 100%;
    background-position: 0 0;
    animation: scrollBg 25s linear infinite;
}

@keyframes scrollBg {
    from {
    background-position-x: 0;
    }
    to {
    background-position-x: calc(52/208*7000px);
    }
}
*/
.traka-wrapper {
  position: relative;
  overflow: hidden;
  width: 100%;
  height: 52px;
  margin: 120px 0;
  border-radius: 4px;
  background: #C2E64A;
}

.traka-scroll {
  display: flex;
  width: -moz-fit-content;
  width: fit-content;
}

.traka-scroll.loaded {
  animation: scroll 50s linear infinite;
  transform: translateZ(0);
  will-change: transform;
}

.traka-content {
  display: flex;
  gap: 40px;
  align-items: center;
  padding: 0 20px;
  flex-shrink: 0;
}

.traka-content a {
  display: block;
  flex-shrink: 0;
  transition: opacity 0.3s ease, transform 0.3s ease;
  -webkit-font-smoothing: antialiased;
  transform: translate3d(0, 0, 0);
}

.traka-content a:hover {
  transform: scale(1.05);
}

.traka-content a:focus {
  outline: 2px solid #333;
  outline-offset: 4px;
  border-radius: 4px;
}

.traka-content img {
  height: 36px;
  width: auto;
  display: block;
  backface-visibility: hidden;
  -webkit-backface-visibility: hidden;
  transform: translateZ(0);
  -webkit-transform: translateZ(0);
}

.logo-njuskalo img {
  height: 52px;
}

.logo-larics img {
  height: 36px;
}

.logo-eccos img {
  height: 36px;
}

.logo-in2 img {
  height: 47px;
}

.logo-mireo img {
  height: 51px;
}

.logo-login img {
  height: 37px;
}

.logo-positive-equity img {
  height: 35px;
}

.logo-tomsoft img {
  height: 26.8px;
}

.logo-koncar img {
  height: 52px;
}

.logo-t-ht img {
  height: 52px;
}

.logo-fer img {
  height: 52px;
}

.logo-koios img {
  height: 52px;
}

@keyframes scroll {
  0% {
    transform: translateX(-50%);
  }
  100% {
    transform: translateX(0);
  }
}
.project_info_grid {
  display: grid;
  width: 100%;
  gap: 8px;
  max-width: 1200px;
  margin: 0 auto;
}

.project_info_grid_row {
  margin: 0;
  color: #F5F3F3;
  font-weight: 700;
  text-align: center;
  font-size: 24px;
  font-family: "Inter", sans-serif;
  font-style: bold;
  padding: 0;
}

.project_info_grid_row.datum {
  font-weight: 700;
  font-size: 42px;
  color: #CBFD58;
}

.project_info_grid_row.container {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 16px;
}

p.project_info_grid_row.container {
  margin-top: 30px;
  font-weight: 600;
  font-size: 24px;
  color: #F5F3F3;
  background-color: #2D205D;
  padding: 8px 20px;
  border-radius: 12px;
}

div.register {
  margin: 0 auto;
  max-width: 1200px;
  padding: 0 10.3174603175%;
}

h2.register {
  margin-bottom: 5vh;
  margin-left: 0;
  margin-right: 0;
}

.register_grid {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  grid-auto-rows: 1fr;
  gap: 24px;
  margin: 0 0 5vh 0;
}

.register_item {
  background-color: #2D205D;
  border-radius: 8px;
  display: flex;
  align-items: flex-start;
  justify-content: flex-start;
  padding: 32px 48px;
  box-sizing: border-box;
}

.register_p1 {
  margin: 0 0 12px 0;
  color: #FFFFFF;
  font-weight: 600;
  font-size: 22px;
  font-family: "Inter", sans-serif;
}

.register_p2 {
  margin: 0;
  color: #AFACBF;
  text-align: left;
  font-weight: 400;
  font-size: 20px;
  font-family: "Inter", sans-serif;
}

.register_image {
  width: auto;
  height: 50px;
  margin: 0 25px 0 0;
  flex-shrink: 0;
}

.timetable_container {
  margin: 120px 0 0 0;
  padding: 0 10.3174603175%;
  max-width: 1200px;
  margin-left: auto;
  margin-right: auto;
}

.timetable {
  display: flex;
  align-items: stretch;
  justify-content: flex-start;
  gap: 1.5%;
  background-color: rgba(95, 24, 219, 0.8);
  padding: 40px 48px;
  border-radius: 8px;
}

.timetable_text {
  flex: 0 0 50%;
  margin: 0;
}

.timetable_text_h2 {
  margin: 0;
  margin-bottom: 48px;
}

.day-selector {
  display: flex;
  margin-bottom: 40px;
}

.day-gap {
  width: 30px;
  height: auto;
  border-bottom: 1px solid rgba(201, 206, 209, 0.5019607843);
}

.day-tab {
  cursor: pointer;
  transition: all 0.3s ease;
  height: auto;
  width: 195px;
  align-items: center;
  justify-content: center;
  text-align: center;
  border-bottom: 1px solid rgba(201, 206, 209, 0.5019607843);
}

.day-text {
  margin: 12px 0;
  font-family: "Inter", sans-serif;
  font-size: 20px;
  font-weight: 600;
  line-height: 22px;
  color: #FFFFFF;
  transition: color 0.3s ease;
  display: block;
}

.day-tab.active {
  border-bottom: 2px solid #C2E64A;
}

.day-tab.active .day-text {
  color: #C2E64A;
}

.schedule-content {
  position: relative;
}

.schedule-day {
  display: none;
}

.schedule-day.active {
  display: block;
}

@keyframes fadeIn {
  from {
    opacity: 0;
    transform: translateY(10px);
  }
  to {
    opacity: 1;
    transform: translateY(0);
  }
}
.schedule-item {
  display: flex;
  gap: 16px;
  margin-bottom: 16px;
  align-items: baseline;
}

.schedule-time {
  font-family: "Inter", sans-serif;
  font-style: light;
  font-size: 18px;
  color: #FFFFFF;
  min-width: 120px;
  font-weight: 300;
}

.schedule-activity {
  font-family: "Inter", sans-serif;
  font-size: 18px;
  color: #FFFFFF;
  font-weight: 600;
}

.timetable_image_container {
  position: relative;
  max-width: 100%;
  overflow: visible;
  border-radius: 8px;
  display: flex;
  align-items: flex-start;
  justify-items: flex-start;
}

.timetable_image {
  height: 100%;
  width: auto;
  max-width: 100%;
  overflow: hidden;
  border-radius: 8px;
  -o-object-fit: cover;
     object-fit: cover;
}

.timetable_square {
  position: absolute;
  width: 27px;
  height: 27px;
  background-color: #CBFD58;
  border-radius: 4px;
}

.timetable_square.one {
  width: 58px;
  height: 58px;
  top: -20px;
  left: -30px;
}

.timetable_square.two {
  top: -20px;
  left: 40px;
}

.timetable_square.three {
  width: 90px;
  height: 90px;
  bottom: 10px;
  right: -60px;
}

.timetable_square.four {
  bottom: 40px;
  right: 60px;
}

.timetable_square.five {
  width: 58px;
  height: 58px;
  bottom: -28px;
  right: 60px;
}

div.prize {
  padding: 0 10.3174603175%;
  max-width: 1200px;
  margin: 0 auto;
}

h2.prize {
  margin: 120px 0 5vh 0;
}

p.prize {
  color: #F5F3F3;
  text-align: left;
  font-weight: 600;
  font-size: 28px;
  margin: 0 0 24px 0;
  font-family: "Inter", sans-serif;
}

ul.prize {
  margin-bottom: 54px;
  padding-inline-start: 0;
}

li.prize {
  color: #D1CCF0;
  font-family: "Inter", sans-serif;
  font-size: 18px;
  font-weight: 500;
  margin-bottom: 12px;
  margin-left: 0px;
  padding: 0;
  list-style: none;
  position: relative;
  padding-left: 32px;
}

li.prize::before {
  content: "✦";
  position: absolute;
  left: 0;
  top: -0.1em;
  color: #C2E64A;
  font-size: 24px;
}

span.prize {
  color: #F5F3F3;
  font-weight: 600;
}

h3.prize {
  font-size: 24px;
  font-weight: 600;
}

div.prize_grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 16px;
}

.prize_grid_num {
  background-color: #2D205D;
  border-radius: 8px;
  color: #F5F3F3;
  font-weight: 300;
  font-size: 20px;
  font-family: "Inter", sans-serif;
  padding: 16px 20px;
  display: flex;
  align-items: center;
  justify-content: space-between;
}

.prize_grid_p1 {
  margin: 0;
  font-size: 20px;
}

.prize_grid_p2 {
  font-weight: 800;
  font-size: 32px;
  color: #C2E64A;
  margin: 0;
}

.faq {
  padding: 0 10.3174603175%;
  max-width: 1200px;
  margin: 100px auto 0 auto;
}

.faq_title_h2 {
  margin-bottom: 40px;
  margin-left: 0;
}

.faq_buttons {
  display: flex;
  gap: 16px;
  margin-bottom: 30px;
  overflow-x: auto;
  -webkit-overflow-scrolling: touch;
}

.faq_buttons::-webkit-scrollbar {
  display: none;
}

.faq_button {
  flex: 0 0 auto;
  padding: 16px 20px;
  height: 54px;
  border-radius: 12px;
  font-size: 18px;
  font-weight: 500;
  color: #F5F3F3;
  cursor: pointer;
  transition: background-color 0.3s ease;
  border: 2px solid #2D205D;
  background-color: #2D205D;
}

.faq_button.selected {
  border: 2px solid #4B19A7;
  background-color: #4B19A7;
}

.faq_button:not(.selected) {
  width: auto;
}

.faq_questions {
  display: flex;
  flex-direction: column;
  gap: 16px;
}

.faq_item {
  border-bottom: 1px solid #555;
}

.faq_question {
  width: 100%;
  background: none;
  border: none;
  display: flex;
  justify-content: space-between;
  align-items: center;
  gap: 15px;
  font-size: 20px;
  font-weight: 700;
  color: #FFFFFF;
  padding: 12px 0;
  cursor: pointer;
  text-align: left;
}

.faq_icon {
  font-size: 40px;
  font-weight: 10;
}

.faq_answer {
  overflow: hidden;
  max-height: 0;
  padding: 0 0;
  color: #F5F3F3;
  font-size: 18px;
  font-weight: 400;
  line-height: 1.4;
  transition: max-height 0.5s ease, padding 0.3s ease;
}

.team_photo_container {
  overflow: visible;
  padding: 120px 10.3174603175%;
  max-width: 1200px;
  margin: 0 auto;
}

.team_photo_image_container {
  position: relative;
  overflow: visible;
  width: 100%;
  height: auto;
}

.team_photo {
  width: 100%;
  min-width: 360px;
  min-height: 150px;
  height: 33vw;
  -o-object-fit: cover;
     object-fit: cover;
  overflow: hidden;
}

.team_photo_square {
  position: absolute;
  background-color: #7D3FE7;
  border-radius: 4px;
}

.team_photo_square.one {
  width: 125px;
  height: 125px;
  top: -20px;
  right: -20px;
}

.team_photo_square.two {
  background-color: #C2E64A;
  width: 67px;
  height: 67px;
  top: 120px;
  right: -50px;
}

.team_photo_square.three {
  width: 45px;
  height: 45px;
  bottom: 150px;
  left: 60px;
}

.team_photo_square.four {
  background-color: #C2E64A;
  width: 59px;
  height: 59px;
  bottom: 100px;
  left: -20px;
}

.team_photo_square.five {
  width: 87px;
  height: 87px;
  bottom: -5px;
  left: -10px;
}

.carousel {
  max-width: 1200px;
  padding: 0 10.3175%;
  margin: 120px auto 0 auto;
  box-sizing: border-box;
}

.carousel-track {
  position: relative;
  width: 100%;
  height: 400px;
  overflow: visible;
}

.slide {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  transition: all 0.6s ease;
  opacity: 0;
  width: clamp(200px, 50vw, 800px);
  max-height: 400px;
  border-radius: 16px;
  -o-object-fit: cover;
     object-fit: cover;
}

.center {
  transform: translate(-50%, -50%) scale(1);
  z-index: 5;
  opacity: 1;
}

.left {
  transform: translate(-75%, -50%) scale(0.82);
  z-index: 4;
  opacity: 0.75;
}

.right {
  transform: translate(-25%, -50%) scale(0.82);
  z-index: 4;
  opacity: 0.75;
}

.far-left {
  transform: translate(-90%, -50%) scale(0.65);
  z-index: 3;
  opacity: 0.4;
}

.far-right {
  transform: translate(-10%, -50%) scale(0.65);
  z-index: 3;
  opacity: 0.4;
}

.carousel-controls {
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 16px;
  margin-top: 24px;
}

.arrow {
  background: none;
  border: none;
  font-size: 28px;
  cursor: pointer;
  color: #999999;
  transition: color 0.2s;
}

.arrow:hover {
  color: #fff;
}

.dot {
  width: 12px;
  height: 12px;
  border-radius: 50%;
  background: #999999;
  display: inline-block;
  margin: 0 4px;
  cursor: pointer;
}

.dot.active {
  background: #7B61FF;
  transform: scale(1.33);
}

.promo_partners {
  padding: 0 10.3174603175% 120px 10.3174603175%;
  max-width: 1200px;
  margin: 0 auto;
  margin-top: 120px;
}

.promo_partners_text {
  font-family: "Inter", sans-serif;
  font-size: 24px;
  font-weight: 400;
  color: #F5F3F3;
  margin-top: 0px;
}

.promo_partners_logos {
  margin-top: 54px;
  display: flex;
  align-items: flex-start;
  gap: 38.93px;
  flex-wrap: wrap;
}

.promo_partners_logos a {
  transition: opacity 0.3s ease;
}

.promo_partners_logos a:hover {
  opacity: 0.8;
}

.promo_partner_link {
  flex: 0 1 auto;
  min-width: 0;
}

.partner-logo {
  height: auto;
  width: 100%;
  -o-object-fit: contain;
     object-fit: contain;
}

.cg {
  max-height: 52.1px;
}

.hrobos {
  max-height: 87.36px;
}

.mig-mag {
  max-height: 72.51px;
}

.dump {
  max-height: 74px;
}

.racunala_hr {
  max-height: 74px;
}

.footer {
  flex: 1 1 0;
  background: #2D205D;
}

.footer_container {
  padding: 30px 10.3174603175% 68px 10.3174603175%;
  max-width: 1200px;
  margin: 0 auto;
}

.footer_logo_link {
  display: inline-block;
  margin-bottom: 48px;
}

.footer_logo {
  width: auto;
  height: 26px;
}

.footer_links {
  display: flex;
  justify-content: space-between;
  align-items: center;
}

.footer_email_container {
  font-size: 18px;
  font-weight: 400;
  gap: 4px;
}

.footer_text {
  margin: 0;
  color: #C9A9FF;
  margin-bottom: 4px;
}

.footer_email {
  margin: 0;
  color: #FFFFFF;
  text-decoration: none;
  transition: color 0.3s ease;
}

.footer_email:hover {
  color: #e0e0e0;
}

.footer_socials {
  height: 48px;
  width: auto;
}

.footer_socials a {
  display: inline-block;
  transition: opacity 0.3s ease;
}

.footer_socials a:hover {
  opacity: 0.8;
}

.footer_instagram_link {
  margin-right: 8px;
}

.footer_instagram {
  height: 48px;
  cursor: pointer;
}

.footer_tiktok {
  height: 48px;
  cursor: pointer;
}

.partners {
  margin-top: 24px;
  display: flex;
  align-items: flex-start;
  height: auto;
  border-top: #544285 2px solid;
  padding-top: 24px;
}

.partners a {
  transition: opacity 0.3s ease;
}

.partners a:hover {
  opacity: 0.8;
}

.partner_fer_link {
  margin-right: 54px;
  margin-top: 15px;
}

.fer {
  width: auto;
  height: 45px;
}

.eestec {
  width: auto;
  height: 90px;
}

.fade-down {
  opacity: 0;
  transform: translateY(-25px);
  transition: opacity 0.8s ease-out, transform 0.8s ease-out;
  will-change: opacity, transform;
}

.fade-down.visible {
  opacity: 1;
  transform: translateY(0);
}

.fade-up {
  opacity: 0;
  transform: translateY(40px);
  transition: opacity 0.8s cubic-bezier(0.25, 0.1, 0.25, 1), transform 0.9s cubic-bezier(0.25, 0.1, 0.25, 1);
  will-change: opacity, transform;
}

.fade-up.visible {
  opacity: 1;
  transform: translateY(0);
}

.fade-up.fade-out-down {
  opacity: 0;
  transform: translateY(40px);
}

.fade-down:nth-child(2) {
  transition-delay: 0.3s;
}

.fade-down:nth-child(8) {
  transition-delay: 0.2s;
}

.fade-down:nth-child(5) {
  transition-delay: 0.3s;
}

.fade-down:nth-child(6) {
  transition-delay: 0.1s;
}

.fade-down:nth-child(4) {
  transition-delay: 0.2s;
}

.fade-down:nth-child(9) {
  transition-delay: 0.3s;
}

.fade-down:nth-child(11) {
  transition-delay: 0.3s;
}

.fade-down:nth-child(12) {
  transition-delay: 0.2s;
}

.fade-down:nth-child(14) {
  transition-delay: 0.3s;
}

@media (max-width: 1512px) {
  .grid {
    position: absolute;
    display: grid;
    grid-template-columns: repeat(10, 10%);
    grid-auto-flow: column;
    width: 100%;
    height: 28vw;
    max-height: 1900px;
    gap: 0;
    top: 0;
    overflow-x: hidden;
  }
  .cell1::before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 101%;
    height: 55%;
    background: #7D3FE7;
    border-radius: 0 0 8px 8px;
  }
  .cell2::before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 101%;
    height: 33.3%;
    background: #7D3FE7;
    border-radius: 0 0 8px 8px;
  }
  .cell3::before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 101%;
    height: 50%;
    background: #7D3FE7;
    border-radius: 0 0 0 8px;
  }
  .cell4::before {
    content: "";
    position: absolute;
    top: 25%;
    left: 0;
    width: 100%;
    height: 25%;
    background: #7D3FE7;
    border-radius: 8px 8px 8px 0;
  }
  .cell5::before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 101%;
    height: 25%;
    background: #7D3FE7;
    border-radius: 0 0 8px 8px;
  }
  .cell6::before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 101%;
    height: 33.3%;
    background: #7D3FE7;
    border-radius: 0 0 0 8px;
  }
  .cell7::before {
    content: "";
    position: absolute;
    top: 8.3%;
    left: 0;
    width: 101%;
    height: 25%;
    background: #7D3FE7;
    border-radius: 8px 8px 0 0;
  }
  .cell8::before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 33.3%;
    background: #7D3FE7;
    border-radius: 0 0 8px 0;
  }
  .cell9::before {
    content: "";
    position: absolute;
    top: 33.3%;
    left: 0;
    width: 101%;
    height: 33.3%;
    background: #7D3FE7;
    border-radius: 8px;
  }
  .cell10::before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: #7D3FE7;
    border-radius: 0 0 8px 8px;
  }
}
@media (max-width: 950px) {
  .logo {
    left: 18px;
    width: 25%;
    min-width: 180px;
    transform: translateY(-50%);
    z-index: 200;
  }
  .header_nav.desktop {
    display: none;
  }
  .hamburger_menu {
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    width: 22.5px;
    height: 12.5px;
    cursor: pointer;
    position: absolute;
    right: 18px;
    transform: translateY(-50%);
    z-index: 200;
  }
  .hamburger_menu .bar {
    height: 3px;
    width: 100%;
    background-color: white;
    border-radius: 2px;
    transition: 0.3s;
    z-index: 100;
  }
  .hamburger_menu.open .top {
    transform: translateY(4.75px) rotate(45deg);
  }
  .hamburger_menu.open .bottom {
    transform: translateY(-4.75px) rotate(-45deg);
  }
  .header_nav_div, .header_nav_results_div {
    height: 60px;
  }
  .header_nav_container, .header_nav_results_container {
    height: 60px;
    padding: 0 18px;
  }
  .header_nav_mobile {
    position: fixed;
    top: 0px;
    right: -100%;
    height: calc(100vh - 80px);
    width: 440px;
    background-color: #2D205D;
    display: flex;
    flex-direction: column;
    padding-top: 80px; /* da ne pokriva logo */
    transition: 0.3s;
    z-index: 100;
  }
  .header_nav_mobile.open {
    right: 0;
  }
  .header_nav_mobile .header_nav_a_mobile {
    font-family: "Inter", sans-serif;
    display: block;
    margin: 15px auto 15px 20px;
    color: #F5F3F3;
    font-size: 28px;
    text-decoration: none;
  }
  .header_nav_a_mobile {
    position: relative;
    color: #F5F3F3;
    text-decoration: none;
    font-weight: 500;
    transition: color 0.2s ease;
  }
  .header_nav_a_mobile::after {
    content: "";
    position: absolute;
    left: 0;
    bottom: -4px;
    width: 0%;
    height: 2px;
    background-color: #F5F3F3;
    transition: width 0.3s ease;
  }
  .header_nav_a_mobile:hover::after {
    width: 100%;
  }
  .header_nav_a_mobile:active {
    transform: scale(0.98);
    transition: transform 0.1s ease;
  }
  .header_socials_mobile {
    height: 48px;
    width: auto;
    position: absolute;
    align-self: center;
    bottom: 80px;
  }
  .header_socials_mobile a {
    display: inline-block;
    transition: opacity 0.3s ease;
  }
  .header_socials_mobile a:hover {
    opacity: 0.8;
  }
  .header_instagram_link_mobile {
    margin-right: 8px;
  }
  .header_instagram {
    height: 48px;
    cursor: pointer;
  }
  .header_tiktok {
    height: 48px;
    cursor: pointer;
  }
  .grid {
    position: absolute;
    display: grid;
    grid-template-columns: repeat(6, 16.6666666667%);
    grid-auto-flow: column;
    width: 100%;
    height: 30vw;
    max-height: 1900px;
    gap: 0;
    top: 0;
    overflow-x: hidden;
  }
  .cell1::before {
    border-radius: 0 0 4px 4px;
    height: 100%;
  }
  .cell2::before {
    border-radius: 0 0 4px 4px;
    height: 75%;
  }
  .cell3::before {
    border-radius: 0 0 4px 4px;
    height: 50%;
  }
  .cell4::before {
    border-radius: 0px 0px 0px 4px;
    top: 0;
    height: 75%;
    width: 101%;
  }
  .cell5::before {
    border-radius: 0 0 4px 0px;
    top: 25%;
    height: 50%;
    width: 101%;
  }
  .cell6::before {
    border-radius: 0 0 4px 4px;
    height: 100%;
    width: 101%;
  }
  .cell7::before {
    border-radius: 4px 4px 0 0;
  }
  .cell8::before {
    border-radius: 0 0 4px 0;
    height: 66.6%;
  }
  .cell9::before {
    border-radius: 4px;
  }
  .cell10::before {
    border-radius: 0 0 4px 4px;
  }
  .header_text {
    padding: 0 18px;
    padding-top: 33vw;
    margin-bottom: 100px;
    overflow-x: hidden;
    overflow-y: visible;
  }
  .h1 {
    font-size: 40px;
  }
  .h2 {
    font-size: 32px;
  }
  .h3 {
    font-size: 28px;
  }
  .p {
    font-size: 18px;
  }
  .scoreboard-title, .gallery-title {
    font-size: 40px;
  }
  .sticker.rocket {
    left: 80%;
    top: 21.5vw;
    width: 100px;
    min-width: 0px;
  }
  .sticker.heart {
    display: none;
  }
  .sticker.play {
    display: none;
  }
  .header_buttons {
    display: flex;
    flex-wrap: nowrap;
    width: 100%;
  }
  .part {
    border-top-left-radius: 4.5px;
    border-top-right-radius: 4.5px;
  }
  .project_info_grid_row {
    font-size: 20px;
  }
  .project_info_grid_row.datum {
    font-size: 32px;
  }
  .project_info_grid_row.mjesto {
    margin-bottom: 30px;
  }
  .project_info_grid_row.container {
    flex-direction: column;
    margin: 0 18px;
    gap: 8px;
  }
  p.project_info_grid_row.container {
    margin: 0;
    width: 100%;
    padding: 8px 0;
    font-weight: 600;
    font-size: 20px;
    border-radius: 8px;
  }
  div.register {
    padding: 0 18px;
  }
  .register_grid {
    grid-template-columns: 1fr;
    gap: 16px;
  }
  .register_item {
    padding: 22px 20px;
  }
  .register_p1 {
    margin: 0 0 12px 0;
    color: #FFFFFF;
    font-weight: 600;
    font-size: 22px;
    font-family: "Inter", sans-serif;
  }
  .register_p2 {
    margin: 0;
    color: #AFACBF;
    text-align: left;
    font-weight: 400;
    font-size: 18px;
    font-family: "Inter", sans-serif;
  }
  .register_image {
    height: 40px;
  }
  .timetable_container {
    padding: 0 18px;
    overflow-x: hidden;
    overflow-y: hidden;
  }
  .timetable {
    flex-direction: column;
    padding: 30px 16px;
  }
  .timetable_text {
    flex: none;
  }
  .timetable_text_h2 {
    margin: 0;
    margin-bottom: 36px;
  }
  .day-gap {
    display: none;
  }
  .day-tab {
    width: 100%;
  }
  .schedule-content {
    margin-bottom: 64px;
  }
  .timetable_image_container {
    max-width: 100%;
  }
  .timetable_image {
    height: 400px;
    width: 100%;
  }
  div.prize {
    padding: 0 18px;
  }
  p.prize {
    font-size: 20px;
  }
  li.prize {
    font-size: 18px;
  }
  div.prize_grid {
    grid-template-columns: 1fr;
  }
  .prize_grid_num {
    font-weight: 400;
    font-size: 24px;
    height: 34px;
  }
  .prize_grid_p2 {
    font-size: 28px;
  }
  .faq {
    padding: 0 18px;
  }
  .faq_buttons {
    margin-left: -18px;
    margin-right: -18px;
    padding: 0 18px;
    box-sizing: border-box;
    gap: 8px;
  }
  .faq_button {
    padding: 14px 20px;
    height: 50px;
    font-size: 18px;
  }
  .team_photo_container {
    display: flex;
    justify-content: center;
    padding: 100px 18px;
    overflow-x: hidden;
    overflow-y: hidden;
  }
  .team_photo {
    width: 100%;
    min-width: 0;
    min-height: 0;
    height: auto;
  }
  .team_photo_image_container {
    max-width: 100%;
  }
  .team_photo_square {
    border-radius: 2px;
  }
  .team_photo_square.one {
    width: 65px;
    height: 65px;
    top: -30px;
    right: -10px;
  }
  .team_photo_square.two {
    background-color: #C2E64A;
    width: 35px;
    height: 35px;
    top: 40px;
    right: -20px;
  }
  .team_photo_square.three {
    width: 35px;
    height: 35px;
    bottom: 80px;
    left: 30px;
  }
  .team_photo_square.four {
    background-color: #C2E64A;
    width: 46px;
    height: 46px;
    bottom: 50px;
    left: -25px;
  }
  .team_photo_square.five {
    width: 68px;
    height: 68px;
    bottom: -30px;
    left: -10px;
  }
  .carousel {
    padding: 0 0;
  }
  .carousel-track {
    height: clamp(180px, 55vw, 300px);
    overflow: hidden;
  }
  .slide {
    width: clamp(200px, 100vw, 500px);
    height: clamp(180px, 55vw, 300px);
  }
  .left {
    opacity: 0;
    pointer-events: none;
  }
  .right {
    opacity: 0;
    pointer-events: none;
  }
  .far-left {
    opacity: 0;
    pointer-events: none;
  }
  .far-right {
    opacity: 0;
    pointer-events: none;
  }
  .arrow {
    display: none;
  }
  .dot {
    width: 7.33px;
    height: 7.33px;
  }
  .promo_partners {
    padding: 0 18px 100px 18px;
    max-width: 1200px;
    margin: 120px auto 0 auto;
  }
  .promo_partners_text {
    font-size: 16px;
  }
  .promo_partners_logos {
    margin-top: 0;
    justify-content: center;
    gap: 11px;
  }
  .cg {
    max-height: 48.32px;
  }
  .hrobos {
    max-height: 79.87px;
  }
  .mig-mag {
    max-height: 66.07px;
  }
  .dump {
    max-height: 59.63px;
  }
  .racunala_hr {
    max-height: 61.1px;
  }
  .footer_container {
    padding-left: 18px;
    padding-right: 18px;
  }
  .partner_fer_link {
    margin-right: 34px;
    margin-top: 15px;
  }
  .fer {
    width: auto;
    height: 30px;
  }
  .eestec {
    width: auto;
    height: 70px;
  }
  /*
      div.traka {
          width: 100%;
          height: 36px;
          margin: 100px 0;
          border-radius: 4px;
          background: url("../images/traka.png") repeat-x;
          background-size: auto 100%;
          background-position: 0 0;

          animation: scrollBg 25s linear infinite;
      }

      @keyframes scrollBg {
          from { background-position-x: 0; }
          to   { background-position-x: calc(36/208*7000px); }
      }
  */
  .traka-wrapper {
    position: relative;
    overflow: hidden;
    width: 100%;
    height: 36px;
    margin: 100px 0;
    border-radius: 4px;
    background: #C2E64A;
  }
  .traka-scroll {
    display: flex;
    width: -moz-fit-content;
    width: fit-content;
  }
  .traka-scroll.loaded {
    animation: scroll 50s linear infinite;
    will-change: transform;
  }
  .traka-content {
    display: flex;
    gap: 27.38px;
    padding: 0 15px;
    align-items: center;
    flex-shrink: 0;
  }
  .traka-content a {
    display: block;
    flex-shrink: 0;
    transition: opacity 0.3s ease, transform 0.3s ease;
    -webkit-font-smoothing: antialiased;
    transform: translate3d(0, 0, 0);
  }
  .traka-content a:hover {
    transform: scale(1.05);
  }
  .traka-content a:focus {
    outline: 2px solid #333;
    outline-offset: 4px;
    border-radius: 4px;
  }
  .traka-content img {
    height: 26px;
    width: auto;
    display: block;
    backface-visibility: hidden;
    -webkit-backface-visibility: hidden;
    transform: translateZ(0);
    -webkit-transform: translateZ(0);
  }
  .logo-njuskalo img {
    height: 36px;
  }
  .logo-larics img {
    height: 24.923px;
  }
  .logo-eccos img {
    height: 24.923px;
  }
  .logo-in2 img {
    height: 32.538px;
  }
  .logo-mireo img {
    height: 35.308px;
  }
  .logo-login img {
    height: 25.615px;
  }
  .logo-positive-equity img {
    height: 24.231px;
  }
  .logo-tomsoft img {
    height: 18.554px;
  }
  .logo-koncar img {
    height: 36px;
  }
  .logo-t-ht img {
    height: 36px;
  }
  .logo-fer img {
    height: 36px;
  }
  .logo-koios img {
    height: 36px;
  }
  .traka-scroll.loaded {
    animation: scroll 50s linear infinite;
  }
}
@media (max-width: 440px) {
  .header_nav_mobile {
    width: 100%;
  }
}
/*
@media (max-width: 370px) {
    div.traka {
        width: 100%;
        height: 52px;
        margin: 100px 0;
        border-radius: 4px;
        background: url("../images/traka.png") repeat-x;
        background-size: contain;

        animation: scrollBg 19s linear infinite;
    }

    @keyframes scrollBg {
        from { background-position-x: 0; }
        to   { background-position-x: 370px; }
    }
}
*//*# sourceMappingURL=style.css.map */