@font-face {
  src: url(/fonts/Roboto-Regular.woff?1938de935cd6d9f330dc98da7ed5692d);
  font-family: RobotoRegular;
}

@font-face {
  src: url(/fonts/Roboto-Medium.woff?3234df823eb990395821d428a556f111);
  font-family: RobotoMedium;
}

@font-face {
  src: url(/fonts/Roboto-Light.woff?fa1186cf3a46f6b57a22f8a3a81cd84b);
  font-family: RobotoLight;
}

@font-face {
  src: url(/fonts/Roboto-Bold.woff?80df5da08b99c807a5c6f7ae308e1f89);
  font-family: RobotoBold;
}

@font-face {
  src: url(/fonts/Roboto-Black.woff?d760a54d47b530b6d3361d2a6608fa2f);
  font-family: RobotoBlack;
}

* {
  padding: 0;
  margin: 0;
}

body {
  height: 100%;
  min-height: 100vh;
  width: 100%;
  overflow-x: hidden;
  font-family: RobotoRegular;
}

a {
  text-decoration: none !important;
}

.container-fluid {
  padding: 0 0 !important;
}

.nav-banner {
  height: 75vh;
  background: url(/images/Pocetna.png?c537fae9737958d559c333ed3b16ea1e);
  background-position: center;
  background-size: cover;
  position: relative;
  max-width: 100%;
}

/* =========== ABOVE NAV ========== */

.aboveNav {
  background-color: #ffffff !important;
  z-index: 1;
  width: 100%;
}

.leftAboveNav {
  display: flex;
  align-items: center;
  padding: 10px 20px;
}

.logo {
  height: 70px;
  padding: 0 20px;
}

.aboutUs {
  font-size: 17px;
  color: #3c99dc;
  font-family: RobotoMedium;
  letter-spacing: 0.72px;
  padding-left: 3rem;
  cursor: pointer;
  transition: all 0.3s;
  overflow: hidden;
}

.aboutUs:hover {
  font-weight: bold;
}

.lang {
  padding-left: 4rem;
  padding-right: 1.3rem;
  outline: none;
}

.rightAboveNav {
  display: flex;
  flex-direction: row;
  justify-content: flex-end;
  align-items: center;
  padding: 10px 35px;
}

/* ==== search box ==== */

.search-box {
  border-radius: 30px;
  padding: 0px;
  box-shadow: 1px 1px 15px #b6bbc0;
  transition: all 0.4s 0.5s linear;
}

/* .search-box:hover > .search-txt{
      width: 240px;
      padding: 0 6px;
  } */

.search-btn {
  float: left;
  width: 40px;
  height: 40px;
  border-radius: 50px;
  display: flex;
  justify-content: center;
  align-items: center;
  background: white;
  transition: all 0.3s 0.4s linear;
}

.search-txt {
  outline: none;
  border: none;
  background: none;
  float: left;
  padding: 0;
  color: #888888;
  font-size: 16px;
  transition: 0.4s;
  line-height: 40px;
  width: 0px;
}

.search-box .search-txt.active-width {
  width: 200px;
  padding-left: 18px;
}

/* ======== NAVBAR ===========*/

.secondNav {
  background-color: #3c99dc;
  text-transform: uppercase;
  font-family: RobotoBold;
  list-style: none;
  display: flex;
  margin-top: 15px;
  min-height: 65px;
  width: 65%;
  align-items: center;
  margin-left: -33px;
  clip-path: polygon(0 0, 100% 0%, 96% 100%, 0% 100%);
  padding-left: 2rem;
}

.navbar {
  background-color: #0f5298;
  width: 100%;
  height: 50px;
  padding-right: 2rem;
  padding-top: 0;
  padding-bottom: 0;
}

.nav {
  height: 50px;
}

.navbar-collapse {
  min-height: 50px;
}

.navbar-nav {
  height: 50px;
}

.nav-item {
  padding-left: 5rem;
}

.nav-item-left {
  padding-left: 0;
  padding-right: 4rem;
}

.nav-item-left:last-child {
  padding-right: 0;
}

a.nav-link {
  height: 100%;
  color: #ffffff !important;
  font-size: 15.5px;
  letter-spacing: 0.72px;
  transition: all 0.3s;
  overflow: hidden;
  display: flex;
  justify-content: center;
  align-items: center;
}

.nav-link:hover {
  font-weight: bold;
  cursor: pointer;
}

