body {
    margin: 0;
    padding: 0;
    overflow-x: hidden;
}

html {
          overflow-y: scroll; /* Uvek zadrži vertikalni scrollbar */
    scroll-behavior: smooth;
}

body.no-scroll {
    overflow: hidden;
}

/*Loading screen*/
#loading-overlay {
    position: fixed;
    top: -5%;
    left: 0;
    width: 100%;
    height: 105%;
    background-color: #ffffff; 
    display: flex;
    align-items: center;
    justify-content: center;
    z-index: 9999;
    opacity: 1; 
    transition: opacity 1.5s ease; 
}

#loading-overlay video {
    width: 60%;
    max-width: 224px; 
}

@media (min-width: 769px) {
    #loading-overlay {
        display: none;
    }
}





/* Pocetak */




/*HEADER*/
header {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    background-color: white;
    padding: 10px 20px;
    box-shadow: 0 2px 4px rgba(0, 0, 0, 0.1);
    z-index: 500;
    display: flex;
    justify-content: space-between;
    align-items: center;
    font-family: 'Poppins', sans-serif;
}

.logo {
    width: 200px;
    height: 65px;
}

.navibar {
    position: fixed;
    right: 20px;
    top: 10px;
}

.navibar2 {
    position: fixed;
    right: 20px;
    top: 14px;
    display: none;
}

.navibar3{
    position: fixed;
    right: 20px;
    top: 14px;
    display: none;
}

@media (max-width:830px) {
    .navibar{
        display: none;
    }
    .navibar2{
        display: block;
    }
}

@media (max-width:505px) {
    .navibar2, .navibar{
        display: none;
    }
    .navibar3{
        display: block;
    }
}

.container-navi {
    display: flex;
    font-size: 15px;
    padding-top: 1% ;
}

.navbar {
    margin: auto;
    border-radius: 2rem;
    padding-left: 1.1rem;
    padding-right: 1.1rem;
    padding-top: 0.8rem;
    padding-bottom: 0.8rem;
    background: #fff;
    box-shadow: 0 4px 12px rgba(0, 0, 0, 0.1);
}

.navbar2{
    margin: auto;
    border-radius: 50%;
    padding-left: 0.8rem;
    padding-right: 0.8rem;
    padding-top: 0.8rem;
    padding-bottom: 0.8rem;
    background: #fff;
    box-shadow: 0 4px 12px rgba(0, 0, 0, 0.1);
}

.nav-links {
    display: flex;
    gap: 2rem;
    margin: 0;
    padding: 0;
    list-style: none;
}

.nav-link{
    list-style: none;
    padding: 0.4rem 0.8rem;
    font-weight: 600;
    cursor: pointer;
    border-top-left-radius: 1rem;
    border-top-right-radius: 1rem;
    transition: transform 0.3s ease, background-color 0s ease;
    position: relative;
}

.nav-link12 {
    list-style: none;
    padding: 0.4rem 0.8rem;
    font-weight: 600;
    cursor: pointer;
    background-color: rgb(255, 255, 255);
    border-radius: 1rem;
    transition: transform 0.3s ease, background-color 0.3s ease;
}

.nav-link1 {
    list-style: none;
    padding: 0.4rem 0.8rem;
    font-weight: 600;
    cursor: pointer;
    background-color: #3480c2;
    border-radius: 1rem;
    transition: transform 0.3s ease, background-color 0.3s ease;
}

.nav-link-bgrmnu {
    width: 36px;
    height: 36px;
    border-radius: 50%;
    background-color: #ffffff;
    img{
        margin-top: 15%;
        margin-left: 16.5%;
    }
    transition: transform 0.3s ease, background-color 0.3s ease;
}

.nav-link-bgrmnu2 {
    width: 36px;
    height: 36px;
    border-radius: 50%;
    background-color: #ffffff;
    img{
        margin-top: 15%;
        margin-left: 17%;
    }
    transition: transform 0.3s ease;
}

.a-navi {
    color: #fff;
    text-decoration: none;
    color: currentColor;
    transition: transform 0.3s ease, background-color 0.3s ease;
    z-index: 501;
}

