@font-face {
    font-family: audiowide;
    src: url("src/Audiowide-Regular.ttf");
}
.carousel-indicators .carButton {
    border-radius: 100%;
}
.przycisk {
    display: flex;
    /* background-color: rgba(255, 255, 255, 0.30); */
    width: 48px;
    height: 48px;
    text-align: center;
    background-color: rgba(0, 0, 0, 0.45);
    border-radius: 100%;   
}
.przycisk span {
    margin: auto;
}
#carouselExampleFade {
    border-top: 1px solid rgba(0, 0, 0, 0.3);
    border-bottom: 1px solid rgba(0, 0, 0, 0.3);
    filter: drop-shadow(0px 0px 5px black);
}
.navbar-nav .nav-link {
    color: gray;
    font-size: 17px;
    font-weight: bold;
    margin-left: 10px;
    margin-right: 10px;
    transition: .3s;
}
.navbar-nav .nav-link:hover {
    color: black;
}
.navbar-nav .nav-link:focus {
    color: red;
}
.nav-item .nav-link::after {
    background-color: red;
    width: 100%;
    height:1px; 
    border: 1px solid black;
    content: '';
    transition: 0.34s ease-in-out;
}   

.nav-item:hover > .nav-link::after {
    width: 0px;
    border: 0px solid black;
}

.nav-link-active {
    border: 0px solid black !important;
    color: red !important; 
}
.nav-link-active::after {
    display: none !important;
}
.dropdown-item-active {
    color: rgb(255, 81, 81) !important;
}
.ih {
    margin:auto;
    padding: 3px 20px;
    border-radius: 5px;
    background-color: rgba(0,0,0,0.5);
    filter: drop-shadow(0px 0px 10px black);
    text-align: center;
}
.belt {
    width: 100%;
    height: 5px;
    background-color: rgba(0, 0, 0, 0.1);
    backdrop-filter: drop-shadow(0px 0px 5px black);;
}
.dropdown-item {
    cursor: pointer;
}
.navToggle-dark {
    background-image: url("data:image/svg+xml;charset=utf8,%3Csvg viewBox='0 0 32 32' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath stroke='rgba(0,0,0, 0.8)' stroke-width='2' stroke-linecap='round' stroke-miterlimit='10' d='M4 8h24M4 16h24M4 24h24'/%3E%3C/svg%3E") !important;
}

/* Size window webs */
@media (max-width: 998px) {
    .nav-item .nav-link {
        font-size: 16px !important;
    }
}
