/*!
Theme Name: edit.world
Theme URI: https://www.edit.world/
Author: Comtrade marketing, Milos Mladenovic    
Author URI: https://can.rs
Description: edit.world
Version: 1.0.0
License: GNU General Public License v2 or later
License URI: LICENSE
Text Domain: edit.world
Tags: Custom build Theme
*/

html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, embed, 
figure, figcaption, footer, header, hgroup, 
menu, nav, output, ruby, section, summary,
time, mark, audio, video {
	margin: 0;
	padding: 0;
	border: 0;
	font-size: 100%;
	font: inherit;
	vertical-align: baseline;
}
/* HTML5 display-role reset for older browsers */
article, aside, details, figcaption, figure, 
footer, header, hgroup, menu, nav, section {
	display: block;
}
body {
	line-height: 1;
}
ol, ul {
	list-style: none;
}
blockquote, q {
	quotes: none;
}
blockquote:before, blockquote:after,
q:before, q:after {
	content: '';
	content: none;
}
table {
	border-collapse: collapse;
	border-spacing: 0;
}
a {
  text-decoration: none;
  font-weight: 500;
}
*,
::before,
::after {
  box-sizing: border-box;
}
blockquote:before,
blockquote:after,
q:before,
q:after {
  content: "";
  content: none;
}
.container {
  max-width: 1200px;
  padding: 0 15px;
  margin: 0 auto;
}
@media (min-width: 576px) {
  .container {
    max-width: 540px;
  }
}

@media (min-width: 768px) {
  .container {
    max-width: 720px;
  }
}

@media (min-width: 992px) {
  .container {
    max-width: 960px;
  }
}

@media (min-width: 1230px) {
  .container {
    max-width: 1200px;
  }
}
/* @media (min-width: 1600px) {
  .container {
    max-width: 1400px;
  }
} */

.container-fluid {
  width: 100%;
  padding-right: 15px;
  padding-left: 15px;
  margin-right: auto;
  margin-left: auto;
}

.row {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin-right: -15px;
  margin-left: -15px;
}

.no-gutters {
  margin-right: 0;
  margin-left: 0;
}

.no-gutters > .col,
.no-gutters > [class*="col-"] {
  padding-right: 0;
  padding-left: 0;
}

.col-1,
.col-2,
.col-3,
.col-4,
.col-5,
.col-6,
.col-7,
.col-8,
.col-9,
.col-10,
.col-11,
.col-12,
.col,
.col-auto,
.col-sm-1,
.col-sm-2,
.col-sm-3,
.col-sm-4,
.col-sm-5,
.col-sm-6,
.col-sm-7,
.col-sm-8,
.col-sm-9,
.col-sm-10,
.col-sm-11,
.col-sm-12,
.col-sm,
.col-sm-auto,
.col-md-1,
.col-md-2,
.col-md-3,
.col-md-4,
.col-md-5,
.col-md-6,
.col-md-7,
.col-md-8,
.col-md-9,
.col-md-10,
.col-md-11,
.col-md-12,
.col-md,
.col-md-auto,
.col-lg-1,
.col-lg-2,
.col-lg-3,
.col-lg-4,
.col-lg-5,
.col-lg-6,
.col-lg-7,
.col-lg-8,
.col-lg-9,
.col-lg-10,
.col-lg-11,
.col-lg-12,
.col-lg,
.col-lg-auto,
.col-xl-1,
.col-xl-2,
.col-xl-3,
.col-xl-4,
.col-xl-5,
.col-xl-6,
.col-xl-7,
.col-xl-8,
.col-xl-9,
.col-xl-10,
.col-xl-11,
.col-xl-12,
.col-xl,
.col-xl-auto {
  position: relative;
  width: 100%;
  min-height: 1px;
  padding-right: 15px;
  padding-left: 15px;
}

.col {
  -ms-flex-preferred-size: 0;
  flex-basis: 0;
  -ms-flex-positive: 1;
  flex-grow: 1;
  max-width: 100%;
}

.col-auto {
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
  width: auto;
  max-width: none;
}

.col-1 {
  -ms-flex: 0 0 8.333333%;
  flex: 0 0 8.333333%;
  max-width: 8.333333%;
}

.col-2 {
  -ms-flex: 0 0 16.666667%;
  flex: 0 0 16.666667%;
  max-width: 16.666667%;
}

.col-3 {
  -ms-flex: 0 0 25%;
  flex: 0 0 25%;
  max-width: 25%;
}

.col-4 {
  -ms-flex: 0 0 33.333333%;
  flex: 0 0 33.333333%;
  max-width: 33.333333%;
}

.col-5 {
  -ms-flex: 0 0 41.666667%;
  flex: 0 0 41.666667%;
  max-width: 41.666667%;
}

.col-6 {
  -ms-flex: 0 0 50%;
  flex: 0 0 50%;
  max-width: 50%;
}

.col-7 {
  -ms-flex: 0 0 58.333333%;
  flex: 0 0 58.333333%;
  max-width: 58.333333%;
}

.col-8 {
  -ms-flex: 0 0 66.666667%;
  flex: 0 0 66.666667%;
  max-width: 66.666667%;
}

.col-9 {
  -ms-flex: 0 0 75%;
  flex: 0 0 75%;
  max-width: 75%;
}

.col-10 {
  -ms-flex: 0 0 83.333333%;
  flex: 0 0 83.333333%;
  max-width: 83.333333%;
}

.col-11 {
  -ms-flex: 0 0 91.666667%;
  flex: 0 0 91.666667%;
  max-width: 91.666667%;
}

.col-12 {
  -ms-flex: 0 0 100%;
  flex: 0 0 100%;
  max-width: 100%;
}

.order-first {
  -ms-flex-order: -1;
  order: -1;
}

.order-last {
  -ms-flex-order: 13;
  order: 13;
}

.order-0 {
  -ms-flex-order: 0;
  order: 0;
}

.order-1 {
  -ms-flex-order: 1;
  order: 1;
}

.order-2 {
  -ms-flex-order: 2;
  order: 2;
}

.order-3 {
  -ms-flex-order: 3;
  order: 3;
}

.order-4 {
  -ms-flex-order: 4;
  order: 4;
}

.order-5 {
  -ms-flex-order: 5;
  order: 5;
}

.order-6 {
  -ms-flex-order: 6;
  order: 6;
}

.order-7 {
  -ms-flex-order: 7;
  order: 7;
}

.order-8 {
  -ms-flex-order: 8;
  order: 8;
}

.order-9 {
  -ms-flex-order: 9;
  order: 9;
}

.order-10 {
  -ms-flex-order: 10;
  order: 10;
}

.order-11 {
  -ms-flex-order: 11;
  order: 11;
}

.order-12 {
  -ms-flex-order: 12;
  order: 12;
}

.offset-1 {
  margin-left: 8.333333%;
}

.offset-2 {
  margin-left: 16.666667%;
}

.offset-3 {
  margin-left: 25%;
}

.offset-4 {
  margin-left: 33.333333%;
}

.offset-5 {
  margin-left: 41.666667%;
}

.offset-6 {
  margin-left: 50%;
}

.offset-7 {
  margin-left: 58.333333%;
}

.offset-8 {
  margin-left: 66.666667%;
}

.offset-9 {
  margin-left: 75%;
}

.offset-10 {
  margin-left: 83.333333%;
}

.offset-11 {
  margin-left: 91.666667%;
}

@media (min-width: 576px) {
  .col-sm {
    -ms-flex-preferred-size: 0;
    flex-basis: 0;
    -ms-flex-positive: 1;
    flex-grow: 1;
    max-width: 100%;
  }

  .col-sm-auto {
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    width: auto;
    max-width: none;
  }

  .col-sm-1 {
    -ms-flex: 0 0 8.333333%;
    flex: 0 0 8.333333%;
    max-width: 8.333333%;
  }

  .col-sm-2 {
    -ms-flex: 0 0 16.666667%;
    flex: 0 0 16.666667%;
    max-width: 16.666667%;
  }

  .col-sm-3 {
    -ms-flex: 0 0 25%;
    flex: 0 0 25%;
    max-width: 25%;
  }

  .col-sm-4 {
    -ms-flex: 0 0 33.333333%;
    flex: 0 0 33.333333%;
    max-width: 33.333333%;
  }

  .col-sm-5 {
    -ms-flex: 0 0 41.666667%;
    flex: 0 0 41.666667%;
    max-width: 41.666667%;
  }

  .col-sm-6 {
    -ms-flex: 0 0 50%;
    flex: 0 0 50%;
    max-width: 50%;
  }

  .col-sm-7 {
    -ms-flex: 0 0 58.333333%;
    flex: 0 0 58.333333%;
    max-width: 58.333333%;
  }

  .col-sm-8 {
    -ms-flex: 0 0 66.666667%;
    flex: 0 0 66.666667%;
    max-width: 66.666667%;
  }

  .col-sm-9 {
    -ms-flex: 0 0 75%;
    flex: 0 0 75%;
    max-width: 75%;
  }

  .col-sm-10 {
    -ms-flex: 0 0 83.333333%;
    flex: 0 0 83.333333%;
    max-width: 83.333333%;
  }

  .col-sm-11 {
    -ms-flex: 0 0 91.666667%;
    flex: 0 0 91.666667%;
    max-width: 91.666667%;
  }

  .col-sm-12 {
    -ms-flex: 0 0 100%;
    flex: 0 0 100%;
    max-width: 100%;
  }

  .order-sm-first {
    -ms-flex-order: -1;
    order: -1;
  }

  .order-sm-last {
    -ms-flex-order: 13;
    order: 13;
  }

  .order-sm-0 {
    -ms-flex-order: 0;
    order: 0;
  }

  .order-sm-1 {
    -ms-flex-order: 1;
    order: 1;
  }

  .order-sm-2 {
    -ms-flex-order: 2;
    order: 2;
  }

  .order-sm-3 {
    -ms-flex-order: 3;
    order: 3;
  }

  .order-sm-4 {
    -ms-flex-order: 4;
    order: 4;
  }

  .order-sm-5 {
    -ms-flex-order: 5;
    order: 5;
  }

  .order-sm-6 {
    -ms-flex-order: 6;
    order: 6;
  }

  .order-sm-7 {
    -ms-flex-order: 7;
    order: 7;
  }

  .order-sm-8 {
    -ms-flex-order: 8;
    order: 8;
  }

  .order-sm-9 {
    -ms-flex-order: 9;
    order: 9;
  }

  .order-sm-10 {
    -ms-flex-order: 10;
    order: 10;
  }

  .order-sm-11 {
    -ms-flex-order: 11;
    order: 11;
  }

  .order-sm-12 {
    -ms-flex-order: 12;
    order: 12;
  }

  .offset-sm-0 {
    margin-left: 0;
  }

  .offset-sm-1 {
    margin-left: 8.333333%;
  }

  .offset-sm-2 {
    margin-left: 16.666667%;
  }

  .offset-sm-3 {
    margin-left: 25%;
  }

  .offset-sm-4 {
    margin-left: 33.333333%;
  }

  .offset-sm-5 {
    margin-left: 41.666667%;
  }

  .offset-sm-6 {
    margin-left: 50%;
  }

  .offset-sm-7 {
    margin-left: 58.333333%;
  }

  .offset-sm-8 {
    margin-left: 66.666667%;
  }

  .offset-sm-9 {
    margin-left: 75%;
  }

  .offset-sm-10 {
    margin-left: 83.333333%;
  }

  .offset-sm-11 {
    margin-left: 91.666667%;
  }
}

