.body {
  font-family: "Roboto";
}

.record-text {


  display: flex;
  text-align: center;
  align-items: center;
  color: white;
  text-shadow: 0 0 2px #000;

  max-width: 1000px;
  margin: 0 auto;

  font-family: "Roboto";
  font-size: 20px;
  top: 60%;
  left: 50%;
  animation: fade-in 3s linear;

}


.site-inner {
  max-width: unset;
  padding: 0;
}

.content {

  width: 100%;
}

.center-text {

  padding: 50px;
  background-color: rgb(0, 0, 0);
  font-family: "Roboto";

}

.pcenter-text {

  font-weight: bold;
  text-align: center;
  margin: 0 auto;
  font-family: "Roboto";
  color: white;


}

.record-container {

  background-image: url('http://grooveonrecordings.local/wp-content/uploads/2025/05/Record.jpg');
  background-repeat: no-repeat;
  background-size: cover;
  height: 500px;
  position: relative;
  justify-content: center;
  display: flex;
  align-items: center;


}

.go-banner-container {
  display: flex;
  justify-content: center;
  padding: 50px;
  background-color: rgb(255, 255, 255);


}



.main-container {

  background-image: url('content/PageBG.jpg');

  background-size: cover;

}

.banner-text {

  font-family: "Roboto";
  text-align: center;
  padding: 50px;
  color: #000;

}


.talent-text {
  text-align: center;
  font-family: "Roboto";
  color: white;
  padding: 50;
}

.footer-container {

  background-color: black;
}

.picture-container {

  color: white;
  display: flex;
  justify-content: center;
  animation: appears 5s linear;
  animation-timeline: view();
  animation-range: entry 0%;

}

.picture-container>div {
  padding: 20;

}

.picture-container>div>img {

  height: 300px;
}

.picture-container>div>img :hover {

  height: 200;

}

.talent-button {
  display: flex;
  border: 10;
  border-radius: 2px;
  border-color: white;
}

@keyframes appears {

  from {
    opacity: 0;
  }

  to {
    opacity: 1;
  }

}

@keyframes fade-in {
  from {
    opacity: 0;
  }

  to {
    opacity: 1;
  }

}

@media (max-width : 500px) {
  .record-container {
    height: 250px;
    display: block;

  }

  .record-text {
    padding: 50;
    animation: fade-in 3s linear;
    animation-timeline: view();
    top: 70%;
    left: 50%;
    font-size: 10;
    text-align: right;
  }

  .center-text {
    padding: 20;

  }

  .go-banner-container {

    flex-direction: column;

  }

  .banner-image {
    animation: appears 4s linear;

  }

  .pcenter-text {
    font-size: 20;
    text-align: center;
  }

  .banner-text {
    font-size: 10px;
    text-align: inherit;
  }

  .record-text {
    font-size: 14px;
    text-align: center;
    text-shadow: 0 0 2px #000;
    padding: 30px 20px 0 20px;
  }

  .talent-text {
    font-size: medium;
  }

  .banner-image {
    height: 300;

  }

  .banner-image img {
    margin: 0 auto;
    display: block;
    text-align: center;
  }

  .picture-container {
    overflow-x: auto;
    margin: 0 auto;
    /* scroll-snap-type: mandatory; */
    scroll-behavior: smooth;
    /* justify-content: flex-start; */
    display: -webkit-inline-box;
  }

  .picture-container>div {
    padding: 5;
  }

  .picture-container>div>img {

    height: 300;
  }
}

@media (max-width : 380px) {
  .pcenter-text {
    font-size: 15px;
  }

  .banner-image {
    height: 250;
  }

  .banner-text {
    font-size: 10px;
    color: #000;
  }

}

.entry-title {
  font-size: 30px;
  margin-bottom: 10px;
  color: black;
}

.ns-tagline {
  font-size: 1.2rem;
  opacity: 0.8;
  max-width: 600px;
  margin: 0 auto;
  font-weight: 300;
  letter-spacing: 0.5px;
  color: white;
}

.ns-featured-artist-desc {
  margin-bottom: 1.5rem;
  line-height: 1.6;
  max-width: 600px;
  opacity: 0.8;
  font-weight: 300;
  color: white;
}

