.heroWrap .conti {
    z-index: 6;
}

.linkTxt {
    color: #c2a76f;
    text-decoration: underline;
    cursor: pointer;
}

.Golddust {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    pointer-events: none;
    overflow-x: hidden;
    overflow-y: hidden;
    z-index: -1;
}

#Golddust {
    pointer-events: none;
}

.heroWrap {
    position: relative;
}

.heroBg {
    background-image: url(/images/header-bgx.jpg);
    background-position: center;
    background-size: cover;
    /* padding: 15px; */
    border-radius: 7px;
}

.heroPart01 {
    position: absolute;
    left: 50%;
    -webkit-transform: translateX(-50%);
        -ms-transform: translateX(-50%);
            transform: translateX(-50%);
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    text-align: center;
    width: 100%;
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    z-index: 1;
}

.welOffInfo {
    position: relative;
    /* top: -2em; */
    top: -45px;
    -webkit-box-ordinal-group: 3;
        -ms-flex-order: 2;
            order: 2;
    width: 100%;
    max-width: 220px;
    height: -webkit-fit-content;
    height: -moz-fit-content;
    height: fit-content;
    background: rgba(255, 255, 255, 0.09);
    -webkit-box-shadow: 0 4px 30px rgba(0, 0, 0, 0.1);
            box-shadow: 0 4px 30px rgba(0, 0, 0, 0.1);
    backdrop-filter: blur(5px);
    -webkit-backdrop-filter: blur(5px);
    border: 1px solid rgba(255, 255, 255, 0.3);
    border-radius: 20px;
    padding: 15px;
    /* margin: 70px; */
}

.welOffInfo>div {
    position: absolute;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    justify-items: center;
    background-color: #2c4d86a1;
    color: #e1e1e1;
    height: 20px;
    width: 20px;
    border-radius: 50%;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    font-weight: bold;
    top: 8px;
    left: 8px;
    cursor: pointer;
}

.welOffInfo>img {
    max-width: 560px;
    margin: auto;
}

.drumRoller {
    -webkit-box-ordinal-group: 2;
        -ms-flex-order: 1;
            order: 1;
    width: 100%;
    max-width: 220px;
    /* margin: 70px; */
}

.drumRoller img {
    -webkit-mask-image: -webkit-gradient(linear, left top, left bottom, color-stop(50%, rgba(0, 0, 0, 1)), to(rgba(0, 0, 0, 0)));
    -webkit-mask-image: linear-gradient(to bottom, rgba(0, 0, 0, 1) 50%, rgba(0, 0, 0, 0));
    mask-image: -webkit-gradient(linear, left top, left bottom, color-stop(50%, rgba(0, 0, 0, 1)), to(rgba(0, 0, 0, 0)));
    mask-image: linear-gradient(to bottom, rgba(0, 0, 0, 1) 50%, rgba(0, 0, 0, 0));
    -webkit-mask-size: 100% 100%;
    mask-size: 100% 100%;
    -webkit-mask-repeat: no-repeat;
    mask-repeat: no-repeat;
}

.hmeIcon {
    max-width: 150px;
    width: 100%;
}

.welOffInfo .ctaBtn {
    max-width: 250px;
    font-size: 22px;
}

.welOffImg {
    position: relative;
    width: 100%;
    /* right: -8rem;
    top: 4rem; */
    right: -140px;
    top: 50px;
    overflow: hidden;
    height: 330px;
}

.heroImg {
    /* max-width: 500px; */
    margin: auto;
}

.heroImg img {
    height: 390px;
    -o-object-fit: contain;
       object-fit: contain;
    -o-object-position: top center;
       object-position: top center;
}

.heroPart02 {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    width: 100%;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    -webkit-transform: translateZ(0);
            transform: translateZ(0);
    -webkit-backface-visibility: hidden;
            backface-visibility: hidden;
}

h1 {
    text-align: center;
}

.hmeOffers img {
    border-radius: 1.4em;
}

.payoutAmt {
    fill: #efeeee;
    font-family: OpenSans-Bold, 'Open Sans';
    font-size: 54.5px;
    font-weight: 700;
}

.vipAmt {
    fill: #efeeee;
    font-family: OpenSans-Bold, 'Open Sans';
    font-size: 54.5px;
    font-weight: 700;
}

/* ---progressives------------------------------------------ */

.progWrap {
    position: relative;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    margin-bottom: 20px;
    z-index: 5;
    font-size: 0.5em;
    padding: 0;
}

.progWrap img {
    max-width: 30px;
    position: absolute;
    top: -9px;
}

.proghead {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    background-color: #0e1d35bd;
    color: #efeeee;
    padding: 10px 15px;
    border-radius: 15px 0 0 15px;
    text-transform: uppercase;
}

