/* RESET */

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

html {
    scroll-behavior: smooth;
}

/* BODY */

body {
    background: #000;
    font-family: 'Intel', sans-serif;
    overflow-x: hidden;
    opacity: 0;
    animation: fadeIn 0.4s ease forwards;
}

iframe {
    padding: 20px;
    width: 1130px;
    height: 570px;
}

@keyframes fadeIn {
    to {
        opacity: 1;
    }
}

body {
  opacity: 1;
  transition: opacity 0.4s ease;
}

body.fade-out {
  opacity: 0;
}

.reveal {
    opacity: 0;
    transform: translateY(30px);
    transition: opacity 0.8s ease, transform 1.2s ease;
}

.reveal.visible {
    opacity: 1;
    transform: translateY(0);
}

.reveal.visible {
    opacity: 1 !important;
    transform: translateY(0) !important;
}


.back-to-top {
    position: fixed;
    top: 15px;
    right: -3px;
    width: 40px;
    height: 40px;
    margin: 30px;
    padding: 10px;

    background: rgba(0, 0, 0, 0.43);
    border-radius: 12px;

    display: flex;
    align-items: center;
    justify-content: center;

    font-size: 18px;

    cursor: pointer;
    z-index: 9999;

    opacity: 0;
    pointer-events: none;

    transition: opacity 0.3s ease, transform 0.3s ease;

    transform: translateY(-10px);
}

/* visible state */
.back-to-top.show {
    opacity: 1;
    pointer-events: auto;
    transform: translateY(0);
}

.fa-arrow-up {
    font-size: 22px;
    color: white;
}

button {
    background: none;
    border: none;
}

/* visible state */
.back-to-top.show {
    opacity: 1;
    pointer-events: auto;
}

/* desktop hidden */
@media (min-width: 1246px) {
    .back-to-top {
        display: none;
    }
}

/* visible state */
.back-to-top.show {
    opacity: 1;
    pointer-events: auto;
}

/* ❌ desktop = hidden */
@media (min-width: 1246px) {
    .back-to-top {
        display: none;
    }
}


/* HEADER */

.header {
    height: 180px;

    display: flex;
    justify-content: space-between;
    align-items: center;

    padding: 0 70px;
    position: relative;
                            background:
    url("/images/bg-2.jpg") center;

}


h1 {
    font-weight: lighter;
}


h2 {
    font-weight: lighter;
    color: white;
}


a {
    color: inherit;
    text-decoration: none;
    
}

@media (max-width: 600px) {

    iframe {
        width:fit-content;
        height: fit-content;
        margin: 0 auto;
    }

    .show-row {
        grid-template-columns: 1fr;
        gap: 8px;
    }

    .location-full {
        display: none;
    }

    .location-mobile {
        display: inline;
    }

    .show-location {
        text-align: left;
    }

    .next-show-home {
        position: relative;
    width: 320px;
    margin: 0 auto;
    }

}

.tapes {
    position: absolute;
    z-index: 10;
}

.tape1 {
    transform: translate(1px);
}

.tape2 {
    transform: translate(1px);
}
.tape3 {
    transform: translate(1px);
}
.tape4 {
    transform: translate(1px);
}

.special-size {
font-size: 19px;
}

.for-shows {
    font-size: 0.7em;
    margin-left: 4px;
    align-self: center;
}

/* LEFT NAV */

.nav-left {
    display: flex;
    gap: 40px;
}


.nav-left a {
    color: white;
    text-decoration: none;
    font-size: 15px;
    font-weight: 400;
    position: relative;
    padding-bottom: 6px;
    opacity: 0.7;
    transition: opacity 0.2s ease;
}

/* underline base */
.nav-left a::after {
    content: "";
    position: absolute;
    left: 0;
    bottom: 0;
    width: 100%;
    height: 2px;
    background: white;

    transform: scaleX(0);
    transform-origin: left;
    transition: transform 0.3s ease;
}

/* hover */
.nav-left a:hover {
    opacity: 1;
}