.dropdown-toggle::after {
  display: none;
}

.dropdown-menu {
  border-radius: unset;
  margin: 0.46rem -1rem 0 !important;
  padding: 0 15px 15px 12px;
  background-image: url(/images/Polygon.png?79626edebb4450a67731897364179c7d);
  background-repeat: no-repeat;
  background-position: top;
  background-position-y: -0.5rem;
}

.nav-item:hover .dropdown-menu {
  display: block;
  transition-duration: 5s;
}

.dropdown-item {
  font-size: 13px;
  color: #3c99dc;
}

.dropdown-item:hover {
  color: #3c99dc;
  transition-duration: 0.7s;
  background-color: rgba(226, 224, 224, 0.582);
}

.dropdown-item.navTitle {
  font-size: 14px;
  color: #0f5298;
  font-family: RobotoBold;
  padding-top: 20px;
}

#header-popup {
  position: absolute;
  background: #fff;
  padding: 1.5rem 2rem;
  margin-top: 0;
  margin-left: -8.5rem;
  display: none;
  transition: all 0.5s;
}

#header-popup.active {
  display: block;
}

#header-popup .popup-section {
  margin-bottom: 1.5rem;
}

#header-popup .popup-section:last-child {
  margin-bottom: 0;
}

#header-popup .popup-section h5 {
  font-family: RobotoBold;
  font-size: 13px;
  color: #0f5298;
  text-transform: uppercase;
}

#header-popup .popup-section ul {
  list-style-type: none;
}

#header-popup .popup-section ul li {
  font-family: RobotoRegular;
  font-size: 12px;
  color: #0f5298;
}

/* ==== rectangle ====*/

.section-rectangle-info {
  margin: 0 7rem !important;
}

.mainRectangle {
  display: flex;
  justify-content: center;
}

.rectangle {
  text-align: center;
  transform: translateY(-50%);
  width: 97%;
  background-color: #3c99dc;
  height: 150px;
}

.rectangle > a {
  width: 100%;
  height: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
  transition: all 0.5s;
  transform: scale(1);
}

.iconsInfo {
  height: 50px;
}

.rectangle-p {
  font-family: RobotoBold;
  font-size: 22px;
  color: #ffffff;
  overflow: hidden;
  margin-bottom: 0;
  letter-spacing: 0.72px;
}

.rectangle:hover {
  background: #0f5298;
}

.rectangle > a:hover {
  filter: brightness(100%);
  transform: scale(1.1);
}

/* ====== info ====== */

.news-col {
  border-right: 3px solid #3c99dc;
}

.news-col:last-child {
  border-right: 0;
}

.iconsInfo {
  transform: translateY(15%);
  height: 45px;
}

.news a:hover .newsElements,
.news a:hover .newsElementsOne {
  color: #3c99dc;
}

.newsElements {
  color: #0f5298;
  font-family: RobotoBlack;
  font-size: 22px;
  height: 110px;
  display: flex;
  align-items: flex-end;
  justify-content: center;
  margin-bottom: 0;
}

.newsElementsOne {
  color: #0f5298;
  font-family: RobotoBlack;
  font-size: 22px;
  height: 100px;
  display: flex;
  align-items: flex-end;
  justify-content: center;
  margin-bottom: 0;
}

.row {
  margin-right: 0;
  margin-left: 0;
}

@media (max-width: 1600px) {
  .secondNav {
    width: 65%;
  }

  .nav-item-left {
    padding-right: 3rem;
  }
}

@media (min-width: 1200px) and (max-width: 1500px) {
  .secondNav {
    width: 68%;
  }

  .secondNav a.nav-link {
    font-size: 14px;
  }
}

@media (max-width: 1400px) {
  /* ======== NAVBAR ===========*/

  .nav-item {
    padding-left: 2.5rem;
  }

  .nav-item-left {
    padding-left: 0;
    padding-right: 2.5rem;
  }

  .nav-item-left:last-child {
    padding-right: 0;
  }

  .section-rectangle-info {
    margin: 0;
  }
}

@media (max-width: 1199px) {
  .news-col {
    border-right: 0;
    margin-bottom: 5rem;
  }

  .news-col:nth-last-child(-n+2) {
    margin-bottom: 0;
  }

  .secondNav {
    position: absolute;
    /* top: 35px; */
    width: 60%;
  }

  .nav-item {
    padding-left: 0.5rem;
  }

  .nav-item-left {
    padding-left: 0;
    padding-right: 0.5rem;
  }

  .nav-item a.nav-link {
    font-size: 15px;
  }

  .mainRectangle {
    margin-bottom: 20px;
  }
}

