.bgd-nav {
    background-color: #c21b17;
}

.item-menu {
    font-weight: 400;
}

.item-menu span {
    transition: all 0.3s;
    position: relative;
    color: #fff;
}

.item-menu:hover{
    background-color: #aa1b17;
}
.item-menu.active{
    background-color: #aa1b17;
}
.dropdown-open .item-menu.active {
    background-color: #aa1b17;
}
/* .scroll .item-menu {
    opacity: 1 !important;
}

.scroll .item-menu span {
    color: #fff;
}
.scroll .item-menu:hover span{
    color: #fff;
} */

.icon-dropdown .cls-1 {
    fill: #fff;
    width: 100%;
    height: 100%;
}

.item-menu:hover .icon-dropdown .cls-1 {
    fill: #fff;
    width: 100%;
    height: 100%;
}


.bgd-nav:before {
    position: absolute;
    top: 0;
    left: 0;
    content: '';
    width: 23%;
    height: 100%;
    background-color: #aa1b17;
    z-index: 0;
    border-radius: 20px;
    transition: all 0.6s;
    visibility: visible;
    opacity: 1;
}

.scroll .bgd-nav:before{
    border-top-left-radius: 0;
}

.burger-menu .line {
    background: #fff;
}
.burger-menu .line {
    background: #fff;
}