/* GLOBAL STYLES */
/* Reset and Base Styles */
* {
    margin: 0;
    padding: 0;
    box-sizing: border-box;
}

body, html {
    height: 100%;
    margin: 0;
    font-family: "Montserrat", sans-serif;
    font-weight: 200;
    font-style: normal;
    font-size: 10px;
    max-width: 100vw;
    overflow-x: hidden; /* Prevent horizontal overflow */
}

/* Apply Background to Body */
body {
    background-color: #ffc4e6; /* A pinkish color matching the gradient */
    background-size: cover;
}




                    /*GLOBAL STYLES*/
/* Navbar */
.navbar {
    display: flex;
    justify-content: space-between; /* Distribute space between logo and links */
    align-items: center; /* Center items vertically */
    background-color: black;
    padding: 2vh 5vw;
    position: fixed; /* Keep navbar fixed at the top */
    top: 0;
    left: 0; /* Anchor to the left edge */
    right: 0; /* Anchor to the right edge */
    z-index: 10; /* Stay above content but behind scrollbar */
    box-shadow: 0 2px 5px rgba(0, 0, 0, 0.5);
    height: 9vw;
    box-sizing: border-box;
}

.nav-logo img {
    height: auto;
    width: 9vw;
    margin-left: -4vw;
}

.nav-links {
    font-size: clamp(1rem, 2vw, 2rem);
    list-style: none;
    display: flex;
    gap: 2vw;
    align-items: end;
    margin-left: auto; /* Pushes the nav-links to the right */
}

.nav-links a {
    text-decoration: none;
    color: white;
    transition: color 0.3s ease;
}

.nav-links a:hover {
    color: #ff0000;
}

/* Main Container */
.main-container {
    display: flex;
    flex-direction: column;
    align-items: center;
    color: white;
    text-align: center;
    min-height: 100vh;
}

/* Banner Container */
.banner-container, .banner-containerBMS {
    display: flex;
    justify-content: center;
    width: 100%;
    flex-wrap: wrap;
}

.banner-containerBMS {
    flex-direction: column;
    margin-bottom: 1vw;
}

.banner1, .banner2 {
    display: flex;
    align-items: center;
    margin: 5vw 0 1vw 0;
}

.banner1 img, .banner2 img {
    width: 10vw;
    max-width: 80px;
    margin: 0 1vw;
    max-width: 100%;
}

.banner3 img{
    width: 6vw;
    max-width: 80px;
    max-width: 100%;
}


                    /*HOME PAGE STYLES*/

.video-background {
    position: relative;
    overflow:hidden;
    width: fit-content;
    height: fit-content;
    align-content: center;
}
                
.video-clip {
    position: absolute;
    top: 50%;
    left: 50%;
    min-width: 100%;
    min-height: 100%;
    width: 75vw;
    height: auto;
    z-index: -1; /* Ensure the video is behind other content */
    transform: translate(-50%, -40%);
}

.video-header{
    background: linear-gradient(rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0.2) 50%, rgba(0, 0, 0, 0.7) 100%), url('imgs/Main\ Image.jpg') top center no-repeat;
    background-size: cover;
    width: 100vw;
    height: 40vw;
    padding: 0;
    margin: 0;
    font-size: clamp(1rem, 2vw, 2.5rem);
    font-weight: 700;
    align-content: center;
}

.content{
    display: flex;
    height: fit-content;
}

.content-left {
    width: 65vw;
    padding: 2vw 2vw 2vw 2vw;
    background-color: rgba(255, 255, 255, 0.804);
    font-size: clamp(1.2rem, 2vw, 2.2rem);
    color: black;
}

.content-left h1{

    font-size: clamp(1.4rem, 2vw, 2.4rem);
    color: black;
}

.content-right{
    display: table-column;
    width: 35vw;
    padding: 2vw 2vw 2vw 2vw;
    background-color: rgba(255, 255, 255, 0.804);
    font-size: clamp(1.4rem, 1vw, 2.4rem);
    color: black;
}

.button-container{
    display: flex;
    justify-content: center;
    }

    /* Styling for the Contact Us button */
/* Styling for the Watch button */
.contact-button, .watch-button {
    background-color: black; /* Blue background color */
    color: white;              /* White text color */
    padding: 1vw 3vw;        /* Button padding */
    text-decoration: none;     /* Remove underline from the link */
    border-radius: 5px;        /* Rounded corners */
    border-style: outset;
    font-size: clamp(1rem, 2vw, 1.8rem);           /* Font size */
    transition: background-color 0.3s; /* Smooth background color change on hover */
    margin-top: 3vw;
}

