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; 
}

#loading-overlay.hidden {
    opacity: 0; 
}

@media (min-width: 769px) {
    #loading-overlay {
        display: none;
    }
}





/* Pocetak */
.pocetak {
    position: relative;
    width: 100vw;
    height: 100vh;
    margin-top: -4%;
    overflow-x:hidden;
    z-index: 1000;
    pointer-events: none;
}

.pocetak-tekst{
    position: fixed;
    z-index: 1500;
    top: 27%;
    left: 18.7%;
    transform: translate(-50%, -50%);
        h2{
            color: #ffffff;
        }
    display: none;
}

.pocetak-tekst2{
    position: fixed;
    z-index: 1500;
    top: 50%;
    right: 8%;
    transform: translate(-50%, -50%);
        h2{
            font-size: 2.6vh;
            color: #ffffff;
        }
    display: none;
}

.pocetak-tekst3{
    position: fixed;
    z-index: 1500;
    top: 70%;
    left: 18.5%;
    transform: translate(-50%, -50%);
        h2{
            color: #ffffff;
        }
    display: none;
}


.pocetak-tekst_h2{
    font-family: 'Poppins', sans-serif;
    font-size: 2.4vh;
    text-align: center;
}

.slika1 {
    position: fixed;
    top: 0;
    left: 0;
    width: 100vw; /* Full viewport width */
    height: 108vh; /* Full viewport height */
    z-index: 1000; 
    pointer-events: none;
        img{
            width: 100%;
            height: 100%;
            object-fit: cover; /* Ensures the image covers the entire div proportionally */
            object-position: center; /* Centers the image within the div */
        }
}

.strelica {
    position: fixed;
    top: 80%;
    left: 50.7%;
    transform: translate(-50%, -50%);
    z-index: 999; 
    pointer-events: none;
        img{
            height: 27vh;
        }
}


.slika2 {
    position: fixed;
    top: 54%;
    left: 50.5%;
    transform: translate(-50%, -50%);
    z-index: 998; 
    pointer-events: none;
        img{
            height: 70vh;
        }
}

.slika3 {
    position: fixed;
    top: 55%;
    left: 50.5%;
    transform: translate(-50%, -50%);
    z-index: 997;
    pointer-events: none;
        img{
            height: 20vh;
        }
}

.nez{
    pointer-events: none;
    position: fixed;
    width: 100%;
    height: 120%;
    z-index: 996;
    img{
        width: 100%;
        height: 120%;
    }
}




/*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: 70%;
    left: 0;
    width: 100%;
    height: 100%;
    overflow: hidden;
    z-index: -10000;
    transform: translateY(0);
    will-change: transform;
    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%
    }
    .pocetak{
        display: none;
    }
    .nezzz{
      display: none;
    }
    .naslov{
      margin-top: 120px ;
    }
}



/*prvi_vh*/
.prvi_vh{
  display: flex;
  width: 100%;
  min-height: 100%;  
  position: relative;
  justify-content: space-between;
}

/*text chainging*/
.naslov{
  z-index: 12;
  width: 50%;
  position:relative;
}

.nezzz{
  height: calc(50vw + 30vh);
}

@media (max-height: 1081px){
  .nezzz{
    height: calc(50vw + 15vh);

  }
}

@media (min-width: 1300px){
  .nezzz{
    height: calc(40vw + 24vh);

  }
}

h3 {
    color: #19216f;
    font-family: 'Poppins', sans-serif;
    font-weight: bold;
    font-size: 3.3em;
    width: 100%;
    padding-inline: 4%;
  }


  b {
    padding-inline: 4%;
    margin-top: -50px !important;
    width: 100%;
    z-index: 10;
    float: left;
    overflow: hidden;
    position: relative;
    height: 60px;
    font-family: 'Poppins', sans-serif;
    font-weight: bold;
    font-size: 3.3em;
  }
  b span {
    margin-top: 5px;
    width: 100%;
    display: inline-block;
    color: #3c97e7;
    position: relative;
    white-space: nowrap;
    top: -18px;
    animation: move 15s;
    animation-iteration-count: infinite;
    animation-delay: 2s;
  }
  
  @keyframes move {
  
  20% { top: -97px; }
  40% { top: -175px; }
  60% { top: -258px; }
  80% { top: -335px; }
  }

  /*mini tekst ispod glavnog texta*/
  #tekstic h4{
    font-family: 'Poppins', sans-serif;
    font-size: .95em;
    max-width: 90%; /* Postavite maksimalnu širinu po vašoj želji */
    margin: 0 auto; /* Centriranje h4 unutar roditeljskog diva */
    font-weight: 600;
    text-align: center;
    color: #222540;
  }

  #tekstic{
      position: relative;
      width: 100%;
      margin-top: -3% !important;
  }


  /*benefits*/
  .benefits {
    text-align: center;
    position: relative;
    width: 100%;
    padding-inline: 2%;
    margin-top: 15px;
  }

  .icon-text-container {
    gap: 5px;
    display: inline-flex;
    align-items: center;
    svg{
      transform: translate(0,-2px);
    }
  }

  .icon-text-container h5 {
    margin-left: 0px; /* Adds spacing between the SVG and the text */
    font-family: 'Poppins', sans-serif;
    font-size: 1rem;
    margin-right: 30px;
    font-weight: 600;
  }  


  /*glavni buttons*/
  .glavni_buttons{
    width: 100%;
    display: inline-flex;
    gap: 11%;
    justify-content: center;  
    margin: 0 auto;
    margin-top: 4%;
  }

  .custom-btn {
    
    color: #fff;
    font-family: 'Poppins', sans-serif;
    font-weight: 600;
    background: transparent;
    cursor: pointer;
    transition: all 0.3s ease;
    position: relative;
    outline: none;
    border-radius: 100px;
  }

  .btn-3 {
    background-color:#307ec3;
    width: 260px;
    height: 72px;
    line-height: 72px;
    padding: 0;
    border-color: #19216f;
    font-size: 1.35rem;
  }
  .btn-3 span {
    position: relative;
    display: block;
    width: 100%;
    height: 100%;
  }
  .btn-3:before,
  
  .btn-3:before {
    height: 0%;
    width: 2px;
  }
  .btn-3:after {
    width: 0%;
    height: 2px;
  }
  .btn-3:hover{
    background-color: rgb(19, 78, 130);
    scale: 1.1;
    box-shadow: none;
  }
  .btn-3:hover:before {
    height: 100%;
  }
  .btn-3:hover:after {
    width: 100%;
  }
  .btn-3 span:hover{
     color:     #ffffff;
     
  }
  .btn-3 span:before,
  
  .btn-3 span:before {
    width: 2px;
    height: 0%;
  }
  .btn-3 span:after {
    width: 0%;
    height: 2px;
  }
  .btn-3 span:hover:before {
    height: 100%;
  }
  .btn-3 span:hover:after {
    width: 100%;
  }



  .btn-32 {
    color: #19216f;
    background-color: #307ec300;
    width: 260px;
    height: 72px;
    line-height: 72px;
    padding: 0;
    border-color: #19216f;
    font-size: 1.35rem;
}
.btn-32 span {
    position: relative;
    display: block;
    width: 100%;
    height: 100%;
}
.btn-32:before,

.btn-32:before {
    height: 0%;
    width: 2px;
}
.btn-32:after {
    width: 0%;
    height: 2px;
}
.btn-32:hover {
    background-color: rgb(19, 78, 130);
    scale: 1.1;
    box-shadow: none;
}
.btn-32:hover:before {
    height: 100%;
}
.btn-32:hover:after {
    width: 100%;
}
.btn-32 span:hover {
    color: #ffffff;
}
.btn-32 span:before,

.btn-32 span:before {
    width: 2px;
    height: 0%;
}
.btn-32 span:after {
    width: 0%;
    height: 2px;
}
.btn-32 span:hover:before {
    height: 100%;
}
.btn-32 span:hover:after {
    width: 100%;
}


/*glavne slike*/
.naslov2 {
  width: 50%;
  margin-top: 3%;
  display: flex;
  align-items: center;  
  justify-content: center; 
}
.wrappers {
  scale: 1.3;
  --_offset: 10%;
  --_offset-2: calc(var(--_offset) * 2);
  z-index: 11;
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 0;
  width: 100%;
  position: relative;
}

/* Svaki slika-container */
.wrappers > div {
  aspect-ratio: 1;
  transition: 500ms ease-in-out;
  clip-path: polygon(var(--_clip-path));
  /* Dodaj da ih centriramo unutar grid kolona */
  display: flex;
  justify-content: center;
  align-items: center;
}

/* Sam img zauzima 100% parenta */
.wrappers img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
}

/* Klip pathovi ostaju kako jesu */
.wrappers > div:nth-child(1) {
  --_clip-path: 0 0, 100% 0, var(--_offset-2) 100%, 0 100%;
  /* Pomeri sliku ka desno ~10% */
  transform: translateX(35%);
}

.wrappers > div:nth-child(2) {
  --_clip-path: 100% 0, 100% 100%, 0 100%, 80% 0;
  /* Pomeri sliku ka levo ~10% */
  transform: translateX(-35%);
}

