*{
    margin: 0 auto;
    padding:0px;
    box-sizing: border-box;

}
html,
body {
  scroll-behavior: smooth;
}
#container{
  height: 5680px;
  background-color: rgb(240, 240, 240);
  width: 100%;
  overflow: hidden;
  position:relative; 
  display: block; 
  float: left;
  transition: 1s ease;
}
#header{
  width: 100%;
  height: 120px;
  display: flex;
  position: fixed;
  transition: background-color 1s ease-in-out;
  float: left;
  background: #ffffff;
  z-index: 10000;
}
#sl-lev{
    height: 100%;
    width: 30%;
    /* background-color: rgb(29, 32, 151); */
    display: flex;
    justify-content: center;
    align-items: center;
  }
#logo{
    height: 90px;
    width: 400px;
}
.navbar {
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: row;
    width: 70%;
    height: 100%;
    /* background-color: blue; */
  }
  .hamburger {
    display: none;
  }
  
  .bar {
    display: block;
    width: 25px;
    height: 3px;
    margin: 5px auto;
    -webkit-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
    background-color: #101010;
  }
.nav-menu {
    display: flex;
    justify-content: center;
    align-items: center;
    margin-right: 50px;
    width: 600px;
    /* background-color: red; */
  }
.nav-item {
    display: block;
    padding: 12px 24px;
    width: 175px;
    transition-duration: .25s;
}
.nav-itemi {
  display: block;
  padding: 12px 24px;
  width: 175px;
  transition-duration: .25s;
}
.nav-link{
    position: relative;
    font-size: 27px;
    font-weight: 100;
    color: #000000;
    font-family: 'Caudex', serif;
    text-decoration: none;
    list-style:none;
}
.nav-link:hover{
    color: #686767;
}
#prj{
    width: 100%;
    height: 3px;
    top: 42px;
    position: absolute;
    background-color: #F4DC51;
    display: flex;
}

.nav-link::after{
    content: '';
    position: absolute;
    left: 0px;
    bottom: -10px;
    height: 3px;
    width: 0px;
    border-radius: 2px;
    background-color: #F4DC51;
    transition: 0.4s ease;
}
.nav-link:hover::after{
    width: 100%;
}

@media only screen and (max-width: 1050px) {
    .nav-menu {
        position: fixed;
        left: -100%;
        top: 0;
        flex-direction: column;
        background-color: #fff;
        width: 100%;
        border-radius: 10px;
        text-align: center;
        transition: 0.3s;
        height:100%;
        box-shadow:
            0 10px 27px rgba(0, 0, 0, 0.05);
    }
  
    .nav-menu.active {
        left: 0;
    }
  
    .nav-item {
        margin: 2.5rem 0;
    }
  
    .hamburger {
        display: block;
        cursor: pointer;
        left: 100%;
        margin-right:50px;
    }
    .hamburger.active .bar:nth-child(2) {
      opacity: 0;
  }
  
  .hamburger.active .bar:nth-child(1) {
      transform: translateY(8px) rotate(45deg);
  }
  
  .hamburger.active .bar:nth-child(3) {
      transform: translateY(-8px) rotate(-45deg);
  }
#prj{
  left: 0px;
}
  }


/* pocetna */


#pocetna{
  width: 100%;
  position: relative;
  height: 930px;
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
  background-color: #373F48;
  float: left;
}
#nas1{
  position: absolute;
  color: white;
  text-shadow:  black 4px 4px;
  z-index: 20;
  font-size: 140px;
  font-family: 'Caudex', serif;
  justify-content: center;
  align-items: center;
  text-align: center;
}
#nas2{
  position: absolute;
  color: #ffffff;
  font-weight: 200;
  text-shadow:  rgb(0, 0, 0) 2px 2px;
  z-index: 20;
  margin-top: 300px;
  text-align: center;
  font-size: 30px;
  font-family: 'Caudex', serif;
  justify-content: center;
  align-items: center;
}
#pctn-sl{
  object-fit: cover;
  width: 100%;
  height: 100%;
  opacity: 40%;
}


/* KRAJ POCETNE */


