body, html{
  margin: 0;
  padding: 0;
  border: 0;
}

body {
  background-color: black;
  font-family: "eurostile", sans-serif;
  font-weight: 500;
  font-style: normal;
  overflow-x: hidden;

}
  
.video-con{
  
  width: 100%;
  height: 22vw;
  margin-top: 5rem;
  margin-bottom: 5rem;
}


.videoklipu {
  position: relative;
  width: 100%;
  max-width: 370px;    /* šířka na výšku, uprav dle potřeby */
  aspect-ratio: 9/16;  /* poměr na výšku, např. 9:16 */
  margin: 0 auto;
}

.videoklipu iframe {
  position: absolute;
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
  border: 0;
}



.vedle-sebe {
    display: flex;
    align-items: center; /* zarovná na střed vertikálně */
    gap: 2rem;           /* mezera mezi videem a textem */
    width: 100%;
    margin-top: 8rem;
    align-items: flex-start;
}

.video-box {
    flex: 1 1 50%;
    /* případně nastav šířku např. width: 50%; */
}

.text-box {
    flex: 1 1 50%;
    color: white;
}





h1 {
  color: white;
  text-align: center;
  font-family: "nickel-gothic-variable", sans-serif;
  font-variation-settings: "slnt" 0, "wdth" 75;
  font-size: 40pt;
  font-weight: normal;
  letter-spacing: 0.12rem;
}

h2 {
  color: white;
  text-align: center;
  font-family: "nickel-gothic-variable", sans-serif;
  font-variation-settings: "slnt" 0, "wdth" 75;
  font-size: 35pt;
  font-weight: normal;
  letter-spacing: 0.12rem;
  margin-top: 5rem;
  margin-bottom: 7rem;
}

  

p {
  color: white;
 font-family: "eurostile", sans-serif;
  font-weight: 400;
  font-style: normal;
  font-size: 15pt;
  letter-spacing: 0.05rem;
  margin-top: 0rem;
}

.center{
  display: flex;
  justify-content: center;
  flex-direction: column;
  width: 39%;
  margin: auto;
}

section{
  display: flex;
  justify-content: center;
  flex-direction: column;
  width: 45%;
  margin: auto;
	align-items: center;
}


img{
  width: 3rem;

  list-style-type: none;
  margin: 0;
  padding: 0;
}
.sipka{
  position: relative;
}
.up{
  position: absolute;
  top: 5rem;
  left:5%;
}






.social{
  width: 100vw;

  margin-top: 21rem;
  margin-bottom: 3rem;


}
.social ul {
  width: 100%;
  display: flex;
  justify-content: space-evenly;
  padding-inline-start: 0;
}





@media (max-width: 800px) {
  
.center {
  width: 78%;
}
  
h1, h2 {
  font-size: 32pt;
  margin-top: 3rem;
  margin-bottom: 1.5rem;
}
  
p {
  font-size: 14pt;
  margin-top: 0rem;
}
  
img{
  width: 2.5rem;
}


section{
  width: 100%;
  margin-bottom: 2.5rem;
}

.video-con{
  
  width: 100%;
  height: 44vw;
  margin-top: 5rem;
  margin-bottom: 2rem;
}

.clen{
   line-height: 0.5rem;

}

.up{
  top: 1.5rem;
  left:5%;
}

  .social{
    margin-top: 5rem;
  }

  .vedle-sebe {
margin-top: 3rem;
  }


}

.wpulike, footer{display: none !important;
}