@import url('https://fonts.googleapis.com/css2?family=Montserrat:wght@300;400;500;700&family=Roboto:wght@300;400;500&family=Permanent+Marker&display=swap');

* {
    margin: 0;
    padding: 0;
    box-sizing: border-box;
    scroll-behavior: smooth;
}

body {
    background-color: #000;
    color: #fff;
    font-family: 'Montserrat', 'Roboto', Arial, sans-serif;
    font-weight: 300;
}

h1, h2, h3, .hero h1, .hero h2, .singles h2, .about h2, .social h2 {
    font-family: 'Montserrat', sans-serif;
    letter-spacing: 1px;
    font-weight: 700;
}

header {
    background: rgba(0,0,0,0.3);
    backdrop-filter: blur(5px);
    display: flex;
    justify-content: center; /* Centered the navigation */
    align-items: center;
    padding: 0 5%; 
    height: 80px;
    position: fixed;
    width: 100%;
    top: 0;
    z-index: 1000;
    transition: all 0.3s ease;
}

.logo {
    display: flex;
    align-items: center;
    position: fixed;
    z-index: 1001;
    left: 5%;
    top: 30px;
    height: 80px;
    width: 480px;
    justify-content: flex-start;
}

#band-logo {
    width: 480px;
    height: auto;
    max-height: 180px;
    object-fit: contain;
    transition: all 0.3s ease;
}

nav {
    display: flex;
    align-items: center;
    justify-content: center; /* Center the navigation items */
    width: 100%;
    max-width: 800px; /* Limit the width to keep it centered */
}

.menu-toggle {
    display: none;
    color: white;
    font-size: 1.5rem;
    cursor: pointer;
}

nav ul {
    display: flex;
    gap: 20px;
    list-style: none;
    padding: 0;
    margin: 0;
    justify-content: center; /* Center the navigation items */
}

nav ul li {
    margin: 0;
    position: relative;
}

nav ul li a {
    color: #fff;
    text-decoration: none;
    font-size: 1rem;
    font-weight: 500;
    position: relative;
    padding: 8px 12px;
    transition: color 0.3s ease;
}

nav ul li a::after {
    content: '';
    position: absolute;
    width: 0;
    height: 1px;
    bottom: 0;
    left: 0;
    background-color: #ff4081;
    transition: width 0.3s ease;
}

nav ul li a:hover::after {
    width: 100%;
}

/* Dropdown Menü Stilleri */
.dropdown-content {
    display: none;
    position: absolute;
    background-color: rgba(0,0,0,0.8);
    backdrop-filter: blur(10px);
    min-width: 160px;
    box-shadow: 0 8px 16px rgba(0,0,0,0.5);
    padding: 12px 0;
    border-radius: 8px;
    z-index: 1;
    top: 100%;
    left: 50%;
    transform: translateX(-50%);
    border: 1px solid rgba(255,64,129,0.3);
    margin-top: 5px;
}

.dropdown-content a {
    color: white;
    padding: 12px 16px;
    text-decoration: none;
    display: block;
    text-align: center;
    transition: all 0.3s ease;
}

.dropdown-content a:hover {
    background-color: rgba(255,64,129,0.2);
}

.dropdown:hover .dropdown-content {
    display: block;
    animation: fadeIn 0.3s ease;
}

/* Dropdown için üçgen pointer */
.dropdown-content::before {
    content: '';
    position: absolute;
    top: -10px;
    left: 50%;
    transform: translateX(-50%);
    border-width: 5px;
    border-style: solid;
    border-color: transparent transparent rgba(255,64,129,0.3) transparent;
}

@keyframes fadeIn {
    from { opacity: 0; transform: translateY(-10px) translateX(-50%); }
    to { opacity: 1; transform: translateY(0) translateX(-50%); }
}

