.BG {
  height: 100%;
  background: #cacaca;
  position: relative;
  overflow-x: hidden;

}

body {
  margin: 0;
  padding: 0;
  
}

footer{
  background: #555555;
  color: white;
  position: absolute;
  width: 100%;
  
  text-align: center;
  height: 30vh;
  justify-content: center;
  
  

  
}

@import url("https://fonts.googleapis.com/css2?family=Russo+One&display=swap");

svg {
	font-family: "Russo One", sans-serif;
	width: 100%; height: 100%;
}
svg text {
	animation: stroke 5s infinite alternate;
	stroke-width: 2;
	stroke: #037D00;
	font-size: 20px;
}
@keyframes stroke {
	0%   {
		fill: rgba(255,255,255,0); stroke: rgba(3,125,0,1);
		stroke-dashoffset: 25%; stroke-dasharray: 0 50%; stroke-width: 2;
	}
	70%  {fill: rgba(255,255,255,0); stroke: rgba(3,125,0,1); }
	80%  {fill: rgba(255,255,255,0); stroke: rgba(3,125,0,1); stroke-width: 3; }
	100% {
		fill: rgba(255,255,255,1); stroke: rgba(3,125,0,0);
		stroke-dashoffset: -25%; stroke-dasharray: 50% 0; stroke-width: 0;
	}
}



.jariska {
  width: 150px;
  height: 150px;
  opacity: 0;
  transition: 1s;

}

.napissssss {
  font-size:110% ; 

}


.napissssss:hover .jariska {
  opacity: 1;
}

.filmbg-s3 {

  width: 100%;
 
}

.stage-1 {
  height: 120vh;
  background: #cacaca;
  
}

/*stage 2*/
.stage-2 {
  height: 120vh;
  width: 220vh;
  background: #686868;
  position: relative;
  left: -1%;
  
}

.BG-img  {
width: 100%;
height: 118vh;
position: absolute;
left: 0;
top: 0;
opacity: 70%;


}

.stage-2-text {
  position: relative;
  top: 15%;
  left: 5%;
  font-size: 240%;
  color: white;
  z-index: 2022;
  
}

.stage-2-text2 {

  position: relative;
  top: 55%;
  left: 5%;
  color: white;
  z-index: 2022;
  font-size: 100%;

}

.stage-2-img {

  
  border-radius: 23px;
  
  position: absolute;
  z-index: 2023;
  top: 15%;
  right: 15%;
  width: 30%;
  height: 70%;
  text-align: center;
  


}

.stage-2-img-R{
  
  border-radius: 23px;
  position: absolute;
  z-index: 2023;
  width: 110%;
  height: 130%;
  text-align: center;
  left: 0%;
  box-shadow: 0 0 23px black;
}
/*stage 2*/

/*stage 3 */
.stage-3 {
  height: 120vh;
  background: #cacaca;
  
} 

.karuzela-prof {

width: 130vh;
height: 70vh;
position: relative;
left: 10%;


}

.card-list .card-item .circle1 {
  width: 300px;
  height: 300px;
  display: block;
  border-radius: 100%;
  background: #006331;
  position: relative;
  margin: 3rem;
  float: left;
 

}
  
.card-list .card-item .circle2 {
  width: 280px;
  height: 280px;
  display: block;
  border-radius: 100%;
  background: #cacaca;
  z-index: 2022;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);  
  
 

}
.card-list .card-item .circle3 {
  width: 270px;
  height: 270px;
  display: block;
  border-radius: 100%;
  background: #006331;
  z-index: 2023;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  


}

.circle3 {
  filter: grayscale(0%);
  transition: 0.5s;
}

.circle3:hover {
  filter: grayscale(100%);
}

.circle-text {
  
  display: block;
  z-index: 2023;
  position: relative; 
  font-family: "Inter", sans-serif;
  font-weight: bold;
  text-align: center;
  font-size: 150%;
  top: 120%;

  


}

.circle-text2 {
  
  display: block;
  z-index: 2023;
  position: relative; 
  font-family: "Inter", sans-serif;
  text-align: center;
  font-size: 100%;
  top: 100%;
  color: #555555;

  


}



