
        :root {
            --primary-color: #ddd;
            --secondary-color: #00ffff;
            --accent-color: #ff6b35;
            --text-color: #ffffff;
            --bg-gradient: linear-gradient(135deg, #000000 0%, #1a0033 50%, #000000 100%);
        }

        * {
            margin: 0;
            padding: 0;
            box-sizing: border-box;
        }

        html {
            scroll-behavior: smooth;
        }

a{color:#fff; text-decoration: none}
        
        .home-video-content {
  z-index: 0;
  background-repeat: no-repeat;
  overflow-x: hidden;
  width: 100%;
  height: 100%;
    background: #000;
}

  .bg-video2 {
    position: relative;
    background-size: cover;
    overflow: hidden;
    width: 100vw;
    height: 40vh;
    z-index: 1;
}

  .bg-video {
    position: relative;
    background-size: cover;
    overflow: hidden;
    width: 100vw;
    height: 100vh;
    z-index: 1;
} 
.bg-videodetay {
    position: relative;
    background-size: cover;
    overflow: hidden;
    width: 100vw;
    height: 30vh;
    z-index: 1;
}

    #video {
      position: absolute;
      top: 50%;
      left: 50%;
      width: 100vw;
      height: 100vh;
      -webkit-transform: translate(-50%, -50%);
      transform: translate(-50%, -50%);
      -webkit-filter: brightness(60%);
      filter: brightness(60%);
    }
  

.videoslider {
    width: 100%;
    height: 100vh !important;
    position: relative;
    margin: 0 auto;
    margin-top: 0;
    margin-bottom: 0;
   
}
.videoslider-block {
    width: 100%;
    height: 70%;
    position: absolute;
    display: flex;
    align-items: flex-end;
    justify-content: center;
    z-index: 1;
    top: 0;
    left: 0;
}

.videosliderbaslik{width: 100%; font-size: 111px; line-height: 99px; font-weight: bold; letter-spacing: 0px; color:#fff}
.videoslideraltbaslik{width: 100%; font-size: 30px; line-height: 44px; color:#fff}
.videoslideraltaltbaslik2{width: 100%; font-size: 15px; line-height: 24px; letter-spacing: 0.9em; color:#fff; padding-left: 7px}

@media (max-aspect-ratio: 16 / 9) {
  #video {
    width: 177.78vh !important;
  }
}

@media (min-aspect-ratio: 16/9) {
   #video {
      height: 56.25vw !important;
    
  }
}

@media (max-width: 700px) {
	.videoslider-block {
    width: 100%;
    height: 80%;
    position: absolute;
    display: flex;
    align-items: flex-end;
    justify-content: center;
    z-index: 1;
    top: 0;
    left: 0;
}
.videosliderbaslik{width: 100%; font-size: 51px; line-height: 48px; font-weight: bold; letter-spacing: 0px; color:#fff}
.videoslideraltbaslik{width: 100%; font-size: 24px; line-height: 34px; color:#fff}
.videoslideraltaltbaslik2{width: 100%; font-size: 15px; line-height: 24px; letter-spacing: 0.9em; color:#fff}

}

        .animate-charcter
{
   text-transform: capitalize;
  background-image: linear-gradient(-225deg, #ffffff, #000000 29%, #fff 67%, rgb(124 243 255 / 74%));
  background-size: auto auto;
  background-clip: border-box;
  background-size: 150% auto;
  color: #fff;
  background-clip: text;
  text-fill-color: transparent;
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  animation: textclip 2s linear infinite;
  display: inline-block;
    font-size: 90px
   
}

@media (max-width: 700px) {
    
.animate-charcter
    {
       text-transform: capitalize;
      background-image: linear-gradient(-225deg, #ffffff, #000000 29%, #fff 67%, rgb(124 243 255 / 74%));
      background-size: auto auto;
      background-clip: border-box;
      background-size: 150% auto;
      color: #fff;
      background-clip: text;
      text-fill-color: transparent;
      -webkit-background-clip: text;
      -webkit-text-fill-color: transparent;
      animation: textclip 2s linear infinite;
      display: inline-block;
        font-size: 90px;
        line-height: 90px;

    }
}




@keyframes textclip {
  to {
    background-position: 200% center;
  }
}

        body {
            font-family: 'Poppins', sans-serif;
            background: var(--bg-gradient);
            color: var(--text-color);
            overflow-x: hidden;
            line-height: 1.6;
            scroll-snap-type: y mandatory;
        }

        /* Navigation */
        .navbar {
            position: fixed;
            top: 0;
            left: 0;
            right: 0;
            z-index: 1000;
            background: transparent;
            backdrop-filter: blur(0px);
            padding: 20px 0;
            transition: all 0.5s ease;
        }

        .navbar.scrolled {
            background: rgba(0, 0, 0, 0.4);
            padding: 25px 0;
        }

        .navbar-content {
            display: flex;
            align-items: center;
            justify-content: center;
            gap: 40px;
            max-width: 1200px;
            margin: 0 auto;
        }

        .navbar-brand {
            display: relative;
            align-items: center;
            text-decoration: none;
            transition: all 0.5s ease;
        }

        .logo-img {
            width: 80px;
            height: 80px;
           
            transition: all 0.5s ease;
        }

        .navbar.scrolled .logo-img {
            width: 60px;
            height: 60px;
          
         
        }

        .nav-link {
            color: var(--text-color) !important;
            font-weight: 600;
            position: relative;
            transition: all 0.3s ease;
            text-transform: uppercase;
            letter-spacing: 1px;
            text-decoration: none;
            padding: 10px 15px;
        }

        .nav-link::before {
            content: '';
            position: absolute;
            bottom: -5px;
            left: 0;
            width: 0;
            height: 1px;
            background: #999; //
            /*background: linear-gradient(90deg, var(--primary-color), var(--secondary-color));*/
            transition: width 0.3s ease;
        }

        .nav-link:hover::before,
        .nav-link.active::before {
            width: 100%;
        }

        .nav-link:hover {
            color: #999 !important;
            
        }



.dj-name {
  position: absolute;
  top: 77%;
  left: 30%;
  transform: translate(-50%, -50%);
  font-size: 2rem;
  font-weight: bold;
  color: #fff;
  text-align: center;
  padding: 10px 20px;
  background: rgba(0, 0, 0, 0.5); /* Opacity efekti */
  border-radius: 10px;
}

.dj-links {
  position: absolute;
  bottom: 10px;
  left: 0;
  right: 0;
  padding: 0 20px;
}

.dj-links img {
  width: 40px;
  margin: 0 5px;
  transition: transform 0.2s;
}

.dj-links img:hover {
  transform: scale(1.1);
}


        /* Language Switcher */
        .language-switcher {
            display: flex;
            gap: 5px;
            margin-right: 0px;
           
        }

        .lang-btn {
            background: transparent;
            border: 1px solid #000;
            color: var(--text-color);
            padding: 5px 7px;
            border-radius: 2px;
            cursor: pointer;
            transition: all 0.3s ease;
            font-weight: 600;
            font-size: 0.9rem;
        }

        .lang-btn:hover, .lang-btn.active {
            background: #000;
            border-color: #000;
           
        }

        /* Mobile Menu Styles */
        .mobile-menu-toggle {
            display: none;
            background: transparent;
            border: none;
            color: var(--text-color);
            font-size: 1.5rem;
            cursor: pointer;
            padding: 10px;
        }

        .mobile-sidebar {
            position: fixed;
            top: 0;
            right: -300px;
            width: 300px;
            height: 100vh;
            background: rgba(0, 0, 0, 0.95);
            backdrop-filter: blur(20px);
            border-left: 1px solid rgba(255, 255, 255, 0.1);
            z-index: 1100;
            transition: right 0.3s ease;
            padding: 20px 0;
        }

        .mobile-sidebar.open {
            right: 0;
        }

        .mobile-sidebar-header {
            display: flex;
            justify-content: space-between;
            align-items: center;
            padding: 0 20px 20px 20px;
            border-bottom: 1px solid rgba(255, 255, 255, 0.1);
            margin-bottom: 20px;
        }

        .mobile-close-btn {
            background: transparent;
            border: none;
            color: var(--text-color);
            font-size: 1.5rem;
            cursor: pointer;
            padding: 5px;
        }

        .mobile-nav-links {
            display: flex;
            flex-direction: column;
            padding: 0;
        }

        .mobile-nav-link {
            color: var(--text-color);
            text-decoration: none;
            padding: 15px 20px;
            font-weight: 600;
            text-transform: uppercase;
            letter-spacing: 1px;
            transition: all 0.3s ease;
            border-bottom: 1px solid rgba(255, 255, 255, 0.1);
        }

        .mobile-nav-link:hover {
            background: rgba(255, 0, 128, 0.1);
            color: var(--primary-color);
            padding-left: 30px;
        }

        .mobile-language-switcher {
            padding: 20px;
            border-top: 1px solid rgba(255, 255, 255, 0.1);
            margin-top: auto;
        }

        .mobile-language-switcher .language-switcher {
            justify-content: center;
        }

        .sidebar-overlay {
            position: fixed;
            top: 0;
            left: 0;
            width: 100%;
            height: 100%;
            background: rgba(0, 0, 0, 0.5);
            z-index: 1050;
            opacity: 0;
            visibility: hidden;
            transition: all 0.3s ease;
        }

        .sidebar-overlay.show {
            opacity: 1;
            visibility: visible;
        }

        /* Sections */
        .section {
            height: 100vh;
            min-height: 600px;
            display: flex;
            align-items: center;
            justify-content: center;
            position: relative;
            padding: 20px 0;
            scroll-snap-align: start;
            scroll-snap-stop: always;
         
        }

        .section:nth-child(odd) {
            background: linear-gradient(135deg, #000000 0%, #0a0025 50%, #080e47 100%);
        }

        .section:nth-child(even) {
            background: linear-gradient(135deg, #000 0%, #000 50%, #222 100%);
        }

@media (max-width: 700px) {
    .section {
            height: auto;
            min-height: 600px;
            display: relative;
            align-items: center;
            justify-content: center;
            position: relative;
            padding: 20px 0;
            scroll-snap-align: start;
            scroll-snap-stop: always;
        
        }
    
}

        /* Home Section */
        #home {
            background: #000000;
        }

.artistlist{margin-bottom: 40px}

        /* Animated background particles */
        .particles {
            position: absolute;
            top: 0;
            left: 0;
            width: 100%;
            height: 100%;
            overflow: hidden;
            z-index: 1;
        }

        .particle {
            position: absolute;
            width: 4px;
            height: 4px;
            background: var(--primary-color);
            border-radius: 50%;
            animation: float 6s infinite linear;
        }

        @keyframes float {
            0% {
                opacity: 0;
                transform: translateY(100vh) scale(0);
            }
            10% {
                opacity: 1;
            }
            90% {
                opacity: 1;
            }
            100% {
                opacity: 0;
                transform: translateY(-100px) scale(1);
            }
        }

        .hero-content {
            text-align: center;
            z-index: 10;
            position: relative;
        }

        .hero-logo {
            width: 150px;
            height: 150px;
            filter: invert(1);
            margin-bottom: 20px;
            animation: logoGlow 3s ease-in-out infinite alternate;
        }

        @keyframes logoGlow {
            0% {
                filter: invert(1) drop-shadow(0 0 20px rgba(255, 0, 128, 0.5));
            }
            100% {
                filter: invert(1) drop-shadow(0 0 40px rgba(255, 0, 128, 0.8));
            }
        }

        @keyframes gradientShift {
            0%, 100% { background-position: 0% 50%; }
            50% { background-position: 100% 50%; }
        }

        .hero-subtitle {
            font-size: 1.5rem;
            font-weight: 300;
            margin-bottom: 40px;
            opacity: 0.9;
            animation: fadeInUp 1s ease-out 0.5s both;
        }

        @keyframes fadeInUp {
            from {
                opacity: 0;
                transform: translateY(30px);
            }
            to {
                opacity: 1;
                transform: translateY(0);
            }
        }

        .cta-button {
            background: linear-gradient(135deg, var(--primary-color), var(--accent-color));
            border: none;
            padding: 15px 40px;
            font-size: 1.2rem;
            font-weight: 600;
            color: white;
            border-radius: 50px;
            cursor: pointer;
            transition: all 0.3s ease;
            text-transform: uppercase;
            letter-spacing: 2px;
            position: relative;
            overflow: hidden;
            margin-top: 40px
        }

        .cta-button::before {
            content: '';
            position: absolute;
            top: 0;
            left: -100%;
            width: 100%;
            height: 100%;
            background: linear-gradient(90deg, transparent, rgba(255, 255, 255, 0.4), transparent);
            transition: left 0.5s ease;
        }

        .cta-button:hover::before {
            left: 100%;
        }

        .cta-button:hover {
            transform: translateY(-3px);
           
        }

        /* About Section */
        .about-content {
            max-width: 800px;
            z-index: 10;
            position: relative;
        }

        .section-title {
            font-family: 'Exo', monospace;
            font-size: 3rem;
            font-weight: 700;
            margin-bottom: 10px;
            text-align: center;
            background: #fff;
            -webkit-background-clip: text;
            background-clip: text;
            -webkit-text-fill-color: transparent;
        }

        .about-text {
            font-size: 1.2rem;
            line-height: 1.8;
            text-align: center;
            opacity: 0.9;
        }

        /* Services Section */
        .services-grid {
            display: grid;
            grid-template-columns: repeat(auto-fit, minmax(300px, 1fr));
            gap: 30px;
            z-index: 10;
            position: relative;
        }

       .services-grid {
  display: grid;
  gap: 30px;
  /* örneğin: grid-template-columns: repeat(auto-fit, minmax(250px, 1fr)); */
}

.card-bg {
  position: relative;
  overflow: hidden;
  color: #fff; /* yazılar beyaz olsun okunaklı olsun */
    padding: 50px 20px;
    border-radius: 8px
}

.card-bg::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-size: cover;
  background-position: center center;
  opacity: 0.4; /* düşük opacity */
  z-index: 1;
 filter: grayscale(100%);        /* modern tarayıcılar */
  -webkit-filter: grayscale(100%);/* eski WebKit destekleri için */
  transition: filter .25s ease;   /* animasyon (isteğe bağlı) */
}

.card-bg .service-icon,
.card-bg .service-title,
.card-bg p {
  position: relative;
  z-index: 2;
}

/* Her bir karta özel arka plan görseli */
.recording-distribution::before {
  background-image: url('https://images.pexels.com/photos/33923585/pexels-photo-33923585.jpeg');
}

.studio-recording::before {
  background-image: url('https://images.pexels.com/photos/3587478/pexels-photo-3587478.jpeg');
}

.events::before {
  background-image: url('https://images.pexels.com/photos/2147029/pexels-photo-2147029.jpeg');
}

.booking-marketing::before {
  background-image: url('images/booking.png');
}

/* Başlık ve yazı stili iyileştirmeleri */
.service-title {
  margin-top: 1rem;
  font-size: 1.5rem;
  font-weight: bold;
    margin-bottom: 30px
}

.service-card p {
  margin-top: 0.5rem;
  font-size: 1rem;
  line-height: 1.4;
}


        .service-card:hover {
            transform: translateY(-10px);
            box-shadow: 0 20px 40px #111;
            border-color: #111;
        }

        .service-icon {
            font-size: 3rem;
            color: var(--primary-color);
            margin-bottom: 20px;
            height: 40px
        }

     

        /* Contact Section */



#contact {
  background:#000 url("images/footerbg.png"); /* kendi görsel yolunu yaz */
  background-repeat: no-repeat;
  background-position: right center; /* sağa dayalı */
  background-size: cover; /* section'u kaplayacak */
  background-attachment: fixed; /* opsiyonel: paralaks etkisi verir */
  color: #fff; /* içerik okunabilir olsun diye */
  position: relative;
  z-index: 1;
}

        .contact-form {
            background: rgb(0 0 0 / 17%);
            backdrop-filter: blur(20px);
            border: 1px solid #111;
            border-radius: 20px;
            padding: 50px;
            max-width: 600px;
            z-index: 10;
            position: relative;
        }

        .form-control {
            background: rgb(21 21 21 / 10%);
            border: 1px solid rgb(118 118 118 / 30%);
            border-radius: 10px;
            padding: 15px;
            color: var(--text-color);
            margin-bottom: 20px;
            transition: all 0.3s ease;
        }

        .form-control:focus {
            background: rgba(255, 255, 255, 0.15);
            border-color: var(--primary-color);
            box-shadow: 0 0 20px rgba(255, 0, 128, 0.3);
            color: var(--text-color);
        }

        .form-control::placeholder {
            color: rgba(255, 255, 255, 0.7);
        }

        /* Mobile Responsive */
        @media (max-width: 768px) {
            .navbar-content {
                display: none;
            }

            .mobile-menu-toggle {
                display: block;
                position: absolute;
                top: 50%;
                right: 20px;
                transform: translateY(-50%);
            }

            .language-switcher {
                position: absolute;
                top: 50%;
                left: 20px;
                transform: translateY(-50%);
                margin: 0;
            }

            .navbar-brand {
                position: absolute;
                top: 50%;
                left: 50%;
                transform: translate(-50%, -50%);
            }

            .navbar {
                display: flex;
                justify-content: center;
                align-items: center;
                padding: 45px 0;
            }

            .logo-img {
                width: 75px;
                height: 75px;
            }

            .navbar.scrolled .logo-img {
                width: 50px;
                height: 50px;
            }

            .hero-logo {
                width: 120px;
                height: 120px;
                margin-bottom: 15px;
            }

            .hero-subtitle {
                font-size: 1rem;
                margin-bottom: 30px;
            }

            .cta-button {
                padding: 12px 30px;
                font-size: 1rem;
            }
            
            .section-title {
                font-size: 2rem;
            }

            .about-text {
                font-size: 1rem;
                line-height: 1.6;
            }

            .services-grid {
                grid-template-columns: 1fr;
                gap: 20px;
            }

            .service-card {
                padding: 30px 20px;
            }

            .service-icon {
                font-size: 2.5rem;
            }

            .service-title {
                font-size: 1.3rem;
            }
            
            .contact-form {
                padding: 30px 20px;
                margin: 0 20px;
            }

            .form-control {
                padding: 12px;
            }

            .particles {
                display: none;
            }
        }

        @media (max-width: 480px) {
            .hero-logo {
                width: 100px;
                height: 100px;
            }

            .hero-subtitle {
                font-size: 0.9rem;
            }

            .section-title {
                font-size: 1.8rem;
                margin-bottom: 20px;
            }

            .about-text {
                font-size: 0.9rem;
            }

            .service-card {
                padding: 25px 15px;
            }

            .contact-form {
                padding: 20px 15px;
                margin: 0 15px;
            }

            .cta-button {
                padding: 10px 25px;
                font-size: 0.9rem;
            }
        }
