/* --- additional-pages.css --- */
.bonus__card ul,
.additional-pages ul {
  margin-left: 17px;
}
.bonus__card ul li,
.additional-pages ul li {
  list-style-type: disc;
  color: var(--orangeDarker);
}


/* --- index.css --- */
:root {
    --bg: #090b12;
    --innerBg: #191b23;
    --innerBgLghter: #16171f;
    --innerBlackBg: #120e0b;
    --innerBlackLighterBg: #2e3038;

    --white: #ffffff;
    --white30: #f2f2f2;
    --white95: #f5f6f7;

    --black50: #2a2a2d;
    --blackDarker: #1d1d1e;
    --darkBlue: #12151e;
    --darkBlue30: #1b1f2a;
    --darkBlue50: #2a2e39;

    --yellow: #ffc278;
    --yellowLight: #ffc421;
    --yellowLight50: #ffe000;
    --yellowDarker: #ff8d04;
    --orange: #ff7d34;
    --orangeDarker: #ff6320;

    --red: #ff2020;
    --vinous10: #af0000;
    --vinous20: #b10000;

    --orangeLight: #fdf0ea;
    --lightOrange: #fdf0ea;
    --lightGray: #8b90a6;
    --lightGray10: #1c2132;
    --lightGray40: #595e71;
    --lightGray50: #71768b;
    --lightGray80: #c1c5dc;
    --lightGray95: #eef0ff;
    --neutralGray10: #191b23;
    --neutralGray50: #7d7d7e;
    --neutralGray90: #e1e1ec;
    --neutralGray95: #f0f0fb;
    --darkGray10: #030406;
    --darkGray20: #2e2e2e;
    --darkGray30: #373737;
    --darkGray70: #0b0e17;
    --darkGray80: #0e111c;

    --purple: #8f60ff;
    --Accent10: #7872fe;
    --accent20: #926cff;
    --accent30: #4e7cfe;

    --textMain: #f5f6f7;
    --textP: #8b90a6;
    --textPLighter: #d1d1d4;
    --textBtn: #fcfdfe;

    --brad: 8px;
    --bradMed: 24px;
    --bradMed2: 28px;
    --bradBig: 32px;
}
*,
*::after,
*::before {
    margin: 0px;
    padding: 0px;
    box-sizing: border-box;
    border: none;
}
* {
    position: relative;
}
html {
    position: relative;
    overflow-x: hidden !important;
    scroll-behavior: smooth;
}
body {
    /* overflow: hidden; */
}

@media (max-width: 1340px) {
    body {
        overflow: hidden;
    }
}
body,
html {
    display: block;
    box-sizing: border-box;
    font-size: 18px;
    font-smooth: always;
    -webkit-font-smoothing: antialiased;
    background-color: var(--white30);
}
h2 > * {
    display: inline-block;
    vertical-align: middle;
}
body::-webkit-scrollbar {
    width: 12px;
}
body::-webkit-scrollbar-track {
    background: transparent;
}
body::-webkit-scrollbar-thumb {
    background-color: var(--orange);
    border-radius: var(--brad);
}
a {
    text-decoration: none;
    color: inherit;
}
img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}
ul,
li {
    padding: 0;
    list-style: none;
    marker: none;
}

.template__list {
    margin-left: 18px;
    color: var(--orange);
}
.template__list > *:not(:last-child) {
    margin-bottom: 24px;
}
.template__list li p {
    display: inline-block !important;
    vertical-align: middle !important;
}
.template__list li {
    list-style-type: disc;
}
.template__list li p:first-child {
    color: white !important;
    margin-right: 12px;
}
.template__list li p:last-child {
    color: var(--lightGray) !important;
    margin-right: 12px;
}

.wrapper {
    max-width: 1160px;
    margin: 0 auto;
    height: 100%;
    width: 100%;
}
a::after {
    content: "";
    position: absolute;
    width: 0%;
    height: 1px;
    background-color: currentColor;
    bottom: -2px;
    left: 0;
    transition: all 0.4s cubic-bezier(0.075, 0.82, 0.165, 1);
}
a:hover::after {
    width: 100%;
}
a:has(img, div)::after {
    content: none;
}

h1,
h2,
h3,
h4,
h5 {
    font-weight: 600 !important;
    font-family: "Poppins", sans-serif;
    color: var(--neutralGray10);
    line-height: 130% !important;
}
p,
a {
    font-family: "poppins", sans-serif;
    color: var(--neutralGray50);
    font-weight: 400;
    line-height: 180% !important;
    font-size: 18px;
    position: relative;
}
p {
    font-size: 18px;
}

p,
a {
    line-height: 160% !important;
}
.fz18 {
    font-size: 18px;
}
.fz124 {
    font-size: 124px;
}
.fz72 {
    font-size: 72px;
}
.fz64 {
    font-size: 64px;
}
.fz64 {
    font-size: 64px;
}
.fz56 {
    font-size: 56px;
}
.fz52 {
    font-size: 52px;
}
/* .fz48 {
    font-size: 48px;
    text-transform: uppercase;
    font-weight: 900;
} */
.fz48 {
    font-size: 48px;
}
.fz42 {
    font-size: 42px;
    line-height: 120% !important;
}
.fz36 {
    font-size: 36px;
}
.fz30 {
    font-size: 30px;
}
.fz28 {
    font-size: 28px;
    text-transform: none;
}
.fz24 {
    font-size: 24px;
    text-transform: none;
}
.fz20 {
    font-size: 20px;
    /* font-weight: 600; */
}
.fz16 {
    font-size: 16px;
}
.fz14 {
    font-size: 14px;
}
.fz12 {
    font-size: 12px;
}
.fz10 {
    font-size: 10px;
}
p > * {
    display: inline-block;
}
section {
    position: relative;
}
.width70 {
    max-width: 70%;
}
.width60 {
    max-width: 60%;
}
.width50 {
    max-width: 50%;
}
.width40 {
    max-width: 40%;
}
.width256 {
    max-width: 256px;
}
.title {
    display: flex;
    flex-direction: row;
    align-items: center;
    flex-wrap: nowrap;
    gap: 16px;
}
@media (max-width: 1340px) {
    .wrapper {
        max-width: 95%;
    }
}
@media (max-width: 1024px) {
    .fz124 {
        font-size: 12vw;
    }
}
@media (max-width: 768px) {
    *,
    body,
    html {
        /* user-select: none; */
        /* pointer-events: none; */
    }
    .liCircle li:not(:last-child) {
        margin-bottom: 2.5vw;
    }
    .liCircle li::before {
        margin-right: 2vw;
        font-size: 4vw;
    }
    .stars {
        width: 4vw;
        height: 4vw;
    }
    .width70,
    .width60,
    .width40,
    .width50 {
        max-width: 100%;
    }
    .padding {
        padding: 0 14px;
    }
    h2 {
        font-size: 6vw;
    }
    .fz72 {
        font-size: 52px;
    }
    .fz64 {
        /* font-size: 6vw; */
        font-size: 52px;
        width: 100%;
        max-width: max-content;
    }
    .fz56 {
        /* font-size: 6.4vw; */
        font-size: 40px;
    }
    .fz52 {
        font-size: 32px;
        /* font-size: 6.2vw; */
    }
    .fz48 {
        font-size: 4vw;
    }
    .fz36 {
        font-size: 36px;
        /* font-size: 4.6vw; */
    }
    .fz30 {
        font-size: 4.2vw;
    }
    .fz28 {
        font-size: 3.9vw;
    }
    .fz24 {
        /* font-size: 3.8vw; */
        font-size: 24px;
    }
    .fz20 {
        font-size: 18px;
        /* font-size: 3.6vw; */
    }
    p,
    a,
    .fz18 {
        font-size: 18px;
        /* font-size: 2.6vw; */
    }
    .fz16 {
        font-size: 16px;
        /* font-size: 2.2vw; */
    }
    .wrapper {
        max-width: 88%;
    }
    .image__left,
    .image__center,
    .image__leftCenter,
    .image__right {
        aspect-ratio: 2 / 1.8;
        border-radius: var(--bradMed);
        overflow: hidden;
    }
    .image__left img {
        object-position: 20% 50%;
    }
    .image__right img {
        object-position: 90% 50% !important;
    }
    .image__center img {
        object-position: 57% 50% !important;
    }
    .image__leftCenter img {
        object-position: 80% 50% !important;
    }
}
@media (max-width: 425px) {
    .width256 {
        max-width: 100%;
    }
}


