* {
    box-sizing: border-box;
    margin: 0;
    padding: 0;
}

@font-face {
  font-family: 'MyCustomFont';
  src: url('/assets/Valorantfont.ttf') format('truetype');
  font-weight: normal;
  font-style: normal;
}

html {
    scroll-behavior: smooth; 
}

html, body {
    overflow-x: hidden;
    width: 100%;

}


p{
      text-shadow: 0 3px 5px rgba(0,0,0,0.7);

}

.page-background-container2 {
  background-image: url('/assets/bdy.png'); 
  background-repeat: no-repeat;
  background-position: center top; 
  background-size: cover; 
  background-attachment: scroll; 

  min-height: calc(100vh - 150px); 
}

@media (max-width: 768px) { 
  .page-background-container2 { 
    background-size: cover; 
    background-position: top center; 
    background-attachment: scroll; 
    min-height: calc(100vh - 150px); 
  }
}





.page-background-container {
  background-image: url('/assets/elveszett.png'); 
  background-repeat: no-repeat;
  background-position: center top; 
  background-size: cover; 
  background-attachment: scroll; 

  min-height: calc(100vh - 150px); 
}

@media (max-width: 768px) { 
  .page-background-container { 
    background-size: cover; 
    background-position: top center; 
    background-attachment: scroll; 
    min-height: calc(100vh - 150px); 
  }
}

body {
    font-family: 'Poppins', sans-serif; 
    line-height: 1.6;
    color: #333;
    background-color: #f8f9fa; 
    transition: background-color 0.3s ease, color 0.3s ease; 
}

.navbarfasz {
    align-items: center;
    display: flex;
    margin-left: -100px; /* Ezt valószínűleg igazítani kell majd, ha a logo2 is elmozdul */
    margin-top: -125px; /* Ezt is érdemes lesz átnézni a logo2-vel együtt */
    padding: 10px 10px;
    color: white;
    position: relative;
    z-index: 900;
}


.logo2 {
    width: 175px;
    margin-left: 100px;
    margin-top: -8px;
    display: inline-block;
}

.container {
  max-width: 1800px; 
  margin: 0 auto; 
  padding: 0 20px;
  box-sizing: border-box;
}

a {
    text-decoration: none;
    color: #007bff;
    transition: color 0.3s ease, opacity 0.3s ease; 
}

a:hover {
    color: #0056b3; 
    opacity: 0.85;
}




h1, h2, h3, h4, h5, h6 {
    margin-bottom: 0.75rem;
    font-weight: 600;
    color: #212529; 
    transition: color 0.3s ease; 
}



p {
    margin-bottom: 1rem;
    color: #555; 
    transition: color 0.3s ease; 
}
p:hover {
    color: #222; 
}

ul {
    list-style: none;
}

.btn {
    display: inline-block;
    padding: 10px 10px;
    border: none;
    border-radius: 5px;
    cursor: pointer;
    font-weight: 600;
    transition: background-color 0.3s ease, color 0.3s ease, transform 0.3s ease;
    text-align: center;
}

.btn-primary {
    background-color: #3c454e;
    color: #fff;
}

.btn-primary:hover {
    background-color: #ffffff;
    transform: translateY(-2px); 
}

.btn-secondary {
    background-color: #5a6268;
    color: #fff;
}

.btn-secondary:hover {
    background-color: #5a6268;
    transform: translateY(-2px);
}

.site-header {
    background-image: url("/assets/fej.png");
    background-size: 100% 100%;
    background-repeat: no-repeat;
    background-position: center center;
    padding: 0;
    margin-top: -35px;
    height: 150px;
    position: sticky;
    top: 0;
    z-index: 1000;
    box-shadow: 0 2px 5px rgba(0, 0, 0, 0.1);
    transition: background-color 0.3s ease, box-shadow 0.3s ease;
}
.site-header:hover {
    box-shadow: 0 4px 8px rgba(0, 0, 0, 0.12);
}

  .social-icons {
    display: flex;
    gap: 10px; /* kis hézag az ikonok között */
    justify-content: flex-end; /* jobbra igazítás */
    align-items: center;
    position: absolute;
    right: 10px;
    bottom: 60px;
      z-index: 1010; /* vagy nagyobb, mint a szomszédos elemek */
  }

  .social-icons a {
    display: flex;
    align-items: center;
    color: #fff;
    font-size: 24px;
    text-decoration: none;
    transition: color 0.3s ease;
  }

  .social-icons a:hover {
    color: #0077ff;
  }

  .social-icons i {
    margin-right: 40px;
  }

  @media (max-width: 768px) {
  .social-icons {
    position: absolute;
    left: 10px;
    top: 13px;
    display: flex;
    flex-direction: column;
    gap: 5px;
    /* eltávolítjuk a desktopos pozíciókat */
    right: auto;
    bottom: auto;
  }

  .social-icons a {
    /* mobilon nincs display:flex és align-items:center */
    display: block; /* hogy a margók jól működjenek */
    color: #fff;
    font-size: 24px;
    transition: color 0.3s ease;
  }

  .social-icons a:hover {
    color: #0077ff;
  }

  .social-icons i {
    margin-right: 0; /* mobilon ne legyen extra margó */
  }
}





.header-container {
    display: flex;
    justify-content: space-between;
    align-items: center;
    flex-wrap: wrap; 
}

.products2 {
    padding: 40px 0;
    align-items: center;
}

.ticket-grid {
  display: flex;
  justify-content: center;
  gap: 20px; /* térköz a két elem között */
  flex-wrap: wrap; /* kisebb képernyőn egymás alá helyezi őket */
  margin-top: 30px;
}

/* Közös stílus a két elemhez */
.product-item2,
.product-item3 {
  background-color: #fff;
  background-image: url("/assets/jegybox.png");
  background-size: cover;
  background-position: center center;
  background-repeat: no-repeat;
  opacity: 0.8;
  
  width: 100%;
  max-width: 300px;

  border: 1px solid #e0e0e0;
  border-radius: 8px;
  overflow: hidden;
  text-align: center;
  padding: 40px;
  margin: 0;
  box-shadow: 0 4px 8px rgba(0, 0, 0, 0.05);
  transition: transform 0.3s ease, box-shadow 0.3s ease, border-color 0.3s ease;
}

.product-item2 h1,h2,h3,p ,
.product-item3 h1,h2,h3, p {
color: #fff;
}

