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

body {
  font-family: "JetBrains Mono", monospace;
 
  background: linear-gradient(-45deg, #a27878, #b1b1d5, #8c7c7c, #d6d6d6);
  background-size: 400% 400%;
  animation: gradient 15s ease infinite;
 
}


#scrollToTopBtn {
    display: none; 
    position: fixed; 
    bottom: 20px; 
    right: 30px; 
    z-index: 99; 
    border: none; 
    outline: none; 
    background-color: #555; 
    color: white; 
    cursor: pointer;
    padding: 15px; 
    border-radius: 10px; 
    font-size: 18px; 
}

#scrollToTopBtn:hover {
    background-color: #333; 
}
/* HEADER */
/* header {
  
  width: 100%;
  height: 100vh;
} */

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

.navbar {
  display: flex;
  justify-content: space-between;
  align-items: center;
}

#logo {
  padding: 20px;
  margin-left: 40px;
}

#logo img {
  height: 60px;
  width: 60px;
}

#nav-list {
  display: flex;
  list-style: none;
  gap: 3rem;
  margin-right: 60px;
}

#nav-list a {
  text-decoration: none;
  color: black;
  font-size: 25px;
  font-family: "JetBrains Mono", monospace;
}

#title-section {
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin: 50px;
}

h1 {
  text-align: center;
  font-size: 9rem;
  color: black;
  font-family: "Megrim", sans-serif;
}

/* MUSIC SECTION */
#music-section {
  display: flex;
  justify-content: center;
  align-items: center;
  background: linear-gradient(-45deg, #a27878, #b1b1d5, #8c7c7c, #d6d6d6);
  background-size: 400% 400%;
  animation: gradient 15s ease infinite;
  
  /* background-image: url(https://assets.codepen.io/4927073/irtexture3.jpg);
  background-size: cover; */
  background-position: 50% 50%;
  padding: 2rem 1rem;
}

.music-container {
  display: flex;
  flex-direction: column;
  gap: 40px;
  width: 100%;
  max-width: 1100px;
  padding-bottom: 2rem;
}

.music-block {
  background: rgba(255, 255, 255, 0.8);
  padding: 1rem;
  border-radius: 12px;
  box-shadow: 0 4px 10px rgba(0, 0, 0, 0.1);
}



.albums,
.singles {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: 1.5rem;
  margin-top: 1rem;
}

.video-wrapper {
  display: flex;
  justify-content: center;
  width: 100%;
}

.video-wrapper iframe {
  width: 100%;
  max-width: 100%;
  height: auto;
  aspect-ratio: 16 / 9;
  border-radius: 8px;
}

div,
img {
  margin: 0;
  padding: 0;
  border: 0;
  font-size: 100%;
  font: inherit;
  vertical-align: baseline;
}
img {
  display: block;
  
}


.cover,
.cover-img {
  width: 120px;
  height: 120px;
}

.cover-img-active {
  transform: perspective(730px) rotateX(14deg) rotateY(-1deg);
  box-shadow: rgba(16, 26, 64, 0.1) -4px 1px 3px,
              rgba(16, 26, 64, 0.1) -11px 4px 6px,
              rgba(16, 26, 64, 0.1) -22px 8px 10px,
              rgba(16, 26, 64, 0.1) -37px 14px 15px,
              rgba(16, 26, 64, 0.1) -57px 21px 21px;
}


