* {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}

#hero {
  padding: 60px;
  position: relative;
  background-image: url("../img-neon/background.jpg");
  background-color: #000;
  display: block;
}

#hero #text-gore {
  position: relative;
  margin: 30px auto 0;
  width: 50%;
  max-width: 350px;
  z-index: 800;
}

#hero #text-sredina {
  background: url("../img-neon/linije.png") no-repeat center;
  background-size: cover;
  position: relative;
  -webkit-transform: scale(1);
  transform: scale(1);
  z-index: 8;
  opacity: 1;
  max-width: 1300px;
  /* -webkit-transition: opacity 0.3s 0.4s, -webkit-transform 0.3s 0.4s;
  transition: opacity 0.3s 0.4s, -webkit-transform 0.1s 0.4s;
  transition: opacity 0.3s 0.4s, transform 0.1s 0.4s;
  transition: opacity 0.3s 0.4s, transform 0.1s 0.4s, -webkit-transform 0.3s 0.4s; */
  /* -webkit-transition: opacity 0.3s;
  transition: opacity 0.3s; */
  margin: auto;
  margin-top: -50px;
}


#hero #text-animation {
  position: relative; 
  margin: auto; 
  display: grid;
  margin-top: -40px;
}


#hero #text-progress {
  /* background: url("../img-neon/progress-bar-back.png") no-repeat center; */
  /* background-size: cover; */
  position: relative;
  width: 55%;
  opacity: 1;
  /* -webkit-transition: opacity 0.3s 0.4s, -webkit-transform 0.3s 0.4s;
  transition: opacity 0.3s 0.4s, -webkit-transform 0.1s 0.4s; */
  -webkit-transition: opacity 0.4s;
  transition: opacity 0.4s;
  z-index: 8;
  max-width: 650px;
  margin: auto;
}




#hero #text-progress .progress-bar__text {
  position: absolute;
  color: #fff ;
  text-align: right;
  width: 100%;
  margin-right: 30px;
  font-size: 1.2rem;
  font-weight: 700;
  text-transform: uppercase;
}

#hero #text-progress h2 {
  color: #fff !important;
}


#hero #text-progress.active {
  opacity: 0;
}


#hero #text-sredina.active {
  /* opacity: 1; */
}


#hero #text-sredina img {
  width: 100%;
}


#hero #text-sredina.active img {
  /* -webkit-filter: drop-shadow(0px 0px 30px #ff5f01) drop-shadow(0px 0px 30px #ff5f01) drop-shadow(0px 0px 30px #ff5f01) drop-shadow(0px 0px 30px #ff5f01) drop-shadow(0px 0px 30px #ff5f01); */
  /* filter: drop-shadow(0px 0px 30px #ff5f01) drop-shadow(0px 0px 30px #ff5f01) drop-shadow(0px 0px 30px #ff5f01) drop-shadow(0px 0px 30px #ff5f01) drop-shadow(0px 0px 30px #ff5f01); */
  /* -webkit-animation: flicker 1.5s ease-in-out forwards; */
  /* animation: flicker 1.5s ease-in-out forwards; */
}

@keyframes flicker {
    
  100% {
    -webkit-filter: drop-shadow(0px 0px 30px #ff5f01) drop-shadow(0px 0px 30px #ff5f01) drop-shadow(0px 0px 30px #ff5f01) drop-shadow(0px 0px 30px #ff5f01)  drop-shadow(0px 0px 30px #ff5f01);
    filter: drop-shadow(0px 0px 30px #ff5f01) drop-shadow(0px 0px 30px #ff5f01) drop-shadow(0px 0px 30px #ff5f01) drop-shadow(0px 0px 30px #ff5f01)  drop-shadow(0px 0px 30px #ff5f01);
  }
  
  /* 20%, 24%, 55% {        
      filter: drop-shadow(0px 0px 25px #ff5f01) drop-shadow(0px 0px 13px #ff5f01) drop-shadow(0px 0px 25px #ff5f01) drop-shadow(0px 0px 15px #ff5f01);
  }     */
}




#hero #text-dolje {
  position: relative;
  width: 55%;
  -webkit-transform: scale(2);
  transform: scale(2);
  z-index: 8;
  opacity: 0;
  max-width: 650px;
  -webkit-transition: opacity 0.3s 0.4s, -webkit-transform 0.3s 0.4s;
  transition: opacity 0.3s 0.4s, -webkit-transform 0.1s 0.4s;
  transition: opacity 0.3s 0.4s, transform 0.1s 0.4s;
  transition: opacity 0.3s 0.4s, transform 0.1s 0.4s, -webkit-transform 0.3s 0.4s;
  /* -webkit-transition: opacity 0.3s;
  transition: opacity 0.3s; */
  margin: auto;
  /* margin-top: -40px; */
  /* display: none; */
}

#hero #text-dolje.active {
  -webkit-transform: scale(1);
  transform: scale(1);
  opacity: 1;
}

