html {
  scroll-behavior: smooth;
}

.google-sans-code-customFont {
  font-family: "Google Sans Code", monospace;
  font-optical-sizing: auto;
  font-style: normal;
}


* {
  font-family: Helvetica, Arial, sans-serif;
  color: #fff;
  font-size: 28px;
  font-weight: 500;
  margin: 0;
  padding: 0;
  text-decoration: none;
}

body {
  background: rgb(0, 0, 0);
}

h6 {
  margin-top: 20px;
  font-size: 12px;
  width: 50%;
  margin: 50px auto 0 auto;
}

.navbar {
  position: fixed;
  top: 0;
  width: 100%;
  padding: 1rem;
  z-index: 90; 
  background: rgba(0, 0, 0, 0);
  backdrop-filter: blur(2px); 
}

.navbar-album {
  position: fixed;
  top: 0;
  width: 100%;
  padding: 1rem 2rem;
  z-index: 90; 
  background: rgba(0, 0, 0, 0);
}

.nav-content {
  display: flex;
  justify-content: space-between;
  align-items: center;
  color: #fff;
  padding-right: 20px;
}

.nav-links {
  list-style: none;
  display: flex;
  gap: 1rem;
  flex: 0 0 5%;
  justify-content: right;
  padding-right: 60px;
}

.nav-links a {
  color: #fff;
  text-decoration: none;
  font-weight: 500;
  transition: color 0.3s ease;
}

.nav-links a:hover {
  color: rgb(138, 0, 0);
}


.website-home {
  position: relative;
  width: 100%;
  height: 100vh;
  overflow: hidden;
}

.bg-header-video {
  position: absolute;
  top: 0;
  left: 0;
  width: 100vw;
  height: 100%;
  object-fit: cover;
  transform: scale(1);
  z-index: 1;
}

.logo {
  position: relative; 
}
.hero-content p {
  font-size: 1.2rem;
}

.site-header-album {
  background-image: url("static/images/thumbanils/WhatsApp Image 2025-12-03 at 16.07.50.jpeg");
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center center;
  height: 700px;
}

#content-page {
  display: flex;
  flex-direction: column;
}

.page-sections {
  height: auto;
}

.content-items {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: flex-start;
  width: 100%;
  gap: 1rem;
  margin-bottom: 30px;
  height: auto;
  padding-bottom: 30px;
}

.title-row {
  width: 60%;
  height: auto;
  display: flex;
  align-items: center;
  justify-content: center;
  top: 0;
}

.title-row h2 {
  width: 300px;
  text-align: center;
}

.title-videos .line {
  flex-grow: 1; 
  height: 1px; 
  background:rgba(255, 255, 255, 0.2);
  margin-top: 20px;
  width: 30vw;
}

.title-signup {
  display: flex;
}

.title-signup .line {
  flex-grow: 1; 
  height: 1px; 
  background: rgba(255, 255, 255, 0.2);
  margin-top: 20px;
  width: 30vw;
}


.title-music {
  display: flex;
  justify-content: center;
  margin-top: 30px;
}

.title-music h2 {
  width: 300px;
  text-align: center;
}

.title-music .line {
  flex-grow: 1; 
  height: 1px; 
  background: rgba(255, 255, 255, 0.2);
  margin-top: 20px;
  width: 30vw;
}

.title-performance {
  display: flex;
  justify-content: center;
  margin-top: 30px;
}

.title-performance h2 {
  width: 300px;
  text-align: center;
}

.title-performance .line {
  flex-grow: 1; 
  height: 1px; 
  background: rgba(255, 255, 255, 0.2);
  margin-top: 20px;
  width: 30vw;
}

.title-videos {
  display: flex;
  justify-content: center;
}

.content-row {
  display: flex;
  justify-content: center;
  align-items: center;
  padding: 80px 20px 0 20px;
  gap: 1rem;
}