/* Hover efekat ostaje */
.wrappers:has(:hover) > div:not(:hover) {
  filter: grayscale(1) blur(3px);
  opacity: 0.5;
}









/*Razmak*/
.divider-container {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 95%;
  margin: 5rem auto;
}

@media (max-width: 768px) {
  .divider-container {
  margin: 3rem auto;
  }
}

/* Dve deblje linije (sa svake strane) */
.divider-line {
  flex: 1;
  border-radius: 4px;
  height: 4px;               /* Debljina linije */
  background-color: rgb(35, 83, 159);  /* Plava boja */
}

/* Manji krug u sredini */
.divider-circle {
  width: 20px;               /* Veličina kruga po želji - ovde 30px */
  height: 20px;
  border: 4px solid #3480c2; /* Deblja ivica kruga (4px) */
  border-radius: 50%;        /* Da dobijemo krug */
  background: transparent;

  /* Razmak levo-desno da se ne lepi uz linije */
  margin: 0 15px;
}

/* -------------------------------------------------------------- */
/*Sta lecimo*/

/*naslov sta lijecimo*/
.drugi_vh{
  margin-top: 10em;
}

.naslov_stalecimo {
  color: #19216f;
  font-family: 'Poppins', sans-serif;
  font-size: 3.3rem;
  font-weight: bold;
  text-align: center; 
  margin-bottom: 0;
}

.naslov_stalecimo span {
  color: #3480c2;
}

#tekstic2  {
  h4{
    font-family: 'Poppins', sans-serif;
    font-size: 1.3rem;
    max-width: 100%; /* Postavite maksimalnu širinu po vašoj želji */
    margin: 0 auto; /* Centriranje h4 unutar roditeljskog diva */
    font-weight: 500;
    text-align: center;
    color: #222540;
  }
}

.sta_lecimo{
  width: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: row;
  gap: 10%;
  margin: 30px auto; /* Center the wrapper horizontally */
}



.blurred-square3,.blurred-square2,.blurred-square1 ,.blurred-square4 {
  margin-inline: 2%;
  width: 280px;
  height: 100%;
  background-color: rgba(217, 220, 227, 0.4); /* Semi-transparent background color */
  backdrop-filter: blur(20px); /* Applies blur to the background */
  -webkit-backdrop-filter: blur(20px); /* For Safari support */
  border-radius: 25px; /* Adds rounded corners */
  padding-top: 10px; 
  padding-bottom: 10px;
  transition: background-color 0.4s ease, box-shadow 0.4s ease; /* Smooth transition for background and shadow */
}

.blurred-square1:hover,.blurred-square2:hover,.blurred-square3:hover,.blurred-square4:hover {
  background-color: rgba(255, 255, 255, 1);
  box-shadow: 0 8px 16px rgba(0, 0, 0, 0.4);
}

.blurred-square1 ul, .blurred-square2 ul, .blurred-square3 ul , .blurred-square4 ul {
  list-style-type: disc; /* Default bullet points */
  padding-left: 15px; /* Space to the left */
  margin-left: 20%;      }

.blurred-square1 li, .blurred-square2 li, .blurred-square3 li, .blurred-square4 li {
  font-family: 'Poppins', sans-serif;
  font-size: 1.25rem;
  line-height: 1.7;
  text-align: left;
  margin-bottom: 5px; /* Adds space between list items */
  font-weight: 500;
}


.blurred-square1 li::marker, .blurred-square2 li::marker, .blurred-square3 li::marker , .blurred-square4 li::marker {
  color: #3c97e7; /* Light blue bullet color */
  font-size: 1.5rem; /* Larger bullet point */
}

@media (min-width: 768px) {
  .blurred-square4{
    display: none;
  }
}

@media (max-width: 767px) {
  .blurred-square1, .blurred-square2, .blurred-square3 {
    display: none;
  }
}

@media (max-width: 1150px) {
  .blurred-square2 {
    display: none;
  }
}


/* dugmence */
.lista_div{
  margin-top: 5%;
  scale: 1.2;
  position: relative;
  display: flex;
  justify-content: center;
  align-items: center;
}

/* dugme „See all“ */
.lista{
  /* tekst */
  font-family: 'Poppins', sans-serif;
  font-weight: 600;
  font-size: 18px;
  color: #fff;
  text-decoration: none;          /* uklonjen podvučeni tekst */

  /* oblik i boje */
  padding: 14px 32px;
  background: linear-gradient(135deg,
              #0b0e6d 0%,     /* vrlo tamna mornarska */
              #1432a5 50%,    /* “royal blue” */
              #2ba8ff 100%);  /* svetla cijan */
  border: none;
  border-radius: 12px;
  display: inline-block;

  /* efekti */
  box-shadow: 0 4px 12px rgba(0,0,0,0.25);
  cursor: pointer;
  transition: transform 0.2s ease, box-shadow 0.2s ease;
}

/* hover: blago “podizanje” */
.lista:hover{
  transform: translateY(-2px);
  box-shadow: 0 6px 16px rgba(0,0,0,0.3);
}

/* active: vraća se dole */
.lista:active{
  transform: translateY(0);
  box-shadow: 0 3px 8px rgba(0,0,0,0.25);
}
/* -------------------------------------------------------------- */

/*Steps*/

.treci_vh{
margin-top: 10em;
}

/*naslov steps*/
.naslov_steps{
  color: #3480c2;
  font-family: 'Poppins', sans-serif;
  font-size: 3.3rem;
  font-weight: bold;
  text-align: center; 
  margin-bottom: 0;
}

.naslov_steps span {
  color: #19216f;
}

/* slikice */
.slikice{
  margin-top: 2em;
  position: relative;
  display: flex;
  justify-content: center;
  align-items: center;
}

.slika_steps{
  display: flex;
  gap: 4.5rem;
  list-style-type: none;
  padding: 0;
  justify-content: center;
}

.item{
  position: relative;
  height: 190px;
  width: 190px;
  aspect-ratio: 1 / 1;
  border-radius: 1rem;
  background-size: cover;
  background-position: center;
  transition: all 0.3s ease;
  transition: transform 0.5s ease;
}

.item.active {
  transform: scale(1.2);
  z-index: 1;
}

/* Existing right-side hover effect */
.item:hover ~ .item {
  transform: perspective(500px) rotateY(-45deg) scale(0.95);
  transition: transform 0.5s ease-in;
  transition: transform 0.8s ease-out;
}

/* New left-side hover effect */
.item.hover-left {
  transform: perspective(500px) rotateY(45deg) scale(0.95);
  transition: transform 0.5s ease-in-out;

}

.item:hover {
  transform: perspective(500px) rotateY(0) scale(1.1);
  z-index: 1;
}

.item::after {
  content: '';
  position: absolute;
  width: inherit;
  aspect-ratio: inherit;
  border-radius: inherit;
  background-color: black;
  opacity: 0;
  transition: opacity 0.5s;
}

.item:nth-of-type(1) {
  background-image: url('Slike/Slike/1.jpg');
}

.item:nth-of-type(2) {
  background-image: url('Slike/Slike/2.jpg');
}

.item:nth-of-type(3) {
  background-image: url('Slike/Slike/3.jpg');
}

.item:nth-of-type(4) {
  background-image: url('Slike/Slike/4.jpeg');
}

.item:nth-of-type(5) {
  background-image: url('Slike/Slike/5.jpg');
}


/*step slider*/
.step-slider {
  position: relative;
  align-items: center;
  justify-content: center;
  display: flex;
  /* Adjust the font size as needed */
  font-size: calc(16px + (48 - 16) * (100vw - 280px) / (3840 - 280));
}

.steps {

  border-radius: 0.75em;
  display: flex;
  margin-top: 1em;
  flex-direction: row;
  align-items: center;
  justify-content: center;
  width: 100%;
  position: relative;
}

.steps__arrow {
  position: absolute;
  margin-top: 2.8em;
  width: 0;
  height: 0;
  border-left: 10px solid transparent;
  border-right: 10px solid transparent;
  border-top: 15px solid rgb(8, 37, 115);
  transition: left 0.5s ease-in-out;
}

.steps__connector,
.steps__step {
  position: relative;
}

.steps__connector {
  background-color: rgb(204, 204, 211);
  margin-inline-start: 0;
  width: 222px;
  height: 0.125em;
  transform: translateY(-50%);
  transition: background-color 0.5s;
}

.steps__connector:before {
  background-color: rgb(8, 37, 115);
  content: "";
  display: block;
  width: 100%;
  height: 100%;
  transform: scale(0, 1);
  transform-origin: 0 50%;
  transition: background-color 0.5s, transform 0.5s ease-in-out;
}

.steps__step {
  display: flex;
  align-items: center;
  z-index: 1;
}

.steps__step-name {
  position: absolute;
  top: 100%;
  left: 50%;
  text-align: center;
  width: 6em;
  transform: translateX(-50%);
}

.steps__step-number {
  margin: 0;  
  padding: 0;
  font-family: 'Arial', sans-serif;
}

.steps__step-number {
  background-color: rgb(204, 204, 211);
  color: rgb(255, 255, 255);
  border-radius: 50%;
  width: 1.5em;
  height: 1.5em;
  transition: background-color 0.5s ease-in-out, box-shadow 0.5s ease-in-out;
  display: flex;
  align-items: center;
  justify-content: center;
}

.steps__step--current .steps__step-name,
.steps__step--done .steps__step-name {
  color: rgb(23, 23, 26);
  font-weight: 700;
}

.steps__step--current .steps__step-number,
.steps__step--done .steps__step-number {
  background-color: rgb(8, 37, 115);
}

.steps__step--current .steps__step-number,
.steps__step--current .steps__step-name {
  transition-delay: 0.5s;
}

.steps__step--current .steps__step-number {
  box-shadow: 0 0 0 0.125em rgba(8, 37, 115, 0.4);
}

.steps__step--done + .steps__connector:before {
  transform: scale(1, 1);
}


/*step content*/
#step-content {
  margin-top: 3em;
  width: 100%;
  display: flex;
  flex-direction: row;
  justify-content: center;
  align-items: center;
  gap: 25px;
}

