html {
    overflow-x: hidden;
    width: 100%;
    scroll-behavior: smooth;
}

body {
    font-family: "Segoe UI";
    overflow-x: hidden;
    width: 100%;
}

h5 {
    font-family: "Segoe UI";
}

body,
div,
p,
li,
ul,
ol,
span,
strong,
h1,
h2,
h3,
h4,
h5,
h6 {
    padding: 0px;
    margin: 0px;
}

button:focus,
button:active,
.btn-check:focus + .btn {
    outline: none;
    box-shadow: none !important;
}

a {
    text-decoration: none;
}

li,
ul,
ol {
    list-style: none;
}

button,
button:focus,
button:hover,
button:active {
    outline: none;
}

.para {
    font-size: 18px !important;
    line-height: 30px;
}

.col-mtb {
    margin: 15px 0;
}

.btn-theme {
    font-weight: 600;
    color: #000000;
    background-color: #FFCC00;
    padding: 8px 20px;
    border-radius: 30px;
    border: 1px solid #FFCC00;
    font-family: "Segoe UI Semibold";
}

    .btn-theme:hover {
        font-weight: 600;
        color: #FFCC00;
        background-color: #fff;
        border-color: #FFCC00;
        padding: 8px 20px;
        border-radius: 30px;
        border: 1px solid #FFCC00;
    }

.menu-wrapper .active {
    color: #edb010 !important;
}

.section {
    margin-top: 60px;
}

.cmn-heading h2 {
    font-family: "Segoe UI bold";
    font-size: 35px;
    margin-bottom: 14px;
}

    .cmn-heading h2 span {
        color: #FFCC00;
    }

.cmn-heading p {
    font-size: 20px;
    font-family: "Segoe UI";
    line-height: 30px;
}

.cmn-heading {
    margin-bottom: 24px;
}

.btn-wrapper a {
    font-size: 20px;
    font-family: "Segoe UI Semibold";
}

img {
    max-width: 100% !important;
}
/*----------------------------------header-section---------------------------------*/

.header-sec .navbar-light .navbar-nav .nav-link {
    color: rgb(255, 255, 255) !important;
    font-size: 18px;
    font-family: "Segoe UI Semibold";
}

.header-sec .navbar-brand {
    margin-top: 30px;
}

.header-sec .navbar-light .navbar-nav .nav-link:hover {
    color: #FFCC00;
}

.header-sec .menu-wrapper {
    margin-right: 28px;
    margin-left: auto;
}

.btn-wrapper {
    margin-left: auto;
}

.header-sec .menu-wrapper ul li {
    list-style: none;
    margin-left: 30px;
}

header.header-sec {
    background-color: #102C49;
}

/*===========main-page=======*/

.hero-wrapper {
    padding-bottom: 30px;
    background-color: #102C49;
    color: #fff;
}

.main-img {
    height: 550px;
    width: auto;
}

.main-heading h5 {
    font-size: 28px;
    margin-bottom: 8px;
    color: #FFCC00;
}

.main-heading h1 {
    font-family: "Segoe UI Bold";
    font-size: 54px;
    line-height: 75px;
    color: white;
}

.main-heading p {
    margin-top: 13px;
    font-size: 20px;
    font-family: "Segoe UI";
    line-height: 34px;
}

.comming-soon {
    border-radius: 60px;
    margin-top: 40px;
    width: fit-content;
    border: 2px solid #FFCC00;
    padding: 7px 40px;
}

    .comming-soon span {
        font-family: "Segoe UI Bold";
        color: #FFCC00;
        font-size: 54px;
    }

/*===========about-section=======*/

.about {
    background-color: #ebebeb99;
    padding: 20px;
    border-radius: 20px;
    padding-top: 0;
    height: 100%;
}

    .about h5 {
        font-family: "Segoe UI Semibold";
    }

.number {
    text-align: center;
    margin-top: -60px;
    border: 1px solid #FFCC00;
    border-radius: 50%;
    height: 80px;
    width: 80px;
    background-color: #fff;
    display: inline-block;
}

    .number span {
        font-size: 49px;
        font-family: "Segoe UI bold";
    }

