/* MB GENERAL */
.mb-mt-50 {
    margin-top: 50px;
}

.mb-mt-60 {
    margin-top: 60px;
}

.mb-mt-80 {
    margin-top: 80px;
}

.mb-mt-100 {
    margin-top: 100px;
}

.mb-mb-50 {
    margin-bottom: 50px;
}

.mb-mb-60 {
    margin-bottom: 60px;
}

.mb-mb-80 {
    margin-bottom: 80px;
}

.min-vh-60 {
    min-height: 60vh;
}

.min-vh-25 {
    min-height: 25vh;
}
.min-vh-40 {
    min-height: 40vh;
}

.mb-price {
    color: #09b18a;
    font-weight: bold;
}

.mb-green-text {
    color: #09b18a;
    font-weight: bold;
}

html,
body {
    height: 100%;
    margin: 0;
    padding: 0;
}

h1,
h2,
h3,
.neon-text {
    font-family: 'Bebas Neue', sans-serif;
    text-transform: uppercase;
    letter-spacing: 1px;
}

body,
p,
a,
li,
span {
    font-family: 'Inter', sans-serif;
    font-weight: 400;
    font-size: 16px;
    color: #e0e0e0;
}

a {
    text-decoration: none;
    color: #09b18a;
    transition: color 0.3s ease;
}

a:hover {
    color: #0de6b8;
    text-shadow: 0 0 5px rgba(9, 177, 138, 0.4);
}

.card {
    box-shadow: inset 0 0 12px rgba(9, 177, 138, 0.2)
}

.form-control:focus {
    border-color: rgba(9, 177, 138, 0.2) !important;
    box-shadow: inset 0 0 10px rgba(9, 177, 138, 0.2) !important;
}

.form-check-input:checked {
    background-color: rgba(9, 177, 138, 0.15) !important;
    border-color: rgba(9, 177, 138, 0.2) !important;
}

.form-check-input:focus {
    border-color: rgba(9, 177, 138, 0.2) !important;
    box-shadow: inset 0 0 2px rgba(9, 177, 138, 0.2) !important;
}

.mb-green-btn {
    background-color: rgba(9, 177, 138, 0.15);
    backdrop-filter: blur(15px);
    -webkit-backdrop-filter: blur(15px);
    border-color: rgba(9, 177, 138, 0.3);
    box-shadow: 0 8px 32px rgba(9, 177, 138, 0.2);
    color: #fff;
}

.mb-green-btn:hover {
    background-color: rgba(9, 177, 138, 0.35);
    backdrop-filter: blur(15px);
    -webkit-backdrop-filter: blur(15px);
    border-color: rgba(9, 177, 138, 0.5);
    box-shadow: 0 8px 32px rgba(9, 177, 138, 0.6);
    color: #fff;
    transform: scale(1.05) rotate(-6deg) !important;
}

.mb-buy-btn {
    width: 100px;
    background-color: rgba(9, 177, 138, 0.15);
    backdrop-filter: blur(15px);
    -webkit-backdrop-filter: blur(15px);
    border-color: rgba(9, 177, 138, 0.3);
    box-shadow: 0 8px 32px rgba(9, 177, 138, 0.2);
    color: #fff;
    font-weight: bold;
}

.mb-buy-btn:hover {
    background-color: rgba(9, 177, 138, 0.35);
    backdrop-filter: blur(15px);
    -webkit-backdrop-filter: blur(15px);
    border-color: rgba(9, 177, 138, 0.5);
    box-shadow: 0 8px 32px rgba(9, 177, 138, 0.6);
    color: #fff;
    transform: scale(1.05) rotate(-6deg) !important;
}

.btn-check:checked+.btn,
:not(.btn-check)+.btn:active,
.btn:first-child:active,
.btn.active,
.btn.show,
.btn:hover {
    background-color: rgba(9, 177, 138, 0.15);
    backdrop-filter: blur(15px);
    -webkit-backdrop-filter: blur(15px);
    border-color: rgba(9, 177, 138, 0.3);
    box-shadow: 0 8px 32px rgba(9, 177, 138, 0.2);
    color: #fff;
}

