/* --- A. STYLY PRO INDEX.HTML (Úvodní stránka) --- */
.uvodni-stranka {
background-image: url('pictures/pozadi_uvod.jpg');
background-size: cover;
background-position: center;
height: 100vh;
margin: 0;
display: flex;
justify-content: center;
align-items: center;
color: rgb(112, 255, 248);
font-family: "Poppins", sans-serif;
}

.uvodni-kontejner {
text-align: center;
padding: 30px 50px;
background-color: rgba(60, 0, 172, 0.735);
border-radius: 30px;
}

h1 {
font-size: 4em;
margin-bottom: 20px;
text-shadow: 2px 2px 4px #e134ffb3;
   margin-top: 20px
}

h2 {
    font-size: 2.1em;   /* můžeš změnit */
    margin: 10px 0;
    text-shadow: 2px 2px 4px #e134ffb3;
}

h3 {
    font-size: 1.8em;   /* můžeš změnit */
    margin: 5px 0;
    text-shadow: 2px 2px 4px #e134ffb3;
    margin-bottom: 29px;
}

h4 {
    font-size: 0.8em;   /* můžeš změnit */
    margin: 5px 0;
    text-shadow: 2px 2px 4px #e134ffb3;
    margin-bottom: 10px;
    margin-top: 39px
}

.tlacitko {
display: inline-block;
text-decoration: none;
background-color: #ff1cb3;
color: rgb(0, 30, 255);
padding: 25px 50px;   /* větší výška i šířka */
    font-size: 1.6em; 
border-radius: 5px;
font-weight: bold;
transition: background-color 0.3s ease;
border: none;
}


.tlacitko:hover {
background-color: #ffaa00;
}


/* ---  DRUHOU STRÁNKU --- */
body {
margin: 0;
height: 100vh;
display: flex;
justify-content: center;
align-items: center;
font-family: "Poppins", sans-serif;
background-color: #333;
background-image: url('pictures/scena_pozadi.png');
background-size: cover;
background-attachment: fixed;
background-position: center center;
}

#spustitAnimaciBtn {
  display: none;
}

#status {
  display: none;
}

.scena-kontejner {
  
height: 100vh;
  position: relative;
  width: 100vw;
  margin: 0 auto;
}

.navigace-sipka {
  width: 180px;
  position: fixed;
  bottom: 5vh;
}

.leva-sipka {
  left: 5vw;
}

.prava-sipka {
  right: 5vw;
}

.srdce-ikona {
position: absolute;
width: 180px;
top: 10%;
left: 50%;
transform: translateX(-50%);
z-index: 20;
cursor: pointer;
}

#chobotnice-svetla {
/*  width: 550px;*/
  height: auto;
  position: absolute;
  top: 30%;
  left: 10%;
}

#chobotnice-tmava {
 /* width: 550px;*/
  height: auto;
  position: absolute;
  top: 30%;
 right: 10%;
}

.visible {
    display: block !important;
}

.scena-druha #gifBox {
  position: relative;
  bottom: 10px;
  left: 0%;

}

.scena-druha #gifBox img.played-gif {
  /*width: 1430px;*/
  height: auto; 

}

.scena-druha {
  position: relative;
}

.scena-druha .scena-text {
  position: fixed;
  bottom: 85%;
    top: 81%;
  left: 35%;
  width: 630px;   ;
  color: #98d5f8;
  font-size: 29px;
  line-height: 1.2;
  text-align: center;
   text-shadow: 5px 5px 8px #1037d5;  /* jemný stín pro čitelnost */
  z-index: 100;
}

.poppins-regular {
  font-family: "Poppins", sans-serif;
  font-weight: 400;
  font-style: normal;
}

#textBox9 .scena-text {
  font-family: "Poppins", sans-serif;
}


/* --- STYLY PRO TŘETÍ STRÁNKU --- */
html, body {
  margin: 0;
  padding: 0;
  width: 100%;
  height: 100%;
  overflow: hidden;
}

.video-scena-kontejner {
  width: 100%;
  height: 100%;
  position: relative;
  overflow: hidden;
  background-color: #000;
}

.navigace-wrapper {
  position: absolute;
  bottom: 20px !important;
  width: 250px !important;
  height: 200px !important;
  cursor: pointer;
  z-index: 10;
}

.navigace-wrapper.prava {
  right: 20px;
}

/* --- STATICKÝ OBRÁZEK (pareni.png) --- */
.staticky-obrazek {
  width: 45%;
  position: absolute;
  top: 18%;       /* můžeš měnit podle potřeby */
  left: 50%;
  transform: translateX(-50%); /* jen horizontální centrování */
  z-index: 10;
}

