* {
    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, h4, h5, h6 {
      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;
}

img {
    max-width: 100%;
    height: auto;
    display: block;
    transition: transform 0.3s ease, opacity 0.3s ease; 
}

img:hover {
    opacity: 0.9;
}

h1, h2, h3, h4, h5, h6 {
    margin-bottom: 0.75rem;
    font-weight: 600;
    color: #212529; 
}



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: 20px 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;
}


.ticket-wrapper {
  display: flex;
  justify-content: space-between;
  gap: 20px;
  flex-wrap: nowrap;
  max-width: 1400px;
  margin: 0 auto;
}

.ticket-left {
  justify-content: flex-start;
}

.ticket-right {
  justify-content: flex-end;
}


@media (max-width: 768px) {
  .ticket-wrapper {
    flex-direction: column;    /* egymás alá rendezi a blokkokat */
    align-items: center;       /* középre igazítás vízszintesen */
    max-width: none;           /* törli a szűkített szélességet */
    gap: 20px;                 /* nagyobb függőleges távolság */
    margin: 0 auto;            /* középre húzza az egész blokkot */
  }

  .ticket-left,
  .ticket-right {
    justify-content: flex-start;  /* vagy center, ha szeretnéd középre tolni */
    width: 100%;                  /* kitölti a rendelkezésre álló szélességet */
  }
}

@media (max-width: 768px) {
  /* Az „Elérhető Jegy” cím alatti hézag csökkentése */
  .section-title5 {
    margin-bottom: 10px;   /* eredetileg ~15px volt */
  }

  /* A jegy-blokkok teteje és a cím között lévő hézag */
  .ticket-wrapper {
    margin-top: -80px;      /* eredetileg nagyobb érték volt */
  }
}

/* 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: 75px 0;
    text-align: right; 
   
}

.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; 
}






.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: 160px;
  padding-top: 100px;
}

.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: 550px;     /* 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: 1000px;
    width: 100%;
    margin-bottom: 5px;
    box-sizing: border-box;
}

.intro-content p {
    font-size: 15px;
    line-height: 0.56;
    color: #489bc2;
    white-space: pre-line;
    text-align: left; 
    margin: 0px;
}

/* --- 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 {
        padding: 20px 5vw 0 4vw;
    }
    .intro-content p {
        font-size: 5px; /* 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  */



/* 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: 105%; /* teljes szélesség */
  height: 120vh;
  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; 
  padding-left: 50px;
}


.studio-promo-content2{
  width: 100%;
  display: flex;
  justify-content: center;
  align-items: flex-start; 
  margin-left: -200px;
  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-box-left {
    width: 190%;
    max-width: none;
    margin-bottom: 650px;

  }

  .studio-box-right {
    width: 240%;
    max-width: none;
    margin-top: -290px;

    /* Balra-jobbra mozgatás */
    margin-left: -250px; 
    /* vagy: transform: translateX(-100%); */
  }

  .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: 120vh;
  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: 125vh; /* 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: 8vh; /* 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;
    }
}


.prize-section {
  position: relative;
  width: 100%;
  margin: 0 auto;
  margin-top: -70px; /* ez az egész blokkot tolja feljebb */
}

.prize-picture {
  position: absolute;
  top: -100px; /* minél kisebb, annál feljebb kerül */
  left: 0;
  width: 100%;
  height: auto;

}
.prize-title {
  position: absolute;
  top: 5%;             /* igazítsd igény szerint */
  left: 50%;
  transform: translateX(-50%);
  color: #fff;
  font-size: 2.5rem;
  margin: 0;
  font-weight: 700;
  text-shadow: 2px 2px 4px rgba(0, 0, 0, 0.6);
  white-space: nowrap;
}

.prize-text {
  position: absolute;
  top: 35%;             /* igazítsd igény szerint */
  left: 10%;            /* igazítsd igény szerint */
  width: 40%;
  color: #fff;
  font-size: 1.2rem;
  line-height: 1.5;
}

.prize-text strong {
  font-weight: 700;
}

/* --- Reszponzív (mobil) --- */
@media (max-width: 768px) {
  .prize-section {
    padding-top: 80px;
    margin-top: -110px; /* mobilon is feljebb tolja a szekciót */
  }

  .prize-picture {
    top: -20px;       /* a kép még feljebb kerüljen */
  }

  .prize-title {
    top: 15%;
    font-size: 1.6rem;
    white-space: nowrap;  /* egy sorban maradjon */
  }

  .prize-text {
    top: 57%;
    left: 20%;
    width: 90%;
    font-size: 0.8rem;
    line-height: 1.4;
  }
  }


  .cinemaassemble-section {
  width: 100%;
  margin: 0 auto;
  margin-top: 40px; /* távolság a fenti szekciótól */
  text-align: center;
}

.cinemaassemble-picture,
.cinemaassemble-image {
  display: block;
  width: 100%;
  height: auto;
}

/* Mobilon külön finomhangolás, ha kell */
@media (max-width: 768px) {
  .cinemaassemble-section {
    margin-top: 30px;
  }

  .cinemaassemble-image {
    max-width: 100%;
    height: auto;
  }
}