.cover-score .cover {
  margin-right: 50px;
  -ms-flex-item-align: end;
  align-self: flex-end;
  margin-bottom: 26px;
  position: relative;
}
.cover-score .cover:after {
  background: url("https://pudding.cool/2020/12/judge-my-spotify/assets/images/shelf-2.png");
  content: "";
  position: absolute;
  display: none;
  left: 50%;
  width: 300%;
  height: 300%;
  top: 0;
  -webkit-transform: translate(-50%, -41px);
  -ms-transform: translate(-50%, -41px);
  transform: translate(-50%, -41px);
  z-index: -1;
  background-size: contain;
  background-repeat: no-repeat;
}
.cover-score .cover .cover-img {
  -webkit-transform: perspective(1090px) rotateX(10deg);
  transform: perspective(1090px) rotateX(10deg);
  z-index: -1;
  width: 100%;
  height: 100%;
}
.cover-score .cover .cover-img img {
  -webkit-filter: saturate(0.9);
  filter: saturate(0.9);
}
.cover-score .cover .cover-img .img-fake {
  position: absolute;
  z-index: -1;
      top: -1px;
    left: 0;
    width: calc(100% + 2px);
    height: calc(100% + 2px);
  background-size: cover;
  -webkit-transform: translate(-1px, 0) scaleY(0.99);
  -ms-transform: translate(-1px, 0) scaleY(0.99);
  transform: translate(-1px, 0) scaleY(0.99);
  -webkit-filter: brightness(0.94) blur(0.2px) saturate(0.9);
  filter: brightness(0.94) blur(0.2px) saturate(0.9);
}
.cover-score .cover .cover-img .plastic {
  position: absolute;
  top: 0;
  left: 0;
  content: "";
  width: calc(100% + 2px);
  height: calc(100% - 1px);
  background: url(https://pudding.cool/2021/10/judge-my-music/assets/images/plastic-small.jpg);
  background-size: contain;
  mix-blend-mode: screen;
  opacity: 1;
  z-index: 100000;
  mix-blend-mode: difference;
  opacity: 0.35;
}
.cover-score .cover .shelf {
  background: url("https://pudding.cool/2021/10/judge-my-music/assets/images/shelf-3.png");
  width: 155px;
  height: 10px;
  background-size: contain;
  background-repeat: no-repeat;
  height: 17px;
  position: absolute;
  bottom: 0;
  -webkit-transform: translate(-8px, 11px);
  -ms-transform: translate(-8px, 11px);
  transform: translate(-8px, 11px);
  z-index: 100;
  -webkit-transform: translate(calc((100% + 15px) * -0.0516129032), calc(65%));
  -ms-transform: translate(calc((100% + 15px) * -0.0516129032), calc(65%));
  transform: translate(calc((100% + 15px) * -0.0516129032), calc(65%));
  height: calc((100% + 15px) * 0.109677419);
  width: calc(100% + 15px);
}
.cover-score .cover .shelf:after {
  content: "";
  background: -o-linear-gradient(
      330deg,
      rgba(255, 255, 255, 0) 42%,
      rgba(0, 0, 0, 0.15) 45%,
      rgba(0, 0, 0, 0.35) 65%
    ),
    -o-linear-gradient(70deg, rgba(255, 255, 255, 0) 38%, rgba(0, 0, 0, 0.25)
          45%, rgba(0, 0, 0, 0.23) 55%, rgba(0, 0, 0, 0.13) 75%),
    -o-radial-gradient(50% 100%, ellipse, rgba(0, 0, 0, 0.15) 3%, rgba(
            255,
            255,
            255,
            0
          )
          40%);
  background: linear-gradient(
      120deg,
      rgba(255, 255, 255, 0) 42%,
      rgba(0, 0, 0, 0.15) 45%,
      rgba(0, 0, 0, 0.35) 65%
    ),
    linear-gradient(
      20deg,
      rgba(255, 255, 255, 0) 38%,
      rgba(0, 0, 0, 0.25) 45%,
      rgba(0, 0, 0, 0.23) 55%,
      rgba(0, 0, 0, 0.13) 75%
    ),
    radial-gradient(
      ellipse at 50% 100%,
      rgba(0, 0, 0, 0.15) 3%,
      rgba(255, 255, 255, 0) 40%
    );
  width: 100%;
  height: 100%;
  background-repeat: no-repeat;
  position: absolute;
  bottom: 9px;
  left: 0;
  -webkit-transform: translate(0, 100%) scaleY(-0.5) scaleX(0.85);
  -ms-transform: translate(0, 100%) scaleY(-0.5) scaleX(0.85);
  transform: translate(0, 100%) scaleY(-0.5) scaleX(0.85);
  background: rgba(0, 0, 0, 0.5);
  -webkit-filter: blur(6px);
  filter: blur(6px);
}
.cover-score .cover .shelf-shadow {
  width: 151px;
  height: 13px;
  position: absolute;
  right: 0;
  margin: 0 auto;
  left: 0;
  bottom: -1px;
  z-index: -1;
  -webkit-transform: translate(-6px, 0);
  -ms-transform: translate(-6px, 0);
  transform: translate(-6px, 0);
  display: none;
}
.cover-score .cover img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
}
.cover-score-wrapper {
  max-width: 100%;
  width: 100%;
  overflow: hidden;
  
  pointer-events: none;
  top: 0;
  left: 0;
  height: 100%;
}
 