.a-navi-meeting {
    text-decoration: none;
    color: white;
}

.drop-down {
    position: fixed;
    left: 0%;
    width: 120px;
    background-color: rgb(35, 83, 159);
    padding: 0;    
    box-shadow: 0 4px 12px rgba(0, 0, 0, 0.1);
    border-bottom-left-radius: 1rem;
    border-bottom-right-radius: 1rem;
    font-size: 14px;
    display: none;
    list-style: none;
    li:first-child{
    margin-top: 0.5rem;
    };
}

.drop-down li {
    font-weight: 600;
    cursor: pointer;
    background-color: rgb(35, 83, 159);
    color: #fff; /* Ensure dropdown text is visible */
    padding-top: 5px;
    padding-bottom: 5px;
    a{
        color: inherit;
        text-decoration: none;
    }
}

.drop-down li:last-child{
    border-bottom-left-radius: 1rem;
    border-bottom-right-radius: 1rem;
}

.zastava{
    margin-left: 10px;
    margin-right: 10px;
    width: 24px;
    height: 15px;
}


/* Hover effects */
.nav-link12 a::before {
    content: "";
    position: absolute;
    top: 0px;  /* Adjust these values to expand the clickable area */
    bottom: 0px;  /* Adjust these values to expand the clickable area */
    left: 0px;  /* Adjust these values to expand the clickable area */
    right: 0px;  /* Adjust these values to expand the clickable area */
    z-index: -1; /* Ensure this stays behind the anchor */
  }

.nav-link1 a::before {
    content: "";
    position: absolute;
    top: 0px;  /* Adjust these values to expand the clickable area */
    bottom: 0px;  /* Adjust these values to expand the clickable area */
    left: 0px;  /* Adjust these values to expand the clickable area */
    right: 0px;  /* Adjust these values to expand the clickable area */
    z-index: -1; /* Ensure this stays behind the anchor */
  }

.nav-link-bgrmnu a::before {
    content: "";
    position: absolute;
    top: 0px;  /* Adjust these values to expand the clickable area */
    bottom: 0px;  /* Adjust these values to expand the clickable area */
    left: 0px;  /* Adjust these values to expand the clickable area */
    right: 0px;  /* Adjust these values to expand the clickable area */
    z-index: -1; /* Ensure this stays behind the anchor */
}

.nav-link:hover,
.nav-link12:hover {
    background-color: rgb(35, 83, 159);
    color: #fff;
    transform: scale(1.05);
}

.nav-link1:hover {
    background-color: rgb(19, 78, 130);
    color: #fff;
    transform: scale(1.05);
}

.nav-link-bgrmnu:hover{
    background-color: rgb(143, 203, 255);
    transform: scale(1.1);
}

.nav-link-bgrmnu2:hover{
    transform: scale(1.2);
}

.a-navi:hover {
    transform: scale(1.05);
}

.services:hover .drop-down {
    display: block;
    z-index: 1000;
}

.services a {
    display: flex;
    align-items: center;
}

.services .dropdown-icon {
    font-size: 18px;
    position: relative;
    transform: rotate(0deg);
    transition: 0.3s ease-in-out all;
}

.services:hover .dropdown-icon {
    transform: rotate(180deg);
}

.drop-down li:hover {
    background: rgb(109, 128, 171);
    color: #fff;
}


/*progressbar*/
.progress-container {
    position: fixed;
    left: 0;
    top: 90px; 
    width: 100%;
    height: 4px;
    background: #f3f3f3;
    z-index: -1;
}

.progress-bar {
    height: 100%;
    background: blue;
    width: 100%;
}




