* {
    margin: 0;
    padding: 0;
    box-sizing: border-box;
}

html,
body {
    width: 100%;
    height: 100%;
}

.row {
    height: 100%;
}

img {
    width: 100%;
}

.main-section {
    display: flex;
    justify-content: center;
    align-items: center;
}

.funInMatch {
    display: block;
    width: 100%;
    z-index: 1;
    height: 100%;
}

.rk_dflex2 {
    width: calc(100% - 550px);
    bottom: 50px;
    position: fixed;
    /* display: flex
; */
    text-align: center;
    left: 600px;
}

.rk_dflex2 h5 {
    color: #fff;
    margin-bottom: 10px;
    font-family: 'Inter', sans-serif;
    text-transform: uppercase;
    font-size: 16px;
    font-weight: 600;
}

.rk_dflex_inn2 {
    display: flex;
    justify-content: center;
    gap: 20px;
}

a {
    color: var(--safe_color);
}

a {
    color: #007bff;
    text-decoration: none;
    background-color: transparent;
    -webkit-text-decoration-skip: objects;
}

.info-login-wrapper.f {
    position: relative;
    overflow: hidden;
}

.rk_dflex_inn2 img {
    max-width: 110px;
    max-height: 42px !important;
}

.series_logo {
    max-width: 340px;
    margin: 0 auto;
}

.image-wrap {
    height: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
}

.button-wrapper {
    display: flex;
    gap: 2px;
    flex-wrap: wrap;
    align-items: center;
}

.button-wrapper>button {
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 12px;
    font-weight: 600;
    padding: 4px 6px;
    flex: 1;
}