.nav-left a:hover::after {
    transform: scaleX(1);
}

/* active */
.nav-left a.active {
    opacity: 1;
}

.nav-left a.active::after {
    transform: scaleX(1);
}

.fa-brands.fa-linktree {
    font-size: 1.8rem;
    position: relative;
}

.nav-left a i {
    font-size: 0.8em;
    margin-left: 6px;
}

/* CENTER LOGO */

.logo {
    position: absolute;
    left: 50%;
    transform: translateX(-50%);
}

.logo img {
    width: 70px;
    height: auto;
    display: block;
}

.logo img:hover {
    opacity: 0.8;
    transition: opacity 0.2s ease;
}

/* RIGHT ICONS */

.socials {
    display: flex;
    gap: 30px;
}

.socials a {
    color: white;
    font-size: 1.6rem;

    transition: opacity .2s ease;
}

.socials a:hover {
    opacity: .7;
}

/* HERO */
.hero {
  position: relative;
  width: 100%;
height: fit-content;
  overflow: hidden;
  padding: 20px;
}

/* background video */
.bg-video {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  z-index: 0;
}

/* content over video */
.overlay {
  position: relative;
  z-index: 2;
  width: 100%;
  height: 100%;
  
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
}

/* youtube box */

.youtube-title {
    color: white;
    font-size: 30px;
    text-align: center;
    margin-bottom: 20px;
    text-shadow: #000000 1px 0 10px;
}

.youtube-card {
    width: 100%;
    max-width: 900px;
    aspect-ratio: 16 / 9;
}

.youtube-card iframe {
  width: 100%;
  height: 100%;
  box-shadow: 0 0 20px rgba(0, 0, 0, 0.5);
}


.ticker {
  width: 100%;
  overflow: hidden;
  background: transparent; /* ou black si tu veux contraste */
  white-space: nowrap;
  position: relative;
  z-index: 10; /* sous header si besoin */
  padding: 12px 0;
}

.ticker-track {
  display: flex;
  width: max-content;
  animation: scroll 120s linear infinite; /* ← lent */
}

.ticker span {
  font-size: 14px;
  text-transform: uppercase;
  padding-right: 60px;
  white-space: nowrap;
  color: white; /* adapte selon ton design */
    display: inline-block;
  padding: 0;
  margin: 0;
}


/* animation fluide */
@keyframes scroll {
  from {
    transform: translateX(0);
  }
  to {
    transform: translateX(-50%);
  }
}
/* FOOTER */
.footer {
    display: flex;
    justify-content: center;
    align-items: center;
    height: 120px;
    color: white;
    font-size: 14px;
  	margin-bottom: 50px;
  	background: black;
}

.about-section {
    position: relative;
    justify-content: center;
    padding: 60px;
                            background:
    url("/images/bg-3.jpg") center/cover;
}


.about-scroll-wrapper {
      position: relative;
  background: rgb(255, 255, 255);
  border-radius: 8px;
  border: solid white 1px;
  margin: 0 auto;
  width: 60%;
  
}
.about-scrollbox-about {
  height: 100vh;
  overflow-y: auto;
  display: flex;
  flex-direction: column;
  gap: 30px;
  /* style optionnel (look propre) */
  background: rgb(255, 255, 255);
  backdrop-filter: blur(8px);
  border: 1px solid white;
  padding-bottom: 40px;
                              background:
    url("/images/texture.jpg") repeat;
    background-attachment: scroll;
    background-size: 70%;
}


/* image */
.about-scrollbox-about img {
  width: 100%;
  height: auto;
  display: block;
}

/* texte */
.about-scrollbox-about h1 {
  margin-bottom: 15px;
  color: white;
}

.about-scrollbox-about p {
  line-height: 1.6;
  margin-bottom: 12px;
  color: rgb(0, 0, 0);
  padding: 40px 40px 0px 40px;
  text-align: justify;
}

    .about-title {
    color: white;
    font-size: 24;
    margin: 50PX 73px;
    text-align: center;
}
/* SHOWS */

