*{
    margin: 0 auto;
    padding:0px;
}
html,
body {
  scroll-behavior: smooth;
}
#container{
  height: 3660px;
  background-color: rgb(0, 0, 0);
  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-image: #262626;
  z-index: 10000;
}
#levi{
  width: 25%;
  display: flex;
  justify-content: center;
  align-items: center;
}
#sl-lev{
  height: 120px;
  width: 160px;
  display: flex;
  justify-content: center;
  align-items: center;
}
#logo{
  height: 110px;
  width: 110px;
  margin-top: 5px;
}
#srednji{
    width: 50%;
    display: flex;
    justify-content: center;
    align-items: center;
  }
#menu__toggle {
    opacity: 0;
  }
  #menu__toggle:checked + .menu__btn > span {
    transform: rotate(45deg);
  }
  #menu__toggle:checked + .menu__btn > span::before {
    top: 0;
    transform: rotate(0deg);
  }
  #menu__toggle:checked + .menu__btn > span::after {
    top: 0;
    transform: rotate(90deg);
  }
  #menu__toggle:checked ~ .menu__box {
    right: 0 !important;
  }
  .menu__btn {
    position: fixed;
    right: 50px;
    top: 60px;
    width: 26px;
    height: 26px;
    cursor: pointer;
    z-index: 1;
  }
  .menu__btn > span,
  .menu__btn > span::before,
  .menu__btn > span::after {
    display: block;
    position: absolute;
    width: 100%;
    height: 2px;
    background-color: #fcfcfc;
    transition-duration: .25s;
  }
  .menu__btn > span::before {
    content: '';
    top: -8px;
  }
  .menu__btn > span::after {
    content: '';
    top: 8px;
  }
  .menu__box {
    display: block;
    position: fixed;
    top: 0;
    right: -100%;
    width: 300px;
    height: 1200px;
    margin: 0;
    list-style: none;
    background-color: #232525;
    box-shadow: 2px 2px 6px rgba(0, 0, 0, .4);
    transition-duration: .25s;
  }
  .menu__item {
    top: 0;
    display: block;
    padding: 12px 24px;
    color: #ffffff;
    font-size: 20px;
    font-family:'Dosis', sans-serif;
    font-weight: 300;  
    text-decoration: none;
    transition-duration: .25s;
  }
  .menu__item:hover {
    background-color: #CFD8DC;
  }
  #ham-logo{
    width: 110px;
    height: 110px;
    margin-top: 20px;
    margin-left: 10px;
  }
#desni{
  width: 25%;
  display: flex;
  justify-content: center;
  align-items: center;
}
#srb{
  color:#ffffff;
  font-family: 'Gill Sans', 'Gill Sans MT', Calibri, 'Trebuchet MS', sans-serif;
  font-size: 21px;
  text-decoration: none;
  list-style: none;
}
#eng{
  color:#ffffff;
  font-family: 'Gill Sans', 'Gill Sans MT', Calibri, 'Trebuchet MS', sans-serif;
  font-size: 20px;
  margin-top: 10px;
  text-decoration: none;
  list-style: none;

}
#srb:hover{
  color: rgb(201, 0, 0);
  font-size:23px;

}
#eng:hover{
  background:-webkit-linear-gradient(#3842ab, #232f9e, #101b7d);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  font-size:21px;
}
#teks{
    margin-right: 0;
}


/* pocetna */


