.navbar{
    /* background-color: #f9f2ec !important; */
    /* background-color: #161a23 !important; */
    background-color: #f2f5ea !important;
    /* box-shadow: 0px 3px 5px #474747 !important; */
    box-shadow: 0px 1px 2px #151618 !important;
    padding: 0;
}
.navbar-brand{
    font-weight: 600;
    font-size: 30px;
    /* background: linear-gradient(308deg, #010101, #e25204); */
    /* background: linear-gradient(308deg, #c27b3d, #f9f3ec); */
    background: #2c363f;
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
}
.nav-link{
    font-size: 16px;
    font-weight: 500;
    /* color: #c27b3d !important; */
    /* color: #f9fdff !important; */
    color: #2c363f !important;
    /* color: #e25204 !important; */
}

.active{
    /* color: #c05a01 !important; */
    /* border-bottom: 2px solid #c05a01; */
    /* color: #f9fdff !important; */
    /* border-bottom: 2px solid #f9fdff; */
    color: #2c363f !important;
    border-bottom: 2px solid #2c363f;
}

.card{
    box-shadow: 3px 3px 5px rgb(146 146 146) !important;
}

.btn-primary{
    /* background-color: #c27b3d !important; */
    background-color: #2c363f !important;
    /* border-color: #e87815 !important; */
    border-color: #f2f5ea !important;
}

.form-label{
    /* color: #c27b3d !important; */
    color: #f2f5ea !important;
}