/* Basic Reset */
* {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
}

body {
  font-family: 'Roboto';
  background: #000000;

  justify-content: center;
  align-items: center;

  overflow-x: hidden;
}

.talent-text {

  font-family: "Roboto";
  color: white;
  padding: 100;
  height: 100px;
  margin: 0 auto;

}

/* Carousel Container */
.carousel-container {
  position: relative;
  width: 100%;
  max-width: 1200px;
  display: flex;
  align-items: center;

}

/* Carousel */
.carousel {
  display: flex;
  gap: 20px;
  flex-direction: row;
  transition: transform 0.5s ease-in-out;
  padding: 50;

  overflow-inline: visible;
}

/* Artist Card */
.artist-card {
  min-width: 500px;
  max-width: 500px;
  background: #ffffff;
  border-radius: 15px;
  box-shadow: 0 4px 6px rgba(0, 0, 0, 0.1);
  text-align: center;
  padding: 20px;

}

.artist-picture {
  width: 100%;
  border-radius: 10px;
  margin-bottom: 15px;

}





.artist-name {
  font-size: 1.5em;
  margin-bottom: 10px;
  color: #333;
}

/* Social Media Icons */
.social-icons a {
  margin: 0 10px;
  color: #000000;
  font-size: 1.4em;
  transition: color 0.3s ease;
}

.social-icons a:hover {
  color: #007bff;
}

/* Carousel Buttons */
.carousel-btn {
  position: fixed;
  top: 50%;
  transform: translateY(-50%);
  background: rgb(255, 0, 0);
  color: #ff0000;
  border: none;
  font-size: 2em;
  border-radius: 50%;
  padding: 10px;
  cursor: pointer;
  z-index: 2;
  display: flex;
  align-items: center;
  justify-content: center;
}

.carousel-btn.prev {
  left: 5px;
}

.carousel-btn.next {
  right: 0px;
}

.carousel-btn:hover {
  background: rgba(0, 0, 0, 0.8);
}

/* Responsive: Hide Buttons on Mobile */
@media (max-width: 768px) {
  .carousel-btn {
    display: none;
  }

  .carousel-container {
    overflow-x: visible;
    overflow: scroll;
  }

  .artist-card {

    min-width: 350px;
    max-width: 400px;
  }
}

body {

  background-color: black;
}

h1 {
  color: white;
  font-family: 'Roboto';
}


.music-container {


  font-family: Arial, sans-serif;
  display: flex;
  flex-direction: row;
  align-items: center;
}

.music-card {
  border: 1px solid #dddddd00;
  border-radius: 8px;
  box-shadow: 0 4px 8px rgba(0, 0, 0, 0.1);
  width: 600px;
  margin: 16px;

  background: #ffffff00;
  transition: transform 0.3s ease, box-shadow 0.3s ease;
  /* Smooth effect */
}

.music-card:hover {
  transform: translateY(-10px);
  /* Moves the card up by 10px */
  box-shadow: 0 8px 16px rgba(0, 0, 0, 0.2);
  /* Enhances the shadow */
}

.music-card img {
  width: 100%;
  border-top-left-radius: 8px;
  border-top-right-radius: 8px;
}

.music-card .info {
  padding: 16px;
  font-size: large;
  color: white;
  font-family: 'Roboto';
}

.music-card a {

  margin-top: 8px;
  padding: 8px 16px;
  background-color: #00000000;
  color: #fff;
  text-decoration: none;
  border-bottom: 2px;
  border-color: black;
  font-size: 14px;
  background-color: #ff0000;


}

.music-card a:hover {
  background-color: #ff000019;


}

.container-4 {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 20px;
  padding: 20px;
}

.card {
  border: 1px solid #dddddd00;
  border-radius: 8px;
  box-shadow: 0 4px 8px rgba(0, 0, 0, 0.1);
  width: 300px;
  margin: 16px;

  background: #ffffff00;
  transition: transform 0.3s ease, box-shadow 0.3s ease;
  /* Smooth effect */
}

.card:hover {
  transform: translateY(-10px);
  /* Moves the card up by 10px */
  box-shadow: 0 8px 16px rgba(0, 0, 0, 0.2);
  /* Enhances the shadow */
}

