@import url('https://fonts.googleapis.com/css2?family=Playfair+Display:wght@400;500;600;700&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Montserrat:wght@400;500;600&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Cormorant+Garamond:ital,wght@0,300;0,400;0,500;0,600;0,700;1,300;1,400;1,500;1,600;1,700&display=swap');

:root {
    --nasa-c-progress-bg: rgba(255, 0, 0, 0.05);
    --nasa-c-progress-bar-bg: green;
    --nasa-c-progress-bar-bg-flash: yellow;
    --nasa-c-egg: #DEC7A1;
    --nasa-c-laci-green: #00c004;
    --ns-page-width: 80%;
    --ns-font-family-title: 'Cormorant Garamond', serif;
    --ns-font-family-default: 'Montserrat', sans-serif;
    --ns-font-family-extra: 'Montserrat', sans-serif;
    --ns-bg-default: #252926;
    --ns-bg-even    : #252926;
    --ns-bg-odd     : #3e4d42;
    --ns-color-default: #af8c53;
    --ns-color-text: #af8c53;
    --ns-color-text-highlight: #1f2421;
    --ns-color-title: #af8c53;
    --ns-color-title-highlight: #1f2421;
}

.btn-primary {
    --bs-btn-color: #333;
    --bs-btn-bg: #af8c53;
    --bs-btn-border-color: #af8c53;
    --bs-btn-hover-color: #af8c53;
    --bs-btn-hover-bg: transparent;
    --bs-btn-hover-border-color: #8e7043;
    --bs-btn-focus-shadow-rgb: 187, 157, 108;
    --bs-btn-active-color: #fff;
    --bs-btn-active-bg: #8e7043;
    --bs-btn-active-border-color: #7d623b;
    --bs-btn-active-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
    --bs-btn-disabled-color: #fff;
    --bs-btn-disabled-bg: #af8c53;
    --bs-btn-disabled-border-color: #af8c53;
}

.btn-outline-primary {
    --bs-btn-color: #af8c53;
    --bs-btn-border-color: #af8c53;
    --bs-btn-hover-color: #333;
    --bs-btn-hover-bg: #af8c53;
    --bs-btn-hover-border-color: #cfac73;
    --bs-btn-focus-shadow-rgb: 175, 140, 83;
    --bs-btn-active-color: #fff;
    --bs-btn-active-bg: #af8c53;
    --bs-btn-active-border-color: #af8c53;
    --bs-btn-active-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
    --bs-btn-disabled-color: #9f7c43;
    --bs-btn-disabled-bg: transparent;
    --bs-btn-disabled-border-color: #af8c53;
}

body{
    background-color: var(--ns-bg-default);
    color: var(--ns-color-default);
    padding: 2px;
}

.section-even{
    background-color: var(--ns-bg-even);
    padding-top: 1rem;
    padding-bottom: 1rem;

}

.section-odd{
    background-color: var(--ns-bg-odd);
    padding-top: 1rem;
    padding-bottom: 1rem;
}

.svg-map path {
    fill: green;
}

@media (min-width: 1400px) { /* Extra large - xxl */
    .section-container {
        width: 80% !important;
        max-width: 80% !important;
        margin-left: auto;
        margin-right: auto;
    }
}

@media (max-width: 1399.98px) and (min-width: 1200px) { /* Extra large - xl */
    .section-container {
        width: 85% !important;
        max-width: 85% !important;
        margin-left: auto;
        margin-right: auto;
    }
}

@media (max-width: 1199.98px) and (min-width: 992px) { /* Large - lg */
    .section-container {
        width: 90% !important;
        max-width: 90% !important;
        margin-left: auto;
        margin-right: auto;
    }
}

@media (max-width: 991.98px) and (min-width: 768px) { /* Medium - md */
    .section-container {
        width: 95% !important;
        max-width: 95% !important;
        margin-left: auto;
        margin-right: auto;
    }
}

