*{
  margin: 0;
  padding: 0;
}
::-webkit-scrollbar {
    display: none;
}

#hamburger{
  display: none;
  cursor: pointer;
  z-index: 5;
  position: fixed;
  right: 3vw;
  top: 25px;
  width: 60px;
  height: 60px;
  background-color: #333333;
}

#crta{
	z-index: 1;
	position: absolute;
	width: 300px;
	height: 300px;
	background-color: #333333;
	-webkit-transform: rotate(25deg) skewX(10deg) translate(-300px,0px);
	        transform: rotate(25deg) skewX(10deg) translate(-300px,0px);
	-webkit-transition: all 0.5s;
	transition: all 0.5s;
}
#gumb:hover #crta{
	-webkit-transform: rotate(25deg) translate(-70px,-100px);
	        transform: rotate(25deg) translate(-70px,-100px);
}

.crta{
  position: relative;
  top:15px;
  background-color: #ffffff;
  width: 40px;
  height: 2px;
  margin-top: 7px;
}
#crta1.off{
  transition: 0.2s ease-out;
}
#crta2.off{
  transition: 0.3s ease-out;
}
#crta3.off{
  transition: 0.5s ease-out;
}
#crta1{
  transition: 0.2s 0.7s ease-out;
}
#crta2{
  transition: 0.3s 0.7s ease-out;
}
#crta3{
  transition: 0.5s 0.7s ease-out;
}
#crta1.off ,#crta2.off,#crta3.off{
  width: 0px;
}
#hold{
  position: relative;
  left: 50%;
  transform: translateX(-50%);
  width: 40px;
}
.x{
  width: 2px;
  background-color: #ffffff;
  height: 0px;
  position: absolute;
  top: 15px;
  transform-origin: top;
}
#x1{
  transform: rotate(45deg) ;
  left: 38px;
  top: 5px;
  margin-right: 13px;
  right: 0;
  transition: 0.7s;
}
#x2{
  transform: rotate(-45deg) ;
  margin-left: -13px;
  transition: 0.5s;
  top: 5px;
  left:14px;
}
#x1.on{
  height: 53px;
  transition: 0.5s 0.7s;
}
#x2.on{
  height: 53px;
  transition: 0.5s 0.5s;
}

#nav{
  text-align: right;
  z-index: 999999;
  position: fixed;
  width: 100vw;
  height: 100px;
  background-color: rgba(0, 0, 0, 0.7);
  border-bottom: solid 1px #a6c800;
  box-sizing: border-box;
}
#Layer_1{

  position: absolute;
  height: 70px;
  left: 100px;
  transform: translateY(-50%);
  top: 50%;
}
#nav :nth-last-child(1){
  margin-right: 100px;
}
#link:hover{
  color:#a6c800;
}
#link{
  cursor: pointer;
  color: #fff;
  font-family: "Poppins";
  padding: 30px;
  font-size: 17px;
  line-height: 100px;
  display: inline;
  transition: 0.2s;
}

/*593*/

@media only screen and (max-width: 1360px) {
  #Layer_1{
    position: absolute;
    height: 60px;
    left: 70px;
    transform: translateY(-50%);
    top: 50%;
  }
  #nav :nth-last-child(1){
    margin-right: 50px;
  }
  #link{
    cursor: pointer;
    color: #fff;
    font-family: "Poppins";
    padding: 20px;
    font-size: 17px;
    line-height: 100px;
    display: inline;
  }

}










