
      .related-videos-container {
    display: flex;
    flex-wrap: wrap;
    gap: 10px;
    margin-top: 20px;
    justify-content: space-between; /* Ensures equal spacing */
}

.related-video {
    flex: 1 1 calc(12.5% - 10px); /* 8 thumbnails per row */
    max-width: calc(12.5% - 10px); /* Enforce max-width to keep items consistent */
    box-sizing: border-box;
    border: 1px solid #ddd;
    border-radius: 8px;
    overflow: hidden;
    text-align: center;
}

.related-video img {
    width: 100%;
    height: auto;
}

.related-video h5 {
    margin: 10px 0;
    font-size: 14px;
}

.related-video a {
    text-decoration: none;
    color: #333;
}

.related-video a:hover {
    color: #007bff;
}

@media (max-width: 1200px) {
    .related-video {
        flex: 1 1 calc(25% - 10px); /* 4 thumbnails per row for medium screens */
        max-width: calc(25% - 10px);
    }
}

@media (max-width: 768px) {
    .related-video {
        flex: 1 1 calc(33.33% - 10px); /* 3 thumbnails per row for small screens */
        max-width: calc(33.33% - 10px);
    }
}

@media (max-width: 576px) {
    .related-video {
        flex: 1 1 calc(50% - 10px); /* 2 thumbnails per row for extra small screens */
        max-width: calc(50% - 10px);
    }
}

.remix-videos-header {
    width: 100%;
    height: 40px;
    background: #1e252d;
    display: flex;
    align-items: center; /* Vertically centers the text */
    padding-left: 10px; /* Adds padding to the left */
}

.remix-videos-header h3 {
    font-size: 14px;
    color: #cbc91f;
    margin: 0; /* Removes default margin around the heading */
}



    .rounded-table {
        width: 100%;
        border-collapse: collapse;
        background-color: #fff;
        box-shadow: 0 0 10px rgba(0, 0, 0, 0.1);
    }

    .gallery-header {
        text-align: left;
        padding: 15px;
        background-color: #f9f9f9;
        border-bottom: 1px solid #ddd;
    }

  .event-cell {
    padding: 1px;
    text-align: center;
    display: flex;
    justify-content: center;
    align-items: center;
    background: #000;
    border: 1px solid #333;
    border-radius: 10px;
    margin-bottom: 1px;
    box-shadow: 0 2px 8px rgba(0, 0, 0, 0.2);
    width: 100%;
    display: block;
    flex: 0 0 48%; /* Two columns with space */
    color: #fff;
}

.event-cell video {
    max-height: 500px;
    max-width: 100%; /* Ensures the video scales properly on smaller screens */
    width: auto;
}

@media only screen and (max-width: 768px) {
    .event-cell {
        flex: 0 0 100%; /* Make the container take full width on mobile */
        padding: 10px;
    }

    #eventVideo {
        width: 100%; /* Ensure the video fills the container */
        max-height: none;
        height: auto; /* Maintain aspect ratio */
    }

    #videoOverlay {
        font-size: 18px;
        padding: 10px;
        border-radius: 10px; /* Keep the rounded corners on mobile */
        display: flex;
        flex-direction: column;
        justify-content: center;
        align-items: center;
        width: 100%; /* Ensure the overlay fills the container */
        height: 100%; /* Ensure the overlay matches the video size */
        box-sizing: border-box; /* Ensure padding is included in the total size */
    }

    #videoOverlay img {
        max-width: 120px; /* Resize the logo for mobile */
        margin-bottom: 10px;
    }
}



    .portfolio-desc {
        padding: 10px;
    }

    .product-description {
        text-align: left;
        font-size: 1em;
    }

/* Styles for larger screens */
.video-container video {
    background: #000;
    border: 1px solid #333;
    border-radius: 10px;
    margin-bottom: 20px;
    box-shadow: 0 2px 8px rgba(0, 0, 0, 0.2);
    width: 100%; /* Ensure video takes full width of the container */
    display: block;
    flex: 0 0 48%; /* Two columns with space */
    padding: 15px;
    text-align: center;
    color: #fff;
}

/* Styles for mobile devices */
@media (max-width: 768px) {
    .video-container {
        width: 99%; /* Almost full width on mobile */
        margin: 0 auto; /* Center the container */
    }

    .video-container video {
        width: 100%; /* Ensure the video fills the container */
        height: auto; /* Maintain aspect ratio */
    }
}


    .product-image {
        max-width: 100%;
        height: auto;
        border-radius: 5px;
    }


