
p,
h1,
h2,
h3,
h4,
h5,
h6,
a,
li,
div,
span,
button {
    font-family: 'Open Sans', sans-serif !important;
}
.bg-black {
    background-color: black !important;
}

.nav-custom-wrapper li a.nav-link {
    letter-spacing: 0;
    font-size: 16px;
    font-weight: 500;
    color: #fff !important;
}

.nav-custom-wrapper li a.nav-link.active {
    color: #fbd247 !important;
}

.bg-primary-color {
    background-color: #fbd247 !important;
}
.text-primary-color {
    color: #fbd247 !important;
}
.form-control:focus {
    box-shadow: 0 0 0 0.25rem #fbd24740 !important;
}

.footer-logo {
    width: 100% !important;
    max-width: 200px;
}

.box-item {
    width: 20%;
}

.footer-custom-wrapper {
    padding-top: 80px !important;
}
.berater-image{
    height: 100% !important;
    object-fit: cover;
    object-position: top !important
}
.profile-basic-custom-wrap .profile-section {
    position: relative;
    margin-top: -75px;
    border-top-left-radius: 0px !important;
        border-top-right-radius: 0px !important;
}
.custom-reviewSec {
    background: #fbd247 !important;
}
.event-cover-image {
    height: 450px !important;
    width: 100%;
    object-fit: fill;
}

.container.auth-wrapper {
    position: relative;
    margin-top: 100px;
}
.cookie_containder {
    position: fixed;
    bottom: 0;
    width: 100%;
}

.js-cookie-consent {
    width: 100% !important;
    text-align: center;
    bottom: 0 !important;
    top: none !important;
    position: relative !important;
}

.max-w-7xl {
    background-color: #fbd247;
}

.js-cookie-consent-agree {
    border-radius: 7px;
    background: #5a5656;
    color: white;
}