#loadingScreen {
    animation-name: fadeOut;
    animation-duration: 2s;
    animation-delay: 3s;
    /* Delay before the animation starts */
    animation-timing-function: ease-in-out;
    position: absolute;
    z-index: 5;
    width: 100%;
    height: 100vh;
    background-color: white;
    color: black;
    display: inline-flex;
    align-items: center;
    justify-content: center;
}

#navlogo {
    width: 15%;
}

.bg-blur {
    background: transparent;
    backdrop-filter: blur(10px);
}

.l-logo {
    width: 60%;
    height: auto;
}

.w-logo {
    width: 38%;
    height: auto;
}

.special-elite-regular {
    font-family: "Special Elite", system-ui;
    font-weight: 400;
    font-style: normal;
}

.navbar-nav .nav-item .nav-link.active {
    color: rgb(0, 174, 229);
    /* Change the color */
    font-weight: bold;
    /* Make it bold */
    /* Add other styles as needed */
}

.h2-main {
    text-transform: uppercase;
    color: white;
    font-family: system-ui, -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, Oxygen, Ubuntu, Cantarell, 'Open Sans', 'Helvetica Neue', sans-serif;

}