/*sidebar*/
.n {
    background-color: #133551; /* $gray */
    position: fixed;
    z-index: 9;
    top: 0;
    right: 0;
    height: 100%;
    max-width: 515px;
    width: 100%;
    padding: 100px 40px 60px 40px;
    overflow-y: auto;
    transform: translateX(100%);
    transition: transform 0.55s cubic-bezier(0.785, 0.135, 0.15, 0.86);
  }
  
  .n.show {
    transform: translateX(0);
  }
  
  .n ul.main {
    list-style: none;
  }
  
  .n ul.main li {
    margin-bottom: 20px;
    transform: translateX(40px);
    opacity: 0;
    transition: all 0.3s ease;
  }
  
  .n.show ul.main li {
    transform: translateX(0);
    opacity: 1;
  }
  
  /* Postavljanje transition-delay za svaki li element */
  .n.show ul.main li:nth-child(1) {
    transition-delay: 0.15s;
  }
  
  .n.show ul.main li:nth-child(2) {
    transition-delay: 0.3s;
  }
  
  .n.show ul.main li:nth-child(3) {
    transition-delay: 0.45s;
  }
  
  .n.show ul.main li:nth-child(4) {
    transition-delay: 0.6s;
  }
  
  .n.show ul.main li:nth-child(5) {
    transition-delay: 0.75s;
  }
  
  .n.show ul.main li:nth-child(6) {
    transition-delay: 0.9s;
  }
  
  .n.show ul.main li:nth-child(7) {
    transition-delay: 1.05s;
  }
  
  .n.show ul.main li:nth-child(8) {
    transition-delay: 1.2s;
  }
  
  .n.show ul.main li:nth-child(9) {
    transition-delay: 1.35s;
  }
  
  .n.show ul.main li:nth-child(10) {
    transition-delay: 1.5s;
  }
  
  .n.show .about,
  .n.show .social,
  .n.show ul.sub {
    transform: translateY(0);
    opacity: 1;
    transition-delay: 0.85s;
  }
  
  @media (min-width: 667px) {
    .n {
      padding: 120px 90px 70px 90px;
    }
  }
  @media (max-width: 590px) {
    .n {
      padding: 120px 0px 70px 120px;
    }
    .about, .social, .main, .sub{
        padding-left: 20px;
    }
    .social::after{
        transform: translate(20px,0);
    }
  }
  
  .n ul.main li a {
    color: #ffffff; /* $white */
    font-family: 'Poppins', sans-serif;
    text-decoration: none;
    text-transform: uppercase;
    font-size: 1.5rem;
    display: block;
    letter-spacing: 5px;
    font-weight: 600;
    padding: 10px 0;
    transition: all 0.3s ease;
  }

  ul{
    padding: 0;
  }
  
  .n ul.main li a span {
    color: #b7ac7f; /* $gold */
  }
  
  .n ul.main li a:hover {
    color: #63b2d4; /* $gold */
  }
  
  .n .about {
    margin-top: 40px;
    transform: translateY(30px);
    opacity: 0;
    transition: all 0.4s ease;
  }
  
  .n .about p {
    color: #ffffff; /* $white */
    font-family: 'Spectral', serif;
    font-size: 1.05rem;
    letter-spacing: 0.5px;
    line-height: 170%;
  }
  
  .n .social {
    margin-top: 40px;
    position: relative;
    padding-bottom: 30px;
    transform: translateY(30px);
    opacity: 0;
    transition: all 0.4s ease;
  }
  
  .n .social::after {
    content: "";
    width: 230px;
    height: 2px;
    background-color: #63b2d4; /* $gold    */
    position: absolute;
    bottom: 0;
    left: 0;
  }
  
  .n .social a {
    display: inline-block;
    width: 30px;
    height: 30px;
    margin-right: 25px;
    transition: all 0.3s ease;
  }
  
  .n .social a:last-child {
    margin-right: 0;
  }
  
  .n .social a:hover svg path,
  .n .social a:hover svg circle {
    fill: #63b2d4; /* $gold */
  }
  
  .n .social a svg {
    width: 100%;
    height: 100%;
  }
  
  .n .social a svg path,
  .n .social a svg circle {
    fill: #ffffff; /* $white */
    transition: all 0.3s ease;
  }
  
  .n ul.sub {
    list-style: none;
    margin-top: 40px;
    transform: translateY(30px);
    opacity: 0;
    transition: all 0.4s ease;
  }
  
  .n ul.sub li {
    margin-bottom: 10px;
  }
  
  .n ul.sub li:last-child {
    margin-bottom: 0;
  }
  
  .n ul.sub li a {
    color: #ffffff; /* $white */
    font-family: 'Poppins', sans-serif;
    letter-spacing: 1px;
    font-size: 0.9rem;
    text-decoration: none;
    transition: all 0.3s ease;
  }
  
  .n ul.sub li a:hover {
    color: #63b2d4; /* $gold */
  }
  
  /* OVERLAY
  ========================================== */
  .overlay {
    position: fixed;
    top: 0;
    left: 0;
    z-index: 1;
    width: 100%;
    height: 100%;
    transition: all 0.3s ease-in-out;
    background-color: #5a8aac; /* $gold */
    opacity: 0;
    visibility: hidden;
  }
  
  .overlay.show {
    opacity: 0.8;
    visibility: visible;
  }
  
  .close-button {
    position: absolute;
    top: 20px;
    right: 20px;
    background: none;
    border: none;
    cursor: pointer;
    color: #ffffff; /* Boja ikone */
    transition: color 0.3s ease;
    padding: 5px;
    display: flex;
    align-items: center;
    justify-content: center;
}