#medju{
  justify-content: center;
  align-items: center;
  display: flex;
  width: 100%;
  background-color: #F4DC51;
  height: 550px;
}
#sre{
    height: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
    width: 1550px;
}
.medj{
    display: flex;
    height: 80%;
    width: 450px;
    /* background-color: rgb(22, 155, 51); */
    justify-content: center;
    align-items: center;
    flex-direction: column;
    background-color: #d6c043;
    gap: 50px;
    border-radius: 5px;
    border-bottom: 10px inset rgb(255, 255, 255) ;
    box-shadow:  7px 7px 14px #ad9a2e,
    -7px -7px 14px #ad9a2e;  
    transition: 0.3s;
    text-shadow: 2px 1px black;
}
.medj:hover{
    text-shadow: 0px 0px ;
    box-shadow:  0px 0px 0px #ad9a2e,
    0px 0px 0px #ad9a2e; 
    cursor:default;
}
.medj-sl{
  width: 150px;
  height: 150px;
}
.medj-tek{
  color: rgb(255, 255, 255);
  font-size: 30px;
  font-family: 'Caudex', serif;
  text-align: center;
}
.medj-tek-vec{
    color: rgb(255, 255, 255);
    font-size: 70px;
    font-family: 'Caudex', serif;
    text-align: center;
}

/* DRUGI */


#drug{
    width: 100%;
    height:1500px ;
    display: flex;
    background: #373F48;
    align-items: center;
    justify-content: center;
    position: relative;
    float: left;
    flex-direction: column;
    gap: 100px;
}
#drug-gornji{
  width: 100%;
  height: 200px;
  display: flex;
  align-items: center;
  justify-content: center;
}
#kar-nas{
  text-align: center;
  font-size: 99px;
  color: #ffffff;
  font-family: 'Caudex', serif;
  z-index: 1000;
  float: left;
}
#drug-donji{
  width: 1500px;
  height: 1000px;
  display: flex;
  /* background-color: green; */
  align-items: center;
  flex-direction: row;
  flex-wrap: wrap;
}
#drug-lev{
    display: flex;
    justify-content: center;
    align-items: center;
    width: 33%;
    height: 100%;
    float: left;
}
#drug-des{
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;
    width: 67%;
    height: 100%;
    float: left;
    gap: 90px;
}
#card1{
  width: 450px;
  height: 900px;
  display: flex;
  justify-content: center;
  flex-direction: row;
  flex-wrap: wrap;
  position: relative;
  border-radius: 1em;
  z-index: 100;
  background-color: black;
  box-shadow:  7px 7px 14px #25303b,
  -7px -7px 14px #25303b;
}
#dol-pre1{
    height: 60%;
    width: 100%;
    background-color: #3c4d61;
    display:flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;
    float: left;
    gap: 20px;
    border-radius: 1em;
    border-top-left-radius:0px ;
    border-top-right-radius:0px ;
  }
#card2{
    width: 900px;
    height: 400px;
    display: flex;
    justify-content: center;
    flex-direction: row;
    flex-wrap: wrap;
    position: relative;
    border-radius: 1em;
    z-index: 100;
    background-color: black;
    box-shadow:  7px 7px 14px #25303b,
    -7px -7px 14px #25303b;
  }
  #dol-pre2{
    height: 100%;
    width: 60%;
    background-color: #3c4d61;
    display:flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;
    border-radius:1em ;
    border-bottom-right-radius:0px ;
    border-top-right-radius:0px ;
    gap: 20px;
  }
#card3{
    width: 900px;
    height: 400px;
    display: flex;
    justify-content: center;
    flex-direction: row;
    flex-wrap: wrap;
    position: relative;
    border-radius: 1em;
    z-index: 100;
    box-shadow:  7px 7px 14px #25303b,
    -7px -7px 14px #25303b;
  }
#dol-pre3{
    height: 100%;
    width: 60%;
    background-color: #3c4d61;
    display:flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;
    border-radius:1em ;
    border-bottom-left-radius:0px ;
    border-top-left-radius:0px ;
    gap: 20px;
}


/* slike za kartice */

