.header-main {
    padding-bottom: 3px;
    box-shadow: 1px 1px 10px 0px #afafaf;
    z-index: 1;
    position: fixed;
    width: 100%;
    background-color: white;
}

.header-section {
    position: relative;
}

.header-section::after {
    content: '';
    display: block;
    width: 109px;
    height: 500px;
    background-color: white;
    position: absolute;
    transform: rotate(63deg) skew(-20deg, -7deg);
    left: -216px;
    top: -211px;
    z-index: 2;
    /* border-right: 1px solid #32383f;
    border-top: 1px solid #32383f; */
}

.navbar-style{
    border-bottom: 1px solid #b2b3b3;
    padding: 5px;
}

.header-section::before {
    content: '';
    display: block;
    width: 69px;
    height: 491px;
    background-color: #a02f2f;
    position: absolute;
    transform: rotate(65deg) skew(-19deg, 50deg);
    left: -208px;
    top: -194px;
    z-index: 2;
}

.header-section .navbar {
    position: relative;
    height: auto;
    min-height: none;
    margin-bottom: 0;
    border-radius: 0;
    border: none;
    background: transparent !important;
}

.header-border {
    border-bottom: 1px solid #32383f;
}

.menu-style {
    z-index: 2;
    position: relative;
    margin-top: 3px;
    box-shadow: inset 0px 0px 4px 0px #e2e2e2;
    border-radius: 20px;
}

.brand-style {
    position: relative;
    z-index: 3;
}

.nav-item {
    font-size: 14px;
}

.active > a {
    color: #c92123 !important;
    background-color: transparent !important;
}

.item.active {
    border: 0;
    border-radius: 0;
}
.dropdown-menu {
    background-color: transparent;
    margin: 0;
    padding: 0;
    border: 0;
}

.dropdown-menu-section {
    position: relative;
    display: flex;
    flex-direction: column;
    background-color: white;
}

.dropdown-menu-section .dropdown-item {
    position: relative;
    color: #686a77;
    border-bottom: 1px solid #dad6d6;
    padding: 8px;
    transition: all 200ms;
}

.dropdown-menu-section .dropdown-item:hover {
    background-color: #e7e7e7;
    transition: all 200ms;
    text-decoration: underline;
}

.login {
    position: relative;
    display: flex;
    height: 50px;
    left: 30px;
    justify-content: center;
    align-items: center;
}

.header-item {
    margin-top: 3px;
}