/* --- accord.css --- */
.accord__container {
    display: flex;
    flex-direction: row;
    gap: 24px;
    /* flex-wrap: wrap; */
}
.accord__container > div > div {
    /* flex: 1 1 44%; */
}
.accord__container > div {
    display: flex;
    flex-direction: column;
    gap: 24px;
    width: 100%;
    /* flex-wrap: wrap; */
}

.accord__item {
    cursor: pointer;
    padding: 32px;
    /* background-color: var(--innerBg); */
    background-color: white;
    border-radius: var(--brad);
}
.accord__item > div:first-child {
    display: flex;
    flex-direction: row;
    justify-content: start;
    align-items: center;
    gap: 24px;
}

.accord__number {
    color: black !important;
    padding: 8px 11px;
    border-radius: 13px;
    width: max-content;

    background: #f2f2f2;
    /* background: var(--innerBlackLighterBg); */

    transition: all 0.4s cubic-bezier(0.075, 0.82, 0.165, 1);
}
.accord__number_active {
    background-color: var(--vinous20);
    color: white !important;
}

.accord__item > div:first-child > p {
    font-weight: 600 !important;
}

.accord__item > div:last-child {
    max-height: 0;
    visibility: hidden;
    transition: all 0.4s cubic-bezier(0.075, 0.82, 0.165, 1);
}
.accord__item > div:last-child p {
    /* color: var(--gray) !important; */
    margin-left: 63px;
}
.show {
    visibility: visible !important;
}
.accord__content li {
    list-style-type: disc;
}
.accord__content li::marker {
    color: var(--orangeDarker);
}
.accord__item .accord__list li {
    margin-left: 80px;
}
.accord__item .accord__list p {
    margin: initial !important;
}

@media (max-width: 768px) {
    .accord__container {
        display: flex;
        flex-direction: column;
    }
    .reason {
        padding: 48px 24px !important;
    }
    .reason > a {
        width: 100%;
    }
    .accord__item > div:first-child {
        gap: 14px;
        flex-direction: column;
        align-items: start;
    }
    .accord__item {
        padding: 20px;
    }
    .accord__item > div:last-child p {
        margin-left: 0px;
    }
    .accord__item .accord__list li {
        margin-left: 17px;
    }
}


/* --- dropdown-menu.css --- */
.dropdown {
    position: relative;
}
.dropdown > a {
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: center;
    gap: 12px;
    cursor: pointer;
}
.dropdown > a span {
    rotate: -90deg;
}
.dropdown-menu {
    display: none;
    position: absolute;
    left: 50%;
    transform: translateX(-50%);
    background-color: #252525;
    /* background-color: var(--darkGray80); */
    padding: 10px;
    z-index: 500000;
    border-radius: var(--bradMed);

    top: 100%;
    min-width: 180px;
}

@media (min-width: 1025px) {
    .dropdown:hover .dropdown-menu,
    .dropdown:focus-within .dropdown-menu {
        display: block;
    }
}
.dropdown-menu li {
    margin: 0;
}
.dropdown-menu li a {
    display: block;
    padding: 10px 20px;
    color: #fff;
    text-decoration: none;
}

@media (max-width: 1024px) {
    .dropdown-menu {
        position: relative;
        top: 0%;
        left: 0%;
        transform: translateX(0%);
        background-color: transparent;
        padding: 0px;

        display: block;
        max-height: 0px;
        visibility: hidden;
        transition: all 0.4s cubic-bezier(0.075, 0.82, 0.165, 1);
        overflow: hidden;
    }
    .dropdown.active .dropdown-menu {
        /* max-height: 100px; */
        padding: 10px;
        visibility: visible;
    }
}


/* --- btn.css --- */
.btn {
    display: inline-block;
    width: 100%;
    border-radius: var(--brad);
    font-family: "poppins", sans-serif;
    font-weight: 600;
    text-align: center;
    padding: 16px 0;
    transition: all 0.4s cubic-bezier(0.075, 0.82, 0.165, 1);
    cursor: pointer;
}
.btn:hover {
    scale: 1.06;
}
.btn__border {
    padding: 12px 0 !important;
    /* border: 2px solid var(--btnC); */
    color: var(--btnC) !important;
    background-color: var(--bg);
    border: 2px solid transparent;
}

.btn::after {
    content: none;
}
.btn__fill {
    padding: 16px 0 !important;
    background-color: var(--vinous20);
    color: var(--textBtn) !important;
}
.btn__yellow {
    background-color: var(--yellowLight50);
    color: var(--darkGray20) !important;
}
.btn__white {
    background-color: var(--white);
    color: var(--neutralGray50) !important;
}
.btn__light {
    background-color: var(--orangeLight);
    color: var(--orange) !important;
}
.btn_text {
    background-color: transparent;
    display: inline-block;
    vertical-align: middle;
    color: var(--purple) !important;
    width: max-content !important;
}
.btn_text > span {
    display: inline-block;
    vertical-align: middle;
    transform: translateY(1px);
    margin-left: 8px;
}
.btn__gray {
    background-color: var(--innerBg);
}
.btn__black50 {
    background-color: var(--innerBlackLighterBg);
}
.learnBtn {
    display: flex;
    flex-direction: row;
    align-items: stretch;
    justify-content: center;
    gap: 8px;
    color: white !important;
}
.learnBtn img {
    /* object-fit: contain; */
    scale: -1 1;
    height: 50%;
    transform: translateY(10%);
}
@media (max-width: 768px) {
    .btn {
        /* padding: 3vw 0 !important; */
    }
    .btn__wrapper {
        /* padding: 2vw 0 !important; */
    }
    .btn__fill {
        /* padding: 2vw 0 !important; */
    }
    .btn__light {
        color: var(--textBtn) !important;
    }
}


