@import url('https://fonts.googleapis.com/css2?family=Merienda&family=Special+Elite&family=Adamina&family=Ferro&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Noto+Serif+Hentaigana:wght@200..900&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Alex+Brush&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Roboto+Condensed:ital,wght@0,100..900;1,100..900&display=swap');

html {
    height: 100%;
    margin: 0;
    padding: 0;
    scroll-behavior: smooth;
    overflow-x: hidden;
    width: 100%;
    position: relative;
}

body {
    margin: 0;
    padding: 0;
    font-family: 'Special Elite', serif;
    background: url('/assets/img/background.png') no-repeat center center fixed;
    background-size: cover;
    overflow-x: hidden;
    width: 100%;
    position: relative;
}

.visually-hidden {
  position: absolute;
  width: 1px;
  height: 1px;
  padding: 0;
  margin: -1px;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  border: 0;
}

h1,
h2,
h3,
h5 {
    font-family: 'Noto Serif Hentaigana', cursive;
    color: #f8f9fa;
}

.custom-font {
    font-size: 78px;
    font-family: "Alex Brush", serif;
}

p {
    font-family: 'Special Elite', cursive;
    color: #f8f9fa;
}

section {
    padding: 50px 0;
    position: relative;
    text-align: center;
}

.container {
    width: 100%;
    max-width: 90vw;
    margin: 0 auto;
}

/* COOKIE */
.cookie-consent {
    position: fixed;
    bottom: 20px;
    left: 50%;
    transform: translateX(-50%);
    background: #333;
    color: white;
    padding: 15px;
    border-radius: 15px;
    box-shadow: 0 0 15px 5px rgba(255, 255, 255, 0.8);
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 10px;
    z-index: 10000;
    max-width: 600px;
    min-width: 300px;
}

.cookie-consent button {
    background: #ff9800;
    border: none;
    padding: 10px;
    cursor: pointer;
    color: white;
    border-radius: 3px;
    font-family: "Roboto Condensed", serif;
    text-transform: uppercase;
}

.cookie-consent p,
.cookie-checkbox-label span {
    font-family: "Roboto Condensed", serif;
    font-size: 14px;
}

.cookie-checkbox-label {
    display: flex;
    align-items: center;
    gap: 10px;
}

.cookie-checkbox-label a {
    color: #ff9800;
}

.cookie-checkbox-label input[type="checkbox"] {
    width: 18px;
    height: 18px;
}

.cookie-image {
    position: absolute;
    /* A kép pozíciója abszolút marad */
    bottom: 0;
    /* A doboz aljához igazítva */
    right: 0;
    /* A doboz jobb széléhez igazítva */
    transform: translate(0%, 0%);
    /* A kép középpontját igazítja a sarokhoz */
    padding: 10px;
}

.cookie-image img {
    width: 80px;
    /* Alapértelmezett szélesség */
    height: auto;
    /* Az arányok megtartása */
}

@media (max-width: 768px) {
    .cookie-image img {
        width: 60px;
        /* Kisebb képernyőkön kisebb méret */
    }
}



/* Meteor effect */

.container-meteor {
    width: 100%;
    height: 20px;
    position: relative;
    overflow: hidden;
}

.meteor-divider,
.meteor-divider-reverse {
    position: absolute;
    top: 50%;
    width: 150px;
    height: 3px;
    opacity: 0;
}

