*{
    margin: 0 auto;
    padding:0px;
    box-sizing: border-box;

}
html,
body {
  scroll-behavior: smooth;
}
#container{
  height: 3330px;
  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: 190px;
    font-family: 'Caudex', serif;
    justify-content: center;
    align-items: center;
    text-align: center;
  }
#pctn-sl{
  object-fit: cover;
  width: 100%;
  height: 100%;
  opacity: 40%;
}


/* KRAJ POCETNE */






/* DRUGI */


#drug{
  width: 100%;
  height:750px ;
  display: flex;
  background: #373F48;
  align-items: center;
  justify-content: center;
  position: relative;
  float: left;
  flex-direction: row;
}
#drug-levi{
width: 50%;
height: 100%;
display: flex;
align-items: center;
justify-content: center;
float: left;
flex-direction: column;
gap: 40px;
}
#drug-desni{
width: 50%;
height: 100%;
display: flex;
align-items: center;
flex-direction: row;
justify-content: center;
background: #373F48;
}
#drug-levi:hover >.tek-pre{
  text-shadow: 2px 1px black;
}
#sl-dd{
  width: 100%;
  height: 100%;
  opacity: 60%;
  float: right;
}
#sl-zz{
  width: 100%;
  height: 100%;
  opacity: 60%;
  float: right;
  visibility: hidden;
  position: absolute;
  object-fit: cover;
}
#kar-nas{
  text-align: center;
  font-size: 54px;
  color: #ffffff;
  font-family: 'Caudex', serif;
  z-index: 1000;
  float: left;
  }
.tek-pre{
color: white;
font-weight: 200;
font-size: 21px;
text-align: center;
font-family: 'Caudex', serif;
z-index: 100;
padding: 30px;
}









/* SLIDER DIV */


#medju{
  justify-content: center;
  align-items: center;
  display: flex;
  width: 100%;
  background: #c8ca58;
  height: 950px;
}

/* SLIDER */

.line, .carousel li img, .carousel li, .carousel {
  width: 100%;
  height: 100%;
}

.flex, .carousel-wrapper, .center, .carousel ul {
  display: flex;
}

.center, .carousel ul {
  align-items: center;
  justify-content: center;
  width: 910px;
  height: 600px;
  box-shadow:  7px 7px 14px #000000;
}

.carousel-wrapper {
  position: relative;
  width: 100%;
  height: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
}
.carousel-wrapper input {
  display: none;
}

.carousel {
  overflow: hidden;
}
.carousel ul {
  position: relative;
  list-style: none;
  overflow: hidden;
  margin: 0;
  padding: 0;
  height: 100%;
  width: 600%;
  transition: left 0.8s cubic-bezier(0.77, 0, 0.175, 1);
}
.carousel li img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.nav-dot {
  cursor: pointer;
  width: 20px;
  height: 20px;
  margin-top: 800px;
  opacity: 0.5;
  background-color: white;
  border: 1px solid black;
  border-radius: 50%;
  transition: 0.4s;
}
.nav-dot:hover {
  opacity: 0.8;
  transform: scale(1.2);
}
.nav-dot:active {
  transform: scale(0.9);
}

.nav-dot[for=slide1] {
  left: 40%;
}

#slide1:checked ~ .carousel ul {
  left: 0%;
}
#slide1:checked ~ .nav-dot[for=slide1] {
  opacity: 1;
}

.nav-dot[for=slide2] {
  left: 45%;
}

#slide2:checked ~ .carousel ul {
  left: -100%;
}
#slide2:checked ~ .nav-dot[for=slide2] {
  opacity: 1;
}

.nav-dot[for=slide3] {
  left: 50%;
}

#slide3:checked ~ .carousel ul {
  left: -200%;
}
#slide3:checked ~ .nav-dot[for=slide3] {
  opacity: 1;
}

.nav-dot[for=slide4] {
  left: 55%;
}

#slide4:checked ~ .carousel ul {
  left: -300%;
}
#slide4:checked ~ .nav-dot[for=slide4] {
  opacity: 1;
}