.show-name,
.show-date,
.show-location {
    text-transform: uppercase;
}

.shows {
    width: 100%;
    max-width: 1400px;
    margin: 0 auto;
    padding: 40px 40px;
    color: white;
                        background:
    url("/images/bg-2.jpg") repeat;
}

.shows h1 {
    font-size: 25px;
    margin-bottom: 60px;
    text-transform: uppercase;

    text-align: center;
}

.shows h2 {
    font-size: 15px;
    opacity: .6;
    margin: 50px 0 20px;
    text-transform: uppercase;
}

.show-row {
    display: grid;
    grid-template-columns: 180px 1fr 180px;
    align-items: center;
    gap: 20px;
    padding: 10px 10px;
    border-top: 2px solid rgba(255,255,255,.3);
    transition: opacity 0.2s ease, transform 0.2s ease;
}

.show-row:hover {
    opacity: 0.7;
}

/* DATE */
.show-date {
    font-size: 15px;
    font-weight: 700;
    text-transform: uppercase;
}

.show-name span a:hover {
    cursor: pointer;
}


/* underline base stays the same */
.show-name span {
    position: relative;
    display: inline-block;
}

.show-name span::after {
    content: "";
    position: absolute;
    left: 0;
    bottom: -0.15em;
    height: 1px;
    width: 100%;
    background: currentColor;

    transform: scaleX(0);
    transform-origin: left;
    transition: transform 0.25s ease;
}
/* ONLY upcoming shows get hover effect */
.shows-upcoming .show-row:hover .show-name span::after {
    transform: scaleX(1);
}

.shows-upcoming {

  animation: pulse 2s infinite;
  transition: transform 0.2s;
}
.shows-upcoming:hover {
  cursor: pointer;
}

@keyframes pulse {
  0%, 100% {
    text-shadow:
      0 -4px 12px rgba(255, 255, 255, 0.905),
      0 4px 12px rgba(255, 255, 255, 0.92);
    background-color: rgb(255, 255, 255);
    color: black;
  }

  50% {
    text-shadow:
      0 -8px 30px rgba(255,255,255,1),
      0 8px 30px rgba(255,255,255,1);
      background-color: rgba(255, 255, 255, 0);
      color:inherit;
  }
}

.next-show-home {
    text-transform: uppercase;
    text-align: center;
  width: 520px;
  height: 520px;
  margin: 2rem auto;
  padding: 1.5rem 1.5rem 1.25rem;
  border-radius: 0px;
    margin-top: 200px;
    padding: 40px;
    margin: 50px;
  background: black;
  background-image: url("/images/bg-2.jpg");
  color: #fff;

  box-shadow: 0 10px 30px rgba(0,0,0,0.35);
  border: 1px solid rgba(255, 255, 255, 0.217);

  font-family: system-ui, -apple-system, Segoe UI, Roboto, sans-serif;
}

/* Title */
.next-show-title {
  font-size: 0.75rem;
  text-transform: uppercase;
  color: rgba(255,255,255,0.65);
  margin-bottom: 20px;
}

/* Date (big focal point) */
.next-show-date {
    font-size: 130%;
    font-weight: 500;
    line-height: 1.1;
}

/* Event name */
.next-show-name {
  font-size: 130%;
  font-weight: 600;
  margin-bottom: 20px;
}

/* Location */
.next-show-location {
  font-size: 0.75rem;
  color: rgba(255,255,255,0.7);
  margin-bottom: 20px;
}

/* CTA link */
.next-show-link {
    background: rgb(255, 255, 255);
    color: rgb(0, 0, 0);
    position: relative;
    margin: 0 auto;
    width: fit-content;
    text-decoration: none;
    text-transform: uppercase;
    padding: 11px 28px;
    border-radius: 40px;
    font-size: 0.95rem;
    text-align: center;
    font-weight: 500;
    transition: 0.2s ease;
    margin-top: 40px;
    border: 1px solid white;
}