.card-list  {
  list-style: none;
  display: flex;
  justify-content: space-around;
  padding: 0;
  margin: 1rem;
}

.card-item {
  position: relative;
  display: flex; 
  justify-content: space-around; 
  align-items: center; 
}

.timeline{

  width: 100%;
  height: 1%;
  background: #555555;
  position: absolute;
  z-index: 2025;
  top: 130%;
}

.dot {
  width: 20px;
  height: 20px;
  background-color: #006331; 
  border-radius: 100%; 
  display: inline-block; 
  
  
}

.dot-position {

  display: flex; 
  justify-content: flex-start;
  align-items: center; 
  gap: 24rem; 
  position: relative;
  left: 15%;
  height: 0%;
}

.dot-text {

  position: relative;
  display: block; 
  margin-left: 10px; 
  margin-bottom: 10px; 
  color: #006331; 
  font-size: 140%; 
  font-family: "Inter", sans-serif;
  font-weight: bold;
  left: 8%;
  
  
}

.dot-text2 {
  position: relative;
  display: block; 
  margin-left: 10px; 
  margin-bottom: 10px; 
  color: #555555; 
  font-size: 100%; 
  font-family: "Inter", sans-serif;
  left: 11%;

}

.dot-texts {
  display: flex;
  gap: 14rem;
}
.dot-text2s{
  display: flex;
  gap: 15rem;
}

.textdot1 {

  top: -40px;
}
.textdot4 {

  top: 0px;
}

.stage-3-text {

  width: 25%;
  height: 10%;
  position: relative;
  top: 5%;
  left: 3%;
}

.text1 {
  font-size: 200%;
}
.text2 {
  color: #555555;
  font-family: "Inter", sans-serif;
}

.stage-3-button {

  width: 7%;
  height: 50px;
  background: #006331;
  position: absolute;
  text-decoration: none;
  border-radius: 23px;
  left: 112vh;
  top: 4%;
  transition: 1s;
  
  


}

.stage-3-button:hover {

  background: #004120;
  box-shadow: 0 0 23px #006331 ;

}

.stage-3-button-text {

  color: white;
  position: absolute;
  font-size: 150%;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}

.button3 {

  width: 100%;
  height: 1%;
  position: absolute;
}







  



.stage-7 {
  height: 120vh;
  width: 220vh;
  background: #444444;
  position: relative;
  left: -1%;
  
}

.img-stage7 {

  width: 220vh;
  height: 120vh;
  opacity: 40%;
  z-index: 1;
  position: absolute;
  

}


.vector-left-7 {

 
  width: 60vh;
  height: 70vh;
  float: left;
  z-index: 2;
  position: relative;
  text-align: center;
  justify-content: center;
  align-items: center;

}

.lrft-7-content{
  margin-left: 30px;
  margin-top: 50px;
  backdrop-filter: blur(7px);
  height: 50%;
  width: 100%;
  position: absolute;
  top: 10%;
  left: 30%;
  border-radius: 23px;
  
  
  
}

.s7-text{
  margin-top: 40px;
  height: 100%;
  width: 100%;
  color: #cacaca;
  font-size: 110%;
}

.h1-7{
  color: white;
  font-size: 300%;
}

.left-button-vector{
  position: relative;
  left: 33%;
}



.vector-img-7 {

  
  width: 220vh;
  height: 50vh;
  z-index: 2;
  clear: both;
  border-top:  6px solid black;
  position: relative;
  background: #2F3031;
  display: flex;
  padding: 40px;
  

}

.vector-rght-7 {

  z-index: 2;
  width: 160vh;
  height: 70vh;
  float: left;
  z-index: 2;
  position: relative;

  
}

.img-bottom {

  width: 47vh;
  height: 40vh;
  margin: 5px;
  -webkit-box-shadow: -4px 100px 90px -150px white;
  -moz-box-shadow: -4px 100px 90px -150px white;
  box-shadow: -4px 100px 90px -150px white;
  margin-top: 35px;
  filter: grayscale(100%);
  transition: 1s;


 

  
}