.footer-logo {
    height: 100px; /* Növeltük a logók magasságát a korábbi 40px-ről */
    width: auto; /* Automatikus szélesség az arányok megtartásához */
    max-width: 150px; /* Növeltük a logók maximális szélességét, hogy ne legyenek túl nagyok */
    opacity: 0.8; /* Kicsit áttetszőbb logók */
    transition: opacity 0.3s ease; /* Áttűnési effekt egér fölé vitelkor */
}


@media (max-width: 768px) {

   .footer-links {
        order: 2;
        justify-content: center; /* **EZ a kulcs!** A logókat középre igazítja a .footer-links div-en belül */
        width: 100%; /* Fontos, hogy legyen szélessége, amin belül középre igazíthat */
        max-width: 350px; /* Korlátozzuk a logók konténerének maximális szélességét mobilon */
        margin: 0 auto; /* Középre igazítja magát a .footer-links div-et a rendelkezésre álló szélességen belül */
    }

    .footer-logo {
        height: 100px;
        max-width: 150px;
    }

}



.container2 {
  max-width: 1140px; 
  margin: 0 auto; 
  padding: 0 45%; 
  box-sizing: border-box;
  width: 50%;
  size: 50%;
  display: inline-block;
}

.section-title2 {
    display: block; 
    max-width: max-content; 
    margin-left: auto; 
    margin-right: auto; 
    text-align: center; 
    margin-bottom: 0px; 
    font-size: 2rem;
    color: #212529;
    font-weight: 600;
    display: inline-block;
    transition: color 0.3s ease, transform 0.3s ease; 
}

.section-title2::after { 
    content: ''; 
    display: block; 
    width: 60px; 
    height: 3px; 
    background: #007bff; 
    margin: 10px auto 50px; 
    transition: width 0.3s ease, background-color 0.3s ease; 
    align-items: center;
}

.section-title2:hover {
    color: #0056b3; 
    transform: scale(1.03); 
    align-items: center;
}

.section-title2:hover::after {
    width: 80px; 
    background-color: #0056b3; 
    align-items: center;
}

.logo a {
    font-size: 35px;
    font-weight: 700;
    color: #ffffff;
    font-family: 'MyCustomFont', Valorantfont;
    transition: color 0.3s ease, transform 0.3s ease; 
}
.logo a:hover {
    transform: scale(1.02); 
}

.main-nav ul {
    list-style: none;
    display: flex; /* Asztali nézetben sorban */
    gap: 2px;
    margin: 0;
    padding: 0;
    /* ÚJ/MÓDOSÍTOTT: Ezek a desktop menü beállításai */
    position: static; /* Nem abszolút asztalon */
    opacity: 1; /* Mindig látható */
    pointer-events: auto; /* Mindig kattintható */
    max-height: none; /* Nincs max-magasság korlát */
    width: auto; /* Automatikus szélesség */
    background-color: transparent; /* Átlátszó háttér */
    flex-direction: row; /* Hogy sorban legyenek az elemek */
}

.main-nav ul li {
    margin-left: 25px;
    width: 120px;
    text-align: center;
}

.main-nav ul li a {
    color: #111; /* Ezt valószínűleg white-ra kellene állítani a fejléc miatt */
    font-weight: 600;
    padding: 5px 0;
    position: relative;
    transition: color 0.3s ease, transform 0.3s ease;
}
.main-nav ul li a::after { 
    position: absolute;
    width: 0;
    height: 2px;
    display: block;
    margin-top: 25px;
    right: 0;
    background: #007bff;
    transition: width 0.3s ease;
        transform: translateX(-50%);
}
.main-nav ul li a:hover::after {
    width: 100%;
    left: 0;
    background-color: #0056b3;
    
}
.main-nav ul li a:hover {
    color: #0056b3;
    transform: scale(1.08); /* kis nagyítás */
    
}

nav ul li.active a {
  color: #1818184f; /* vagy háttérszín, border, bármi */
  font-weight: bold;
}

.cart-icon {
    font-weight: 600;
    transition: transform 0.3s ease; 
}
.cart-icon:hover {
    transform: scale(1.1);
}

.search-bar {
    display: flex;
    align-items: center;
    transition: opacity 0.3s ease; 
}
.search-bar:hover {
    opacity: 0.9;
}

.search-bar input[type="search"] {
    padding: 8px 12px;
    border: 1px solid #ccc;
    border-radius: 4px 0 0 4px;
    outline: none;
    transition: border-color 0.3s ease, box-shadow 0.3s ease; 
}
.search-bar input[type="search"]:focus,
.search-bar input[type="search"]:hover {
    border-color: #007bff;
    box-shadow: 0 0 5px rgba(0, 123, 255, 0.25);
}

.search-bar button {
    padding: 8px 15px;
    background-color: #007bff;
    color: white;
    border: 1px solid #007bff;
    border-radius: 0 4px 4px 0;
    cursor: pointer;
    margin-left: -1px; 
    transition: background-color 0.3s ease, border-color 0.3s ease; 
}
.search-bar button:hover {
    background-color: #0056b3;
    border-color: #0056b3;
}

.products {
    padding: 150px 0;
   
}

.section-title {
    display: block; 
    max-width: max-content; 
    margin-left: auto; 
    margin-right: auto; 
    text-align: center; 
    margin-bottom: 15px; 
    font-size: 2rem;
    color: #fff;
    font-weight: 600;
    transition: color 0.3s ease, transform 0.3s ease; 
}

.section-title::after { 
    content: ''; 
    display: block; 
    width: 60px; 
    height: 3px; 
    background: #007bff; 
    margin: 8px auto 40px; 
    transition: width 0.3s ease, background-color 0.3s ease; 
}

.section-title:hover {
    color: #0056b3; 
    transform: scale(1.03); 
}

.section-title:hover::after {
    width: 80px; 
    background-color: #0056b3; 
}

.section-title5 {
    display: block; 
    max-width: max-content; 
    margin-left: auto; 
    margin-right: auto; 
    text-align: center; 
    margin-bottom: 15px; 
    font-size: 2rem;
    color: #489bc2;
    font-weight: 600;
    transition: color 0.3s ease, transform 0.3s ease; 
}

.section-title5::after { 
    content: ''; 
    display: block; 
    width: 60px; 
    height: 3px; 
    background: #489bc2; 
    margin: 8px auto 40px; 
    transition: width 0.3s ease, background-color 0.3s ease; 
}

.section-title5:hover {
    color: #0056b3; 
    transform: scale(1.03); 
}

.section-title5:hover::after {
    width: 80px; 
    background-color: #0056b3; 
}