#sl-card1{
    width: 100%;
    background-color: #324051;
    height: 40%;
    border-top-right-radius:1em ;
    border-top-left-radius:1em ;
}
#sl-card2{
    width: 40%;
    background-color: #324051;
    border-radius: 1em;
}
#sl-card3{
    width: 40%;
    background-color: #324051;
}
#sl-pre1{
  width: 100%;
  height: 40%;
  object-fit: cover;
  z-index: 10;
  border-radius: 1em;
  opacity: 100%;
  position: absolute;
  border-bottom-right-radius:0px ;
  border-bottom-left-radius:0px ;
}
#sl-pre1:hover{
  opacity:70% ;
}
#sl-pre2{
    width: 100%;
    height: 100%;
    object-fit: cover;
    z-index: 10;
    border-radius: 1em;
    border-bottom-left-radius:0px ;
    border-top-left-radius:0px ;
    opacity: 100%;
  }
#sl-pre2:hover{
    opacity:70% ;
  }
#sl-pre3{
    width: 100%;
    height: 100%;
    object-fit: cover;
    z-index: 10;
    border-radius: 1em;
    border-bottom-right-radius:0px ;
    border-top-right-radius:0px ;
    opacity: 100%;
  }
#sl-pre3:hover{
    opacity:70% ;
  }


.nas-pre{
  color: white;
  font-weight: 200;
  font-size: 50px;
  text-align: center;
  font-family: 'Caudex', serif;
  z-index: 100;
}
.tek-pre{
  color: white;
  font-weight: 200;
  font-size: 23px;
  text-align: center;
  font-family: 'Caudex', serif;
  padding: 20px;
  z-index: 100;
}


/* TRECI */




#trec{
  width: 100%;
  height:2000px ;
  display: flex;
  /* background: #723434; */
  align-items: center;
  justify-content: center;
  position: relative;
  float: left;
  flex-direction: column;
  gap: 100px;
}
#trec-gornji{
width: 100%;
height: 100px;
display: flex;
align-items: center;
justify-content: center;
}
#tre-nas{
text-align: center;
font-size: 99px;
color: #000000;
font-family: 'Caudex', serif;
z-index: 1000;
float: left;
}
#trec-donji{
width: 1500px;
height: 1200px;
display: flex;
align-items: center;
flex-direction: row;
flex-wrap: wrap;
gap: 30px;

}
.tre-card{
width: 550px;
height: 500px;
display: flex;
justify-content: center;
align-items: center;
flex-direction: row;
flex-wrap: wrap;
position: relative;
border-radius: 1em;
z-index: 100;
background-color: black;
box-shadow:  3px 3px 6px #000000;  
transition: 0.3s;
}
.tre-card:hover {
transform: translateY(-20px);
}
.tre-card:hover >.padajuci-nas{
    visibility: visible;
    opacity: 100%;
    animation: fadeIn 0.5s;
    -webkit-animation: fadeIn 0.5s;
    -moz-animation: fadeIn 0.5s;
    -o-animation: fadeIn 0.5s;
    -ms-animation: fadeIn 0.5s;
    text-shadow: 2px 1px black;

}
@keyframes fadeIn {
    0% { opacity: 0; }
    100% { opacity: 1; }
  }
  
  @-moz-keyframes fadeIn {
    0% { opacity: 0; }
    100% { opacity: 1; }
  }
  
  @-webkit-keyframes fadeIn {
    0% { opacity: 0; }
    100% { opacity: 1; }
  }
  
  @-o-keyframes fadeIn {
    0% { opacity: 0; }
    100% { opacity: 1; }
  }
  
  @-ms-keyframes fadeIn {
    0% { opacity: 0; }
    100% { opacity: 1; }
  }
.padajuci-nas{
    position: absolute;
    display: flex;
    justify-content: center;
    align-items: center;
    font-size: 45px;
    color: white;
    visibility: hidden;
    font-family: 'Caudex', serif;
    z-index: 1000;
}
.padajuci-nas:hover >.sl-tre{
    opacity:40% ;
}
.sl-tre{
width: 100%;
height: 100%;
object-fit: cover;
z-index: 10;
border-radius: 1em;
opacity: 80%;
}
.sl-tre:hover{
opacity:40% ;
}
.deme{
  padding: 25px 50px;
  color: white;
  font-size: 35px;
  background-color: #373F48;
  box-shadow: 0 8px 8px -6px black;
  border-radius: 5px;
  font-family: 'Caudex', serif;
  border: 0px;
}
.deme:hover{
  background-color: #F4DC51;
  cursor: pointer;
  text-shadow: 2px 1px black;
  transition: 0.5s;
}


/* FOOTER  */




