/* General styles */
html{
  scroll-behavior: smooth;
}
.buffering {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 40px;
  height: 40px;
  display: flex;
  align-items: center;
  justify-content: center;
  z-index: 10;
}
@media (max-width: 768px) {
  .mobile-menu a:hover,
  .mobile-menu a:active,
  .mobile-menu a:focus {
    color: #ff0000 !important;
   
    transition: color 0.2s, background 0.2s;
  }
}

.blogkc-section{
  padding: 50px 20px;
  margin: 20px 0;
  background-color: rgb(16, 0, 0);
  color:white;
  margin-top:30px;
  border-radius: 8px;
}
body {
  font-family: Arial, sans-serif;
  margin: 0;
  padding: 0;
  background: #f4f4f4;
  text-align: center;
}
.modal {
  display: none;
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100vh;
  background: rgba(0, 0, 0, 0.419);
  
  justify-content: center;
  align-items: center;
  z-index: 1000;
}
.modal-content {
  background: rgba(0, 0, 0, 0.809);
  color: white;
  padding: 30px;
  border-radius: 10px;
  width: 90%;
  max-width: 400px;
  text-align: center;
  position: relative;
  max-height: 90vh;
  overflow-y: auto;
}
.close {
  position: absolute;
  top: 15px;
  right: 15px;
  width:30px;
  height:auto;
  background: red;
  color: white;
  border: none;
  padding: 8px 12px;
  border-radius: 5px;
  font-size: 18px;
  cursor: pointer;
}
.social-links {
  display: flex;
  flex-direction: column;
  align-items: center;
  margin-top: 15px;
}
.social-links a {
  display: flex;
  align-items: center;
  text-decoration: none;
  color: white;
  font-weight: bold;
  margin: 5px 0;
}
.social-links img {
  width: 20px;
  height: 20px;
  margin-right: 8px;
}
.social-links a:hover {
  color: #ff0000;
}
.modal-content img {
  width: 100px;
  margin-bottom: 15px;
}
input, textarea {
  width: 100%;
  padding: 10px;
  margin: 10px 0;
  border: 1px solid #ccc;
  border-radius: 5px;
  background: black;
  color: white;
  transition: all 0.3s ease-in-out;
}
input:focus, textarea:focus {
  border-color: #ff0000;
  box-shadow: 0 0 10px rgba(255, 0, 0, 0.5);
  outline: none;
}
button.kcaa-button {
  background: #ff0000;
  color: white;
  border: none;
  padding: 10px;

  border-radius: 5px;
  cursor: pointer;
  font-size: 16px;
}
button.kcaa-button:hover {
  background: #b30000;
}
#btmn {
  margin-top: 20px;
}

.social-links img {
max-width: 30px; /* Adjust size as needed */
height: auto;

}
@media screen and (max-width: 768px) {
.social-links img, .modal-content img {
max-width: 20px; /* Adjust size as needed */
height: auto;


}
.social-links{
font-size: 20px;
}
.social-links {
  display: flex;
  flex-direction: column;
  align-items: center;
  margin-top: 10px;
}
.social-links a {
  display: flex;
  align-items: center;
  text-decoration: none;
  color: white;
  font-weight: bold;
  margin: 3px 0;
  margin-left:10%;
} 
}


.contus{
font-size: 30px;
}
.contactlogo{
width:40px !important;
height:auto !important;
}
.social-links {
display: flex;
flex-direction: column;
align-items: flex-start; /* Moves links to the left */
margin-left: 20%; /* Adjust this value as needed */
gap:0px;
}

.contactlogo {
width: 200px; /* Adjust the size as needed */
height: auto;
margin-bottom: 15px;
}













.loader {
  border: 5px solid #3f3f3f; /* Light grey color */
  border-top: 5px solid #ac0101; /* Blue color */
  border-radius: 50%;
  width: 30px;
  height: 30px;
  animation: spin 1s linear infinite;
}

/* Animation for rotating the circle */
@keyframes spin {
  0% { transform: rotate(0deg); }
  100% { transform: rotate(360deg); }
}

body {
  background-color: rgb(0, 0, 0);
  color: rgb(255, 255, 255);
  font-family: Arial, sans-serif;
  margin: 0;
  padding: 0;
  text-align: center;
}
.love{
  margin-top:40px
}
.navbar {
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 20px 25px;
  position: fixed;
  top: 0;
  font-size: larger;
  z-index: 1000;
  background: black;
  width: 100%;
  box-shadow: 0 2px 10px rgba(0, 0, 0, 0.5); /* Optional shadow for style */
}

body {
  padding-top: 70px; /* Add padding to prevent content from hiding behind the navbar */
}

.logo img{
  width:180px;
  height:auto;
}
.nav-links a {
  color: rgb(236, 27, 27);
  text-decoration: none;
  margin: 0 15px;
  font-size: 14px;
}

.nav-links a:hover {
  text-decoration: underline;
}




.kcaa-button{

margin-top:20px;

}
.join-btn {
  background-color: red;
  color: white;
  border: none;
  padding: 8px 12px;
  margin-top: -10px;  /* Adjust the negative margin to move it higher */
  cursor: pointer;
  font-size: 14px;
  font-weight: bold;

  border-radius: 5px;
  transition: background 0.3s ease, transform 0.2s ease;
  margin-bottom:21px;
}