@media (min-width: 768px) {
  .col-md {
    -ms-flex-preferred-size: 0;
    flex-basis: 0;
    -ms-flex-positive: 1;
    flex-grow: 1;
    max-width: 100%;
  }

  .col-md-auto {
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    width: auto;
    max-width: none;
  }

  .col-md-1 {
    -ms-flex: 0 0 8.333333%;
    flex: 0 0 8.333333%;
    max-width: 8.333333%;
  }

  .col-md-2 {
    -ms-flex: 0 0 16.666667%;
    flex: 0 0 16.666667%;
    max-width: 16.666667%;
  }

  .col-md-3 {
    -ms-flex: 0 0 25%;
    flex: 0 0 25%;
    max-width: 25%;
  }

  .col-md-4 {
    -ms-flex: 0 0 33.333333%;
    flex: 0 0 33.333333%;
    max-width: 33.333333%;
  }

  .col-md-5 {
    -ms-flex: 0 0 41.666667%;
    flex: 0 0 41.666667%;
    max-width: 41.666667%;
  }

  .col-md-6 {
    -ms-flex: 0 0 50%;
    flex: 0 0 50%;
    max-width: 50%;
  }

  .col-md-7 {
    -ms-flex: 0 0 58.333333%;
    flex: 0 0 58.333333%;
    max-width: 58.333333%;
  }

  .col-md-8 {
    -ms-flex: 0 0 66.666667%;
    flex: 0 0 66.666667%;
    max-width: 66.666667%;
  }

  .col-md-9 {
    -ms-flex: 0 0 75%;
    flex: 0 0 75%;
    max-width: 75%;
  }

  .col-md-10 {
    -ms-flex: 0 0 83.333333%;
    flex: 0 0 83.333333%;
    max-width: 83.333333%;
  }

  .col-md-11 {
    -ms-flex: 0 0 91.666667%;
    flex: 0 0 91.666667%;
    max-width: 91.666667%;
  }

  .col-md-12 {
    -ms-flex: 0 0 100%;
    flex: 0 0 100%;
    max-width: 100%;
  }

  .order-md-first {
    -ms-flex-order: -1;
    order: -1;
  }

  .order-md-last {
    -ms-flex-order: 13;
    order: 13;
  }

  .order-md-0 {
    -ms-flex-order: 0;
    order: 0;
  }

  .order-md-1 {
    -ms-flex-order: 1;
    order: 1;
  }

  .order-md-2 {
    -ms-flex-order: 2;
    order: 2;
  }

  .order-md-3 {
    -ms-flex-order: 3;
    order: 3;
  }

  .order-md-4 {
    -ms-flex-order: 4;
    order: 4;
  }

  .order-md-5 {
    -ms-flex-order: 5;
    order: 5;
  }

  .order-md-6 {
    -ms-flex-order: 6;
    order: 6;
  }

  .order-md-7 {
    -ms-flex-order: 7;
    order: 7;
  }

  .order-md-8 {
    -ms-flex-order: 8;
    order: 8;
  }

  .order-md-9 {
    -ms-flex-order: 9;
    order: 9;
  }

  .order-md-10 {
    -ms-flex-order: 10;
    order: 10;
  }

  .order-md-11 {
    -ms-flex-order: 11;
    order: 11;
  }

  .order-md-12 {
    -ms-flex-order: 12;
    order: 12;
  }

  .offset-md-0 {
    margin-left: 0;
  }

  .offset-md-1 {
    margin-left: 8.333333%;
  }

  .offset-md-2 {
    margin-left: 16.666667%;
  }

  .offset-md-3 {
    margin-left: 25%;
  }

  .offset-md-4 {
    margin-left: 33.333333%;
  }

  .offset-md-5 {
    margin-left: 41.666667%;
  }

  .offset-md-6 {
    margin-left: 50%;
  }

  .offset-md-7 {
    margin-left: 58.333333%;
  }

  .offset-md-8 {
    margin-left: 66.666667%;
  }

  .offset-md-9 {
    margin-left: 75%;
  }

  .offset-md-10 {
    margin-left: 83.333333%;
  }

  .offset-md-11 {
    margin-left: 91.666667%;
  }
}

@media (min-width: 992px) {
  .col-lg {
    -ms-flex-preferred-size: 0;
    flex-basis: 0;
    -ms-flex-positive: 1;
    flex-grow: 1;
    max-width: 100%;
  }

  .col-lg-auto {
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    width: auto;
    max-width: none;
  }

  .col-lg-1 {
    -ms-flex: 0 0 8.333333%;
    flex: 0 0 8.333333%;
    max-width: 8.333333%;
  }

  .col-lg-2 {
    -ms-flex: 0 0 16.666667%;
    flex: 0 0 16.666667%;
    max-width: 16.666667%;
  }

  .col-lg-3 {
    -ms-flex: 0 0 25%;
    flex: 0 0 25%;
    max-width: 25%;
  }

  .col-lg-4 {
    -ms-flex: 0 0 33.333333%;
    flex: 0 0 33.333333%;
    max-width: 33.333333%;
  }

  .col-lg-5 {
    -ms-flex: 0 0 41.666667%;
    flex: 0 0 41.666667%;
    max-width: 41.666667%;
  }

  .col-lg-6 {
    -ms-flex: 0 0 50%;
    flex: 0 0 50%;
    max-width: 50%;
  }

  .col-lg-7 {
    -ms-flex: 0 0 58.333333%;
    flex: 0 0 58.333333%;
    max-width: 58.333333%;
  }

  .col-lg-8 {
    -ms-flex: 0 0 66.666667%;
    flex: 0 0 66.666667%;
    max-width: 66.666667%;
  }

  .col-lg-9 {
    -ms-flex: 0 0 75%;
    flex: 0 0 75%;
    max-width: 75%;
  }

  .col-lg-10 {
    -ms-flex: 0 0 83.333333%;
    flex: 0 0 83.333333%;
    max-width: 83.333333%;
  }

  .col-lg-11 {
    -ms-flex: 0 0 91.666667%;
    flex: 0 0 91.666667%;
    max-width: 91.666667%;
  }

  .col-lg-12 {
    -ms-flex: 0 0 100%;
    flex: 0 0 100%;
    max-width: 100%;
  }

  .order-lg-first {
    -ms-flex-order: -1;
    order: -1;
  }

  .order-lg-last {
    -ms-flex-order: 13;
    order: 13;
  }

  .order-lg-0 {
    -ms-flex-order: 0;
    order: 0;
  }

  .order-lg-1 {
    -ms-flex-order: 1;
    order: 1;
  }

  .order-lg-2 {
    -ms-flex-order: 2;
    order: 2;
  }

  .order-lg-3 {
    -ms-flex-order: 3;
    order: 3;
  }

  .order-lg-4 {
    -ms-flex-order: 4;
    order: 4;
  }

  .order-lg-5 {
    -ms-flex-order: 5;
    order: 5;
  }

  .order-lg-6 {
    -ms-flex-order: 6;
    order: 6;
  }

  .order-lg-7 {
    -ms-flex-order: 7;
    order: 7;
  }

  .order-lg-8 {
    -ms-flex-order: 8;
    order: 8;
  }

  .order-lg-9 {
    -ms-flex-order: 9;
    order: 9;
  }

  .order-lg-10 {
    -ms-flex-order: 10;
    order: 10;
  }

  .order-lg-11 {
    -ms-flex-order: 11;
    order: 11;
  }

  .order-lg-12 {
    -ms-flex-order: 12;
    order: 12;
  }

  .offset-lg-0 {
    margin-left: 0;
  }

  .offset-lg-1 {
    margin-left: 8.333333%;
  }

  .offset-lg-2 {
    margin-left: 16.666667%;
  }

  .offset-lg-3 {
    margin-left: 25%;
  }

  .offset-lg-4 {
    margin-left: 33.333333%;
  }

  .offset-lg-5 {
    margin-left: 41.666667%;
  }

  .offset-lg-6 {
    margin-left: 50%;
  }

  .offset-lg-7 {
    margin-left: 58.333333%;
  }

  .offset-lg-8 {
    margin-left: 66.666667%;
  }

  .offset-lg-9 {
    margin-left: 75%;
  }

  .offset-lg-10 {
    margin-left: 83.333333%;
  }

  .offset-lg-11 {
    margin-left: 91.666667%;
  }
}

