@font-face {
  font-family: "DMSans";
  src: url("../fonts/DMSans-Regular.woff2") format("woff2"), url("../fonts/DMSans-Regular.woff") format("woff");
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "DMSans";
  src: url("../fonts/DMSans-Medium.woff2") format("woff2"), url("../fonts/DMSans-Medium.woff") format("woff");
  font-weight: 500;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "DMSans";
  src: url("../fonts/DMSans-SemiBold.woff2") format("woff2"), url("../fonts/DMSans-SemiBold.woff") format("woff");
  font-weight: 600;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "DMSans";
  src: url("../fonts/DMSans-Bold.woff2") format("woff2"), url("../fonts/DMSans-Bold.woff") format("woff");
  font-weight: 700;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "DMSans";
  src: url("../fonts/DMSans-ExtraBold.woff2") format("woff2"), url("../fonts/DMSans-ExtraBold.woff") format("woff");
  font-weight: 800;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "BebasNeue";
  src: url("../fonts/BebasNeue-Regular.woff2") format("woff2"), url("../fonts/BebasNeue-Regular.woff") format("woff");
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "DMMono";
  src: url("../fonts/DMMono-Medium.woff2") format("woff2"), url("../fonts/DMMono-Medium.woff") format("woff");
  font-weight: 500;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "Inter";
  src: url("../fonts/Inter-Regular.woff2") format("woff2"), url("../fonts/Inter-Regular.woff") format("woff");
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}
*,
*:before,
*:after {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
}

html {
  font-size: 62.5%;
  overflow-x: hidden;
  box-sizing: border-box;
  scroll-behavior: smooth;
}

body {
  font-family: "BebasNeue";
  overflow-x: hidden;
  margin: 0;
  box-sizing: border-box;
  font-size: 16px;
  padding: 0;
  color: #000;
  position: relative;
}

.page-width {
  max-width: 1400px;
  width: 100%;
  margin-left: auto;
  margin-right: auto;
}
@media only screen and (max-width: 1600px) {
  .page-width {
    max-width: 80%;
  }
}
@media only screen and (max-width: 900px) {
  .page-width {
    max-width: 90%;
  }
}

.page-padding {
  padding: 70px 0;
}
@media screen and (max-width: 575px) {
  .page-padding {
    padding: 50px 0;
  }
}

.top-padding {
  padding-top: 70px;
}
@media screen and (max-width: 575px) {
  .top-padding {
    padding-top: 50px;
  }
}

.overlay {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: #000;
  opacity: 0.2;
}

a {
  text-decoration: none;
}

button {
  cursor: pointer;
}

.no-scroll {
  overflow: hidden;
}

.image {
  width: 100%;
  height: 0;
  position: relative;
  display: block;
  padding-top: 100%;
}

.image img {
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  -o-object-fit: cover;
  object-fit: cover;
  -o-object-position: center;
  object-position: center;
}

.image2 img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
  -o-object-position: center;
  object-position: center;
}

input::-webkit-outer-spin-button,
input::-webkit-inner-spin-button {
  -webkit-appearance: none;
  margin: 0;
}

input[type=number] {
  -moz-appearance: textfield;
}

.mb {
  margin-bottom: 50px;
}

.mt {
  margin-top: 50px;
}

.mtb {
  margin: 50px 0;
}

p, .template-text ul li {
  font-family: "DMSans";
  font-size: 18px;
  font-weight: 400;
  color: #1B181A;
  line-height: 25px;
  letter-spacing: 2px;
}
@media only screen and (max-width: 1600px) {
  p, .template-text ul li {
    font-size: 16px;
    line-height: 23px;
  }
}
@media screen and (max-width: 575px) {
  p, .template-text ul li {
    font-size: 14px;
    line-height: 20px;
    letter-spacing: 0.5px;
  }
}

.text p {
  margin-top: 20px;
}
@media screen and (max-width: 575px) {
  .text p {
    margin-top: 10px;
  }
}
.text > p:first-child {
  margin-top: 0;
}

.page-text h2, .page-text h3 {
  margin: 50px 0;
}
.page-text h4 {
  margin: 30px 0;
}
.page-text h2:first-child, .page-text .anchor + h2 {
  margin-top: 0;
}
.page-text .conditions-title h2 {
  margin: 0;
}
.page-text p a, .text p a, .text li a {
  color: #DB383C;
}
@media screen and (max-width: 575px) {
  .page-text h2, .page-text h3, .page-text h4 {
    margin: 25px 0;
  }
}

h1, h2, h3 {
  font-family: "BebasNeue";
  font-weight: 400;
}

h1, .academies-title h2 {
  font-size: 90px;
  color: #fff;
  line-height: 100px;
  letter-spacing: 5px;
  text-align: center;
}
@media screen and (max-width: 1399px) {
  h1, .academies-title h2 {
    font-size: 80px;
    line-height: 90px;
  }
}
@media screen and (max-width: 1199px) {
  h1, .academies-title h2 {
    font-size: 65px;
    line-height: 75px;
  }
}
@media screen and (max-width: 575px) {
  h1, .academies-title h2 {
    font-size: 45px;
    line-height: 55px;
    letter-spacing: 3px;
  }
}

.h1-section h1, h2, h3 {
  letter-spacing: 2px;
  color: #000;
}

h2, .h1-section h1 {
  font-size: 50px;
  line-height: 50px;
}
@media screen and (max-width: 575px) {
  h2, .h1-section h1 {
    font-size: 40px;
    line-height: 40px;
  }
}

h3 {
  font-size: 40px;
  line-height: 40px;
}
@media screen and (max-width: 575px) {
  h3 {
    font-size: 30px;
    line-height: 30px;
  }
}

.redBtn {
  font-family: "BebasNeue";
  font-size: 20px;
  font-weight: 400;
  color: #fff;
  letter-spacing: 2px;
  background-color: #DB383C;
  display: flex;
  align-items: center;
  border: none;
  outline: none;
  padding: 15px 50px 12px;
  transition: all 0.5s;
  width: -moz-fit-content;
  width: fit-content;
  cursor: pointer;
  text-align: center;
}
.redBtn::after {
  content: "";
  width: 32px;
  height: 10px;
  background-image: url("../images/arrows-to-right-white.svg");
  background-position: center;
  background-repeat: no-repeat;
  background-size: contain;
  margin-left: 5px;
  transform: translateY(-2px);
  transition: all 0.5s;
}
@media screen and (max-width: 575px) {
  .redBtn {
    font-size: 18px;
    padding: 13px 35px 10px;
  }
}

.redBtn2 {
  padding: 15px 25px 12px;
}
@media screen and (max-width: 575px) {
  .redBtn2 {
    padding: 13px 20px 10px;
  }
}
@media screen and (max-width: 380px) {
  .redBtn {
    padding: 13px 20px 10px;
  }
}
.redBack {
  flex-direction: row-reverse;
}
.redBack::after {
  transform: rotate(180deg) translateY(1px);
  margin-left: 0;
  margin-right: 5px;
}

.redBtn:hover::after {
  transform: translateY(-2px) translateX(10px);
}

.redBack:hover::after {
  transform: rotate(180deg) translateY(1px) translateX(10px);
}

.title span {
  font-family: "DMSans";
  font-size: 16px;
  font-weight: 400;
  letter-spacing: 5px;
  color: #1B181A;
  text-transform: uppercase;
}
@media screen and (max-width: 575px) {
  .title span {
    font-size: 14px;
    letter-spacing: 4px;
  }
}
.title h2 {
  margin-top: 5px;
}

.home-title h2 {
  color: #1B181A;
}

.black {
  background-color: #000;
}

.center-text h1, .center-text h2, .center-text h3, .center-text p {
  text-align: center;
}

.white-text * {
  color: #fff !important;
}

.page-top {
  position: relative;
  height: 850px;
}
@media only screen and (max-width: 1600px) {
  .page-top {
    height: 750px;
  }
}
@media screen and (max-width: 1399px) {
  .page-top {
    height: 685px;
  }
}
@media screen and (max-width: 1199px) {
  .page-top {
    height: 500px;
  }
}
.page-top img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
  -o-object-position: center;
  object-position: center;
  z-index: 0;
}
.page-top .overlay {
  z-index: 1;
}
.page-top .page-width {
  position: relative;
  z-index: 2;
  height: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 150px 0;
}
.page-top .redBtn {
  position: absolute;
  left: 50%;
  transform: translateX(-50%);
  bottom: 80px;
  z-index: 3;
}
@media screen and (max-width: 1199px) {
  .page-top {
    height: 500px;
  }
  .page-top .redBtn {
    bottom: 50px;
  }
  .page-top .page-width {
    padding: 100px 0;
  }
}
@media screen and (max-width: 575px) {
  .page-top {
    height: 400px;
  }
  .aktuelnosti-detalji-top {
    height: 260px;
  }
}

.gallery {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 15px;
  width: 100%;
  max-width: 900px;
  grid-auto-rows: 245px;
  height: 505px;
  overflow: hidden;
}
.gallery:last-child {
  margin-bottom: 0;
}
.gallery a {
  position: relative;
}
.gallery a img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
  -o-object-position: center;
  object-position: center;
  margin: 0;
}
.gallery a:first-child {
  grid-row: span 2;
}
.gallery .all-images {
  position: absolute;
  top: 0;
  right: 0;
  width: 50%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.7);
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
}
.gallery .all-images span {
  font-size: 22px;
  font-weight: 400;
  line-height: 28px;
  letter-spacing: 2px;
  color: #fff;
}
@media screen and (max-width: 767px) {
  .gallery {
    grid-auto-rows: 200px;
    height: 415px;
  }
}
@media screen and (max-width: 575px) {
  .gallery {
    grid-auto-rows: 100px;
    gap: 5px;
    height: 205px;
  }
  .gallery .all-images {
    width: 100%;
  }
  .gallery .all-images span {
    font-size: 16px;
    line-height: 20px;
  }
  .gallery .all-images svg {
    transform: scale(0.8);
  }
}

.video {
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
  height: 60vh;
  min-height: 400px;
  max-height: 600px;
}
* + .video, .video + * {
  margin-top: 50px;
}
.video .overlay {
  z-index: 1;
}
.video .play {
  position: relative;
  z-index: 2;
  width: 360px;
  height: 360px;
  border: 4px solid #fff;
  border-radius: 50%;
  background-image: url("../images/play-white.png");
  background-position: center;
  background-repeat: no-repeat;
  background-size: 110px;
  cursor: pointer;
}
.video-wrap {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 105;
  background-color: rgba(0, 0, 0, 0.4);
  display: flex;
  align-items: center;
  justify-content: center;
  margin-top: 0;
  transition: all 0.2s ease-in-out;
  opacity: 0;
  visibility: hidden;
}
/* .video-wrap iframe {
  display: none;
} */
.video-wrap.open-video {
  opacity: 1;
  visibility: visible;
}
.videoWindow {
  background-color: transparent;
  padding: 20px;
  width: 90%;
  height: 80%;
  max-width: 800px;
  max-height: 500px;
  position: relative;
  border: 3px solid #fff;
}
.close-video {
  position: absolute;
  width: 50px;
  height: 50px;
  border-radius: 50%;
  border: 3px solid #fff;
  -webkit-backdrop-filter: blur(15px);
  backdrop-filter: blur(15px);
  top: -25px;
  right: -25px;
  cursor: pointer;
  background-image: url('../images/Close.png');
  background-position: center;
  background-repeat: no-repeat;
  background-size: 40%;
}
@media screen and (max-width: 1199px) {
  .video {
    height: 50vh;
    min-height: 300px;
    max-height: 500px;
  }
  .video .play {
    width: 280px;
    height: 280px;
    background-size: 80px;
  }
}
@media screen and (max-width: 575px) {
  .video {
    height: 30vh;
    min-height: 200px;
    max-height: 300px;
  }
  .video .play {
    width: 150px;
    height: 150px;
    background-size: 40px;
    border: 3px solid #fff;
  }
  .videoWindow {
    height: 40%;
    padding: 10px;
  }
  .close-video {
    width: 36px;
    height: 36px;
    top: -16px;
    right: -16px;
  }
}