/* Hover effect */
.join-btn:hover {
  background-color: darkred;
  transform: scale(1.05);
}

/* Active click effect */
.join-btn:active {
  transform: scale(0.98);
}

/* Hero Section */
.hero {
  margin-top: 50px;
}

.title {
  font-size: 60px;
  font-weight: bold;
}

.star {
  color: red;
}

.description {
  color: gray;
  max-width: 500px;
  margin: 10px auto;
  margin-bottom: 500px;
}

.location {
  color: lightgray;
  margin-top: 5px;
}

.image-grid {
  display: flex;
  justify-content: center;
  align-items: center;
  margin-top: 90px;
  position: relative;
  margin-bottom: 400px;
}

.image-frame {
  border: 4px solid red;
  max-width: 300px;
  height: auto;
  position: absolute;
  transition: transform 0.3s ease;
}

.image1 {
  transform: rotate(-10deg) translateX(-250px);
  z-index: 1;
  
}

.image2 {
  transform: rotate(5deg);
  z-index: 2;

}

.image3 {
  transform: rotate(-5deg) translateX(200px);
;
  z-index: 1;
}

.image4{
  transform: rotate(-8deg) translateX(150px);
  z-index: 3;
  top:50%;

}

@media screen and (max-width: 768px) {
  .image-grid {
    flex-direction: column;
  }

  .image-frame {
    margin-bottom: 20px;
  }

  .image1 {
    transform: rotate(-10deg);
  }

  .image3 {
    transform: rotate(-7deg);
  }
  .hero .description{
    margin-bottom: 20px;
  }
.image1 {
  transform: rotate(-10deg) translateX(-90px);
  z-index: 7;
  width:100px;
  height:auto
}
.ourArtists{
  font-size: 400px;
  font-weight: 500;
}
.image2 {
  transform: rotate(5deg);
  z-index: 2;
  width:120px;
  height:auto
}

.image3 {
  transform: rotate(-5deg) translateX(85px);
  z-index: 4;
  width:120px;
  height:auto
}

.image4{
  transform: rotate(5deg) translateX(80px);
  z-index: 3;
  width:90px;
  top:50%;
  height:auto

}

.image5 {
  transform: rotate(-5deg) translateX(-50px);
  z-index: 6;
  width:100px;
  top:90%;
  position: absolute;
  height:auto
}
.image6 {
  transform: rotate(-5deg) translateX(20px);
  z-index: 1;
  width:200px;
  height:auto
}
.slider .list .item{
  width: var(--width);
  height: 100px;
  position: absolute;
  margin-top: 0;
  left: 100%;
  animation: autoRun 10s linear infinite;
  transition: filter 0.5s;
  animation-delay: calc( (20s / var(--quantity)) * (var(--position) - 1) - 20s)!important;
}

}
.slider{


  width: 100%;
  border:1px solid red;
  height: var(--height);
  margin-bottom: 50px;
}
.slider .list{
  display:flex;

  width:100%;
  min-width: calc(var(--width) * var(--quantity));
}
.slider .list .item{
  width: var(--width);


  height:var(--height);
}

.slider .list .item img{
  width: 100%;

}

body{
  margin: 0;

}
main{
  width: min(1200px, 90vw);
  margin: auto;
}
.slider{
  width: 100%;
  height: var(--height);
  overflow: hidden;
  mask-image: linear-gradient(
      to right,
      transparent,
      #000 10% 90%,
      transparent
  );
}
.slider .list{
  display: flex;
  width: 100%;
  min-width: calc(var(--width) * var(--quantity));
  position: relative;
}
.slider .list .item{
  width: var(--width);
  height: var(--height);
  position: absolute;
  margin-top: 0;
  left: 100%;
  animation: autoRun 10s linear infinite;
  transition: filter 0.5s;
  animation-delay: calc( (20s / var(--quantity)) * (var(--position) - 1) - 20s)!important;
}
.slider .list .item img{
  width: 100%;
}
@keyframes autoRun{
  from{
      left: 100%;
  }to{
      left: calc(var(--width) * -1);
  }
}
.slider:hover .item{
  animation-play-state: paused!important;
  filter: grayscale(1);
}
.slider .item:hover{
  filter: grayscale(0);
}
.slider[reverse="true"] .item{
  animation: reversePlay 20s linear infinite;
  margin-bottom: 0;
}
@keyframes reversePlay{
  from{
      left: calc(var(--width) * -1);
  }to{
      left: 100%;
  }
}



/* General Styles */
body {
  font-family: Arial, sans-serif;
  background-color: #181818;
  margin: 0;
  color: white;
  padding: 20px;
}

/* Header */
header {
  text-align: center;
  font-size: 24px;
  margin-bottom: 20px;
}

/* Podcast Grid */
.podcast-grid {
  margin-top:30px;
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(210px, 1fr)); /* Auto-fit for responsive layout */
  gap: 15px;
  justify-content: center;
}