.next-show-link:hover {
      transform: scale(1.02);
  background: #000000;
  color: rgb(255, 255, 255);
  box-shadow: 0 10px 20px rgba(0,0,0,0.25);
}

.next-show-link i {
  font-size: 0.9em;
}

/* Mobile tweaks */
@media (max-width: 480px) {
  .next-show-home {
    padding: 1.25rem;
  }

  .next-show-name {
    font-size: 1.05rem;
  }

  .next-show-link {

    justify-content: center;
  }
  
}

.next-show-home {
  display: flex;
  flex-direction: column;
  width: fit-content;
  height: fit-content;
}

.next-show-photo {
  margin-top: 20px;
  width: 100%;
}

.next-show-photo img {
  width: 100%;
  height: auto;
  display: block;
}

.next-show-home-sizer {
  max-width: 520px;
  margin: 0 auto;
}

/* LOCATION */
.show-location {
    text-align: right;
    opacity: 0.6;
    font-size: 1rem;
}

.show-row:last-child {
    border-bottom: 2px solid rgba(255,255,255,.3);
}

.scroll-wrapper {
  position: relative;
  background: rgb(255, 255, 255);
  border: solid white 1px;
  margin: 30px;
  width: auto;
  box-shadow: 0 0px 0px rgb(255, 255, 255);
    transition: filter 0.3s ease;
}

.tapes img {
    position: absolute;
    width: 70px;
    z-index: 10;
}


.scroll-wrapper:hover {
    box-shadow: 0 5px 25px rgba(255, 255, 255, 0.3);
    cursor: pointer;
    transition: filter 0.3s ease;
}

.scroll-box {
    width: 500px;
    height: 640px;
    background: rgba(255, 255, 255, 0.399);
    overflow-y: auto;
    box-shadow: 0 10px 30px rgba(0,0,0,0.15);
                    background:
    url("/images/texture.jpg") center/cover;
    background-size: 90%;
}



.scroll-box-release-page {

    width: 300px;
    height: 620px;
    background: rgb(255, 255, 255);
    overflow-y: auto;
    box-shadow: 0 10px 30px rgba(0,0,0,0.15);
                background:
    url("/images/texture.jpg") center/cover;
        background-size: 90%;
}


.scroll-content {
    padding: 20px;
}

.scroll-text {
    padding: 20px 20px 0px 20px;
}

h1 .scroll-title .scroll-title-release-page {
    margin: 0px;
}

.scroll-first-title {
    color: white;
    padding: 20px;
    margin-top: 60px;
    font-size: 24px;
}

.scroll-title {
    font-size: 24px;
    font-weight: 600;
    text-align: center;
    letter-spacing: -1px;
    text-transform: uppercase;
    color: rgb(0, 0, 0);
}

.scroll-date {
    font-size: 16px;
    text-align: center;
    color: rgb(0, 0, 0);
}

.cover-image {

    width:100%;

    object-fit:cover;

    display:block;

    margin-bottom:10px;

}

.scroll-box {
  scroll-behavior: smooth;
}

.scroll-box:has(#platforms-home:hover) .scroll-platforms {
  opacity: 0.3s;
}



.btn {
    background: #000000;
    color: #ffffff;
    text-decoration: none;
    padding: 14px 32px;
    border-radius: 999px;
    font-size: 17px;
    transition: 0.2s;
    cursor: pointer;
}

.btn:hover {
  transform: scale(1.05);
  background: #ddd;
}

.scroll-platforms {
  display: flex;
  flex-direction: column;
  gap: 10px;
  margin-top: 15px;
    opacity: 1;
  transition: opacity 0.3s ease;
}

/* each row */
.scroll-platforms__item {
    display: flex;
    align-items: center;
    justify-content: space-between;
    background: #ffffff;
    padding: 10px 12px;
    border-radius: 8px;
    color: rgb(0, 0, 0);
    border: #00000021 solid 1px;
}

