.nav,.nav-link{
	
}
.nav-link:hover{
	color: #8900cc;
}

.nav{
	position: sticky;
}
/* Add this style to your CSS */
.navbar-toggler-icon {
  background-color: transparent;
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg viewBox='0 0 30 30' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath stroke='white' stroke-width='2' d='M4 7h22M4 15h22M4 23h22'/%3E%3C/svg%3E");
  background-repeat: no-repeat;
  background-position: center;
  background-size: 40px 40px;
}


.bio{
	font-size: 18px;
	color: white;
}
.mega-margin{
	margin: 4rem;
}
.bio-heading{
	color: #aa76fd;
}

.nav{
	box-shadow: 0px 3px 50px #8900cc ;
}
.navbar,.navbar-expand-lg,.nav{

}
.padding{
	padding: 1rem;
	margin-bottom: 2rem;
}

.headers{

}
.menu{
font-family: 'Poppins', sans-serif;
font-family: 'Roboto Mono', monospace;
color: white;

}

.heading{
		color: #8900cc;
}


.selected-menu{
	color: #8900cc;
	box-shadow: 0px 5px 0px #8900cc  ;
}


body::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: linear-gradient(7deg, #0b071e calc(50% - 1px), #05030e 50%);
  background-repeat: no-repeat;
  background-size: cover;
  background-blend-mode: overlay;
  z-index: -1; /* Place the pseudo-element behind the body content */

}

    .image-container {
      display: flex;
      flex-wrap: wrap;
      justify-content: space-between;
    }

    .image-container img {
      max-width: 100%;
      height: auto;
      margin-bottom: 10px; /* Optional: Add some spacing between images */
    }

.dark{
	background-color: #0b071e;
}

.pic{
	margin: 1rem;
	box-shadow: 0px 5px 0px #8900cc;
}

.biopics{
	box-shadow: 0px 5px 0px #8900cc ;
}

.margin{
	margin: 1rem;
}

.black{
	background-color: #05030d;
}

.spotify{
		box-shadow: 0px -5px 0px #8900cc ;
}

.card,.card-body{
	margin: 1rem;
	background: linear-gradient(-55deg, #A41A9E calc(50% - 1px), #ff89fb 50%);
			box-shadow: 0px 5px 30px #8900cc ;
}

.btn-primary{
	background: linear-gradient(-55deg, #A41A9E calc(50% - 1px), #ff89fb 60%);
	border: transparent;
	border-radius: 25px;
	box-shadow: 0px 5px 30px black;
}


.blue{
	background-color: #0b071e;
}

a{
	color: purple ;
}

.mid{
	text-align: center;
}

.glassy {
  background: rgba(255, 100, 255, 0.1); /* Semi-transparent background */
  backdrop-filter: blur(10px); /* Frosted glass blur */
  -webkit-backdrop-filter: blur(10px); /* Safari support */
  border: 1px solid rgba(255, 255, 255, 0.2); /* Light border for shine */
  border-radius: 16px; /* Smooth rounded corners */
  box-shadow: 0 4px 30px rgba(0, 0, 0, 0.5); /* Soft shadow */
  transition: all 0.3s ease-in-out;
}
.glassy2 {
  background: rgba(255, 255, 255, 0.001); /* Semi-transparent background */
  backdrop-filter: blur(10px); /* Frosted glass blur */
  -webkit-backdrop-filter: blur(10px); /* Safari support */
  border: 1px solid rgba(255, 255, 255, 0.2); /* Light border for shine */
  border-radius: 16px; /* Smooth rounded corners */
  box-shadow: 0 4px 30px rgba(0, 0, 0, 0.5); /* Soft shadow */
  transition: all 0.3s ease-in-out;
}
.white-text{
	color: white;
}

/* Footer Styling */
.footer {
  background: #1a0033;
  color: #fff;
  padding: 40px 20px 20px;
  font-family: 'Segoe UI', sans-serif;
}

.footer-container {
  display: flex;
  flex-wrap: wrap;
  gap: 30px;
  justify-content: space-between;
  max-width: 1200px;
  margin: auto;
}

.footer-section {
  flex: 1 1 200px;
}

.footer-section h2, .footer-section h3 {
  margin-bottom: 10px;
  color: #b280ff;
}

.footer-section ul {
  list-style: none;
  padding: 0;
  margin: 0;
}

.footer-section ul li {
  margin: 8px 0;
}

.footer-section ul li a {
  color: #ccc;
  text-decoration: none;
  transition: color 0.3s;
}

.footer-section ul li a:hover {
  color: #fff;
}

.social-icons a {
  margin-right: 12px;
  display: inline-block;
  transition: transform 0.3s;
}

.social-icons a:hover {
  transform: scale(1.2);
}

.footer-bottom {
  text-align: center;
  margin-top: 30px;
  font-size: 14px;
  border-top: 1px solid rgba(255,255,255,0.1);
  padding-top: 15px;
  color: #aaa;
}