/* Podcast Card */
.podcast-card {
  background-color: #390000;
  border-radius: 12px;
  overflow: hidden;
  box-shadow: 0 4px 8px rgba(0, 0, 0, 0.2);
  text-align: center;
  transition: transform 0.2s ease-in-out;
}

/* Hover Effect */
.podcast-card:hover {
  transform: translateY(-5px);
}

/* Video Styling */
.video-container video {
  width: 100%;
  height: auto;
  border-bottom: 2px solid #444;
}

/* Content Styling */
.content {
  padding: 10px;
}

/* Title */
.title {
  font-size: 16px;
  font-weight: bold;
}

/* Subtitle */
.subtitle {
  font-size: 13px;
  color: #b3b3b3;
}
.about-text{
  margin-top:50px ;
}
/* Description */
.description {
  font-size: 12px;
  color: #d1d1d1;
  margin-bottom: 10px;
}

/* Buttons */
.buttons {
  display: flex;
  justify-content: space-between;
  padding: 10px;
}

/* Button Styling */
.muteBtn, .playBtn {
  background: white;
  color: black;
  border: none;
  padding: 5px 10px;
  border-radius: 20px;
  cursor: pointer;
  font-size: 12px;
  transition: background 0.2s ease-in-out;
}


@media (max-width: 1024px) { /* Tablets & Smaller */
  .podcast-grid {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(200px, 1fr)); /* Auto-fit for responsive layout */
    gap: 15px;
    justify-content: center;
  }
  
  /* Podcast Card */
  .podcast-card {
    background-color: #390000;
    border-radius: 12px;
    overflow: hidden;
    box-shadow: 0 4px 8px rgba(0, 0, 0, 0.2);
    text-align: center;
    transition: transform 0.2s ease-in-out;
  }
  
  /* Hover Effect */
  .podcast-card:hover {
    transform: translateY(-5px);
  }
  
  /* Video Styling */
  .video-container video {
    width: 100%;
    height: auto;
    border-bottom: 2px solid #444;
  }
  
  /* Content Styling */
  .content {
    padding: 10px;
  }
  
  /* Title */
  .title {
    font-size: 16px;
    font-weight: bold;
  }
  
  /* Subtitle */
  .subtitle {
    font-size: 13px;
    color: #b3b3b3;
  }
  .about-text{
    margin-top:50px ;
  }
  /* Description */
  .description {
    font-size: 12px;
    color: #d1d1d1;
    margin-bottom: 10px;
  }
  
  /* Buttons */
  .buttons {
    display: flex;
    justify-content: space-between;
    padding: 10px;
  }
  
  /* Button Styling */
  .muteBtn, .playBtn {
    background: white;
    color: black;
    border: none;
    padding: 5px 10px;
    border-radius: 20px;
    cursor: pointer;
    font-size: 12px;
    transition: background 0.2s ease-in-out;
  }
  
  
}

@media (max-width: 768px) { /* Mobile Devices */
  .podcast-grid {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(200px, 1fr)); /* Auto-fit for responsive layout */
    gap: 15px;
    justify-content: center;
  }
  
  /* Podcast Card */
  .podcast-card {
    background-color: #390000;
    border-radius: 12px;
    overflow: hidden;
    box-shadow: 0 4px 8px rgba(0, 0, 0, 0.2);
    text-align: center;
    transition: transform 0.2s ease-in-out;
  }
  
  /* Hover Effect */
  .podcast-card:hover {
    transform: translateY(-5px);
  }
  
  /* Video Styling */
  .video-container video {
    width: 100%;
    height: auto;
    border-bottom: 2px solid #444;
  }
  
  /* Content Styling */
  .content {
    padding: 10px;
  }
  
  /* Title */
  .title {
    font-size: 16px;
    font-weight: bold;
  }
  
  /* Subtitle */
  .subtitle {
    font-size: 13px;
    color: #b3b3b3;
  }
  .about-text{
    margin-top:50px ;
  }
  /* Description */
  .description {
    font-size: 12px;
    color: #d1d1d1;
    margin-bottom: 10px;
  }
  
  /* Buttons */
  .buttons {
    display: flex;
    justify-content: space-between;
    padding: 10px;
  }
  
  /* Button Styling */
  .muteBtn, .playBtn {
    background: white;
    color: black;
    border: none;
    padding: 5px 10px;
    border-radius: 20px;
    cursor: pointer;
    font-size: 12px;
    transition: background 0.2s ease-in-out;
  }
  
  
}
.muteBtn:hover, .playBtn:hover {
  background: #f1f1f1;
}

.ourArtists{
  align-items: center;
  font-size: 15px;
  margin-top: 20px;
  margin-bottom: 50px;
}


.container {
  width: 90%;
  max-width: 600px;
}

.playlist {
  background: #222;
  padding: 15px;
  border-radius: 10px;
  position: relative;
}

.sound-icon {
  position: absolute;
  top: 10px;
  left: 10px;
  cursor: pointer;
  font-size: 24px;
}

.slider2 {
  display: flex;
  align-items: center;
  overflow: hidden;
  position: relative;
}

.slider-wrapper {
  overflow: hidden;
  width: 100%;
}

