






.navbar
    {
        background-color:#ffffff;
        color:#b6ff00;     
    }


  .navbar-logo
    {
        width:160px;
        height:auto;
    }
	
	
	.navbar-brand {
    margin-right: auto;
}
.navbar-nav {
    margin-left: auto;
}
@media (max-width: 991.98px) {
    .navbar-nav {
        margin-left: 0;
    }
}


.navbarLink 
    {
        color:#737373;
		transition: box-shadow 0.3s ease-in-out;
    }

.navbarLink:hover 
    {
        color:#ff5c00;
		text-decoration:underline;
		text-shadow:#999999;
		box-shadow: 0 5px 15px rgba(0, 0, 0, 0.3);

		
    }


.loginbtn 
    {
        color:#ffffff;
		background-color:#ff5c00;
    }

.hero{

    background-repeat: no-repeat;
    background-position: center;
    background-size: contain;
    max-width:100%;
    min-height:400px;
}



 .inner-content{

  position: absolute;
    top: 60%;
    left: 50%;
    transform: translate(-50%, -50%);
    text-align: center;
    color: white;
    background: rgba(0, 0, 0, 0.0);
    padding: 10px;
	}
	
.footer {
            background-image: linear-gradient(180.2deg, #0a2351 0%, rgba(56,141,217,1) 106.1%);
            padding: 20px 0;
            color: #ffffff;
        }
        .footer a {
            color: #ffffff;
            text-decoration: none;
        }
        .footer a:hover {
            color: #e0e0e0;
        }
        .social-icons a {
            margin-right: 15px;
        }
        .copyright-section {
            background-color: #0a2351;
            padding: 10px 0;
            color: #ffffff;
        }
        @media (max-width: 767.98px) {
            .social-icons {
                order: 2;
                text-align: center;
                margin-top: 10px;
            }
            .copyright-text {
                white-space: nowrap;
                font-size: 0.85rem; /* Font size for copyright line */
            }
            .footer a {
                font-size: 0.9rem; /* Slightly larger than copyright line */
            }
        }
		
		
		
		
	
.popular-genres {
            background-color: #141414;
            padding: 30px; 
            color: #ffffff;						
        }		
		
        .popular-genres h5 {
            font-size: 1.25rem; /* Increased font size for wide view */
			margin-bottom:50px;
        }
        .card-img-top {
            height: 200px; /* Set a fixed height for consistency */
            object-fit: cover; /* Ensures image covers the area without distortion */
            border: 1px solid rgba(255, 255, 255, 0.1); /* Added border to image only */
        }
        .card-title {
            border: none; /* Explicitly remove any border from card-title */
            margin: 0; /* Optional: Remove default margin if present */
            background-color: transparent; /* Make background transparent */
			color:#FFFFFF;
			font-size: 1.05rem;
			
			
        }
        .popular-genres .card {
			border:none;
            background-color: transparent; /* Make only cards under popular-genres transparent */
            width: 100%; /* Ensure cards fit within carousel items */
        }
        .owl-carousel .item {
            margin-right: 20px; /* Space between carousel items */
        }
		
		
		
		
		
		
		.music-career {
            background-image: linear-gradient(to bottom, #092214, #000000);
            padding: 50px;
            color: #ffffff;
        }
		
		.music-career p {
		font-size:16px;
		font-weight:light;
		color:#999999;

        }
		
		
		.video-container {
            position: relative;
            width: 100%;
            padding-bottom: 56.25%; /* 16:9 aspect ratio */
            overflow: hidden; /* Ensure video stays within bounds */
        }
        .video-container video {
            position: absolute;
            top: 0;
            left: 0;
            width: 100%;
            height: 100%;
            object-fit: cover; /* Ensures video fills the container */
        }
		
		
		

.featured-section {
            background-color: #141414;
            padding: 30px;
            color: #ffffff;
            border: 1px solid rgba(255, 255, 255, 0.1); /* Very thin, semi-transparent white border */
            border-radius: 0px; /* Slight rounding for glass effect */
            box-shadow: 0 4px 6px rgba(0, 0, 0, 0.3), /* Outer shadow for depth */
                       inset 0 1px 2px rgba(255, 255, 255, 0.05); /* Inner glow for glass */
            backdrop-filter: blur(5px); /* Optional: Adds a frosted glass effect (browser support varies) */
        }            .featured-section p {
                font-size: 1.25rem; /* Increased font size for wide view */
            }
        }