.about img {
    border-radius: 20px;
}

.owl-dots {
    text-align: center;
    margin-top: 20px;
}

.match-wrapper .about img {
    padding-top: 15px;
}

/*===========Featured-section=======*/

.Featured-section {
    margin-top: 100px;
    padding-top: 30px;
    background-color: #102C49;
    color: #fff;
    min-height: 470px;
}

.video-data video {
    border-radius: 30px;
    width: 800px;
    height: auto;
}
/*===========testimonial-section=======*/

.testimonial-col {
    padding: 20px;
    background-color: #f1f1f1;
    border-radius: 20px;
}

    .testimonial-col .top-detail {
        display: flex;
        align-items: center;
        justify-content: space-around;
        column-gap: 24px;
        margin-bottom: 10px;
    }

.top-detail-data {
    background-color: #102C49;
    border-radius: 10px;
    padding: 10px 20px;
    color: #fff;
}

    .top-detail-data h2 {
        font-family: "Segoe UI Bold";
        color: #FFCC00;
        font-size: 22px;
    }

    .top-detail-data h5 {
        font-family: "Segoe UI Bold";
        color: #ffffff;
        font-size: 18px;
        line-height: 37px;
    }

.testimonial-data h5 {
    font-family: "Segoe UI bold";
}

.owl-carousel .owl-nav button.owl-next,
.owl-carousel .owl-nav button.owl-prev,
.owl-carousel button.owl-dot {
    background: #cdd3db;
    color: inherit;
    border: none;
    padding: 0 !important;
    font: inherit;
    height: 12px;
    width: 12px;
    border-radius: 100%;
    margin-right: 5px;
    display: none;
}

    .owl-carousel button.owl-dot.active {
        background: #102C49;
    }

.owl-dots {
    text-align: center;
}

    .owl-dots .active {
        background: #102C49 !important;
    }

/*===========application-section=======*/

.video-erapper {
    margin-top: -250px;
}

.application-section {
    background-color: #102C49;
    padding: 20px;
    color: #fff;
}

.comming-arrow .comming-soon {
    width: 800px;
}

.comming-arrow {
    display: flex;
    column-gap: 10px;
    align-items: end;
}

.application-data {
    background-color: #102c49;
    padding: 20px;
    border-radius: 20px;
}

.addvance {
    display: flex;
    align-items: center;
    column-gap: 10px;
}

.application-img img {
    height: 600px;
    width: auto;
}
/*===========accordion-section=======*/
.accordion-button:not(.collapsed) {
    color: black;
    background-color: #f1f1f1;
    box-shadow: inset 0 -1px 0 rgba(0, 0, 0, 0.125);
}

.accordion-button {
    background-color: #f1f1f1;
}

.accordion .accordion-item {
    margin-top: 20px;
    background-color: #f1f1f1;
    padding: 15px;
    border-radius: 20px;
}

.accordion-item {
    border: none;
}

.accordion-button:not(.collapsed) {
    box-shadow: none;
}

.accordion-body {
    padding: 1rem 1.25rem;
    border-top: none !important;
}

.accordion-button {
    font-size: 20px;
    font-weight: 600;
    color: #212529;
}

    .accordion-button:not(.collapsed)::after {
        background-image: url(../images/Shape.webp);
        transform: rotate(-360deg);
    }

    .accordion-button::after {
        content: "";
        background-image: url(../images/Shape.webp);
        transform: rotate(-180deg);
    }

/*===========Fantasy Sports =======*/

.sub-data h2 {
    font-family: "Segoe UI Semibold";
}

.sub-data p {
    margin-top: 5px;
}
/*===========footer-data=======*/

.footer-section {
    background-color: #f9f9f9;
    padding: 30px 0 20px 0;
}

.footer-data a {
    color: #7f7f7f;
    line-height: 35px;
    font-size: 18px;
    font-family: "Segoe UI Semibold";
}

.copywrite-section {
    background-color: #102C49;
    padding: 20px;
    color: white;
}