.slides {
  display: flex;
  transition: transform 0.5s ease-in-out;
  width: 700%; /* 7 videos */
}

.slide {
  width: 100%;
  flex-shrink: 0;
}

video {
  width: 100%;
  height: auto;
  border-radius: 10px;
}

.prev, .next {
  background: rgba(255, 255, 255, 0.3);
  border: none;
  padding: 10px;
  cursor: pointer;
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
}

.prev { left: 5px; }
.next { right: 5px; }

.video-title {
  margin-top: 10px;
  font-size: 18px;
  font-weight: bold;
}
* {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
  font-family: Arial, sans-serif;
}
body {
  background-color: #111;
  color: #fff;
  text-align: center;
  padding: 20px;
}
.container {
  max-width: 800px;
  margin: auto;
}
.about-text {
  opacity: 0;
  transform: translateY(50px);
  animation: fadeInUp 1s ease-out forwards;
}
.kc-about {
  display: flex;
  justify-content: center;
  gap: 10px;
  margin-top: 20px;
}
.kc-about img {
  width: 45%;
  max-width: 300px;
  border-radius: 10px;
  opacity: 0;
  transform: translateY(50px);
}
.founder-section {
  margin-top: 30px;
}
.founder-section h2, .founder-section p {
  opacity: 0;
  transform: translateY(50px);
  animation: fadeInUp 1s ease-out forwards;
}
.video-block {
  margin-top: 30px;
  position: relative;
  width: 100%;
  max-width: 800px;
  height: 550px;
  background: #000;
  overflow: hidden;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 15px;
}
.video-block video {
  width: 100%;
  height: 100%;
  object-fit: cover;
  position: absolute;
  opacity: 0;
  transition: opacity 1s;
}
.video-title {
  position: absolute;
  top: 10px;
  left: 50%;
  transform: translateX(-50%);
font-size:30px;
  padding: 10px 20px;
  border-radius: 5px;
  font-size: 18px;
  font-weight: bold;
}
.video-caption {
  position: absolute;
  bottom: 10px;
  left: 50%;
  transform: translateX(-50%);
font-size: 20px;
  padding: 10px 20px;
  border-radius: 5px;
  font-size: 16px;
  font-weight: bold;
}
@keyframes fadeInUp {
  to {
      opacity: 1;
      transform: translateY(0);
  }
}
@media (max-width: 600px) {
  .kc-about {
      flex-direction: column;
  }
  .kc-about img {
      width: 80%;
      margin: auto;
  }
  .video-block {
  margin-top: 30px;
  position: relative;
  width: 100%;
  max-width: 800px;
  height: 400px;
  background: #000;
  overflow: hidden;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 15px;
}
}

/* Footer Styling */
footer {
  margin-top:50px;
  background-color: #4a0c0c;
  color: #fff;
  padding: 10px 10px;
  text-align: center;
  font-family: 'Arial', sans-serif;
  position: absolute
}

.footer-content h3 {
  font-size: 28px;
  margin-bottom: 15px;
  text-transform: uppercase;
  font-weight: bold;
}

.footer-content p {
  margin: 10px 0;
  font-size: 16px;
}

.footer-content a {
  color: #fff;
  text-decoration: none;
}

/* Social Links Styling */
.social-links {
  margin-top: 20px;
}

.social-icon {
  font-size: 36px;
  margin: 0 15px;
  color: #fff;
  transition: color 0.3s ease, transform 0.3s ease;
}

.social-icon:hover {
  color: #ff9900; /* Hover effect color */
  transform: scale(1.1);
}

/* Responsive Design for Smaller Screens */
@media (max-width: 600px) {
  .footer-content h3 {
      font-size: 24px;
  }

  .social-icon {
      font-size: 30px;
  }
}

* {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
}
.ourArtists{
  margin-top:50px;
}

.title-container{

  margin-top:80px;
}
.kc-header {
  background-color: #333;
  color: #fff;
  padding: 20px;
}

.kc-header nav ul {
  list-style: none;
  display: flex;
  justify-content: space-around;
}

.kc-header nav ul li a {
  color: #fff;
  text-decoration: none;
  font-size: 18px;
}

.kc-header .kc-logo h1 {
  margin: 0;
}

.kc-section {
  padding: 50px 20px;
  margin: 20px 0;
  background-color: rgb(42, 42, 42);
  color:white;
  margin-top:30px;
  border-radius: 8px;
}

.blogkc-section {
  padding: 50px 20px;
  margin: 20px 0;
  background-color: rgb(16, 0, 0);
  color:white;
  margin-top:30px;
  border-radius: 8px;
}

.blogkc-section h2 {
  font-size: 2em;
  margin-bottom: 20px;
}

.kc-section h2 {
  font-size: 2em;
  margin-bottom: 20px;
}

.kc-about-images img, .kc-service-card img, .kc-portfolio-item img, .kc-blog-post img {
  width: 100%;
  max-width: 100%;
  height: auto;
  border-radius: 8px;
  margin-bottom: 15px;
}

.kc-about-images {
  display: flex;
  gap: 20px;
}

.kc-service-card {
  margin: 20px 0;
  text-align: center;
}

.kc-service-card img {
  width: 50%;
  max-width: 300px;
  margin-bottom: 15px;
}