.meteor-divider {
    left: -150px;
    background: linear-gradient(to right, transparent, #fff, transparent);
    transform: translateY(-50%);
}

.meteor-divider-reverse {
    right: -150px;
    background: linear-gradient(to left, transparent, #fff, transparent);
    transform: translateY(-50%) scaleX(-1);
}

.meteor-divider::before,
.meteor-divider-reverse::before {
    content: '';
    position: absolute;
    top: -3px;
    width: 6px;
    height: 6px;
    border-radius: 50%;
    background: #fff;
    box-shadow: 0 0 15px 3px #fff;
}

.meteor-divider::before {
    right: 0;
}

.meteor-divider-reverse::before {
    left: 0;
}

/* NAVIGATION */

.navbar {
    border: 1px solid #2D336B;
}

.navbar .display-3 {
    font-size: 18px !important;
    color: #000;
    font-weight: 500;
    letter-spacing: 1px;
    max-width: 100px;
}

.navbar .display-3 .custom-font {
    font-size: 28px;
}

.navbar .display-3 .second-lines {
    margin-left: 20px;
}

.navbar .display-3 .custom-font {
    margin-right: -10px;
}

.navbar-nav>li>a {
    text-transform: uppercase;
    font-family: "Roboto Condensed", serif;
    font-size: 18px;
    font-weight: 600;
    margin-right: 20px;
    color: #000 !important;
}

.navbar-toggler {
    padding: .20rem .50rem;
    font-size: 1.25rem;
    line-height: 1;
    background-color: transparent;
    border: 1px solid #DCD7C9 !important;
    position: absolute;
    top: 20px !important;
    right: 20px !important;
}

.nav-link {
    color: #000 !important;
    transition: color 0.3s ease, transform 0.3s ease;
    display: inline-block;
    /* Hozzáadva */
    margin-right: 13px !important;
}

.nav-link:hover {
    color: #B82132 !important;
    transform: scale(1.2);
    transform-origin: center;
    /* Hozzáadva */
}

.wrapper {
    width: 100%;
    position: absolute;
    height: 100%;
    background-color: #2D336B;
    clip-path: polygon(81% 0, 100% 0, 100% 50%, 100% 100%, 71% 100%);
    transition: 1s all;
}

.navbar-red:hover .wrapper {
    clip-path: polygon(81% 0, 100% 0, 100% 50%, 100% 100%, 65% 100%);
}

.navbar-red {
    background-color: #A9B5DF;
    color: #fff;
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    z-index: 1050;
    padding: 2px;
}

.sim {
    margin-bottom: 10px !important;
}

.sim a {
    color: #000 !important;
    font-weight: 500;
    font-size: 16px !important;
    font-family: "Roboto Condensed", serif;
    text-decoration: none;
}

.sim .fas.fa-phone,
.sim .fas.fa-envelope {
    color: #000 !important;
    font-size: 16px !important;
}

.all-show {
    z-index: 10;
}

@media (min-width: 1291px) {
    .sim {
        margin-bottom: 0px !important;
    }

    .sim a {
        color: #fff !important;
        font-weight: 500;
        font-size: 20px;
        font-family: "Roboto Condensed", serif;
        text-decoration: none;
    }

    .sim .fas.fa-phone,
    .sim .fas.fa-envelope {
        color: #fff !important;
        font-size: 20px;
    }
}

@media (max-width: 768px) {
    .sim a {
        color: #000 !important;
        font-weight: 500;
        font-size: 20px;
    }

    .sim .fas.fa-phone,
    .sim .fas.fa-envelope {
        color: black !important;
        font-size: 20px;
    }
}

@media (max-width: 992px) {
    .navbar-expand-lg .navbar-toggler {
        display: block;
    }

    .navbar-expand-lg .navbar-collapse {
        display: none !important;
    }

    .navbar-expand-lg .navbar-collapse.show {
        display: block !important;
    }

    .navbar-expand-lg .navbar-nav {
        flex-direction: column;
    }

    .hamburger-icon {
        position: absolute;
        top: 10px;
        right: 15px;
        z-index: 1060;
    }
}

@media (min-width: 992px) and (max-width: 1290px) {
    .navbar .display-3 {
        font-size: 14px !important;
        color: #000;
        font-weight: 500;
        letter-spacing: 1px;
        min-width: 100px;
        margin-right: 120px;
    }

    .navbar .display-3 .custom-font {
        font-size: 26px;
    }


    .navbar .display-3 .custom-font {
        margin-right: -10px;
    }

    .navbar .nav-item {
        margin-right: -10px !important;
    }

    .navbar-nav>li>a {
        text-transform: uppercase;
        font-family: "Roboto Condensed", serif;
        font-size: 15px;
        font-weight: 600;
        margin-right: 20px;
    }

    .nav-link:hover {
        color: #B82132 !important;
        transform: scale(1.2);
        transform-origin: center;
        /* Hozzáadva */
    }

    .navbar .navbar-collapse {
        margin-left: -10vw !important;
    }

    .sim a {
        color: #fff !important;
        font-weight: 500;
        font-size: 14px;
    }

    .sim .fas.fa-phone,
    .sim .fas.fa-envelope {
        color: #fff !important;
        font-size: 14px;
    }
}

/* Általános beállítások */
.display-3 {
    display: flex;
    flex-direction: column;
    align-items: flex-start; /* alapból balra igazítja a sorokat */
    line-height: 1.1;
}

/* Az első sor balra igazítva */
.display-3 .first-lines {
    align-self: flex-start;
    font-weight: bold;
    font-size: 0.8em;
    /* opcionális: */
    /* margin-left: 0; */
}

/* A második sor jobbra igazítva, kicsit eltolva */
.display-3 .second-lines {
    align-self: flex-end;
    font-weight: bold;
    font-size: 0.8em;
    margin-top: -0.5em; /* kicsit összehúzza a két sort */
    /* opcionális: */
    /* margin-right: 10px; */
}

/* Ha szeretnéd, hogy a két sor kicsit közelebb legyen egymáshoz */
.display-3 .first-lines,
.display-3 .second-lines {
    white-space: nowrap;
}


/* DIV ANIMATION */

.slide-in {
    opacity: 0;
    transform: translateX(100px);
    transition: opacity 1s ease-out, transform 1s ease-out;
}

.slide-in.visible {
    opacity: 1;
    transform: translateX(0);
}

.slide-in-left {
    opacity: 0;
    transform: translateX(-100px);
    transition: opacity 1s ease-out, transform 1s ease-out;
}

.slide-in-right {
    opacity: 0;
    transform: translateX(100px);
    transition: opacity 1s ease-out, transform 1s ease-out;
}

.slide-in-up {
    opacity: 0;
    transform: translateY(-100px);
    transition: opacity 1s ease-out, transform 1s ease-out;
}

.slide-in-down {
    opacity: 0;
    transform: translateY(100px);
    transition: opacity 1s ease-out, transform 1s ease-out;
}

.slide-in-left.visible,
.slide-in-right.visible,
.slide-in-up.visible,
.slide-in-down.visible {
    opacity: 1;
    transform: translateX(0) translateY(0);
}

/* HERO */

.hero {
    background: url('/assets//img/background/hero.png') no-repeat center center;
    background-size: cover;
    min-height: 100vh;
    min-height: -webkit-fill-available;
    width: 100% !important;
    max-width: 2200px;
    margin: 0 auto;
    padding: 30px 0;
    padding-top: 8vw !important;
}

#hero .bg-white {
    background-color: rgba(255, 255, 255, 0.7) !important;
    color: #1B1A55;
    text-shadow: 1px 1px 2px rgba(0, 0, 0, 0.9);
    border-radius: 25px;
    border: 5px solid #FAB12F;
    padding: 10px;
}

.hero .custom-font {
    font-size: 132px;
    -webkit-text-stroke: 2px #B82132;
    font-family: "Alex Brush", serif;
    font-weight: 400;
    margin-right: -2px !important;
}

.hero h2 {
    color: #FFEB00;
    -webkit-text-stroke: 2px #B82132;
    letter-spacing: 2px;
    font-size: 54px;
    font-weight: 700;
}

.hero a {
    text-decoration: none;
}

.hero .lead {
    color: #000957;
}

h2.display-3 {
    display: flex;
    flex-direction: column;
    align-items: stretch;
    width: 100%;
}

.hero .first-line,
.hero .second-line {
    display: flex;
    align-items: center;
}

.hero .first-line {
    justify-content: flex-start;
    margin-left: 95px !important;
}

.hero .second-line {
    justify-content: flex-end;
    margin: -55px 95px -25px 0px !important;
}

.logo-container {
    position: relative;
    display: inline-block;
}

.hero .fologo {
    border-radius: 50% !important;
    width: 100%;
    height: auto;
    max-width: 500px;
}

.spaceship {
    position: absolute;
    width: 43%;
    height: 43%;
    background-image: url('/assets/img/logo/spaceship-image.png');
    background-size: contain;
    background-repeat: no-repeat;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    opacity: 0;
}

@keyframes spaceship-move {
    0% {
        transform: translate(-50%, -50%);
        opacity: 0;
    }

    20% {
        opacity: 1;
    }

    89% {
        transform: translate(calc(-50% - var(--move-distance)), -50%);
        opacity: 0.9;
    }

    90% {
        transform: translate(calc(-50% - var(--move-distance)), -50%);
        opacity: 0.5;
    }

    95% {
        transform: translate(calc(-50% - var(--move-distance)), -50%);
        opacity: 0.2;
    }

    98% {
        transform: translate(calc(-50% - var(--move-distance)), -50%);
        opacity: 0.1;
    }

    100% {
        transform: translate(calc(-50% - var(--fadeout-distance)), -50%);
        opacity: 0;
    }
}

.text-center {
    display: flex;
    justify-content: center;
    width: 100%;
}

.text-center a {
    display: inline-block;
}

.hero .btn {
    display: flex;
    justify-content: center;
    align-items: center;
    width: 13rem;
    overflow: hidden;
    height: 3rem;
    background-size: 300% 300%;
    cursor: pointer;
    backdrop-filter: blur(1rem);
    border-radius: 5rem;
    transition: 0.5s;
    animation: gradient_301 5s ease infinite;
    border: double 4px transparent;
    background-image: linear-gradient(#212121, #212121),
        linear-gradient(137.48deg,
            #FAB12F 10%,
            #B82132 45%,
            #A9B5DF 67%,
            #2D336B 87%);
    background-origin: border-box;
    background-clip: content-box, border-box;
}

.hero #container-stars {
    position: absolute;
    z-index: -1;
    width: 100%;
    height: 100%;
    overflow: hidden;
    transition: 0.5s;
    backdrop-filter: blur(1rem);
    border-radius: 5rem;
}

.hero strong {
    z-index: 2;
    font-family: "Roboto Condensed", serif;
    font-size: 16px;
    letter-spacing: 5px;
    color: #ffffff;
    text-shadow: 0 0 4px white;
}

.hero #glow {
    position: absolute;
    display: flex;
    width: 12rem;
}

.hero .circle {
    width: 100%;
    height: 30px;
    filter: blur(2rem);
    animation: pulse_3011 4s infinite;
    z-index: -1;
}

.hero .circle:nth-of-type(1) {
    background: #B82132;
}

.hero .circle:nth-of-type(2) {
    background: #2D336B;
}

.hero .btn:hover #container-stars {
    z-index: 1;
    background-color: #212121;
}