.contact-button {
    margin-top: 1vw;
}

/* Hover effect for the Contact Us button */
.contact-button:hover, .watch-button:hover {
    background-color: #f78be0; /* Darker blue on hover */
}








                    /*REVIEWS PAGE STYLES*/
.contentReviews{
    background-color: rgba(255, 255, 255, 0.804);
    color: #000;
    width: 100vw;
    padding-top: 4vw;
    
}

.contentReviews h1{
    font-size: clamp(1.5rem, 4vw, 4rem);
    margin-bottom: 2vw;
}




                    /*THANK YOU PAGE STYLES*/
.contentThankYou{
    margin: 10vw 10vw;
    font-size:clamp(1.2rem, 2vw, 2.2rem);
    width: 60vw;
    color: black;
}

.contentCal{
    display: flex;
    align-self: center;
    width: 100vw;
    height: 80vh;
    font-size:clamp(1.2rem, 2vw, 2.2rem);
    color: black;
}

.contentCal iframe{
    width: 100%;
    height: 80vh;
}





                    /* SONGS PAGE STYLES*/

.content-songs{
    display: flex;
    height: fit-content;
}

.content-songs-left {
    width: 50vw;
    padding: 2vw 2vw 2vw 2vw;
    background-color: rgba(255, 255, 255, 0.804);
    font-size: clamp(1.2rem, 2vw, 2.2rem);
    color: black;
}

.content-songs-left h1{

    font-size: clamp(1.4rem, 2vw, 2.4rem);
    color: black;
}

.content-songs-right{
    display: table-column;
    width: 50vw;
    background-color: rgba(255, 255, 255, 0.804);
    font-size: clamp(1.4rem, 1vw, 2.4rem);
    color: black;
}

.content-songs-right h1{

    font-size: clamp(1.4rem, 2vw, 2.4rem);
    color: black;
}

/* Songlist Container */
.songlist-container {
    display: grid;
    grid-template-columns: 1fr;
    gap: 2rem;
    margin-top: 2rem;
}

/* Songlist Section */
.songlist-section {
    padding: 1rem;
    font-size: clamp(0.5rem, 2vw, 1.8rem);
    background-color: rgba(255, 255, 255, 0.1);
}

.songlist-section h2 {
    margin-bottom: 1rem;
}

.songlist-section p {
    line-height: 1.6;
    margin-bottom: 1rem;
}


/* Accordion header styles */
.accordion-header {
    display: flex;
    width: 90%;
    justify-content: space-between;
    padding: 1rem;
    margin: 1vw 0 1vw 3vw;
    background-color: white;
    color: black;
    border-style: groove;
    border-radius: 5px;
    cursor: pointer;
    transition: background-color 0.3s ease;
}

.accordion-header:hover {
    background-color: #f0f0f0;
}

.accordion-header h2 {
    font-size: clamp(1rem, 2vw, 1.8rem);
    margin: 0;
}

/* Down arrow */
.accordion-header .arrow {
    font-size: 1.5rem;
    transition: transform 0.3s ease;
}

/* Accordion content initially hidden */
.accordion-content {
    display: none;
    padding: 1rem;
    font-weight: 400;
    line-height: 1.6;
    width: 90%;
    padding: 1rem;
    margin: 0 0 1vw 3vw;
    background-color: white;
    color: black;
    border-radius: 5px;
    cursor: pointer;
    transition: background-color 0.3s ease;
}

.accordion-content p {
    margin: 0;
    font-size: clamp(0.6rem, 2vw, 1.3rem);
}

/* Rotate arrow when content is visible */
.accordion.active .arrow {
    transform: rotate(180deg);
}

/* Show the content when active */
.accordion.active .accordion-content {
    display: block;
}

.containerSongChoices {
    justify-content: center;
    background-color: rgba(0, 0, 0, 0.7);
    overflow: hidden;
    width: 100vw;
    padding: 3vw 3vw;
}

.containerSongChoices h3{
font-size: clamp(1.4rem, 2vw, 2.4rem);

}

.sectionSongChoices {
    display: flex;
    justify-content: center;
    font-size: clamp(0.7rem, 2vw, 1.4rem);
    overflow: hidden;
    width: 90vw;
    padding: 3vw 3vw;
}


.containerSocials {
    justify-content: center;
    overflow: hidden;
    width: 100vw;
    padding: 3vw 3vw;
}