@media (min-width: 1200px) {
  .col-xl {
    -ms-flex-preferred-size: 0;
    flex-basis: 0;
    -ms-flex-positive: 1;
    flex-grow: 1;
    max-width: 100%;
  }

  .col-xl-auto {
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    width: auto;
    max-width: none;
  }

  .col-xl-1 {
    -ms-flex: 0 0 8.333333%;
    flex: 0 0 8.333333%;
    max-width: 8.333333%;
  }

  .col-xl-2 {
    -ms-flex: 0 0 16.666667%;
    flex: 0 0 16.666667%;
    max-width: 16.666667%;
  }

  .col-xl-3 {
    -ms-flex: 0 0 25%;
    flex: 0 0 25%;
    max-width: 25%;
  }

  .col-xl-4 {
    -ms-flex: 0 0 33.333333%;
    flex: 0 0 33.333333%;
    max-width: 33.333333%;
  }

  .col-xl-5 {
    -ms-flex: 0 0 41.666667%;
    flex: 0 0 41.666667%;
    max-width: 41.666667%;
  }

  .col-xl-6 {
    -ms-flex: 0 0 50%;
    flex: 0 0 50%;
    max-width: 50%;
  }

  .col-xl-7 {
    -ms-flex: 0 0 58.333333%;
    flex: 0 0 58.333333%;
    max-width: 58.333333%;
  }

  .col-xl-8 {
    -ms-flex: 0 0 66.666667%;
    flex: 0 0 66.666667%;
    max-width: 66.666667%;
  }

  .col-xl-9 {
    -ms-flex: 0 0 75%;
    flex: 0 0 75%;
    max-width: 75%;
  }

  .col-xl-10 {
    -ms-flex: 0 0 83.333333%;
    flex: 0 0 83.333333%;
    max-width: 83.333333%;
  }

  .col-xl-11 {
    -ms-flex: 0 0 91.666667%;
    flex: 0 0 91.666667%;
    max-width: 91.666667%;
  }

  .col-xl-12 {
    -ms-flex: 0 0 100%;
    flex: 0 0 100%;
    max-width: 100%;
  }

  .order-xl-first {
    -ms-flex-order: -1;
    order: -1;
  }

  .order-xl-last {
    -ms-flex-order: 13;
    order: 13;
  }

  .order-xl-0 {
    -ms-flex-order: 0;
    order: 0;
  }

  .order-xl-1 {
    -ms-flex-order: 1;
    order: 1;
  }

  .order-xl-2 {
    -ms-flex-order: 2;
    order: 2;
  }

  .order-xl-3 {
    -ms-flex-order: 3;
    order: 3;
  }

  .order-xl-4 {
    -ms-flex-order: 4;
    order: 4;
  }

  .order-xl-5 {
    -ms-flex-order: 5;
    order: 5;
  }

  .order-xl-6 {
    -ms-flex-order: 6;
    order: 6;
  }

  .order-xl-7 {
    -ms-flex-order: 7;
    order: 7;
  }

  .order-xl-8 {
    -ms-flex-order: 8;
    order: 8;
  }

  .order-xl-9 {
    -ms-flex-order: 9;
    order: 9;
  }

  .order-xl-10 {
    -ms-flex-order: 10;
    order: 10;
  }

  .order-xl-11 {
    -ms-flex-order: 11;
    order: 11;
  }

  .order-xl-12 {
    -ms-flex-order: 12;
    order: 12;
  }

  .offset-xl-0 {
    margin-left: 0;
  }

  .offset-xl-1 {
    margin-left: 8.333333%;
  }

  .offset-xl-2 {
    margin-left: 16.666667%;
  }

  .offset-xl-3 {
    margin-left: 25%;
  }

  .offset-xl-4 {
    margin-left: 33.333333%;
  }

  .offset-xl-5 {
    margin-left: 41.666667%;
  }

  .offset-xl-6 {
    margin-left: 50%;
  }

  .offset-xl-7 {
    margin-left: 58.333333%;
  }

  .offset-xl-8 {
    margin-left: 66.666667%;
  }

  .offset-xl-9 {
    margin-left: 75%;
  }

  .offset-xl-10 {
    margin-left: 83.333333%;
  }

  .offset-xl-11 {
    margin-left: 91.666667%;
  }
}

.d-none {
  display: none !important;
}

.d-inline {
  display: inline !important;
}

.d-inline-block {
  display: inline-block !important;
}

.d-block {
  display: block !important;
}

.d-table {
  display: table !important;
}

.d-table-row {
  display: table-row !important;
}

.d-table-cell {
  display: table-cell !important;
}

.d-flex {
  display: -ms-flexbox !important;
  display: flex !important;
}

.d-inline-flex {
  display: -ms-inline-flexbox !important;
  display: inline-flex !important;
}

@media (min-width: 576px) {
  .d-sm-none {
    display: none !important;
  }

  .d-sm-inline {
    display: inline !important;
  }

  .d-sm-inline-block {
    display: inline-block !important;
  }

  .d-sm-block {
    display: block !important;
  }

  .d-sm-table {
    display: table !important;
  }

  .d-sm-table-row {
    display: table-row !important;
  }

  .d-sm-table-cell {
    display: table-cell !important;
  }

  .d-sm-flex {
    display: -ms-flexbox !important;
    display: flex !important;
  }

  .d-sm-inline-flex {
    display: -ms-inline-flexbox !important;
    display: inline-flex !important;
  }
}

@media (min-width: 768px) {
  .d-md-none {
    display: none !important;
  }

  .d-md-inline {
    display: inline !important;
  }

  .d-md-inline-block {
    display: inline-block !important;
  }

  .d-md-block {
    display: block !important;
  }

  .d-md-table {
    display: table !important;
  }

  .d-md-table-row {
    display: table-row !important;
  }

  .d-md-table-cell {
    display: table-cell !important;
  }

  .d-md-flex {
    display: -ms-flexbox !important;
    display: flex !important;
  }

  .d-md-inline-flex {
    display: -ms-inline-flexbox !important;
    display: inline-flex !important;
  }
}

@media (min-width: 992px) {
  .d-lg-none {
    display: none !important;
  }

  .d-lg-inline {
    display: inline !important;
  }

  .d-lg-inline-block {
    display: inline-block !important;
  }

  .d-lg-block {
    display: block !important;
  }

  .d-lg-table {
    display: table !important;
  }

  .d-lg-table-row {
    display: table-row !important;
  }

  .d-lg-table-cell {
    display: table-cell !important;
  }

  .d-lg-flex {
    display: -ms-flexbox !important;
    display: flex !important;
  }

  .d-lg-inline-flex {
    display: -ms-inline-flexbox !important;
    display: inline-flex !important;
  }
}

@media (min-width: 1200px) {
  .d-xl-none {
    display: none !important;
  }

  .d-xl-inline {
    display: inline !important;
  }

  .d-xl-inline-block {
    display: inline-block !important;
  }

  .d-xl-block {
    display: block !important;
  }

  .d-xl-table {
    display: table !important;
  }

  .d-xl-table-row {
    display: table-row !important;
  }

  .d-xl-table-cell {
    display: table-cell !important;
  }

  .d-xl-flex {
    display: -ms-flexbox !important;
    display: flex !important;
  }

  .d-xl-inline-flex {
    display: -ms-inline-flexbox !important;
    display: inline-flex !important;
  }
}

@media print {
  .d-print-none {
    display: none !important;
  }

  .d-print-inline {
    display: inline !important;
  }

  .d-print-inline-block {
    display: inline-block !important;
  }

  .d-print-block {
    display: block !important;
  }

  .d-print-table {
    display: table !important;
  }

  .d-print-table-row {
    display: table-row !important;
  }

  .d-print-table-cell {
    display: table-cell !important;
  }

  .d-print-flex {
    display: -ms-flexbox !important;
    display: flex !important;
  }

  .d-print-inline-flex {
    display: -ms-inline-flexbox !important;
    display: inline-flex !important;
  }
}

.flex-row {
  -ms-flex-direction: row !important;
  flex-direction: row !important;
}

.flex-column {
  -ms-flex-direction: column !important;
  flex-direction: column !important;
}

.flex-row-reverse {
  -ms-flex-direction: row-reverse !important;
  flex-direction: row-reverse !important;
}

.flex-column-reverse {
  -ms-flex-direction: column-reverse !important;
  flex-direction: column-reverse !important;
}

.flex-wrap {
  -ms-flex-wrap: wrap !important;
  flex-wrap: wrap !important;
}

.flex-nowrap {
  -ms-flex-wrap: nowrap !important;
  flex-wrap: nowrap !important;
}

.flex-wrap-reverse {
  -ms-flex-wrap: wrap-reverse !important;
  flex-wrap: wrap-reverse !important;
}

.flex-fill {
  -ms-flex: 1 1 auto !important;
  flex: 1 1 auto !important;
}

.flex-grow-0 {
  -ms-flex-positive: 0 !important;
  flex-grow: 0 !important;
}

.flex-grow-1 {
  -ms-flex-positive: 1 !important;
  flex-grow: 1 !important;
}

.flex-shrink-0 {
  -ms-flex-negative: 0 !important;
  flex-shrink: 0 !important;
}

.flex-shrink-1 {
  -ms-flex-negative: 1 !important;
  flex-shrink: 1 !important;
}

.justify-content-start {
  -ms-flex-pack: start !important;
  justify-content: flex-start !important;
}

.justify-content-end {
  -ms-flex-pack: end !important;
  justify-content: flex-end !important;
}

.justify-content-center {
  -ms-flex-pack: center !important;
  justify-content: center !important;
}

.justify-content-between {
  -ms-flex-pack: justify !important;
  justify-content: space-between !important;
}

.justify-content-around {
  -ms-flex-pack: distribute !important;
  justify-content: space-around !important;
}

.align-items-start {
  -ms-flex-align: start !important;
  align-items: flex-start !important;
}

.align-items-end {
  -ms-flex-align: end !important;
  align-items: flex-end !important;
}

.align-items-center {
  -ms-flex-align: center !important;
  align-items: center !important;
}

.align-items-baseline {
  -ms-flex-align: baseline !important;
  align-items: baseline !important;
}

.align-items-stretch {
  -ms-flex-align: stretch !important;
  align-items: stretch !important;
}

.align-content-start {
  -ms-flex-line-pack: start !important;
  align-content: flex-start !important;
}

.align-content-end {
  -ms-flex-line-pack: end !important;
  align-content: flex-end !important;
}

.align-content-center {
  -ms-flex-line-pack: center !important;
  align-content: center !important;
}

.align-content-between {
  -ms-flex-line-pack: justify !important;
  align-content: space-between !important;
}

.align-content-around {
  -ms-flex-line-pack: distribute !important;
  align-content: space-around !important;
}

.align-content-stretch {
  -ms-flex-line-pack: stretch !important;
  align-content: stretch !important;
}

.align-self-auto {
  -ms-flex-item-align: auto !important;
  align-self: auto !important;
}

.align-self-start {
  -ms-flex-item-align: start !important;
  align-self: flex-start !important;
}

.align-self-end {
  -ms-flex-item-align: end !important;
  align-self: flex-end !important;
}

.align-self-center {
  -ms-flex-item-align: center !important;
  align-self: center !important;
}

.align-self-baseline {
  -ms-flex-item-align: baseline !important;
  align-self: baseline !important;
}

.align-self-stretch {
  -ms-flex-item-align: stretch !important;
  align-self: stretch !important;
}