.hero .btn:hover {
    transform: scale(1.1);
}

.hero .btn:active {
    border: double 4px #B82132;
    background-origin: border-box;
    background-clip: content-box, border-box;
    animation: none;
}

.hero .btn:active .circle {
    background: #B82132;
}

.hero #stars {
    position: relative;
    background: transparent;
    width: 200rem;
    height: 200rem;
}

.hero #stars::after {
    content: "";
    position: absolute;
    top: -10rem;
    left: -100rem;
    width: 100%;
    height: 100%;
    animation: animStarRotate 90s linear infinite;
}

.hero #stars::after {
    background-image: radial-gradient(#ffffff 1px, transparent 1%);
    background-size: 50px 50px;
}

.hero #stars::before {
    content: "";
    position: absolute;
    top: 0;
    left: -50%;
    width: 170%;
    height: 500%;
    animation: animStar 60s linear infinite;
}

.hero #stars::before {
    background-image: radial-gradient(#ffffff 1px, transparent 1%);
    background-size: 50px 50px;
    opacity: 0.5;
}

@keyframes animStar {
    from {
        transform: translateY(0);
    }

    to {
        transform: translateY(-135rem);
    }
}

@keyframes animStarRotate {
    from {
        transform: rotate(360deg);
    }

    to {
        transform: rotate(0);
    }
}

@keyframes gradient_301 {
    0% {
        background-position: 0% 50%;
    }

    50% {
        background-position: 100% 50%;
    }

    100% {
        background-position: 0% 50%;
    }
}

@keyframes pulse_3011 {
    0% {
        transform: scale(0.75);
        box-shadow: 0 0 0 0 rgba(0, 0, 0, 0.7);
    }

    70% {
        transform: scale(1);
        box-shadow: 0 0 0 10px rgba(0, 0, 0, 0);
    }

    100% {
        transform: scale(0.75);
        box-shadow: 0 0 0 0 rgba(0, 0, 0, 0);
    }
}

@media (min-width: 1719px) {
    .hero .custom-font {
        font-size: 128px !important;
        -webkit-text-stroke-width: 2px;
        margin-right: -2px !important;
    }

    .hero h2 {
        font-size: 64px;
        letter-spacing: 3px;
        -webkit-text-stroke-width: 2px;
    }

    .hero .lead {
        font-size: 18px;
    }

    .hero .dark-button {
        font-size: 16px;
        padding: 10px 20px;
    }

    .logo-container {
        max-width: 100%;
        margin: 0 auto;
    }

    .hero .fologo {
        max-width: 550px !important;
        margin: 60px -50px 0px 0px !important;
    }

    h2.display-3 {
        display: flex;
        flex-direction: column;
        align-items: stretch;
        width: 100%;
    }

    .hero .first-line,
    .hero .second-line {
        display: flex;
        align-items: center;
    }

    .hero .first-line {
        justify-content: flex-start;
        margin-left: 180px !important;
    }

    .hero .second-line {
        justify-content: flex-end;
        margin: -35px 180px -25px 0px !important;
    }
}