.containerSocials p{
    font-size: clamp(1rem, 2vw, 2rem);
}

.sectionSocials {
    display: flex;
    justify-content: center;
    font-size: clamp(0.7rem, 2vw, 1.4rem);
    overflow: hidden;
    width: 90vw;
    padding: 3vw 3vw;
}

.containerOptions {
    justify-content: center;
    background-color: rgba(0, 0, 0, 0.7);
    overflow: hidden;
    width: 100vw;
    padding: 3vw 3vw;
}


.containerOptions2 {
    justify-content: center;
    overflow: hidden;
    width: 100vw;
    padding: 3vw 3vw;
    color: black;
    background-color: #fff;
}

.containerOptions2 p{
    font-size: clamp(1rem, 2vw, 2rem);
}

.sectionOptions2 {
    display: flex;
    justify-content: center;
    font-size: clamp(0.7rem, 2vw, 1.4rem);
    overflow: hidden;
    width: 90vw;
    padding: 3vw 3vw;
}


.containerPackageOptions {
    background-color: rgba(0, 0, 0, 0.7);
    width: 100vw;
    padding:0 13vw 0 13vw;
}

.containerPackageOptions h3{
    font-size: clamp(1.4rem, 2vw, 2.4rem);
    padding-top: 3vw;
    }

.containerOptions h3, .containerOptions2 h3{
font-size: clamp(1.4rem, 2vw, 2.4rem);
}

.sectionOptions {
    display: flex;
    justify-content: center;
    font-size: clamp(0.7rem, 2vw, 1.4rem);
    overflow: hidden;
    width: 90vw;
    padding: 3vw 3vw;
}

  





    /* Extras card styling */

    /* Individual card styling */
.cardMain {
    scroll-snap-align: center;
    width: 25vw;
    height: 30vw;
    margin: 0 2vw 0 2vw;
    background-color: #000000;
    border-radius: 1vw;
    box-shadow: 0 4px 10px rgba(0, 0, 0, 0.6);
    flex-shrink: 0;
    display: flex;
    flex-direction: column;
    text-align: center;
  }

  .cardMain2 {
    scroll-snap-align: center;
    width: 25vw;
    height: 27vw;
    margin: 0 3vw 0 3vw;
    background-color: #000000;
    border-radius: 1vw;
    box-shadow: 0 4px 10px rgba(0, 0, 0, 0.6);
    flex-shrink: 0;
    display: flex;
    flex-direction: column;
    text-align: center;
  }

  .card-imageMain img {
    width: 100%;
    height: 18vw;
    border-top-left-radius: 10px;
    border-top-right-radius: 10px;
  }

  
  /* Card text section */
  .card-textMain {
    padding-top: 3vw;
    background-color: #000;
    height: fit-content;
    color: #fff;
    font-weight: 500;

  }
  
  .card-textMain h3 {
    margin-bottom: 1vw;
    font-size: clamp(0.8rem, 2vw, 1.6rem);
  }
  
  .card-textMain p {
    font-size: clamp(0.8rem, 2vw, 1.6rem);
    color: #555;
  }

  .price{
    background-color: #000;
    color: #fff;
    font-size: clamp(0.8rem, 2vw, 1.6rem);
  }
  
    .card {
        scroll-snap-align: center;
        width: 18vw;
        height: 23vw;
        margin: 0 1vw 0 1vw;
        background-color: #000000;
        border-radius: 10px;
        box-shadow: 0 4px 10px rgba(0, 0, 0, 0.6);
        flex-shrink: 0;
        display: flex;
        flex-direction: column;
        text-align: center;
      }
    
      .cardOptions {
        scroll-snap-align: center;
        width: 25vw;
        height: auto;
        margin: 0 2vw 0 2vw;
        padding-bottom: 1vw;
        background-color: #000000;
        border-radius: 10px;
        box-shadow: 0 4px 10px rgba(0, 0, 0, 0.6);
        flex-shrink: 0;
        display: flex;
        flex-direction: column;
        text-align: center;
      }
    
      
      
      .card-imageOptions img {
        width: 100%;
        height: 15vw;
        border-top-left-radius: 10px;
        border-top-right-radius: 10px;
      }
    
      .card-imageOptions img {
        width: 90%;
        height: 15vw;
        margin: 1vw 1vw;
        border-radius: 10px;
      }
      
      /* Card text section */
      .card-textOptions {
        background-color: #000;
        color: #fff;
        font-weight: 500;
      }
      
      .card-textOptions h3 {
        margin-bottom: 1.5vw;
        font-size: clamp(0.8rem, 2vw, 1.6rem);
      }
      
      .card-textOptions p {
        font-size: clamp(0.8rem, 2vw, 1.6rem);
        color: #555;
        padding: 0 1vw 0 1vw;
      }
    
      .card-textOptions ul {
        font-size: clamp(0.8rem, 2vw, 1.6rem);
        color: #555;
        padding: 0 3vw 0 3vw;
      }