/* --- download.css --- */
.download {
    padding: 100px 0;
    background-color: #252525;
    /* background-color: var(--innerBg); */
}
.download h2,
.download p {
    text-align: center;
}
.download h2 {
    color: white;
}

.download__slider {
    display: flex;
    flex-direction: row;
    gap: 24px;
    justify-content: center;
}

.download__links > div:first-child {
    display: flex;
    flex-direction: row;
    align-items: stretch;
    gap: 40px;
    /* justify-content: center; */
    flex-wrap: wrap;
}
.download__links a {
    flex: 1 1 48%;
    max-width: 215px;

    transition: all 0.4s cubic-bezier(0.075, 0.82, 0.165, 1);
}
.download__links a:hover {
    scale: 1.1;
}
.download__links img {
    object-fit: contain;
}
.download__main {
    display: flex;
    flex-direction: row;
    gap: 24px;
}
.download__main > div {
}
.download__main > div:first-child {
    flex: 1 1 70%;
}
.download__main > div:last-child {
    flex: 1 1 32.5%;
}
.donwload__qr_mobile img,
.donwload__qr_desctop img {
    border-radius: var(--bradMed);
    overflow: hidden;
}
.download__main > div:first-child * {
    text-align: left;
}
.donwload__qr_desctop {
    display: block;
}
.donwload__qr_mobile {
    display: none;
}
@media (max-width: 768px) {
    .donwload__qr_desctop {
        display: none;
    }
    .donwload__qr_mobile {
        display: block;
    }
    .download__links {
        display: flex;
        flex-direction: row-reverse;
        justify-content: space-between;
        gap: 12px;
        align-items: center;
    }
    .download__links > div:first-child {
        flex-direction: column;
        flex-wrap: nowrap;
        gap: 24px;
    }
    .download__links > a {
        display: inline-block;
    }
}


/* --- faq.css --- */
.faq__wrapper {
    max-width: 1340px !important;
    padding: 64px 52px;
}
.faq__wrapper h2 {
    text-align: center;
    font-size: 52px !important;
}
@media (max-width: 768px) {
    .faq__wrapper {
        padding: 48px 24px;
    }
}


/* --- footer.css --- */
footer {
    background-color: var(--innerBg);
}
.footer__top {
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: space-between;
    padding-top: 36px;
}
.footer__top > div:first-child {
    display: flex;
    flex-direction: row;
    align-items: center;
    gap: 24px;
}
.footer__top > div > ul {
    display: flex;
    flex-direction: row;
    align-items: center;
    gap: 16px;
    margin-bottom: 8px;
}
.footer__top > div > ul a {
    display: inline-block;
    width: 32px;
    height: 32px;
    background-color: var(--innerBlackBg);
    border-radius: 100px;
    display: flex;
    align-items: center;
    justify-content: center;
}
.footer__top > div > ul img {
    height: 45%;
    object-fit: contain;
}

.footer__top > nav {
}
.footer__top > nav ul {
    margin-left: auto;
    max-width: 80%;
    display: flex;
    flex-direction: row;
    align-items: center;
    flex-wrap: wrap;
    gap: 39px;
    row-gap: 12px;
    justify-content: right;
}
.footer__top > nav li a {
    width: max-content;
}

.footer__bottom {
    padding: 32px 0;
    text-align: left;
}

@media (max-width: 768px) {
    .footer__top {
        flex-direction: column;
        align-items: start;
        gap: 24px;
    }
    .footer__top > nav ul {
        margin-left: initial;
        max-width: 80%;
        align-items: start;
        gap: 24px;
        row-gap: 12px;
        justify-content: left;
    }
}


/* --- header.css --- */
header {
    background-color: var(--vinous10);
}
header > div {
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: space-between;
    padding: 27px 0;
}

header > div > nav > a {
    display: none !important;
}
header > div > nav > ul {
    display: flex;
    flex-direction: row;
    align-items: center;
    gap: 39px;
}
header > div > nav > ul a {
    width: max-content;
    transition: all 0.4s cubic-bezier(0.075, 0.82, 0.165, 1);
    color: var(--neutralGray90) !important;
}
header > div > nav > ul a::after {
    content: none;
}
header > div > nav > ul a:hover {
    color: var(--orange) !important;
}
header > div > a {
    max-width: 186px;
    z-index: 70;
}
@media (max-width: 1024px) {
    header > div {
        padding: 16px 0;
    }
    header > div > a:last-child {
        display: none;
    }
    header > div > nav {
        position: absolute;
        top: 0;
        left: 0;
        width: 100vw;
        height: 100vh;
        background-color: var(--innerBg);
        z-index: 50;
        transform: translateX(-120%) translateY(-0%);
        transition: all 0.4s cubic-bezier(0.075, 0.82, 0.165, 1);
        display: flex;
        flex-direction: column;
    }
    header > div > nav > ul {
        margin-top: 84px;
        margin-left: 6%;
        flex-direction: column;
        align-items: start;
        gap: 12px;
    }
    header > div > nav > ul a {
        text-transform: uppercase;
        color: white !important;
    }
    header > div > nav > a {
        display: inline-block !important;
        margin-top: auto;
        margin-left: auto;
        margin-right: auto;
        margin-bottom: 52px;
        z-index: 90;
        max-width: 90%;
        /* background-color: var(--orange) !important; */
        /* color: var(--textBtn) !important; */
    }
    .navOpen {
        transform: translateX(-6%) translateY(-0%);
    }
}


/* --- headerBurger.css --- */
.mobile__menu {
    display: none;
    z-index: 61;
}
.burger {
    width: 60px;
    height: 60px;
    transition-duration: 0.5s;
    position: relative;
    scale: 0.4;
}
.open {
}
.open > .icon-left {
    background: transparent;
}
.open > .icon-left::before {
    transform: rotateZ(45deg) scaleX(1.4) translate(4px, 4px);
}
.open > .icon-left::after {
    transform: rotateZ(-45deg) scaleX(1.4) translate(4px, -4px);
}
.open > .icon-right {
    background: transparent !important;
}
.open > .icon-right::before {
    transform: rotateZ(-45deg) scaleX(1.4) translate(-4px, 4px);
}
.open > .icon-right::after {
    transform: rotateZ(45deg) scaleX(1.4) translate(-4px, -4px);
}