@media (max-width: 768px) {
    header {
        justify-content: space-between;
        padding: 5px 5%;
        height: 60px;
    }
    
    .logo {
        position: absolute; /* Changed from fixed */
        left: 5%;
        padding-top: 0;
        top: 5px;
        width: 200px;
        height: 50px;
    }
    
    #band-logo {
        width: 200px;
        max-height: 50px;
    }
    
    .menu-toggle {
        display: block;
        position: absolute;
        right: 5%;
        top: 50%;
        transform: translateY(-50%);
        z-index: 1002;
    }
    
    nav {
        justify-content: flex-end;
    }
    
    .nav-menu {
        position: fixed;
        top: 60px;
        left: -100%;
        width: 100%;
        height: auto;
        flex-direction: column;
        background-color: rgba(0, 0, 0, 0.9);
        backdrop-filter: blur(10px);
        transition: all 0.3s ease;
        padding: 20px 0;
        opacity: 0;
        visibility: hidden;
    }
    
    .nav-menu.active {
        left: 0;
        opacity: 1;
        visibility: visible;
    }
    
    nav ul {
        flex-direction: column;
        gap: 0;
    }
    
    nav ul li {
        width: 100%;
        text-align: center;
    }
    
    nav ul li a {
        display: block;
        padding: 15px 0;
        font-size: 1.1rem;
        width: 100%;
    }
    
    .dropdown-content {
        position: relative;
        width: 100%;
        left: 0;
        transform: none;
        box-shadow: none;
        margin-top: 0;
        background-color: rgba(0, 0, 0, 0.4);
    }
    
    .dropdown-content::before {
        display: none;
    }
}

.hero {
    height: 100vh;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    text-align: center;
    position: relative;
    overflow: hidden;
    background-image: url('../../wall.png'); /* Added wall.png as background */
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
}

.hero::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: linear-gradient(45deg, rgba(16,10,22,0.97), rgba(12,8,20,0.95)); /* Daha koyu arka plan tonu */
    z-index: -2;
}

.hero::after {
    content: '';
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    width: 200%;
    height: 200%;
    background: radial-gradient(circle at center, rgba(255,64,129,0.06) 0%, transparent 50%); /* Hafifletilmiş glow efekti */
    animation: pulse 15s ease-in-out infinite;
    z-index: -1;
}

@keyframes pulse {
    0% {
        transform: translate(-50%, -50%) scale(1);
        opacity: 0.5;
    }
    50% {
        transform: translate(-50%, -50%) scale(1.5);
        opacity: 0.2;
    }
    100% {
        transform: translate(-50%, -50%) scale(1);
        opacity: 0.5;
    }
}

.hero h1 {
    font-size: 2em;
    margin-bottom: 20px;
    text-shadow: 0 0 10px rgba(255,64,129,0.5);
}

.hero h2 {
    font-size: 4em;
    margin-bottom: 40px;
    color: #ff4081;
    text-shadow: 0 0 20px rgba(255,64,129,0.3);
}

/* Custom text colors for hero section */
.white-text {
    color: #ffffff;
    text-shadow: 0 0 10px rgba(255,255,255,0.3);
}

.pink-text {
    color: #f06090;
    text-shadow: 0 0 30px rgba(196, 56, 103, 0.3);
    font-family: 'Permanent Marker', cursive;
    font-size: 10em;
    letter-spacing: 2px;
    transform: rotate(-2deg);
    margin-bottom: 10px; /* Reduced from 30px to bring text closer to button */
}

/* Styling for the hero title layout */
.hero-title {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    gap: 20px; /* Consistent spacing between elements */
}

.listen-btn {
    padding: 15px 40px;
    font-size: 1.2em;
    background-color: transparent;
    border: 2px solid #ff4081;
    color: #ff4081;
    cursor: pointer;
    transition: all 0.3s ease;
    position: relative;
    overflow: hidden;
    border-radius: 25px;
}

.listen-btn::before {
    content: '';
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    width: 0;
    height: 0;
    background-color: #ff4081;
    border-radius: 50%;
    transition: width 0.5s ease, height 0.5s ease;
    z-index: -1;
}