#footer{
  width: 100%;
  float: left;
  height: 600px;
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  justify-content: center;
  align-items: center;
  background-color: #373F48;
  float: left;
}

#slii{
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 600px;
  height: 100%;
  gap: 10px;
}
#gor-fut{
  width: 100%;
  height: 150px;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
}
#foot-logo{
  width: 600px;
  height: 150px;
}

#dol-fut{
  width: 100%;
  height: 150px;
  display: flex;
  flex-direction: column;
  justify-content: space-evenly;
  align-items: center;
}
#fut-nas{
  color: white;
  font-size: 42px;
  text-align: center;
  font-weight: 200;
  font-family: 'Caudex', serif;
}
#sre-fut{
  width: 100%;
  height: 100px;
  display: flex;
  flex-direction: row;
  justify-content: center;
  align-items: center;
}
.sl-sre{
    width: 80px;
    height: 80px;
}



.gag {
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: row;
    /* background-color: blue; */
    width: 100%;
    height: 100px;
  }
.nav-deni {
    display: flex;
    justify-content: center;
    align-items: center;
    /* background-color: red; */
    height: 100%;
  }
.nav-item {
    display: block;
    padding: 12px 24px;
    transition-duration: .25s;
}
.nav-fut{
    position: relative;
    font-size: 27px;
    font-weight: 100;
    color: #ffffff;
    font-family: 'Caudex', serif;
    text-decoration: none;
    list-style:none;
}
.nav-fut:hover{
    color: #686767;
}
#prj{
    width: 100%;
    height: 3px;
    top: 42px;
    position: absolute;
    background-color: #F4DC51;
    display: flex;
}
#pri{
  width: 100%;
  height: 3px;
  top: 42px;
  left: 0px;
  position: absolute;
  background-color: #F4DC51;
  display: flex;
}
.nav-fut::after{
    content: '';
    position: absolute;
    left: 0px;
    bottom: -10px;
    height: 3px;
    width: 0px;
    border-radius: 2px;
    background-color: #F4DC51;
    transition: 0.4s ease;
}
.nav-fut:hover::after{
    width: 100%;
}


#kopirajt{
  width: 100%;
  height: 100px;
  background-color: #2B2E32;
  display: flex;
  justify-content: center;
  align-items: center;
}
#lekop{
  width: 100%;
  height: 100%;
  float: left;
  display: flex;
  justify-content: center;
  align-items: center;
 }
 #nas-kopi{
  color: white;
  font-size: 20px;
  text-align: center;
  font-family: 'Caudex', serif;
  font-weight: 300;
  padding: 20px;
}
#loader-wrapper{
  width: 100%;
  height: 100%;
  position: fixed;
  z-index: 100000;
  background-color: #ffffff;
  display: flex;
  justify-content: center;
  align-items: center;
  top: 0;
  left: 0;
  transition:  1.3s ease-in-out;
}
#asd{
  object-fit: cover;
  width: 500px;
  height: 130px;
}



