:root {

  --primary-color: rgba(0, 0, 0, 0.95);

  --secondary-color: #c44569;

  --brand-gradient: linear-gradient(

    135deg,

    #ff4757 0%,

    #ff3742 25%,

    #c44569 50%,

    #8e44ad 75%,

    #9b59b6 100%

  );

  --brand-red: #ff4757;

  --brand-purple: #9b59b6;

  --accent-color: #4ecdc4;

  --text-light: #ffffff;

  --text-dark: rgba(0, 0, 0, 0.95);

  --bg-light: #ffffff;

  --bg-dark: rgba(0, 0, 0, 0.95);

  --gradient-primary: linear-gradient(

    135deg,

    rgba(0, 0, 0, 0.95) 0%,

    #0a1a5c 25%,

    #0e2471 50%,

    #122e86 75%,

    rgba(0, 0, 0, 0.95) 100%

  );

  --gradient-primary: linear-gradient(

    135deg,

    var(--primary-color),

    var(--secondary-color),

    var(--accent-color)

  );

  --gradient-light: linear-gradient(

    135deg,

    #ffffff 0%,

    #fafbfc 25%,

    #f5f7fa 50%,

    #f0f3f7 75%,

    #ffffff 100%

  );

  --primary-gradient: linear-gradient(#f94f4f 0%, #c226a0 50%, #bc1675 100%);

  --secondary-gradient: linear-gradient(135deg, #667eea 0%, #764ba2 100%);

}



h1, h2, h3, h4, h5, h6, .sidebar-title, .video-title, .artists-title, .hero-title {

  font-family: 'Philosopher' !important;

}

p {

  font-family: 'Winky Rough', sans-serif !important;

}





.color-bg {

  background: linear-gradient(

    135deg,

    #f94f4f 0%,

    #c226a0 50%,

    #bc1675 100% 100%

  );

}



.contact-bg-color {

  background: rgb(24, 29, 34) !important;

  z-index: 10 !important;

}

/* 11 */



.btn-modern {

  text-transform: uppercase;

  font-size: 0.8em;

  padding: 12.8px 24px;

  padding: 0.8rem 1.5rem;

  font-weight: 600;

}



.btn-11 {

  position: relative; /* ✅ Important fix */



  border: none;



  background: linear-gradient(135deg, #f94f4f 0%, #c226a0 50%, #bc1675 100%);



  color: #fff !important;



  overflow: hidden;



  border-radius: 20px !important; /* ✅ Rounded shape */

}

@media (max-width: 375px) {

    .fix-mobile-padding > * {

        .row>* {

    flex-shrink: 0;

    width: 100%;

    max-width: 100%;

    /* padding-right: calc(var(--bs-gutter-x) * .5); */

    padding-left: calc(var(--bs-gutter-x) * .5);

    margin-top: var(--bs-gutter-y);

}

    }

}





.btn-11:hover {

  text-decoration: none;



  color: #fff;

}



.btn-11:before {

  position: absolute;



  content: "";



  display: inline-block;



  top: -180px;



  left: 0;



  width: 30px;



  height: 100%;



  background-color: #fff;



  animation: shiny-btn1 3s ease-in-out infinite;

}



.btn-11:hover {

  opacity: 0.7;

}



.btn-11:active {

  box-shadow: 4px 4px 6px 0 rgba(255, 255, 255, 0.3),

    -4px -4px 6px 0 rgba(116, 125, 136, 0.2),

    inset -4px -4px 6px 0 rgba(255, 255, 255, 0.2),

    inset 4px 4px 6px 0 rgba(0, 0, 0, 0.2);

}



@-webkit-keyframes shiny-btn1 {

  0% {

    -webkit-transform: scale(0) rotate(45deg);

    opacity: 0;

  }



  80% {

    -webkit-transform: scale(0) rotate(45deg);

    opacity: 0.5;

  }



  81% {

    -webkit-transform: scale(4) rotate(45deg);

    opacity: 1;

  }



  100% {

    -webkit-transform: scale(50) rotate(45deg);

    opacity: 0;

  }

}



/* ✅ Mobile only: margin-top: 10px */



@media (max-width: 767.98px) {

  .btn-11 {

    margin-top: 20px;

  }

}



/* banner section css here  */



/* Main container for vinyl + video */

.vinyl-container {

  position: relative;

  width: 100%;

  max-width: 450px; /* you can adjust as needed */

  margin: auto;

  aspect-ratio: 1 / 1;

}



.vinyl-inner-wrapper {

  position: relative;

  width: 100%;

  height: 100%;

}



/* Video container stays inside, perfectly circular */

.stable-video-container {

  position: absolute;

  top: 50%;

  left: 50%;

  width: 87%; /* slightly smaller than CD ring */

  height: 87%;

  transform: translate(-50%, -50%);

  border-radius: 50%;

  overflow: hidden;

  z-index: 2;

}



.circular-video {

  width: 100%;

  height: 100%;

  object-fit: cover;

  border-radius: 50%;

  animation: none !important;

}



/* Rotating CD ring */

.cd-image-rotating {

  position: absolute;

  top: 0;

  left: 0;

  width: 100%;

  height: 100%;

  border-radius: 50%;

  animation: rotateCD 12s linear infinite;

  z-index: 1;

  pointer-events: none;

}



.cd-rotating-img {

  width: 100%;

  height: 100%;

  object-fit: contain;

}



/* Animation */

@keyframes rotateCD {

  0% {

    transform: rotate(0deg);

  }

  100% {

    transform: rotate(360deg);

  }

}



/* Responsive scaling */

@media (max-width: 992px) {

  .vinyl-container {

    max-width: 300px;

  }

}



@media (max-width: 768px) {

  .vinyl-container {

    max-width: 220px;

  }

}



@media (max-width: 480px) {

  .vinyl-container {

    max-width: 180px;

  }

}



/* === Music Notes === */

.music-notes {

  position: absolute;

  top: 0;

  left: 0;

  width: 100%;

  height: 100%;

  z-index: -2;

  pointer-events: auto;

}



/* Light Mode note comments */

.note {

  position: absolute;

  font-size: 2.5rem;

  color: rgba(255, 55, 118, 0.77);

  text-shadow: 0 0 10px rgba(30, 58, 138, 0.3);

  animation: floatNote 8s ease-in-out infinite;

  cursor: pointer;

  transition: all 0.3s ease;

  user-select: none;

}



/* Interactive Note Hover Effects - Dancing Animations */

.interactive-note {

  pointer-events: auto;

}



.interactive-note:hover {

  animation: danceNote 0.6s ease-in-out infinite !important;

  transform: scale(1.3);

  color: #ff6b6b !important;

  text-shadow: 0 0 20px rgba(255, 107, 107, 0.8) !important;

  z-index: 10;

}



/* Different dance styles for variety */

.note-1:hover,

.note-6:hover,

.note-11:hover {

  animation: danceShake 0.4s ease-in-out infinite !important;

}



.note-2:hover,

.note-7:hover,

.note-12:hover {

  animation: danceSpin 0.8s ease-in-out infinite !important;

}



.note-3:hover,

.note-8:hover,

.note-13:hover {

  animation: danceBounce 0.5s ease-in-out infinite !important;

}



.note-4:hover,

.note-9:hover,

.note-14:hover {

  animation: danceWiggle 0.6s ease-in-out infinite !important;

}



.note-5:hover,

.note-10:hover,

.note-15:hover {

  animation: dancePulse 0.7s ease-in-out infinite !important;

}



@keyframes rotateCD {

  0% {

    transform: rotate(0deg);

  }

  100% {

    transform: rotate(360deg);

  }

}



/* Dance Animation Keyframes */

@keyframes danceNote {

  0%,

  100% {

    transform: scale(1.3) rotate(0deg) translateY(0px);

  }

  25% {

    transform: scale(1.5) rotate(10deg) translateY(-10px);

  }

  50% {

    transform: scale(1.4) rotate(-5deg) translateY(-5px);

  }

  75% {

    transform: scale(1.6) rotate(15deg) translateY(-15px);

  }

}



@keyframes danceShake {

  0%,

  100% {

    transform: scale(1.3) translateX(0px) rotate(0deg);

  }

  25% {

    transform: scale(1.5) translateX(-8px) rotate(-10deg);

  }

  50% {

    transform: scale(1.4) translateX(8px) rotate(10deg);

  }

  75% {

    transform: scale(1.6) translateX(-5px) rotate(-5deg);

  }

}



@keyframes danceSpin {

  0% {

    transform: scale(1.3) rotate(0deg);

  }

  25% {

    transform: scale(1.5) rotate(90deg);

  }

  50% {

    transform: scale(1.4) rotate(180deg);

  }

  75% {

    transform: scale(1.6) rotate(270deg);

  }

  100% {

    transform: scale(1.3) rotate(360deg);

  }

}



@keyframes danceBounce {

  0%,

  100% {

    transform: scale(1.3) translateY(0px);

  }

  25% {

    transform: scale(1.6) translateY(-20px);

  }

  50% {

    transform: scale(1.2) translateY(-10px);

  }

  75% {

    transform: scale(1.7) translateY(-25px);

  }

}



@keyframes danceWiggle {

  0%,

  100% {

    transform: scale(1.3) rotate(0deg) skew(0deg);

  }

  20% {

    transform: scale(1.5) rotate(5deg) skew(5deg);

  }

  40% {

    transform: scale(1.4) rotate(-8deg) skew(-3deg);

  }

  60% {

    transform: scale(1.6) rotate(3deg) skew(8deg);

  }

  80% {

    transform: scale(1.2) rotate(-5deg) skew(-5deg);

  }

}



@keyframes dancePulse {

  0%,

  100% {

    transform: scale(1.3);

    opacity: 0.7;

  }

  25% {

    transform: scale(1.8);

    opacity: 1;

  }

  50% {

    transform: scale(1.1);

    opacity: 0.8;

  }

  75% {

    transform: scale(2);

    opacity: 1;

  }

}



/* Individual note positions and animations */

.note-1 {

  top: 10%;

  left: 5%;

  animation-delay: 0s;

  font-size: 2rem;

}



.note-2 {

  top: 15%;

  right: 10%;

  animation-delay: 0.5s;

  font-size: 2.8rem;

}



.note-3 {

  top: 25%;

  left: 15%;

  animation-delay: 1s;

  font-size: 2.2rem;

}



.note-4 {

  top: 35%;

  right: 20%;

  animation-delay: 1.5s;

  font-size: 2.6rem;

}



.note-5 {

  top: 45%;

  left: 8%;

  animation-delay: 2s;

  font-size: 2.4rem;

}



.note-6 {

  top: 55%;

  right: 15%;

  animation-delay: 2.5s;

  font-size: 2rem;

}



.note-7 {

  top: 65%;

  left: 12%;

  animation-delay: 3s;

  font-size: 2.7rem;

}



.note-8 {

  top: 75%;

  right: 8%;

  animation-delay: 3.5s;

  font-size: 2.3rem;

}



.note-9 {

  top: 85%;

  left: 20%;

  animation-delay: 4s;

  font-size: 2.5rem;

}



.note-10 {

  top: 20%;

  left: 80%;

  animation-delay: 4.5s;

  font-size: 2.1rem;

}



.note-11 {

  top: 40%;

  left: 85%;

  animation-delay: 5s;

  font-size: 2.9rem;

}



.note-12 {

  top: 60%;

  left: 75%;

  animation-delay: 5.5s;

  font-size: 2.4rem;

}



.note-13 {

  top: 80%;

  left: 90%;

  animation-delay: 6s;

  font-size: 2.2rem;

}



.note-14 {

  top: 30%;

  left: 70%;

  animation-delay: 6.5s;

  font-size: 2.6rem;

}



.note-15 {

  top: 50%;

  left: 95%;

  animation-delay: 7s;

  font-size: 2.8rem;

}



@keyframes floatNote {

  0%,

  100% {

    transform: translateY(0px) rotate(0deg) scale(1);

    opacity: 0.4;

  }

  25% {

    transform: translateY(-30px) rotate(5deg) scale(1.1);

    opacity: 0.8;

  }

  50% {

    transform: translateY(-15px) rotate(-3deg) scale(0.9);

    opacity: 0.9;

  }

  75% {

    transform: translateY(-25px) rotate(8deg) scale(1.05);

    opacity: 0.7;

  }

}



/* === Ambient Lights === */

.ambient-lights {

  position: absolute;

  top: 0;

  left: 0;

  width: 100%;

  height: 100%;

  z-index: 1;

  pointer-events: none;

}



.light-orb {

  position: absolute;

  border-radius: 50%;

  background: radial-gradient(

    circle,

    rgba(6, 19, 71, 0.08) 0%,

    transparent 70%

  );

  animation: orbFloat 15s ease-in-out infinite;

}



.light-orb-1 {

  width: 150px;

  height: 150px;

  top: 15%;

  left: 15%;

  animation-delay: 0s;

}

.light-orb-2 {

  width: 120px;

  height: 120px;

  top: 60%;

  right: 20%;

  animation-delay: 5s;

}

.light-orb-3 {

  width: 100px;

  height: 100px;

  bottom: 25%;

  left: 25%;

  animation-delay: 10s;

}



@keyframes orbFloat {

  0%,

  100% {

    transform: translate(0, 0) scale(1);

    opacity: 0.2;

  }

  50% {

    transform: translate(15px, -20px) scale(1.1);

    opacity: 0.4;

  }

}



/* trending music css start */



/* Main Container - Unified Design */

.trending-container {

  min-height: 100vh;

  display: flex;

  padding: 1.5rem;

  gap: 0;

  max-width: 1400px;

  margin: 0 auto;

  margin-top: -5.4rem;

}



/* Unified Card Container */

.unified-card {

  width: 100%;

  background: rgba(255, 255, 255, 0.08);

  backdrop-filter: blur(25px);

  border-radius: 24px;

  border: 1px solid rgba(255, 255, 255, 0.1);

  overflow: hidden;

  display: flex;

}



.unified-card {

  background: rgba(6, 19, 71, 0.04);

  border: 1px solid rgba(6, 19, 71, 0.08);

}



/* Left Side - Trending Songs */

.trending-sidebar {

  flex: 0 0 42%;

  border-right: 1px solid rgba(255, 255, 255, 0.1);

}



.trending-sidebar {

  border-right: 1px solid rgba(6, 19, 71, 0.08);

}



.sidebar-header {

  margin-bottom: 1.5rem;

  text-align: center;

}



.sidebar-title {

  font-size: 2.2rem;

  font-weight: 900;

  background: var(--brand-gradient);

  -webkit-background-clip: text;

  background-clip: text;

  -webkit-text-fill-color: transparent;

  margin-bottom: 0.5rem;

}



.sidebar-subtitle {

  font-size: 1rem;

  opacity: 0.8;

  font-weight: 300;

}



/* Songs List Container */

.songs-container {

  height: calc(100vh - 180px);

  overflow-y: auto;

  padding-right: 8px;

  scrollbar-width: thin;

  scrollbar-color: var(--brand-red) transparent;

}



.songs-container::-webkit-scrollbar {

  width: 4px;

}



.songs-container::-webkit-scrollbar-track {

  background: rgba(255, 255, 255, 0.05);

  border-radius: 10px;

}



.songs-container::-webkit-scrollbar-thumb {

  background: var(--brand-gradient);

  border-radius: 10px;

}



/* Smaller Song Cards */

.song-card {

  background: rgba(255, 255, 255, 0.05);

  border-radius: 12px;

  padding: 1rem;

  margin-bottom: 1rem;

  border: 1px solid transparent;

  transition: all 0.3s cubic-bezier(0.25, 0.46, 0.45, 0.94);

  cursor: pointer;

  position: relative;

  overflow: hidden;

}



.song-card {

  background: rgba(6, 19, 71, 0.02);

}



.song-card::before {

  content: "";

  position: absolute;

  top: 0;

  left: -100%;

  width: 100%;

  height: 100%;

  background: linear-gradient(

    90deg,

    transparent,

    rgba(255, 255, 255, 0.08),

    transparent

  );

  transition: left 0.5s ease;

}



.song-card:hover::before {

  left: 100%;

}



.song-card:hover {

  transform: translateY(-3px);

  background: rgba(255, 255, 255, 0.08);

  border-color: transparent;

}



/* Active Card with Brand Gradient */

.song-card.active {

  background: var(--brand-gradient);



  transform: translateY(-3px);

  border-color: transparent;

}

.song-card.active {

  .song-info {

    color: var(--gradient-primary);

  }

}



.song-content {

  display: flex;

  align-items: center;

  gap: 1rem;

  position: relative;

  z-index: 2;

}



/* Smaller Thumbnail */

.song-thumbnail {

  width: 120px;

  height: 120px;

  border-radius: 10px;

  overflow: hidden;

  position: relative;

  flex-shrink: 0;

}



.song-thumbnail img {

  width: 100%;

  height: 100%;

  object-fit: cover;

  transition: transform 0.3s ease;

}



.song-card:hover .song-thumbnail img {

  transform: scale(1.05);

}



.play-overlay {

  position: absolute;

  top: 0;

  left: 0;

  width: 100%;

  height: 100%;

  background: rgba(0, 0, 0, 0.6);

  display: flex;

  align-items: center;

  justify-content: center;

  opacity: 0;

  transition: opacity 0.3s ease;

}



.song-card:hover .play-overlay {

  opacity: 1;

}



.play-btn {

  width: 50px;

  height: 50px;

  border-radius: 50%;

  background: var(--brand-red);

  border: none;

  color: white;

  display: flex;

  align-items: center;

  justify-content: center;

  font-size: 1rem;

  transition: all 0.3s ease;

}



.song-card.active .song-info .song-title,

.song-card.active .song-info .song-artist,

.song-card.active .song-info .song-details {

  -webkit-background-clip: text;

  background-clip: text;

  color: var(--text-light);

  font-weight: bold;

}



.play-btn:hover {

  transform: scale(1.1);

  background: var(--brand-purple);

}



.song-info {

  flex: 1;

  min-width: 0;

}



.song-title {

  font-size: 1.2rem;

  font-weight: 700;

  margin-bottom: 0.3rem;

  color: inherit;

  color: var(--gradient-primary) !important;

}



.song-artist {

  font-size: 0.9rem;

  opacity: 0.8;

  margin-bottom: 0.2rem;

}



.song-details {

  font-size: 0.8rem;

  opacity: 0.7;

  line-height: 1.3;

}



/* Right Side - Video Player */

.video-section {
  flex: 1;
  display: flex;
  flex-direction: column;
}

.video-header {
  margin-bottom: 1.5rem;
  text-align: center;
}

.video-title {
  font-size: 2rem;
  font-weight: 800;
  margin-bottom: 0.5rem;
}

.video-subtitle {
  font-size: 0.95rem;
  opacity: 0.8;
}

.video-container {
  flex: 1;
  position: relative;
  border-radius: 16px;
  overflow: hidden;
  background: #000;
  min-height: 400px;
  display: flex;
  align-items: center;
  justify-content: center;
}

.video-iframe {
  width: 100%;
  height: 400px;
  border: none;
  border-radius: 16px;
  min-height: 400px;
}

.video-placeholder {
  text-align: center;
  color: rgba(255, 255, 255, 0.6);
}

.video-placeholder i {
  font-size: 3.5rem;
  margin-bottom: 1rem;
  opacity: 0.5;
  background: var(--brand-gradient);
  -webkit-background-clip: text;
  background-clip: text;
  -webkit-text-fill-color: transparent;
}

.video-placeholder h3 {
  font-size: 1.4rem;
  margin-bottom: 0.5rem;
}

.video-placeholder p {
  opacity: 0.7;
}

/* ✅ Mobile Responsive Fix */
@media (max-width: 768px) {
  .video-container {
    min-height: auto;         /* remove fixed min height */
    aspect-ratio: 16 / 9;     /* keeps proper YouTube ratio */
  }

  .video-iframe {
    height: 70%;             /* fill container */
    min-height: auto;
    border-radius: 12px;
  }
}


/* Loading Animation */

.loading-overlay {

  position: absolute;

  top: 0;

  left: 0;

  width: 100%;

  height: 100%;

  background: rgba(0, 0, 0, 0.8);

  display: flex;

  align-items: center;

  justify-content: center;

  z-index: 10;

  opacity: 0;

  visibility: hidden;

  transition: all 0.3s ease;

}



.loading-overlay.active {

  opacity: 1;

  visibility: visible;

}



.loading-spinner {

  width: 40px;

  height: 40px;

  border: 3px solid rgba(255, 255, 255, 0.3);

  border-top: 3px solid var(--brand-red);

  border-radius: 50%;

  animation: spin 1s linear infinite;

}



@keyframes spin {

  0% {

    transform: rotate(0deg);

  }



  100% {

    transform: rotate(360deg);

  }

}



/* Responsive Design */

@media (max-width: 1200px) {

  .trending-container {

    flex-direction: column;

    padding: 1rem;

    margin-top: -2rem;

  }

  .appear-animation-text {

    font-size: 3.8rem;

  }



  .unified-card {

    flex-direction: column;

  }



  .trending-sidebar {

    flex: none;

    height: 50vh;

    border-right: none;

    border-bottom: 1px solid rgba(255, 255, 255, 0.1);

  }



  .songs-container {

    height: calc(50vh - 120px);

  }

}



@media (max-width: 991px) {

  .unified-card {

    flex-direction: column !important;

  }

}



@media (max-width: 768px) {



.trending-container {

    flex-direction: row;

    padding: 1rem;

    margin-top: -2rem;

  }



  .sidebar-title {

    font-size: 1.8rem;

  }



  .song-content {

    gap: 0.8rem;

  }



  .song-thumbnail {

    width: 80px;

    height: 80px;

  }



  .song-title {

    font-size: 1.1rem;

  }



  .video-title {

    font-size: 1.6rem;

  }

}



@keyframes fadeIn {

  from {

    opacity: 0;

    transform: translateY(15px);

  }



  to {

    opacity: 1;

    transform: translateY(0);

  }

}



.slide-in-left {

  animation: slideInLeft 0.6s ease-out;

}



@keyframes slideInLeft {

  from {

    opacity: 0;

    transform: translateX(-30px);

  }



  to {

    opacity: 1;

    transform: translateX(0);

  }

}



.slide-in-right {

  animation: slideInRight 0.6s ease-out;

}



@keyframes slideInRight {

  from {

    opacity: 0;

    transform: translateX(30px);

  }



  to {

    opacity: 1;

    transform: translateX(0);

  }

}



/* our artist css started here  */



/* Main Container */

.artists-container {

  padding: 4rem 2rem;

  background: linear-gradient(135deg, #1a1a1a 0%, #2d2d2d 100%);

  min-height: 100vh;

  position: relative;

}



/* Header Section */

.artists-header {

  text-align: center;

  margin-bottom: 3rem;

}



.artists-title {

  font-size: 3.5rem;

  font-weight: 900;

  background: var(--brand-gradient);

  -webkit-background-clip: text;

  background-clip: text;

  -webkit-text-fill-color: transparent;

  margin-bottom: 1.5rem;

  animation: titleSlideIn 1.2s ease;

}



@keyframes titleSlideIn {

  0% {

    opacity: 0;

    transform: translateY(-50px);

  }



  100% {

    opacity: 1;

    transform: translateY(0);

  }

}



.artists-description {

  font-size: 1.1rem;

  line-height: 1.6;

  max-width: 700px;

  margin: 0 auto;

  opacity: 0.8;

  animation: fadeInUp 1s ease 0.3s both;

  color: #fff;

}



@keyframes fadeInUp {

  0% {

    opacity: 0;

    transform: translateY(30px);

  }



  100% {

    opacity: 0.8;

    transform: translateY(0);

  }

}



/* Owl Carousel Container */

.artists-carousel-container {

  position: relative;

  max-width: 100%;

  margin: 0 auto;

  padding: 2rem 0;

}



/* Owl Carousel Custom Styling */

.owl-carousel .owl-item {

  display: flex;

  justify-content: center;

  align-items: center;

}

.owl-carousel.carousel-center-active-item .owl-item {

  opacity: 0.8;

  transition: opacity 0.3s ease;

}



.owl-carousel .owl-nav {

  position: absolute;

  top: 50%;

  transform: translateY(-50%);

  width: 100%;

  display: flex;

  justify-content: space-between;

  pointer-events: none;

}



.owl-carousel .owl-nav button {

  width: 50px;

  height: 50px;

  border-radius: 50%;

  background: var(--brand-gradient);

  border: none;

  color: white;

  font-size: 1.2rem;

  cursor: pointer;

  transition: all 0.3s ease;

  pointer-events: all;

  display: flex;

  align-items: center;

  justify-content: center;

  box-shadow: 0 4px 15px rgba(0, 0, 0, 0.3);

}



.owl-carousel .owl-nav button:hover {

  transform: scale(1.1);

  box-shadow: 0 8px 25px rgba(0, 0, 0, 0.4);

}



.owl-carousel .owl-nav .owl-prev {

  margin-left: 1rem;

}



.owl-carousel .owl-nav .owl-next {

  margin-right: 1rem;

}



/* Artist Card Styling */

.artist-card {

  position: relative;

  width: 280px;

  height: 350px;

  border-radius: 20px;



  overflow: hidden;

  cursor: pointer;

  transition: all 0.4s cubic-bezier(0.25, 0.46, 0.45, 0.94);

  box-shadow: 0 8px 25px rgba(0, 0, 0, 0.3);

  margin: 0 10px;

}



/* Artist Image */

.artist-image {

  width: 100%;

  height: 100%;

  object-fit: cover;

  transition: transform 0.6s ease;

}



/* Hover Effect */

.artist-card:hover {

  transform: scale(1.05);

  box-shadow: 0 15px 35px rgba(0, 0, 0, 0.4);

  z-index: 10;

}



.artist-card:hover .artist-image {

  transform: scale(1.1);

  opacity: 1;

}



/* Diagonal Gradient Overlay */

.diagonal-overlay {

  position: absolute;

  bottom: 0;

  left: 0;

  width: 100%;

  height: 0;

  background: var(--brand-gradient);

  clip-path: polygon(0 100%, 100% 100%, 100% 30%, 0 70%);

  transition: all 0.5s cubic-bezier(0.25, 0.46, 0.45, 0.94);

  display: flex;

  align-items: flex-end;

  justify-content: center;

  padding: 1rem;

  opacity: 0;

}



.artist-card:hover .diagonal-overlay {

  height: 60%;

  opacity: 1;

}



/* Artist Info in Diagonal Overlay */

.artist-info {

  color: white;

  text-align: center;

  transform: translateY(20px);

  transition: transform 0.3s ease 0.2s;

  width: 100%;

}



.artist-card:hover .artist-info {

  transform: translateY(0);

}



.artist-name {

  font-size: 1.4rem;

  font-weight: 800;

  margin-bottom: 0.3rem;

  text-shadow: 2px 2px 4px rgba(0, 0, 0, 0.3);

  line-height: 1.2;

}



.artist-type {

  font-size: 0.9rem;

  font-weight: 600;

  text-transform: uppercase;

  letter-spacing: 1px;

  opacity: 0.95;

  line-height: 1.1;

}



/* Simple Name Display (Always Visible) */

.simple-info {

  position: absolute;

  bottom: 1rem;

  left: 1rem;

  right: 1rem;

  color: white;

  text-shadow: 2px 2px 8px rgba(0, 0, 0, 0.8);

  transition: opacity 0.3s ease;

  z-index: 5;

  text-align: center;

}



.artist-card:hover .simple-info {

  opacity: 0;

}



.simple-name {

  font-size: 1.2rem;

  font-weight: 700;

  margin-bottom: 0.2rem;

  line-height: 1.2;

}



.simple-type {

  font-size: 0.85rem;

  opacity: 0.9;

  text-transform: uppercase;

  letter-spacing: 0.5px;

  line-height: 1.1;

}



/* Responsive Design */

@media (max-width: 768px) {

  .artists-container {

    padding: 2rem 1rem;

  }



  .artists-title {

    font-size: 2.5rem;

  }



  .artist-card {

    width: 250px;

    height: 320px;

  }



  .owl-carousel .owl-nav button {

    width: 45px;

    height: 45px;

    font-size: 1rem;

  }

}



@media (max-width: 480px) {



mobile-logo

{

.row>* {

    flex-shrink: 0;

    width: 100%;

    max-width: 100%;

    /* padding-right: calc(var(--bs-gutter-x) * .5); */

    padding-left: calc(var(--bs-gutter-x) * .5);

    margin-top: var(--bs-gutter-y);

}}

  .artist-card {

    width: 220px;

    height: 280px;

  }



  .artists-title {

    font-size: 2rem;

  }



  .artists-description {

    font-size: 1rem;

    padding: 0 1rem;

  }

}



/* Performance Optimizations */

.artist-card {

  will-change: transform;

}



/* our artist css end here */



/* our launch css start here  */



/* Hero Section */

.hero-section {

  padding: 10px 0 0 0px;

  background: radial-gradient(

    ellipse at center,

    rgba(249, 79, 79, 0.1) 0%,

    transparent 70%

  );

  position: relative;

}



.hero-title-wrapper {

  display: flex;

  justify-content: center;

  align-items: center;

  width: 100%;

}



.hero-title {

  font-size: clamp(2.5rem, 4vw, 3rem);

  font-weight: 800;

  background: var(--primary-gradient);

  background-clip: text;

  -webkit-background-clip: text;

  color: transparent;

  -webkit-text-fill-color: transparent;

  line-height: 1.1;

  text-align: center;

}



.hero-subtitle {

  font-size: 1.2rem;

  color: var(--text-muted);

  text-align: center;

  max-width: 600px;

  margin: 0 auto 0rem;

  position: relative;

  z-index: 2;

}



/* Single Line Marquee Container */

.marquee-section {

  padding: 10px 0;

  position: relative;

}



.marquee-wrapper {

  position: relative;

  overflow: hidden;

  mask: linear-gradient(90deg, transparent, white 10%, white 90%, transparent);

  -webkit-mask: linear-gradient(

    90deg,

    transparent,

    white 10%,

    white 90%,

    transparent

  );

}



.marquee-container {

  display: flex;

  animation: marqueeFlow 15s linear infinite;

  will-change: transform;

  gap: 30px;

  padding: 20px 0;

}



.marquee-container:hover {

  animation-play-state: paused;

}



.marquee-item {

  flex: 0 0 auto;

  width: 350px;

  position: relative;

  transition: all 0.4s cubic-bezier(0.25, 0.46, 0.45, 0.94);

}



.marquee-item:hover {

  transform: translateY(-15px) scale(1.05);

  z-index: 10;

}



.image-card {

  position: relative;

  border-radius: 20px;

  overflow: hidden;

  background: var(--card-bg);

  backdrop-filter: blur(10px);

  border: 1px solid var(--border-color);

  box-shadow: 0 8px 32px rgba(0, 0, 0, 0.3), 0 0 0 1px rgba(255, 255, 255, 0.05);

  transition: all 0.4s ease;

}



.image-card:hover {

  box-shadow: 0 25px 80px rgba(249, 79, 79, 0.3),

    0 0 0 1px rgba(249, 79, 79, 0.4);

  border-color: rgba(249, 79, 79, 0.6);

}



.image-card img {

  width: 100%;

  height: 250px;

  object-fit: cover;

  transition: transform 0.6s ease;

}



.image-card:hover img {

  transform: scale(1.1);

}



.image-overlay {

  position: absolute;

  bottom: 0;

  left: 0;

  right: 0;

  background: linear-gradient(transparent, rgba(0, 0, 0, 0.9));

  padding: 40px 20px 20px;

  transform: translateY(100%);

  transition: transform 0.4s ease;

}



.image-card:hover .image-overlay {

  transform: translateY(0);

}



.image-title {

  font-size: 1.1rem;

  font-weight: 600;

  color: white;

  margin: 0;

  line-height: 1.3;

}



.image-category {

  position: absolute;

  top: 15px;

  left: 15px;

  background: var(--primary-gradient);

  color: white;

  padding: 6px 14px;

  border-radius: 20px;

  font-size: 0.8rem;

  font-weight: 600;

  text-transform: uppercase;

  letter-spacing: 0.5px;

  box-shadow: 0 4px 15px rgba(249, 79, 79, 0.3);

}



/* Animations */

@keyframes marqueeFlow {

  0% {

    transform: translateX(0);

  }



  100% {

    transform: translateX(-100%);

  }

}



@keyframes fadeInUp {

  from {

    opacity: 0;

    transform: translateY(30px);

  }



  to {

    opacity: 1;

    transform: translateY(0);

  }

}



/* Responsive Design */

@media (max-width: 768px) {

  .hero-section {

    padding: 60px 0 40px;

  }



  .marquee-item {

    width: 280px;

  }



  .marquee-container {

    animation-duration: 15s;

    gap: 20px;

  }



  .image-card img {

    height: 200px;

  }



  .stats-section {

    padding: 60px 0;

  }



  .stat-number {

    font-size: 2.5rem;

  }

}



@media (max-width: 480px) {

  .marquee-item {

    width: 250px;

  }



  .marquee-container {

    animation-duration: 5s;

    gap: 15px;

  }



  .image-card img {

    height: 180px;

  }

}



/* footer offcanvas css here  */



/* Offcanvas Base Styling */



.offcanvas-body {

  padding: 0 !important;

}

.music-offcanvas {

  background: #f8f9fa;

  border: none;

}

.artist-offcanvas {

  background: #f8f9fa;

  border: none;

}



/* Header Styling */

.music-offcanvas-header {

  background: var(--brand-gradient);

  color: white;

  border-bottom: none;

  padding: 1.5rem;

}



.header-content {

  display: flex;

  align-items: center;

  gap: 1rem;

  flex: 1;

}



.music-icon-header {

  width: 45px;

  height: 45px;

  background: rgba(255, 255, 255, 0.2);

  border-radius: 50%;

  display: flex;

  align-items: center;

  justify-content: center;

  font-size: 1.2rem;

}



.offcanvas-title {

  color: white;

  font-size: 1.3rem;

  font-weight: 600;

  margin: 0;

}



.offcanvas-subtitle {

  color: rgba(255, 255, 255, 0.8);

  font-size: 0.9rem;

  margin: 0;

}



.btn-close-custom {

  background: rgba(255, 255, 255, 0.2);

  border: 1px solid rgba(255, 255, 255, 0.3);

  border-radius: 50%;

  width: 35px;

  height: 35px;

  display: flex;

  align-items: center;

  justify-content: center;

  color: white;

  transition: all 0.3s ease;

}



.btn-close-custom:hover {

  background: rgba(255, 255, 255, 0.3);

  transform: scale(1.1);

}



/* Section Title */

.section-title {

  color: #495057;

  font-size: 1.1rem;

  font-weight: 600;

  border-bottom: 2px solid #e9ecef;

  padding-bottom: 0.5rem;

}



/* Platform Cards */

.platform-card {

  background: white;

  border: 1px solid #e9ecef;

  border-radius: 12px;

  padding: 1rem;

  transition: all 0.3s ease;

  box-shadow: 0 2px 4px rgba(0, 0, 0, 0.05);

}



.platform-card:hover {

  transform: translateY(-2px);

  box-shadow: 0 4px 12px rgba(0, 0, 0, 0.1);

}



.platform-icon-wrapper {

  width: 45px;

  height: 45px;

  border-radius: 10px;

  display: flex;

  align-items: center;

  justify-content: center;

  font-size: 1.2rem;

}



/* Platform Brand Colors */

.spotify-bg {

  background: #1db954;

}



.apple-bg {

  background: #000000;

}



.youtube-bg {

  background: #ff0000;

}



.amazon-bg {

  background: #ff9900;

}



.jiosaavn-bg {

  background: #8b5cf6;

}



.gaana-bg {

  background: #ff6b35;

}



.platform-name {

  color: #212529;

  font-size: 1rem;

  font-weight: 600;

  margin: 0;

}



.platform-desc {

  color: #6c757d;

  font-size: 0.85rem;

}



.platform-btn {

  font-size: 0.85rem;

  font-weight: 500;

  padding: 0.4rem 0.8rem;

  border-radius: 20px;

  transition: all 0.3s ease;

}



.platform-btn:hover {

  transform: scale(1.05);

}



/* Alert Styling */

.alert {

  border-radius: 10px;

  background: #f8f9fa !important;

  border: 1px solid #e9ecef !important;

}



@keyframes fadeInUp {

  from {

    opacity: 0;

    transform: translateY(20px);

  }



  to {

    opacity: 1;

    transform: translateY(0);

  }

}



@keyframes slideInRight {

  from {

    opacity: 0;

    transform: translateX(30px);

  }



  to {

    opacity: 1;

    transform: translateX(0);

  }

}



/* Responsive Design */

#offcanvasRight {

  width: 40%;

}

#offcanvasArtist {

  width: 40%;

}



@media (max-width: 992px) {

  #offcanvasRight {

    width: 75%;

  }



  .music-offcanvas-header {

    padding: 1.2rem;

  }

}

@media (max-width: 992px) {

  #offcanvasArtist {

    width: 75%;

  }



  .music-offcanvas-header {

    padding: 1.2rem;

  }

}