.footer-data h5 {
    margin: 10px 0px;
    font-size: 23px;
    color: #000;
}

.condition-section {
    padding: 20px;
    align-items: center;
    background-color: #102c49;
}

.Conditions ul {
    color: #fff;
    display: flex;
    align-items: center;
    column-gap: 16px;
}

.Conditions a {
    color: #ffffff;
    font-size: 18px;
    font-family: "Segoe UI Semibold";
}

.footer-img img {
    height: 30px;
    width: auto;
}

.social {
    display: flex;
    align-items: center;
    column-gap: 15px;
}

.footer-data h5 {
    font-family: "Segoe UI Semibold";
}

.about-section .match-wrapper {
    margin-top: 70px;
}

    .about-section .match-wrapper h5 {
        margin-top: 20px;
    }

.abt-fighter p {
    margin-bottom: 15px;
}

/*===========about-page=======*/

.investor-slider .owl-carousel .owl-item img {
    display: block;
    width: auto !important;
}

.investor-slider .owl-carousel .owl-item .item {
    display: flex;
    justify-content: center;
    align-items: center;
}

.investor-slider .owl-stage {
    display: flex;
    align-items: center;
}

.news-col h3 {
    font-family: "Segoe UI Semibold";
    font-size: 18px;
    margin-bottom: 20px;
    margin-top: 15px;
    line-height: 27px;
}

.news-wrapper {
    margin-bottom: 40px;
}

    .news-wrapper .news-col img {
        border-radius: 10px;
    }

.news-col {
    background-color: #f6f6f6;
    padding: 10px;
    border-radius: 20px;
    border: 1px solid #dbdbdb;
}

.btn-news {
    margin-bottom: 10px;
}

.hero-wrapper.inner .main-heading h1 {
    font-family: "Segoe UI Bold";
    font-size: 40px;
    line-height: 75px;
    color: white;
}

.hero-wrapper.inner .form-control {
    display: block;
    width: 400px;
    padding: 10px 20px;
    color: #fff !important;
    background-color: #102c49;
    font-size: 18px;
    border: none;
    border-radius: 100px;
    padding-left: 120px;
    position: relative;
}

.app-link {
    display: flex;
    align-items: center;
    margin-top: 20px;
}

    .app-link .btn {
        margin-left: 5px;
    }

    .app-link .btn-theme {
        padding: 10px 20px;
    }

.hero-wrapper.inner .form-select {
    margin-top: -47px;
    display: block;
    width: 100px;
    padding: 10px 20px;
    color: #fff;
    background-color: #ffffff;
    font-size: 18px;
    border: none;
    border-radius: 100px 0px 0px 100px;
    background-image: url(../images/btm-icn.webp);
    position: absolute;
    background-size: auto;
}

.light-blue {
    background-color: #ebf4fb;
}

.light-red {
    background-color: #fee8ef;
}

.light-yellow {
    background-color: #fff9e5;
}

.game-paly-col {
    padding: 10px;
    border-radius: 10px;
    display: flex;
    align-items: center;
}

    .game-paly-col img {
        width: 60px;
        padding-right: 10px;
    }

p {
    font-size: 18px;
}

.welcome-col h3 {
    font-family: "Segoe UI Bold";
    font-size: 20px;
    margin-bottom: 10px;
    line-height: 30px;
}

.welcome-col {
    padding: 10px;
    border-radius: 20px;
    border: 1px solid #ffcc00;
}

.point-system {
    background-color: #102C49;
    padding: 20px;
    color: #fff;
}

    .point-system p {
        margin-bottom: 20px;
    }

.btn {
    line-height: 0;
}

.guide-list ul li {
    list-style: disc;
    margin-left: 15px;
    font-size: 18px;
    margin-bottom: 10px;
}

    .guide-list ul li::marker {
        color: #FFCC00;
        font-size: 22px;
    }

.guide-table h3 {
    font-size: 20px;
    font-family: "Segoe UI Semibold";
    text-align: center;
    margin-bottom: 20px;
}

