 body {
        /* justify-content: space-between; */
        align-items: center;
        margin: 0;
        font-family: Arial, sans-serif;
        background-color: #000000;
        color: #000;
        overflow-y: auto;
    }
    .logo{
        width: 380px;
    margin-left: 15px;

    }
    
    header {
        display: flex;
        justify-content: space-between;
        align-items: center;
        padding: 0 0px; /* Adjust padding for consistent spacing */
        background-color: #181818;
        position: fixed;
        top: 0;
        left: 0;
        width: 100%;
        z-index: 1000;
        /* height: 70px; Ensure enough height for the header content */
    }
    
   
    
    
    header nav a {
        font-family: "Red Rose", serif;
        font-optical-sizing: auto;
        font-weight: 380;
        font-style: normal;
    
        color: #fff;
        /* font-family:'Times New Roman', Times, serif; */
        text-decoration: none;
        font-size: 28px;
        padding: 0px 38px;
    }
    header nav a.active {
        text-decoration: underline;
    }
    
    .hamburger {
        margin-top: 8px;
        margin-right: 30px;
        margin-left: 15px;
        background: none;
        border: none;
        cursor: pointer;
        display: flex;
        flex-direction: column;
        gap: 5px;
        z-index: 1010; /* Ensure it appears above other elements */
        position: relative;
    }
    
    .hamburger .line {
        width: 25px;
        height: 3px;
        background-color: #00ffff;
        box-shadow:10px #00ffff;
        border-radius: 5px;
    }
    
    .nav-links {
        display: none;
        list-style: none;
        padding: 0;
        margin: 0;
        flex-direction: column;
        gap: 10px;
        position: absolute;
        top: 60px; /* Adjusted to appear below the header */
        right: 20px;
        background-color: #333;
        padding: 10px 15px;
        border-radius: 5px;
        z-index: 1000; /* Keep above the header */
        box-shadow: 0 4px 6px rgba(0, 0, 0, 0.2); /* Optional shadow for better visibility */
    }
    
    .nav-links.active {
        display: flex;
    }
    
    .nav-links li a {
        color: white;
        text-decoration: none;
        font-family: "Red Rose", serif;
    font-optical-sizing: auto;
    font-weight: 380;
    font-style: normal;
    }
    
    
    
    
    
      
    
 /* Slideshow container */

 
 .slideshow-container {
    display: flex;
    flex-direction: column;
    justify-content: center;
       
    align-items: center;
    margin: 40px auto;
    padding-top: 110px;

    width: 1000px;
    position: relative;
    /* margin: auto; */
    
}

/* Image slides */
.mySlides {
    display: none;
    
    
}

/* Image style */
.mySlides img {
    /* width: 100%;
    max-width: 700px; */
    height: 800px;
    width: auto;
    margin: auto;

}

/* Next & previous buttons */
.prev{
    cursor: pointer;
    position: absolute;
    top: 55%;
    width: auto;
    margin-top: -22px;
    padding:10px ;
    left: 0%;
    color: #ffffff;
    font-weight: bold;
    font-size: 18px;
    transition: 0.6s ease;
    border-radius: 0 3px 3px 0;
}

.next {
    cursor: pointer;
    position: absolute;
    top: 55%;
    width: auto;
    margin-top: -22px;
    /* padding:10px ; */
    right: 0%;
    color: #ffffff;
    font-weight: bold;
    font-size: 18px;
    transition: 0.6s ease;
    border-radius: 0 3px 3px 0;
}

/* Position the "next button" to the right */
.next {
    right: 0;
    border-radius: 3px 0 0 3px;
}

/* Hover effect on the buttons */
.prev:hover, .next:hover {
    background-color: rgba(0,0,0,0.8);
}

.para-parent{
    width: fit-content;
    
        height: auto;
        display: flex;
        justify-content: center;
        align-items: center;
        margin:20px auto;
        
}


.para-container {
    width: 920px;
    background-color: #000000;
    border: 2px solid #00ffff;
    border-radius: 10px;
    box-shadow: 0 0 10px #00ffff;
    padding: 20px; /* Add padding for better spacing */
    display: flex;
    flex-direction: column;
    align-items: center;
    
}

.label-text {
    font-family: "Anaheim", sans-serif;
    font-optical-sizing: auto;
    font-weight: 500;
    font-style: normal;

    text-align: center;
    font-size: 22px;
    margin-bottom: 20px;
    color: #fff;
}