.login-wrapper {
    background-image: linear-gradient(-180deg, #414141 0%, #000 100%);
    display: flex;
    justify-content: space-between;
    padding: 0 10px;
}

.login-wrapper img {
    width: 125px;
}

.signUp {
    background-image: linear-gradient(90deg, #FFE935 0, #F6FF29);
    background-color: #FFFA00;
}

.signUp img,
.login img {
    width: 16px;
    margin-right: 5px;
}

.login {
    background-image: linear-gradient(135deg, #F10000, #C70000 100%, #C70000 0);
    background-color: #EE0000;
    color: #fff;
}

.login:hover {
    color: #fff;
}

.marquee-box {
    display: flex;
    align-items: center;
    background-image: linear-gradient(-180deg, #2f424d 0%, #141e21 100%);
    /* match your design */
    color: #fff;
    /* padding: 5px 10px; */
    overflow: hidden;
}

.mb-news-head {
    flex: 0 0 auto;
    margin: 0;
    font-weight: bold;
    white-space: nowrap;
    padding: 5px 0;
    padding-right: 10px;
    /* background: red; */
    background-image: url(./assets/path_arrow.svg);
    background-repeat: no-repeat;
    background-position: 34px;
    background-size: 100% 100%;
    /* padding: 5px; */
    /* width: 100%; */
}

.marquee-box p.mb-news-head img {
    width: 22px;
}

.marquee-wrapper {
    flex: 1;
    overflow: hidden;
    position: relative;
}

.marquee-content {
    display: flex;
    gap: 50px;
    /* space between messages */
    animation: marquee-scroll-left 15s linear infinite;
}

.marquee_a {
    white-space: nowrap;
    text-decoration: none;
    color: #6AC2FF;
    font-weight: 600;
    font-size: 14px;
}

.marquee_span {
    color: #1C2834;
    background-color: #6AC2FF;
    padding: 5px 8px;
    border-radius: 8px;
    font-weight: 600;
    font-style: italic;
}

.gallery-wrapper {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 7px;
}

.game-wrapper {
    background: #fff;

}

.games {
    display: flex;
    flex-direction: column;
    gap: 8px;
    padding: 7px;
}

.game-card {
    position: relative;
    overflow: hidden;
}

.game-card img {
    width: 100%;
    height: auto;
    display: block;
}

.overlay-bar {
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    background: linear-gradient(90deg, #000000cc 0%, #1e1e1ecc 80%);
    color: #fff;
    display: flex;
    justify-content: space-between;
    align-items: center;
    border-bottom: 5px solid #ffb80c;
}

.overlay-bar .title {
    font-weight: 600;
    font-size: 16px;
    padding: 5px 0 0 8px;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    max-width: 120px;
}

.play-btn {
    background-image: url(./assets/overlay-play.svg);
    background-repeat: no-repeat;
    background-color: transparent;
    border: 0;
    background-position: -16px;
    position: relative;
    padding-left: 15px;
    z-index: 9;
    padding: 0px 4px 0 16px;
    height: 30px;
    background-size: 62px 100px;
}

button.play-btn:after {
    position: absolute;
    bottom: 0;
    right: 0;
    width: 80%;
    height: 100%;
    top: 0;
    left: 18px;
    background-color: #ffb80c;
    content: "";
    z-index: -1;
}

footer .container-fluid {
    background: #1e323f;
}

.support {
    display: flex;
    justify-content: center;
    gap: 40px;
}

.support>img {
    width: 115px;
    height: 88px;
}

.support>img:nth-child(1) {
    width: 215px;
}

.a.scroller {
    height: 100%;
    max-height: calc(100vh - 86px);
    overflow: auto;
    scrollbar-width: none;
    -ms-overflow-style: none;
}

.a.scroller::-webkit-scrollbar {
    display: none;
    /* Chrome, Safari, Opera */
}


.joinNowList {
    margin: 14px 0 5px;
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    column-gap: 2%;
    row-gap: 16px;
}

.joinNowItem {
    width: 32%;
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 8px;
}

.joinNowItem img {
    width: 30px;
}

.joinNowItem span {
    text-align: center;
    font-size: 10px;
    font-weight: 400;
    color: #aaa;
}

footer {
    position: sticky;
    position: -webkit-sticky;
    left: 0;
    bottom: 0;
    width: 100%;
    border-top: 1px solid #E0E6E6;
    padding: 2.13333vw 0;
    background: #fff;
}

footer.cls_footer_new *,
footer.cls_footer_new::after,
footer.cls_footer_new::before {
    box-sizing: border-box;
}

footer.cls_footer_new {
    position: static !important;
    padding: 0;
    margin-bottom: -16px;
    box-sizing: border-box;
}

.cls_footer_new a,
.cls_footer_new img,
.cls_footer_new li,
.cls_footer_new ul {
    border: 0;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    font-size: 100%;
    font: inherit;
    margin: 0;
    padding: 0;
    -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
    text-size-adjust: none;
    vertical-align: baseline;
}

.cls_footer_new .footer-top {
    padding: 30px 0;
    background: #1e323f;
    font-family: Arial, Sans-Serif;
    font-weight: 400;
    line-height: 1.5;
    text-align: left;
    color: #aaa;
}

.cls_footer_new .container {
    width: 100%;
    padding-right: 15px;
    padding-left: 15px;
    margin-right: auto;
    margin-left: auto;
}

.cls_footer_new .row {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    margin-right: -15px;
    margin-left: -15px;
    justify-content: space-evenly;
}

/* .cls_footer_new .column {
    width: 33%;
} */

.footer-image {
    display: flex;
    justify-content: space-around;
}

.column {
    display: flex;
    justify-content: center;
    align-items: center;
}

.cls_footer_new .column:nth-child(1)>img {
    width: 140px;
}

.cls_footer_new .column:nth-child(2)>img {
    width: 60px;
}

.cls_footer_new .column:nth-child(3)>img {
    width: 108px;
}


.cls_footer_new .footer-about {
    display: inline-block;
    padding-right: 15px;
    padding-left: 15px;
    width: 100%;
}

.cls_footer_new a,
.cls_footer_new img,
.cls_footer_new li,
.cls_footer_new ul {
    border: 0;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    font-size: 100%;
    font: inherit;
    margin: 0;
    padding: 0;
    -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
    text-size-adjust: none;
    vertical-align: baseline;
}

.footercolumn_nw_dsgn {
    display: flex;
    justify-content: center;
    gap: 15px;
    flex-wrap: wrap;
    margin: 1rem 0 !important;
    column-gap: 15px !important;
}

.cls_footer_new .footercolumn {
    column-count: 2;
    column-gap: 20px;
    font-family: 'Lato', sans-serif;
    font-size: 15px !important;
    font-weight: 400;
    color: #888;
    line-height: 30px;
    text-align: center;
    margin-bottom: .5rem;
}

.footercolumn_nw_dsgn p.footer-links {
    margin: 0 !important;
    font-size: 14px !important;
    line-height: normal;
}

.cls_footer_new .footer-about p a {
    color: #fff;
    border-bottom: 1px;
}

.cls_footer_new a {
    color: inherit;
    text-decoration: none;
}

.cls_footer_new #socials {
    margin-left: auto;
    margin-right: 0;
    position: relative;
    width: 100%;
}

.cls_footer_new p#social-icons,
.cls_footer_new .registration-text {
    text-align: center;
}

.cls_footer_new p {
    font-size: 10px;
    margin-top: 0;
    margin-bottom: 1rem;
}

.cls_footer_new .footer-social a {
    display: inline-block;
    padding: 0 1rem 0 0rem;
    color: #fff;
    border: 0;
}

.pln_newcontent_outer {
    height: 350px;
    overflow-y: scroll;
    padding: 15px;
    margin-bottom: 7px;
    scrollbar-width: none;
}

.pln_newcontent_outer {
    text-align: justify;
}

.pln_newcontent_outer .cnt_heading_one {
    font-size: 16px;
    font-weight: bold;
    margin: 10px 0;
}

.cls_footer_new .h1,
.cls_footer_new .h2,
.cls_footer_new .h3,
.cls_footer_new .h4,
.cls_footer_new .h5,
.cls_footer_new .h6,
.cls_footer_new h1,
.cls_footer_new h2,
.cls_footer_new h3,
.cls_footer_new h4,
.cls_footer_new h5,
.cls_footer_new h6 {
    margin-bottom: .5rem;
    font-weight: 500;
    line-height: 1.2;
}

.pln_newcontent_outer .cnt_description {
    font-size: 14px;
    margin: 5px 0;
}

.cls_footer_new .marquee {
    width: 100%;
    height: 100px;
    overflow: hidden;
}

.cls_footer_new .marquee-content {
    display: flex;
    list-style: none;
    position: relative;
    /* added */
    animation: scrolling 5s linear infinite;
    /* adjust duration as needed */
    gap: 0;
}

.cls_footer_new .marquee-item {
    height: 64px;
    width: 28%;
    /* flex-shrink: 0.03; */
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    border: 1px solid #424242;
    padding: 9px;
    margin: 0 3px;
}

.cls_footer_new .marquee-image {
    height: 100%;
    width: 200px;
    object-fit: scale-down;
    padding: 2px 0;
}

.cls_footer_new img {
    display: block;
}

nav {
    position: fixed;
    bottom: 0;
    left: 0;
    width: 100%;
    z-index: 999;
    border-top-left-radius: 34px;
    border-top-right-radius: 34px;
}

nav .navbar-list {
    display: flex;
    width: 100%;
    position: relative;
}

.overlay {
    flex: 1;
}

nav .navbar-list .nav-item {
    width: 100%;
    color: #fff;
    text-align: center;
    position: relative;
    font-size: 12px;
    padding: 10px 0;
}

nav .navbar-list .nav-item>img {
    width: 20px;
}

/* ODD items */
nav .navbar-list .overlay:nth-child(odd) {
    background: #1E323F;
}


nav .navbar-list .overlay:nth-child(odd) .nav-item {
    background-image: linear-gradient(-180deg, #32617F 20%, #1F4258 91%);
    border-top-left-radius: 34px;
    border-top-right-radius: 34px;
}

nav .navbar-list .overlay:nth-child(3) .nav-item:before {
    content: '';
    position: absolute;
    bottom: 0;
    left: -30px;
    height: 30px;
    width: 30px;
    background: #FFB80C;
}

nav .navbar-list .overlay:nth-child(3) .nav-item:after {
    content: '';
    position: absolute;
    bottom: 0;
    right: -30px;
    height: 30px;
    width: 30px;
    background: #FFB80C;
}

/* EVEN items */

nav .navbar-list .overlay:nth-child(even) {
    background-image: linear-gradient(-180deg, #32617F 20%, #1F4258 91%);
}

nav .navbar-list .overlay:nth-child(even) .nav-item {
    background: #1E323F;
    border-bottom-left-radius: 34px;
    border-bottom-right-radius: 34px;
    z-index: 99;
}

nav .navbar-list .overlay:nth-child(3) .nav-item {
    background-color: #FFB80C;
    background-image: unset;
}


.login-form-wrapper {
    /* width: 550px; */
    background-color: rgb(255, 184, 12);
    padding-bottom: 15px;
    overflow: scroll;
    height: 100%;
    scrollbar-width: none;
    -ms-overflow-style: none;
}

.bottom {
    background-color: rgb(255, 184, 12);
}

.top {
    background-image: url(./assets/bannerexch.png);
    background-repeat: no-repeat;
    background-size: 100% 100%;
    height: calc(49vh - 60px);
    width: 100%;
    display: flex;
    justify-content: center;
    align-items: end;
    position: relative;
}

.top img {
    width: 240px;
    margin-bottom: 40px;
}

.close {
    position: absolute;
    background: #000;
    padding: 18px;
    border-radius: 50%;
    margin: 10px 18px;
    color: #fff;
    font-size: 26px;
    top: 0;
    right: 0px;
}

form {
    text-align: center;
    width: calc(100% - 66px);
    margin: 50px auto 20px;
}


form input {
    width: 100%;
    height: 36px;
    font-size: 16px;
    padding-left: 7px;
    margin-bottom: 12px;
    border-radius: 6px;
    border: 0;
    box-shadow: 0px 0px 4px #000;
}

form button {
    background-image: linear-gradient(-180deg, #464646 15%, #121212 100%);
    border-color: #000 !important;
    color: #FFB80C !important;
    width: 100%;
    font-size: 16px !important;
    font-weight: 700 !important;
    padding: 8px 0 !important;
}

.seperator {
    width: 100%;
    border-top: 1px solid #ccc;
    text-align: center;
    margin: 22px 0 0;
}

.seperator b {
    width: 25px;
    height: 25px;
    font-size: 15px;
    text-align: center;
    line-height: 27px;
    background: #fff;
    display: inline-block;
    border: 1px solid #e0e0e0;
    border-radius: 50%;
    position: relative;
    top: -15px;
    z-index: 1;
}

.bottom>p {
    display: flex;
    display: block;
    margin: 0;
    text-align: center;
    font-weight: 600;
    font-size: 15px;
}

.bottom>p>span {
    color: #2461c5;
}

ul.policy-link.policy {
    text-align: center;
    padding: 2px 20px;
    line-height: 1.2;
}

ul.policy-link.policy>li {
    display: inline-block;
}

ul.policy-link.policy>li a {
    color: rgba(0, 0, 0, 0.7);
    text-decoration: underline;
    /* text-underline-offset: 1px; */
    font-size: 14px;
    font-weight: 500;
}

.exchange .support-wrap {
    margin-bottom: 6.4vw;
}

.support-wrap {
    opacity: 0.4 !important;
    background: #000 !important;
}

.support-wrap .support-service {
    position: relative;
    display: flex;
    justify-content: center;
    align-items: center;
    height: 60px;
    border-bottom: 3px solid;
}

.support-wrap .support-service a {
    display: flex;
    justify-content: center;
    align-items: center;
    width: 56px;
    padding: 0 10px;
    position: relative;
}

a#support_facebook::before {
    content: '';
    height: 20px;
    width: 20px;
    /* background: red; */
    position: absolute;
    transform: rotate(45deg);
    /* border: 3px solid; */
    bottom: -25px;
    background: #000;
    border-bottom: 3px solid #393939;
    border-right: 3px solid #393939;
}

.support-wrap .support-service img {
    width: 30px;
    height: 100%;
}

.support-wrap .support-info {
    display: flex;
    justify-content: center;
    align-items: center;
    padding: 25px 0;
}

.support-wrap .support-detail.open {
    display: block;
}

.support-wrap .support-detail a {
    display: flex;
    justify-content: center;
    align-items: center;
    height: 5vw;
    color: #fff;
    text-decoration: underline;
}


@keyframes scrolling {
    0% {
        transform: translateX(0);
    }

    100% {
        transform: translateX(-50%);
    }
}

/* Scroll animation */
@keyframes marquee-scroll-left {
    0% {
        transform: translateX(100%);
    }

    100% {
        transform: translateX(-100%);
    }
}