.page-sz777-fun { font-family: 'Arial', sans-serif; background-color: #1a1a2e; color: #e0e0e0; line-height: 1.6; } .page-sz777-fun__container { max-width: 1200px; margin: 0 auto; padding: 20px; } .page-sz777-fun__section { padding: 60px 20px; text-align: center; } .page-sz777-fun__section:nth-of-type(even) { background-color: #242a40; } .page-sz777-fun__h1, .page-sz777-fun__h2, .page-sz777-fun__h3 { color: #f0b90b; margin-bottom: 20px; } .page-sz777-fun__h1 { font-size: 3em; margin-top: 0; } .page-sz777-fun__h2 { font-size: 2.5em; } .page-sz777-fun__h3 { font-size: 1.8em; } .page-sz777-fun__p { font-size: 1.1em; margin-bottom: 20px; } .page-sz777-fun__button { display: inline-block; background-color: #f0b90b; color: #1a1a2e; padding: 15px 30px; border-radius: 5px; text-decoration: none; font-weight: bold; transition: background-color 0.3s ease; border: none; cursor: pointer; font-size: 1.1em; } .page-sz777-fun__button:hover { background-color: #e0a800; } /* Hero Section */ .page-sz777-fun__hero-section { position: relative; width: 100%; height: 600px; display: flex; align-items: center; justify-content: center; text-align: center; overflow: hidden; padding-top: 10px; box-sizing: border-box; } .page-sz777-fun__hero-image { position: absolute; top: 0; left: 0; width: 100%; height: 100%; object-fit: cover; z-index: 1; filter: brightness(0.6); } .page-sz777-fun__hero-content { position: relative; z-index: 2; color: #fff; max-width: 900px; padding: 20px; } .page-sz777-fun__hero-h1 { font-size: 3.5em; margin-bottom: 20px; text-shadow: 2px 2px 4px rgba(0, 0, 0, 0.7); } .page-sz777-fun__hero-p { font-size: 1.3em; margin-bottom: 30px; text-shadow: 1px 1px 3px rgba(0, 0, 0, 0.7); } .page-sz777-fun__hero-cta { background-color: #00ff8c; color: #1a1a2e; padding: 18px 40px; font-size: 1.4em; border-radius: 8px; } .page-sz777-fun__hero-cta:hover { background-color: #00e07c; } /* Introduction Section */ .page-sz777-fun__introduction-section { padding: 80px 20px; } .page-sz777-fun__features { display: flex; justify-content: center; flex-wrap: wrap; gap: 30px; margin-top: 40px; } .page-sz777-fun__feature-item { background-color: #2b334d; padding: 30px; border-radius: 10px; text-align: center; width: calc(33% - 20px); box-shadow: 0 5px 15px rgba(0, 0, 0, 0.3); transition: transform 0.3s ease; box-sizing: border-box; } .page-sz777-fun__feature-item:hover { transform: translateY(-10px); } .page-sz777-fun__feature-image { width: 250px; height: 180px; object-fit: cover; margin-bottom: 20px; border-radius: 8px; } /* Quick Access Section */ .page-sz777-fun__quick-access-section { background-color: #1a1a2e; padding: 80px 20px; } .page-sz777-fun__access-links { display: flex; justify-content: center; flex-wrap: wrap; gap: 20px; margin-top: 40px; } .page-sz777-fun__access-btn { background-color: #f0b90b; color: #1a1a2e; padding: 15px 25px; border-radius: 5px; font-size: 1.1em; } .page-sz777-fun__access-btn:hover { background-color: #e0a800; } /* Games Section */ .page-sz777-fun__games-section { padding: 80px 20px; } .page-sz777-fun__game-categories { display: grid; grid-template-columns: repeat(auto-fit, minmax(280px, 1fr)); gap: 30px; margin-top: 40px; } .page-sz777-fun__game-card { background-color: #2b334d; border-radius: 10px; overflow: hidden; box-shadow: 0 5px 15px rgba(0, 0, 0, 0.3); text-align: left; transition: transform 0.3s ease; } .page-sz777-fun__game-card:hover { transform: translateY(-10px); } .page-sz777-fun__game-image { width: 100%; height: 200px; object-fit: cover; } .page-sz777-fun__game-content { padding: 25px; } .page-sz777-fun__game-h3 { color: #f0b90b; margin-top: 0; margin-bottom: 10px; } .page-sz777-fun__game-p { font-size: 0.95em; margin-bottom: 20px; } .page-sz777-fun__game-btn { background-color: #00ff8c; color: #1a1a2e; padding: 10px 20px; font-size: 1em; border-radius: 5px; } .page-sz777-fun__game-btn:hover { background-color: #00e07c; } .page-sz777-fun__game-providers { margin-top: 60px; } .page-sz777-fun__provider-logos { display: flex; flex-wrap: wrap; justify-content: center; align-items: center; gap: 30px; margin-top: 30px; } .page-sz777-fun__provider-logo { height: 80px; width: auto; object-fit: contain; filter: grayscale(100%); opacity: 0.7; transition: filter 0.3s ease, opacity 0.3s ease; } .page-sz777-fun__provider-logo:hover { filter: grayscale(0%); opacity: 1; } /* Promotions Section */ .page-sz777-fun__promotions-section { background-color: #242a40; padding: 80px 20px; } .page-sz777-fun__promo-cards { display: grid; grid-template-columns: repeat(auto-fit, minmax(300px, 1fr)); gap: 30px; margin-top: 40px; } .page-sz777-fun__promo-card { background-color: #2b334d; border-radius: 10px; overflow: hidden; box-shadow: 0 5px 15px rgba(0, 0, 0, 0.3); text-align: left; transition: transform 0.3s ease; } .page-sz777-fun__promo-card:hover { transform: translateY(-10px); } .page-sz777-fun__promo-image { width: 100%; height: 220px; object-fit: cover; } .page-sz777-fun__promo-content { padding: 25px; } .page-sz777-fun__promo-h3 { color: #f0b90b; margin-top: 0; margin-bottom: 10px; } .page-sz777-fun__promo-p { font-size: 0.95em; margin-bottom: 20px; } .page-sz777-fun__promo-btn { background-color: #f0b90b; color: #1a1a2e; padding: 10px 20px; font-size: 1em; border-radius: 5px; } .page-sz777-fun__promo-btn:hover { background-color: #e0a800; } /* Security Section */ .page-sz777-fun__security-section { padding: 80px 20px; } .page-sz777-fun__security-features { display: flex; justify-content: center; flex-wrap: wrap; gap: 30px; margin-top: 40px; } .page-sz777-fun__security-item { background-color: #2b334d; padding: 30px; border-radius: 10px; text-align: center; width: calc(33% - 20px); box-shadow: 0 5px 15px rgba(0, 0, 0, 0.3); transition: transform 0.3s ease; box-sizing: border-box; } .page-sz777-fun__security-item:hover { transform: translateY(-10px); } .page-sz777-fun__security-image { width: 250px; height: 180px; object-fit: cover; margin-bottom: 20px; border-radius: 8px; } .page-sz777-fun__contact-btn { margin-top: 40px; } /* FAQ Section */ .page-sz777-fun__faq-section { background-color: #242a40; padding: 80px 20px; } .page-sz777-fun__faq-list { max-width: 800px; margin: 40px auto 0 auto; } .page-sz777-fun__faq-item { background-color: #2b334d; margin-bottom: 15px; border-radius: 8px; overflow: hidden; box-shadow: 0 2px 10px rgba(0, 0, 0, 0.2); } .page-sz777-fun__faq-question { display: flex; justify-content: space-between; align-items: center; padding: 20px 25px; cursor: pointer; user-select: none; background-color: #384260; transition: background-color 0.3s ease; } .page-sz777-fun__faq-question:hover { background-color: #444f70; } .page-sz777-fun__faq-question h3 { margin: 0; color: #f0b90b; font-size: 1.2em; pointer-events: none; } .page-sz777-fun__faq-toggle { font-size: 1.8em; font-weight: bold; color: #00ff8c; transition: transform 0.3s ease; pointer-events: none; } .page-sz777-fun__faq-item.active .page-sz777-fun__faq-toggle { transform: rotate(45deg); color: #f0b90b; } .page-sz777-fun__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; } .page-sz777-fun__faq-item.active .page-sz777-fun__faq-answer { max-height: 2000px !important; padding: 20px 25px !important; opacity: 1; } .page-sz777-fun__faq-answer p { margin: 0; font-size: 1em; color: #c0c0c0; } /* Blog Section */ .page-sz777-fun__blog-section { padding: 80px 20px; } .page-sz777-fun__blog-posts { display: grid; grid-template-columns: repeat(auto-fit, minmax(300px, 1fr)); gap: 30px; margin-top: 40px; } .page-sz777-fun__blog-card { background-color: #2b334d; border-radius: 10px; overflow: hidden; box-shadow: 0 5px 15px rgba(0, 0, 0, 0.3); text-align: left; transition: transform 0.3s ease; } .page-sz777-fun__blog-card:hover { transform: translateY(-10px); } .page-sz777-fun__blog-image { width: 100%; height: 220px; object-fit: cover; } .page-sz777-fun__blog-content { padding: 25px; } .page-sz777-fun__blog-content h3 { margin-top: 0; margin-bottom: 10px; font-size: 1.4em; } .page-sz777-fun__blog-content h3 a { color: #f0b90b; text-decoration: none; transition: color 0.3s ease; } .page-sz777-fun__blog-content h3 a:hover { color: #00ff8c; } .page-sz777-fun__blog-content p { font-size: 0.95em; color: #c0c0c0; margin-bottom: 0; } /* Responsive Design */ @media (max-width: 992px) { .page-sz777-fun__hero-h1 { font-size: 2.8em; } .page-sz777-fun__hero-p { font-size: 1.1em; } .page-sz777-fun__hero-cta { padding: 15px 30px; font-size: 1.2em; } .page-sz777-fun__h1 { font-size: 2.5em; } .page-sz777-fun__h2 { font-size: 2em; } .page-sz777-fun__feature-item, .page-sz777-fun__security-item { width: calc(50% - 15px); } } @media (max-width: 768px) { .page-sz777-fun__hero-section { height: 500px; } .page-sz777-fun__hero-h1 { font-size: 2em; } .page-sz777-fun__hero-p { font-size: 1em; } .page-sz777-fun__hero-cta { padding: 12px 25px; font-size: 1.1em; } .page-sz777-fun__h1 { font-size: 2em; } .page-sz777-fun__h2 { font-size: 1.8em; } .page-sz777-fun__h3 { font-size: 1.5em; } .page-sz777-fun__section { padding: 40px 15px; } .page-sz777-fun__feature-item, .page-sz777-fun__security-item { width: 100% !important; max-width: 100% !important; margin-left: 0 !important; margin-right: 0 !important; padding: 20px !important; box-sizing: border-box !important; } .page-sz777-fun__access-links { flex-direction: column; align-items: center; } .page-sz777-fun__access-btn { width: 100%; max-width: 300px; } .page-sz777-fun__game-categories, .page-sz777-fun__promo-cards, .page-sz777-fun__blog-posts { grid-template-columns: 1fr; } .page-sz777-fun__provider-logos { gap: 20px; } .page-sz777-fun__provider-logo { height: 60px; } .page-sz777-fun__faq-question { padding: 15px 20px; } .page-sz777-fun__faq-question h3 { font-size: 1.1em; word-wrap: break-word !important; overflow-wrap: break-word !important; word-break: break-word !important; } .page-sz777-fun__faq-answer { padding: 0 20px; } .page-sz777-fun__faq-item.active .page-sz777-fun__faq-answer { padding: 15px 20px !important; } .page-sz777-fun__blog-content h3 { font-size: 1.2em; } /* Image responsiveness */ .page-sz777-fun img { max-width: 100% !important; height: auto !important; } .page-sz777-fun__hero-image, .page-sz777-fun__feature-image, .page-sz777-fun__game-image, .page-sz777-fun__promo-image, .page-sz777-fun__security-image, .page-sz777-fun__blog-image { width: 100% !important; max-width: 100% !important; height: auto !important; box-sizing: border-box !important; } .page-sz777-fun__provider-logo { width: auto !important; height: 60px !important; max-width: 100% !important; box-sizing: border-box !important; } } @media (max-width: 480px) { .page-sz777-fun__hero-section { height: 400px; } .page-sz777-fun__hero-h1 { font-size: 1.5em; } .page-sz777-fun__hero-p { font-size: 0.9em; } .page-sz777-fun__hero-cta { padding: 10px 20px; font-size: 1em; } }