.cd {
  background-image: url(https://accord.dk/cdn/shop/t/9/assets/cd.png?v=42367682729110643861600767949);
  width: 120px;
  height: 120px;
  position: absolute;
  z-index: -1;
  background-size: cover;
  top: 0;
  left: 50px;
}
 
.image-card {
  width: 100%;
  height: 100%;
  background-size: contain;
  object-fit: cover;
}
 
@media (max-width: 985px) {
  .cover-score {
    gap: 20px 10px;
  }
}
 
@media (max-width: 885px) {
  .cover-score {
    gap: 20px 10px;
    grid-template-columns: 2fr 2fr 2fr 2fr;
  }
}
 
@media (max-width: 720px) {
  .cover-score {
    gap: 20px 10px;
    grid-template-columns: 2fr 2fr 2fr;
  }
  
  
  
  
}
 
@media (max-width: 540px) {
  .cover-score {
    gap: 20px 10px;
    grid-template-columns: 2fr 2fr 2fr;
  }
 
  .cover {
    width: 100px !important;
  }
  .cover-img.cover-img-active {
    height: 100px !important;
  }
  .cd {
    width: 100px;
    height: 100px;
    left: 44px;
  }
}

/* MERCH SECTION */

#merch-section h2 {
  display: flex;
  justify-content: center;
  font-size: 5vw;
  margin-bottom: 30px;
  margin-top: 30px;
}

.tshorts {
    display: flex;
    flex-wrap: wrap;
    gap: 2rem;
    list-style: none;
    padding: 0;
    justify-content: center;
}

.merch-item {
    width: 250px;
    padding: 1rem;
    text-align: center;
    background: #656569;
    border-radius: 12px;
    box-shadow: 0 4px 12px rgba(0,0,0,0.1);
    transition: transform 0.3s ease;
}

.merch-item:hover {
    transform: translateY(-5px);
}

.merch-item img {
    width: 100%;
    height: auto;
    border-radius: 8px;
}

.merch-item h3 {
    font-size: 1.2rem;
    margin: 0.5rem 0;
    font-family: "JetBrains Mono", monospace;
}

.merch-item p {
    font-size: 13px;
    margin: 0.5rem 0;
    color: #333;
}

.price {
    font-size: 1.1rem;
    font-weight: bold;
    color: #222;
    display: block;
    margin: 0.5rem 0;
}

.buy-btn {
    background-color: #000;
    color: #fff;
    border: none;
    padding: 0.5rem 1rem;
    border-radius: 6px;
    cursor: pointer;
    font-size: 0.9rem;
    transition: background-color 0.3s ease;
}

.buy-btn:hover {
    background-color: #333;
}

/* Responsive */
@media (max-width: 768px) {
    .tshorts {
        flex-direction: column;
        align-items: center;
    }
}


/* TOUR DATES */


#tours-section {
  background: linear-gradient(-45deg, #a27878, #b1b1d5, #8c7c7c, #d6d6d6);
  background-size: 400% 400%;
  animation: gradient 15s ease infinite;
  margin-top: 100px;
  padding: 40px 20px;

  text-align: center;
}

#tours-section h2 {
  font-size: 5vw;
  margin-bottom: 20px;
  color: #000000;
}

.tourDates {
  display: flex;
  flex-direction: column;
  gap: 20px;
  max-width: 1000px;
  margin: 0 auto;
}

.tour-card {
  display: flex;
    background: #96938b;
    border: 1px solid #ddd;
    border-radius: 16px;
    padding: 20px;
    box-shadow: 0 8px 16px rgba(0, 0, 0, 0.05);
    transition: transform 0.2s ease;
    flex-wrap: nowrap;
    flex-direction: row;
    justify-content: space-between;
    align-items: center;
    color: black;
}

.tour-card:hover {
  transform: translateY(-4px);
}

.tour-card p {
  margin: 5px 0;
  font-size: 1.3rem;
  color: #000000;
}

.tour-date {
  font-weight: bold;
  font-size: 1.2rem;
  color: #000000;
}

.tour-city {
  font-size: 1.1rem;
  color: #000000;
}

.tour-venue {
  font-size: 0.95rem;
  color: #000000;
}

.btn-primary {
  margin-top: 10px;
  display: inline-block;
  padding: 10px 16px;
  background-color: #e91e63;
  color: white;
  text-decoration: none;
  border-radius: 8px;
  font-weight: bold;
  transition: background-color 0.3s;
}