@media (max-width: 576px) {

  #offcanvasRight {

    width: 100%;

  }

}

@media (max-width: 576px) {

  #offcanvasArtist {

    width: 100%;

  }

}



/* Dark Mode Support */

html.dark .music-offcanvas {

  background: #212529;

  border-left-color: var(--brand-gradient);

}

html.dark .artist-offcanvas {

  background: #212529;

  border-left-color: var(--brand-gradient);

}



html.dark .platform-card {

  background: #343a40;

  border-color: #495057;

  color: white;

}



html.dark .platform-name {

  color: white;

}



html.dark .section-title {

  color: #f8f9fa;

  border-bottom-color: #495057;

}



html.dark .alert {

  background: #343a40 !important;

  border-color: #495057 !important;

  color: #f8f9fa;

}



/* Custom Scrollbar for Offcanvas Only */

.music-offcanvas ::-webkit-scrollbar {

  width: 8px;

}

.artist-offcanvas ::-webkit-scrollbar {

  width: 8px;

}



.music-offcanvas ::-webkit-scrollbar-track {

  background: #f1f1f1;

  border-radius: 6px;

}

.artist-offcanvas ::-webkit-scrollbar-track {

  background: #f1f1f1;

  border-radius: 6px;

}



.music-offcanvas ::-webkit-scrollbar-thumb {

  background: var(--brand-gradient);

  border-radius: 6px;

  transition: all 0.3s ease;

}

.artist-offcanvas ::-webkit-scrollbar-thumb {

  background: var(--brand-gradient);

  border-radius: 6px;

  transition: all 0.3s ease;

}



.music-offcanvas ::-webkit-scrollbar-thumb:hover {

  background: var(--brand-gradient);

}



.artist-offcanvas ::-webkit-scrollbar-thumb:hover {

  background: var(--brand-gradient);

}



html.dark .music-offcanvas ::-webkit-scrollbar-track {

  background: #495057;

}

html.dark .artist-offcanvas ::-webkit-scrollbar-track {

  background: #495057;

}



html.dark .music-offcanvas ::-webkit-scrollbar-thumb {

  background: var(--brand-gradient);

}

html.dark .artist-offcanvas ::-webkit-scrollbar-thumb {

  background: var(--brand-gradient);

}