.guide-table {
    background-color: #102c491f;
    padding: 20px 0;
    border-radius: 20px;
    padding-bottom: 1px;
}

    .guide-table tbody,
    td,
    tfoot,
    th,
    thead,
    tr {
        border: none;
    }

    .guide-table tr td,
    .guide-table tr th {
        text-align: center;
    }

        .guide-table tr td:first-child,
        .guide-table tr th:first-child {
            text-align: left;
        }

    .guide-table tr th {
        background-color: #cfd8e3;
        padding: 15px 0;
    }

    .guide-table tr td,
    .guide-table tr th {
        padding-left: 20px;
        padding-right: 20px;
        font-size: 18px;
    }

.mini-p {
    background-color: #cfd8e3 !important;
}

.guide-table table {
    margin-bottom: 0;
}

.pro-tip span {
    color: #000000;
    font-size: 20px;
    font-family: "Segoe UI Semibold";
}

.tip-sec.text-center {
    padding: 15px;
    border-radius: 20px;
    background-color: #ffcc005e;
}

.app-use-col {
    background-color: #f9f9f9;
    padding: 10px;
    border-radius: 10px;
}

    .app-use-col h4 {
        font-size: 47px;
        font-family: "Segoe UI Bold";
        color: transparent;
        -webkit-text-stroke: 2px #FFCC00;
        margin-bottom: 10px;
    }

.app-use-col {
    height: 100%;
    /* margin-top: 20px; */
}

.mt-15 {
    margin-top: 15px;
}

.tips-list ul li,
.change-team-guide-row ul li {
    font-size: 18px;
    margin-bottom: 15px;
    list-style-image: url(../images/checkmark.webp);
    font-family: "Segoe UI Semibold";
    padding-left: 5px;
    margin-left: 15px;
}

.win-money {
    background-color: #f1f1f1;
    padding: 15px;
}

.cmn-sub-heading h3 {
    font-family: "Segoe UI Bold";
    font-size: 20px;
    margin-bottom: 10px;
    text-align: center;
}

.change-team-guide-row ul li {
    font-family: "Segoe UI";
}

.change-team-guide-row ul {
    margin-top: 20px;
}

.upcoming-cricket {
    background-color: #f1f1f1;
    padding: 15px;
}

.telegrame-chenal {
    background-color: #FFCC00;
    padding: 15px;
}

    .telegrame-chenal .btn {
        margin-top: 30px;
    }

    .telegrame-chenal .btn-theme {
        background-color: #fff;
        color: #000;
    }

.cricket-leagues h4 {
    margin-top: 15px;
    font-size: 18px;
}

.cricket-leagues .welcome-col {
    padding: 19px;
}

.img-do-dont-icn img {
    margin-right: 15px;
}

.dose-dont-row .cmn-sub-heading h3 {
    text-align: left;
}

.green-bdr {
    border: 1px solid #00ba00;
    padding: 20px;
    border-radius: 20px;
}

.red-bdr {
    border: 1px solid #ee404c;
    padding: 20px;
    border-radius: 20px;
}

.tips p {
    border: 2px solid #8be9df;
    padding: 15px;
    border-radius: 20px;
    width: fit-content;
    margin-top: 15px;
}

.btm-text p {
    margin-top: 20px;
}

.tips p {
    margin-top: 0;
}

.tips {
    display: flex;
    justify-content: center;
    margin-top: 20px;
}

.img-game img {
    height: 60px;
    width: auto;
}

.pin {
    width: 51px;
}

/*===========about-page=======*/

.Responsible-data {
    height: 100%;
    column-gap: 15px;
    border: 2px solid #FFCC00;
    border-radius: 20px;
    padding: 20px;
    transition: all 0.3s linear;
    text-align: center;
}

    .Responsible-data:hover {
        background-color: #fcca0038;
    }

    .Responsible-data img {
        margin-bottom: 10px;
        height: 100px;
    }

.Responsible-inner h5 {
    font-family: "Segoe UI bold";
    margin-bottom: 4px;
}

.nav {
    flex-wrap: inherit;
}

ul#myTab {
    justify-content: center;
}

.legalitiy h2 {
    font-family: "Segoe UI bold";
    margin-bottom: 8px;
}

