body{
    font-family: "Montserrat", sans-serif;
}
header{
    background-color: #f7f1ff;
    padding-top: 10px;
    padding-bottom: 10px;
}
.nav-item{
    display: inline-block;
    margin: 0px 15px;
}
.nav-item .nav-link{
    font-size: 12px;
    line-height: 24px;
    font-weight: 600;
    text-transform: uppercase;
    color: #7c3aed;
}
.nav-item .nav-link:hover{
    color: #1e1b4b;
}
.nav-item .active{
    color: #1e1b4b;
}


.navbar-toggler {
    border: none !important;
    outline: none !important;
    box-shadow: none !important;
  }
  
.navbar-toggler:focus,
  .navbar-toggler:focus-visible {
    outline: none !important;
    box-shadow: none !important;
  }
  
 
.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='%237c3aed' stroke-linecap='round' stroke-miterlimit='10' stroke-width='2' d='M4 7h22M4 15h22M4 23h22'/%3E%3C/svg%3E");
  }
  