.page-nustar-jumbotron { font-family: 'Arial', sans-serif; line-height: 1.6; color: #f4f4f4; background-color: #1a1a2e; padding-top: 10px; } .page-nustar-jumbotron__container { max-width: 1200px; margin: 0 auto; padding: 20px; } .page-nustar-jumbotron__highlight { color: #e9c46a; } .page-nustar-jumbotron__section-title { font-size: 2.5em; color: #e9c46a; text-align: center; margin-bottom: 40px; position: relative; padding-bottom: 10px; } .page-nustar-jumbotron__section-title::after { content: ''; position: absolute; left: 50%; bottom: 0; transform: translateX(-50%); width: 80px; height: 3px; background-color: #e9c46a; } .page-nustar-jumbotron__sub-title { font-size: 1.8em; color: #e9c46a; margin-top: 30px; margin-bottom: 15px; } /* Hero Section */ .page-nustar-jumbotron__hero-section { position: relative; width: 100%; height: 70vh; display: flex; align-items: center; justify-content: center; overflow: hidden; text-align: center; } .page-nustar-jumbotron__hero-image { position: absolute; top: 0; left: 0; width: 100%; height: 100%; object-fit: cover; z-index: 1; } .page-nustar-jumbotron__hero-overlay { position: absolute; top: 0; left: 0; width: 100%; height: 100%; background: rgba(0, 0, 0, 0.6); z-index: 2; } .page-nustar-jumbotron__hero-content { position: relative; z-index: 3; color: #fff; max-width: 900px; padding: 20px; } .page-nustar-jumbotron__hero-title { font-size: 3.5em; margin-bottom: 20px; line-height: 1.2; } .page-nustar-jumbotron__hero-subtitle { font-size: 1.5em; margin-bottom: 30px; color: #f4f4f4; } .page-nustar-jumbotron__hero-cta { display: inline-block; background-color: #e9c46a; color: #1a1a2e; padding: 15px 30px; border-radius: 5px; text-decoration: none; font-size: 1.2em; font-weight: bold; transition: background-color 0.3s ease, transform 0.3s ease; } .page-nustar-jumbotron__hero-cta:hover { background-color: #f4d39c; transform: translateY(-3px); } /* Introduction Section */ .page-nustar-jumbotron__intro-section { padding: 60px 0; background-color: #2e2e4a; } .page-nustar-jumbotron__intro-text { font-size: 1.1em; text-align: center; margin-bottom: 40px; max-width: 900px; margin-left: auto; margin-right: auto; } .page-nustar-jumbotron__intro-features { display: flex; justify-content: space-around; flex-wrap: wrap; gap: 30px; margin-top: 40px; } .page-nustar-jumbotron__feature-item { flex: 1; min-width: 280px; max-width: 350px; background-color: #1a1a2e; padding: 30px; border-radius: 10px; text-align: center; box-shadow: 0 5px 15px rgba(0, 0, 0, 0.3); } .page-nustar-jumbotron__feature-icon { width: 100px; height: 100px; margin-bottom: 20px; object-fit: contain; max-width: 100%; height: auto; } .page-nustar-jumbotron__feature-title { font-size: 1.4em; color: #e9c46a; margin-bottom: 10px; } .page-nustar-jumbotron__feature-description { font-size: 0.95em; color: #ccc; } /* Quick Access Section */ .page-nustar-jumbotron__quick-access-section { padding: 60px 0; background-color: #1a1a2e; text-align: center; } .page-nustar-jumbotron__quick-access-description { font-size: 1.1em; margin-bottom: 40px; max-width: 800px; margin-left: auto; margin-right: auto; } .page-nustar-jumbotron__access-buttons { display: flex; justify-content: center; flex-wrap: wrap; gap: 20px; } .page-nustar-jumbotron__access-btn { display: inline-block; background-color: #e9c46a; color: #1a1a2e; padding: 12px 25px; border-radius: 5px; text-decoration: none; font-size: 1.1em; font-weight: bold; transition: background-color 0.3s ease, transform 0.3s ease; min-width: 180px; } .page-nustar-jumbotron__access-btn:hover { background-color: #f4d39c; transform: translateY(-2px); } /* Core Games Section */ .page-nustar-jumbotron__games-section { padding: 60px 0; background-color: #2e2e4a; } .page-nustar-jumbotron__games-intro { font-size: 1.1em; text-align: center; margin-bottom: 50px; max-width: 900px; margin-left: auto; margin-right: auto; } .page-nustar-jumbotron__game-categories { display: grid; grid-template-columns: repeat(auto-fit, minmax(180px, 1fr)); gap: 30px; margin-bottom: 50px; text-align: center; } .page-nustar-jumbotron__game-category { background-color: #1a1a2e; padding: 25px; border-radius: 10px; box-shadow: 0 5px 15px rgba(0, 0, 0, 0.3); transition: transform 0.3s ease, box-shadow 0.3s ease; } .page-nustar-jumbotron__game-category:hover { transform: translateY(-5px); box-shadow: 0 8px 20px rgba(0, 0, 0, 0.4); } .page-nustar-jumbotron__game-icon { width: 80px; height: 80px; object-fit: contain; margin-bottom: 15px; max-width: 100%; height: auto; } .page-nustar-jumbotron__game-title { font-size: 1.3em; color: #e9c46a; margin-bottom: 10px; } .page-nustar-jumbotron__game-description { font-size: 0.9em; color: #ccc; } .page-nustar-jumbotron__game-providers { text-align: center; margin-top: 40px; } .page-nustar-jumbotron__providers-title { font-size: 1.5em; color: #e9c46a; margin-bottom: 20px; } .page-nustar-jumbotron__provider-list { list-style: none; padding: 0; display: flex; flex-wrap: wrap; justify-content: center; gap: 20px; } .page-nustar-jumbotron__provider-list li { display: flex; align-items: center; background-color: #1a1a2e; padding: 10px 20px; border-radius: 5px; font-size: 1em; color: #f4f4f4; box-sizing: border-box; } .page-nustar-jumbotron__provider-logo { width: 40px; height: 40px; object-fit: contain; margin-right: 10px; max-width: 100%; height: auto; } /* Promotions Section */ .page-nustar-jumbotron__promotions-section { padding: 60px 0; background-color: #1a1a2e; } .page-nustar-jumbotron__promotions-intro { font-size: 1.1em; text-align: center; margin-bottom: 50px; max-width: 900px; margin-left: auto; margin-right: auto; } .page-nustar-jumbotron__promo-grid { display: grid; grid-template-columns: repeat(auto-fit, minmax(280px, 1fr)); gap: 30px; } .page-nustar-jumbotron__promo-card { background-color: #2e2e4a; border-radius: 10px; overflow: hidden; box-shadow: 0 5px 15px rgba(0, 0, 0, 0.3); text-align: center; display: flex; flex-direction: column; transition: transform 0.3s ease, box-shadow 0.3s ease; } .page-nustar-jumbotron__promo-card:hover { transform: translateY(-5px); box-shadow: 0 8px 20px rgba(0, 0, 0, 0.4); } .page-nustar-jumbotron__promo-image { width: 100%; height: 200px; object-fit: cover; max-width: 100%; } .page-nustar-jumbotron__promo-title { font-size: 1.4em; color: #e9c46a; margin: 20px 15px 10px; } .page-nustar-jumbotron__promo-description { font-size: 0.95em; color: #ccc; padding: 0 15px; flex-grow: 1; } .page-nustar-jumbotron__promo-cta { display: inline-block; background-color: #e9c46a; color: #1a1a2e; padding: 10px 20px; border-radius: 5px; text-decoration: none; font-size: 1em; font-weight: bold; margin: 20px; transition: background-color 0.3s ease, transform 0.3s ease; } .page-nustar-jumbotron__promo-cta:hover { background-color: #f4d39c; transform: translateY(-2px); } /* Security & Customer Service Section */ .page-nustar-jumbotron__security-section { padding: 60px 0; background-color: #2e2e4a; } .page-nustar-jumbotron__security-content { display: flex; flex-wrap: wrap; gap: 40px; align-items: center; } .page-nustar-jumbotron__security-text { flex: 2; min-width: 300px; } .page-nustar-jumbotron__security-text p { margin-bottom: 15px; font-size: 1em; color: #ccc; } .page-nustar-jumbotron__security-image { flex: 1; min-width: 300px; max-width: 500px; height: auto; border-radius: 10px; object-fit: cover; box-shadow: 0 5px 15px rgba(0, 0, 0, 0.3); max-width: 100%; } .page-nustar-jumbotron__social-list { list-style: none; padding: 0; display: flex; flex-wrap: wrap; gap: 15px; margin-top: 20px; } .page-nustar-jumbotron__social-list li { display: flex; align-items: center; background-color: #1a1a2e; padding: 8px 15px; border-radius: 5px; font-size: 0.9em; color: #f4f4f4; box-sizing: border-box; } .page-nustar-jumbotron__social-icon { width: 24px; height: 24px; object-fit: contain; margin-right: 8px; max-width: 100%; height: auto; } /* FAQ Section */ .page-nustar-jumbotron__faq-section { padding: 60px 0; background-color: #1a1a2e; } .page-nustar-jumbotron__faq-list { max-width: 900px; margin: 0 auto; } .page-nustar-jumbotron__faq-item { background-color: #2e2e4a; margin-bottom: 15px; border-radius: 8px; overflow: hidden; box-shadow: 0 3px 10px rgba(0, 0, 0, 0.2); } .page-nustar-jumbotron__faq-question { display: flex; justify-content: space-between; align-items: center; padding: 20px; background-color: #3f3f5b; cursor: pointer; user-select: none; border-bottom: 1px solid rgba(255, 255, 255, 0.1); } .page-nustar-jumbotron__faq-question:hover { background-color: #4a4a6b; } .page-nustar-jumbotron__faq-title { font-size: 1.2em; color: #f4f4f4; margin: 0; pointer-events: none; } .page-nustar-jumbotron__faq-toggle { font-size: 1.5em; font-weight: bold; color: #e9c46a; transition: transform 0.3s ease; pointer-events: none; } .page-nustar-jumbotron__faq-item.active .page-nustar-jumbotron__faq-toggle { transform: rotate(45deg); } .page-nustar-jumbotron__faq-answer { max-height: 0; overflow: hidden; padding: 0 20px; transition: max-height 0.4s cubic-bezier(0.4, 0, 0.2, 1), padding 0.4s ease, opacity 0.4s ease; opacity: 0; color: #ccc; font-size: 1em; } .page-nustar-jumbotron__faq-item.active .page-nustar-jumbotron__faq-answer { max-height: 2000px !important; padding: 20px !important; opacity: 1; } .page-nustar-jumbotron__faq-answer p { margin: 0; } /* Blog Section */ .page-nustar-jumbotron__blog-section { padding: 60px 0; background-color: #2e2e4a; } .page-nustar-jumbotron__blog-intro { font-size: 1.1em; text-align: center; margin-bottom: 50px; max-width: 900px; margin-left: auto; margin-right: auto; } .page-nustar-jumbotron__blog-grid { display: grid; grid-template-columns: repeat(auto-fit, minmax(280px, 1fr)); gap: 30px; } .page-nustar-jumbotron__blog-card { background-color: #1a1a2e; border-radius: 10px; overflow: hidden; box-shadow: 0 5px 15px rgba(0, 0, 0, 0.3); display: flex; flex-direction: column; transition: transform 0.3s ease, box-shadow 0.3s ease; } .page-nustar-jumbotron__blog-card:hover { transform: translateY(-5px); box-shadow: 0 8px 20px rgba(0, 0, 0, 0.4); } .page-nustar-jumbotron__blog-image { width: 100%; height: 200px; object-fit: cover; max-width: 100%; } .page-nustar-jumbotron__blog-content { padding: 20px; flex-grow: 1; display: flex; flex-direction: column; } .page-nustar-jumbotron__blog-card-title { font-size: 1.3em; margin-bottom: 10px; line-height: 1.3; } .page-nustar-jumbotron__blog-card-title a { color: #e9c46a; text-decoration: none; transition: color 0.3s ease; } .page-nustar-jumbotron__blog-card-title a:hover { color: #f4d39c; } .page-nustar-jumbotron__blog-excerpt { font-size: 0.95em; color: #ccc; margin-bottom: 15px; flex-grow: 1; } .page-nustar-jumbotron__blog-date { font-size: 0.85em; color: #999; text-align: right; margin-top: auto; } /* General Link Styling */ .page-nustar-jumbotron a { color: #e9c46a; text-decoration: none; } .page-nustar-jumbotron a:hover { text-decoration: underline; } /* Responsive Styles */ @media (max-width: 768px) { .page-nustar-jumbotron__container { padding: 15px; } .page-nustar-jumbotron__section-title { font-size: 2em; margin-bottom: 30px; } .page-nustar-jumbotron__hero-section { height: 60vh; } .page-nustar-jumbotron__hero-title { font-size: 2.2em; } .page-nustar-jumbotron__hero-subtitle { font-size: 1.2em; } .page-nustar-jumbotron__hero-cta { padding: 12px 25px; font-size: 1em; } .page-nustar-jumbotron__intro-features, .page-nustar-jumbotron__game-categories, .page-nustar-jumbotron__promo-grid, .page-nustar-jumbotron__blog-grid { grid-template-columns: 1fr; } .page-nustar-jumbotron__feature-item, .page-nustar-jumbotron__game-category, .page-nustar-jumbotron__promo-card, .page-nustar-jumbotron__blog-card { max-width: 100%; } .page-nustar-jumbotron__access-buttons { flex-direction: column; align-items: center; } .page-nustar-jumbotron__access-btn { width: 100%; max-width: 300px; } .page-nustar-jumbotron__security-content { flex-direction: column; } .page-nustar-jumbotron__security-text, .page-nustar-jumbotron__security-image { min-width: unset; width: 100%; } .page-nustar-jumbotron__provider-list li, .page-nustar-jumbotron__social-list li { width: 100% !important; max-width: 100% !important; box-sizing: border-box !important; margin-left: 0 !important; margin-right: 0 !important; padding-left: 10px !important; padding-right: 10px !important; word-wrap: break-word !important; overflow-wrap: break-word !important; word-break: break-word !important; } .page-nustar-jumbotron__faq-question { padding: 15px; } .page-nustar-jumbotron__faq-title { font-size: 1.1em; } .page-nustar-jumbotron__faq-answer { padding: 0 15px; } .page-nustar-jumbotron__faq-item.active .page-nustar-jumbotron__faq-answer { padding: 15px !important; } .page-nustar-jumbotron img { max-width: 100% !important; height: auto !important; box-sizing: border-box !important; overflow: hidden !important; } }