.icon-left {
    transition-duration: 0.5s;
    position: absolute;
    height: 8px;
    width: 50%;
    top: 30px;
    background-color: white;
}
.icon-left::before {
    transition-duration: 0.5s;
    position: absolute;
    width: 100%;
    height: 8px;
    background-color: white;
    content: "";
    top: -20px;
}
.icon-left::after {
    transition-duration: 0.5s;
    position: absolute;
    width: 100%;
    height: 8px;
    background-color: white;
    content: "";
    top: 20px;
}
.icon-left:hover {
    cursor: pointer;
}

.icon-right {
    transition-duration: 0.5s;
    position: absolute;
    height: 8px;
    width: 50%;
    top: 30px;
    background-color: white;
    left: 30px;
}
.icon-right::before {
    transition-duration: 0.5s;
    position: absolute;
    width: 100%;
    height: 8px;
    background-color: white;
    content: "";
    top: -20px;
}
.icon-right::after {
    transition-duration: 0.5s;
    position: absolute;
    width: 100%;
    height: 8px;
    background-color: white;
    content: "";
    top: 20px;
}
.open *::after,
.open *::before,
.open * {
    /* background-color: black; */
    /* background: black; */
}
@media (max-width: 1024px) {
    .mobile__menu {
        display: block;
    }
}
header,
.fadeInDown {
    animation-delay: 0.5s !important;
}


/* --- sticky-cta.css --- */
/* Sticky header + mobile conversion bar — dafasports.in funnel */
.site-header-sticky {
  position: sticky;
  top: 0;
  z-index: 200;
  box-shadow: 0 2px 16px rgba(0, 0, 0, 0.35);
}

.header-cta {
  display: flex;
  flex-direction: row;
  align-items: center;
  gap: 10px;
  z-index: 70;
  flex-shrink: 0;
}

.header-cta .btn {
  width: auto;
  min-width: 108px;
  padding: 12px 16px;
  font-size: 14px;
  line-height: 1.2;
  white-space: nowrap;
}

.header-cta__bonus {
  min-height: 44px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
}

.header-cta__login {
  min-height: 44px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
}

.mobile-cta-bar {
  display: none;
  position: fixed;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: 199;
  padding: 10px 12px calc(10px + env(safe-area-inset-bottom, 0px));
  background: rgba(18, 8, 12, 0.96);
  backdrop-filter: blur(10px);
  gap: 10px;
  box-shadow: 0 -4px 24px rgba(0, 0, 0, 0.45);
}

.mobile-cta-bar .btn {
  flex: 1 1 50%;
  min-height: 48px;
  padding: 14px 10px;
  font-size: 15px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
}

@media (max-width: 1024px) {
  header.site-header-sticky > div {
    flex-wrap: nowrap;
    gap: 8px;
  }

  header.site-header-sticky > div > .header-cta {
    display: flex !important;
    margin-left: auto;
    margin-right: 0;
  }

  header.site-header-sticky > div > .header-cta .btn {
    min-width: 0;
    padding: 10px 12px;
    font-size: 12px;
  }

  /* legacy Try Now outside nav — hide if patch missed one */
  header.site-header-sticky > div > a.btn.btn__yellow:last-child {
    display: none !important;
  }

  .mobile-cta-bar {
    display: flex;
  }

  body.has-mobile-cta {
    padding-bottom: calc(76px + env(safe-area-inset-bottom, 0px));
  }
}

@media (min-width: 1025px) {
  .mobile-cta-bar {
    display: none !important;
  }
}


/* --- spacer.css --- */
.spacer_xxl {
    margin-top: 172px;
}
.spacer_x {
    margin-top: 120px;
}
.spacer_68 {
    margin-top: 68px;
}
.spacer_60 {
    margin-top: 60px;
}
.spacer_100 {
    margin-bottom: 100px;
}
.spacer_84 {
    margin-bottom: 84px;
}
.spacer_64 {
    margin-bottom: 64px;
}
.spacer_48 {
    margin-bottom: 48px;
}
.spacer_40 {
    margin-bottom: 40px;
}
.spacer {
    margin-bottom: 32px;
}
.spacer_s {
    margin-bottom: 24px;
}
.spacer_ss {
    margin-bottom: 12px;
}
.spacer_8 {
    margin-bottom: 8px;
}

.aboutCards{
    display: flex;
    justify-content: center;
    align-items: center;
    gap: 20px;
    flex-wrap: wrap;
}
.aboutCard{
    display: flex;
    justify-content: space-between;
    align-items: center;
    background-color: #fff;
    padding: 24px;
    border-radius: 8px;
    -webkit-border-radius: 8px;
    -moz-border-radius: 8px;
    -ms-border-radius: 8px;
    -o-border-radius: 8px;
    width: 370px;
    height: 171px;
}

.spostsWrapper{
    display: flex;
    flex-direction: column;
    gap: 10px;
    p{
        line-height: 1.2;
    }
}
.aboutImageWrapper{
    min-width: 72px;
    height: 72px;
    background-color: #f2f2f2;
    display: flex;
    justify-content: center;
    align-items: center;
    border-radius: 50%;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    -ms-border-radius: 50%;
    -o-border-radius: 50%;
}
.aboutCardImage{
    width: 42px;
    height: 42px;
}


.stepLogin{
    background-color: #fff;
    padding: 24px;
    display: flex;
    justify-content: flex-start;
    align-items: center;
    border-radius: 8px;
    -webkit-border-radius: 8px;
    -moz-border-radius: 8px;
    -ms-border-radius: 8px;
    -o-border-radius: 8px;
    margin-top: 20px;
}
.stepLoginLast{
    margin-bottom: 20px;
}
.loginNumber{
    display: flex;
    justify-content: center;
    align-items: center;
    min-width: 100px;
    min-height: 100px;
    background-color: #f2f2f2;
    color: #b10000;
    font-weight: 600;
    font-size: 24px;
    border-radius: 8px;
    -webkit-border-radius: 8px;
    -moz-border-radius: 8px;
    -ms-border-radius: 8px;
    -o-border-radius: 8px;
    margin-right: 20px;
}
.breakWord{
    overflow-wrap: break-word;
word-wrap: break-word;      
word-break: break-word;

}
.wordsWrapper p{
    max-width: 280px;    overflow-wrap: break-word;
word-wrap: break-word;      
word-break: break-word;
}

.cardContainerStyles{
    padding: 24px 12px !important;
    justify-content: space-between !important;
    h4{
        margin: 0 !important;
        text-align: left;
    }
}

.cardContainerStyles > div{
    margin: 0;
}

/* ===registration */


.registrationList{
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    gap: 32px;
    margin-top: calc(32px/2);
    margin-bottom: 32px;
    list-style: auto !important;
    padding-left: 30px;
    /* list-style:; */
    li{
        font-family: "poppins", sans-serif;
        line-height:  160%;
        font-size: 18px;
        list-style: decimal-leading-zero !important;
        color: #7d7d7e;
    }
}






