@charset "UTF-8";
@import url("https://fonts.googleapis.com/css2?family=Inter:ital,opsz,wght@0,14..32,100..900;1,14..32,100..900&display=swap");
@import url("https://fonts.googleapis.com/css2?family=Fragment+Mono:ital@0;1&display=swap");
/**************************
RESET STYLE

***************************/
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%;
  box-sizing: border-box;
}

/**************************
ROOT

***************************/
/**************************
BASIC STYLE

***************************/
html {
  overflow-x: hidden;
  scroll-behavior: smooth;
  overflow-y: auto !important;
  height: auto !important;
  margin: 0 !important;
}

ul {
  list-style: none;
}

a {
  text-decoration: none;
  transition: 0.5s ease-in-out;
}

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

body {
  font-family: "Inter", sans-serif;
  font-size: 16px;
  line-height: 1.6;
  font-weight: 400;
  max-width: clamp(100%, 100vw - 2rem, 1920px);
  min-height: 100%;
  overflow-x: hidden;
  overflow-y: auto !important;
  position: relative;
  margin: 0 auto;
}

p {
  font-family: "Inter", sans-serif;
}

.container {
  margin-left: auto;
  margin-right: auto;
  width: 80%;
  max-width: 1600px;
}

@media (min-width: 300px) {
  .container {
    width: 100%;
    padding: 0 0%;
  }
}
@media (min-width: 576px) {
  .container {
    width: 100%;
    padding: 0 0%;
  }
}
@media (min-width: 768px) {
  .container {
    max-width: 740px;
    padding: 0%;
  }
}
@media (min-width: 992px) {
  .container {
    max-width: 960px;
    padding: 0%;
  }
}
@media (min-width: 1200px) {
  .container {
    max-width: 1140px;
    padding: 0%;
  }
}
@media (min-width: 1400px) {
  .container {
    max-width: 1280px;
    padding: 0%;
  }
}
@media (min-width: 1600px) {
  .container {
    max-width: 1440px;
    padding: 0%;
  }
}
@media (min-width: 1920px) {
  .container {
    max-width: 1600px;
    padding: 0%;
  }
}
.btn {
  cursor: pointer;
  display: inline-block;
  transition: 0.4s ease-in-out;
  font-family: "Inter", sans-serif;
  font-weight: 600;
  font-size: clamp(0.875rem, 0.8519rem + 0.1235vw, 1rem);
  letter-spacing: -2%;
  border-radius: 500px;
  padding: 16px 28px;
}
.btn-blue {
  color: rgb(255, 255, 255);
  background-color: #0060F1;
  border: 1px solid #0060F1;
}
.btn-blue:hover {
  color: #0060F1;
  background-color: rgb(255, 255, 255);
  border: 1px solid #0060F1;
}
.btn-white {
  color: #0A2240;
  background-color: rgb(255, 255, 255);
  border: 1px solid rgb(255, 255, 255);
}
.btn-white:hover {
  color: rgb(255, 255, 255);
  background-color: #0A2240;
  border: 1px solid rgb(255, 255, 255);
}

/* Osnova za row */
.row {
  display: flex;
  flex-wrap: wrap;
  align-items: flex-start;
  justify-content: space-between;
  margin: auto;
}

.col2 {
  flex: 0 0 49%;
}

@media (min-width: 300px) and (max-width: 575px) {
  .col2 {
    flex: 0 0 100%;
    padding: 0 0%;
  }
}
@media (min-width: 576px) and (max-width: 767px) {
  .col2 {
    flex: 0 0 100%;
    padding: 0 0%;
  }
}
.col3 {
  flex: 0 0 32%;
}

@media (min-width: 300px) and (max-width: 575px) {
  .col3 {
    flex: 0 0 100%;
    padding: 0 0%;
  }
}
@media (min-width: 576px) and (max-width: 767px) {
  .col3 {
    flex: 0 0 49%;
    padding: 0 0%;
  }
}
.col4 {
  flex: 0 0 24%;
}

@media (min-width: 300px) and (max-width: 575px) {
  .col4 {
    flex: 0 0 49%;
    padding: 0 0%;
  }
}
@media (min-width: 576px) and (max-width: 767px) {
  .col4 {
    flex: 0 0 49%;
    padding: 0 0%;
  }
}
.h1 {
  color: rgb(255, 255, 255);
  font-weight: 500;
  letter-spacing: -3%;
  font-family: "Inter", sans-serif;
  line-height: 1.1;
  font-size: clamp(1.75rem, 1.4259rem + 1.7284vw, 3.5rem);
}

.h2 {
  font-weight: 500;
  margin-top: 1rem;
  letter-spacing: -3%;
  font-family: "Inter", sans-serif;
  line-height: 1.15;
  font-size: clamp(1.5rem, 1.2222rem + 1.4815vw, 3rem);
}
@media (min-width: 300px) and (max-width: 575px) {
  .h2 {
    padding: 1% 5% 1% 5%;
  }
}
@media (min-width: 576px) and (max-width: 767px) {
  .h2 {
    padding: 1% 5% 1% 5%;
  }
}
.h2-white {
  color: rgb(255, 255, 255);
}
.h2-blue {
  color: #0A2240;
}
.h2-black {
  color: rgb(0, 0, 0);
  line-height: 1.2;
  font-weight: 600;
  font-size: clamp(1rem, 0.7685rem + 1.2346vw, 2.25rem);
}

.h3 {
  font-family: "Inter", sans-serif;
  font-weight: 500;
  line-height: 1.3;
  letter-spacing: 0%;
  font-size: clamp(1.25rem, 1.1111rem + 0.7407vw, 2rem);
  margin-bottom: 1.5rem;
}
.h3-white {
  color: rgb(255, 255, 255);
}
.h3-blue {
  color: #0A2240;
}

.h4 {
  font-family: "Inter", sans-serif;
  font-weight: 500;
  line-height: 1.15;
  letter-spacing: -2%;
  font-size: clamp(1rem, 0.9074rem + 0.4938vw, 1.5rem);
}
.h4-white {
  color: rgb(255, 255, 255);
}
.h4-blue {
  color: #0A2240;
}

.h5 {
  font-family: "Inter", sans-serif;
  font-weight: 400;
  line-height: 1.15;
  letter-spacing: -4%;
  font-size: clamp(0.875rem, 0.8519rem + 0.1235vw, 1rem);
  text-transform: uppercase;
}
.h5-white {
  color: rgb(255, 255, 255);
}
.h5-blue {
  color: #0A2240;
}

.sub-heading {
  letter-spacing: -4%;
  line-height: 1.15;
  font-weight: 400;
  font-family: "Fragment Mono", monospace;
  font-size: clamp(0.75rem, 0.7037rem + 0.2469vw, 1rem);
}
.sub-heading-white {
  color: rgb(255, 255, 255);
}
.sub-heading-black {
  color: rgb(0, 0, 0);
}

.p1 {
  padding: clamp(2rem, 1.4444rem + 2.963vw, 5rem) 0 clamp(2rem, 1.4444rem + 2.963vw, 5rem) 0;
}

.m1 {
  margin: clamp(2rem, 1.6296rem + 1.9753vw, 4rem) auto clamp(2rem, 1.6296rem + 1.9753vw, 4rem) auto;
}

.p2 {
  padding: clamp(2.25rem, 2.1343rem + 0.6173vw, 2.875rem) 0 clamp(2.25rem, 2.1343rem + 0.6173vw, 2.875rem) 0;
}

.lead {
  letter-spacing: -2%;
  line-height: 1.6;
  font-family: "Inter", sans-serif;
  font-size: clamp(0.875rem, 0.8519rem + 0.1235vw, 1rem);
}
.lead-white {
  color: rgb(255, 255, 255);
  margin-top: 8px;
  font-weight: 400;
}
.lead-blue {
  color: #0A2240;
  font-weight: 500;
  margin-top: 8px;
}
.lead-white-bold {
  color: rgb(255, 255, 255);
  font-weight: 600;
  margin-top: 8px;
}
.lead-blue-bold {
  color: #0A2240;
  font-weight: 600;
  margin-top: 8px;
}

@keyframes fade__in {
  0% {
    transform: scale(1);
  }
  100% {
    transform: scale(1.05);
  }
}
.list-item a {
  display: inline-block;
  font-family: "Inter", sans-serif;
  letter-spacing: -4%;
  line-height: 1.15;
  padding: 1rem 0 0 0;
  font-weight: 400;
  font-size: clamp(0.875rem, 0.8519rem + 0.1235vw, 1rem);
  color: rgb(255, 255, 255);
  transition: 0.4s ease-in-out;
}
.list-item a:hover {
  transform: translateX(-5px);
}