/* --- GIF + TEXT --- */
.scena-treti #gifBox {
  position: absolute;
  top: 12%;
  left: 18%;
  width: 80%;
  height: auto;
}

.scena-treti #gifBox img.played-gif {
  position: absolute;
  top: 30% ;
  left: -10%;
  width: 100%;
  height: auto;
  z-index: 20;
}

.scena-treti .scena-text {
  position: fixed;
  bottom: 85%;
    top: 81%;
  left: 35%;
  width: 630px;   ;
  color: #98d5f8;
  font-size: 29px;
  line-height: 1.2;
  text-align: center;
   text-shadow: 5px 5px 8px #1037d5;  /* jemný stín pro čitelnost */
  z-index: 90;
}


/* --- STYLY PRO ČTVRTOU STRÁNKU --- */
.scena-ctvrta {
  position: relative; 
  margin: 0;
  height: 100vh;
  display: flex;
  justify-content: center;
  align-items: center;
  font-family: "Poppins", sans-serif;
  background-image: url('ctvrta_stranka_pictures/pozadi4.png'); /* vlastní obrázek */
  background-size: cover;
  background-position: center;
  background-attachment: fixed;
}


.obrazky-volba {
  position: absolute;
  top: 25%;
  left: 45%;
  transform: translateX(-50%);
  display: flex;
  gap: 90px; /* mezera mezi obrázky */
  z-index: 15;
}

.volba {
  width: 55%;
  cursor: pointer;
  transition: transform 0.3s ease;
}

.volba:hover {
  transform: scale(1.2); /* efekt při najetí myší */
}

.scena-ctvrta .scena-text {
  position: absolute;
  top: 81%;          /* pozice od horního okraje stránky */
  left: 51%;
  transform: translateX(-50%);
  width: 600px;      /* šířka textového bloku */
color: #98d5f8;  /* barva textu */
  font-size: 29px;   /* velikost písma */
  text-align: center;
    line-height: 1.2;
  text-shadow: 5px 5px 8px #1037d5; /* jemný stín pro čitelnost */
  z-index: 20;       /* aby byl nad pozadím */
}


/* --- STYLY PRO PÁTOU STRÁNKU --- */
.scena-pata {
  margin: 0;
  height: 100vh;
 font-family: "Poppins", sans-serif;
  background-image: url('pata_stranka_pictures/pozadi_5.png'); /* vlastní obrázek */
  background-size: cover;
  background-position: center;
  background-attachment: fixed;
}

.animace {
  width: 70%;
  position: absolute;
  top: 30%;
  left: 50%;
  transform: translateX(-50%);
}

#gif1 {
  width: 100%;
  position: absolute;
  top: 5%;
  left: 50%;
  transform: translateX(-50%);
}


#vysledek {
  width: 70%;
  position: absolute;
  top: 5%;
  left: 70%;
  transform: translateX(-50%);
}

#vejce {
  width: 65%;
  position: absolute;
  top: 4%;       /* vejce nahoře */
  left:68%;
  transform: translateX(-50%);
  cursor: pointer;
   z-index: 5; 
}

#scene * { pointer-events: auto; }

#vejce { cursor: pointer; }

#textik {
  position: absolute;
  top: 20%;          /* pozice od horního okraje stránky */
  left: 20%;
  transform: translateX(-50%);
  width: 350px;      /* šířka textového bloku */
  color: #98d5f8;   /* barva textu */
  font-size: 30px;   /* velikost písma */
  text-align: center;
    text-shadow: 5px 5px 8px #1037d5; /* jemný stín pro čitelnost */
  z-index: 20;   
   line-height: 1.2;
}



/* --- ŠESTÁ STRÁNKA --- */
.scena-sesta {
  position: relative;
  margin: 0;
  height: 100vh;
font-family: "Poppins", sans-serif;
  background-image: url('sesta_stranka_pictures/vejce_pozadi.png');
  background-size: cover;
  background-position: center;
  background-attachment: fixed;
}

#textik1 {
  position: absolute;
  top: 20%;          /* pozice od horního okraje stránky */
  left: 20%;
  transform: translateX(-50%);
  width: 350px;      /* šířka textového bloku */
  color: #98d5f8;    /* barva textu */
  font-size: 30px;   /* velikost písma */
  text-align: center;
  line-height: 1.2;
   text-shadow: 5px 5px 8px #1037d5; /* jemný stín pro čitelnost */
  z-index: 20;   
}