.pclass {
    color : white
}
.product-item {
    display: block;
    width: 100%;
    max-width: 100%;
    margin: 0 auto;
    padding: 20px;
    text-align: left;
    opacity: 0.8;

    background-image: url("/assets/csok.png");
    background-size: cover;
    background-position: center center;
    background-repeat: no-repeat;

    border: 1px solid #ddd;
    border-radius: 12px;
    box-shadow: 0 4px 12px rgba(0, 0, 0, 0.1);

    overflow: hidden;
    transition: transform 0.3s ease, box-shadow 0.3s ease;
}


.product-grid {
  display: flex;
  flex-direction: column; 
  gap: 20px; 
    max-width: 100%;
  width: 100%;
}

@media (max-width: 900px) {
    .product-grid {
        grid-template-columns: repeat(2, 1fr);
    }
}

@media (max-width: 600px) {
    .product-grid {
        grid-template-columns: 1fr;
    }
}

.product-item a { 
    display: block;
    color: inherit; 
}
.product-item a:hover {
    color: inherit; 
    opacity: 1; 
}

.product-item:hover {
    transform: translateY(-8px); 
    box-shadow: 0 12px 20px rgba(0, 0, 0, 0.12);
    border-color: #007bff;
}

.product-item img {
    margin-bottom: 15px;
    border-radius: 5px;
    transition: transform 0.3s ease;
}
.product-item:hover img { 
    transform: scale(1.05);
}

.product-item h3 {
    font-size: 1.2rem;
    margin-bottom: 10px;
    color: #333;
    transition: color 0.3s ease; 
}
.product-item:hover h3 {
    color: #007bff;
}

.product-item .price {
    font-size: 1.1rem;
    font-weight: 700;
    color: #28a745; 
    margin-bottom: 15px;
    transition: color 0.3s ease, transform 0.3s ease; 
}
.product-item:hover .price {
    color: #218838; 
    transform: scale(1.05);
}

.product-item .btn {
    background-color: #f0f0f0; 
    color: #333;
    border: 1px solid #ccc;
    padding: 8px 20px;
    transition: background-color 0.3s ease, color 0.3s ease, border-color 0.3s ease, transform 0.3s ease; 
}
.product-item:hover .btn { 
    background-color: #007bff;
    color: #fff;
    border-color: #007bff;
    transform: scale(1.05);
}
.product-item .btn:hover { 
    background-color: #0056b3;
    border-color: #0056b3;
    transform: scale(1.1); 
}

.about-us {
    background-color: #e9ecef; 
    padding: 50px 0;
    text-align: center;
    margin-top: 40px;
    transition: background-color 0.3s ease; 
}
.about-us:hover {
    background-color: #dde2e7;
}
.about-us p {
    transition: color 0.3s ease; 
}
.about-us p:hover {
    color: #111;
}

/* --- Footer --- */
.site-footer {
    background-color: #343a40; 
    color: #adb5bd; 
    padding: 100px 0 20px;
    margin-top: 0px;
    transition: background-color 0.3s ease; 

}
.site-footer:hover {
    background-color: #2c3035;
}

.footer-container {
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
    gap: 20px;
}

.site-footer h4 {
    color: #ffffff; 
    margin-bottom: 15px;
    font-weight: 600;
    transition: color 0.3s ease, transform 0.3s ease; 
}
.site-footer h4:hover {
    color: #00aaff;
}

.footer-links ul li {
    margin-bottom: 8px;
}

.footer-links ul li a,
.footer-social a {
    color: #adb5bd;
    transition: color 0.3s ease, padding-left 0.3s ease; 
}

.footer-links ul li a,
.footer-social a:hover {
    color: #ffffff; 
    padding-left: 5px; 
}

.footer-social {
    transition: transform 0.3s ease; 
}
.footer-social:hover {
    transform: scale(1.02);
}

.nav-disabled {
  color: #999;
  cursor: default;
  text-decoration: none;
  pointer-events: none;
}


.footer-links {
    display: flex; /* Ezt már beállítottuk, de ismétlés a hangsúlyozásért */
    gap: 25px; /* Növeltük a helyközt a logók között, hogy jobban elkülönüljenek */
    align-items: center; /* Vertikálisan középre igazítja a logókat */
    /* A justify-content: space-between a .footer-container-ben már elhelyezi ezt a div-et jobbra */
}

.footer-copy {
    margin-top: 20px;
    text-align: center;
    width: 100%;
    font-size: 0.9em;
    border-top: 1px solid #495057; 
    padding-top: 20px;
    transition: border-color 0.3s ease; 
}
.footer-copy:hover {
    border-color: #6c757d;
}
.footer-copy p {
    color: #adb5bd;
    transition: color 0.3s ease; 
}
.footer-copy p:hover {
    color: #e0e0e0;
}

#logo {
  animation: pulse 2s infinite ease-in-out;
}

@keyframes pulse {

 0%  { transform: scale(1); }

 50% { transform: scale(1.05); }

 100% { transform: scale(1); }

}




@media (max-width: 768px) {
    .header-container {
        flex-direction: column;
        align-items: flex-start;
    }
    .main-nav {
        margin-top: 15px;
        width: 100%;
    }
    .main-nav ul {
        flex-direction: column;
        align-items: flex-start;
    }
    .main-nav ul li {
        margin-left: 0;
        margin-bottom: 10px;
    }
     .search-bar {
        margin-top: 15px;
        width: 100%;
    }
    .search-bar input[type="search"] {
        flex-grow: 1; 
    }
    .hero h2 {
        font-size: 2rem;
    }
    .footer-container {
        flex-direction: column;
        text-align: center;
    }
    .footer-links ul {
        padding-left: 0; 
    }
}

@media (min-width: 768px) {
  .main-nav ul li a {
    display: flex; 
    justify-content: center; 
    width: 150px; 
    height: 50px; 
    text-decoration: none;

    font-weight: bold;
    transition: background-color 0.3s ease;
    text-align: center;
    color: white;
  }
}

/* --- Alap (desktop) nézet --- */
.main-nav ul {
  list-style: none;
  display: flex;
  gap: 2px;
  margin: 0;
  padding: 0;
}

.menu-toggle {
    display: none; /* ALAPÉRTELMEZETTEN REJTETT ASZTALI NÉZETBEN */
    font-size: 0; /* továbbra is elrejti a ☰ karaktert */
    color: transparent; /* továbbra is elrejti a ☰ karaktert */
}