.more a {
  display: flex;
  width: -moz-fit-content;
  width: fit-content;
  font-family: "BebasNeue";
  font-size: 24px;
  font-weight: 400;
  letter-spacing: 2px;
  color: #DB383C;
  padding-right: 25px;
  background-image: url("../images/arrow-red.svg");
  background-repeat: no-repeat;
  background-size: auto 70%;
  background-position: 100% 10%;
}
.more:last-child {
  margin-bottom: 0;
}
@media screen and (max-width: 575px) {
  .more a  {
    font-size: 20px;
  }
}

.more a:hover {
  text-decoration: underline;
}

.pdf, .download-pdf a {
  display: flex;
  width: -moz-fit-content;
  width: fit-content;
  margin: 30px 0;
  font-family: "DMMono";
  font-size: 16px;
  font-weight: 500;
  color: #000;
  padding-left: 30px;
  position: relative;
}
.pdf::before, .download-pdf a::before {
  position: absolute;
  content: "";
  left: 0;
  top: 50%;
  transform: translateY(-50%);
  width: 22px;
  height: 26px;
  background-image: url("../images/pdf.svg");
  background-position: center;
  background-repeat: no-repeat;
  background-size: contain;
}

.download-pdf a {
  margin: 0;
}

.pdf:hover, .download-pdf a:hover {
  text-decoration: underline;
}

.iti--separate-dial-code .iti__selected-dial-code {
  color: #fff;
}

.iti__arrow {
  border-top: 4px solid #fff;
}

::-webkit-scrollbar {
  width: 8px;
  background-color: #000;
}

::-webkit-scrollbar-thumb {
  background: #DB383C;
}

::-webkit-scrollbar-thumb:hover {
  background: #DB383C;
}

.header-top {
  position: fixed;
  z-index: 99;
  top: 0;
  width: 100%;
  transition: all 0.5s;
  background: rgb(0, 0, 0);
  background: linear-gradient(180deg, rgb(0, 0, 0) 0%, rgba(0, 0, 0, 0.5) 0%, rgba(0, 0, 0, 0.3) 30%, rgba(0, 0, 0, 0.2) 40%, rgba(0, 0, 0, 0.15) 60%, rgba(0, 0, 0, 0) 100%);
}
.header-top .page-width {
  display: flex;
  align-items: center;
  justify-content: space-between;
  position: relative;
  padding: 60px 0;
  overflow: hidden;
}
@media screen and (max-width: 1360px) {
  .header-top .page-width {
    padding: 20px 0;
  }
}
@media screen and (max-width: 575px) {
  .header-top .page-width {
    padding: 10px 0;
  }
}
.header-top .hamb {
  cursor: pointer;
}
@media screen and (max-width: 575px) {
  .header-top .hamb {
    transform: scale(0.8);
  }
}

.black-header, .black-header2 {
  background-color: #000;
}

.logo-container {
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
}
.logo-container .logo {
  position: relative;
  padding: 0 30px;
}
.logo-container .logo::before, .logo-container .logo::after {
  content: "";
  position: absolute;
  width: 100vw;
  background-color: rgba(255, 255, 255, 0.35);
  height: 1px;
  top: 70%;
}
.logo-container .logo::before {
  right: 100%;
}
.logo-container .logo::after {
  left: 100%;
}
.logo-container .logo a img {
  width: 150px;
  height: auto;
  -o-object-fit: contain;
  object-fit: contain;
  -o-object-position: center;
  object-position: center;
}
@media screen and (max-width: 1360px) {
  .logo-container {
    position: static;
    transform: none;
  }
  .logo-container .logo {
    padding: 0;
  }
  .logo-container .logo::before, .logo-container .logo::after {
    display: none;
  }
  .logo-container .logo a img {
    width: 110px;
  }
}
@media screen and (max-width: 1199px) {
  .logo-container .logo a img {
    width: 90px;
  }
}
@media screen and (max-width: 575px) {
  .logo-container .logo a img {
    width: 60px;
  }
}

.top-nav {
  list-style: none;
  display: flex;
  align-items: center;
  width: 100%;
}
.top-nav li {
  margin-right: 50px;
}
.top-nav li a {
  font-family: "BebasNeue";
  font-size: 22px;
  font-weight: 400;
  line-height: 28px;
  letter-spacing: 2px;
  text-transform: uppercase;
  transition: all 0.5s;
  color: #fff;
  background-color: transparent;
  padding: 5px 3px 2px;
}
.top-nav li a.active, .top-nav li a:hover {
  background-color: #DB383C;
}
.top-nav li:nth-child(4) {
  margin-left: auto;
}
@media screen and (max-width: 1500px) {
  .top-nav li {
    margin-right: 30px;
  }
}
@media screen and (max-width: 1400px) {
  .top-nav li {
    margin-right: 20px;
  }
}
@media screen and (max-width: 1360px) {
  .top-nav {
    display: none;
  }
}

.side-menu-wrap {
  position: fixed;
  z-index: 100;
  top: 0;
  right: 0;
  width: 100%;
  max-width: 460px;
  height: 100vh;
  height: 100svh;
  background-color: #000;
  overflow-y: scroll;
  transition: all 0.5s;
  transform: translateX(100%);
}
.side-menu-wrap .side-menu {
  padding-top: 40px;
}
.side-menu-wrap .side-menu .hamb-close {
  margin-left: 40px;
  cursor: pointer;
}
@media screen and (max-width: 575px) {
  .side-menu-wrap .side-menu .hamb-close {
    margin-left: 5%;
  }
}

.side-menu-opened {
  transform: translateX(0);
}

.side-nav {
  list-style: none;
  margin-top: 55px;
  position: relative;
}
.side-nav li {
  padding: 0 40px;
  border-bottom: 1px solid rgba(255, 255, 255, 0.2);
}
.side-nav li a, .side-nav li details summary {
  color: #fff;
  font-family: "BebasNeue";
  font-size: 22px;
  font-weight: 400;
  letter-spacing: 2px;
  transition: color 0.5s;
  width: -moz-fit-content;
  width: fit-content;
  text-transform: uppercase;
  cursor: pointer;
  padding: 10px 0;
  display: block;
}
.side-nav li details summary {
  width: 100%;
  max-width: 380px;
}
.side-nav li details summary a {
  padding: 0;
}
@media screen and (max-width: 575px) {
  .side-nav li {
    padding: 0 5%;
  }
  .side-nav li a, .side-nav li details summary {
    font-size: 20px;
  }
  .side-nav li details summary {
    max-width: 90%;
  }
}
.side-nav li a:hover, .side-nav li details summary:hover, .side-nav li .active {
  color: #DB383C;
}
.side-nav li > .active, .side-nav li details summary.active {
  border-top: 1px solid #DB383C;
}
.side-nav li details summary {
  list-style: none;
  display: flex;
  align-items: center;
}
.side-nav li details summary::after {
  width: 30px;
  height: 20px;
  content: "";
  background-image: url("../images/right-arrow-white.svg");
  background-position: center;
  background-repeat: no-repeat;
  background-size: contain;
  display: inline-block;
  margin-left: 10px;
}
.side-nav li details .side-summary {
  position: absolute;
  top: 0;
  background-color: #000;
  flex-direction: row-reverse;
  border-top: 1px solid #DB383C;
  justify-content: start;
}
.side-nav li details .side-summary a {
  color: #DB383C;
}
.side-nav li details .side-summary::after {
  transform: rotate(180deg);
  margin-left: 0;
  margin-right: 10px;
}
.side-nav li details ul {
  position: absolute;
  left: 0;
  top: 55px;
  width: 100%;
  height: 100%;
  background-color: #000;
  transform: translate3d(-100%, 0, 0);
  padding-top: 20px;
}
.side-nav li details ul li {
  border: none;
}
.side-nav li details ul li a {
  font-size: 18px;
  display: flex;
  align-items: center;
  width: 100%;
}
@media screen and (max-width: 575px) {
  .side-nav li details ul li a {
    font-size: 16px;
  }
}
.side-nav li details ul li a::before {
  content: "";
  width: 0;
  height: 1px;
  background-color: #DB383C;
  margin-right: 0;
  transition: all 0.5s;
}
.side-nav li details ul li a:hover::before {
  width: 30px;
  margin-right: 10px;
}
.side-nav li details ul li:first-child {
  border-top: none;
}
.side-nav li details[open] ul {
  transform: translate3d(0, 0, 0);
}
.side-nav li:first-child {
  border-top: 1px solid rgba(255, 255, 255, 0.2);
}

footer {
  background-color: #000;
}