@media (max-width: 767.98px) { /* Small and below - sm, xs */
    .section-container {
        width: 100% !important;
        max-width: 100% !important;
        margin-left: auto;
        margin-right: auto;
    }
}


h1,h2{
    text-align: center;
    font-family: var(--ns-font-family-title) !important;
    font-weight: 500;
    color: var(--ns-color-title);
    padding-bottom: 1rem;
    font-size: 2rem !important;
}
h3{

    font-family: var(--ns-font-family-title);
    font-weight: 400;
}


/* mindenhova használatos dolgok */
.fs-xs   { font-size: 0.8rem; }
.fs-xxs  { font-size: 0.6rem; }
.fs-xxxs { font-size: 0.5rem; }
.fs-xl   { font-size: 4rem;   }
.fs-xxl  { font-size: 5.5rem; }
.fs-xxxl { font-size: 7.5rem; }


/* accordion felülírások */
/* Az accordion nyíl színének megváltoztatása */
.accordion-button::after {
    color: var(--ns-color-default) !important;
    border-color: var(--ns-color-default) !important;
    background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16' fill='%23af8c53'%3e%3cpath fill-rule='evenodd' d='M1.646 4.646a.5.5 0 0 1 .708 0L8 10.293l5.646-5.647a.5.5 0 0 1 .708.708l-6 6a.5.5 0 0 1-.708 0l-6-6a.5.5 0 0 1 0-.708z'/%3e%3c/svg%3e") !important;
}

/* A lenyitott accordion nyíl színének megváltoztatása */
.accordion-button:not(.collapsed)::after {
    background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16' fill='%23af8c53'%3e%3cpath fill-rule='evenodd' d='M1.646 4.646a.5.5 0 0 1 .708 0L8 10.293l5.646-5.647a.5.5 0 0 1 .708.708l-6 6a.5.5 0 0 1-.708 0l-6-6a.5.5 0 0 1 0-.708z'/%3e%3c/svg%3e") !important;
}
/* Az accordion fejléc háttérszínének megváltoztatása */
.accordion-header {
    background-color: rgba(0,0,0, 0.13) !important;
    padding-bottom: 0;
}

/* Az accordion fejléc betűszínének beállítása */
.accordion-button {
    color: var(--ns-color-default) !important;
    font-size: 2rem !important;
    padding: 0.5rem !important;
    padding-left: 2rem !important;
}

/* Az accordion gomb háttérszínének megszüntetése és az árnyék eltávolítása */
.accordion-button:not(.collapsed),
.accordion-button {
    background-color: transparent !important;
    box-shadow: none !important;
}

/* Az accordion nyíl áthelyezése balra */
.accordion-button::after {
    margin-left: 0 !important;
    margin-right: 0.5rem !important;
    order: -1 !important;
}

/* Flex beállítás, hogy a nyíl a bal oldalon legyen */
.accordion-button {
    display: flex !important;
    flex-direction: row !important;
}

/* Az accordion test háttérszínének eltávolítása */
.accordion-body {
    background-color: transparent !important;
    color: var(--ns-color-default) !important;
}

/* Az accordion teljes háttérszínének beállítása */
.accordion {
    background-color: transparent !important;
}

/* Az accordion élek és kontúrok kezelése */
.accordion-item {
    border-color: var(--ns-bg-even) !important;
    background-color: transparent !important;
    padding-bottom: 0.75rem;
}

/* videók szerverről */
.ns-video-container {
    position: relative;
    width: 100%;
    height: 400px; /* Fix magasság megadása */
    display: flex;
    justify-content: center;
    align-items: center;
    overflow: hidden;
}
.ns-video-background {
    width: 100%;
    height: 100%;
    max-width: 100%;
    object-fit: cover; /* cover-re változtatva a jobb kitöltés érdekében */
}
.ns-video-wrapper {
    position: relative;
    height: 400px; /* vagy amennyire szükséges */
    overflow: hidden;
}
.ns-video-element {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    width: 100%;
    height: 100%;
    object-fit: contain; /* ez fogja megtartani az arányokat */
}