@media (max-width: 768px) {
    .spacer_xxl {
        margin-top: calc(172px / 2);
    }
    .spacer_x {
        margin-top: calc(120px / 2);
    }
    .spacer_100 {
        margin-bottom: calc(100px / 2);
    }
    .spacer_68 {
        margin-top: calc(68px / 2);
    }
    .spacer_60 {
        margin-top: calc(60px / 2);
    }
    .spacer_84 {
        margin-bottom: calc(84px / 2);
    }
    .spacer_64 {
        margin-bottom: calc(64px / 2);
    }
    .spacer_48 {
        margin-bottom: calc(48px / 2);
    }
    .spacer_40 {
        margin-bottom: calc(40px / 2);
    }
    .spacer {
        margin-bottom: calc(32px / 2);
    }
    .spacer_s {
        margin-bottom: calc(24px / 2);
    }
}


/* --- table.css --- */
.table__container {
    overflow: hidden;
}
.table__container h2 {
    /* color: var(--textBtn); */
}
table {
    border-radius: var(--brad);
    background-color: var(--white);
    border-spacing: 0px;
    width: 100%;
    overflow: hidden;
}
tbody {
    display: flex;
    flex-direction: column;
    border-radius: var(--bradMed);
    overflow: hidden;
}
thead {
    background-color: var(--darkGray30);
}
thead::after {
    content: "";
    position: absolute;
    bottom: 0;
    width: 100%;
    height: 2px;
    background-color: var(--vinous20);
}

thead p {
    color: var(--neutralGray95) !important;
}

table tr,
.table_grid_4 tr {
    overflow: hidden;
    align-items: center;
}
table tr * {
    text-align: left !important;
}

.table_grid_4 tr {
    display: grid;
    grid-template-columns: 1.5fr 1fr 1fr 0.7fr;
}
.table_grid_4_second tr {
    grid-template-columns: 1fr 1fr 1fr 1fr !important;
}

.table_grid_5 tr {
    display: grid;
    grid-template-columns: 1.5fr 1fr 1fr 1fr 0.7fr;
}
.table_grid_3 tr {
    display: grid;
    grid-template-columns: 4fr 1fr 1fr;
}
.table_grid_2 tr {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
}

table tr td:last-child {
    text-align: right;
}

table tr td:first-child p {
    font-family: "poppins", sans-serif;
    font-weight: 600;
}
table tr th {
    padding: 24px;
}
table tr td:not(:last-child):not(:first-child) p,
table tr th:not(:last-child):not(:first-child) p {
    text-align: center !important;
}
table tr th:last-child p,
table tr td:last-child p {
    text-align: right !important;
}
.table_grid_4_second tr th:last-child p,
.table_grid_4_second tr td:last-child p {
    text-align: center !important;
}
.table_grid_2 tr th:last-child p,
.table_grid_2 tr td:last-child p {
    text-align: left !important;
}

table tr td {
    padding: 29px 24px;
}

/* table__bet_wrapper */ /* table__bet_wrapper */ /* table__bet_wrapper */
/* table__bet_wrapper */ /* table__bet_wrapper */ /* table__bet_wrapper */
/* table__bet_wrapper */ /* table__bet_wrapper */ /* table__bet_wrapper */
/* table__bet_wrapper */ /* table__bet_wrapper */ /* table__bet_wrapper */
/* table__bet_wrapper */ /* table__bet_wrapper */ /* table__bet_wrapper */
/* table__bet_wrapper */ /* table__bet_wrapper */ /* table__bet_wrapper */
/* table__bet_wrapper */ /* table__bet_wrapper */ /* table__bet_wrapper */
/* table__bet_wrapper */ /* table__bet_wrapper */ /* table__bet_wrapper */
/* table__bet_wrapper */ /* table__bet_wrapper */ /* table__bet_wrapper */
/* table__bet_wrapper */ /* table__bet_wrapper */ /* table__bet_wrapper */
/* table__bet_wrapper */ /* table__bet_wrapper */ /* table__bet_wrapper */
/* table__bet_wrapper */ /* table__bet_wrapper */ /* table__bet_wrapper */
/* table__bet_wrapper */ /* table__bet_wrapper */ /* table__bet_wrapper */
/* table__bet_wrapper */ /* table__bet_wrapper */ /* table__bet_wrapper */
/* table__bet_wrapper */ /* table__bet_wrapper */ /* table__bet_wrapper */
.table__bet_wrapper {
}
.table__bet_wrapper .table_grid_3 tr {
    display: grid;
    grid-template-columns: 4fr 1.5fr 1.5fr;
}
.table_grid_3_second tr {
    display: grid;
    grid-template-columns: 1fr 1fr 1fr !important;
}
.table_grid_3_second tr td:last-child p,
.table_grid_3_second tr th:last-child p {
    text-align: center !important;
}
.table__bet_wrapper tr th:last-child p,
.table__bet_wrapper tr td:last-child p {
    text-align: center !important;
}
.table__bet_wrapper tr td:not(:first-child) p {
    padding: 14px 0;
    background-color: var(--white30);
    border-radius: var(--brad);
    cursor: pointer;
    transition: all 0.4s cubic-bezier(0.075, 0.82, 0.165, 1);
}
.table__bet_wrapper tr td:not(:first-child) p:hover {
    background-color: var(--white95);
    opacity: 0.7;
}
.table__bet_wrapper tr td {
    padding: 16px 24px;
}
.table__bet_wrapper tbody tr:not(:last-child)::after {
    content: "";
    position: absolute;
    left: 0;
    bottom: 0px;
    width: 100%;
    height: 2px;
    background-color: var(--white30);
}

.table__bet_bottom {
    display: flex !important;
    flex-direction: row !important;
    padding: 12px 22px;
    gap: 12px;
}
.table__bet_bottom_item {
    width: 100%;
    padding: 0 !important;
}
.table__bet_bottom_item > p {
    text-align: center !important;
    margin-bottom: 12px;
    padding: unset !important;
    background-color: unset !important;
    cursor: text !important;
}
.table__bet_bottom_item > p:hover {
    opacity: 1 !important;
}
.table__bet_bottom_item > div {
    display: flex;
    flex-direction: row;
    align-items: stretch;
    gap: 12px;
}
.table__bet_bottom_item > div > div {
    width: 100%;
    padding: 10px 0;
    background-color: var(--white30);
    border-radius: var(--brad);
    cursor: pointer;
    transition: all 0.4s cubic-bezier(0.075, 0.82, 0.165, 1);
}
.table__bet_bottom_item > div > div:hover {
    background-color: var(--white95);
    opacity: 0.7;
}
.table__bet_bottom_item > div > div p {
    text-align: center !important;
    background-color: unset !important;
    padding: unset !important;
}
.table__bet_bottom_item p {
    font-family: "poppins", sans-serif !important;
    font-weight: 600 !important;
}

.table_new tbody {
    display: table-row-group !important;
}