.nav-dot[for=slide5] {
  left: 60%;
}

#slide5:checked ~ .carousel ul {
  left: -400%;
}
#slide5:checked ~ .nav-dot[for=slide5] {
  opacity: 1;
}

.right-arrow, .left-arrow {
  display: none;
  position: absolute;
  cursor: pointer;
  font-weight: bolder;
  text-shadow: 0 0 7.5px rgba(255, 255, 255, 0.7);
  top: 50%;
  z-index: 1;
  opacity: 0.7;
  margin-top: -25px;
  color: rgb(0, 0, 0);
  height: 60px;
  font-size: 50px;
  transition: 0.2s;
}
.right-arrow:hover, .left-arrow:hover {
  opacity: 1;
  transform: scale(1.3);
}
.right-arrow:active, .left-arrow:active {
  transform: scale(0.9);
}

.left-arrow {
  left: 15px;
}

.right-arrow {
  right: 15px;
}

#slide1:checked ~ .left-arrow[for=slide5], #slide1:checked ~ .right-arrow[for=slide2] {
  display: block;
}

#slide2:checked ~ .left-arrow[for=slide1], #slide2:checked ~ .right-arrow[for=slide3] {
  display: block;
}

#slide3:checked ~ .left-arrow[for=slide2], #slide3:checked ~ .right-arrow[for=slide4] {
  display: block;
}

#slide4:checked ~ .left-arrow[for=slide3], #slide4:checked ~ .right-arrow[for=slide5] {
  display: block;
}

#slide5:checked ~ .left-arrow[for=slide4], #slide5:checked ~ .right-arrow[for=slide1] {
  display: block;
}
#takcice{
  width: 40%;
  height: 100%;
  background-color: #181515;
  gap: 0px;
  position: absolute;
  display: flex;
  align-items: center;
  justify-content: center;
}
















/* 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; */
  }
