<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">@import url('https://fonts.googleapis.com/css2?family=Rubik:ital,wght@0,300;0,400;0,500;0,600;0,700;0,800;0,900;1,300;1,400;1,500;1,600;1,700;1,800;1,900&amp;display=swap');

body {
    margin: 0;
    padding: 0;
    font-family: 'Rubik', sans-serif;
    font-size: 16px;
    color: #000;
}

* {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    font-family: 'Rubik', sans-serif;
    font-style: normal;
}

article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
menu,
nav,
section {
    display: block
}

ul, li {
    list-style: none;
    padding: 0;
    margin: 0;
}

a {
    margin: 0;
    padding: 0;
    vertical-align: baseline;
    background: transparent;
    text-decoration: none;
}

.animate {
    will-change: transform, opacity;
}

input[type=number]::-webkit-inner-spin-button,
input[type=number]::-webkit-outer-spin-button {
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    margin: 0;
}

textarea:focus, input:focus {
    outline: none;
}

textarea {
    resize: none;
}

img {
    max-width: 100%;
}

.green-bg {
    background-color: #39ad5e !important;
}

.gray-bg {
    background-color: gray !important;
}

.orange-bg {
    background-color: orange !important;
}

/* form default css */

.container {
    max-width: 1140px;
    width: 100%;
    padding: 0 16px;
    margin: 0 auto;
}

.logo img {
    height: 55px;
}

@media (min-width:1600px) {
    .container {
        max-width: 1470px;
        width: 100%;
        padding: 0 16px;
        margin: 0 auto;
    }

    .logo img {
        height: 72px;
    }
}

header.header {
    position: absolute;
    top: 10px;
    display: grid;
    grid-auto-flow: column;
    justify-content: space-between;
    align-items: center;
    padding: 16px 48px;
    left: 0;
    right: 0;
    z-index: 2;
    transition: .4s ease background-color;
}

header.header--inner {
    position: sticky;
    position: -webkit-sticky;
    box-shadow: 0 3px 6px rgba(0, 0, 0, .16);
    top: 0;
    background-color: #fff;
}

header.header.sticky-header {
    position: fixed;
    top: 0;
    background-color: #fff;
    transition: .4s ease background-color;
}

.ham-menu {
    display: none;
}

.menu {
    display: grid;
    grid-auto-flow: column;
    align-items: center;
    justify-content: flex-end;
    grid-column-gap: 50px;
}

.menu a {
    color: #000;
}
.black-menu a{
 color: #fff;
}


.green-btn {
    padding: 14px 28px;
    background-color: #f5b742;
    border-radius: 5px;
    color: #fff;
    font-weight: 500;
    display: inline-block;
}

.home-banner {
    position: relative;
}

.home-banner .home-banner__img {
    width: 100%;
}

.home-banner .home-banner__img.home-banner__img--desktop {
    display: block;
}

.home-banner .home-banner__img.home-banner__img--mobile {
    display: none;
}

.home-banner__data img {
    width: initial;
    height: 50px;
}

.home-banner__data {
    position: absolute;
    left: 12%;
    top: 92%;
    transform: translateY(-70%);
}

.home-banner__data__title {
    margin: 0;
    font-size: 32px;
    font-weight: bold;
    color: #fff;
    margin-bottom: 32px;
    max-width: 560px;
    line-height: 60px;
}

.banner-bottom-logo__slider {
    padding-top: 48px;
    /* display: grid;
    grid-auto-flow: column;
    grid-column-gap: 16px; */
}

.two-column-data__cont {
    display: grid;
    grid-auto-flow: column;
    align-items: center;
    max-width: 1027px;
    margin: 0 auto;
    grid-column-gap: 140px;
    width: 100%;
    padding: 100px 0;
}

.two-column-data__cont__img img {
    max-height: 90vh;
}

.two-column-data__cont__data .two-column-data__cont__data__title {
    font-size: 60px;
    font-weight: bold;
    line-height: 70px;
    margin: 0;
    margin-bottom: 40px;
}

.two-column-data__cont__data p {
    font-size: 16px;
    line-height: 30px;
    margin: 0;
}

.two-column-data__cont .green-btn {
    margin-top: 40px;
}

.our-feature .our-feature__sub-title {
    font-size: 16px;
    text-align: center;
    line-height: 30px;
    margin: 0;
}

.our-feature .our-feature__title {
    text-align: center;
    font-size: 60px;
    font-weight: bold;
    margin: 0;
    line-height: 70px;
    margin-bottom: 16px;
}

.our-feature__cont {
    margin-top: 96px;
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    grid-gap: 48px;
    text-align: center;
    margin-bottom: 70px;
}

.our-feature__cont__list p {
    font-size: 16px;
    line-height: 30px;
    margin: 0;
}