@media (max-width: 768px) {
    .bettTable thead tr {
        grid-template-columns: 5fr 0fr 0fr !important;
    }
    .bettTable thead tr th:not(:first-child) {
        padding: 0;
    }
    .bettTable tbody tr {
        display: flex !important;
        flex-direction: row !important;
        flex-wrap: wrap !important;
    }
    .bettTable tbody tr td:first-child {
        flex: 1 1 100%;
    }
    .bettTable tbody tr td {
        flex: 1 1 40%;
        padding: 12px 18px;
    }

    .table_grid_3_second,
    .table_grid_5 tr,
    .table_grid_2,
    .table_grid_4 {
        min-width: 768px;
        overflow-x: scroll;
    }
    .table__wrapper {
        overflow-x: scroll;
    }
    .table_grid_2 tr {
        grid-template-columns: 1fr 2fr;
    }
}


/* --- toc.css --- */
.toc__container {
    display: flex;
    flex-direction: column;
    gap: 24px;
    flex-wrap: nowrap;
}
.toc__container > ul a {
    color: var(--btn__white) !important;
    opacity: 0.7;
    border-radius: var(--brad);
    font-weight: 400 !important;
    /* min-width: 216px; */
}
.toc__container > ul {
    display: flex;
    flex-direction: row;
    flex-wrap: nowrap;
    align-items: center;
    gap: 8px;
    justify-content: start;
}
.toc__container > ul li {
    flex: 1 1 13%;
    /* flex: 1 1 100%; */
    width: max-content;
    min-width: max-content;
}
.toc__container > ul:first-child a {
    /* width: 252px; */
}
.toc__container > ul:last-child > li {
    /* flex: 1 0 auto; */
}
.toc__container > ul:last-child a {
    /* width: 206px; */
}
@media (max-width: 1340px) {
    .toc__wrapper {
        max-width: 88%;
    }
    .toc__container {
        overflow-x: auto;
        overflow-y: hidden;
        margin-left: -12%;
        margin-right: -7%;
        padding: 0px 0% 0 12%;
    }
    .toc__container ul li a {
        padding: 16px 24px;
    }
}
@media (max-width: 865px) {
}
@media (max-width: 768px) {
    .toc__container {
        margin-top: 0;
    }
}


/* --- gradient.css --- */
.redGradBorder {
    background-image: linear-gradient(var(--innerBg), var(--innerBg)),
        linear-gradient(to right, var(--red) 0%, var(--orangeDarker) 100%) !important;
    background-origin: border-box;
    background-clip: padding-box, border-box;
}
.redGrad {
    background-image: linear-gradient(
        to right,
        var(--red) 0%,
        var(--orangeDarker) 100%
    ) !important;
}
.redGradBtn {
    background: linear-gradient(
        to right,
        var(--red) 0%,
        var(--orangeDarker) 100%
    ) !important;
    filter: drop-shadow(0px 4px 24px rgba(255, 118, 73, 0.66));
}
.textGrad {
    background: -webkit-linear-gradient(var(--red), var(--orangeDarker));
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    width: max-content;
}


/* --- main.css --- */
.main__wrapper {
    overflow: hidden;
    height: 753px;
}
.main__wrapper h1 {
    color: var(--white95) !important;
}
.main__wrapper_otherPages {
    height: initial !important;
}
.main__wrapper_otherPages .main {
    padding-top: 110px !important;
    padding-bottom: 110px !important;
}
.mainBg {
    position: absolute;
    /* height: max-content; */
    height: 100%;
    width: 100%;
    left: 50%;
    top: 50%;
    transform: translateX(-50%) translateY(-50%);
}
.main {
    padding-top: 180px;
}
.main p:nth-child(2) {
    color: var(--textPLighter) !important;
}
.main h1 {
    /* max-width: 95%; */
}
.main > div {
    max-width: 55%;
}
.main__bottom {
    display: flex;
    flex-direction: row;
    align-items: stretch;
    justify-content: start;
    gap: 52px;
}
.timer {
    display: flex;
    flex-direction: row;
    gap: 12px;
}
.timer > div {
    width: 64px;
    height: 64px;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: column;
    border-radius: var(--brad);
    /* background-color: var(--innerBg); */
    border: 1px solid transparent;
}
.timer > div > p {
    text-align: centers;
}
.timer > div > p:first-child {
    color: white !important;
}
.timer > div > p:last-child {
    margin-top: -4px;
    color: white !important;
    opacity: 0.5;
}

@media (max-width: 1340px) {
    .mainBg {
        /* transform: translateY(-50%) translateX(-50vw); */
    }
    .mainBg img {
        object-position: calc(67% + -50 * ((100vw - 360px) / 980)) 50%;
    }
    .mainBg::after {
        content: "";
        position: absolute;
        width: 100%;
        height: 100%;
        left: 0;
        top: 0;
        background: linear-gradient(to right, var(--bg) 20%, transparent 100%);
    }
    .main > div {
        max-width: 100%;
    }
}
@media (max-width: 768px) {
    .main {
        padding-top: 64px;
    }
    .main__wrapper {
        height: initial !important;
    }
    .main__bottom {
        flex-direction: column;
        gap: 32px;
        margin-bottom: 26px;
    }
}


/* --- discover.css --- */
.discover {
    padding: 24px 0;
    background-color: var(--darkGray30);
}
.discover > ul {
    display: flex;
    flex-direction: row;
    gap: 70px;
    justify-content: space-around;

    overflow-x: auto;
    /* margin-left: -1%; */
    /* margin-right: -10%; */
}
.discover > ul p {
    color: var(--textPLighter) !important;
    width: max-content;
}
@media (max-width: 1340px) {
    .discover .wrapper {
        max-width: 100% !important;
    }
    .discover > ul {
        /* padding-left: clamp(
            0%,
            calc(0% - (-1080 * ((1340px - 100vw) / 1340))),
            167%
        ); */

        /* padding-left: 20%; */
        padding-left: 20px;
    }
}
@media (max-width: 768px) {
    .discover > ul {
        padding-left: 6%;
    }
}
@media (max-width: 597px) {
    /* .discover > ul {
        padding-left: clamp(
            579%,
            calc(0% - (-1080 * ((597px - 100vw) / 597))),
            167%
        );
    } */
    .discover > ul {
        justify-content: start;
        padding-left: 6%;
    }
}


/* --- about.css --- */
.about a {
}
/* @media (max-width: 768px) {
    #registration img {
        object-position: 90% 50% !important;
    }
} */


/* --- sliderControls.css --- */
.swiperControls {
    position: absolute;
    top: 50%;
    left: 0;
    width: 100%;
    transform: translateY(-50%);
    /* height: 100%; */

    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: space-between;
    z-index: 50;
}
/* .swiperControls .active {
    background: linear-gradient(
        to right,
        var(--red) 0%,
        var(--orangeDarker) 100%
    ) !important;
} */