.foot1 {
  padding: 70px 0 50px;
  border-bottom: 1px solid rgba(255, 255, 255, 0.5);
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.foot1 a {
  display: flex;
  flex-direction: column;
  justify-content: center;
  padding-left: 85px;
  position: relative;
}
.foot1 a::before {
  position: absolute;
  content: "";
  width: 65px;
  height: 65px;
  background-color: #DB383C;
  top: 50%;
  left: 0;
  transform: translateY(-50%);
  background-position: center;
  background-repeat: no-repeat;
}
.foot1 a span, .foot1 a p {
  color: #fff;
}
.foot1 a span {
  font-size: 18px;
  letter-spacing: 1.5px;
}
.foot1 a p {
  font-family: "Inter";
  font-size: 20px;
  font-weight: 400;
  letter-spacing: 1px;
  line-height: 30px;
}
.foot1 .phone-number::before {
  background-image: url("../images/phone.svg");
  background-size: 32px;
}
.foot1 .email-address::before {
  background-image: url("../images/mail.svg");
  background-size: 35px;
}
.foot1 .location::before {
  background-image: url("../images/location.svg");
  background-size: 25px;
}
.foot1 a:hover p {
  text-decoration: underline;
}
@media screen and (max-width: 1399px) {
  .foot1 a {
    padding-left: 70px;
  }
  .foot1 a::before {
    width: 55px;
    height: 55px;
    transform: translateY(-52%);
  }
  .foot1 a span {
    font-size: 16px;
  }
  .foot1 a p {
    font-size: 18px;
  }
  .foot1 .phone-number::before {
    background-size: 30px;
  }
  .foot1 .email-address::before {
    background-size: 33px;
  }
  .foot1 .location::before {
    background-size: 23px;
  }
}
@media screen and (max-width: 1199px) {
  .foot1 {
    flex-direction: column;
    align-items: start;
  }
  .foot1 a + a {
    margin-top: 20px;
  }
}
@media screen and (max-width: 575px) {
  .foot1 {
    padding: 40px 0;
  }
  .foot1 a {
    padding-left: 60px;
  }
  .foot1 a::before {
    width: 45px;
    height: 45px;
    transform: translateY(-52%);
  }
  .foot1 a span {
    font-size: 12px;
  }
  .foot1 a p {
    font-size: 14px;
    line-height: 24px;
  }
  .foot1 .phone-number::before {
    background-size: 24px;
  }
  .foot1 .email-address::before {
    background-size: 27px;
  }
  .foot1 .location::before {
    background-size: 18px;
  }
}

.foot3 {
  border-top: 1px solid rgba(255, 255, 255, 0.2);
  padding: 10px 0;
}
.foot3 .page-width, .foot3 ul {
  display: flex;
  align-items: center;
}
.foot3 .page-width {
  justify-content: space-between;
}
.foot3 p, .foot3 a, .foot3 li {
  font-family: "DMSans";
  font-size: 13px;
  font-weight: 400;
  color: #A7A7A7;
  letter-spacing: normal;
  transition: all 0.5s;
  line-height: normal;
}
.foot3 ul {
  list-style: none;
}
.foot3 ul li + li {
  margin-left: 20px;
}
.foot3 a:hover {
  color: #fff;
}
@media screen and (max-width: 767px) {
  .foot3 .page-width {
    flex-direction: column-reverse;
  }
  .foot3 p, .foot3 a {
    text-align: center;
  }
  .foot3 p {
    margin-top: 10px;
  }
}

.foot2 {
  padding-bottom: 50px;
  display: flex;
  justify-content: space-between;
}
.foot2 .foot2-icons {
  padding-top: 50px;
}
.foot2 .foot2-icons img {
  width: 160px;
  height: auto;
  -o-object-fit: contain;
  object-fit: contain;
  -o-object-position: center;
  object-position: center;
  margin-bottom: 25px;
}
.foot2 .foot2-links {
  display: flex;
  align-items: start;
}
.foot2 .foot2-links div {
  padding: 50px 30px 0;
  position: relative;
}
.foot2 .foot2-links div p {
  font-family: "BebasNeue";
  color: #fff;
  font-size: 30px;
  font-weight: 400;
  letter-spacing: 2px;
  margin-bottom: 25px;
}
.foot2 .foot2-links div a {
  font-family: "DMSans";
  font-size: 18px;
  font-weight: 400;
  line-height: 30px;
  letter-spacing: 1px;
  color: rgba(255, 255, 255, 0.8);
  transition: all 0.5s;
}
.foot2 .foot2-links div a:hover {
  color: #fff;
}
.foot2 .foot2-links div:first-child::before, .foot2 .foot2-links div:last-child::before {
  position: absolute;
  top: 0;
  left: 0;
  content: "";
  height: 185px;
  width: 1px;
  background-color: rgba(255, 255, 255, 0.5);
}
.foot2 .foot2-links div:last-child {
  padding-right: 0;
}
@media screen and (max-width: 1399px) {
  .foot2 .foot2-links div p {
    font-size: 26px;
  }
  .foot2 .foot2-links div a {
    font-size: 16px;
    line-height: 28px;
  }
}
@media screen and (max-width: 1199px) {
  .foot2 {
    flex-direction: column;
  }
  .foot2 .foot2-icons {
    padding-bottom: 50px;
    border-bottom: 1px solid rgba(255, 255, 255, 0.5);
  }
  .foot2 .foot2-links {
    justify-content: space-between;
  }
  .foot2 .foot2-links div:first-child::before, .foot2 .foot2-links div:last-child::before {
    display: none;
  }
  .foot2 .foot2-links div:first-child {
    padding-left: 0;
  }
}
@media screen and (max-width: 767px) {
  .foot2 .foot2-links {
    flex-direction: column;
  }
  .foot2 .foot2-links div {
    padding-left: 0 !important;
    padding-right: 0 !important;
  }
}
@media screen and (max-width: 575px) {
  .foot2 {
    padding-bottom: 40px;
  }
  .foot2 .foot2-icons {
    padding: 40px 0;
  }
  .foot2 .foot2-icons img {
    width: 130px;
  }
  .foot2 .foot2-links div {
    padding-top: 40px;
  }
  .foot2 .foot2-links div p {
    font-size: 22px;
    margin-bottom: 15px;
  }
  .foot2 .foot2-links div a {
    font-size: 14px;
    line-height: 26px;
  }
}

.social {
  display: flex;
  align-items: center;
}
.social a {
  width: 40px;
  height: 40px;
  margin-right: 5px;
}
.social a svg {
  width: 100%;
  height: 100%;
}
.social a svg path {
  fill: #fff;
  transition: 0.5s;
}
.social a:hover svg path {
  fill: #DB383C;
}
@media screen and (max-width: 575px) {
  .social a {
    width: 30px;
    height: 30px;
  }
}

.sticky-social {
  position: fixed;
  z-index: 98;
  top: 50%;
  right: 0;
  transform: translateY(-50%);
}
.sticky-social .social {
  flex-direction: column;
}
.sticky-social .social a {
  margin-right: 0;
}
.sticky-social .social a svg path {
  fill: #DB383C;
}
.sticky-social .social a + a {
  margin-top: 5px;
}
@media screen and (max-width: 575px) {
  .sticky-social {
    transform: none;
    top: unset;
    bottom: 10px;
  }
}

.sign-up {
  background-position: top;
  background-repeat: no-repeat;
  background-size: cover;
  position: relative;
  padding: 230px 0 80px;
}
.sign-up .overlay {
  z-index: 1;
  opacity: 0.55;
  background: rgb(0, 0, 0);
  background: linear-gradient(0deg, rgb(0, 0, 0) 0%, rgba(0, 0, 0, 0.75) 35%, rgba(0, 0, 0, 0) 100%);
}
.sign-up .page-width {
  position: relative;
  z-index: 2;
  display: flex;
  align-items: end;
  justify-content: space-between;
}
.sign-up .sign-up-text span, .sign-up .sign-up-text h2 {
  color: #fff;
}
.sign-up .sign-up-text h2 {
  line-height: 50px;
  letter-spacing: 3.5px;
  max-width: 400px;
  margin-top: 8px;
}
.sign-up .sign-up-text span {
  font-family: "Inter";
  font-size: 16px;
  font-weight: 400;
  letter-spacing: 5px;
}
@media screen and (max-width: 1399px) {
  .sign-up {
    padding: 190px 0 60px;
  }
}
@media screen and (max-width: 767px) {
  .sign-up .page-width {
    flex-direction: column;
    align-items: center;
  }
  .sign-up .sign-up-text {
    margin-bottom: 25px;
  }
  .sign-up .sign-up-text span, .sign-up .sign-up-text h2 {
    text-align: center;
    display: block;
  }
}
@media screen and (max-width: 575px) {
  .sign-up {
    padding: 140px 0 40px;
  }
  .sign-up .sign-up-text span {
    font-size: 14px;
    letter-spacing: 4px;
  }
  .sign-up .sign-up-text h2 {
    letter-spacing: 2.5px;
    line-height: 40px;
  }
}

.women-sign-up, .sign-up2 {
  background-image: url("../images/zene-vcg-naslovna.jpg");
  background-position: center 30%;
}

.slideshow {
  height: 100vh;
  height: 100svh;
  position: relative;
}
.slideshow .main-slider {
  position: absolute;
  z-index: 0;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
.slideshow .main-slider .mainSwiper, .slideshow .main-slider .mainSwiper .swiper-slide, .slideshow .main-slider .mainSwiper .swiper-slide img {
  width: 100%;
  height: 100%;
}
.slideshow .main-slider .mainSwiper img {
  -o-object-fit: cover;
  object-fit: cover;
  -o-object-position: center;
  object-position: center;
}
.slideshow .page-width {
  position: relative;
  z-index: 2;
  display: flex;
  align-items: end;
  justify-content: space-between;
  height: 100%;
  padding-bottom: 90px;
  padding-top: 200px;
}
.slideshow .page-width h1 {
  text-align: left;
}
.slideshow .page-width h1 span {
  display: block;
  background-color: #DB383C;
  width: -moz-fit-content;
  width: fit-content;
  padding: 5px 10px 0;
}
.slideshow .page-width .main-button-next {
  font-size: 24px;
  color: #fff;
  cursor: pointer;
  display: flex;
  align-items: center;
}
.slideshow .page-width .main-button-next::after {
  content: "";
  width: 32px;
  height: 10px;
  background-image: url("../images/arrows-to-right-white.svg");
  background-position: center;
  background-repeat: no-repeat;
  background-size: contain;
  margin-left: 10px;
  transition: all 0.5s;
}
@media screen and (max-width: 1199px) {
  .slideshow {
    height: -moz-fit-content;
    height: fit-content;
    min-height: 450px;
    display: flex;
    align-items: center;
  }
  .slideshow .page-width h1 {
    margin-bottom: 50px;
  }
}
@media screen and (max-width: 991px) {
  .slideshow .page-width {
    flex-direction: column;
    align-items: start;
  }
}
@media screen and (max-width: 575px) {
  .slideshow {
    min-height: 300px;
  }
  .slideshow .page-width {
    padding-bottom: 50px;
  }
  .slideshow .page-width .main-button-next {
    font-size: 20px;
  }
}

.white-soldier-bg {
  position: relative;
  /* background-image: url("../images/soldier.jpg"); */
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  padding-bottom: 250px;
}

@media screen and (max-width: 575px) {
  .white-soldier-bg {
    padding-bottom: 0;
  }
}
.white-soldier-bg .overlay {
  background-color: #fff;
  opacity: 0.7;
  z-index: 1;
}
.white-soldier-bg .page-width, .white-soldier-bg .black {
  position: relative;
  z-index: 2;
}
.white-soldier-bg .black {
  padding: 40px 0 30px;
}
.white-soldier-bg .black .page-width {
  display: flex;
  align-items: center;
  padding: 0 40px;
}
.white-soldier-bg .black .page-width .title {
  width: 100%;
  max-width: 310px;
}
.white-soldier-bg .black .page-width .title span {
  color: #DB383C;
  font-family: "BebasNeue";
  font-size: 22px;
  font-weight: 400;
  letter-spacing: 5px;
}
.white-soldier-bg .black .page-width .title h2 {
  color: #fff;
  font-size: 90px;
  line-height: 100px;
  letter-spacing: 5px;
}
.white-soldier-bg .black .page-width .black-form {
  width: 100%;
  padding-left: 100px;
}
@media screen and (max-width: 1399px) {
  .white-soldier-bg .black .page-width {
    padding: 0 20px;
  }
  .white-soldier-bg .black .page-width .black-form {
    padding-left: 60px;
  }
}
@media screen and (max-width: 1199px) {
  .white-soldier-bg .black .page-width {
    display: block;
    padding: 0;
  }
  .white-soldier-bg .black .page-width .title {
    max-width: unset;
  }
  .white-soldier-bg .black .page-width .title h2 {
    font-size: 80px;
    line-height: 90px;
  }
  .white-soldier-bg .black .page-width .black-form {
    padding-left: 0;
    margin-top: 20px;
  }
}
@media screen and (max-width: 991px) {
  .white-soldier-bg .black .page-width .title h2 {
    font-size: 70px;
    line-height: 80px;
  }
}
@media screen and (max-width: 575px) {
  .white-soldier-bg .black .page-width .title span {
    font-size: 14px;
    letter-spacing: 4px;
  }
  .white-soldier-bg .black .page-width .title h2 {
    font-size: 40px;
    line-height: 50px;
  }
}

.home1 {
  display: flex;
  align-items: end;
}
.home1 .title {
  width: 60%;
}
.home1 .title h2 {
  line-height: 50px;
  margin-top: 5px;
}
.home1 div:nth-child(2) {
  width: 40%;
}
@media screen and (max-width: 991px) {
  .home1 {
    display: block;
  }
  .home1 .title, .home1 div:nth-child(2) {
    width: 100%;
  }
  .home1 .title {
    margin-bottom: 20px;
  }
}
@media screen and (max-width: 575px) {
  .home1 .title h2 {
    line-height: 40px;
  }
}

.black-form form {
  display: grid;
  grid-template-columns: 1fr 1fr;
  -moz-column-gap: 15px;
       column-gap: 15px;
  row-gap: 25px;
}
.black-form form input, .black-form form select, .black-form form button {
  height: 55px;
  width: 100%;
}
.black-form form button {
  justify-content: center;
  padding: 0;
}
.black-form form input::-moz-placeholder {
  font-family: "BebasNeue";
  font-size: 20px;
  font-weight: 400;
  letter-spacing: 2px;
  color: #fff;
}
.black-form form input, .black-form form input::placeholder, .black-form form select, .black-form form .redBtn {
  font-family: "BebasNeue";
  font-size: 20px;
  font-weight: 400;
  letter-spacing: 2px;
  color: #fff;
}
.black-form form input, .black-form form select {
  padding: 0 15px;
  border: none;
  background-color: rgba(250, 250, 250, 0.2);
}
.black-form form input:focus, .black-form form select:focus {
  outline: 1px solid #fff;
}
.black-form form select option {
  color: #000;
}
.black-form form select option:hover {
  background-color: #DB383C;
}
.black-form form input:-webkit-autofill,
.black-form form input:-webkit-autofill:hover,
.black-form form input:-webkit-autofill:focus,
.black-form form input:-webkit-autofill:active {
  -webkit-box-shadow: 0 0 0 30px #323232 inset !important;
}
.black-form form input:-webkit-autofill {
  -webkit-text-fill-color: #fff !important;
}
.black-form form select {
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
  background-image: url("../images/chevron-down-white.svg");
  background-position: calc(100% - 15px) 60%;
  background-repeat: no-repeat;
  background-size: 10px;
  padding-right: 35px;
}
@media screen and (max-width: 1399px) {
  .black-form form input::-moz-placeholder {
    font-size: 18px;
  }
  .black-form form input, .black-form form input::placeholder, .black-form form select, .black-form form .redBtn {
    font-size: 18px;
  }
}
@media screen and (max-width: 767px) {
  .black-form form {
    grid-template-columns: 1fr;
    row-gap: 20px;
  }
  .black-form form input::-moz-placeholder {
    font-size: 14px;
  }
  .black-form form input, .black-form form input::placeholder, .black-form form select, .black-form form .redBtn {
    font-size: 14px;
  }
  .black-form form input, .black-form form select, .black-form form button {
    height: 45px;
  }
  .black-form form input, .black-form form select {
    padding: 0 10px;
  }
}

.red-corner {
  font-family: "Inter";
  font-size: 10px;
  font-weight: 400;
  letter-spacing: 1px;
  color: #fff;
  background-color: #DB383C;
  padding: 8px 13px;
  width: -moz-fit-content;
  width: fit-content;
  position: absolute;
  text-align: center;
}

.red-next {
  font-size: 16px;
  font-weight: 400;
  letter-spacing: 2px;
  display: flex;
  align-items: center;
  position: relative;
  color: #fff;
}
.red-next.red-right {
  justify-content: end;
}
.red-next::after {
  content: "";
  width: 20px;
  height: 10px;
  background-image: url("../images/arrows-to-right-red.svg");
  background-position: center;
  background-repeat: no-repeat;
  background-size: contain;
  margin-left: 5px;
  transform: translateY(-2px);
  transition: all 0.5s;
}
.red-next::before {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 0;
  height: 1px;
  background-color: #fff;
  content: "";
  transition: all 0.5s;
}

.news-home-wrap {
  position: relative;
  display: grid;
  grid-template-columns: 1fr 1fr 1fr;
  -moz-column-gap: 10px;
       column-gap: 10px;
  row-gap: 10px;
  margin-top: 50px;
}
.news-home-wrap .redBtn {
  position: absolute;
  right: 0;
  bottom: calc(100% + 50px);
}
.news-home-wrap .news-home {
  height: 100%;
  background-color: #000;
}
.news-home-wrap .news-home .news-home-img {
  position: relative;
  height: 230px;
}
.news-home-wrap .news-home .news-home-img img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
  -o-object-position: center;
  object-position: center;
}
.news-home-wrap .news-home .news-home-img .red-corner {
  min-width: 100px;
}
.news-home-wrap .news-home .news-home-img .top-right {
  right: 0;
  top: 20px;
}
.news-home-wrap .news-home .news-home-img .bottom-left {
  left: 0;
  bottom: 20px;
}
.news-home-wrap .news-home .news-home-info {
  background-color: #000;
  padding: 20px;
}
.news-home-wrap .news-home .news-home-info * {
  color: #fff;
}
.news-home-wrap .news-home .news-home-info h3 {
  font-size: 30px;
  letter-spacing: 2px;
  display: -webkit-box;
  -webkit-line-clamp: 1;
  -webkit-box-orient: vertical;
  overflow: hidden;
  text-overflow: ellipsis;
}
.news-home-wrap .news-home .news-home-info .description {
  display: -webkit-box;
  -webkit-line-clamp: 3;
  -webkit-box-orient: vertical;
  overflow: hidden;
  text-overflow: ellipsis;
}
.news-home-wrap .news-home .news-home-info .description p {
  font-size: 16px;
  line-height: 22px;
  color: rgba(255, 255, 255, 0.9);
  letter-spacing: normal;
}
.news-home-wrap .news-home .news-home-info .red-next {
  margin-top: 15px;
}
.news-home-wrap .news-home:hover .news-home-info .red-next::before {
  width: 35px;
}
@media screen and (max-width: 1399px) {
  .news-home-wrap .news-home .news-home-img {
    height: 210px;
  }
  .news-home-wrap .news-home .news-home-info h3 {
    font-size: 28px;
  }
}
@media screen and (max-width: 1299px) {
  .news-home-wrap {
    -moz-column-gap: 5px;
         column-gap: 5px;
  }
  .news-home-wrap .news-home .news-home-img {
    height: 200px;
  }
  .news-home-wrap .news-home .news-home-info {
    padding: 15px;
  }
  .news-home-wrap .news-home .news-home-info h3 {
    font-size: 22px;
  }
  .news-home-wrap .news-home .news-home-info .description p {
    font-size: 14px;
  }
  .news-home-wrap .news-home .news-home-info .red-next {
    font-size: 14px;
  }
}
@media screen and (max-width: 991px) {
  .news-home-wrap {
    grid-template-columns: 1fr 1fr;
  }
}
@media screen and (max-width: 575px) {
  .news-home-wrap {
    grid-template-columns: 1fr;
    margin-top: 25px;
  }
  .news-home-wrap .redBtn {
    position: static;
    width: 100%;
    justify-content: center;
  }
  .news-home-wrap .news-home .news-home-info .description p {
    font-size: 12px;
    line-height: 20px;
  }
}

.advertisements-home-wrap {
  margin-top: 70px;
}
.advertisements-home-wrap h2 {
  text-align: right;
}
.advertisements-home-wrap .advertisements-home {
  padding-left: 300px;
  position: relative;
  display: grid;
  gap: 10px;
  margin-top: 25px;
  min-height: 300px;
}
.advertisements-home-wrap .advertisements-home .adv {
  background-color: #000;
  padding: 50px 40px 20px;
  position: relative;
}
.advertisements-home-wrap .advertisements-home .adv * {
  color: #fff;
}
.advertisements-home-wrap .advertisements-home .adv .red-corner {
  top: 10px;
  left: 0;
}
.advertisements-home-wrap .advertisements-home .adv .description {
  margin: 25px 0 35px;
}
.advertisements-home-wrap .advertisements-home .adv .description p {
  font-size: 16px;
  font-weight: 500;
  line-height: 30px;
}
.advertisements-home-wrap .advertisements-home .adv:hover .red-next::before {
  width: 35px;
}
.advertisements-home-wrap .advertisements-home .adv-title {
  position: absolute;
  top: 0;
  left: 0;
  height: 100%;
  width: 290px;
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
}
.advertisements-home-wrap .advertisements-home .adv-title .overlay {
  background-color: #000;
  opacity: 0.2;
  width: 290px;
}
.advertisements-home-wrap .advertisements-home .adv-title h3, .advertisements-home-wrap .advertisements-home .adv-title .redBtn {
  position: relative;
  z-index: 2;
}
.advertisements-home-wrap .advertisements-home .adv-title h3 {
  font-size: 32px;
  color: #fff;
  margin-bottom: 10px;
  text-align: center;
}
@media screen and (max-width: 1399px) {
  .advertisements-home-wrap .advertisements-home .adv .description {
    margin: 20px 0 30px;
  }
  .advertisements-home-wrap .advertisements-home .adv .description p {
    font-size: 14px;
    line-height: 28px;
  }
}
@media screen and (max-width: 991px) {
  .advertisements-home-wrap .advertisements-home {
    padding-left: 0;
  }
  .advertisements-home-wrap .advertisements-home .adv-title {
    position: relative;
    width: 100%;
    padding: 100px 0;
    background-position: center 20%;
  }
  .advertisements-home-wrap .advertisements-home .adv-title .overlay {
    width: 100%;
  }
}
@media screen and (max-width: 575px) {
  .advertisements-home-wrap {
    margin-top: 50px;
  }
  .advertisements-home-wrap h2 {
    text-align: left;
  }
  .advertisements-home-wrap .advertisements-home .adv {
    padding: 50px 20px 20px;
  }
  .advertisements-home-wrap .advertisements-home .adv .description p {
    font-size: 12px;
    line-height: 24px;
  }
}

.jedinice .white-text h2 {
  margin-bottom: 20px;
}
.jedinice .white-text p {
  opacity: 0.8;
  max-width: 830px;
  margin: 0 auto;
}
.jedinice .red-next {
  justify-content: end;
  /* margin-top: 25px; */
}

.jedinice-grid {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  margin-top: 25px;
}
.jedinice-grid .jedinica {
  position: relative;
  height: 230px;
  padding: 30px;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  overflow: hidden;
  background-color: #000;
}
.jedinice-grid .jedinica::before, .jedinice-grid .jedinica img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
.jedinice-grid .jedinica::before {
  content: "";
  background: linear-gradient(180deg, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0) 50.91%, rgba(0, 0, 0, 0.5) 100%), linear-gradient(0deg, rgba(0, 0, 0, 0.2), rgba(0, 0, 0, 0.2));
  z-index: 1;
}
.jedinice-grid .jedinica img {
  -o-object-fit: cover;
  object-fit: cover;
  -o-object-position: center;
  object-position: center;
  transition: all 0.5s;
}
.jedinice-grid .jedinica span, .jedinice-grid .jedinica h3 {
  position: relative;
  z-index: 2;
}
.jedinice-grid .jedinica h3 {
  font-size: 25px;
  line-height: 30px;
}
.jedinice-grid .jedinica span {
  font-family: "Inter";
  font-size: 16px;
  font-weight: 400;
  letter-spacing: 2px;
}
.jedinice-grid .jedinica:hover img {
  transform: scale(1.1);
}
@media screen and (max-width: 1399px) {
  .jedinice-grid .jedinica {
    height: 200px;
  }
}
@media screen and (max-width: 1199px) {
  .jedinice-grid {
    grid-template-columns: repeat(2, 1fr);
  }
}
@media screen and (max-width: 575px) {
  .jedinice-grid {
    grid-template-columns: 1fr;
  }
  .jedinice-grid .jedinica h3 {
    max-width: 180px;
  }
}

