.body__bg {
    
    background-color: #140e38;
}

/*header css heer*/
.sticky-header.sticky {
     background: rgba(20, 14, 56, 0.9);
}
.footer_bottom {
    background: #140e38;
};

.footer_contact_info_list span {
    color: #b154f0;
}
.faq_question_list {
    border: 2px solid #281e4d;
}

.faq_question_list .accordion-button::after {
    background: #261253;
}
.faq_question_list .accordion-button:not(.collapsed)::after {
    background: #b154f0;
}
.section_title h2 span {
    color: #b154f0;
}
.testimonial_section::before {
        background: #b154f0;
}

.btn.btn-link {
    background: url(../img/others/btn-bg.png);
}
.upcoming_gaming_list {
    border: 4px solid #281e4d;
    background: #09002a;
}
.video_popup {
    background: #b154f0;
}
.about_title h5 {
    color: #b154f0;
}
 .about_title h5::before {
        background: #b154f0;
 }