.active-nav-link::after {
    content: '';
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
    height: 2px;
    background-color: rgba(0, 113, 186, 0.3); /* #0071ba at 50% opacity */
    transform: scaleX(1);
    transition: transform 0.3s ease-in-out;
  }
  
.pswp__bg {
  background: #000f1f !important;
}