body{
    color: #000;
    margin: 0;
    padding: 0;
    height: auto; /* Adjusts based on content */
}
/*    navigation bar css end       */

.mainhead{
    margin-left: 10%;
    margin-right: 10%;
    font-weight: bold; 
    font-family:  'Trebuchet MS', 'Lucida Sans Unicode', 'Lucida Grande', 'Lucida Sans', Arial, sans-serif;
    font-size: xx-large;
    background-color: rgba(133, 151, 166, 0.2);
    border-radius: 10px;
    padding-left: 10px;
    padding-right: 10px;
    text-align: center;
    color: aliceblue;
}

.para{
    text-align: center;
}
.mainhead p{
    font-size:17px;
    text-align: center;

}
.paths{
    display: flex;
    gap: 0px;
    margin-left: 10%;
    margin-right: 10%;
}
.paths a{
    color: black;
    text-decoration: none;
    cursor: pointer;
}
.paths h3{
    font-size: 17px; /* Defines the size of the text */
    color: rgb(0, 0, 0); /* Sets the text color to black for visibility against a light background */
    font-weight: bold; /* Makes the text bold */
    text-align: left; /* Aligns the text to the left within the box */
    font-family: Verdana, Geneva, Tahoma, sans-serif;
    padding-left: 10px;
}
.paths img:hover{
    box-shadow: 0px 4px 10px rgba(0, 0, 0, 0.5);

    /* Slightly enlarges the image for a zoom-in effect on hover (optional) */
    transform: scale(1.05)
}
.paths img{
    transition: box-shadow 1s ease, transform 1s ease;
}
/*stream 0ne css*/

.streamone {
    padding-right: 5%;
    width: 80%;
    position: relative;
    display: inline-block;
}
.streamone img{
    width: 100%;
    height: 100%;
    box-shadow: 0 4px 4px rgba(0, 0, 0, 0.2); /* Adds a subtle shadow for depth */
    border-radius: 20px;
    border: 10px solid;
    border-color: hsla(0, 0%, 100%, 0.503);
}
.imgonehead {
    width: 90%;
    position: absolute; /* Positions the text relative to the container */
    left: 10px;
    bottom: -10px; /* Positions the text 10px from the bottom of the container */
    /* Removes the transform property since we're using bottom and left for positioning */
    background-color: rgba(255, 255, 255, 0.5); /* Adds a semi-transparent white background */
    border-radius: 10px; /* Rounds the corners of the background box */
    box-shadow: 0 4px 4px rgba(0, 0, 0, 0.2); /* Adds a subtle shadow for depth */
}


/*stream two cs*/

.streamtwo {
    padding-left: 5%;
    width: 80%;
    position: relative;
    display: inline-block;
}
.streamtwo img{
    width: 100%;
    height: 100%;
    box-shadow: 0 4px 4px rgba(0, 0, 0, 0.2); /* Adds a subtle shadow for depth */
    border-radius: 20px;
    border: 10px solid;
    border-color: hsla(0, 0%, 100%, 0.503);
   
}
.imgtwohead{
    width: 90%;
    position: absolute; /* Positions the text relative to the container */
    right: -10px;
    bottom: -10px; /* Positions the text 10px from the bottom of the container */
    background-color: rgba(255, 255, 255, 0.5); /* Adds a semi-transparent white background */
    border-radius: 10px; /* Rounds the corners of the background box */
    box-shadow: 0 4px 4px rgba(0, 0, 0, 0.2); /* Adds a subtle shadow for depth */
}

/* pathstwo css */

.pathstwo {
    display: flex;
    gap: 0px;
    padding-left: 10%;
    padding-right: 10%;
    margin-top: 50px;
    
}
.pathstwo h3{
    font-size: 17px; /* Defines the size of the text */
    color: rgb(0, 0, 0); /* Sets the text color to black for visibility against a light background */
    font-weight: bold; /* Makes the text bold */
    text-align: left; /* Aligns the text to the left within the box */
    font-family: Verdana, Geneva, Tahoma, sans-serif;
    padding-left: 10px;
}
.pathstwo a{
    color: black;
    text-decoration: none;
    cursor: pointer;
}
.pathstwo img:hover{
    box-shadow: 0px 4px 10px rgba(0, 0, 0, 0.5);

    /* Slightly enlarges the image for a zoom-in effect on hover (optional) */
    transform: scale(1.05)
}
.pathstwo img{
    transition: box-shadow 1s ease, transform 1s ease;
}
/*stream three css*/

.streamthree{
    padding-right: 5%;
    width: 80%;
    position: relative;
    display: inline-block;
}
.streamthree img {
    width: 100%;
    height: 100%;
    box-shadow: 0 4px 4px rgba(0, 0, 0, 0.2); /* Adds a subtle shadow for depth */
    border-radius: 20px;
    border: 10px solid;
    border-color: hsla(0, 0%, 100%, 0.503);
}
.imgthreehead{
    width: 90%;
    position: absolute; /* Positions the text relative to the container */
    left: 10px;
    bottom: -10px; /* Positions the text 10px from the bottom of the container */
    /* Removes the transform property since we're using bottom and left for positioning */
    background-color: rgba(255, 255, 255, 0.5); /* Adds a semi-transparent white background */
    border-radius: 10px; /* Rounds the corners of the background box */
    box-shadow: 0 4px 4px rgba(0, 0, 0, 0.2); /* Adds a subtle shadow for depth */
}