@media (min-width: 576px) {
  .flex-sm-row {
    -ms-flex-direction: row !important;
    flex-direction: row !important;
  }

  .flex-sm-column {
    -ms-flex-direction: column !important;
    flex-direction: column !important;
  }

  .flex-sm-row-reverse {
    -ms-flex-direction: row-reverse !important;
    flex-direction: row-reverse !important;
  }

  .flex-sm-column-reverse {
    -ms-flex-direction: column-reverse !important;
    flex-direction: column-reverse !important;
  }

  .flex-sm-wrap {
    -ms-flex-wrap: wrap !important;
    flex-wrap: wrap !important;
  }

  .flex-sm-nowrap {
    -ms-flex-wrap: nowrap !important;
    flex-wrap: nowrap !important;
  }

  .flex-sm-wrap-reverse {
    -ms-flex-wrap: wrap-reverse !important;
    flex-wrap: wrap-reverse !important;
  }

  .flex-sm-fill {
    -ms-flex: 1 1 auto !important;
    flex: 1 1 auto !important;
  }

  .flex-sm-grow-0 {
    -ms-flex-positive: 0 !important;
    flex-grow: 0 !important;
  }

  .flex-sm-grow-1 {
    -ms-flex-positive: 1 !important;
    flex-grow: 1 !important;
  }

  .flex-sm-shrink-0 {
    -ms-flex-negative: 0 !important;
    flex-shrink: 0 !important;
  }

  .flex-sm-shrink-1 {
    -ms-flex-negative: 1 !important;
    flex-shrink: 1 !important;
  }

  .justify-content-sm-start {
    -ms-flex-pack: start !important;
    justify-content: flex-start !important;
  }

  .justify-content-sm-end {
    -ms-flex-pack: end !important;
    justify-content: flex-end !important;
  }

  .justify-content-sm-center {
    -ms-flex-pack: center !important;
    justify-content: center !important;
  }

  .justify-content-sm-between {
    -ms-flex-pack: justify !important;
    justify-content: space-between !important;
  }

  .justify-content-sm-around {
    -ms-flex-pack: distribute !important;
    justify-content: space-around !important;
  }

  .align-items-sm-start {
    -ms-flex-align: start !important;
    align-items: flex-start !important;
  }

  .align-items-sm-end {
    -ms-flex-align: end !important;
    align-items: flex-end !important;
  }

  .align-items-sm-center {
    -ms-flex-align: center !important;
    align-items: center !important;
  }

  .align-items-sm-baseline {
    -ms-flex-align: baseline !important;
    align-items: baseline !important;
  }

  .align-items-sm-stretch {
    -ms-flex-align: stretch !important;
    align-items: stretch !important;
  }

  .align-content-sm-start {
    -ms-flex-line-pack: start !important;
    align-content: flex-start !important;
  }

  .align-content-sm-end {
    -ms-flex-line-pack: end !important;
    align-content: flex-end !important;
  }

  .align-content-sm-center {
    -ms-flex-line-pack: center !important;
    align-content: center !important;
  }

  .align-content-sm-between {
    -ms-flex-line-pack: justify !important;
    align-content: space-between !important;
  }

  .align-content-sm-around {
    -ms-flex-line-pack: distribute !important;
    align-content: space-around !important;
  }

  .align-content-sm-stretch {
    -ms-flex-line-pack: stretch !important;
    align-content: stretch !important;
  }

  .align-self-sm-auto {
    -ms-flex-item-align: auto !important;
    align-self: auto !important;
  }

  .align-self-sm-start {
    -ms-flex-item-align: start !important;
    align-self: flex-start !important;
  }

  .align-self-sm-end {
    -ms-flex-item-align: end !important;
    align-self: flex-end !important;
  }

  .align-self-sm-center {
    -ms-flex-item-align: center !important;
    align-self: center !important;
  }

  .align-self-sm-baseline {
    -ms-flex-item-align: baseline !important;
    align-self: baseline !important;
  }

  .align-self-sm-stretch {
    -ms-flex-item-align: stretch !important;
    align-self: stretch !important;
  }
}

@media (min-width: 768px) {
  .flex-md-row {
    -ms-flex-direction: row !important;
    flex-direction: row !important;
  }

  .flex-md-column {
    -ms-flex-direction: column !important;
    flex-direction: column !important;
  }

  .flex-md-row-reverse {
    -ms-flex-direction: row-reverse !important;
    flex-direction: row-reverse !important;
  }

  .flex-md-column-reverse {
    -ms-flex-direction: column-reverse !important;
    flex-direction: column-reverse !important;
  }

  .flex-md-wrap {
    -ms-flex-wrap: wrap !important;
    flex-wrap: wrap !important;
  }

  .flex-md-nowrap {
    -ms-flex-wrap: nowrap !important;
    flex-wrap: nowrap !important;
  }

  .flex-md-wrap-reverse {
    -ms-flex-wrap: wrap-reverse !important;
    flex-wrap: wrap-reverse !important;
  }

  .flex-md-fill {
    -ms-flex: 1 1 auto !important;
    flex: 1 1 auto !important;
  }

  .flex-md-grow-0 {
    -ms-flex-positive: 0 !important;
    flex-grow: 0 !important;
  }

  .flex-md-grow-1 {
    -ms-flex-positive: 1 !important;
    flex-grow: 1 !important;
  }

  .flex-md-shrink-0 {
    -ms-flex-negative: 0 !important;
    flex-shrink: 0 !important;
  }

  .flex-md-shrink-1 {
    -ms-flex-negative: 1 !important;
    flex-shrink: 1 !important;
  }

  .justify-content-md-start {
    -ms-flex-pack: start !important;
    justify-content: flex-start !important;
  }

  .justify-content-md-end {
    -ms-flex-pack: end !important;
    justify-content: flex-end !important;
  }

  .justify-content-md-center {
    -ms-flex-pack: center !important;
    justify-content: center !important;
  }

  .justify-content-md-between {
    -ms-flex-pack: justify !important;
    justify-content: space-between !important;
  }

  .justify-content-md-around {
    -ms-flex-pack: distribute !important;
    justify-content: space-around !important;
  }

  .align-items-md-start {
    -ms-flex-align: start !important;
    align-items: flex-start !important;
  }

  .align-items-md-end {
    -ms-flex-align: end !important;
    align-items: flex-end !important;
  }

  .align-items-md-center {
    -ms-flex-align: center !important;
    align-items: center !important;
  }

  .align-items-md-baseline {
    -ms-flex-align: baseline !important;
    align-items: baseline !important;
  }

  .align-items-md-stretch {
    -ms-flex-align: stretch !important;
    align-items: stretch !important;
  }

  .align-content-md-start {
    -ms-flex-line-pack: start !important;
    align-content: flex-start !important;
  }

  .align-content-md-end {
    -ms-flex-line-pack: end !important;
    align-content: flex-end !important;
  }

  .align-content-md-center {
    -ms-flex-line-pack: center !important;
    align-content: center !important;
  }

  .align-content-md-between {
    -ms-flex-line-pack: justify !important;
    align-content: space-between !important;
  }

  .align-content-md-around {
    -ms-flex-line-pack: distribute !important;
    align-content: space-around !important;
  }

  .align-content-md-stretch {
    -ms-flex-line-pack: stretch !important;
    align-content: stretch !important;
  }

  .align-self-md-auto {
    -ms-flex-item-align: auto !important;
    align-self: auto !important;
  }

  .align-self-md-start {
    -ms-flex-item-align: start !important;
    align-self: flex-start !important;
  }

  .align-self-md-end {
    -ms-flex-item-align: end !important;
    align-self: flex-end !important;
  }

  .align-self-md-center {
    -ms-flex-item-align: center !important;
    align-self: center !important;
  }

  .align-self-md-baseline {
    -ms-flex-item-align: baseline !important;
    align-self: baseline !important;
  }

  .align-self-md-stretch {
    -ms-flex-item-align: stretch !important;
    align-self: stretch !important;
  }
}

@media (min-width: 992px) {
  .flex-lg-row {
    -ms-flex-direction: row !important;
    flex-direction: row !important;
  }

  .flex-lg-column {
    -ms-flex-direction: column !important;
    flex-direction: column !important;
  }

  .flex-lg-row-reverse {
    -ms-flex-direction: row-reverse !important;
    flex-direction: row-reverse !important;
  }

  .flex-lg-column-reverse {
    -ms-flex-direction: column-reverse !important;
    flex-direction: column-reverse !important;
  }

  .flex-lg-wrap {
    -ms-flex-wrap: wrap !important;
    flex-wrap: wrap !important;
  }

  .flex-lg-nowrap {
    -ms-flex-wrap: nowrap !important;
    flex-wrap: nowrap !important;
  }

  .flex-lg-wrap-reverse {
    -ms-flex-wrap: wrap-reverse !important;
    flex-wrap: wrap-reverse !important;
  }

  .flex-lg-fill {
    -ms-flex: 1 1 auto !important;
    flex: 1 1 auto !important;
  }

  .flex-lg-grow-0 {
    -ms-flex-positive: 0 !important;
    flex-grow: 0 !important;
  }

  .flex-lg-grow-1 {
    -ms-flex-positive: 1 !important;
    flex-grow: 1 !important;
  }

  .flex-lg-shrink-0 {
    -ms-flex-negative: 0 !important;
    flex-shrink: 0 !important;
  }

  .flex-lg-shrink-1 {
    -ms-flex-negative: 1 !important;
    flex-shrink: 1 !important;
  }

  .justify-content-lg-start {
    -ms-flex-pack: start !important;
    justify-content: flex-start !important;
  }

  .justify-content-lg-end {
    -ms-flex-pack: end !important;
    justify-content: flex-end !important;
  }

  .justify-content-lg-center {
    -ms-flex-pack: center !important;
    justify-content: center !important;
  }

  .justify-content-lg-between {
    -ms-flex-pack: justify !important;
    justify-content: space-between !important;
  }

  .justify-content-lg-around {
    -ms-flex-pack: distribute !important;
    justify-content: space-around !important;
  }

  .align-items-lg-start {
    -ms-flex-align: start !important;
    align-items: flex-start !important;
  }

  .align-items-lg-end {
    -ms-flex-align: end !important;
    align-items: flex-end !important;
  }

  .align-items-lg-center {
    -ms-flex-align: center !important;
    align-items: center !important;
  }

  .align-items-lg-baseline {
    -ms-flex-align: baseline !important;
    align-items: baseline !important;
  }

  .align-items-lg-stretch {
    -ms-flex-align: stretch !important;
    align-items: stretch !important;
  }

  .align-content-lg-start {
    -ms-flex-line-pack: start !important;
    align-content: flex-start !important;
  }

  .align-content-lg-end {
    -ms-flex-line-pack: end !important;
    align-content: flex-end !important;
  }

  .align-content-lg-center {
    -ms-flex-line-pack: center !important;
    align-content: center !important;
  }

  .align-content-lg-between {
    -ms-flex-line-pack: justify !important;
    align-content: space-between !important;
  }

  .align-content-lg-around {
    -ms-flex-line-pack: distribute !important;
    align-content: space-around !important;
  }

  .align-content-lg-stretch {
    -ms-flex-line-pack: stretch !important;
    align-content: stretch !important;
  }

  .align-self-lg-auto {
    -ms-flex-item-align: auto !important;
    align-self: auto !important;
  }

  .align-self-lg-start {
    -ms-flex-item-align: start !important;
    align-self: flex-start !important;
  }

  .align-self-lg-end {
    -ms-flex-item-align: end !important;
    align-self: flex-end !important;
  }

  .align-self-lg-center {
    -ms-flex-item-align: center !important;
    align-self: center !important;
  }

  .align-self-lg-baseline {
    -ms-flex-item-align: baseline !important;
    align-self: baseline !important;
  }

  .align-self-lg-stretch {
    -ms-flex-item-align: stretch !important;
    align-self: stretch !important;
  }
}