.card img {
  width: 100%;
  border-top-left-radius: 8px;
  border-top-right-radius: 8px;
}

.card .info {
  padding: 16px;
  font-size: small;
  color: white;
  font-family: 'Roboto';
}

.card a {
  display: inline-block;
  margin-top: 8px;
  padding: 8px 16px;
  background-color: #00000000;
  color: #fff;
  text-decoration: none;
  border-bottom: 2px;
  border-color: black;
  font-size: 14px;
  background-color: #ff0000;
}

.card a:hover {
  background-color: #ff00001b;

}


@media (max-width: 768px) {
  .music-card {
    border: 1px solid #dddddd00;
    border-radius: 8px;
    box-shadow: 0 4px 8px rgba(0, 0, 0, 0.1);
    width: 300px;
    margin: 16px;

    background: #ffffff00;
    transition: transform 0.3s ease, box-shadow 0.3s ease;
  }

  .music-container {

    flex-direction: column;
  }

  .container-4 {
    display: flex;
    flex-direction: column;

  }

}

.player-container {
  background: white;
  padding: 20px;
  border-radius: 12px;
  box-shadow: 0 5px 15px rgba(0, 0, 0, 0.1);
  max-width: 5000px;
  width: 100%;
}

iframe {
  border-radius: 8px;
}

/* Base Styles */
:root {
  --ns-primary: #ffffff;
  --ns-secondary: #aaaaaa;
  --ns-dark: #000000;
  --ns-light: #ffffff;
  --ns-accent: #ffffff;
  --ns-featured-glow: 0 0 20px rgba(255, 255, 255, 0.2);
}

.ns-body {
  background-color: var(--ns-dark);
  color: var(--ns-light);
  overflow-x: hidden;
  min-height: 100vh;
}

/* Particles Animation */
.ns-particle {
  position: fixed;
  background: var(--ns-light);
  border-radius: 50%;
  pointer-events: none;
  z-index: -1;
  opacity: 0.6;
}

/* Header */
.ns-header {
  text-align: center;
  padding: 3rem 2rem 2rem;
  position: relative;
  overflow: hidden;
}

.ns-logo {
  font-size: 3rem;
  font-weight: 800;
  color: var(--ns-light);
  margin-bottom: 1rem;
  text-transform: uppercase;
  letter-spacing: 3px;
  animation: ns-float 3s ease-in-out infinite;
}

.ns-tagline {
  font-size: 1.2rem;
  opacity: 0.8;
  max-width: 600px;
  margin: 0 auto;
  font-weight: 300;
  letter-spacing: 0.5px;
}

/* Featured Artist */
.ns-featured-artist {
  background: rgba(20, 20, 20, 0.8);
  border-radius: 15px;
  padding: 2rem;
  margin: 2rem auto;
  max-width: 800px;
  display: flex;
  flex-direction: column;
  align-items: center;
  text-align: center;
  position: relative;
  overflow: hidden;
  border: 1px solid rgba(255, 255, 255, 0.1);
  transition: transform 0.3s ease, box-shadow 0.3s ease;
  z-index: 1;
}

.ns-featured-artist::before {
  content: '';
  position: absolute;
  top: -50%;
  left: -50%;
  width: 200%;
  height: 200%;
  background: linear-gradient(to bottom right,
      transparent 0%,
      rgba(255, 255, 255, 0.03) 50%,
      transparent 100%);
  transform: rotate(30deg);
  animation: ns-shine 5s infinite;
  z-index: -1;
}

.ns-featured-artist:hover {
  transform: translateY(-5px);
  box-shadow: 0 10px 30px rgba(255, 255, 255, 0.1);
  border-color: rgba(255, 255, 255, 0.3);
}

.ns-featured-artist-img {
  width: 150px;
  height: 150px;
  border-radius: 50%;
  object-fit: cover;
  border: 3px solid var(--ns-light);
  box-shadow: 0 5px 15px rgba(0, 0, 0, 0.5);
  margin-bottom: 1.5rem;
  transition: transform 0.3s ease;
  filter: grayscale(30%);
}

.ns-featured-artist:hover .ns-featured-artist-img {
  transform: scale(1.05);
  filter: grayscale(0%);
}