.home-video1 {
  margin-top: -200px;
}
@media screen and (max-width: 575px) {
  .home-video1 {
    margin-top: 0;
  }
}

.home-video-section {
  position: relative;
  z-index: 2;
  padding-left: 50px;
  margin-left: calc(50% - 700px);
}
@media only screen and (max-width: 1600px) {
  .home-video-section {
    margin-left: 10%;
  }
}
@media only screen and (max-width: 900px) {
  .home-video-section {
    margin-left: 5%;
  }
}
@media screen and (max-width: 575px) {
  .home-video-section {
    margin-left: 0;
  }
}
.home-video-section .cover {
  height: 500px;
  position: relative;
  padding: 50px;
  display: flex;
}
.home-video-section .cover img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
  -o-object-position: center;
  object-position: center;
}
.home-video-section .cover .overlay {
  opacity: 0.1;
  z-index: 1;
}
.home-video-section .cover .title {
  position: relative;
  z-index: 2;
  margin-top: auto;
}
.home-video-section .cover .title h2 {
  max-width: 400px;
  letter-spacing: 3.5px;
}
@media screen and (max-width: 1399px) {
  .home-video-section {
    padding-left: 0;
  }
  .home-video-section .cover {
    height: 430px;
  }
}
@media screen and (max-width: 767px) {
  .home-video-section .cover {
    height: -moz-fit-content;
    height: fit-content;
    padding: 150px 50px 50px;
  }
}
@media screen and (max-width: 575px) {
  .home-video-section .cover {
    padding: 100px 5% 25px;
  }
}