.kc-portfolio-item {
  margin: 20px 0;
  display: inline-block;
  width: 45%;
  color:white;
  margin-right: 10%;
  text-align: center;
}

.kc-portfolio-item:last-child {
  margin-right: 0;
}

.kc-blog-post {
  margin-bottom: 30px;
}

.kc-blog-post img {
  width: 100%;
  max-width: 100%;
  height: auto;
  margin-bottom: 10px;
}




.kc-grid-container {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  grid-column-gap: 0; /* No horizontal space between items */
  grid-row-gap: 0;    /* No vertical space between items */
  padding: 0;         /* No padding around the container */
}

.kc-grid-item {
  position: relative;
  overflow: hidden;
  border-radius: 10px; /* Rounded corners */
  width: 100%; /* Full width for responsiveness */
  padding-top: 100%; /* Ensures square aspect ratio */
}

.kc-grid-item img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: transform 0.3s ease-in-out, filter 0.3s ease-in-out; /* Added filter transition */
  border-radius: 10px; /* Added to match item border radius */
}

.kc-grid-item:hover img {
  transform: scale(1.1); /* Image enlarges when hovered */
  filter: brightness(50%); /* Dims the image when hovered */
}

.kc-overlay {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  color: white;
  font-size: 1.5em;
  text-align: center;
  background-color: rgba(0, 0, 0, 0.5);
  padding: 10px;
  border-radius: 10px;
  width: 90%; /* Added some padding for the text */
  display: block; /* Text is always visible */
}

.kc-grid-item:hover {
  cursor: pointer;
  filter: brightness(80%);
}

/* Responsive Design */
@media (max-width: 768px) {

  
.logo img{
  width:160px;
  height:auto;
}
  .kc-grid-container {
    
    grid-template-columns: repeat(2, 1fr); /* Change to two columns on small screens */
  }
}

@media (max-width: 480px) {
  .kc-grid-container {
    grid-template-columns: 1fr; /* Change to one column on very small screens */
  }
  
.logo img{
  width:150x;
  height:auto;
}
}
body.kcaa {
  font-family: Arial, sans-serif;
  margin: 0;
  padding: 0;
  background-color: #262626; /* Dark background to make white line visible */
}

.title-container.kcaa {
  text-align: center;
  padding: 20px 0;
}

.title-container.kcaa h1 {
  margin: 0;
  color: white; /* White text color */
}

.title-container.kcaa hr {
  width: 100%;
  border: 1px solid white; /* White line */
  margin-top: 10px;
}

/* General styling for the image container */
.image-contaiiner {
  display: flex;
  flex-direction: column; /* Stack items vertically */
  align-items: center; /* Center items horizontally */
  gap: 20px; /* Add spacing between items */
  margin: 20px 0;
}

/* Styling for each soon-box */
.soon-box {
  display: flex;
  flex-direction: column;
  align-items: center;
  text-align: center;
  width: 300px; /* Fixed width for desktop */
  padding: 20px;
  border: 1px solid #353535;
  border-radius: 10px;
  box-shadow: 0 4px 6px rgba(0, 0, 0, 0.1);
  transition: transform 0.3s ease, box-shadow 0.3s ease;
  background-color: #2b2b2b; /* Light gray background */
}

/* Highlight the "Nako Yaka" section */
.soon-box.now-out {
  background-color: rgb(54, 5, 5); /* Red background for the song that is out now */
  color: white; /* White text for contrast */
  border: 2px solid #440000; /* Highlight border */
}

/* Styling for the "Out Now" title */
.out-now-title {
  text-align: center;
  margin: 10px 0;
}

.out-now-title h2 {
  font-size: 24px;
  font-weight: bold;
  color: red;
}

/* Styling for the link */
.soon-box a.red-link {
  color: rgb(255, 7, 7);
  text-decoration: none;
  font-weight: bold;
  font-size: 16px;
  margin-top: 10px;
}

.soon-box a.red-link:hover {
  text-decoration: underline;
}

/* Hover effect for the soon-box */
.soon-box:hover {
  transform: translateY(-5px);
  box-shadow: 0 6px 10px rgba(0, 0, 0, 0.2);
}

/* Mobile responsiveness */
@media (max-width: 768px) {
  .soon-box {
      width: 90%; /* Full width for smaller screens */
  }
}

.image-container.kcaa {
  display: flex;
  justify-content: space-between;
  gap: 5px; 
  width: 100%;
}

.image-container.kcaa img {
  width: 33.33%;
  height: auto;
}


/* Contact Form */
.contact-form-overlay {
  display: none;
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.7);
  justify-content: center;
  align-items: center;
  z-index: 1000;
}

.contact-form-overlay.active {
  display: flex;
}

.contact-form {
  background: #ffffff;
  padding: 20px;
  border-radius: 10px;
  width: 90%;
  max-width: 500px;
  position: relative;
  color:white;
}

.contact-form h2 {
  margin-top: 0;
}

.contact-form .form-group {
  margin-bottom: 15px;
}

.contact-form label {
  display: block;
  margin-bottom: 5px;
  font-weight: bold;
}