@media (min-width: 1200px) {
  .flex-xl-row {
    -ms-flex-direction: row !important;
    flex-direction: row !important;
  }

  .flex-xl-column {
    -ms-flex-direction: column !important;
    flex-direction: column !important;
  }

  .flex-xl-row-reverse {
    -ms-flex-direction: row-reverse !important;
    flex-direction: row-reverse !important;
  }

  .flex-xl-column-reverse {
    -ms-flex-direction: column-reverse !important;
    flex-direction: column-reverse !important;
  }

  .flex-xl-wrap {
    -ms-flex-wrap: wrap !important;
    flex-wrap: wrap !important;
  }

  .flex-xl-nowrap {
    -ms-flex-wrap: nowrap !important;
    flex-wrap: nowrap !important;
  }

  .flex-xl-wrap-reverse {
    -ms-flex-wrap: wrap-reverse !important;
    flex-wrap: wrap-reverse !important;
  }

  .flex-xl-fill {
    -ms-flex: 1 1 auto !important;
    flex: 1 1 auto !important;
  }

  .flex-xl-grow-0 {
    -ms-flex-positive: 0 !important;
    flex-grow: 0 !important;
  }

  .flex-xl-grow-1 {
    -ms-flex-positive: 1 !important;
    flex-grow: 1 !important;
  }

  .flex-xl-shrink-0 {
    -ms-flex-negative: 0 !important;
    flex-shrink: 0 !important;
  }

  .flex-xl-shrink-1 {
    -ms-flex-negative: 1 !important;
    flex-shrink: 1 !important;
  }

  .justify-content-xl-start {
    -ms-flex-pack: start !important;
    justify-content: flex-start !important;
  }

  .justify-content-xl-end {
    -ms-flex-pack: end !important;
    justify-content: flex-end !important;
  }

  .justify-content-xl-center {
    -ms-flex-pack: center !important;
    justify-content: center !important;
  }

  .justify-content-xl-between {
    -ms-flex-pack: justify !important;
    justify-content: space-between !important;
  }

  .justify-content-xl-around {
    -ms-flex-pack: distribute !important;
    justify-content: space-around !important;
  }

  .align-items-xl-start {
    -ms-flex-align: start !important;
    align-items: flex-start !important;
  }

  .align-items-xl-end {
    -ms-flex-align: end !important;
    align-items: flex-end !important;
  }

  .align-items-xl-center {
    -ms-flex-align: center !important;
    align-items: center !important;
  }

  .align-items-xl-baseline {
    -ms-flex-align: baseline !important;
    align-items: baseline !important;
  }

  .align-items-xl-stretch {
    -ms-flex-align: stretch !important;
    align-items: stretch !important;
  }

  .align-content-xl-start {
    -ms-flex-line-pack: start !important;
    align-content: flex-start !important;
  }

  .align-content-xl-end {
    -ms-flex-line-pack: end !important;
    align-content: flex-end !important;
  }

  .align-content-xl-center {
    -ms-flex-line-pack: center !important;
    align-content: center !important;
  }

  .align-content-xl-between {
    -ms-flex-line-pack: justify !important;
    align-content: space-between !important;
  }

  .align-content-xl-around {
    -ms-flex-line-pack: distribute !important;
    align-content: space-around !important;
  }

  .align-content-xl-stretch {
    -ms-flex-line-pack: stretch !important;
    align-content: stretch !important;
  }

  .align-self-xl-auto {
    -ms-flex-item-align: auto !important;
    align-self: auto !important;
  }

  .align-self-xl-start {
    -ms-flex-item-align: start !important;
    align-self: flex-start !important;
  }

  .align-self-xl-end {
    -ms-flex-item-align: end !important;
    align-self: flex-end !important;
  }

  .align-self-xl-center {
    -ms-flex-item-align: center !important;
    align-self: center !important;
  }

  .align-self-xl-baseline {
    -ms-flex-item-align: baseline !important;
    align-self: baseline !important;
  }

  .align-self-xl-stretch {
    -ms-flex-item-align: stretch !important;
    align-self: stretch !important;
  }
}

.d-flex {
  display: -webkit-flex;
  display: flex;
}


.img-fluid {
  max-width: 100%;
  height: auto;
}
/**************************************************************
    *HEADER
**************************************************************/
:root {
  --bg-black: #000000;
  --primary-red: #F52132;
  --accent-green: #00E10E;
  --text-white: #ffffff;
}

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

body {
  background-color: var(--bg-black);
  color: var(--text-white);
  font-family: 'Geist Mono', monospace; /* Default text */
  line-height: 1.6;
  overflow-x: hidden;
}

h1, h2, h3 {
  font-family: 'Stack Sans Notch', sans-serif;
}

/* Navigation */
#main-nav {
  position: fixed;
  top: 0;
  width: 100%;
  z-index: 1000;
  background: rgba(0, 0, 0, 0.8);
  backdrop-filter: blur(10px);
  padding: 20px 0 15px;
}

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

.nav-links {
  list-style: none;
  display: flex;
}

.nav-links a {
  color: #fff;
  text-decoration: none;
  font-size: 15px;
  transition: color 0.3s;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
  padding: 0 10px;
}

.nav-links a.active, .nav-links a:hover {
  color: var(--primary-red);
}
/***********************************************
   * MOBILE NAV 
***********************************************/
/* --- Desktop podrazumevani stilovi (iznad 991px) --- */
.hamburger-menu {
  display: none; /* Sakriven na desktopu */
  background: none;
  border: none;
  cursor: pointer;
}

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

.nav-links {
  display: flex;
  list-style: none;
}

/* --- Mobile stilovi (Do 991px) --- */
@media (max-width: 991px) {

  .hamburger-menu {
      display: block; /* Prikazuje se na mobilnom */
  }

  .nav-links.header-links {
      display: none;
      flex-direction: column;
      width: 100%;
      position: absolute;
      top: 100%;
      left: 0;
      background-color:  var(--bg-black);
      padding: 20px 0;
      border-top: 1px solid #fff;
      z-index: 999;
  }

  .nav-links li {
      width: 100%;
      text-align: center;
  }

  .nav-links li a {
      display: block;
      padding: 15px 0;
  }
}
/**************************************************************
    *PAGES
**************************************************************/
/* Hero Section */
#hero {
  position: relative;
  height: 100vh;
  display: flex;
  align-items: center;
  overflow: hidden;
  min-height: 600px;
  max-height: 950px;
}
.hero-content {
  width: 100%;
}
#bg-video {
  position: absolute;
  bottom: -10%;
  right: -15%;
  width: 100%;
  height: 100%;
  object-fit: cover; 
  object-position: right bottom; 
  z-index: -2;
}
.overlay {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: radial-gradient(circle, rgba(0,0,0,0.2) 0%, rgba(0,0,0,0.9) 100%);
  z-index: -1;
}

.hero-content h1 {
  margin: 20px 0;
}
.hero-content p {
  color: #FFF;
  font-size: 20px;
  font-style: normal;
  font-weight: 400;
  line-height: 150%;
  letter-spacing: -0.4px;
}
.labels {
  display: flex;
  gap: 15px;
  font-size: 16px;
  font-weight: 400;
  line-height: 24px; /* 150% */
  letter-spacing: -0.32px;
}

.label-red {
  background: rgba(245, 33, 50, 0.20);
  border: 1px solid var(--primary-red);
  color: var(--primary-red);
  padding: 7px 32px;
  font-size: 16px;
}

.label-outline {
  border: 1px solid var(--text-white);
  padding: 7px 22px;
}

.btn-green {
  display: inline-block;
  background: var(--accent-green);
  color: var(--bg-black);
  padding: 16px 28px 16px 29px;
  margin-top: 60px;
  transition: transform 0.5s;
  font-size: 18px;
  font-weight: 400;
  letter-spacing: -0.36px;
}
.btn-green svg, .btn-white svg {
  margin-left: 5px;
  transition: transform 0.5s ease;
}
.btn-green:hover {
  background: var(--text-white);
}
.btn-green span {
  display: inline-block;
  transition: transform 0.5s ease;
}
.btn-green:hover span {
  transform: translateX(-5px);
  -webkit-transform: translateX(-5px);
}
.btn-green:hover svg, .btn-white:hover svg {
  transform: rotate(90deg);
  -webkit-transform: rotate(90deg);
}
.btn-white:hover svg path {
  fill: var(--text-white);
}
.btn-white {
  display: inline-block;
  background: var(--text-white);
  color: var(--bg-black);
  padding: 13px 30px 13px;
  margin-top: 20px;
  transition: all 0.5s;
  font-size: 18px;
  font-weight: 400;
  letter-spacing: -0.36px;
  border: 1px solid #000;
}
.btn-white:hover {
  background: var(--bg-black);
  color:#fff;
}
h1 {
  color: var(--text-white);
  font-size: 85px;
  font-style: normal;
  font-weight: 400;
  line-height: 100%;
}
h2 {
  color: var(--text-white);
  text-align: center;
  font-size: 80px;
  font-style: normal;
  font-weight: 400;
  line-height: 106.25%;
}
h3 {
  color: var(--text-white);
  font-size: 60px;
  font-style: normal;
  font-weight: 400;
  line-height: 1;
}
p {
  color: var(--text-white);
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: 150%;
  letter-spacing: -0.32px;
}
#what-is-edit {
  padding: 33px 0;
  text-align: center;
}

