.glavni-slider-naslovna {
  position: relative;
  margin-bottom: 100px;
}
.slide {
  height: 100vh;
  width: 100%;
  background-color: var(--primary-color-1);
}
.slide-cover-bottom {
  background-size: cover;
  background-position: bottom;
  background-repeat: no-repeat;
}
.glavni-slider-naslovna .slide_media {
  bottom: 20px;
}

.tns-outer {
  height: 55%;
}

/* .glavni-slider-naslovna .tns-nav {
  top: 95.5%;
} */
.glavni-slider-naslovna .tns-item {
  padding-right: 0px !important;
}
.slide-2 {
  background-size: cover;
  background-position: left;
  background-repeat: no-repeat;
}
/* .nagradna_media {
  background-color: var(--primary-color-1);
  width: 100%;
  text-align: center;
  align-items: center;
  border-radius: 5px 5px 0px 0px;
  z-index: 10;
}
.nagradna_media_row {
  display: inline-block;
  padding: 20px;
}
.nagradna_media a {
  color: white;
  width: 45px;
  height: 45px;
  padding: 20px;
}
.slide_media {
  position: absolute;
  bottom: 0;
  background-color: var(--primary-color70);
  width: 10rem;
  text-align: center;
  align-items: center;
  border-radius: 5px 5px 0px 0px;
  z-index: 10;
}
.slide_media_row {
  display: inline-block;
  padding: 5px;
}
.slide_media a {
  color: white;
  width: 45px;
  height: 45px;
  padding: 5px;
} */
@media (min-width: 800px) and (max-width: 1300px) {
  .slide {
    height: 100%;
    width: -webkit-fill-available;
  }
}
@media (max-width: 800px) {
  .slide {
    height: 95vh;
    max-width: 100%;
  }
  .slide_media {
    width: 9rem;
  }
  /* .nagradna_media {
    width: 100%;
  }
  .fab {
    font-size: 18px;
  } */
  .slide-2 {
    background-size: cover;
    background-position: top;
    background-repeat: no-repeat;
  }
}
.slide .container {
  height: 100%;
  display: flex;
  align-items: center;
}

.main-slider-slides .container {
  margin: 0px;
  padding: 0px;
}

