body {
    background: linear-gradient(135deg, #e0c3fc 0%, #8ec5fc 100%);
    position: relative;
    overflow-x: hidden;
    min-height: 100vh;
   /* font-family: "Arimo", sans-serif !important;*/

}

body::before {
    content: '';
    position: absolute;
    width: 500px;
    height: 500px;
    border-radius: 50%;
    background-color: rgba(255, 255, 255, 0.1);
    top: -100px;
    left: -100px;
    z-index: -1;
}

body::after {
    content: '';
    position: absolute;
    width: 300px;
    height: 300px;
    border-radius: 50%;
    background-color: rgba(255, 255, 255, 0.1);
    bottom: -50px;
    right: -50px;
    z-index: -1;
}

.third-circle {
    position: absolute;
    width: 400px;
    height: 400px;
    border-radius: 50%;
    background-color: rgba(255, 255, 255, 0.1);
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    z-index: -1;
}

.main-section {
    padding: 80px 0;
}

.feature-box {
    text-align: center;
    padding: 30px;
    background-color: rgba(255, 255, 255, 0.2);
    border-radius: 15px;
    margin-bottom: 30px;
    height: 100%;
}

.disclaimer-box {
    background-color: rgba(0, 0, 0, 0.1);
    padding: 30px;
    border-radius: 15px;
    margin: 50px 0;
}

.form-container {
    background-color: rgba(255, 255, 255, 0.3);
    padding: 30px;
    border-radius: 15px;
    margin-bottom: 50px;
}
.site-navbar {
    background-color: rgba(0, 0, 0, 0.2);
    padding: 15px 0;
    backdrop-filter: blur(10px);
}
.site-title {
    font-weight: 700;
    font-size: 24px;
    color: white;
    text-transform: uppercase;
    letter-spacing: 2px;
    margin-right: 30px;
}
.nav-custom-btn {
    border-radius: 20px;
    padding: 8px 20px;
    font-weight: 600;
    margin-left: 10px;
}
.play-demo-btn {
    background-color: #6a11cb;
    color: white;
    border: none;
}
.play-demo-btn:hover {
    background-color: #4a0ba1;
    color: white;
}
.image-wrapper {
    position: relative;
    width: 100%;
    height: 100%;
    display: flex;
}

.background-shape {
    display: none;
    position: absolute;
    top: -81px;
    left: 50%;
    transform: translateX(-50%);
width: 300px;
    height: 300px;
    background: linear-gradient(135deg, #5d1aff, #a34dff);
    border-bottom-left-radius: 100% 80%;
    border-bottom-right-radius: 100% 80%;
    z-index: 1;
}

.image-on-top {
    position: relative;
    z-index: 2;
}
.image-wrapper .img-fluid{
    width: 50% }
.ca{
    color: #fa4804 !important
}
.main-heading{
    font-size: 52pt ;
    font-weight: bold;

}
.feature-number {
    color: #6a11cb; /* Фиолетовый акцент */
    text-shadow: 1px 1px 3px rgba(0, 0, 0, 0.2);
    font-size: 40pt;
    font-weight: bold;
}
.feature-title {
    color: #333;
    font-size: 1.2rem;
}

.play-demo-btn{
    background-color: #fa4804 !important;
    color: white !important;
}
#about-section {
    background: rgba(255, 255, 255, 0.1);
    backdrop-filter: blur(10px);
    border-radius: 20px;
    padding: 40px 0;
}
.section-title {
    font-size: 2.5rem;
    margin-bottom: 25px;
    color: #282626;
    text-shadow: 1px 1px 3px rgba(0,0,0,0.3);
    FONT-WEIGHT: BOLD;
}
.primary {
    color:#fa4804 !important;
}
.about-text {
    font-size: 1.3rem;
    line-height: 1.7;
    margin-bottom: 20px;
    color: #282626;
}
.about-features {
    margin-top: 30px;
}
.feature-item {
    margin-bottom: 12px;
    font-size: 1rem;
    color: #282626;
}
.feature-item i {
    color: #6a11cb;
    margin-right: 10px;
}
#disclaimer-section {

    backdrop-filter: blur(5px);

}