.scroll-platforms__item:hover {
    display: flex;
    align-items: center;
    justify-content: space-between;
    background: #ececec;
    padding: 10px 12px;
    border-radius: 8px;
    color: rgb(0, 0, 0);
    border: #00000021 solid 1px;
    cursor: pointer;
    transition: 1s ease;
}

/* logo left */
.scroll-platforms__logo {
  width: 22px;
  height: 22px;
  flex-shrink: 0;
}

/* name */
.scroll-platforms__name {
  flex: 1;
  margin-left: 12px;
  font-size: 14px;
}

/* button right */
.scroll-platforms__btn {
    background: rgb(0, 0, 0);
    color: rgb(255, 255, 255);
    text-decoration: none;
    padding: 11px 28px;
    border-radius: 40px;
    font-size: 13px;
    font-weight: 500;
    transition: 0.2s ease;
}

.scroll-platforms__btn:hover {
  transform: scale(1.05);
  background: #ffffff;
  color: rgb(0, 0, 0);
}

.secondicon {
padding-left: 10px;
}


.location-mobile {
    display: none;
}

body {

    background:#000000;

    font-family: Arial, sans-serif;

}




/* MEDIA QUERIES */

@media (max-width: 1245px) and (orientation: landscape) {


  .shows {
    margin-top: 200px;
  }
  
  .releases {
  	margin-top: 200px; 
  }

  .ticker {
    margin-top: 200px;
  }


}


/* top left */
.tape1 {
    top: -16px;
    left: -30px;
    transform: rotate(-35deg);
}

/* top right */
.tape2 {
      top: 620px;
    right: -45px;
    transform: rotate(41deg);
}

/* bottom left */
.tape3 {
bottom: -21px;
    left: 465px;
    transform: rotate(55deg);
}

/* bottom right */
.tape4 {
    bottom: -655px;
    right: -536px;
    transform: rotate(-35deg);
}

.tape01 {
    top: -16px;
    left: -30px;
    transform: rotate(-35deg);
}

/* top right */
.tape02 {
      top: 620px;
    right: -45px;
    transform: rotate(41deg);
}

/* bottom left */
.tape03 {
bottom: -21px;
    left: 465px;
    transform: rotate(55deg);
}

/* bottom right */
.tape04 {
    bottom: -655px;
    right: -536px;
    transform: rotate(-35deg);
}



.tape5 {
    top: -16px;
    left: -30px;
    transform: rotate(-35deg);
}

/* top right */
.tape6 {
      top: 620px;
    right: -45px;
    transform: rotate(41deg);
}

/* bottom left */
.tape7 {
    bottom: -21px;
    left: 263px;
    transform: rotate(55deg);
}

/* bottom right */
.tape8 {
    bottom: -645px;
    right: -336px;
    transform: rotate(-35deg);
}


.tape9 {
top: -16px;
    left: -30px;
    transform: rotate(-35deg);
}

/* top right */
.tape10 {
    top: 840px;
    right: -45px;
    transform: rotate(41deg);
}

/* bottom left */
.tape11 {
    bottom: -21px;
    left: 647px;
    transform: rotate(55deg);
}

/* bottom right */
.tape12 {
    bottom: -875px;
    right: -716px;
    transform: rotate(-35deg);
}

/* top left */
.tape01 {
    top: 34px;
    left: 20px;
    transform: rotate(-35deg);
}

/* top right */
.tape02 {
    top: 770px;
    right: -85px;
    transform: rotate(41deg);
}

/* bottom left */
.tape03 {
    bottom: -73px;
    left: 435px;
    transform: rotate(55deg);
}

/* bottom right */
.tape04 {
    bottom: -805px;
    right: -506px;
    transform: rotate(-35deg);
}