.text-center {
  display: flex;
  flex-direction: column;
  align-items: center;
}

/* Zeleni okvir oko pitanja */
.tag-outline {
  border: 1px solid var(--accent-green);
  color: var(--accent-green);
  padding: 10px;
  margin-bottom: 28px;
  color: #00E10E;
  text-align: center;
  font-size: 16px;
  font-style: normal;
  font-weight: 500;
  line-height: 150%;
  background: rgba(0, 225, 14, 0.20);
  display: inline-block;
}

.mb-25 {
  margin-bottom: 25px;
}
.mb-35 {
  margin-bottom: 35px;
}
.content-wrapper {
  max-width: 800px;
  margin: 0 auto;
}

.content-wrapper p {
  color: var(--text-white);
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: 150%;
  letter-spacing: -0.32px;
  margin-bottom: 32px;
  text-align: center;
}

/* Divider sa linijom i ikonicom */
.divider-container {
  width: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 10px;
  margin-top: 30px;
}

.line {
  height: 1px;
  background: #333;
  flex-grow: 1;
}

.invader-icon {
  width: 85px;
  height: auto;
  display: flex;
  align-items: center;
  justify-content: center;
}
.invader-icon2 {
  width: 92px;
}
.invader-icon img {
  width: 100%;
  height: auto;
  /* Ako koristiš belu png sliku, ovo osigurava da bude oštra */
  image-rendering: pixelated;
}
#program {
  padding: 30px 0;
  background-color: #000;
}

.sub-intro {
  font-family: 'Geist Mono', monospace;
  color: #fff;
  margin-bottom: 60px;
  font-size: 18px;
}

/* Grid Layout */
.expectations-grid {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 20px;
  width: 100%;
  margin-top: 40px;
}

/* Kartice */
.expect-card {
  border: 0.5px solid #FFF;
  opacity: 0.8;
  padding: 50px 32px;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  min-height: 310px;
  transition: border-color 0.3s;
}

.expect-card:hover {
  border-color: var(--accent-green);
}

.expect-card p {
  color: var(--text-white);
  text-align: center;
  font-size: 15px;
  font-style: normal;
  font-weight: 400;
  line-height: 160%;
}

/* Ikonice */
.pixel-icon {
  width: 60px;
  height: 60px;
  margin-bottom: 13px;
}

/* .pixel-icon img {
  width: 100%;
  height: auto;

  image-rendering: pixelated;
} */

/* Responsive za tablete i telefone */
@media (max-width: 992px) {
  .expectations-grid {
      grid-template-columns: repeat(2, 1fr);
  }
}

@media (max-width: 600px) {
  .expectations-grid {
      grid-template-columns: 1fr;
  }
}
.tracks-flex {
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
  gap: 80px;
  padding: 100px 15px;
}

.tracks-content { flex: 1; }

#tracks {
  padding-bottom: 55px;
  overflow-x: hidden;
}
/* Accordion Stilovi */
.accordion { 
  margin-top: 30px;
}

.acc-item {
  cursor: pointer;
  transition: background 0.3s;
}

.acc-header {
  display: flex;
  justify-content: space-between;
  padding: 10px 0;
  font-size: 16px;
  font-weight: 400;
  line-height: 150%;
  letter-spacing: -0.32px;
}
.acc-header:hover span {
  color: var(--accent-green);
}
.acc-item:hover .acc-header { color: #fff; }

.acc-header .plus {
  font-size: 25px;
  color: var(--text-white);
  transition: transform 0.3s;
}

/* .acc-item.active .plus::after {
  content: '-';
} */
.acc-header > span:first-child {
  padding-right: 50px;
}
.acc-body {
display: none;  
}

.acc-body p {
  font-size: 15px;
  font-style: normal;
  font-weight: 400;
  line-height: 160%;
  letter-spacing: -0.3px;
  margin-bottom: 20px;
}

/* Aktivno stanje */
/* .acc-item.active .acc-body { max-height: 100%; } */
/* .acc-item.active .plus { transform: rotate(45deg); } */

/* Desna strana - Pixel Frame */
.image-preview-container {
  flex: 1;
  display: flex;
  justify-content: center;
}

.pixel-frame {
  position: relative;
  /* width: 500px;
  height: 500px;
  border: 15px solid var(--accent-green);
  padding: 10px; */
}

#dynamic-img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  filter: contrast(1.1);
  transition: opacity 0.3s ease-in-out;
}

/* Retro ukrasi (kao na slici) */
.corner-decoration {
  position: absolute;
}

.top-right {
  top: -55px;
  right: -35px;
  width: 111px; 
  height: 111px;
  background-image: url('images/retro-pc-icon.png');
  background-size: contain;
  background-repeat: no-repeat;
  transition: transform 0.3s cubic-bezier(0.175, 0.885, 0.32, 1.275);
}
.top-right.move-left {
  transform: translateX(-10px);
}
.w-80 {
  max-width: 86%;
}
.tracks-content .tag-outline {
  margin-bottom: 15px;
}
.tracks-content h3 {
  margin-bottom: 30px;
}
.tracks-content p {
  margin-bottom: 30px;
}

#story {
  padding: 60px 0;
  background-color: #000;
}

/* Flexbox kontejner sa razmakom */
.stats-grid {
  display: flex;
  justify-content: center;
  gap: 20px;
  margin-top: 30px;
  flex-wrap: wrap;
}

.stat-card {
  flex: 1;
  padding: 38px 18px 57px;
  border: 0.5px solid #FFF;
  opacity: 0.8;
  display: flex;
  flex-direction: column;
}

/* Zelene brojke i labelice */
.stat-value {
  margin-bottom: 60px;
}

.stat-label {
  display: block;
  font-family: 'Stack Sans Notch', sans-serif;
  color: var(--accent-green);
  font-size: 32px;
  font-style: normal;
  font-weight: 700;
  line-height: 125%;
}

.big-number {
  display: block;
  font-family: 'Stack Sans Notch', sans-serif;
  color: var(--accent-green);
  font-size: 55px;
  font-style: normal;
  font-weight: 700;
  line-height: 1;
}

/* Opisni tekst na dnu kartice */
.stat-text {
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: 150%;
}
.stat-card {
  transition: border-color 0.3s;
}
.stat-card:hover {
  border-color: var(--accent-green);
}
/* Responzivnost za manje ekrane */
@media (max-width: 1200px) {
  .stats-grid {
      display: grid;
      grid-template-columns: repeat(2, 1fr);
      justify-items: center;
  }
  .stat-card {
      width: 100%;
      max-width: 400px;
  }
}
#apply {
  padding: 60px 0 0;
  background-color: #000;
}

.relative { position: relative; }

/* Naslov i crvena ikonica */
.title-with-icon {
  display: inline-block;
  position: relative;
}

.power-icon {
  position: absolute;
  top: -175px;
  right: -70px;
  width: 100px;
  height: auto;
  image-rendering: pixelated;
  /* Glatka tranzicija za boju i zum */
  transition: transform 0.4s ease;
z-index: 5;
}
/* Hover efekat na roditeljski kontejner naslova */
.title-with-icon:hover .power-icon {
  transform: scale(1.05) translate(5px, -5px); 
}
.power-icon path {
  transition: fill 0.4s ease;
}
.title-with-icon:hover .power-icon path {
  fill: var(--accent-green);
}
/* Tekstualni stilovi */
.apply-text p {
  text-align: center;
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: 160%;
  margin-bottom: 25px;
}

.highlight-green {
  color: var(--accent-green);
}

.mt-40 { margin-top: 40px; }

/* CTA Kartice / Dugmad */
.apply-cards {
  display: flex;
  gap: 30px;
}

/* Osnovni stilovi za dugmad */
.apply-card {
    flex: 1;
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 10px 65px;
    text-decoration: none;
    transition: all 0.6s cubic-bezier(0.25, 0.46, 0.45, 0.94);
    position: relative;
    overflow: hidden;
    font-size: 15px;
    font-style: normal;
    font-weight: 400;
    line-height: 160%;
    letter-spacing: -0.3px;
}

/* Stil za SVG ikonice unutar dugmadi */
.apply-card svg, .apply-card img {
    width: 40px;
    min-width: 40px;
    height: auto;
    transition: all 0.6s ease;
}

/* --- LEVO DUGME (ZELENO) --- */
.apply-card.green {
    border: 1px solid var(--accent-green);
    color: var(--accent-green);
}

.apply-card.green:hover {
    background-color: var(--accent-green); /* Pozadina postaje zelena */
    color: #000; /* Tekst postaje crn */
}

/* Hover efekat za zelenu ikonicu */
.apply-card.green:hover svg, 
.apply-card.green:hover img {
    transform: translateY(-5px); /* Podiže se 5px */
    /* Filter koji pravi crnu boju od bilo koje druge boje */
    filter: brightness(0); 
}

/* --- DESNO DUGME (CRVENO) --- */
.apply-card.red {
    border: 1px solid var(--primary-red);
    color: var(--primary-red);
}

.apply-card.red:hover {
    background-color: var(--primary-red); /* Pozadina postaje crvena */
    color: #000; /* Tekst postaje crn */
}

/* Hover efekat za crvenu ikonicu */
.apply-card.red:hover svg, 
.apply-card.red:hover img {
    transform: translateY(-5px); /* Podiže se 5px */
    filter: brightness(0); /* Ikonica postaje crna */
}
.apply-outline {
  border: 0.5px solid #FFF;
  opacity: 0.8;
  padding: 85px 100px;
}
.my-30 {
  margin: 30px 0 !important;
}
#contact {
  padding: 68px 0 100px;
}

.contact-grid {
  display: flex;
  justify-content: center;
  gap: 20px;
  margin-top: 50px;
  width: 890px;
}

.contact-box {
  flex: 1;
  border: 0.5px solid #00E10E;
  opacity: 0.8;
  padding: 28px 30px;
  display: flex;
  flex-direction: column;
  transition: border-color 0.3s;
  text-align: center;

  font-size: 15px;
  font-style: normal;
  font-weight: 400;
  line-height: 24px;
}