.disclaimer-box {
    background: rgba(255, 255, 255, 0.05);
    border-radius: 15px;
    padding: 30px;
    box-shadow: 0 10px 30px rgba(106, 17, 203, 0.2);
}

.disclaimer-heading {
    color: #fa4804;
    FONT-WEIGHT: BOLD;
    font-size: 2rem;
    margin-bottom: 25px;
    border-bottom: 2px dashed rgba(255, 107, 107, 0.3);
    padding-bottom: 10px;
}

.disclaimer-subheading {
    color: #fa4804;
    FONT-WEIGHT: BOLD;
    font-size: 1.3rem;
    margin: 20px 0 10px;
}

.disclaimer-text {
    color: #050505;
    line-height: 1.7;
    margin-bottom: 15px;
}

.disclaimer-list {
    color: #050505;
    padding-left: 20px;
}

.disclaimer-list li {
    margin-bottom: 8px;
}

.disclaimer-link {
    color: BLACK;
    text-decoration: underline;
}

.disclaimer-note {
    background: rgba(106, 17, 203, 0.2);
    border-left: 4px solid #6a11cb;
    padding: 15px;
    margin-top: 25px;
    border-radius: 0 8px 8px 0;
}

/* Иконки */
.fa-exclamation-triangle, .fa-user-shield, 
.fa-ban, .fa-lock, .fa-gavel, 
.fa-sync-alt, .fa-info-circle {
    color: #000000;
}
.site-footer {
    background: linear-gradient(135deg, #2c0b5e 0%, #1a0638 100%);
    color: white;
    padding: 40px 0 20px;
    position: relative;
    border-top: 3px solid #6a11cb;
}

.footer-content {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    margin-bottom: 30px;
}

.footer-brand {
    flex: 1;
    min-width: 250px;
    margin-bottom: 20px;
}

.footer-logo {
    font-size: 28px;
    font-weight: 700;
    color: #fff;
    letter-spacing: 1px;
    display: block;
    margin-bottom: 10px;
}

.copyright {
    color: rgba(255,255,255,0.6);
    font-size: 14px;
}

.footer-links {
    display: flex;
    flex-wrap: wrap;
    gap: 40px;
}

.links-column {
    min-width: 150px;
}

.links-heading {
    color: #b197fc;
    font-size: 18px;
    margin-bottom: 15px;
    position: relative;
    padding-bottom: 5px;
}

.links-heading::after {
    content: '';
    position: absolute;
    bottom: 0;
    left: 0;
    width: 40px;
    height: 2px;
    background: #6a11cb;
}

.footer-menu {
    list-style: none;
    padding: 0;
}

.footer-menu li {
    margin-bottom: 10px;
}

.footer-menu a {
    color: rgba(255,255,255,0.8);
    text-decoration: none;
    transition: all 0.3s;
}

.footer-menu a:hover {
    color: #fff;
    padding-left: 5px;
}

.age-restriction {
    text-align: center;
    padding-top: 20px;
    border-top: 1px solid rgba(255,255,255,0.1);
    color: rgba(255,255,255,0.7);
    font-size: 14px;
}

/* Адаптивность */
@media (max-width: 768px) {
    .footer-content {
        flex-direction: column;
    }
    
    .footer-links {
        gap: 30px;
        margin-top: 20px;
    }
}
.games-section {
    background: rgba(20, 0, 40, 0.7);
    backdrop-filter: blur(5px);
    position: relative;
    overflow: hidden;
}

.games-section::before {
    content: '';
    position: absolute;
    width: 300px;
    height: 300px;
    background: radial-gradient(circle, rgba(106,17,203,0.3) 0%, rgba(106,17,203,0) 70%);
    top: -50px;
    right: -50px;
    z-index: 0;
}

.section-title {
    font-size: 2.5rem;
    font-weight: 700;
    color: white;
    position: relative;
    display: inline-block;
}

.text-purple {
    color: #b197fc;
}

.game-card {
    background: rgba(255, 255, 255, 0.05);
    border-radius: 15px;
    overflow: hidden;
    transition: all 0.3s ease;
    height: 100%;
    position: relative;
    z-index: 1;
    border: 1px solid rgba(255, 255, 255, 0.1);
}

.game-card:hover {
    transform: translateY(-10px);
    box-shadow: 0 15px 30px rgba(106, 17, 203, 0.3);
    border-color: rgba(106, 17, 203, 0.5);
}

.game-thumbnail {
    position: relative;
    overflow: hidden;
    height: 180px;
}

.game-thumbnail img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    transition: transform 0.5s;
}