.swiperControls .arrow-left,
.swiperControls .arrow-right {
    width: 52px;
    height: 52px;
    border-radius: 100px;
    display: flex;
    align-items: center;
    justify-content: center;
    cursor: pointer;
    background-color: #373737;
    /* background-color: var(--innerBlackLighterBg); */
    transition: all 2s cubic-bezier(0.075, 0.82, 0.165, 1);
    /* background: linear-gradient(
        to right,
        var(--red) 0%,
        var(--orangeDarker) 100%
    ); */
}
.swiperControls .arrow-left img,
.swiperControls .arrow-right img {
    height: 26%;
    object-fit: contain;
}
.swiperControls .arrow-left img {
    transform: translateX(-2px);
}
.swiperControls .arrow-right img {
    transform: translateX(-2px);
}
.swiperControls .arrow-right img {
    scale: -1 1;
}

.swiperControls .disabled {
    transition: all 2s cubic-bezier(0.075, 0.82, 0.165, 1);
    /* background: var(--blackDarker) !important; */
    opacity: 0.4;
}
@media (max-width: 1500px) {
    .swiperControls {
        width: 96vw;
        left: 50%;
        transform: translateX(-50%) translateY(-50%);
    }
}
@media (max-width: 768px) {
    .swiperControls {
        /* width: 88.5vw; */
        width: calc(86vw + (58 * ((100vw - 360px) / (768 - 360))));
    }
    .swiperControls .arrow-left,
    .swiperControls .arrow-right {
        width: 40px;
        height: 40px;
    }
    .swiperControls .arrow-left img,
    .swiperControls .arrow-right img {
        transform: translateX(-1px);
    }
}


/* --- bonus.css --- */
.bonus__title {
    display: flex;
    flex-direction: row;
    justify-content: space-between;
}
.bonus__title .expert__title > * {
    text-align: left;
}
.bonus__title .expert__title > h2 {
    color: white;
}
.align_end .swiperControls {
    bottom: 0;
    top: unset !important;
    transform: translateY(0);
}
.bonus__title .swiperControls {
    right: 0;
    left: initial;
    width: initial;
    gap: 24px;
    top: unset;
    bottom: 0;
}
.about__cards {
    display: flex;
    flex-direction: row;
    align-items: stretch;
    gap: 24px;
    flex-wrap: wrap;
}
.about__card {
    flex: 1 1 10%;
    display: flex;
    flex-direction: column;
    padding: 44px;
    height: 320px;
    overflow: hidden;
    background-color: var(--white);
    border-radius: var(--brad);
}
@media (max-width: 768px) {
    .about__card {
        flex: 1 1 50%;
    }
}

.about__card p,
.about__card a,
.about__card h4 {
    z-index: 5;
}
.about__card > p:first-child {
    border-radius: 10px;
    width: 40px;
    height: 40px;
    display: flex;
    align-items: center;
    justify-content: center;
    color: var(--textMain) !important;
    z-index: 5;
}
.about__card a {
    margin-top: auto;
    display: flex;
    flex-direction: row;
    align-items: center;
    gap: 12px;
    font-weight: 700;
    z-index: 5;
}
.about__card span {
    display: inherit;
}

.about__card:last-child .about__img {
    max-width: 70%;
}
.about__img {
    z-index: 1;
    position: absolute;
    right: 0%;
    bottom: -5px;
    transform: translateX(10%);
    max-width: 60%;
    /* opacity: 0.4; */
}

.features__card {
    min-width: 0 !important;
}
.features__card > div {
    align-items: center !important;
    justify-content: space-between !important;
    /* justify-content: center !important; */
}
.features__card > div p {
    color: var(--textP) !important;
    text-align: center;
}

@media (max-width: 768px) {
    .about > div:first-child {
        aspect-ratio: 2/1.8;
        border-radius: var(--bradMed);
        overflow: hidden;
    }
    .about > div:first-child img {
        object-position: 20% 50%;
    }

    #dafaSport-registration img {
        object-position: 80% 50%;
    }
    .expert__title {
        margin-bottom: 64px;
    }
    .bonus__title .swiperControls {
        width: 100% !important;
    }
    .bonus__title .swiperControls > * {
        width: 50%;
    }
    .expert__title .swiperControls {
        left: 50%;
        bottom: -64px;
    }
    .about__cards {
        gap: 12px;
    }
}


/* --- casino.css --- */
.sport__card {
    flex: 1 1 10%;
}
.sport__cards {
    gap: 12px !important;
}
.casino__card {
    flex: 1 1 10%;
}
.sport__card h4 {
    font-weight: 600 !important;
}
.casino__card > div {
    aspect-ratio: 1/0.87;
    border-radius: var(--bradMed);
    overflow: hidden;
}
.sport__card > div {
    padding: 24px 0;
    border-radius: var(--brad);
    background-color: var(--white);
    display: flex;
    /* grid-template-columns: 1fr 1fr; */
    flex-direction: row;
    align-items: center;
    justify-content: center;
    /* gap: 47px; */
}
.sport__card > div h4 {
    margin: 0 auto;
    text-align: center;
}
.sport__card > div > div {
    margin: 0 auto;
}
.sport__card > div > div {
    width: 72px;
    height: 72px;
    border-radius: 100px;
    background-color: var(--white30);
    display: flex;
    align-items: center;
    justify-content: center;
}
.sport__card > div > div > * {
    height: 50%;
    object-fit: contain;
}
.sport__card p {
    /* color: var(--textMain) !important; */
}

.bonus__card {
    flex-wrap: wrap;
    /* min-width: 320px !important; */
    min-width: 376px;
}
.bonus__card > div {
    /* min-width: 360px; */
}
.bonus__card h4 {
    font-weight: 500 !important;
}
.bonus__card > div {
    display: flex;
    padding: 36px;
    flex-direction: column;
    gap: 24px;
    align-items: start;
    height: 100%;
}
.bonus__card > div > * {
    margin-right: auto !important;
    margin-left: 0 !important;
    text-align: left !important;
}
.bonus__card ul {
    margin-left: 17px;
}
.bonus__card {
    height: unset !important;
}
.bonus__card_second {
    min-width: unset;
}
@media (max-width: 768px) {
    .casino__card {
        flex: 1 1 50%;
    }
    .sport__card {
        flex: 1 1 50%;
    }
}

@media (max-width: 425px) {
    .bonus__card {
        min-width: 320px;
    }
    .bonus__card > div {
        width: 88%;
    }
}


/* --- reviews.css --- */
.reviews__container {
    overflow: hidden;
    border-radius: var(--brad);
}
.reviews__container .swiper-wrapper {
    display: flex !important;
    flex-direction: row !important;
    align-items: stretch !important;
    /* gap: 20px; */
}
.reviews__card {
    padding: 32px;
    height: 371px !important;
    border-radius: var(--bradBig);
    background-color: #373737;
    /* background-color: var(--bg); */
}