table {
    width: 100%;
}

    table tr td,
    th {
        padding: 15px 10px !important;
    }

.cricket-data table tbody tr:nth-child(even),
.legalitiy table tbody tr:nth-child(even) {
    background-color: #f9ffc0;
}

.cricket-data table tbody tr:nth-child(odd),
.legalitiy table tbody tr:nth-child(odd) {
    background-color: rgb(238 243 210);
}

.legalitiy ul li {
    list-style-type: disc;
    margin-left: 25px;
    font-size: 18px;
}

.legalitiy ol li {
    list-style-type: decimal;
    margin-left: 25px;
    font-size: 18px;
}

.game-section .game-images {
    display: grid;
    grid-template-columns: repeat(7, 1fr);
    padding: 10px;
    background-color: white;
    border-bottom: 2px solid #000;
    background: #fff;
    width: 100%;
    margin: auto;
    box-shadow: rgba(0, 0, 0, 0.1) 0px 10px 30px;
    text-align: center;
}

.data-img h5 {
    font-family: "Segoe UI Semibold";
    margin-top: 4px;
}

.data-img:hover {
    border-bottom: 2px solid blue;
}

.points_title {
    max-width: 565px;
    margin: auto;
    padding: 30px 0px;
    position: relative;
    text-align: center;
}

    .points_title::before {
        top: 50%;
        width: 100%;
        height: 1px;
        background: #000;
        content: "";
        position: absolute;
        left: 0;
        z-index: 0;
    }

    .points_title span {
        color: #fff;
        display: inline-block;
        position: relative;
        background: #102c49;
        border-radius: 35px;
        padding: 15px 30px;
        min-width: 200px;
        font-size: 25px;
        font-weight: 700;
    }

.category-section {
    margin-bottom: 20px;
    background-color: #fff;
    box-shadow: 0 5px 10px rgba(132, 132, 132, 0.15);
}

    .category-section .nav-link {
        border: none;
        padding: 0.5rem 3rem;
    }

ul li button {
    position: relative;
}

    ul li button::after {
        content: "";
        display: block;
        position: absolute;
        bottom: 4px;
        left: 0;
        background: #c6c9cc;
        border-radius: 4px 4px 0 0;
        height: 4px;
        width: 100%;
        opacity: 0;
    }

    ul li button img {
        width: 32px;
        height: 32px;
        display: block;
        margin: 0 auto 4px;
        filter: invert(94%) sepia(0) saturate(8%) hue-rotate(265deg) brightness(87%) contrast(91%);
    }

    ul li button.active::after {
        opacity: 1;
        background: #28398b;
    }

    ul li button.active img {
        filter: invert(17%) sepia(55%) saturate(2625%) hue-rotate(219deg) brightness(93%) contrast(92%);
    }

    ul li button.active span {
        color: #28398b;
    }

    ul li button span {
        font-style: normal;
        font-weight: 500;
        font-size: 16px;
        color: #c6c9cc;
        font-family: "Segoe UI Semibold";
    }

.cricket-data table thead,
.legalitiy table thead {
    background-color: #102c49;
    color: white;
}

small {
    color: #01baa8;
}

.category-section {
    overflow-x: auto;
    width: 100%;
    position: relative;
    top: 8%;
    z-index: 1;
}
/* .stickyab{
    position: sticky;
    top: 12%;
    width: 100%;
    z-index: 9999;
    transition-delay: 10s;
} */
/*===========about-page=======*/
.green-color {
    padding: 60px 0;
    background: #05254e21;
}

.step_image {
    text-align: center;
    padding: 50px 20px 0px 20px;
    border-radius: 25px;
    position: relative;
}

.sub-data {
    margin-top: 20px;
}

    .sub-data li {
        line-height: 30px;
        font-size: 18px;
    }

.img-fluid {
    max-width: 100%;
    height: auto;
}

.game-detail-section .cmn-heading {
    padding-left: 70px;
    margin-right: 0px;
    text-align: left;
}

.responsible-play .cmn-heading {
    margin-bottom: 0px;
}