/* profil képek */
.profile-image-wrapper {
    width: 200px;
    height: 200px;
    margin: 0 auto;
    border-radius: 50%;
    overflow: hidden;
    position: relative;
}

.profile-image {
    width: 100%;
    height: 100%;
    object-fit: cover;
    object-position: center;
}
/* lista elemek */
.chicken-features {
    list-style-type: none;
}

.chicken-features li {
    position: relative;
}

.chicken-features li::before {
    content: "●";
    position: absolute;
    left: -1rem;
}

/* szállítás kép, ország */
.trans-flotta {
    position: absolute;
    top: -1rem;
    left: 2rem;
    z-index: 2;
}

.trans-flotta-image {
    max-width: 57%;
    height: auto;
}

.trans-country {
    position: relative;
    z-index: 1;
    width: 127%;
    padding-top: 2rem;
    margin-right: -1rem;
    margin-left: -3rem;
}

.trans-motto {
    font-size: 1rem;
    font-weight: bolder;
    line-height: 1rem;
    font-family: var(--ns-font-family-extra);
    color: var(--ns-bg-even);
    position: absolute;
    top: 47%;
    right: 26%;
    z-index: 2;
    max-width: 59%;
}


@media  (min-width: 992px) {
    /* Large - lg */
    .trans-flotta {
        position: absolute;
        top: 10%;
        left: 0;
        z-index: 2;
    }

    .trans-flotta-image {
        max-width: 80%;
        height: auto;
    }

    .trans-country {
        position: relative;
        z-index: 1;
        width: 100%;
        padding-left: 15rem;
    }

    .trans-motto {
        font-size: 2rem;
        line-height: 2.2rem;
        font-family: var(--ns-font-family-extra);
        position: absolute;
        top: 40%;
        right: 20%;
        z-index: 2;
        max-width: 40%;
    }
}

.land_title {
    font-family: var(--land-font-family);
    font-size: 3rem;
    font-weight: 500;
    line-height: 1.2;
    color: var(--land-font-title);
}

.nas-page-max-width{
    max-width: 1100px !important;
    margin: auto;
    padding: 2px;
    width: 100%;
    overflow-x: hidden; /* Megakadályozza a vízszintes görgetést */
    box-sizing: border-box;
}
.active-menu{
    color: var(--bs-navbar-active-color) !important;
    text-decoration: underline !important;
    font-size: 105% !important;
    font-weight: bolder !important;
}
.custom-underline {
    display: inline-block; /* Megakadályozza, hogy a szélesség 100% legyen */
    text-decoration: none;
    position: relative;
}

.custom-underline::after {
    content: '';
    position: absolute;
    left: 0;
    bottom: -3px; /* Aláhúzás pozíciója */
    width: 100%; /* Az elem szélességéhez igazodik */
    height: 2px; /* Aláhúzás vastagsága */
    background-color: black; /* Aláhúzás színe */
}

.toggle-field {
    display: flex;
    align-items: center;
}
.toggle-field label {
    margin-right: 10px;
}
.toggle-switch {
    position: relative;
    width: 40px;
    height: 20px;
    -webkit-appearance: none;
    outline: none;
    background: #ccc;
    border-radius: 20px;
    box-shadow: inset 0 0 5px rgba(0, 0, 0, 0.2);
    transition: background 0.3s;
    cursor: pointer;
}
.toggle-switch:checked {
    background: #4caf50;
}
.toggle-switch::before {
    content: '';
    position: absolute;
    width: 18px;
    height: 18px;
    border-radius: 50%;
    top: 1px;
    left: 1px;
    background: #fff;
    transition: transform 0.3s;
}
.toggle-switch:checked::before {
    transform: translateX(20px);
}

.video-container {
    position: relative;
    width: 100%; /* A layoutod alapján állítható */
    height: 320px; /* A kívánt magasság */
    overflow: hidden;
    display: flex;
    justify-content: center;
    align-items: center;
    background-color: #000; /* Opcionális, esztétikai szempontból */
    margin: auto;
}
.video-container video {
    width: 100%; /* A videó teljes szélességet kap */
    height: 100%;
    object-fit: cover; /* A videó levágásával és méretezésével kitölti a konténert */
}