.img-bottom:hover {


  filter: grayscale(0);
  -webkit-box-shadow: -4px 100px 90px -100px white;
  -moz-box-shadow: -4px 100px 90px -100px white;
  box-shadow: -4px 100px 90px -100px white;
}

.img-vector7{
  width: 140vh;
  height: 50vh;
  padding: 60px;
  position: relative;
}

.img-item img{
  transition: opacity 1.5s ease-in-out;
  position: absolute;
  width: 60%;
  height: 90%;
  opacity: 0;
  border-radius: 23px;
  margin-left: 20%;

}

.img-item img.active2 {
  opacity: 1;
}


.stage-8 {
  height: 120vh;
  width: 220vh;
  background: #cacaca;
  position: relative;
  left: -1%;
  display: flex;

}

.stage-8-vector{

  width: 50vh;
  height: 120vh;
  display: block;
}

.s8-item{
  width: 50vh;
  height: 60vh;
}

.s8-clear{
  width: 50vh;
  height: 60vh;
}

.stage-8-vector-main{
  height: 120vh;
  width: 160vh;
  display: flex;
}


.sta8-item-main{
  height: 110vh;
  width: 50vh;
  justify-content: center;
  align-items: center;
  display: flex;
}

.stag8-item {

  height: 50vh;
  width: 40vh;
  display: block;

}

.stage8-itemVector{

  height: 16vh;
  width: 40vh;
}

.IMG-sz {
  border-radius: 100%;
  height: 95%;
  width: 95%;
  cursor: pointer;

}

.IMG-Ani {

  filter: grayscale(100%);
  transition: 1s;
}

.obrys {

  background: #05a000;
  border-radius: 100%;
  width: 70%;
  height: 160%;
  justify-content: center;
  align-items: center;
  display: flex;
  
}

.obrys2 {

  background: #cacaca;
  border-radius: 100%;
  width: 90%;
  height: 90%;
  justify-content: center;
  align-items: center;
  display: flex;
  
}

.text-item2 {

  width: 100%;
  height: 20%;
  padding-top: 30%;
  
}

.text-vector2 {
  font-size: 250%;
  margin-left: 40px;
  font-family: "Inria Serif", serif;
}
.text-vector3 {
  font-size: 100%;
  margin-left: 40px;
  position: relative;
  left: 9%;
  font-family: "Inria Serif", serif;
}

.IMG-Ani:hover {

  filter: grayscale(0%);
}

.Position {
  margin-left: 0%;
}

.PositionText {
  margin-left: 25%;
  margin-top: 30%;
}

.PositionText2 {
  margin-left: 8%;
  margin-top: 30%;
}

.sz-text {

  color: #2F3031;
  font-size: 150%;

}



.stage-9 {
  height: 120vh;
  width: 220vh;
  background: #444444;
  position: relative;
  left: -1%;
  

}

.prom {
  height: 120vh;
  height: 73vh;
  float: left;
}

.vector-prom {
  width: 12vh;
  height: 120vh;
  float: left;
}

.vector-prom2 {
  width: 49vh;
  height: 120vh;
  float: left;
  justify-items: center;
  text-align: center;
  align-items: center;
  padding-top: 171px;
  color: white;
  font-size: 150%;
}

.vector-promText {
  width: 35vh;
  height: 120vh;
  float: left;
  justify-items: center;
  text-align: center;
  align-items: center;
  padding-top: 50px;
  color: white;
  font-size: 250%;

}

.stage-10 {
  height: 120vh;
  width: 220vh;
  background: #cacaca;
  position: relative;
  left: -1%;
  

}

.plan {
  width: 100%;
  height: 10vh;
}

.planST {
  width: 100%;
  height: 100vh;
  padding: 4px;
  justify-items: center;
  text-align: center;
  align-items: center;
 
  flex-wrap: wrap;
}

.planST img {
  height: 100%;
  display: block;
  object-fit: cover;
  
}
  