.get_in_touch-button {
    width: 300px;
    background: linear-gradient(90deg, #00ffff, #00bbff);
    color: rgb(0, 0, 0);
    padding: 10px 21px;
    margin-bottom: 16px;
    border: none;
    border-radius: 5px;
    cursor: pointer;
    font-size: 20px;
    font-family: "Jura", sans-serif;
    font-optical-sizing: auto;
    font-weight: 700;
    font-style: normal;
}
.get_in_touch-button:hover {
    background: linear-gradient(90deg, #00bbff, #00ffff);
}


/*.marquee-container {*/
/*    width: 100%;*/
/*    overflow: hidden;*/
/*    white-space: nowrap;*/
/*    background: black;*/
/*    padding: 2px 0;*/
/*}*/
/*.marquee-content {*/
/*    display: inline-block;*/
/*    animation: marquee 15s linear infinite;*/
/*}*/
/*.marquee-content img, .marquee-content video {*/
/*    height: 130px;*/
/*    width: auto;*/
/*    margin-right: 5px;*/
/*    cursor: pointer;*/
/*}*/
/*@keyframes marquee {*/
/*    from { transform: translateX(100%); }*/
/*    to { transform: translateX(-100%); }*/
/*}*/


.box2{
    display: flex;
    flex-direction: column;
    justify-content: center;
       
    align-items: center;

    padding: 30px;
        /* margin: 10px; */
        background-color: #181818;
        width: 900px;
        border-radius: 10px;
        margin: auto;
}

.video-gallery {
    /* margin: 20px;
    border-radius: 10px;
    background-color: #181818;
    border: 2px solid #747474;
    display: flex;
    flex-wrap: wrap;

        gap: 20px; */
        width: 880px;
        display: grid;
        grid-template-columns: repeat(1, 1fr);
        gap: 10px;
}

.video-item {
    /* width: 400px;
    
    margin: 20px;
    background-color: #000000;
    border: 2px solid #747474;
    /* padding: 20px; */
    
    /* box-shadow: 0 2px 4px rgba(0, 0, 0, 0.1);
    border-radius: 5px; */ 
    display: flex;
        /* justify-content: space-between; */

    position: relative;
        /* padding: 5px; */
        background-color: #000000;
        border: 2px solid #747474;
        border-radius: 5px;
}

.cover-photo {
    width: 400px;
    height: auto;
    /* object-fit: cover; */
}

.text-content {
    margin-left: 10px;
    width: 470px;
    /* margin: 10px; */
     /* Vertical spacing only */
   
    float: right; /* Moves the entire block to the left */
}


.video-title {
    color: #ffffff;
    font-size: 30px;
    margin-top: 10px;
    font-family: "Anaheim", sans-serif;
    font-optical-sizing: auto;
    /* font-weight: 200px; */
    /* font-style: normal; */
}

.video-description {
    color: #ffffff;
    /* margin: 10px 0; */
    font-size: 19px;
    font-family: "Anaheim", sans-serif;
    font-optical-sizing: auto;
    font-weight: 500;
    font-style: normal;
    
}

.ticket-amount {
    color: #ffffff;
    font-weight: bold;
    font-size: 18px;
    font-family: "Anaheim", sans-serif;
    font-optical-sizing: auto;
    font-style: normal;
    
}

.action-btn {
    width: 200px;
        background: linear-gradient(90deg, #00ffff, #00bbff);
        color: rgb(0, 0, 0);
        padding: 10px 21px;
        margin-bottom: 5px;
        border: none;
        border-radius: 5px;
        cursor: pointer;
        font-size: 20px;
        font-family: "Jura", sans-serif;
    font-optical-sizing: auto;
    font-weight: 700;
    font-style: normal;
}

.action-btn:hover {
    background: linear-gradient(90deg, #00bbff, #00ffff);
}



.payy{
    color: #ffffff;
    font-size: 30px;
    margin-top: 10px;
    font-family: "Anaheim", sans-serif;
    font-optical-sizing: auto;
}

/* Ultra-Small Devices (Mobile) */
@media screen and (max-width: 360px) {
    body {
        width: 100%;
        /* padding-left: 1;
        padding-right: 1; */
        font-size: calc(var(--base-font-size) * 0.9);
    }

    .logo {
        width: 200px;
        margin-left: 5px;
    }

    header {
        width: 100%;
        padding: 5px;
    }
    .hamburger {
        margin-top: 1px;
        margin-right: 15px;
    }

    .slideshow-container{
        padding-top: 20px; 
        width: 100%;
        margin-left: 11%;
        margin-right: 12%;
        margin-bottom: 4px;
    }

    .mySlides img {
        width: auto;
        height: 430px;
    }

    .prev{
        left: -14%; 
        /* padding:1px ;  */
    }
    .next{
        right: -10%; 
        /* padding:1px ;  */
    }
    .para-parent{
        width: 100%;
        margin-left: 10%;
        margin-right: 12%;
        margin-top: 1px;
        margin-bottom: 4px;
    }
    .para-container {
        width: 100%;
        padding: 6px;
    }

    .label-text {
        font-size: 13px;
        margin-bottom: 7px;
    }
    .get_in_touch-button {
        width: 150px; 
        font-size: 13px;
        padding: 7px 15px;
        margin-bottom: 6px;
    }

    .marquee-container {
        margin-left: 10%;
        margin-right: 12%;
    }

    .box2{
        width: 100%;
        margin-left: 10%;
        margin-right: 6%;
        padding: -10px;
    }

    .video-gallery {
        width: 350px;
        gap: 5px;
        margin: 5px;
    }
    .cover-photo {
        width: 150px;
    }

    .text-content {
    margin-left: 5px;
    width: 210px;
    height: auto;
    }
    .video-title {
        font-size: 13px;
        margin-top: 4px;
    }
    
    .video-description {
        font-size: 13px;
        margin-top: -13px;
    }

    .video-container {
        margin-top: 40px;
    }
    .ticket-amount {
        font-size: 13px;
        margin-top: -13px;
        margin-bottom: 1px;
    }
    .action-btn {
        width: 100px;
        font-weight: 600;
        font-size: 13px;
        padding: 5px 5px;
        /* margin-top: -15px; */
    }

    
}

/* Small Devices (Mobile) */
@media screen and (min-width: 361px) and (max-width: 576px) {

    body {
        width: 100%;
        /* padding-left: 1;
        padding-right: 1; */
        font-size: calc(var(--base-font-size) * 0.95);
    }

    .logo {
        width: 200px;
        margin-left: 5px;
    }

    header {
        width: 100%;
        padding: 5px;
    }
    .hamburger {
        margin-top: 1px;
        margin-right: 15px;
    }

    .slideshow-container{
        padding-top: 20px; 
        width: 100%;
        margin-left: 11%;
        margin-right: 12%;
        margin-bottom: 4px;
    }

    .mySlides img {
        width: auto;
        height: 430px;
    }

    .prev{
        left: -14%; 
        /* padding:1px ;  */
    }
    .next{
        right: -10%; 
        /* padding:1px ;  */
    }
    .para-parent{
        width: 100%;
        margin-left: 10%;
        margin-right: 12%;
        margin-top: 1px;
        margin-bottom: 4px;
    }
    .para-container {
        width: 100%;
        padding: 6px;
    }

    .label-text {
        font-size: 13px;
        margin-bottom: 7px;
    }
    .get_in_touch-button {
        width: 150px; 
        font-size: 13px;
        padding: 7px 15px;
        margin-bottom: 6px;
    }

    .marquee-container {
        margin-left: 10%;
        margin-right: 12%;
    }

    .box2{
        width: 120%;
        margin-left: 10%;
        margin-right: 6%;
        padding: -10px;
    }

    .video-gallery {
        width: 350px;
        gap: 5px;
        margin: 5px;
    }
    .cover-photo {
        width: 150px;
    }

    .text-content {
    margin-left: 5px;
    width: 210px;
    height: auto;
    }
    .video-title {
        font-size: 13px;
        margin-top: 4px;
    }
    
    .video-description {
        font-size: 13px;
        margin-top: -13px;
    }

    .video-container {
        margin-top: 40px;
    }
    .ticket-amount {
        font-size: 13px;
        margin-top: -13px;
        margin-bottom: 1px;
    }
    .action-btn {
        width: 100px;
        font-weight: 600;
        font-size: 13px;
        padding: 5px 5px;
        /* margin-top: -15px; */
    }
}

/* Tablets */
@media screen and (min-width: 577px) and (max-width: 992px) {
    body {
        font-size: var(--base-font-size);
    }

    .logo {
        width: 190px;
        margin-left: 5px;
    }

    .back-btn {
        font-size: 16px;
        padding: 8px 15px;
    }

    .video-container {
        margin-top: 1px;
    }

    iframe {
        width: 90%;
        height: auto;
        max-width: 840px;
    }

    .header-container {
        width: 90%;
        transform: translate(-50%, 0%);
        left: 50%;
    }

    .header-container h1 {
        font-size: var(--header-font-size);
    }

    .description {
        font-size: var(--base-font-size);
        width: 90%;
        padding: 0 15px;
    }
}

/* Desktop and Large Screens */
@media screen and (min-width: 993px) {
    /* Existing styles remain unchanged */
}

/* Responsive Utility */
@media screen and (max-width: 1200px) {
    * {
        max-width: 100%;
        box-sizing: border-box;
    }
}

/* Horizontal Orientation Handling */
@media screen and (max-height: 500px) {
    .video-container {
        flex-direction: row;
        display: flex;
        align-items: center;
        margin-top: 70px;
    }

    iframe {
        max-width: 60%;
        margin-right: 20px;
    }

    .header-container, .description {
        width: 40%;
    }
}