.our-feature__cont__list .our-feature__cont__list__title {
    font-weight: bold;
    font-size: 24px;
    margin-bottom: 16px;
    margin-top: 42px;
}

.how-to-play .how-to-play__sub-title {
    font-size: 16px;
    text-align: center;
    line-height: 30px;
    margin: 0;
}

.who-we-are {
    margin-top: 90px;
}

.how-to-play .how-to-play__title, .who-we-are .who-we-are__title {
    text-align: center;
    font-size: 60px;
    font-weight: bold;
    margin: 0;
    line-height: 70px;
    margin-bottom: 16px;
}

.who-we-are p {
    font-size: 16px;
    text-align: center;
    line-height: 30px;
    margin: 0;
    margin-bottom: 24px;
}

.who-we-are p:last-child {
    margin-bottom: 0;
}

.how-to-play__slider {
    position: relative;
    padding-top: 60px;
}

.how-to-play__slider .iphone-frame {
    position: absolute;
    margin: 0 auto;
    left: 0;
    right: 0;
    z-index: 1;
    top: 48px;
}

.how-to-play__slider .tns-item img {
    display: block;
    margin: 0 auto;
    transform: scale(.7);
}

.how-to-play__slider .tns-item.current-slide img {
    transform: scale(1);
}

.how-to-play__slider__cont__btn {
    font-size: 14px;
    font-weight: bold;
    padding: 20px 10px;
    background-color: #B20017;
    color: #fff;
    display: none;
    max-width: 400px;
    height: 64px;
    margin: 0 auto;
    margin-top: 24px;
    align-items: center;
    justify-content: center;
    box-shadow: 0 32px 34px rgba(28, 27, 32, 0.20);
}

.how-to-play__slider .tns-item.current-slide .how-to-play__slider__cont__btn {
    display: flex;
}

.how-to-play__slider__cont {
    padding-bottom: 60px;
}

.sports-cont .sports-cont__title {
    text-align: center;
    font-size: 60px;
    font-weight: bold;
    margin: 0;
    line-height: 70px;
    margin-bottom: 16px;
}

.sports-cont__main {
    margin: 48px 0;
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    grid-template-rows: auto;
    grid-gap: 32px;
}

.sports-cont__main .sports-cont__main__list {
    height: 125px;
    display: grid;
    place-items: center;
    position: relative;
    font-size: 24px;
    color: #fff;
    font-weight: bold;
    border-radius: 10px;
    background-size: cover;
    background-position: center;
}

.sports-cont__main .sports-cont__main__list span {
    z-index: 1;
    position: relative;
}

.sports-cont__main .sports-cont__main__list:before {
    position: absolute;
    content: '';
    width: 100%;
    height: 100%;
    background-color: rgba(0, 0, 0, .3);
    z-index: 0;
    border-radius: 10px;

}

.footer-bottom__curve-img {
    width: 100%;
}

.footer-top {
    max-width: 1136px;
    margin: 0 auto;
    background-color: #022b9a;
    border-radius: 10px 10px 0 0;
    padding: 32px 40px;
    display: grid;
    grid-auto-flow: column;
    align-items: center;
    grid-column-gap: 100px;
}

.footer-top__left__img {
    width: 136px;
    height: 136px;
    background-color: #333;
}

.footer-top__left {
    display: grid;
    grid-auto-flow: column;
    align-items: center;
    grid-column-gap: 16px;
}

.footer-top__left__det p {
    margin: 0;
    line-height: 28px;
    color: #fff;
}

.footer-top__left__det__row {
    display: flex;
    grid-gap: 16px;
}

.footer-top__left__det .footer-top__left__det__row p {
    font-size: 18px;
}

.footer-top__left__det .footer-top__left__det__row p a {
    color: #fff;
}

.footer-top__left__det p.footer-top__left__det__title {
    font-size: 24px;
    font-weight: bold;
    margin-bottom: 16px;
}

footer.footer-bottom {
    background-color: #4166cb;
}

.footer-bottom__top {
    display: grid;
    grid-auto-flow: column;
    grid-column-gap: 25px;
}

.footer-bottom__top__list img {
    margin-top: 40px;
    height: 118px;  
}

.footer-bottom__top__list:last-child p {
    display: none;
}

.footer-bottom__top__list__img-div img {
    min-width: 153px;
    min-height: 130px;
}

.footer-bottom__top p, .footer-bottom__top a {
    color: #fff;
}

.footer-bottom__top p.footer-bottom__top__list__title {
    color: #fff;
    font-weight: bold;
}

.footer-bottom__bottom {
    width: 100%;
    text-align: center;
    padding-top: 24px;
    padding-bottom: 20px;
    /* border-top: 1px solid #fff; */
    /* padding-top: 28px;
    background: #4166cb; */
}