@media (max-width: 1299px) {

    .hero .custom-font {
        font-size: 98px !important;
        -webkit-text-stroke-width: 1px;
        margin-right: -2px !important;
    }

    .hero h2 {
        font-size: 48px;
        letter-spacing: 3px;
        -webkit-text-stroke-width: 1px;
    }

    .hero .lead {
        font-size: 16px;
    }

    .hero .dark-button {
        font-size: 14px;
        padding: 10px 20px;
    }

    .logo-container {
        max-width: 100%;
        margin: 0 auto;
    }

    .hero .fologo {
        max-width: 500px !important;
        margin: 60px -50px 0px 0px !important;
    }

    h2.display-3 {
        display: flex;
        flex-direction: column;
        align-items: stretch;
        width: 100%;
    }

    .hero .first-line,
    .hero .second-line {
        display: flex;
        align-items: center;
    }

    .hero .first-line {
        justify-content: flex-start;
        margin-left: 50px !important;
    }

    .hero .second-line {
        justify-content: flex-end;
        margin: -35px 50px -25px 0px !important;
    }
}

@media (max-width: 1265px) {

    .hero .custom-font {
        font-size: 84px !important;
        -webkit-text-stroke-width: 1px;
        margin-right: -2px !important;
    }

    .hero h2 {
        font-size: 38px;
        letter-spacing: 3px;
        -webkit-text-stroke-width: 1px;
    }

    .hero .lead {
        font-size: 16px;
    }

    .hero .dark-button {
        font-size: 14px;
        padding: 8px 16px;
    }

    .logo-container {
        max-width: 100%;
        margin: 0 auto;
    }

    .hero .fologo {
        max-width: 380px !important;
        margin: 60px -50px 0px 0px !important;
    }

    h2.display-3 {
        display: flex;
        flex-direction: column;
        align-items: stretch;
        width: 100%;
    }

    .hero .first-line,
    .hero .second-line {
        display: flex;
        align-items: center;
    }

    .hero .first-line {
        justify-content: flex-start;
        margin-left: 40px !important;
    }

    .hero .second-line {
        justify-content: flex-end;
        margin: -35px 40px -25px 0px !important;
    }
}

@media (max-width: 991px) {

    #hero {
        padding-top: 3vh !important;
    }

    .hero container {
        width: 100%;
    }

    .hero .custom-font {
        font-size: 74px !important;
        -webkit-text-stroke-width: 1px;
        margin-right: -2px !important;
    }

    .hero h2 {
        font-size: 38px;
        letter-spacing: 3px;
        -webkit-text-stroke-width: 1px;
    }

    .hero .lead {
        font-size: 16px;
    }

    .hero .dark-button {
        font-size: 14px;
        padding: 8px 16px;
    }

    .logo-container {
        max-width: 100%;
        margin: 0 auto;
    }

    .hero .fologo {
        max-width: 380px !important;
        margin: 60px -50px 0px 0px !important;
    }

    h2.display-3 {
        display: flex;
        flex-direction: column;
        align-items: stretch;
        width: 100%;
    }

    .hero .first-line,
    .hero .second-line {
        display: flex;
        align-items: center;
    }

    .hero .first-line {
        justify-content: flex-start;
        margin-left: 10px !important;
    }

    .hero .second-line {
        justify-content: flex-end;
        margin: -25px 10px -20px 0px !important;
    }
}

@media (max-width: 768px) {

    #hero {
        padding-top: 3vh !important;
    }

    .hero container {
        width: 100%;
    }

    .hero .custom-font {
        font-size: 94px !important;
        -webkit-text-stroke-width: 1px;
        margin-right: -2px !important;
    }

    .hero h2 {
        font-size: 48px;
        letter-spacing: 3px;
        -webkit-text-stroke-width: 1px;
    }

    .hero .lead {
        font-size: 16px;
    }

    .hero .dark-button {
        font-size: 14px;
        padding: 8px 16px;
    }

    .logo-container {
        max-width: 100%;
        margin: 0 auto;
    }

    .hero .fologo {
        max-width: 380px !important;
        margin-top: -60px !important;
    }

    h2.display-3 {
        display: flex;
        flex-direction: column;
        align-items: stretch;
        width: 100%;
    }

    .hero .first-line,
    .hero .second-line {
        display: flex;
        align-items: center;
    }

    .hero .first-line {
        justify-content: flex-start;
        margin-left: 40px !important;
    }

    .hero .second-line {
        justify-content: flex-end;
        margin: -55px 40px -20px 0px !important;
    }
}

@media (max-width: 630px) {
    .hero {
        margin-top: -20px !important;
    }

    .hero .custom-font {
        font-size: 74px !important;
        margin-right: 2px !important;
    }

    .hero h2 {
        font-size: 38px;
    }

    .hero .htable {
        padding: 2px !important;
    }

    .hero .first-line {
        margin-left: 38px !important;
    }

    .hero .second-line {
        margin: -45px 38px -25px 0px !important;
    }

    .hero .dark-button {
        font-size: 14px;
        text-transform: uppercase;
        padding: 10px 25px;
        margin: 0px 0px 10px 0px;
    }

    .logo-container {
        max-width: 100%;
    }

    .hero .fologo {
        max-width: 380px !important;
        margin-top: -60px !important;
    }
}

@media (max-width: 499px) {
    .hero {
        margin-top: -20px !important;
    }

    .hero .custom-font {
        font-size: 64px !important;
        margin-right: 2px !important;
    }

    .hero h2 {
        font-size: 28px;
    }

    .hero .htable {
        padding: 2px !important;
    }

    .hero .first-line {
        margin-left: 38px !important;
    }

    .hero .second-line {
        margin: -45px 38px -25px 0px !important;
    }

    .hero .dark-button {
        font-size: 14px;
        text-transform: uppercase;
        padding: 10px 25px;
        margin: 0px 0px 10px 0px;
    }

    .logo-container {
        max-width: 100%;
    }

    .hero .fologo {
        max-width: 380px !important;
        margin-top: -60px !important;
    }
}