.strange-section {
  position: relative;
  width: 100%;
  margin: -110px auto 0;    /* tolja fel a blokkot 80px‐el */
  overflow: visible;       /* engedi, hogy a kép kilógjon felül */
}

/* A picture/img normál flow‐ban tölti ki a szülőt */
.strange-picture,
.strange-image {
  display: block;
  width: 100%;
  height: auto;
  position: static;        /* nincs abszolút pozíció, így nem vágja le semmi */
}

/* Overlay szöveg ugyanúgy, mint eddig */
.strange-text {
  position: absolute;
  top: 45%;
  left: 8%;
  width: 40%;
  color: #fff;
}

.strange-lead {
  font-size: 1.3rem;
  font-weight: 700;
  line-height: 1.6;
  margin-bottom: 20px;
}

@media (min-width: 769px) {
  .strange-lead {
    margin-bottom: 180px; 
    font-size: 1.8rem;
  }
}

@media (min-width: 769px) {
  .strange-lead {
    margin-bottom: 180px; 
  }
}
@media (max-width: 768px) {
  .strange-lead {
    margin-bottom: 50px; 
  }
  }


.strange-note {
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.5;
}

@media (min-width: 769px) {
  .strange-note {
    font-size: 1.5rem;   /* eredetileg 1rem volt, ide írd a kívánt értéket */
  }
}

/* --- Mobilváltozat --- */
@media (max-width: 768px) {
  .strange-section {
    margin-top: -70px;     /* kevesebbel toljuk fel mobilon */
  }

  .strange-text {
    top: 65%;
    left: 5%;
    width: 90%;
  }

  .strange-lead {
    font-size: 1rem;
  }

  .strange-note {
    font-size: 0.9rem;
  }
}


/* ----------------------------------
   Kingpin-szekció: alapbeállítások
   ---------------------------------- */
.kingpin-section {
  position: relative;
  width: 100%;
  margin: 0px auto 0;
  overflow: visible;
}

.kingpin-picture,
.kingpin-image {
  display: block;
  width: 100%;
  height: auto;
}

/* ----------------------------------
   Mindhárom szövegrész: közös stílus
   ---------------------------------- */
.kingpin-part1,
.kingpin-part2,
.kingpin-part3 {
  position: absolute;    /* egyenként mozgatható */
  color: #000;
  font-weight: 700;
  font-size: 2.8rem;
  line-height: 1.5;
  margin: 0;
}

/* ----------------------------------
   Asztali elrendezés (≥769px)
   ---------------------------------- */
@media (min-width: 769px) {

  .kingpin-part1 {
    top: 26%;     /* part1 függőleges pozíció */
    left: 5%;    /* part1 vízszintes pozíció */
  }

  .kingpin-part2 {
    top: 52%;     /* part2 helye */
    left: 55%;
  }

  .kingpin-part3 {
    top: 87.5%;     /* part3 helye */
    left: 10%;
  }
}

/* ----------------------------------
   Mobil elrendezés (≤768px)
   ---------------------------------- */
@media (max-width: 768px) {

  .kingpin-section {
    margin-top: 0px;
  }

  .kingpin-part1 {
    top: 14%;
    left: 18%;
    font-size: 1rem;
  }

  .kingpin-part2 {
    top: 46.2%;
    left: 18%;
    font-size: 0.9rem;
  }

  .kingpin-part3 {
    top: 92.8%;
    left: 26%;
    font-size: 1rem;
  }
}


.schedule-container {
  display: flex;
  justify-content: center;
  margin: 50px auto;       /* függőleges kihagyás a programok és footer között */
  width: 100%;

}

.schedule-image {
  width: 90%;               /* kicsit nagyobb, de max 90% a konténerből */
  max-width: 800px;         /* ne legyen túl széles asztali nézetben */
  height: auto;
  display: block;
  border-radius: 12px;
}


/* ----------------------------------
   Végtelen Kő szekció – csak a kép, teljes képernyőn
   ---------------------------------- */
.vegtelen-section {
  position: relative;
  width: 100%;
  margin-top: 33px; 
  padding: 0;
  overflow: hidden;        /* levágja, ami kilóg */
  z-index: 500;
  pointer-events: none;
}


@media (max-width: 768px) {
  .vegtelen-section {
    height: auto;
    overflow: hidden;
    pointer-events: none;
  }
}

.kezdolap-section 
{ position: relative; 
  width: 100%; 
  padding: 0;
  transform: scale(1);
  overflow: hidden;
  z-index: 0;
  pointer-events: none;

}
@media (max-width: 768px) {
  .kezdolap-section {
    height: auto;
    overflow: hidden;
  }
}



.eloadasok-section {
  position: relative;
  width: 100%;
  padding: 0;
  margin-top: 35px;             /* hogy közvetlenül a header alatt induljon */
  z-index: 0;
}

.eloadasok-picture {
  width: 100%;
  height: auto;
  display: block;
}

.eloadasok-image {
  width: 100%;
  height: auto;
  display: block;
  pointer-events: none;      /* rákattintás tiltása */
}