#pocetna{
  width: 100%;
  position: relative;
  height: 930px;
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
  background-color: black;
  float: left;
}
#nas1{
  position: absolute;
  color: white;
  text-shadow:  black 4px 4px;
  top: 300px;
  z-index: 20;
  font-size: 190px;
  font-family: 'Lucida Sans', 'Lucida Sans Regular', 'Lucida Grande', 'Lucida Sans Unicode', Geneva, Verdana, sans-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;
  top: 550px;
  z-index: 20;
  text-align: center;
  font-size: 40px;
  font-family: 'Lucida Sans', 'Lucida Sans Regular', 'Lucida Grande', 'Lucida Sans Unicode', Geneva, Verdana, sans-serif;
  justify-content: center;
  align-items: center;
}
#dagi{
  width: 800px;
  height: 100px;
  top: 700px;
  position: absolute;
  display: flex;
  justify-content: center;
  flex-direction: row;
  gap: 0px;
  z-index: 1000;
  align-items: center;
}
#digi1{
  padding: 25px 70px;
  background-color: #6d2a2a;
  border: 3px solid #6d2a2a;
  font-size: 25px;
  color: #ffffff;
  font-family: 'Lucida Sans', 'Lucida Sans Regular', 'Lucida Grande', 'Lucida Sans Unicode', Geneva, Verdana, sans-serif;
}
#digi1:hover{
  background-color: transparent;
  cursor: pointer;
}
#digi2{
  padding: 25px 70px;
  border: 3px solid #6d2a2a;
  background-color: transparent;
  font-size: 25px;
  color: #ffffff;
  font-family: 'Lucida Sans', 'Lucida Sans Regular', 'Lucida Grande', 'Lucida Sans Unicode', Geneva, Verdana, sans-serif;
}
#digi2:hover{
  background-color: #6d2a2a;
  cursor: pointer;
}
#pctn-sl{
  object-fit: cover;
  width: 100%;
  height: 100%;
  opacity: 40%;
}


/* KRAJ POCETNE */




#prv{
  width: 100%;
  height:930px ;
  display: flex;
  align-items: center;
  justify-content: center;
  /* gap: 200px; */
  position: relative;
  float: left;
  flex-direction: row;
  background-color: #4C1D1D;
  cursor: url(img/ikol.png), pointer;
}
#prv-levo{
  width: 50%;
  display: flex;
  justify-content: center;
  align-items: center;
  flex-wrap: wrap;
  gap: 50px;
  flex-direction: column;
  float: left;
  height: 100%;
}
#p-gor{
  width: 100%;
  height: 250px;
  /* background-color: #101b7d; */
  display: flex;
  justify-content: space-evenly;
  align-items: center;
  flex-direction: column;
  gap: 0px;
}
#men-nas{
  text-align: center;
  font-size: 89px;
  color: white;
  font-family: 'Arvo', serif;
  z-index: 1000;
  float: left;
}
#ikol{
  width: 80px;
  height: 80px;
  float: left;
}
.tek-pl{
  color: white;
  font-weight: 200;
  font-size: 40px;
  padding: 40px;
  text-align: center;
  font-family: 'Lucida Sans', 'Lucida Sans Regular', 'Lucida Grande', 'Lucida Sans Unicode', Geneva, Verdana, sans-serif;
}
#prv-desno{
  width: 50%;
  display: flex;
  justify-content: center;
  align-items: center;
  flex-wrap: wrap;
  flex-direction: column;
  float: left;
  height: 100%;
}
#pd-pec{
  object-fit: cover;
  width: 600px;
  height: 440px;
}


/* prvi gotov */




/* DRUGI */


#drug{
    width: 100%;
    height:1100px ;
    display: flex;
    background-image: linear-gradient(to right, #5a2222, #7a2f2f);
    align-items: center;
    justify-content: center;
    position: relative;
    float: left;
    flex-direction: column;
    cursor: url(img/ikol.png), pointer;
  }
