#header-rise {
    background: #8E71A6;
}

#header-rise .main-header {
    width: 100%;
    display: flex;
    justify-content: center;
    position: absolute;
    height: 170px;
    max-width: 1920px;
    z-index: 9;
}

#header-rise .main-header .menu-background {
    background: linear-gradient(180deg, rgba(153, 34, 194, 0) 0%, rgba(255, 210, 96, 1) 0%, rgba(107, 65, 2, 1) 100%);
    /* opacity: 0.1; */
    box-shadow: 0px 4px 24px rgba(255, 255, 255, 0.25);
    backdrop-filter: blur(100px);
    width: 100%;
    height: 100%;
    position: absolute;
    z-index: -1;
}

#header-rise .main-header .main-content {
    display: flex;
    max-width: 1440px;
    height: 170px;
    align-items: center;
    justify-content: center;
}

#header-rise .main-header .main-content .menu-wrap .main-menu {
    display: flex;
    text-transform: uppercase;
}

#header-rise .main-header .main-content .menu-wrap .main-menu li {
    padding: 25px 0;
}

#header-rise .main-header .main-content .menu-wrap .main-menu li:not(:last-child) {
    margin-right: 56px;
    padding-left: 9px;
}

#header-rise .main-header .main-content .menu-wrap li {
    font-size: 14px;
    color: #FFFFFF;
    cursor: pointer;
    position: relative;
}

#header-rise .main-header .main-content .menu-wrap li a {
    color: #FFFFFF;
    padding: 15px;
}

#header-rise .main-header .main-content .menu-wrap .docs__icon {
    width: 8px;
    height: 8px;
    margin-left: 5px;
}

#header-rise .main-header .main-content .menu-wrap .sub-menu {
    position: absolute;
    right: -55px;
    background-color: #13192c;
    min-width: 160px;
    text-align: center;
    opacity: 0;
    visibility: hidden;
    -webkit-transform: translate(0px, 5px);
    -moz-transform: translate(0px, 5px);
    -o-transform: translate(0px, 5px);
    -ms-transform: translate(0px, 5px);
    transform: translate(0px, 5px);
    -webkit-transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    transition: all 0.3s ease;
    top: 64px;
}

#header-rise .main-header .main-content .menu-wrap .sub-menu li {
    margin: 0;
    padding: 15px;
}

#header-rise .main-header .main-content .menu-wrap .docs:hover .sub-menu {
    opacity: 1;
    visibility: visible;
    -webkit-transform: translate(0px, 0px);
    -moz-transform: translate(0px, 0px);
    -o-transform: translate(0px, 0px);
    -ms-transform: translate(0px, 0px);
    transform: translate(0px, 0px);
}

#header-rise .main-header .main-content .button-app {
    margin-left: 68.5px;
}

#header-rise .main-header .main-content .button-app a {
    font-size: 10px;
    padding: 8px 12.5px;
    background: linear-gradient(180deg, #FDD984 0%, #A38252 100%);
    border-radius: 4px;
    color: #FFFF;
}


/*# sourceMappingURL=header.css.map */