.contact-form input,
.contact-form textarea {
  width: 100%;
  padding: 10px;
  border: 1px solid #ccc;
  border-radius: 5px;
}

.contact-form button[type="submit"] {
  background: #ff8000;
  color: #fff;
  border: none;
  padding: 10px 20px;
  border-radius: 5px;
  cursor: pointer;
}

.contact-form button[type="submit"]:hover {
  background: #ffffff;
  color: #000000;
}

.close-form-btn {
  position: absolute;
  top: 10px;
  right: 10px;
  background: none;
  border: none;
  font-size: 1.5rem;
  cursor: pointer;
}
.other{

  margin-top:5px;
}
.whatsapp {
width: 30px;
height: auto;
margin-top: 10px;
margin-right: 10PX;
gap: 10PX;
}

.form-group{
  color:black;
  font-size: 15px;
}


/* Apply styles for the song release container */
.song-release-container {
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;
    height: 100vh;
    text-align: center;
}

/* Style the image */
.song-image {
    width: 80%;
    max-width: 600px;
    margin-bottom: 20px;
}

/* Style the title */
.song-title {
    font-size: 3rem;
    font-weight: bold;
    margin-bottom: 10px;
}

/* Style the "Song feat" text */
.song-feat {
    font-size: 1.5rem;
    margin-bottom: 20px;
}




/* Ensure images are the same height without stretching */
.fixed-size {
    width: 100%; /* Makes images responsive */
    height: 250px; /* Ensures all images are the same height */
    object-fit: cover; /* Prevents stretching, cropping instead */
    border-radius: 10px;
    box-shadow: 0 4px 6px rgba(0, 0, 0, 0.2);
}

/* Title Styling */
.title {
    font-size: 20px;
    font-weight: bold;
    margin-bottom: 10px;
}

/* Text Styling */
.text {
    font-size: 16px;
    color: #555;
}
.image-contaiiner {
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 20px; /* Space between images */
  flex-wrap: nowrap; /* Keeps images side by side */
  padding: 20px;
  overflow-x: auto; /* Allows horizontal scrolling if needed */
}

/* Individual Image Blocks */
.soon-box {
  text-align: center;
  max-width: 300px; /* Controls max width */
  flex: 1;
}

/* Ensure images are the same height without stretching */
.fixed-size {
  width: 100%; /* Makes images responsive */
  height: 250px; /* Ensures all images are the same height */
  object-fit: cover; /* Prevents stretching, cropping instead */
  border-radius: 10px;
  box-shadow: 0 4px 6px rgba(0, 0, 0, 0.2);
}

/* Title Styling */
.title {
  font-size: 20px;
  font-weight: bold;
  margin-top: 10px; /* Adds space between image and text */
}

/* Text Styling */
.text {
  font-size: 16px;
  color: #cbcbcb;
  margin-top: 5px; /* Ensures spacing between title and text */
}

/* Rewind and Skip buttons (Same size, positioned on the sides) */
.small-button {
  width: 60px;
  height: 60px;
  border-radius: 10px;
  font-size: 1.5rem;
  background-color: #023002; /* Green */
  color: white;
  border: none;
  cursor: pointer;
  transition: background-color 0.3s, transform 0.3s;
}

/* Hover effect */
.control-button:hover {
  background-color: #006400; /* Darker Green */
  transform: scale(1.1);
}




; /* Html remove add css ////////////////////////////////////////*/


/* General Reset */
* {
    margin: 0;
    padding: 0;
    box-sizing: border-box;
}

/* Container for the grid */
.kca-grid {
    margin-top:30px;
    display: grid;
    grid-template-columns: repeat(3, 1fr);

    gap: 20px;
    padding: 20px;
}
.kc-section{
    margin-top: 50px;
}
/* Each item inside the grid */
.kca-item {
    position: relative;
    overflow: hidden;
}

/* Image inside the item */
.kca-item img {
    width: 100%;
    height: 100%;
    border-radius: 8px;
    transition: transform 0.3s ease-in-out, filter 0.3s ease-in-out; /* Added filter transition */
    object-fit: cover;

}


/* Text on top of the image */
.kca-item .kca-text {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    font-size: 20px;
    color: white;
    font-weight: bold;
    transition: transform 0.3s ease, font-size 0.3s ease;
    pointer-events: none;
}

/* Hover effects */
.kca-item:hover img {
transform: scale(1.1); /* Image enlarges when hovered */
filter: brightness(50%); /* Dims the image when hovered */
}

.kca-item:hover .kca-text {
    transform: translate(-50%, -50%) scale(1.2);
    font-size: 24px;
}

/* Mobile responsiveness */
@media (max-width: 768px) {
    .kca-grid {
        grid-template-columns: 1fr 1fr;
    }
    .fixed-size {
      width: 100%; /* Makes images responsive */
      height: 120px; /* Ensures all images are the same height */
      object-fit: cover; /* Prevents stretching, cropping instead */
      border-radius: 10px;
      box-shadow: 0 4px 6px rgba(0, 0, 0, 0.2);
    }
    
}