.step-details {
  border-style: solid; /* Ensure the border style is solid */
  border-color: #608cc1aa;
  width: 232px;
  height: 140px;
  border-radius: 20px;
  background-color: transparent;
  transition: background-color 0.5s ease-in-out, border-color 0.5s ease-in-out, transform 0.5s ease-in-out;
}

.step-details.active {
  border-color: #1a289e;
  border-radius: 20px;
  background-color: #608BC1;
  color: white;
  transform: scale(1.02);
  box-shadow: 0 8px 20px rgba(0, 0, 0, 0.5);
}

.step-details h2 {
  font-family: 'Poppins', sans-serif;
  font-size: 1.5rem;
  text-align: center;
  color: #19216f;
  font-weight: 700;
  margin-top: -45px;  
  transition: transform 0.5s ease-in-out, color 0.5s ease-in-out;
  transform: translateY(0);
}

.step-details.active h2 {
  color: #ffffff;
  margin-top: -40px;
  transform: translateY(+46px);
  font-weight: 600;
}

.step-details p {
  line-height: 25px;
  font-size: 1.05rem;
  word-spacing: 0px;
  text-align: center;
  font-family: 'Poppins', sans-serif;
  padding-inline: 10px;  
  margin-top: 53px;
  font-weight: 500;
  transition: color 0.5s ease-in-out, font-weight 0.5s ease-in-out;
}

.step-details.active p {
  margin-top: 48.5px;
  font-weight: 600;
  color: #19216f;
}



/*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');

.treci_drugi{
  display: none;
}

.swiper{
padding-bottom: 30px;
}

.slide-container {
  margin-top: 3em;
  font-family: 'Poppins', sans-serif;
  max-width: 1120px;
  width: 100%;
}

@media (max-width: 1250px) and (min-width: 520px) {
  .slide-container {
   width: 85%;
  }
}

.slide-content {
  margin: 0 40px;
  overflow: hidden;
  border-radius: 25px;
  box-shadow: 0 4px 20px rgba(0, 0, 0, 0.3);
}

.card {
  border-radius: 25px;
  background-color: #FFFFFF;
}


.image-content,
.card-content {
  display: flex;
  flex-direction: column;
  align-items: center;
  padding: 15px 14px;
}

.image-content {
  row-gap: 5px;
  position: relative;
  padding: 25px 0;
}

.overlay2 {
  position: absolute;
  left: 0;
  top: 0;
  height: 100%;
  width: 100%;
  background-color: #4070F4;
  border-radius: 25px 25px 25px 25px;
}

.overlay2::after {
  border-radius: 0 25px 0 0;
  background-color: #FFFFFF;
}

.card-image {
  box-sizing: border-box;
  position: relative;
  height: 180px;
  width: 180px;
  border-radius: 50%;
  background: #FFFFFF;
  padding: 3px;
}

.card-image .card-img {
  box-sizing: border-box;
  height: 100%;
  width: 100%;
  object-fit: cover;
  border-radius: 50%;
  border: 4px solid #4070F4;
}

.name {
  margin-block: 0;
  font-size: 2.2em;
  font-weight: 600;
  color: #19216f;
}

.description {
  font-size: 1.2em;
  font-weight: 500;
  color: #000000;
  text-align: center;
}

.broj{
  margin-block-end: 0;
  margin-block-start: 20px;
  font-size: 1em;
  font-weight: 600;
  color: #19226fb8;
}

.button {
  border: none;
  font-size: 16px;
  color: #FFFFFF;
  padding: 8px 16px;
  background-color: #4070F4;
  border-radius: 6px;
  margin: 14px;
  cursor: pointer;
  transition: all .3s ease;
}

.button:hover {
  background: #265DF2;
}

.swiper-navBtn {
  color: #6E93F7 !important;
  transition: all .3s ease;
}

.swiper-navBtn:hover {
  color: #4070F4 !important;
}

.swiper-navBtn::before,
.swiper-navBtn::after {
  font-size: 40px !important;
}

.swiper-button-next {
  right: 0 !important;
}

.swiper-button-prev {
  left: 0 !important;
}

.swiper-pagination-bullet {
  background-color: #6E93F7 !important;
  opacity: 1 !important;
}

.swiper-pagination-bullet-active {
  background-color: #4070F4 !important;
}

@media screen and (max-width: 768px) {
  .slide-content {
    margin: 0 10px;
  }
  /* Navigaciona dugmad se sklanjaju na malim ekranima (opcija) */
  .swiper-navBtn {
    display: none !important;
  }
}

@media (max-width: 1370px) {
  .treci_prvi{
    display: none;
  }

  .treci_drugi{
    display: block;
  }
}
/*-------------------------------------------------------------------------------------------------------*/
/*Our Team*/
.naslov_tim {
  color: #19216f;
  font-family: 'Poppins', sans-serif;
  font-size: 3.3rem;
  font-weight: bold;
  text-align: center; 
  margin-bottom: 0;
  margin-top: 3em;
}

.doktor_pop {
  width:100% ;
  height: auto;
  display: flex;
  justify-content: center;
  align-items: end;
  gap: 7%;
  flex-wrap: wrap; /* 🛠️ dodato da može da prelomi */
  margin-top: 2%;
}

.card_pop {
  width: 33%;
  height: auto;
  position: relative;
  display: flex;
  justify-content: center;
  align-items: flex-end;
  padding: 0 36px;
  perspective: 2500px;
  margin: 1% 50px;
  scale: 0.5;
}

.cover-image_pop {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.wrapper_pop {
  transition: all 0.5s;
  position: absolute;
  width: 100%;
  z-index: -1;
}

.card_pop:hover .wrapper_pop {
  transform: perspective(900px) translateY(-1%) rotateX(15deg) translateZ(0);
  box-shadow: 2px 35px 32px -8px rgba(0, 0, 0, 0.75);
  -webkit-box-shadow: 2px 35px 32px -8px rgba(0, 0, 0, 0.75);
  -moz-box-shadow: 2px 35px 32px -8px rgba(0, 0, 0, 0.75);  
}

.wrapper_pop::before,
.wrapper_pop::after {
  content: "";
  opacity: 0;
  width: 100%;
  height: 80px;
  transition: all 0.5s;
  position: absolute;
  left: 0;
}
.wrapper_pop::before {
  top: 0;
  height: 100%;
  background-image: linear-gradient(
    to top,
    transparent 46%,
    rgba(12, 13, 19, 0.5) 68%,
    rgba(12, 13, 19) 97%
  );
}
.wrapper_pop::after {
  bottom: 0;
  opacity: 1;
  background-image: linear-gradient(
    to bottom,
    transparent 46%,
    rgba(12, 13, 19, 0.5) 68%,
    rgba(12, 13, 19) 97%
  );
}

.card_pop:hover .wrapper_pop::before,
.wrapper_pop::after {
  opacity: 1;
}

.card_pop:hover .wrapper_pop::after {
  height: 120px;
}
.title_pop {
  width: 100%;
  transition: transform 0.5s;
}
.card_pop:hover .title_pop {
  transform: translate3d(0%, -50px, 100px);
}

.character_pop {
  width: 100%;
  opacity: 0;
  transition: all 0.5s;
  position: absolute;
  z-index: -1;
}

.card_pop:hover .character_pop {
  opacity: 1;
  transform: translate3d(0%, -2%, 370px);
}




.text-box {
  padding: 20px;
  background-color: #f9f9f9;
  border-radius: 15px;
  box-shadow: 0px 5px 20px rgba(0, 0, 0, 0.1);
  text-align: left;
  font-family: 'Poppins', sans-serif;
  margin: 2% 0px;
  width: 35%;
  height: auto; /* 🛠️ Ovo važno: neka raste koliko treba */
  overflow: visible; 
  min-width: 300px; /* da se lepo ponaša */
}

.text-section {
  margin-bottom: 20px;
}

.text-section h3 {
  margin-bottom: 10px;
  font-size: 20px;
  color: #19216f;
  padding-inline: 0%;
}

.text-section p {
  margin: 0;
  font-size: 16px;
  color: #000000;
  padding-inline: 2%;
  font-weight: 500;
}

@media (max-width: 1350px) {
  
  .card_pop {
    margin: 2% 50px;
  }

  .text-section h3 {
    margin-bottom: 10px;
    font-size: 19px;
    color: #19216f;
  }
  
  .text-section p {
    margin: 0;
    font-size: 14.5px;
    color: #000000;
    font-weight: 500;
  }
}


/*-------------------------------------------------------------------------------------------------------*/
/*FAQ*/
.FAQI{
  width: 100%; 
  height: 1200px; 
  border: none
}

.poslednji_hv{
  z-index: 9;
}


/* -------------------------------------------------------------------------------------------------------*/
/*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% !important;
  }
}

@media (max-width: 480px) {
  .footer-bottom {
    font-size: 0.85em; /* još manji font za mobilni */
    padding-block: 1% !important;
  }

  .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){
  h3{
    margin-top: 0;
    padding-left: 0%;
    text-align: center;
    font-size: 4em;
  }
  .naslov{
    width: 100%;
  }
  .naslov2{
    display: none;
  }

  b{
    text-align: center;
    font-size: 4em;
    padding-left: 0%;
  }

  b span{
    margin-top: 20px;
  }

  @keyframes move {
  
    20% { top: -87px; }
    40% { top: -155px; }
    60% { top: -220px; }
    80% { top: -280px; }
    }
  
  #tekstic h4{
    margin-top: 0;
    max-width: 20%; /* Postavite maksimalnu širinu po vašoj želji */
  }

  /*---------------------------------------------------*/
  .naslov_stalecimo{
    margin-top: -3%;
    font-size: 4rem;
  }

  #tekstic2{
    h4{
      font-size: 1em;
    }
  }

  .naslov_steps{
    margin-top: -2%;
    font-size: 4rem;
  }
}

