.page-epicwin-game { font-family: 'Arial', sans-serif; color: #f0f0f0; background-color: #1a1a2e; line-height: 1.6; } .page-epicwin-game__container { max-width: 1200px; margin: 0 auto; padding: 20px; } @media (max-width: 768px) { .page-epicwin-game__container { padding: 15px; } } .page-epicwin-game__hero-section { background: linear-gradient(135deg, #2a004a, #000000); padding: 80px 20px 40px; text-align: center; position: relative; overflow: hidden; border-bottom: 5px solid #ffcc00; padding-top: 10px; } @media (max-width: 768px) { .page-epicwin-game__hero-section { padding: 60px 15px 30px; } } .page-epicwin-game__hero-background { position: absolute; top: 0; left: 0; width: 100%; height: 100%; object-fit: cover; opacity: 0.3; z-index: 0; } .page-epicwin-game__hero-content { position: relative; z-index: 1; max-width: 800px; margin: 0 auto; } .page-epicwin-game__hero-title { font-size: 3.5em; color: #ffcc00; margin-bottom: 20px; text-shadow: 0 0 10px rgba(255, 204, 0, 0.7); line-height: 1.2; } @media (max-width: 768px) { .page-epicwin-game__hero-title { font-size: 2.5em; } } .page-epicwin-game__hero-description { font-size: 1.3em; color: #e0e0e0; margin-bottom: 30px; max-width: 700px; margin-left: auto; margin-right: auto; } @media (max-width: 768px) { .page-epicwin-game__hero-description { font-size: 1em; } } .page-epicwin-game__button { display: inline-block; background-color: #ffcc00; color: #1a1a2e; padding: 15px 30px; border-radius: 50px; text-decoration: none; font-weight: bold; font-size: 1.1em; transition: background-color 0.3s ease, transform 0.3s ease; border: none; cursor: pointer; } .page-epicwin-game__button:hover { background-color: #e6b800; transform: translateY(-3px); } .page-epicwin-game__button--secondary { background-color: #4a007a; color: #ffcc00; border: 2px solid #ffcc00; margin-left: 20px; } .page-epicwin-game__button--secondary:hover { background-color: #3a005a; } @media (max-width: 768px) { .page-epicwin-game__button { width: 100%; margin-bottom: 10px; margin-left: 0; } .page-epicwin-game__button--secondary { margin-left: 0; } } .page-epicwin-game__features-section { padding: 60px 20px; text-align: center; background-color: #1a1a2e; } .page-epicwin-game__section-title { font-size: 2.8em; color: #ffcc00; margin-bottom: 40px; text-shadow: 0 0 8px rgba(255, 204, 0, 0.5); } @media (max-width: 768px) { .page-epicwin-game__section-title { font-size: 2em; } } .page-epicwin-game__feature-grid { display: grid; grid-template-columns: repeat(auto-fit, minmax(300px, 1fr)); gap: 30px; margin-top: 40px; } @media (max-width: 768px) { .page-epicwin-game__feature-grid { grid-template-columns: 1fr; } } .page-epicwin-game__feature-item { background-color: #2a004a; padding: 30px; border-radius: 15px; box-shadow: 0 5px 15px rgba(0, 0, 0, 0.3); transition: transform 0.3s ease, box-shadow 0.3s ease; } .page-epicwin-game__feature-item:hover { transform: translateY(-5px); box-shadow: 0 8px 20px rgba(0, 0, 0, 0.5); } .page-epicwin-game__feature-icon { width: 100px; height: 100px; margin-bottom: 20px; max-width: 100%; height: auto; object-fit: contain; } .page-epicwin-game__feature-title { font-size: 1.8em; color: #ffcc00; margin-bottom: 15px; } .page-epicwin-game__feature-description { font-size: 1.1em; color: #c0c0c0; } .page-epicwin-game__game-showcase { padding: 60px 20px; background-color: #0d0d1e; } .page-epicwin-game__game-grid { display: grid; grid-template-columns: repeat(auto-fit, minmax(280px, 1fr)); gap: 25px; margin-top: 40px; } @media (max-width: 768px) { .page-epicwin-game__game-grid { grid-template-columns: 1fr; } } .page-epicwin-game__game-card { background-color: #2a004a; border-radius: 15px; overflow: hidden; box-shadow: 0 5px 15px rgba(0, 0, 0, 0.3); transition: transform 0.3s ease; } .page-epicwin-game__game-card:hover { transform: translateY(-5px); } .page-epicwin-game__game-image { width: 100%; height: 200px; object-fit: cover; display: block; max-width: 100%; } .page-epicwin-game__game-content { padding: 20px; text-align: center; } .page-epicwin-game__game-title { font-size: 1.5em; color: #ffcc00; margin-bottom: 10px; } .page-epicwin-game__game-text { font-size: 0.95em; color: #c0c0c0; margin-bottom: 15px; } .page-epicwin-game__cta-section { background: linear-gradient(90deg, #4a007a, #2a004a); padding: 60px 20px; text-align: center; margin-top: 50px; border-top: 5px solid #ffcc00; } .page-epicwin-game__cta-title { font-size: 2.5em; color: #ffcc00; margin-bottom: 20px; text-shadow: 0 0 10px rgba(255, 204, 0, 0.7); } @media (max-width: 768px) { .page-epicwin-game__cta-title { font-size: 1.8em; } } .page-epicwin-game__cta-description { font-size: 1.2em; color: #e0e0e0; margin-bottom: 40px; max-width: 700px; margin-left: auto; margin-right: auto; } @media (max-width: 768px) { .page-epicwin-game__cta-description { font-size: 1em; } } .page-epicwin-game__faq-section { padding: 60px 20px; background-color: #1a1a2e; } .page-epicwin-game__faq-container { max-width: 900px; margin: 0 auto; } .page-epicwin-game__faq-item { background-color: #2a004a; margin-bottom: 15px; border-radius: 10px; overflow: hidden; box-shadow: 0 4px 12px rgba(0, 0, 0, 0.2); } .page-epicwin-game__faq-question { display: flex; justify-content: space-between; align-items: center; padding: 20px 25px; cursor: pointer; background-color: #3a005a; color: #ffcc00; font-size: 1.2em; font-weight: bold; transition: background-color 0.3s ease; user-select: none; } .page-epicwin-game__faq-question:hover { background-color: #4a007a; } .page-epicwin-game__faq-question h3 { margin: 0; flex-grow: 1; pointer-events: none; } .page-epicwin-game__faq-toggle { font-size: 1.5em; line-height: 1; margin-left: 15px; transition: transform 0.3s ease; pointer-events: none; } .page-epicwin-game__faq-item.active .page-epicwin-game__faq-toggle { transform: rotate(45deg); } .page-epicwin-game__faq-answer { max-height: 0; overflow: hidden; padding: 0 25px; color: #e0e0e0; font-size: 1.05em; transition: max-height 0.4s cubic-bezier(0.4, 0, 0.2, 1), padding 0.4s ease, opacity 0.4s ease; opacity: 0; } .page-epicwin-game__faq-item.active .page-epicwin-game__faq-answer { max-height: 2000px !important; padding: 20px 25px !important; opacity: 1; } @media (max-width: 768px) { .page-epicwin-game__faq-question { padding: 15px 20px; font-size: 1.1em; } .page-epicwin-game__faq-answer { padding: 0 20px; font-size: 1em; } .page-epicwin-game__faq-item.active .page-epicwin-game__faq-answer { padding: 15px 20px !important; } } .page-epicwin-game__game-buttons { display: flex; justify-content: center; gap: 15px; margin-top: 20px; } @media (max-width: 768px) { .page-epicwin-game__game-buttons { flex-direction: column; } .page-epicwin-game__game-buttons .page-epicwin-game__button { width: 100%; margin-left: 0; } } .page-epicwin-game__mobile-app-section { padding: 60px 20px; text-align: center; background-color: #0d0d1e; } .page-epicwin-game__app-content { display: flex; align-items: center; justify-content: center; flex-wrap: wrap; gap: 40px; margin-top: 40px; } .page-epicwin-game__app-text { max-width: 500px; text-align: left; } .page-epicwin-game__app-text h2 { font-size: 2.2em; color: #ffcc00; margin-bottom: 20px; } .page-epicwin-game__app-text p { font-size: 1.1em; color: #e0e0e0; margin-bottom: 30px; } .page-epicwin-game__app-image { width: 250px; height: auto; border-radius: 20px; box-shadow: 0 8px 20px rgba(0, 0, 0, 0.5); max-width: 100%; object-fit: contain; } @media (max-width: 768px) { .page-epicwin-game__app-content { flex-direction: column; } .page-epicwin-game__app-text { text-align: center; } .page-epicwin-game__app-text h2 { font-size: 1.8em; } .page-epicwin-game__app-text p { font-size: 1em; } .page-epicwin-game__app-image { width: 200px; } } .page-epicwin-game__apk-download-button { background-color: #00bfff; color: #1a1a2e; margin-top: 20px; } .page-epicwin-game__apk-download-button:hover { background-color: #009acd; } /* Ensure all images are responsive */ img { max-width: 100%; height: auto; } @media (max-width: 768px) { .page-epicwin-game__feature-grid > *, .page-epicwin-game__game-grid > * { box-sizing: border-box !important; width: 100% !important; max-width: 100% !important; margin-left: 0 !important; margin-right: 0 !important; } .page-epicwin-game__feature-grid, .page-epicwin-game__game-grid { width: 100% !important; max-width: 100% !important; padding: 0 !important; margin-left: 0 !important; margin-right: 0 !important; } .page-epicwin-game__feature-description, .page-epicwin-game__game-text { word-wrap: break-word !important; overflow-wrap: break-word !important; word-break: break-word !important; } }