.game-card:hover .game-thumbnail img {
    transform: scale(1.05);
}

.game-badge {
    position: absolute;
    top: 10px;
    right: 10px;
    background: #6a11cb;
    color: white;
    padding: 3px 10px;
    border-radius: 20px;
    font-size: 12px;
    font-weight: 600;
    text-transform: uppercase;
}

.game-content {
    padding: 20px;
}

.game-title {
    color: white;
    font-size: 1.3rem;
    margin-bottom: 10px;
}

.game-description {
    color: rgba(255, 255, 255, 0.7);
    font-size: 0.9rem;
    margin-bottom: 15px;
    min-height: 40px;
}

.game-meta {
    display: flex;
    justify-content: space-between;
    margin-bottom: 15px;
    font-size: 0.85rem;
    color: rgba(255, 255, 255, 0.8);
}

.game-rating, .game-players {
    display: flex;
    align-items: center;
    gap: 5px;
}

.btn-play {
    width: 100%;
    background: linear-gradient(135deg, #6a11cb 0%, #2575fc 100%);
    border: none;
    border-radius: 8px;
    color: white;
    font-weight: 600;
    padding: 8px;
    transition: all 0.3s;
    color: white !important;
}

.btn-play:hover {
    transform: translateY(-2px);
    box-shadow: 0 5px 15px rgba(106, 17, 203, 0.4);
}
iframe{
    width: 60%;
    height: 400px;
    margin: 0 auto;
    display: block;
    margin-bottom: 50px;

}

.contact-header {
    background: rgba(26, 6, 56, 0.8);
    padding: 80px 0 50px;
    position: relative;
    overflow: hidden;
}

.contact-header::before {
    content: '';
    position: absolute;
    width: 300px;
    height: 300px;
    background: radial-gradient(circle, rgba(106,17,203,0.3) 0%, rgba(106,17,203,0) 70%);
    top: -50px;
    right: -50px;
}

.page-title {
    font-size: 3rem;
    font-weight: 700;
    color: white;
    text-shadow: 2px 2px 4px rgba(0,0,0,0.3);
}

.contact-section {
    padding: 80px 0;
}

.contact-card {
    background: rgba(255, 255, 255, 0.9);
    border-radius: 15px;
    padding: 30px;
    box-shadow: 0 10px 30px rgba(0,0,0,0.1);
    height: 100%;
    transition: transform 0.3s;
    border: none;
}

.contact-card:hover {
    transform: translateY(-5px);
}

.contact-icon {
    font-size: 2.5rem;
    color: var(--primary-color);
    margin-bottom: 20px;
}

.contact-title {
    font-size: 1.5rem;
    font-weight: 600;
    color: var(--dark-bg);
    margin-bottom: 15px;
}

.contact-text {
    color: #555;
    margin-bottom: 20px;
}

.contact-link {
    color: var(--secondary-color);
    text-decoration: none;
    font-weight: 500;
}

.contact-link:hover {
    text-decoration: underline;
}

.contact-form {
    background: white;
    border-radius: 15px;
    padding: 40px;
    box-shadow: 0 10px 30px rgba(0,0,0,0.1);
}

.form-title {
    font-size: 2rem;
    font-weight: 700;
    color: var(--dark-bg);
    margin-bottom: 30px;
    position: relative;
}

.form-title::after {
    content: '';
    position: absolute;
    bottom: -10px;
    left: 0;
    width: 60px;
    height: 4px;
    background: linear-gradient(to right, var(--primary-color), var(--secondary-color));
    border-radius: 2px;
}

.form-control {
    border-radius: 8px;
    padding: 12px 15px;
    border: 1px solid #ddd;
    margin-bottom: 20px;
}

.form-control:focus {
    border-color: var(--primary-color);
    box-shadow: 0 0 0 0.25rem rgba(106,17,203,0.25);
}

.submit-btn {
    background: linear-gradient(to right, var(--primary-color), var(--secondary-color));
    border: none;
    border-radius: 8px;
    padding: 12px 30px;
    color: white;
    font-weight: 600;
    text-transform: uppercase;
    letter-spacing: 1px;
    transition: all 0.3s;
}

.submit-btn:hover {
    transform: translateY(-2px);
    box-shadow: 0 5px 15px rgba(106,17,203,0.4);
}

#map-container {
    height: 400px;
    border-radius: 15px;
    overflow: hidden;
    box-shadow: 0 10px 30px rgba(0,0,0,0.1);
    margin-top: 30px;
}