.footer-bottom__bottom p {
    font-size: 12px;
    color: rgba(255, 255, 255, .7);
    margin: 0;
}

/* ##################*********
    POINT SYSTEM PAGE START
**********#################### */
.point-system {
    padding-top: 55px;
}

.point-system .title {
    text-align: center;
    font-size: 60px;
    font-weight: bold;
    margin: 0;
}

.point-system__table {
    max-width: 1100px;
    margin: 0 auto;
    margin-top: 64px;
}

.point-system__table__header {
    box-shadow: 0px 3px 6px #00000029;
    margin-bottom: 40px;
    position: sticky;
    position: -webkit-sticky;
    top: 86px;
    background-color: #fff;
    z-index: 1;
}

.point-system__table__header__sports, .point-system__table__header__sports__format {
    display: flex;
    height: 56px;
    align-items: center;
}

.point-system__table__header__sports__format {
    display: none;
}

.point-system__table__header__sports__format.point-system__table__header__sports__format--show {
    display: flex;
}

.point-system__table__header__sports&gt;a, .point-system__table__header__sports__format&gt;a {
    flex: 1;
    text-align: center;
    height: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
    border-bottom: 2px solid #7C7C7C;
    font-size: 16px;
    font-weight: 600;
    color: #000;
}

.point-system__table__header__sports a {
    padding: 0 12px;
    /* font-size: 12px; */
    flex-direction: column;
}

.point-system__table__header__sports a svg {
    display: block;
    height: 24px;
    margin-bottom: 4px;
}

.point-system__table__header__sports a.active {
    color: #022b9a;
}

.point-system__table__header__sports a.active svg circle {
    fill: #022b9a;
}

.point-system__table__header__sports a.active[data-id="basketball"] svg circle {
    fill: inherit;
}

.point-system__table__header__sports a.active[data-id="basketball"] svg path {
    fill: #022b9a;
}

.point-system__table__header__sports__format&gt;a {
    font-weight: 400;
    border-bottom: none
}

.point-system__table__header__sports&gt;a.active, .point-system__table__header__sports__format&gt;a.active {
    border-bottom: 2px solid #022b9a;
    font-weight: 600;
}

.point-system__table__body__data {
    display: none;
}

.point-system__table__body__data.point-system__table__body__data--show {
    display: block;
}

.point-system__table__body__data__box__ans {
    display: none;
}

.point-system__table__body__data__box--show .point-system__table__body__data__box__ans {
    display: block;
}

.point-system__table__body__data__box--show a.point-system__table__body__data__box__que:after {
    transform: rotate(-135deg);
    margin-top: 8px;
    transition: .2s transform ease-in;
}

video {
    max-width: 100%;
    display: block;
    margin: 48px auto;
}

.point-system__table__body__data__box {
    box-shadow: 0px 3px 6px rgba(0, 0, 0, .1);
    margin-bottom: 20px;
}

.point-system__table__body__data__format {
    display: none;
}

.point-system__table__body__data__format.point-system__table__body__data__format--show {
    display: block;
}

.point-system__table__body__data__box__img {
    display: none;
}

a.point-system__table__body__data__box__que {
    height: 56px;
    display: flex;
    align-items: center;
    border-bottom: 1px solid 1px solid #4166cb87;
    padding: 20px;
    color: #000000;
    font-size: 16px;
    font-weight: 600;
    position: relative;
}

a.point-system__table__body__data__box__que:after {
    position: absolute;
    content: '';
    right: 20px;
    width: 10px;
    height: 10px;
    border-right: 2px solid #707070;
    border-bottom: 2px solid #707070;
    transform: rotate(45deg);
    transition: .2s transform ease-in;
}

.point-system__table__body__data__box__row {
    display: flex;
    padding: 0 20px;
    justify-content: space-between;
    height: 56px;
    align-items: center;
    padding-right: 0;
}

.point-system__table__body__data__box__row p:nth-child(2) {
    height: 56px;
    width: 56px;
    display: grid;
    place-items: center;
    background-color: #fd4848;
    color: #fff;
}

.point-system__table__body__data__box__row p:nth-child(1) {
    flex: 1;
}

.point-system__table__body__data__box__row:nth-child(even) {
    background-color: #f2f2f2
}

.point-system__table__body__data__box__row p {
    margin: 0;
    color: #000;
    font-size: 14px;
    font-weight: 600;
    line-height: 1.5;
}

.point-system__table__body__data__box__row__right {
    display: flex;
    align-items: center;
    /* width: 25%; */
}

.point-system__table__body__data__box__row .point-system__table__body__data__box__row__right p {
    width: 56px;
    background-color: #fd4848;
    height: 56px;
    display: grid;
    place-items: center;
    color: #fff;
}

/* ##################*********
    POINT SYSTEM PAGE END
**********#################### */