.slide-div {
  display: flex;
  flex-direction: column;
  color: #ffffff;
  /* padding-top: 20px; */
  justify-content: center;
  align-items: flex-start;
}
/* .header-location {
  font-weight: 400;
  font-size: 14px;
  line-height: 17px;
  letter-spacing: 0.1em;
  margin-bottom: 5px;
}
.header-title {
  font-family: var(--regular);
  font-size: 70px;
  line-height: 85px;
  margin-bottom: 20px;
  text-shadow: 2px 2px 4px rgba(0, 0, 0, 0.9);
  text-transform: uppercase;
}
.header-text {
  font-weight: 400;
  font-size: 20px;
  line-height: 25px;
  margin-bottom: 30px;
}
.header-buttons {
  font-weight: 700;
  font-size: 14px;
  line-height: 17px;
  display: flex;
  gap: 20px;
  border: none;
}
.header-kontakt-button {
  padding: 14px 40px;
  background-color: #ffffff;
  box-shadow: 0px 1px 2px rgba(105, 81, 255, 0.05);
  border-radius: 3px;
}
.header-kontakt-button button {
  border: none;
  background-color: inherit;
  font-weight: 700;
  font-size: inherit;
  line-height: 17px;
  color: inherit;
}
.header-projekti-button {
  padding: 14px 26px;
  border: 1px solid white;
  box-shadow: 0px 1px 2px rgba(105, 81, 255, 0.05);
  border-radius: 3px;
}
.header-projekti-button button {
  border: none;
  background-color: transparent;
  font-weight: 700;
  font-size: inherit;
  line-height: 17px;
  color: inherit;
}
.link-slider:hover {
  color: rgb(255, 255, 255);
} */
.tns-nav {
  width: 100%;
  height: 20px;
  display: flex;
  flex-direction: row;
  justify-content: center;
  gap: 10px;
  z-index: 2;
  position: absolute;
  top: 60%;
}
.tns-controls {
  display: none !important;
}
.tns-nav button {
  height: 50%;
  width: 10px;
  border: none;
  border-radius: 50%;
  background-color: #9fc13b;
}
.tns-nav .tns-nav-active {
  background-color: #022940;
}
#controls {
  height: 35px;
  width: 100%;
  padding-left: 130px;
  display: flex;
  flex-direction: row;
  gap: 20px;
  justify-content: flex-start;
  z-index: 2;
  position: absolute;
  top: 78%;
  display: none;
}
button[data-controls="prev"],
button[data-controls="next"] {
  display: flex;
  background-color: blue;
}
#controls button {
  height: 100%;
  width: 35px;
}
.previous,
.next {
  height: 100%;
  width: 35px;
  border: 1px solid white;
  border-radius: 50%;
  color: white;
  display: flex;
  justify-content: center;
  align-items: center;
}
.previous i,
.next i {
  font-size: 20px;
}
/* @media (max-width: 1600px) {
  .header-title {
    font-size: 60px;
    line-height: 73px;
  }
}
@media (max-width: 1275px) {
  .header-title {
    font-size: 50px;
    line-height: 60px;
  }
} */
@media (max-width: 1200px) {
  .container {
    padding: 0px 65px;
  }
  #controls {
    padding-left: 65px;
    top: 76%;
  }
}
/* @media (max-width: 1000px) {
  .header-title {
    font-size: 43px;
    line-height: 45px;
  }
} */
@media screen and (max-width: 900px) {
  #controls {
    padding-left: 10px;
  }
}
/* @media (max-width: 800px) {
  .header-title {
    font-size: 35px;
    line-height: 40px;
  }
}
@media (max-width: 675px) {
  .header-text {
    font-size: 18px;
  }
} */
@media screen and (max-width: 575px) {
  .glavni-slider-naslovna {
    margin-bottom: 50px;
  }
  /* .header-title {
    font-size: 32px;
    margin-bottom: 0px;
    line-height: 40px;
  }
  .header-text {
    font-size: 14px;
    margin-bottom: 15px;
  } */
  #controls {
    display: none;
  }
  .tns-nav {
    justify-content: center;
  }
}
/*
@media (max-width: 420px) {
  .header-text {
    line-height: 20px;
  }
}
@media screen and (max-width: 405px) {
  .header-location {
    font-size: 10px;
  }
  .header-title {
    font-size: 26px;
    line-height: 25px;
    margin-bottom: 15px;
  }
  .header-text {
    font-size: 12px;
  }
  .header-buttons {
    gap: 10px;
    font-size: 10px;
  }
  .header-kontakt-button {
    padding: 10px 30px;
  }
  .header-projekti-button {
    padding: 10px 16px;
  }
}
@media screen and (max-width: 358px) {
  .header-text {
    font-size: 10px;
  }
}
@media screen and (max-width: 336px) {
  .header-location {
    font-size: 8px;
  }
  .header-title {
    font-size: 22px;
    line-height: 20px;
    margin-bottom: 10px;
  }
  .header-text {
    font-size: 10px;
  }
}
@media screen and (max-width: 308px) {
  .header-buttons {
    gap: 5px;
    font-size: 10px;
  }
}
.o-nama-naslovna {
  color: #333350;
  margin-bottom: 55px;
}
.o-nama-title {
  font-size: 46px;
  line-height: 39px;
  margin-bottom: 30px;
  color: var(--secundary-colorGray);
}
.aktuelni-projekti-title {
  margin-bottom: 20px;
}
.o-nama-content {
  display: flex;
}
.o-nama-content-big {
  display: flex;
  gap: 30px;
}
.o-nama-content-title {
  font-weight: 700;
  font-size: 22px;
  line-height: 19px;
}
.o-nama-content-text {
  font-weight: 400;
  font-size: 1rem;
  line-height: 24px;
  display: flex;
  color: var(--primary-color-1);
  flex-direction: column;
}
.text-justify {
  text-align: justify;
  text-justify: inter-word;
}
.o-nama-content-1-link {
  color: #029852;
  text-decoration: underline 2px #029852;
}
.o-nama-content-1-link a {
  text-decoration: none;
  color: inherit;
  cursor: pointer;
}
.o-nama-djelatnosti {
  display: flex;
}
.djelatnosti-item {
  flex: 1;
  margin-right: 10px;
}
.djelatnosti-item img {
  width: 100%;
  height: auto;
  border-radius: 5px;
}
.djelatnosti-item span {
  margin-top: 10px;
  display: flex;
  justify-content: center;
  align-items: center;
  font-size: 0.8rem;
  color: var(--primary-color1);
  text-align: center;
  text-transform: uppercase;
  font-family: "QuickSand-Regular";
  height: 40px;
}
.files-download-list {
  display: flex;
  gap: 10px;
  flex-direction: row;
  flex-wrap: wrap;
  margin-top: 2px;
}
.files-download-box {
  display: flex;
  flex-direction: row;
  justify-content: center;
  gap: 20px;
  align-items: center;
  border-radius: 6px;
  padding: 5px;
  align-self: center;
}
.files-download-image {
  width: 60%;
  border-radius: 6px;
}
.files-download-image img {
  width: 100%;
  height: auto;
  border-radius: 6px;
}
.files-download-text {
  font-size: 0.8rem;
  text-transform: initial;
  line-height: 1rem;
  text-align: left;
}
.files-download-icon {
  font-size: 2rem;
}
.greenbox-div {
  display: flex;
  flex-direction: column;
  gap: 10px;
}
.greenbox-row {
  display: flex;
  gap: 10px;
}
.treca-sluzba-div {
  justify-content: center !important;
}
.greenbox-row button {
  background-color: inherit;
}
.greenbox-row button:hover {
  box-shadow: 0px 0px 5px 4px rgb(21 48 86 / 70%);
  cursor: pointer;
}
.box-green {
  display: flex;
  flex-direction: row;
  justify-content: center;
  gap: 30px;
  align-items: center;
  border: 2px solid var(--primary-color);
  border-radius: 6px;
  padding: 30px 15px;
}
.left-image {
  height: 100%;
  width: 60px;
  margin-left: 10px;
}
.konkursi-title {
  white-space: nowrap;
  text-transform: uppercase;
}
.sluzba-box {
  border-top-right-radius: 20px;
  border-bottom-left-radius: 20px;
}
.sluzba-title {
  white-space: normal !important;
}
.godisnji-program-img,
.javni-pozivi-img,
.rang-liste-img,
.odluke-img {
  display: flex;
  justify-content: center;
  align-items: center;
}
.projekti-icon {
  font-size: 40px;
  color: var(--primary-color);
}
.left-image img {
  width: 100%;
}
.right-icon {
  height: 60%;
  width: 36px;
  border: 2px solid #029852;
  border-radius: 50%;
  color: var(--primary-color);
  display: flex;
  justify-content: center;
  align-items: center;
  font-size: 22px;
  margin-right: 10px;
}
.right-icon:hover {
  background-color: #029852;
  color: white;
}
.right-icon i {
  color: var(--primary-color);
}
@media screen and (max-width: 1687px) {
  .left-image {
    margin: 0px;
  }
  .right-icon {
    margin: 0px;
  }
}
@media screen and (max-width: 1606px) {
  .box-green {
    padding: 15px 5px;
  }
  .projekti-icon {
    font-size: 35px;
  }
}
@media screen and (max-width: 1324px) {
  .o-nama-content-title {
    font-size: 18px;
  }
  .djelatnosti-item span {
    font-size: 10px;
  }
  .left-image {
    width: 40px;
    margin-left: 5px;
  }
  .right-icon {
    width: 24px;
    font-size: 16px;
    margin-right: 5px;
  }
  .projekti-icon {
    font-size: 30px;
  }
}
@media screen and (max-width: 1199px) {
  .o-nama-naslovna {
    margin-bottom: 30px;
  }
  .o-nama-content-big {
    gap: 20px;
    flex-wrap: wrap;
  }
  .o-nama-content-title {
    font-size: 14px;
  }
  .greenbox-div {
    gap: 10px;
  }
  .greenbox-row {
    flex-direction: column;
    gap: 10px;
  }
  .box-green {
    padding: 5px;
  }
  .projekti-icon {
    font-size: 24px;
  }
  .left-image {
    width: 30px;
  }
  .right-icon {
    width: 18px;
    font-size: 12px;
  }
  .tekst_u_boxu {
    font-size: 0.8rem;
  }
  .djelatnosti-item span {
    font-size: 9px;
    line-height: 13px;
  }
  .right-icon {
    width: 26px;
    height: 26px;
  }
}
@media screen and (max-width: 800px) {
  .o-nama-naslovna {
    margin-bottom: 0px;
  }
}
@media screen and (max-width: 575px) {
  .o-nama-djelatnosti {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    gap: 20px;
  }
  .djelatnosti-item {
    width: 80%;
    flex: 1;
  }
  .djelatnosti-item span {
    font-size: 1rem;
    line-height: 2rem;
  }
  .o-nama-naslovna,
  .aktuelni-projekti-title {
    margin-bottom: 20px !important;
  }
  .konkursi-title {
    line-height: 18px;
  }
  .korisni-linkovi-naslovna {
    margin-bottom: 20px !important;
  }
  .o-nama-title {
    font-size: 32px;
    text-underline-offset: 14px;
    line-height: 34px;
  }
  .o-nama-naslovna .container hr {
    margin-bottom: 40px !important;
  }
  .o-nama-content-big {
    gap: 15px;
  }
  .o-nama-content {
    flex-direction: column;
    gap: 40px;
  }
  .right-icon {
    width: 26px;
    height: 26px;
    font-size: 14px;
  }
}
@media screen and (max-width: 336px) {
  .o-nama-title {
    font-size: 22px;
    text-underline-offset: 16px;
  }
}
.kontakt-naslovna {
  color: #ffffff;
  margin-bottom: 120px;
  height: 200px;
  background-image: url("background-pics/media.webp");
  background-size: contain;
  background-position: center;
  background-repeat: no-repeat;
}
.kontakt-naslovna .container {
  height: 100%;
  display: flex;
  align-items: flex-end;
}
.kontakt-content {
  display: flex;
  flex-direction: column;
  width: 100%;
  padding-bottom: 65px;
}
.kontakt-content a {
  width: fit-content;
}
.kontakt-title {
  font-family: "QuickSand-Regular";
  font-weight: 800;
  font-size: 50px;
  line-height: 51px;
  text-transform: uppercase;
}
.kontakt-button {
  width: 140px;
  font-weight: 700;
  font-size: 14px;
  line-height: 20px;
  padding: 14px 26px;
  background: #029852;
  box-shadow: 0px 1px 2px rgba(105, 81, 255, 0.05);
  border-radius: 2px;
  text-align: center;
}
.kontakt-button a div {
  width: 100%;
  height: 100%;
}
.kontakt-button button {
  background-color: inherit;
  color: inherit;
  border: none;
}
.kontakt-text {
  font-weight: 700;
  font-size: 18px;
  line-height: 19px;
  margin-bottom: 20px;
  margin-top: 60px;
}
.kontakt-icons {
  display: flex;
  flex-direction: row;
  justify-content: flex-start;
  align-items: center;
  gap: 25px;
  font-size: 26px;
}
.kontakt-naslovna,
.konkursi-section,
.projekti-section,
.partneri-section,
.nagradna-section,
.sluzba-section .obavjestenja-section {
  margin-bottom: 30px !important;
}
@media (max-width: 1200px) {
  .kontakt-title {
    font-size: 45px;
  }
}
@media (max-width: 1000px) {
  .kontakt-title {
    font-size: 32px;
  }
}
@media (max-width: 900px) {
  .kontakt-naslovna,
  .konkursi-section,
  .projekti-section,
  .partneri-section,
  .nagradna-section,
  .obavjestenja-section {
    margin-bottom: 10px !important;
    margin-top: 30px !important;
  }
}
@media (max-width: 700) {
  .kontakt-title {
    font-size: 27px;
  }
}
@media screen and (max-width: 575px) {
  .kontakt-naslovna,
  .konkursi-section,
  .projekti-section,
  .partneri-section,
  .nagradna-section,
  .obavjestenja-section {
    height: 70px !important;
  }
  .kontakt-content {
    height: 100%;
  }
  .kontakt-title {
    font-size: 20px;
    line-height: 40px;
    margin-top: 15px;
  }
  .kontakt-button {
    padding: 10px 18px;
    width: 130px;
  }
  .kontakt-text {
    font-size: 17px;
  }
  .kontakt-icons {
    font-size: 22px;
  }
}
@media screen and (max-width: 336px) {
  .kontakt-text {
    text-align: center;
  }
  .kontakt-icons {
    justify-content: center;
  }
}
.sluzba-section {
  color: #ffffff;
  margin-bottom: 150px;
  height: 200px;
  background-image: url(background-pics/sluzba.webp);
  background-size: contain;
  background-position: center;
  background-repeat: no-repeat;
}
.vijesti-section {
  color: #ffffff;
  margin-bottom: 150px;
  height: 200px;
  background-image: url(background-pics/vijesti.webp);
  background-size: contain;
  background-position: center;
  background-repeat: no-repeat;
}
.konkursi-section {
  color: #ffffff;
  margin-bottom: 150px;
  height: 200px;
  background-image: url(background-pics/konkursi.webp);
  background-size: contain;
  background-position: center;
  background-repeat: no-repeat;
}
.konkursi-section-content {
  display: flex;
  justify-content: center !important;
}
.konkursi-content {
  justify-content: center !important;
}
.nagradna-section {
  color: #ffffff;
  margin-bottom: 150px;
  height: 200px;
  background-image: url(background-pics/konkursi.webp);
  background-size: contain;
  background-position: center;
  background-repeat: no-repeat;
}
.nagradna-section-content {
  display: flex;
  justify-content: center !important;
}
.nagradna-content {
  justify-content: center !important;
}
.projekti-section {
  color: #ffffff;
  margin-bottom: 150px;
  height: 200px;
  background-image: url(background-pics/projekti.webp);
  background-size: contain;
  background-position: center;
  background-repeat: no-repeat;
}
.partneri-section {
  color: #ffffff;
  margin-bottom: 150px;
  height: 200px;
  background-image: url(background-pics/partneri.webp);
  background-size: contain;
  background-position: center;
  background-repeat: no-repeat;
}
.uspjeh-content {
  display: flex;
  flex-direction: row;
  align-items: flex-start;
  justify-content: space-between;
}
.uspjeh-content-1 {
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  gap: 20%;
}
.uspjeh-greenbox-div {
  display: flex;
  flex-direction: column;
  gap: 30px;
}
.uspjeh-greenbox {
  display: flex;
  flex-direction: row;
  align-items: center;
  padding: 20px 0px 20px 34px;
  gap: 22px;
  font-weight: 800;
  font-size: 14px;
  line-height: 26px;
  background: #dcf1e7;
  border-left: 8px solid #029852;
  border-radius: 5px;
}
.uspjeh-img-div {
  display: flex;
  justify-content: center;
  align-items: flex-start;
}
.uspjeh-middle-div {
  display: flex;
  flex-direction: column;
  gap: 32px;
}
.uspjeh-middle-box {
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  gap: 35px;
  align-items: center;
  border-bottom: 1px solid rgba(163, 163, 163, 0.648);
  padding: 4px 0px;
}
.uspjeh-num {
  font-weight: 700;
  font-size: 48px;
  line-height: 57px;
}
.uspjeh-text {
  font-weight: 400;
  font-size: 16px;
  line-height: 19px;
}
@media screen and (max-width: 1626px) {
  .uspjeh-middle-div {
    width: 41.66666667% !important;
  }
}
@media screen and (max-width: 1399px) {
  .uspjeh-content-1 {
    gap: 20px;
  }
  .uspjeh-img-div {
    justify-content: flex-end;
  }
}
@media screen and (max-width: 1216px) {
  .uspjeh-greenbox {
    font-size: 12px;
  }
  .uspjeh-text {
    font-size: 14px;
  }
}
@media screen and (max-width: 1140px) {
  .uspjeh-middle-box {
    gap: 15px;
  }
}
@media screen and (max-width: 1067px) {
  .uspjeh-text {
    font-size: 12px;
  }
  .uspjeh-content-1 {
    justify-content: flex-start;
    gap: 35px;
  }
  .uspjeh-greenbox-div,
  .uspjeh-middle-div {
    gap: 15px;
  }
  .uspjeh-greenbox {
    padding: 20px 0 20px 20px;
  }
  .uspjeh-img-div img {
    width: 85%;
  }
}
@media screen and (max-width: 991px) {
  .uspjeh-content {
    flex-direction: column;
    gap: 60px;
  }
  .upsjeh-content-2 {
    height: 250px;
  }
  .uspjeh-img-div {
    height: 250px;
  }
  .uspjeh-img-div img {
    height: 100%;
    width: 100%;
  }
}
@media screen and (max-width: 575px) {
  .uspjeh-content-1 {
    flex-direction: column;
    align-items: center;
  }
  .uspjeh-middle-div {
    width: 60% !important;
  }
  .upsjeh-content-2 {
    width: 100%;
  }
}
@media screen and (max-width: 366px) {
  .uspjeh-middle-div {
    width: 100% !important;
  }
  .uspjeh-middle-box {
    justify-content: center;
  }
  .uspjeh-img-div {
    justify-content: center;
  }
  .uspjeh-img-div img {
    height: 85%;
  }
}
.nase-nagrade-naslovna .o-nama-title a {
  text-decoration: inherit;
  color: inherit;
}
.nagrade-div {
  display: flex;
  gap: 20px;
  flex-wrap: wrap;
  justify-content: center;
}
.nagrade-img-div {
  display: flex;
  justify-content: center;
  align-items: center;
  background: #eeeeee;
  border-radius: 25px;
}
.nagrade-img-div img {
  width: 100%;
  height: 100%;
  aspect-ratio: 3/2;
  object-fit: contain;
  border-radius: 25px;
}
.nas-tim-naslovna {
  background-color: #eeeeee;
  padding: 50px 0px;
}
.title-version-1 {
  display: none;
}
.hr-version-1 {
  display: none;
}
.hr-version-2 {
  color: white;
}
.nas-tim-content {
  display: flex;
  flex-direction: row;
  gap: 15px;
}
.nas-tim-text-div {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-content: center;
  gap: 10px;
}
.nas-tim-text-div a {
  text-decoration: none;
  color: #029852;
}
.nas-tim-tekst {
  font-weight: 400;
  font-size: 18px;
  line-height: 24px;
  text-align: justify;
  margin-bottom: 30px;
}
.nas-tim-video-div video {
  width: 95%;
}
.no-controls::-webkit-media-controls {
  display: none !important;
}
@media screen and (max-width: 1600px) {
  .nas-tim-tekst {
    line-height: 24px;
    font-size: 18px;
  }
}
@media screen and (max-width: 1400px) {
  .nas-tim-text-div {
    gap: 0px;
  }
}
@media screen and (max-width: 1323px) {
  .nas-tim-content {
    gap: 0px;
  }
  .nas-tim-tekst {
    font-size: 16px;
  }
}
@media screen and (max-width: 1290px) {
  .title-version-1 {
    display: block;
  }
  .hr-version-1 {
    display: block;
  }
  .title-version-2 {
    display: none;
  }
  .hr-version-2 {
    display: none;
  }
}
@media (max-width: 900px) {
  .container {
    padding: 0px 10px;
  }
}
@media screen and (max-width: 1086px) {
  .nas-tim-tekst {
    text-align: start;
    font-size: 12px;
    margin-bottom: 10px;
  }
}
@media screen and (max-width: 991px) {
  .nas-tim-content {
    flex-direction: column;
    gap: 30px;
  }
  .nas-tim-video-div video {
    width: 100%;
  }
  .nas-tim-tekst {
    text-align: justify;
    font-size: 18px;
    margin-bottom: 30px;
  }
}
@media screen and (max-width: 575px) {
  .nas-tim-tekst {
    font-size: 14px;
  }
  .konkursi-title {
    white-space: normal;
  }
}
@media screen and (max-width: 434px) {
  .nas-tim-tekst {
    font-size: 12px;
  }
}
.partner-item {
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  align-items: center;
  padding: 14px 26px;
  gap: 15px;
  border: 2px solid var(--primary-color);
  border-radius: 7px;
  height: 150px;
  width: 97%;
}
.korisni-linkovi-content {
  display: flex;
  flex-wrap: wrap;
  font-weight: 700;
  font-size: 14px;
  line-height: 17px;
  row-gap: 15px;
  justify-content: center;
}
.partner-img-div {
  height: 75%;
}
.partner-img-div img {
  height: 100%;
  margin-right: 10px;
}
.partner-div {
  display: flex;
  flex-direction: column;
  gap: 15px;
}
.partneri-left-div {
  display: flex;
  flex-direction: row;
  height: 100%;
  align-items: center;
}
.partneri-tekst {
  text-align: start;
}
.icon-next {
  width: 40px;
  height: 40px;
  font-size: 20px;
  border: 2px solid #029852;
  padding: 10px;
  border-radius: 50%;
  color: #029852;
  text-align: center;
  display: flex;
  justify-content: center;
  align-items: center;
}
.icon-next a {
  text-decoration: none !important;
  color: #029852;
}
.icon-next a:hover {
  color: white;
}
.icon-next:hover {
  background-color: #029852;
  color: white;
  cursor: pointer;
  text-decoration: none;
}
.icon-next i {
  color: inherit;
}
@media screen and (max-width: 1260px) {
  .partner-item {
    gap: 10px;
  }
}
@media screen and (max-width: 1199px) {
  .korisni-linkovi-content {
    flex-direction: column;
  }
  .partner-div {
    flex-direction: row;
  }
}
@media screen and (max-width: 991px) {
  .korisni-linkovi-content {
    flex-direction: column;
  }
  .partner-div {
    flex-direction: column;
  }
  .files-download-image {
    width: 100%;
    border-radius: 6px;
  }
}
@media screen and (max-width: 575px) {
  .korisni-linkovi-content {
    font-size: 12px;
  }
  .partner-item {
    height: 90px;
  }
}
@media screen and (max-width: 408px) {
  .partneri-tekst {
    text-align: start;
  }
  .partner-item {
    padding: 10px 13px;
  }
}
.title-greenlink {
  display: flex;
  justify-content: center;
  color: var(--primary-color);
  text-decoration: underline 2px var(--primary-color);
  text-underline-offset: 18px;
}
.index-title-link {
  display: inline;
}
.vijesti-slide-naslovna .vijesti-naslovna-img-div {
  overflow: hidden;
  position: relative;
  border-radius: 25px;
  border: 1px solid var(--primary-color);
  margin-bottom: 20px;
  height: 150px;
  justify-content: center;
  align-items: center;
  gap: 20px;
}
.vijesti-slide-naslovna .vijesti-naslovna-img-div .slider-index {
  display: flex !important;
}
.vijesti-slide-naslovna .vijesti-naslovna-img-div img {
  width: 100%;
  height: 100%;
  aspect-ratio: 3/2;
  object-fit: contain;
  transform: scale(1, 1);
  transition: all 0.9s ease 0s;
}
.vijesti-slide-naslovna:hover img {
  transform: scale(1.1);
}
.vijesti-slide-naslovna .vijesti-naslovna-img-div:after {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(255, 255, 255, 0);
  transition: all 0.9s ease 0s;
}
.vijesti-slide-naslovna:hover .vijesti-naslovna-img-div:after {
  background: rgba(255, 255, 255, 0.2);
}
.vijesti-slide-naslovna .vijesti-datum {
  list-style: none;
  padding: 3px 0;
  font-weight: 200;
  font-size: 14px;
  line-height: 17px;
  color: var(--secundary-colorGray);
}
.vijesti-slide-naslovna .vijesti-datum li {
  display: inline-block;
  margin-right: 3px;
  font-family: var(--poppins-regular);
  color: #333539;
  font-weight: 600;
  opacity: 70%;
}
.vijesti-slide-naslovna .vijesti-datum li:last-child {
  margin-right: 0;
}
.vijesti-slide-naslovna .vijesti-datum li a {
  color: #aaa;
  transition: 0.3s ease;
}
.vijesti-slide-naslovna .vijesti-datum li a:hover {
  text-decoration: none;
}
.vijesti-slide-naslovna .vijesti-title {
  color: var(--primary-color);
  font-weight: 700;
  font-size: 20px;
  line-height: 26px;
}
.vijesti-slide-naslovna .vijesti-title a {
  color: inherit;
  text-decoration: none;
  transition: all 0.4s ease 0s;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  overflow: hidden;
  -webkit-line-clamp: 4;
  text-overflow: ellipsis;
}
.vijesti-slide-naslovna .vijesti-tekst {
  font-weight: 400;
  font-size: 14px;
  line-height: 20px;
  color: var(--secundary-colorGray);
}
@media screen and (max-width: 1065px) {
  .vijesti-slide-naslovna .vijesti-title {
    font-size: 16px;
    line-height: 24px;
  }
  .vijesti-slide-naslovna .vijesti-tekst {
    font-size: 12px;
    line-height: 18px;
  }
}
@media only screen and (max-width: 984px) {
  .vijesti-slide-naslovna .vijesti-tekst {
    margin-top: 20px;
  }
  .vijesti-slide-naslovna .vijesti-datum li {
    margin-bottom: 5px;
    font-size: 14px;
    margin-top: 20px;
  }
  .vijesti-slide-naslovna .vijesti-datum li:last-child {
    margin-bottom: 0;
  }
}
@media screen and (max-width: 767px) {
  .vijesti-slide-naslovna .vijesti-title {
    font-size: 20px;
    line-height: 24px;
  }
  .vijesti-slide-naslovna .vijesti-tekst {
    font-size: 14px;
    line-height: 20px;
  }
}
#mediji-slider-naslovna-ow,
#vijesti-slider-naslovna-ow {
  position: relative;
}
#mediji-slider-naslovna-ow .tns-nav,
#vijesti-slider-naslovna-ow .tns-nav {
  display: none;
  gap: 0px !important;
  float: left;
  width: 100%;
  top: 105%;
}
#mediji-slider-naslovna-ow .tns-nav button,
#vijesti-slider-naslovna-ow .tns-nav button {
  width: 33%;
  height: 4px;
  background-color: transparent;
  border: unset;
  border-radius: 0px !important;
}
#vijesti-slider-naslovna-ow .tns-nav button {
  width: 50%;
  background-color: gray;
  display: none;
}
#mediji-slider-naslovna-ow .tns-nav button.tns-nav-active,
#vijesti-slider-naslovna-ow .tns-nav button.tns-nav-active {
  background-color: rgb(213, 212, 212);
  display: none;
}
#mediji-slider-naslovna-ow .tns-controls,
#vijesti-slider-naslovna-ow .tns-controls {
  display: block !important;
}
.margins {
  margin-top: 50px;
  margin-bottom: 30px;
  align-items: center;
  margin-bottom: 30px;
}
.margins .o-nama-title {
  margin-bottom: 0px;
}
.checkbox-box {
  min-width: 14px;
}
.obavjestenja-section {
  color: #ffffff;
  margin-bottom: 150px;
  height: 200px;
  background-image: url(background-pics/obavjestenja.webp);
  background-size: contain;
  background-position: center;
  background-repeat: no-repeat;
}
.obavjestenja-page {
  margin-bottom: 0px !important;
}
.obavjestenja-page .filter-box {
  row-gap: 0px;
}
@media (max-width: 575px) {
  .obavjestenja-page .slide-title-konkursi {
    font-size: 27px;
  }
}
.obavjestenja-container {
  display: flex;
  gap: 20px;
  align-items: flex-start;
}
#obavjestenja-slider-naslovna .konkursi-item {
  margin-bottom: 0px;
  margin-top: 0px;
  display: inline-block;
}
.show-more-notifications {
  margin-top: 20px;
}
.obavjestenja-category {
  color: white;
  padding-left: 10px;
}
#obavjestenja-title {
  font-size: 16px;
}
.tns-horizontal.tns-subpixel > .tns-item {
  display: inline-block;
}
.izgled_vijesti-opis {
  display: -webkit-box;
  -webkit-box-orient: vertical;
  overflow: hidden;
  -webkit-line-clamp: 4;
  text-overflow: ellipsis;
} */
