.navbar,
.navbar-logo img {
    height: 100px
}

.donate-button,
a {
    text-decoration: none !important
}

.card-back,
.centered-title,
.navbar-vissza,
.opt-in-form h2,
.pakli,
.privacy-note,
.stars,
.stripe-button-container {
    text-align: center
}

.modal,
.navbar {
    top: 0;
    left: 0;
    z-index: 1000
}

#loading-screen,
body {
    background-color: #000
}

* {
    margin: 0;
    padding: 0;
    box-sizing: border-box
}

body {
    font-family: Arial, sans-serif;
    padding-top: 120px
}

p {
    color: #fff
}

.kiemelt {
    color: #0bf;
    font-family: Oswald, sans-serif
}

.navbar {
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 1rem 2rem;
    background: unset;
    position: fixed;
    width: 100%
}

.card-back,
.card-image {
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover
}

.navbar-vissza {
    width: 150px;
    height: 40px;
    border-width: 3px;
    background-color: #fff;
    border-color: #0bf;
    font-weight: 700
}

.donate-button {
    padding: 10px 20px;
    color: #fff;
    background-color: #7300ff;
    border-radius: 5px;
    transition: background-color .3s;
    font-weight: 700
}

.donate-button:hover,
.modal-content button:hover {
    background-color: #540084
}

.centered-title {
    font-weight: 700;
    color: #7300ff;
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 1rem;
    margin: auto;
    max-width: 800px
}

.foCim {
    margin-top: 20px;
    font-size: 4rem;
    font-family: "Rubik Wet Paint", system-ui
}

.alCim,
.card-content h2,
.card-content h3,
.masik_Pakli {
    font-family: Oswald, sans-serif
}

.hozzaadas,
.start-button1,
.start-button2 {
    font-weight: 700;
    color: #000;
    border: 3px solid #0bf;
    border-radius: 50px;
    cursor: pointer;
    font-family: Oswald, sans-serif;
    height: 70px;
    width: 230px;
    margin-top: 30px;
    font-size: 25px;
    transition: .3s;
    background-color: #7300ff;
    background-origin: border-box;
    background-clip: content-box, border-box;
    box-shadow: 0 4px 6px rgba(0, 0, 0, .1)
}

.start-button1:hover,
.start-button2:hover {
    font-size: 30px;
    background-color: #f3f3f3;
    border: 3px solid #7300ff;
    transform: translateY(-5px) scale(1.1);
    box-shadow: 0 6px 8px rgba(0, 0, 0, .2)
}

.alCim {
    color: #7300ff;
    font-size: 3rem;
    margin-top: 50px
}

.responsive-gif {
    height: 600px;
    width: 600px
}

@media (max-width:1200px) {
    .responsive-gif {
        height: 400px;
        width: 400px
    }
}

@media (max-width:450px) {
    .responsive-gif {
        height: 400px;
        width: 350px
    }
}

.card-container {
    display: flex;
    justify-content: center;
    align-items: center;
    height: calc(100vh - 150px);
    margin: 0;
    perspective: 1000px;
    position: relative;
    padding-top: 150px
}

.card {
    width: 370px;
    height: 520px;
    position: relative;
    transition: transform .6s;
    transform-style: preserve-3d;
    cursor: pointer;
    margin-top: -150px;
    display: none;
    border: 5px solid #fff;
    border-radius: 20px
}

.masik_Pakli,
.masik_Pakli:hover {
    transition: background-color .3s, transform .3s, box-shadow .3s
}

.card-back,
.card.flipped {
    transform: rotateY(180deg)
}

.card-back {
    display: flex;
    flex-direction: column;
    align-items: center;
    padding: 20px;
    max-width: 370px;
    max-height: 520px
}

.card-person,
.card-title {
    width: 100%;
    text-align: center;
    margin-bottom: 20px
}

.card-content h2,
.card-content h3 {
    font-size: 40px;
    margin: 0;
    color: #fff
}

.card-content p,
.masik_Pakli {
    font-size: 20px;
    font-weight: 700
}

.card-content p {
    font-family: Barlow, sans-serif;
    color: #fff
}

.card-image {
    max-width: 350px;
    height: 100%
}

.card-back,
.card-front {
    position: absolute;
    width: 100%;
    height: 100%;
    backface-visibility: hidden;
    border: 5px solid #fff;
    border-radius: 20px
}

.card-front {
    background-position: center;
    background-repeat: no-repeat;
    background-size: contain;

}

.masik_Pakli {
    color: #760000;
    border: none;
    background-color: #0bf;
    cursor: pointer;
    height: 50px;
    width: 200px
}

.opt-in-form,
.pakli {
    background-color: unset;
    padding: 20px
}

.masik_Pakli:hover {
    transform: scale(1.1)
}

.card-container .col-sm-6.col-md-4.col-lg-3 {
    padding: 0 !important;
    margin: 0 !important
}

.pakli-container {
    margin-top: 100px;
    display: flex;
    flex-wrap: wrap;
    gap: 10px;
    justify-content: center
}

.pakli {
    font-size: 25px;
    width: 100%;
    height: auto;
    border-radius: 8px;
    border: 5px solid #7300ff;
    box-shadow: 0 4px 8px rgba(0, 0, 0, .1);
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    color: #0bf;
    transition: transform .2s, box-shadow .2s;
    font-family: "Rubik Wet Paint", system-ui;
    margin-bottom: 10px;
    cursor: pointer
}

.message,
.modal {
    display: none
}

.stars {
    font-size: 20px;
    color: hsla(250, 100%, 30%);
    margin-top: 10px
}

.pakli:hover {
    transform: translateY(-5px);
    box-shadow: 0 6px 12px rgba(0, 0, 0, .2)
}