.listen-btn:hover::before {
    width: 300px;
    height: 300px;
}

.listen-btn:hover {
    color: #000;
}

.singles {
    padding: 50px 20px; /* padding'i azalttım */
    min-height: 50vh; /* 100vh'den 50vh'ye düşürdüm */
    background: linear-gradient(45deg, #1a1220, #2e2040); /* Darkened gradient by 2 tones */
    position: relative;
    overflow: hidden;
}

.singles::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background: 
        radial-gradient(circle at 20% 30%, rgba(255,64,129,0.05) 0%, transparent 50%),
        radial-gradient(circle at 80% 70%, rgba(255,64,129,0.05) 0%, transparent 50%);
    animation: gradientMove 20s ease-in-out infinite;
    z-index: 0;
}

.singles::after, .about::after {
    content: '';
    position: absolute;
    bottom: -2px; /* Overlap to prevent gap */
    left: 0;
    width: 100%;
    height: 6px;
    background: linear-gradient(90deg, transparent 0%, rgba(255,64,129,0.1) 50%, transparent 100%);
    z-index: 2;
}

.singles > * {
    position: relative;
    z-index: 1;
}

.singles h2 {
    font-size: 3em;
    margin-bottom: 40px;
    color: #ff4081;
    text-align: center;
}

.singles-grid {
    display: grid;
    grid-template-columns: repeat(5, 1fr);
    gap: 25px;
    max-width: 1400px;
    margin: 0 auto;
}

@media (max-width: 1200px) {
    .singles-grid {
        grid-template-columns: repeat(3, 1fr);
    }
}

@media (max-width: 768px) {
    .singles-grid {
        grid-template-columns: repeat(2, 1fr);
    }
}

@media (max-width: 480px) {
    .singles-grid {
        grid-template-columns: 1fr;
    }
}

.single-item {
    text-align: center;
}

.single-item h3 {
    margin-top: 1.5rem;
    color: #fff;
    font-size: 1.2em;
    transition: color 0.3s ease;
}

.single-item:hover h3 {
    color: #ff4081;
}

.single-cover {
    position: relative;
    overflow: hidden;
    border-radius: 15px;
    cursor: pointer;
    box-shadow: 0 10px 20px rgba(0,0,0,0.3);
    display: block;
    text-decoration: none;
    transition: transform 0.3s ease, box-shadow 0.3s ease;
    aspect-ratio: 1/1; /* Kare oran ekledim */
}

.single-cover:hover {
    transform: translateY(-10px);
    box-shadow: 0 15px 30px rgba(255,64,129,0.3);
}

.single-cover img {
    width: 100%;
    height: 100%; /* padding-bottom yerine gerçek yükseklik */
    object-fit: cover;
    transition: transform 0.5s ease;
    display: block; /* Görünürlük sorunu için display:block ekledim */
}

.overlay {
    position: absolute;
    bottom: -100%;
    left: 0;
    width: 100%;
    height: 100%;
    background: linear-gradient(to top, rgba(0,0,0,0.9), rgba(0,0,0,0.4));
    display: flex;
    justify-content: center;
    align-items: center;
    transition: all 0.4s cubic-bezier(0.4, 0, 0.2, 1);
}

.single-cover:hover .overlay {
    bottom: 0;
}

.overlay p {
    color: #fff;
    font-size: 1.5em;
    text-shadow: 0 2px 4px rgba(0,0,0,0.5);
    transform: translateY(20px);
    opacity: 0;
    transition: all 0.3s ease 0.1s;
}

.single-cover:hover .overlay p {
    transform: translateY(0);
    opacity: 1;
}

.about {
    padding: 100px 20px;
    background: linear-gradient(45deg, #16101b, #1a1220, #1e1528); /* Darkened gradient by 2 tones */
    position: relative;
    overflow: hidden;
}

.about::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background: 
        radial-gradient(circle at 70% 20%, rgba(255,64,129,0.05) 0%, transparent 40%),
        radial-gradient(circle at 30% 80%, rgba(255,64,129,0.05) 0%, transparent 40%);
    animation: gradientMove 15s ease-in-out infinite alternate;
    z-index: 0;
}