/* --- Mobil nézet --- */
@media (max-width: 768px) {
  .main-nav ul {
    margin: 0;
    padding: 0 10px;
    overflow: hidden;
    max-height: 200px;
    width: 200px;
    background-color: #fff;
    position: absolute; /* Mobilon fix marad a menü a képernyő jobb oldalán */
    top: 95.5px;
    right: -220px;
    z-index: 999;
    pointer-events: none;
    transition: right 0.5s ease, opacity 0.5s ease;
    opacity: 0;
    display: flex;
    
    flex-direction: column;
  }
 

  .main-nav ul.active {
    right: 0;
    opacity: 1;
    pointer-events: auto;
    padding: 0px 10px;
  }

.main-nav ul li a {
  display: block;
  width: 100%; 
  text-align: left; 
  padding-left: 5px; 
  box-sizing: border-box; 
  height: 20px;
  color: #489bc2;
}

.menu-toggle {
  font-size: 0; 
  color: transparent; 
}

.menu-toggle {
  position: absolute;
  display: block;
  width: 50px;
  height: 50px;
  top: -1px;
  right: 10px;
  z-index: 1000;
  border: none;
  background-color: transparent;
  cursor: pointer;
}

.menu-toggle::before {
  content: '';
  position: absolute;
  top: 22px; 
  left: 10px;
  right: 10px;
  height: 5px;
  background-color: white;
  border-radius: 3px;
  box-shadow:
    0 -10px 0 0 white, 
    0 10px 0 0 white; 
  transition: 0.3s;
}
.menu-toggle::before,
.menu-toggle::after,
.menu-toggle span {
  content: '';
  position: absolute;
  left: 10px;
  right: 10px;
  height: 5px;
  background-color: white;
  border-radius: 3px;
  transition: 0.3s;
}

.menu-toggle::after {
  top: 32px;
}
}


.program-boxes {
  padding: 150px;
}

.program-grid {
  display: flex;
  flex-wrap: wrap;
  gap: 40px;
  justify-content: center;
}

.program-text1 {
  color: white;
  
}

