.nav-tabs{
    border: none;
    justify-content: center;
}
.nav-tabs .nav-link{
    width: 25%;
    font-family: Tektur;
    padding: 20px 2rem;
    position: relative;
    color:rgba(20, 22, 78, 1);
}
.nav-tabs .nav-link span{
    font-family: Tektur;
    font-weight: 800;
    font-size: 25px;
}
.nav-tabs .nav-link.active{
    background: #14164E;
    background: radial-gradient(circle,rgba(20, 22, 78, 1) 0%, rgba(2, 7, 141, 1) 100%);
    
}

.nav-tabs .nav-link.active span {
    /* color: linear-gradient(to bottom, #F6D563 -16.67%, #D39A32 -1.67%, #F6D563 13.33%, #D39A32 28.33%, #F6D563 43.33%, #D39A32 58.33%, #F6D563 73.33%, #D39A32 88.33%, #F6D563 103.33%, #D39A32 118.33%); */
    background: #3A169D;
    background: linear-gradient(90deg, 
     rgba(58, 22, 157, 1) 0%,
     rgba(108, 91, 232, 1) 20%,
     rgba(31, 190, 107, 1) 40%, 
     rgba(82, 184, 234, 1) 60%,
     rgba(180, 71, 190, 1) 80%,
     rgba(61, 2, 148, 1) 100%);
    -webkit-background-clip: text;
    background-clip: text;
    -webkit-text-fill-color: transparent;
    color: transparent;
    /* -webkit-text-stroke: .5px rgba(255,255,255,.5); */
    text-shadow: 0px 0px 0px rgba(255, 255, 255, 0.3);
    -webkit-background-clip: text;
    -moz-background-clip: text;
    background-clip: text;
}

.nav-tabs .nav-link.active::before,
.nav-tabs .nav-link.active::after {
  content: "";
  position: absolute;
  left: 0;
  width: 100%;
  height: 3px;
  background: transparent;
      background: radial-gradient(circle, #9c72ffc5 0%, #9c72ff84 50%, rgba(237, 221, 83, 0) 100%);
  /* box-shadow: 0 0 15px rgb(255, 255, 255), 0 0 30px rgb(255, 255, 255); */
    /* box-shadow: 0 0 20px inset rgba(0,0,0,0.4); */

}

.nav-tabs .nav-link.active::before {
  top: 0px;
}

.nav-tabs .nav-link.active::after {
  bottom: 0px;
}
.text-container{
    width: 50%;
    padding: 5rem 0 5rem 5rem;
}
.image-container{
    width: 50%;
}