.proginfo {
    background-color: #192b4abf;
    color: #efeeee;
    padding: 10px 15px;
    border-radius: 0 15px 15px 0;
    text-transform: uppercase;
    width: 100%;
    overflow: hidden;
}

.proginfo>div {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    gap: 30px;
    width: -webkit-max-content;
    width: -moz-max-content;
    width: max-content;
    white-space: nowrap;
    -webkit-animation: marquee 20s linear infinite;
            animation: marquee 20s linear infinite;
    will-change: transform;
    -webkit-backface-visibility: hidden;
            backface-visibility: hidden;
}

@-webkit-keyframes marquee {

    0% {
        -webkit-transform: translate3d(0, 0, 0);
                transform: translate3d(0, 0, 0);
    }

    100% {
        -webkit-transform: translate3d(-50%, 0, 0);
                transform: translate3d(-50%, 0, 0);
    }

}

@keyframes marquee {

    0% {
        -webkit-transform: translate3d(0, 0, 0);
                transform: translate3d(0, 0, 0);
    }

    100% {
        -webkit-transform: translate3d(-50%, 0, 0);
                transform: translate3d(-50%, 0, 0);
    }

}

.proginfo div>a {
    color: #efeeee;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    gap: 10px;
    text-decoration: none;
    padding: 0 10px;
}

.proginfo div>a:hover {
    background-color: #070f1fcc;
    border-radius: 5px;

}

.proginfo div>a>span:first-child {
    color: #c2a76f;
}

/*----------home sliders-------------------------------------*/

.hp-arrows {
    position: absolute;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    height: -webkit-fit-content;
    height: -moz-fit-content;
    height: fit-content;
    width: 100%;
    margin: 0 auto 10px;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
        -ms-transform: translate(-50%, -50%);
            transform: translate(-50%, -50%);
    z-index: 5;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
}

.hp-arrow {
    background: #c39d47;
    border-radius: 50%;
    height: 50px;
    opacity: 0.5;
    width: 50px;
    font-size: 15px;
    top: unset;
    -webkit-transform: unset;
        -ms-transform: unset;
            transform: unset;
}

.hp-prev {
    /* position: inherit;
    left: unset; */
}

.hp-next {
    /* position: inherit;
    right: unset; */
}

.hp-pagination {
    /* position: relative;
    top: 5px; */
    bottom: 0;
}

.hp-page.is-active {
    background: #c39d47;
}

.splide__track {
    width: 100%;
}

/*----------home sliders start-------------------------------------*/

.winnersArea h1 {
    margin-top: 20px;
}

.winnersWrap {
    position: relative;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    background-image: url(/images/winner-feed-bg.jpg);
    background-position: center;
    background-size: cover;
    padding: 5px;
    -ms-flex-wrap: nowrap;
        flex-wrap: nowrap;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
    border-radius: 20px;
}

.winnersGrid {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    gap: 20px;
    -webkit-box-flex: 1;
        -ms-flex-positive: 1;
            flex-grow: 1;
    -ms-flex-preferred-size: 0;
        flex-basis: 0;
    height: 200px;
    /* height: 315px; */
    overflow: hidden;
}

.wnrsFeed ul {
    display: -webkit-box !important;
    display: -ms-flexbox !important;
    display: flex !important;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start;
    -ms-flex-line-pack: start;
        align-content: flex-start;
    gap: 0 10px;
}

.wnrsFeed ul li {
    width: 100%;
    /* max-width: 300px; */
    max-width: 210px;
    margin-bottom: 0;
}

.winners h2 {
    margin: 2rem 0 1rem;
    color: #d4af37;
}

.winnerInfo {}

.winnerCard {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    width: 100%;
    /* height: 145px; */
    background-color: #111720;
    padding: 10px;
    border-radius: 15px;
    gap: 10px;
    color: #496680;
    cursor: pointer;
}

.winnerCard .winnerInfo {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-pack: space-evenly;
        -ms-flex-pack: space-evenly;
            justify-content: space-evenly;
    gap: 2px;
    width: 100%;
    font-size: 0.6em;
}

.winnerCard p {
    margin: 0;
    padding: 0 5px;
    border-radius: 5px;
    width: 100%;
}

.winnerCard p:nth-child(odd) {
    background-color: #151c27;
}

.winnerCard p:nth-child(even) {
    background-color: #060d18;
}

.winnerCard p>span {
    color: #c8c8c8;
}

.gameThumb {
    max-width: 55px;
    /* max-width: 100px; */
}

.gameThumb img {
    border-radius: 10px;
}

.winnersImg {
    max-width: 160px;
    -webkit-box-flex: 1;
        -ms-flex-positive: 1;
            flex-grow: 1;
    -ms-flex-preferred-size: 0;
        flex-basis: 0;
}