.footer-title{
    font-size: 1rem;
    text-transform: uppercase !important;
}
.footer-rows{
    font-size: 0.75rem;
    --bs-text-opacity: 0.8;
    color: rgba(var(--bs-white-rgb),var(--bs-text-opacity)) !important;
}
.footer-padding {
    padding: 1.5rem !important; /* Ez a p-4 megfelelője, ami 1.5 rem */
}

.cookie-consent {
    background-color: #f8f9fa; /* Megváltoztathatod a háttérszínt */
    padding: 20px;
    box-shadow: 0 4px 6px rgba(0, 0, 0, 0.1);
}
.cookie-consent__message {
    font-size: 16px; /* Szöveg méretének módosítása */
    color: #343a40;
}
.cookie-consent__agree {
    background-color: #007bff; /* Gomb színe */
    border: none;
    padding: 10px 20px;
    font-size: 14px;
    color: white;
    cursor: pointer;
}
.cookie-consent__agree:hover {
    background-color: #0056b3; /* Gomb hover effektus */
}

.row .games-pre-text_1 {
    text-align: center;
    font-size: 1.5rem;
    line-height: 1.75rem;
    text-transform: uppercase;
    padding-top: 2.5rem;
    padding-bottom: 0.75rem;
    padding-left:  1.5rem;
    padding-right:  1.5rem;
}
.row .games-pre-text_2 {
    text-align: center;
    font-family: 'Protest Strike', sans-serif;
    font-size: 2rem;
    font-weight: bolder;
    line-height: 2.2rem;
    padding: 0.75rem 1.5rem;
}
.row .games-pre-text_3 {
    text-align: justify;
    font-size: 1.1rem;
    line-height: 1.25rem;
    padding: 0.75rem 1.5rem;
}
.games-post-text {
    text-align: center;
    font-size: 0.75rem;
    line-height: 1rem;
    letter-spacing: 0.1rem;
    padding-bottom: 0.75rem;
}
.games-start-container {
    text-align: center;
    padding: 0.75rem 0;
}
.btn.btn-primary.btn-lg.games-start-button {
    font-size: 2rem;
    font-weight: bold;
    position: relative;
}
.games-start-button.active {
    cursor: pointer;
    opacity: 1;
}
.games-start-button.active:hover {
    background-color: #0062cc;
    border-color: #0056b3;
    color: white;
}

.tooltip-message {
    position: absolute;
    top: -35px;
    left: 50%;
    transform: translateX(-50%);
    background-color: #333;
    color: white;
    padding: 5px 10px;
    border-radius: 5px;
    font-size: 0.9rem;
    display: none;
    white-space: nowrap;
}

.games-start-button.disabled:hover .tooltip-message {
    display: block;
}
.row .nasa-banner-image2{
    display: grid;
    justify-items: center;
    align-items: center;
    height: 12.5rem;

}
.nasa-game-fix-image-size-12 {
    height: 12.5rem;
}
.nasa-game-fix-image-size-8 {
    height: 8rem;
    position: absolute;
    top: 50%;
    left: 50%;
    width: 10rem;
    transform: translate(-50%, -50%);
    z-index: 10;
}
.nasa-game-quiz-bg{
    display: block;
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
}

.nasa-fix-image-contain-container {
    width: 100%;
    height: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
    overflow: hidden;
}

.nasa-fix-image-contain-container img {
    width: 100%;
    height: 100%;
    object-fit: contain;
    object-position: center;
    transition: transform 0.3s ease-in-out;
}

.nasa-fix-image-contain-container:hover img {
    transform: scale(1.2);
}

.nasa-fix-image-cover-container {
    width: 100%;
    height: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
    overflow: hidden;
}

.nasa-fix-image-cover-container img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    object-position: center;
    transition: transform 0.3s ease-in-out;
}