/* Reviews Section */
.sectionReviews {
    display: flex;
    justify-content: center;
    align-content: center;
    text-align: center;
    line-height: 20px;
    margin-top: 4vw;
    margin-bottom:1vw ;
    flex-wrap: wrap;
}

.sectionReviewsContent {
    position: relative;
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center;
    background-color: #000;
    border-radius: 10px;
    transition: all 0.3s ease;
    overflow: hidden;
    width: 23vw;
    margin: 0 1vw 0 1vw;
    padding: 0 1vw 2vw 1vw;
    color: black;
    justify-content: center;
    align-content: top;
}

.sectionReviewsContent::before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(69, 65, 65, 0.9);
    z-index: 1;
    transition: all 0.3s ease;
}

.sectionReviewsContent:hover::before {
    background-color: rgba(255, 255, 255, 0.1);
}

.sectionReviewsContent:hover {
    transform: scale(1.05);
    transition: all 0.3s ease;
}

.sectionReviewsContent h2, .sectionReviewsContent h3, .sectionReviewsContentText {
    color: white;
    position: relative;
    z-index: 2;
}

.sectionReviewsContent h2 {
    font-size: clamp(0.7rem, 2vw, 1.4rem);
    margin: 20px;
}

.star-rating .star {
    margin-right: 0.4vw;
    color: #f5b301;
    text-shadow: 1px 1px 12px rgba(0, 0, 0, 1);
    font-size: clamp(1.2rem, 2vw, 2rem);
}

.sectionReviewsContentText {
    color: white;
    font-size: clamp(0.8rem, 1vw, 1.4rem);
    font-weight: 400;
    text-shadow: 1px 1px 12px rgba(0, 0, 0, 1);
}

/* Contact Form */
form .form-group {
    width: 100%;
    text-align: center;
    margin-bottom: 15px;
    color: #000;
}

form label {
    display: block;
    margin-bottom: 8px;
    color: #000;
    font-size: clamp(0.8rem, 2vw, 1.6rem);
    font-weight: 400;
    text-align: center;
}

form select, input, textarea {
    width: 40vw;
    margin: 0 auto;
    padding: 10px;
    border: 1px solid #ccc;
    border-radius: 5px;
    box-sizing: border-box;
    font-size: clamp(0.8rem, 1vw, 1.6rem);
}

/* Center the entire checkbox section */
.checkbox-container {
    display: flex;
    flex-direction: column; /* Stack the checkboxes vertically */
    align-items: flex-start; /* Align the checkboxes and labels to the left */
    width: fit-content; /* Make the container as wide as its content */
    margin: 0 auto; /* Center the container within the form */
}

/* Styling for each checkbox and its label */
.checkbox-item {
    display: flex;
    align-items: center; /* Keep checkboxes and labels in a single line */
    margin-bottom: 10px; /* Add space between each checkbox item */
}

.checkbox-item input[type="checkbox"] {
    margin-right: 10px; /* Space between checkbox and label */
    width: 1.2em; /* Standard size for the checkbox */
    height: 1.2em; /* Standard size for the checkbox */
}

.checkbox-item label {
    text-align: left; /* Ensure label stays next to the checkbox */
    white-space: nowrap; /* Prevent label text from wrapping */
}


/* Submit button styling */
input[type="submit"] {
    background-color: #4caf50;
    color: white;
    cursor: pointer;
    padding: 10px;
    border: none;
    border-radius: 5px;
    font-size: 1.2rem;
    transition: background-color 0.3s ease;
    width: 40vw; /* Match width to other fields */
    margin: 0 auto;
}

input[type="submit"]:hover {
    background-color: #45a049;
}

input[type="submit"]:focus {
    outline: none;
    box-shadow: 0 0 5px rgba(0, 150, 0, 0.5);
}

label[for]:required::before {
    content: ' *';
    color: red;
}

/* Contact Section */
.containerContact h1, .containerContact h2 {
    margin-bottom: 20px;
    font-size: 3rem;
    text-align: center;
}