.contact-box:hover {
  border-color: var(--accent-green);
}

.email-link {
  text-decoration: underline;
  color: #FFF;
}


/* Footer Stilovi */
.footer-top {
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 25px 0 20px;
}

.footer-nav {
  display: flex;
  gap: 20px;
  list-style: none;
}

.footer-nav a {
  text-decoration: none;
  color: var(--text-white);
  font-size: 15px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
}

.footer-nav a:hover { color: var(--primary-red); }

.footer-divider {
  height: 1px;
  opacity: 0.8;
  background: #FFF;
  width: 100%;
}

.footer-bottom {
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 28px 0 35px;
  color: #FFF;
  font-size: 14px;
  font-style: normal;
  font-weight: 300;
  line-height: normal;
  letter-spacing: -0.28px;
}
.copyright {
  font-size: 14px;
  font-style: normal;
  font-weight: 300;
  line-height: normal;
  letter-spacing: -0.28px;
}
.legal-links { display: flex; gap: 20px; }
.legal-links a { 
  color: var(--text-white); 
  font-weight: 300;
}

.social-links { display: flex; gap: 15px; }
.social-links img {
  width: 20px;
  height: 20px;
  filter: brightness(0.8);
  transition: filter 0.3s;
}

.social-links a:hover img { filter: brightness(1); }

/* Responzivnost */
@media (max-width: 992px) {
  .contact-grid, .footer-top, .footer-bottom {
      flex-direction: column;
      gap: 30px;
      text-align: center;
  }
  .footer-nav { flex-wrap: wrap; justify-content: center; }
}
.section-title.small-h2 {
  font-size: 60px;
  font-style: normal;
  font-weight: 400;
  line-height: 100%;
} 
.contact-box:hover {
  border-color: #ffffff;
}

.contact-box:hover .email-link {
  color: var(--accent-green);
}


.slider-section {
  width: 100%;
  overflow: hidden; /* Sprečava pojavu horizontalnog scrollbara */
}

.slider-container {
  display: flex;
  width: max-content; /* Jako bitno: kontejner mora biti širok onoliko koliko ima kartica */
  padding: 8vh 15vw;
}

.card {
  /* ... tvoj prethodni CSS ... */
  transform-origin: center center;
  backface-visibility: hidden; 
  /* transform-style: preserve-3d; */
}
/* Kartice (DIV-ovi) */
.card {
    flex: 0 0 380px;
    position: relative;
    /* Optimizacija za animacije */
    will-change: transform;
    transform-origin: center center;
}
.card h3 {
  color: var(--bg-black);
  font-size: 30px;
  font-style: normal;
  font-weight: 400;
  letter-spacing: -0.6px;
  text-transform: uppercase;
}
.card:nth-child(3n+1), .card:nth-child(3n+1) .card-info  {
  background: var(--accent-green);
}
.card:nth-child(3n+2), .card:nth-child(3n+2) .card-info {
  background: var(--text-white);
}
.card:nth-child(3n+3), .card:nth-child(3n+3) .card-info {
  background: var(--primary-red);
}
.card:nth-child(3n+1) img {
  border-color: var(--accent-green);
}
.card:nth-child(3n+2) img {
  border-color: var(--text-white);
}
.card:nth-child(3n+3) img {
  border-color: var(--primary-red);
}
.card img {
    width: 100%;
    height: auto;
    pointer-events: none; /* Da ne smeta pri prevlačenju */
    transition: opacity 0.3s;
    display: block;
    border: 12px solid var(--accent-green);
}
.card:hover img {
    opacity: 1;
}

.card-info {
    position: relative;
    background: #00E10E;
    top:-1px;
    padding: 29px 20px 18px;
}

.drag-cursor-img {
    position: fixed;
    width: 100px;
    height: 100px;
    background-image: url('images/drag.png');
    background-size: contain;
    background-repeat: no-repeat;
    background-position: center;
    pointer-events: none;
    z-index: 9999;
    /* Početno stanje - potpuno sakriveno preko GSAP-a */
    image-rendering: pixelated; 
    opacity: 0;
    transform: scale(0);
}
.slider-container, 
.slider-container *, 
.slider-wrapper {
  /* Uklanja kursor sa kontejnera i sve njegove dece (kartica, slika, teksta) */
  cursor: none !important;
}

/* Osiguraj da slike unutar kartica ne mogu da se "povuku" (ghost image) */
.card img {
  pointer-events: none;
  user-select: none;
  -webkit-user-drag: none;
}
.card a {
  cursor: pointer !important;
}
/* #gallery {
  overflow-x: hidden;
} */
.slider-wrapper {
  padding-top:10vh;
  overflow: hidden;
}
#gallery > .container {
  margin-bottom: 30px;
}

/* Pozicioniranje naslova i ikona */
.gallery-title-wrapper {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  position: relative;
  margin-bottom: 50px;
}
.gallery-icon {
  transition: transform 0.8s cubic-bezier(0.175, 0.885, 0.32, 1.275);
  position: absolute;
  height: auto;
  pointer-events: none;
}

/* Sijalica - levo, svetlo zelena */
.lightbulb-icon {
  left: -100px;
  top: -30px;
}
.lightbulb-icon .svg-path {
  fill: var(--accent-green);
  transition: fill 0.3s ease;
}

/* Robot - desno, bela boja, blago rotiran */
.robot-icon {
  right: -75px;
  top: -90px;
}
.robot-icon .svg-path {
  fill: #ffffff;
  transition: fill 0.3s ease;
}

/* Hover interakcije na naslov */
.gallery-title-wrapper:hover .lightbulb-icon {
  transform: translate(-30px, 0px) scale(1.1);
}

/* Robot na hover menja boju u crvenu i pomera se */
.gallery-title-wrapper:hover .robot-icon {
  transform: translate(0px, -25px) scale(1.1);
}
.gallery-title-wrapper:hover .robot-icon .svg-path {
  fill: var(--primary-red);
}

/* --- CUSTOM SELECT / DROPDOWN --- */
.custom-select-wrapper {
  display: flex;
  justify-content: center;
  position: relative;
  z-index: 100; /* Iznad slidera */
}

.custom-select {
  position: relative;
  display: flex;
  flex-direction: column;
}

.custom-select-trigger {
  position: relative;
  display: flex;
  align-items: center;
  padding: 16px 30px;
  font-size: 18px;
  color: #fff;
  border: 1px solid #FFF;
  background: rgba(255, 255, 255, 0.00);
  cursor: pointer;
  transition: all 0.4s ease;
}
.custom-select-trigger svg {
  margin-left: 10px;
  transition: all 0.3s ease;
}
.custom-select-trigger:hover svg {
  transform: rotate(90deg);
  -webkit-transform: rotate(90deg);
}
.custom-select-trigger:hover svg path {
  fill: #000;
}
.custom-select-trigger:hover {
  border-color: var(--accent-green);
  color: var(--bg-black);
  background: var(--accent-green);
}

/* CSS Strelica (u obliku kapice > sa dizajna) */
.custom-select-trigger .arrow {
  width: 6px;
  height: 6px;
  border-right: 2px solid #fff;
  border-bottom: 2px solid #fff;
  transform: rotate(-45deg);
  transition: transform 0.3s, border-color 0.3s;
  margin-left: 10px;
}

.custom-select-trigger:hover .arrow {
  border-color: var(--accent-green);
}

/* Otvoreno stanje selekta */
.custom-select.open .custom-select-trigger {
  border-color: var(--accent-green);
}

.custom-select.open .arrow {
  transform: rotate(45deg); /* Strelica se okreće na dole */
  border-color: var(--accent-green);
}

/* Opcije unutar padajućeg menija */
.custom-options {
  position: absolute;
  display: block;
  top: 100%;
  left: 0;
  right: 0;
  border: 1px solid var(--accent-green);
  border-top: none;
  background: #000;
  transition: all 0.3s;
  opacity: 0;
  visibility: hidden;
  transform: translateY(-5px);
}

.custom-select.open .custom-options {
  opacity: 1;
  visibility: visible;
  transform: translateY(0);
}

.custom-option {
  position: relative;
  display: block;
  padding: 10px 20px;
  font-size: 16px;
  color: #fff;
  cursor: pointer;
  text-align: left;
  transition: all 0.3s;
}

.custom-option:hover {
  color: #000;
  background: var(--accent-green);
}
#gallery {
  padding: 55px 0 60px;
}


/* Klasa koja sakriva kartice koje ne pripadaju selektovanoj godini */
.card.hidden-year {
  display: none !important;
}

/* Stilovi za Magnific Popup */
.white-popup {
  position: relative;
  background: #000;
  border: 1px solid var(--accent-green);
  padding: 40px;
  width: auto;
  max-width: 900px;
  margin: 40px auto;
  font-family: 'Geist Mono', monospace;
}

.popup-gallery-wrapper {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(250px, 1fr));
  gap: 20px;
  max-height: 70vh;
  overflow-y: auto; /* Skrolovanje unutar popup-a ako ima puno slika */
}

.popup-item img {
  width: 100%;
  height: auto;
  border: 1px solid #333;
}

.video-item {
  position: relative;
  padding-bottom: 56.25%; /* 16:9 Aspect Ratio */
  height: 0;
}
.video-item iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

/* Stil za X dugme zatvaranja */
.mfp-close {
  color: var(--accent-green) !important;
}
.mfp-bottom-bar {
  display: none;
}
/* Primena relativnog pozicioniranja na oba tipa kontejnera (slika i video) */
.mfp-figure, .mfp-iframe-scaler {
  position: relative !important;
}

/* Osiguravamo da se close dugme ponaša isto i u video popupu */
.mfp-iframe-wp .mfp-close {
  top: -60px !important;
  right: 0 !important;
}

/* Pozadina popupa (tamna i poluprozirna) */
.mfp-custom-style.mfp-bg {
  background: rgba(0, 0, 0, 0.9);
  opacity: 1;
}

/* --- KREIRANJE "X" DUGMETA SA LINIJOM --- */
.mfp-custom-style .mfp-close {
  position: fixed;
  top: 10%;
  right: 10%;
  width: 20px !important;
  height: 20px;
  opacity: 1;
  color: #fff;
  display: flex;
  flex-direction: column;
  align-items: center;
  cursor: pointer;
  background: #fff;
  border: 0;
  outline: 0;
  padding: 0;
}
.mfp-close-box img {
  display: block !important;
}
.mfp-close-box {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 20px;
  height: 20px;
  cursor: pointer;
}
/* Kvadrat oko slova X */
.mfp-custom-style .mfp-close-box {

}

