.page-xxwin-com { font-family: 'Arial', sans-serif; color: #f0f0f0; background-color: #1a1a2e; line-height: 1.6; } .page-xxwin-com__container { max-width: 1200px; margin: 0 auto; padding: 20px; } .page-xxwin-com__section-title { text-align: center; color: #e94560; margin-bottom: 40px; font-size: 2.5em; font-weight: bold; text-transform: uppercase; letter-spacing: 1px; } .page-xxwin-com__section-title span { color: #0f3460; } .page-xxwin-com__hero-section { background: linear-gradient(rgba(0, 0, 0, 0.7), rgba(0, 0, 0, 0.7)); background-size: cover; background-position: center; text-align: center; padding: 10px 20px 80px; position: relative; overflow: hidden; color: #fff; display: flex; flex-direction: column; justify-content: center; align-items: center; min-height: 60vh; } .page-xxwin-com__hero-section::before { content: ''; position: absolute; top: 0; left: 0; width: 100%; height: 100%; background-image: url('[GALLERY:hero:1920x1080:casino,sports,vietnam,xxwin]'); background-size: cover; background-position: center; z-index: -1; filter: brightness(0.6); } .page-xxwin-com__hero-title { font-size: 3.5em; margin-bottom: 20px; text-shadow: 2px 2px 4px rgba(0, 0, 0, 0.5); font-weight: 900; } .page-xxwin-com__hero-subtitle { font-size: 1.5em; margin-bottom: 40px; max-width: 800px; line-height: 1.5; } .page-xxwin-com__hero-buttons { display: flex; gap: 20px; justify-content: center; } .page-xxwin-com__btn { display: inline-block; padding: 15px 30px; border-radius: 50px; text-decoration: none; font-weight: bold; font-size: 1.1em; transition: all 0.3s ease; cursor: pointer; text-transform: uppercase; letter-spacing: 0.5px; } .page-xxwin-com__btn--primary { background-color: #e94560; color: #fff; border: 2px solid #e94560; } .page-xxwin-com__btn--primary:hover { background-color: #0f3460; border-color: #0f3460; transform: translateY(-3px); box-shadow: 0 5px 15px rgba(233, 69, 96, 0.4); } .page-xxwin-com__btn--secondary { background-color: transparent; color: #e94560; border: 2px solid #e94560; } .page-xxwin-com__btn--secondary:hover { background-color: #e94560; color: #fff; transform: translateY(-3px); box-shadow: 0 5px 15px rgba(233, 69, 96, 0.4); } .page-xxwin-com__payment-providers { display: flex; flex-wrap: wrap; justify-content: center; align-items: center; gap: 30px; width: 100%; max-width: 100%; box-sizing: border-box; background-color: #0f3460; padding: 40px 20px; border-bottom: 5px solid #e94560; } .page-xxwin-com__payment-providers-title { width: 100%; text-align: center; color: #fff; margin-bottom: 30px; font-size: 2em; font-weight: bold; } .page-xxwin-com__payment-logo { flex: 0 0 auto; width: 80px; height: 80px; max-width: 80px; max-height: 80px; box-sizing: border-box; background-color: #2c3e50; border-radius: 10px; display: flex; justify-content: center; align-items: center; padding: 10px; box-shadow: 0 4px 8px rgba(0, 0, 0, 0.3); transition: transform 0.3s ease; } .page-xxwin-com__payment-logo:hover { transform: translateY(-5px); } .page-xxwin-com__payment-logo img { display: block; width: 80px !important; height: 80px !important; max-width: 80px !important; max-height: 80px !important; object-fit: contain; } .page-xxwin-com__introduction-section, .page-xxwin-com__quick-access-section, .page-xxwin-com__games-section, .page-xxwin-com__promotions-section, .page-xxwin-com__security-support-section, .page-xxwin-com__faq-section, .page-xxwin-com__blog-section { padding: 80px 20px; background-color: #1a1a2e; } .page-xxwin-com__introduction-section { background-color: #222a3d; } .page-xxwin-com__introduction-content { max-width: 900px; margin: 0 auto; text-align: center; font-size: 1.1em; color: #c0c0c0; } .page-xxwin-com__introduction-content p { margin-bottom: 20px; } .page-xxwin-com__quick-access-links { display: grid; grid-template-columns: repeat(auto-fit, minmax(250px, 1fr)); gap: 25px; max-width: 1000px; margin: 0 auto; } .page-xxwin-com__quick-access-item { background-color: #0f3460; border-radius: 15px; padding: 30px; text-align: center; transition: transform 0.3s ease, box-shadow 0.3s ease; box-shadow: 0 8px 16px rgba(0, 0, 0, 0.3); } .page-xxwin-com__quick-access-item:hover { transform: translateY(-7px); box-shadow: 0 12px 24px rgba(0, 0, 0, 0.4); } .page-xxwin-com__quick-access-item a { color: #fff; font-size: 1.3em; font-weight: bold; text-decoration: none; display: block; } .page-xxwin-com__games-grid { display: grid; grid-template-columns: repeat(auto-fit, minmax(300px, 1fr)); gap: 30px; max-width: 1200px; margin: 0 auto; } .page-xxwin-com__game-card { background-color: #0f3460; border-radius: 15px; overflow: hidden; box-shadow: 0 8px 16px rgba(0, 0, 0, 0.3); transition: transform 0.3s ease, box-shadow 0.3s ease; } .page-xxwin-com__game-card:hover { transform: translateY(-7px); box-shadow: 0 12px 24px rgba(0, 0, 0, 0.4); } .page-xxwin-com__game-card-image { width: 100%; height: 250px; overflow: hidden; } .page-xxwin-com__game-card-image img { width: 100%; height: 100%; object-fit: cover; display: block; } .page-xxwin-com__game-card-content { padding: 25px; text-align: center; } .page-xxwin-com__game-card-title { font-size: 1.8em; color: #e94560; margin-bottom: 10px; } .page-xxwin-com__game-card-description { font-size: 1em; color: #c0c0c0; margin-bottom: 20px; } .page-xxwin-com__promotions-grid { display: grid; grid-template-columns: repeat(auto-fit, minmax(320px, 1fr)); gap: 30px; max-width: 1200px; margin: 0 auto; } .page-xxwin-com__promotion-card { background-color: #222a3d; border-radius: 15px; overflow: hidden; box-shadow: 0 8px 16px rgba(0, 0, 0, 0.3); transition: transform 0.3s ease, box-shadow 0.3s ease; } .page-xxwin-com__promotion-card:hover { transform: translateY(-7px); box-shadow: 0 12px 24px rgba(0, 0, 0, 0.4); } .page-xxwin-com__promotion-card-image { width: 100%; height: 220px; overflow: hidden; } .page-xxwin-com__promotion-card-image img { width: 100%; height: 100%; object-fit: cover; display: block; } .page-xxwin-com__promotion-card-content { padding: 25px; text-align: center; } .page-xxwin-com__promotion-card-title { font-size: 1.8em; color: #e94560; margin-bottom: 10px; } .page-xxwin-com__promotion-card-description { font-size: 1em; color: #c0c0c0; margin-bottom: 20px; } .page-xxwin-com__security-support-content { max-width: 900px; margin: 0 auto; text-align: center; font-size: 1.1em; color: #c0c0c0; } .page-xxwin-com__security-support-content p { margin-bottom: 20px; } .page-xxwin-com__faq-list { max-width: 900px; margin: 0 auto; } .page-xxwin-com__faq-item { background-color: #0f3460; margin-bottom: 15px; border-radius: 10px; overflow: hidden; box-shadow: 0 4px 8px rgba(0, 0, 0, 0.3); } .page-xxwin-com__faq-question { display: flex; justify-content: space-between; align-items: center; padding: 20px 25px; cursor: pointer; user-select: none; background-color: #222a3d; border-bottom: 1px solid #0f3460; transition: background-color 0.3s ease; } .page-xxwin-com__faq-question:hover { background-color: #2c3e50; } .page-xxwin-com__faq-question h3 { margin: 0; font-size: 1.3em; color: #fff; pointer-events: none; } .page-xxwin-com__faq-toggle { font-size: 1.8em; font-weight: bold; color: #e94560; pointer-events: none; transition: transform 0.3s ease; } .page-xxwin-com__faq-item.active .page-xxwin-com__faq-toggle { transform: rotate(45deg); } .page-xxwin-com__faq-answer { max-height: 0; overflow: hidden; padding: 0 25px; opacity: 0; transition: max-height 0.4s cubic-bezier(0.4, 0, 0.2, 1), padding 0.4s ease, opacity 0.4s ease; color: #c0c0c0; background-color: #0f3460; } .page-xxwin-com__faq-item.active .page-xxwin-com__faq-answer { max-height: 2000px !important; padding: 20px 25px !important; opacity: 1; } .page-xxwin-com__blog-grid { display: grid; grid-template-columns: repeat(auto-fit, minmax(300px, 1fr)); gap: 30px; max-width: 1200px; margin: 0 auto; } .page-xxwin-com__blog-card { background-color: #0f3460; border-radius: 15px; overflow: hidden; box-shadow: 0 8px 16px rgba(0, 0, 0, 0.3); transition: transform 0.3s ease, box-shadow 0.3s ease; } .page-xxwin-com__blog-card:hover { transform: translateY(-7px); box-shadow: 0 12px 24px rgba(0, 0, 0, 0.4); } .page-xxwin-com__blog-card-image { width: 100%; height: 200px; overflow: hidden; } .page-xxwin-com__blog-card-image img { width: 100%; height: 100%; object-fit: cover; display: block; } .page-xxwin-com__blog-card-content { padding: 25px; } .page-xxwin-com__blog-card-date { font-size: 0.9em; color: #e94560; margin-bottom: 10px; } .page-xxwin-com__blog-card-title { font-size: 1.5em; color: #fff; margin-bottom: 15px; line-height: 1.3; } .page-xxwin-com__blog-card-title a { text-decoration: none; color: inherit; transition: color 0.3s ease; } .page-xxwin-com__blog-card-title a:hover { color: #e94560; } .page-xxwin-com__blog-card-excerpt { font-size: 1em; color: #c0c0c0; margin-bottom: 20px; } .page-xxwin-com__blog-card .page-xxwin-com__btn { width: 100%; } @media (max-width: 768px) { .page-xxwin-com__section-title { font-size: 2em; } .page-xxwin-com__hero-title { font-size: 2.5em; } .page-xxwin-com__hero-subtitle { font-size: 1.2em; } .page-xxwin-com__hero-buttons { flex-direction: column; gap: 15px; } .page-xxwin-com__btn { width: 100%; padding: 12px 20px; font-size: 1em; } .page-xxwin-com__payment-providers { flex-direction: row; flex-wrap: wrap; justify-content: center; gap: 16px; padding: 30px 10px; } .page-xxwin-com__payment-logo, .page-xxwin-com__payment-logo img { width: 80px !important; height: 80px !important; max-width: 80px !important; max-height: 80px !important; } .page-xxwin-com__introduction-section, .page-xxwin-com__quick-access-section, .page-xxwin-com__games-section, .page-xxwin-com__promotions-section, .page-xxwin-com__security-support-section, .page-xxwin-com__faq-section, .page-xxwin-com__blog-section { padding: 60px 15px; } .page-xxwin-com__quick-access-links { grid-template-columns: 1fr; gap: 15px; } .page-xxwin-com__quick-access-item { padding: 20px; } .page-xxwin-com__quick-access-item a { font-size: 1.1em; } .page-xxwin-com__games-grid, .page-xxwin-com__promotions-grid, .page-xxwin-com__blog-grid { grid-template-columns: 1fr; gap: 20px; } .page-xxwin-com__game-card-image, .page-xxwin-com__promotion-card-image, .page-xxwin-com__blog-card-image { height: 200px; } .page-xxwin-com__game-card-title, .page-xxwin-com__promotion-card-title { font-size: 1.5em; } .page-xxwin-com__faq-question { padding: 15px 20px; } .page-xxwin-com__faq-question h3 { font-size: 1.1em; } .page-xxwin-com__faq-answer { padding: 0 20px; } .page-xxwin-com__faq-item.active .page-xxwin-com__faq-answer { padding: 15px 20px !important; } .page-xxwin-com__blog-card-title { font-size: 1.3em; } }