body {
    background-color: #000;
    color: #fff;
    font-family: "Red Hat Display", sans-serif !important;
    min-height: 100vh;

}
        .cookie-banner {
            position: fixed;
            bottom: 0;
            left: 0;
            right: 0;
            background: #2d3436;
            color: white;
            padding: 15px;
            text-align: center;
            z-index: 9999;
            display: none;
        }
        
        .cookie-text {
            margin-bottom: 10px;
            font-size: 14px;
        }
        
        .cookie-btn {
            background: #6c5ce7;
            color: white;
            border: none;
            padding: 8px 20px;
            border-radius: 4px;
            cursor: pointer;
            font-size: 14px;
        }
        
        .cookie-link {
            color: #a29bfe;
            text-decoration: underline;
        }
.mercy-content {
    max-width: 800px;
    margin: 0 auto;
    padding: 40px 0;
}

.mercy-title {
    font-size: 4.5rem;
    font-weight: 800;
    letter-spacing: 2px;
    line-height: 1;
    margin-bottom: 1rem;
}

.mercy-subtitle {
    font-size: 4.5rem;
    font-weight: 800;
    letter-spacing: 2px;
    line-height: 1;
    margin-bottom: 2.5rem;
    color: #fe82ff;
}

.mercy-description {
    font-size: 1.5rem;
    line-height: 1.5;
    margin-bottom: 2.5rem;
}

.mercy-btn {
    background-color: #fff;
    color: #000;
    border: none;
    padding: 0.75rem 2rem;
    font-size: 1.125rem;
    font-weight: bold;
    border-radius: 0;
    margin-bottom: 1.5rem;
}

.mercy-btn:hover {
    background-color: #ddd;
}

.experience-generator {
    font-size: 1.125rem;
    text-decoration: underline;
    cursor: pointer;
}

@media (max-width: 992px) {
    .mercy-title, .mercy-subtitle {
        font-size: 3.5rem;
    }
    .mercy-description {
        font-size: 1.25rem;
    }
}