/* ##################*********
    TERMS PAGE START
**********#################### */
.terms-cont {
    padding-top: 55px;
    padding-bottom: 70px;
}

.terms-cont .title {
    text-align: center;
    font-size: 60px;
    font-weight: bold;
    margin: 0;
}

.terms-cont__data {
    max-width: 1100px;
    margin: 0 auto;
}

.terms-cont__data p {
    margin: 0;
    font-size: 14px;
    color: #000;
    line-height: 1.5;
}

.point-system__table__body__data__box__extra p {
    margin: 0;
    font-size: 12px;
    padding: 0 24px;
    padding-top: 16px;
    line-height: 1.5;
}

.point-system__table__body__data__box__extra p:last-child {
    padding-bottom: 16px;
}

.terms-cont__data .terms-cont__data__title {
    font-size: 16px;
    font-weight: 600;
    margin-top: 32px;
    margin-bottom: 20px;
    text-transform: uppercase;
}

.terms-cont__data__row {
    margin-top: 30px;
    display: flex;
    align-items: flex-start;
}

.terms-cont__data table, .terms-cont__data td, .terms-cont__data th {
    border: 1px solid #000;
    border-spacing: 0;
    text-align: left;
    border-collapse: collapse;
    padding: 6px;
    font-size: 14px;
    margin-top: 16px;
}

.terms-cont__data table.fixed-table {
    table-layout: fixed;
}

.terms-cont__data table.fixed-table td {
    width: 33.33%;
    vertical-align: top;
}

.terms-cont__data__row span {
    font-weight: 600;
    padding-right: 8px;
}

.terms-cont__data ul {
    list-style: disc;
    padding-inline-start: 40px;
}

.terms-cont__data li {
    list-style: disc;
    margin-top: 20px;
    font-size: 14px;
    color: #000;
    line-height: 1.5;
}

.terms-cont__data li::marker {
    font-weight: 600;
    padding-right: 8px;
}

/* ##################*********
    TERMS PAGE END
**********#################### */

/* ##################*********
    HOW TO PLAY PAGE START
**********#################### */
.how-to-play__table {
    max-width: 1100px;
    margin: 0 auto;
}

.how-to-play {
    padding-top: 55px;
}

.how-to-play .title {
    text-align: center;
    font-size: 60px;
    font-weight: bold;
    margin: 0;
}

.how-to-play__table__body__data {
    display: none;
}

.how-to-play__table__body__data.how-to-play__table__body__data--show {
    display: block;
}

.how-to-play__table__body__data__box__ans {
    display: none;
}

.how-to-play__table__body__data__box--show .how-to-play__table__body__data__box__ans {
    display: block;
}

.how-to-play__table__body__data__box--show a.how-to-play__table__body__data__box__que:after {
    transform: rotate(-135deg);
    margin-top: 8px;
    transition: .2s transform ease-in;
}

.how-to-play__table__body__data__box {
    margin-bottom: 20px;
}

.how-to-play__table__body__data__box .how-to-play__table__body__data__box__ans__img {
    display: block;
    margin: 48px auto;
}

.how-to-play__table__body__data__box p {
    line-height: 1.5;
    margin: 0;
}

.how-to-play__table__body__data__box .how-to-play__table__body__data__box__row p {
    margin: 0;
    padding-top: 12px;
    line-height: 1.5;
}

.how-to-play__table__body__data__box__table {
    box-shadow: 0px 3px 6px #00000029;
    margin: 48px 0;
}

a.how-to-play__table__body__data__box__que {
    box-shadow: 0px 3px 6px rgba(0, 0, 0, .1);
    height: 56px;
    display: flex;
    align-items: center;
    border-bottom: 1px solid rgba(178, 0, 23, 0.3);
    padding: 20px;
    color: #000000;
    font-size: 16px;
    font-weight: 600;
    position: relative;
}

a.how-to-play__table__body__data__box__que:after {
    position: absolute;
    content: '';
    right: 20px;
    width: 10px;
    height: 10px;
    border-right: 2px solid #707070;
    border-bottom: 2px solid #707070;
    transform: rotate(45deg);
    transition: .2s transform ease-in;
}

.how-to-play__table__body__data__box__row {
    /* display: flex; */
    /* padding: 0 20px; */
    /* justify-content: space-between; */
    /* height: 56px; */
    /* align-items: center; */
    /* padding-right: 0; */
}

.how-to-play__img {
    height: 200px;
    display: grid;
    place-items: center;
    color: #fff;
    font-size: 48px;
    font-weight: bold;
    position: relative;
    margin: 48px 0;
}

.how-to-play__img:before {
    position: absolute;
    content: '';
    background-color: rgba(0, 0, 0, .3);
    width: 100%;
    height: 100%;
    z-index: 0;
}

.how-to-play__img span {
    z-index: 1;
}