.nasa-fix-image-cover-container:hover img {
    transform: scale(1.2);
}


 .nasa-game-container {
     color: #212529;
    margin: auto;
    padding: 0;
    min-height: 80vh;
    position: relative; /* A tartalmazó elemnek relatív pozíció kell */
}

.background-overlay {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(255, 255, 255, 0.9);  /* 70%-os fehér átlátszóság (30% halványítás) */
}

#nasa-game-full-animation {
    opacity: 0;
    transform: scale(0); /* Kezdeti méret 0 */
    transition: opacity 0.8s ease-in-out, transform 0.8s ease-in-out; /* Átmenet mindkét tulajdonságra */
}

#nasa-game-full-animation.show {
    opacity: 1;
    transform: scale(1); /* Visszaállítás teljes méretre */
}

.nasa-countdown-container {
    position: absolute; /* Az elem abszolút pozícióban lesz */
    top: 5px; /* Távolság a felső éltől */
    right: 5px; /* Távolság a jobb éltől */
    height:54px;
    width:54px;
    z-index: 1000; /* Magasabb z-index, hogy előrébb legyen */
}
.nasa-countdown-container::before {
    content:'';
    border-radius:100%;
    border:4px solid rgba(0,0,0,0.9);
    position:absolute;
    left:0;
    top:0;
    height:100%;
    width:100%
}
.nasa-countdown-container svg {
    font-size:0;
    line-height:0;
    display:flex;
    align-items:center;
    justify-content:center;
    text-align:center;
    height:54px;
    width:54px;
    position:absolute;
    right:0;
    top:0;
    transform:rotateY(-180deg) rotateZ(-90deg);
}
.nasa-countdown-container svg circle {
    stroke-dasharray:153px;
    stroke-dashoffset:0;
    stroke-linecap:round;
    stroke-width:4px;
    stroke: var(--nasa-c-progress-bar-bg);
    fill:none
}
.nasa-countdown-container .nasa-countdown-number-display {
    align-items:center;
    display:flex;
    font-size:20px;
    font-weight:bold;
    height:inherit;
    justify-content:center;
    width:inherit;
    position:relative;

    transition:opacity 2s;
    z-index:1
}
.nasa-countdown-container .nasa-countdown-number.start {
    opacity:1
}
.nasa-countdown-alert {
    stroke: red !important;
}
@keyframes nasa-countdown {
    from {
        stroke-dashoffset:-4px
    }
    to {
        stroke-dashoffset:153px
    }
}

.nasa-game-quiz-claim{
    padding-top: 4rem;
    padding-left: 1rem;
    padding-right: 1rem;
    text-align: center;
    font-size: 1.5rem;
    font-weight: bolder;
}
.nasa-game-true-button{
    position: absolute;
    left: 10%;
    bottom: 25%;
    width: 120px;
}
.nasa-game-false-button{
    position: absolute;
    right: 10%;
    bottom: 25%;
    width: 120px;
}

.progress.remaing-time-progress {
    background-color: var(--nasa-c-progress-bg);
    height: 0.2rem !important; /* Magasság 0.2rem */
    position: absolute;
    width: 90%;
    top: 0;
    left: 5%;
}
.progress-bar.remaing-time-progress-bar{
    background-color: var(--nasa-c-progress-bar-bg);
    height: 0.2rem;
    transition: width 0.4s ease, background-color 0.4s ease ; /* Simább váltás */
}
.progress-bar.remaing-time-progress-bar.flash-background {
    animation: flash-background-animation 0.8s;
}
@keyframes flash-background-animation {
    0% { background-color: var(--nasa-c-progress-bar-bg-flash) ; }
    50% { background-color: var(--nasa-c-progress-bar-bg) ; }
    100% { background-color: var(--nasa-c-progress-bar-bg-flash) ; }
}
.nasa-game-remaing-time-text-container{
    position: absolute;
    width: 20%;
    top: 5px;
    left: 5%;
    font-size: 0.65rem;
    font-weight: bold;
}
.flash-color {
    animation: flash-color-animation 0.8s;
}
@keyframes flash-color-animation {
    0% { color: var(--nasa-c-progress-bar-bg-flash); }
    50% { color: inherit; }
    100% { color: var(--nasa-c-progress-bar-bg-flash); }
}