/*--------------------------------------contact-us----------------------------------------*/

.contact {
    margin-top: 50px;
}

    .contact h1 {
        color: #102C49;
        font-size: 51px;
        text-align: center;
        font-family: "Segoe UI bold";
    }

    .contact p {
        margin-top: 10px;
        font-size: 18px;
        line-height: 30px;
        text-align: center;
    }

.page_title h1 {
    text-align: center;
}

.alert-success {
    color: #0f5132;
    padding: 14px 10px;
    margin-bottom: 20px;
    border-color: #badbcc;
    background-color: #d1e7dd;
}

.form-contact-labal {
    color: black;
    font-weight: 600;
}

.form-control {
    border-radius: 5px;
    padding: 16px 10px;
    background-color: #fff0;
    color: #000000 !important;
    border: 1px solid #102C49;
}

.form {
    margin-top: 20px;
}

.form-group {
    margin-bottom: 1rem;
}

.media-right h3 {
    font-size: 19px;
    color: #ffcc00;
    font-family: "Segoe UI bold";
}

.btn-success {
    color: #000000;
    border-color: #ffc400;
    background-color: #ffc400;
}

div#Send {
    padding: 40px 0px;
}

.fighter {
    margin-bottom: 20px;
    text-align: center;
}

    .fighter p {
        margin-top: 10px;
        font-size: 18px;
        line-height: 30px;
    }

.col-md-3 {
    margin-top: 10px;
}

/* ===================== section popular */

.align-items-center {
    -ms-flex-align: center !important;
    align-items: center !important;
}

.media {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-align: start;
    align-items: flex-start;
}

.mr-3,
.mx-3 {
    margin-right: 1rem !important;
}

.achievement_section {
    position: relative;
    background: #102c49;
    border-top: 2px solid #162d4a;
}

.features_section {
    color: #ffffff;
    padding-top: 14px;
    padding-bottom: 14px;
}

img.img-fluid {
    width: 60px;
    height: 50px;
    filter: invert(1);
}

.text-center a.btn.btn-outline-success {
    margin-bottom: 36px;
}

footer#contact {
    margin-top: 0px;
}

/*-------------------------------------Refund-content------------------------------------------*/

.Refund-content {
    color: #ffffff;
    padding: 180px;
    text-align: center;
}

    .Refund-content h1 {
        font-size: 50px;
        font-family: "Segoe UI bold";
    }

.policy h2 {
    padding: 10px 0px;
    font-size: 34px;
    font-family: "Segoe UI bold";
}

.policy {
    margin: 30px;
}

    .policy p {
        font-size: 18px;
        line-height: 30px;
    }

/*--------------------------------------------------------------------------*/

section.hero-wrapper.work {
    margin-top: 50px;
}

.everyday-sec {
    margin-top: 50px;
}

.owl-stage {
    display: flex;
    align-items: center;
}

.item {
    padding: 20px;
    border-radius: 20px;
}

.everyday-img img {
    border-radius: 20px;
}

h5.card-title {
    font-family: "Segoe UI Bold";
}

.Proximity .container {
    max-width: 1250px;
}

.proximity-user {
    margin: 30px;
    padding: 25px 20px;
    border: 1px solid rgba(215, 213, 213, 0.5);
    -webkit-box-shadow: 4px 5px 4px rgba(0, 0, 0, 0.15);
    box-shadow: 4px 5px 4px rgba(0, 0, 0, 0.15);
    border-radius: 10px;
}

.card-bottom img {
    max-width: 50%;
}

.Proximity-sec {
    margin-top: 70px;
}

.Stadium-img img {
    border-radius: 10px;
}

.card {
    position: relative;
    display: flex;
    flex-direction: column;
    min-width: 0;
    word-wrap: break-word;
    background-color: #fff;
    background-clip: border-box;
    border: none;
    border-radius: 0.25rem;
}

/*==============================================================testimonial-data=================================================*/

.testimonial-col-2 {
    padding: 15px;
    display: flex;
    align-items: center;
    column-gap: 20px;
}

    .testimonial-col-2 .name-data {
        margin-top: 50px;
    }