.close-button:hover {
    color: #63b2d4; /* Boja kada pređeš mišem preko ikone */
}

.close-icon {
    width: 40px;
    height: 40px;
}

/*dropdown language*/
.language-dropdown {
    list-style: none;
    max-height: 0;
    overflow: hidden;
    transition: max-height 0.3s ease, opacity 0.3s ease, transform 0.3s ease;
    opacity: 0;
    transform: translateY(-10px);
    padding-left: 25px; /* Indentacija za podmeni */
  }
  
  .language-item.open .language-dropdown {
    max-height: 500px; /* Dovoljno velika vrijednost za prikaz svih stavki */
    opacity: 1;
    transform: translateY(0);
  }
  
  .language-dropdown li {
    margin-bottom: 15px; /* Razmak između stavki */
  }
  
  .language-dropdown li a {
    color: #ffffff; /* Boja teksta */
    font-family: 'Poppins', sans-serif;
    letter-spacing: 1px;
    font-size: 1.2rem; /* Manji font za podmeni */
    text-decoration: none;
    transition: color 0.3s ease;
  }

  .language-dropdown li a:first-child{
    margin-top: 10px;
  }
  
  .language-dropdown li a:hover {
    color: #63b2d4; /* Boja teksta pri hover */
  }
  
  /* Opcionalno: Dodaj ikonu strelice pokraj Language */
  .language-toggle {
    position: relative;
    display: inline-flex;
    align-items: center;
  }
  
  .language-toggle::after {
    content: '▼'; /* Simbol strelice */
    font-size: 1rem; /* Podesi veličinu strelice */
    margin-left: 8px; /* Razmak između teksta i strelice */
    transition: transform 0.3s ease; /* Glatka animacija rotacije */
    display: inline-block;
    transform-origin: center;
    transform: translate(0,-2.5px);
  }
  
  .language-item.open .language-toggle::after {
    transform: rotate(180deg); /* Rotacija za 180 stepeni */
  }
/*kraj hedera*/


/*pozadina*/
.pozadina {
    position: fixed; /* Fixed pozicija za parallax efekt */
    top: 40%;
    left: 0;
    width: 100%;
    height: 100%;
    overflow: hidden;
    z-index: -10000;
    pointer-events: none;   /* onemogućava klik */
    user-select: none;      /* sprečava selekciju */
}

.pozadina video {
    width: 100%;
    height: 100%;
    object-fit: cover;
    filter: brightness(100.1%);
    will-change: filter; 
}

@media (max-width: 768px) {
    .pozadina {
        top: 30%
    }
}



/*prvi_vh*/
.prvi_vh{
  z-index: 10;
  width: 100%;
  min-height: 100%;  
  position: relative;
  margin-top: 11%;
    font-family: 'Poppins', sans-serif;
}

.naslov_tim {
  padding: 3%;
  color: #19216f;
  font-family: 'Poppins', sans-serif;
  font-size: 3.3rem;
  font-weight: bold;
  text-align: center; 
  margin-bottom: 0;
  margin-top: -3%;
}