@media (max-width: 768px) {
    .mercy-title, .mercy-subtitle {
        font-size: 2.5rem;
    }
    .mercy-description {
        font-size: 1rem;
    }
}
#hero-pics img{
    width: 50%;
    border-radius: 20px;
    box-shadow: 2px 2px 2px gray;
    margin: 10px;

}
#hero-pics{
    display: flex !important
    ;
        flex-direction: column !important;
        justify-content: space-between;
        align-items: center;
    }

    .nav-overlay {

        backdrop-filter: blur(5px); /* Blur effect */
    }
    
    .navbar-brand {
        font-weight: 700;
        font-size: 1.5rem;
    }
    
    .nav-link {
        font-weight: 500;
        padding: 0.5rem 1rem;
        margin: 0 0.25rem;
        transition: all 0.3s ease;
        color: black !important
    }
    .navbar a{
        color:#000 !important
    }
    .nav-link:hover {
        background-color: rgba(255, 255, 255, 0.1);
        border-radius: 4px;
    }
    
    .play-demo-btn {
        background: #fe82ff !important;
        padding: 10px !important;
        box-shadow: 2px 2px 2px;
        border-radius: 20px;
    }
    
    .play-demo-btn:hover {
        background-color: #5649c0;
    }
    .about-section {
        color: black;
        padding: 80px 0;
        position: relative;
        overflow: hidden;
    }
    .about-section::before {
        content: '';
        position: absolute;
        top: -50px;
        right: -50px;
        width: 200px;
        height: 200px;
        background: rgba(108, 92, 231, 0.1);
        border-radius: 50%;
    }
    .about-section::after {
        content: '';
        position: absolute;
        bottom: -80px;
        left: -80px;
        width: 300px;
        height: 300px;
        background: rgb(241 155 254 / 10%);
        border-radius: 50%;
    }
    .about-card {
        background: rgba(255, 255, 255, 0.05);
        backdrop-filter: blur(10px);
        border-radius: 15px;
        border: 1px solid rgb(32 31 31 / 10%);
        transition: transform 0.3s;
    }
    .about-card:hover {
        transform: translateY(-10px);
    }
    .icon-box {
        width: 70px;
        height: 70px;
        background: rgb(199 92 231 / 20%);
        border-radius: 50%;
        display: flex;
        align-items: center;
        justify-content: center;
        margin-bottom: 20px;
    }
    .section-title {
        position: relative;
        display: inline-block;
    }
    .section-title::after {
        content: '';
        position: absolute;
        width: 50px;
        height: 3px;
        background: var(--secondary);
        bottom: -10px;
        left: 50%;
        transform: translateX(-50%);
    }
    .disclaimer-section {
        color: #1c1c1c;
  
        padding: 80px 0;
        border-top: 1px solid rgba(255,255,255,0.1);
        border-bottom: 1px solid rgba(255,255,255,0.1);
    }
    .disclaimer-card {
        background: rgb(255 193 252 / 19%);
        backdrop-filter: blur(10px);
        border-radius: 15px;
        border: 1px solid rgba(255, 255, 255, 0.1);
        padding: 40px;
    }
    .disclaimer-icon {
        color: var(--secondary);
        font-size: 2.5rem;
        margin-bottom: 20px;
    }
    .disclaimer-title {
        position: relative;
        padding-bottom: 15px;
        margin-bottom: 25px;
    }
    .disclaimer-title::after {
        content: '';
        position: absolute;
        width: 50px;
        height: 3px;
        background: var(--secondary);
        bottom: 0;
        left: 0;
    }
    .disclaimer-list {
        list-style-type: none;
        padding-left: 0;
    }
    .disclaimer-list li {
        position: relative;
        padding-left: 30px;
        margin-bottom: 15px;
    }
    .disclaimer-list li::before {
        content: '\f00c';
        font-family: 'Font Awesome 6 Free';
        font-weight: 900;
        position: absolute;
        left: 0;
        color: var(--secondary);
    }       .contact-section {
        color: black;
        padding: 80px 0;
    }
    .contact-card {
        background: rgba(255, 255, 255, 0.05);
        backdrop-filter: blur(10px);
        border-radius: 15px;
        border: 1px solid rgba(255, 255, 255, 0.1);
        padding: 40px;
    }
    .form-control {
        background-color: rgba(255, 255, 255, 0.1);
        border: 1px solid rgba(255, 255, 255, 0.2);
        color: white;
        padding: 12px 15px;
    }
    .form-control:focus {
        background-color: rgba(255, 255, 255, 0.2);
        color: white;
        border-color: var(--secondary);
        box-shadow: 0 0 0 0.25rem rgba(108, 92, 231, 0.25);
    }
    .form-check-input {
        background-color: rgba(255, 255, 255, 0.1);
        border: 1px solid rgba(255, 255, 255, 0.3);
    }
    .form-check-input:checked {
        background-color: var(--primary);
        border-color: var(--primary);
    }
    .form-check-label {
        cursor: pointer;
    }
    .submit-btn {
        background-color: var(--primary);
        border: none;
        padding: 12px 30px;
        font-weight: 600;
        transition: all 0.3s;
    }
    .submit-btn:hover {
        background-color: #5649c0;
        transform: translateY(-2px);
    }
    .submit-btn:disabled {
        background-color: #4a4466;
        cursor: not-allowed;
    }
    .was-validated .form-control:invalid,
    .was-validated .form-check-input:invalid {
        border-color: #ff6b6b;
    }
    .was-validated .form-control:valid,
    .was-validated .form-check-input:valid {
        border-color: #51cf66;
    }
    .invalid-feedback {
        color: #ff6b6b;
    }
    .contact-card h2{
        font-weight: bold;
        font-size: 40pt;
    }
    #submitBtn{
        background: #fe82ff;
    }   .footer {
        background-color: #0f0c29;
        color: white;
        padding: 60px 0 30px;
        border-top: 1px solid rgba(255,255,255,0.1);
    }
    .footer-logo {
        font-size: 1.8rem;
        font-weight: 700;
        color: white;
        margin-bottom: 20px;
        display: inline-block;
    }
    .footer-logo span {
        color: var(--secondary);
    }
    .footer-links h5 {
        color: var(--secondary);
        margin-bottom: 20px;
        font-weight: 600;
    }
    .footer-links ul {
        list-style: none;
        padding-left: 0;
    }
    .footer-links li {
        margin-bottom: 10px;
    }
    .footer-links a {
        color: #b2bec3;
        text-decoration: none;
        transition: color 0.3s;
    }
    .footer-links a:hover {
        color: white;
        text-decoration: underline;
    }
    .social-icons a {
        display: inline-block;
        width: 40px;
        height: 40px;
        background: rgba(255, 255, 255, 0.1);
        border-radius: 50%;
        text-align: center;
        line-height: 40px;
        color: white;
        margin-right: 10px;
        transition: all 0.3s;
    }
    .social-icons a:hover {
        background: var(--primary);
        transform: translateY(-3px);
    }
    .copyright {
        border-top: 1px solid rgba(255, 255, 255, 0.1);
        padding-top: 20px;
        margin-top: 40px;
        color: #b2bec3;
        font-size: 0.9rem;
    }
    .policy-links {
        display: flex;
        flex-wrap: wrap;
        gap: 15px;
        margin-top: 20px;
    }
    .policy-links a {
        color: #b2bec3;
        text-decoration: none;
        font-size: 0.85rem;
        transition: color 0.3s;
    }
    .policy-links a:hover {
        color: white;
        text-decoration: underline;
    }
    .app-badges img {
        height: 40px;
        margin-right: 10px;
        margin-bottom: 10px;
        transition: transform 0.3s;
    }
    .app-badges img:hover {
        transform: scale(1.05);
    }
    :root {
        --primary: #6c5ce7;
        --secondary: #a29bfe;
        --dark: #2d3436;
        --light: #f5f6fa;
    }
    
    .games-section {
        color: #000000;
        padding: 80px 0;
    }
    
    .section-title {
        position: relative;
        display: inline-block;
        margin-bottom: 50px;
    }
    
    .section-title::after {
        content: '';
        position: absolute;
        width: 50px;
        height: 3px;
        background: var(--secondary);
        bottom: -15px;
        left: 50%;
        transform: translateX(-50%);
    }
    
    .game-card {
        background: rgba(255, 255, 255, 0.05);
        backdrop-filter: blur(10px);
        border-radius: 15px;
        border: 1px solid rgb(0 0 0 / 10%);
        overflow: hidden;
        transition: all 0.3s ease;
        height: 100%;
    }
    
    .game-card:hover {
        transform: translateY(-10px);
        box-shadow: 0 10px 25px rgba(108, 92, 231, 0.3);
    }
    
    .game-image {
        height: 200px;
        width: 100%;
        object-fit: cover;
    }
    
    .game-badge {
        position: absolute;
        top: 15px;
        right: 15px;
        background-color: var(--primary);
        color: white;
        padding: 5px 10px;
        border-radius: 20px;
        font-size: 0.8rem;
        font-weight: bold;
    }
    
    .game-content {
        padding: 20px;
    }
    
    .game-title {
        font-weight: 700;
        margin-bottom: 10px;
    }
    
    .game-description {
        color: #3f3f3f;
        font-size: 0.9rem;
        margin-bottom: 15px;
    }
    
    .play-btn {
        background-color: #fe82ff;
        color: white;
        border: none;
        padding: 8px 20px;
        border-radius: 5px;
        font-weight: 600;
        transition: all 0.3s;
    }
    
    .play-btn:hover {
        background-color: #5649c0;
    }
    
    .game-features {
        display: flex;
        justify-content: space-between;
        margin-top: 15px;
        font-size: 0.8rem;
    }
    
    .game-feature {
        display: flex;
        align-items: center;
        color: #3f3f3f;
    }
    
    .game-feature i {
        margin-right: 5px;
        color: var(--secondary);
    }

    iframe{
        display: block;
        margin: 0 auto;
        width: 60%;
        height: 500px;
        padding: 50px;
    }
    .play-btn a{
        color: white !important;
    }
    .contacts-section {
        color: black;
        padding: 80px 0;
        position: relative;
        overflow: hidden;
    }
    
    .contacts-section::before {
        content: '';
        position: absolute;
        top: -50px;
        right: -50px;
        width: 200px;
        height: 200px;
        background: rgb(202 92 231 / 10%);
        border-radius: 50%;
    }
    
    .contact-card {
        background: rgba(255, 255, 255, 0.05);
        backdrop-filter: blur(10px);
        border-radius: 15px;
        border: 1px solid rgba(255, 255, 255, 0.1);
        padding: 30px;
        height: 100%;
        transition: transform 0.3s;
    }
    
    .contact-card:hover {
        transform: translateY(-5px);
    }
    
    .contact-icon {
        width: 60px;
        height: 60px;
        background: rgb(225 92 231 / 20%);
                border-radius: 50%;
        display: flex;
        align-items: center;
        justify-content: center;
        margin-bottom: 20px;
        font-size: 1.5rem;
        color: var(--secondary);
    }
    
    .contact-title {
        font-weight: 600;
        margin-bottom: 15px;
        font-size: 1.25rem;
    }
    
    .contact-info {
        color: #b2bec3;
        margin-bottom: 0;
    }
    
    .contact-link {
        color: var(--secondary);
        text-decoration: none;
        transition: color 0.3s;
    }
    
    .contact-link:hover {
        color: white;
        text-decoration: underline;
    }
    
    .section-title {
        position: relative;
        display: inline-block;
        margin-bottom: 50px;
    }
    
    .section-title::after {
        content: '';
        position: absolute;
        width: 50px;
        height: 3px;
        background: var(--secondary);
        bottom: -15px;
        left: 50%;
        transform: translateX(-50%);
    }
    .privacy-section {
        background: linear-gradient(135deg, #0f0c29 0%, #302b63 100%);
        color: white;
        padding: 80px 0;
    }
    
    .privacy-container {
        background: rgba(255, 255, 255, 0.05);
        backdrop-filter: blur(10px);
        border-radius: 15px;
        border: 1px solid rgba(255, 255, 255, 0.1);
        padding: 40px;
    }
    
    .privacy-header {
        border-bottom: 1px solid rgba(255,255,255,0.1);
        padding-bottom: 20px;
        margin-bottom: 30px;
    }
    
    .privacy-title {
        font-weight: 700;
        position: relative;
        display: inline-block;
    }
    
    .privacy-title::after {
        content: '';
        position: absolute;
        width: 50px;
        height: 3px;
        background: var(--secondary);
        bottom: -10px;
        left: 0;
    }
    
    .last-updated {
        color: #b2bec3;
        font-style: italic;
    }
    
    .policy-section {
        margin-bottom: 30px;
    }
    
    .section-title {
        color: var(--secondary);
        font-weight: 600;
        margin-bottom: 15px;
    }
    
    .policy-text {
        color: #b2bec3;
        line-height: 1.7;
    }
    
    .policy-list {
        padding-left: 20px;
        color: #b2bec3;
    }
    
    .policy-list li {
        margin-bottom: 10px;
        position: relative;
        padding-left: 25px;
    }
    
    .policy-list li::before {
        content: '';
        position: absolute;
        left: 0;
        top: 10px;
        width: 8px;
        height: 8px;
        background-color: var(--secondary);
        border-radius: 50%;
    }
    
    .highlight {
        color: white;
        font-weight: 600;
    }
    
    @media (max-width: 768px) {
        .privacy-container {
            padding: 25px;
        }
    }
        
    .terms-section {
        background: linear-gradient(135deg, #0f0c29 0%, #302b63 100%);
        color: white;
        padding: 80px 0;
    }
    
    .terms-container {
        background: rgba(255, 255, 255, 0.05);
        backdrop-filter: blur(10px);
        border-radius: 15px;
        border: 1px solid rgba(255, 255, 255, 0.1);
        padding: 40px;
    }
    
    .terms-header {
        border-bottom: 1px solid rgba(255,255,255,0.1);
        padding-bottom: 20px;
        margin-bottom: 30px;
    }
    
    .terms-title {
        font-weight: 700;
        position: relative;
        display: inline-block;
    }
    
    .terms-title::after {
        content: '';
        position: absolute;
        width: 50px;
        height: 3px;
        background: var(--secondary);
        bottom: -10px;
        left: 0;
    }
    
    .last-updated {
        color: #b2bec3;
        font-style: italic;
    }
    
    .clause {
        margin-bottom: 30px;
    }
    
    .clause-title {
        color: var(--secondary);
        font-weight: 600;
        margin-bottom: 15px;
    }
    
    .clause-text {
        color: #b2bec3;
        line-height: 1.7;
    }
    
    .clause-list {
        padding-left: 20px;
        color: #b2bec3;
    }
    
    .clause-list li {
        margin-bottom: 10px;
        position: relative;
        padding-left: 25px;
    }
    
    .clause-list li::before {
        content: '';
        position: absolute;
        left: 0;
        top: 10px;
        width: 8px;
        height: 8px;
        background-color: var(--secondary);
        border-radius: 50%;
    }
    
    .highlight {
        color: white;
        font-weight: 600;
    }
    
    .notice-box {
        background: rgba(108, 92, 231, 0.1);
        border-left: 3px solid var(--secondary);
        padding: 15px;
        margin: 20px 0;
        border-radius: 0 5px 5px 0;
    }
    
    @media (max-width: 768px) {
        .terms-container {
            padding: 25px;
        }
    }
    .cookie-section {
        background: linear-gradient(135deg, #0f0c29 0%, #302b63 100%);
        color: white;
        padding: 80px 0;
    }
    
    .cookie-container {
        background: rgba(255, 255, 255, 0.05);
        backdrop-filter: blur(10px);
        border-radius: 15px;
        border: 1px solid rgba(255, 255, 255, 0.1);
        padding: 40px;
    }
    
    .cookie-header {
        border-bottom: 1px solid rgba(255,255,255,0.1);
        padding-bottom: 20px;
        margin-bottom: 30px;
    }
    
    .cookie-title {
        font-weight: 700;
        position: relative;
        display: inline-block;
    }
    
    .cookie-title::after {
        content: '';
        position: absolute;
        width: 50px;
        height: 3px;
        background: var(--secondary);
        bottom: -10px;
        left: 0;
    }
    
    .last-updated {
        color: #b2bec3;
        font-style: italic;
    }
    
    .policy-section {
        margin-bottom: 30px;
    }
    
    .section-title {
        color: var(--secondary);
        font-weight: 600;
        margin-bottom: 15px;
    }
    
    .policy-text {
        color: #b2bec3;
        line-height: 1.7;
    }
    
    .policy-list {
        padding-left: 20px;
        color: #b2bec3;
    }
    
    .policy-list li {
        margin-bottom: 10px;
        position: relative;
        padding-left: 25px;
    }
    
    .policy-list li::before {
        content: '';
        position: absolute;
        left: 0;
        top: 10px;
        width: 8px;
        height: 8px;
        background-color: var(--secondary);
        border-radius: 50%;
    }
    
    .cookie-table {
        width: 100%;
        border-collapse: collapse;
        margin: 20px 0;
        color: #b2bec3;
    }
    
    .cookie-table th {
        background: rgba(108, 92, 231, 0.2);
        color: white;
        text-align: left;
        padding: 12px 15px;
    }
    
    .cookie-table td {
        padding: 12px 15px;
        border-bottom: 1px solid rgba(255,255,255,0.1);
    }
    
    .cookie-type {
        color: var(--secondary);
        font-weight: 500;
    }
    
    .cookie-controls {
        background: rgba(108, 92, 231, 0.1);
        border-radius: 8px;
        padding: 20px;
        margin: 30px 0;
    }
    
    .highlight {
        color: white;
        font-weight: 600;
    }
    
    @media (max-width: 768px) {
        .cookie-container {
            padding: 25px;
        }
        .cookie-table {
            display: block;
            overflow-x: auto;
        }
    }        .refund-section {
        background: linear-gradient(135deg, #0f0c29 0%, #302b63 100%);
        color: white;
        padding: 80px 0;
    }
    
    .refund-container {
        background: rgba(255, 255, 255, 0.05);
        backdrop-filter: blur(10px);
        border-radius: 15px;
        border: 1px solid rgba(255, 255, 255, 0.1);
        padding: 40px;
    }
    
    .refund-header {
        border-bottom: 1px solid rgba(255,255,255,0.1);
        padding-bottom: 20px;
        margin-bottom: 30px;
    }
    
    .refund-title {
        font-weight: 700;
        position: relative;
        display: inline-block;
    }
    
    .refund-title::after {
        content: '';
        position: absolute;
        width: 50px;
        height: 3px;
        background: var(--secondary);
        bottom: -10px;
        left: 0;
    }
    
    .last-updated {
        color: #b2bec3;
        font-style: italic;
    }
    
    .policy-section {
        margin-bottom: 30px;
    }
    
    .section-title {
        color: var(--secondary);
        font-weight: 600;
        margin-bottom: 15px;
    }
    
    .policy-text {
        color: #b2bec3;
        line-height: 1.7;
    }
    
    .policy-list {
        padding-left: 20px;
        color: #b2bec3;
    }
    
    .policy-list li {
        margin-bottom: 10px;
        position: relative;
        padding-left: 25px;
    }
    
    .policy-list li::before {
        content: '';
        position: absolute;
        left: 0;
        top: 10px;
        width: 8px;
        height: 8px;
        background-color: var(--secondary);
        border-radius: 50%;
    }
    
    .notice-box {
        background: rgba(108, 92, 231, 0.1);
        border-left: 3px solid var(--secondary);
        padding: 15px;
        margin: 20px 0;
        border-radius: 0 5px 5px 0;
    }
    
    .highlight {
        color: white;
        font-weight: 600;
    }
    
    @media (max-width: 768px) {
        .refund-container {
            padding: 25px;
        }
        #hero-pics img{
            display: none !important;
        }
    }
