
@import url('https://fonts.googleapis.com/css2?family=Fredoka:wght@300..700&family=Poppins:wght@500&display=swap');

body{
  background-color: black;
  color: white;
    overflow-x: hidden;
    margin: 0px;
    padding: 0px;
    font-family: "Fredoka", sans-serif;
}
    .navbar-nav .nav-link {
      padding: 0.3rem 0.5rem;  
      font-size: 0.9rem;       
    }

    @media (min-width: 992px) {
      .navbar-nav {
        flex-wrap: wrap;      
      }
    }
.navbar-toggler-icon {
    background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 30 30'%3e%3cpath stroke='white' stroke-width='2' d='M4 7h22M4 15h22M4 23h22'/%3e%3c/svg%3e");
  }
  .header {
  background: rgba(88, 28, 135, 0.3); 
  padding: 5px 0;
  position: fixed;
  top: 0;
  left: 0;
  z-index: 999;
  width: 100%;
  box-shadow: 0 0 20px rgba(208, 60, 208, 0.8);

  backdrop-filter: blur(10px);     
  -webkit-backdrop-filter: blur(10px); 
  border-bottom: 1px solid rgba(255, 255, 255, 0.1); 
}

    .header img{
      max-height: 10px;
      width: auto;
    }
.logo-icon {
  color: white;
  font-size: 2rem;
  margin: 0 5px 0 20px;
  transition: color 0.3s ease;
}

.logo-icon:hover {
  cursor: pointer;
 
}

    .nav-link{
        color: #F1F5F9;
        transition: all 0.3s ease;
        
    }
    .navbar-nav .nav-link {
    font-size: 0.8rem !important;
}

   .nav-link:hover{
   transform: scale(1.1);
color: #ffffff;
   }
   




.underlined{
  display: inline-block;
  border-bottom:4px solid #581C87;
  padding-bottom: 4px;
}
.btn{
  background-color: #581C87;
  color: white;
  
}
.btn:hover{
  background-color: #703c98;
}

footer{
  background-color: #581C87;
}

.my-10{
  margin-top: 6rem;
  
}


.contact-container {
  min-height: calc(100vh - 120px); 
  display: flex;
  justify-content: center;
  align-items: center;
}

.contact-box {
  width: 600px;
  padding: 30px;
  background-color: white;
  box-shadow: 0 0 10px rgba(0,0,0,0.1);
  border-radius: 10px;
  display: flex;
  flex-direction: column;
  gap: 15px;
}

.mx-10{
  margin-left: 3rem;
  margin-right: 3rem;
}







.shadow-purple{
    box-shadow: 0 0 80px rgba(128, 0, 128, 0.6); 
}
.shadow-hover-purple {
  transition: box-shadow 0.3s ease-in-out;
}
.shadow-hover-purple:hover {
  box-shadow: 0 0 80px rgba(128, 0, 128, 0.6); 
}
.card{
padding: 20px;
background-color: black;
color: white;
box-shadow: 0 0 20px rgba(128, 0, 128, 0.6); 
}

.box{
  height: 100vh;
  width: 95%;
 
   box-shadow: 0 0 80px rgba(128, 0, 128, 0.6); 
}
.lists{
  list-style: none;
}
.lists:hover{
  background-color: #581C87;
  padding: 7px;
}
.colors{
  color: white;

  text-decoration: none;
}


.ques-para{
  width: 100%;
box-shadow: 0 0 80px rgba(140, 0, 120, 0.3); 
  background-color: #292829;
  padding: 20px;
  margin: 10px 0px 10px 0px;
  border-radius: 5px;
  font-size: 1.3rem;
}


.answer{
  width: 100%;
background-color: #1b1a1b;
padding: 20px;
font-size: 1.1rem;
}

.advan{
  width: 95%;
 box-shadow: 0 0 20px rgba(128, 0, 128, 0.6); 
  padding: 20px;
  border-radius: 10px;
  background-color: #131213;
  margin: 30px;
}
.advan:hover{
  background-color: #292829;
}

.size{
  font-size: 1.3rem;
  color: white;
}

.size:hover{
  color: #ccc9cc;
}
.footer-btn{
  background-color: black;
  color: white;
 box-shadow: 0 0 20px rgba(128, 158, 4, 0.6); 
 padding: 10px;
 border: 2px solid black;
 border-radius: 5px ;
 text-decoration: none;
 margin: 10px 0px 0px 30px;

}
.footer-btn:hover{
background-color: #0b080b;
 box-shadow: 0 0 20px rgba(128, 208, 4, 0.6); 
}
.chng-col{
  color: black;
}
.chng-col:hover{
  color: rgb(109, 108, 108)
}