@media (min-width: 769px) and (max-width: 1250px){
  

    @media (min-width: 1100px) and (max-width:1250px) {
      h3{
        font-size:5em;
      }

      #tekstic{
        h4{
          font-size: 1.2em;
          max-width: 63%; /* Postavite maksimalnu širinu po vašoj želji */
        }
      }

      @keyframes move {
      
        20% { top: -150px; }
        40% { top: -260px; }
        60% { top: -380px; }
        80% { top: -500px; }
        }
    

      b{
        height: 80px;
        font-size: 5em;
      }

      .doktor_pop {
        gap: 4%;
        margin-top: 2%;
      }
      
      .card_pop {
        width: 33%;
        padding: 0 36px;
        perspective: 2500px;
        margin: 1% 50px;
        scale: 0.6;
      }

      
      .text-box {        
        margin: 2% 0px;
        width: 34.5%;
        height: auto; /* 🛠️ Ovo važno: neka raste koliko treba */
        overflow: visible; 
        margin-right: 40px;
      }

      .text-section h3 {
        text-align: left;
        margin-bottom: 10px;
        font-size: 19px;
        padding-inline: 0%;
      }

      .text-section p {
        margin: 0;
        font-size: 14.5px;
        padding-inline: 2%;
        font-weight: 500;
      }
      
    }
    @media (min-width: 1000px) and (max-width:1100px) {
      h3{
        font-size:4.5em;
      }
      #tekstic{
        h4{
          font-size: 1.1em;
          max-width: 63%; /* Postavite maksimalnu širinu po vašoj želji */
        }
      }
      
      @keyframes move {
      
        20% { top: -120px; }
        40% { top: -230px; }
        60% { top: -350px; }
        80% { top: -450px; }
        }

      b{
        height: 80px;
        font-size: 4.5em;
      }

      /*---------------------------------------------------*/
      .naslov_stalecimo{
        margin-top: -3%;
        font-size: 3.8rem;
      }

      #tekstic2{
        h4{
          font-size: 1.3em;
        }
      }

      .naslov_steps{
        margin-top: -2%;
        font-size: 3.8rem;
      }


      /*-----------------------*/
      .naslov_tim{
        font-size: 3.8em;
      }

      .doktor_pop {
        gap: 5%;
        margin-top: 2%;
      }
      
      .card_pop {
        width: 33%;
        padding: 0 36px;
        perspective: 2500px;
        margin: 5% 50px;
        scale: 0.7;
      }

      
      .text-box {        
        margin: 2% 0px;
        width: 33.44%;
        height: auto; /* 🛠️ Ovo važno: neka raste koliko treba */
        overflow: visible;
        margin-right: 50px; 
      }

      .text-section h3 {
        text-align: left;
        margin-bottom: 10px;
        font-size: 19px;
        padding-inline: 0%;

      }

      .text-section p {
        margin: 0;
        font-size: 14px;
        padding-inline: 2%;
        font-weight: 500;
      }
      
    }
    @media (min-width: 950px) and (max-width:1000px) {
      h3{
        font-size:4.2em;
      }
      #tekstic{
        h4{
          font-size: 1em;
          max-width: 63%; /* Postavite maksimalnu širinu po vašoj želji */
        }
      }
      
      @keyframes move {
      
        20% { top: -120px; }
        40% { top: -230px; }
        60% { top: -320px; }
        80% { top: -420px; }
        }

      b{
        height: 60px;
        font-size: 4.2em;
      }

      #tekstic2{
        h4{
          font-size: 1.3em;
        }
      }

      /*----------------------*/
      .doktor_pop {
        gap: 5%;
        margin-top: 2%;
      }

      .card_pop {
        width: 33%;
        padding: 0 36px;
        perspective: 2500px;
        margin: 5.5% 50px;
        scale: 0.8;
      }

      
      .text-box {        
        margin: 2% 0px;
        width: 33%;
        height: auto; /* 🛠️ Ovo važno: neka raste koliko treba */
        overflow: visible; 
        margin-right: 40px;
      }

      .text-section h3 {
        text-align: left;
        margin-bottom: 10px;
        font-size: 18.5px;
        padding-inline: 0%;

      }

      .text-section p {
        margin: 0;
        font-size: 13.5px;
        padding-inline: 2%;
        font-weight: 500;
      }


      /*------------------*/
      .FAQI{
        height: 1300px !important;
      }
    }

    @media (min-width: 860px) and (max-width:950px) {
      .naslov{
        margin-top: 5%;
      }
      h3{
        font-size:4em;
      }
      #tekstic{
        h4{
          font-size: 0.9em;
          max-width: 63%; /* Postavite maksimalnu širinu po vašoj želji */
        }
      }
      
      @keyframes move {
      
        20% { top: -110px; }
        40% { top: -210px; }
        60% { top: -310px; }
        80% { top: -400px; }
        }

      b{
        height: 80px;
        font-size: 4em;
      }

      /*---------------------------------------------------*/
      .naslov_stalecimo{
        margin-top: -3%;
        font-size: 3.4rem;
      }

      #tekstic2{
        h4{
          font-size: 1.2em;
        }
      }

      .naslov_steps{
        margin-top: -2%;
        font-size: 3.4rem;
      }

      /*--------------------*/
      .naslov_tim{
        font-size: 3.4em;
      }

      .doktor_pop {
        gap: 4%;
        margin-top: 2%;
      }

      .card_pop {
        width: 32%;
        padding: 0 36px;
        perspective: 2500px;
        margin: 5% 50px;
        scale: 0.78;
      }

      
      .text-box {        
        margin: 2% 0px;
        width:34%;
        height: auto; /* 🛠️ Ovo važno: neka raste koliko treba */
        overflow: visible; 
        margin-right: 30px;
      }

      .text-section h3 {
        text-align: left;
        margin-bottom: 10px;
        font-size: 15.5px;
        padding-inline: 0%;

      }

      .text-section p {
        margin: 0;
        font-size: 13px;
        padding-inline: 2%;
        font-weight: 500;

      }

      /*------------------*/
      .FAQI{
        height: 1300px !important;
      }
    }

    @media (min-width: 769px) and (max-width:860px) {
      h3{
        font-size:3.6em;
      }
      #tekstic{
        h4{
          font-size: 0.8em;
          max-width: 63%; /* Postavite maksimalnu širinu po vašoj želji */
        }
      }
      
      @keyframes move {
      
        20% { top: -90px; }
        40% { top: -180px; }
        60% { top: -270px; }
        80% { top: -350px; }
        }

      b{
        height: 80px;
        font-size: 3.6em;
      }

      /*---------------------------------------------------*/
      .naslov_stalecimo{
        margin-top: -3%;
        font-size: 3rem;
      }

      #tekstic2{
        h4{
          font-size: 1em;
        }
      }

      .naslov_steps{
        margin-top: -2%;
        font-size: 3rem;
      }

      /*--------------------*/
      .naslov_tim{
        font-size: 3em;
      }

      .card_pop {
        width: 33%;
        padding: 0 36px;
        perspective: 2500px;
        margin: 4% 50px;
        margin-top: 37%;
        scale: 0.67;
      }

      
      .text-box {        
        margin: 2% 0px;
        width:65%;
        height: auto; /* 🛠️ Ovo važno: neka raste koliko treba */
        overflow: visible; 
      }

      .text-section h3 {
        text-align: left;
        margin-bottom: 10px;
        font-size: 18px;
        padding-inline: 0%;

      }

      .text-section p {
        margin: 0;
        font-size: 14px;
        padding-inline: 2%;
        font-weight: 500;
      }

      .card_pop .wrapper_pop{
        transform: perspective(900px) translateY(-1%) rotateX(15deg) translateZ(0);
        box-shadow: 2px 35px 32px -8px rgba(0,0,0,.75);
      }

      .card_pop .wrapper_pop::before,
      .card_pop .wrapper_pop::after{
        opacity: 1;
      }
      .card_pop .wrapper_pop::after{
        height:120px;
      }

      .card_pop .title_pop{
        transform: translate3d(0%, -50px, 100px);
      }

      .card_pop .character_pop{
        opacity:1;
        transform: translate3d(0%,-2%,370px);
      }

      .FAQI{
        height: 1300px !important;
      }
    }


    @media (max-height: 750px){
      .naslov{
        margin-top: 15%;
      }
      #tekstic{
        scale: 0.9;
      }

      h3{
        margin-bottom: 5%;      
      } 

      b span{
        margin-top: 2px;
      }

    }

    @media (min-height: 750px) and (max-height: 950px) {
      .naslov{
        margin-top: 15%;
        display: flex;
        flex-direction: column;
      }

      b span{
        margin-top: 10px;
      }

      .benefits{
        margin-top: 4%;
        scale: 1.1;
      }

      .glavni_buttons{
        margin-top: 4%;
        scale: 1.1;
      }
    }
  
    @media (min-height: 950px) and (max-height: 1080px) {
      .glavni_buttons{
        margin-top: 7%;
        scale: 1.2;
      }
      .naslov{
        margin-top: 20%;
        display: flex;
        flex-direction: column;
      } 

      #tekstic{
       scale: 1.1;
      }

      .benefits{
        margin-top: 6%;
        scale: 1.2;
      }

      b span{
        margin-top: 5px;
      }  
    }
  
    @media (min-height: 1080px) and (max-height: 1200px) {
      .glavni_buttons{
        margin-top: 7%;
        scale: 1.3;
      }
      .naslov{
        margin-top: 20%;
        display: flex;
        flex-direction: column;
      } 

      #tekstic{
       scale: 1.2;
      }

      .benefits{
        margin-top: 6%;
        scale: 1.3;
      }

      b span{
        margin-top: 5px;
      }    
    }

    
  
    @media (min-height: 1200px) and (max-height: 1366px) {
      .glavni_buttons{
        margin-top: 7%;
        scale: 1.3;
      }
      .naslov{
        margin-top: 23%;
        display: flex;
        flex-direction: column;
      } 

      #tekstic{
        scale: 1.3;
      }

      .benefits{
        margin-top: 6%;
        scale: 1.3;
      }

      b span{
        margin-top: 5px;
      }
    }
      
    
  
    @media (min-height: 1366px) {
      .glavni_buttons{
        margin-top: 7%;
        scale: 1.4;
      }
      .naslov{
        margin-top: 23%;
        display: flex;
        flex-direction: column;
      } 

      #tekstic{
        scale: 1.3;
      }

      .benefits{
        margin-top: 6%;
        scale: 1.4;
      }

      b span{
        margin-top: 5px;
      }    
    }

    @media (min-height: 1079px) and (max-width: 950px) and (min-width: 860px) {
      .glavni_buttons{
        margin-top: 7%;
        scale: 1.2;
      }
      .naslov{
        margin-top: 25%;
        display: flex;
        flex-direction: column;
      } 

      #tekstic{
        scale: 1.1;
      }

      .benefits{
        margin-top: 6%;
        scale: 1.2;
      }

      b span{
        margin-top: 5px;
      }
    }

    @media (min-height: 950px) and (max-width: 860px) and (min-width: 769px) {
      .glavni_buttons{
        margin-top: 7%;
        scale: 1.1;
      }
      .naslov{
        margin-top: 25%;
        display: flex;
        flex-direction: column;
      } 

      #tekstic{
        scale: 1.1;
      }

      .benefits{
        margin-top: 6%;
        scale: 1.1;
      }

      b span{
        margin-top: 5px;
      }
    }
}