/* === component === */
.info-block {
  display: flex;
  gap: 5rem;
  padding: 2rem;
  width: 85%;
  margin-inline: auto;
  align-items: stretch;
  justify-content: center;
}

/* square image wrapper */
.info-block__img {
  flex: 1 1 300px;              /* grow / shrink / basis */
  aspect-ratio: 1 / 1;          /* perfect square */
  overflow: hidden;
  border: none;
  border-radius: 20px;
  box-shadow: 0 6px 16px rgba(0,0,0,.18);  /* diskretna senka */
  transition: transform .35s ease;         
  max-width: 525px;
}

.info-block__img:hover{
  transform: scale(1.05);   /* blag zoom na hover */
}

.info-block__img img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
   border-radius: inherit
}

/* rounded rectangle for text */
.info-block__text {
  flex: 1 1 450px;
  padding: 2rem 2.2rem;
  background: #f7f8fc;            /* svetla pozadina kartice */
  border: none;                   /* brišemo crni okvir */
  border-radius: 32px;            /* lepše zaobljenje */
  box-shadow: 0px 5px 20px rgba(0, 0, 0, 0.2);
  display: flex;
  flex-direction: column;
  justify-content: center;
  max-width: 680px;
}

.info-block__text h3 {
  font-size: 1.2rem;
  color: #2b2f80;
  font-weight: 700;
  margin: 1.6rem 0 .6rem;
}

.info-block__text p {
  margin: 0 0 1.1rem;
  font-size: .97rem;
  color: #333;
  line-height: 1.6;
}


.info-block__text h3 {
  font-size: 1.2rem;
  color: #2b2f80;
  font-weight: 700;
  margin-top: 1.8rem;
  margin-bottom: 0.5rem;
}

.info-block__text p {
  margin-bottom: 1.2rem;
  font-size: 0.97rem;
  color: #333;
  line-height: 1.6;
}



.info-block__text ul {
  list-style: none;
  padding-left: 1.2em;
  margin-top: 1em;
  margin-bottom: 1em;
  font-family: 'Poppins', sans-serif;
  font-size: 1.05em;
  color: #19216f;
}

.info-block__text ul li {
  position: relative;
  padding-left: 1.8em;
  margin-bottom: 0.8em;
}

.info-block__text ul li::before {
  content: '•';
  position: absolute;
  left: 0;
  top: 0;
  color: #3dbdec; /* ili #3480c2 u skladu sa ostatkom sajta */
  font-size: 1.4em;
  line-height: 1;
}


/* === responsive behaviour === */
@media (max-width: 768px) {
  .info-block {
    flex-direction: column;
    padding: 1.5rem;
  }

  .info-block__img,
  .info-block__text {
    flex: 1 1 auto;
  }

  .info-block__text {
    margin-top: 1.5rem;
  }

  .info-block__img{
    display: none;
  }
}









/*step za male ekrane*/
@import url('https://fonts.googleapis.com/css2?family=Poppins:wght@100;200;300;400;500;600;700;800;900&display=swap');

@media screen and (max-width: 768px) {
  /* Navigaciona dugmad se sklanjaju na malim ekranima (opcija) */
}
/*-------------------------------------------------------------------------------------------------------*/


/* -------------------------------------------------------------------------------------------------------*/
/*footer*/
.footer {
  z-index: 10;
  font-family: 'Poppins', sans-serif;
  margin: 0;
  background-color: #f8fafc;
  padding: 40px 20px;
  padding-bottom: 0;
  padding-top:1em;
  color: #000000;
}

.footer-container {
  width: 100%;
  margin: 0 auto;
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
}

.footer-section {
  flex: 1;
  min-width: 200px;
  margin: 0 10px;
  padding: 2%;
}

.footer-section img{
  width: 200px;
  height: auto;
}

.footer-section h4 {
  font-size: 1.3em;
  font-weight: 700;
  color: #19216f;
  margin-bottom: 15px;
  margin-top: 3%;
}

.footer-section ul {
  list-style: none;
  padding: 0;
}