.home-video-section-2 {
  padding-left: 0;
  padding-right: 50px;
  margin-left: 0;
  margin-right: calc(50% - 700px);
}
.home-video-section-2 .cover .overlay {
  opacity: 0.2;
}
.home-video-section-2 .cover .title {
  width: 100%;
  max-width: 590px;
  margin-left: auto;
}
@media only screen and (max-width: 1600px) {
  .home-video-section-2 {
    margin-left: 0;
    margin-right: 10%;
  }
  .home-video-section-2 .cover .title {
    max-width: calc(45% - 50px);
  }
}
@media screen and (max-width: 1399px) {
  .home-video-section-2 {
    padding-right: 0;
  }
}
@media screen and (max-width: 1199px) {
  .home-video-section-2 .cover .title {
    max-width: 100%;
  }
}
@media only screen and (max-width: 900px) {
  .home-video-section-2 {
    margin-left: 0;
    margin-right: 5%;
  }
}
@media screen and (max-width: 575px) {
  .home-video-section-2 {
    margin-right: 0;
  }
}

.white-box {
  background-color: #fff;
  padding: 50px;
}
@media screen and (max-width: 1399px) {
  .white-box {
    padding: 40px;
  }
}
@media screen and (max-width: 575px) {
  .white-box {
    padding: 30px 20px;
  }
  .white-box h2 {
    font-size: 30px;
    line-height: 30px;
    letter-spacing: 1.5px !important;
  }
  .white-box p {
    letter-spacing: 1px;
    font-size: 14px;
    line-height: 20px;
  }
}

.video-and-description {
  margin: 50px 0;
  padding-left: 50px;
  position: relative;
}
.video-and-description .video-home {
  width: calc(50% - 25px);
  height: 400px;
  background-image: url("../images/video-snazna-vojska.jpg");
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  display: flex;
  align-items: center;
  justify-content: center;
}
@media screen and (max-width: 1399px) {
  .video-and-description .video-home {
    height: 350px;
  }
}
@media screen and (max-width: 1199px) {
  .video-and-description .video-home {
    width: 100%;
  }
}
@media screen and (max-width: 767px) {
  .video-and-description .video-home {
    height: 300px;
  }
}
.video-and-description .video-home .play-home {
  width: 75px;
  height: 75px;
  background-color: #fff;
  border-radius: 50%;
  background-image: url("../images/play-black.svg");
  background-position: center;
  background-repeat: no-repeat;
  background-size: 18px;
  cursor: pointer;
}
@media screen and (max-width: 575px) {
  .video-and-description .video-home {
    height: 250px;
  }
  .video-and-description .video-home .play-home {
    width: 45px;
    height: 45px;
    background-size: 12px;
  }
}
.video-and-description .white-box {
  width: calc(50% - 50px);
  min-height: 625px;
  position: absolute;
  bottom: 0;
  right: 0;
  z-index: 2;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}
.video-and-description .white-box h2 {
  margin-bottom: 30px;
  letter-spacing: 3.5px;
}
.video-and-description .white-box .redBtn {
  margin-top: 30px;
}
@media screen and (max-width: 1399px) {
  .video-and-description .white-box {
    min-height: 575px;
    width: calc(50% - 25px);
  }
}
@media screen and (max-width: 1199px) {
  .video-and-description .white-box {
    position: static;
    width: 100%;
    min-height: unset;
  }
}
@media screen and (max-width: 575px) {
  .video-and-description .white-box h2 {
    margin-bottom: 20px;
  }
  .video-and-description .white-box .redBtn {
    margin-top: 20px;
  }
}
@media screen and (max-width: 1399px) {
  .video-and-description {
    padding-left: 0;
  }
}
@media screen and (max-width: 767px) {
  .video-and-description {
    margin-bottom: 0;
  }
}

.video-and-description-2 {
  padding-left: 0;
  padding-right: 50px;
  margin-bottom: 0;
}
.video-and-description-2 .video-home {
  background-image: url("../images/kamp-video.jpg");
  margin-left: auto;
}
.video-and-description-2 .white-box {
  right: unset;
  left: 0;
}
@media screen and (max-width: 1399px) {
  .video-and-description-2 {
    padding-right: 0;
  }
}

.middle-bg {
  height: 450px;
}
.middle-bg img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
  -o-object-position: center;
  object-position: center;
}

.akademije-text {
  margin-top: -135px;
  position: relative;
}

.akademije-grid {
  display: grid;
  grid-template-columns: 1fr 1fr 1fr 1fr;
  gap: 10px;
}
.akademije-grid .akademija {
  min-height: 390px;
  position: relative;
}
.akademije-grid .akademija img {
  position: absolute;
  top: 0;
  left: 0;
  z-index: 0;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
  -o-object-position: center;
  object-position: center;
}
.akademije-grid .akademija .overlay {
  z-index: 1;
}
.akademije-grid .akademija .red-corner {
  top: 20px;
  left: 0;
  z-index: 2;
}
.akademije-grid .akademija .ac-links {
  position: relative;
  z-index: 3;
  height: 100%;
  padding: 60px 20px 20px;
  display: flex;
  flex-direction: column;
  justify-content: end;
}
.akademije-grid .akademija .ac-links a {
  display: flex;
  padding-left: 18px;
  background-image: url("../images/chevron-right-white.svg");
  background-position: left 6px;
  background-repeat: no-repeat;
  background-size: 8px;
  font-family: "BebasNeue";
  font-size: 22px;
  font-weight: 400;
  line-height: 30px;
  letter-spacing: 2px;
  color: #fff;
}
.akademije-grid .akademija .ac-links a:hover {
  text-decoration: underline;
}
@media only screen and (max-width: 1600px) {
  .akademije-grid .akademija {
    min-height: 375px;
  }
}
@media screen and (max-width: 1399px) {
  .akademije-grid .akademija {
    min-height: 350px;
  }
  .akademije-grid .akademija .ac-links a {
    font-size: 18px;
    line-height: 26px;
    background-position: left 5px;
  }
}
@media screen and (max-width: 1299px) {
  .akademije-grid {
    grid-template-columns: 1fr 1fr 1fr;
  }
}
@media screen and (max-width: 767px) {
  .akademije-grid {
    grid-template-columns: 1fr 1fr;
  }
}
@media screen and (max-width: 575px) {
  .akademije-grid {
    grid-template-columns: 1fr;
  }
  .akademije-grid .akademija {
    min-height: 250px;
  }
}

.black:has(.banner-home) {
  padding-bottom: 50px;
}

.banner-home {
  position: relative;
  display: grid;
  grid-template-columns: repeat(4, 1fr);
}
.banner-home .banner-image {
  position: relative;
}
.banner-home .banner-image::after {
  position: absolute;
  content: "";
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background-color: #000;
  opacity: 0.2;
  z-index: 1;
}
.banner-home img {
  width: 100%;
  height: 420px;
  -o-object-fit: cover;
  object-fit: cover;
  -o-object-position: center;
  object-position: center;
}
.banner-home .instagram-ministarsva {
  position: absolute;
  z-index: 2;
  left: 0;
  top: 0;
  width: 25%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.5);
}
.banner-home .instagram-ministarsva, .banner-home .instagram-ministarsva a {
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
}
.banner-home .instagram-ministarsva a {
  font-family: "BebasNeue";
  font-size: 24px;
  font-weight: 400;
  line-height: 30px;
  letter-spacing: 2px;
  color: #fff;
  max-width: 210px;
  text-align: center;
}
.banner-home .instagram-ministarsva a svg {
  margin-bottom: 20px;
}
@media screen and (max-width: 991px) {
  .banner-home img {
    height: 300px;
  }
  .banner-home .instagram-ministarsva a {
    font-size: 20px;
    line-height: 26px;
  }
  .banner-home .instagram-ministarsva a svg {
    width: 70px;
    height: 70px;
  }
}
@media screen and (max-width: 767px) {
  .banner-home {
    grid-template-columns: repeat(2, 1fr);
  }
  .banner-home .instagram-ministarsva {
    width: 50%;
    height: 50%;
  }
}
@media screen and (max-width: 575px) {
  .banner-home img {
    height: 180px;
  }
  .banner-home .instagram-ministarsva a {
    font-size: 16px;
    line-height: 22px;
  }
  .banner-home .instagram-ministarsva a svg {
    width: 50px;
    height: 50px;
  }
}