.album-container h3 {
  text-align: center;
}
.album-cover {
  position: relative;
  width: 400px;
  height: 400px; 
  margin-bottom: 5px;
  overflow: hidden;
}

.album-cover img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
}

.album-cover .hover-cover {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(0,0,0,0.8);
  color: #fff;
  opacity: 0;
  transition: opacity 0.3s ease;
  display: flex;
  justify-content: center;
  align-items: center;
}

.album-cover:hover .hover-cover {
  opacity: 1;
}

.music-credits-content h3 {
  font-size: 24px;
  text-align: right;
}

.performance-row  {
  width: 80%;
  display: grid;
}

.ticket-button {
  display: flex;
  justify-content: center;
  align-items: center;
  transition: .5s ease;
}

.ticket-button button{
  background: transparent;
  border-color: rgba(255, 255, 255, 0.2);
  width: 160px;
  font-size: 18px;
  cursor: pointer ;
  transition: .5s ease;
}

.ticket-button:hover button {
  background-color: rgba(134,13,2, 0.8);
}

.name-location {
  text-align: center;
}

.performance-items .date {
  text-align: center;
}

.performance-info {
  display: flex;
}

.performance-items {
  padding: 20px 0;
  width: 70vw;
  transition: 0.5s ease;
}

.performance-items:hover {
  background-color: rgba(134,13,2, 0.1);
}

.state-location {
  width: 60%;
  display: flex;
  align-items: center;
  justify-content: center;
}

.hour-info {
  width: 300px;
}

.coming-soon {
  text-align: center;
}

.video-row {
  display: flex;
  justify-content: center;
  align-items: center;
}

.video-thumbnail {
  position: relative;
  width: 100%;
  height: 300px; 
  overflow: hidden;
}

.video-thumbnail img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
}

.thumb-img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
}

.hover-cover {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(0,0,0,0.8);
  color: #fff;
  opacity: 0;
  transition: opacity 0.3s ease;
  display: flex;
  flex-direction: column;
  justify-content: left;
}

.yt-play-btn {
    position: absolute;
    top: 10px;
    right: 10px;
    width: 33px;
    height: 23px;
    background: url("/static/images/icon/play-24.ico")
        no-repeat center center;
    background-size: contain;
    cursor: pointer;
    z-index: 10;
    transition: 2s ease;
}

.video-thumbnail .credits-content {
  font-size: 12px !important;
  line-height: 1.3;
}

.video-thumbnail .credits-content h4 {
  font-size: 20px !important;
  margin-bottom: 15px;
}

.video-thumbnail .credits-content p {
  font-size: 20px !important;
  margin: 2px 0;
}

.video-thumbnail:hover .hover-cover {
  opacity: 1;
}

.video-modal {
  position: fixed;
  top: 0;
  left: 0;
  width: 100vw;
  height: 100%;
  background: rgba(0,0,0,0.85);
  display: flex;
  align-items: center;
  justify-content: center;
  z-index: 2000;
}

.video-modal.hidden {
  display: none;
}

.video-modal-content {
  position: relative;
  width: 100vw;
  max-width: 800px;
}

#ytPlayer {
  width: 100%;
  height: 500px;
  border-radius: 6px;
}

.close-video {
  position: absolute;
  top: -40px;
  right: 0;
  font-size: 40px;
  color: white;
  cursor: pointer;
}

.footer-content {
  background-color: rgba(134,13,2, 0.2);
  padding-top: 10px;
  padding-right: 20px;
}

.footer-content p {
  font-size: 20px;
  padding-left: 10px;
}

.socials-content {
  display: flex;
  justify-content: right;
  gap: 1rem;
}

.social-icon:hover {
  animation-duration: .5s;
  animation-name: jump;
}

.form-content {
  background-color: rgba(0,0,0,0);
}

.form-title {
  text-align: center;
  margin: 20px 0 50px 0;
}

.form-title h2 {
  font-size: 32px;
}

.user-info {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 1rem;
}