.nasa-game-score-container{
    position: absolute;
    width: 80%;
    bottom: 10px;
    left: 10%;
}

.nasa-game-progress-coupon-container {
    display: inline-block;
    background-color: var(--nasa-c-egg);
    padding: 0.125rem 0.5rem; /* Távolság a szöveg körül (vízszintesen több, függőlegesen kevesebb) */
    border-radius: 0.75rem; /* Lekerekített sarkok */
    position: absolute; /* Lehetővé teszi a pozicionálást */
    font-size: 0.75rem; /* Szövegméret */
    text-align: center;
    font-family: Arial, sans-serif;
    transform: translateX(-50%); /* Középre igazítja a tábla szélességéhez képest */
    bottom: 22px;
    width: max-content;
}

.nasa-game-progress-coupon-rod {
    width: 3px; /* A rúd szélessége */
    height: 20px; /* A rúd hossza */
    background-color: #212529;
    position: absolute;
    bottom: -20px; /* Elhelyezkedés a tábla alatt */
    left: 50%; /* Középre igazítás */
    transform: translateX(-50%); /* Középpontra igazítás */
}


.nasa-game-rating {
    position: absolute;
    top: 50%;
    left: 50%;
    width: 10rem;
    height: 10rem;
    transform: translate(-50%, -50%);
    z-index: 10;
    opacity: 0.05;
    transition: opacity 0.9s ease-in-out;
}
.nasa-game-score-points{
    font-size: 0.75rem;
    font-weight: bold;
}
.nasa-game-score-points-label{
    font-size: 0.75rem;
    line-height: 0.8rem;
}
.progress.nasa-progress{
    background-color: var(--nasa-c-progress-bg) !important;
    height: 0.6rem !important;
}
.progress-bar.nasa-score-progress-bar{
    background-color: var(--nasa-c-progress-bar-bg);
}
.laci-cimsor-middle{
    font-family: 'Lora', serif;
    font-size: 1.5rem;
    font-weight: 500;
    font-style: italic;
    line-height: 2rem;
    text-align: center;
    color: var(--nasa-c-laci-green);
    padding: 0.5rem 2rem;
    text-shadow: 1px 1px 0px rgba(0, 0, 0, 0.5);
}
.laci-cimsor-nagy{
    font-family: 'Lora', serif;
    font-size: 2rem;
    font-weight: 700;
    font-style: italic;
    line-height: 2.6rem;
    text-align: center;
    color: var(--nasa-c-laci-green);
    padding: 0.5rem 2rem;
    text-shadow: 1px 1px 0px rgba(0, 0, 0, 0.5);
}
.laci-cimsor-extra-nagy{
    font-family: 'Lora', serif;
    font-size: 3rem;
    font-weight: 700;
    line-height: 3.6rem;
    text-align: center;
    padding-top: 1rem;
    padding-left: 1.5rem !important;
    text-shadow: 1px 1px 0px rgba(0, 0, 0, 0.5);
}
.laci-gomb-1{
    font-family: 'Lora', serif;
    font-size: 3rem;
    align-content: center;
    justify-content: center;
    text-align: center;
    align-items: center;
    padding: 10px
}

.rounded-button {
    display: inline-block;
    font-family: 'Lora', serif;
    font-weight: 700;
    padding: 12px 24px;
    background-color: #8aca11;
    color: red;
    text-decoration: none;
    font-size: 1.5rem;
    border-radius: 9999px;
    border: 2px solid #45a049;
    transition: all 0.3s ease;
    box-shadow: inset 2px 2px 5px rgba(255,255,255,0.5),
    inset -2px -2px 5px rgba(0,0,0,0.1);
    width: auto !important;
}