/* scroll */

  ::-webkit-scrollbar-track
    {
        box-shadow: inset 0 0 6px rgba(0,0,0,0.3);
        border-radius: 10px;
        background-color: #272727;
    }
    
    ::-webkit-scrollbar{
    
        width: 17px;
        background-color: #27262e;
    }
    
    ::-webkit-scrollbar-thumb{
    
        border-radius: 10px;
        box-shadow: inset 0 0 6px rgba(0,0,0,.3);
        background-color: #181515;
    }

    


    /* OPTIMIZACIJA */

    @media(max-width:1800px) {
      #nas1{
        font-size: 120px;
      }
    }
    @media(max-width:1500px) {
      #container{
        height: 6180px;
      }
      #drug{
        height: 2000px;
      }
      #drug-donji{
        width: 950px;
        height: 1500px;
      }
      #drug-des{
        width: 900px;
        height: 1000px;
      }
      #drug-lev{
        width: 100%;
        height: 500px;
      }
      #card1{
        height: 400px;
        width: 900px;
      }
      #sl-card1{
        width: 40%;
        height: 100%;
        float: left;
        border-top-right-radius: 0rem;
        border-bottom-left-radius: 1rem;
      }
      #sl-pre1{
        width: 40%;
        height: 100%;
        float: left;
        border-top-right-radius: 0rem;
        border-bottom-left-radius: 1rem;
      }
      #dol-pre1{
        height: 100%;
        width: 60%;
        float: right;
        border-top-right-radius: 1rem;
        border-bottom-left-radius: 0rem;
      }
      .medj{
        width: 400px;
        height: 75%;
      }
      .tre-card{
        width: 500px;
        height: 450px;
      }
      #trec-donji{
        width: 1200px;
      }
    }
    @media(max-width:1400px) {
      #logo{
        width: 300px;
        height: 70px;
      }
      #nas1{
        font-size: 100px;
      }
      #kar-nas{
        font-size: 80px;
      }
    }
    @media(max-width:1300px) {
    .medj{
      width: 350px;
      height: 70%;
    }
    .medj-sl{
      width:120px ;
      height: 120px;
    }
    #container{
      height: 6180px;
  }
  #tre-nas{
    font-size: 80px;
  }

    }
    @media(max-width:1200px) {
      .tre-card{
        width: 450px;
        height: 400px;
      }
      #trec-donji{
        width: 1000px;
        height: 1000px;
      }
    }
    @media(max-width:1150px) {
    .medj{
      width: 300px;
      height: 60%;
    }
    .medj-sl{
      width:100px ;
      height: 100px;
    }
    .medj-tek-vec{
      font-size: 60px;
    }
    .medj-tek{
      font-size: 28px;
    }
  }
    @media(max-width:1100px) {
      #nas1{
        font-size: 90px;
      }
      #nas2{
        font-size: 25px;
      }
      #pocetna{
        height: 870px;
      }
      #container{
        height: 6120px;
      }
    }
    @media(max-width:1050px) {
      #nas1{
        font-size: 80px;
      }
      .navbar{
        width: 10%;
        margin-right:0px;
      }
      #sl-lev{
        margin-left:50px;
      }
      .nav-itemi{
        margin-top: 50px;
      }
    }
    @media(max-width:1000px) {
      #trec{
        height: 2500px;
      }
      #trec-donji{
        width: 500px;
        height: 1800px;
        flex-direction: column;
        gap: 50px;
      }
      #kar-nas{
        font-size: 60px;
      }
      #container{
        height: 6620px;
      }
  }
    @media(max-width:950px) {
      #nas1{
        font-size: 70px;
      }
      #nas2{
        font-size: 20px;
      }
      #medju{
        height: 500px;
      }
      .medj{
          width: 250px;
          height: 60%;
        }
        .medj-sl{
          width:100px ;
          height: 100px;
        }
        .medj-tek-vec{
          font-size: 50px;
        }
        .medj-tek{
          font-size: 23px;
        }
        #tre-nas{
          font-size: 70px;
        }
        #container{
          height: 6470px;
        }
        #drug{
          height: 1900px;
        }
        #drug-gornji{
          height: 100px;  
        }
        #drug-donji{
          width: 700px;
          height: 1500px;
        }
        #card1{
          height: 400px;
          width: 700px;
        }
        #card2{
          height: 400px;
          width: 700px;
        }
        #card3{
          height: 400px;
          width: 700px;
        }
    }
    @media(max-width:800px) {
        #nas1{
          font-size: 60px;
        }
        #medju{
          height: 500px;
        }
        .medj{
            width: 200px;
            height: 50%;
          }
          .medj-sl{
            width:80px ;
            height: 80px;
          }
          .medj-tek-vec{
            font-size: 40px;
          }
          .medj-tek{
            font-size: 20px;
          }
          #foot-logo{
            width: 400px ;
            height: 100px;
          }
          #fut-nas{
            font-size: 35px;
          }
          #sre-fut{
            width:400px;
          }
          .sl-sre{
            width: 70px;
            height: 70px;
          }
          .nav-deni{
            width: 600px;
          }
          .nav-fut{
            font-size: 24px;
          }
          #prj{
            top: 38px;
          }
          #tre-nas{
            font-size: 60px;
          }
          #trec{
            height: 2200px;
          }
          #trec-donji{
            width: 500px;
            height: 1600px;
            flex-direction: column;
            gap: 50px;
          }
          .tre-card{
            width: 400px;
            height: 350px;
          }
          #kar-nas{
            font-size: 50px;
          }
          #container{
            height: 6170px;
          }
    }
    @media(max-width:760px) {
      #sl-lev{
        margin-left:70px;
      }
      #nas2{
        width: 500px;
        margin-top: 200px;
      }
    }
    @media(max-width:710px) {
      #container{
        height: 6970px;
      }
    #drug{
      height: 2700px;
    }
    #drug-gornji{
      height: 100px;  
    }
    #drug-donji{
      width: 400px;
      height: 2300px;
    }
    #card1{
      height: 700px;
      width: 400px;
    }
    #card2{
      height: 700px;
      width: 400px;
    }
    #card3{
      height: 700px;
      width: 400px;
    }
    #drug-lev{
      height:750px ;
      width: 100%;
    }
    #drug-des{
      height:1500px ;
      width: 100%;
    }
    #dol-pre1{
      width: 100%;
      height: 60%;
      border-top-right-radius: 0rem;
      border-bottom-left-radius: 1rem;
    }
    #sl-card1{
    width: 100%;
    height: 40%;
    border-top-right-radius: 1rem;
    border-bottom-left-radius: 0rem;
    }
    #sl-pre1{
      width: 100%;
      height: 100%;
      position: relative;
      border-top-right-radius: 1rem;
      border-bottom-left-radius: 0rem;
    }
    #dol-pre2{
      width: 100%;
      height: 60%;
      border-top-right-radius: 1rem;
      border-bottom-left-radius: 0rem;
    }
    #sl-card2{
    width: 100%;
    height: 40%;
    border-top-right-radius: 0rem;
    border-bottom-left-radius: 1rem;
    }
    #sl-pre2{
      width: 100%;
      height: 100%;
      position: relative;
      border-top-right-radius: 0rem;
      border-bottom-left-radius: 1rem;
    }
    #dol-pre3{
      width: 100%;
      height: 60%;
      border-top-right-radius: 0rem;
      border-bottom-left-radius: 1rem;
    }
    #sl-card3{
    width: 100%;
    height: 40%;
    border-top-right-radius: 1rem;
    border-bottom-left-radius: 0rem;
    }
    #sl-pre3{
      width: 100%;
      height: 100%;
      position: relative;
      border-top-right-radius: 1rem;
      border-bottom-left-radius: 0rem;
    }
  }
  @media(max-width:700px) {
    #nas1{
      font-size: 50px;
    }
    #tre-nas{
      font-size: 50px;
    }
  }
    @media(max-width:650px) {
    #medju{
      height: 1200px;
    }
    #sre{
      width: 100%;
      height: 100%;
      flex-direction: column;
      gap: 50px;
    }
    .medj{
        width: 300px;
        height: 300px;
      }
      .medj-sl{
        width:80px ;
        height: 80px;
      }
      .medj-tek-vec{
        font-size: 40px;
      }
      .medj-tek{
        font-size: 20px;
      }
      #container{
        height: 7670px;
      }
      #kar-nas{
        font-size: 40px;
      }
    }
    @media(max-width:600px) {
      #nas-kopi{
        font-size: 17px;
      }
      #sl-lev{
        margin-left:100px;
      }
      #nas1{
        width: 400px;
      }
      #nas2{
        margin-top: 250px;
      }
      .nav-item{
        padding: 12px 12px;
      }
      .nav-deni{
        width: 400px;
      }
      .nav-fut{
        font-size: 20px;
      }
      #prj{
        top: 33px;
      }
      #tre-nas{
        font-size: 40px;
      }
      #trec{
        height: 2000px;
      }
      #trec-donji{
        width: 350px;
        height: 1400px;
        flex-direction: column;
        gap: 50px;
      }
      .tre-card{
        width: 350px;
        height: 300px;
      }
      .padajuci-nas{
        font-size: 40px;
      }
      #container{
        height: 7470px;
      }
  }
  @media(max-width:540px) {
  #asd{
    width: 400px;
    height: 100px;
  }
}
  @media(max-width:500px) {
    #nas2{
      width: 400px;
    }
    #kar-nas{
      font-size: 30px;
    }
    #container{
      height: 7170px;
    }
    #drug{
      height: 2400px;
      gap: 50px;
    }
    #drug-gornji{
      height: 100px;  
    }
    #drug-donji{
      width: 320px;
      height: 2000px;
    }
    #card1{
      height: 600px;
      width: 300px;
    }
    .nas-pre{
      font-size: 40px;
    }
    .tek-pre{
      font-size: 18px;
    }
    #card2{
      height: 600px;
      width: 300px;
    }
    #card3{
      height: 600px;
      width: 300px;
    }
    #drug-lev{
      height:650px ;
      width: 100%;
    }
    #drug-des{
      height:1200px ;
      width: 100%;
    }
  }
  @media(max-width:490px) {
      #foot-logo{
        width: 300px ;
        height: 75px;
      }
      #fut-nas{
        font-size: 30px;
      }
      #sre-fut{
        width:300px;
      }
      .sl-sre{
        width: 60px;
        height: 60px;
      }
      .nav-deni{
        width: 400px;
      }
      #tre-nas{
        font-size: 30px;
      }
    }
    @media(max-width:450px) {
      #trec{
        height: 1800px;
      }
      #trec-donji{
        width: 350px;
        height: 1200px;
        flex-direction: column;
        gap: 50px;
      }
      .tre-card{
        width: 300px;
        height: 250px;
      }
      .padajuci-nas{
        font-size: 35px;
      }
      #container{
        height: 6970px;
      }
  }
  @media(max-width:420px) {
    #asd{
      width: 300px;
      height: 75px;
    }
  }
    @media(max-width:400px) {
      #nas1{
        width: 350px;
        font-size: 40px;
      }
      #medju{
        height: 1050px;
      }
      .medj{
          width: 250px;
          height: 250px;
          gap: 20px;
        }
        .nav-item{
          padding: 10px 10px;
          margin: 0px;
        }
        .nav-deni{
          width: 100%;
        }
        .gag{
          width: 300px;
        }
        .nav-fut{
          font-size: 15px;
        }
        #prj{
          top: 26px;
        }
        #container{
          height: 6820px;
        }
    }
    @media(max-width:385px) {
        #header{
          display: flex;
          align-items: center;
          justify-content: center;
          flex-direction: column;
          height: 140px;
        }
        #sl-lev{
          width: 100%;
          margin-left: 0px;
        }
        .navbar{
          width: 100%;
        }
        .hamburger{
          margin-right: 0px;
          margin-left: 0px;
        }
        #nas2{
          font-size: 15px;
          width: 300px;
        }
        .deme{
          padding: 20px 40px;
          font-size: 30px;
        }
        #kar-nas{
          font-size: 25px;
        }
    }
    @media(max-width:360px) {
      #nas-kopi{
        font-size: 17px;
      }    
        #nas1{
          width: 300px;
          font-size: 35px;
        }
  }
    @media(max-width:350px) {
      #foot-logo{
        width: 250px ;
        height: 60px;
      }
      #fut-nas{
        font-size: 20px;
      }
      #sre-fut{
        width:200px;
      }
      .sl-sre{
        width: 50px;
        height: 50px;
      }
      #slii{
        height: 300px;
      }
      #footer{
        height: 400px;
      }
      #tre-nas{
        font-size: 25px;
      }
      #trec{
        height: 1600px;
      }
      #trec-donji{
        width: 250px;
        height: 1000px;
      }
      .tre-card{
        width: 250px;
        height: 200px;
      }
      .padajuci-nas{
        font-size: 30px;
      }
      #drug{
        height: 1700px;
        gap: 50px;
      }
      #drug-gornji{
        height: 100px;  
      }
      #drug-donji{
        width: 250px;
        height: 1400px;
      }
      #card1{
        height: 400px;
        width: 250px;
      }
      .nas-pre{
        font-size: 30px;
      }
      .tek-pre{
        font-size: 15px;
      }
      #card2{
        height: 400px;
        width: 250px;
      }
      #card3{
        height: 400px;
        width: 250px;
      }
      #drug-lev{
        height:400px ;
        width: 100%;
      }
      #drug-des{
        height:800px;
        width: 100%;
      }
      #dol-pre1{
        gap: 0px;
      }
      #dol-pre2{
        gap: 0px;
      }
      #dol-pre3{
        gap: 0px;
      }
      #container{
        height: 5720px;
      }
    }
    @media(max-width:315px) {
      #nas-kopi{
        font-size: 13px;
      }
      .deme{
        padding: 15px 30px;
        font-size: 25px;
      }
        #asd{
          width: 200px;
          height: 50px;
        }
        #kar-nas{
          font-size: 20px;
        }
  }
    @media(max-width:300px) {
      #nas1{
        width: 300px;
        font-size: 30px;
      }
      #nas2{
        width: 250px;
        margin-top: 200px;
      }
      #logo{
        width: 200px;
        height: 50px;
      }
    #medju{
      height: 900px;
    }
    .medj{
        width: 200px;
        height: 200px;
      }
      .medj-sl{
        width:65px ;
        height: 65px;
      }
      .medj-tek-vec{
        font-size: 35px;
      }
      .medj-tek{
        font-size: 17px;
      }
      .gag{
        width: 250px;
      }
      .nav-fut{
        font-size: 11px;
      }
      #prj{
        top: 21px;
      }
      #tre-nas{
        font-size: 20px;
      }
      #trec-donji{
        width: 200px;
      }
      .tre-card{
        width: 200px;
        height: 200px;
      }
      .padajuci-nas{
        font-size: 25px;
      }
      #container{
        height: 5570px;
      }
    }
    @media(max-width:260px) {
      .gag{
        width: 200px;
      }
      #foot-logo{
        width: 200px ;
        height: 50px;
      }
      #fut-nas{
        font-size: 15px;
      }
      .sl-sre{
        width: 40px;
        height: 40px;
      }
      .nav-fut{
        font-size: 8px;
      }
      #prj{
        top: 17px;
      }
      #drug{
        height: 1400px;
        gap: 50px;
      }
      #drug-gornji{
        height: 100px;  
      }
      #drug-donji{
        width: 200px;
        height: 1100px;
      }
      #card1{
        height: 300px;
        width: 200px;
      }
      .nas-pre{
        font-size: 20px;
      }
      .tek-pre{
        font-size: 11px;
      }
      #card2{
        height: 300px;
        width: 200px;
      }
      #card3{
        height: 300px;
        width: 200px;
      }
      #drug-lev{
        height:350px ;
        width: 100%;
      }
      #drug-des{
        height:750px;
        width: 100%;
        gap: 70px;
      }
      #container{
        height: 5270px;
      }
    }
    @media(max-width:250px) {
      #nas1{
        width: 250px;
        font-size: 25px;
        text-shadow: 2px 2px black;
      }
      #nas2{
        width: 200px;
        margin-top: 200px;
        font-size: 13px;
      }
      #nas-kopi{
        font-size: 11px;
      }
      .deme{
        padding: 10px 25px;
        font-size: 20px;
      }
      #kar-nas{
        font-size: 17px;
      }
    }
    @media(max-width:225px) {
      #medju{
        height: 780px;
      }
      .medj{
          width: 160px;
          height: 160px;
        }
        .medj-sl{
          width:50px ;
          height: 50px;
        }
        .medj-tek-vec{
          font-size: 25px;
        }
        .medj-tek{
          font-size: 13px;
        }
        #tre-nas{
          font-size: 17px;
        }
        #trec-donji{
          width: 180px;
          height: 900px;
        }
        .tre-card{
          width: 180px;
          height: 180px;
        }
        #trec{
          height: 1300px;
          gap: 50px;
        }
        .padajuci-nas{
          font-size: 20px;
        }
        #container{
          height: 4840px;
        }
    }
    @media(max-width:210px) {
    #drug{
      height: 1200px;
      gap: 50px;
    }
    #drug-gornji{
      height: 100px;  
    }
    #drug-donji{
      width: 200px;
      height: 900px;
    }
    #card1{
      height: 250px;
      width: 180px;
    }
    .nas-pre{
      font-size: 15px;
    }
    .tek-pre{
      font-size: 9px;
    }
    #card2{
      height: 250px;
      width: 180px;
    }
    #card3{
      height: 250px;
      width: 180px;
    }
    #drug-lev{
      height:250px ;
      width: 100%;
    }
    #drug-des{
      height:550px;
      width: 100%;
      gap: 50px;
    }
    #container{
      height: 4650px;
    }
  }
    @media(max-width:205px) {
      #logo{
        width: 180px;
        height: 45px;
      }
      #header{
        height: 120px;
      }
      #nas1{
        font-size: 22px;
        width: 200px;
      }
      #foot-logo{
        width: 180px ;
        height: 45px;
      }
      .deme{
        padding: 8px 20px;
        font-size: 17px;
      }
      #kar-nas{
        font-size: 15px;
      }

    }