@media (max-width: 480px) {
    .kca-grid {
        grid-template-columns: 1fr;
    }
    .fixed-size {
      width: 100%; /* Makes images responsive */
      height: 120px; /* Ensures all images are the same height */
      object-fit: cover; /* Prevents stretching, cropping instead */
      border-radius: 10px;
      box-shadow: 0 4px 6px rgba(0, 0, 0, 0.2);
    }
    
}

    
.video-bg {
  width: 100%;
  height: 100vh;
  object-fit: cover;
  position: absolute;
  top: 0;
  left: 0;
  z-index: -1;
  width: 100%; height: 100%; font-family: Arial, sans-serif; color: white; overflow-x: hidden; 
  margin: 0; padding: 0; box-sizing: border-box;
  margin-bottom:0px;
}

.overlay {
  position: relative;
  width: 100%;
  height: 100vh;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  text-align: center;
  margin-bottom:0px;

}

h1 {
  font-size: 3rem;
  opacity: 0;
  transform: translateY(50px);
  animation: fadeInUp 1.5s forwards ease-out;
}

p {
  font-size: 1.5rem;
  margin-top: 10px;
  opacity: 0;
  animation: fadeInUp 1.5s 0.5s forwards ease-out;
}

.btn {
  margin-top: 20px;
  padding: 10px 20px;
  font-size: 1.2rem;
  color: white;
  background: #ff4500;
  border: none;
  cursor: pointer;
  border-radius: 5px;
  transition: background 0.3s;
}

.btn:hover {
  background: #ff2200;
}

@keyframes fadeInUp {
  from { opacity: 0; transform: translateY(50px); }
  to { opacity: 1; transform: translateY(0); }
}

.scroll-section {

  display: flex;
  align-items: center;
  justify-content: center;
  text-align: center;
  font-size: 2rem;
  padding: 20px;
}
.image-contaiiner{
  margin-bottom: 100px;
}

@media (max-width: 768px) {
  h1 { font-size: 1.5rem; }
  p { font-size: 1.2rem; }
  .btn { font-size: 1rem; padding: 8px 16px; }

}



/* Style for the image row */
.donut-image-row {
display: flex;
justify-content: space-between; /* Ensures equal spacing between images */
gap: -10px; /* Adds space between the images */
flex-wrap: nowrap; /* Prevents images from wrapping to the next line */
overflow: hidden; /* Ensures the images don't overflow */
margin-bottom:100px;
}

/* Style for each individual image container */
.donut-image-item {
flex: 1; /* Ensures each image takes equal space */
max-width: 33%; /* Ensures each image is at most 1/3 of the container width */
}
.donut-image-item img {
  border-radius: 50%;
  width: 350px; /* Ensures all images have the same width */
  height: 350px; /* Ensures all images have the same height */
  object-fit: cover; /* Ensures the image fills the space while maintaining its aspect */
  display: block;
  margin: 0 auto;
}



