*, *::before, *::after { box-sizing: border-box; margin: 0; padding: 0; } html, body { height: 100%; font-family: sans-serif; line-height: 1.5; -webkit-font-smoothing: antialiased; -moz-osx-font-smoothing: grayscale; } body { background-color: #fff; color: #000; } img, picture, video, canvas, svg { display: block; max-width: 100%; } input, button, textarea, select { font: inherit; color: inherit; background: none; border: none; outline: none; } a { text-decoration: none; color: inherit; } ul, ol { list-style: none; } table { border-collapse: collapse; border-spacing: 0; } .alert-bar { background-color: #222; color: #fff; text-align: center; font-size: 0.9rem; padding: 0.6rem 1rem; } .main-navbar { display: flex; align-items: center; justify-content: space-between; background-color: #ffffff; padding: 1rem 1.5rem; border-bottom: 1px solid #ddd; position: sticky; top: 0; z-index: 999; } .logo { font-size: 1.5rem; font-weight: bold; } .nav-links { display: flex; gap: 1.2rem; align-items: center; } .nav-links a { text-decoration: none; color: #222; font-weight: 500; transition: color 0.3s ease; } .nav-links a:hover { color: #0077cc; } .cta-button { background-color: #0077cc; color: white !important; padding: 0.5rem 1rem; border-radius: 5px; font-weight: 600; transition: background 0.3s ease; } .cta-button:hover { background-color: #005fa3; } .hamburger { display: none; font-size: 1.8rem; cursor: pointer; user-select: none; } #menu-toggle { display: none; } @media (max-width: 768px) { .nav-links { position: absolute; top: 100%; left: 0; right: 0; background-color: white; flex-direction: column; align-items: flex-start; gap: 0; padding: 0.5rem 1.5rem; display: none; box-shadow: 0 4px 12px rgba(0, 0, 0, 0.1); } .nav-links a { padding: 0.75rem 0; width: 100%; border-bottom: 1px solid #eee; } .hamburger { display: block; } #menu-toggle:checked~.nav-links { display: flex; } } /* Основна секція героя */ .hero-section { padding: 4rem 2rem; text-align: center; background: url('../assets/hero.png') center center/cover no-repeat; color: #fff; } .tagline { font-size: 1.1rem; letter-spacing: 1px; color: #ffcc00; margin-bottom: 1rem; font-weight: 500; } .hero-title { font-size: 3rem; margin: 0.5rem 0; font-weight: 700; letter-spacing: 1px; } .hero-subtitle { font-size: 1.2rem; max-width: 700px; margin: 1rem auto; color: #ddd; } .age-warning { font-size: 0.9rem; color: #f77; margin-top: 1.5rem; } .hero-buttons { margin-top: 2rem; display: flex; justify-content: center; gap: 1rem; flex-wrap: wrap; } /* Кнопки */ .btn-primary, .btn-outline { padding: 0.75rem 1.5rem; font-size: 1rem; border-radius: 5px; font-weight: 600; text-decoration: none; transition: all 0.3s ease; } .btn-primary { background-color: #ffcc00; color: #111; } .btn-primary:hover { background-color: #e6b800; } .btn-outline { border: 2px solid #ffcc00; color: #ffcc00; } .btn-outline:hover { background-color: #ffcc00; color: #111; } /* Адаптивність */ @media (max-width: 768px) { .hero-title { font-size: 2.2rem; } .hero-subtitle { font-size: 1rem; padding: 0 1rem; } .btn-primary, .btn-outline { width: 100%; max-width: 250px; text-align: center; } .hero-buttons { flex-direction: column; align-items: center; } } /* Секція About */ .about-section { padding: 4rem 2rem; background-color: #f9f9f9; text-align: center; color: #222; } .about-title { font-size: 2.5rem; margin-bottom: 0.5rem; font-weight: 700; } .about-subtitle { font-size: 1.1rem; color: #666; margin-bottom: 2.5rem; } /* Контейнер карток */ .about-cards { display: flex; justify-content: center; gap: 2rem; flex-wrap: wrap; } /* Окрема картка */ .about-card { background-color: #fff; padding: 2rem; border-radius: 10px; box-shadow: 0 6px 15px rgba(0, 0, 0, 0.05); flex: 1 1 300px; max-width: 500px; text-align: left; transition: transform 0.3s ease; } .about-card:hover { transform: translateY(-5px); } .about-card h3 { font-size: 1.3rem; margin-bottom: 0.8rem; } .about-card p { font-size: 1rem; color: #444; line-height: 1.6; margin-bottom: 1.5rem; } /* Виділений блок внизу */ .highlight-box { background-color: #fffae6; border-left: 4px solid #ffcc00; padding: 1rem; font-size: 0.95rem; font-weight: 500; color: #222; border-radius: 6px; } /* Адаптивність */ @media (max-width: 768px) { .about-title { font-size: 2rem; } .about-subtitle { font-size: 1rem; } .about-card { padding: 1.5rem; } .about-cards { flex-direction: column; align-items: center; } } /* Секція Gaming */ .gaming-section { padding: 4rem 2rem; background-color: #111; color: #fff; text-align: center; } .gaming-title { font-size: 2.5rem; font-weight: 700; margin-bottom: 0.5rem; } .gaming-subtitle { font-size: 1.1rem; color: #ccc; margin-bottom: 2.5rem; } /* Контейнер карток */ .gaming-cards { display: flex; justify-content: center; gap: 2rem; flex-wrap: wrap; } /* Картка */ .gaming-card { background-color: #1c1c1c; border-radius: 10px; padding: 2rem; flex: 1 1 300px; max-width: 500px; text-align: left; box-shadow: 0 6px 15px rgba(0, 0, 0, 0.4); transition: transform 0.3s ease; } .gaming-card:hover { transform: translateY(-5px); } .gaming-card h3 { font-size: 1.3rem; margin-bottom: 0.75rem; } .gaming-card p { font-size: 1rem; line-height: 1.6; color: #ddd; margin-bottom: 1.2rem; } /* Примітка */ .gaming-note { background-color: #222; padding: 0.8rem 1rem; border-left: 4px solid #ffcc00; font-size: 0.95rem; color: #ffcc00; border-radius: 5px; } /* Адаптивність */ @media (max-width: 768px) { .gaming-title { font-size: 2rem; } .gaming-subtitle { font-size: 1rem; } .gaming-cards { flex-direction: column; align-items: center; } .gaming-card { padding: 1.5rem; } } .menu-section { padding: 4rem 2rem; background-color: #fff; color: #111; text-align: center; } .menu-title { font-size: 2.5rem; font-weight: 700; margin-bottom: 0.5rem; } .menu-subtitle { font-size: 1.1rem; color: #666; margin-bottom: 3rem; } .menu-grid { display: flex; justify-content: center; gap: 2rem; flex-wrap: wrap; } .menu-card { background-color: #fafafa; padding: 2rem; border-radius: 12px; box-shadow: 0 6px 18px rgba(0, 0, 0, 0.05); flex: 1 1 300px; max-width: 400px; text-align: left; transition: transform 0.3s ease; } .menu-card:hover { transform: translateY(-5px); } .menu-card h3 { font-size: 1.3rem; margin-bottom: 1.5rem; border-bottom: 2px solid #ffcc00; padding-bottom: 0.5rem; } .menu-item { display: flex; justify-content: space-between; align-items: flex-start; margin-bottom: 1rem; gap: 1rem; } .menu-item strong { font-weight: 600; font-size: 1rem; } .menu-item span.price { font-weight: 600; color: #ff9900; white-space: nowrap; font-size: 1rem; } .menu-card hr { border: none; border-top: 1px solid #e0e0e0; margin: 1rem 0; } @media (max-width: 768px) { .menu-title { font-size: 2rem; } .menu-subtitle { font-size: 1rem; margin-bottom: 2rem; } .menu-grid { flex-direction: column; align-items: center; } .menu-card { padding: 1.5rem; } .menu-item { flex-direction: column; align-items: flex-start; } .menu-item span.price { align-self: flex-end; } } /* Секція курортів */ .resort-section { padding: 4rem 2rem; background-color: #f0f0f0; color: #222; text-align: center; } .resort-title { font-size: 2.5rem; font-weight: 700; margin-bottom: 0.5rem; } .resort-subtitle { font-size: 1.1rem; color: #555; margin-bottom: 3rem; } /* Сітка курортів */ .resort-grid { display: grid; grid-template-columns: repeat(auto-fit, minmax(260px, 1fr)); gap: 2rem; } /* Картка курорту */ .resort-card { background-color: #fff; border-radius: 12px; padding: 1.8rem; box-shadow: 0 6px 15px rgba(0, 0, 0, 0.06); text-align: left; transition: transform 0.3s ease; } .resort-card:hover { transform: translateY(-5px); } .resort-card h3 { font-size: 1.2rem; margin-bottom: 0.5rem; } .resort-address, .resort-phone { font-size: 0.95rem; color: #666; margin-bottom: 0.3rem; } .resort-note { margin-top: 0.8rem; font-size: 0.95rem; color: #333; background-color: #fff9e6; padding: 0.7rem 1rem; border-left: 4px solid #ffcc00; border-radius: 6px; } /* Адаптивність */ @media (max-width: 768px) { .resort-title { font-size: 2rem; } .resort-subtitle { font-size: 1rem; } .resort-card { padding: 1.5rem; } } .resort-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 2rem; } /* Адаптивність */ @media (max-width: 992px) { .resort-grid { grid-template-columns: repeat(2, 1fr); } } @media (max-width: 600px) { .resort-grid { grid-template-columns: 1fr; } } /* Контактна секція */ .contact-reserve { padding: 4rem 2rem; background-color: #fff; color: #222; text-align: center; } .contact-title { font-size: 2.5rem; font-weight: 700; margin-bottom: 0.5rem; } .contact-subtitle { font-size: 1.1rem; color: #666; margin-bottom: 3rem; } /* Сітка контактів */ .contact-grid { display: grid; grid-template-columns: repeat(2, 1fr); gap: 2rem; max-width: 900px; margin: 0 auto; } /* Блок контактної інформації */ .contact-box { background-color: #f9f9f9; border-radius: 12px; padding: 2rem; text-align: left; box-shadow: 0 6px 15px rgba(0, 0, 0, 0.04); transition: transform 0.3s ease; } .contact-box:hover { transform: translateY(-4px); } .contact-box h3 { font-size: 1.2rem; margin-bottom: 0.5rem; color: #111; } .contact-box p, .contact-box a { font-size: 1rem; color: #333; margin-bottom: 1rem; text-decoration: none; } .contact-box a:hover { color: #0077cc; } /* Графік роботи */ .hours { list-style: none; padding-left: 0; } .hours li { margin-bottom: 0.6rem; font-size: 0.95rem; color: #444; } /* Адаптивність */ @media (max-width: 768px) { .contact-title { font-size: 2rem; } .contact-subtitle { font-size: 1rem; margin-bottom: 2rem; } .contact-grid { grid-template-columns: 1fr; } .contact-box { padding: 1.5rem; } } /* Секція попередження */ .gaming-disclaimer { padding: 3rem 2rem; background-color: #fff4e6; color: #222; text-align: center; border-top: 3px solid #ff9900; border-bottom: 3px solid #ff9900; } .disclaimer-title { font-size: 1.8rem; font-weight: 700; color: #cc3300; margin-bottom: 1rem; } .disclaimer-text { max-width: 800px; margin: 0 auto 2rem; font-size: 1rem; color: #444; line-height: 1.6; } /* Виділена нижня коробка */ .disclaimer-box { background-color: #fff; border-left: 5px solid #ff9900; padding: 1rem 1.5rem; margin: 0 auto; max-width: 700px; font-size: 0.95rem; color: #222; border-radius: 6px; text-align: left; box-shadow: 0 4px 10px rgba(0, 0, 0, 0.05); } /* Адаптивність */ @media (max-width: 768px) { .disclaimer-title { font-size: 1.5rem; } .disclaimer-text { font-size: 0.95rem; padding: 0 1rem; } .disclaimer-box { font-size: 0.9rem; padding: 0.9rem 1rem; } } /* Основний футер */ .custom-footer { background-color: #111; color: #ddd; padding: 3rem 2rem 1.5rem; font-size: 0.95rem; } .footer-content { display: flex; justify-content: space-between; gap: 3rem; flex-wrap: wrap; max-width: 1200px; margin: 0 auto; } /* Колонки */ .footer-col { flex: 1 1 280px; min-width: 240px; } .footer-col h3 { font-size: 1.2rem; color: #fff; margin-bottom: 1rem; } .footer-col p { color: #bbb; line-height: 1.6; } /* Навігація */ .footer-col ul { list-style: none; padding: 0; margin: 0; } .footer-col ul li { margin-bottom: 0.6rem; } .footer-col ul li a { text-decoration: none; color: #bbb; transition: color 0.3s ease; } .footer-col ul li a:hover { color: #ffcc00; } /* Нижній блок */ .footer-bottom { text-align: center; margin-top: 2rem; border-top: 1px solid #333; padding-top: 1rem; font-size: 0.85rem; color: #ffffff; } /* Адаптивність */ @media (max-width: 768px) { .footer-content { flex-direction: column; align-items: flex-start; } .footer-col { margin-bottom: 2rem; } .footer-col h3 { font-size: 1.1rem; } }