/*tablet-telefon*/
.nslv1{
  display: inline;
}
.nslv2{
  display: none;
}

.bnft1 {
  display: inline;
}
.bnft2 {
  display: none;
}

@media (max-width: 768px) {
  .nslv1 {
      display: none;
  }
  .nslv2 {
      display: block;
  }

  
}

@media (max-width: 600px) {
  .bnft1 {
    display: none;
  }
  .bnft2 {
    display: inline;
  }
}

@media (min-width:600px) and (max-width:768px){
  .nslv2 .line1 {
    font-weight: 800;
  }
  .nslv2 .line2 {
    font-weight: 800;
  }

  b{
    font-size: 4em;
    span{
      margin-top: 0px;
    }
  }

  @keyframes move {
      
    20% { top: -110px; }
    40% { top: -210px; }
    60% { top: -302px; }
    80% { top: -400px; }
    }
    
    #tekstic{
      margin-top: 5%;
      h4{
        font-size: 0.8em;
        max-width: 70%; /* Postavite maksimalnu širinu po vašoj želji */  
      }
    }

    
    .glavni_buttons{
      margin-top: 5%;
    }

    /*---------------------------------------------------*/
    .naslov_stalecimo{
      margin-top: -3%;
      font-size: 3.5rem;
    }

    #tekstic2{
      h4{
        font-size: 1.1em;
      }
    }

    .naslov_steps{
      margin-top: -2%;
      font-size: 3.5rem;
    }

    /*--------------------*/
    .naslov_tim{
      font-size: 3.5em;
    }

    .card_pop {
      width: 33%;
      padding: 0 36px;
      perspective: 2500px;
      margin: 4% 50px;
      margin-top: 43%;
      scale: 0.72;
    }

    
    .text-box {        
      margin: 2% 0px;
      width:70%;
      height: auto; /* 🛠️ Ovo važno: neka raste koliko treba */
      overflow: visible; 
    }

    .text-section h3 {
      text-align: left;
      margin-bottom: 10px;
      font-size: 18px;
      padding-inline: 0%;

    }

    .text-section p {
      margin: 0;
      font-size: 14px;
      padding-inline: 2%;
      font-weight: 500;
    }

    .card_pop .wrapper_pop{
      transform: perspective(900px) translateY(-1%) rotateX(15deg) translateZ(0);
      box-shadow: 2px 35px 32px -8px rgba(0,0,0,.75);
    }

    .card_pop .wrapper_pop::before,
    .card_pop .wrapper_pop::after{
      opacity: 1;
    }
    .card_pop .wrapper_pop::after{
      height:120px;
    }

    .card_pop .title_pop{
      transform: translate3d(0%, -50px, 100px);
    }

    .card_pop .character_pop{
      opacity:1;
      transform: translate3d(0%,-2%,370px);
    }

    .FAQI{
      height: 1400px !important;
    }
}


@media (min-width:520px) and (max-width:600px){
  .nslv2 .line1 {
    font-size: 0.9em;
    font-weight: 900;
  }
  .nslv2 .line2 {
    font-size: 0.9em;
    font-weight: 900;      
  }

  

  b{
    font-size: 3.4em;
    span{
      margin-top: 0px;
    }
  }

  @keyframes move {
      
    20% { top: -90px; }
    40% { top: -170px; }
    60% { top: -260px; }
    80% { top: -335px; }
    }
    
    #tekstic{
      margin-top: 2%;
      h4{
        font-size: 0.7em;
        max-width: 80%; /* Postavite maksimalnu širinu po vašoj želji */  
      }
    }

    
    .glavni_buttons{
      flex-direction: column; /* ređa dugmad u kolonu */
      align-items: center;
      gap: 20px;
      margin-top: 4%;
    }

    .btn-3,
  .btn-32 {
    width: 60%; 
  }

  /*-----------------------------*/
  /*---------------------------------------------------*/
  .naslov_stalecimo{
    margin-top: -3%;
    font-size: 3.3rem;
  }

  #tekstic2{
    h4{
      font-size: 1em;
    }
  }

  .naslov_steps{
    margin-top: -2%;
    font-size: 3.3rem;
  }

  /*--------------------*/
  .naslov_tim{
    font-size: 3.3em;
  }

  .card_pop {
    width: 33%;
    padding: 0 36px;
    perspective: 2500px;
    margin: 5% 50px;
    margin-top: 52%;
    scale: 0.82;
  }

  
  .text-box {        
    margin: 2% 0px;
    width:67%;
    height: auto; /* 🛠️ Ovo važno: neka raste koliko treba */
    overflow: visible; 
  }

  .text-section h3 {
    text-align: left;
    margin-bottom: 10px;
    font-size: 18px;
    padding-inline: 0%;

  }

  .text-section p {
    margin: 0;
    font-size: 14px;
    padding-inline: 2%;
    font-weight: 500;
  }

  .card_pop .wrapper_pop{
    transform: perspective(900px) translateY(-1%) rotateX(15deg) translateZ(0);
    box-shadow: 2px 35px 32px -8px rgba(0,0,0,.75);
  }

  .card_pop .wrapper_pop::before,
  .card_pop .wrapper_pop::after{
    opacity: 1;
  }
  .card_pop .wrapper_pop::after{
    height:120px;
  }

  .card_pop .title_pop{
    transform: translate3d(0%, -50px, 100px);
  }

  .card_pop .character_pop{
    opacity:1;
    transform: translate3d(0%,-2%,370px);
  }

  .FAQI{
    height: 1400px !important;
  }
}