@media (max-width:1245px) {

.next-show-home {
            width: 270px;
        height: 640px;
}

    iframe {
        width: fit-content;
        height: fit-content;
        margin: 0 auto;
        padding: 70px;
    }

/* top left */
.tape1 {
    top: -16px;
    left: -30px;
    transform: rotate(-35deg);
}

/* top right */
.tape2 {
      top: 620px;
    right: -45px;
    transform: rotate(41deg);
}

/* bottom left */
.tape3 {
    bottom: -25px;
    left: 227px;
    transform: rotate(55deg);
}

/* bottom right */
.tape4 {
    bottom: -655px;
    right: -315px;
    transform: rotate(-35deg);
}

.tape01 {
        top: 34px;
        left: 24px;
        transform: rotate(-35deg);
}

/* top right */
.tape02 {
        top: 670px;
        right: -95px;
        transform: rotate(41deg);
}

/* bottom left */
.tape03 {
        bottom: -75px;
        left: 277px;
        transform: rotate(55deg);
}

/* bottom right */
.tape04 {
        bottom: -705px;
        right: -345px;
        transform: rotate(-35deg);
}


.tape5 {
    top: -16px;
    left: -30px;
    transform: rotate(-35deg);
}

/* top right */
.tape6 {
      top: 620px;
    right: -45px;
    transform: rotate(41deg);
}

/* bottom left */
.tape7 {
    bottom: -21px;
    left: 233px;
    transform: rotate(55deg);
}

/* bottom right */
.tape8 {
    bottom: -655px;
    right: -306px;
    transform: rotate(-35deg);
}

    .header {
        height: 100vh;
        display: flex;
        justify-content: space-between;
        align-items: center;
        padding: 60px 70px;
        position: relative;
        flex-direction: column;
        margin-bottom: 50px;
    }

    .about-scroll-wrapper {
        width:100%;
    }

    .about-section {
        padding: 20px;
        margin-top: 50px;
    }


    .about-title {
    color: white;
    font-size: 24;
    margin: 50PX 73px;
    text-align: center;
}

    .about-scrollbox-about p {
            text-align: left;
    }


    .nav-left {
        flex-direction: column;
        align-items: center;
        gap: 20px;
        transform: translateY(-20px);
        margin: 60px;
    }

    .nav-left a {
        font-size: 20px;
    }

    .socials {
        gap: 20px;
    }

    .logo {
        position: sticky;
    }
    
    .show-name, .show-date, .show-location{
        font-size: 15px;
    }

    .show-row {
    display: grid;
    align-items: center;
    gap: 20px;
    padding: 10px 0;
    border-top: 2px solid rgba(255,255,255,.3);
    transition: opacity 0.2s ease, transform 0.2s ease;
}

    .bio p {
    max-width: 900px;
    font-size: 16px;
    line-height: 1.7;
    margin-bottom: 20px;
    opacity: 0.85;
    text-align: left;
    padding: 0 60px;
}   

  .youtube-card {
      width: 80%;
  height: 352px;
  border-radius: 12px;
  }

  .scroll-box {

    width: 270px;
    height: 640px;
  }

  .scroll-platforms__btn {
        padding: 5px 11px;
        border-radius: 21px;
}
}

@media (max-width:750px) {
      .show-location {
        display:none;
    }
}



/* RELEASES */
/* RELEASES */

.releases {
    width: 100%;
    max-width: 1400px;
  	margin: 0 auto;
    padding: 40px 40px;
    color: white;
    background: black;
                            background:
    url("/images/bg-2.jpg") repeat;
}


.releases h1 {
    font-size: 25px;
    text-transform: uppercase;
    margin-bottom: 60px;

    text-align: center;
}


/* 3 releases per row */

.release-grid {

    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 40px;
    max-width: 1100px;
    margin: 0 auto;
    padding-bottom: 60px;
    position: relative;
    justify-content: center;
}


/* CARD */


.release-card {

    display: flex;

    flex-direction: column;

    gap: 18px;


}




/* smaller covers */


/* CENTER CARDS */

.release-info {

    max-width: 300px;

}


.release-info h2 {

    font-size: 22px;

    font-weight: 400;

    margin-bottom: 8px;

}




.date {

    opacity: .5;

    margin-bottom: 12px;

}


.release-info p {

    font-size: 15px;

    line-height: 1.5;

    opacity: .8;

}



/* ICONS */