.name-data h5 {
    font-weight: 600;
}

.testimonial-col-2 img {
    border-radius: 20px;
}

/*----------------------------------refer-sec---------------------------------*/

.refer-sec {
    margin-top: 50px;
}

.refer-tittel h3 {
    margin-top: 10px;
    font-size: 24px;
    line-height: 1.2;
    font-weight: 700;
    color: #434447;
    border-bottom: 1px solid #7d8081;
    padding-bottom: 3px;
}

.refer-tittel img {
    margin-top: 10px;
    max-width: 100%;
}

.policy-test {
    margin-top: 10px;
    margin-bottom: 30px;
}

ul.policy-test li {
    margin-left: 7%;
    font-family: Segoe UI;
    color: #000000;
    padding: 2px 0px;
}

.community-table {
    margin: 30px 0px;
}

.form-control:focus,
.form-select:focus {
    box-shadow: none;
    border: 1px solid black;
}

.form-select {
    border-radius: 5px;
    padding: 13px 10px;
    background-color: #fff0;
    color: #000000 !important;
    border: 1px solid #102C49;
}

.owl-carousel button.owl-dot.active {
    background: #102C49;
}

.owl-carousel .owl-nav button.owl-next,
.owl-carousel .owl-nav button.owl-prev,
.owl-carousel button.owl-dot {
    background: #cdd3db;
    color: inherit;
    border: none;
    padding: 0 !important;
    font: inherit;
    height: 12px;
    width: 12px;
    border-radius: 100%;
    margin-right: 5px;
}

.owl-dots {
    text-align: center;
}
/*.game-detail-section .sub-data {
    list-style-image: url('/images/list-style.gif');
}
.game-detail-section .sub-data li{
  list-style:auto;
}*/

.game-detail-section .sub-data li {
    list-style: disc;
    margin-bottom: 10px;
    margin-left: 15px;
}

.copyright-col {
    display: flex;
    justify-content: space-evenly;
    align-items: center;
}

.footer-data a:hover {
    color: #FFCC00;
}

.comming-soon:hover {
    border-radius: 60px;
    margin-top: 40px;
    width: fit-content;
    border: 2px solid #fff;
    color: #FFCC00;
    background-color: #fff;
}

.footer-data.ofc p {
    font-family: "Segoe UI Semibold";
}

option:hover {
    background-color: #069b8c !important;
}

.footer-data.ofc {
    display: flex;
    align-items: center;
}

    .footer-data.ofc img {
        margin-right: 15px;
    }

.con-info {
    display: flex;
    justify-content: space-between;
    background-color: #ebebeb;
    padding: 20px 20px;
    border-radius: 18px;
    margin-top: 30px;
}

.about-navigation {
    display: flex;
    justify-content: center;
}

.category-section .nav-link {
    border: none;
    padding: 1.5rem 3rem;
}

.point-tab {
    position: relative;
}

.about-navigation .point-tab.active::after {
    content: "";
    display: block;
    position: absolute;
    bottom: 4px;
    left: 0;
    background: #c6c9cc;
    border-radius: 4px 4px 0 0;
    height: 4px;
    width: 100%;
    opacity: 0;
}

ul li button img {
    width: 32px;
    height: 32px;
    display: block;
    margin: 0 auto 4px;
    filter: invert(94%) sepia(0) saturate(8%) hue-rotate(265deg) brightness(87%) contrast(91%);
}

.about-navigation .point-tab.active::after {
    opacity: 1;
    background: #102c49;
}

.point-tab.active img {
    filter: invert(17%) sepia(55%) saturate(2625%) hue-rotate(219deg) brightness(93%) contrast(92%);
}

.about-navigation .point-tab.active span {
    color: #102c49;
}

.about-navigation .point-tab span {
    font-style: normal;
    font-weight: 500;
    font-size: 16px;
    color: #c6c9cc;
    font-family: "Segoe UI Semibold";
}

option:hover {
    background-color: #069b8c !important;
}

.download-btn {
    margin-top: 15px;
}

.social img {
    width: 60px;
}