
.gradient-bg{
    background: linear-gradient(-45deg, #1360aa 30%, #e83c35 70%);
}

.fit-content {
    width: fit-content;
}

.feathered-video {
    mask-image: radial-gradient(ellipse 50% 50% at center 50%, rgba(0,0,0,1) 40%, rgba(0,0,0,0) 100%);
}

.logo-video-1 {
    transform: scale(1.8) translate(0,0);
}

.logo-video-2 {
    transform: scale(1.8) translate(0,0);
    opacity: 0;
}

.backdrop-blur {
    backdrop-filter: blur(10px);
}

.navbar-opacity {
    background-color: rgba(255, 255, 255, .3) !important;
}

.navbar-text {
    color: #000000 !important;
}

.text-secondary {
    color: #b9b9b9 !important;
}

.navbar-toggler {
    background-color: white;
    border: none;
  }

.navbar-toggler:focus {
    outline: none;
    box-shadow: none;
}