.popup-wrap {
  position: fixed;
  z-index: 105;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.35);
  display: flex;
  align-items: center;
  justify-content: center;
  visibility: hidden;
  opacity: 0;
  transition: all 0.2s;
}

.popup-wrap.opened {
  visibility: visible;
  opacity: 1;
}

.popup-container {
  background-color: #000;
  width: 100%;
  max-width: 1000px;
  height: -moz-fit-content;
  height: fit-content;
  max-height: 100%;
  overflow-y: scroll;
}

.popup {
  padding: 50px 50px 100px;
  position: relative;
}
.popup .close {
  position: absolute;
  width: 20px;
  height: 20px;
  cursor: pointer;
  top: 25px;
  right: 25px;
  background-image: url("../images/close.svg");
  background-position: center;
  background-repeat: no-repeat;
  background-size: contain;
}
.popup .title {
  margin-bottom: 50px;
}
.popup .title span, .popup .title p {
  font-family: "BebasNeue";
  letter-spacing: 5px;
  font-weight: 400;
  display: block;
  text-align: center;
}
.popup .title span {
  font-size: 22px;
  color: #DB383C;
}
.popup .title p {
  font-size: 55px;
  color: #fff;
  line-height: 70px;
}
.popup .black-form {
  max-width: 670px;
  margin-left: auto;
  margin-right: auto;
}
@media screen and (max-width: 1399px) {
  .popup .title span {
    font-size: 20px;
  }
  .popup .title p {
    font-size: 45px;
    line-height: 60px;
  }
}
@media screen and (max-width: 575px) {
  .popup {
    padding: 80px 20px 100px;
  }
  .popup .title span, .popup .title p {
    letter-spacing: 3px;
  }
  .popup .title span {
    font-size: 16px;
  }
  .popup .title p {
    font-size: 35px;
    line-height: 50px;
  }
}

body:has(.page-navigation) {
  overflow-x: visible;
}

.page-grid {
  display: grid;
  grid-template-columns: 255px 1fr;
  gap: 50px;
  position: relative;
}
@media screen and (max-width: 1199px) {
  .page-grid {
    grid-template-columns: 1fr;
  }
}

.page-navigation {
  background-color: #000;
  height: -moz-fit-content;
  height: fit-content;
  position: sticky;
  top: 170px;
}
@media screen and (max-width: 1199px) {
  .page-navigation {
    display: none;
  }
}
.page-navigation > span {
  display: block;
  color: #fff;
  text-align: center;
  font-size: 32px;
  letter-spacing: 5px;
  border-bottom: 1px solid #fff;
  padding: 25px 0 20px;
}
.page-navigation ul {
  list-style: none;
  display: flex;
  flex-direction: column;
  align-items: center;
  padding: 40px 20px 30px;
}
.page-navigation ul li a {
  font-family: "DMSans";
  font-size: 24px;
  font-weight: 400;
  letter-spacing: 5px;
  text-align: center;
  color: #fff;
  display: flex;
  flex-direction: column;
  align-items: center;
  transition: all 0.2s;
}
.page-navigation ul li a::before {
  content: "";
  width: 10px;
  height: 32px;
  background-image: url("../images/arrows-to-down-white.svg");
  background-position: center;
  background-repeat: no-repeat;
  background-size: contain;
  margin: 20px 0;
}
.page-navigation ul li a:hover {
  font-weight: 700;
  color: #DB383C;
}
.page-navigation ul li:first-child a::before {
  display: none;
}
@media screen and (max-width: 1399px) {
  .page-navigation span {
    font-size: 26px;
  }
  .page-navigation ul {
    padding: 30px 20px;
  }
  .page-navigation ul li a {
    font-size: 20px;
  }
  .page-navigation ul li a::before {
    margin: 10px 0;
  }
}

.page-image img {
  width: 100%;
  height: 500px;
  -o-object-fit: cover;
  object-fit: cover;
  -o-object-position: center;
  object-position: center;
  margin: 30px 0;
}
@media screen and (max-width: 991px) {
  .page-image img {
    height: 400px;
  }
}
@media screen and (max-width: 575px) {
  .page-image img {
    height: 250px;
  }
}

.anchor, .anchor-links > p > a {
  display: block;
  height: 170px; /* this is the height of your header */
  margin-top: -170px; /* this is again negative value of the height of your header */
  visibility: hidden;
  position: relative;
  z-index: -10;
}
@media screen and (max-width: 1360px) {
  .anchor {
    height: 140px;
    margin-top: -140px;
  }
}
@media screen and (max-width: 1199px) {
  .anchor {
    height: 125px;
    margin-top: -125px;
  }
}
@media screen and (max-width: 575px) {
  .anchor {
    height: 85px;
    margin-top: -85px;
  }
}
.anchor-links > p:has(a) {
  margin: 0;
}

.above-anchor {
  position: relative;
  z-index: -10;
  height: 170px;
  margin-bottom: -170px;
  visibility: hidden;
}

.conditions-background {
  position: relative;
  padding-bottom: 70px;
}
@media screen and (max-width: 575px) {
  .conditions-background {
    padding-bottom: 50px;
  }
}
.conditions-background::before, .conditions-background::after {
  position: absolute;
  content: "";
  top: 105px;
  left: 0;
  width: 100vw;
  height: calc(100% - 105px);
  transform: translateX(395px) translateX(-50vw);
}
@media only screen and (max-width: 1600px) {
  .conditions-background::before, .conditions-background::after {
    transform: translateX(-305px) translateX(-10vw);
  }
}
@media screen and (max-width: 1199px) {
  .conditions-background::before, .conditions-background::after {
    transform: translateX(-10vw);
  }
}
@media only screen and (max-width: 900px) {
  .conditions-background::before, .conditions-background::after {
    transform: translateX(-5vw);
  }
}
.conditions-background::before {
  z-index: -2;
  background-image: url("../images/oficiri2.jpg");
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
}
.conditions-background::after {
  z-index: -1;
  background-color: #000;
  opacity: 0.8;
}
.conditions-background .gallery {
  margin-left: auto;
  margin-right: auto;
  max-width: calc(100% - 70px);
}
@media screen and (max-width: 1399px) {
  .conditions-background .gallery {
    max-width: 100%;
  }
}

.academies-background::before {
  background-image: url("../images/academies.jpg");
}

.conditions-title {
  background-color: #DB383C;
  padding: 80px 0 80px 80px;
  position: relative;
}
.conditions-title::after {
  position: absolute;
  content: "";
  background-color: #DB383C;
  left: 100%;
  top: 0;
  width: calc(50vw - 700px);
  height: 100%;
}
@media only screen and (max-width: 1600px) {
  .conditions-title::after {
    width: 10vw;
  }
}
@media only screen and (max-width: 900px) {
  .conditions-title::after {
    width: 5vw;
  }
}
.conditions-title h2 {
  color: #fff;
}
@media screen and (max-width: 991px) {
  .conditions-title {
    padding: 70px 0 70px 50px;
  }
}
@media screen and (max-width: 575px) {
  .conditions-title {
    padding: 40px 20px;
  }
  .conditions-title::after {
    display: none;
  }
}

.conditions {
  padding: 80px 0;
}
.conditions:last-child {
  padding-bottom: 0;  
}
.conditions ul {
  width: 100%;
  list-style: none;
  -moz-columns: 2;
       columns: 2;
}
.conditions ul li {
  display: inline-block;
  width: 90%;
  color: #fff;
  font-family: "DMSans";
  font-size: 18px;
  font-weight: 400;
  line-height: 25px;
  letter-spacing: 2px;
  position: relative;
  padding-left: 35px;
  margin-top: 35px;
}
.conditions ul li::before, .conditions ul li::after {
  position: absolute;
  content: "";
  left: 0;
  width: 23px;
}
.conditions ul li::before {
  height: 24px;
  top: -2px;
  background-image: url("../images/double-arrows.svg");
  background-position: center;
  background-repeat: no-repeat;
  background-size: contain;
}
.conditions ul li::after {
  height: 2.5px;
  background-color: #fff;
  top: 23px;
}
@media screen and (max-width: 1399px) {
  .conditions {
    padding: 50px 0;
  }
}
@media screen and (max-width: 991px) {
  .conditions ul {
    -moz-columns: unset;
         columns: unset;
  }
  .conditions ul li {
    display: block;
    width: 100%;
  }
  .conditions ul li:first-child {
    margin-top: 0;
  }
}
@media screen and (max-width: 575px) {
  .conditions ul li {
    font-size: 16px;
    line-height: 22px;
    padding-left: 28px;
    letter-spacing: 1px;
  }
  .conditions ul li::before, .conditions ul li::after {
    width: 18px;
  }
  .conditions ul li::before {
    height: 20px;
  }
  .conditions ul li::after {
    top: 20px;
  }
}

.advantages ul {
  list-style: none;
  margin-top: 30px;
}
.advantages ul li {
  font-family: "DMSans";
  font-size: 18px;
  font-weight: 400;
  line-height: 25px;
  letter-spacing: 2px;
  margin-top: 15px;
  padding-left: 40px;
  position: relative;
}
.advantages ul li::before {
  position: absolute;
  content: "";
  left: 0;
  top: 5px;
  width: 28px;
  height: 18px;
  background-image: url("../images/check-red.svg");
  background-position: center;
  background-repeat: no-repeat;
  background-size: contain;
}
.advantages ul li span {
  font-weight: 700;
}
@media screen and (max-width: 575px) {
  .advantages ul li {
    font-size: 16px;
    line-height: 23px;
    letter-spacing: 1px;
    padding-left: 30px;
  }
  .advantages ul li::before {
    width: 20px;
  }
}

.academies-title {
  margin-bottom: -130px;
  position: relative;
  z-index: 2;
}
.academies-title h2 {
  text-align: left;
}
@media screen and (max-width: 575px) {
  .academies-title {
    margin-bottom: -65px;
  }
}

.academies-wrap {
  position: relative;
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  padding-top: 200px;
}
.academies-wrap > .overlay {
  opacity: 0.8;
  z-index: 1;
}
.academies-wrap .page-width {
  position: relative;
  z-index: 2;
}
@media screen and (max-width: 575px) {
  .academies-wrap {
    padding-top: 115px;
  }
}