.rounded-button:hover {
    background-color: #45a049;
    transform: translateY(-2px);
    box-shadow: inset 2px 2px 5px rgba(255,255,255,0.5),
    inset -2px -2px 5px rgba(0,0,0,0.1),
    0 4px 6px rgba(0,0,0,0.1);
}

.rounded-button:active {
    transform: translateY(0);
    box-shadow: inset 2px 2px 5px rgba(0,0,0,0.1),
    inset -2px -2px 5px rgba(255,255,255,0.5);
}

.btn.rounded-pill {
    font-family: 'Lora', serif;
    background-color: #8aca11;
    border-color: #8aca11;
    font-size: 1.5rem;
    font-weight: bolder;
    transition: all 0.3s;

}

.btn.rounded-pill:hover {
    background-color: #81c108; /* 10% sötétebb */
    border-color: #78b30f;
    transform: translateY(-2px);
    box-shadow: inset 2px 2px 5px rgba(255,255,255,0.5),
    inset -2px -2px 5px rgba(0,0,0,0.1),
    0 4px 6px rgba(0,0,0,0.1);
}

.btn.rounded-pill:active {
    background-color: #78b30f !important; /* 20% sötétebb */
    border-color: #669c0d !important;
}

.btn.rounded-pill i {
    margin-right: 5px;
}

.btn.rounded-pill span {
    color: red;
}

.product-show_banner_1{
    height: 25rem;
}

.product-images-show_size{
    height: 20rem;
    padding-top: 2rem;
}

.laci-telefon{
    font-size: 1.75rem;
    font-weight: 700;
    padding: 0 2rem;
    align-content: center;
    justify-content: center;
    text-align: center;
    color: red;
}
.laci-bottom-sor{
    font-size: 0.75rem;
    padding: 0 2rem;
    align-content: center;
    justify-content: center;
    text-align: center;
}
/* Közepes kijelző */
@media (min-width: 768px) {
    .nasa-game-quiz-claim {
        font-size: 2rem;
    }
    .video-container {
        height: 360px; /* Állítható magasság kisebb képernyőkhöz */
        width: 80%;
    }
}
/* termék lap egy termékre
.nasa-p-card1-right-panel{
    align-content: center;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    color: #0b956c;
    gap: 1.5rem;
}
.nasa-p-card1-name{
    font-family: Roboto, sans-serif ;
    font-size: 3.5rem;
    font-weight: 700;

}
.nasa-p-card1-s-desc{
    font-size: .5rem;
    font-weight: 400;
    color: #0f6674 ;
}

.nasa-p-card1-prices{
    font-size: 1rem;
    font-weight: 400;
    color: #0b956c;
    background-color: whitesmoke;
    border: #0b956c;
    border-radius: 0.2rem;
    padding: 0 1rem !important;
}


.nasa-p-card1-quantity {
    display: flex;
    align-items: center;
}

.nasa-p-card1-amount{
    font-size: 1rem;
    font-weight: 400;
    color: #0b956c;
}
.nasa-p-card1-order-button{
    font-family: 'Lora', serif;
    font-size: 2.5rem;
    align-content: center;
    justify-content: center;
    text-align: center;
    align-items: center;

}
.nasa-p-card1-desc-label{
    font-size: 1.5rem;
    font-weight: 400;
    color: black;
}
.nasa-p-card1-desc{
    font-size: 1rem;
    font-weight: 300;
    color: #0b956c;
}
.nasa-p-card1-gallery-label{
    padding-top: 2rem;
    padding-left: 2rem;
    font-size: 1.25rem;
}
*/
.collapsed .arrow {
    transform: rotate(0);
}
.arrow {
    display: inline-block;
    transition: transform 0.3s ease;
}
.collapsed .arrow {
    transform: rotate(180deg);
}

.nasa-winner-coupon-code2{
    font-size: 4.5rem!important;
    font-weight: bolder !important;
    color: green;
}
.nasa-winner-top-text{


}
.nasa-winner-bottom-text{

}

/* telefonszám kijelzések */
.tel-link {
    text-decoration: none;
}