.main-header, .third-header, .second-header {
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
  height: 80vh;
  display: flex;
  align-items: center;
  justify-content: center;
  position: relative;
  overflow: visible;
  z-index: 1;
}
@media (min-width: 992px) and (max-width: 1199px) {
  .main-header, .third-header, .second-header {
    height: 70vh;
  }
}
.main-header .header-lottie, .third-header .header-lottie, .second-header .header-lottie {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 1; /* ispod mreže i sadržaja */
  pointer-events: none; /* da klikovi prolaze kroz animaciju */
}
@media (min-width: 300px) and (max-width: 575px) {
  .main-header .header-lottie, .third-header .header-lottie, .second-header .header-lottie {
    top: 30%;
  }
}
@media (min-width: 576px) and (max-width: 767px) {
  .main-header .header-lottie, .third-header .header-lottie, .second-header .header-lottie {
    top: 30%;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .main-header .header-lottie, .third-header .header-lottie, .second-header .header-lottie {
    top: 25%;
  }
}
.main-header nav, .third-header nav, .second-header nav {
  padding: 24px clamp(1.25rem, 0.3241rem + 4.9383vw, 6.25rem);
  height: 10vh;
  margin-top: 1%;
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  display: flex;
  align-items: center;
  justify-content: space-between;
  z-index: 10;
}
@media (min-width: 300px) and (max-width: 575px) {
  .main-header nav, .third-header nav, .second-header nav {
    border-radius: 60px;
    padding: 8px 16px;
    -webkit-backdrop-filter: blur(10px);
            backdrop-filter: blur(10px);
    background-color: rgba(255, 255, 255, 0.1019607843);
    margin-bottom: 2rem;
    margin: 20px;
  }
}
.main-header nav .logo, .third-header nav .logo, .second-header nav .logo {
  height: clamp(1.375rem, 1.1204rem + 1.358vw, 3.75rem);
  width: clamp(3.625rem, 2.9769rem + 3.4568vw, 7.125rem);
  z-index: 99;
}
.main-header nav .logo img, .third-header nav .logo img, .second-header nav .logo img {
  width: 100%;
  height: 100%;
  -o-object-fit: contain;
     object-fit: contain;
}
.main-header nav .navigation, .third-header nav .navigation, .second-header nav .navigation {
  display: flex;
  align-items: center;
  justify-content: space-between;
  position: relative;
  transition: transform 0.4s ease-in-out, opacity 0.4s ease-in-out;
}
@media (min-width: 300px) and (max-width: 575px) {
  .main-header nav .navigation, .third-header nav .navigation, .second-header nav .navigation {
    position: absolute;
    top: 0%;
    left: 0;
    right: 0;
    border-radius: 16px;
    height: 77vh;
    width: 100%;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    overflow-y: hidden;
    background-image: url(../img/bcg3.jpg);
    transform: translateY(-100%);
    opacity: 0;
    padding-bottom: 50%;
  }
  .main-header nav .navigation.active, .third-header nav .navigation.active, .second-header nav .navigation.active {
    transform: translateY(0);
    opacity: 1;
  }
}
.main-header nav .navigation li, .third-header nav .navigation li, .second-header nav .navigation li {
  margin-right: 40px;
  position: relative;
  transition: 0.4s ease-in-out;
  /* Dropdown menu */
}
@media (min-width: 300px) and (max-width: 575px) {
  .main-header nav .navigation li, .third-header nav .navigation li, .second-header nav .navigation li {
    margin-right: 0;
    margin-top: 2%;
  }
}
.main-header nav .navigation li a, .third-header nav .navigation li a, .second-header nav .navigation li a {
  color: rgb(255, 255, 255);
  display: inline-block;
  font-weight: 500;
  font-family: "Inter", sans-serif;
  line-height: 1;
  letter-spacing: -2%;
  font-size: 1rem;
  transition: 0.4s ease-in-out;
}
.main-header nav .navigation li:last-child, .third-header nav .navigation li:last-child, .second-header nav .navigation li:last-child {
  margin-right: 0;
}
.main-header nav .navigation li::after, .third-header nav .navigation li::after, .second-header nav .navigation li::after {
  content: "";
  display: block;
  position: absolute;
  width: 0;
  height: 2px;
  background-color: rgb(255, 255, 255);
  bottom: -4px;
  left: 0;
  transition: 0.4s ease-in-out;
}
.main-header nav .navigation li:hover::after, .third-header nav .navigation li:hover::after, .second-header nav .navigation li:hover::after {
  width: 100%;
}
.main-header nav .navigation li.dropdown, .third-header nav .navigation li.dropdown, .second-header nav .navigation li.dropdown, .main-header nav .navigation li .sub-menu, .third-header nav .navigation li .sub-menu, .second-header nav .navigation li .sub-menu {
  z-index: 1000;
}
.main-header nav .navigation li.dropdown .dropdown-menu, .third-header nav .navigation li.dropdown .dropdown-menu, .second-header nav .navigation li.dropdown .dropdown-menu, .main-header nav .navigation li.dropdown .sub-menu, .third-header nav .navigation li.dropdown .sub-menu, .second-header nav .navigation li.dropdown .sub-menu, .main-header nav .navigation li .sub-menu .dropdown-menu, .third-header nav .navigation li .sub-menu .dropdown-menu, .second-header nav .navigation li .sub-menu .dropdown-menu, .main-header nav .navigation li .sub-menu .sub-menu, .third-header nav .navigation li .sub-menu .sub-menu, .second-header nav .navigation li .sub-menu .sub-menu {
  position: absolute;
  top: 100%;
  left: 0;
  background: linear-gradient(180deg, #001428, #012850);
  list-style: none;
  padding: 10px 0;
  margin: 0;
  border-radius: 6px;
  display: none;
  min-width: 220px;
  box-shadow: 0 8px 16px rgba(0, 0, 0, 0.3);
  opacity: 0;
  visibility: hidden;
  transform: translateY(10px);
  transition: all 0.3s ease;
  z-index: 1000;
}
.main-header nav .navigation li.dropdown .dropdown-menu li, .third-header nav .navigation li.dropdown .dropdown-menu li, .second-header nav .navigation li.dropdown .dropdown-menu li, .main-header nav .navigation li.dropdown .sub-menu li, .third-header nav .navigation li.dropdown .sub-menu li, .second-header nav .navigation li.dropdown .sub-menu li, .main-header nav .navigation li .sub-menu .dropdown-menu li, .third-header nav .navigation li .sub-menu .dropdown-menu li, .second-header nav .navigation li .sub-menu .dropdown-menu li, .main-header nav .navigation li .sub-menu .sub-menu li, .third-header nav .navigation li .sub-menu .sub-menu li, .second-header nav .navigation li .sub-menu .sub-menu li {
  padding: 8px 20px;
}
.main-header nav .navigation li.dropdown .dropdown-menu li a, .third-header nav .navigation li.dropdown .dropdown-menu li a, .second-header nav .navigation li.dropdown .dropdown-menu li a, .main-header nav .navigation li.dropdown .sub-menu li a, .third-header nav .navigation li.dropdown .sub-menu li a, .second-header nav .navigation li.dropdown .sub-menu li a, .main-header nav .navigation li .sub-menu .dropdown-menu li a, .third-header nav .navigation li .sub-menu .dropdown-menu li a, .second-header nav .navigation li .sub-menu .dropdown-menu li a, .main-header nav .navigation li .sub-menu .sub-menu li a, .third-header nav .navigation li .sub-menu .sub-menu li a, .second-header nav .navigation li .sub-menu .sub-menu li a {
  color: rgb(255, 255, 255);
  display: block;
  white-space: nowrap;
  font-size: 0.95rem;
}
.main-header nav .navigation li.dropdown .dropdown-menu li a:hover, .third-header nav .navigation li.dropdown .dropdown-menu li a:hover, .second-header nav .navigation li.dropdown .dropdown-menu li a:hover, .main-header nav .navigation li.dropdown .sub-menu li a:hover, .third-header nav .navigation li.dropdown .sub-menu li a:hover, .second-header nav .navigation li.dropdown .sub-menu li a:hover, .main-header nav .navigation li .sub-menu .dropdown-menu li a:hover, .third-header nav .navigation li .sub-menu .dropdown-menu li a:hover, .second-header nav .navigation li .sub-menu .dropdown-menu li a:hover, .main-header nav .navigation li .sub-menu .sub-menu li a:hover, .third-header nav .navigation li .sub-menu .sub-menu li a:hover, .second-header nav .navigation li .sub-menu .sub-menu li a:hover {
  color: #0060F1;
}
.main-header nav .navigation li.dropdown:hover .dropdown-menu, .third-header nav .navigation li.dropdown:hover .dropdown-menu, .second-header nav .navigation li.dropdown:hover .dropdown-menu, .main-header nav .navigation li.dropdown:hover .sub-menu, .third-header nav .navigation li.dropdown:hover .sub-menu, .second-header nav .navigation li.dropdown:hover .sub-menu, .main-header nav .navigation li .sub-menu:hover .dropdown-menu, .third-header nav .navigation li .sub-menu:hover .dropdown-menu, .second-header nav .navigation li .sub-menu:hover .dropdown-menu, .main-header nav .navigation li .sub-menu:hover .sub-menu, .third-header nav .navigation li .sub-menu:hover .sub-menu, .second-header nav .navigation li .sub-menu:hover .sub-menu {
  display: block;
  opacity: 1;
  visibility: visible;
  transform: translateY(0);
}
.main-header nav .navigation li.dropdown .dropdown-menu.open, .third-header nav .navigation li.dropdown .dropdown-menu.open, .second-header nav .navigation li.dropdown .dropdown-menu.open, .main-header nav .navigation li .sub-menu .dropdown-menu.open, .third-header nav .navigation li .sub-menu .dropdown-menu.open, .second-header nav .navigation li .sub-menu .dropdown-menu.open {
  display: block;
  opacity: 1;
  visibility: visible;
  transform: translateY(0);
}
.main-header nav .burger, .third-header nav .burger, .second-header nav .burger {
  display: none;
}
@media (min-width: 300px) and (max-width: 575px) {
  .main-header nav .burger, .third-header nav .burger, .second-header nav .burger {
    display: block;
    z-index: 99;
  }
}
.main-header hgroup, .third-header hgroup, .second-header hgroup {
  position: relative;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  z-index: 3;
  padding: 1% 0%;
}
.main-header hgroup a, .third-header hgroup a, .second-header hgroup a {
  margin-top: clamp(1rem, 0.919rem + 0.4321vw, 1.4375rem);
}
.main-header hgroup p, .third-header hgroup p, .second-header hgroup p {
  margin-top: clamp(1rem, 0.919rem + 0.4321vw, 1.4375rem);
  font-weight: 500;
  font-size: clamp(0.875rem, 0.8287rem + 0.2469vw, 1.125rem);
  text-align: center;
  width: 50%;
  margin: auto;
}
@media (min-width: 300px) and (max-width: 575px) {
  .main-header hgroup p, .third-header hgroup p, .second-header hgroup p {
    width: 90%;
  }
}
@media (min-width: 576px) and (max-width: 767px) {
  .main-header hgroup p, .third-header hgroup p, .second-header hgroup p {
    width: 80%;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .main-header hgroup p, .third-header hgroup p, .second-header hgroup p {
    width: 80%;
  }
}
.main-header hgroup h1, .third-header hgroup h1, .second-header hgroup h1 {
  text-align: center;
  width: 44%;
  margin: auto;
  margin-bottom: clamp(1rem, 0.919rem + 0.4321vw, 1.4375rem);
}
@media (min-width: 300px) and (max-width: 575px) {
  .main-header hgroup h1, .third-header hgroup h1, .second-header hgroup h1 {
    width: 90%;
  }
}
@media (min-width: 576px) and (max-width: 767px) {
  .main-header hgroup h1, .third-header hgroup h1, .second-header hgroup h1 {
    width: 80%;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .main-header hgroup h1, .third-header hgroup h1, .second-header hgroup h1 {
    width: 80%;
  }
}
.main-header hgroup h1 span, .third-header hgroup h1 span, .second-header hgroup h1 span {
  color: #0060F1;
  font-weight: 500;
  letter-spacing: -3%;
  font-family: "Inter", sans-serif;
  line-height: 1.1;
  font-size: clamp(1.75rem, 1.4259rem + 1.7284vw, 3.5rem);
}

.second-header {
  height: 60vh;
}
@media (min-width: 992px) and (max-width: 1199px) {
  .second-header {
    height: 50vh;
  }
}
.second-header .navigation {
  height: 57vh !important;
}
.second-header .navigation.active {
  transform: translateY(0);
  opacity: 1;
}
.second-header hgroup h1 {
  text-align: center;
  width: 60%;
  margin: auto;
  margin-top: 5%;
  margin-bottom: clamp(1rem, 0.919rem + 0.4321vw, 1.4375rem);
}
@media (min-width: 300px) and (max-width: 575px) {
  .second-header hgroup h1 {
    width: 90%;
    margin-top: 3rem;
  }
}
.second-header::after {
  content: "";
  background-image: url("../img/mreza.png");
  background-repeat: repeat;
  display: block;
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  z-index: 2;
}

.benefits {
  background-color: #EDF1F4;
  text-align: center;
}
.benefits h2 {
  margin-bottom: 1.5rem;
}
.benefits .row {
  margin-top: clamp(2.25rem, 1.5556rem + 3.7037vw, 6rem);
}
.benefits .row .benefit-card {
  cursor: pointer;
  flex: 0 0 24%;
  transition: 0.4s ease-in-out;
}
@media (min-width: 300px) and (max-width: 575px) {
  .benefits .row .benefit-card {
    flex: 0 0 100%;
    padding: 1.5rem 20px;
  }
}
@media (min-width: 576px) and (max-width: 767px) {
  .benefits .row .benefit-card {
    flex: 0 0 49%;
    padding: 0 20px;
  }
}
.benefits .row .benefit-card:hover .card-img img {
  transform: scale(1.1);
}
.benefits .row .benefit-card .card-name {
  margin-top: clamp(0.5rem, 0.3611rem + 0.7407vw, 1.25rem);
}
.benefits .row .benefit-card .card-img img {
  transition: 0.4s ease-in-out;
}

.services {
  background-color: rgb(255, 255, 255);
  text-align: center;
}
.services .row {
  margin-top: clamp(2.25rem, 1.9259rem + 1.7284vw, 4rem);
  margin-bottom: clamp(2rem, 1.6296rem + 1.9753vw, 4rem);
  row-gap: 1rem;
  align-items: stretch;
}
.services .row .card-service {
  flex: 0 0 32.5%;
  cursor: pointer;
  transition: 0.4s ease-in-out;
  border-radius: 8px;
  padding: 1.7rem;
  background: linear-gradient(253.33deg, #0A2240 0%, #1A58A6 100%);
}
@media (min-width: 300px) and (max-width: 575px) {
  .services .row .card-service {
    flex: 0 0 90%;
    margin: auto;
    padding: 1.5rem 20px;
  }
}
@media (min-width: 576px) and (max-width: 767px) {
  .services .row .card-service {
    flex: 0 0 48%;
    margin: auto;
    padding: 1.5rem 20px;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .services .row .card-service {
    flex: 0 0 48%;
    margin: auto;
    padding: 1.5rem 20px;
    align-self: stretch;
  }
}
.services .row .card-service h5 {
  font-family: "Inter", sans-serif;
  font-weight: 500;
  line-height: 1.15;
  color: rgb(255, 255, 255);
  font-size: clamp(1rem, 0.9074rem + 0.4938vw, 1.5rem);
  margin-top: clamp(0.5rem, 0.2222rem + 1.4815vw, 2rem);
}
.services .row .card-service .card-img {
  transition: 0.4s ease-in-out;
}
.services .row .card-service .card-img img {
  transition: 0.4s ease-in-out;
}
.services .row .card-service:hover .card-img img {
  transform: scale(1.1);
}
.services .row .card-service:hover {
  background: linear-gradient(253.33deg, #0060F1 0%, #0A2240 100%);
}

.testimonials {
  text-align: center;
  background: #EDF1F4;
}
.testimonials .splide {
  margin-top: clamp(2.25rem, 1.9259rem + 1.7284vw, 4rem);
}
.testimonials .splide .card {
  cursor: pointer;
  background-color: rgb(255, 255, 255);
  border-radius: 8px;
  padding: 1.5rem;
  display: flex;
  flex-direction: column;
  align-items: center;
  transition: 0.4s ease-in-out;
}
@media (min-width: 300px) and (max-width: 575px) {
  .testimonials .splide .card {
    background-color: #0A2240;
    margin: auto;
  }
}
.testimonials .splide .card .card-text {
  padding: 2.2rem clamp(1.5rem, 1.1875rem + 1.6667vw, 3.1875rem);
  font-size: clamp(0.875rem, 0.8519rem + 0.1235vw, 1rem);
  color: #0A2240;
}
@media (min-width: 300px) and (max-width: 575px) {
  .testimonials .splide .card .card-text {
    color: white;
  }
}
.testimonials .splide .card .card-name {
  margin-top: 1.2rem;
}
.testimonials .splide .card .card-name span {
  letter-spacing: 0;
  font-weight: 400;
  font-family: "Inter", sans-serif;
  color: #0A2240;
  line-height: 1.5;
  font-size: clamp(1rem, 0.9769rem + 0.1235vw, 1.125rem);
}
@media (min-width: 300px) and (max-width: 575px) {
  .testimonials .splide .card .card-name span {
    color: white;
  }
}
.testimonials .splide .card .card-name h5 {
  letter-spacing: 0;
  font-weight: 600;
  font-family: "Inter", sans-serif;
  color: #0A2240;
  line-height: 1.5;
}
@media (min-width: 300px) and (max-width: 575px) {
  .testimonials .splide .card .card-name h5 {
    color: white;
  }
}
.testimonials .splide .card:hover {
  transform: translateY(-10px);
}
.testimonials .splide .splide__list {
  display: flex;
}
.testimonials .splide .splide__slide {
  display: flex;
  align-items: stretch; /* svi slajdovi iste visine */
}
.testimonials .splide .splide__slide .card {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  height: 100%;
}

.ready {
  background-image: url(../img/bcg2.jpg);
  background-position: bottom;
  background-repeat: no-repeat;
  background-size: cover;
}
.ready .row {
  align-items: center;
}
.ready .row .ready-left {
  flex: 0 0 49%;
}
@media (min-width: 300px) and (max-width: 575px) {
  .ready .row .ready-left {
    flex: 0 0 100%;
    padding: 0 20px;
  }
}
@media (min-width: 576px) and (max-width: 767px) {
  .ready .row .ready-left {
    flex: 0 0 100%;
    padding: 0 20px;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .ready .row .ready-left {
    flex: 0 0 100%;
    padding: 0 20px;
  }
}
.ready .row .ready-left .lead-white-bold {
  margin-top: 1.5rem;
}
.ready .row .ready-right {
  flex: 0 0 49%;
  display: flex;
  align-items: center;
  justify-content: center;
}
@media (min-width: 300px) and (max-width: 575px) {
  .ready .row .ready-right {
    flex: 0 0 100%;
    padding: 1.5rem 20px;
  }
}
@media (min-width: 576px) and (max-width: 767px) {
  .ready .row .ready-right {
    flex: 0 0 100%;
    padding: 1.5rem 20px;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .ready .row .ready-right {
    flex: 0 0 100%;
    padding: 1.5rem 20px;
  }
}
.ready .row .ready-right a {
  display: inline-block;
  margin-right: 1.2rem;
}

.faq {
  text-align: center;
}
.faq .faq-list {
  width: 60%;
  margin: auto;
  text-align: left;
}
@media (min-width: 300px) and (max-width: 575px) {
  .faq .faq-list {
    width: 90%;
  }
}
@media (min-width: 576px) and (max-width: 767px) {
  .faq .faq-list {
    width: 90%;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .faq .faq-list {
    width: 90%;
  }
}
@media (min-width: 992px) and (max-width: 1199px) {
  .faq .faq-list {
    width: 70%;
  }
}
.faq .faq-list .faq-list-item {
  font-size: clamp(1rem, 0.9074rem + 0.4938vw, 1.5rem);
  font-weight: 500;
  line-height: 1.5;
  letter-spacing: 0;
  font-family: "Inter", sans-serif;
  border-top: 1px solid rgb(0, 0, 0);
  padding: clamp(0.625rem, 0.625rem + 0vw, 0.625rem) 0 clamp(0.625rem, 0.625rem + 0vw, 0.625rem) 0;
  margin-bottom: 1.5rem;
  cursor: pointer;
  position: relative;
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
  flex-wrap: wrap;
  width: 100%;
}
.faq .faq-list .faq-list-item .faq-title {
  flex: 0 0 80%;
}
.faq .faq-list .faq-list-item .faq-title::after {
  content: url(../img/arrow-up.png);
  display: inline-block;
  position: absolute;
  top: 10%;
  right: 0;
  text-align: center;
}
.faq .faq-list .faq-list-item.active .faq-list-text {
  display: block;
}
.faq .faq-list .faq-list-text {
  display: none;
  max-height: 30vh;
  overflow: auto;
  margin-top: 2%;
  flex: 0 0 100%;
}

.main-footer, .second-footer {
  background-color: rgb(10, 34, 64);
  position: relative;
  min-height: 100%;
}
.main-footer .row, .second-footer .row {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  gap: 20px;
  height: auto;
}
@media (min-width: 300px) and (max-width: 575px) {
  .main-footer .row, .second-footer .row {
    padding: 0 20px;
  }
}
@media (min-width: 576px) and (max-width: 767px) {
  .main-footer .row, .second-footer .row {
    padding: 0 20px;
    margin-top: 20px;
  }
}
.main-footer .row .footer-left, .second-footer .row .footer-left {
  flex: 0 0 25%;
}
.main-footer .row .footer-left .footer-logo, .second-footer .row .footer-left .footer-logo {
  width: 100%;
  height: 100%;
}
.main-footer .row .footer-left .footer-logo a, .second-footer .row .footer-left .footer-logo a {
  height: clamp(2rem, 1.0509rem + 5.0617vw, 7.125rem);
  width: clamp(5.125rem, 4.7546rem + 1.9753vw, 7.125rem);
}
.main-footer .row .footer-left .footer-logo a img, .second-footer .row .footer-left .footer-logo a img {
  -o-object-fit: cover;
     object-fit: cover;
  width: 100%;
  height: 100%;
}
.main-footer .row .footer-right, .second-footer .row .footer-right {
  flex: 0 0 60%;
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
  z-index: 99999;
}
@media (min-width: 300px) and (max-width: 575px) {
  .main-footer .row .footer-right, .second-footer .row .footer-right {
    flex: 0 0 100%;
    flex-wrap: wrap;
    margin-top: 1.5rem;
  }
  .main-footer .row .footer-right .footer-two, .second-footer .row .footer-right .footer-two {
    flex: 0 0 50%;
    order: 2;
    z-index: 9999999;
    position: relative;
  }
  .main-footer .row .footer-right .footer-two h4, .second-footer .row .footer-right .footer-two h4 {
    opacity: 50%;
  }
  .main-footer .row .footer-right .footer-one, .second-footer .row .footer-right .footer-one {
    flex: 0 0 50%;
    order: 2;
    z-index: 9999999;
    position: relative;
  }
  .main-footer .row .footer-right .footer-one h4, .second-footer .row .footer-right .footer-one h4 {
    opacity: 50%;
  }
  .main-footer .row .footer-right .footer-three, .second-footer .row .footer-right .footer-three {
    flex: 0 0 100%;
    z-index: 9999999;
    position: relative;
    order: 1;
    margin-bottom: 10%;
  }
  .main-footer .row .footer-right .footer-three h4, .second-footer .row .footer-right .footer-three h4 {
    opacity: 50%;
  }
}
@media (min-width: 576px) and (max-width: 767px) {
  .main-footer .row .footer-right, .second-footer .row .footer-right {
    flex: 0 0 100%;
    margin-top: 10%;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .main-footer .row .footer-right, .second-footer .row .footer-right {
    flex: 0 0 100%;
    margin-top: 10%;
  }
}
.main-footer .row .footer-right .social, .second-footer .row .footer-right .social {
  display: flex;
  align-items: center;
  justify-content: flex-start;
  padding: 0 0 20px 0;
}
.main-footer .row .footer-right .social li, .second-footer .row .footer-right .social li {
  margin-right: 1.1rem;
}
.main-footer .row .footer-right .social li a img, .second-footer .row .footer-right .social li a img {
  width: 1.5rem;
  height: 1.5rem;
  display: block;
  transition: 0.4s ease-in-out;
}
.main-footer .row .footer-right .social li a img:hover, .second-footer .row .footer-right .social li a img:hover {
  transform: rotate(180deg);
}
.main-footer .row .footer-right .location-list, .second-footer .row .footer-right .location-list {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  justify-content: space-between;
  padding: 0 0 20px 0;
}
.main-footer .row .footer-right .location-list .location-item, .second-footer .row .footer-right .location-list .location-item {
  margin-right: 1.1rem;
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.main-footer .row .footer-right .location-list .location-item a, .second-footer .row .footer-right .location-list .location-item a {
  display: inline-block;
  font-family: "Inter", sans-serif;
  line-height: 1.15;
  padding: 20px 0 0 0;
  font-weight: 400;
  font-size: clamp(0.875rem, 0.8519rem + 0.1235vw, 1rem);
  color: rgb(255, 255, 255);
  transition: 0.4s ease-in-out;
}
.main-footer .row .footer-right .location-list .location-item a:hover, .second-footer .row .footer-right .location-list .location-item a:hover {
  color: #0060F1;
}
.main-footer .row .footer-right .location-list .location-item img, .second-footer .row .footer-right .location-list .location-item img {
  -o-object-fit: cover;
     object-fit: cover;
  width: 1.5rem;
  height: 1.5rem;
  display: inline-block;
  transition: 0.4s ease-in-out;
  margin-right: 0.9rem;
}

.second-footer .second-row {
  margin-top: clamp(9.125rem, 6.8472rem + 1.4815vw, 9.625rem);
  padding-top: 2rem;
}

.contact {
  background: rgb(255, 255, 255);
}
.contact .row {
  justify-content: space-between;
  align-items: center;
}
.contact .row .contact-left {
  flex: 0 0 45%;
}
.contact .row .contact-left h2 {
  width: 70%;
}
@media (min-width: 300px) and (max-width: 575px) {
  .contact .row .contact-left {
    flex: 0 0 90%;
  }
  .contact .row .contact-left h2 {
    margin-bottom: 2%;
    width: 100%;
  }
}
.contact .row .contact-left span {
  font-size: 1rem;
  color: #0A2240;
  line-height: 1.5;
  font-weight: 600;
  font-family: "Inter", sans-serif;
  margin-bottom: 1rem;
}
.contact .row .contact-right {
  flex: 0 0 45%;
  align-items: stretch;
  overflow: hidden;
}
@media (min-width: 300px) and (max-width: 575px) {
  .contact .row .contact-right {
    flex: 0 0 90%;
  }
}
.contact .row .contact-right img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  display: block;
  border-radius: 8px;
  animation: fade__in infinite alternate 4s ease-in-out;
}

.about-us .row {
  margin-bottom: clamp(1.25rem, 0.7407rem + 2.716vw, 4rem);
  align-items: center;
}
.about-us .row .about-left {
  flex: 0 0 42%;
}
@media (min-width: 300px) and (max-width: 575px) {
  .about-us .row .about-left {
    flex: 0 0 90%;
    margin: auto;
  }
}
@media (min-width: 576px) and (max-width: 767px) {
  .about-us .row .about-left {
    flex: 0 0 90%;
    margin: auto;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .about-us .row .about-left {
    flex: 0 0 48%;
    margin: auto;
  }
}
.about-us .row .about-left .lead-blue-bold {
  margin: 3% 0 1% 0;
}
.about-us .row .about-left h3 {
  margin-top: clamp(0.625rem, 0.5093rem + 0.6173vw, 1.25rem);
}
.about-us .row .about-right {
  flex: 0 0 49%;
  overflow: hidden;
  border-radius: 8px;
}
@media (min-width: 300px) and (max-width: 575px) {
  .about-us .row .about-right {
    flex: 0 0 90%;
    margin: auto;
    margin-top: 5%;
  }
}
@media (min-width: 576px) and (max-width: 767px) {
  .about-us .row .about-right {
    flex: 0 0 90%;
    margin: auto;
    margin-top: 5%;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .about-us .row .about-right {
    flex: 0 0 46%;
    margin: auto;
  }
}
.about-us .row .about-right img {
  height: 100%;
  width: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  display: block;
  min-height: 50vh;
  animation: fade__in infinite alternate 4s ease-in-out;
}
.about-us .row:nth-of-type(even) {
  flex-direction: row-reverse;
}
.about-us .row .about-img {
  flex: 0 0 44%;
  height: 100%;
}
.about-us .row .about-img img {
  height: 100%;
  width: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  display: block;
}
.about-us .row .about-text {
  flex: 0 0 55%;
  height: 100%;
  padding: clamp(0.625rem, 0.1852rem + 2.3457vw, 3rem);
  background: url(../img/bcg1.png);
  background-size: cover;
  display: flex;
  align-items: flex-start;
  flex-direction: column;
  justify-content: center;
}
@media (min-width: 300px) and (max-width: 575px) {
  .about-us .row .about-text {
    flex: 0 0 90%;
    border-radius: 8px;
  }
}
@media (min-width: 576px) and (max-width: 767px) {
  .about-us .row .about-text {
    flex: 0 0 90%;
    border-radius: 8px;
  }
}
.about-us .purpose {
  height: auto;
  justify-content: center;
  align-items: stretch;
}
.about-us .purpose .about-text {
  align-self: stretch;
  height: auto;
}
@media (min-width: 992px) and (max-width: 1199px) {
  .about-us .purpose .about-text {
    min-height: 20vh;
  }
}
.about-us .purpose h4 {
  font-weight: 600;
  font-family: "Inter", sans-serif;
  letter-spacing: -3%;
  line-height: 1.15;
  color: rgb(255, 255, 255);
  font-size: clamp(1.5rem, 1.3611rem + 0.7407vw, 2.25rem);
  width: 70%;
}
.about-us .purpose .test {
  padding-right: 5%;
  margin-top: 21px;
  margin-bottom: 1%;
  width: 80%;
}
@media (min-width: 300px) and (max-width: 575px) {
  .about-us .purpose .test {
    width: 100%;
  }
}
.about-us .purpose .test-2 {
  width: 70%;
}
.about-us .purpose .about-img {
  align-self: stretch;
  height: auto;
}
.about-us .purpose .about-img img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  align-self: stretch;
}
@media (min-width: 768px) and (max-width: 991px) {
  .about-us .purpose .about-img img {
    max-height: 400px;
  }
}
@media (min-width: 992px) and (max-width: 1199px) {
  .about-us .purpose .about-img img {
    max-height: 400px;
  }
}
@media (min-width: 300px) and (max-width: 575px) {
  .about-us .purpose .about-img {
    display: none;
  }
}
@media (min-width: 576px) and (max-width: 767px) {
  .about-us .purpose .about-img {
    display: none;
  }
}
@media (min-width: 992px) and (max-width: 1199px) {
  .about-us .purpose .about-img {
    min-height: 20vh;
  }
}

.seo {
  background: linear-gradient(to left, #68A1F6, #0160F1);
  z-index: 2;
  position: relative;
}
.seo .row {
  align-items: center;
}
.seo .row .seo-left {
  flex: 0 0 49%;
}
@media (min-width: 300px) and (max-width: 575px) {
  .seo .row .seo-left {
    flex: 0 0 100%;
    justify-content: center;
  }
}
@media (min-width: 576px) and (max-width: 767px) {
  .seo .row .seo-left {
    flex: 0 0 100%;
    justify-content: center;
  }
}
.seo .row .seo-left .seo-text {
  margin-top: clamp(3rem, 2.6875rem + 1.6667vw, 4.6875rem);
  padding: 1% 5% 1% 0;
}
@media (min-width: 300px) and (max-width: 575px) {
  .seo .row .seo-left .seo-text {
    padding: 1% 5% 1% 5%;
  }
}
@media (min-width: 576px) and (max-width: 767px) {
  .seo .row .seo-left .seo-text {
    padding: 1% 5% 1% 5%;
  }
}
.seo .row .seo-left .seo-text span {
  padding: 4px 10px;
  font-family: "Fragment Mono", monospace;
  font-weight: 400;
  font-size: clamp(0.75rem, 0.7269rem + 0.1235vw, 0.875rem);
  line-height: 1.15;
  background-color: #67A0F6;
  border-radius: 30px;
}
.seo .row .seo-left .seo-text h3 {
  margin: 8px 0 24px 0;
}
.seo .row .seo-left .seo-text p:nth-of-type(2) {
  margin: 4% 0;
}
.seo .row .seo-right {
  flex: 0 0 49%;
  border-radius: 12px;
  height: 60vh;
  z-index: 2;
  position: relative;
}
@media (min-width: 300px) and (max-width: 575px) {
  .seo .row .seo-right {
    flex: 0 0 90%;
    justify-content: center;
    text-align: center;
    margin: auto;
    height: 40vh;
    margin-top: 5%;
  }
}
@media (min-width: 576px) and (max-width: 767px) {
  .seo .row .seo-right {
    flex: 0 0 90%;
    justify-content: center;
    text-align: center;
    margin: auto;
    height: 40vh;
    margin-top: 5%;
  }
}
.seo .row .seo-right img {
  -o-object-fit: cover;
     object-fit: cover;
  display: block;
  width: 70%;
  height: 100%;
  border-radius: 12px;
  -o-object-position: top;
     object-position: top;
  box-shadow: 0px 4px 4px 0px rgba(0, 0, 0, 0.2509803922);
}
.seo .row .seo-right .jedan {
  width: 70%;
  height: 100%;
}
@media (min-width: 300px) and (max-width: 575px) {
  .seo .row .seo-right .jedan {
    width: 80%;
    height: 100%;
  }
}
.seo .row .seo-right .dva {
  position: absolute;
  bottom: 10%;
  right: 10%;
  width: 40%;
  height: 55%;
  border-radius: 12px;
  z-index: 5;
  box-shadow: 0px 4px 10px rgba(0, 0, 0, 0.4);
}
@media (min-width: 300px) and (max-width: 575px) {
  .seo .row .seo-right .dva {
    width: 50%;
    right: 5%;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .seo .row .seo-right .dva {
    width: 55%;
  }
}
@media (min-width: 992px) and (max-width: 1199px) {
  .seo .row .seo-right .dva {
    width: 55%;
  }
}
.seo .row .seo-right::after {
  content: "";
  display: block;
  position: absolute;
  background: url(../img/signature.png);
  z-index: 3;
  top: 75%;
  left: 5%;
  width: 14rem;
  height: 8rem;
  background-repeat: no-repeat;
}
@media (min-width: 300px) and (max-width: 575px) {
  .seo .row .seo-right::after {
    top: 55%;
  }
}
.seo::after {
  content: "";
  display: block;
  position: absolute;
  width: 100%;
  height: 100%;
  inset: 0;
  z-index: 1;
  background: url(../img/about-vector.png);
  background-position: top;
}
.seo::before {
  content: "";
  display: block;
  position: absolute;
  width: 100%;
  height: 100%;
  inset: 0;
  z-index: 1;
  background: url(../img/about-tacke.png);
  background-position: top;
}

.connexus {
  text-align: center;
  background-color: #EDF1F4;
  position: relative;
  z-index: 2;
}
@media (min-width: 300px) and (max-width: 575px) {
  .connexus {
    padding: 24px;
  }
}
.connexus p {
  font-family: "Inter", sans-serif;
  font-weight: 500;
  line-height: 1.6;
  width: 70%;
  margin: clamp(0.75rem, 0.6111rem + 0.7407vw, 1.5rem) auto clamp(0.75rem, 0.6111rem + 0.7407vw, 1.5rem) auto;
  font-size: clamp(0.875rem, 0.8287rem + 0.2469vw, 1.125rem);
  z-index: 2;
  padding: 0 0 clamp(2.3125rem, 1.4676rem + 4.5062vw, 6.875rem) 0;
}
@media (min-width: 300px) and (max-width: 575px) {
  .connexus p {
    width: 100%;
  }
}
@media (min-width: 576px) and (max-width: 767px) {
  .connexus p {
    width: 90%;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .connexus p {
    width: 80%;
  }
}
.connexus::after {
  content: "";
  display: block;
  position: absolute;
  width: 100%;
  height: 100%;
  inset: 0;
  z-index: 1;
  background: url(../img/con-sema.png);
  opacity: 0.5;
}
.connexus .container {
  margin-bottom: 5rem;
}

.cta {
  background-color: rgb(255, 255, 255);
  border-radius: 8px;
  padding: clamp(0.75rem, 0.6111rem + 0.7407vw, 1.5rem) clamp(2rem, 1.6296rem + 1.9753vw, 4rem);
  width: 60%;
  max-width: 800px;
  margin: -16vh auto -16vh auto;
  text-align: center;
  z-index: 99999;
  box-shadow: 0 4px 16px rgba(0, 0, 0, 0.1);
  height: auto;
  min-height: 30vh;
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
}
@media (min-width: 300px) and (max-width: 575px) {
  .cta {
    width: 90%;
    margin: -15vh auto -15vh auto;
  }
}
@media (min-width: 576px) and (max-width: 767px) {
  .cta {
    width: 85%;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .cta {
    width: 80%;
  }
}
.cta p {
  font-weight: 500;
  font-family: "Inter", sans-serif;
  line-height: 1.6;
  width: 80%;
  color: #1A1A1A;
  font-size: clamp(0.875rem, 0.8519rem + 0.1235vw, 1rem);
  margin: clamp(1rem, 0.9074rem + 0.4938vw, 1.5rem) auto clamp(1.5rem, 1.4074rem + 0.4938vw, 2rem) auto;
}
.cta h4 {
  font-weight: 500;
  font-family: "Inter", sans-serif;
  line-height: 1.15;
  color: #0060F1;
  font-size: clamp(1.125rem, 1.0556rem + 0.3704vw, 1.5rem);
}
@media (min-width: 300px) and (max-width: 575px) {
  .cta h4 {
    padding: 12px 24px;
  }
}

.why {
  text-align: center;
  background-color: #EDF1F4;
  /* 1. kartica zauzima 2 reda */
}
.why h6 {
  background-color: #D2D2D2;
  display: inline-block;
  padding: 4px 10px;
  border-radius: 30px;
}
.why h2 {
  color: rgb(0, 0, 0);
  font-weight: 600;
}
.why .values-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  grid-template-rows: auto auto;
  gap: 1.5rem;
  width: 90%;
  max-width: 1200px;
  margin: 4rem auto 0 auto;
  padding: 2rem 0;
}
.why .value-card {
  background: linear-gradient(253.33deg, #0A2240 0%, #1A58A6 100%);
  color: #fff;
  border-radius: 12px;
  padding: 2rem;
  box-shadow: 0 4px 12px rgba(0, 0, 0, 0.1);
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  text-align: left;
}
.why .value-card:first-child {
  grid-row: span 2;
}
.why .value-card h3 {
  font-size: clamp(1rem, 0.8611rem + 0.7407vw, 1.75rem);
  margin-bottom: 1rem;
  font-weight: 500;
  line-height: 1.5;
}
.why .value-card p {
  font-size: clamp(0.875rem, 0.8519rem + 0.1235vw, 1rem);
  line-height: 1.6;
  color: #d9e3f0;
}

@media (min-width: 300px) and (max-width: 575px) {
  .why .values-grid {
    grid-template-columns: 1fr; /* jedna kolona */
    grid-template-rows: auto; /* automatski visina po sadržaju */
    gap: 1rem; /* manji razmak između kartica */
    width: 90%;
    margin-top: 2rem;
  }
  .why .value-card {
    grid-row: auto; /* poništi "grid-row: span 2" */
    height: 100%; /* iste visine */
    min-height: 250px; /* ako želiš da sve budu iste visine */
  }
}
@media (min-width: 576px) and (max-width: 767px) {
  .why .values-grid {
    display: grid;
    grid-template-columns: repeat(2, 1fr); /* dve kolone */
    grid-template-rows: auto; /* automatska visina */
    gap: 1rem; /* razmak između kartica */
    width: 90%;
    margin-top: 2rem;
  }
  .why .value-card {
    grid-row: auto; /* poništi span ako postoji */
    height: 100%;
    min-height: 250px;
  }
  .why .value-card:first-child {
    grid-row: span 1;
  }
  .why .value-card:last-child {
    grid-column: span 2;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .why .values-grid {
    display: grid;
    grid-template-columns: repeat(2, 1fr); /* dve kolone */
    grid-template-rows: auto; /* automatska visina */
    gap: 1rem; /* razmak između kartica */
    width: 90%;
    margin-top: 2rem;
  }
  .why .value-card {
    grid-row: auto; /* poništi span ako postoji */
    height: 100%;
    min-height: 250px;
  }
  .why .value-card:first-child {
    grid-row: span 1;
  }
  .why .value-card:last-child {
    grid-column: span 2;
  }
}
@media (min-width: 300px) and (max-width: 575px) {
  .contact-page-item {
    display: none;
  }
}

body.menu-open {
  overflow: hidden;
}

.splide__arrow svg {
  fill: rgb(255, 255, 255);
  height: 1.4em;
  width: 1.4em;
}

.splide__arrow {
  height: 2.5em;
  width: 2.5em;
  background-color: #0060F1;
}

.single-service .row {
  align-items: center;
}
.single-service .row .left {
  flex: 0 0 49%;
}
@media (min-width: 300px) and (max-width: 575px) {
  .single-service .row .left {
    flex: 0 0 90%;
    margin: auto;
  }
}
.single-service .row .left h3 {
  font-family: "Inter", sans-serif;
  padding-right: 15%;
  line-height: 1.2;
  font-weight: 500;
  color: #0060F1;
  padding-bottom: clamp(0.625rem, 0.463rem + 0.8642vw, 1.5rem);
  font-size: clamp(1.5rem, 1.3611rem + 0.7407vw, 2.25rem);
}
.single-service .row .left h3 span {
  font-size: clamp(1.5rem, 1.3611rem + 0.7407vw, 2.25rem);
  font-weight: 600;
  color: #0060F1;
}
.single-service .row .left h6 {
  line-height: 1.6;
  font-family: "Inter", sans-serif;
  font-weight: 500;
  color: #0A2240;
  font-size: clamp(1rem, 0.9074rem + 0.4938vw, 1.5rem);
}
.single-service .row .left h6 span {
  font-size: clamp(1rem, 0.9074rem + 0.4938vw, 1.5rem);
  color: #0A2240;
  opacity: 60%;
}
.single-service .row .left ul {
  padding-bottom: clamp(2rem, 1.6296rem + 1.9753vw, 4rem);
}
.single-service .row .left ul h4 {
  line-height: 1.6;
  font-family: "Inter", sans-serif;
  font-weight: 500;
  font-size: clamp(1rem, 0.9074rem + 0.4938vw, 1.5rem);
  color: rgb(0, 0, 0);
  padding-bottom: clamp(1.25rem, 1.1111rem + 0.7407vw, 2rem);
}
.single-service .row .left ul li {
  padding: 1rem 0.5rem 1rem 2rem;
  position: relative;
}
.single-service .row .left ul li h5 {
  color: #04152A;
  font-weight: 700;
  font-family: "Inter", sans-serif;
  line-height: 1.4;
  font-size: clamp(1rem, 0.9074rem + 0.4938vw, 1.5rem);
  margin-bottom: 0.5rem;
}
.single-service .row .left ul li p {
  line-height: 1.6;
  font-weight: 400;
  font-family: "Inter", sans-serif;
  font-size: clamp(0.875rem, 0.8519rem + 0.1235vw, 1rem);
  color: #000000;
  position: relative;
}
.single-service .row .left ul li::before {
  content: "";
  position: absolute;
  left: 0; /* s leve strane */
  top: 50%; /* na sredinu po vertikali */
  transform: translateY(-50%); /* centriranje */
  display: flex;
  align-items: center;
  justify-content: center;
  width: 12px;
  height: 12px;
  background-color: #0060F1;
  border-radius: 50%;
}
.single-service .row .right {
  flex: 0 0 49%;
  position: relative;
  height: auto;
  display: flex;
  align-items: center;
}
@media (min-width: 300px) and (max-width: 575px) {
  .single-service .row .right {
    flex: 0 0 90%;
    margin: auto;
    margin-top: 5%;
  }
}
@media (min-width: 576px) and (max-width: 767px) {
  .single-service .row .right {
    flex: 0 0 90%;
    margin: auto;
    margin-top: 5%;
  }
}
.single-service .row .right img {
  min-height: 70vh;
  -o-object-fit: cover;
     object-fit: cover;
  width: 80%;
  height: 100%;
  border-radius: 24px;
  display: block;
  position: relative;
}
@media (min-width: 300px) and (max-width: 575px) {
  .single-service .row .right img {
    width: 100%;
    min-height: 50vh;
  }
}
@media (min-width: 576px) and (max-width: 767px) {
  .single-service .row .right img {
    width: 100%;
    min-height: 50vh;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .single-service .row .right img {
    width: 100%;
    min-height: 50vh;
  }
}
@media (min-width: 992px) and (max-width: 1199px) {
  .single-service .row .right img {
    width: 100%;
    min-height: 50vh;
  }
}
.single-service .row .right::before, .single-service .row .right::after {
  content: "";
  position: absolute;
  top: 0;
  width: 100%;
  height: 100%;
  z-index: 2;
  pointer-events: none;
  background: linear-gradient(90deg, rgba(255, 255, 255, 0) 68.64%, #FFFFFF 100%), linear-gradient(166.58deg, rgba(255, 255, 255, 0) 79.89%, #FFFFFF 98.2%), linear-gradient(261.57deg, rgba(255, 255, 255, 0) 61.34%, #FFFFFF 97.26%), linear-gradient(353.98deg, rgba(255, 255, 255, 0) 84.71%, #FFFFFF 102.8%);
}

.third-header {
  position: relative;
  max-height: auto;
  align-items: flex-end;
  height: 105vh;
}
@media (min-width: 300px) and (max-width: 575px) {
  .third-header {
    height: 80vh;
    align-items: center;
  }
}
@media (min-width: 576px) and (max-width: 767px) {
  .third-header {
    height: 70vh;
    align-items: center;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .third-header {
    height: 75vh;
    align-items: center;
  }
}
@media (min-width: 992px) and (max-width: 1199px) {
  .third-header {
    height: 80vh;
    align-items: center;
  }
}
.third-header hgroup {
  max-height: auto;
}
.third-header hgroup h1 {
  width: 60%;
}
@media (min-width: 300px) and (max-width: 575px) {
  .third-header hgroup h1 {
    width: 70%;
  }
}
.third-header hgroup div {
  display: flex;
  align-items: center;
  justify-content: center;
  border: 1px solid rgba(255, 255, 255, 0.04);
  -webkit-backdrop-filter: blur(8px);
          backdrop-filter: blur(8px);
  background-color: rgba(255, 255, 255, 0.04);
  border-radius: 500px;
  padding: 4px 12px;
  margin-bottom: clamp(0.5rem, 0.4074rem + 0.4938vw, 1rem);
}
.third-header hgroup div h6 {
  line-height: 1.5;
  font-family: "Fragment Mono", monospace;
  font-weight: 600;
  font-size: 14px;
  color: rgb(0, 96, 241);
  z-index: 5;
}
.third-header hgroup .slicikica {
  margin-top: clamp(2rem, 1.294rem + 3.7654vw, 5.8125rem);
}
.third-header hgroup .slicikica img {
  width: 90%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.third-header::after {
  content: "";
  background-image: url("/img/mreza.png");
  background-repeat: repeat;
  display: block;
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  z-index: 2;
}

.service-results {
  text-align: center;
  position: relative;
  z-index: 2;
  background: rgb(4, 21, 42);
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
}
.service-results::before {
  content: "";
  display: block;
  position: absolute;
  inset: 0;
  background: url(../img/service-vektor.png);
  background-repeat: no-repeat;
  background-position: center;
  z-index: 9;
}
.service-results ul {
  margin: clamp(2rem, 1.6296rem + 1.9753vw, 4rem) auto clamp(3.5625rem, 3.1343rem + 2.284vw, 5.875rem) auto;
  font-size: clamp(0.875rem, 0.8287rem + 0.2469vw, 1.125rem);
  z-index: 2;
  padding: 0 0 clamp(2.3125rem, 1.4676rem + 4.5062vw, 6.875rem) 0;
}
@media (min-width: 300px) and (max-width: 575px) {
  .service-results ul {
    margin-bottom: 15vh;
    text-align: left;
  }
}
@media (min-width: 576px) and (max-width: 767px) {
  .service-results ul {
    margin-bottom: 15vh;
    text-align: left;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .service-results ul {
    margin-bottom: 10vh;
    text-align: left;
  }
}
@media (min-width: 992px) and (max-width: 1199px) {
  .service-results ul {
    margin-bottom: 10vh;
  }
}
.service-results ul li {
  line-height: 1.4;
  position: relative;
  padding-right: 1%;
  font-weight: 500;
  font-family: "Inter", sans-serif;
  font-size: clamp(1rem, 0.9074rem + 0.4938vw, 1.5rem);
  color: rgb(255, 255, 255);
  padding-left: 1.5rem;
  margin-bottom: clamp(0.8125rem, 0.7778rem + 0.1852vw, 2rem);
  background: rgba(255, 255, 255, 0.17);
  border: 1px solid rgba(255, 255, 255, 0.17);
  padding: 1rem;
  border-radius: 70px;
  display: inline-block;
  z-index: 9999999;
  -webkit-backdrop-filter: blur(8px);
          backdrop-filter: blur(8px);
  display: flex;
  align-items: center;
  justify-content: center;
}
.service-results ul li img {
  margin-right: 1%;
  height: auto;
}
@media (min-width: 300px) and (max-width: 575px) {
  .service-results ul li {
    width: 90%;
    margin-left: auto;
    margin-right: auto;
  }
}
.service-results h2 {
  color: rgb(255, 255, 255);
  font-weight: 600;
  font-size: clamp(1.5rem, 1.3611rem + 0.7407vw, 2.25rem);
  line-height: 1.2;
  font-weight: 500;
}

.service-kartice {
  text-align: center;
}
.service-kartice h2 {
  color: #0060F1;
  width: 60%;
  margin: auto;
}
@media (min-width: 300px) and (max-width: 575px) {
  .service-kartice h2 {
    width: 100%;
  }
}
.service-kartice .row {
  gap: 20px;
  height: auto;
  display: flex;
  align-items: stretch;
  justify-content: space-between;
  margin-top: clamp(2.25rem, 1.9259rem + 1.7284vw, 4rem);
}
.service-kartice .row .kartica {
  background: rgb(237, 241, 244);
  padding: 1.5rem;
  border-radius: 4px;
  height: 100%;
  flex: 1 1 32%;
  height: auto;
  transition: 0.4s ease-in-out;
  cursor: pointer;
}
.service-kartice .row .kartica img {
  transition: 0.4s ease-in-out;
  -o-object-fit: cover;
     object-fit: cover;
}
@media (min-width: 300px) and (max-width: 575px) {
  .service-kartice .row .kartica {
    flex: 0 0 90%;
    margin-left: auto;
    margin-right: auto;
  }
}
@media (min-width: 576px) and (max-width: 767px) {
  .service-kartice .row .kartica {
    flex: 0 0 48%;
    margin-left: auto;
    margin-right: auto;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .service-kartice .row .kartica {
    flex: 0 0 48%;
    margin-left: auto;
    margin-right: auto;
  }
}
@media (min-width: 992px) and (max-width: 1199px) {
  .service-kartice .row .kartica {
    flex: 1 1 30%;
    margin-left: auto;
    margin-right: auto;
  }
}
.service-kartice .row .kartica .kartica-content {
  margin-top: clamp(0.625rem, 0.3704rem + 1.358vw, 2rem);
}
.service-kartice .row .kartica .kartica-content h4 {
  font-family: "Inter", sans-serif;
  line-height: 1.2;
  color: rgb(4, 21, 42);
  font-weight: 600;
  font-size: clamp(1.125rem, 1.0556rem + 0.3704vw, 1.5rem);
}
.service-kartice .row .kartica .kartica-content p {
  color: rgba(4, 21, 42, 0.8);
  font-family: "Inter", sans-serif;
  font-weight: 400;
  line-height: 1.5;
  font-size: 1rem;
  padding-bottom: 2%;
}
.service-kartice .row .kartica .kartica-content span {
  font-family: "Inter", sans-serif;
  font-weight: 300;
  font-size: 1rem;
  line-height: 1.5;
  font-style: italic;
  color: rgb(4, 21, 42);
  display: inline-block;
  margin: 10px auto;
}
.service-kartice .row .kartica:hover img {
  transform: scale(1.1);
}

.tabela {
  text-align: center;
  background-color: rgb(237, 241, 244);
  position: relative;
}
.tabela::before {
  content: "";
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  background: url(/img/sivi-vektor.png);
  z-index: 10;
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  opacity: 60%;
}
.tabela::after {
  content: "";
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  z-index: 8;
  background-position: top left;
  background-repeat: no-repeat;
  background-size: cover;
  opacity: 60%;
}
.tabela h2 {
  color: #0060F1;
  width: 60%;
  margin: auto;
}
@media (min-width: 300px) and (max-width: 575px) {
  .tabela h2 {
    width: 100%;
  }
}
.tabela .top-p {
  color: rgb(4, 21, 42);
  line-height: 1.5;
  font-weight: 500;
  padding: 0 2%;
  font-family: "Inter", sans-serif;
  font-size: clamp(1.125rem, 1.0556rem + 0.3704vw, 1.5rem);
  margin-top: clamp(1.5rem, 1.2222rem + 1.4815vw, 3rem);
  margin-bottom: clamp(1.5rem, 1.2222rem + 1.4815vw, 3rem);
}
.tabela .bottom-p {
  font-family: "Inter", sans-serif;
  padding: 0 2%;
  line-height: 1.5;
  font-weight: 400;
  font-size: clamp(0.875rem, 0.8519rem + 0.1235vw, 1rem);
  color: rgb(0, 0, 0);
  margin-left: auto;
  margin-right: auto;
  width: 70%;
  margin-top: clamp(2rem, 1.8148rem + 0.9877vw, 3rem);
}
@media (min-width: 300px) and (max-width: 575px) {
  .tabela .bottom-p {
    width: 90%;
  }
}
.tabela .row {
  justify-content: center;
}
.tabela .row .table-left {
  flex: 0 0 50%;
  display: flex;
  align-items: center;
  justify-content: end;
}
@media (min-width: 300px) and (max-width: 575px) {
  .tabela .row .table-left {
    flex: 0 0 100%;
    justify-content: center;
  }
}
.tabela .row .table-left ul {
  width: 90%;
}
.tabela .row .table-left ul h3 {
  border-left: 1px solid #b1b4b7;
  border-top: 1px solid #b1b4b7;
  border-right: 1px solid #b1b4b7;
  padding: 7px;
  font-family: "Inter", sans-serif;
  font-weight: 600;
  line-height: 1.5;
  color: rgb(0, 0, 0);
  font-size: clamp(0.625rem, 0.5093rem + 0.6173vw, 1.25rem);
}
.tabela .row .table-left ul li {
  padding: 7px;
  font-family: "Inter", sans-serif;
  font-weight: 400;
  line-height: 1.5;
  color: rgb(0, 0, 0);
  font-size: clamp(0.625rem, 0.5093rem + 0.6173vw, 1.25rem);
  border-left: 1px solid #b1b4b7;
  border-top: 1px solid #b1b4b7;
  border-right: 0.5px solid #b1b4b7;
}
.tabela .row .table-left ul li:last-child {
  border-bottom: 1px solid #b1b4b7;
}
.tabela .row .table-right {
  flex: 0 0 50%;
  display: flex;
  align-items: center;
  justify-content: start;
}
@media (min-width: 300px) and (max-width: 575px) {
  .tabela .row .table-right {
    flex: 0 0 100%;
    justify-content: center;
  }
}
.tabela .row .table-right ul {
  width: 90%;
}
.tabela .row .table-right ul h3 {
  border-right: 1px solid #b1b4b7;
  border-top: 1px solid #b1b4b7;
  padding: 7px;
  font-family: "Inter", sans-serif;
  font-weight: 600;
  line-height: 1.5;
  color: rgb(0, 0, 0);
  font-size: clamp(0.625rem, 0.5093rem + 0.6173vw, 1.25rem);
}
@media (min-width: 300px) and (max-width: 575px) {
  .tabela .row .table-right ul h3 {
    border-left: 1px solid #b1b4b7;
  }
}
.tabela .row .table-right ul li {
  padding: 7px;
  font-family: "Inter", sans-serif;
  font-weight: 400;
  line-height: 1.5;
  color: rgb(0, 0, 0);
  font-size: clamp(0.625rem, 0.5093rem + 0.6173vw, 1.25rem);
  border-top: 1px solid #b1b4b7;
  border-right: 1px solid #b1b4b7;
}
.tabela .row .table-right ul li:last-child {
  border-bottom: 1px solid #b1b4b7;
}
@media (min-width: 300px) and (max-width: 575px) {
  .tabela .row .table-right ul li {
    border-left: 1px solid #b1b4b7;
  }
}

/************/
/************/
.wp-block-zoho-zoho-forms iframe {
  margin-top: 5%;
  min-height: 45rem;
  height: auto;
}
.wp-block-zoho-zoho-forms iframe .fieldContWrapper {
  background-color: rgb(255, 255, 255) !important;
}

#formContainer {
  height: 100%;
}

.zfbtnSubmit {
  background-color: #0060F1 !important;
}

.backgroundBg .bgWrapper {
  background-color: rgb(255, 255, 255) !important;
}

[elname=formScrollContainer],
[elname=formWrapper],
[elname=formContainer],
[elname=centerContainer],
form#test {
  background-color: #ffffff !important;
}