.footer-section ul li {
  margin-bottom: 10px;
}

.footer-section ul li a {
  color: #000000;
  text-decoration: none;
}

.footer-section ul li a:hover {
  color: #5b6ef5;
}

.footer-section a {
  color: #5b6ef5;
  text-decoration: none;
}

.footer-section a:hover {
  text-decoration: underline;
}

.footer-bottom {
  p{
    padding-block: 2%;
    margin: 0;
  }
  font-family: 'Poppins', sans-serif;
  text-align: center;
  font-size: 1.1em;
  color: #7e8a95;
  background-color: black;
}

.footer-bottom a {
  color: #5b6ef5;
  text-decoration: none;
}

/* Responsive za manje ekrane */
@media (max-width: 768px) {
  .footer-bottom {
    font-size: 0.95em; /* manji font za tablet/mobilni */
    padding-block: 1.5%;
  }
}

@media (max-width: 480px) {
  .footer-bottom {
    font-size: 0.85em; /* još manji font za mobilni */
    padding-block: 1%;
  }

  .footer-bottom p {
    line-height: 1.4; /* da tekst ne bude previše zbijen */
  }
}

/*linkovi*/

.linkovi {
  margin-top: 3%;
  position: relative;
  width: 100%;
  height: 10%; /* Postavi visinu roditelja */
  transform: translate(0, -0.8em);
} 

.linkovi ul {
  display: flex;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}

.linkovi ul li {
  list-style: none;
}

.linkovi ul li a {
  width: 40px;
  height: 40px;
  background-color: #9b949418;
  text-align: center;
  line-height: 40px;
  font-size: 20px;
  margin: 0 10px;
  display: block;
  border-radius: 50%;
  position: relative;
  overflow: hidden;
  border: 3px solid #fff;
  z-index: 1;
}

.linkovi ul li a .icon {
  position: relative;
  color: #262626;
  transition: .5s;
  z-index: 3;
}

.linkovi ul li a:hover .icon {
  color: #fff;
  transform: rotateY(360deg);
}

.linkovi ul li a:before {
  content: "";
  position: absolute;
  top: 100%;
  left: 0;
  width: 100%;
  height: 100%;
  background: #f00;
  transition: .5s;
  z-index: 2;
}

.linkovi ul li a:hover:before {
  top: 0;
}

.linkovi ul li:nth-child(1) a:before{
  background: #3b5999;
}

.linkovi ul li:nth-child(2) a:before{
  background: #e3445d;
}

.linkovi ul li:nth-child(3) a:before {
  background: #000000;
}

.linkovi ul li:nth-child(4) a:before {
  background: #ff1e00;
}


/* -------------------------------------------------------------------------------------------------------
-------------------------------------------------------------------------------------------------------
------------------------------------------------------------------------------------------------------- */

/*Prvi dio responsive*/
@media (max-width:1250px){

  /*---------------------------------------------------*/
}

@media (min-width: 769px) and (max-width: 1250px){
  

    @media (min-width: 1100px) and (max-width:1250px) {
        .prvi_vh{
            margin-top: 15%;
          }
      
    }
    @media (min-width: 1000px) and (max-width:1100px) {

      /*---------------------------------------------------*/
      .prvi_vh{
        margin-top: 17%;
      }
  

      /*-----------------------*/
      .naslov_tim{
        font-size: 3.8em;
      }

      .info-block__img{
        display: none;
      }
      
    }
    @media (min-width: 950px) and (max-width:1000px) {

      /*----------------------*/
      .prvi_vh{
        margin-top: 17%;
      }

      .info-block__img{
        display: none;
      }
  

    }

    @media (min-width: 860px) and (max-width:950px) {

      /*---------------------------------------------------*/
      .prvi_vh{
        margin-top: 17%;
      }
  
      /*--------------------*/
      .naslov_tim{
        font-size: 3.4em;
      }

      .info-block__img{
        display: none;
      }
      
    }

    @media (min-width: 769px) and (max-width:860px) {

      /*---------------------------------------------------*/
      .prvi_vh{
        margin-top: 19%;
      }
  
      /*--------------------*/
      .naslov_tim{
        font-size: 3em;
      }

      .info-block__img{
        display: none;
      }
      
    }
}

