.page-bigwin-island__hero-section { position: relative; display: flex; align-items: center; justify-content: center; min-height: 500px; padding: 10px 20px 60px; background-color: #1a1a2e; color: #ffffff; text-align: center; overflow: hidden; box-sizing: border-box; } .page-bigwin-island__hero-image { position: absolute; top: 0; left: 0; width: 100%; height: 100%; object-fit: cover; z-index: 1; opacity: 0.4; } .page-bigwin-island__hero-content { position: relative; z-index: 2; max-width: 900px; width: 100%; } .page-bigwin-island__hero-title { font-size: 3em; margin-bottom: 20px; line-height: 1.2; color: #e94560; text-shadow: 2px 2px 4px rgba(0, 0, 0, 0.7); } .page-bigwin-island__hero-subtitle { font-size: 1.3em; margin-bottom: 30px; font-weight: 300; } .page-bigwin-island__hero-cta-group { display: flex; flex-wrap: wrap; justify-content: center; gap: 20px; } .page-bigwin-island__hero-button { display: inline-block; padding: 15px 30px; border-radius: 8px; text-decoration: none; font-weight: bold; transition: background-color 0.3s ease, transform 0.3s ease; } .page-bigwin-island__hero-button--primary { background-color: #e94560; color: #ffffff; border: 2px solid #e94560; } .page-bigwin-island__hero-button--primary:hover { background-color: #ff6b82; transform: translateY(-3px); } .page-bigwin-island__hero-button--secondary { background-color: transparent; color: #ffffff; border: 2px solid #ffffff; } .page-bigwin-island__hero-button--secondary:hover { background-color: rgba(255, 255, 255, 0.1); transform: translateY(-3px); } .page-bigwin-island__payment-providers { display: flex; flex-wrap: wrap; justify-content: center; align-items: center; gap: 30px; width: 100%; max-width: 100%; box-sizing: border-box; padding: 40px 20px; background-color: #0f3460; } .page-bigwin-island__section-title { font-size: 2.2em; color: #e94560; text-align: center; margin-bottom: 40px; } .page-bigwin-island__payment-logos { display: flex; flex-wrap: wrap; justify-content: center; align-items: center; gap: 20px; width: 100%; } .page-bigwin-island__payment-logo { flex: 0 0 auto; width: 80px; height: 80px; max-width: 80px; max-height: 80px; object-fit: contain; filter: grayscale(100%); transition: filter 0.3s ease; } .page-bigwin-island__payment-logo:hover { filter: grayscale(0%); } .page-bigwin-island__intro-section, .page-bigwin-island__quick-access-section, .page-bigwin-island__games-section, .page-bigwin-island__promo-section, .page-bigwin-island__service-section, .page-bigwin-island__faq-section, .page-bigwin-island__blog-section { padding: 60px 20px; background-color: #1a1a2e; color: #ffffff; box-sizing: border-box; } .page-bigwin-island__container { max-width: 1200px; margin: 0 auto; padding: 0 15px; box-sizing: border-box; } .page-bigwin-island__text-content { font-size: 1.1em; line-height: 1.6; margin-bottom: 40px; text-align: center; max-width: 800px; margin-left: auto; margin-right: auto; } .page-bigwin-island__features { display: grid; grid-template-columns: repeat(auto-fit, minmax(280px, 1fr)); gap: 30px; margin-top: 40px; } .page-bigwin-island__feature-item { background-color: #0f3460; padding: 30px; border-radius: 10px; text-align: center; transition: transform 0.3s ease, box-shadow 0.3s ease; } .page-bigwin-island__feature-item:hover { transform: translateY(-5px); box-shadow: 0 10px 20px rgba(0, 0, 0, 0.3); } .page-bigwin-island__feature-icon { width: 100px; height: 100px; object-fit: contain; margin-bottom: 20px; } .page-bigwin-island__feature-title { font-size: 1.5em; color: #e94560; margin-bottom: 15px; } .page-bigwin-island__feature-description { font-size: 1em; line-height: 1.5; color: #c4c4c4; } .page-bigwin-island__access-links { display: grid; grid-template-columns: repeat(auto-fit, minmax(250px, 1fr)); gap: 20px; margin-top: 40px; } .page-bigwin-island__access-button { display: block; padding: 18px 25px; background-color: #e94560; color: #ffffff; text-decoration: none; border-radius: 8px; text-align: center; font-weight: bold; transition: background-color 0.3s ease, transform 0.3s ease; } .page-bigwin-island__access-button:hover { background-color: #ff6b82; transform: translateY(-3px); } .page-bigwin-island__game-categories, .page-bigwin-island__promo-grid, .page-bigwin-island__service-grid, .page-bigwin-island__blog-grid { display: grid; grid-template-columns: repeat(auto-fit, minmax(300px, 1fr)); gap: 30px; margin-top: 40px; } .page-bigwin-island__game-card, .page-bigwin-island__promo-card, .page-bigwin-island__blog-card { background-color: #0f3460; border-radius: 10px; overflow: hidden; box-shadow: 0 5px 15px rgba(0, 0, 0, 0.2); transition: transform 0.3s ease, box-shadow 0.3s ease; display: flex; flex-direction: column; } .page-bigwin-island__game-card:hover, .page-bigwin-island__promo-card:hover, .page-bigwin-island__blog-card:hover { transform: translateY(-5px); box-shadow: 0 10px 20px rgba(0, 0, 0, 0.3); } .page-bigwin-island__game-image, .page-bigwin-island__promo-image, .page-bigwin-island__blog-image { width: 100%; height: 200px; object-fit: cover; } .page-bigwin-island__game-title, .page-bigwin-island__promo-title, .page-bigwin-island__blog-title { font-size: 1.4em; color: #e94560; margin: 20px 20px 10px; line-height: 1.3; } .page-bigwin-island__blog-title a { color: #e94560; text-decoration: none; transition: color 0.3s ease; } .page-bigwin-island__blog-title a:hover { color: #ff6b82; } .page-bigwin-island__game-description, .page-bigwin-island__promo-description, .page-bigwin-island__blog-excerpt { font-size: 0.95em; color: #c4c4c4; padding: 0 20px 20px; line-height: 1.5; flex-grow: 1; } .page-bigwin-island__game-button, .page-bigwin-island__promo-button { display: block; width: calc(100% - 40px); margin: 0 20px 20px; padding: 12px 20px; background-color: #e94560; color: #ffffff; text-decoration: none; text-align: center; border-radius: 8px; font-weight: bold; transition: background-color 0.3s ease; } .page-bigwin-island__game-button:hover, .page-bigwin-island__promo-button:hover { background-color: #ff6b82; } .page-bigwin-island__service-item { background-color: #0f3460; padding: 30px; border-radius: 10px; text-align: center; transition: transform 0.3s ease, box-shadow 0.3s ease; } .page-bigwin-island__service-item:hover { transform: translateY(-5px); box-shadow: 0 10px 20px rgba(0, 0, 0, 0.3); } .page-bigwin-island__service-icon { width: 80px; height: 80px; object-fit: contain; margin-bottom: 20px; } .page-bigwin-island__service-title { font-size: 1.4em; color: #e94560; margin-bottom: 10px; } .page-bigwin-island__service-description { font-size: 0.95em; line-height: 1.5; color: #c4c4c4; } .page-bigwin-island__contact-cta { text-align: center; margin-top: 50px; } .page-bigwin-island__contact-button, .page-bigwin-island__blog-button { display: inline-block; padding: 15px 30px; background-color: #e94560; color: #ffffff; text-decoration: none; border-radius: 8px; font-weight: bold; transition: background-color 0.3s ease, transform 0.3s ease; } .page-bigwin-island__contact-button:hover, .page-bigwin-island__blog-button:hover { background-color: #ff6b82; transform: translateY(-3px); } .page-bigwin-island__faq-list { margin-top: 40px; } .page-bigwin-island__faq-item { background-color: #0f3460; margin-bottom: 15px; border-radius: 10px; overflow: hidden; box-shadow: 0 2px 10px rgba(0, 0, 0, 0.1); } .page-bigwin-island__faq-question { display: flex; justify-content: space-between; align-items: center; padding: 20px 25px; cursor: pointer; user-select: none; background-color: #0f3460; transition: background-color 0.3s ease; } .page-bigwin-island__faq-question:hover { background-color: #1c4980; } .page-bigwin-island__faq-title { font-size: 1.2em; color: #ffffff; margin: 0; pointer-events: none; } .page-bigwin-island__faq-toggle { font-size: 1.5em; font-weight: bold; color: #e94560; width: 30px; text-align: center; pointer-events: none; transition: transform 0.3s ease; } .page-bigwin-island__faq-item.active .page-bigwin-island__faq-toggle { transform: rotate(45deg); } .page-bigwin-island__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-bigwin-island__faq-item.active .page-bigwin-island__faq-answer { max-height: 2000px !important; padding: 20px 25px !important; opacity: 1; } .page-bigwin-island__faq-text { color: #c4c4c4; line-height: 1.6; margin-bottom: 15px; } .page-bigwin-island__faq-button { display: inline-block; padding: 10px 20px; background-color: #e94560; color: #ffffff; text-decoration: none; border-radius: 5px; font-weight: bold; transition: background-color 0.3s ease; } .page-bigwin-island__faq-button:hover { background-color: #ff6b82; } .page-bigwin-island__blog-content { padding: 0 20px 20px; display: flex; flex-direction: column; flex-grow: 1; } .page-bigwin-island__blog-date { font-size: 0.85em; color: #999999; margin-top: auto; padding-top: 10px; border-top: 1px solid rgba(255, 255, 255, 0.1); display: block; } @media (max-width: 1024px) { .page-bigwin-island__hero-title { font-size: 2.5em; } .page-bigwin-island__hero-subtitle { font-size: 1.1em; } .page-bigwin-island__section-title { font-size: 2em; } .page-bigwin-island__game-categories, .page-bigwin-island__promo-grid, .page-bigwin-island__service-grid, .page-bigwin-island__blog-grid { grid-template-columns: repeat(auto-fit, minmax(280px, 1fr)); } } @media (max-width: 768px) { .page-bigwin-island__hero-section { min-height: 400px; padding: 10px 15px 40px; } .page-bigwin-island__hero-title { font-size: 2em; margin-bottom: 15px; } .page-bigwin-island__hero-subtitle { font-size: 1em; margin-bottom: 25px; } .page-bigwin-island__hero-cta-group { flex-direction: column; gap: 15px; } .page-bigwin-island__hero-button { width: 100%; padding: 12px 20px; } .page-bigwin-island__payment-providers { flex-direction: row; flex-wrap: wrap; justify-content: center; gap: 16px; padding: 30px 15px; } .page-bigwin-island__payment-logo { width: 80px !important; height: 80px !important; max-width: 80px !important; max-height: 80px !important; } .page-bigwin-island__section-title { font-size: 1.8em; margin-bottom: 30px; } .page-bigwin-island__text-content { font-size: 1em; margin-bottom: 30px; } .page-bigwin-island__features { grid-template-columns: 1fr; gap: 20px; } .page-bigwin-island__feature-item, .page-bigwin-island__service-item { padding: 25px; } .page-bigwin-island__feature-title, .page-bigwin-island__service-title { font-size: 1.3em; } .page-bigwin-island__access-links { grid-template-columns: 1fr; gap: 15px; } .page-bigwin-island__access-button { padding: 15px 20px; } .page-bigwin-island__games-section, .page-bigwin-island__promo-section, .page-bigwin-island__service-section, .page-bigwin-island__faq-section, .page-bigwin-island__blog-section { padding: 40px 15px; } .page-bigwin-island__game-categories, .page-bigwin-island__promo-grid, .page-bigwin-island__service-grid, .page-bigwin-island__blog-grid { grid-template-columns: 1fr; gap: 20px; } .page-bigwin-island__game-card, .page-bigwin-island__promo-card, .page-bigwin-island__blog-card { width: 100% !important; max-width: 100% !important; box-sizing: border-box !important; } .page-bigwin-island__game-image, .page-bigwin-island__promo-image, .page-bigwin-island__blog-image { max-width: 100% !important; height: auto !important; } .page-bigwin-island__game-title, .page-bigwin-island__promo-title, .page-bigwin-island__blog-title { font-size: 1.2em; margin: 15px 15px 8px; word-wrap: break-word !important; overflow-wrap: break-word !important; } .page-bigwin-island__game-description, .page-bigwin-island__promo-description, .page-bigwin-island__blog-excerpt { font-size: 0.9em; padding: 0 15px 15px; word-wrap: break-word !important; overflow-wrap: break-word !important; } .page-bigwin-island__game-button, .page-bigwin-island__promo-button { width: calc(100% - 30px); margin: 0 15px 15px; padding: 10px 15px; } .page-bigwin-island__contact-cta { margin-top: 40px; } .page-bigwin-island__contact-button, .page-bigwin-island__blog-button { padding: 12px 25px; } .page-bigwin-island__faq-question { padding: 15px 20px; } .page-bigwin-island__faq-title { font-size: 1.1em; } .page-bigwin-island__faq-answer { padding: 0 20px; } .page-bigwin-island__faq-item.active .page-bigwin-island__faq-answer { padding: 15px 20px !important; } .page-bigwin-island__faq-text { font-size: 0.9em; } .page-bigwin-island__blog-content { padding: 0 15px 15px; } .page-bigwin-island__blog-date { font-size: 0.8em; } } @media (max-width: 480px) { .page-bigwin-island__hero-title { font-size: 1.7em; } .page-bigwin-island__hero-subtitle { font-size: 0.9em; } .page-bigwin-island__section-title { font-size: 1.5em; } .page-bigwin-island__game-card, .page-bigwin-island__promo-card, .page-bigwin-island__blog-card { border-radius: 8px; } .page-bigwin-island__game-image, .page-bigwin-island__promo-image, .page-bigwin-island__blog-image { height: 180px; } .page-bigwin-island__game-title, .page-bigwin-island__promo-title, .page-bigwin-island__blog-title { font-size: 1.1em; } .page-bigwin-island__game-description, .page-bigwin-island__promo-description, .page-bigwin-island__blog-excerpt { font-size: 0.85em; } }