@media (max-width: 440px) {
    .hero {
        margin-top: -20px !important;
    }

    .hero .custom-font {
        font-size: 64px !important;
        margin-right: 1px !important;
    }

    .hero h2 {
        font-size: 26px;
    }

    .hero .lead {
        font-size: 14px;
    }

    .hero .first-line {
        margin-left: 15px !important;
    }

    .hero .second-line {
        margin: -45px 15px -25px 0px !important;
    }

    .hero .htable {
        padding: 2px !important;
    }

    .hero .dark-button {
        font-size: 12px;
        text-transform: uppercase;
        padding: 7px 12px;
        margin: 0px 0px 10px 0px;
    }

    .logo-container {
        max-width: 100%;
    }

    .hero .fologo {
        max-width: 280px !important;
        margin-top: -60px !important;
    }
}

/* ABOUT */

.about {
    padding-top: 6vh !important;
    width: 80% !important;
    max-width: 2000px;
    margin: 0 auto;
    padding: 30px 0;
}

.about-end {
    width: 80% !important;
    max-width: 2000px;
    margin: 0 auto;
    padding: 5px 0;
}

.about span {
    font-size: 132px;
    -webkit-text-stroke: 2px #B82132;
    font-family: "Alex Brush", serif;
    font-weight: 400;
    margin-right: -30px;
}

.about h2 {
    color: #FFEB00;
    -webkit-text-stroke: 2px #B82132;
    letter-spacing: 2px;
    font-size: 54px;
    font-weight: 700;
    font-style: italic;
}

.about .lead {
    color: #fff;
    font-size: 18px !important;
}

.about img {
    transition: transform 0.6s ease, box-shadow 0.6s ease;
    box-shadow: 0 0 15px 5px rgba(255, 255, 255, 0.8);
    border-radius: 25px;
}

.about img:hover {
    transform: scale(1.1);
    box-shadow: 0 10px 20px rgba(0, 0, 0, 0.3);
}

.about-end {
    margin-top: 3vh;
    font-size: 18px !important;
}

/* Mobilos nézet */
@media (max-width: 768px) {

    .about span {
        font-size: 74px;
        -webkit-text-stroke: 1px #B82132;
        font-family: "Alex Brush", serif;
        font-weight: 400;
    }

    .about h2 {
        color: #FFEB00;
        -webkit-text-stroke: 1px #B82132;
        letter-spacing: 2px;
        font-size: 28px !important;
        margin: 25px 0px -20px 0px !important;
    }

    .about .lead {
        font-size: 16px;
    }

    .about .container-meteor {
        margin-bottom: 35px !important;
    }
}

/* NEWS */

.news {
    margin-top: 40px;
    padding-bottom: 40vh;
}

.news h2 {
    color: #FFEB00;
    -webkit-text-stroke: 2px #B82132;
    letter-spacing: 2px;
    font-size: 54px;
    font-weight: 700;
    font-style: italic;
}

.news .custom-font {
    font-size: 132px;
    -webkit-text-stroke: 2px #B82132;
    font-family: "Alex Brush", serif;
    font-weight: 400;
}

.news-image-container {
    overflow: hidden;
    border-radius: 15px;
}

.news .news_pic {
    width: 100%;
    height: auto;
    transition: transform 0.6s ease;
}

.news-image-container:hover .news_pic {
    transform: scale(1.1);
}

.news .alc {
    font-size: 22px;
}

.news p {
    color: #f8f9fa;
    font-size: 18px;
}

.news-content {
    background-color: rgba(27, 26, 85, 0.6);
    border-radius: 15px;
}

.news button {
    position: relative;
    display: inline-block;
    cursor: pointer;
    outline: none;
    border: 0;
    vertical-align: middle;
    text-decoration: none;
    background: transparent;
    padding: 0;
    font-size: inherit;
    font-family: inherit;
}

.news button.learn-more {
    width: 15rem;
    height: auto;
}

.news button.learn-more .circle {
    transition: all 0.45s cubic-bezier(0.65, 0, 0.076, 1);
    position: relative;
    display: block;
    margin: 0;
    width: 3rem;
    height: 3rem;
    background: #FAB12F;
    border-radius: 1.625rem;
}

.news button.learn-more .circle .icon {
    transition: all 0.45s cubic-bezier(0.65, 0, 0.076, 1);
    position: absolute;
    top: 0;
    bottom: 0;
    margin: auto;
    background: #fff;
}

.news button.learn-more .circle .icon.arrow {
    transition: all 0.45s cubic-bezier(0.65, 0, 0.076, 1);
    left: 0.625rem;
    width: 1.125rem;
    height: 0.125rem;
    background: none;
}

.news button.learn-more .circle .icon.arrow::before {
    position: absolute;
    content: "";
    top: -0.29rem;
    right: 0.0625rem;
    width: 0.625rem;
    height: 0.625rem;
    border-top: 0.125rem solid #000;
    border-right: 0.125rem solid #000;
    transform: rotate(45deg);
}

.news button.learn-more .button-text {
    transition: all 0.45s cubic-bezier(0.65, 0, 0.076, 1);
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    padding: 0.75rem 0;
    margin: 0 0 0 1.85rem;
    color: #FAB12F;
    font-weight: 700;
    line-height: 1.6;
    text-align: center;
    text-transform: uppercase;
}

.news button:hover .circle {
    width: 100%;
}

.news button:hover .circle .icon.arrow {
    background: #000;
    transform: translate(1rem, 0);
}

.news button:hover .button-text {
    color: #000;
}

@media (max-width: 768px) {
    .news {
        margin-top: -30px !important;
        padding-bottom: 4vh !important;
    }

    .news h2 {
        -webkit-text-stroke: 1px #B82132;
        letter-spacing: 2px;
        font-size: 28px !important;
        font-weight: 700;
        font-style: italic;
    }

    .news .custom-font {
        font-size: 74px;
        -webkit-text-stroke: 1px #B82132;
        font-weight: 400;
    }

    .news p {
        font-size: 16px;
        text-align: center;
    }

    .news .container-meteor {
        margin-bottom: -30px;
    }
}