.rounded-table {
            width: 100%;
            max-width: 800px; /* Adjust the width as needed */
            border-collapse: separate;
            border-spacing: 0;
            border: 2px solid black; /* Black border for the table */
            border-radius: 10px; /* Rounded corners */
            overflow: hidden; /* Ensures rounded corners are visible */
            margin: 20px auto; /* Center the table */
background-image: url('../images/glitter.png'); /* Add your background image here */
        }

        .gallery-header {
            background-color: #fff; /* Different background color */
            padding: 10px;
            text-align: center;

        }

        .gallery-header h3 {
            margin: 0;
        }

        .gallery-image {
            display: block;
            width: 100%;
            border: none; /* Remove default border from the image */
        }

 .container {
            max-width: 1200px;
            margin: 20px auto;
        }
.portfolio-desc {
    display: flex;
    flex-direction: column;
    justify-content: flex-start; /* Align content at the top */
    border-radius: 10px;
    padding: 15px;
    font-size: 16px;
    color: #000; /* Black font */
    line-height: 1.5;
    height: 100%; /* Ensure it stretches the full height */
    margin-top: 25px; /* Adds 5px margin from the top */
}


        .event-table {
            display: flex;
            flex-wrap: wrap;
            justify-content: space-between;
        }
/* Base styling for the event cell */



        .event-cell img {
            max-width: 100%;
            border-radius: 5px; /* Slightly rounded image corners */
        }

        .event-cell a {
            text-decoration: none;
            color: #fff;
        }

        .event-label {
            display: block;
            font-size: 18px;
            margin: 10px 0;
            background: #fff; /* Different background color for labels */
            padding: 5px;
            border-radius: 5px;
color:#000;
		        }

        .event-description {
            font-size: 14px;
            line-height: 1.5;
        }
 /* Media query for mobile devices */
        @media (max-width: 768px) {
            .event-cell {
                flex: 0 0 100%; /* Full width for each cell on mobile */
                margin-bottom: 15px;
            }
        }

.review-box {
    background-color: #f9f9f9;
    border: 1px solid black;
    border-radius: 10px;
    width: 300px;
    height: 300px;
    margin: 1px;
    padding: 1px;
    box-shadow: 0 0 10px rgba(0, 0, 0, 0.1);
    flex-shrink: 0;
    display: flex;
    justify-content: center;
    align-items: center;
    text-align: center;
  }

  .review {
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    height: 100%;
  }

  .review-text {
    font-style: italic;
    color: #555;
    font-size: 0.9em;
    flex-grow: 1;
    margin-bottom: 10px;
  }

  .review-stars {
    color: #f39c12;
    font-size: 1.2em;
  }

  .review-author {
    font-weight: bold;
    color: #333;
    font-size: 0.9em;
    margin-top: 10px;
  }

  .btn-primary {
    background-color: #0056b3;
    border-color: #004085;
  }

  .d-flex {
    display: flex;
  }

  @media (max-width: 768px) {
    .d-flex {
      flex-wrap: wrap;
      justify-content: space-around;
    }

    .review-box {
      margin-bottom: 20px;
    }
  }

.container2 {
            max-width: 800px;
            margin: 20px auto;
        }

        .event-table2 {
            display: flex;
            flex-wrap: wrap;
            justify-content: space-between;
        }

        .event-cell2 {
            flex: 0 0 48%; /* Two columns with some space in between */
            background: #222;
            border: 1px solid #333;
            border-radius: 10px; /* Rounded corners */
            margin-bottom: 20px;
            padding: 15px;
            text-align: center;
            color: #fff;
            box-shadow: 0 2px 8px rgba(0, 0, 0, 0.2); /* Shadow for better appearance */
        }

        .event-cell2 img {
            max-width: 100%;
            border-radius: 5px; /* Slightly rounded image corners */
        }

        .event-cell2 a {
            text-decoration: none;
            color: #fff;
        }

        .event-label2 {
            display: block;
            font-size: 18px;
            margin: 10px 0;
            background: #fff; /* Different background color for labels */
            padding: 5px;
            border-radius: 5px;
color:#000;
		        }

        .event-description {
            font-size: 14px;
            line-height: 1.5;
        }
 /* Media query for mobile devices */
        @media (max-width: 768px) {
            .event-cell {
                flex: 0 0 100%; /* Full width for each cell on mobile */
                margin-bottom: 15px;
            }
        }

