.page-n877dn { font-family: 'Arial', sans-serif; color: #f0f0f0; background-color: #1a1a1a; line-height: 1.6; padding-top: 10px; } .page-n877dn__container { max-width: 1200px; margin: 0 auto; padding: 20px; } @media (max-width: 768px) { .page-n877dn__container { padding: 10px; } } .page-n877dn__hero-section { position: relative; width: 100%; height: 60vh; min-height: 300px; display: flex; align-items: center; justify-content: center; text-align: center; color: #fff; overflow: hidden; margin-bottom: 40px; border-radius: 10px; } .page-n877dn__hero-image { position: absolute; top: 0; left: 0; width: 100%; height: 100%; object-fit: cover; z-index: 0; filter: brightness(0.6); } .page-n877dn__hero-content { position: relative; z-index: 1; max-width: 800px; padding: 20px; background: rgba(0, 0, 0, 0.5); border-radius: 10px; } .page-n877dn__hero-title { font-size: 3.5em; margin-bottom: 15px; color: #ffcc00; text-shadow: 2px 2px 4px rgba(0, 0, 0, 0.7); line-height: 1.2; } @media (max-width: 768px) { .page-n877dn__hero-title { font-size: 2.2em; } } .page-n877dn__hero-subtitle { font-size: 1.4em; margin-bottom: 30px; color: #e0e0e0; } @media (max-width: 768px) { .page-n877dn__hero-subtitle { font-size: 1.1em; } } .page-n877dn__hero-buttons { display: flex; gap: 20px; justify-content: center; } @media (max-width: 768px) { .page-n877dn__hero-buttons { flex-direction: column; gap: 10px; } } .page-n877dn__btn { display: inline-block; padding: 15px 30px; background-color: #ffcc00; color: #1a1a1a; text-decoration: none; border-radius: 5px; font-weight: bold; font-size: 1.1em; transition: background-color 0.3s ease, transform 0.3s ease; border: none; cursor: pointer; } .page-n877dn__btn:hover { background-color: #e6b800; transform: translateY(-3px); } .page-n877dn__section { padding: 60px 0; margin-bottom: 40px; border-bottom: 1px solid #333; } .page-n877dn__section:last-child { border-bottom: none; } @media (max-width: 768px) { .page-n877dn__section { padding: 30px 0; margin-bottom: 20px; } } .page-n877dn__section-title { font-size: 2.5em; color: #ffcc00; text-align: center; margin-bottom: 40px; text-transform: uppercase; } @media (max-width: 768px) { .page-n877dn__section-title { font-size: 1.8em; margin-bottom: 20px; } } .page-n877dn__text-content { font-size: 1.1em; text-align: justify; margin-bottom: 20px; color: #ccc; } .page-n877dn__grid { display: grid; grid-template-columns: repeat(auto-fit, minmax(300px, 1fr)); gap: 30px; } @media (max-width: 768px) { .page-n877dn__grid { grid-template-columns: 1fr; gap: 20px; } } .page-n877dn__card { background-color: #2a2a2a; border-radius: 10px; overflow: hidden; box-shadow: 0 5px 15px rgba(0, 0, 0, 0.4); text-align: center; transition: transform 0.3s ease; } .page-n877dn__card:hover { transform: translateY(-5px); } .page-n877dn__card-image { width: 100%; height: 200px; object-fit: cover; } .page-n877dn__card-content { padding: 25px; } .page-n877dn__card-title { font-size: 1.6em; color: #ffcc00; margin-bottom: 15px; } .page-n877dn__card-description { font-size: 1em; color: #bbb; margin-bottom: 20px; } .page-n877dn__quick-access-grid { display: grid; grid-template-columns: repeat(auto-fit, minmax(220px, 1fr)); gap: 20px; margin-top: 30px; } @media (max-width: 768px) { .page-n877dn__quick-access-grid { grid-template-columns: 1fr; } } .page-n877dn__quick-access-btn { display: block; width: 100%; padding: 18px 25px; background-color: #007bff; color: #fff; text-decoration: none; border-radius: 8px; font-weight: bold; font-size: 1.1em; text-align: center; transition: background-color 0.3s ease; border: none; cursor: pointer; } .page-n877dn__quick-access-btn:hover { background-color: #0056b3; } .page-n877dn__games-grid { display: grid; grid-template-columns: repeat(auto-fit, minmax(280px, 1fr)); gap: 30px; } @media (max-width: 768px) { .page-n877dn__games-grid { grid-template-columns: 1fr; } } .page-n877dn__game-card { background-color: #2a2a2a; border-radius: 10px; overflow: hidden; box-shadow: 0 5px 15px rgba(0, 0, 0, 0.4); text-align: center; transition: transform 0.3s ease; } .page-n877dn__game-card:hover { transform: translateY(-5px); } .page-n877dn__game-image { width: 100%; height: 220px; object-fit: cover; } .page-n877dn__game-content { padding: 20px; } .page-n877dn__game-title { font-size: 1.8em; color: #ffcc00; margin-bottom: 15px; } .page-n877dn__game-btn { background-color: #ffcc00; color: #1a1a1a; } .page-n877dn__game-btn:hover { background-color: #e6b800; } .page-n877dn__promotions-list { display: grid; grid-template-columns: repeat(auto-fit, minmax(300px, 1fr)); gap: 30px; } @media (max-width: 768px) { .page-n877dn__promotions-list { grid-template-columns: 1fr; } } .page-n877dn__promo-item { background-color: #2a2a2a; border-radius: 10px; padding: 25px; box-shadow: 0 5px 15px rgba(0, 0, 0, 0.4); text-align: center; } .page-n877dn__promo-title { font-size: 1.8em; color: #ffcc00; margin-bottom: 15px; } .page-n877dn__promo-description { color: #bbb; margin-bottom: 20px; } .page-n877dn__promo-btn { background-color: #007bff; color: #fff; } .page-n877dn__promo-btn:hover { background-color: #0056b3; } .page-n877dn__payment-providers { display: flex; flex-wrap: wrap; justify-content: center; align-items: center; gap: 30px; margin-top: 40px; } .page-n877dn__payment-logo { max-height: 80px; width: auto; filter: brightness(0.8) grayscale(1); transition: filter 0.3s ease; } .page-n877dn__payment-logo:hover { filter: brightness(1) grayscale(0); } .page-n877dn__faq-list { margin-top: 30px; } .page-n877dn__faq-item { background-color: #2a2a2a; border-radius: 10px; margin-bottom: 15px; overflow: hidden; box-shadow: 0 2px 8px rgba(0, 0, 0, 0.3); } .page-n877dn__faq-question { display: flex; justify-content: space-between; align-items: center; padding: 20px 25px; cursor: pointer; background-color: #333; color: #ffcc00; font-size: 1.2em; font-weight: bold; transition: background-color 0.3s ease; user-select: none; } .page-n877dn__faq-question:hover { background-color: #444; } .page-n877dn__faq-question h3 { margin: 0; pointer-events: none; color: inherit; font-size: 1em; } .page-n877dn__faq-toggle { font-size: 1.8em; line-height: 1; pointer-events: none; transition: transform 0.3s ease; } .page-n877dn__faq-item.active .page-n877dn__faq-toggle { transform: rotate(45deg); } .page-n877dn__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; color: #ccc; font-size: 1.1em; } .page-n877dn__faq-item.active .page-n877dn__faq-answer { max-height: 2000px !important; padding: 20px 25px !important; opacity: 1; } @media (max-width: 768px) { .page-n877dn__faq-question { padding: 15px 20px; font-size: 1.1em; } .page-n877dn__faq-answer { padding: 0 20px; font-size: 1em; } .page-n877dn__faq-item.active .page-n877dn__faq-answer { padding: 15px 20px !important; } } .page-n877dn__blog-grid { display: grid; grid-template-columns: repeat(auto-fit, minmax(280px, 1fr)); gap: 30px; margin-top: 30px; } @media (max-width: 768px) { .page-n877dn__blog-grid { grid-template-columns: 1fr; } } .page-n877dn__blog-card { background-color: #2a2a2a; border-radius: 10px; overflow: hidden; box-shadow: 0 5px 15px rgba(0, 0, 0, 0.4); transition: transform 0.3s ease; } .page-n877dn__blog-card:hover { transform: translateY(-5px); } .page-n877dn__blog-image { width: 100%; height: 200px; object-fit: cover; } .page-n877dn__blog-content { padding: 20px; } .page-n877dn__blog-title { font-size: 1.4em; color: #ffcc00; margin-bottom: 10px; } .page-n877dn__blog-date { font-size: 0.9em; color: #888; margin-bottom: 15px; } .page-n877dn__blog-excerpt { font-size: 1em; color: #bbb; margin-bottom: 20px; } .page-n877dn__blog-link { display: inline-block; background-color: #007bff; color: #fff; padding: 10px 20px; border-radius: 5px; text-decoration: none; font-weight: bold; font-size: 0.95em; transition: background-color 0.3s ease; } .page-n877dn__blog-link:hover { background-color: #0056b3; } /* Responsive for all list items */ .page-n877dn__intro-features-list, .page-n877dn__security-support-features { list-style: none; padding: 0; margin: 0; display: flex; flex-wrap: wrap; justify-content: center; gap: 20px; } .page-n877dn__intro-features-list li, .page-n877dn__security-support-features li { background-color: #2a2a2a; border-radius: 8px; padding: 15px 20px; box-shadow: 0 2px 5px rgba(0,0,0,0.2); flex: 1 1 calc(33% - 40px); max-width: calc(33% - 40px); box-sizing: border-box; text-align: center; color: #ccc; font-size: 1.05em; } @media (max-width: 768px) { .page-n877dn__intro-features-list li, .page-n877dn__security-support-features li { 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-n877dn__intro-features-list, .page-n877dn__security-support-features { padding: 0 !important; margin-left: 0 !important; margin-right: 0 !important; } } /* Global image responsive */ .page-n877dn img { max-width: 100%; height: auto; display: block; } .page-n877dn__image-container { width: 100%; max-width: 100%; overflow: hidden; box-sizing: border-box; } @media (max-width: 768px) { .page-n877dn img { max-width: 100% !important; height: auto !important; } .page-n877dn__image-container { width: 100% !important; max-width: 100% !important; box-sizing: border-box !important; } }