*{
    color: #fff;
}
html, body {
    margin: 0;
    padding: 0;
    /*height: 3000px;*/
}

.nahledovka{
    background-image: url(images/nahledovka2.webp);
    width: 100%;
    height: 100vh;
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    top: 0;
    left: 0;
}

.nazev{
    color: black;
    font-size: 11.3vw;
    margin: 0px;
    font-family: Arial, Helvetica, sans-serif;
    font-weight: bold;
    -webkit-text-stroke: 2px black;
    opacity: 0.5;
    text-align: center;
}

.pozadi{
    background-image: url(images/blue.avif);
    width: 100%;
    padding-top: 11vh;
    box-sizing: border-box;
    position: relative;
}

/*.juarez-box, .blaster-box, .hurley-box{
    width: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
    position: relative;
}*/

/* .lSide{
    width: 60%;
}

.rsidefotka{
    width: 60%;
    box-sizing: border-box;
}

.rSide{
    width: 40%;
    margin-right: 5%;
}

.rSide, .obsah{
    font-size: 20px;
    color:aliceblue;
    font-weight: 600;
    box-sizing: border-box;
    border-radius: 20px;
    padding: 60px 30px;
    background: #1f456ed6;
} */

/* .lsidetext{
    width: 40%;
    margin-left: 5%;
    font-size: 20px;
    color:aliceblue;
    font-weight: 600;
    box-sizing: border-box;
    border-radius: 20px;
    padding: 60px 30px;
    background: #0000004b;
    background: #1f456ed6;
} */

/* .juarez, .blaster, .hurley{
    height: 100%;
    min-height: 400px;
    width: 100%;
    background-size: cover !important;
   background-repeat: no-repeat !important;
}

.juarez{
    background: url(images/juarez2.jpg);
}

.blaster{
    background: url(images/g-force-blaster-with-parachute-40mn0gijyd9718iq.jpg);
}

.hurley{
    background:url(images/hurley.jpg);
} */


/* POSTAVY BOX START */
.hlavnipostavy{
    display: flex;
    justify-content: center;
    align-items: center;
    box-sizing: border-box;
}
.guinea-box, .obsah-box{
    display: flex;
    align-items: center;
    justify-content: center;
    flex-wrap: wrap;
    border-radius: 15px;
    overflow: hidden; 
}
.guinea-box{
    height: 100vh;
}
.obsah-box{
    height: auto;
}
/* Image-container */
.image-container {
    width: 50%;
    height: 75%;
    overflow: hidden;
    display: flex;
    align-items: center;
    justify-content: center;
    opacity: 0; /* Initially hidden */
    transition: opacity 1s ease-out;
    position: relative;
}

.imgL, .imgR{
    width: 60%; 
    height: 100%;
    object-fit: contain; 
    object-position: center;
    border-radius: 15px;
    transition: transform 1s ease-out;
}

.imgL {
    transform: translateX(-100vw); /* Start off-screen*/
}

.imgR {
    transform: translateX(100vw); /* Start off-screen*/
}

.imgL.visible, .imgR.visible {
    transform: translateX(0); /* Slide in when visible */
}

.image-container.visible {
    opacity: 1; /* Fade in container */
}

  /* Text container */
.text-container {
    width: 40%;
    padding: 6% 4%;
    box-sizing: border-box;
    border-radius: 15px; 
    background-color: #1f456ed6;
    /* height: 100vh;  */
    display: flex;
    flex-direction: column;
    justify-content: center;
    text-align: center; 
}
.text-container p{
    font-size: 1.5vw !important;
}
  
  /* Responsive Design: Stack items on smaller screens 768*/
  @media (max-width: 768px) {
    .container {
      flex-direction: column;
      height: auto;
    }
  
    .image-container, .text-container {
      width: 100%;
      height: auto;
    }
  
    .text-container {
      padding: 5%; 
      text-align: center;
    }
    .text-container p{
        font-size: 15px !important;
    }
  
    .image-container img {
      width: 100%;
      object-fit: cover;
    }
  }

/* POSTAVY BOX END */
div h1{
    font-size: 50px;
    margin: 0;
    color: aliceblue;
}

.vedlejsipostavy{
    display: flex;
    justify-content: center;
    align-items: center;
    box-sizing: border-box;
    margin-top: 100px;
    margin-bottom: 50px;
}

.g-force_videogame{
    display: flex;
    justify-content: center;
    align-items: center;
    box-sizing: border-box;
    margin-top: 30vh;
    margin-bottom: 20vh;
}

.seeya{
    display: flex;
    justify-content: center;
    align-items: center;
    box-sizing: border-box;
    margin-top: 30vh;
    margin-bottom: 50px;
}

.trailer{
    float: right;
}

div h2{
    color: aliceblue;
}

.obsah-box{
    width: 100%;
    display: flex;
    align-items: center;
    margin-bottom: 10%;
    position: relative;
}

div h2{
    font-size: 30px;
}

p{
    font-size: 18px;
}

.video{
    position: relative;
    float: right;
    width: 90%;
    margin-left: 10%;
}

.box{
    box-sizing: border-box;
    /*display: flex;*/
    width: 100%;
}

.vedlejsipostavy-box{
    width: 50%;
    box-sizing: border-box;
    display: flex;
    float: right;
}

.galerie{
    width: 50%;
    box-sizing: border-box;
    justify-content: center;
    float: left;
}

.fotky-game-box {
    width: 90%;
    overflow-x: auto; 
    white-space: nowrap; 
    padding: 10px;
    text-align: center;
    /* margin-top: 10vh; */
}

.fotky-game-box img {
    height: 20vw; 
    max-height: 250px; 
    margin-right: 10px; 
    object-fit: cover; 
    border-radius: 5px; 
    transition: transform 0.3s ease;
}

.fotky-game-box img:last-child {
    margin-right: 0; 
}

.fotky-game-box img:hover {
    transform: scale(1.05); 
}


@media (max-width: 768px) {
    .fotky-game-box img {
        height: 25vw; 
    }
}

@media (max-width: 480px) {
    .fotky-game-box img {
        height: 30vw; 
        margin-right: 5px; 
    }
}

.konec-box{
    width: 100%;
    display: flex;
    justify-content: center;
}

.konec-foto{
    width: 50%;
    justify-content: center;
    justify-items: center;
}

.hug{
    width: 100%;

}

.fotogal{
    width: 100%;
    justify-content: center;
    align-items: center;
    display: flex;
}

.end{
    width: 100%;
    height: 7vh;
    display: flex;
    /* justify-content: center; */
    padding-top: 2vh;
    padding-bottom: 2vh;
    background-color: #1f456ed6;
    padding-left: 1vw;
    padding-right: 1vw;
    justify-content: space-between;
    margin-top: 2vh;
}

.credits{
    color: aliceblue;
    font-size: 1vw;
    
}

.credits2{
    color: aliceblue;
    font-size: 1vw;
    align-self: left;
}

.odsazeni{
    margin-bottom: 10vh;
}

.galerie-nadpis{
    width: 100%;
    color: aliceblue;
    font-size: 5vw;
    justify-content: center;
    text-align: center;
    margin-top: 20vh;
    margin-bottom: 10vh;
}