#drug-gornji{
  width: 100%;
  height: 350px;
  display: flex;
  align-items: center;
  justify-content: center;
}
#kar-nas{
  text-align: center;
  font-size: 89px;
  color: #ffffff;
  font-family: 'Arvo', serif;
  z-index: 1000;
  float: left;
}
#drug-donji{
  width: 1500px;
  height: 650px;
  display: flex;
  align-items: center;
  flex-direction: row;
  flex-wrap: wrap;
}
.card{
  width: 400px;
  height: 500px;
  display: flex;
  align-self: center;
  justify-content: center;
  flex-direction: column;
  flex-wrap: wrap;
  position: relative;
  border-radius: 1em;
  z-index: 100;
  background-color: black;
  background-image: linear-gradient(to bottom, transparent, #3b3b3b);
}
.card:hover {
  transform: translateY(-20px);
}
.dol-pre{
  height: 250px;
  width: 100%;
  /* background-color: red; */
  display:flex;
  justify-content: space-evenly;
  align-items: center;
  flex-direction: column;
}
.sl-pre{
  width: 100%;
  height: 100%;
  object-fit: cover;
  z-index: 10;
  border-radius: 1em;
  opacity: 40%;
  position: absolute;
}
.sl-pre:hover{
  opacity:70% ;
}

.nas-pre{
  color: white;
  font-weight: 200;
  font-size: 50px;
  text-align: center;
  font-family: 'Lucida Sans', 'Lucida Sans Regular', 'Lucida Grande', 'Lucida Sans Unicode', Geneva, Verdana, sans-serif;
  z-index: 100;
}
.tek-pre{
  color: white;
  font-weight: 200;
  font-size: 29px;
  text-align: center;
  font-family: 'Lucida Sans', 'Lucida Sans Regular', 'Lucida Grande', 'Lucida Sans Unicode', Geneva, Verdana, sans-serif;
  padding: 20px;
  z-index: 100;
}



/* FOOTER  */




#footer{
  width: 100%;
  float: left;
  height: 600px;
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  justify-content: center;
  align-items: center;
  background-color: #4C1D1D;
  float: left;
}

#slii{
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  align-items: center;
  width: 600px;
  height: 100%;
}
#gor-fut{
  width: 100%;
  height: 40%;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
}
#foot-logo{
  width: 200px;
  height: 200px;
  margin-top: 50px;
}

#dol-fut{
  width: 100%;
  height: 60%;
  display: flex;
  flex-direction: column;
  justify-content: space-evenly;
  align-items: center;
}
#fut-nas{
  color: white;
  font-size: 35px;
  text-align: center;
  font-weight: 200;
  font-family: 'Lucida Sans', 'Lucida Sans Regular', 'Lucida Grande', 'Lucida Sans Unicode', Geneva, Verdana, sans-serif;
}
#fut-nas1{
  color: white;
  font-size: 25px;
  text-align: center;
  font-weight: 200;
  font-family: 'Lucida Sans', 'Lucida Sans Regular', 'Lucida Grande', 'Lucida Sans Unicode', Geneva, Verdana, sans-serif;
}
#fut-nas2{
  color: white;
  font-size: 25px;
  text-align: center;
  font-weight: 200;
  font-family: 'Lucida Sans', 'Lucida Sans Regular', 'Lucida Grande', 'Lucida Sans Unicode', Geneva, Verdana, sans-serif;
}
#kopirajt{
  width: 100%;
  height: 100px;
  background-color: #262626;
  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:'Dosis', sans-serif;
  font-weight: 300;
  padding: 20px;
}
#loader-wrapper{
  width: 100%;
  height: 100%;
  position: fixed;
  z-index: 100000;
  background-color: #6d2a2a;
  display: flex;
  justify-content: center;
  align-items: center;
  top: 0;
  left: 0;
  transition:  1s ease-in-out;
}
#asd{
  object-fit: cover;
  width: 200px;
  height: 200px;
}