#slide{
  position: relative;
  overflow: hidden;
  width: 100vw;
  height: 950px;
  background-image: url(../slike/bs.jpg);
  background-position: center;
  background-size: cover;
}
.slide{
  color: #fff;
  position: absolute;
  width: 500px;
  height: 750px;
  transform: translate(-50%,-50%);
  left: 50%;
  top: 40%;
  z-index: 1;
}
.slide h1{
  text-align: center;
  font-family: "Poppins";
  font-weight: 400;
  font-size: 35px;
  font-stretch: ultra-condensed;
  letter-spacing: 3px;
}
.slide :nth-child(3){
  padding-top: 20px;
  text-align: center;
  font-family: "Poppins";
  font-size: 17px;
  font-weight: 200;
  margin-bottom: 40px;
  letter-spacing: 2px;
}
.slide :nth-child(1){
  margin-top: 200px;
  text-align: center;
  font-family: "Nothing You Could Do";
  color:#a6c800;
  font-size: 30px;
  padding-bottom: 10px;
}
#gumb1{
  position: absolute;
  font-family: "Poppins";
  font-size: 15px;
  cursor: pointer;
  color:#000;
  background-color:#a6c800;
  transform: translateX(-50%);
  left: 36%;
  padding: 15px 40px 15px 40px;
  border: solid 1px #a6c800;
  transition: 0.3s;
}
#gumb1:hover{
  color:#a6c800;
  background-color:rgba(0, 0, 0, 0);
}
#gumb2:hover{
  color:#000;
  border: solid 1px #a6c800;
  background-color:#a6c800;

}
#gumb2{
  position: absolute;
  font-family: "Poppins";
  font-size: 15px;
  cursor: pointer;
  color:#fff;
  border: solid 1px #FFF;
  transform: translateX(-50%);
  left: 64%;
  padding: 15px 40px 15px 40px;
  transition: 0.3s;
}
#intro{
  position: fixed;
  transform: translate(-50%,-50%);
  left: 50%;
  top: 50%;
  width: 350px;
  z-index: 99999999999999999999999;
  animation: intro3 0.5s 2s both;
}
#draw{
  stroke-dashoffset:2992.948974609375;
  stroke-dasharray:2992.948974609375;
  animation: intro 1.5s 0.5s both ease;
}
#Layer_22{
  animation: intro2 0.5s 1.5s both;
}
@keyframes intro {
  0%{stroke-dashoffset:2992.948974609375;}
  100%{stroke-dashoffset:0;}
}
@keyframes intro3 {
  0%{top: 50%;}
  100%{top: -150%;}
}
@keyframes intro4 {
  0%{top: 0%;}
  100%{top: -150%;}
}
@keyframes intro2 {
  0%{opacity: 0;}
  100%{opacity: 1;}
}
#introBG{
  width: 100vw;
  height: 100vh;
  background-color: #fff;
  position: fixed;
  z-index: 9999999999999999999999;
  animation: intro4 0.5s 2s both;
}



















@media screen and (max-width: 1100px) {

  #link{
    cursor: pointer;
    font-family: "Poppins";
    padding: 10px;
    font-size: 17px;
    line-height: 100px;
    display: inline;
  }


}













@media screen and (max-width: 1000px) {
  .logonav{
    padding-bottom: 10px;
  }
  #nav{
    background-color: rgba(0, 0, 0, 1);
  }

  #hamburger{
    display: block;}


  #Layer_1{
    margin-top: 25px;
    display: inline-block;
    position: inherit;
    height: 70px;
    left: 0px;
    transform: translateY(0%);
    top: 0%;
  }

  #nav :nth-last-child(1){
    margin-right: 0px;
}

  #nav{
    transition: 0.3s ease all;
    display: flex;
    flex-direction: column;
    align-items:center;
    justify-content: flex-start;
    height: 120px;
    overflow: hidden;


  }
  #nav.height{
    height: 500px;
  }

  #link{
    line-height: 25px;
    border-bottom: 2px solid #a6c800;
    width: 80px;
    text-align: center;
    cursor: pointer;
    font-family: "Poppins";
    padding: 10px;
    font-size: 17px;
    display: block;
  }


}



@media screen and (max-width:900px) {
    
    
    #slide{
        height:1500px;
    }
    
    .slide{
  color: #fff;
  position: absolute;
  width: 500px;
  height: 750px;
  transform: translate(-50%,-50%);
  left: 50%;
  top: 30%;
  z-index: 1;
}
    
}

@media screen and (max-width: 500px) {

.logonav{
  align-self: flex-start;
}

.slide{
  width: 100%;

}
#gumb1{
  left: 28%;
}
#gumb2{
  left: 78%;
}
}
@media screen and (max-width:380px) {

  #Layer_1{
      width: 200px;
    
  }

}
