body { font-family: 'Arial', sans-serif; margin: 0; padding: 0; background-color: #1a1a1a; color: #e0e0e0; } .page-nustar-slot-games { padding-bottom: 50px; } .page-nustar-slot-games__container { max-width: 1200px; margin: 0 auto; padding: 0 15px; } .page-nustar-slot-games__section { padding: 60px 0; border-bottom: 1px solid #333; } .page-nustar-slot-games__section:last-of-type { border-bottom: none; } .page-nustar-slot-games__title { font-size: 2.8em; color: #ffd700; text-align: center; margin-bottom: 20px; text-shadow: 2px 2px 4px rgba(0, 0, 0, 0.5); } .page-nustar-slot-games__subtitle { font-size: 1.8em; color: #fff; text-align: center; margin-bottom: 40px; } .page-nustar-slot-games__text-center { text-align: center; } .page-nustar-slot-games__description { font-size: 1.1em; line-height: 1.6; margin-bottom: 30px; text-align: center; max-width: 800px; margin-left: auto; margin-right: auto; } .page-nustar-slot-games__btn { display: inline-block; background-color: #007bff; color: #fff; padding: 12px 25px; border-radius: 5px; text-decoration: none; font-weight: bold; transition: background-color 0.3s ease, transform 0.2s ease; cursor: pointer; border: none; } .page-nustar-slot-games__btn:hover { background-color: #0056b3; transform: translateY(-2px); } .page-nustar-slot-games__btn--primary { background-color: #ffd700; color: #1a1a1a; font-size: 1.2em; padding: 15px 30px; } .page-nustar-slot-games__btn--primary:hover { background-color: #e6c200; } .page-nustar-slot-games__hero-section { background: linear-gradient(rgba(0, 0, 0, 0.7), rgba(0, 0, 0, 0.7)); background-size: cover; background-position: center; color: #fff; text-align: center; padding: 100px 0 80px; position: relative; overflow: hidden; padding-top: calc(var(--header-offset, 122px) + 10px); } .page-nustar-slot-games__hero-image { position: absolute; top: 0; left: 0; width: 100%; height: 100%; object-fit: cover; z-index: -1; } .page-nustar-slot-games__hero-content { position: relative; z-index: 1; max-width: 900px; margin: 0 auto; } .page-nustar-slot-games__hero-title { font-size: 3.5em; margin-bottom: 20px; color: #ffd700; text-shadow: 3px 3px 6px rgba(0, 0, 0, 0.7); } .page-nustar-slot-games__hero-description { font-size: 1.3em; margin-bottom: 40px; line-height: 1.5; } .page-nustar-slot-games__grid { display: grid; grid-template-columns: repeat(auto-fit, minmax(280px, 1fr)); gap: 30px; margin-top: 40px; } .page-nustar-slot-games__card { background-color: #2a2a2a; border-radius: 10px; overflow: hidden; box-shadow: 0 4px 8px rgba(0, 0, 0, 0.3); text-align: center; transition: transform 0.3s ease, box-shadow 0.3s ease; } .page-nustar-slot-games__card:hover { transform: translateY(-5px); box-shadow: 0 8px 16px rgba(0, 0, 0, 0.5); } .page-nustar-slot-games__card-image { width: 100%; height: 200px; object-fit: cover; } .page-nustar-slot-games__card-content { padding: 25px; } .page-nustar-slot-games__card-title { font-size: 1.4em; color: #ffd700; margin-bottom: 15px; } .page-nustar-slot-games__card-text { font-size: 0.95em; color: #ccc; line-height: 1.5; margin-bottom: 20px; } .page-nustar-slot-games__list { list-style: none; padding: 0; margin: 0; display: flex; flex-wrap: wrap; justify-content: center; gap: 20px; } .page-nustar-slot-games__list-item { background-color: #2a2a2a; border-radius: 8px; padding: 20px; text-align: center; flex: 1 1 300px; box-shadow: 0 2px 4px rgba(0, 0, 0, 0.2); box-sizing: border-box; } .page-nustar-slot-games__list-item-title { font-size: 1.3em; color: #ffd700; margin-bottom: 10px; } .page-nustar-slot-games__list-item-text { font-size: 0.95em; color: #ccc; line-height: 1.5; } .page-nustar-slot-games__icon { width: 50px; height: 50px; margin-bottom: 15px; } .page-nustar-slot-games__faq-section { background-color: #222; } .page-nustar-slot-games__faq-item { background-color: #2a2a2a; margin-bottom: 15px; border-radius: 8px; overflow: hidden; box-shadow: 0 2px 5px rgba(0, 0, 0, 0.3); } .page-nustar-slot-games__faq-question { display: flex; justify-content: space-between; align-items: center; padding: 20px 25px; cursor: pointer; background-color: #333; transition: background-color 0.3s ease; user-select: none; } .page-nustar-slot-games__faq-question:hover { background-color: #444; } .page-nustar-slot-games__faq-question h3 { margin: 0; font-size: 1.2em; color: #ffd700; pointer-events: none; } .page-nustar-slot-games__faq-toggle { font-size: 1.8em; font-weight: bold; color: #ffd700; transition: transform 0.3s ease; pointer-events: none; } .page-nustar-slot-games__faq-item.active .page-nustar-slot-games__faq-toggle { transform: rotate(45deg); } .page-nustar-slot-games__faq-answer { max-height: 0; overflow: hidden; padding: 0 25px; 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; line-height: 1.6; } .page-nustar-slot-games__faq-item.active .page-nustar-slot-games__faq-answer { max-height: 2000px !important; padding: 20px 25px !important; opacity: 1; } .page-nustar-slot-games__blog-grid { display: grid; grid-template-columns: repeat(auto-fit, minmax(300px, 1fr)); gap: 30px; margin-top: 40px; } .page-nustar-slot-games__blog-post-card { background-color: #2a2a2a; border-radius: 10px; overflow: hidden; box-shadow: 0 4px 8px rgba(0, 0, 0, 0.3); transition: transform 0.3s ease, box-shadow 0.3s ease; } .page-nustar-slot-games__blog-post-card:hover { transform: translateY(-5px); box-shadow: 0 8px 16px rgba(0, 0, 0, 0.5); } .page-nustar-slot-games__blog-image { width: 100%; height: 220px; object-fit: cover; } .page-nustar-slot-games__blog-content { padding: 25px; } .page-nustar-slot-games__blog-title { font-size: 1.3em; color: #ffd700; margin-bottom: 10px; } .page-nustar-slot-games__blog-excerpt { font-size: 0.95em; color: #ccc; line-height: 1.5; margin-bottom: 20px; } .page-nustar-slot-games__floating-buttons { position: fixed; bottom: 20px; right: 20px; z-index: 1000; display: flex; flex-direction: column; gap: 10px; } .page-nustar-slot-games__floating-btn { background-color: #007bff; color: #fff; border-radius: 50%; width: 50px; height: 50px; display: flex; align-items: center; justify-content: center; font-size: 0.9em; text-align: center; text-decoration: none; box-shadow: 0 4px 8px rgba(0, 0, 0, 0.4); transition: background-color 0.3s ease, transform 0.2s ease; } .page-nustar-slot-games__floating-btn:hover { background-color: #0056b3; transform: scale(1.05); } .page-nustar-slot-games__floating-btn--register { background-color: #ffd700; color: #1a1a1a; } .page-nustar-slot-games__floating-btn--register:hover { background-color: #e6c200; } .page-nustar-slot-games__floating-btn--login { background-color: #ff4500; } .page-nustar-slot-games__floating-btn--login:hover { background-color: #cc3700; } .page-nustar-slot-games__logo-strip { display: flex; justify-content: center; align-items: center; flex-wrap: wrap; gap: 30px; margin-top: 50px; } .page-nustar-slot-games__logo-item { max-width: 120px; height: auto; opacity: 0.7; transition: opacity 0.3s ease; } .page-nustar-slot-games__logo-item:hover { opacity: 1; } @media (max-width: 768px) { .page-nustar-slot-games__hero-title { font-size: 2.5em; } .page-nustar-slot-games__hero-description { font-size: 1em; } .page-nustar-slot-games__title { font-size: 2em; } .page-nustar-slot-games__subtitle { font-size: 1.4em; } .page-nustar-slot-games__section { padding: 40px 0; } .page-nustar-slot-games__description { font-size: 0.95em; } .page-nustar-slot-games__btn { padding: 10px 20px; font-size: 1em; } .page-nustar-slot-games__btn--primary { padding: 12px 25px; font-size: 1.1em; } .page-nustar-slot-games__grid { grid-template-columns: 1fr; } .page-nustar-slot-games__list { flex-direction: column; align-items: center; } .page-nustar-slot-games__list-item { width: 100% !important; max-width: 100% !important; box-sizing: border-box !important; margin-left: 0 !important; margin-right: 0 !important; padding: 15px !important; word-wrap: break-word !important; overflow-wrap: break-word !important; word-break: break-word !important; } .page-nustar-slot-games__list-item-title { font-size: 1.2em; } .page-nustar-slot-games__faq-question { padding: 15px 20px; } .page-nustar-slot-games__faq-question h3 { font-size: 1.1em; } .page-nustar-slot-games__faq-answer { padding: 15px 20px !important; } .page-nustar-slot-games__blog-grid { grid-template-columns: 1fr; } .page-nustar-slot-games__blog-title { font-size: 1.2em; } .page-nustar-slot-games__floating-buttons { bottom: 15px; right: 15px; } .page-nustar-slot-games__floating-btn { width: 45px; height: 45px; font-size: 0.8em; } img { max-width: 100% !important; height: auto !important; } .page-nustar-slot-games__card-image, .page-nustar-slot-games__blog-image { height: 180px; } .page-nustar-slot-games__logo-strip { gap: 15px; } .page-nustar-slot-games__logo-item { max-width: 100px; } }