@media (min-width:425px) and (max-width:520px){
   .naslov{
    margin-top: 12rem;
   }

  .nslv2 .line1,
  .nslv2 .line2 {
    display: block;        /* svaka linija blok, jedan ispod druge */
    font-size: 0.7em;
    font-weight: 900;
  }

  .nslv2 .line1 {
    line-height: 1;        /* manja ili veća vrednost po potrebi */
    margin-bottom: -70px;      /* ili margin-bottom: -5px; ako želiš baš da zbiješ */
  }

  .nslv2 .line2 {
    line-height: 1;        
    margin-top: 0;         /* kontrolišeš vertikalni razmak od line1 */
  }

  

  b{
    font-size: 2.8em;
    span{
      margin-top: 10px;
    }
  }

  @keyframes move {
      
    20% { top: -80px; }
    40% { top: -140px; }
    60% { top: -220px; }
    80% { top: -280px; }
    }
    
    #tekstic{
      margin-top: 2%;
      h4{
        font-size: 0.7em;
        max-width: 80%; /* Postavite maksimalnu širinu po vašoj želji */  
      }
    }

    .icon-text-container h5 {
      font-size: 0.88rem;
      font-weight:600;
    }
    
    .glavni_buttons{
      flex-direction: column; /* ređa dugmad u kolonu */
      align-items: center;
      gap: 20px;
      margin-top: 4%;
    }

    .btn-3,
  .btn-32 {
    width: 70%; }

    /*-----------------------------*/
    .naslov_stalecimo{
      font-size: 2.7rem;
    }

    #tekstic2{
      h4{
        font-size: 0.82em;
      }
    }

    .blurred-square4{
      scale: 0.9;
    }

    .naslov_steps{
      font-size: 2.7rem;
    }

    .slide-container{
      margin-top: 1em;
    }
    .treci_drugi{
      scale: 0.9;
    }


    /*--------------------*/
    .naslov_tim{
      font-size: 2.7em;
    }

  .card_pop {
    width: 33%;
    padding: 0 36px;
    perspective: 2500px;
    margin: 4% 50px;
    margin-top: 64%;
    scale: 0.9;
  }

  
  .text-box {        
    margin: 2% 0px;
    width:67%;
    height: auto; /* 🛠️ Ovo važno: neka raste koliko treba */
    overflow: visible; 
  }

  .text-section h3 {
    text-align: left;
    margin-bottom: 10px;
    font-size: 18px;
    padding-inline: 0%;

  }

  .text-section p {
    margin: 0;
    font-size: 14px;
    padding-inline: 2%;
    font-weight: 500;
  }

  .card_pop .wrapper_pop{
    transform: perspective(900px) translateY(-1%) rotateX(15deg) translateZ(0);
    box-shadow: 2px 35px 32px -8px rgba(0,0,0,.75);
  }

  .card_pop .wrapper_pop::before,
  .card_pop .wrapper_pop::after{
    opacity: 1;
  }
  .card_pop .wrapper_pop::after{
    height:120px;
  }

  .card_pop .title_pop{
    transform: translate3d(0%, -50px, 100px);
  }

  .card_pop .character_pop{
    opacity:1;
    transform: translate3d(0%,-2%,370px);
  }
    
  .FAQI{
    height: 1480px !important;
  }
}

@media (min-width:360px) and (max-width:425px){
  .naslov{
   margin-top: 8rem;
  }

 .nslv2 .line1,
 .nslv2 .line2 {
   display: block;        /* svaka linija blok, jedan ispod druge */
   font-size: 0.6em;
   font-weight: 1000;
 }

 .nslv2 .line1 {
   line-height: 1;        /* manja ili veća vrednost po potrebi */
   margin-bottom: -80px;      /* ili margin-bottom: -5px; ako želiš baš da zbiješ */
 }

 .nslv2 .line2 {
   line-height: 1;        
   margin-top: 0;         /* kontrolišeš vertikalni razmak od line1 */
 }

 

 b{
  margin-top: -45px;
   font-size: 2.3em;
   height: 40px;
   span{
     margin-top: 10px;
   }
 }

 @keyframes move {
     
   20% { top: -70px; }
   40% { top: -125px; }
   60% { top: -185px; }
   80% { top: -240px; }
   }
   
   #tekstic{
     margin-top: -4%;
     h4{
       font-size: 0.63em;
       max-width: 90%; /* Postavite maksimalnu širinu po vašoj želji */  
     }
   }

   .icon-text-container  {
    h5{
      font-size: 0.72rem;
      font-weight:700;
    }
     gap: 0px;
   }

   .benefits{
    padding-left: 12px;
      margin-top: 1.2em;
   }
   
   .glavni_buttons{
     flex-direction: column; /* ređa dugmad u kolonu */
     align-items: center;
     gap: 20px;
     margin-top: 5%;
   }

  .btn-3,
  .btn-32 {
   width: 76%; scale: 0.9;
  }

  .btn-3:hover,.btn-32:hover{
    scale: 1;
  }
  @media (min-height:700px){
    .naslov{
      margin-top: 14em;
    }
  }

  /*-----------------------------*/
  .naslov_stalecimo{
    font-size: 2.4rem;
  }

  #tekstic2{
    h4{
      font-size: 0.7em;
    }
  }

  .sta_lecimo{
    margin-top: -10px;
  }
  .blurred-square4{
    scale: 0.8;
  }

  .naslov_steps{
    font-size: 2.4rem;
  }

  .slide-container{
    margin-top: 0;
  }

  .treci_drugi{
    scale: 0.8;
  }

  /*--------------------*/
  .naslov_tim{
    font-size: 2.4em; 
  }

  .card_pop {
    width: 33%;
    padding: 0 36px;
    perspective: 2500px;
    margin: 4% 50px;
    margin-top: 74%;
    scale: 0.95;
  }

  
  .text-box {        
    margin: 2% 0px;
    width:67%;
    height: auto; /* 🛠️ Ovo važno: neka raste koliko treba */
    overflow: visible; 
  }

  .text-section h3 {
    text-align: left;
    margin-bottom: 10px;
    font-size: 18px;
    padding-inline: 0%;

  }

  .text-section p {
    margin: 0;
    font-size: 14px;
    padding-inline: 2%;
    font-weight: 500;
  }

  .card_pop .wrapper_pop{
    transform: perspective(900px) translateY(-1%) rotateX(15deg) translateZ(0);
    box-shadow: 2px 35px 32px -8px rgba(0,0,0,.75);
  }

  .card_pop .wrapper_pop::before,
  .card_pop .wrapper_pop::after{
    opacity: 1;
  }
  .card_pop .wrapper_pop::after{
    height:120px;
  }

  .card_pop .title_pop{
    transform: translate3d(0%, -50px, 100px);
  }

  .card_pop .character_pop{
    opacity:1;
    transform: translate3d(0%,-2%,370px);
  }

  .FAQI{
    height: 1700px !important;
  }
}

@media (min-width:320px) and (max-width:360px){
  .naslov{
   margin-top: 8rem;
  }

 .nslv2 .line1,
 .nslv2 .line2 {
   display: block;        /* svaka linija blok, jedan ispod druge */
   font-size: 0.5em;
   font-weight: 1000;
 }

 .nslv2 .line1 {
   line-height: 1;        /* manja ili veća vrednost po potrebi */
   margin-bottom: -80px;      /* ili margin-bottom: -5px; ako želiš baš da zbiješ */
 }

 .nslv2 .line2 {
   line-height: 1;        
   margin-top: 0;         /* kontrolišeš vertikalni razmak od line1 */
 }

 

 b{
   font-size: 2em;
   height: 40px;
   span{
     margin-top: 10px;
   }
 }

 @keyframes move {
     
   20% { top: -65px; }
   40% { top: -110px; }
   60% { top: -160px; }
   80% { top: -210px; }
   }
   
   #tekstic{
     margin-top: 2%;
     h4{
       font-size: 0.63em;
       max-width: 80%; /* Postavite maksimalnu širinu po vašoj želji */  
     }
   }

   .icon-text-container h5 {
     font-size: 0.88rem;
     font-weight:600;
   }
   
   .glavni_buttons{
     flex-direction: column; /* ređa dugmad u kolonu */
     align-items: center;
     gap: 20px;
     margin-top: 4%;
   }

   .btn-3,
 .btn-32 {
   width: 70%; 
  }

  /*-----------------------------*/
  .r1{
    margin-top: 2.5em ;
    margin-bottom: 2.5em;
  }

  .naslov_stalecimo{
    font-size: 2.1rem;
  }

  #tekstic2{
    h4{
      font-size: 0.6em;
    }
  }

  .sta_lecimo{
    margin-top: -30px;
  }
  .blurred-square4{
    scale: 0.7;
  }

  .naslov_steps{
    font-size: 2.1rem;
  }

  .lista{
    margin-top: -25%;
  }

  .r2{
    margin-top: 0;
    margin-bottom: 3em;
  }

  .slide-container{
    margin-top: 0em;
  }
  .treci_drugi{
    scale: 0.8;
  }

  .r3{
    margin-block: 0;
  }

  /*--------------------*/
  .naslov_tim{
    font-size: 2.1em;
    margin-top: 1em;
  }

  .card_pop {
    width: 33%;
    padding: 0 36px;
    perspective: 2500px;
    margin: -10px 50px;
    margin-top: 80%;
    scale: 0.96;
  }

  
  .text-box {        
    margin: 2% 0px;
    width:67%;
    height: auto; /* 🛠️ Ovo važno: neka raste koliko treba */
    overflow: visible; 
    scale: 0.85;
    margin-bottom: -40px;
  }

  .text-section h3 {
    text-align: left;
    margin-bottom: 10px;
    font-size: 18px;
    padding-inline: 0%;

  }

  .text-section p {
    margin: 0;
    font-size: 14px;
    padding-inline: 2%;
    font-weight: 500;
  }

  .card_pop .wrapper_pop{
    transform: perspective(900px) translateY(-1%) rotateX(15deg) translateZ(0);
    box-shadow: 2px 35px 32px -8px rgba(0,0,0,.75);
  }

  .card_pop .wrapper_pop::before,
  .card_pop .wrapper_pop::after{
    opacity: 1;
  }
  .card_pop .wrapper_pop::after{
    height:120px;
  }

  .card_pop .title_pop{
    transform: translate3d(0%, -50px, 100px);
  }

  .card_pop .character_pop{
    opacity:1;
    transform: translate3d(0%,-2%,370px);
  }

  .FAQI{
    height: 1780px !important;
  }
}