.how-to-play__table__body__data__box__table__row {
    display: flex;
    height: 48px;
    align-items: center;
    padding-left: 20px;
}

.how-to-play__table__body__data__box__table__row .how-to-play__table__body__data__box__table__row__left {
    flex: 1;
}

.how-to-play__table__body__data__box__table__row .how-to-play__table__body__data__box__table__row__right {
    display: flex;
}

.how-to-play__table__body__data__box__table__row .how-to-play__table__body__data__box__table__row__right p {
    width: 80px;
    text-align: center;
    height: 48px;
    align-items: center;
    justify-content: center;
    display: flex;
}

.how-to-play__table__body__data__box__table__row:first-child {
    border-bottom: 2px solid #B20017;
}

.how-to-play__table__body__data__box__table__row:first-child p {
    font-weight: bold;
}

/* ##################*********
    HOW TO PLAY PAGE END
**********#################### */

/* ##################*********
    RAISE YOUR QUERY START
**********#################### */

/* The Modal (background) */
.modal {
    display: none;
    position: fixed;
    z-index: 2;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    overflow: auto;
    background-color: rgb(0, 0, 0);
    background-color: rgba(0, 0, 0, 0.4);
    place-items: center;
}

.modal-content {
    background-color: #fefefe;
    /* margin: 15% auto;  */
    /* padding: 20px; */
    border: 1px solid #888;
    width: 90%;
    max-width: 400px;
    position: relative;
    border-radius: 14px;
}

.modal-content__header {
    padding: 32px 32px 16px;
    border-bottom: 1px solid #707070;
}

.modal-content__body {
    padding: 24px 32px 32px;
}

h1.modal-content__header__title {
    margin: 0;
    text-align: center;
    font-size: 24px;
}

.modal-content__body input[type="text"], .modal-content__body select {
    width: 100%;
    height: 40px;
    background-color: transparent;
    border: 1px solid #9F9F9F;
    border-radius: 4px;
    margin-bottom: 12px;
    font-size: 14px;
    padding: 0 12px;
}

.modal-content__body textarea {
    width: 100%;
    height: 80px;
    resize: none;
    border: 1px solid #9F9F9F;
    border-radius: 4px;
    font-size: 14px;
    padding: 12px;
}

.modal-content__body input[type="submit"] {
    margin: 0 auto;
    display: flex;
    margin-top: 32px;
    width: 140px;
    height: 45px;
    align-items: center;
    justify-content: center;
    border: none;
    background-color: #4166cb;
    border-radius: 4px;
    font-size: 16px;
    color: #fff;
    font-weight: 500;
}

.close {
    width: 40px;
    height: 40px;
    background-color: #4166cb;
    border-radius: 40px;
    position: absolute;
    top: -20px;
    right: -20px;
    display: grid;
    place-items: center;
}

.close:before {
    position: absolute;
    content: '';
    width: 20px;
    height: 2px;
    background-color: #fff;
    transform: rotate(45deg);
}

.close:after {
    position: absolute;
    content: '';
    height: 20px;
    width: 2px;
    background-color: #fff;
    transform: rotate(-135deg);
}

