.body__bg {
    
    background-color: #f38f9b;
}

/*header css heer*/
.sticky-header.sticky {
     background: #f5acb5;
}
.footer_bottom {
    background: #f5acb5;
}

.footer_contact_info_list span {
    color: #ffc107;
}
.faq_question_list {
    border: 2px solid #f5acb5;
}

.faq_question_list .accordion-button::after {
    background: #f5acb5;
}
.faq_question_list .accordion-button:not(.collapsed)::after {
    background: #f5acb5;
}
.section_title h2 span {
    color: #ffc107;
}
.testimonial_section::before {
        background: #ffc107;
}

.btn.btn-link {
    background: #ffc107;
}
.upcoming_gaming_list {
    border: 4px solid #f5acb5;
    background: #f38f9b;
}
.video_popup {
    background: #f5acb5;
}
.about_title h5 {
    color: #ffc107;
}
 .about_title h5::before {
        background: #ffc107;
 }