/* --- GENEL AYARLAR & OPTİMİZASYON --- */
* { margin: 0; padding: 0; box-sizing: border-box; font-family: 'Montserrat', sans-serif; }
html { scroll-behavior: smooth; overflow-x: hidden; }
body { overflow-x: hidden; background-color: #ffffff; color: #333333; }
img { max-width: 100%; height: auto; display: block; }

/* Ortak Tipografi Responsive Sınıfları */
.section-main-title { font-size: 2.8rem; color: #111; font-weight: 800; margin-bottom: 5px; text-shadow: 0 5px 15px rgba(0,0,0,0.05); }
.section-sub-title { color: #666; font-size: 1.1rem; font-weight: 500; margin-bottom: 60px; max-width: 600px; margin-left: auto; margin-right: auto; text-align: center; line-height: 1.6; }

/* --- 1. NAVBAR --- */
.floating-nav {
    position: fixed; top: 25px; left: 50%; transform: translateX(-50%); width: 85%; max-width: 1100px;
    background: rgba(15, 15, 15, 0.85); backdrop-filter: blur(25px); -webkit-backdrop-filter: blur(25px);
    border: 1px solid rgba(255, 255, 255, 0.05); border-radius: 100px; display: flex; justify-content: space-between; align-items: center;
    padding: 10px 40px; z-index: 9990; box-shadow: 0 20px 50px rgba(0, 0, 0, 0.5);
}
.nav-brand a { text-decoration: none; color: #ffffff; font-size: 1.4rem; font-weight: 800; }
.nav-brand span { color: #7F2F32; }
.nav-links { list-style: none; display: flex; gap: 10px; }
.nav-links li a { text-decoration: none; color: rgba(255, 255, 255, 0.7); font-size: 0.9rem; font-weight: 600; padding: 10px 24px; border-radius: 30px; position: relative; z-index: 1; transition: 0.4s; }
.nav-links li a:hover { color: #ffffff; }
.nav-links li a::before { content: ''; position: absolute; top: 0; left: 0; width: 100%; height: 100%; background: #7F2F32; border-radius: 30px; z-index: -1; opacity: 0; transform: scale(0.6); transition: 0.4s; }
.nav-links li a:hover::before { opacity: 1; transform: scale(1); }

/* --- 2. BANNER --- */
.hero-section { position: relative; height: 70vh; width: 100%; background: #000; display: flex; align-items: center; justify-content: center; overflow: hidden; }
.hero-bg { position: absolute; top: 0; left: 0; width: 100%; height: 100%; background: radial-gradient(circle, rgba(0,0,0,0.5) 0%, rgba(0,0,0,1) 100%), url('https://images.unsplash.com/photo-1497215728101-856f4ea42174?q=80&w=2070') center/cover; opacity: 0.4; z-index: 1; }
.hero-content { position: relative; z-index: 10; text-align: center; margin-top: 60px; padding: 0 15px; }
.hero-logo { max-width: 280px; filter: drop-shadow(0 10px 25px rgba(0,0,0,0.9)); animation: heroEntrance 1s ease-out; margin: 0 auto; }
.hero-cta { margin-top: 30px; animation: heroEntrance 1.3s ease-out; }
.btn-modern { display: inline-flex; align-items: center; gap: 12px; padding: 14px 35px; background: transparent; color: #fff; text-decoration: none; font-size: 0.85rem; font-weight: 600; letter-spacing: 2px; text-transform: uppercase; border: 1px solid rgba(255, 255, 255, 0.2); border-radius: 50px; position: relative; overflow: hidden; transition: 0.4s; }
.btn-modern::before { content: ''; position: absolute; top: 0; left: 0; width: 0; height: 100%; background: #7F2F32; z-index: -1; transition: 0.4s; }
.btn-modern:hover::before { width: 100%; }
.btn-modern:hover { transform: translateY(-3px); border-color: #7F2F32; }

/* --- 3. DALGALAR YERLEŞİMİ --- */
.waves { position: absolute; bottom: -1px; left: 0; width: 100%; height: 12vh; z-index: 5; }

/* --- 4. ÜRÜNLER ALANI (ORİJİNAL EFEKTLER + MERKEZE HİZALAMA) --- */
.main-content { background: radial-gradient(circle at top, #ffffff 0%, #fdf5f5 100%); padding: 100px 20px 80px 20px; text-align: center; }

/* FLEXBOX: Tek kart kalırsa mükemmel şekilde ortalanmasını sağlar */
.products-grid { 
    display: flex; 
    flex-wrap: wrap; 
    justify-content: center; 
    gap: 40px; 
    max-width: 1200px; 
    margin: 0 auto; 
    padding-top: 40px; 
}

.product-card { 
    position: relative; 
    height: 420px; 
    border-radius: 20px; 
    z-index: 1; 
    cursor: pointer; 
    overflow: visible; 
    width: 100%; 
    max-width: 350px; /* Çok fazla büyümesini engeller */
    flex: 1 1 320px; 
}

/* Orijinal: Arkada dönen bordo gölge efekti */
.product-card::before { 
    content: ''; position: absolute; bottom: -15px; right: -15px; 
    width: 100%; height: 100%; background: rgba(127, 47, 50, 0.2); 
    border-radius: 20px; z-index: -1; filter: blur(4px); 
    transition: all 0.5s cubic-bezier(0.16, 1, 0.3, 1); 
}

.product-inner { 
    position: relative; width: 100%; height: 100%; border-radius: 20px; 
    overflow: hidden; background: #000; z-index: 1; 
    box-shadow: 0 15px 35px rgba(0, 0, 0, 0.1); 
    transition: all 0.5s cubic-bezier(0.16, 1, 0.3, 1); 
}

.product-bg { 
    position: absolute; top: 0; left: 0; width: 100%; height: 100%; 
    object-fit: cover; z-index: 1; 
    transition: transform 0.8s cubic-bezier(0.16, 1, 0.3, 1); 
}

.product-overlay { 
    position: absolute; top: 0; left: 0; width: 100%; height: 100%; 
    background: linear-gradient(to top, rgba(0,0,0,0.9) 0%, rgba(0,0,0,0.2) 60%, transparent 100%); 
    z-index: 2; transition: all 0.6s ease; 
}

.product-content { 
    position: absolute; bottom: 0; left: 0; width: 100%; padding: 35px 30px; 
    z-index: 3; display: flex; flex-direction: column; justify-content: flex-end; 
    align-items: flex-start; text-align: left; 
    transform: translateY(55px); /* Butonun saklanması için ayarlanan orijinal ölçü */
    transition: transform 0.6s cubic-bezier(0.16, 1, 0.3, 1); 
}

.product-title { 
    color: #ffffff; font-size: 1.6rem; font-weight: 800; margin-bottom: 10px; 
    text-shadow: 0 4px 10px rgba(0,0,0,0.5); 
}

/* Orijinal: İncele Butonu */
.product-button { 
    text-decoration: none; background: #7F2F32; color: #fff; 
    padding: 12px 25px; border-radius: 30px; font-size: 0.9rem; font-weight: 700; 
    display: inline-flex; align-items: center; gap: 10px; 
    opacity: 0; transform: translateY(20px); 
    transition: all 0.5s cubic-bezier(0.16, 1, 0.3, 1); 
}
.product-button i { transition: transform 0.3s; }
.product-button:hover { background: #ffffff; color: #7F2F32; }
.product-button:hover i { transform: translateX(5px); }

/* --- ORİJİNAL HOVER (ÜZERİNE GELME) EFEKTLERİ --- */
.product-card:hover .product-inner { transform: translateY(-10px); box-shadow: 0 25px 50px rgba(127, 47, 50, 0.3); }
.product-card:hover::before { bottom: -20px; right: -20px; background: rgba(127, 47, 50, 0.6); transform: rotate(-3deg); filter: blur(2px); }
.product-card:hover .product-bg { transform: scale(1.1) rotate(2deg); }
.product-card:hover .product-overlay { background: linear-gradient(to top, rgba(127,47,50,0.95) 0%, rgba(127,47,50,0.6) 50%, rgba(0,0,0,0.4) 100%); }
.product-card:hover .product-content { transform: translateY(0); }
.product-card:hover .product-button { opacity: 1; transform: translateY(0); }

/* AŞAĞI İNDİKÇE BELİRME EFEKTİ */
.reveal { opacity: 0; transform: translateY(40px); transition: opacity 0.8s ease-out, transform 0.8s cubic-bezier(0.16, 1, 0.3, 1); }
.reveal.visible, .reveal.active { opacity: 1; transform: translateY(0); }

/* --- 5. BÖLÜMLER ARASI DALGA YAPI --- */
.animated-divider { position: relative; width: 100%; height: 10vh; min-height: 80px; background: #fdf5f5; z-index: 2; margin-bottom: -2px; overflow: hidden; }
.waves-divider { width: 100%; height: 100%; display: block; }

/* --- 6. İLETİŞİM BÖLÜMÜ (MAGIC GLOW KARTLARI) --- */
.contact-section { padding: 60px 20px 120px 20px; background: #ffffff; position: relative; overflow: hidden; }
.animated-mesh-bg { position: absolute; top: 0; left: 0; width: 100%; height: 100%; background: linear-gradient(270deg, #ffffff, #fdf5f5, #f7e6e6); background-size: 600% 600%; z-index: 0; animation: mover 15s ease infinite; opacity: 0.7; }
@keyframes mover { 0% { background-position: 0% 50%; } 50% { background-position: 100% 50%; } 100% { background-position: 0% 50%; } }

.contact-container { max-width: 1200px; margin: 0 auto; position: relative; z-index: 1; }
.contact-grid { display: grid; grid-template-columns: repeat(auto-fit, minmax(400px, 1fr)); gap: 50px; align-items: stretch; }
.social-contact-wrapper { display: flex; flex-direction: column; gap: 20px; }

/* Magic Glow Kartlar */
.contact-social-card { position: relative; display: block; border-radius: 24px; padding: 3px; text-decoration: none; overflow: hidden; background: rgba(127, 47, 50, 0.05); box-shadow: 0 10px 30px rgba(0, 0, 0, 0.05); transition: transform 0.4s cubic-bezier(0.16, 1, 0.3, 1), box-shadow 0.4s ease; }
.glow-spin { position: absolute; top: 50%; left: 50%; width: 150%; height: 150%; background: conic-gradient(from 0deg, transparent 0%, transparent 60%, var(--glow-color) 100%); transform-origin: center; animation: spinGlow 3s linear infinite; opacity: 0; transition: opacity 0.5s ease; z-index: 0; }
@keyframes spinGlow { 0% { transform: translate(-50%, -50%) rotate(0deg); } 100% { transform: translate(-50%, -50%) rotate(360deg); } }
.contact-social-inner { position: relative; background: #ffffff; border-radius: 21px; padding: 25px 30px; display: flex; align-items: center; gap: 25px; z-index: 1; height: 100%; }

.contact-social-card:hover { transform: translateY(-8px); box-shadow: 0 20px 40px rgba(0, 0, 0, 0.1); }
.contact-social-card:hover .glow-spin { opacity: 1; }

.contact-social-card.phone { --glow-color: #7F2F32; }
.contact-social-card.whatsapp { --glow-color: #25D366; }
.contact-social-card.instagram { --glow-color: #E1306C; }
.contact-social-card.instagram .glow-spin { background: conic-gradient(from 0deg, transparent 0%, transparent 40%, #fdf497, #fd5949, #d6249f, #285AEB); }

.social-card-icon { width: 65px; height: 65px; border-radius: 20px; display: flex; align-items: center; justify-content: center; font-size: 2rem; transition: 0.5s; flex-shrink: 0; background: rgba(0,0,0,0.03); }
.contact-social-card.phone .social-card-icon { color: #7F2F32; }
.contact-social-card.whatsapp .social-card-icon { color: #25D366; }
.contact-social-card.instagram .social-card-icon { color: #E1306C; }

.contact-social-card.phone:hover .social-card-icon { background: #7F2F32; color: #fff; transform: rotate(-10deg) scale(1.1); box-shadow: 0 10px 20px rgba(127, 47, 50, 0.3); }
.contact-social-card.whatsapp:hover .social-card-icon { background: #25D366; color: #fff; transform: scale(1.1); box-shadow: 0 10px 20px rgba(37, 211, 102, 0.3); }
.contact-social-card.instagram:hover .social-card-icon { background: radial-gradient(circle at 30% 107%, #fdf497 0%, #fdf497 5%, #fd5949 45%, #d6249f 60%, #285AEB 90%); color: #fff; transform: scale(1.1); box-shadow: 0 10px 20px rgba(225, 48, 108, 0.3); }

.social-card-content h3 { color: #1a1a1a; font-size: 1.3rem; font-weight: 800; margin-bottom: 5px; }
.social-card-content p { color: #666; font-size: 0.9rem; margin-bottom: 12px; font-weight: 500; }
.btn-action { color: #7F2F32; font-weight: 700; font-size: 0.9rem; display: flex; align-items: center; gap: 8px; transition: 0.3s; }
.contact-social-card:hover .btn-action { gap: 15px; }

/* Harita */
.contact-map-wrapper { position: relative; z-index: 1; height: 100%; min-height: 450px; border-radius: 24px; padding: 3px; overflow: hidden; background: rgba(127, 47, 50, 0.05); box-shadow: 0 10px 30px rgba(0, 0, 0, 0.05); transition: transform 0.4s cubic-bezier(0.16, 1, 0.3, 1), box-shadow 0.4s ease; }
.contact-map-wrapper .glow-spin { --glow-color: #7F2F32; }
.contact-map-inner { position: relative; width: 100%; height: 100%; border-radius: 21px; overflow: hidden; background: #fff; z-index: 1; }
.contact-map-wrapper:hover { transform: translateY(-8px); box-shadow: 0 20px 40px rgba(0,0,0,0.1); }
.contact-map-wrapper:hover .glow-spin { opacity: 1; }
.map-overlay-text { position: absolute; top: 20px; left: 20px; z-index: 2; background: #ffffff; padding: 10px 20px; border-radius: 100px; font-weight: 700; color: #1a1a1a; display: flex; align-items: center; gap: 10px; box-shadow: 0 5px 15px rgba(0,0,0,0.1); border: 1px solid #7F2F32; }

/* --- 7. PROFESYONEL MEGA FOOTER --- */
.site-footer { background: #050505; color: #e0e0e0; position: relative; overflow: hidden; }
.footer-glow { position: absolute; top: 0; left: 50%; transform: translateX(-50%); width: 800px; height: 400px; background: radial-gradient(circle, rgba(127,47,50,0.15) 0%, transparent 70%); z-index: 0; pointer-events: none; }
.footer-watermark { position: absolute; bottom: -60px; right: -20px; font-size: 18rem; font-weight: 900; color: rgba(255, 255, 255, 0.02); z-index: 0; pointer-events: none; line-height: 1; user-select: none; }
.footer-container { position: relative; z-index: 1; max-width: 1200px; margin: 0 auto; }
.footer-top { padding: 80px 20px 60px 20px; }
.footer-grid { display: grid; grid-template-columns: 2fr 1fr 1.5fr; gap: 50px; }

.footer-brand { text-decoration: none; color: #ffffff; font-size: 2.5rem; font-weight: 800; display: inline-block; margin-bottom: 15px; letter-spacing: -1px; }
.footer-brand span { color: #7F2F32; }
.footer-desc { font-size: 0.95rem; line-height: 1.7; color: #888; margin-bottom: 30px; max-width: 350px; }

.social-links { display: flex; gap: 15px; }
.social-links a { display: flex; align-items: center; justify-content: center; width: 45px; height: 45px; border-radius: 12px; background: rgba(255,255,255,0.03); border: 1px solid rgba(255,255,255,0.05); color: #fff; text-decoration: none; font-size: 1.2rem; transition: all 0.4s cubic-bezier(0.16, 1, 0.3, 1); }
.social-links a:hover { transform: translateY(-5px); border-color: transparent; }
.social-ig:hover { background: radial-gradient(circle at 30% 107%, #fdf497 0%, #fdf497 5%, #fd5949 45%, #d6249f 60%, #285AEB 90%); box-shadow: 0 10px 20px rgba(225, 48, 108, 0.3); }
.social-fb:hover { background: #1877F2; box-shadow: 0 10px 20px rgba(24, 119, 242, 0.3); }
.social-wa:hover { background: #25D366; box-shadow: 0 10px 20px rgba(37, 211, 102, 0.3); }

.footer-widget h3 { color: #ffffff; font-size: 1.1rem; font-weight: 700; margin-bottom: 25px; letter-spacing: 1px; text-transform: uppercase; }

.links-widget ul { list-style: none; }
.links-widget ul li { margin-bottom: 15px; }
.links-widget ul li a { color: #888; text-decoration: none; font-weight: 500; font-size: 0.95rem; transition: all 0.3s ease; position: relative; display: inline-block; padding-bottom: 2px; }
.links-widget ul li a::after { content: ''; position: absolute; left: 0; bottom: 0; width: 0; height: 1px; background: #7F2F32; transition: width 0.3s ease; }
.links-widget ul li a:hover { color: #ffffff; }
.links-widget ul li a:hover::after { width: 100%; }

.contact-info-list { list-style: none; }
.contact-info-list li { display: flex; align-items: flex-start; gap: 15px; margin-bottom: 20px; }
.c-icon { width: 35px; height: 35px; background: rgba(127,47,50,0.1); color: #7F2F32; border-radius: 8px; display: flex; align-items: center; justify-content: center; flex-shrink: 0; transition: 0.3s; }
.c-text { color: #888; font-size: 0.95rem; line-height: 1.5; margin-top: 5px; }
.c-text a { color: #888; text-decoration: none; transition: 0.3s; }
.c-text a:hover { color: #ffffff; }
.contact-info-list li:hover .c-icon { background: #7F2F32; color: #fff; }

.footer-bottom { border-top: 1px solid rgba(255,255,255,0.05); padding: 25px 20px; text-align: center; }
.footer-bottom p { color: #555; font-size: 0.9rem; }
.footer-bottom p strong { color: #888; font-weight: 600; }

/* --- 8. SABİT WHATSAPP BUTONU (PULSE EFEKTLİ) --- */
.floating-whatsapp {
    position: fixed; bottom: 35px; right: 35px; width: 60px; height: 60px;
    background: #25D366; color: #fff; border-radius: 50%;
    display: flex; align-items: center; justify-content: center;
    font-size: 2rem; z-index: 10000; box-shadow: 0 10px 20px rgba(37, 211, 102, 0.3);
    transition: all 0.3s ease; text-decoration: none;
}
.whatsapp-pulse { position: absolute; top: 0; left: 0; width: 100%; height: 100%; background: #25D366; border-radius: 50%; z-index: -1; animation: wp-pulse 2s infinite; }
@keyframes wp-pulse { 0% { transform: scale(1); opacity: 0.8; } 100% { transform: scale(1.5); opacity: 0; } }
.floating-whatsapp:hover { transform: translateY(-5px); box-shadow: 0 15px 25px rgba(37, 211, 102, 0.4); }

.whatsapp-tooltip {
    position: absolute; right: 75px; top: 50%; transform: translateY(-50%) translateX(20px);
    background: #ffffff; color: #1a1a1a; padding: 8px 18px; border-radius: 20px;
    font-size: 0.9rem; font-weight: 700; box-shadow: 0 5px 15px rgba(0,0,0,0.1);
    opacity: 0; visibility: hidden; transition: all 0.3s ease; white-space: nowrap; pointer-events: none; border: 1px solid rgba(0,0,0,0.05);
}
.whatsapp-tooltip::after { content: ''; position: absolute; top: 50%; right: -5px; transform: translateY(-50%); border-width: 6px 0 6px 6px; border-style: solid; border-color: transparent transparent transparent #ffffff; }
.floating-whatsapp:hover .whatsapp-tooltip { opacity: 1; visibility: visible; transform: translateY(-50%) translateX(0); }

/* --- 9. MOBİL MENÜ & KUSURSUZ RESPONSİVE OPTİMİZASYON --- */
.hamburger { display: none; color: #fff; font-size: 1.5rem; cursor: pointer; transition: 0.3s; }
.hamburger:hover { color: #7F2F32; }
.mobile-menu { position: fixed; top: 0; right: -100%; width: 280px; height: 100vh; background: rgba(15, 15, 15, 0.98); backdrop-filter: blur(20px); z-index: 10000; padding: 30px; transition: right 0.4s cubic-bezier(0.4, 0, 0.2, 1); box-shadow: -10px 0 30px rgba(0,0,0,0.5); }
.mobile-menu.active { right: 0; }
.mobile-menu-header { display: flex; justify-content: space-between; align-items: center; margin-bottom: 40px; border-bottom: 1px solid rgba(255,255,255,0.1); padding-bottom: 20px;}
.mobile-logo { max-width: 130px; }
.close-menu { color: #fff; font-size: 1.5rem; cursor: pointer; transition: 0.3s; }
.close-menu:hover { color: #7F2F32; transform: scale(1.1); }
.mobile-links { list-style: none; display: flex; flex-direction: column; gap: 20px; }
.mobile-links a { text-decoration: none; color: #e0e0e0; font-size: 1.2rem; font-weight: 600; display: block; transition: 0.3s; }
.mobile-links a:hover { color: #7F2F32; padding-left: 5px; }
.menu-overlay { position: fixed; top: 0; left: 0; width: 100%; height: 100%; background: rgba(0,0,0,0.6); z-index: 9995; opacity: 0; visibility: hidden; transition: 0.4s; }
.menu-overlay.active { opacity: 1; visibility: visible; }

@media (max-width: 992px) {
    .section-main-title { font-size: 2.4rem; }
    .products-grid { grid-template-columns: repeat(auto-fit, minmax(280px, 1fr)); gap: 30px; }
    .product-card { height: 380px; }
    .footer-grid { grid-template-columns: 1fr 1fr; }
    .brand-widget { grid-column: span 2; text-align: center; }
    .brand-widget h3::after { left: 50%; transform: translateX(-50%); }
    .social-links { justify-content: center; }
    .footer-desc { margin: 0 auto 30px auto; }
    .footer-watermark { font-size: 12rem; right: -10px; bottom: -30px; }
}

@media (max-width: 768px) {
    .section-main-title { font-size: 2rem; }
    .section-sub-title { font-size: 1rem; margin-bottom: 40px; }
    .floating-nav { width: 92%; padding: 12px 25px; top: 15px; }
    .nav-links { display: none; } 
    .hamburger { display: block; }
    .hero-section { height: 60vh; }
    .hero-logo { max-width: 220px; }
    
    .main-content { padding: 60px 15px 80px 15px; }
    .products-grid { gap: 20px; padding-top: 20px; }
    
    /* Mobil İçin Kart Düzenlemesi */
    .product-card { height: 350px; }
    .product-inner { border-radius: 16px; }
    .product-title { font-size: 1.4rem; }
    .product-content { padding: 25px 20px; transform: translateY(0); } /* Mobilde yazılar hep ortada görünür */
    .product-button { opacity: 1; transform: translateY(0); } /* Mobilde buton hep görünür */
    
    .contact-section { padding: 40px 15px 80px 15px; }
    .contact-grid { grid-template-columns: 1fr; gap: 30px; }
    .contact-social-inner { padding: 20px; gap: 15px; }
    .social-card-icon { width: 55px; height: 55px; font-size: 1.6rem; }
    .social-card-content h3 { font-size: 1.1rem; }
    .social-card-content p { font-size: 0.85rem; }
    
    .contact-map-wrapper { min-height: 300px; }
    
    .footer-top { padding: 60px 15px 40px 15px; }
    .footer-grid { grid-template-columns: 1fr; gap: 40px; text-align: center; }
    .brand-widget { grid-column: span 1; }
    .contact-info-list li { flex-direction: column; align-items: center; gap: 10px; text-align: center; }
    .footer-watermark { display: none; }
    
    .floating-whatsapp { bottom: 20px; right: 20px; width: 50px; height: 50px; font-size: 1.6rem; }
    .whatsapp-tooltip { display: none; }
}

/* --- 10. DALGA HAREKET MOTORU VE SENKRONİZE RENKLER --- */
.parallax-waves > use,
.contact-waves-group > use {
    animation: move-forever 25s cubic-bezier(.55,.5,.45,.5) infinite !important;
}

/* Banner Dalgaları */
.parallax-waves > use:nth-child(1) { animation-delay: -2s !important; animation-duration: 9s !important; fill: rgba(127, 47, 50, 0.4) !important; }
.parallax-waves > use:nth-child(2) { animation-delay: -4s !important; animation-duration: 12s !important; fill: rgba(30, 30, 30, 0.7) !important; }
.parallax-waves > use:nth-child(3) { animation-delay: -6s !important; animation-duration: 15s !important; fill: rgba(127, 47, 50, 0.2) !important; }
.parallax-waves > use:nth-child(4) { animation-delay: -8s !important; animation-duration: 22s !important; fill: #ffffff !important; }

/* Bize Ulaşın Dalgaları (Siyah-Bordo Senkronizasyonu) */
.contact-waves-group > use:nth-child(1) { animation-delay: -2s !important; animation-duration: 9s !important; fill: rgba(127, 47, 50, 0.6) !important; }
.contact-waves-group > use:nth-child(2) { animation-delay: -4s !important; animation-duration: 12s !important; fill: rgba(15, 15, 15, 0.85) !important; } 
.contact-waves-group > use:nth-child(3) { animation-delay: -6s !important; animation-duration: 15s !important; fill: rgba(127, 47, 50, 0.3) !important; }
.contact-waves-group > use:nth-child(4) { animation-delay: -8s !important; animation-duration: 22s !important; fill: #ffffff !important; }

@keyframes move-forever {
    0% { transform: translate(-90px, 0); }
    100% { transform: translate(85px, 0); }
}