.social-links {
    display: flex;
    gap: 15px;
    margin-top: 20px;
}

.social-link {
    width: 40px;
    height: 40px;
    border-radius: 50%;
    background: linear-gradient(to right, var(--primary-color), var(--secondary-color));
    color: white;
    display: flex;
    align-items: center;
    justify-content: center;
    transition: all 0.3s;
}

.social-link:hover {
    transform: translateY(-3px);
    box-shadow: 0 5px 15px rgba(106,17,203,0.4);
}
.privacy-header {
    background: linear-gradient(135deg, var(--primary-purple), var(--secondary-blue));
    color: white;
    padding: 80px 0 50px;
    margin-bottom: 40px;
}

.privacy-container {
    background: white;
    border-radius: 10px;
    box-shadow: 0 5px 15px rgba(0,0,0,0.05);
    padding: 40px;
    margin-bottom: 50px;
}

h1 {
    font-size: 30pt;
    font-weight: 700;
    color: var(--dark-bg);
    margin-bottom: 30px;
}



h3 {
    color: var(--secondary-blue);
    font-weight: 600;
    margin: 25px 0 10px;
}

.last-updated {
    background: rgba(106,17,203,0.1);
    padding: 15px;
    border-radius: 8px;
    margin-bottom: 30px;
}

.policy-list {
    padding-left: 20px;
}

.policy-list li {
    margin-bottom: 10px;
}

.highlight {
    background-color: rgba(106,17,203,0.05);
    padding: 2px 5px;
    border-radius: 3px;
    font-weight: 500;
}

@media (max-width: 768px) {
    .privacy-container {
        padding: 25px;
    }
    
    h1 {
        font-size: 28px;
    }
}
.cookie-popup {
    position: fixed;
    bottom: 20px;
    right: 20px;
    max-width: 300px;
    background: #2c2c2c;
    color: #fff;
    padding: 15px 20px;
    border-radius: 8px;
    box-shadow: 0 0 10px rgba(0,0,0,0.3);
    font-size: 14px;
    z-index: 1000;
  }
  
  .cookie-popup p {
    margin: 0 0 10px;
  }
  
  .cookie-popup a {
    color: #ffd700;
    text-decoration: underline;
  }
  
  .cookie-popup button {
    background: #ffd700;
    border: none;
    padding: 8px 12px;
    color: #000;
    font-weight: bold;
    border-radius: 4px;
    cursor: pointer;
  }
        
  .terms-header {
    background: linear-gradient(135deg, var(--primary-purple), var(--secondary-blue));
    color: white;
    padding: 80px 0 50px;
    margin-bottom: 40px;
}

.terms-container {
    background: white;
    border-radius: 10px;
    box-shadow: 0 5px 15px rgba(0,0,0,0.05);
    padding: 40px;
    margin-bottom: 50px;
}

h1 {
    font-weight: 700;
    color: var(--dark-bg);
    margin-bottom: 30px;
}

h2 {
    color: var(--primary-purple);
    font-weight: 600;
    margin: 30px 0 15px;
    padding-bottom: 10px;
    border-bottom: 2px solid #eee;
}

h3 {
    color: var(--secondary-blue);
    font-weight: 600;
    margin: 25px 0 10px;
}

