.page-king-33 { font-family: 'Arial', sans-serif; color: #f0f0f0; background-color: #1a1a2e; line-height: 1.6; } .page-king-33__container { max-width: 1200px; margin: 0 auto; padding: 20px; box-sizing: border-box; } .page-king-33__hero-section { position: relative; width: 100%; height: 500px; overflow: hidden; display: flex; align-items: center; justify-content: center; text-align: center; color: #fff; padding-top: 10px; } .page-king-33__hero-bg { position: absolute; top: 0; left: 0; width: 100%; height: 100%; object-fit: cover; z-index: -1; } .page-king-33__hero-content { z-index: 1; padding: 20px; background-color: rgba(0, 0, 0, 0.5); border-radius: 10px; } .page-king-33__hero-title { font-size: 3em; margin-bottom: 15px; color: #ffcc00; } .page-king-33__hero-subtitle { font-size: 1.2em; margin-bottom: 30px; } .page-king-33__cta-button { display: inline-block; background-color: #e63946; color: #fff; padding: 12px 25px; border-radius: 5px; text-decoration: none; font-weight: bold; transition: background-color 0.3s ease; } .page-king-33__cta-button:hover { background-color: #c92f3b; } .page-king-33__section { padding: 40px 0; text-align: center; } .page-king-33__section-title { font-size: 2.5em; color: #ffcc00; margin-bottom: 20px; } .page-king-33__section-description { font-size: 1.1em; max-width: 800px; margin: 0 auto 30px auto; } .page-king-33__grid { display: grid; grid-template-columns: repeat(auto-fit, minmax(280px, 1fr)); gap: 30px; margin-top: 30px; } .page-king-33__grid-item { background-color: #2e2e4a; padding: 25px; border-radius: 10px; text-align: center; transition: transform 0.3s ease; } .page-king-33__grid-item:hover { transform: translateY(-5px); } .page-king-33__grid-item img { max-width: 100%; height: auto; border-radius: 8px; margin-bottom: 15px; min-width: 200px; min-height: 200px; } .page-king-33__grid-item h3 { color: #ffcc00; margin-bottom: 10px; font-size: 1.5em; } .page-king-33__grid-item p { font-size: 0.95em; color: #ccc; } .page-king-33__link-buttons { display: flex; flex-wrap: wrap; justify-content: center; gap: 15px; margin-top: 30px; } .page-king-33__link-button { display: inline-block; background-color: #007bff; color: #fff; padding: 10px 20px; border-radius: 5px; text-decoration: none; font-weight: bold; transition: background-color 0.3s ease; } .page-king-33__link-button:hover { background-color: #0056b3; } .page-king-33__game-showcase { display: flex; flex-wrap: wrap; justify-content: center; gap: 20px; margin-top: 30px; } .page-king-33__game-card { background-color: #2e2e4a; border-radius: 10px; overflow: hidden; width: 300px; text-align: left; transition: transform 0.3s ease; } .page-king-33__game-card:hover { transform: translateY(-5px); } .page-king-33__game-card img { width: 100%; height: 200px; object-fit: cover; min-width: 200px; min-height: 200px; } .page-king-33__game-card-content { padding: 20px; } .page-king-33__game-card h3 { color: #ffcc00; margin-bottom: 10px; font-size: 1.4em; } .page-king-33__game-card p { font-size: 0.9em; color: #ccc; margin-bottom: 15px; } .page-king-33__offer-card { background-color: #2e2e4a; border-radius: 10px; padding: 25px; text-align: left; transition: transform 0.3s ease; } .page-king-33__offer-card:hover { transform: translateY(-5px); } .page-king-33__offer-card h3 { color: #ffcc00; margin-bottom: 10px; font-size: 1.5em; } .page-king-33__offer-card p { font-size: 0.95em; color: #ccc; margin-bottom: 15px; } .page-king-33__offer-card .page-king-33__cta-button { background-color: #e63946; } .page-king-33__security-features { display: flex; flex-wrap: wrap; justify-content: center; gap: 20px; margin-top: 30px; } .page-king-33__feature-item { background-color: #2e2e4a; padding: 20px; border-radius: 10px; width: 280px; text-align: center; } .page-king-33__feature-item img { width: 80px; height: 80px; margin-bottom: 15px; min-width: 200px; min-height: 200px; } .page-king-33__feature-item h3 { color: #ffcc00; margin-bottom: 10px; font-size: 1.4em; } .page-king-33__feature-item p { font-size: 0.9em; color: #ccc; } .page-king-33__faq-item { background-color: #2e2e4a; margin-bottom: 10px; border-radius: 8px; overflow: hidden; } .page-king-33__faq-question { display: flex; justify-content: space-between; align-items: center; padding: 15px 20px; cursor: pointer; background-color: #3a3a5e; color: #fff; font-size: 1.1em; user-select: none; transition: background-color 0.3s ease; } .page-king-33__faq-question:hover { background-color: #4a4a7e; } .page-king-33__faq-question h3 { margin: 0; font-size: 1.1em; color: #ffcc00; pointer-events: none; } .page-king-33__faq-toggle { font-size: 1.5em; font-weight: bold; transition: transform 0.3s ease; pointer-events: none; } .page-king-33__faq-item.active .page-king-33__faq-toggle { transform: rotate(45deg); } .page-king-33__faq-answer { max-height: 0; overflow: hidden; padding: 0 20px; opacity: 0; transition: max-height 0.4s cubic-bezier(0.4, 0, 0.2, 1), padding 0.4s ease, opacity 0.4s ease; background-color: #2e2e4a; color: #ccc; } .page-king-33__faq-item.active .page-king-33__faq-answer { max-height: 2000px !important; padding: 20px !important; opacity: 1; } .page-king-33__blog-card { background-color: #2e2e4a; border-radius: 10px; overflow: hidden; text-align: left; transition: transform 0.3s ease; } .page-king-33__blog-card:hover { transform: translateY(-5px); } .page-king-33__blog-card img { width: 100%; height: 200px; object-fit: cover; min-width: 200px; min-height: 200px; } .page-king-33__blog-card-content { padding: 20px; } .page-king-33__blog-card h3 { color: #ffcc00; margin-bottom: 10px; font-size: 1.4em; } .page-king-33__blog-card h3 a { color: #ffcc00; text-decoration: none; } .page-king-33__blog-card p { font-size: 0.9em; color: #ccc; } .page-king-33__floating-buttons { position: fixed; bottom: 20px; right: 20px; z-index: 1000; display: flex; flex-direction: column; gap: 10px; } .page-king-33__floating-button { background-color: #e63946; color: #fff; padding: 10px 15px; border-radius: 50px; text-decoration: none; font-weight: bold; text-align: center; box-shadow: 0 4px 8px rgba(0, 0, 0, 0.3); transition: background-color 0.3s ease; } .page-king-33__floating-button:hover { background-color: #c92f3b; } .page-king-33__payment-providers { display: flex; flex-wrap: wrap; justify-content: center; align-items: center; gap: 30px; width: 100%; max-width: 100%; box-sizing: border-box; padding: 40px 20px; } .page-king-33__payment-logo { flex: 0 0 auto; width: 80px; height: 80px; max-width: 80px; max-height: 80px; box-sizing: border-box; } .page-king-33__payment-logo img { display: block; width: 80px !important; height: 80px !important; max-width: 80px !important; max-height: 80px !important; object-fit: contain; } @media (max-width: 768px) { .page-king-33__hero-section { height: 400px; } .page-king-33__hero-title { font-size: 2.2em; } .page-king-33__hero-subtitle { font-size: 1em; } .page-king-33__section { padding: 30px 0; } .page-king-33__section-title { font-size: 2em; } .page-king-33__grid { grid-template-columns: 1fr; } .page-king-33__grid-item { margin: 0 auto; max-width: 95%; width: 100% !important; box-sizing: border-box !important; padding: 20px 15px; } .page-king-33__grid-item img { max-width: 100% !important; height: auto !important; min-width: 200px !important; min-height: 200px !important; } .page-king-33__link-buttons { flex-direction: column; } .page-king-33__link-button { width: 90% !important; margin: 0 auto 10px auto !important; box-sizing: border-box !important; } .page-king-33__game-showcase { flex-direction: column; align-items: center; } .page-king-33__game-card { width: 95% !important; max-width: 95% !important; margin: 0 auto; } .page-king-33__game-card img { max-width: 100% !important; height: auto !important; min-width: 200px !important; min-height: 200px !important; } .page-king-33__offer-card { max-width: 95%; margin: 0 auto; width: 100% !important; box-sizing: border-box !important; padding: 20px 15px; } .page-king-33__security-features { flex-direction: column; align-items: center; } .page-king-33__feature-item { width: 95% !important; max-width: 95% !important; margin: 0 auto; } .page-king-33__feature-item img { max-width: 100% !important; height: auto !important; min-width: 200px !important; min-height: 200px !important; } .page-king-33__faq-question { padding: 12px 15px; } .page-king-33__faq-question h3 { font-size: 1em; } .page-king-33__faq-answer { padding: 15px !important; } .page-king-33__faq-item.active .page-king-33__faq-answer { padding: 15px !important; } .page-king-33__blog-card { width: 95% !important; max-width: 95% !important; margin: 0 auto; } .page-king-33__blog-card img { max-width: 100% !important; height: auto !important; min-width: 200px !important; min-height: 200px !important; } .page-king-33__floating-buttons { right: 10px; bottom: 10px; } .page-king-33__floating-button { padding: 8px 12px; font-size: 0.9em; } .page-king-33__payment-providers { flex-direction: row; flex-wrap: wrap; justify-content: center; gap: 16px; padding: 20px 10px; } .page-king-33__payment-logo, .page-king-33__payment-logo img { width: 80px !important; height: 80px !important; max-width: 80px !important; max-height: 80px !important; } } @media (max-width: 375px) { .page-king-33__hero-title { font-size: 1.8em; } .page-king-33__hero-subtitle { font-size: 0.9em; } .page-king-33__cta-button { padding: 10px 20px; font-size: 0.9em; } .page-king-33__grid-item, .page-king-33__game-card, .page-king-33__offer-card, .page-king-33__feature-item, .page-king-33__blog-card { padding: 15px; } .page-king-33__grid-item p, .page-king-33__game-card p, .page-king-33__offer-card p, .page-king-33__feature-item p, .page-king-33__blog-card p { font-size: 0.85em; } }