.dropdown-menu-dark {
    background-color: rgba(9, 177, 138, 0.05);
    backdrop-filter: blur(15px);
    -webkit-backdrop-filter: blur(15px);
    border-color: rgba(9, 177, 138, 0.3);
    box-shadow: 0 8px 32px rgba(9, 177, 138, 0.2);
    color: #fff;
}

.dropdown-item:hover,
.dropdown-item:focus {
    background-color: rgba(9, 177, 138, 0.15);
    backdrop-filter: blur(15px);
    -webkit-backdrop-filter: blur(15px);
    border-color: rgba(9, 177, 138, 0.3);
    box-shadow: 0 8px 32px rgba(9, 177, 138, 0.2);
    color: #fff;
}

/* MB GENERAL */

@keyframes boxShadowPulse {

    0%,
    100% {
        box-shadow: 0 4px 8px rgba(9, 177, 138, 0.4);
    }

    50% {
        box-shadow: 0 6px 12px rgba(9, 177, 138, 0.7);
    }
}


/* .navbar {
    position: fixed;
    top: 0;
    width: 100%;
    background-color: rgba(20, 20, 30, 0.4) !important;
    z-index: 3;
    backdrop-filter: blur(6px);
    box-shadow: 0 4px 8px rgba(9, 177, 138, 0.4);
} */

.sec1 {
    height: 75vh;
    display: flex;
    align-items: center;
    justify-content: center;
    position: relative;
    z-index: 1;
    padding-top: 100px;
}

/* .neon-text {
    font-size: clamp(2rem, 4vw, 3rem);
    font-weight: bold;
    color: #09b18a;
    text-shadow: 0 0 5px #09b18a, 0 0 15px #09b18a, 0 0 25px #09b18a;
    animation: neonFlicker 2s infinite alternate;
} */

.neon-text {
    font-family: 'Bebas Neue', cursive;
    font-size: clamp(2rem, 4vw, 4rem);
    color: rgba(9, 177, 138, 0.8);
    /* Butonla uyumlu yarı saydam yeşil */
    letter-spacing: 2px;
    text-shadow:
        0 0 5px rgba(9, 177, 138, 0.4),
        0 0 15px rgba(9, 177, 138, 0.5),
        0 0 25px rgba(9, 177, 138, 0.6);
    animation: neonFlicker 2s infinite alternate;
}

@keyframes neonFlicker {
    0% {
        opacity: 1;
        text-shadow: 0 0 5px rgba(9, 177, 138, 0.4),
            0 0 15px rgba(9, 177, 138, 0.5),
            0 0 25px rgba(9, 177, 138, 0.6);
    }

    100% {
        opacity: 0.9;
        text-shadow: 0 0 3px rgba(9, 177, 138, 0.3),
            0 0 10px rgba(9, 177, 138, 0.4),
            0 0 20px rgba(9, 177, 138, 0.5);
    }
}

/* .btn-neon {
    color: #fff;
    background-color: #09b18a;
    border: none;
    padding: 12px 30px;
    font-size: 1.1rem;
    border-radius: 50px;
    box-shadow: 0 0 10px #09b18a, 0 0 20px #09b18a;
    transition: all 0.3s ease;
} */

/* .btn-neon:hover {
    background-color: #0cd1a0;
    box-shadow: 0 0 15px #0cd1a0, 0 0 30px #0cd1a0;
} */

.pulse-btn {
    animation: pulse 2s infinite;
}

@keyframes pulse {
    0% {
        transform: scale(1);
    }

    50% {
        transform: scale(1.05);
    }

    100% {
        transform: scale(1);
    }
}

#neonParticles {
    position: fixed;
    top: 0;
    left: 0;
    width: 100vw;
    height: 100vh;
    z-index: 4;
    pointer-events: none;
}

.logo-text {
    font-size: 38px;
}

.logo-text span {
    animation: flicker 1.5s infinite alternate;
    display: inline-block;
    color: #09b18a;
    text-shadow: 0 0 5px #09b18a;
    font-size: 32px;
}