.ul-content h4 {
  font-family: "DMSans";
  font-size: 24px;
  font-weight: 800;
  letter-spacing: 2px;
}
@media screen and (max-width: 575px) {
  .ul-content h4 {
    font-size: 20px;
    letter-spacing: 1px;
  }
}
.ul-content ul {
  list-style: none;
}
.ul-content ul li {
  font-family: "DMSans";
  font-size: 18px;
  font-weight: 600;
  line-height: 25px;
  letter-spacing: 2px;
  margin-top: 25px;
  padding-left: 30px;
  position: relative;
}
.ul-content ul li::before {
  position: absolute;
  content: "";
  left: 0;
  top: 12px;
  width: 20px;
  height: 1px;
  background-color: #000;
}
@media only screen and (max-width: 1600px) {
  .ul-content ul li {
    font-size: 16px;
    line-height: 23px;
  }
  .ul-content ul li::before {
    top: 10px;
  }
}
@media screen and (max-width: 575px) {
  .ul-content ul li {
    font-size: 15px;
    line-height: 22px;
    letter-spacing: 1px;
    padding-left: 20px;
    margin-top: 15px;
  }
  .ul-content ul li::before {
    width: 10px;
  }
}

.table-text table tr td {
  padding: 50px calc(50% - 700px);
  border: none;
}
.table-text table tr td p:first-child {
  margin-top: 0;
}
.table-text table tr:nth-child(2n+1) {
  background-color: #F4F4F4;
}
.table-text table tr:first-child td {
  padding-top: 70px;
}
.table-text table tr:last-child td {
  padding-bottom: 70px;
}
.table-text h3, .table-text h4, .template-text h4 {
  margin: 20px 0;
}
.table-text h4, .template-text h4 {
  font-family: "BebasNeue";
  font-weight: 400;
  letter-spacing: 2px;
  font-size: 30px;
  line-height: 30px;
}
@media only screen and (max-width: 1600px) {
  .table-text table tr td {
    padding: 50px 10%;
  }
}
@media only screen and (max-width: 900px) {
  .table-text table tr td {
    padding: 50px 5%;
  }
}
@media screen and (max-width: 575px) {
  .table-text table tr td {
    padding: 30px 5%;
  }
  .table-text table tr:first-child td {
    padding-top: 50px;
  }
  .table-text table tr:last-child td {
    padding-bottom: 50px;
  }
  .table-text h4, .template-text h4 {
    font-size: 20px;
    line-height: 20px;
  }
}

.template-text ul {
  list-style: none;
  margin: 20px 0;
}
.template-text ul li {
  position: relative;
  padding-left: 25px;
}
.template-text ul li::before {
  width: 10px;
  height: 10px;
  border-radius: 50%;
  background-color: #000;
  position: absolute;
  content: "";
  left: 0;
  top: 7px;
}
@media screen and (max-width: 1399px) {
  .template-text ul li::before {
    top: 5px;
  }
}
.template-text ul li + li {
  margin-top: 15px;
}
@media screen and (max-width: 575px) {
  .template-text ul li {
    padding-left: 18px;
  }
  .template-text ul li::before {
    width: 8px;
    height: 8px;
  }
}

.oglas-search form {
  display: flex;
  align-items: center;
}
.oglas-search form input, .oglas-search form button {
  height: 90px;
  background-color: #F4F4F4;
  border: none;
  outline: none;
}
.oglas-search form input::-moz-placeholder {
  font-family: "DMSans";
  font-size: 18px;
  font-weight: 400;
  letter-spacing: 2px;
}
.oglas-search form input, .oglas-search form input::placeholder {
  font-family: "DMSans";
  font-size: 18px;
  font-weight: 400;
  letter-spacing: 2px;
}
.oglas-search form input::-moz-placeholder {
  color: rgba(0, 0, 0, 0.5);
}
.oglas-search form input::placeholder {
  color: rgba(0, 0, 0, 0.5);
}
.oglas-search form input {
  width: 100%;
  color: #000;
  padding: 0 20px;
}
.oglas-search form input:-webkit-autofill,
.oglas-search form input:-webkit-autofill:hover, 
.oglas-search form input:-webkit-autofill:focus, 
.oglas-search form input:-webkit-autofill:active{
    -webkit-box-shadow: 0 0 0 50px #F4F4F4 inset !important;
}
.oglas-search form input:-webkit-autofill{
    -webkit-text-fill-color: #000 !important;
}
.oglas-search form button {
  display: flex;
  align-items: center;
  justify-content: center;
  border-left: 1px solid rgba(0, 0, 0, 0.2);
  padding: 0 50px;
  font-family: "BebasNeue";
  font-size: 24px;
  font-weight: 400;
  letter-spacing: 2px;
  text-align: center;
  color: #000;
}
.oglas-search form button svg {
  margin-left: 5px;
}
@media screen and (max-width: 1399px) {
  .oglas-search form input, .oglas-search form button {
    height: 70px;
  }
  .oglas-search form input::-moz-placeholder {
    font-size: 16px;
  }
  .oglas-search form input, .oglas-search form input::placeholder {
    font-size: 16px;
  }
  .oglas-search form button {
    font-size: 20px;
  }
  .oglas-search form button svg {
    width: 25px;
    height: 25px;
  }
}
@media screen and (max-width: 575px) {
  .oglas-search form {
    flex-direction: column;
  }
  .oglas-search form input, .oglas-search form button {
    height: 50px;
  }
  .oglas-search form input::-moz-placeholder {
    letter-spacing: 1px;
    font-size: 14px;
  }
  .oglas-search form input, .oglas-search form input::placeholder {
    letter-spacing: 1px;
    font-size: 14px;
  }
  .oglas-search form button {
    width: 100%;
    border-left: none;
    border-top: 1px solid rgba(0, 0, 0, 0.2);
    font-size: 18px;
  }
  .oglas-search form button svg {
    width: 20px;
    height: 20px;
  }
}

.oglas-sort {
  margin: 50px 0;
}
.oglas-sort form {
  display: flex;
  align-items: center;
  justify-content: end;
}
.oglas-sort form label, .oglas-sort form select {
  font-family: "DMMono";
  font-size: 14px;
  font-weight: 500;
  letter-spacing: 2px;
}
.oglas-sort form select {
  background-color: #dcdcdc;
  border: none;
  outline: none;
  padding: 10px;
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
  padding-right: 30px;
  background-image: url("../images/chevron-down-black.svg");
  background-position: calc(100% - 10px) 65%;
  background-repeat: no-repeat;
  background-size: 8px;
  margin-left: 5px;
}
@media screen and (max-width: 575px) {
  .oglas-sort {
    margin: 25px 0 50px;
  }
  .oglas-sort form label, .oglas-sort form select {
    font-size: 12px;
    letter-spacing: 1px;
  }
}

.oglas {
  padding-bottom: 40px;
  border-bottom: 1px solid #000;
}
.oglas .oglas-date, .oglas .oglas-title {
  font-family: "DMMono";
  color: #000;
  font-weight: 500;
  letter-spacing: 2px;
}
.oglas .oglas-date {
  font-size: 16px;
}
.oglas .oglas-title {
  margin: 30px 0;
  text-decoration: underline;
  font-size: 24px;
  line-height: 30px;
}
.oglas .download-pdf {
  display: flex;
  align-items: center;
  justify-content: space-between;
  position: relative;
  min-height: 40px;
}
.oglas .download-pdf::before, .oglas .download-pdf::after {
  content: "";
  position: absolute;
  width: 1px;
  height: 100%;
  background-color: #000;
  top: 0;
}
.oglas .download-pdf::before {
  left: 33%;
}
.oglas .download-pdf::after {
  left: 66%;
}
.oglas .download-pdf a {
  max-width: 30%;
}
@media only screen and (max-width: 1600px) {
  .oglas .oglas-title {
    font-size: 22px;
    line-height: 28px;
  }
}
@media screen and (max-width: 1399px) {
  .oglas .oglas-title {
    font-size: 20px;
    line-height: 26px;
  }
}
@media screen and (max-width: 1199px) {
  .oglas .download-pdf {
    flex-direction: column;
    align-items: start;
  }
  .oglas .download-pdf::before, .oglas .download-pdf::after {
    display: none;
  }
  .oglas .download-pdf a {
    max-width: 100%;
  }
  .oglas .download-pdf a + a {
    margin-top: 20px;
  }
}
@media screen and (max-width: 991px) {
  .oglas .oglas-date {
    font-size: 14px;
  }
  .oglas .oglas-title {
    font-size: 18px;
    line-height: 24px;
  }
}
@media screen and (max-width: 575px) {
  .oglas {
    padding-bottom: 30px;
  }
  .oglas .oglas-date {
    font-size: 12px;
    letter-spacing: 1px;
  }
  .oglas .oglas-title {
    letter-spacing: normal;
    font-size: 14px;
    margin: 20px 0 30px;
  }
  .oglas .download-pdf a {
    font-size: 14px;
  }
}

.oglas + .oglas {
  margin-top: 50px;
}

.pagination {
  list-style: none;
  display: flex;
  align-items: center;
  justify-content: center;
}
.pagination li, .pagination a {
  font-family: "BebasNeue";
  font-size: 24px;
  font-weight: 400;
  text-align: center;
}
.pagination a {
  display: flex;
  align-items: center;
  justify-content: center;
  height: 43px;
  min-width: 43px;
  background-color: #000;
  color: #fff;
  padding: 0 10px;
}
.pagination .active {
  background-color: #DB383C;
}
.pagination li + li {
  margin-left: 35px;
}
/* .pagination li:first-child a, .pagination li:last-child a {
  background-color: transparent;
} */
.pagination li a:has(svg) {
  background-color: transparent;
}
.pagination li:first-child:has(svg) {
  transform: rotate(180deg);
}
@media screen and (max-width: 575px) {
  .pagination li, .pagination a {
    font-size: 16px;
  }
  .pagination a {
    height: 30px;
    min-width: 30px;
    padding: 0 10px;
  }
  .pagination li:first-child svg, .pagination li:last-child svg {
    width: 15px;
    height: 15px;
  }
  .pagination li + li {
    margin-left: 15px;
  }
}

.oglas-pagination {
  margin-top: 100px;
}
@media screen and (max-width: 1399px) {
  .oglas-pagination {
    margin-top: 70px;
  }
}
@media screen and (max-width: 575px) {
  .oglas-pagination {
    margin-top: 50px;
  }
}

.number-of-posts {
  font-family: "BebasNeue";
  font-size: 18px;
  font-weight: 400;
  line-height: 21px;
  letter-spacing: 2px;
  color: #000;
}
@media screen and (max-width: 575px) {
  .number-of-posts {
    font-size: 16px;
    letter-spacing: 1.5px;
  }
}

.aktuelnosti-sort {
  display: flex;
  align-items: center;
  justify-content: space-between;
}
@media screen and (max-width: 575px) {
  .aktuelnosti-sort {
    flex-direction: column;
    align-items: start;
  }
  .aktuelnosti-sort .number-of-posts {
    margin-bottom: 10px;
  }
}

