  * {
      margin: 0;
      padding: 0;
      box-sizing: border-box;
  }
  header {
    position: relative;
    overflow: hidden;
  }
  .header-bg {
    position: absolute;
    top: 0;
    left: 0;
    width: 43%;
    height: auto;
    z-index: 0;
  }
  .headerAll,
  .zakulisiInfo {
    position: relative;
    z-index: 1;
    max-width: 1720px;
      width: 80%;
      margin: auto;
      padding-top: 100px;
      
  }
  .headerOnas .headerAll p {
    padding-bottom: 30px;
  }
  h1, h3 {
      font-family: "Vesper Libre";
      font-size: 60px;
      color: #2C3D41;
      
      text-transform: uppercase;
      font-weight: 900;
      line-height: 90px;
  }
  h3 {
      text-align: center;
      padding-top: 60px;
  }
  .logo img {
      width: 100%;
      height: auto;
      max-width: 1920px;
  }
  header h1 {
      padding-top: 100px;
  }
  h2 {
      font-family: "Vesper Libre";
      font-size: 45px;
      font-weight: 700;
      color: #2C3D41;
      padding: 50px 0;
  }
  p {
      font-family: "Open Sans";
      color: #2C3D41;
      font-size: 30px;
      font-weight: 300;
      
  }
  .headerAll p {
      padding-bottom: 167px;
  }
  .headerTop {
      display: flex;
      justify-content: space-between;
      align-items: center;
  }
  .menu ul {
      font-size: 25px;
      display: flex;
      list-style: none;
      text-transform: uppercase;
      gap: 65px;
  }
  .menu ul a {
      text-decoration: none;
      font-family: "Open Sans";
      color: #2C3D41;
  }
  .menu ul a:hover {
      scale: 1.1;
      color: #9C89B7;
      font-weight: 600;
      transition: all 0.3s ease-in-out;
      display: flex;
  }
  .purpleLine {
      background: #9C89B7;
      height: 2px;
      width: 850px;
      border-radius: 5px;
      margin: 16px 0;
  }
  /*Hamburger*/
  .mmenu-icon-wrapper {
    position: sticky;
    height: 26px;
    width: 26px;
    cursor: pointer;
    z-index: 2;
    text-align: justify;
  }

  @media screen and (min-width: 480px) {
    .mmenu-icon-wrapper {
      top: 2.9em;
    }
  }

  @media screen and (min-width: 768px) {
    .mmenu-icon-wrapper {
      top: 2.9em;
    }
  }

  .mmenu-icon,
  .mmenu-icon:before,
  .mmenu-icon:after {
    content: '';
    position: absolute;
    border-radius: 1em;
    height: 2px;
    width: 26px;
    background: #9C89B7;
    transition: all 0.2s ease
  }

  .mmenu-icon {
    top: 0.75em
  }

  .mmenu-icon:before {
    top: -0.50em
  }

  .mmenu-icon:after {
    top: 0.50em
  }

  .mmenu-active .mmenu-icon {
    background: transparent;
    transform: rotate(-135deg)
  }

  .mmenu-active .mmenu-icon:before,
  .mmenu-active .mmenu-icon:after {
    top: 0
  }

  .mmenu-active .mmenu-icon:before {
    transform: rotate(90deg)
  }

  .mmenu-active .mmenu-icon,
  .mmenu-active .mmenu-icon:before,
  .mmenu-active .mmenu-icon:after {
    background: white
  }

  .mmenu-menu {
    transition: all 0.4s ease;
    opacity: 0;
    pointer-events: none;
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    background-color: rgba(0, 0, 0, 0.9) !important;
    color: white;
    text-align: center;
    z-index: 2;
    height: 95vh;
  }

  .mmenu-active .mmenu-menu {
    opacity: 1;
    pointer-events: initial;
  }

  .mmenu-menu ul {
    display: block;
    transition: all 0.4s ease;
    padding: 0;
    list-style-type: none;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%) scale(1.2);
    font-size: 20px;
    line-height: 200%;
  }

  .mmenu-menu ul li a {
    color: #fff;
    text-decoration: none;
  }

  .mmenu-menu ul li a:hover {
    color: #9C89B7;
  }

  .mmenu-active .mmenu-menu ul {
    transform: translate(-50%, -50%) scale(1)
  }

  @media screen and (max-width: 960px) {
    .menu {
      display: none;
    }
  }

  @media screen and (min-width: 960px) {
    .mmenu-menu, .mmenu-icon-wrapper {
      display: none !important;
    }
  }
  /*konec hamburgeru*/
  .btn {
      border: 1px solid #9C89B7;
      border-radius: 50px;
      padding: 30px 58px;
      display: inline-block;
      font-family: "Open Sans";
      font-weight: 600;
      font-size: 30px;
      color: #9C89B7;
      text-decoration: none;
      margin-bottom: 70px;
  }
  .btn:hover {
      color: #fff;
      background: #9C89B7;
      transition: all 0.3s ease-in-out
  }
  /*section*/
  .wraper, .reference {
      background: #F5EBDD;
      text-align: center;
  }
  .wraper h3 {
      padding: 45px 0;
  }
  .nasePrace {
    display: flex;
    gap: 190px; /* mezera mezi boxy */
    align-items: flex-end; /* zarovná obrázky i texty dole */
    justify-content: center; /* volitelné – vystředění */
  }
  .nasePrace p {
    margin: 74px 0;

  }
  .ukazka .img{
      display: flex;
    gap: 30px; /* mezera mezi boxy */
    align-items: flex-end; /* zarovná obrázky i texty dole */
    justify-content: center; /* volitelné – vystředění */
    padding: 60px 0 95px;
  }
  .ukazka {
      text-align: center;
  }
  .reference h3 {
      text-align: left;
      padding: 60px 0 40px 200px;
  }
  .reference .strany {
      background: #F5EBDD;
      display: flex;
      align-items: flex-start;
      text-align: left;
      padding: 0 200px 28px;
      gap: 250px;
      
  }
  .reference .strany p {
      font-size: 25px;
  }
  .strany .autor {
      text-align: right;
      padding-top: 30px;
  }
  /*footer*/
  .poz {
  font-size: 20px;
  }
  .pataInfo {
      padding-left: 200px;
      display: flex;
      max-width: 1920px;
      gap: 30%;
  }
  .pataInfo h2 {
      padding: 50px 0 35px;
  }
  .pataInfo .leva a {
      font-family: "Open Sans";
      font-weight: 300;
      font-size: 25px;
      color: #2C3D41;
      text-decoration: none;
      padding: 10px 0 30px;
      display: block;
  }
  .leva span {
      font-size: 25px;
  }

  .socIcon i {
      color: #9C89B7;
      font-size: 50px;
  }
  .fa-instagram {
      padding-right: 20px;
  }
  .pataCopy {
      display: flex;
      align-items: flex-end;
      padding: 23px 200px 100px;
      justify-content: space-between;
  }
  .cookies a{
      font-family: "Open Sans";
      color: #2C3D41;
      text-decoration: none;
  }
  .cookies a {
    position: relative;
    text-decoration: none;
    color: #2C3D41;
    font-family: "Open Sans";
  }
  /* Přidej čáru před každým druhým a dalším odkazem */
  .cookies a + a::before {
    content: "";
    display: inline-block;
    width: 1px;               /* tloušťka čáry */
    height: 16px;             /* výška čáry podle textu */
    background: #2C3D41;      /* barva čáry */
    margin: 0 10px;           /* mezera vlevo a vpravo */
    vertical-align: middle;   /* zarovnání s textem */
  }
  .copy {
      font-family: "Open Sans";
  }
  footer {
    position: relative; /* rodič pro absolutní pozici */
    overflow: hidden;
  }

  .footerPoz {
    display: flex;
    justify-content: flex-end;
    align-items: flex-end;
    gap: 36px;
    position: absolute;
    right: 0;
    bottom: 0;
    padding-bottom: 40px;
    z-index: 1;
  }

  .footer-bg {
    height: 380px;
    width: auto;
    object-fit: contain;
  }
  /*resposive*/


  /*page*/
  .container{
      background: #F5EBDD;
      text-align: left;
      max-width: 1520px;
      width: 80%;
      margin: auto;
      padding-bottom: 74px;
  }
  /*O nás*/
  .headerOnas p:nth-of-type(3) {
    padding: 0;
  }
  .headerInfo {
    margin: 70px 0 100px;
  }
  .wraperOnas {
    display: flex;
    flex-direction: column; /* všechny prvky pod sebou */
  }
  .text p {
    padding-bottom: 60px;
  }

  .veronika img,
  .stanislav img {
  max-width: 100%;     /* obrázek nikdy nepřesáhne kontejner */
  height: auto;        /* zachová poměr stran */
  width: 350px;        /* výchozí šířka na velkých monitorech */
}
  
  .veronika {
   display: flex;
    background: #9C89B7;
    align-items: center;
    padding: 0 13%;
    justify-content: space-between;
    gap: 400px;
  max-width: 1920px; /* můžeš omezit maximální šířku */
}


  .stanislav {
    display: flex;
    background: #2C3D41;
        align-items: center;
    padding: 0 13%;
    justify-content: space-between;
    gap: 400px;
    max-width: 1920px;
}

  .standa img,
  .verca img {
    color: #fff;
  }

  .text h3 {
    text-align: left;
    color: #fff;
  }
  .veronika p,
  .stanislav p {
    font-size: 25px;
    color: #fff;
  }
  .wraperOnas .veronika h2,
  .wraperOnas .stanislav h2 {
    padding: 0;
    color: #fff;
  }
  .zakulisi {
    text-align: center;
  }
  .zakulisi p:nth-of-type(2) {
    padding: 60px 0;
  }
    @media screen and (max-width: 1750px) {
      .headerTop {
        flex-direction: column;
      }
      .headerTop .logo img {
        padding-bottom: 40px;
      }
      .ukazka img {
      width: 100%;
      max-width: 420px; /* maximální šířka, aby nebyly moc velké */
      height: auto; /* zachování proporcí */
    }
  }
  @media screen and (max-width: 1560px) {
    h1, h3, 
    .wraper h3,
    .wraperOnas h3 {
      font-size: 45px;
      line-height: 45px;
    }
    h2 {
      font-size: 30px;
      line-height: 35px;
    } 
    .headerAll p {
      padding-bottom: 80px;
    }
      .menu {
        padding-top: 50px;
      }
      .menu ul{
        font-size: 20px;
      }
      .purpleLine{
        width: 730px;
      }
      .nasePrace {
    display: grid;
    grid-template-columns: 1fr 1fr;  /* dva sloupce */
    gap: 0px;                       /* mezera mezi boxy */
    justify-items: center;           /* vystředění obsahu ve sloupcích */
    padding: 0 150px;
    }
    .nasePrace p {
      margin-top: 10px;
    }
      .ukazka img {
      width: 100%;
      max-width: 300px; /* maximální šířka, aby nebyly moc velké */
      height: auto; /* zachování proporcí */
    }
    p, .reference .strany p {
      font-size: 15px;
    }
    .reference .strany {
      gap: 130px;
    }
    .btn {
      font-size: 26px;
      padding: 24px 48px;
    }
    .pataInfo .autor {
      font-size: 25px;
    }
    .pataInfo .poz {
      font-size: 15px;
    }
    .veronika,
    .stanislav {
      padding-left: 0;
      text-align: center;
    }
    .veronika,
    .stanislav {
      gap: 200px;
    }
    .veronika .text h3, 
     .stanislav .text h3 {
      text-align: center;
    }
  }
  /* do 992px */
  @media (max-width: 992px) {
    .btn {
      font-size: 22px;
      padding: 20px 40px;
    }
    .menu {
      font-size: 25px;
    }
    h1, h3, 
    .wraper h3,
    .wraperOnas h3 {
      font-size: 45px;
      line-height: 45px;
    }
    h2 {
      font-size: 30px;
      line-height: 35px;
    }
    .headerAll p {
      padding-bottom: 80px;
    }
    .ukazka {
      align-items: center;
    }
    .ukazka .img {
      flex-direction: column;
      align-items: center; /* zarovnání obrázků na střed */
    }
    .reference .strany {
      gap: 30px;
      padding: 0 100px 28px
    }
    .reference h3 {
      padding-left: 100px;
    }
    .pataCopy {
      padding: 23px 100px 50px
    }
    .footerPoz {
    display: flex;
    justify-content: center;  /* místo flex-end */
    align-items: flex-end;
    gap: 36px;
    position: absolute;
    left: 50%;               /* posuneme do středu */
    bottom: 0;
    transform: translateX(-50%); /* vycentrujeme podle středu */
    padding-bottom: 40px;
    z-index: 1;
    }
    .footerPoz img {
      height: 360px;
      width: auto;
    }
        .pataInfo {
          display: flex;
          flex-direction: column;
          align-items: center;
          padding: 0;
          text-align: center;
      }
  }
  @media (max-width: 1100px) {
    .footerPoz img {
      width: auto;
      height: 300px;
    }
  }
  @media (max-width: 1200px) {
    .pataCopy {
      flex-direction: column;
      align-items: center;
      gap: 10px;
      padding-top: 30px ;
    }
  }

  /* do 768px */
  @media (max-width: 768px) {
    .btn {
      font-size: 20px;
      padding: 16px 32px;
    }
  }

  /* do 576px */
  @media (max-width: 576px) {
    .btn {
      font-size: 18px;
      padding: 14px 28px;
    }
    h2 {
      line-height: 30px;
    }
    .headerAll {
      text-align: center;
    }
    h1 {
      font-size: 30px;
      max-width: 91%;
      margin: 0 auto;
      line-height: 35px;
    }
    .wraper h3, 
    .ukazka h3, 
    .reference h3,
    .wraperOnas h3,
    .zakulisi h3 {
      font-size: 30px;
    }
    .nasePrace {
      grid-template-columns: 1fr;
    }
    .nasePrace img {
      width: 150px;
      height: auto;
    }
    .vizual img {
      width: 100px;
      height: auto;
    }
    .reference .strany {
      flex-direction: column;
      gap: 40px; /* můžeš upravit mezeru mezi nimi */
      padding: 20px; /* užší okraje, aby to bylo čitelnější na mobilu */
    }

    .reference h3 {
      padding: 40px 0 20px; /* taky menší odsazení vlevo */
      text-align: center; /* volitelně můžeš i vystředit nadpis */
    }

    .strany .autor {
      text-align: center; /* zarovná jména autorů na střed */
    }
    .pataCopy {
      flex-direction: column;
      align-items: center;
      gap: 10px;
      text-align: center;
    }
    .footer-bg {
      width: 200px;  
      height: auto;
    }
    
    .footerPoz img {
    height: 200px;       /* nebo jiná hodnota podle potřeby */
    width: auto;         /* zachová proporce */
    object-fit: contain; /* zajistí, že se obrázek nepřetáhne ani nedeformuje */
    }

    .cookies {
    display: flex;
    align-items: center;        /* vertikální zarovnání na střed */
    text-align: center;
    display: inline-block;
    }
    .cookies a {
      font-size: 10px;
    }
    .pataInfo {
        display: flex;
        flex-direction: column;
        align-items: center;
        padding: 0;
        text-align: center;
    }
    .ukazka h3 {
      padding: 60px 10px 0;
    }
  }