.reviews__user > div:first-child img {
    max-width: 72px !important;
    max-height: 72px !important;
    min-width: 72px !important;
    min-height: 72px !important;
    overflow: hidden;
    border-radius: 100px;
}
.reviews__rating p {
    text-align: left;
    margin-bottom: 12px;
    line-height: 130% !important;
    color: var(--textMain) !important;
    font-weight: 600;
}
.reviews__rating ul {
    display: flex;
    flex-direction: row;
    align-items: center;
    gap: 8px;
}
.reviews__rating ul img {
    object-fit: contain;
}
.readMore span {
    display: inherit;
}
.reviews__card > div:first-child {
    display: flex;
    flex-direction: row;
    justify-content: start;
    align-items: center;
    gap: 16px;
}
.reviews__card > div:first-child img {
    max-width: 64px;
}
.reviews__card > div:first-child > p {
    color: var(--textMain) !important;
    font-weight: 600 !important;
}

.reviews__card > p {
    text-align: left;
    font-weight: 400 !important;
}

.reviews__card {
    display: flex !important;
    flex-direction: column !important;
}
.readMore {
    margin-top: auto;
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: start;
    gap: 20px;
    font-weight: 600 !important;
}
.readMore {
}
.reviews__controls {
    left: initial !important;
    right: 0;
    width: initial !important;
    gap: 8px;
}

@media (max-width: 768px) {
    .reviews__card {
        height: initial !important;
        padding: 20px;
    }
    .reviews__card > div p:first-child {
        font-size: 24px !important;
    }
    .reviews__card > div p:last-child {
        /* display: none; */
    }
    .reviews__card p:nth-child(1) {
        font-size: 24px !important;
    }
    .reviews__card > p {
        margin-bottom: 22px;
    }
    .reviews__card > a {
        margin-top: auto;
    }

    .reviews__container {
        overflow: visible !important;
        margin-left: -12%;
        padding-left: 18%;
        margin-right: -12%;
    }
}


/* --- topCard.css --- */
.topCard {
    display: flex;
    flex-direction: row;
    align-items: stretch;
    border-radius: var(--brad);
    overflow: hidden;
    gap: 32px;
    background-color: white;
}
.topCard .redGradBtn {
    filter: none;
}
.topCard > div {
    flex: 1 0 50%;
}
.topCard > div:first-child {
    flex: 1 1 30%;
    background-color: white;
    border-radius: var(--bradMed);
    display: flex;
    align-items: center;
    justify-content: center;
    min-width: 244px;
}
.topCard > div:first-child img {
    object-fit: contain;
    width: 70%;
}

.topCard > div:last-child {
    flex: 1 1 107%;

    padding: 20px 34px 20px 0;

    display: flex;
    flex-direction: row;
    justify-content: space-between;
    flex-wrap: wrap;
    row-gap: 24px;
}
.topCard > div:last-child > * {
    flex: 1 1 30%;
}

.topCard > div:last-child div:first-child {
    display: flex;
    flex-direction: column;
    gap: 17px;
}
.topCard > div:last-child div:first-child > h3 {
    /* color: var(--textP) !important; */
}
.topCard > div:last-child div:first-child > p:nth-child(2) {
    line-height: 130% !important;
    /* color: var(--textMain) !important; */
    font-weight: 500 !important;
}

.topCard > div:last-child div:nth-child(2) {
    max-width: 156px;
    margin-right: 60px;
    margin-left: 60px;
}
.topCard > div:last-child div:nth-child(2) ul {
    display: flex;
    flex-direction: row;
    align-items: stretch;
    gap: 4px;
}
.topCard > div:last-child div:nth-child(2) ul:nth-child(2) {
    margin-bottom: 8px;
}
.topCard > div:last-child div:nth-child(2) ul li {
    height: 28px;
    width: 36px;
    border-radius: 2px;
    background-color: #dedede;
}

.topCard > div:last-child div:last-child {
    display: flex;
    flex-direction: column;
    align-items: stretch;
    gap: 12px;
    min-width: 234px;
    max-width: 234px;
    align-items: center;
}
.topCard > div:last-child ul {
    display: flex;
    flex-direction: row;
    align-items: center;
    gap: 8px;
}
.topCard > div:last-child ul img {
    object-fit: contain;
}

@media (max-width: 768px) {
    .topCard {
        flex-direction: column;
        gap: 0;
    }
    .topCard > div:first-child {
        min-width: 244px;
        min-height: 260px;
    }
    .topCard > div:last-child {
        flex-direction: column;
        padding: 24px;
    }
    .topCard > div:last-child div:nth-child(2) {
        max-width: 156px;
        margin-right: 0;
        margin-left: 0;
    }
    .topCard > div:last-child div:last-child {
        max-width: 100%;
    }
}


/* --- betNow.css --- */
.betNow {
    padding: 148px 48px;
    border-radius: var(--bradMed);
    overflow: hidden;
}
.betNow__bg {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}
.betNow h2 {
    color: white;
}
.betNow p {
    color: var(--textMain) !important;
}
@media (max-width: 1340px) {
    .betNow {
        max-width: 100% !important;
        border-radius: var(--bradBig);
        overflow: hidden;
        padding: 84px 27px;
    }
    .betNow__bg img {
        object-position: calc(67% + -50 * ((100vw - 360px) / 980)) 50%;
    }
    .betNow__bg::after {
        content: "";
        position: absolute;
        width: 100%;
        height: 100%;
        left: 0;
        top: 0;
        background: linear-gradient(to right, var(--bg) 20%, transparent 100%);
    }
}


/* --- deposit.css --- */
.deposit__container {
}
.deposit__container > div {
    display: flex;
    flex-direction: row;
    align-items: center;
    padding: 24px;
    background-color: var(--white);
    border-radius: var(--brad);
    gap: 24px;
}
.deposit__container > div > div:first-child {
    max-width: 100px;
    max-height: 100px;
    min-width: 100px;
    min-height: 100px;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: var(--brad);
    background-color: var(--white30);
}
.deposit__container > div > div:first-child p {
    font-weight: 600;
}
.deposit__container > div > div:last-child h4 {
    margin-bottom: 16px;
}
.deposit__container > div > div:first-child p {
    color: var(--vinous20) !important;
}
@media (max-width: 768px) {
    .deposit__container > div {
        flex-direction: column;
        align-items: start;
    }
}


/* --- swiper.css --- */
.marquee-swiper {
  width: 100%;
  color: #d1d1d4;
  overflow: hidden;
  padding: 10px 0;
  cursor: grab;
  font-family: "poppins", sans-serif;
  font-weight: 400;
}
.marquee-swiper .swiper-wrapper{
    display: flex;
    align-items: center;
}
.marquee-swiper .swiper-slide{
    width: auto !important; 
    flex-shrink: 0;          
    white-space: nowrap;
    padding: 0 20px;
    font-size: 20px;
    line-height: 160% !important;

  span{
    color: red;
  }
}