/* Media query for small screens (mobile) */
@media (max-width: 768px) {
.donut-image-item {
max-width: 33%; /* Keeps the images in a row of 3 even on smaller screens */
}
.donut-image-item img {
  border-radius: 50%;
  width: 120px; /* Ensures all images have the same width */
  height: 120px; /* Ensures all images have the same height */
  object-fit: cover; /* Ensures the image fills the space while maintaining its aspect */
  display: block;
  margin: 0 auto;
}
}







        /* Container Styling */
        .kc-price-container {
          font-family: Arial, sans-serif;
          margin: 0;
          padding: 0;
          display: flex;
          justify-content: center;
          align-items: center;
          min-height: 100vh;
          background: #272727;
          flex-direction: column;
      }
  
      .kc-price-service-card {
          width: 90%;
          max-width: 480px;
          padding: 15px;
          background: rgb(68, 68, 68);
          border: 3px solid transparent;
          border-radius: 10px;
          text-align: center;
          box-shadow: 0px 4px 10px rgba(0, 0, 0, 0.1);
          cursor: pointer;
          transition: transform 0.3s ease-in-out;
          position: relative;
          animation: red-border-loop 2s linear infinite;
      }
  
      .kc-price-service-card:hover {
          transform: scale(1.03);
      }
  
      .kc-price-service-card img {
          width: 100%;
          border-radius: 10px;
          transition: transform 0.3s ease;
      }
  
      .kc-price-service-card img:hover {
          transform: scale(1.05);
      }
  
      /* Looping Red Border Animation */
      @keyframes red-border-loop {
          0% {
              border-color: red;
              box-shadow: 0 0 10px 0px rgba(255, 0, 0, 0.5), 0 0 20px rgba(255, 0, 0, 0.8);
          }
          25% {
              border-color: rgb(236, 0, 0);
              box-shadow: 0 0 10px 0px rgba(255, 0, 0, 0.5), 0 0 20px rgba(255, 0, 0, 0.8);
          }
          50% {
              border-color: rgb(255, 0, 0);
              box-shadow: 0 0 10px 0px rgba(255, 81, 81, 0.562), 0 0 20px rgba(255, 0, 0, 0.8);
          }
          75% {
              border-color: rgb(163, 41, 41);
              box-shadow: 0 0 10px 0px rgba(255, 16, 16, 0.829), 0 0 20px rgba(128, 1, 1, 0.8);
          }
          100% {
              border-color: red;
              box-shadow: 0 0 10px 0px rgba(255, 55, 55, 0.856), 0 0 20px rgba(153, 3, 3, 0.8);
          }
      }
  
      /* Full View Overlay */
      .kc-price-full-view {
          display: none;
          position: fixed;
          top: 0;
          left: 0;
          width: 100%;
          height: 100%;
          background: rgba(0, 0, 0, 0.8);
          justify-content: center;
          align-items: center;
          z-index: 1000;
          flex-direction: column;
      }
  
      .kc-price-full-view img {
          max-width: 90%;
          max-height: 80%;
          border-radius: 10px;
      }
  
      .kc-price-close-btn {
          position: absolute;
          top: 10px;
          right: 15px;
          background: red;
          color: white;
          border: none;
          padding: 10px 15px;
          cursor: pointer;
          font-size: 16px;
          border-radius: 5px;
      }
  
      /* New Image Section */
      .kc-price-large-image {
          width: 90%;
          max-width: 800px;
          margin: 20px 0;
          text-align: center;
      }
  
      .kc-price-large-image img {
          width: 100%;
          border-radius: 10px;
      }
  
      .kc-price-description {
          color: white;
          font-size: 18px;
          margin-top: 10px;
      }
  
      /* Red Block with Pricing Information */
      .kc-price-info-block {
          background: red;
          padding: 15px;
          width: 90%;
          max-width: 800px;
          margin-top: 20px;
          border-radius: 10px;
          text-align: center;
          color: white;
          font-size: 16px;
      }
  
      .kc-price-info-block3 {
          background: rgba(255, 255, 255, 0.466);
          padding: 15px;
          width: 90%;
          max-width: 800px;
          margin-top: 20px;
          border-radius: 10px;
          text-align: center;
          color: white;
          font-size: 16px;
      }
      .overal{
          color:rgb(94, 0, 0);
          font-size: 50px;

      }
      /* White Block with Additional Information */
      .kc-price-info-footer {
          background: white;
          color: black;
          padding: 15px;
          width: 90%;
          max-width: 800px;
          margin-top: 20px;
          border-radius: 10px;
          text-align: center;
          font-size: 18px;
      }
  
      /* Mobile Optimization - Wider Blocks */
      @media (max-width: 600px) {
          .kc-price-service-card {
              width: 95%;
              max-width: 100%;
          }
  
          .kc-price-full-view img {
              max-width: 95%;
              max-height: 70%;
          }
  
          .kc-price-close-btn {
              top: 5px;
              right: 10px;
              padding: 8px 12px;
              font-size: 14px;
          }
  
          .kc-price-large-image {
              width: 100%;
              max-width: 100%;
          }
  
          .kc-price-info-block {
              width: 100%;
              font-size: 16px;
          }
  .kc-price-info-block3{

      width: 100%;
      font-size: 16px;
  }
          .kc-price-info-footer {
              width: 100%;
              font-size: 16px;
          }
      }
       .custom-video-container {
  display: flex;
  flex-direction: column;
  gap: 20px;
  max-width: 100%;
  margin: 0 auto;
  padding: 20px;
}

.custom-video-block {
  width: 100%;
  position: relative;
  margin-bottom:30px;
}

.custom-video {
  width: 100%;
  height: 100%;
  aspect-ratio: 16 / 9;
  border: none;
}

.custom-video-title {
  text-align: center;
  margin-bottom: 10px;
  font-size: 18px;
  color: hsl(0, 0%, 100%);
}

@media (max-width: 768px) {
  .custom-video-title {
      font-size: 16px;
  }
}

/* Link Section Styling */
.link-section {
  text-align: center;
  margin: 20px 0;
}

.link-section a.red-link {
  color: red;
  text-decoration: none;
  font-weight: bold;
  font-size: 18px;
}

.link-section a.red-link:hover {
  text-decoration: underline;
}
  html, body {
      height: 100%; /* Full height for the entire page */
      margin: 0; /* Remove default margin */
  }

  .wrapper {
      display: flex;
      flex-direction: column;
      height: 100%; /* Makes the wrapper take full height */
  }

  .content {
      flex: 1; /* This ensures content takes available space */
  }

  .kcfoot {
      background-color: #272727; /* Dark gray background */
      color: #ff5555; /* Dark red text */
      padding: 20px 0;
      width: 100%; /* Full width */
      text-align: center;
  }

  .footer-content p {
      margin: 5px 0;
      font-size: 18px; /* Adjust text size */
  }

  .footer-content a {
      color: #fd5252; /* Dark red links */
      text-decoration: none;
  }

  .social-icons a {
      margin: 0 15px;
      font-size: 30px; /* Larger icons */
      transition: color 0.3s;
  }

  .social-icons a:hover {
      color:#ffffff; /* Light red when hovered */
  }




  .wrapper{
    margin-top: 70px;
  }

  #comingSoon.soon-box {
    margin-bottom: 70px;
}

/* ...existing code... */
/* ...existing code... */
.out-now-title:nth-of-type(2) {
    margin-top: 990px;
}
/* ...existing code... */
/* ...existing code... */