@media (max-width: 991px) {
  .logo {
    width: 100%;
    height: auto;
  }

  .aboutUs,
  .lang,
  .search-box {
    padding: 15px;
  }

  .nav-banner {
    height: 60vh;
  }

  .nav-link {
    text-align: center;
    padding: 10px;
  }

  .navbar {
    height: auto;
    padding: unset;
    box-shadow: 0px 0px 15px rgba(0, 0, 0, 0.0509803922);
  }

  .navbar-toggler {
    margin: 18px;
    margin: auto;
  }

  .nav {
    height: 90px;
    background-color: #ffffff;
    /* background-image: url("../img/aboveNav/Group-175.png"); */
    background-position: left;
    background-repeat: no-repeat;
    background-size: 100%;
    background-position-x: 13px;
  }

  .navbar-nav {
    height: 100%;
  }

  .navbar-collapse {
    position: absolute;
    width: 100%;
    top: 90px;
  }

  .navbar-dark .navbar-toggler-icon {
    background-image: url("/img/aboveNav/toggler-icon.svg");
  }

  .navbar-dark .navbar-toggler-icon.light {
    background-size: 100% 16px !important;
    background-repeat: no-repeat !important;
    background-position: center !important;
    background-image: url("/img/aboveNav/toggler-icon-light.svg") !important;
  }

  .navbar-dark .navbar-toggler-icon.dark {
    background-size: 100% 16px !important;
    background-repeat: no-repeat !important;
    background-position: center !important;
    background-image: url("/img/aboveNav/toggler-icon-dark.svg") !important;
  }

  .nav-item {
    padding: 0;
  }

  .teget {
    background-color: #0f5298;
  }

  .leftAboveNav,
  .rightAboveNav {
    display: none;
  }

  .rightAboveNav {
    align-items: center;
  }

  .mainRectangle {
    margin-bottom: 20px;
  }

  .secondNav {
    width: 100%;
    margin-left: 0;
    clip-path: unset;
    top: 110px;
    height: auto;
    padding-left: 0;
    font-family: unset;
  }

  #header-popup {
    margin-left: 0;
    left: 50%;
    transform: translateX(-50%);
  }

  .section-rectangle-info {
    margin: 0 6rem;
  }

  .aboveNavSmall {
    background: #fff;
    padding-top: 2rem;
    box-shadow: 0px -10px 8px -1px rgba(0, 0, 0, 0.1);
  }

  .aboveNavSmallBottom {
    width: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
    padding-bottom: 7.7rem;
  }

  .search-box {
    display: flex;
    justify-content: center;
    align-items: center;
    padding: 0;
    max-width: 250px;
    margin: auto;
  }

  .teget {
    padding-top: 3.5rem;
    padding-bottom: 1rem;
  }

  .secondNav {
    padding-top: 1rem;
    padding-bottom: 1rem;
    margin-top: 1.5rem;
  }

  .nav-link > span {
    margin-left: 1rem;
    font-size: 40px;
    line-height: 22px;
    margin-top: -7px;
  }
}

@media (max-width: 767px) {
  .mainRectangle:last-child {
    margin-bottom: -1rem;
  }

  .news-col {
    margin: 0 auto;
    border-bottom: 2px solid #3c99dc;
    margin-bottom: 2rem;
    padding-bottom: 2rem;
    width: 300px;
    max-width: 100%;
  }

  .news-col:nth-last-child(2) {
    margin-bottom: 2rem;
  }

  .news-col:nth-last-child(1) {
    margin-bottom: 0;
    border-bottom: 0;
  }
}

@media (max-width: 600px) {
  .nav {
    height: 76px;
  }

  .navbar-collapse {
    top: 76px;
  }

  #header-popup {
    width: 100%;
    margin-left: 0rem;
    display: none;
    transition: all 0.5s;
  }

  .dropdown-menu {
    overflow-y: scroll;
  }

  .mainRectangle {
    margin-bottom: 15px;
  }

  .rectangle-p {
    font-size: 20px;
  }

  .newsElements,
  .newsElementsOne {
    font-size: 20px;
  }

  .section-rectangle-info {
    margin: 0 10px !important;
    display: flex;
    justify-content: center;
  }
}