/* stream 4 */
.streamfour {
    padding-left: 5%;
    width: 80%;
    position: relative;
    display: inline-block;
}
.streamfour img{
    width: 100%;
    height: 100%;
    box-shadow: 0 4px 4px rgba(0, 0, 0, 0.2); /* Adds a subtle shadow for depth */
    border-radius: 20px;
    border: 10px solid;
    border-color: hsla(0, 0%, 100%, 0.503);
}
.imgfourhead {
    width: 90%;
    position: absolute; /* Positions the text relative to the container */
    right: -10px;
    bottom: -10px; /* Positions the text 10px from the bottom of the container */
    background-color: rgba(255, 255, 255, 0.5); /* Adds a semi-transparent white background */
    border-radius: 10px; /* Rounds the corners of the background box */
    box-shadow: 0 4px 4px rgba(0, 0, 0, 0.2); /* Adds a subtle shadow for depth */
}
 /*path Three css */

 .pathsthree {
    display: flex;
    gap: 0px;
    padding-left: 10%;
    padding-right: 10%;
    margin-top: 50px;
}
.pathsthree h3 {
    font-size: 17px; /* Defines the size of the text */
    color: rgb(0, 0, 0); /* Sets the text color to black for visibility against a light background */
    font-weight: bold; /* Makes the text bold */
    text-align: left; /* Aligns the text to the left within the box */
    font-family: Verdana, Geneva, Tahoma, sans-serif;
    padding-left: 10px;
}
.pathsthree a{
    color: black;
    text-decoration: none;
    cursor: pointer;
}
.pathsthree img:hover{
    box-shadow: 0px 4px 10px rgba(0, 0, 0, 0.5);

    /* Slightly enlarges the image for a zoom-in effect on hover (optional) */
    transform: scale(1.05)
}
.pathsthree img{
    transition: box-shadow 1s ease, transform 1s ease;
}

/* stream five css*/

.streamfive {
    padding-right: 5%;
    width: 80%;
    position: relative;
    display: inline-block;
}
.streamfive img {
    width: 100%;
    height: 100%;
    box-shadow: 0 4px 4px rgba(0, 0, 0, 0.2); /* Adds a subtle shadow for depth */
    border-radius: 20px;
    border: 10px solid;
    border-color: hsla(0, 0%, 100%, 0.503);
}
.imgfivehead {
    width: 90%;
    position: absolute; /* Positions the text relative to the container */
    left: 10px;
    bottom: -10px; /* Positions the text 10px from the bottom of the container */
    /* Removes the transform property since we're using bottom and left for positioning */
    background-color: rgba(255, 255, 255, 0.5); /* Adds a semi-transparent white background */
    border-radius: 10px; /* Rounds the corners of the background box */
    box-shadow: 0 4px 4px rgba(0, 0, 0, 0.2); /* Adds a subtle shadow for depth */
}

/* stream six css*/

.streamsix {
    padding-left: 5%;
    width: 80%;
    position: relative;
    display: inline-block;
}

.streamsix img{
    width: 100%;
    height: 100%;
    box-shadow: 0 4px 4px rgba(0, 0, 0, 0.2); /* Adds a subtle shadow for depth */
    border-radius: 20px;
    border: 10px solid;
    border-color: hsla(0, 0%, 100%, 0.503);
}

.imgsixhead {
    width: 90%;
    position: absolute; /* Positions the text relative to the container */
    right: -10px;
    bottom: -10px; /* Positions the text 10px from the bottom of the container */
    background-color: rgba(255, 255, 255, 0.5); /* Adds a semi-transparent white background */
    border-radius: 10px; /* Rounds the corners of the background box */
    box-shadow: 0 4px 4px rgba(0, 0, 0, 0.2); /* Adds a subtle shadow for depth */
}
footer {
    background-color: #070d36;
    color: white;
    text-align: center;
    padding: 20px;
    margin-top: auto;
}

body {
    margin: 0;
    padding: 0;
}

.bv {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    object-fit: cover; /* Ensures the video covers the entire screen */
    z-index: -1; /* Keeps the video behind other content */
}

.content {
    position: relative;
    z-index: 1; /* Places content above the video */
    color: white;
    text-align: center;
    padding: 20px;
}
@media screen and (max-width: 498px) {
    nav {
        padding: 10px 15px; /* Adjust padding for smaller screens */
    }

    nav ul {
        flex-direction: column;  /* Stack the navbar items vertically */
        align-items: center;  /* Center align the navbar items */
        padding: 0;
        margin: 0;
    }

    nav ul li {
        margin: 8px 0;  /* Space between navbar items */
    }

    nav ul li a {
        font-size: 16px;  /* Increase font size for better readability */
        width: 100%;  /* Make each link take the full width */
        text-align: center;  /* Center the text inside the link */
        padding: 12px;  /* Add padding for easy clicking */
    }
}


/* Dropdown menu styling */
.dropdown-menu {
    display: none; /* Initially hidden */
    position: absolute;
    top: 100%; /* Align just below the parent item */
    left: 0;
    background-color: #444;
    border-radius: 5px;
    padding: 0.5em 0;
    box-shadow: 0 4px 6px rgba(0, 0, 0, 0.2);
    z-index: 10; /* Ensure it appears above other elements */
    width: max-content; /* Prevents the dropdown from being too narrow */
}

.dropdown-menu a {
    display: block;
    padding: 0.5em 1em;
    color: white;
    text-decoration: none;
    white-space: nowrap; /* Prevent text wrapping */
}

.dropdown-menu a:hover {
    background-color: #666;
}

/* Show the dropdown on hover */
.dropdown:hover .dropdown-menu {
    display: block;
}

/* Fix potential overflow issues */
.header {
    overflow: visible; /* Ensure dropdown menus are not clipped */
}

/* Prevent overlap issues */
.dropdown-menu {
    pointer-events: auto; /* Ensures dropdown is interactive */
}
