.page-hott51 { font-family: 'Arial', sans-serif; color: #333; line-height: 1.6; background-color: #f8f8f8; padding-top: 10px; } .page-hott51__container { max-width: 1200px; margin: 0 auto; padding: 0 15px; } .page-hott51__section { padding: 40px 0; margin-bottom: 20px; background-color: #fff; border-radius: 8px; box-shadow: 0 2px 10px rgba(0, 0, 0, 0.05); } .page-hott51__section--dark { background-color: #2c3e50; color: #ecf0f1; } .page-hott51__section-title { text-align: center; color: #2980b9; margin-bottom: 30px; font-size: 2.5em; font-weight: bold; } .page-hott51__section--dark .page-hott51__section-title { color: #f1c40f; } .page-hott51__text-center { text-align: center; } .page-hott51__hero-section { background-image: url('[GALLERY:hero:1920x1080:hott51,vietnam,casino]'); background-size: cover; background-position: center; color: #fff; text-align: center; padding: 100px 15px; border-radius: 0; box-shadow: none; display: flex; flex-direction: column; justify-content: center; align-items: center; min-height: 500px; } .page-hott51__hero-title { font-size: 3.5em; margin-bottom: 20px; text-shadow: 2px 2px 4px rgba(0, 0, 0, 0.7); line-height: 1.2; } .page-hott51__hero-subtitle { font-size: 1.5em; margin-bottom: 40px; text-shadow: 1px 1px 3px rgba(0, 0, 0, 0.7); } .page-hott51__hero-buttons { display: flex; gap: 20px; justify-content: center; } .page-hott51__btn { display: inline-block; padding: 15px 30px; background-color: #e74c3c; color: #fff; text-decoration: none; border-radius: 50px; font-weight: bold; transition: background-color 0.3s ease, transform 0.2s ease; border: none; cursor: pointer; font-size: 1.1em; } .page-hott51__btn:hover { background-color: #c0392b; transform: translateY(-2px); } .page-hott51__btn--primary { background-color: #27ae60; } .page-hott51__btn--primary:hover { background-color: #229a54; } .page-hott51__intro-content { display: flex; flex-wrap: wrap; align-items: center; gap: 30px; margin-top: 20px; } .page-hott51__intro-text { flex: 1; min-width: 300px; } .page-hott51__intro-image { flex: 1; min-width: 300px; text-align: center; } .page-hott51__intro-image img { max-width: 100%; height: auto; border-radius: 8px; box-shadow: 0 4px 15px rgba(0, 0, 0, 0.1); } .page-hott51__quick-access-grid { display: grid; grid-template-columns: repeat(auto-fit, minmax(250px, 1fr)); gap: 25px; margin-top: 30px; } .page-hott51__access-item { background-color: #ecf0f1; padding: 25px; border-radius: 8px; text-align: center; box-shadow: 0 2px 5px rgba(0, 0, 0, 0.05); transition: transform 0.3s ease; } .page-hott51__access-item:hover { transform: translateY(-5px); } .page-hott51__access-item h3 { margin-top: 0; color: #2c3e50; font-size: 1.3em; } .page-hott51__access-item .page-hott51__btn { margin-top: 15px; } .page-hott51__games-grid { display: grid; grid-template-columns: repeat(auto-fit, minmax(280px, 1fr)); gap: 25px; margin-top: 30px; } .page-hott51__game-card { background-color: #fefefe; border-radius: 8px; overflow: hidden; box-shadow: 0 4px 15px rgba(0, 0, 0, 0.1); text-align: center; transition: transform 0.3s ease; } .page-hott51__game-card:hover { transform: translateY(-8px); } .page-hott51__game-card img { width: 100%; height: 200px; object-fit: cover; } .page-hott51__game-card-content { padding: 20px; } .page-hott51__game-card h3 { margin-top: 0; color: #2c3e50; font-size: 1.4em; } .page-hott51__game-card p { font-size: 0.95em; color: #666; margin-bottom: 20px; } .page-hott51__promotions-grid { display: grid; grid-template-columns: repeat(auto-fit, minmax(300px, 1fr)); gap: 30px; margin-top: 30px; } .page-hott51__promo-card { background-color: #fefefe; border-radius: 8px; overflow: hidden; box-shadow: 0 4px 15px rgba(0, 0, 0, 0.1); transition: transform 0.3s ease; } .page-hott51__promo-card:hover { transform: translateY(-8px); } .page-hott51__promo-card img { width: 100%; height: 220px; object-fit: cover; } .page-hott51__promo-card-content { padding: 20px; } .page-hott51__promo-card h3 { margin-top: 0; color: #e74c3c; font-size: 1.5em; margin-bottom: 10px; } .page-hott51__promo-card p { font-size: 0.95em; color: #555; margin-bottom: 20px; } .page-hott51__security-grid { display: grid; grid-template-columns: repeat(auto-fit, minmax(300px, 1fr)); gap: 30px; margin-top: 30px; } .page-hott51__security-item { background-color: #ecf0f1; padding: 25px; border-radius: 8px; text-align: center; box-shadow: 0 2px 5px rgba(0, 0, 0, 0.05); } .page-hott51__security-item img { max-width: 100px; height: auto; margin-bottom: 15px; } .page-hott51__security-item h3 { margin-top: 0; color: #2c3e50; font-size: 1.3em; } .page-hott51__security-item p { font-size: 0.9em; color: #666; } .page-hott51__faq-list { margin-top: 30px; } .page-hott51__faq-item { background-color: #ecf0f1; margin-bottom: 15px; border-radius: 8px; overflow: hidden; box-shadow: 0 2px 5px rgba(0, 0, 0, 0.05); } .page-hott51__faq-question { display: flex; justify-content: space-between; align-items: center; padding: 18px 25px; cursor: pointer; background-color: #3498db; color: #fff; font-weight: bold; transition: background-color 0.3s ease; user-select: none; } .page-hott51__faq-question:hover { background-color: #2980b9; } .page-hott51__faq-question h3 { margin: 0; font-size: 1.1em; pointer-events: none; } .page-hott51__faq-toggle { font-size: 1.5em; line-height: 1; pointer-events: none; transition: transform 0.3s ease; } .page-hott51__faq-item.active .page-hott51__faq-toggle { transform: rotate(45deg); } .page-hott51__faq-answer { max-height: 0; overflow: hidden; padding: 0 25px; background-color: #fefefe; color: #555; transition: max-height 0.4s cubic-bezier(0.4, 0, 0.2, 1), padding 0.4s ease, opacity 0.4s ease; opacity: 0; } .page-hott51__faq-item.active .page-hott51__faq-answer { max-height: 2000px !important; padding: 20px 25px !important; opacity: 1; } .page-hott51__blog-grid { display: grid; grid-template-columns: repeat(auto-fit, minmax(300px, 1fr)); gap: 30px; margin-top: 30px; } .page-hott51__blog-card { background-color: #fefefe; border-radius: 8px; overflow: hidden; box-shadow: 0 4px 15px rgba(0, 0, 0, 0.1); transition: transform 0.3s ease; } .page-hott51__blog-card:hover { transform: translateY(-8px); } .page-hott51__blog-card img { width: 100%; height: 200px; object-fit: cover; } .page-hott51__blog-card-content { padding: 20px; } .page-hott51__blog-card h3 { margin-top: 0; font-size: 1.3em; margin-bottom: 10px; } .page-hott51__blog-card h3 a { color: #2c3e50; text-decoration: none; transition: color 0.3s ease; } .page-hott51__blog-card h3 a:hover { color: #3498db; } .page-hott51__blog-card p { font-size: 0.9em; color: #666; margin-bottom: 15px; } .page-hott51__blog-card-date { font-size: 0.85em; color: #999; text-align: right; } @media (max-width: 992px) { .page-hott51__hero-title { font-size: 2.8em; } .page-hott51__hero-subtitle { font-size: 1.3em; } .page-hott51__section-title { font-size: 2em; } } @media (max-width: 768px) { .page-hott51__hero-section { padding: 80px 15px; min-height: 400px; } .page-hott51__hero-title { font-size: 2.2em; } .page-hott51__hero-subtitle { font-size: 1.1em; } .page-hott51__hero-buttons { flex-direction: column; gap: 15px; } .page-hott51__btn { width: 100%; max-width: 250px; margin: 0 auto; padding: 12px 20px; font-size: 1em; } .page-hott51__section { padding: 30px 0; } .page-hott51__section-title { font-size: 1.8em; margin-bottom: 20px; } .page-hott51__intro-content { flex-direction: column; } .page-hott51__intro-text, .page-hott51__intro-image { min-width: unset; width: 100%; } .page-hott51__quick-access-grid, .page-hott51__games-grid, .page-hott51__promotions-grid, .page-hott51__security-grid, .page-hott51__blog-grid { grid-template-columns: 1fr; } .page-hott51__access-item, .page-hott51__game-card, .page-hott51__promo-card, .page-hott51__security-item, .page-hott51__blog-card { width: 100% !important; max-width: 100% !important; box-sizing: border-box !important; margin-left: 0 !important; margin-right: 0 !important; } .page-hott51__faq-question { padding: 15px 20px; } .page-hott51__faq-question h3 { font-size: 1em; } .page-hott51__faq-answer { padding: 0 20px; } .page-hott51__faq-item.active .page-hott51__faq-answer { padding: 15px 20px !important; } .page-hott51__blog-card h3 { font-size: 1.2em; } .page-hott51__blog-card p { font-size: 0.85em; } } @media (max-width: 480px) { .page-hott51__hero-title { font-size: 1.8em; } .page-hott51__hero-subtitle { font-size: 1em; } .page-hott51__section-title { font-size: 1.5em; } .page-hott51__btn { font-size: 0.9em; padding: 10px 15px; } }