.call-hint {
    display: inline-flex;
    align-items: center;
    gap: 5px;
    margin-left: 10px;
    animation: moveLeftRight 1.5s infinite;
}

@keyframes moveLeftRight {
    0%, 100% { transform: translateX(0); }
    50% { transform: translateX(-10px); }
}
/* youtube videok */
.youtube-video-container {
    position: relative;
    width: 100%;
    padding-bottom: 172%; /* 1:1 arány 100%*/
}

.youtube-thumbnail-container {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}

.youtube-thumbnail-container img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.youtube-thumbnail-container iframe {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}

.youtube-video-overlay {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;

    display: flex;
    align-items: center;
    justify-content: center;
    opacity: 1; /* Változtasd 0-ról 1-re */
    transition: opacity 0.3s;
    cursor: pointer;
}

/* Opcionális: hover effekt a sötétítéshez */
.youtube-video-overlay:hover {
    background: rgba(0, 0, 0, 0.6);
}

.youtube-thumbnail-container:hover .youtube-video-overlay {
    opacity: 1;
}

.youtube-play-icon {
    width: 2.5rem;
    height: 4rem;
    color: lightgrey;
}

.youtube-video-wrapper {
    position: relative;
    width: 100%;
    max-width: 100%; /* A szülő maximális szélességét betartja */
    cursor: pointer;
}

.youtube-video-wrapper iframe.youtube-video-iframe {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    display: none;
}

.youtube-video-poster {
    width: 100%;
    height: 100%;
    object-fit: cover;
    position: absolute;
    top: 0;
    left: 0;
}

.youtube-video-play-button {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    width: 60px;
    height: 60px;
    background: url('https://upload.wikimedia.org/wikipedia/commons/b/b8/YouTube_play_button_icon_%282013%E2%80%932017%29.svg') no-repeat center center;
    background-size: cover;
}

/* Nagy kijelző */
@media (min-width: 992px) {
    .nasa-winner-coupon-code2{
        font-size: 6rem !important;
    }
    .nasa-game-quiz-claim {
        font-size: 2.5rem;
        padding-top: 6rem;
        padding-left: 6rem;
        padding-right: 6rem;
    }
    .nasa-game-score-container {
        width: 90%;
        left: 5%;
    }
    .nasa-game-true-button{
        left: 35%;
        bottom: 25%;
    }
    .nasa-game-false-button{
        right: 35%;
        bottom: 25%;
    }
    .footer-padding {
        padding-left: 8rem !important; /* Csak nagyobb képernyőkön bal oldalon 8 rem */
    }
    .row .games-pre-text_1 {
        font-size: 2rem;
        line-height: 2.4rem;
        padding-top: 2.5rem;
        padding-bottom: 0.75rem;
        padding-left:  2.5rem;
        padding-right:  2.5rem;
    }
    .row .games-pre-text_2 {
        font-size: 2rem;
        line-height: 2.4rem;
        padding: 0.75rem 2.5rem;
    }
    .row .games-pre-text_3 {
        font-size: 1.25rem;
        line-height: 1.5rem;
        padding: 0.75rem 4.5rem;
    }
    .btn.btn-primary.btn-lg.games-start-button {
        font-size: 3.2rem;
    }
    .product-show_banner_1{
        height: 25rem;
        padding-right: 5rem !important;
    }
    .laci-cimsor-extra-nagy{
        font-size: 6rem;
        line-height: 6.5rem;
        text-align: left;
        padding-top: 1rem;
        padding-left: 2.5rem !important;
    }
    .laci-cimsor-nagy{
        font-size: 3rem;
        line-height: 3.6rem;
        padding: 0 4.4rem;
    }
}
@media screen and (orientation: landscape) and (max-height: 500px){
    .nasa-game-container {
        min-height: 180vh;
    }
}

@media (min-width: 1400px) {
    .container, .container-lg, .container-md, .container-sm, .container-xl, .container-xxl {
        max-width: 100%;
    }
}

