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

#hero {
  padding: 60px;
  position: relative;
  /* background-image: url("../img-neon/background.jpg"); */
  background: rgb(0,0,0);
  background: url(../img-neon/linijeD.png) no-repeat center center, radial-gradient(circle, #2c2c2c 0%, #191919 100%);
  /* background: radial-gradient(circle, rgba(0,67,135,1) 0%, rgba(0,6,27,1) 100%); */
  display: block;
  overflow: hidden;
  background-size: contain;
}

#linijeD {
  /* background: url("../img-neon/linijeD.png") no-repeat center;
  background-size: contain; */
}


#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: 780px;
  margin: auto;
  width: 70%;
  margin-top: 50px;
}


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


#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: 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%;
  /* width: 80%; */
    display: block;
    margin: auto;
}


#hero #text-sredina.active img {
  /* -webkit-filter: drop-shadow(0px 0px 30px #6ed6d4) drop-shadow(0px 0px 30px #6ed6d4) drop-shadow(0px 0px 30px #6ed6d4) drop-shadow(0px 0px 30px #6ed6d4) drop-shadow(0px 0px 30px #6ed6d4); */
  /* filter: drop-shadow(0px 0px 30px #6ed6d4) drop-shadow(0px 0px 30px #6ed6d4) drop-shadow(0px 0px 30px #6ed6d4) drop-shadow(0px 0px 30px #6ed6d4) drop-shadow(0px 0px 30px #6ed6d4); */
  /* -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 #6ed6d4) drop-shadow(0px 0px 30px #6ed6d4) drop-shadow(0px 0px 30px #6ed6d4) drop-shadow(0px 0px 30px #6ed6d4)  drop-shadow(0px 0px 30px #6ed6d4);
    filter: drop-shadow(0px 0px 30px #6ed6d4) drop-shadow(0px 0px 30px #6ed6d4) drop-shadow(0px 0px 30px #6ed6d4) drop-shadow(0px 0px 30px #6ed6d4)  drop-shadow(0px 0px 30px #6ed6d4);
  }
  
  /* 20%, 24%, 55% {        
      filter: drop-shadow(0px 0px 25px #6ed6d4) drop-shadow(0px 0px 13px #6ed6d4) drop-shadow(0px 0px 25px #6ed6d4) drop-shadow(0px 0px 15px #6ed6d4);
  }     */
}




#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 {
  /* position: relative; */
  -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);
}


.podnaslov.top-anim.top-anim2 {
  padding:30px 10px 0;
  margin-top:0 !important;
}


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



  .podnaslov.top-anim.top-anim2 {
    padding: 0 10px !important;
  }

}









/* PROGRESS BAR */

.containerbar {
	display: flex;
	justify-content: center;
	align-items: center;
	/* height: 100vh; */
	width: 100%;
  }
  
  .progress-bar__container {
    width: 100%;
    height: 4rem;
    border-radius: 1.5rem;
    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: #6ed6d4 !important;
	top:0;
	bottom: 0;
	left: -100%;
	border-radius: 0.8rem;
	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: #6ed6d4;
    width: 0px;
    height: 28px;
    border-radius: 8px; */
    animation: progres 1.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:800px) {
    #hero #text-animation {
      margin-top: 10px;
    }
  }

  

  @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: 1.5rem;
    }
    #hero #text-dolje {
      /* width: 75%; */
    }
  }
  

  @media screen and (max-width:400px) {
    #hero #text-animation {
      margin-top: 10px;
    }
    #hero {
      background-position: center center;
    }
  }

  @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;
  }


  .podnaslov.top-anim.top-anim2 {
    text-align: center;
    color: #fff;
    margin-top: 50px;
}