.page-67wim { font-family: 'Arial', sans-serif; color: #f0f0f0; background-color: #1a1a1a; line-height: 1.6; } .page-67wim__container { max-width: 1200px; margin: 0 auto; padding: 20px; } .page-67wim__section { padding: 40px 20px; margin-bottom: 20px; border-radius: 8px; background-color: #2a2a2a; box-shadow: 0 4px 15px rgba(0, 0, 0, 0.3); } .page-67wim__section--dark { background-color: #1a1a1a; } .page-67wim__hero-section { background: url('[GALLERY:hero:1920x1080:casino,sports,betting,vietnam,night]') no-repeat center center/cover; color: #fff; text-align: center; padding: 10px 20px 80px; min-height: 600px; display: flex; flex-direction: column; justify-content: center; align-items: center; position: relative; overflow: hidden; } .page-67wim__hero-section::before { content: ''; position: absolute; top: 0; left: 0; right: 0; bottom: 0; background: linear-gradient(to bottom, rgba(0,0,0,0.6) 0%, rgba(0,0,0,0.3) 50%, rgba(0,0,0,0.6) 100%); z-index: 1; } .page-67wim__hero-content { position: relative; z-index: 2; max-width: 900px; margin: 0 auto; } .page-67wim__hero-title { font-size: 3.5em; margin-bottom: 20px; text-shadow: 0 4px 8px rgba(0, 0, 0, 0.5); line-height: 1.2; color: #ffe000; } .page-67wim__hero-subtitle { font-size: 1.5em; margin-bottom: 30px; color: #e0e0e0; } .page-67wim__cta-button { display: inline-block; background-color: #ff4500; color: #fff; padding: 15px 35px; border-radius: 50px; text-decoration: none; font-size: 1.2em; font-weight: bold; transition: background-color 0.3s ease, transform 0.3s ease; margin: 10px; border: none; cursor: pointer; } .page-67wim__cta-button:hover { background-color: #e63e00; transform: translateY(-3px); } .page-67wim__cta-group { margin-top: 20px; display: flex; flex-wrap: wrap; justify-content: center; gap: 15px; } .page-67wim__title { font-size: 2.5em; color: #ffe000; text-align: center; margin-bottom: 40px; text-shadow: 0 2px 5px rgba(0, 0, 0, 0.2); } .page-67wim__subtitle { font-size: 1.8em; color: #e0e0e0; text-align: center; margin-bottom: 30px; } .page-67wim__text-content { font-size: 1.1em; color: #c0c0c0; text-align: justify; margin-bottom: 20px; } .page-67wim__grid { display: grid; grid-template-columns: repeat(auto-fit, minmax(300px, 1fr)); gap: 30px; margin-top: 30px; } .page-67wim__card { background-color: #333; border-radius: 10px; overflow: hidden; text-align: center; box-shadow: 0 4px 10px rgba(0, 0, 0, 0.2); transition: transform 0.3s ease, box-shadow 0.3s ease; display: flex; flex-direction: column; height: 100%; } .page-67wim__card:hover { transform: translateY(-5px); box-shadow: 0 8px 20px rgba(0, 0, 0, 0.4); } .page-67wim__card-image { width: 100%; height: 200px; object-fit: cover; } .page-67wim__card-content { padding: 25px; flex-grow: 1; display: flex; flex-direction: column; justify-content: space-between; } .page-67wim__card-title { font-size: 1.5em; color: #ffe000; margin-bottom: 15px; } .page-67wim__card-description { font-size: 1em; color: #ccc; margin-bottom: 20px; flex-grow: 1; } .page-67wim__card-button { display: inline-block; background-color: #007bff; color: #fff; padding: 10px 20px; border-radius: 5px; text-decoration: none; font-weight: bold; transition: background-color 0.3s ease; } .page-67wim__card-button:hover { background-color: #0056b3; } .page-67wim__list { list-style: none; padding: 0; margin: 0; } .page-67wim__list-item { background-color: #333; margin-bottom: 15px; padding: 20px; border-radius: 8px; display: flex; align-items: center; gap: 20px; box-sizing: border-box; } .page-67wim__list-icon { width: 60px; height: 60px; object-fit: contain; } .page-67wim__list-text { flex-grow: 1; font-size: 1.1em; color: #ccc; } .page-67wim__quick-access-links { display: flex; flex-wrap: wrap; justify-content: center; gap: 20px; margin-top: 30px; } .page-67wim__quick-access-link { display: flex; flex-direction: column; align-items: center; text-decoration: none; color: #ffe000; font-weight: bold; transition: color 0.3s ease, transform 0.3s ease; } .page-67wim__quick-access-link:hover { color: #fff; transform: translateY(-5px); } .page-67wim__quick-access-icon { width: 80px; height: 80px; object-fit: contain; margin-bottom: 10px; border-radius: 50%; background-color: rgba(255, 255, 255, 0.1); padding: 10px; } .page-67wim__game-category { text-align: center; } .page-67wim__game-category-title { font-size: 1.8em; color: #ffe000; margin-bottom: 20px; } .page-67wim__game-category-grid { display: grid; grid-template-columns: repeat(auto-fit, minmax(250px, 1fr)); gap: 20px; } .page-67wim__game-card { background-color: #3e3e3e; border-radius: 10px; overflow: hidden; box-shadow: 0 4px 10px rgba(0, 0, 0, 0.2); transition: transform 0.3s ease; position: relative; } .page-67wim__game-card:hover { transform: translateY(-5px); } .page-67wim__game-card-image { width: 100%; height: 180px; object-fit: cover; display: block; } .page-67wim__game-card-overlay { position: absolute; bottom: 0; left: 0; right: 0; background: linear-gradient(to top, rgba(0,0,0,0.8) 0%, rgba(0,0,0,0) 100%); color: #fff; padding: 15px; text-align: center; } .page-67wim__game-card-title { font-size: 1.3em; margin: 0; color: #ffe000; } .page-67wim__game-card-button { display: inline-block; background-color: #ff4500; color: #fff; padding: 8px 15px; border-radius: 20px; text-decoration: none; font-size: 0.9em; margin-top: 10px; transition: background-color 0.3s ease; } .page-67wim__game-card-button:hover { background-color: #e63e00; } .page-67wim__promo-card { background-color: #333; border-radius: 10px; overflow: hidden; box-shadow: 0 4px 10px rgba(0, 0, 0, 0.2); text-align: center; padding: 25px; display: flex; flex-direction: column; justify-content: space-between; height: 100%; } .page-67wim__promo-image { width: 100%; height: 150px; object-fit: cover; border-radius: 5px; margin-bottom: 20px; } .page-67wim__promo-title { font-size: 1.5em; color: #ffe000; margin-bottom: 10px; } .page-67wim__promo-description { font-size: 1em; color: #ccc; margin-bottom: 20px; flex-grow: 1; } .page-67wim__promo-button { display: inline-block; background-color: #007bff; color: #fff; padding: 10px 20px; border-radius: 5px; text-decoration: none; font-weight: bold; transition: background-color 0.3s ease; } .page-67wim__promo-button:hover { background-color: #0056b3; } .page-67wim__security-item { display: flex; align-items: center; background-color: #333; padding: 20px; border-radius: 8px; margin-bottom: 15px; gap: 20px; } .page-67wim__security-icon { width: 50px; height: 50px; object-fit: contain; } .page-67wim__security-text { font-size: 1.1em; color: #ccc; } .page-67wim__faq-list { list-style: none; padding: 0; margin-top: 30px; } .page-67wim__faq-item { background-color: #333; border-radius: 8px; margin-bottom: 15px; overflow: hidden; transition: background-color 0.3s ease; } .page-67wim__faq-item.active { background-color: #444; } .page-67wim__faq-question { display: flex; justify-content: space-between; align-items: center; padding: 20px 25px; cursor: pointer; user-select: none; color: #ffe000; font-size: 1.2em; font-weight: bold; } .page-67wim__faq-question:hover { background-color: #4a4a4a; } .page-67wim__faq-question h3 { margin: 0; font-size: 1.2em; pointer-events: none; color: #ffe000; } .page-67wim__faq-toggle { font-size: 1.8em; line-height: 1; pointer-events: none; transition: transform 0.3s ease; } .page-67wim__faq-item.active .page-67wim__faq-toggle { transform: rotate(45deg); } .page-67wim__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; } .page-67wim__faq-item.active .page-67wim__faq-answer { max-height: 2000px !important; padding: 20px 25px !important; opacity: 1; } .page-67wim__blog-card { background-color: #333; border-radius: 10px; overflow: hidden; box-shadow: 0 4px 10px rgba(0, 0, 0, 0.2); transition: transform 0.3s ease; display: flex; flex-direction: column; height: 100%; } .page-67wim__blog-card:hover { transform: translateY(-5px); } .page-67wim__blog-image { width: 100%; height: 220px; object-fit: cover; } .page-67wim__blog-content { padding: 20px; flex-grow: 1; display: flex; flex-direction: column; justify-content: space-between; } .page-67wim__blog-date { font-size: 0.9em; color: #999; margin-bottom: 10px; } .page-67wim__blog-title { font-size: 1.4em; color: #ffe000; margin-bottom: 15px; line-height: 1.3; } .page-67wim__blog-title a { text-decoration: none; color: #ffe000; transition: color 0.3s ease; } .page-67wim__blog-title a:hover { color: #fff; } .page-67wim__blog-excerpt { font-size: 1em; color: #ccc; margin-bottom: 20px; flex-grow: 1; } .page-67wim__blog-readmore { display: inline-block; background-color: #007bff; color: #fff; padding: 8px 15px; border-radius: 5px; text-decoration: none; font-weight: bold; transition: background-color 0.3s ease; } .page-67wim__blog-readmore:hover { background-color: #0056b3; } @media (max-width: 992px) { .page-67wim__hero-title { font-size: 2.8em; } .page-67wim__hero-subtitle { font-size: 1.3em; } .page-67wim__title { font-size: 2em; } .page-67wim__subtitle { font-size: 1.5em; } } @media (max-width: 768px) { .page-67wim__hero-section { min-height: 500px; padding: 10px 15px 60px; } .page-67wim__hero-title { font-size: 2.2em; } .page-67wim__hero-subtitle { font-size: 1.1em; } .page-67wim__cta-button { padding: 12px 25px; font-size: 1.1em; margin: 8px; } .page-67wim__title { font-size: 1.8em; margin-bottom: 30px; } .page-67wim__subtitle { font-size: 1.3em; } .page-67wim__section { padding: 30px 15px; } .page-67wim__grid { grid-template-columns: 1fr; gap: 20px; } .page-67wim__card-image { height: 180px; } .page-67wim__card-title { font-size: 1.3em; } .page-67wim__list-item { flex-direction: column; text-align: center; gap: 10px; padding: 15px; width: 100% !important; max-width: 100% !important; box-sizing: border-box !important; margin-left: 0 !important; margin-right: 0 !important; } .page-67wim__list-text { font-size: 1em; word-wrap: break-word !important; overflow-wrap: break-word !important; word-break: break-word !important; } .page-67wim__list-icon { margin-bottom: 5px; } .page-67wim__quick-access-links { flex-direction: column; align-items: center; gap: 15px; } .page-67wim__quick-access-icon { width: 70px; height: 70px; } .page-67wim__game-category-grid { grid-template-columns: 1fr; } .page-67wim__game-card-image { height: 160px; } .page-67wim__game-card-title { font-size: 1.1em; } .page-67wim__promo-image { height: 120px; } .page-67wim__promo-title { font-size: 1.3em; } .page-67wim__security-item { flex-direction: column; text-align: center; gap: 10px; padding: 15px; } .page-67wim__faq-question { padding: 15px 20px; font-size: 1.1em; } .page-67wim__faq-question h3 { font-size: 1.1em; } .page-67wim__faq-answer { padding: 0 20px; } .page-67wim__faq-item.active .page-67wim__faq-answer { padding: 15px 20px !important; } .page-67wim__blog-image { height: 180px; } .page-67wim__blog-title { font-size: 1.2em; } } @media (max-width: 480px) { .page-67wim__hero-title { font-size: 1.8em; } .page-67wim__hero-subtitle { font-size: 0.9em; } .page-67wim__cta-button { padding: 10px 20px; font-size: 1em; margin: 5px; } .page-67wim__title { font-size: 1.5em; } .page-67wim__subtitle { font-size: 1.1em; } .page-67wim__section { padding: 20px 10px; } .page-67wim__card-content { padding: 15px; } .page-67wim__card-title { font-size: 1.2em; } .page-67wim__card-description { font-size: 0.9em; } .page-67wim__quick-access-icon { width: 60px; height: 60px; } .page-67wim__game-card-overlay { padding: 10px; } .page-67wim__game-card-title { font-size: 1em; } .page-67wim__game-card-button { padding: 6px 12px; font-size: 0.8em; } .page-67wim__promo-content { padding: 15px; } .page-67wim__promo-title { font-size: 1.2em; } .page-67wim__security-item { padding: 10px; } .page-67wim__security-text { font-size: 0.9em; } .page-67wim__faq-question { font-size: 1em; padding: 12px 15px; } .page-67wim__faq-question h3 { font-size: 1em; } .page-67wim__faq-answer { padding: 0 15px; } .page-67wim__faq-item.active .page-67wim__faq-answer { padding: 10px 15px !important; } .page-67wim__blog-content { padding: 15px; } .page-67wim__blog-title { font-size: 1.1em; } .page-67wim__blog-excerpt { font-size: 0.9em; } .page-67wim__blog-readmore { padding: 6px 12px; font-size: 0.9em; } }