.winnersImg img {
    /* position: absolute; */
    border-radius: 0 0 20px 0;
}

.wnrsGraphic {
    bottom: 0;
    position: absolute;
}

/*----------home sliders end-------------------------------------*/

/*-----media queries----------------------------------------------------------------------------------*/
@media (max-width: 320px) {}


@media (min-width:481px) {

    .heroPart01 {
        -webkit-box-orient: horizontal;
        -webkit-box-direction: normal;
            -ms-flex-direction: row;
                flex-direction: row;
        text-align: left;
    }

    .welOffInfo {
        top: unset;
        max-width: 250px;
        -webkit-box-ordinal-group: 2;
            -ms-flex-order: 1;
                order: 1;
    }

    .drumRoller img {
        -webkit-mask-image: -webkit-gradient(linear, left top, left bottom, color-stop(70%, rgba(0, 0, 0, 1)), to(rgb(0 0 0)));
        -webkit-mask-image: linear-gradient(to bottom, rgba(0, 0, 0, 1) 70%, rgb(0 0 0));
        mask-image: -webkit-gradient(linear, left top, left bottom, color-stop(70%, rgba(0, 0, 0, 1)), to(rgb(0 0 0)));
        mask-image: linear-gradient(to bottom, rgba(0, 0, 0, 1) 70%, rgb(0 0 0));
    }

    .welOffImg {
        right: unset;
        top: unset;
        height: 385px;
    }

    .heroPart02 {
        position: absolute;
        bottom: 10%;

        -webkit-box-orient: horizontal;

        -webkit-box-direction: normal;

            -ms-flex-direction: row;

                flex-direction: row;
        -ms-flex-pack: distribute;
            justify-content: space-around;
    }

    .hmeIcon {
        max-width: 220px;
    }

    .progWrap {
        font-size: 0.7em;
    }

    .winnersArea h1 {
        margin-top: 70px;
    }

    .winnersImg {
        max-width: 430px;
    }

    .winnersGrid {
        -webkit-box-flex: 2;
            -ms-flex-positive: 2;
                flex-grow: 2;
        height: 200px;
    }

    .wnrsFeed ul li {
        max-width: 210px;
    }

    .winnersArea h1 {
        margin-top: 2em;
    }

    .winnersImg {
        max-width: 180px;
    }

}

@media (min-width:768px) {
    .heroBg {
        padding: 0px 20px 0;
    }

    .heroImg img {
        height: 400px;
    }

    .drumRoller {
        max-width: 250px;
    }


    .welOffInfo>div {
        height: 23px;
        width: 23px;
    }

    .winnersGrid {
        height: 300px;
    }


    .wnrsFeed ul li {
        max-width: 236px;
    }

    .winnersImg {
        max-width: 480px;
    }

    .progWrap img {
    max-width: 50px;
    top: -16px;
}

}

@media (min-width:1000px) {

    .heroPart01 {
        -ms-flex-pack: distribute;
            justify-content: space-around;
        gap: 150px;
    }

    .hmeIcon {
        max-width: 250px;
    }


    .welOffInfo,
    .drumRoller {
        max-width: 320px;
    }

    .welOffImg {
        height: 440px;
    }

    .heroImg img {
        height: 475px;
    }

    .winnersWrap {
        padding: 10px;
    }


    .wnrsFeed ul li {
        max-width: 210px;
    }

    .winnersImg {
        max-width: 280px;
    }



}

@media (min-width:1025px) {

    .heroPart01 {
        -webkit-box-pack: justify;
            -ms-flex-pack: justify;
                justify-content: space-between;
        gap: unset;
    }

    .welOffInfo {
        max-width: 500px;
    }

    .drumRoller {
        max-width: 450px;
    }

    .welOffImg {
        height: 600px;
    }

    .heroImg img {
        height: 630px;
    }

    .winnersGrid {
        height: 450px;
    }

    .hmeIcon {
        max-width: 400px;
    }

    .progWrap {
        font-size: 1.2em;
    }

    .gameThumb {
        max-width: 100px;
    }

    .winnersGrid {
        height: 450px;
    }

    .winnerCard .winnerInfo {
        font-size: 1em;
    }

    .wnrsFeed ul li {
        max-width: 270px;
    }

    .winnersImg {
        max-width: 400px;
    }
}

@media (min-width:1441px) {

    .heroImg img {
        height: 730px;
    }

    .welOffImg {
        height: 700px;
    }

    .welOffInfo {
        max-width: 600px;
    }

    .hmeIcon {
        max-width: 450px;
    }

    .drumRoller {
        max-width: 550px;
    }

    .winnersImg {
        max-width: 440px;
    }

    .wnrsFeed ul li {
        max-width: 350px;
    }

    .winnersGrid {
        height: 485px;
    }
}