*{
  font-family: "Montserrat", sans-serif;
}

/* Header */
#cover-section{
    position: fixed;
    width: 100%;
    height: 100vh;
    z-index: -2;
    background: url(media/images/cover-img.jpeg);
}

.background-video {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  object-fit: cover; /* Ensures the video covers the container */
  z-index: -1;
}

@media (min-aspect-ratio: 16/9) {
  .background-video {
      width: 100%;
      height: auto;
  }
}

@media (max-aspect-ratio: 16/9) {
  .background-video {
      width: auto;
      height: 100%;
  }
}

/* For mobile viewport */
@media (max-width: 768px) {
  .background-video {
      object-fit: cover;
      width: 100vw; /* Viewport width */
      height: 100vh; /* Viewport height */
  }
}


/* .nav-bar{
    padding: 10px 5%;
} */
.nav-bar {
  padding: 10px 5%;
  position: relative; /* Ensure it has a positioning context */
  z-index: 1000; /* Ensure it's on top of other elements */
}
.home-nav{
    display: flex;
    align-items: center;
    justify-content: space-between;
    flex-wrap: wrap;
}
.logo{
    width: 140px;
  }
  
.home-nav ul li{
    display: inline-block;
    list-style: none;
    margin: 10px 20px;
  }
.home-nav ul li a{
    color: #fff;
    text-decoration: none;
    font-size: 18px;
    position: relative;
  }
.home-nav ul li a::after{
    content: '';
    width:0;
    height: 3px;
    background: #b9aeae;
    position: absolute;
    left: 0;
    bottom: -6px;
    transition: 0.5s;
  }
  
.home-nav ul li a:hover::after{
    width: 100%;
  }

  h1{
    position: absolute;
    top: 40%;
    left: 40%;
    color: #e0dede !important;
  }

  footer{
    position: absolute;
    bottom: -1%;
    left: 40%;
  }
  footer ul{
    margin: 0;
  }
  .container a{
    color: #adadad !important;
  }
  .container p{
    color: #adadad !important;
    font-size: 12px;
  }

/* Hide the menu icons on desktop */
#menu-open, #menu-close {
  display: none;
}

/* Media query for small devices */
@media (max-width: 768px) {
  /* Show the bars and x icons on small devices */
  #menu-open, #menu-close {
      display: block;
      font-size: 24px; /* Adjust the size as needed */
      cursor: pointer;
  }

  /* Hide the regular navigation menu on small devices until opened */
  #sidemenu {
      display: none;
      position: absolute;
      top: 50px;
      right: 0;
      background-color: #000;
      width: 100%;
      text-align: center;
  }

  /* When menu is open, show it */
  #sidemenu.active {
      display: block;
  }
}

/* Desktop navigation should always be visible */
@media (min-width: 769px) {
  #sidemenu {
      display: flex;
      justify-content: flex-end;
  }

  #sidemenu li {
      margin-left: 20px;
  }
}



  /* About page */

  .about-container h1{
    position:static;
    bottom: 80px;
    color: #f9f9f9 !important;
  }

  .about-nav{
    display: flex;
    align-items: center;
    justify-content: space-between;
    flex-wrap: wrap;
  }

  .about-nav ul li{
    list-style: none;
    margin: 10px 20px;
  }
  .about-nav ul li a{
    color: #000;
    text-decoration: none;
    font-size: 18px;
    position: relative;
  }
  .about-nav ul li a::after{
    content: '';
    width:0;
    height: 3px;
    background: #000;
    position: relative;
    left: 0;
    bottom: -6px;
    transition: 0.5s;
  }
  .about-nav ul li a:hover::after{
    width: 100%;
  }
  .link-release{
    text-decoration: none;
  }

  .home-nav ul li a.active {
    color: #b9aeae; 
    font-weight: bold;
}