/* 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: 170px;
      }
    }

    @media(max-width:1600px) {
      #nas1{
        font-size: 150px;
      }
      #pd-pec{
        width: 500px;
        height: 390px;
      }
      #td-pec{
        width: 500px;
        height: 320px;
      }
      .tek-pl{
        font-size: 35px;
      }
    }
    @media(max-width:1500px) {
      #drug-donji{
        width: 1300px;
      }
    }
    @media(max-width:1400px) {
      #nas1{
        font-size: 130px;
      }
    }
    @media(max-width:1300px) {
    #container{
      height: 4660px;
    }
    #drug{
      height: 2100px;
    }
    #drug-donji{
      height: 1800px;
      flex-wrap: wrap;
      gap: 50px;
      width: 100%;
      flex-direction: column;
    }
  }
  @media(max-width:1210px) {
  #nas1{
    font-size: 110px;
  }
}
    @media(max-width:1200px) {
      #pd-pec{
        width: 400px;
        height: 320px;
      }
      #td-pec{
        width: 400px;
        height: 220px;
      }
      .tek-pl{
        font-size: 28px;
      }
      #prv-levo{
        height: 700px;
      }
    }
    @media(max-width:1100px) {
      #nas1{
        font-size: 90px;
      }
    }
    @media(max-width:950px) {
      #nas1{
        font-size: 80px;
      }
      #nas2{
        font-size: 30px;
      }
    }
    @media(max-width:860px) {
      #pd-pec{
        width: 350px;
        height: 300px;
        object-fit: cover;
      }
      #td-pec{
        width: 350px;
        height: 220px;
        object-fit: cover;
      }
      .tek-pl{
        padding: 20px;
      }
      #prv-levo{
        height: 700px;
      }
      #men-nas{
        font-size: 60px;
      }
      #ikol{
        width: 60px;
        height: 60px;
      }
    }
    @media(max-width:760px) {
      #nas1{
        font-size: 70px;
      }
      #nas2{
        font-size: 25px;
      }
      #dagi{
        width: 600px;
      }
      .menu__btn{
        right: 30px;
      }
    }
    @media(max-width:730px) {
      #container{
        height: 4590px;
      }
      #tre{
        flex-wrap: wrap;
        height: 1100px;
        flex-direction: column-reverse;
      }
      #tre-levo{
        height: 250px;
        width: 100%;
      }
      #tre-desno{
    
        width: 100%;
        height: 700px;
      }
    }
    @media(max-width:700px) {
      #prv{
        flex-wrap: wrap;
        height: 1100px;
        flex-direction: column;
      }
      #prv-levo{
        width: 100%;
        height: 700px;
      }
      #prv-desno{
        height: 250px;
        width: 100%;
      }
      #men-nas{
        font-size: 60px;
      }
      #ikol{
        width: 60px;
        height: 60px;
      }
      #container{
        height: 4830px;
      }
    }
    @media(max-width:650px) {
      #nas2{
        font-size: 23px;
      }
      #digi1{
        padding: 25px 50px;
      }
      #digi2{
        padding: 25px 50px;
      }
      .menu__btn{
        right: 30px;
      }
    }
    @media(max-width:600px) {
      #nas-kopi{
        font-size: 17px;
      }
      .card{
        width: 300px;
        height: 400px;
      }
      .nas-pre{
        font-size: 40px;
      }
      .tek-pre{
        font-size: 25px;
      }
      #drug{
        height: 1800px;
      }
      #drug-donji{
        height: 1700px;
      }
      #kar-nas{
        font-size: 60px;
      }
      #container{
        height: 4530px;
      }
  }
    @media(max-width:580px) {
      #nas2{
        font-size: 23px;
      }
      #digi1{
        padding: 20px 30px;
      }
      #digi2{
        padding: 20px 30px;
      }
      .menu__btn{
        right: 10px;
      }
      #dagi{
        width: 400px;
      }
    }
    @media(max-width:480px) {
      #nas1{
        font-size: 70px;
        top: 250px;
      }
      #nas2{
        font-size: 20px;
        top: 480px;
      }
      #srednji{
        width: 0px;
      }
      #digi1{
        padding: 20px 30px;
      }
      #digi2{
        padding: 20px 30px;
      }
      .menu__btn{
        right: 10px;
      }
      #dagi{
        width: 400px;
      }
    }
    @media(max-width:400px) {
      #nas1{
        font-size: 60px;
        top: 300px;
      }
      #nas2{
        font-size: 17px;
        top: 480px;
      }
      #srednji{
        width: 0px;
      }
      #digi1{
        padding: 15px 20px;
      }
      #digi2{
        padding: 15px 20px;
      }
      .menu__btn{
        right: 10px;
      }
      #dagi{
        width: 400px;
        top: 600px;
      }
      .pre{
        width: 250px;
      }
    }
    @media(max-width:360px) {
      #nas-kopi{
        font-size: 17px;
      }
      #fut-nas{
        font-size: 33px;
      }
      #fut-nas1{
        font-size: 20px;
      }
      #fut-nas2{
        font-size: 20px;
      }        
      #prv{
          flex-wrap: wrap;
          height: 1100px;
          flex-direction: column;
        }
        #prv-levo{
          width: 100%;
        }
        #prv-desno{
          height: 250px;
          width: 100%;
        }
        #prv-levo{
          height: 700px;
        }
        #ikol{
          width: 60px;
          height: 60px;
        }
        #pd-pec{
          width: 230px;
          height: 200px;
          object-fit: cover;
        }
        #td-pec{
          width: 230px;
          height: 140px;
          object-fit: cover;
        }
        .tek-pl{
          font-size:23px;
          padding: 20px;
        }
        #men-nas{
          font-size: 45px;
        }
  }
    @media(max-width:350px) {
      #nas1{
        font-size: 50px;
        top: 300px;
      }
      #nas2{
        font-size: 15px;
        top: 480px;
      }
      #srednji{
        width: 0px;
      }
      #digi1{
        padding: 10px 10px;
      }
      #digi2{
        padding: 10px 10px;
      }
      .menu__btn{
        right: 10px;
      }
      #dagi{
        width: 300px;
        top: 600px;
      }
      .card{
        width: 200px;
        height: 300px;
      }
      .nas-pre{
        font-size: 30px;
      }
      .tek-pre{
        font-size: 22px;
      }
      #drug{
        height: 1400px;
      }
      #drug-donji{
        height: 1300px;
      }
      #kar-nas{
        font-size: 60px;
      }
      #container{
        height: 4130px;
      }
    }
    @media(max-width:315px) {
      #nas-kopi{
        font-size: 13px;
      }
      #fut-nas{
        font-size: 33px;
      }
      #fut-nas1{
        font-size: 17px;
      }
      #fut-nas2{
        font-size: 17px;
      }
      #foot-logo{
        width: 180px;
        height: 180px;
      }
  }
    @media(max-width:300px) {
      #nas1{
        font-size: 40px;
        top: 320px;
      }
      #nas2{
        font-size: 13px;
        top: 480px;
      }
      #srednji{
        width: 0px;
      }
      #digi1{
        padding: 7px 4px;
      }
      #digi2{
        padding: 7px 4px;
      }
      .menu__btn{
        right: 5px;
      }
      #desni{
        width: 70px;
      }
      .menu__box{
        width: 200px;
      }
      #dagi{
        width: 240px;
        top: 600px;
        gap: 0px;
      }
      .tek-pl{
        padding: 5px;
      }
    }
    @media(max-width:250px) {
      .pre{
        width: 200px;
      }
      #kar-nas{
        font-size: 40px;
      }
    }
    @media(max-width:225px) {
     #nas1{
      font-size: 35px;
     }
     #digi1{
        font-size: 20px;     
      }
      #digi2{
        font-size: 20px;     
      }
      #dagi{
        width: 200px;
        top: 600px;
        gap: 0px;
      }
      .tek-pl{
        padding: 5px;
        font-size: 20px;
      }
      #pd-pec{
        width: 190px;
        height: 170px;
      }
      .card{
        width: 180px;
        height: 280px;
      }
      .nas-pre{
        font-size: 30px;
      }
      .tek-pre{
        font-size: 20px;
      }
      #drug{
        height: 1300px;
      }
      #drug-donji{
        height: 1200px;
      }
 
      #container{
        height: 4030px;
      }
    }
    