.background{
    position: absolute;
    z-index: -3;
    width: 100%;
    height: 100%;
}
.background div{
    background: #1E2339;
    height: 100%;
    width: 100%;
    opacity: 0.9;
}


.bg_1_container{
    position: absolute;
    z-index: -2;
    background-color: #988FAEFF;
    background-image: url(../imgs/bg_pice.jpg);
    background-attachment: fixed;
    height: 100%;
    width: 100%;
}
.bg_1{
    z-index: -1;
    height: 100%;
    width: 100%;
    top: 0;
    left: 0;
    position: absolute;
    background-color: transparent;
    background-image: linear-gradient(210deg, #01042de6 100%, #1576A891 59%);
    opacity: 0.8;
}
.bg_2_container{
    position: absolute;
    z-index: -3;
    background: linear-gradient(#eceaf6 83%, #988FAEFF);
    height: 100%;
    width: 100%;
}
.bg_2{
    z-index: -2;
    height: 100%;
    width: 100%;
    top: 0;
    left: 0;
    position: absolute;
    background-color: transparent;
    opacity: 0.8;
}
.bg_3_container{
    position: absolute;
    z-index: -3;
    background: #ffffff;
    height: 100%;
    width: 100%;
}
.bg_3{
    z-index: -2;
    height: 100%;
    width: 100%;
    top: 0;
    left: 0;
    position: absolute;
    background-color: transparent;
    opacity: 0.8;
}

.section_sep_container{
    padding: 50px 0 0 0;
    position: relative;
    width: 100%;
}

.section_sep{
    background: #988FAEFF;
    position: absolute;
    width: 100%;
    height: 24px;
}

.simple_background{
    background: rgb(152, 143, 174);
}