Spaces:
Running
Running
File size: 6,941 Bytes
df34a68 1d969a7 df34a68 1d969a7 43dfe84 1d969a7 8031c62 df34a68 8031c62 df34a68 7cc7efc df34a68 8031c62 43dfe84 8031c62 df34a68 7cc7efc 8031c62 43dfe84 7cc7efc 43dfe84 8cb1ca6 1d969a7 7cc7efc 1d969a7 7cc7efc df34a68 43dfe84 1d969a7 10de068 1d969a7 7cc7efc 8031c62 43dfe84 1d969a7 8031c62 1d969a7 8031c62 1d969a7 7cc7efc 8031c62 7cc7efc 8031c62 1d969a7 7cc7efc 8031c62 7cc7efc 8031c62 7cc7efc 10de068 cf9055f 10de068 cf9055f 10de068 cf9055f 10de068 7cc7efc 8031c62 1d969a7 10de068 cf9055f 7cc7efc 43dfe84 10de068 7cc7efc 10de068 8031c62 10de068 cf9055f 10de068 0a40430 10de068 7cc7efc 10de068 cf9055f 10de068 cf9055f 1d969a7 10de068 1d969a7 8031c62 7cc7efc 8031c62 7cc7efc 8031c62 1d969a7 7cc7efc 8031c62 1d969a7 8031c62 7cc7efc 8031c62 1d969a7 8031c62 7cc7efc 8031c62 7cc7efc 1d969a7 7cc7efc 8031c62 1d969a7 8031c62 df34a68 8031c62 1d969a7 7cc7efc 1d969a7 8031c62 1d969a7 8031c62 7cc7efc 1d969a7 7cc7efc 8031c62 1d969a7 7cc7efc 8031c62 df34a68 7cc7efc df34a68 7cc7efc df34a68 10de068 cf9055f 8cb1ca6 df34a68 10de068 8031c62 df34a68 10de068 df34a68 7cc7efc df34a68 7cc7efc 8031c62 df34a68 afc10c1 8031c62 afc10c1 7cc7efc df34a68 7cc7efc df34a68 43dfe84 7cc7efc 43dfe84 10de068 cf9055f 8cb1ca6 df34a68 7cc7efc df34a68 7cc7efc df34a68 cf9055f |
1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 37 38 39 40 41 42 43 44 45 46 47 48 49 50 51 52 53 54 55 56 57 58 59 60 61 62 63 64 65 66 67 68 69 70 71 72 73 74 75 76 77 78 79 80 81 82 83 84 85 86 87 88 89 90 91 92 93 94 95 96 97 98 99 100 101 102 103 104 105 106 107 108 109 110 111 112 113 114 115 116 117 118 119 120 121 122 123 124 125 126 127 128 129 130 131 132 133 134 135 136 137 138 139 140 141 142 143 144 145 146 147 148 149 150 151 152 153 154 155 156 157 158 159 160 161 162 163 164 165 166 167 168 169 170 171 172 173 174 175 176 177 178 179 180 181 182 183 184 185 186 187 188 189 190 191 192 193 194 195 196 197 198 199 200 201 202 203 204 205 206 207 208 209 210 211 212 213 214 215 216 217 218 219 220 221 222 223 224 225 226 227 228 229 230 231 232 233 234 235 236 237 238 239 240 241 242 243 244 245 246 247 248 249 250 251 252 253 254 255 256 257 258 259 260 261 262 263 264 265 266 267 268 269 270 271 272 273 274 275 276 277 278 279 280 281 282 283 284 285 286 287 288 289 290 291 292 293 294 295 296 297 298 299 300 301 302 303 304 305 306 |
* {
margin: 0;
padding: 0;
box-sizing: border-box;
}
body {
font-family: 'Arial', sans-serif;
background: #000;
color: #fff;
overflow-x: hidden;
position: relative;
min-height: 100vh;
}
.cosmo-bg {
position: fixed;
top: 0;
left: 0;
width: 100%;
height: 100%;
background: linear-gradient(135deg, rgba(0, 255, 204, 0.15), rgba(255, 0, 122, 0.15), #000 80%);
z-index: -2;
animation: cosmoShift 25s infinite ease-in-out;
}
@keyframes cosmoShift {
0%, 100% { transform: scale(1) rotate(0deg); opacity: 0.8; }
50% { transform: scale(1.2) rotate(10deg); opacity: 1; }
}
#cosmo-canvas {
position: fixed;
top: 0;
left: 0;
width: 100%;
height: 100%;
z-index: -1;
pointer-events: none;
mix-blend-mode: screen;
}
.container {
max-width: 1800px;
margin: 0 auto;
padding: 4rem;
position: relative;
z-index: 1;
}
header {
text-align: center;
padding: 8rem 0;
}
.cosmo-title {
font-size: 9rem;
font-weight: 900;
text-transform: uppercase;
background: linear-gradient(135deg, #00ffcc, #ff007a, #fff, #00ffcc);
background-size: 200%;
-webkit-background-clip: text;
-webkit-text-fill-color: transparent;
filter: drop-shadow(0 0 50px rgba(0, 255, 204, 0.9));
animation: cosmoGlow 5s infinite, cosmoFlow 12s infinite;
}
@keyframes cosmoGlow {
0%, 100% { transform: translateZ(0) scale(1); }
50% { transform: translateZ(200px) scale(1.1); }
}
@keyframes cosmoFlow {
0% { background-position: 0%; }
100% { background-position: 200%; }
}
.subtitle {
font-size: 2.5rem;
opacity: 0.9;
margin-top: 2rem;
background: linear-gradient(90deg, #00ffcc, #ff007a);
-webkit-background-clip: text;
-webkit-text-fill-color: transparent;
text-shadow: 0 0 25px rgba(255, 255, 255, 0.8);
animation: fadeIn 4s ease-in-out;
}
.header-cream {
width: 30%; /* Увеличено */
max-width: 400px; /* Увеличено */
margin-top: 3rem;
filter: drop-shadow(0 0 50px rgba(0, 255, 204, 1)) brightness(1.2); /* Улучшено освещение */
animation: floatHeader 8s infinite ease-in-out;
}
@keyframes floatHeader {
0%, 100% { transform: translateY(0); }
50% { transform: translateY(-30px); } /* Увеличено смещение */
}
@keyframes fadeIn {
0% { opacity: 0; transform: translateY(30px); }
100% { opacity: 0.9; transform: translateY(0); }
}
.hero {
display: flex;
align-items: center;
justify-content: space-between;
padding: 5rem 0;
flex-wrap: wrap;
gap: 6rem;
}
.cosmo-product {
width: 50%;
height: 50rem; /* Увеличено */
position: relative;
transform-style: preserve-3d;
transition: transform 0.8s ease;
}
.holo-layer {
position: absolute;
width: 100%;
height: 100%;
}
.layer-1 {
background: url('cream.png') no-repeat center/contain;
filter: drop-shadow(0 0 100px rgba(0, 255, 204, 1)) brightness(1.6); /* Улучшено освещение */
animation: holoFloat 12s infinite ease-in-out;
}
.layer-2 {
background: radial-gradient(circle, rgba(0, 255, 204, 0.6), transparent 70%);
filter: blur(25px);
animation: holoPulse 6s infinite ease-in-out;
}
.layer-3 {
background: radial-gradient(circle, rgba(255, 0, 122, 0.4), transparent 70%);
filter: blur(15px);
animation: holoPulse 8s infinite ease-in-out reverse;
}
@keyframes holoFloat {
0%, 100% { transform: translateY(0) rotateZ(5deg) translateZ(0); }
50% { transform: translateY(-70px) rotateZ(-5deg) translateZ(200px); } /* Увеличено смещение */
}
@keyframes holoPulse {
0%, 100% { opacity: 0.6; transform: scale(1); }
50% { opacity: 0.9; transform: scale(1.2); } /* Увеличено масштабирование */
}
.hero-text {
width: 45%;
}
.hero-text h2 {
font-size: 4.5rem;
margin-bottom: 3rem;
background: linear-gradient(90deg, #00ffcc, #ff007a, #fff);
-webkit-background-clip: text;
-webkit-text-fill-color: transparent;
text-shadow: 0 0 30px rgba(0, 255, 204, 1);
animation: textGlow 4s infinite;
}
@keyframes textGlow {
0%, 100% { text-shadow: 0 0 30px rgba(0, 255, 204, 1); }
50% { text-shadow: 0 0 40px rgba(255, 0, 122, 1); }
}
.cosmo-button {
padding: 2rem 6rem;
font-size: 2.2rem;
border: none;
background: linear-gradient(45deg, #00ffcc, #ff007a, #fff, #00ffcc);
background-size: 300%;
color: #000;
border-radius: 200px;
cursor: pointer;
transition: transform 0.6s, filter 0.6s, background-position 0.6s;
box-shadow: 0 0 50px rgba(0, 255, 204, 1);
animation: cosmoButton 5s infinite;
}
.cosmo-button:hover {
transform: scale(1.3) translateZ(70px);
filter: brightness(1.6);
background-position: 100%;
}
@keyframes cosmoButton {
0%, 100% { box-shadow: 0 0 50px rgba(0, 255, 204, 1); }
50% { box-shadow: 0 0 70px rgba(255, 0, 122, 1); }
}
.features {
display: flex;
justify-content: space-around;
padding: 8rem 0;
flex-wrap: wrap;
gap: 5rem;
}
.cosmo-pod {
width: 30%;
padding: 3.5rem;
background: linear-gradient(135deg, rgba(0, 255, 204, 0.05), rgba(255, 0, 122, 0.05));
border-radius: 35px;
text-align: center;
transition: all 0.8s ease;
backdrop-filter: blur(25px);
border: 2px solid rgba(0, 255, 204, 0.5);
transform-style: preserve-3d;
}
.cosmo-pod:hover, .cosmo-pod.active {
transform: translateY(-40px) scale(1.25) translateZ(40px);
background: linear-gradient(45deg, rgba(0, 255, 204, 0.3), rgba(255, 0, 122, 0.3));
box-shadow: 0 0 60px rgba(0, 255, 204, 1);
}
.cosmo-pod h3 {
font-size: 2.2rem;
margin-bottom: 1.5rem;
background: linear-gradient(90deg, #00ffcc, #ff007a);
-webkit-background-clip: text;
-webkit-text-fill-color: transparent;
}
/* Адаптация для мобильных */
@media (max-width: 768px) {
.cosmo-title {
font-size: 5rem;
}
.subtitle {
font-size: 1.8rem;
}
.header-cream {
width: 50%;
max-width: 250px;
}
.hero {
flex-direction: column;
text-align: center;
padding: 3rem 0;
}
.cosmo-product {
width: 90%;
height: 30rem;
}
.hero-text {
width: 100%;
}
.hero-text h2 {
font-size: 3rem;
}
.cosmo-button {
padding: 1.5rem 4rem;
font-size: 1.8rem;
}
.features {
padding: 5rem 0;
}
.cosmo-pod {
width: 90%;
}
}
@media (max-width: 480px) {
.cosmo-title {
font-size: 3.5rem;
}
.subtitle {
font-size: 1.4rem;
}
.header-cream {
width: 60%;
max-width: 180px;
}
.hero-text h2 {
font-size: 2rem;
}
.cosmo-pod h3 {
font-size: 1.6rem;
}
}
|