* {
  font-family: "Josefin Sans", sans-serif;
}

body {
  color: #fff;
}

li.nav-item {
  padding: 10px 12px;
}

.header-transparent {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  z-index: 999;
  background: transparent;
}

.header-transparent .nav-link {
  color: #ccc;
  font-weight: 400;
  padding: 15px 18px;
  transition: color 0.3s ease;
}

.header-transparent .nav-link:hover,
.header-transparent .nav-link.active {
  color: #ffffff;
}

.header-transparent .book-btn {
  border: 1px solid rgba(255, 255, 255, 0.3);
  padding: 8px 16px;
  border-radius: 2px;
}

/* Logo spacing */
.navbar-brand img {
  height: 42px;
}

.parallax {
  background-attachment: fixed;
  background-size: cover;
  background-position: center;
  position: relative;
}

.hero-section {
  height: 100vh;
  display: flex;
  align-items: center;
}

.hero-content {
  position: relative;
  z-index: 2;
}

.hero-content h1 {
  font-size: 60px;
  font-weight: 700;
}

.container.hero-content p {
  font-size: 30px;
}

.hero-content hr {
  width: 500px;
  border-top: 2px solid #fff;
}

.biography-section {
  padding: 120px 0;
}

.quote-box h2 {
  font-size: 42px;
}

blockquote {
  font-size: 20px;
  margin-top: 20px;
}

.instagram-section,
.youtube-section {
  padding: 100px 0;
  background: #222;
}

.gallery-slider img {
  height: 400px;
  object-fit: cover;
}

.gallery-row {
    display: flex;
}

.gallery-row img {
    width: 20%;
    height: 260px;
    object-fit: cover;
}

.instagram-section,
.youtube-section {
    padding: 100px 0;
    background: #111;
    color: #fff;
}

.instagram-section h2,
.youtube-section h2 {
    font-weight: 600;
    letter-spacing: 2px;
}

.instagram-section hr,
.youtube-section hr {
    width: 60px;
    border-top: 2px solid #fff;
}



.site-footer {
  padding: 30px 0;
  background: #000;
}

.social-icons a {
    color: #790409;
    padding: 1rem;
    font-size: 24px;
    text-decoration: none;
}


/* =========================================================
   GLOBAL
========================================================= */
* {
    box-sizing: border-box;
}

body {
    margin: 0;
    font-family: 'Josefin Sans', sans-serif;
    background: #111;
    color: #fff;
}

img {
    max-width: 100%;
    display: block;
}

hr {
    opacity: 1;
}

/* =========================================================
   PARALLAX BASE
========================================================= */
.parallax {
    background-attachment: fixed;
    background-size: cover;
    background-position: center;
}

/* =========================================================
   HERO SECTION
========================================================= */
.hero-section {
    position: relative;
    min-height: 420px;
    display: flex;
    align-items: center;
    overflow: hidden;
}

.hero-section .overlay {
    position: absolute;
    inset: 0;
    z-index: 1;
    background: linear-gradient(
        to right,
        rgba(0,0,0,0.85),
        rgba(0,0,0,0.45)
    );
}

.hero-section .hero-content {
    position: relative;
    z-index: 2;
}

.hero-section h1 {
    font-size: 72px;
    font-weight: 300;
    letter-spacing: 1px;
    margin-bottom: 15px;
}

.hero-section hr {
    width: 140px;
    border-top: 1px solid rgba(255,255,255,0.6);
}

/* =========================================================
   BIOGRAPHY RED SECTION
========================================================= */
.biography-section {
    position: relative;
    padding: 90px 0;
    overflow: hidden;
}

.biography-section .overlay.red {
    position: absolute;
    inset: 0;
    z-index: 1;
    background: linear-gradient(to bottom, rgb(177 18 27 / 34%), rgba(124, 12, 18, 0.96));
}

.biography-section .container {
    position: relative;
    z-index: 2;
}

.biography-section .bio-text {
    max-width: 1000px;
    margin: 0 auto 40px auto;
}

.biography-section .bio-text p {
    line-height: 1.9;
}

