/* ---------------------------
    Footer Css 
------------------------------*/
.reactheme-footer {     
    background: #0e1423;
    .navbar-menu{
        ul{
            list-style: none;
            margin:0;
            padding: 0;
        }
    }
}

.reactheme-footer {
    background: #0e1423;
    font-size: 16px;
    color: #fff;
    position: relative;
    .widget.widget_nav_menu {
        ul {
            li {
                margin-bottom: 5px;
                a {
                    position: relative;
                    display: inline-block;
                    color: #fff;
                    padding-left: 35px;
                }
            }
            &.menu {
                margin-top: -5px;
            }
        }
    }
    
    ul {
        padding: 0;
        margin: 0;
        list-style: none;

        li {
            &:last-child {
                padding-bottom: 0;
            }
        }
    }
    
}
.error404 {
    .reactheme-footer {
        margin: 0
    }
}


.footer-bottom {    
    background: #111;
    .copyright_border {
        padding: 20px 0;
        text-align: center;    
        color:#fff; 
        .copyright{
            text-align: center;          
        }
    }
    .copyright {
        a{
            color: #fff;
            font-weight: 700;
        }
        p{
            margin: 0;
            line-height: 35px;
        }
    }
}

#top-to-bottom {
    text-align: center;
    bottom: 40px;
    cursor: pointer;
    display: none;
    position: fixed;
    right: 40px;
    z-index: 10; 
    text-align: center;
    i {
        display:block;
        height: 50px;
        font-size: 24px;
        width: 50px;
        border-radius: 50%;
        background: var(--primaryColor);
        color: #fff;
        line-height: 45px;
        transition: all 0.3s ease 0s;
        background-color: var(--primaryColor);
        margin-left: 2px;
        box-shadow: 0px 0px 2px rgba(0, 0, 0, 0.4);

        &:hover {
            opacity: 0.8;
        }
        &::before{
            font-weight: 600 !important;
            line-height:2em;
        }
    }
}