Spaces:
Running
Running
Aleksandr Sashka commited on
сделай мобильную адаптацию сайту
Browse files- index.html +228 -56
index.html
CHANGED
|
@@ -3,14 +3,14 @@
|
|
| 3 |
<head>
|
| 4 |
<meta charset="UTF-8">
|
| 5 |
<meta name="viewport" content="width=device-width, initial-scale=1.0">
|
| 6 |
-
|
| 7 |
<script src="https://cdn.tailwindcss.com"></script>
|
| 8 |
<script src="https://cdn.jsdelivr.net/npm/feather-icons/dist/feather.min.js"></script>
|
| 9 |
<script src="https://unpkg.com/feather-icons"></script>
|
| 10 |
<style>
|
| 11 |
@import url('https://fonts.googleapis.com/css2?family=Montserrat:wght@300;400;500;700;900&display=swap');
|
| 12 |
-
:root {
|
| 13 |
-
|
| 14 |
--dark-red: #8B0000;
|
| 15 |
--card-bg: rgba(139, 0, 0, 0.9);
|
| 16 |
}
|
|
@@ -27,6 +27,150 @@
|
|
| 27 |
width: 100%;
|
| 28 |
box-sizing: border-box;
|
| 29 |
}
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 30 |
.bebas {
|
| 31 |
font-family: 'Montserrat', sans-serif;
|
| 32 |
font-weight: 900;
|
|
@@ -137,13 +281,14 @@
|
|
| 137 |
<body class="text-white bg-black" style="width: 1100px; margin: 0 auto;">
|
| 138 |
<div class="site-wrapper w-full" style="width: 1100px;">
|
| 139 |
<!-- Header -->
|
| 140 |
-
<header class="fixed top-0 z-50 bg-black backdrop-blur-md border-b-2 border-yellow-500 shadow-lg
|
| 141 |
-
<nav class="w-full px-4 py-3
|
| 142 |
<div class="flex justify-between items-center">
|
| 143 |
<div class="flex items-center space-x-3">
|
| 144 |
-
<img src="http://testsite.casino-ya.ru/azino/images/3.png" alt="Azino 777 Logo" class="h-12 w-auto">
|
| 145 |
-
</div>
|
| 146 |
-
|
|
|
|
| 147 |
<a href="#games" class="nav-link px-4 py-2 text-sm font-medium hover:text-yellow-400 transition-colors">ИГРЫ</a>
|
| 148 |
<a href="#bonuses" class="nav-link px-4 py-2 text-sm font-medium hover:text-yellow-400 transition-colors">БОНУСЫ</a>
|
| 149 |
<a href="#mobile" class="nav-link px-4 py-2 text-sm font-medium hover:text-yellow-400 transition-colors">МОБИЛЬНОЕ</a>
|
|
@@ -151,17 +296,28 @@
|
|
| 151 |
</div>
|
| 152 |
|
| 153 |
<div class="flex items-center space-x-3">
|
| 154 |
-
<button class="
|
| 155 |
-
<i data-feather="
|
|
|
|
|
|
|
|
|
|
| 156 |
Вход
|
| 157 |
</button>
|
| 158 |
-
<button class="bg-gradient-to-r from-red-600 to-red-800 text-white px-5 py-2 rounded-full font-bold text-sm hover:from-red-700 hover:to-red-900 transition-all shadow-md hover:shadow-red-500/30 flex items-center">
|
| 159 |
-
<i data-feather="user-plus" class="w-4 h-4 mr-1"></i>
|
| 160 |
Регистрация
|
| 161 |
</button>
|
| 162 |
</div>
|
| 163 |
</div>
|
| 164 |
</nav>
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 165 |
</header>
|
| 166 |
<!-- Hero Section -->
|
| 167 |
<section class="pt-24 pb-16 relative overflow-hidden">
|
|
@@ -171,58 +327,56 @@
|
|
| 171 |
<div class="absolute top-10 left-10 w-32 h-32 border-4 border-yellow-500 rounded-full floating hidden md:block"></div>
|
| 172 |
</div>
|
| 173 |
<div class="site-wrapper px-4 relative z-10">
|
| 174 |
-
<div class="grid md:grid-cols-2 gap-12 items-center">
|
| 175 |
<div>
|
| 176 |
-
<h1 class="bebas text-
|
| 177 |
АЗИНО 777
|
| 178 |
</h1>
|
| 179 |
-
<p class="text-
|
| 180 |
Официальное казино с бонусами, играми и максимальной безопасностью для вашего удовольствия
|
| 181 |
</p>
|
| 182 |
<div class="flex flex-wrap gap-2 md:gap-4 mb-8 justify-center md:justify-start relative z-10">
|
| 183 |
<div class="flex items-center space-x-2">
|
| 184 |
-
<i data-feather="shield" class="w-5 h-5 text-yellow-400"></i>
|
| 185 |
-
<span>100% Безопасно</span>
|
| 186 |
</div>
|
| 187 |
<div class="flex items-center space-x-2">
|
| 188 |
-
<i data-feather="gift" class="w-5 h-5 text-yellow-400"></i>
|
| 189 |
-
<span>Щедрые бонусы</span>
|
| 190 |
</div>
|
| 191 |
<div class="flex items-center space-x-2">
|
| 192 |
-
<i data-feather="smartphone" class="w-5 h-5 text-yellow-400"></i>
|
| 193 |
-
<span>Мобильная версия</span>
|
| 194 |
</div>
|
| 195 |
</div>
|
| 196 |
-
<div class="flex flex-wrap gap-
|
| 197 |
-
<button class="btn-gold text-lg pulse-gold">
|
| 198 |
Играть сейчас
|
| 199 |
</button>
|
| 200 |
-
<button class="border-2 border-yellow-500 px-8 py-3 rounded-full font-bold hover:bg-yellow-500 hover:text-black transition-all">
|
| 201 |
Демо игры
|
| 202 |
</button>
|
| 203 |
</div>
|
| 204 |
</div>
|
| 205 |
-
<div class="relative">
|
| 206 |
<img src="https://testsite.casino-ya.ru/azino/images/jp.png"
|
| 207 |
alt="Azino Bonus"
|
| 208 |
-
class="rounded-lg shadow-2xl w-3/4 mx-auto relative z-10
|
| 209 |
-
<div class="absolute -bottom-6 -right-6 bg-gradient-to-r from-yellow-400 to-yellow-600 text-black px-6 py-3 rounded-lg font-bold transform rotate-3">
|
| 210 |
1.967.678.87 RUB
|
| 211 |
</div>
|
| 212 |
</div>
|
| 213 |
</div>
|
| 214 |
</div>
|
| 215 |
</section>
|
| 216 |
-
|
| 217 |
-
<!-- Games Section -->
|
| 218 |
<section id="games" class="py-16 bg-gradient-to-b from-transparent to-black/50">
|
| 219 |
<div class="site-wrapper px-4">
|
| 220 |
<h2 class="bebas text-5xl text-center gold-text mb-12">
|
| 221 |
ИГРОВАЯ БИБЛИОТЕКА
|
| 222 |
</h2>
|
| 223 |
-
|
| 224 |
-
|
| 225 |
-
<div class="card-gradient rounded-xl p-6 game-card">
|
| 226 |
<div class="flex items-center justify-between mb-4">
|
| 227 |
<i data-feather="zap" class="w-8 h-8 text-yellow-400"></i>
|
| 228 |
<span class="bg-yellow-500 text-black px-3 py-1 rounded-full text-sm font-bold">HOT</span>
|
|
@@ -312,9 +466,8 @@
|
|
| 312 |
<h2 class="bebas text-5xl text-center gold-text mb-12">
|
| 313 |
БОНУСЫ И АКЦИИ
|
| 314 |
</h2>
|
| 315 |
-
|
| 316 |
-
|
| 317 |
-
<div class="text-center">
|
| 318 |
<div class="w-24 h-24 mx-auto mb-4 bg-gradient-to-br from-yellow-400 to-yellow-600 rounded-full flex items-center justify-center">
|
| 319 |
<span class="text-3xl font-bold text-black">200%</span>
|
| 320 |
</div>
|
|
@@ -473,9 +626,8 @@
|
|
| 473 |
<h2 class="bebas text-5xl text-center gold-text mb-12">
|
| 474 |
МОБИЛЬНАЯ ВЕРСИЯ
|
| 475 |
</h2>
|
| 476 |
-
|
| 477 |
-
|
| 478 |
-
<div>
|
| 479 |
<div class="flex items-center space-x-4 mb-6">
|
| 480 |
<i data-feather="smartphone" class="w-12 h-12 text-yellow-400"></i>
|
| 481 |
<h3 class="text-3xl font-bold">Играйте где угодно</h3>
|
|
@@ -548,9 +700,8 @@
|
|
| 548 |
<h2 class="bebas text-5xl text-center gold-text mb-12">
|
| 549 |
БЕЗОПАСНОСТЬ И ЗАЩИТА
|
| 550 |
</h2>
|
| 551 |
-
|
| 552 |
-
|
| 553 |
-
<div class="text-center">
|
| 554 |
<div class="w-20 h-20 mx-auto mb-4 bg-gradient-to-br from-green-400 to-green-600 rounded-full flex items-center justify-center">
|
| 555 |
<i data-feather="shield" class="w-10 h-10 text-white"></i>
|
| 556 |
</div>
|
|
@@ -589,9 +740,8 @@
|
|
| 589 |
<p class="text-center text-xl mb-8">
|
| 590 |
Наша команда поддержки всегда готова помочь вам с любыми вопросами
|
| 591 |
</p>
|
| 592 |
-
|
| 593 |
-
|
| 594 |
-
<a href="#" class="text-center group">
|
| 595 |
<div class="w-16 h-16 mx-auto mb-3 bg-yellow-500 text-black rounded-full flex items-center justify-center group-hover:scale-110 transition-transform">
|
| 596 |
<i data-feather="message-circle" class="w-8 h-8"></i>
|
| 597 |
</div>
|
|
@@ -641,10 +791,10 @@
|
|
| 641 |
</section>
|
| 642 |
|
| 643 |
<!-- Footer -->
|
| 644 |
-
<footer class="bg-black py-12 border-t border-yellow-600
|
| 645 |
-
<div class="site-wrapper px-4"
|
| 646 |
-
<div class="grid md:grid-cols-4 gap-8">
|
| 647 |
-
|
| 648 |
<div class="flex items-center space-x-2 mb-4">
|
| 649 |
<img src="http://testsite.casino-ya.ru/azino/images/3.png" alt="Azino 777 Logo" class="h-10 w-auto">
|
| 650 |
</div>
|
|
@@ -736,18 +886,40 @@ feather.replace();
|
|
| 736 |
header.classList.remove('bg-black/95');
|
| 737 |
}
|
| 738 |
});
|
| 739 |
-
//
|
| 740 |
-
const mobileMenuButton = document.
|
| 741 |
-
|
| 742 |
-
|
| 743 |
-
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 744 |
// Update background to cover full viewport
|
| 745 |
document.body.style.minHeight = '100vh';
|
| 746 |
document.querySelector('.site-wrapper').style.minHeight = '100vh';
|
| 747 |
|
| 748 |
-
//
|
| 749 |
-
const
|
| 750 |
-
|
|
|
|
|
|
|
| 751 |
</script>
|
| 752 |
</body>
|
| 753 |
</html>
|
|
|
|
| 3 |
<head>
|
| 4 |
<meta charset="UTF-8">
|
| 5 |
<meta name="viewport" content="width=device-width, initial-scale=1.0">
|
| 6 |
+
<title>Azino 777 – Официальный сайт казино</title>
|
| 7 |
<script src="https://cdn.tailwindcss.com"></script>
|
| 8 |
<script src="https://cdn.jsdelivr.net/npm/feather-icons/dist/feather.min.js"></script>
|
| 9 |
<script src="https://unpkg.com/feather-icons"></script>
|
| 10 |
<style>
|
| 11 |
@import url('https://fonts.googleapis.com/css2?family=Montserrat:wght@300;400;500;700;900&display=swap');
|
| 12 |
+
:root {
|
| 13 |
+
--primary-gold: #FFD700;
|
| 14 |
--dark-red: #8B0000;
|
| 15 |
--card-bg: rgba(139, 0, 0, 0.9);
|
| 16 |
}
|
|
|
|
| 27 |
width: 100%;
|
| 28 |
box-sizing: border-box;
|
| 29 |
}
|
| 30 |
+
|
| 31 |
+
/* Mobile Responsive Styles */
|
| 32 |
+
@media (max-width: 768px) {
|
| 33 |
+
.site-wrapper {
|
| 34 |
+
padding: 0 10px;
|
| 35 |
+
}
|
| 36 |
+
|
| 37 |
+
.bebas {
|
| 38 |
+
font-size: 2.5rem !important;
|
| 39 |
+
}
|
| 40 |
+
|
| 41 |
+
.card-gradient {
|
| 42 |
+
margin: 0 auto;
|
| 43 |
+
max-width: 100%;
|
| 44 |
+
}
|
| 45 |
+
|
| 46 |
+
/* Header adjustments */
|
| 47 |
+
header {
|
| 48 |
+
padding: 0 10px;
|
| 49 |
+
}
|
| 50 |
+
|
| 51 |
+
.hidden.md\\:flex {
|
| 52 |
+
display: none;
|
| 53 |
+
}
|
| 54 |
+
|
| 55 |
+
/* Mobile menu button */
|
| 56 |
+
.mobile-menu-btn {
|
| 57 |
+
display: block !important;
|
| 58 |
+
}
|
| 59 |
+
|
| 60 |
+
/* Hero section */
|
| 61 |
+
.hero-grid {
|
| 62 |
+
grid-template-columns: 1fr !important;
|
| 63 |
+
text-align: center;
|
| 64 |
+
}
|
| 65 |
+
|
| 66 |
+
/* Games section */
|
| 67 |
+
.games-grid {
|
| 68 |
+
grid-template-columns: 1fr !important;
|
| 69 |
+
}
|
| 70 |
+
|
| 71 |
+
/* Bonuses section */
|
| 72 |
+
.bonuses-grid {
|
| 73 |
+
grid-template-columns: repeat(2, 1fr) !important;
|
| 74 |
+
gap: 15px;
|
| 75 |
+
}
|
| 76 |
+
|
| 77 |
+
/* Mobile section */
|
| 78 |
+
.mobile-grid {
|
| 79 |
+
grid-template-columns: 1fr !important;
|
| 80 |
+
}
|
| 81 |
+
|
| 82 |
+
/* Security section */
|
| 83 |
+
.security-grid {
|
| 84 |
+
grid-template-columns: 1fr !important;
|
| 85 |
+
}
|
| 86 |
+
|
| 87 |
+
/* Footer */
|
| 88 |
+
.footer-grid {
|
| 89 |
+
grid-template-columns: 1fr !important;
|
| 90 |
+
gap: 20px;
|
| 91 |
+
}
|
| 92 |
+
|
| 93 |
+
/* Buttons */
|
| 94 |
+
.btn-gold {
|
| 95 |
+
padding: 10px 20px;
|
| 96 |
+
font-size: 14px;
|
| 97 |
+
}
|
| 98 |
+
|
| 99 |
+
/* Table adjustments */
|
| 100 |
+
.payment-table {
|
| 101 |
+
font-size: 12px;
|
| 102 |
+
}
|
| 103 |
+
|
| 104 |
+
.payment-table th,
|
| 105 |
+
.payment-table td {
|
| 106 |
+
padding: 8px 4px;
|
| 107 |
+
}
|
| 108 |
+
}
|
| 109 |
+
|
| 110 |
+
@media (max-width: 480px) {
|
| 111 |
+
.bebas {
|
| 112 |
+
font-size: 2rem !important;
|
| 113 |
+
}
|
| 114 |
+
|
| 115 |
+
.bonuses-grid {
|
| 116 |
+
grid-template-columns: 1fr !important;
|
| 117 |
+
}
|
| 118 |
+
|
| 119 |
+
.hero-buttons {
|
| 120 |
+
flex-direction: column;
|
| 121 |
+
gap: 10px;
|
| 122 |
+
}
|
| 123 |
+
|
| 124 |
+
.btn-gold {
|
| 125 |
+
width: 100%;
|
| 126 |
+
text-align: center;
|
| 127 |
+
}
|
| 128 |
+
}
|
| 129 |
+
|
| 130 |
+
/* Mobile menu */
|
| 131 |
+
.mobile-menu-btn {
|
| 132 |
+
display: none;
|
| 133 |
+
background: none;
|
| 134 |
+
border: none;
|
| 135 |
+
color: var(--primary-gold);
|
| 136 |
+
font-size: 24px;
|
| 137 |
+
cursor: pointer;
|
| 138 |
+
}
|
| 139 |
+
|
| 140 |
+
.mobile-menu {
|
| 141 |
+
display: none;
|
| 142 |
+
position: fixed;
|
| 143 |
+
top: 70px;
|
| 144 |
+
left: 0;
|
| 145 |
+
right: 0;
|
| 146 |
+
background: rgba(0, 0, 0, 0.95);
|
| 147 |
+
backdrop-filter: blur(10px);
|
| 148 |
+
padding: 20px;
|
| 149 |
+
z-index: 1000;
|
| 150 |
+
border-top: 2px solid var(--primary-gold);
|
| 151 |
+
}
|
| 152 |
+
|
| 153 |
+
.mobile-menu.active {
|
| 154 |
+
display: block;
|
| 155 |
+
}
|
| 156 |
+
|
| 157 |
+
.mobile-menu a {
|
| 158 |
+
display: block;
|
| 159 |
+
padding: 15px 0;
|
| 160 |
+
text-align: center;
|
| 161 |
+
color: white;
|
| 162 |
+
text-decoration: none;
|
| 163 |
+
font-weight: 500;
|
| 164 |
+
border-bottom: 1px solid rgba(255, 215, 0, 0.2);
|
| 165 |
+
}
|
| 166 |
+
|
| 167 |
+
.mobile-menu a:last-child {
|
| 168 |
+
border-bottom: none;
|
| 169 |
+
}
|
| 170 |
+
|
| 171 |
+
.mobile-menu a:hover {
|
| 172 |
+
color: var(--primary-gold);
|
| 173 |
+
}
|
| 174 |
.bebas {
|
| 175 |
font-family: 'Montserrat', sans-serif;
|
| 176 |
font-weight: 900;
|
|
|
|
| 281 |
<body class="text-white bg-black" style="width: 1100px; margin: 0 auto;">
|
| 282 |
<div class="site-wrapper w-full" style="width: 1100px;">
|
| 283 |
<!-- Header -->
|
| 284 |
+
<header class="fixed top-0 z-50 bg-black backdrop-blur-md border-b-2 border-yellow-500 shadow-lg w-full">
|
| 285 |
+
<nav class="w-full px-4 py-3 max-w-1200 mx-auto">
|
| 286 |
<div class="flex justify-between items-center">
|
| 287 |
<div class="flex items-center space-x-3">
|
| 288 |
+
<img src="http://testsite.casino-ya.ru/azino/images/3.png" alt="Azino 777 Logo" class="h-10 md:h-12 w-auto">
|
| 289 |
+
</div>
|
| 290 |
+
|
| 291 |
+
<div class="hidden md:flex items-center space-x-1 bg-black/40 backdrop-blur-sm rounded-full px-2 py-1 border border-yellow-600/30">
|
| 292 |
<a href="#games" class="nav-link px-4 py-2 text-sm font-medium hover:text-yellow-400 transition-colors">ИГРЫ</a>
|
| 293 |
<a href="#bonuses" class="nav-link px-4 py-2 text-sm font-medium hover:text-yellow-400 transition-colors">БОНУСЫ</a>
|
| 294 |
<a href="#mobile" class="nav-link px-4 py-2 text-sm font-medium hover:text-yellow-400 transition-colors">МОБИЛЬНОЕ</a>
|
|
|
|
| 296 |
</div>
|
| 297 |
|
| 298 |
<div class="flex items-center space-x-3">
|
| 299 |
+
<button class="mobile-menu-btn">
|
| 300 |
+
<i data-feather="menu"></i>
|
| 301 |
+
</button>
|
| 302 |
+
<button class="bg-gradient-to-r from-yellow-500 to-yellow-600 text-black px-3 md:px-5 py-2 rounded-full font-bold text-xs md:text-sm hover:from-yellow-400 hover:to-yellow-500 transition-all shadow-md hover:shadow-yellow-500/30 flex items-center">
|
| 303 |
+
<i data-feather="log-in" class="w-3 h-3 md:w-4 md:h-4 mr-1"></i>
|
| 304 |
Вход
|
| 305 |
</button>
|
| 306 |
+
<button class="bg-gradient-to-r from-red-600 to-red-800 text-white px-3 md:px-5 py-2 rounded-full font-bold text-xs md:text-sm hover:from-red-700 hover:to-red-900 transition-all shadow-md hover:shadow-red-500/30 flex items-center">
|
| 307 |
+
<i data-feather="user-plus" class="w-3 h-3 md:w-4 md:h-4 mr-1"></i>
|
| 308 |
Регистрация
|
| 309 |
</button>
|
| 310 |
</div>
|
| 311 |
</div>
|
| 312 |
</nav>
|
| 313 |
+
|
| 314 |
+
<!-- Mobile Menu -->
|
| 315 |
+
<div class="mobile-menu">
|
| 316 |
+
<a href="#games">ИГРЫ</a>
|
| 317 |
+
<a href="#bonuses">БОНУСЫ</a>
|
| 318 |
+
<a href="#mobile">МОБИЛЬНОЕ</a>
|
| 319 |
+
<a href="#support">ПОДДЕРЖКА</a>
|
| 320 |
+
</div>
|
| 321 |
</header>
|
| 322 |
<!-- Hero Section -->
|
| 323 |
<section class="pt-24 pb-16 relative overflow-hidden">
|
|
|
|
| 327 |
<div class="absolute top-10 left-10 w-32 h-32 border-4 border-yellow-500 rounded-full floating hidden md:block"></div>
|
| 328 |
</div>
|
| 329 |
<div class="site-wrapper px-4 relative z-10">
|
| 330 |
+
<div class="grid md:grid-cols-2 gap-8 md:gap-12 items-center hero-grid">
|
| 331 |
<div>
|
| 332 |
+
<h1 class="bebas text-4xl md:text-7xl gold-text mb-6 relative z-10 text-center md:text-left">
|
| 333 |
АЗИНО 777
|
| 334 |
</h1>
|
| 335 |
+
<p class="text-base md:text-lg lg:text-xl mb-8 text-gray-300 relative z-10 text-center md:text-left">
|
| 336 |
Официальное казино с бонусами, играми и максимальной безопасностью для вашего удовольствия
|
| 337 |
</p>
|
| 338 |
<div class="flex flex-wrap gap-2 md:gap-4 mb-8 justify-center md:justify-start relative z-10">
|
| 339 |
<div class="flex items-center space-x-2">
|
| 340 |
+
<i data-feather="shield" class="w-4 h-4 md:w-5 md:h-5 text-yellow-400"></i>
|
| 341 |
+
<span class="text-sm md:text-base">100% Безопасно</span>
|
| 342 |
</div>
|
| 343 |
<div class="flex items-center space-x-2">
|
| 344 |
+
<i data-feather="gift" class="w-4 h-4 md:w-5 md:h-5 text-yellow-400"></i>
|
| 345 |
+
<span class="text-sm md:text-base">Щедрые бонусы</span>
|
| 346 |
</div>
|
| 347 |
<div class="flex items-center space-x-2">
|
| 348 |
+
<i data-feather="smartphone" class="w-4 h-4 md:w-5 md:h-5 text-yellow-400"></i>
|
| 349 |
+
<span class="text-sm md:text-base">Мобильная версия</span>
|
| 350 |
</div>
|
| 351 |
</div>
|
| 352 |
+
<div class="flex flex-wrap gap-3 md:gap-4 justify-center md:justify-start relative z-10 hero-buttons">
|
| 353 |
+
<button class="btn-gold text-base md:text-lg pulse-gold">
|
| 354 |
Играть сейчас
|
| 355 |
</button>
|
| 356 |
+
<button class="border-2 border-yellow-500 px-6 md:px-8 py-2 md:py-3 rounded-full font-bold hover:bg-yellow-500 hover:text-black transition-all text-sm md:text-base">
|
| 357 |
Демо игры
|
| 358 |
</button>
|
| 359 |
</div>
|
| 360 |
</div>
|
| 361 |
+
<div class="relative mt-8 md:mt-0">
|
| 362 |
<img src="https://testsite.casino-ya.ru/azino/images/jp.png"
|
| 363 |
alt="Azino Bonus"
|
| 364 |
+
class="rounded-lg shadow-2xl w-full md:w-3/4 mx-auto relative z-10">
|
| 365 |
+
<div class="absolute -bottom-4 -right-4 md:-bottom-6 md:-right-6 bg-gradient-to-r from-yellow-400 to-yellow-600 text-black px-4 py-2 md:px-6 md:py-3 rounded-lg font-bold transform rotate-3 text-sm md:text-base">
|
| 366 |
1.967.678.87 RUB
|
| 367 |
</div>
|
| 368 |
</div>
|
| 369 |
</div>
|
| 370 |
</div>
|
| 371 |
</section>
|
| 372 |
+
<!-- Games Section -->
|
|
|
|
| 373 |
<section id="games" class="py-16 bg-gradient-to-b from-transparent to-black/50">
|
| 374 |
<div class="site-wrapper px-4">
|
| 375 |
<h2 class="bebas text-5xl text-center gold-text mb-12">
|
| 376 |
ИГРОВАЯ БИБЛИОТЕКА
|
| 377 |
</h2>
|
| 378 |
+
<div class="grid md:grid-cols-3 gap-6 md:gap-8 mb-12 games-grid">
|
| 379 |
+
<div class="card-gradient rounded-xl p-6 game-card">
|
|
|
|
| 380 |
<div class="flex items-center justify-between mb-4">
|
| 381 |
<i data-feather="zap" class="w-8 h-8 text-yellow-400"></i>
|
| 382 |
<span class="bg-yellow-500 text-black px-3 py-1 rounded-full text-sm font-bold">HOT</span>
|
|
|
|
| 466 |
<h2 class="bebas text-5xl text-center gold-text mb-12">
|
| 467 |
БОНУСЫ И АКЦИИ
|
| 468 |
</h2>
|
| 469 |
+
<div class="grid md:grid-cols-2 lg:grid-cols-4 gap-4 md:gap-6 bonuses-grid">
|
| 470 |
+
<div class="text-center">
|
|
|
|
| 471 |
<div class="w-24 h-24 mx-auto mb-4 bg-gradient-to-br from-yellow-400 to-yellow-600 rounded-full flex items-center justify-center">
|
| 472 |
<span class="text-3xl font-bold text-black">200%</span>
|
| 473 |
</div>
|
|
|
|
| 626 |
<h2 class="bebas text-5xl text-center gold-text mb-12">
|
| 627 |
МОБИЛЬНАЯ ВЕРСИЯ
|
| 628 |
</h2>
|
| 629 |
+
<div class="grid md:grid-cols-2 gap-8 md:gap-12 items-center mobile-grid">
|
| 630 |
+
<div>
|
|
|
|
| 631 |
<div class="flex items-center space-x-4 mb-6">
|
| 632 |
<i data-feather="smartphone" class="w-12 h-12 text-yellow-400"></i>
|
| 633 |
<h3 class="text-3xl font-bold">Играйте где угодно</h3>
|
|
|
|
| 700 |
<h2 class="bebas text-5xl text-center gold-text mb-12">
|
| 701 |
БЕЗОПАСНОСТЬ И ЗАЩИТА
|
| 702 |
</h2>
|
| 703 |
+
<div class="grid md:grid-cols-3 gap-6 md:gap-8 max-w-5xl mx-auto security-grid">
|
| 704 |
+
<div class="text-center">
|
|
|
|
| 705 |
<div class="w-20 h-20 mx-auto mb-4 bg-gradient-to-br from-green-400 to-green-600 rounded-full flex items-center justify-center">
|
| 706 |
<i data-feather="shield" class="w-10 h-10 text-white"></i>
|
| 707 |
</div>
|
|
|
|
| 740 |
<p class="text-center text-xl mb-8">
|
| 741 |
Наша команда поддержки всегда готова помочь вам с любыми вопросами
|
| 742 |
</p>
|
| 743 |
+
<div class="grid md:grid-cols-3 gap-4 md:gap-6">
|
| 744 |
+
<a href="#" class="text-center group">
|
|
|
|
| 745 |
<div class="w-16 h-16 mx-auto mb-3 bg-yellow-500 text-black rounded-full flex items-center justify-center group-hover:scale-110 transition-transform">
|
| 746 |
<i data-feather="message-circle" class="w-8 h-8"></i>
|
| 747 |
</div>
|
|
|
|
| 791 |
</section>
|
| 792 |
|
| 793 |
<!-- Footer -->
|
| 794 |
+
<footer class="bg-black py-12 border-t border-yellow-600 w-full">
|
| 795 |
+
<div class="site-wrapper px-4">
|
| 796 |
+
<div class="grid md:grid-cols-4 gap-6 md:gap-8 footer-grid">
|
| 797 |
+
<div>
|
| 798 |
<div class="flex items-center space-x-2 mb-4">
|
| 799 |
<img src="http://testsite.casino-ya.ru/azino/images/3.png" alt="Azino 777 Logo" class="h-10 w-auto">
|
| 800 |
</div>
|
|
|
|
| 886 |
header.classList.remove('bg-black/95');
|
| 887 |
}
|
| 888 |
});
|
| 889 |
+
// Mobile menu functionality
|
| 890 |
+
const mobileMenuButton = document.querySelector('.mobile-menu-btn');
|
| 891 |
+
const mobileMenu = document.querySelector('.mobile-menu');
|
| 892 |
+
|
| 893 |
+
mobileMenuButton.addEventListener('click', function() {
|
| 894 |
+
mobileMenu.classList.toggle('active');
|
| 895 |
+
feather.replace();
|
| 896 |
+
});
|
| 897 |
+
|
| 898 |
+
// Close mobile menu when clicking outside
|
| 899 |
+
document.addEventListener('click', function(event) {
|
| 900 |
+
if (!event.target.closest('.mobile-menu') &&
|
| 901 |
+
!event.target.closest('.mobile-menu-btn') &&
|
| 902 |
+
mobileMenu.classList.contains('active')) {
|
| 903 |
+
mobileMenu.classList.remove('active');
|
| 904 |
+
}
|
| 905 |
+
});
|
| 906 |
+
|
| 907 |
+
// Close mobile menu when clicking on links
|
| 908 |
+
document.querySelectorAll('.mobile-menu a').forEach(link => {
|
| 909 |
+
link.addEventListener('click', function() {
|
| 910 |
+
mobileMenu.classList.remove('active');
|
| 911 |
+
});
|
| 912 |
+
});
|
| 913 |
+
|
| 914 |
// Update background to cover full viewport
|
| 915 |
document.body.style.minHeight = '100vh';
|
| 916 |
document.querySelector('.site-wrapper').style.minHeight = '100vh';
|
| 917 |
|
| 918 |
+
// Responsive table handling
|
| 919 |
+
const paymentTable = document.querySelector('.card-gradient table');
|
| 920 |
+
if (paymentTable && window.innerWidth < 768) {
|
| 921 |
+
paymentTable.classList.add('payment-table');
|
| 922 |
+
}
|
| 923 |
</script>
|
| 924 |
</body>
|
| 925 |
</html>
|