/* --- POZICIONIRANJE I STILIZACIJA KOCKICA NA DNU --- */
.mfp-custom-style .mfp-arrow {
  position: fixed;
  top: auto;
  bottom: 40px; /* Udaljenost od dna ekrana, podesi po želji */
  width: 24px;
  height: 24px;
  background: #fff !important; /* Crna pozadina kockice */
  opacity: 1 !important;
  display: flex !important;
  align-items: center;
  justify-content: center;
  padding: 0;
  cursor: pointer;
}

/* Sklanjamo podrazumevane Magnific Popup trouglove */
.mfp-custom-style .mfp-arrow::before, 
.mfp-custom-style .mfp-arrow::after {
  display: none !important;
}

/* Pozicija za LEVU kocku */
.mfp-custom-style .mfp-arrow-left {
  left: 50% !important;
  margin-left: -45px !important; /* Pomera je levo od centra */
}

/* Pozicija za DESNU kocku */
.mfp-custom-style .mfp-arrow-right {
  left: 50% !important;
  margin-left: 5px !important; /* Pomera je desno od centra */
}

.mfp-custom-style .strelica-levo img,
.mfp-custom-style .strelica-desno img {
display: block;
}

/* Leva strelica je bela */
.mfp-custom-style .strelica-levo {
  color: #ffffff;
}

/* Desna strelica je zelena (boja sa EDIT dizajna) */
.mfp-custom-style .strelica-desno {
  color: #22b14c; 
}
.mfp-custom-style .mfp-arrow span,
.mfp-custom-style .mfp-arrow img {
    pointer-events: none !important;
}
 /* Prisiljava pretraživač da ignoriše sliku i klikne na samo dugme */
.mfp-custom-style .mfp-close img, .mfp-custom-style .mfp-close span {
  pointer-events: none !important;
  cursor: pointer !important;
}
.mfp-zoom-out-cur, .mfp-zoom-out-cur .mfp-image-holder .mfp-close {
  cursor: default;
}
.mfp-zoom-out-cur .mfp-image-holder .mfp-close {
  cursor: pointer !important;
}
.desc-dn {
  display: none;
}
img.mfp-img {
  height: 70vh !important;
  max-height: 70vh !important;
  max-width: 80vw !important;
}
.txt-template p {
  margin-bottom: 20px;
}
.txt-template h1 {
  color: #FFF;
  font-size: 55px;
  font-style: normal;
  font-weight: 400;
  line-height: 100%;
  margin-bottom: 120px;
}
.txt-template {
  padding: 200px 0 120px;
}
.txt-template a {
  color: var(--accent-green);
  text-decoration: underline;
}
.txt-template h2 {
  text-align: left;
  color: #FFF;
  font-size: 24px;
  font-style: normal;
  font-weight: 700;
  line-height: 24px;
  letter-spacing: -0.48px;
  margin-bottom: 20px;
  font-family: 'Geist Mono', monospace;
}
.google-anal-button.active, .banner-show-status.active, .video-show-status.active {
  color: #000;
  text-align: center;
  font-family: "Geist Mono";
  font-size: 18px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
  letter-spacing: -0.36px;
  padding: 16px 50px;
  background: #00E10E !important;
}
.google-anal-button, .banner-show-status, .video-show-status {
  color: #000;
  text-align: center;
  font-family: "Geist Mono";
  font-size: 18px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
  letter-spacing: -0.36px;
  text-transform: capitalize;
  padding: 16px 50px;
  text-shadow: none !important;
  border: 0 !important
}
.table td, .table th {
  padding: .75rem;
  vertical-align: top;
  border: 1px solid #fff;
}
.table-responsive {
  margin: 20px 0;
}
.table-responsive .table {
  display: block;
  width: 100%;
  overflow-x: auto;
  -webkit-overflow-scrolling: touch;
}
/*******************************************
    * RESPONSIVE
*******************************************/
@media screen and (max-width: 1600px) {
  h1  {
    font-size: 65px;
  }
  h2 {
    font-size: 60px;
  }
  h3 {
    font-size: 49px;
  }
  .tracks-flex {
    gap: 40px;
  }
  .tracks-flex {
    padding-bottom: 60px;
  }
  .apply-card {
    padding: 10px 33px;
  }
  #hero { 
    max-height: 640px;
  }
  .section-title.small-h2 {
    font-size: 55px;
  }
}
@media screen and (max-width: 1199px) {
  h1, h2  {
    font-size: 60px;
  }
  .hero-content p {
    font-size: 18px;
  }
  h3 {
    font-size: 45px;
  }
  .big-number {
    font-size: 50px;
  }
  .section-title.small-h2 {
    font-size: 45px;
  }
  .txt-template h1 {
    font-size: 45px;
  }
}
@media screen and (max-width: 991px) {
  h1, h2  {
    font-size: 50px;
  }
  h3 {
    font-size: 40px;
  }
  #hero {
    max-height: 600px;
  }
  #hero {
    max-height: 550px;
    min-height: 550px;
  } 
  #bg-video {
    right: -30%;
  }
  .tracks-flex {
    padding-bottom: 20px;
  }
  #tracks {
    padding-bottom: 30px;
  }
  #story {
    padding: 30px 0;
  }  
  .slider-container {
    padding: 40px 5vw
  }
  #gallery {
    padding: 40px 0 20px;
  }
  #apply {
    padding: 30px 0 0;
  }  
  .power-icon {
    right: -50px;
    top: -135px;
    max-width: 70px;
    height: auto;
  }
  .apply-cards {
    flex-direction: column;
  }
  .apply-outline {
    padding: 60px 80px;
  }
  .section-title.small-h2 br {
    display: none;
  }
  .contact-grid {
    width: auto;
  }
  #contact {
    padding: 60px 0;
  }
  .tracks-content p {
    margin-bottom: 20px;
  }
  .section-title.small-h2 {
    font-size: 40px;
  }
  .txt-template h1 {
    font-size: 40px;
  }
}
@media screen and (max-width: 767px) {
  h1, h2  {
    font-size: 40px;
  }
  .hero-content p, p, .custom-select-trigger {
    font-size: 16px;
  }
  .label-red, .tag-outline {
    font-size: 14px;
  }
  h3 {
    font-size: 35px;
  }
  .big-number {
    font-size: 45px;
  }
  .label-red, .label-outline {
    padding: 7px 11px;
  }
  .hero-content {
    text-align: center;
  }
  .labels {
    justify-content: center;
  }
  .hero-content p br, h2 br {
    display: none;
  }
  #bg-video {
    height: auto;
    object-position: center center;
    right: auto;
    width: 170%;
    bottom: -40px;
    max-width: 600px;
  }
  .btn-green {
    margin-top: 20px;
    padding: 13px 26px;
  }
  #hero {
    height: auto;
    align-items: flex-start;
  }
  .hero-content {
    padding-top: 120px;
  }
  #hero {
    max-height: 600px;
    min-height: 610px;
  }
  #what-is-edit {
    padding-top: 50px;
    padding-bottom: 20px;
  }
  .tag-outline {
    margin-bottom: 15px;
  }
  .divider-container {
    margin-top: 20px;
  }
  .content-wrapper p {
    margin-bottom: 20px;
  }
  .expectations-grid {
    margin-top: 10px
  }
  .expect-card {
    min-height: 250px;
  }
  .tracks-flex {
    justify-content: center;
    flex-direction: column-reverse;
  }
  .image-preview-container {
    justify-content: center;
    max-width: 85%;
    margin: 0  auto;
  }
  .top-right {
    top: -35px;
    right: -20px;
    width: 65px;
    height: 65px;
  }  
  .tracks-flex {
    padding: 65px 15px 30px;
  }
  .tracks-content {
    text-align: center;
  }
  .w-80 {
    max-width: 100%;
  }
  .tracks-content p, .accordion {
    text-align: left;
  }
  .accordion {
    margin-top: 20px;
  }
  .stats-grid {
    grid-template-columns: repeat(1, 1fr);
  }
  .stat-card, .mob-outline {
    text-align: center;
  }
  .stat-value {
    margin-bottom: 20px;
  }
  .robot-icon {
    right: -35px;
    top: -55px;
    width: 55px;
    height: auto;
  }
  .lightbulb-icon {
    left: -50px;
    top: -10px;
    width: 55px;
    height: auto;
  }
  .card {
    flex: 0 0 320px;
  }  
  .apply-outline {
    border:0;
    padding: 0;
  }
  .power-icon {
    right: -10px;
    top: -117px;
    max-width: 55px;
    height: auto;
  }
  .mob-dn {
    display: none;
  }
  .desc-dn {
    display: block;
  }
  .mob-outline {
    border: 0.5px solid #FFF;
    padding: 0 20px 20px;
  }
  .apply-card svg {
    display: none;
  }
  .apply-card {
    padding: 10px 9px;
    text-align: center;
  }
  .section-title.small-h2 {
    font-size: 35px;
  }
  .contact-grid {
    margin-top: 30px;
  }
  .contact-grid, .footer-bottom {
    gap: 20px;
  }
  .nav-links {
    display: flex;
  }
  .footer-top {
    gap: 0;
    padding-top: 16px;
  }
  .footer-top .nav-links {
    flex-direction: column;
  }
  .footer-logo {
    padding-bottom: 11px;
  }
  footer > .logo-cont{
    padding: 0;
  }
  .footer-top {
    justify-content: flex-start;
    align-items: flex-start;
  }
  footer .nav-links, .footer-logo {
    padding-left: 40px;
    padding-right: 40px;
  }
  footer .nav-links li {
    text-align: left;
  }
  footer .nav-links {
    padding-top: 30px;
    padding-bottom: 20px;
  }
  .nav-links li a {
    padding: 10px 0;
  }
  .footer-top {
    padding-bottom: 0;
  }
  .legal-links {
    display: inline-block;
    text-align: left;
  }
  .footer-bottom {
    text-align: left;
    padding: 20px 25px;
    align-items: flex-start;
  }
  .txt-template h1 {
    font-size: 40px;
    margin-bottom: 30px;
  }
  .txt-template {
    padding: 85px 0 60px;
  }
}
@media screen and (max-width: 480px) {
  #bg-video {
    right: -30%;
  }
}