.last-updated {
    background: rgba(106,17,203,0.1);
    padding: 15px;
    border-radius: 8px;
    margin-bottom: 30px;
}

.terms-list {
    padding-left: 20px;
}

.terms-list li {
    margin-bottom: 10px;
}

.highlight {
    background-color: rgba(106,17,203,0.05);
    padding: 2px 5px;
    border-radius: 3px;
    font-weight: 500;
}

@media (max-width: 768px) {
    .terms-container {
        padding: 25px;
    }
    
    h1 {
        font-size: 28px;
    }
    .image-wrapper img{
        width: 20% !important
    }
    .main-heading {
    font-size: 32pt !important;
    font-weight: bold;
}
.sub-heading{
    font-size: 20pt;
}
body{overflow-x: hidden;}
.main-section {
    padding: 80px 0;
}
}  

 .cookie-header {
            background: linear-gradient(135deg, var(--primary-purple), var(--secondary-blue));
            color: white;
            padding: 80px 0 50px;
            margin-bottom: 40px;
        }
        
        .cookie-container {
            background: white;
            border-radius: 10px;
            box-shadow: 0 5px 15px rgba(0,0,0,0.05);
            padding: 40px;
            margin-bottom: 50px;
        }
        
        h1 {
            font-weight: 700;
            color: var(--dark-bg);
            margin-bottom: 30px;
        }
        
        h2 {
            color: var(--primary-purple);
            font-weight: 600;
            margin: 30px 0 15px;
            padding-bottom: 10px;
            border-bottom: 2px solid #eee;
        }
        
        h3 {
            color: var(--secondary-blue);
            font-weight: 500;
            margin: 20px 0 10px;
        }
        
        .cookie-intro {
            background: rgba(106,17,203,0.1);
            padding: 15px;
            border-radius: 8px;
            margin-bottom: 30px;
        }
        
        .cookie-table {
            width: 100%;
            border-collapse: collapse;
            margin: 20px 0;
        }
        
        .cookie-table th, 
        .cookie-table td {
            border: 1px solid #ddd;
            padding: 12px;
            text-align: left;
        }
        
        .cookie-table th {
            background-color: #f5f5f5;
        }
        
        .cookie-table tr:nth-child(even) {
            background-color: #f9f9f9;
        }
        
        a{
            color: white !important
        }
        .highlight {
            background-color: rgba(106,17,203,0.05);
            padding: 2px 5px;
            border-radius: 3px;
            font-weight: 500;
        }
        
        @media (max-width: 768px) {
            .cookie-container {
                padding: 25px;
            }
            
            h1 {
                font-size: 28px;
            }
            
            .cookie-table {
                display: block;
                overflow-x: auto;
            }
        }


             .refund-header {
            background: linear-gradient(135deg, var(--primary-purple), var(--secondary-blue));
            color: white;
            padding: 80px 0 50px;
            margin-bottom: 40px;
        }
        
        .refund-container {
            background: white;
            border-radius: 10px;
            box-shadow: 0 5px 15px rgba(0,0,0,0.05);
            padding: 40px;
            margin-bottom: 50px;
        }
        
        h1 {
            font-weight: 700;
            color: var(--dark-bg);
            margin-bottom: 30px;
        }
        
        h2 {
            color: var(--primary-purple);
            font-weight: 600;
            margin: 30px 0 15px;
            padding-bottom: 10px;
            border-bottom: 2px solid #eee;
        }
        
        h3 {
            color: var(--secondary-blue);
            font-weight: 600;
            margin: 25px 0 10px;
        }
        
        .policy-highlight {
            background: rgba(106,17,203,0.1);
            padding: 15px;
            border-radius: 8px;
            margin-bottom: 30px;
            border-left: 4px solid var(--primary-purple);
        }
        
        .refund-list {
            padding-left: 20px;
        }
        
        .refund-list li {
            margin-bottom: 10px;
        }
        
        .notice-box {
            background-color: #fff8e1;
            border-left: 4px solid #ffc107;
            padding: 15px;
            margin: 20px 0;
        }
        
        @media (max-width: 768px) {
            .refund-container {
                padding: 25px;
            }
            
            h1 {
                font-size: 28px;
            }
        }