.obrazky {
  position: relative; /* důležité pro absolutní pozicování dětí */
  width: 100%;
  height: 100vh;
}

/* společné vlastnosti */
.klik-obrazek {
  position: absolute;   /* aby šlo použít top/left */
  cursor: pointer;
  transition: opacity 0.3s ease;
  display: block; 
}

.klik-obrazek:hover {
  opacity: 0.7;
}

/* individuální pozice */
#obrazek1 { top: 25vw; left: 73vw; width: 20vw; }
#obrazek2 { top: 20vw; left: 52vw; width: 20vw;  }
#obrazek3 { top: 8vw; left: 40vw; width: 20vw; }




/*  SEDMOU STRÁNKU --- */
.scena-sedma {
  background-image: url('sedma_stranka_pictures/pozadi_sedma.jpg');
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
}

.scena-sedma .scena-kontejner {
  width: 100%;
  height: 100%;
  position: relative;
}

/* Šipky */
.scena-sedma .navigace-wrapper {
  position: absolute;
  bottom: 20px;
  width: 250px;
  height: 200px;
  cursor: pointer;
  z-index: 10;
}

.scena-sedma .navigace-wrapper.prava {
  right: 20px;
}

.scena-sedma .navigace-wrapper.leva {
  left: 20px;
}

/* GIF + obrázek */
#gifBox7 {
  position: absolute;
  top: 0%;
  left: 2%;
  width: 98%;
  height: auto;
}

#gifBox7 img.played-gif {
  width: 100%;
  height: auto;
  z-index: 20;
}

#textBox7 {
  position: absolute;
  top: 21%;
  left: 63%;
  transform: translateX(-50%);
  width: 40%;
  z-index: 50;
  font-family: "Poppins", sans-serif;
}

#textBox7 .scena-text {
  color: #98d5f8;   
  font-size: 29px;
  line-height: 1.2;
  text-align: center;
    text-shadow: 5px 5px 8px #1037d5;
  
}


/*  OSMÁ STRÁNKU --- */
.scena-osma {
  background-image: url('osma_stranka_pictures/IMG_0398.jpg');
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
}

.scena-osma .scena-kontejner {
  width: 100%;
  height: 100%;
  position: relative;
}

/* Šipky */
.scena-osma .navigace-wrapper {
  position: absolute;
  bottom: 20px;
  width: 250px;
  height: 200px;
  cursor: pointer;
  z-index: 10;
}

.scena-osma .navigace-wrapper.prava {
  right: 20px;
}

.scena-osma .navigace-wrapper.leva {
  left: 20px;
}

/* GIF + obrázek */
#gifBox8 {
  position: absolute;
  top: -10%;
  left: 0%;
  width: 101%;
  height: auto;

}

#gifBox8 img.played-gif {
  width: 101%;
  height: auto;
  z-index: 20;
}

#textBox8 {
  position: absolute;
  top: 84%;
  bottom: 20%;
  left: 51%;
  transform: translateX(-50%);
  width: 48%;
  z-index: 50;
}

#textBox8 .scena-text {
  color: #98d5f8;  
  font-size: 29px;
  line-height: 1.2;
  text-align: center;
  text-shadow: 5px 5px 8px #1037d5;
  font-family: "Poppins", sans-serif;
  
}



/*  DEVATA STRÁNKU --- */
.scena-devata {
  background-image: url('devata_stranka/pozadi4.png');
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
}

.scena-devata .scena-kontejner {
  width: 100%;
  height: 100%;
  position: relative;
}

/* Šipky */
.scena-devata .navigace-wrapper {
  position: absolute;
  bottom: 20px;
  width: 250px;
  height: 200px;
  cursor: pointer;
  z-index: 10;
}

.scena-devata .navigace-wrapper.prava {
  right: 20px;
}

.scena-devata .navigace-wrapper.leva {
  left: 20px;
}

.vyber-obrazky {
  position: absolute;
  top: 25%;
  left: 50%;
  transform: translateX(-50%);
  display: flex;
  gap: 7px;
  z-index: 30;

}

.vyber-obrazky img {
  width: 360px;
  cursor: pointer;
  transition: transform 0.2s;
}

.vyber-obrazky img:hover {
  transform: scale(1.1);
}


#textBox9 {
  position: absolute;
  top: 81%;
  left: 52%;
  transform: translateX(-50%);
  width: 38%;
  z-index: 50;
}


#textBox9 .scena-text {
  color: #98d5f8;    
  font-size: 29px;
  line-height: 1.2;
  text-align: center;
  text-shadow: 5px 5px 8px #1037d5;
  font-family: "Poppins", sans-serif;
  
}