/* --- HEADER & NAVBAR STYLES --- */
.header-area .main-header {
    padding: 0px 120px;
}

.header-area .main-header .menu-wrapper {
    display: flex;
    align-items: center;
    justify-content: space-between;
}

.main-menu ul li {
    display: inline-block;
    position: relative;
}

.main-menu ul li a {
    font-size: 20px;
    font-family: "Josefin Sans", sans-serif;
    color: #141517;
    font-weight: 600;
    padding: 41px 21px;
    display: block;
    text-transform: capitalize;
    transition: all .3s ease-out 0s;
}

.main-menu ul li:hover > a {
    color: #ff2020;
}

.header-right ul {
    display: flex !important;
    justify-content: space-between;
}

.header-right span {
    color: #000000;
    font-size: 16px;
    cursor: pointer;
    padding: 31px 19px;
}

.header-right span:hover {
    color: #ff2020;
}

.header-sticky.sticky-bar {
    background: #fff;
    box-shadow: 0 10px 15px rgba(25, 25, 25, 0.1);
}

.sticky-bar {
    left: 0;
    margin: auto;
    position: fixed;
    top: 0;
    width: 100%;
    z-index: 9999;
}

/* NEW */
ul {
  list-style: none;
  padding-left: 0;
  margin: 0;
}


/*
** ===================================================================
** NAVBAR BOOTSTRAP 5 OVERRIDE
** This rule restores the original theme's look for the navbar links
** and prevents Bootstrap from changing the font, color, or underline.
** ===================================================================
*/
.main-header .main-menu ul li a {
    font-family: "Josefin Sans", sans-serif !important;
    font-size: 20px !important;
    font-weight: 600 !important;
    color: #141517 !important;
    text-transform: capitalize !important;
    text-decoration: none !important; /* This removes the underline */
}

/* This restores the hover color */
.main-header .main-menu ul li a:hover {
    color: #ff2020 !important;
}


/* .nav-icon-wrapper {
    position: relative;
    display: inline-block;
}

.nav-badge {
    position: absolute;
    top: -8px;
    right: -10px;
    background: #ff2020;
    color: white;
    padding: 2px 6px;
    font-size: 11px;
    border-radius: 50%;
    font-weight: bold;
} */
    