.dropdown-toggle::after {
    display: none !important;
}

nav {
    z-index: 1000;
}

.nav-link {
    font-size: 20px;
    font-weight: 500;
    color: rgb(241, 239, 239);
}

.nav-link:focus,
.nav-link:hover {
    color: #fff !important;
}

.navbar {
    background: rgba(0, 0, 0, 0.45);
    backdrop-filter: blur(2px);
    box-shadow: 0px 4px 4px 0px rgba(0, 0, 0, 0.100);
    position: fixed !important;
    width: 100%;
    top: 0;
    z-index: 1000;
}

.navbar-nav .nav-link.active,
.navbar-nav .show>.nav-link {
    color: white !important;
}

.nav-item {
    margin: 1rem;
}

.nav-item:hover {
    transform: scale(1.1) !important;
    transition: all 0.5s !important;
}

.zoom {
    transition: all 0.5s !important;
}

.zoom :hover {
    transition: all 0.5s !important;
    transform: scale(1.1) !important;
}

.divItem {
    margin-right: 2rem !important;
    margin-left: 2rem !important;
}

.dispNone {
    display: none;
}

@media (max-width: 992px) {
    .dispNoneMobi {
        display: none;
    }

    .navbar {
        z-index: 999;
        position: fixed;
        top: 0;
        width: 100%;
    }

    .dispNone {
        display: initial;
    }

    .borderF {
        border: solid 1px #fff;
    }
}