/*tablet-telefon*/

@media (min-width:600px) and (max-width:768px){

    /*---------------------------------------------------*/
    .prvi_vh{
        margin-top: 20%;
      }
  
    /*--------------------*/
    .naslov_tim{
      font-size: 3.5em;
    }

    .info-block__img{
        display: none;
      }
   
}


@media (min-width:520px) and (max-width:600px){

  /*-----------------------------*/
  .prvi_vh{
    margin-top: 22%;
  }

  /*---------------------------------------------------*/

  /*--------------------*/
  .naslov_tim{
    font-size: 3.3em;
  }

  .info-block__img{
        display: none;
      }
  
}

@media (min-width:425px) and (max-width:520px){

    /*-----------------------------*/
    .prvi_vh{
        margin-top: 28%;
      }
  

    /*--------------------*/
    .naslov_tim{
      font-size: 2.7em;
    }

    .info-block__img{
        display: none;
      }
  
}

@media (min-width:360px) and (max-width:425px){

  /*-----------------------------*/
  .prvi_vh{
    margin-top: 32%;
  }

  /*--------------------*/
  .naslov_tim{
    font-size: 2.4em; 
  }

  .info-block__img{
        display: none;
      }

}

@media (min-width:320px) and (max-width:360px){

  

  /*--------------------*/
  .naslov_tim{
    font-size: 2.1em;
    margin-top: 1em;
  }


  .prvi_vh{
    margin-top: 35%;
  }

  .info-block__img{
        display: none;
      }

}

@media (max-width:320px){

    .prvi_vh{
        margin-top: 50%;
      }
  
  

  /*--------------------*/
  .naslov_tim{
    font-size: 1.8em;
    margin-top: 0.8em;
  }

  .info-block__img{
        display: none;
      }

}



/*za vece ekrane*/
@media (min-width:1250px) and (max-width:1450px){
    .prvi_vh{
      margin-top: 13%;
    }

  /*--------------------*/
  .naslov_tim{
    font-size: 3em;
  }

}


@media (min-width:1450px) and (max-width:1700px){

 
  /*--------------------*/
  .naslov_tim{
    font-size: 3.2em;
  }

    
}

@media (min-width:1700px){

    

  /* ------------------------------------------------------------ */
  .footer-section h4 {
    font-size: 1.5em;
  }
  .footer-section p, .footer-section a{
    font-size: 1.3em;
  }

  .email a{
    font-size: 1.3em;
  }

  .footer-bottom {
    font-size: 1.3em;
  }
  .linkovi {
    scale: 1.1;
  } 

  /*--------------------*/
  .naslov_tim{
    font-size: 3.2em;
    margin-top: -1.5em;
  }


  
  
}

@media (min-width:2100px){


   

  /* ------------------------------------------------------------ */
  .footer-section h4 {
    font-size: 1.6em;
  }
  .footer-section p, .footer-section a{
    font-size: 1.4em;
  }

  .email a{
    font-size: 1.4em;
  }

  .footer-bottom {
    font-size: 1.4em;
  }
  .linkovi {
    scale: 1.2;
    transform: translate(-20px,-10px);
  } 

  /*--------------------*/
  .naslov_tim{
    font-size: 3.2em;
    margin-top: -2em;
  }

  
}

@media (min-width:2420px){

   
  /* ------------------------------------------------------------ */
  .footer-section h4 {
    font-size: 1.7em;
  }
  .footer-section p, .footer-section a{
    font-size: 1.5em;
  }

  .email a{
    font-size: 1.2em;
  }

  .footer-bottom {
    font-size: 1.5em;
  }
  .linkovi {
    scale: 1.3;
    transform: translate(-20px,-10px);
  } 


  /*--------------------*/
  .naslov_tim{
    font-size: 3.5em;
    margin-top: -2.5em;
  }

  
}

@media (min-width: 1250px) and (max-width: 1700px) and (min-height: 1300px) {
.prvi_vh{
  margin-top: 8%;
}
}






  
  