.logo-text span:nth-child(1) {
    animation-delay: 0s;
}

.logo-text span:nth-child(2) {
    animation-delay: 0.2s;
}

.logo-text span:nth-child(3) {
    animation-delay: 0.4s;
}

.logo-text span:nth-child(4) {
    animation-delay: 0.6s;
}

.logo-text span:nth-child(5) {
    animation-delay: 0.8s;
}

@keyframes flicker {
    0% {
        opacity: 0.4;
        text-shadow: none;
    }

    50% {
        opacity: 1;
        text-shadow: 0 0 10px #0cd1a0;
    }

    100% {
        opacity: 0.4;
        text-shadow: none;
    }
}

.navbar-nav .nav-link {
    border: 1px solid transparent;
    border-radius: 20px;
    transition: background 0.3s ease, box-shadow 0.3s ease, border-color 0.3s ease;
}

.navbar-nav .nav-link.active {
    background: rgba(9, 177, 138, 0.15) !important;
    backdrop-filter: blur(15px) !important;
    -webkit-backdrop-filter: blur(15px) !important;
    border-color: rgba(9, 177, 138, 0.3) !important;
    box-shadow: 0 8px 32px rgba(9, 177, 138, 0.2) !important;
    color: #fff !important;
}

.navbar-nav .nav-link:hover {
    background-color: rgba(9, 177, 138, 0.15) !important;
    backdrop-filter: blur(15px) !important;
    -webkit-backdrop-filter: blur(15px) !important;
    border-color: rgba(9, 177, 138, 0.3) !important;
    box-shadow: 0 8px 32px rgba(9, 177, 138, 0.2) !important;
    color: #fff !important;
}

.navbar-nav .nav-link:focus {
    background-color: rgba(9, 177, 138, 0.15) !important;
    backdrop-filter: blur(15px) !important;
    -webkit-backdrop-filter: blur(15px) !important;
    border-color: rgba(9, 177, 138, 0.3) !important;
    box-shadow: 0 8px 32px rgba(9, 177, 138, 0.2) !important;
    color: #fff !important;
}

.navbar-toggler {
    color: rgba(9, 177, 138, 0.3) !important;
    background-color: rgba(9, 177, 138, 0.15) !important;
}

.navbar {
    position: fixed;
    top: 0;
    width: 100%;
    background-color: rgba(20, 20, 30, 0.4) !important;
    z-index: 3;
    backdrop-filter: blur(6px);
    box-shadow: 0 4px 8px rgba(9, 177, 138, 0.4);
    animation: boxShadowPulse 3s ease-in-out infinite;
}

.Imgs {
    width: 100%;
    height: 250px;
    overflow: hidden;
    border-radius: 12px;
    position: relative;
}

.img-cover {
    width: 100%;
    height: 100%;
    object-fit: cover;
    display: block;
}

.Imgs img {
    width: 100%;
    /* height: 160px; */
    object-fit: cover;
    border-radius: 15px;
    box-shadow:
        0 0 15px #09b18a;
    transition: transform 0.4s ease, box-shadow 0.4s ease;
    cursor: pointer;
    filter: brightness(0.85);
    user-select: none;
}

.Imgs img:hover {
    transform: scale(1.05) rotate(2deg);
    box-shadow:
        0 0 25px #7b61ff,
        0 0 40px #09b18a;
    filter: brightness(1);
}

.welcomeSub {
    font-weight: 700;
}

.chargeImg img {
  height: 200px;
  width: 100%;
}

.chargeImg {
  perspective: 600px;
  transform-style: preserve-3d;
  transition: transform 0.05s ease;
  will-change: transform;
  border-radius: 16px;
  /* box-shadow: 0 15px 30px rgba(0, 0, 0, 0.3); */
  /* background: rgba(255, 255, 255, 0.05); */
  backdrop-filter: blur(10px);
  overflow: hidden;
}

html {
    font-size: 16px;
}

@media (max-width: 768px) {
    html {
        font-size: 14px;
    }
}