/* ##################*********
    RAISE YOUR QUERY END
**********#################### */
@media screen and (max-width:767px) {
    body.show-menu {
        overflow: hidden;
    }

    .home-banner {
        position: relative;
        margin-top: 52px;
    }

    header.header {
        position: absolute;
        top: -52px;
        align-items: center;
        padding: 0 16px;
        left: 0;
        right: 0;
        height: 52px;
        /* background-color: #000; */
    }

    header.header--inner {
        position: relative;
        top: 0;
    }

    .logo img {
        height: 32px;
    }

    .home-banner .home-banner__img.home-banner__img--desktop {
        display: none;
    }

    .home-banner .home-banner__img.home-banner__img--mobile {
        display: block;
        height: calc(88vh);
        object-fit: cover;
        /* object-position: left center; */
        position: relative;
        overflow: hidden;
    }

    .home-banner__data {
        position: absolute;
        top: initial;
        transform: initial;
        bottom: 30px;
        left: 0;
        right: 0;
        margin: 0 auto;
        z-index: 1;
        text-align: center;
    }

    /* .home-banner::after {
        position: absolute;
        content: '';
        width: 100%;
        height: 30%;
        bottom: 0;
        left: 0;
        right: 0;
        background: #000;
        background: -moz-linear-gradient(180deg, rgba(255, 255, 255, 0) 0%, rgba(0, 0, 0, 1) 100%);
        background: -webkit-linear-gradient(180deg, rgba(255, 255, 255, 0) 0%, rgba(0, 0, 0, 1) 100%);
        background: linear-gradient(180deg, rgba(255, 255, 255, 0) 0%, rgba(0, 0, 0, 1) 100%);
        filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#ffffff", endColorstr="#000000", GradientType=1);
    } */

    .ham-menu {
        cursor: pointer;
        display: block;
    }

    .ham-menu span {
        width: 25px;
        height: 2px;
        background-color: #000;
        display: block;
        margin-top: 6px;
        transition: .4s ease transform;
        transform-origin: center;
    }

    .ham-menu span:first-child {
        margin-top: 0;
    }

    .show-menu .ham-menu span:nth-child(2) {
        display: none;
        transition: .4s ease display;
    }

    .show-menu .ham-menu span:first-child {
        transform: rotate(45deg);
        transform-origin: center;
        transition: .4s ease transform;
    }

    .show-menu .ham-menu span:last-child {
        transform: rotate(-45deg);
        transform-origin: center;
        margin-top: -1px;
        transition: .4s ease transform;
    }

    .menu {
        display: none;
        grid-auto-flow: initial;
        align-items: flex-start;
        justify-content: flex-start;
        flex-direction: column;
        grid-column-gap: 0;
        position: absolute;
        top: 52px;
        background-color: #fff;
        height: calc(100vh - 52px);
        width: 100vw;
        padding: 32px;
        grid-row-gap: 32px;
    }

    .show-menu .menu {
        display: flex;
    }

    .home-banner__data__title {
        font-size: 26px;
        margin-bottom: 8px;
        line-height: 40px;
    }

    .home-banner__data__app img {
        height: 45px;
    }

    .banner-bottom-logo__slider {
        padding-top: 32px;
        grid-column-gap: 8px;
    }

    .two-column-data__cont {
        display: grid;
        grid-auto-flow: initial;
        align-items: center;
        margin: 0 auto;
        grid-column-gap: 0;
        padding: 40px 0;
        grid-row-gap: 100px;
    }

    .who-we-are {
        margin-top: 40px;
    }

    .two-column-data__cont__img img {
        max-height: 60vh;
        margin: 0 auto;
        display: block;
    }

    .two-column-data__cont--reverse .two-column-data__cont__img {
        order: 2;
    }

    .two-column-data__cont--reverse .two-column-data__cont__data {
        order: 1;
    }

    .two-column-data__cont__data .two-column-data__cont__data__title, .how-to-play .how-to-play__title, .our-feature .our-feature__title, .sports-cont .sports-cont__title, .who-we-are .who-we-are__title {
        font-size: 42px;
        line-height: 40px;
        margin-bottom: 24px;
    }

    .our-feature__cont {
        grid-template-columns: repeat(1, 1fr);
        grid-gap: 48px 0;
        margin-bottom: 70px;
    }

    .sports-cont__main {
        margin: 32px 0;
        grid-template-columns: repeat(2, 1fr);
        grid-gap: 16px;
    }

    .sports-cont__main .sports-cont__main__list {
        height: 100px;
        font-size: 20px;
        border-radius: 6px;
    }

    .sports-cont__main .sports-cont__main__list:before {
        border-radius: 6px;
    }

    .footer-bottom__top__list__img-div {
        display: grid;
        grid-auto-flow: column;
    }

    .footer-top {
        grid-auto-flow: inherit;
        align-items: center;
        grid-column-gap: 0;
        grid-row-gap: 32px;
        justify-content: center;
    }

    .home-banner__data {
        position: absolute;
        top: initial;
        transform: initial;
        bottom: 20px;
        /* top: 90px; */
        left: 0;
        right: 0;
        margin: 0 auto;
        z-index: 1;
        text-align: center;
    }

    .footer-top__left {
        grid-auto-flow: initial;
        grid-column-gap: 0;
        grid-row-gap: 24px;
    }

    .footer-top__left__img {
        display: block;
        margin: 0 auto;
    }

    .footer-top__left__det p {
        text-align: center;
    }

    .footer-top__left__det__row {
        flex-direction: column;
        grid-gap: 8px;
        margin-top: 16px;
    }

    .footer-top__left__det .footer-top__left__det__row p {
        font-size: 16px;
    }

    .footer-top .green-btn {
        text-align: center;
        max-width: 200px;
        margin: 0 auto;
    }

    .footer-bottom__top {
        display: flex;
        grid-gap: 32px;
        flex-wrap: wrap;
    }

    .footer-bottom__top .footer-bottom__top__list {
        width: calc(50% - 16px);
    }

    .footer-bottom__top .footer-bottom__top__list:first-child {
        width: 100%;
        text-align: center;
    }

    .footer-bottom__bottom {
        margin-top: 32px;
    }

    /* ##################*********
        TERMS PAGE START
    **********#################### */
    .terms-cont {
        padding-left: 16px;
        padding-right: 16px;
    }

    .terms-cont .title {
        font-size: 32px;
    }

    .fixed-table-cont {
        width: 100%;
        overflow-x: auto;
    }

    .terms-cont__data table.fixed-table {
        width: 700px;
    }

    /* ##################*********
        TERMS PAGE END
    **********#################### */

    /* ##################*********
        POINT SYSTEM PAGE START
    **********#################### */
    .point-system {
        padding: 32px 0;
    }

    .point-system__table {
        margin-top: 32px;
    }

    .point-system .title {
        font-size: 32px;
        margin-bottom: 16px;
    }

    .point-system__table__header__sports {
        overflow-x: auto;
        /* height: 48px; */
        box-shadow: 0px 3px 6px #00000029;
    }

    .point-system__table__header__sports a {
        /* padding: 0 12px; */
        font-size: 12px;
        flex-direction: column;
        width: 25%;
    }

    /* .point-system__table__header__sports a svg {
            display: block;
            height: 24px;
            margin-bottom: 4px;
        }
        .point-system__table__header__sports a.active{
            color:#B20617;
        }
        .point-system__table__header__sports a.active svg circle {
            fill:#B20617;
        }
        .point-system__table__header__sports a.active[data-id="basketball"] svg circle {
            fill:inherit;
        }
        .point-system__table__header__sports a.active[data-id="basketball"] svg path {
            fill:#B20617;
        } */
    .point-system__table__header__sports__format {
        box-shadow: 0px 3px 6px #00000029;
        margin: 16px;
        height: 48px;
    }

    .point-system__table__header {
        box-shadow: none;
        margin-bottom: 0;
        top: 52px;
    }

    .point-system__table__header__sports__format a {
        font-size: 12px;
    }

    .point-system__table__header__sports__format a.active {
        background-color: #B20617;
        color: #fff;
        border: none;
    }

    .point-system__table__body__data__box__img {
        display: block;
    }

    .point-system__table__body {
        margin: 24px;
    }

    a.point-system__table__body__data__box__que {
        /* height: 48px; */
        padding: 16px;
        font-size: 14px;
        padding-right: 40px;
    }

    .point-system__table__body__data__box__row {
        display: flex;
        padding: 0 16px;
        padding-right: 0;
        justify-content: space-between;
        height: 40px;
        align-items: center;
    }

    .point-system__table__body__data__box__row p:nth-child(2) {
        height: 40px;
        width: 60px;
    }

    .point-system__table__body__data__box__row p {
        font-size: 12px;
        font-weight: 400;
    }

    .point-system__table__body__data__box__row .point-system__table__body__data__box__row__right p {
        height: 40px;
        width: 40px;
    }

    /* ##################*********
        POINT SYSTEM PAGE END
    **********#################### */
    .close {
        top: -16px;
        right: -16px;
    }
}

