body{
    direction: rtl;
}
.bg-primary {
    background-color: rgb(187, 198, 62);
}
.bg-primary {
    --bs-bg-opacity: 1;
    background-color: rgb(97 100 8 / 69%) !important;
}
.text-primary {
    --bs-text-opacity: 1;
    color: rgb(146 148 85) !important;
}
.navbar-nav{
    text-align: center;
}
.nav-item{
text-align: center;
margin-left: 50px;
}
.fa-li {
    right: calc(var(--fa-li-width, 2em) * -1);}
    .nav-item{
    color:rgb(125, 22, 22)
    }