.card-content p span {
    font-size: 22px;
    font-weight: bolder
}

.opt-in-form {
    border-radius: 5px;
    box-shadow: 0 0 10px rgba(0, 0, 0, .1);
    margin: auto;
    width: auto
}

.opt-in-form h2 {
    margin-bottom: 20px
}

.opt-in-form input[type=email],
.opt-in-form input[type=text] {
    width: 100%;
    padding: 10px;
    margin: 10px 0;
    border: 1px solid #ccc;
    border-radius: 4px
}

.opt-in-form button {
    background-color: #fff;
    font-weight: 700;
    color: #000;
    padding: 10px;
    border: none;
    border-radius: 4px;
    cursor: pointer;
    width: 100%;
    transition: background-color .3s, transform .2s
}

.opt-in-form button:hover {
    background-color: #cdcdcd
}

.privacy-note {
    font-size: 12px;
    color: #777;
    margin-top: 10px
}

.stripe-button-container {
    max-width: 100%;
    padding: 10px
}

stripe-buy-button {
    display: inline-block;
    max-width: 100%
}

@media (max-width:600px) {
    .stripe-button-container {
        padding: 0
    }

    stripe-buy-button {
        width: 100%;
        font-size: 16px
    }
}

.message,
.modal-content {
    padding: 20px;
    text-align: center
}

.modal {
    justify-content: center;
    align-items: center;
    position: fixed;
    width: 100%;
    height: 100%;
    background-color: rgba(0, 0, 0, .8)
}

.modal-content {
    background-color: #0bf;
    width: 500px;
    border-radius: 8px;
    box-shadow: 0 4px 8px rgba(0, 0, 0, .2)
}

.nev_Input,
.player-field {
    background-color: #fff;
    background-origin: border-box;
    background-clip: content-box, border-box;
    box-shadow: 0 4px 6px rgba(0, 0, 0, .1)
}

.modal-content h2 {
    margin-bottom: 10px
}

.modal-content p {
    margin-bottom: 20px;
    color: #000
}

.modal-content button {
    padding: 10px 20px;
    margin: 5px;
    cursor: pointer;
    font-size: 16px;
    background-color: #7300ff;
    color: #000
}

.message,
.message p {
    color: #fff;
    font-size: 24px
}

.nev_Input {
    height: 70px;
    width: 300px;
    margin-top: 30px;
    border-radius: 20px;
    border: 4px solid transparent;
    font-size: 18px;
    text-align: center;
    color: #7300ff;
    outline: 0;
    transition: .3s;
    background-image: linear-gradient(white, #fff), linear-gradient(90deg, #0bf, #3a5eff, #7300ff);
    transition: transform .2s, box-shadow .2s
}

.nev_Input:hover {
    transform: scale(1.03);
    box-shadow: 0 6px 8px rgba(0, 0, 0, .2)
}

.nev_Input:focus {
    border-color: transparent;
    box-shadow: 0 0 10px rgba(115, 0, 255, .6);
    transform: scale(1.05)
}

.start-button2.disabled:hover,
.start-button2:disabled {
    font-size: 25px;
    background-color: #d3d3d3;
    color: #aaa;
    border: 3px solid transparent;
    transform: none;
    box-shadow: none;
    cursor: not-allowed
}

.start-button-message {
    font-size: 16px;
    color: #d3d3d3;
    text-align: center;
    margin-top: 10px;
    transition: color .3s
}

.start-button-message.enabled {
    color: #7300ff;
    font-weight: 700
}

.hozzaadas:hover {
    background-color: #f3f3f3;
    border: 3px solid #7300ff;
    box-shadow: 0 6px 8px rgba(0, 0, 0, .2)
}

.player-field {
    padding-left: 5px;
    border-radius: 20px;
    font-size: 18px;
    width: 300px !important;
    margin: 20px auto;
    background-image: linear-gradient(90deg, #7300ff, #3a5eff, #0bf);
    display: flex;
    justify-content: space-between;
    align-items: center
}

.instagram,
.tiktok {
    color: transparent;
    font-size: 40px;
    transition: color .3s
}

.player-field button {
    background-color: unset;
    color: #7300ff;
    border: none;
    font-size: 30px;
    cursor: pointer;
    padding: 5px 10px;
    transition: color .3s, transform .2s
}

.player-field button:hover {
    color: #9f0000;
    transform: scale(1.2)
}

#loading-screen {
    position: fixed;
    inset: 0;
    display: flex;
    justify-content: center;
    align-items: center;
    z-index: 9999;
    opacity: 1;
    transition: opacity .3s
}

dotlottie-player {
    width: 300px;
    height: 300px;
    display: block
}

#content {
    transition: opacity .3s;
    visibility: hidden
}

.instagram {
    background: linear-gradient(45deg, #f09433, #e6683c, #dc2743, #cc2366, #bc1888);
    -webkit-background-clip: text
}

.instagram:hover,
.tiktok:hover {
    color: #fff;
    transition: .6s
}

.tiktok {
    background: linear-gradient(45deg, #69c9d0, #ee1d52);
    -webkit-background-clip: text
}

.social-button {
    background-color: unset;
    border: none;
    margin: 0 15px 30px
}

#kartya,
#kartya_Szama {
    text-align: center;
    color: antiquewhite;
    display: none;
}

.tutorial-modal {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, 0.8);
    display: none;
    justify-content: center;
    align-items: center;
    z-index: 9999;
    color: white;
    text-align: center;
}

.tutorial-content h2 {
    font-size: 2rem;
    animation: fadeInOut 2s infinite;
}

@keyframes fadeInOut {
    0%, 100% {
        opacity: 1;
    }
    50% {
        opacity: 0.5;
    }
}