.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:  1s 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:1500px) {
      #drug{
        height: 700px;
      }
      #container{
        height: 3280px;
      }
    }
    @media(max-width:1400px) {
      #nas1{
        font-size: 150px;
      }
      #logo{
        width: 300px;
        height: 70px;
      }
      #kar-nas{
        font-size: 40px;
        padding: 20px;
      }
    }
    @media(max-width:1300px) {
    #drug{
      height: 600px;
    }
    .center{
      width: 810px;
      height: 500px;
    }
    #medju{
      height: 900px;
    }
    .nav-dot {
      margin-top: 700px;
    }
    #container{
      height: 3130px;
    }
  }
      @media(max-width:1210px) {
      #nas1{
        font-size: 130px;
      }
      #drug{
        height: 1000px;
        flex-direction: column;
      }
      #drug-levi{
        width: 100%;
        height: 50%;
      }
      #drug-desni{
        width: 100%;
        height: 50%;
        position: relative;
      }
      #sl-dd{
        visibility: hidden;
      }
      #sl-zz{
        visibility: visible;
      }
      #container{
        height: 3530px;
      }
    }

    @media(max-width:1050px) {
      .navbar{
        width: 10%;
        margin-right:0px;
      }
      .nav-itemi{
        margin-top: 50px;
      }
      #sl-lev{
        margin-left:50px;
      }
      .center{
        width: 710px;
        height: 400px;
      }
      #medju{
        height: 800px;
      }
      .nav-dot {
        margin-top: 600px;
      }
      #container{
        height: 3430px;
      }
}
    @media(max-width:950px) {
      #nas1{
        font-size: 110px;
      }
    }
    @media(max-width:800px) {
      #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;
                }
                .center{
                  width: 610px;
                  height: 300px;
                }
                #medju{
                  height: 700px;
                }
                .nav-dot {
                  margin-top: 500px;
                }
                #container{
                  height: 3330px;
                }
      }
    @media(max-width:760px) {
      #sl-lev{
        margin-left:70px;
      }
    }
    @media(max-width:650px) {
    .center{
      width: 410px;
      height: 300px;
    }
    #medju{
      height: 600px;
    }
    .nav-dot {
      margin-top: 400px;
    }
    #container{
      height: 3230px;
    }
  }
    @media(max-width:600px) {
      #nas-kopi{
        font-size: 17px;
      }
      #sl-lev{
        margin-left:100px;
      }
      .nav-item{
        padding: 12px 12px;
      }
      .nav-deni{
        width: 400px;
      }
      .nav-fut{
        font-size: 20px;
      }
      #prj{
        top: 33px;
      }
      #nas1{
        font-size: 90px;
      }
      #kar-nas{
        font-size: 30px;
        padding: 20px;
      }
      .tek-pre{
        font-size: 17px;
      }
  }
  @media(max-width:540px) {
    #asd{
      width: 400px;
      height: 100px;
    }
  }
  @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;
    }
    #drug{
      height: 900px;
    }
    #drug-levi{
      height: 60%;
    }
    #drug-desni{
        width: 100%;
        height: 40%;
      }
      #container{
        height: 3130px;
      }
}
    @media(max-width:420px) {
    .center{
      width: 300px;
      height: 250px;
    }
    #medju{
      height: 500px;
    }
    #drug{
      height: 800px;
    }
    #drug-levi{
      height: 70%;
    }
    #drug-desni{
        width: 100%;
        height: 30%;
      }
      .nav-dot {
        margin-top: 350px;
      }
      #asd{
        width: 300px;
        height: 75px;
      }
      #container{
        height: 2930px;
      }
  }
    @media(max-width:400px) {
      #nas1{
        font-size: 60px;
      }
      .nav-item{
        padding: 10px 10px;
        margin: 0px;
      }
      .nav-deni{
        width: 100%;
      }
      .gag{
        width: 300px;
      }
      .nav-fut{
        font-size: 15px;
      }
      #prj{
        top: 26px;
      }
    }
    @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;
      }
  }
    @media(max-width:360px) {
      #nas-kopi{
        font-size: 17px;
      }     
  }
    @media(max-width:350px) {
      #nas1{
        font-size: 50px;
      }
      #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;
      }
      #kar-nas{
        font-size: 25px;
        padding: 20px;
      }
      .tek-pre{
        font-size: 14px;
      }
      #container{
        height: 2730px;
      }
    }
    @media(max-width:315px) {
      #nas-kopi{
        font-size: 13px;
      }
        .center{
          width: 200px;
          height: 180px;
        }
        #medju{
          height: 400px;
        }
        .nav-dot {
          margin-top: 300px;
        }
        #takcice{
          width: 60%;
        }
        #drug{
          height: 700px;
        }
        #drug-levi{
          height: 75%;
        }
        #drug-desni{
            width: 100%;
            height: 25%;
          }
          #asd{
            width: 200px;
            height: 50px;
          }
          #container{
            height: 2530px;
          }
  }
    @media(max-width:300px) {
      #nas1{
        font-size: 40px;
      }
      #logo{
        width: 200px;
        height: 50px;
      }
      .gag{
        width: 250px;
      }
      .nav-fut{
        font-size: 11px;
      }
      #prj{
        top: 21px;
      }
    }
    @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;
      }
    }
    @media(max-width:250px) {
      #nas-kopi{
          font-size: 11px;
        }
        #kar-nas{
          font-size: 20px;
          padding: 20px;
        }
        .tek-pre{
          font-size: 11px;
        }
        #drug-levi{
          gap: 20px;
        }
    }
    @media(max-width:225px) {
     #nas1{
      font-size: 35px;
     }
     .center{
      width: 180px;
      height: 160px;
      }
      #medju{
        height: 350px;
      }
      #container{
        height: 2480px;
      }
    }
    @media(max-width:205px) {
      #logo{
        width: 180px;
        height: 45px;
      }
      #header{
        height: 120px;
      }
      #foot-logo{
        width: 180px ;
        height: 45px;
      }
}