.btn-primary:hover {
  background-color: #c2185b;
}


/* ABOUT SECTION */

#about-section{
  background: linear-gradient(-45deg, #a27878, #b1b1d5, #8c7c7c, #d6d6d6);
  background-size: 400% 400%;
  animation: gradient 15s ease infinite;
}

.about {
  display: flex;
  flex-direction: column;
  align-items: center;
  padding: 50px;
}

.about h3 {
  font-family: "Megrim", sans-serif;
  font-size: 50px;
  margin-top: 20px;
}

.about p {
  max-width: 600px;
  text-align: center;
  margin-top: 20px;
}
.playlist{
  height: 35vh;
  width: 55%;
  margin-top: 20px;
  
}
@media screen and (max-width: 768px) {
  .about {
    padding: 30px;
  }

  .about h3 {
    font-size: 36px;
  }

  .about p {
    padding: 0 15px;
    font-size: 16px;
  }

  .playlist {
    width: 90%;
    height: 40vh;
  }
}

@media screen and (max-width: 480px) {
  .about h3 {
    font-size: 28px;
  }

  .about p {
    font-size: 14px;
  }

  .playlist {
    width: 100%;
    height: 45vh;
  }
}

/* CONTACT SECTION */
#contact-section {
  display: flex;
  justify-content: space-around;
  align-items: center;
  padding: 50px;
  flex-wrap: nowrap;
  flex-direction: row;
}

.input-container {
  display: flex;
  position: relative;
  margin-top: 20px;
  justify-content: center;
  flex-direction: column;
  width: 71.5%;
  
}
#message{
  width: 70%;
  height: 16vh;
  
}
.input-container input {
  width: 100%;
  padding: 14px 12px 8px;
  font-size: 16px;
  border: 1px solid #ccc;
  border-radius: 6px;
  box-sizing: border-box;
}

.input-container label {
  position: absolute;
  top: 12px;
  left: 12px;
  background: white;
  padding: 0 4px;
  font-size: 16px;
  color: #999;
  transition: 0.2s ease;
  pointer-events: none;
}

.input-container input:focus + label,
.input-container input:not(:placeholder-shown) + label {
  top: -8px;
  left: 10px;
  font-size: 12px;
  color: #e91e63; /* Highlight color */
}

.input-row {
  display: flex;
  gap: 20px;
  margin-right: 350px;
}
.input-row .input-container {
  flex: 1;
}
.contact{
  display: flex;
  flex-direction: column;
  align-items: flex-end;
}
.contact p{
  width: 71.5%;
}


#contact-section button {
  margin-top: 10px;
  padding: 10px 20px;
  background-color: black;
  color: white;
  border: 2px solid white;
  
  border-radius: 5px
}

/* FOOTER */
footer {
  display: flex;
  text-align: center;
  flex-direction: column;
  align-items: center;
  padding: 30px;
  background-color: #222;
  color: white;
}
.asterisk {
    color: red;
}

footer input {
  width: 22%;
  padding: 10px;
  margin: 10px;
}

footer button {
  background-color: black;
  color: white;
  border: 2px solid white;
  padding: 8px 20px;
  border-radius: 5px;
}

.reseau.sociale ul {
  display: flex;
  justify-content: center;
  list-style: none;
  gap: 20px;
  margin: 20px;
}

.reseau.sociale i {
  font-size: 25px;
  color: white;
}


/* Responsive Styles */
@media (max-width: 1024px) {
    #title-section {
        flex-direction: column;
        align-items: center;
    }
    .tourDates {
        margin: 0 40px;
    }
    #nav-list {
        gap: 1rem;
        font-size: 18px;
        flex-wrap: wrap;
    }
}

@media (max-width: 768px) {
    h1 {
        font-size: 12vw;
        text-align: center;
    }
    .navbar {
        flex-direction: column;
        padding: 20px;
    }
    #nav-list {
        flex-direction: column;
        align-items: center;
        gap: 10px;
        margin: 0;
    }
    #containers {
        flex-direction: column;
        align-items: center;
    }
    .tshorts {
        flex-direction: column;
        align-items: center;
        gap: 20px;
    }
    .tourDates {
        margin: 0 20px;
    }
    #tour1, #tour2, #tour3, #tour4, #tour5 {
        flex-direction: column;
        gap: 10px;
    }
    .about p {
        width: 90%;
    }
}