.containerContact h2 {
    letter-spacing: 3px;
}



.sectionContact{
    background-color: rgba(255, 255, 255, 0.804);
    color: #000;
    width: 100vw;
    padding-top: 4vw;
}

.sectionContact h1 {
    font-size: clamp(1.5rem, 4vw, 4rem);
    margin: 1vw 1vw;

}
.sectionContact h2 {
    font-size: clamp(1.3rem, 4vw, 3rem);
    margin-top: 1vw;
    margin-bottom: 1vw;
}

.contact-info{
    font-size: clamp(1.3rem, 4vw, 3rem);
    margin-bottom: 2vw;
}

/* Video Section */
.containerVideo {
    background-color: rgba(0, 0, 0, 0.7);
    display: flex;
    justify-content: center;
    align-items: center;
    overflow: hidden;
    width: 100vw;
}

.sectionVideo {
    flex: 1;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    overflow: hidden;
    border-style: ridge;
    border-color: #ccc;
    margin: 3vw;
    padding: 0;
    width: 90vw;
    max-height: 80vh;
    height: fit-content;
}

.sectionVideo iframe {
    display: block;
    border: none;
}




.line-up{
    font-size: clamp(1.2rem, 2vw, 2.4rem);
    margin: 3vw 3vw;
}

.line-up h2{
    font-size: clamp(1.4rem, 2vw, 2.4rem);
}


.mainLineUps{
    background-color: rgba(0, 0, 0, 0.1);
    width: 100vw;
    position: relative;
    width: 70vw;
    max-width: 90vw;
    margin: 0 auto;
    overflow: hidden;
    margin-bottom: 2vw;
}


  /* Main carousel container */
.carousel-container {
    position: relative;
    width: 70vw;
    max-width: 90vw;
    margin: 0 auto;
    overflow: hidden;
    margin-bottom: 2vw;
  }
  
  /* Carousel scroll area */
  .carousel {
    display: flex;
    width: 70vw;
    overflow-x: auto;
    scroll-snap-type: x mandatory;
    scroll-behavior: smooth;
    -webkit-overflow-scrolling: touch;
  }


  
  .carousel::-webkit-scrollbar {
    display: none; /* Hide scrollbar */
  }
  
  /* Individual card styling */
  .card {
    scroll-snap-align: center;
    width: 18vw;
    height: 23vw;
    margin-right: 10px;
    background-color: #000000;
    border-radius: 10px;
    box-shadow: 0 4px 10px rgba(0, 0, 0, 0.6);
    flex-shrink: 0;
    display: flex;
    flex-direction: column;
    text-align: center;
  }

  .cardSongs {
    scroll-snap-align: center;
    width: 25vw;
    height: fit-content;
    margin: 0 3vw 0 3vw;
    background-color: #000000;
    border-radius: 10px;
    box-shadow: 0 4px 10px rgba(0, 0, 0, 0.6);
    flex-shrink: 0;
    display: flex;
    flex-direction: column;
    text-align: center;
  }

  
  
  .card-image img {
    width: 100%;
    height: 15vw;
    border-top-left-radius: 10px;
    border-top-right-radius: 10px;
  }

  .card-imageSongs img {
    width: 90%;
    height: 15vw;
    margin: 1vw 1vw;
    border-radius: 6px;
  }
  
  /* Card text section */
  .card-text {
    padding: 10px 10px;
    background-color: #000;
    height: fit-content;
    color: #fff;
    font-weight: 500;
    border-radius: 10px;
  }
  
  .card-text h3 {
    margin: 10px 0;
    font-size: clamp(0.8rem, 2vw, 1.6rem);
  }
  
  .card-text p {
    font-size: clamp(0.8rem, 2vw, 1.6rem);
    color: #555;
  }


  
  /* Navigation button styles */
  .nav-btn {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    background-color: rgba(0, 0, 0, 0.5);
    color: white;
    border: none;
    padding: 10px;
    cursor: pointer;
    font-size: 24px;
    border-radius: 40%;
    z-index: 1;
  }
  
  .nav-btn.left {
    left: 10px;
  }
  
  .nav-btn.right {
    right: 10px;
  }


  /* Social Icons Section */
.social-icons {
    text-align: center;
    padding: 20px;
}

.social-icons a {
    margin: 0 10px;
    display: inline-block;
}

.social-icons .icon {
    width: 40px;
    height: 40px;
    transition: transform 0.3s ease;
}

.social-icons .icon:hover {
    transform: scale(1.1);
}