.form-content {
  display: grid;
  justify-content:center
}

.first-row {
  text-align: center;
  margin-bottom: 50px;
}

.signup-row {
  padding-top: 30px;
}

.signup-button {
  margin-top: 50px;
  background-color: rgba(134,13,2, 0.2);
  width: 200px;
  border: none;
  cursor: pointer;
}

.personal-info {
  background: transparent;
  border-top: none;
  border-left: none;
  border-right: none;

}

.button {
  display: flex;
  justify-content: center; 
}


.signup-form-index {
  margin: 50px auto 0 auto;
}

@media (max-width: 1200px) {
  .state-location .name-location {
    font-size: 20px;
  }

  .hour-info .date {
    font-size: 24px;
  }

  .hour-info div {
    font-size: 20px;
  }
}
@media (max-width: 800px) {
  .desktop-nav {
      display: none;
    } 

  .website-home {
    height: 600px;
  }

  .video-thumbnail {
    position: relative;
    width: 80vw;
    height: 300px; 
    overflow: hidden;
  }

  .video-thumbnail img {
    height: auto;
  }

  .form-content .form-inputs {
    position: relative;
    display: inline-block;
    width: 100vw;
    text-align: center;
    justify-content: center;
  }

  input {
    display: flex;
    align-items: center;
    margin: 50px auto 0 auto;
  }

  .title-row .line {
    width: 20vw;
  }
  .title-row h2 {
    width: 300px;
    text-align: center;
  }

  .state-location .name-location {
    font-size: 14px;
  }

  .hour-info .date {
    font-size: 20px;
  }

  .hour-info div {
    font-size: 14px;
  }

  .rights-privacy p {
    font-size: 16px;
  }

  .performance-info {
    display: grid;
    justify-content: center;
  }

  .state-location {
    width: 100%;
  }

  .state-location .name-location {
    font-size: 22px;
  }

  .hour-info .date {
    font-size: 28px;
  }

  .hour-info div {
    font-size: 22px;
  }

  .socials-content {
    justify-content: center;
  }
}

@media (max-width: 450px) {
  .desktop-nav {
      display: none;
  } 
  .title-music {
    width: 100vw;
  }

  .content-row {
    width: 90vw;
  }

  .content-items {
    width: 100%;
  }

  .title-videos {
    width: 100vw;
  }

  .website-home {
    height: 350px;
  }

  .album-cover {
    position: relative;
    width: 250px;
    height: 250px; 
    overflow: hidden;
  }

  .album-row {
    display: flex;
    justify-items: center;
    padding-bottom: 30px;
    height: 380px;
  }

  .title-row h2 {
    width: 200px;
    text-align: center;
    font-size: 24px;
  }

  .video-thumbnail {
    height: 220px;
    width: 80vw;
  }

  .video-row {
    padding-bottom: 97.5px;
    max-height: 360px;
  }

  .form-title h2 {
    font-size: 20px;
  }

  .form-content .form-inputs {
    width: 300px;
    height: 150px;
    margin-left: 40px;
  }

  .form-inputs {
    gap: 1rem;
  }

  input {
    width: 150px;
    font-size: 18px;
    height: auto;
  }

  .form-content {
    height: 500px;
    margin-top: 200px;
    margin-bottom: 300px;
  }

  form {
    padding-bottom: 50px;
  }

  .performance-info {
    display: grid;
    justify-content: center;
  }

  .state-location {
    width: 100%;
  }

  .state-location .name-location {
    font-size: 18px;
  }

  .hour-info .date {
    font-size: 24px;
  }

  .hour-info div {
    font-size: 18px;
  }

  .social-icon {
    height: 16px;
    width: 16px;
  }

  .rights-privacy p {
    font-size: 12px;
  }

  .socials-content {
    justify-content: center;
  }
}

@keyframes jump {
  0% {
  }

  50% {
    transform: translateY(-2px);
  }

  100% {
  }
}