/* TICKETS */
.tickets {
    padding-bottom: 30vh;
}

.tickets .text-muted {
    color: #f8f9fa !important;
    font-size: 24px !important;
}

.tickets h2 {
    color: #FFEB00;
    -webkit-text-stroke: 2px #B82132;
    letter-spacing: 2px;
    font-size: 54px;
    font-weight: 700;
    font-style: italic;
    margin: 40px 0px 30px 0px;
}

.tickets .custom-font {
    font-size: 132px;
    -webkit-text-stroke: 2px #B82132;
    font-family: "Alex Brush", serif;
    font-weight: 400;
    margin-right: -2vw;
}

.tickets .lead {
    color: #f8f9fa;
    font-size: 18px !important;
}

.tickets .form-check-label {
    color: #f8f9fa;
}

.tickets .beker {
    text-align: left;
    margin-top: 30px !important;
}

.tickets a {
    color: #FFEB00;
}

.tickets .fel:hover {
    box-shadow: 0 0 30px 10px rgba(255, 255, 255, 0.9);
}

.thanks {
    color: #f8f9fa;
    text-transform: uppercase;
    background-color: #3A7D44;
    text-align: center;
}

.input__container {
    position: relative;
    background: #f0f0f0;
    padding: 25px !important;
    display: flex;
    justify-content: flex-start;
    align-items: center;
    gap: 15px;
    border: 4px solid #000;
    max-width: 100%;
    transition: all 400ms cubic-bezier(0.23, 1, 0.32, 1);
    box-shadow: 10px 10px 0 #000;
    margin-bottom: 3vw;
}

.input__container:hover {
    transform: scale(1.02);
    box-shadow: 15px 15px 0 -5px #FAB12F, 15px 15px 0 0 #000;
}

.shadow__input {
    content: "";
    position: absolute;
    width: 100%;
    height: 100%;
    left: 0;
    bottom: 0;
    z-index: -1;
    background: linear-gradient(45deg,
            rgba(255, 107, 107, 0.4) 0%,
            rgba(255, 107, 107, 0.1) 100%);
    filter: blur(20px);
}

.input__button__shadow {
    cursor: pointer;
    border: 3px solid #000;
    background: #FAB12F;
    transition: all 400ms cubic-bezier(0.23, 1, 0.32, 1);
    display: flex;
    justify-content: center;
    align-items: center;
    padding: 10px;
    position: relative;
    z-index: 3;
    font-weight: bold;
    text-transform: uppercase;
}

.input__button__shadow:hover {
    background: #FAB12F;
    transform: translateY(-3px);
    box-shadow: 0 5px 0 0 #000;
}

.input__button__shadow svg {
    fill: #000;
    width: 25px;
    height: 25px;
}
.input__container::before {
    content: "Csatlakozz most!";
    position: absolute;
    top: -15px;
    left: 20px;
    background: #FAB12F;
    color: #000;
    font-weight: bold;
    padding: 5px 10px;
    font-size: 0.875rem;
    z-index: 4;
    border: 2px solid #000;
}

/* Alap stílusok (mobil nézet) */
.input__container {
    flex-direction: column;
    padding: 15px;
}

/* Táblagép nézet */
@media (min-width: 768px) {
    .tickets {
        margin-bottom: 0 !important;
    }

    .input__container {
        flex-direction: row;
        padding: 20px;
    }

    .tickets .lead {
        font-size: 16px;
    }

    .tickets .custom-font {
        font-size: 112px;
        margin-right: -3.5vw;
    }

    .elfogad {
        margin-top: 4vw !important;
    }
}

/* Asztali nézet */
@media (min-width: 1024px) {

    .tickets {
        margin-bottom: 0 !important;
    }
    .input__container {
        box-shadow: 10px 10px 0 #000;
    }

    .tickets .custom-font {
        font-size: 132px;
        margin-right: -2vw;
    }

    .elfogad {
        margin-top: -0.5vw !important;
    }
}

@media (max-width: 768px) {

    .tickets .custom-font {
        font-size: 98px;
        margin-right: -5vw;
    }

    .tickets .lead {
        font-size: 16px;
        text-align: center;
    }

    .tickets {
        margin-bottom: -40vw !important;
    }
}

@media (max-width: 468px) {

    .tickets {
        margin-bottom: -70vw !important;
    }

    .tickets .custom-font {
        font-size: 98px;
        margin-right: -8vw !important;
    }

    .tickets .lead {
        font-size: 16px;
        text-align: center;
    }
}


/* SHOP */
.shop {
    margin-top: 0px;
    padding-bottom: 0px !important;
}

.shopy {
    margin-top: 20px;
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    gap: 5px;
}

.shop .text-muted,
.shop .lead,
.shop .heading,
.shop .card p {
    color: #f8f9fa;
    font-size: 18px !important;
}

.shop h2 {
    color: #FFEB00;
    -webkit-text-stroke: 2px #B82132;
    letter-spacing: 2px;
    font-size: 54px;
    font-weight: 700;
    font-style: italic;
    margin: 40px 0px 30px 0px;
}

.shop .custom-font {
    font-size: 132px;
    -webkit-text-stroke: 2px #B82132;
    font-family: "Alex Brush", serif;
    font-weight: 400;
    margin-right: -38px !important;
}

.shop .display-5 {
    font-weight: 600;
    font-style: italic;
}

.shop .row {
    justify-content: center;
    margin-left: auto;
    margin-right: auto;
    max-width: 100%;
}

.shop .custom-font {
    margin-right: -20px;
    font-style: normal !important;
}

.shop-card-wrapper {
    padding: 5px;
    display: flex;
    justify-content: center;
}