.ns-featured-artist-name {
  font-size: 2rem;
  margin-bottom: 0.5rem;
  color: var(--ns-light);
  font-weight: 600;
}

.ns-featured-artist-genre {
  display: inline-block;
  background-color: transparent;
  color: var(--ns-light);
  padding: 0.3rem 0.8rem;
  border-radius: 20px;
  font-size: 0.9rem;
  font-weight: 500;
  margin-bottom: 1rem;
  border: 1px solid var(--ns-light);
  opacity: 0.8;
}

.ns-featured-artist-desc {
  margin-bottom: 1.5rem;
  line-height: 1.6;
  max-width: 600px;
  opacity: 0.8;
  font-weight: 300;
  color: white;
}

.ns-featured-artist-links {
  display: flex;
  gap: 1rem;
  margin-top: 1rem;
}

.ns-featured-artist-link {
  color: var(--ns-light);
  font-size: 1.5rem;
  transition: transform 0.3s ease, color 0.3s ease;
  opacity: 0.7;
}

.ns-featured-artist-link:hover {
  transform: translateY(-3px);
  opacity: 1;
}

/* Artists Grid */
.ns-artists-container {
  padding: 2rem;
  max-width: 1400px;
  margin: 0 auto;
}

.ns-artists-grid {
  display: grid;
  grid-template-columns: repeat(auto-fill, minmax(300px, 2fr));
  gap: 2rem;
  margin-top: 2rem;
}

.ns-artist-card {
  background: rgba(20, 20, 20, 0.8);
  border-radius: 10px;
  overflow: hidden;
  transition: all 0.3s ease;
  position: relative;
  border: 1px solid rgba(255, 255, 255, 0.1);
}

.ns-artist-card:hover {
  transform: translateY(-10px);
  box-shadow: 0 15px 30px rgba(255, 255, 255, 0.05);
  border-color: rgba(255, 255, 255, 0.3);
}

.ns-artist-card::before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 3px;
  background: var(--ns-light);
  transform: scaleX(0);
  transform-origin: left;
  transition: transform 0.3s ease;
}

.ns-artist-card:hover::before {
  transform: scaleX(1);
}

.ns-artist-img-container {
  position: relative;
  height: 200px;
  overflow: hidden;
}

.ns-artist-img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: transform 0.5s ease;
  filter: grayscale(30%);
}

.ns-artist-card:hover .ns-artist-img {
  transform: scale(1.1);
  filter: grayscale(0%);
}

.ns-artist-info {
  padding: 1.5rem;
}

.ns-artist-name {
  font-size: 1.5rem;
  margin-bottom: 0.5rem;
  color: var(--ns-light);
  font-weight: 500;
}

.ns-artist-genre {
  display: inline-block;
  background-color: transparent;
  color: var(--ns-light);
  padding: 0.2rem 0.6rem;
  border-radius: 15px;
  font-size: 0.8rem;
  font-weight: 500;
  margin-bottom: 0.8rem;
  border: 1px solid var(--ns-light);
  opacity: 0.7;
}

.ns-artist-desc {
  font-size: 0.9rem;
  line-height: 1.5;
  margin-bottom: 1rem;
  color: rgba(255, 255, 255, 0.7);
  font-weight: 300;
}

.ns-artist-links {
  display: flex;
  gap: 1rem;
}

.ns-artist-link {
  color: var(--ns-light);
  font-size: 1.2rem;
  transition: all 0.3s ease;
  opacity: 0.7;
}

.ns-artist-link:hover {
  opacity: 1;
  transform: translateY(-3px);
}

/* Floating Elements */
.ns-floating-element {
  position: fixed;
  opacity: 0.05;
  z-index: -1;
  animation: ns-float 6s infinite ease-in-out;
  background: var(--ns-light);
}

.ns-floating-element:nth-child(1) {
  top: 20%;
  left: 10%;
  width: 100px;
  height: 100px;
  border-radius: 50%;
  animation-delay: 0s;
}

.ns-floating-element:nth-child(2) {
  top: 60%;
  left: 80%;
  width: 150px;
  height: 150px;
  border-radius: 30% 70% 70% 30% / 30% 30% 70% 70%;
  animation-delay: 1s;
}

