body {
      margin: 0;
      font-family: Arial, sans-serif;
      background: linear-gradient(to bottom, #000000, #000000);
      color: #335765;
    }

    header {
        position: relative;
      display: flex;
      justify-content: space-between;
      align-items: center;
      padding: 30px 10px;
      background-color: #000000;
      box-shadow: 0 10px 15px rgb(49, 130, 144).31;
      border-radius: 10px;
    }
           
    .logo {
     
  font-size: 20px;           /* Slightly smaller font */
  font-weight: 600;          /* Medium boldness */
  font-family: 'Segoe UI', Tahoma, Geneva, Verdana, sans-serif;
  color: #040247;
  letter-spacing: 1px;       /* A bit of spacing for clarity */
  padding: 5px 10px;         /* Reduce padding for compact look */
  border-radius: 5px;        /* Optional: rounded edges */
  background-color: #000000; /* Optional: white background for contrast */
  box-shadow: 0 2px 6px rgba(0,0,0,0.1); /* Light shadow */

    }
   .logo img {
  width: 120px;
  height: 80px;
  object-fit: contain; /* keeps aspect ratio inside box */
}

    nav a {
      margin: 0 15px;
      text-decoration: none;
      color: #333;
      font-weight: 500;
      text-align: center;        
      position: relative;
      display: inline-block;
    color: white;
      font-size: 27px;
      padding: 4px 0;
      transition: color 0.3s ease;

    }
    

    nav a::after{
      color: #ff0606;
      content: '';
      position: absolute;
      left: 0;
      bottom: 0;
      width: 0%;
      height: 2px;
      background: #6f0067;
      transition: width 0.3s ease;  
    }
      nav a:hover::after {
  width: 100%;
}
                    

    .log-in-btn {
  text-align: center;
  padding: 20px 20px;
  background-color: #0894ff;
  color: rgb(255, 255, 255);
  border: none;
  border-radius: 10px;
  cursor: pointer;
  position: relative;
  right: 180px; /* <-- Moves it 20px to the left */
}


    .log-in-btn:hover {
      background-color: #052a44;
    }

    .hero {
      text-align: center;
      padding: 100px 20px 50px;
    }

    .hero h1 {
      font-size: 45px;
      margin-bottom: 20px;
      color: rgb(231, 225, 255);
      text-shadow:
    -1px -1px 0 rgb(255, 255, 255),
     1px -1px 0 black,
    -1px  1px 0 rgb(0, 0, 0),
     2px  2px 0 rgb(0, 0, 0);
      
    }  
    

    .hero p {
      font-size: 18px;
      color: #efff95;
      margin-bottom: 30px;
    }

    .cta-btn {
      padding: 15px 30px;
      background-color: hsl(150, 96%, 29%);
      color: white;
      border: none;
      border-radius: 30px;
      font-size: 18px;
      cursor: pointer;
    }

    .cta-btn:hover {
      background-color: #036e30;
    }
.products {
background: linear-gradient(135deg, #ECF8FD, #B1AA81,  #AFCBD5);
  color: #fff;
  padding: 20px 20px;
  text-align: center;
}

.section-title {
  font-size: 2.5rem;
  color: #ffffff;
  margin-bottom: 40px;
}

.product-container {
margin:auto;
background-color: rgb(221, 190, 251); 

display: flex;
align-items: center;
justify-content: space-around;
flex-wrap: wrap;

width: 90%;
border-radius: 10px;



}

.product-card {
  position:relative;
  width: 300px;
  height: 400px;
  border: 4px solid #ffffff;
  border-radius: 2px; /* Less rounded corners for boxy look */
  overflow: hidden;
  background-color: #000000;
  box-shadow: 0 0 10px #000000cc;
  transition: transform 0.3s ease, box-shadow 0.3s ease;
  cursor: pointer;
} 




.product-card:hover {
  transform: scale(1.05); /* zoom on hover */
  box-shadow: 0 10px 25px rgba(0, 0, 0, 0.897); /* glow */
}

.product-card img {
  
  width: 100%;
  height: auto;
  display: block;
    position: relative;
  z-index: 1;
}




.card-overlay {
  text-decoration: none;
  position: absolute;
  bottom: 0;
  width: 100%;
  height: 150px; /* Fixed height for the bottom overlay */
  background: rgba(11, 10, 10, 0.616);
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center; /* centers content horizontally */
  text-align: center;
  z-index: 2;
}



.logo-text {
  text-decoration: none;
  position: relative;
  font-size: 1.6rem;
  font-weight: bold;
  opacity: 0.95;
  color: #fffafa;
}

.watch-btn {
 
      padding: 15px 30px;
      background-color: hsl(150, 96%, 29%);
      color: white;
      border: none;
      border-radius: 30px;
      font-size: 18px;
      cursor: pointer;
   
  cursor: pointer;
  transition: background 0.3s ease, color 0.3s ease;
}

.watch-btn:hover {
  background-color: #fff;
  color: #e50914;
}

.watch-btn span {
  margin-left: 8px;
}


  
   
  .hero {
  background-image: url('img/band.jpg'); /* Replace with your image path */
  background-size: cover;
  background-position: center;
 height: 55vh; /* Makes it full height of the viewport */
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  color: rgb(255, 255, 255); /* Ensure your text is visible */
  text-align: center;
  padding: 100px 20px;
  clip-path: ellipse(75% 100% at 50% 100%);
   
  background-repeat: no-repeat; /* Prevents tiling */
}
.gallery {
  background: linear-gradient(135deg,  #D6F5FF, #B1AA81, #2B1A12);
  color: #000000;
  padding: 50px 20px;
  text-align: center;
}
.gallery h2{
  color: #000000;
}
 .gallery img {
  width: 500px;        /* Adjust the width */
  height: 370px;       /* Adjust the height */
  object-fit: cover;   /* Keeps aspect ratio and fills the box */
  margin: 20px;
  border-radius: 10px;
  transition: transform 0.3s ease;
 }
.gallery img:hover {
  transform: scale(1.05);
}
.about {
    padding: 60px 20px;
  max-width: 900px;
  margin: auto;
  text-align: center;
}

.about h1 {
  font-size: 2.8rem;
  color: #4e1899;
  margin-bottom: 20px;
}

.about h2 {
  font-size: 2rem;
  color: #333;
  margin-top: 40px;
}

.about p {
  font-size: 1.1rem;
  line-height: 1.8;
  margin: 20px 0;
}

.band-gallery {
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
  gap: 20px;
  margin: 40px 0;
}

.band-gallery img {
  width: 250px;
  height: 180px;
  object-fit: cover;
  border-radius: 10px;
  box-shadow: 0 5px 15px rgba(0,0,0,0.2);
  transition: transform 0.3s ease;
}

.band-gallery img:hover {
  transform: scale(1.05);
}

footer {
  text-align: center;
  padding: 30px;
  background-color: #041f34;
  color: white;
  margin-top: 50px;
}
.bg {
  background-color: #d4ff5d;
}
/* ABOUT PREVIEW SECTION */
.about-preview {
   background: linear-gradient(135deg, #000000, #1b1b1b);
  color: #f5f5f5;
  padding: 60px 20px;
  text-align: center;
 
}

.about-preview h2 {
  font-size: 2.8rem;
  margin-bottom: 20px;
}

.about-preview p {
  font-size: 1.2rem;
  max-width: 800px;
  margin: auto;
  line-height: 1.6;
}

.about-preview .cta-btn {
  margin-top: 30px;
}



.signup-banner {
  background: linear-gradient(to right, #012f4c, #023e73);
  color: white;
  text-align: center;
  padding: 60px 20px;
  border-radius: 12px;
  margin: 50px auto;
  max-width: 800px;
  box-shadow: 0 8px 20px rgba(0, 0, 0, 0.4);
}

.signup-banner h2 {
  font-size: 2.5rem;
  margin-bottom: 10px;
  font-family: 'Segoe UI', Tahoma, Geneva, Verdana, sans-serif;
}

.signup-banner p {
  font-size: 18px;
  margin-bottom: 20px;
}

.signup-btn {
  background-color: #00bfff;
  color: white;
  padding: 12px 30px;
  border-radius: 25px;
  text-decoration: none;
  font-size: 16px;
  font-weight: bold;
  transition: background 0.3s ease;
}

.signup-btn:hover {
  background-color: #008ccf;
}
.notif-icon {
  position: relative;
  margin: 0 40px;
  display: inline-block;
}

.notif-icon img {
  width: 45px;
  height: 40px;
  filter: invert(1); /* makes icon white if it's black */
}

.notif-count {
  position: absolute;
  top: -8px;
  right: -8px;
  background-color: red;
  color: white;
  font-size: 12px;
  padding: 2px 6px;
  border-radius: 50%;
  font-weight: bold;
}
.events {
  background: linear-gradient(to right, #1e1e2f, #2d2d44);
  color: #fff;
  padding: 60px 20px;
  text-align: center;
}

.events-content {
  max-width: 800px;
  margin: auto;
  animation: fadeIn 1.2s ease-in-out;
}

.events h2 {
  font-size: 36px;
  margin-bottom: 10px;
  color: #ffd369;
}

.events h3 {
  font-size: 20px;
  font-weight: 300;
  margin-bottom: 30px;
  color: #ddd;
}

.event-list {
  list-style: none;
  padding: 0;
  margin-bottom: 40px;
}

.event-list li {
  background-color: rgba(255, 255, 255, 0.05);
  padding: 15px 20px;
  border-radius: 10px;
  margin: 10px 0;
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
  font-size: 16px;
  color: #f1f1f1;
  transition: background 0.3s ease;
}

.event-list li:hover {
  background-color: rgba(255, 255, 255, 0.1);
}

.event-name {
  font-weight: bold;
  color: #ffd369;
}

.cta-btn {
  background-color: #ff914d;
  color: white;
  font-size: 16px;
  padding: 12px 25px;
  border: none;
  border-radius: 30px;
  cursor: pointer;
  transition: all 0.3s ease-in-out;
}

.cta-btn:hover {
  background-color: #ff7300;
  transform: scale(1.05);
}

/* Fade-in animation */
@keyframes fadeIn {
  from { opacity: 0; transform: translateY(20px); }
  to { opacity: 1; transform: translateY(0); }
}
