body { font-family: 'Arial', sans-serif; margin: 0; padding: 0; background-color: #1a1a2e; color: #e0e0e0; } .page-www-fb777 { max-width: 1200px; margin: 0 auto; padding: 0 15px; } .page-www-fb777__hero-section { position: relative; display: flex; align-items: center; justify-content: center; text-align: center; color: #ffffff; min-height: 500px; overflow: hidden; padding-top: 10px; background: linear-gradient(135deg, #0f0c29, #302b63, #24243e); border-radius: 10px; margin-top: 20px; } .page-www-fb777__hero-image-wrapper { position: absolute; top: 0; left: 0; width: 100%; height: 100%; z-index: 1; opacity: 0.3; } .page-www-fb777__hero-image-wrapper img { width: 100%; height: 100%; object-fit: cover; } .page-www-fb777__hero-content { position: relative; z-index: 2; max-width: 800px; padding: 20px; } .page-www-fb777__hero-title { font-size: 3.5em; margin-bottom: 15px; line-height: 1.2; text-shadow: 2px 2px 4px rgba(0, 0, 0, 0.5); color: #f9d342; } .page-www-fb777__hero-subtitle { font-size: 1.4em; margin-bottom: 30px; text-shadow: 1px 1px 2px rgba(0, 0, 0, 0.5); } .page-www-fb777__hero-cta { display: inline-block; background-color: #f9d342; color: #1a1a2e; padding: 15px 30px; border-radius: 50px; text-decoration: none; font-size: 1.2em; font-weight: bold; transition: background-color 0.3s ease, transform 0.3s ease; } .page-www-fb777__hero-cta:hover { background-color: #e6c230; transform: scale(1.05); } .page-www-fb777__intro-section, .page-www-fb777__quick-access-section, .page-www-fb777__games-section, .page-www-fb777__promotions-section, .page-www-fb777__security-support-section, .page-www-fb777__faq-section, .page-www-fb777__blog-section { padding: 60px 0; text-align: center; background-color: #24243e; margin-top: 40px; border-radius: 10px; } .page-www-fb777__intro-title, .page-www-fb777__quick-access-title, .page-www-fb777__games-title, .page-www-fb777__promotions-title, .page-www-fb777__security-support-title, .page-www-fb777__faq-title, .page-www-fb777__blog-title { font-size: 2.5em; color: #f9d342; margin-bottom: 20px; } .page-www-fb777__intro-description, .page-www-fb777__games-description, .page-www-fb777__promotions-description, .page-www-fb777__blog-description { font-size: 1.1em; color: #cccccc; max-width: 800px; margin: 0 auto 40px auto; line-height: 1.6; } .page-www-fb777__intro-features { display: flex; justify-content: space-around; flex-wrap: wrap; gap: 30px; margin-top: 40px; } .page-www-fb777__feature-item { flex: 1; min-width: 280px; max-width: 350px; background-color: #302b63; padding: 30px; border-radius: 10px; box-shadow: 0 5px 15px rgba(0, 0, 0, 0.3); transition: transform 0.3s ease; } .page-www-fb777__feature-item:hover { transform: translateY(-10px); } .page-www-fb777__feature-icon { width: 80px; height: 80px; margin: 0 auto 20px auto; display: flex; align-items: center; justify-content: center; background-color: #f9d342; border-radius: 50%; } .page-www-fb777__feature-icon img { max-width: 60px; max-height: 60px; height: auto; } .page-www-fb777__feature-heading { font-size: 1.6em; color: #f9d342; margin-bottom: 15px; } .page-www-fb777__feature-text { font-size: 1em; color: #cccccc; line-height: 1.5; } .page-www-fb777__quick-access-grid { display: grid; grid-template-columns: repeat(auto-fit, minmax(250px, 1fr)); gap: 20px; max-width: 900px; margin: 40px auto 0 auto; } .page-www-fb777__quick-access-button { display: block; background-color: #0f0c29; color: #f9d342; padding: 15px 25px; border-radius: 8px; text-decoration: none; font-size: 1.1em; font-weight: bold; transition: background-color 0.3s ease, color 0.3s ease; border: 2px solid #f9d342; } .page-www-fb777__quick-access-button:hover { background-color: #f9d342; color: #0f0c29; } .page-www-fb777__games-grid, .page-www-fb777__promo-grid, .page-www-fb777__blog-grid { display: grid; grid-template-columns: repeat(auto-fit, minmax(280px, 1fr)); gap: 30px; max-width: 1100px; margin: 40px auto 0 auto; } .page-www-fb777__game-card, .page-www-fb777__promo-card, .page-www-fb777__blog-card { background-color: #302b63; 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-www-fb777__game-card:hover, .page-www-fb777__promo-card:hover, .page-www-fb777__blog-card:hover { transform: translateY(-10px); } .page-www-fb777__game-image, .page-www-fb777__promo-image, .page-www-fb777__blog-image { width: 100%; height: 200px; overflow: hidden; } .page-www-fb777__game-image img, .page-www-fb777__promo-image img, .page-www-fb777__blog-image img { width: 100%; height: 100%; object-fit: cover; } .page-www-fb777__game-name, .page-www-fb777__promo-heading, .page-www-fb777__blog-post-title { font-size: 1.4em; color: #f9d342; margin: 20px 20px 10px 20px; } .page-www-fb777__blog-post-title a { color: #f9d342; text-decoration: none; transition: color 0.3s ease; } .page-www-fb777__blog-post-title a:hover { color: #ffffff; } .page-www-fb777__game-text, .page-www-fb777__promo-text, .page-www-fb777__blog-excerpt { font-size: 0.95em; color: #cccccc; padding: 0 20px 15px 20px; line-height: 1.5; } .page-www-fb777__game-cta, .page-www-fb777__promo-cta, .page-www-fb777__blog-read-more { display: inline-block; background-color: #f9d342; color: #1a1a2e; padding: 10px 20px; border-radius: 50px; text-decoration: none; font-size: 0.9em; font-weight: bold; margin: 0 20px 20px 20px; transition: background-color 0.3s ease; } .page-www-fb777__game-cta:hover, .page-www-fb777__promo-cta:hover, .page-www-fb777__blog-read-more:hover { background-color: #e6c230; } .page-www-fb777__security-support-content { display: flex; flex-wrap: wrap; justify-content: center; gap: 40px; max-width: 1000px; margin: 40px auto 0 auto; text-align: left; } .page-www-fb777__security-info, .page-www-fb777__support-info { flex: 1; min-width: 300px; background-color: #302b63; padding: 30px; border-radius: 10px; box-shadow: 0 5px 15px rgba(0, 0, 0, 0.3); } .page-www-fb777__security-heading, .page-www-fb777__support-heading { font-size: 1.8em; color: #f9d342; margin-bottom: 15px; } .page-www-fb777__security-text, .page-www-fb777__support-text { font-size: 1em; color: #cccccc; line-height: 1.6; margin-bottom: 20px; } .page-www-fb777__payment-logos { display: flex; flex-wrap: wrap; gap: 15px; margin-top: 20px; justify-content: center; } .page-www-fb777__payment-logos img { height: 40px; width: auto; object-fit: contain; filter: grayscale(50%); transition: filter 0.3s ease; } .page-www-fb777__payment-logos img:hover { filter: grayscale(0%); } .page-www-fb777__support-cta { display: inline-block; background-color: #f9d342; color: #1a1a2e; padding: 12px 25px; border-radius: 50px; text-decoration: none; font-weight: bold; font-size: 1em; transition: background-color 0.3s ease; } .page-www-fb777__support-cta:hover { background-color: #e6c230; } .page-www-fb777__faq-container { max-width: 900px; margin: 40px auto 0 auto; text-align: left; } .page-www-fb777__faq-item { background-color: #302b63; border-radius: 8px; margin-bottom: 15px; box-shadow: 0 3px 10px rgba(0, 0, 0, 0.2); overflow: hidden; } .page-www-fb777__faq-question { display: flex; justify-content: space-between; align-items: center; padding: 20px; cursor: pointer; user-select: none; background-color: #0f0c29; color: #f9d342; transition: background-color 0.3s ease; } .page-www-fb777__faq-question:hover { background-color: #24243e; } .page-www-fb777__faq-question-text { font-size: 1.2em; margin: 0; pointer-events: none; } .page-www-fb777__faq-toggle { font-size: 1.5em; font-weight: bold; pointer-events: none; transition: transform 0.3s ease; } .page-www-fb777__faq-item.active .page-www-fb777__faq-toggle { transform: rotate(45deg); } .page-www-fb777__faq-answer { max-height: 0; overflow: hidden; padding: 0 15px; opacity: 0; transition: max-height 0.4s cubic-bezier(0.4, 0, 0.2, 1), padding 0.4s ease, opacity 0.4s ease; } .page-www-fb777__faq-item.active .page-www-fb777__faq-answer { max-height: 2000px !important; padding: 20px 15px !important; opacity: 1; } .page-www-fb777__faq-answer p { margin: 0; font-size: 1em; color: #cccccc; line-height: 1.6; } .page-www-fb777__blog-content { padding: 20px; } .page-www-fb777__blog-read-more { margin-left: 0; } @media (max-width: 1024px) { .page-www-fb777__hero-title { font-size: 3em; } .page-www-fb777__hero-subtitle { font-size: 1.2em; } .page-www-fb777__intro-title, .page-www-fb777__quick-access-title, .page-www-fb777__games-title, .page-www-fb777__promotions-title, .page-www-fb777__security-support-title, .page-www-fb777__faq-title, .page-www-fb777__blog-title { font-size: 2em; } } @media (max-width: 768px) { .page-www-fb777__hero-section { min-height: 400px; } .page-www-fb777__hero-title { font-size: 2.2em; } .page-www-fb777__hero-subtitle { font-size: 1em; } .page-www-fb777__hero-cta { padding: 12px 25px; font-size: 1em; } .page-www-fb777__intro-section, .page-www-fb777__quick-access-section, .page-www-fb777__games-section, .page-www-fb777__promotions-section, .page-www-fb777__security-support-section, .page-www-fb777__faq-section, .page-www-fb777__blog-section { padding: 40px 0; margin-top: 20px; } .page-www-fb777__intro-title, .page-www-fb777__quick-access-title, .page-www-fb777__games-title, .page-www-fb777__promotions-title, .page-www-fb777__security-support-title, .page-www-fb777__faq-title, .page-www-fb777__blog-title { font-size: 1.8em; } .page-www-fb777__intro-features, .page-www-fb777__games-grid, .page-www-fb777__promo-grid, .page-www-fb777__blog-grid { grid-template-columns: 1fr; } .page-www-fb777__feature-item, .page-www-fb777__game-card, .page-www-fb777__promo-card, .page-www-fb777__blog-card { max-width: 100%; margin: 0 auto; box-sizing: border-box; } .page-www-fb777__feature-item { padding: 20px; } .page-www-fb777__feature-heading { font-size: 1.4em; } .page-www-fb777__quick-access-grid { grid-template-columns: 1fr; padding: 0 15px; } .page-www-fb777__security-support-content { flex-direction: column; gap: 20px; padding: 0 15px; } .page-www-fb777__security-info, .page-www-fb777__support-info { padding: 20px; } .page-www-fb777__security-heading, .page-www-fb777__support-heading { font-size: 1.5em; } .page-www-fb777__payment-logos { justify-content: center; } .page-www-fb777__faq-container { padding: 0 15px; } .page-www-fb777__faq-question { padding: 15px; } .page-www-fb777__faq-question-text { font-size: 1.1em; } .page-www-fb777__faq-answer { padding: 0 10px; } .page-www-fb777__faq-item.active .page-www-fb777__faq-answer { padding: 15px 10px !important; } .page-www-fb777__blog-content { padding: 15px; } .page-www-fb777__blog-post-title { font-size: 1.2em; margin: 15px 0 10px 0; } .page-www-fb777__blog-excerpt { padding: 0 0 10px 0; } } @media (max-width: 480px) { .page-www-fb777__hero-title { font-size: 1.8em; } .page-www-fb777__hero-subtitle { font-size: 0.9em; } .page-www-fb777__hero-cta { padding: 10px 20px; font-size: 0.9em; } .page-www-fb777__intro-title, .page-www-fb777__quick-access-title, .page-www-fb777__games-title, .page-www-fb777__promotions-title, .page-www-fb777__security-support-title, .page-www-fb777__faq-title, .page-www-fb777__blog-title { font-size: 1.5em; } }