.ns-floating-element:nth-child(3) {
  top: 80%;
  left: 20%;
  width: 80px;
  height: 80px;
  border-radius: 20% 80% 20% 80% / 80% 20% 80% 20%;
  animation-delay: 2s;
}

/* Music Visualizer */
.ns-visualizer {
  position: fixed;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 80px;
  display: flex;
  justify-content: center;
  align-items: flex-end;
  gap: 2px;
  z-index: -1;
  opacity: 0.1;
}

.ns-bar {
  width: 8px;
  height: 5px;
  background: var(--ns-light);
  border-radius: 5px 5px 0 0;
  animation: ns-equalize 1.5s infinite ease-in-out;
}

.ns-bar:nth-child(1) {
  animation-delay: 0.1s;
}

.ns-bar:nth-child(2) {
  animation-delay: 0.3s;
}

.ns-bar:nth-child(3) {
  animation-delay: 0.5s;
}

.ns-bar:nth-child(4) {
  animation-delay: 0.2s;
}

.ns-bar:nth-child(5) {
  animation-delay: 0.4s;
}

.ns-bar:nth-child(6) {
  animation-delay: 0.6s;
}

.ns-bar:nth-child(7) {
  animation-delay: 0.3s;
}

.ns-bar:nth-child(8) {
  animation-delay: 0.5s;
}

.ns-bar:nth-child(9) {
  animation-delay: 0.1s;
}

.ns-bar:nth-child(10) {
  animation-delay: 0.4s;
}

/* Hover Sound */
.ns-sound-hover {
  position: absolute;
  opacity: 0;
  pointer-events: none;
}

/* Section Title */
.ns-section-title {
  text-align: center;
  margin-bottom: 2rem;
  font-size: 2rem;
  color: var(--ns-light);
  font-weight: 600;
  letter-spacing: 1px;
  position: relative;
  display: inline-block;
  left: 50%;
  transform: translateX(-50%);
}

.ns-section-title::after {
  content: '';
  position: absolute;
  bottom: -10px;
  left: 0;
  width: 100%;
  height: 1px;
  background: rgba(255, 255, 255, 0.3);
}

/* Animations */
@keyframes ns-float {

  0%,
  100% {
    transform: translateY(0);
  }

  50% {
    transform: translateY(-20px);
  }
}

@keyframes ns-shine {
  0% {
    transform: rotate(30deg) translate(-30%, -30%);
  }

  100% {
    transform: rotate(30deg) translate(30%, 30%);
  }
}

@keyframes ns-equalize {

  0%,
  100% {
    height: 5px;
  }

  50% {
    height: 60px;
  }
}

/* Responsive Design */
@media (max-width: 768px) {
  .ns-logo {
    font-size: 2rem;
  }

  .ns-tagline {
    font-size: 1rem;
  }

  .ns-featured-artist {
    padding: 1.5rem;
    margin: 1rem;
  }

  .ns-featured-artist-name {
    font-size: 1.5rem;
  }

  .ns-artists-grid {
    grid-template-columns: repeat(auto-fill, minmax(250px, 1fr));
  }

  .ns-section-title {
    font-size: 1.5rem;
  }
}

@media (max-width: 480px) {
  .ns-logo {
    font-size: 1.8rem;
  }

  .ns-featured-artist {
    padding: 1rem;
  }

  .ns-featured-artist-img {
    width: 120px;
    height: 120px;
  }

  .ns-artists-grid {
    grid-template-columns: 1fr;
  }

  .ns-visualizer {
    height: 50px;
  }

  .ns-bar {
    width: 5px;
  }
}



.image1 {
  /* flex: 1; */
  margin-right: 20px;
  top: -192px;
  height: 400px;
  /* overflow: clip; */
  position: relative;

}

.footer-widgets {
  border-top: 1px solid #eee;
  background-color: #ffffffa6;
  clear: both;
  padding: 60px 0;
}

.ns-featured-artist-bg-video {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  z-index: -2;
  /* sits behind ::before shine effect */
  opacity: 0.25;
  /* adjust for subtlety */
  pointer-events: none;
  /* allows interaction with content */
}