@media (max-width:320px){
  .naslov{
   margin-top: 8rem;
  }

 .nslv2 .line1,
 .nslv2 .line2 {
   display: block;        /* svaka linija blok, jedan ispod druge */
   font-size: 0.35em;
   font-weight: 1000;
 }

 .nslv2 .line1 {
   line-height: 1;        /* manja ili veća vrednost po potrebi */
   margin-bottom: -80px;      /* ili margin-bottom: -5px; ako želiš baš da zbiješ */
 }

 .nslv2 .line2 {
   line-height: 1;        
   margin-top: 0;         /* kontrolišeš vertikalni razmak od line1 */
 }

 

 b{
   font-size: 1.4em;
   height: 30px;
   span{
     margin-top: 20px;
   }
 }

 @keyframes move {
     
   20% { top: -55px; }
   40% { top: -90px; }
   60% { top: -125px; }
   80% { top: -160px; }
   }
   
   #tekstic{
     margin-top: -2%;
     h4{
       font-size: 0.5em;
       max-width: 80%; /* Postavite maksimalnu širinu po vašoj želji */  
     }
   }

   .icon-text-container h5 {
     font-size: 0.75rem;
     font-weight:600;
   }
   
   .glavni_buttons{
     flex-direction: column; /* ređa dugmad u kolonu */
     align-items: center;
     gap: 20px;
     margin-top: 4%;
   }

   .btn-3,
 .btn-32 {
   width: 70%; 
   font-size: 1em;
  }

  /*-----------------------------*/
  .r1{
    margin-top: 2.5em ;
    margin-bottom: 2.5em;
  }

  .naslov_stalecimo{
    font-size: 1.8rem;
  }

  #tekstic2{
    h4{
      font-size: 0.5em;
    }
  }

  .sta_lecimo{
    margin-top: -55px;
  }
  .blurred-square4{
    scale: 0.6;
  }

  .naslov_steps{
    font-size: 1.8rem;
  }

  .lista{
    scale: 0.8;
    margin-top: -50%;
  }

  .r2{
    margin-top: -10%;
    margin-bottom: 3em;
  }

  .slide-container{
    margin-top: -1em;
  }
  .treci_drugi{
    scale: 0.8;
  }

  .r3{
    margin-top: -8%;
    margin-bottom: 3em;  
  }

  /*--------------------*/
  .naslov_tim{
    font-size: 1.8em;
    margin-top: 0.8em;
  }

  .card_pop {
    width: 33%;
    padding: 0 36px;
    perspective: 2500px;
    margin: -20px 50px;
    margin-top: 84%;
    scale: 0.96;
  }

  
  .text-box {        
    margin: 2% 0px;
    width:67%;
    height: auto; /* 🛠️ Ovo važno: neka raste koliko treba */
    overflow: visible; 
    scale: 0.78;
    margin-bottom: -60px;
  }

  .text-section h3 {
    text-align: left;
    margin-bottom: 10px;
    font-size: 18px;
    padding-inline: 0%;

  }

  .text-section p {
    margin: 0;
    font-size: 14px;
    padding-inline: 2%;
    font-weight: 500;
  }

  .card_pop .wrapper_pop{
    transform: perspective(900px) translateY(-1%) rotateX(15deg) translateZ(0);
    box-shadow: 2px 35px 32px -8px rgba(0,0,0,.75);
  }

  .card_pop .wrapper_pop::before,
  .card_pop .wrapper_pop::after{
    opacity: 1;
  }
  .card_pop .wrapper_pop::after{
    height:120px;
  }

  .card_pop .title_pop{
    transform: translate3d(0%, -50px, 100px);
  }

  .card_pop .character_pop{
    opacity:1;
    transform: translate3d(0%,-2%,370px);
  }

  .FAQI{
    height: 1920px !important;
  }
}



/*za vece ekrane*/
@media (min-width:1250px) and (max-width:1450px){
  h3{
    font-size: 3em;
  }

  b{
    font-size: 3em;
    height: 60px;
    margin-top: -30px;
   span{
      margin-top: 10px;
    }
  }
 
  @keyframes move {
      
    20% { top: -95px; }
    40% { top: -165px; }
    60% { top: -235px; }
    80% { top: -305px; }
    }

  .icon-text-container h5 {
    line-height: 12px;
    font-size: 1.1rem;
    font-weight:700;
  }

  #tekstic{
    margin-top: 7%;
    h4{
      text-align: left;
      font-size: 0.9em;
      max-width: 90%; /* Postavite maksimalnu širinu po vašoj želji */
    }
  }

  .glavni_buttons
  {
    scale: 1.03;
  }

  .naslov_stalecimo{
    font-size: 3em;
  }

  .naslov_steps{
    font-size: 3rem;
  }


  /*--------------------*/
  .naslov_tim{
    font-size: 3em;
  }

  .doktor_pop{
    gap: 2%;
  }

  .card_pop {
    width: 33%;
    padding: 0 36px;
    perspective: 2500px;
    margin: 2% 50px;
    margin-top: 25%;
    scale: 0.58;
  }

  
  .text-box {        
    margin: 3% 0px;
    width:35%;
    height: auto; /* 🛠️ Ovo važno: neka raste koliko treba */
    overflow: visible; 
    margin-right: 10px;
    scale: 1.1;
  }

  .text-section h3 {
    text-align: left;
    margin-bottom: 10px;
    font-size: 19px;
    padding-inline: 0%;

  }

  .text-section p {
    margin: 0;
    font-size: 15px;
    padding-inline: 2%;
    font-weight: 500;
  }

  /*-----------------------------------------------*/

  .FAQI{
    margin-top: 3%;
    scale: 1.05;
    height: 1150px !important;
    margin-bottom: 2%;
  }
}


@media (min-width:1450px) and (max-width:1700px){
  h3{
    font-size: 3.45em;
  }

  b{
    font-size: 3.45em;
    height: 70px;
   span{
      margin-top: 10px;
    }
  }
 
  @keyframes move {
      
    20% { top: -100px; }
    40% { top: -190px; }
    60% { top: -270px; }
    80% { top: -350px; }
    }

  .icon-text-container h5 {
    line-height: 8px;
    font-size: 1.2rem;
    font-weight:600;
  }

  #tekstic{
    margin-top: 5%;
    h4{
      text-align: left;
      font-size: 0.95em;
      max-width: 90%; /* Postavite maksimalnu širinu po vašoj želji */
    }
  }

  .glavni_buttons
  {
    scale: 1.1;
  }

  /*-----------------------------*/
  .naslov_stalecimo{
    font-size: 3.2em;
  }

  .naslov_steps{
    font-size: 3.2rem;
  }

  /*--------------------*/
  .naslov_tim{
    font-size: 3.2em;
  }

  .doktor_pop{
    gap: 3%;
  }

  .card_pop {
    width: 33%;
    padding: 0 36px;
    perspective: 2500px;
    margin: -2% 50px;
    margin-top: 25%;
    scale: 0.56;
  }

  
  .text-box {        
    margin: 3% 0px;
    width:33%;
    height: auto; /* 🛠️ Ovo važno: neka raste koliko treba */
    overflow: visible; 
    margin-right: 0px;
    scale: 1.15;
  }

  .text-section h3 {
    text-align: left;
    margin-bottom: 10px;
    font-size: 20px;
    padding-inline: 0%;

  }

  .text-section p {
    margin: 0;
    font-size: 16px;
    padding-inline: 2%;
    font-weight: 500;
  }

    /*-----------------------------------------------*/

  .FAQI{
    margin-top: 8%;
    scale: 1.21;
    height: 1100px !important;
    margin-bottom: 8%;
  }

  /* ---------------------------------------------------------------------------- */
  
}