.aktuelnosti-wrap {
  display: grid;
  grid-template-columns: 1fr 1fr 1fr;
  -moz-column-gap: 20px;
       column-gap: 20px;
  row-gap: 30px;
  margin-bottom: 50px;
}
.aktuelnosti-wrap .no-results {
  grid-column: span 3;
}
.no-results .redBtn {
  margin-top: 50px;
}
@media screen and (max-width: 1199px) {
  .aktuelnosti-wrap {
    -moz-column-gap: 10px;
         column-gap: 10px;
    row-gap: 20px;
  }
}
@media screen and (max-width: 991px) {
  .aktuelnosti-wrap {
    grid-template-columns: 1fr 1fr;
  }
  .aktuelnosti-wrap .no-results {
    grid-column: span 2; 
  }
}
@media screen and (max-width: 575px) {
  .aktuelnosti-wrap {
    -moz-column-gap: 5px;
         column-gap: 5px;
  }
}

.aktuelnost .aktuelnost-img {
  position: relative;
  height: 440px;
}
.aktuelnost .aktuelnost-img img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
  -o-object-position: center;
  object-position: center;
}
.aktuelnost .aktuelnost-img .red-corner {
  bottom: 0;
  left: 0;
  font-family: "BebasNeue";
  font-size: 18px;
  letter-spacing: 2px;
  text-align: center;
  padding: 16px 25px;
}
.aktuelnost .aktuelnosti-title {
  font-family: "BebasNeue";
  font-size: 24px;
  font-weight: 400;
  line-height: 31px;
  letter-spacing: 3.5px;
  color: #000;
  margin-top: 10px;
  display: -webkit-box;
  -webkit-line-clamp: 3;
  -webkit-box-orient: vertical;
  overflow: hidden;
  text-overflow: ellipsis;
}
@media only screen and (max-width: 1600px) {
  .aktuelnost .aktuelnost-img {
    height: 410px;
  }
}
@media screen and (max-width: 1199px) {
  .aktuelnost .aktuelnost-img {
    height: 300px;
  }
  .aktuelnost .aktuelnost-img .red-corner {
    padding: 10px 20px;
  }
  .aktuelnost .aktuelnosti-title {
    font-size: 20px;
    line-height: 27px;
    letter-spacing: 3px;
  }
}
@media screen and (max-width: 575px) {
  .aktuelnost .aktuelnost-img {
    height: 200px;
  }
  .aktuelnost .aktuelnost-img .red-corner {
    padding: 5px 10px;
    font-size: 14px;
    letter-spacing: 1px;
  }
  .aktuelnost .aktuelnosti-title {
    font-size: 16px;
    line-height: 20px;
    letter-spacing: 1.5px;
  }
}

.aktuelnost:hover .aktuelnosti-title {
  text-decoration: underline;
}

.aktuelnosti-gallery {
  max-width: 100%;
}

.share {
  display: flex;
  align-items: center;
  justify-content: end;
  margin-top: 50px;
}
.share span {
  font-size: 24px;
  letter-spacing: 2px;
}
.share .social a {
  margin-right: 0;
  margin-left: 25px;
}
.share .social a svg path {
  fill: #000;
}
.share .social a:hover svg path {
  fill: #DB383C;
}
@media screen and (max-width: 575px) {
  .share span {
    font-size: 20px;
  }
  .share .social a {
    margin-left: 10px;
  }
}

.aktuelnosti-min-wrap {
  padding: 30px 0;
  display: grid;
  gap: 30px;
}
.aktuelnosti-min-wrap .aktuelnost-min {
  padding-left: 115px;
  position: relative;
  min-height: 110px;
  display: flex;
  flex-direction: column;
  justify-content: center;
}
.aktuelnosti-min-wrap .aktuelnost-min .image2 {
  position: absolute;
  left: 0;
  bottom: 0;
  height: 100%;
  width: 105px;
}
.aktuelnosti-min-wrap .aktuelnost-min .min-text {
  padding-right: 10px;
}
.aktuelnosti-min-wrap .aktuelnost-min .min-text span, .aktuelnosti-min-wrap .aktuelnost-min .min-text p {
  font-family: "BebasNeue";
  font-weight: 400;
  letter-spacing: 2px;
  color: #fff;
}
.aktuelnosti-min-wrap .aktuelnost-min .min-text span {
  font-size: 12px;
}
.aktuelnosti-min-wrap .aktuelnost-min .min-text p {
  font-size: 14px;
  line-height: 18px;
  margin-top: 5px;
  display: -webkit-box;
  -webkit-line-clamp: 3;
  -webkit-box-orient: vertical;
  overflow: hidden;
  text-overflow: ellipsis;
}
.aktuelnosti-min-wrap .aktuelnost-min:hover .min-text p {
  text-decoration: underline;
}

.aktuelnosti-detalji-wrap .page-navigation {
  position: static;
}
@media screen and (max-width: 1199px) {
  .aktuelnosti-detalji-wrap .page-navigation {
    display: block;
    order: 2;
  }
  .aktuelnosti-detalji-wrap .page-navigation .aktuelnosti-min-wrap {
    padding: 30px;
    grid-template-columns: 1fr 1fr;
  }
}
@media screen and (max-width: 767px) {
  .aktuelnosti-detalji-wrap .page-navigation .aktuelnosti-min-wrap {
    padding: 30px 20px;
    -moz-column-gap: 20px;
         column-gap: 20px;
  }
}
@media screen and (max-width: 575px) {
  .aktuelnosti-detalji-wrap .page-navigation .aktuelnosti-min-wrap {
    padding: 30px;
    grid-template-columns: 1fr;
  }
  .aktuelnosti-detalji-wrap .page-text h2 {
    font-size: 30px;
    line-height: 30px;
    letter-spacing: 1px; 
  }
}

.uspjesna-prijava {
  height: 100vh;
  height: 100svh;
}
.uspjesna-prijava .overlay {
  opacity: 0.35;
}
.uspjesna-prijava .page-width {
  flex-direction: column;
}
.uspjesna-prijava .page-width p {
  color: #fff;
  margin: 30px 0 35px;
  font-weight: 700;
}
.uspjesna-prijava .page-width .redBack {
  position: static;
  transform: none;
}/*# sourceMappingURL=main.css.map */

.footer-right-links a {
  display: flex;
  width: 100%;
  max-width: 150px;
}
@media screen and (max-width: 767px) {
  .footer-right-links a {
    width: fit-content;
    max-width: unset;
  }
}

.slideshow .main-video {
  position: absolute;
  z-index: 0;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
  -o-object-position: center;
  object-position: center;
}
.mute-video {
  width: 50px;
  height: 50px;
  border-radius: 50%;
  border: 2px solid #fff;
  cursor: pointer;
  position: fixed;
  bottom: 40px;
  right: 0;
  z-index: 10;
  background-image: url("../images/volume-mute.png");
  background-position: center;
  background-repeat: no-repeat;
  background-size: 60%;
  box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.2), 0 6px 20px 0 rgba(0, 0, 0, 0.19);
  background-color: rgba(0, 0, 0, 0.2);
}
@media screen and (max-width: 1199px) {
  .mute-video {
    bottom: 10px;
  }
}
@media screen and (max-width: 575px) {
  .mute-video {
    width: 35px;
    height: 35px;
    right: unset;
    left: 0;
  }
}
.mute-video.mute {
  background-image: url("../images/volume-unmute.png");
}

.reveal {
  position: relative;
  transform: translateY(50px);
  opacity: 0;
  transition: 1s all ease;
}

.reveal.active {
  transform: translateY(0);
  opacity: 1;
}

.anketa {
  background-image: none;
  padding: 50px 0 100px;
}
.anketa * {
  color: #fff !important;
}
.anketa p {
  font-size: 24px;
  line-height: normal;
  font-weight: 600;
  margin-top: 20px;
}
.anketa .page-width {
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.anketa .redBtn {
  width: 100%;
  max-width: 260px;
}
@media screen and (max-width: 1399px) {
  .anketa p {
    font-size: 18px;
  }
}
@media screen and (max-width: 1199px) {
  .anketa .page-width {
    flex-direction: column;
  }
  .anketa p, .anketa span {
    text-align: center;
    display: block;
  }
  .anketa .redBtn {
    margin-top: 20px;
    width: fit-content;
  }

}
@media screen and (max-width: 575px) {
  .anketa p {
    font-size: 14px;
  }
  .anketa {
    padding: 0 0 50px;
  }
}

.white-soldier-contact {
  padding-bottom: 0;
}

/* .contact-page p {
  font-size: 24px;
  font-weight: 600;
  font-family: "BebasNeue";
  line-height: normal;
} */
.contact-page a {
  font-size: 20px;
  font-weight: 500;
  font-family: "DMSans";
  color: #DB383C;
  display: block;
  width: fit-content;
  margin-top: 20px; 
}

.contact-page a:hover {
  text-decoration: underline;
}
.contact-map {
  height: 55vh;
  max-height: 450px;
}
.contact-map iframe {
  width: 100%;
  height: 100%;
}
.margin-top {
  margin-top: 148px;
}
@media screen and (max-width: 1360px) {
  .margin-top {
    margin-top: 119px;
  }
}
@media screen and (max-width: 1199px) {
  .margin-top {
    margin-top: 104px;
  }
}
@media screen and (max-width: 575px) {
  /* .contact-page p {
    font-size: 20px;
  } */
  .contact-page a {
    font-size: 18px;
  }
  .contact-map {
    height: 40vh;
  }
  .margin-top {
    margin-top: 63px;
  }
}

.gallery-album {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 10px;
  padding-bottom: 70px;
}
.gallery-album img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
  -o-object-position: center;
  object-position: center;
  transition: all 0.5s;
}
.gallery-album a {
  height: 200px;
  overflow: hidden;
}
.gallery-album a:hover img {
  transform: scale(1.02);
}
.gallery-album a:nth-child(6n+1), .gallery-album a:nth-child(6n+5) {
  grid-row: span 2;
  height: 410px;
}
.gallery-album .load-more-btn {
  grid-column: span 2;
  height: fit-content;
  cursor: pointer;
  display: flex;
  align-items: center;
  justify-content: center;
  margin-top: 40px;
  font-size: 24px;
  letter-spacing: 2px;
  transition: all 0.5s;
}
.gallery-album .load-more-btn:hover {
  color: #DB383C;
}
@media screen and (max-width: 900px) {
  .gallery-album a {
    height: 150px;
  }
  .gallery-album a:nth-child(6n+1), .gallery-album a:nth-child(6n+5) {
    height: 310px;
  }
}
@media screen and (max-width: 575px) {
  .gallery-album {
    padding-bottom: 50px;
  }
  .gallery-album {
    gap: 5px;
  }
  .gallery-album a {
    height: 100px;
  }
  .gallery-album a:nth-child(6n+1), .gallery-album a:nth-child(6n+5) {
    height: 205px;
  }
  .gallery-album .load-more-btn {
    font-size: 20px;
    letter-spacing: 1px;
    margin-top: 20px;
  }
}

.logo2-img {
  top: 50% !important;
  left: 50% !important;
  transform: translate(-50%, -50%);
  -o-object-fit: contain !important;
  object-fit: contain !important;
  max-width: 60%;
  max-height: 60%;  
}
.jedinice-grid .jedinica:hover .logo2-img {
  transform: translate(-50%, -50%) scale(1.1);
}

.newstitle {
  text-align: center;
  margin: 50px 0;
}