ul.create_your_team {
    padding: 5px 39px 10px 50px;
}

ul.create_your_team li {
    padding: 10px 0;
    list-style: lower-alpha;
}

ul.create_your_team_l2 {
    padding: 10px 30px;
}

ul.create_your_team_l2 li {
    list-style: disc;
}

/* .footer-bottom__bottom {
    display: none;
} */

/* ========================
        New CSS
===========================*/

.sticky-btns.hide-btn {
    display: none;
}

.page-scrolled .link-btn {
    display: block;
    position: fixed;
    bottom: 0;
    z-index: 1;
    left: 0;
    width: 100%;
    /* background: #fff; */
}

.link-btn {
    display: none;
}

.sticky-btns {
    bottom: 1px;
    position: sticky;
    background: #fff;
    max-width: 387px;
    margin: 0 auto;
    border: 1px solid #edeff5;
    padding: 10px 10px 0 10px;
    border-radius: 8px;
    z-index: 6;
}

.btnbox {
    display: flex;
    flex-direction: row;
    justify-content: space-around;
    align-items: center;
    gap: 10px;

}

.btnbox img {
    width: 100%;
    height: auto;
    max-width: 215px;
}

@media screen and (max-width: 380px) {
    .sticky-btns {
        bottom: 1px;
        position: sticky;
        background: #fff;
        max-width: 387px;
        margin: 0 auto;
        border: 1px solid #edeff5;
        padding: 10px 10px 0 10px;
        border-radius: 8px;
        z-index: 6;
    }


    .btnbox {
        display: flex;
        flex-direction: row;
        justify-content: space-around;
        align-items: center;
        gap: 10px;

    }

    .btnbox img {
        width: 100%;
        height: auto;
        max-width: 215px;
    }
}

@media screen and (max-width: 768px) {
    .sticky-btns {
        max-width: 335px;
        background: #fff;
        margin: 0 auto;
        padding: 5px;
    }


    .sticky-btns img {
        width: 100%;
        height: auto;
    }
}

@media (max-width: 500px) {
    .sticky-btns {
        max-width: 280px;
    }

    .android-app {
        height: 42px;

    }

    .ios-app {
        height: 42px;
    }
}