.about > * {
    position: relative;
    z-index: 1;
}

.about h2 {
    font-size: 3em;
    margin-bottom: 40px;
    color: #ff4081;
    text-align: center;
}

.about-content {
    max-width: 800px;
    margin: 0 auto;
    line-height: 1.6;
}

.about-content p {
    margin-bottom: 20px;
    font-size: 1.1em;
}

.social {
    padding: 100px 20px;
    background: linear-gradient(-45deg, #110a14, #16101b, #1a1220); /* Darkened gradient by 2 tones */
    position: relative;
    overflow: hidden;
}

.social::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background: 
        radial-gradient(circle at 50% 50%, rgba(255,64,129,0.07) 0%, transparent 60%); /* Slightly stronger pink glow */
    animation: pulseGradient 10s ease-in-out infinite;
    z-index: 0;
}

.social > * {
    position: relative;
    z-index: 1;
}

.social h2 {
    font-size: 3em;
    margin-bottom: 40px;
    color: #ff4081;
    text-align: center;
}

.social-links {
    display: flex;
    justify-content: center;
    gap: 30px;
    margin-top: 30px;
}

.social-link {
    color: #fff;
    font-size: 2em;
    transition: all 0.3s ease;
}

.social-link:hover {
    color: #ff4081;
    transform: translateY(-5px);
}

@keyframes gradientMove {
    0% {
        transform: translate(0, 0);
    }
    50% {
        transform: translate(-5%, -5%);
    }
    100% {
        transform: translate(0, 0);
    }
}

@keyframes pulseGradient {
    0% {
        opacity: 0.3;
        transform: scale(1);
    }
    50% {
        opacity: 0.7;
        transform: scale(1.2);
    }
    100% {
        opacity: 0.3;
        transform: scale(1);
    }
}

footer {
    text-align: center;
    padding: 20px;
    background-color: #000;
    border-top: 1px solid #333;
}

.navbar {
    background-color: #333;
    height: 80px;
    display: flex;
    justify-content: center;
    align-items: center;
    font-size: 1.2rem;
    position: fixed; /* Make the navbar fixed */
    top: 0; /* Stick it to the top */
    width: 100%; /* Make it stretch across the screen */
    z-index: 100; /* Ensure it stays on top of other elements */
}

.navbar-container {
    display: flex;
    justify-content: space-between;
    align-items: center;
    height: 80px;
    width: 100%;
    max-width: 1200px;
    padding: 0 20px;
}

.navbar-logo {
    color: #fff;
    justify-self: start;
    margin-left: 20px;
    cursor: pointer;
    text-decoration: none;
}

.nav-menu {
    display: flex;
    list-style: none;
    text-align: center;
    margin-right: 20px;
}

.nav-item {
    height: 80px;
}

.nav-links {
    color: white;
    display: flex;
    align-items: center;
    text-decoration: none;
    padding: 0 1rem;
    height: 100%;
}

.nav-links:hover {
    border-bottom: 4px solid #fff;
    transition: all 0.2s ease-out;
}

@media screen and (max-width: 960px) {
    .nav-menu {
        display: flex;
        flex-direction: column;
        width: 100%;
        height: auto;
        position: absolute;
        top: 80px;
        left: -100%;
        opacity: 1;
        transition: all 0.5s ease;
    }

    .nav-menu.active {
        background: #22172E; /* Updated to new color */
        left: 0;
        opacity: 1;
        transition: all 0.5s ease;
        z-index: 1;
    }

    .nav-links {
        text-align: center;
        padding: 2rem;
        width: 100%;
        display: table;
    }

    .nav-links:hover {
        background-color: #fff;
        color: #242424;
        border-radius: 0;
    }

    .navbar-logo {
        position: absolute;
        top: 0;
        left: 0;
        transform: translate(25%, 50%);
    }
}