.biography-section .bio-text hr {
    width: 120px;
    border-top: 1px solid rgba(255,255,255,0.5);
    margin: 40px 0;
}

.biography-section .fs-3 {
    font-weight: 400;
}

.biography-section .fs-4 {
    line-height: 1.8;
}

.biography-section .fs-6 {
    font-size: 14px;
    line-height: 1.8;
    opacity: 0.85;
}

/* Centered blocks */
.biography-section .col-8 {
    margin-top: 40px;
}

/* =========================================================
   DARK LONG TEXT SECTION
========================================================= */
section:not(.hero-section):not(.biography-section):not(.bio-quote) {
    /* background: #2c2c2c; */
    padding: 70px 0;
    color: #d0d0d0;
}

section:not(.hero-section):not(.biography-section):not(.bio-quote) p {
    max-width: 900px;
    margin: 0 auto 25px auto;
    font-size: 14px;
    line-height: 1.9;
}

/* =========================================================
   QUOTE SECTION
========================================================= */
.bio-quote {
    background: #6a6a6a;
}

.bio-quote .quote-box {
    padding: 100px 80px;
    color: #fff;
}

.bio-quote p {
    font-size: 22px;
    font-style: italic;
}

.quote-line {
    width: 120px;
    height: 1px;
    background: #fff;
    margin: 25px 0;
}

.bio-quote span {
    font-size: 13px;
    opacity: 0.8;
}

.bio-quote img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.press-section {
    padding: 80px 40px;
}

.press-card {
    background: #fff;
    padding: 10px;
    margin-bottom: 20px;
    /* box-shadow: 0 10px 30px rgba(0,0,0,0.35); */
    transition: transform 0.3s ease;
}

.press-card img {
    width: 100%;
    height: auto;
    display: block;
}

.press-card:hover {
    transform: translateY(-6px);
}

/* =========================================
   ALBUMS SECTION
========================================= */
.albums-section {
    background: #2e2e2e;
    padding: 100px 0;
    color: #fff;
}

.album-card h4 {
    margin-top: 25px;
    font-weight: 500;
}

.meta {
    font-size: 13px;
    color: #bdbdbd;
    margin-bottom: 6px;
}

/* =========================================
   ALBUM ART + DISC HOVER EFFECT
========================================= */
.album-art {
    position: relative;
    width: 260px;
    height: 260px;
}

.album-cover {
    position: relative;
    z-index: 2;
    width: 100%;
    box-shadow: 0 15px 40px rgba(0,0,0,0.5);
}

.album-disc {
    position: absolute;
    top: 50%;
    right: 0;
    width: 230px;
    transform: translate(0, -50%);
    z-index: 1;
    transition: transform 0.6s ease;
}

/* HOVER EFFECT */
.album-card:hover .album-disc {
    transform: translate(120px, -50%);
}

.album-icons {
    margin-top: 20px;
}

.album-icons a {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    width: 42px;
    height: 42px;
    background: #e50914;
    border-radius: 50%;
    color: #fff;
    margin-right: 8px;
    transition: transform 0.3s ease;
}

.album-icons a:hover {
    transform: scale(1.1);
}

.gallery-img {
    width: 100%;
    height: 400px;
    object-fit: cover;
    border-radius: 6px;
}
.navbar-dark .nav-link.active {
    color: #ffffff !important;
    font-weight: 600;
    border-bottom: 2px solid #ff0000;
}

.nav-item.dropdown.active > .nav-link {
    color: #ffffff !important;
}
.dropdown-menu .active {
    background: #000;
    color: #fff;
}




@media (max-width: 991px) {

    .hero-section {
        min-height: 320px;
    }

    .hero-section h1 {
        font-size: 48px;
    }

    .bio-quote .quote-box {
        padding: 60px 40px;
    }

    .biography-section .col-8 {
        width: 100% !important;
    }
}

@media (max-width: 575px) {

    .hero-section h1 {
        font-size: 38px;
    }

    .bio-quote p {
        font-size: 18px;
    }
}