/* ================================= */

/*=========================
     download-ff page
  ========================== */
.sec-body {
    height: 100vh;
    /* font-family: Poppins, sans-serif; */
    font-size: 14px;
    background: #0d3491 url('../images/Popup-banner.jpg') no-repeat center center;
    background-size: cover;
    display: flex;
    -webkit-display: flex;
    align-items: center;
    -webkit-align-items: center;
    justify-content: center;
    flex-direction: column;
    overflow-y: hidden;
    overflow-x: hidden;
}

/* .sec-body::after {
    position: absolute;
    content: '';
    width: 100%;
    height: 30%;
    bottom: 0;
    left: 0;
    right: 0;
    background: #000;
    background: -moz-linear-gradient(180deg, rgba(255, 255, 255, 0) 0%, rgba(0, 0, 0, 1) 100%);
    background: -webkit-linear-gradient(180deg, rgba(255, 255, 255, 0) 0%, rgba(0, 0, 0, 1) 100%);
    background: linear-gradient(180deg, rgba(255, 255, 255, 0) 0%, rgba(0, 0, 0, 1) 100%);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#ffffff", endColorstr="#000000", GradientType=1);
} */

.mob_banner {
    height: auto;
    margin: 0 auto;
}

.mob_banner img {
    width: 100%;
    height: auto;
    height: 450px;
    vertical-align: middle;
}

.heading {
    text-align: center;
    position: absolute;
    background: #0000009f;
    padding-left: 10px;
    padding-right: 10px;
    bottom: 100px;
}

.heading h1 {
    color: #e6d31a;
    font-size: 28px;
    line-height: 32px;
    /* background: #0000009e; */
    font-weight: bold;
}

.heading span {
    color: #fff;
    font-size: 28px;
    line-height: 40px;

}

.android-ios_apk a {
    background: #0f833d;
    bottom: 0px;
    color: #ffffff;
    width: 100%;
    font-weight: 700;
    text-transform: uppercase;
    font-size: 24px;
    text-align: center;
    text-decoration: none;
    padding: 20px 15px;
    display: block;
    position: fixed;
    z-index: 5;
    left: 50%;
    max-width: 590px;
    transform: translateX(-50%);
    -webkit-transform: translateX(-50%);
}

.android-ios_apk a svg {
    width: 20px;
    vertical-align: -11%;
}

@media (max-width: 800px) {
    .sec-body {
        height: 100vh;
        /* font-family: Poppins, sans-serif; */
        font-size: 14px;
        background: #0d3491 url('../images/Popup-banner.jpg') no-repeat center center;
        background-size: cover;
        display: flex;
        -webkit-display: flex;
        align-items: center;
        -webkit-align-items: center;
        justify-content: center;
        flex-direction: column;
        overflow-y: hidden;
        overflow-x: hidden;
        justify-content: space-around;
    }

    /* .sec-body::after {
        position: absolute;
        content: '';
        width: 100%;
        height: 25%;
        bottom: 0;
        left: 0;
        right: 0;
        background: #000;
        background: -moz-linear-gradient(180deg, rgba(255, 255, 255, 0) 0%, rgba(0, 0, 0, 1) 100%);
        background: -webkit-linear-gradient(180deg, rgba(255, 255, 255, 0) 0%, rgba(0, 0, 0, 1) 100%);
        background: linear-gradient(180deg, rgba(255, 255, 255, 0) 0%, rgba(0, 0, 0, 1) 100%);
        filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#ffffff", endColorstr="#000000", GradientType=1);
    } */


    .mob_banner {
        height: auto;
        margin: 0 auto;
    }

    .mob_banner img {
        width: 100%;
        height: auto;
        height: 425px;
        vertical-align: middle;
    }

    .heading {
        text-align: center;
        /* bottom: 70px; */
        background: none;
        padding: 0;
    }

    .heading h1 {
        color: #e6d31a;
        font-size: 23px;
        line-height: 32px;
        background: #0000009e;
        font-weight: bold;
        padding-left: 10px;
        padding-right: 10px;
    }

    .heading span {
        color: #fff;
        font-size: 23px;
        line-height: 40px;

    }

    .android-ios_apk a {
        background: #0f833d;
        bottom: 0px;
        color: #ffffff;
        width: 100%;
        font-weight: 700;
        text-transform: uppercase;
        font-size: 24px;
        text-align: center;
        text-decoration: none;
        padding: 20px 15px;
        display: block;
        position: fixed;
        z-index: 5;
        left: 50%;
        max-width: 590px;
        transform: translateX(-50%);
        -webkit-transform: translateX(-50%);
    }

    .android-ios_apk a svg {
        width: 20px;
        vertical-align: -11%;
    }
}</pre></body></html>