.shop .card {
    display: flex;
    flex-direction: column;
    align-items: center;
    width: 220px;
    height: 290px;
    background: radial-gradient(circle, rgba(255, 235, 0, 1) 20%, rgba(184, 33, 50, 1) 73%);
    padding: 10px;
    gap: 12px;
    border-radius: 8px;
    cursor: pointer;
    text-align: center;
    transition: transform 0.4s ease, box-shadow 0.4s ease;
    margin: 0 auto;
}

.shop .card img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    border-radius: 8px;
}

.shop .card .image-wrapper {
    width: 100%;
    aspect-ratio: 1 / 1;
    /* Négyzetes arány */
    display: flex;
    justify-content: center;
    align-items: center;
}

.shop .card::before {
    content: '';
    position: absolute;
    inset: 0;
    left: -5px;
    margin: auto;
    width: 100%;
    height: 100%;
    border-radius: 10px;
    background: radial-gradient(circle, rgba(255, 235, 0, 1) 20%, rgba(184, 33, 50, 1) 73%);
    z-index: -10;
    pointer-events: none;
    transition: all 0.6s cubic-bezier(0.175, 0.885, 0.32, 1.275);
    filter: blur(6px);
}

.shop .card::after {
    content: "";
    z-index: -1;
    position: absolute;
    inset: 0;
    background: radial-gradient(circle, rgba(255, 235, 0, 1) 20%, rgba(184, 33, 50, 1) 73%);
    transform: scale(0.95);
    filter: blur(25px);
}

.shop .card:hover {
    transform: scale(1.15);
}

.shop .card:hover::after {
    filter: blur(35px);
}

.shop .card:hover::before {
    transform: rotate(-90deg) scaleX(1.34) scaleY(0.77);
}

.shop .heading {
    font-size: 16px;
    text-transform: capitalize;
    font-weight: 700;
    color: #fff;
    margin-top: 10px;
    margin-bottom: 0;
    flex-grow: 1;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
}

.shop span {
    font-size: 12px;
}

/* Reszponzív beállítások */
@media (min-width: 1200px) {
    .shop-card-wrapper {
        width: 22%;
        /* 4 kártya egy sorban */
    }
}

@media (min-width: 992px) and (max-width: 1199px) {
    .shop-card-wrapper {
        width: 33.333%;
        /* 3 kártya egy sorban */
    }
}

@media (min-width: 768px) and (max-width: 991px) {
    .shop-card-wrapper {
        width: 50%;
        /* 2 kártya egy sorban */
    }
}

@media (max-width: 767px) {
    .shop {
        margin-top: -40px !important;
    }

    .shopy {
        margin-top: -20px;
        margin-bottom: -25vh;
    }

    .shop-card-wrapper {
        width: 49%;
        /* 1 kártya egy sorban */
    }

    .shop .card {
        width: 180px !important;
        height: 240px;
        padding: 10px;
        gap: 12px;
    }

    .shop h2 {
        -webkit-text-stroke: 1px #B82132;
        letter-spacing: 2px;
        font-size: 28px !important;
        font-weight: 700;
        font-style: italic;
    }

    .shop .custom-font {
        font-size: 74px;
        -webkit-text-stroke: 1px #B82132;
        font-weight: 400;
        margin-right: -20px !important;
    }

    .shop .lead {
        font-size: 16px;
        text-align: center;
    }

    .shop .shopy-text {
        padding: 0;
    }
}

/* PARTNER */

#partner .container-meteor {
    margin: 50px 0px 50px 0px;
}

.partner {
    width: 80% !important;
    max-width: 1600px;
    margin: 0 auto;
    padding: 30px 0;
}

.partner .lead,
.partner-end .lead {
    font-size: 18px !important;
}

.partner-end a {
    color: #FFEB00;
}

.partner-end {
    width: 80%;
    max-width: 1600px;
    margin: 0 auto;
    padding: 30px 0;
    font-size: 18px !important;
    margin-bottom: -10vw !important;
}

.partner .row {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 30px;
}

.partner .col-lg-7 {
    flex: 1;
}

.partner .col-lg-4 {
    flex: 0 0 auto;
    width: 40%;
}

.partner h2 {
    text-align: center;
    margin-bottom: 1.5rem;
    color: #FFEB00;
    -webkit-text-stroke: 2px #B82132;
    letter-spacing: 2px;
    font-size: 54px;
    font-weight: 700;
    font-style: italic;
}

.partner .custom-font {
    font-size: 132px;
    -webkit-text-stroke: 2px #B82132;
    font-family: "Alex Brush", serif;
    font-weight: 400;
    margin-right: -28px !important;
}

.partner p.lead {
    font-size: 1rem;
    line-height: 1.6;
    margin-bottom: 1rem;
}

.partner .space-video {
    width: 100%;
    height: auto;
    border-radius: 20px;
    box-shadow: 0 0 15px 5px rgba(255, 255, 255, 0.8);
}

@media (max-width: 1200px) {
    .partner {
        width: 100% !important;
    }

    .partner-end {
        margin-bottom: -20vw !important;
    }
}

@media (max-width: 991px) {
    .partner {
        width: 90%;
    }

    .partner .row {
        flex-direction: column;
    }

    .partner .col-lg-4,
    .partner .col-lg-7 {
        width: 100%;
    }

    .partner .space-video {
        max-width: 450px;
        margin: 0 auto;
    }
}

@media (max-width: 576px) {
    #partner {
        margin-top: -30px !important;
        padding: 10px;
    }

    #partner .container-meteor {
        margin: -20px 0px -20px 0px !important;
    }

    .partner h2 {
        -webkit-text-stroke: 1px #B82132;
        letter-spacing: 2px;
        font-size: 28px !important;
        font-weight: 700;
        font-style: italic;
        margin-bottom: -30px;
    }

    .partner .custom-font {
        font-size: 74px;
        -webkit-text-stroke: 1px #B82132;
        font-weight: 400;
        margin-right: -15px !important;
    }

    .partner p.lead {
        font-size: 16px !important;
    }
}

/* CONTACT */