.home-nav ul li a.active::after {
    width: 100%;
    background: #b9aeae; 
}

  /* timeline block */
  .container img{
    position: relative;
    width: 100%;
    height: 80%;
    /* top: 80%;
    left: 50%; */
    margin-left: 40%;
  }
  .col-md-4 p{
    position: relative;
    left: 20%;
    width: 250%;
    /* padding: 20px; */
    color: #ffff !important;
    font-size: 15px;
  }  
  .image-1{
    margin: 20px 0 50px 0; 
   }
   .latest-release{
    background: linear-gradient(rgba(0, 0, 0, 0.7), rgba(0, 0, 0, 0.7)), url(media/images/song-covers/song-8.jpg);
  background-size:contain;
  background-attachment: fixed;
   }
   .latest-release h3{
    font-size: 30px !important;
   }
   .latest-release p{
    color: #fff !important;
    font-size: 20px !important;
   }
 
  
   .music-links {
    display: flex;
    justify-content:flex-start;
  }
  
  .musicMenu {
    /* position: fixed; */
    list-style: none; 
    padding: 0; 
    margin-right: 0 ; 
    z-index: 2;
  }
  .musicMenu ul{
    margin: 0;
  }
  
  .musicMenu li {
    display: inline-block; 
    /* margin-right: 5px; */
  }
  
  .musicMenu li a i {
    margin-bottom: 20px;
    font-size: 1.2rem;
    color: #adadad;
  }
  
  .fa-spotify:hover{
    color: #1db954;
    font-size: 1.3em;
    margin: 0;
  }
  .fa-itunes:hover{
    color: #f8ff;
    font-size: 1.3rem;
    margin: 0;
  }
  .fa-youtube:hover{
    color: #ff0000;
    font-size: 1.3frem;
    margin: 0;
  }

   .cards{
    /* position: relative; */
    /* left: 20%; */
     box-sizing: border-box;
     width: 100%;
     max-width: 900px;
     margin: 0 0 0 20%;
     grid-template-rows: repeat(var(--cards-count), var(--card-height));
     display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
     
   }

   .card{
    position: sticky;
    top: 0;
    border-width: 0px;
    width: 80%;
    transition: transform 0.2s ease-in-out;
   }

   .card__inner{
    will-change: transform;
    background: black;
    border-radius: 14px;
    /* display: flex; */
    overflow: hidden;
    transform-origin: center top;  
   }
   .card__inner a{
    text-decoration: none;
   }
   .card__image-container{
    display: flex;
    width: 60%;
    flex-shrink: 0;
    
   }
   .card_image{
      width: 100%;
      height: 100%;
      object-fit: cover;
      aspect-ratio: 1;
      box-shadow: 0 25px 50px -12px hsla(265.3, 20%, 10%,35%);
   }
   .card__content{
    padding: 40px 30px;
    display: flex;
    flex-direction: column;
    
   }
   .card__title{
    padding: 0;
    margin: 0;
    font-size: 60px;
    font-weight: 600;
    color: #16263a;
   }
   .card__description{
    line-height: 1.4;
    font-size: 24px;
    color: #16263a;
   }
   .btn-musicCard{
    background: #000 !important;
    border: #000;
    cursor: pointer;
   }
  
   @media (max-width: 600px){
    .card__inner{
      flex-direction: column;
    }
    .card__image-container{
      width: 100%;
    }
    .card__image-container{
      width: 100%;
    }
    .card_image{
      aspect-ratio: 16 / 9;
    }
    .card__title{
      font-size: 16px;
    }
    .card__description{
      font-size: 16px;
    }
    .card__content{
      padding: 30px 20px;
    }
    .cards{
      gap: 0;
    }
    .music-sidebar{
      position: static;
    }
    .music-details__image-container{
      opacity: 0.3;
    } 
    .splash-container{
      position: relative;
    }
    #splash-screen{
      position: relative;
    }
    #contactForm{
      margin: 0 40px;
      width: 80%;
    }
    #subscribe-form{
      margin: 0 40px;
      width: 80%;
    }
    .image-1{
      position: relative;
      right: 40%;
      margin-top: 20px;
      /* margin-left: 20px; */
    }
    footer{
      left: 18%;
      bottom: 0;
      /* font-size: 12px; */
    }
    footer p{
      font-size: 10px;
    }
    h1{
      left: 25%;
    }
     .col-md-4{
      margin-top: 0 !important;
     }
    .col-md-4 p{
      position: relative;
      left: 0;
      bottom: 30%;
      width: auto;
      color: #adadad !important;

    }
   }

   /* .cards{
    padding: 80px 0;
    .card{
      overflow: hidden;
      height: 100vh;
      width: 100%;
      top: 50px;
      border: 1px solid red;
      text-align: center;
      box-shadow: 0px 4px 5px -1px rgba(78,187,109, 0.4), inset 0px 2px 0 0 rgba(78,187,109, 0.2);
      top: 50px;
      position: sticky;
    }
   } */

   /* Music-details page */

   .card-img-right{
    font-size: 40px;
    margin: 30px 100px;
    color: #fff;
   }
   .fa-chevron-left{
    position: relative;
    left: 50px;
    top: 65px;
    color: #fff;
   }
   .fa-chevron-left:hover{
    font-size: 30px;
   }

   .music-details__image-container {
    position: fixed; /* Enable positioning for the disk */
    width: auto;  /* Adjust width and height as needed */
    height: auto;
  }
   .container-details img{
    left: 10% ;
  } 
  .container-details{
    position: relative;
    width: 90%;
  }
  
  .music-details__image--background{
    position: relative;
    width: auto; /* Fill container width and height */
    height: auto;
    object-fit: cover; /* Ensure image covers the container */
  }
  
  .music-details__disk {
    position: absolute; /* Position the disk absolutely within the container */
    top: 0;
    left: 10%; /*Center the disk horizontally*/
    transform: translate(-50%, -50%);  /* Account for offset due to absolute positioning */
    width: auto; /* Adjust disk size as needed */
    height: auto;
    border-radius: 50%; /* Create a circular disk shape */
   
  }
  
  .music-details__image--disk {
    opacity: 1;
    border-radius: 50%;
     /* Animation for spinning (replace with your desired animation) */
     animation: spin 120s linear infinite;
  }
  
  .music_details{
    position: relative;
    color: #dfdede;
    width: auto;
    font-weight: 100;
    font-size: 15px;
    line-height: 35px;
  }
 
   /* Animation style */