.platforms {

    display: flex;

    gap: 10px;

    margin-top: 20px;

}


.platforms img {

    width: 10px;

    height: 10px;

}



/* MOBILE */

@media (max-width: 1074px) {

    .releases {
        padding: 60px 50px 100px;

    }

    .release-grid {
        grid-template-columns: 1fr;
        max-width: 420px;   /* keeps it centered + clean */
        margin: 0 auto;
        gap: 60px;
    }

    .release-card {
        flex-direction: row;
        align-items: flex-start;
        margin: 0 auto;
    }

    .release-card > img {
        width: 120px;
        height: 120px;
        flex-shrink: 0;
        filter: none;
    }
    
}


@media (max-width:1074px) and (orientation: landscape) {

  .releases {
  	margin-top: 200px; 
  }
  .about-section {
    margin-top: 200px;
}

.releases {
    width: auto;
    max-width: auto;
  	margin: 0 auto;
    padding: 40px 40px;
    color: white;
    background: black;
                            background:
    url("/images/bg-2.jpg") repeat;
}


/* 3 releases per row */

.release-grid {

    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 40px;
    max-width: auto;
    margin: 0 auto;
    padding-bottom: 60px;
    position: relative;
    justify-content: center;
}


/* CARD */


.release-card {

    display: flex;

    flex-direction: column;

    gap: 18px;


}




/* smaller covers */


/* CENTER CARDS */

.release-info {

    max-width: 300px;

}


.release-info h2 {

    font-size: 22px;

    font-weight: 400;

    margin-bottom: 8px;

}




.date {

    opacity: .5;

    margin-bottom: 12px;

}


.release-info p {

    font-size: 15px;

    line-height: 1.5;

    opacity: .8;

}


}

@media (max-width:1110px) and (orientation: landscape) {

  .release-div {
  	margin-top: 200px; 
  }
  .about-section {
    margin-top: 200px;
}

.releases {
    max-width: auto;
  	margin: 0 auto;
    padding: 40px 40px;
    color: white;
    background: black;
                            background:
    url("/images/bg-2.jpg") repeat;
    width: fit-content;
}


/* 3 releases per row */

.release-grid {

    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 40px;
    max-width: auto;
    margin: 0 auto;
    padding-bottom: 60px;
    position: relative;
    justify-content: center;
            width: fit-content;
}


/* CARD */


.release-card {

    display: flex;

    flex-direction: column;

    gap: 18px;
            width: fit-content;


}




/* smaller covers */


/* CENTER CARDS */

.release-info {

    max-width: 300px;

}


.release-info h2 {

    font-size: 22px;

    font-weight: 400;

    margin-bottom: 8px;

}




.date {

    opacity: .5;

    margin-bottom: 12px;

}


.release-info p {

    font-size: 15px;

    line-height: 1.5;

    opacity: .8;

}

.releases h1 {
    margin-top: 100px
}


}

* {
    transition: transform 0.25s ease, opacity 0.25s ease, filter 0.25s ease;
}

a, button {
    transition: opacity 0.2s ease, transform 0.2s ease;
}

a:hover, button:hover {
    opacity: 0.7;
}

.pop-page {
    min-height: 60vh;
    display: flex;
    justify-content: center;
    align-items: center;
}


.pop-message {
    text-align: center;
    color: white;
    margin: 0 auto;
}


.pop-message img {
    display: block;
    width: min(70vw, 420px);
    margin: 0 auto 30px;
}


.pop-text {
    display: block;
    color: white;
}


.pop-text p {
    display: block;
    color: white;
    font-size: 18px;
    opacity: 0.7;
    line-height: 1.6;
    margin: 0 0 25px;
}


.pop-text a {
    display: inline-block;
    color: white;
    text-decoration: none;
    font-size: 18px;
    text-transform: uppercase;
    border-bottom: 2px solid rgb(255, 255, 255);
}

@media (max-height: 600px) and (orientation: landscape) {

    .pop-text {
        margin-top: 200px;
    }

}