.program-box {
  flex: 1 1 clamp(150px, 20%, 300px); /* nagyobb minimum és maximum */
  aspect-ratio: 16 / 9;
  background: linear-gradient(to bottom right, #489bc2, #489bc2);
  color: white;
  border-radius: 16px;

  display: flex;
  flex-direction: column;
  justify-content: flex-start;  /* felülre */
  align-items: center;

  text-align: center;
  text-decoration: none;
  padding: 50px;

  height: 500px;     /* nagyobb fix magasság */
  overflow: hidden;  /* szöveg nem növeli meg */

  transition: transform 0.3s ease, box-shadow 0.3s ease;
  box-shadow: 0 6px 16px rgba(0, 0, 0, 0.2);
}

.program-box:hover {
  transform: translateY(-5px);
  box-shadow: 0 8px 24px rgba(0, 0, 0, 0.3);
}

.program-box h2 {
  font-size: 35px
   

}


.program-box p {
  font-size: 20px;
  margin-top: 10px;
  color: #f0f0f0; 
}

/* Mobil nézet */
@media (max-width: 600px) {
  .program-boxes {
    padding: 50px 20px;
  }

  .program-box {
    flex: 1 1 200px; /* mobilon is nagyobb minimum */
    aspect-ratio: auto;
    height: 280px;  /* mobilon is nagyobb, de picit kisebb */
    padding: 30px;
    overflow: hidden;
    height: auto;
  }
.program-box h2 {
  font-size: clamp(1.3rem, 2.5vw, 3rem); /* nagyobb maximum betűméret */
  margin: 0;
}

.program-box p {
  font-size: 15px;
  margin-top: 10px;
  color: #f0f0f0; 
}

}


.h1class2{
    font-size: 100px;
    color: #489bc2;
    text-align: center;
    padding-top: 250px;
}


@media (max-width: 600px) {
.h1class2{
    font-size: 50px;
    color: #489bc2;
    text-align: center;
    padding-top: 250px;
}
}


/*Countdown Section*/


.countdown-section {
  width: 100vw;
  padding: 50px 0;
  text-align: center;
}

.countdown-title {
  font-size: 40px;
  color: #489bc2;
  font-weight: bold;
  margin-bottom: 10px;
  padding-top: 50px;
  

}


.countdown-boxes {
  display: flex;
  justify-content: center;
  gap: 20px;
  flex-wrap: wrap;
  
}

.count-box {
  display: flex;
  flex-direction: column;
  align-items: center;
}

.count-box span {
  background-color: #489bc2;
  color: white;
  font-size: 35px;
  font-weight: bold;
  padding: 10px 10px;
  border-radius: 10px;
  box-shadow: 0 4px 8px rgba(0,0,0,0.2);
  min-width: 70px;
}

.label {
  margin-top: 10px;
  font-size: 13px;
  font-weight: bold;
  color: #1d5ea8;
  text-transform: uppercase;
}


@media (max-width: 768px) {
.count-box span {
  background-color: #489bc2;
  color: white;
  font-size: 35px;
  font-weight: bold;
  padding: 10px 10px;
  border-radius: 10px;
  box-shadow: 0 4px 8px rgba(0,0,0,0.2);
  min-width: 70px;
}
}



/*Kezdőlap Box*/

.event-info-section {
  position: relative;
  background-image: url('/assets/kezdolapbox.png');
  background-size: 100%  85%; 
  background-repeat: no-repeat;
  background-position: center center; 
  width: 100vw;
  min-height: 100vh;
  padding: 0; 
  display: flex;
  justify-content: center;
  align-items: flex-start; 
  overflow: hidden;
}

.event-info-content {
  max-width: 100%; 
  width: 100%;
  display: flex;
  align-items: flex-start; 
  gap: 20px; 
  padding: 18vh 12vw 10vh 12vw; 

  position: relative;
 
} 

@media (max-width: 768px) {
.event-info-section {
  position: relative;
  background-image: url('/assets/kezdolapbox.png');
  background-size: 100%  95%; 
  background-repeat: no-repeat;
  background-position: center center; 
  width: 100vw;
  min-height: 100vh;
  padding: 0; 
  display: flex;
  justify-content: center;
  align-items: flex-start; 
  overflow: hidden;
}
}

@media (max-width: 768px) {
.event-text h3, .event-text  {
  text-shadow: 0 3px 5px rgba(0,0,0,0.7);
  text-align: center;

}

}

.event-image {
  position: absolute; 

  right: 10vw; 
  top: 9vh; 
  width: 30vw; 
  max-width: 500px; 
  z-index: 1; 
  
}

.event-image img {
  width: 100%;
  height: auto;
  display: block; 
}

.event-text {
  flex: 1;
  color: #fff;
  font-size: 1.2vw; 
  line-height: 1.3;
  padding-right: 35vw; 
  box-sizing: border-box;
  
  z-index: 5000; 
}






.event-text h3, .event-text p {
  text-shadow: 0 3px 5px rgba(0,0,0,0.7);
  text-align: left;

}



.event-text h3 {
  font-size: 2.2vw; 
  color: #fff;
  margin-bottom: 2vh; 
    margin-top: -15px;
}

.event-text p {
  margin-bottom: 2vh; 
  color: #ffffff; 
}

.event-text strong {
  color: #fff;
}


@media (max-width: 1200px) {
  .event-text {
    font-size: 1.8vw;
    padding-right: 38vw;
  }
  .event-text h3 {
    font-size: 2.5vw;
  }
  .event-image {
    width: 35vw;
  }
}

@media (max-width: 992px) {
  .event-info-content {
    flex-direction: column;
    align-items: center;
    padding: 10vh 5vw; 
    gap: 40px;
  }

  .event-text {
    font-size: 2.2vw;
    text-align: center;
    padding-right: 0; 
    order: 2; 
  }

  .event-text h3 {
    font-size: 2vw;
  }

  .event-image {
    position: static; 
    width: 60vw; 
    max-width: 400px; 
    order: 1; 
    right: auto;
    top: auto;
  }
}

@media (max-width: 768px) {
  .event-text {
    font-size: 3vw;
  }
  .event-text h3 {
    font-size: 4vw;
  }
  .event-image {
    width: 70vw;
  }
}

@media (max-width: 576px) {
  .event-text {
    font-size: 4vw;
  }
  .event-text h3 {
    font-size: 5.5vw;
  }
  .event-image {
    width: 80vw;
  }
  .event-info-content {
    padding: 8vh 3vw;
  }
}


/*Szürke-Átlátszó*/

.info-section {
  position: relative;
  width: 100vw;
  min-height: 100vh; 
  background-size: 100% 150%; 
  background-repeat: no-repeat;
  background-position: center center;
  display: flex;
  justify-content: center;
  align-items: center;
  box-sizing: border-box;
  padding: 5vh 20vw; 
  text-align: left;

}








.section-content {
  max-width: 1000px; /* Max width for content within these sections */
  width: 100%;
  box-sizing: border-box;
  height: 1000px;
}


.section-content3 p {

color: #fff;
font-size: 50px;
margin-top: -100px;
}

.section-content p {
  font-size: 1.5vw; 
  margin-bottom: 1.5vh;
  color: #fff;
}

.right-aligned-text {
  text-align: right;
  margin-left: auto; 
  margin-right: 0;
}

/* Telefonos geci */
@media (max-width: 1200px) {
  .section-content p {
    font-size: 1.8vw;
  }
}

@media (max-width: 992px) {
  .info-section {
    padding: 5vh 5vw;
  }
  .section-content p {
    font-size: 2.2vw;
  }
  .right-aligned-text {
    text-align: center; 
    margin-left: auto;
    margin-right: auto;
  }
}

@media (max-width: 768px) {
  .section-content p {
    font-size: 3vw;
  }
}



@media (max-width: 576px) {
  .info-section {
    padding: 8vh 3vw;
  }
  .section-content p {
    font-size: 4vw;
  }
}

/*Spider-Man kép*/

.spider-man-section {
  position: relative;
  width: 108vw;
  min-height: 120vh; 
  background-image: url('/assets/body3.png'); 
  background-size: cover; 
  background-repeat: no-repeat;
  background-position: center center;
  display: flex;
  justify-content: flex-end; 
  align-items: center; 
  box-sizing: border-box;
  padding: 100px 15vw; 
  color: #fff; 
  text-align: left; 
  
}

.spider-man-text-container * {
  color: yellow !important;
  background: black !important;
  text-shadow: 3px 3px 10px red !important;
}


.spider-man-content {
  max-width: 1200px; 
  width: 100%;
  display: flex;
  justify-content: flex-end;
  box-sizing: border-box;
  
}

.spider-man-text-container {
  width: 45%; 
  box-sizing: border-box;
}

.spider-man-text-container h4 {
  font-size: 2.2vw; 
  color: #fff;
  margin-bottom: 2vh;
  line-height: 1.3;
  
}

.spider-man-text-container h4 u {
  text-decoration-color: #e6e6e6; 
  
  }

.spider-man-text-container p {
  font-size: 1.2vw; 
  line-height: 1.7;
  margin-bottom: 1.5vh;
  color: #e6e6e6; 
  
}

.spider-man-text-container p strong {
  color: #fff; 
}

.spider-man-text-container .final-release-date {
  font-size: 1.4vw; 
  margin-top: 3vh; 
  margin-bottom: 1.5vh;
}

.spider-man-text-container .final-release-date u {
  text-decoration-color: #fff; 
}

.spider-man-text-container .disclaimer {
  font-size: 0.9vw;
  color: #bbb; 
  margin-top: 3vh; 
}



@media (max-width: 1200px) {
  .spider-man-text-container {
    width: 55%; 
  }
  .spider-man-text-container h4 {
    font-size: 2.5vw;
  }
  .spider-man-text-container p {
    font-size: 1.5vw;
  }
  .spider-man-text-container .final-release-date {
    font-size: 1.7vw;
  }
  .spider-man-text-container .disclaimer {
    font-size: 1.1vw;
  }
}


@media (max-width: 992px) {
  .spider-man-section {
    background-position: 70% center; 
    padding: 5vh 5vw; 
    min-height: 70vh;
  }

  .spider-man-content {
    justify-content: center; 
  }

  .spider-man-text-container {
    width: 80%; 
    padding: 4vw; 
    border-radius: 10px;
    text-align: center; 
  }
  .spider-man-text-container h4 {
    font-size: 3vw;
  }
  .spider-man-text-container p {
    font-size: 2vw;
  }
  .spider-man-text-container .final-release-date,
  .spider-man-text-container .disclaimer {
    font-size: 2.2vw;
  }
}

@media (max-width: 768px) {
  .spider-man-section {
    background-position: 75% center; 
    min-height: 60vh;
  }
  .spider-man-text-container {
    width: 90%; 
    padding: 5vw;
  }
  .spider-man-text-container h4 {
    font-size: 4vw;
  }
  .spider-man-text-container p {
    font-size: 2.5vw;
  }
  .spider-man-text-container .final-release-date,
  .spider-man-text-container .disclaimer {
    font-size: 2.8vw;
  }
}

@media (max-width: 576px) {
  .spider-man-section {
    background-position: 80% center; 
    min-height: 50vh;
  }
  .spider-man-text-container {
    width: 95%; 
    padding: 6vw;
  }
  .spider-man-text-container h4 {
    font-size: 5.5vw;
  }
  .spider-man-text-container p {
    font-size: 3.5vw;
  }
  .spider-man-text-container .final-release-date,
  .spider-man-text-container .disclaimer {
    font-size: 3.8vw;
  }
}


/*Rólunk*/
/*Szöveg és Vonal*/

.intro-section {
    width: 100vw;
    box-sizing: border-box;
    padding: 50px 10vw 0 10vw; 
    display: flex;
    flex-direction: column;
    align-items: flex-start; 
}

.intro-content {
    max-width: 1200px;
    width: 150%;
    margin-bottom: 0px;
    box-sizing: border-box;
}

.intro-content p {
    font-size: 25px;
    line-height: 0.65;
    color: #fff;
    white-space: pre-line;
    text-align: center; 
    margin: 0px;
    margin-top: -95px
}

/* --- Elválasztó Vonal Szakasz --- */
.section-divider {

    width: 100vw; /* Teljes képernyő szélesség */
    height: 15px;
    background-color: #489bc2;
    border: none;
    margin: 0; /* Nullázza a margókat, hogy ne legyen extra hely a széleken */
    display: block; /* Biztosítja, hogy blokk szintű elem legyen és kitöltse a szélességet */
    position: relative; /* Ha a fölötte lévő tartalomtól szeretnéd távol tartani */
    left: 50%; /* Középre igazítás */
    transform: translateX(-50%); /* Középre igazítás */
    margin-top: 30px; /* Hozzáadhatunk felül margót, hogy távol legyen a szövegtől */
}


@media (max-width: 768px) {
  .intro-section {
    width: 100vw;
    box-sizing: border-box;
    padding: 30px 5vw;
    flex-direction: column;
    align-items: flex-start; /* Flexbox szülőben helyes módon balra */
  }

  .intro-content {
    max-width: 100%;
    width: 100%;
    margin: 0 auto 40px auto;
    text-align: left; /* Szöveg balra igazítása */
  }

  .intro-content p {
    font-size: 13px;
    line-height: 1.3 !important; /* Nagyobb sorköz */
    letter-spacing: 1.9px;
    color: #fff;
    margin: -370px auto 0 auto;
    padding: 10px 15px;
    max-width: 90vw;
    white-space: normal;
    hyphens: none;
    text-align: left; /* Szöveg balra igazítása */
  }
}




@media (max-width: 768px) {
    .intro-section {
        padding: 20px 5vw 0 4vw;
    }
    .intro-content p {
        font-size: 20px; /* Még kisebb betűméret */
    }
    .section-divider {
        width: 90vw; /* Marad */
        height: 1px; /* Még vékonyabb vonal */
    }
}

@media (max-width: 576px) {
    .intro-section {
        padding: 50px 3vw 0 3vw;
    }
    .intro-content p {
        font-size: 12px; /* Különösen kis képernyőkre */
        line-height: 0.9; /* Még nagyobb sorköz */
    }
    .section-divider {
        width: 100vw; /* Marad */
        height: 6px; /* A legvékonyabb vonal */
        margin-top: 5px; /* Még kisebb távolság */
    }
}

    /* DOBOZ - KÖR - ABOUTUS  */

    .about-us-section {
        width: 100%;
        box-sizing: border-box;
        padding: 60px 10vw;
        display: flex;
        flex-direction: column;
        gap: 40px;
        margin-top: -400px;
        align-items: center;
    }

    .about-row {
        width: 100%;
        max-width: 1100px;
        display: flex;
        align-items: center;
        justify-content: space-around;
        gap: 40px;
    }



    /* ITT A MÓDOSÍTÁS: Az order tulajdonság használata */
    .about-row.reverse-row .about-circle {
        order: -1; /* A kör negatív rendeléssel előre kerül */
    }
    .about-row.reverse-row .about-box {
        order: 0; /* A doboz marad az alapértelmezett rendeléssel */
    }


    .about-item {
        width: 100%; /* vagy pl. 60–70%, ha nem kell teljes szélesség */
        box-sizing: border-box;
        display: flex;
        align-items: center;
        justify-content: center;
    }

    /* Átlátszó szürke négyzet stílusok */
    .about-box {
        background-color: rgba(128, 128, 128, 0.4);
        color: #fff;
        padding: 200px;
        border-radius: 10px;
        text-align: left;
        flex-direction: column;
    }

    .about-box h4 {
        font-size: 1.5em;
        margin-bottom: 15px;
        color: #489bc2;
    }

    .about-box p {
        font-size: 1em;
        color: #fff;
        line-height: 1.6;
        margin: 0;
        white-space: pre-line;
    }

    /* Kör alakú kép stílusok */
    .about-circle {
        width: 200px;
        height: 200px;  
        border-radius: 50%;
        overflow: hidden;
        display: flex;
        align-items: center;
        justify-content: center;
        box-shadow: 0 4px 10px rgba(0,0,0,0.2);
    }

    .about-circle img {
        width: 100%;
        height: 100%;
        object-fit: cover;
    }

    @media (max-width: 992px) {
        .about-us-section {
            padding: 40px 5vw; /* Kisebb párnázás tableten */
            gap: 30px; /* Kisebb távolság sorok között */
        }

          .about-circle {
    width: 300px !important;
    height: 300px !important;
  }

        .about-row {
            flex-direction: column; /* **Minden sort oszlopba rendezünk mobilon** */
            gap: 30px; /* Kisebb távolság elemek között */
            /* A flex-direction: column; itt felülírja a row-reverse-t */
        }

        /* ITT A KULCS A TELEFONOS KÖR-NÉGYZET SORRENDHEZ! */
        /* Minden sorban a kör legyen elől, a négyzet utána */
        .about-row .about-circle {
            order: 1;
        }
        .about-row .about-box {
            order: 2;
        }
    }

        .about-item {
            width: 80%; /* Szélesebbek a dobozok és körök tableten */
            max-width: 400px; /* Max szélesség szabályozása */
        }
        .about-box {
            padding: 25px;
            text-align: center; /* Szöveg középre igazítása mobilnézetben */
        }
        .about-box h4 {
            font-size: 1.3em;
        }
        .about-box p {
            font-size: 0.95em;
            line-height: 1.5; /* Javított sorköz a jobb olvashatóságért */
        }
        .about-circle {
            width: 200px; /* Kisebb kör méret mobilra */
            height: 200px;
        }

    @media (max-width: 768px) {
        .about-us-section {
            padding: 30px 4vw;
            gap: 25px;
        }
        .about-row {
            gap: 25px;
        }
        .about-item {
            width: 90%; /* Még szélesebbek a dobozok */
        }
        .about-box {
            padding: 20px;
        }
        .about-box h4 {
            font-size: 1.2em;
        }
        .about-box p {
            font-size: 0.9em;
        }
        .about-circle {
            width: 180px;
            height: 180px;
        }
    }

    @media (max-width: 576px) {
        .about-us-section {
            padding: 20px 3vw;
            gap: 20px;
        }
        .about-row {
            gap: 20px;
        }
        .about-item {
            width: 95%; /* Majdnem teljes szélesség mobilra */
        }
        .about-box {
            padding: 15px;
        }
        .about-box h4 {
            font-size: 1.1em;
        }
        .about-box p {
            font-size: 0.85em;
            line-height: 1.6; /* Még nagyobb sorköz a legkisebb képernyőkön */
        }
        .about-circle {
            width: 150px;
            height: 150px;
        }
    }


/* Initial Logo Animation */
.splash-logo-container {
  position: fixed;
  top: 0;
  left: 0;
  width: 100vw;
  height: 100vh;

  display: flex;
  justify-content: center;
  align-items: center;

  z-index: 9999;
  pointer-events: none;
  opacity: 1;
  transition: opacity 1s ease-out;
  background: transparent; /* biztos, hogy ne takarjon semmi */
}

/* Background a pseudo-elemen */
.splash-logo-container::before {
  content: '';
  position: fixed; /* vagy absolute, de fixed jobb, hogy teljes képernyőt lefedje */
  top: 0;
  left: 0;
  width: 100vw;
  height: 100vh;

  background: url('/assets/splash-bg.jpg') no-repeat center center;
  background-size: cover;

  opacity: 1;
  transition: opacity 1s ease-in-out;

  z-index: -1; /* háttér legyen */
}

.splash-logo-container.fade-out {
  opacity: 0;
}

.splash-logo-container.fade-out::before {
  opacity: 0;
}

.splash-logo {
  width: 80vw;
  max-width: 600px;
  height: auto;
  opacity: 1; /* induláskor látszik */
  transition: opacity 0.1s ease-out;
}

.splash-background {
  position: fixed;
  top: 0;
  left: 0;
  width: 100vw;
  height: 100vh;
  background: url('/assets/splash-bg.jpg') no-repeat center center;
  background-size: cover;
  z-index: 999;
  opacity: 10s ease-in-out;
  transition: opacity 2s ease-in-out; /* fade-out animáció */
}

.splash-background.fade-out {
  opacity: 0;
}


/* Ez az osztály csak akkor display: none, ha az opacity átmenet befejeződött */
.splash-hidden {
    display: none !important;
}

.logo2 {
    width: 175px; 
    margin-left: 100px;
    margin-top: -8px;
    display: inline-block;
    animation: pulse 2s infinite ease-in-out;

}


.studio-promo-section {
  position: relative;
  background-image: url('/assets/kezdolapbox.png');
  background-size: 100%  50%; 
  background-repeat: no-repeat;
  background-position: center top;
  width: 100%; /* teljes szélesség */
  height: 110vh;
  display: flex;
  justify-content: center;
  padding: 0;
  overflow: hidden;
}

.studio-promo-content {
  width: 100%;
  display: flex;
  justify-content: center;
  align-items: flex-start;
  padding-top:15vh; 
}


.studio-promo-content2{
  width: 100%;
  display: flex;
  justify-content: center;
  align-items: flex-start; 
  margin-left: -560px;
  margin-top: -50px;
}

.studio-box-right{
  width: 1100px;
  
}

.studio-box-right img{
  width: 100%;
  height: auto;
  
  
}

.studio-box-left {
  max-width: 600px;
}  

.studio-box-left img {
  width: 100%;
  height: auto;
}



@media (max-width: 768px) {
  .studio-promo-content,
  .studio-promo-content2 {
    flex-direction: column;
    align-items: flex-start;
    gap: 0;
    margin: 0;
    padding: 0;
  }

  .studio-promo-section {
  position: relative;
  background-image: url('/assets/kezdolapbox.png');
  background-size: 100%  50%; 
  background-repeat: no-repeat;
  background-position: center top;
  width: 100%; /* teljes szélesség */
  height: 120vh;
  display: flex;
  justify-content: center;
  padding: 0;
  overflow: hidden;
}



  /* Kijelző szélesség alapján állítjuk be a mértékeket */

  /* iPhone 12 Pro (átlagos mobil - megtartjuk az eredetit) */
@media (min-width: 381px) and (max-width: 420px) {
  .studio-box-left {
    width: 190%;
    max-width: none;
    margin-bottom: 600px;
    margin-left: 5%;
  }

  .studio-box-right {
    width: 250%;
    max-width: none;
    margin-top: -200px;
    margin-left: -250px;
  }

  .intro-content p {
    font-size: 14px;
    line-height: 1.5;
    padding: 10px;
    margin-top: -450px;
  }
}

  /* iPhone SE és kisebb képernyők */
  @media (max-width: 380px) {
    .studio-box-left {
      width: 100%;
      margin-left: 0;
      margin-bottom: 400px;
    }

    .studio-box-right {
      width: 100%;
      margin-left: 0;
      margin-top: -150px;
    }
  }

  .studio-box-left img,
  .studio-box-right img {
    width: 100%;
    height: auto;
  }


}


.section-wrapper {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  align-items: flex-start;
  gap: 50px;
  margin-top: -400px;
}

.text-box {
  background-color: rgba(100, 100, 100, 0.7); /* áttetsző szürke */
  color: white;
  padding: 20px;
  border-radius: 10px;
  flex: 1 1 300px; /* méret rugalmas */
  max-width: 500px;
  min-width: 250px;
  pointer-events: none;
  
}

.poster-box {
  flex: 1 1 250px;
  max-width: 720px;
  min-width: 250px;
}

.poster-box img {
  width: 100%;
  height: auto;

}


@media (max-width: 768px) {
.poster-box {
  flex: 2 1 300px;
  max-width: 500px;

  min-width: 100px;

}


.poster-box img {
  margin-left: -10px;
  height: auto;

}
}



.section-divider2 {

    width: 100vw; /* Teljes képernyő szélesség */
    height: 15px;
    background-color: #489bc2;
    border: none;
    margin: 0; /* Nullázza a margókat, hogy ne legyen extra hely a széleken */
    display: block; /* Biztosítja, hogy blokk szintű elem legyen és kitöltse a szélességet */
    position: relative; /* Ha a fölötte lévő tartalomtól szeretnéd távol tartani */
    left: 50%; /* Középre igazítás */
    transform: translateX(-50%); /* Középre igazítás */
    margin-top: -50px; /* Hozzáadhatunk felül margót, hogy távol legyen a szövegtől */
}




 .chapter-list {
      display: flex;
      flex-direction: column;
      gap: 40px;
      padding: 20px;
      align-items: center;
    }

    .chapter-row {
      display: flex;
      align-items: flex-start;
      gap: 35px;
      width: 100%;
      max-width: 1000px;
    }

    .chapter-row img {
      width: 500px;
      height: auto;
      border-radius: 8px;
      flex-shrink: 0;
    }

    .chapter-text {
      display: flex;
      flex-direction: column;
      gap: 10px;
      width: 400px;
      max-width: 90%;
    }

    .chapter-title {
      margin: -10px;
      font-size: 1.5em;
      font-weight: bold;
      color: #489bc2;
    }

    .chapter-textbox {
      background-color: rgba(100, 100, 100, 0.7);
      color: #fff;
      padding: 15px;
      border-radius: 10px;
    }

.chapter-row img:hover {
  transform: none !important;
  filter: none !important;
  opacity: 1 !important;
  box-shadow: none !important;
  transition: none !important;
  cursor: default !important;
}


/* Mobilnézet */
@media (max-width: 768px) {
  .chapter-row {
    flex-direction: column-reverse; /* <- kép kerüljön alulra */
    align-items: center;
  }

  .chapter-row img {
    width: 90%;
  }

  .chapter-row img:hover {
  transform: none !important;
  filter: none !important;
  opacity: 1 !important;
  box-shadow: none !important;
  transition: none !important;
  cursor: default !important;
}

  .chapter-text {
    width: 90%;
    text-align: center;
    align-items: center;
  }

  .chapter-title {
    text-align: center;
  }
}

    .fantastic-image-container {
  display: flex;
  justify-content: center;
  margin: 30px 0;
}

.fantastic-img {
  width: 700px; /* Ezt a képed arányához igazítottam */
  height: auto;
  border-radius: 12px;
  margin-top: 50px;
}


.hero-box-wrapper {
  position: relative;
  background-image: url('/assets/kezdolapbox.png');
  background-size: 100% 50%;
  background-repeat: no-repeat;
  background-position: center top;
  width: 100%;
  height: 100vh;
  display: flex;
  justify-content: center;
  overflow: hidden;
}

.hero-box-inner {
  width: 100%;
  display: flex;
  justify-content: center;
  align-items: flex-start;
  padding-top: 8vh; /* Tetszés szerint állítható */
}

.hero-text-structured {
  max-width: 900px;
  color: #fff;
  padding: 0 30px;
}

.hero-text-structured h1 {
  text-align: center;
  font-size: 1.5rem; /* nagyobb cím */
  font-weight: bold;
  margin-top: -20px;
  color: white;
}

.hero-text-structured p {
  text-align: left;
  font-size: 1rem;
  line-height: 1.7;
  margin-bottom: 10px;
  
}

.hero-text-structured p:hover {
  color: inherit; /* megtartja az eredeti szövegszínt */
}

@media (max-width: 768px) {
  .hero-box-wrapper {
    height: 100vh; /* hosszabb box mobilon */
    background-size: 100% 85%; /* a kép teljesen kitölti a boxot */
    background-repeat: no-repeat;
    background-position: center top;
  }

  .hero-box-inner {
    padding-top: 10vh; /* szöveg egy kicsit lejjebb */
    align-items: flex-start;
  }

  .hero-text-structured {
    padding: 0 20px;
  }

  .hero-text-structured h1 {
    font-size: 1.3rem;
    text-align: center;
    margin-bottom: 20px;
  }

  .hero-text-structured p {
    font-size: 0.95rem;
    line-height: 1.5;
    text-align: left;
  }
}


.content-wrapper {
    display: flex;
    flex-wrap: wrap; /* Tördelje a sorokat kisebb képernyőkön */

    justify-content: center; /* Középre igazítás */
    align-items: flex-start; /* Elemek tetejét igazítja */
    max-width: 1200px; /* Maximális szélesség a tartalomnak */
    width: 100%; /* Rugalmasság */
    padding: 0 20px; /* Kis belső margó a széleknél */
    box-sizing: border-box;
    margin-top: -440px;
    margin-left: 350px;
}

.fantastic-poster-container {
    flex: 0 0 auto; /* Ne nyúljon vagy zsugorodjon */
    max-width: 500px;
    width: 100%; /* Kisebb képernyőn 100% szélesség */
    box-sizing: border-box;
    display: flex;
    justify-content: flex-start; /* Balra igazítás alapértelmezetten */
}

.fantastic-poster {
    width: 100%;
    height: auto;
    display: block;
}

.dark-text-box {
    background-color: rgba(100, 100, 100, 0.7); /* áttetsző szürke */
    color: white;
    padding: 20px;
    border-radius: 10px;
    flex: 1 1 300px; /* méret rugalmas, alapesetben 300px, de rugalmasan növekszik/zsugorodik */
    max-width: 500px;
    min-width: 200px;
    display: flex;
    align-items: center; /* Szöveg középre igazítása vertikálisan */
    justify-content: center; /* Szöveg középre igazítása horizontálisan */
    text-align: center; /* Szöveg igazítása */
    box-sizing: border-box;
    line-height: 1.5; /* Sorok közötti távolság */
    margin-left: 20px; /* Kihagyás a plakát és a szövegdoboz között */
    margin-top: 50px;
}


@media (max-width: 768px) {


    .content-wrapper {
        flex-direction: column; 
        align-items: center; 
        gap: 20px;
        width: 100%; 
        max-width: none; 


        margin-top: -100px !important; 
        margin-left: 0 !important; 
        position: static; 
        transform: none; 
        left: auto; 
        right: auto;
        top: auto; 
        bottom: auto; 

    }

    .fantastic-poster-container {
        justify-content: center; 
        width: 100%; 
        max-width: 380px; 
        margin: 0 auto; 
    }

    .dark-text-box {
       
        margin-left: 100px; 
        margin-top: 0; 
        width: 100%; 
        max-width: 380px; 
        min-width: unset; 
        padding: 0px; 
        margin: 0 auto;
        margin-bottom: 50px;
    }
}