@keyframes spin {
  from {
    transform: rotate(0deg);
  }
  to {
    transform: rotate(360deg);
  }
}

/* Contact page */
.contact-container{
  /* position: fixed; */
  width: 100%;
  height: 130vh;
  background: url(media/images/cover-img.jpeg);
  background-size: cover;
  /* background-attachment: fixed; */
}
/* From Uiverse.io by omriluz */ 
.form-container {
  width: 400px;
  /* background: 
              linear-gradient(145deg, transparent 35%,#1cff95, #ffdc40) border-box; */
  backdrop-filter: blur(20px);
  border: 2px solid rgba(255, 255, 255, 0.2);
  padding: 32px 24px;
  font-size: 14px;
  font-family: inherit;
  color: white;
  display: flex;
  flex-direction: column;
  gap: 20px;
  box-sizing: border-box;
  border-radius: 16px;
  background-size: 200% 100%;
  animation: gradient 5s ease infinite;
  margin: 20px 35%;
}

@keyframes gradient {
  0% {
    background-position: 0% 50%;
  }

  50% {
    background-position: 100% 50%;
  }

  100% {
    background-position: 0% 50%;
  }
}

.form-container button:active {
  scale: 0.95;
}

.form-container .form {
  display: flex;
  flex-direction: column;
  gap: 20px;
}

.form-container .form-group {
  display: flex;
  flex-direction: column;
  gap: 2px;
}

.form-container .form-group label {
  display: block;
  margin-bottom: 5px;
  color: #fff;
  font-weight: 600;
  font-size: 12px;
}

.form-container .form-group input {
  width: 100%;
  padding: 12px 16px;
  border-radius: 8px;
  color: #fff;
  font-family: inherit;
  background-color: transparent;
  border: 1px solid #414141;
}

.form-container .form-group textarea {
  width: 100%;
  padding: 12px 16px;
  border-radius: 8px;
  resize: none;
  color: #fff;
  height: 96px;
  border: 1px solid #414141;
  background-color: transparent;
  font-family: inherit;
}

.form-container .form-group input::placeholder {
  opacity: 0.5;
}

.form-container .form-group input:focus {
  outline: none;
  border-color: #9df0c9;
}

.form-container .form-group textarea:focus {
  outline: none;
  border-color: #9df0c9;
}

.form-container .form-submit-btn {
  display: flex;
  align-items: flex-start;
  justify-content: center;
  align-self: flex-start;
  font-family: inherit;
  color: #717171;
  font-weight: 600;
  width: 40%;
  background: #313131;
  border: 1px solid #414141;
  padding: 12px 16px;
  font-size: inherit;
  gap: 8px;
  margin-top: 8px;
  cursor: pointer;
  border-radius: 6px;
}

.form-container .form-submit-btn:hover {
  background-color: #fff;
  border-color: #fff;
}
.footer-contact{
  position: relative;
  top: 20%;
}

/* Splash page */
.splash-container{
  /* position: fixed; */
  width: 100%;
  height: 100vh;
  background: linear-gradient(rgba(255, 255, 255, 0.2), rgba(255, 255, 255, 0.2)), url(media/images/cover-img.jpeg);
  background-size: cover;
  background-attachment: fixed;
}

#splash-screen {
  /* Style your splash screen here */
  /* position: fixed; */
  top: 0;
  left: 0;
  width: 100%;
  height: 100vh;
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
}

#skip-link{
  text-decoration: none;
  color: #fff;
}

.splash-image{
  width: 50%;
  margin: 0 80px;
  border-radius: 25px;
  font-weight: 600;
}
.splash-header{
  font-size: 22px;
  font-weight: 600;
  color: #000;
  text-align: center;
}
 .splash-content{
  text-align: center;
  font-size: 12px;
 }

 .splash-presave{
  text-decoration: none;
  text-align: center;
  font-size: 20px;
  color: #000;
 }

 .splash-presave:hover{
  color: #fff;
 }

 @media (max-width: 768px) {
  .splash-image{
    margin: 0 80px 0 55px;
  }
}

/* One column on very small devices */
@media (max-width: 480px) {
  .splash-image{
    margin: 0 80px 0 55px;
  }
}