@media (min-width:1700px){
  h3{
    font-size: 4em;
  }
  b{
    font-size: 4em;
    height: 70px;
   span{
      margin-top: 0px;
    }
  }
 
  @keyframes move {
      
    20% { top: -115px; }
    40% { top: -210px; }
    60% { top: -310px; }
    80% { top: -400px; }
    }

  .icon-text-container h5 {
    font-size: 1.2rem;
    font-weight:700;
  }

  #tekstic{
    margin-top: 7%;
    h4{
      text-align: left;
      font-size: 1.2em;
      max-width: 90%; /* Postavite maksimalnu širinu po vašoj želji */
    }
  }

  .glavni_buttons
  {
    scale: 1.3;
  }

  /*-----------------------------*/
  .naslov_stalecimo{
    font-size: 4em;
  }

  #tekstic2{
    h4{
      font-size: 1.6em;
    }
  }

  .sta_lecimo{
    margin-top: 5%;
    scale: 1.3;
    gap: 5%;
    padding-bottom: 4%;
  }
  .lista_div{
    scale: 1.3;
  }

  .naslov_steps{
    font-size: 4rem;
  }

  .treci_prvi{
    margin-top: 5em;
    scale: 1.2;
  }
  
  .r3{
    margin-top: 9em;
    margin-bottom: 3em;
  }

  /* ------------------------------------------------------------ */
  .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: 4em;
    margin-top: 2.5em;
    margin-bottom: -2%;
  }

  .doktor_pop{
    gap: 5%;
    padding-bottom: 2%;
  }

  .card_pop {
    width: 33%;
    padding: 0 36px;
    perspective: 2500px;
    margin: -2% 50px;
    margin-top: 25%;
    scale: 0.55;
  }

  
  .text-box {        
    margin: 6% 0px;
    width:32%;
    height: auto; /* 🛠️ Ovo važno: neka raste koliko treba */
    overflow: visible; 
    margin-right: 0px;
    scale: 1.25;
  }

  .text-section h3 {
    text-align: left;
    margin-bottom: 10px;
    font-size: 22px;
    padding-inline: 0%;

  }

  .text-section p {
    margin: 0;
    font-size: 18px;
    padding-inline: 2%;
    font-weight: 500;
  }


  /*-----------------------------------------------*/

  .FAQI{
    margin-top: 18%;
    scale: 1.5;
    height: 1120px !important;
    margin-bottom: 15%;
  }

  /* ------------------------------------------------------------------------- */
  .prvi_vh, .drugi_vh, .treci_vh, .cetvrti_vh{
    margin-top: 2%;
    scale: 0.9;
  }

  .cetvrti_vh{
    margin-top: 7%;
  }

  .naslov_tim{
    margin-top: 5%;
  }

  .predzadji_vh{
    margin-top: -5%;
    scale: 0.9;
  }

  
}

@media (min-width:2100px){
  h3{
    font-size: 5em;
  }

  b{
    font-size: 5em;
    height: 90px;
    margin-top: -70px;
    span{
      margin-top: 0px;
    }
  }

  #tekstic{
    margin-top: 7%;
    h4{
      text-align: left;
      font-size: 1.5em;
      max-width: 90%; /* Postavite maksimalnu širinu po vašoj želji */
    }
  }
 
  @keyframes move {
      
    20% { top: -130px; }
    40% { top: -255px; }
    60% { top: -380px; }
    80% { top: -490px; }
    }

  .icon-text-container h5 {
    font-size: 1.57rem;
    font-weight:700;
  }

  .glavni_buttons{
    scale: 1.4;
  }

  /*-----------------------------*/
  .naslov_stalecimo{
    font-size: 5em;
  }

  #tekstic2{
    h4{
      font-size: 1.8em;
    }
  }

  .sta_lecimo{
    margin-top: 6%;
    scale: 1.5;
    gap: 2.5%;
    padding-bottom: 4.5%;
  }
  .lista_div{
    scale: 1.5;
  }

  .naslov_steps{
    font-size: 5rem;
  }

  .treci_prvi{
    margin-top: 9em;
    scale: 1.4;
  }
  
  .r3{
    margin-top: 14em;
    margin-bottom: 3em;
  }

  /* ------------------------------------------------------------ */
  .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: 5em;
    margin-top: 2.7em;
    margin-bottom: -4%;
  }

  .doktor_pop{
    gap: 3%;
  }

  .card_pop {
    width: 33%;
    padding: 0 36px;
    perspective: 2500px;
    margin: -2% 50px;
    margin-top: 25%;
    scale: 0.55;
  }

  
  .text-box {        
    margin: 6% 0px;
    width:30%;
    height: auto; /* 🛠️ Ovo važno: neka raste koliko treba */
    overflow: visible; 
    margin-right: -70px;
    scale: 1.35;
  }

  .text-section h3 {
    text-align: left;
    margin-bottom: 10px;
    font-size: 22.5px;
    padding-inline: 0%;

  }

  .text-section p {
    margin: 0;
    font-size: 18.2px;
    padding-inline: 2%;
    font-weight: 500;
  }

  /*-----------------------------------------------*/

  .FAQI{
    margin-top: 23%;
    scale: 1.7;
    height: 1120px !important;
    margin-bottom: 5%;
  }


  /* ------------------------------------------------------------------ */
  .prvi_vh {
  margin-top: -2%;
  scale: 0.7;
  .naslov2{
    padding-left: 9%;
    scale: 1.35;
  }

  .naslov{
    width: 90%;
  }

  .benefits, .glavni_buttons{
    margin-left: -3%;
  }
}

.drugi_vh {
  margin-top: -6%;
  scale: 0.7;

  .lista{
    scale: 1.25;
  }
}

.treci_vh {
  margin-top: -8%;
  scale: 0.7;

  #step-content{
    scale: 1.04;
  }
}

.cetvrti_vh {
  margin-top: -12% !important;
  scale: 0.7;

  .text-box{
    width: 28%;
  }

 
}

.predzadji_vh {
  margin-top: -23%;
  scale: 0.7 ;
}


  
}

@media (min-width:2420px){
  h3{
    font-size: 5.5em;
  }

  b{
    font-size: 5.5em;
    height: 110px;
    margin-top: -80px;
    span{
      margin-top: 0px;
    }
  }

  #tekstic{
    margin-top: 7%;
    h4{
      text-align: left;
      font-size: 1.7em;
      max-width: 90%; /* Postavite maksimalnu širinu po vašoj želji */
    }
  }
 
  @keyframes move {
      
    20% { top: -140px; }
    40% { top: -265px; }
    60% { top: -410px; }
    80% { top: -550px; }
    }

  .icon-text-container h5 {
    font-size: 1.8rem;
    font-weight:700;
  }

  .glavni_buttons{
    scale: 1.6;
  }

  /*-----------------------------*/
  .r1{
    margin-top: 12em ;
    margin-bottom: 2.5em;
  }

  .naslov_stalecimo{
    font-size: 5.5em;
  }

  #tekstic2{
    h4{
      font-size: 2em;
    }
  }

  .sta_lecimo{
    margin-top: 8%;
    scale: 1.6;
    gap: 2.5%;
    padding-bottom: 4%;
  }
  .lista_div{
    scale: 1.6;
  }

  .naslov_steps{
    font-size: 5.5rem;
  }

  .treci_prvi{
    margin-top: 13em;
    scale: 1.6;
  }
  
  .r3{
    margin-top: 18em;
    margin-bottom: 3em;
  }

  /* ------------------------------------------------------------ */
  .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: 5.5em;
    margin-top: 3.2em;
    margin-bottom: -6%;
  }

  .doktor_pop{
    gap: 6%;
  }

  .card_pop {
    width: 33%;
    padding: 0 36px;
    perspective: 2500px;
    margin: -2% 50px;
    margin-top: 25%;
    scale: 0.5;
  }

  
  .text-box {        
    margin: 6% 0px;
    width:28%;
    height: auto; /* 🛠️ Ovo važno: neka raste koliko treba */
    overflow: visible; 
    margin-right: -100px;
    scale: 1.4;
  }

  .text-section h3 {
    text-align: left;
    margin-bottom: 10px;
    font-size: 24px;
    padding-inline: 0%;

  }

  .text-section p {
    margin: 0;
    font-size: 19px;
    padding-inline: 2%;
    font-weight: 500;
  }

  /*---------------------------------------*/

  .FAQI{
    margin-top: 30%;
    scale: 2;
    height: 1120px !important;
    margin-bottom: 2%;
  }


    /* ------------------------------------------------------------------ */
  .prvi_vh {
  margin-top: -2%;
  scale: 0.7;
  .naslov2{
    padding-left: 9%;
    scale: 1.35;
  }

  .naslov{
    width: 90%;
  }

  .benefits, .glavni_buttons{
    margin-left: -3%;
  }
}

.drugi_vh {
  margin-top: -6%;
  scale: 0.7;

  .lista{
    scale: 1.25;
  }
}

.treci_vh {
  margin-top: -8%;
  scale: 0.7;

  #step-content{
    scale: 1.04;
  }
}

.cetvrti_vh {
  margin-top: -12% !important;
  scale: 0.7;

  .text-box{
    width: 28%;
  }

 
}

.predzadji_vh {
  margin-top: -23%;
  scale: 0.7 ;
}
}

@media (min-width: 1250px) and (max-width: 1700px) and (min-height: 1300px) {
.prvi_vh{
  margin-top: 8%;
}
}