#hero #text-dolje img {
  width: 100%;
}


#hero img {
  width: 100%;
}





@media screen and (max-width: 1700px) and (min-width: 1271px) {
  #text-sredina {
    /* position: absolute;
    width: 55%; */

    /* left: 21.8% !important; */
  }
  #text-dolje {
    position: absolute;
    width: 55%;

    /* left: 21.8% !important; */
  }
}








@media screen and (max-width: 1270px) and (min-width: 762px) {
  #text-dolje {
    position: absolute;
    width: 55%;

    /* left: 21.5% !important; */
  }
}
@media screen and (max-width: 761px) and (min-width: 362px) {
  #text-dolje {
    position: absolute;
    width: 55%;

    /* left: 24% !important; */
  }
  
}

@media screen and (max-width: 361px) {
  #text-dolje {
    position: absolute;
    width: 55%;
  }
}


@media screen and (min-width: 1921px) and(max-width:2250px) {

  #hero #text-dolje {
    /* left: 29.7% !important; */
  }


  #hero #text-sredina {
    /* left: 29.7% !important; */
  }


}

@media screen and (min-width: 2250px) and (max-width: 2600px) {

  #hero #text-dolje {
    /* left: 29% !important; */
  }

  #hero #text-sredina {
    /* left: 29% !important; */
  }

  #text-gore{
    /* left: 30%!important; */
  }
}




#below {
position: relative;
left: 0;
top: 0;
z-index: 2;
opacity: 1;
/* filter: drop-shadow(0px 0px 11px rgba(255, 255, 255, 1)); */
}



#above {
position: absolute;
left: 0;
top: 0;
z-index: 1;
opacity: 0.9;
transform: scale(0.95);
}

#above.active {
opacity: 0;
transform: scale(4);
}



@media screen and (max-width: 960px) {
  #hero {
    padding: 40px 0;
  }
  #hero #text-gore, #hero #text-dolje {
    margin: 0 auto;
  }
  #hero #text-sredina {
    margin-top: 0;
  }


}


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

  #hero #text-sredina img {
    width: calc(100% + 200px);
    max-width: calc(100% + 214px);
    left: -100px;
    position: relative;
  }
  

}







/* PROGRESS BAR */

.containerbar {
	display: flex;
	justify-content: center;
	align-items: center;
	/* height: 100vh; */
	width: 100%;
  }
  
  .progress-bar__container {
    width: 100%;
    height: 3rem;
    border-radius: 0.8rem;
    position: relative;
    overflow: hidden;
    transition: all 0.5s;
    will-change: transform;
    box-shadow: 0 0 7px #ffffff;
    border: 3px solid #fff;
    padding: 5px;
  }
  
  .progress-bar {
	/* position: absolute; */
	height: 100%;
	width: 0;
	content: "";
	background-color: #ff5f01 !important;
	top:0;
	bottom: 0;
	left: -100%;
	border-radius: 0.3rem;
	display: flex;
	justify-content: center;
	align-items:center;
	color: white;
	font-family: 'Poppins',sans-serif;
  }



  #hero #text-progress.play .progress-bar{
    /* position: relative;
    background-color: #ff5f01;
    width: 0px;
    height: 28px;
    border-radius: 8px; */
    animation: progres 2.5s normal forwards;
    /* bottom: 27px; */
  }
  @keyframes progres{
    0%{
      width: 0%;
    }
    25%{
        width: 50%;
    }
    50%{
        width: 75%;
    }
    75%{
        width: 85%;
    }
    100%{
        width: 100%;
    }
  }
  

  @media screen and (max-width:600px) {
    #hero #text-progress h2.loading {
      font-size: 24px !important;
      margin-bottom: 0;
      padding-bottom: 6px;
    }
    #hero #text-animation {
      margin-top: -10px;
    }
    .progress-bar__container {
      height: 2.5rem;
      border-radius: 1rem;
      border: 2px solid #fff;
      padding: 3px;
    }
    .progress-bar {
      border-radius: 0.5rem;
    }
    #hero #text-progress .progress-bar__text {
      /* margin-right: 16px; */
      font-size: 0.7rem;
    }
    #hero #text-dolje {
      width: 75%;
    }
    #hero #text-progress {
      width: 90%;
    }
  }
  

  @media screen and (max-width:361px) {
    #hero #text-progress h2.loading {
      font-size: 18px !important;
      margin-bottom: 0;
      padding-bottom: 6px;
    }


  }



  #hero #text-sredina > #svetlo {
    opacity: 0;
    -webkit-transition: opacity 0.4s;
    transition: opacity 0.4s;
  }


  #hero #text-sredina.active > #svetlo {
    opacity: 1;
  }


  .loading {
    margin: 0 0 10px;
    padding: 0 0 15px;
    position: relative;
    text-align: center;
    text-transform: uppercase;
    margin-bottom: .5rem;
    line-height: 1.2;
    font-size: 49px !important;
  }