#contact {
    margin-top: 10vh;
    width: 100%;
    overflow: hidden;
}

.contact .row {
    display: flex;
    flex-wrap: wrap;
}

.contact .col-lg-6 {
    flex: 0 0 50%;
    max-width: 50%;
    padding: 0 15px;
}

.contact .col-lg-8 {
    max-width: 100%;
    padding: 0 15px;
}

.contact h2 {
    color: #FFEB00;
    -webkit-text-stroke: 2px #B82132;
    letter-spacing: 2px;
    font-size: 54px;
    font-weight: 700;
    font-style: italic;
}

.contact .custom-font {
    font-size: 132px;
    -webkit-text-stroke: 2px #B82132;
    font-family: "Alex Brush", serif;
    font-weight: 400;
}

.map-pic {
    max-width: 100%;
    height: auto;
    object-fit: contain;
    padding-right: 15px;
    max-height: 600px;
    /* Maximális magasság asztali nézetben */
}

.social_icon {
    transition: transform 0.4s ease, color 0.4s ease;
    margin: 15px;
}

.social_icon:hover {
    color: #B82132;
    transform: scale(1.2);
}

.cont_links a {
    color: inherit;
    text-decoration: none;
}

/* Tablet nézet */
@media (max-width: 991px) {
    #contact {
        margin-top: 2vh;
    }

    .contact .col-lg-6 {
        flex: 0 0 100%;
        max-width: 100%;
    }

    .map-pic {
        max-width: 80%;
        margin: 30px auto 0;
        display: block;
        max-height: none;
        /* Eltávolítjuk a magasság korlátozását */
    }
}

/* Mobil nézet */
@media (max-width: 767px) {
    #contact {
        margin-top: 1vh;
    }

    .contact .custom-font {
        font-size: 74px;
        -webkit-text-stroke: 1px #B82132;
        font-weight: 400;
        margin-right: 0px !important;
    }

    .contact h2 {
        -webkit-text-stroke: 1px #B82132;
        letter-spacing: 2px;
        font-size: 28px !important;
        font-weight: 700;
        font-style: italic;
        margin-bottom: -30px;
    }

    .contact .cont_links {
        font-size: 16px;
        text-align: center;
    }

    .cont_links,
    .mb-4 {
        text-align: center;
    }

    .contact h5 {
        font-size: 20px;
    }

    .social_icon {
        margin: 10px;
    }

    .map-pic {
        max-width: 100%;
        padding-right: 0;
    }
}



/* DATA MANAGEMENT */

#data_management {
    margin-top: 100px;
    padding-bottom: 40vh;
}

.data_management h2 {
    margin-bottom: 10vh;
}

.data_management h4 {
    color: #FFEB00;
    font-weight: 700;
}

.data_management h5 {
    color: #FFEB00;
    font-weight: 600;
    font-size: 20px;
    font-family: 'Special Elite', serif !important;
}
.data_management .lead {
    text-align: justify;
    font-size: 18px;
}

.data_management .text-area a {
    color: #F72C5B;
}

.data_management .text-area .alap {
    list-style-type: disc; /* Pontok a listaelemek előtt */
    color: white; /* Fehér szöveg */
    text-align: left; /* Balra zárás */
    padding-left: 20px; /* Kis beljebb húzás, hogy a pontok jól látszódjanak */
    font-size: 18px;
}

@media (max-width: 767px) {

    .data_management .lead {
        text-align: center;
        font-size: 16px;
    }
}

/* ERROR */
.err {
    background: url('/assets/img/others/404.png') no-repeat center center;
    background-size: cover;
    width: 100%;
    min-height: calc(100vh - 200px); /* Állítsa be a header és footer magasságának összegére */
    display: flex;
    align-items: center;
    justify-content: center;
}

/* Asztali nézet (alapértelmezett) */
@media (min-width: 1200px) {
    .err {
        background-size: contain;
    }
}

/* Táblagép nézet */
@media (min-width: 768px) and (max-width: 1199px) {
    .err {
        background-size: 90% auto;
    }
}

/* Mobil nézet */
@media (max-width: 767px) {
    .err {
        background-size: 100% auto;
    }
}


/* FOOTER */
.footer {
    background-color: #2D336B;
    margin-top: 15vh;
    display: flex;
    justify-content: center;
    align-items: center;
    width: 100%;
    padding: 20px 0;
}

.footer .container {
    max-width: 1200px;
    padding: 0 15px;
    color: #EFF3EA !important;
}

/* A két fő oszlop: logó és szöveg */
.footer-content {
    display: flex;
    flex-direction: column; /* Alapból egymás alatt */
    align-items: center;
    text-align: center;
}

/* Bal oldali logó */
.footer-logo {
    margin-bottom: 20px;
}

.footer-logo img {
    max-width: 150px;
    height: auto;
}

/* Jobb oldali tartalom */
.footer-text {
    display: flex;
    flex-direction: column;
    align-items: center;
}

.footer .footer-text a {
    color: #EFF3EA !important;
    font-size: 18px !important;
    text-decoration: none;
    transition: color 0.3s ease, transform 0.3s ease;
    display: inline-block; /* Hozzáadva */
}

.footer .footer-text a:hover {
    color: #FF2929 !important;
    transform: scale(1.1) !important;
}

.footer .text-muted {
    color: #EFF3EA !important;
}

/* Menü igazítása */
.footer .list-unstyled {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    padding: 0;
    margin: 0;
}

.footer .list-unstyled li {
    display: inline-block;
    margin: 0 1rem;
}

.footer .list-unstyled li:first-child {
    margin-left: 0rem !important;
}


/* Asztali nézet: 2 oszlop */
@media (min-width: 992px) {
    .footer-content {
        flex-direction: row;
        justify-content: space-between;
        align-items: center;
        text-align: left;
    }

    .footer-logo {
        margin-bottom: 0;
        margin-left: auto;
    }

    .footer-text {
        align-items: flex-start;
        text-align: left;
        margin-right: auto;
    }
}

