

.header__menu ul {
    display: flex;
    gap: 2rem;
    margin-top: 1rem;

}








.header__menu ul li {

    list-style: none;

}

.header__menu ul li a {
    text-decoration: none;
    color: white;
}

.col-lg-2 h2 {
    font-size: 15px;
}

.col-lg-2 ul li {
    list-style: none;
    color: white;
}

.col-lg-2 ul li a {
    text-decoration: none;
    color: #fff;
}

.flex-list-text {
    display: flex;
    justify-content: space-around;
    color: #fff;
}

.our-games {
    display: flex;
    flex-wrap: wrap;
    gap: 5rem;
    justify-content: center;
}

.our-games a h2 {
    text-align: center;

}

.type-ul-li {
    color: white;
}

.type-ul-li-img {
    display: flex;
    justify-content: space-around;
    padding: 2rem;
}

.type-ul-li-img-img {
    display: flex;
    justify-content: space-around;
    padding: 2rem;

}

@media only screen and (max-width: 600px) {
    .type-ul-li-img {
        display: flex;
        flex-direction: column-reverse
    }

    .type-ul-li-img img {
        width: 100%;
    }

    .type-ul-li-img-img {
        display: flex;
        flex-direction: column;



    }

    .type-ul-li-img-img img {
        width: 100%;
    }

    .flex-list-text {
        display: block;
        margin: 2rem;


    }

    .flex-list-text img {
        display: none;
    }
}

.section-head h4,
h6 {
    color: white;
    text-align: center;

}

.games2 {
    display: none;
}

.games-Diamondexch img {
    width: 100%;
}

.games2-Diamondexch img {
    width: 100%;
}

@media only screen and (max-width: 600px) {
    .imgs__container img {
        width: 100%;

    }
}

/* .providers-img img{
    width: 100%;
}ul li{
    color: white;
} */
.providers {
    display: flex;
    flex-wrap: wrap;
}

.fqa {
    overflow: hidden;
    background-image: url(images/faqbg.webp);
}

.img img {
    width: 100%;
}

.fqa .faq-wrapper .accordion-item {
    margin-bottom: 15px;
    border-radius: 8px;
    overflow: hidden;
    border: 1px solid rgba(255, 255, 255, 0.8);
}

.fqa .faq-wrapper .accordion-collapse {
    border: 0;
    background: rgba(255, 255, 255, 0.8);
    border-top: 0;
    border-radius: 0px;
}

.fqa .faq-wrapper .accordion-body {
    border: 0;
    padding: 20px 30px;
    position: relative;
}

.main-faq {
    display: flex;
    justify-content: space-around;
    flex-wrap: wrap;
    align-items: center;
    /* Allow items to wrap on smaller screens */
}

.faq-img {
    flex: 1;
    text-align: center;
    /* Center the image initially for larger screens */
}

.faq-img img {
    max-width: 100%;
    height: auto;
}

.faq-section {
    max-width: 600px;
    margin: 0 auto;
    padding: 20px;


}

.faq-item {
    border: 1px solid #ddd;
    border-radius: 5px;
    margin-bottom: 10px;
    overflow: hidden;
}

.faq-header {
    display: flex;
    justify-content: space-between;
    align-items: center;
    background-color: black;
    padding: 10px 15px;
    cursor: pointer;
    color: white;
}

.faq-question {
    font-weight: bold;
}

.faq-toggle {
    font-size: 20px;
    color: #007bff;
    font-weight: 900;
}

.faq-answer {
    display: none;
    padding: 10px 15px;
    background-color: #fff;
}

.faq-answer p {
    margin: 0;
    color: #000;
}

.faq-heading {
    text-align: center;
}

.faq-img img {
    height: 400px;
}

.faq-h1 {
    color: rgb(15, 240, 248);
    font-size: 3rem;
    font-weight: 600;
}

.faq-p {
    color: white;
}