.page-80king { font-family: 'Arial', sans-serif; background-color: #1a1a2e; color: #e0e0e0; line-height: 1.6; } .page-80king__container { max-width: 1200px; margin: 0 auto; padding: 20px; } .page-80king__hero-section { background-image: url('[GALLERY:hero:1920x1080:gaming,casino,banner,80king]'); background-size: cover; background-position: center; color: #fff; text-align: center; padding: 100px 20px 80px; position: relative; overflow: hidden; border-radius: 10px; margin-bottom: 40px; padding-top: 10px; } .page-80king__hero-overlay { background: rgba(0, 0, 0, 0.6); position: absolute; top: 0; left: 0; right: 0; bottom: 0; } .page-80king__hero-content { position: relative; z-index: 2; max-width: 900px; margin: 0 auto; } .page-80king__hero-title { font-size: 3.5em; margin-bottom: 20px; text-shadow: 2px 2px 4px rgba(0, 0, 0, 0.7); color: #e94560; } .page-80king__hero-subtitle { font-size: 1.5em; margin-bottom: 30px; } .page-80king__btn { display: inline-block; background-color: #e94560; color: #fff; padding: 15px 30px; border-radius: 5px; text-decoration: none; font-weight: bold; transition: background-color 0.3s ease, transform 0.3s ease; border: none; cursor: pointer; font-size: 1.1em; } .page-80king__btn:hover { background-color: #c03952; transform: translateY(-3px); } .page-80king__section { padding: 40px 0; margin-bottom: 30px; background-color: #16213e; border-radius: 10px; box-shadow: 0 4px 8px rgba(0, 0, 0, 0.2); } .page-80king__section-title { text-align: center; font-size: 2.5em; color: #e94560; margin-bottom: 40px; text-shadow: 1px 1px 2px rgba(0, 0, 0, 0.5); } .page-80king__text-content { max-width: 900px; margin: 0 auto; padding: 0 20px; text-align: justify; } .page-80king__text-content p { margin-bottom: 15px; } .page-80king__grid { display: grid; grid-template-columns: repeat(auto-fit, minmax(280px, 1fr)); gap: 30px; padding: 0 20px; } .page-80king__grid-item { background-color: #0f3460; border-radius: 8px; overflow: hidden; text-align: center; box-shadow: 0 2px 4px rgba(0, 0, 0, 0.1); transition: transform 0.3s ease; } .page-80king__grid-item:hover { transform: translateY(-5px); } .page-80king__grid-item-img { width: 100%; height: 200px; object-fit: cover; } .page-80king__grid-item-content { padding: 20px; } .page-80king__grid-item-title { font-size: 1.5em; color: #e94560; margin-bottom: 10px; } .page-80king__grid-item-text { font-size: 0.95em; color: #ccc; margin-bottom: 15px; } .page-80king__game-logos { display: flex; flex-wrap: wrap; justify-content: center; align-items: center; gap: 20px; padding: 0 20px; } .page-80king__game-logo-item { max-width: 100px; height: auto; opacity: 0.8; transition: opacity 0.3s ease; } .page-80king__game-logo-item:hover { opacity: 1; } .page-80king__promo-card { background-color: #0f3460; border-radius: 8px; overflow: hidden; box-shadow: 0 2px 4px rgba(0, 0, 0, 0.1); display: flex; flex-direction: column; align-items: center; text-align: center; padding: 25px; transition: transform 0.3s ease; } .page-80king__promo-card:hover { transform: translateY(-5px); } .page-80king__promo-img { max-width: 100%; height: 220px; object-fit: cover; border-radius: 5px; margin-bottom: 15px; } .page-80king__promo-title { font-size: 1.6em; color: #e94560; margin-bottom: 10px; } .page-80king__promo-description { font-size: 0.95em; color: #ccc; margin-bottom: 20px; } .page-80king__faq-list { max-width: 900px; margin: 0 auto; padding: 0 20px; } .page-80king__faq-item { background-color: #0f3460; border-radius: 8px; margin-bottom: 15px; overflow: hidden; box-shadow: 0 2px 4px rgba(0, 0, 0, 0.1); } .page-80king__faq-question { display: flex; justify-content: space-between; align-items: center; padding: 20px; cursor: pointer; user-select: none; background-color: #1a1a2e; border-bottom: 1px solid #0f3460; } .page-80king__faq-question h3 { margin: 0; font-size: 1.2em; color: #e0e0e0; pointer-events: none; } .page-80king__faq-toggle { font-size: 1.5em; font-weight: bold; color: #e94560; transition: transform 0.3s ease; pointer-events: none; } .page-80king__faq-item.active .page-80king__faq-toggle { transform: rotate(45deg); } .page-80king__faq-answer { max-height: 0; overflow: hidden; padding: 0 20px; opacity: 0; transition: max-height 0.4s cubic-bezier(0.4, 0, 0.2, 1), padding 0.4s ease, opacity 0.4s ease; background-color: #0f3460; } .page-80king__faq-item.active .page-80king__faq-answer { max-height: 2000px !important; padding: 20px !important; opacity: 1; } .page-80king__blog-grid { display: grid; grid-template-columns: repeat(auto-fit, minmax(280px, 1fr)); gap: 30px; padding: 0 20px; } .page-80king__blog-card { background-color: #0f3460; border-radius: 8px; overflow: hidden; box-shadow: 0 2px 4px rgba(0, 0, 0, 0.1); transition: transform 0.3s ease; } .page-80king__blog-card:hover { transform: translateY(-5px); } .page-80king__blog-img { width: 100%; height: 180px; object-fit: cover; } .page-80king__blog-content { padding: 20px; } .page-80king__blog-title { font-size: 1.4em; color: #e94560; margin-bottom: 10px; } .page-80king__blog-title a { color: #e94560; text-decoration: none; transition: color 0.3s ease; } .page-80king__blog-title a:hover { color: #fff; } .page-80king__blog-excerpt { font-size: 0.9em; color: #ccc; margin-bottom: 15px; } .page-80king__blog-date { font-size: 0.8em; color: #888; } .page-80king__floating-buttons { position: fixed; bottom: 20px; right: 20px; z-index: 1000; display: flex; flex-direction: column; gap: 10px; } .page-80king__floating-btn { background-color: #e94560; color: #fff; border-radius: 50%; width: 60px; height: 60px; display: flex; justify-content: center; align-items: center; font-size: 0.9em; text-align: center; text-decoration: none; box-shadow: 0 4px 8px rgba(0, 0, 0, 0.3); transition: background-color 0.3s ease, transform 0.3s ease; } .page-80king__floating-btn:hover { background-color: #c03952; transform: scale(1.05); } @media (max-width: 768px) { .page-80king__container { padding: 10px; } .page-80king__hero-title { font-size: 2.5em; } .page-80king__hero-subtitle { font-size: 1.2em; } .page-80king__section-title { font-size: 2em; } .page-80king__grid { grid-template-columns: 1fr; } .page-80king__promo-grid { grid-template-columns: 1fr; } .page-80king__blog-grid { grid-template-columns: 1fr; } .page-80king__game-logos { gap: 10px; } .page-80king__game-logo-item { max-width: 80px; } .page-80king__faq-list { padding: 0 10px; } .page-80king__faq-answer { padding: 0 10px; } .page-80king__faq-item.active .page-80king__faq-answer { padding: 15px 10px !important; } .page-80king__floating-buttons { right: 10px; bottom: 10px; } .page-80king__floating-btn { width: 50px; height: 50px; font-size: 0.8em; } } @media (max-width: 480px) { .page-80king__hero-section { padding: 80px 10px 60px; } .page-80king__hero-title { font-size: 2em; } .page-80king__hero-subtitle { font-size: 1em; } .page-80king__btn { padding: 12px 25px; font-size: 1em; } .page-80king__section { padding: 30px 0; } .page-80king__section-title { font-size: 1.8em; } .page-80king__text-content { padding: 0 10px; } .page-80king__grid, .page-80king__blog-grid { gap: 20px; } .page-80king__grid-item-title { font-size: 1.3em; } .page-80king__promo-title { font-size: 1.4em; } .page-80king__faq-question h3 { font-size: 1.1em; } .page-80king__faq-answer p { font-size: 0.9em; } .page-80king__floating-buttons { bottom: 5px; right: 5px; } .page-80king__floating-btn { width: 45px; height: 45px; font-size: 0.7em; } }