body {
    background-color: #20275b !important;
}

body p {
    color: #fff;
    font-size: 18px;
}

.container {
    width: 100%;
    max-width: 1180px !important;
}

header.myheader {
    background-color: #20275b;
    box-shadow: 0 -3px 7px 0 #0000001a;
    position: relative;
    /* border-bottom: 1px solid #eeeeee; */
    padding-bottom: 9px;
}

.nav__data {
    position: relative;
    display: flex;
    justify-content: space-between;
    align-items: center;
    width: 100%;
}

.first-section {
    padding: 40px 0px 40px;
}

a {
    text-decoration: none !important;
}

.gd-head {
    font-weight: 700;
    color: #111;
    font-size: 1.8rem;
}

.nav__menu {
    position: relative;
}

ul.menu-list {
    display: flex;
    align-items: center;
    justify-content: center;
    padding-top: 13px;
    list-style: none;
}


li.menu-link:hover::before .actives {
    opacity: 0 !important;
}

li.menu-link {
    padding: 7px 10px;
    margin-left: 10px;
}

li.menu-link a {
    color: #fff;
    font-weight: 400;
    font-size: 17px;
    position: relative;
}

li.menu-link a:before {
    position: absolute;
    content: ' ';
    top: 0;
    right: 0;
    left: 0;
    bottom: 0;
    width: 0%;
    height: 100%;
    border-bottom: 1px solid #000;
    transition: all 0.5s ease-in-out;
    padding-top: 2px;
    z-index: -1;
}

li.menu-link a:hover:before {
    width: 100%;
}

.nav__toggle {
    position: relative;
    width: 34px;
    height: 34px;
    border: 1px solid #fff;
    display: none;
}

.nav__toggle .pizza,
.close {
    position: absolute;
    max-width: max-content;
    max-height: max-content;
    inset: 0;
    margin: auto;
    font-size: 30px;
    color: #fff;
    transition: all 0.5s ease-in-out;
}

.close {
    opacity: 0;
    visibility: hidden;
}

.show-menu {
    transform: translateX(0%) !important;
    opacity: 1 !important;
    visibility: visible !important;
    z-index: 999 !important;
}

.show-icon .close {
    transition: all 0.5s ease-in-out;
    transform: rotate(90deg);
    opacity: 1;
    visibility: visible;
    position: absolute;
    left: -103px;
    z-index: 999 !important;
}

.show-icon .pizza {
    opacity: 1;
    transform: rotate(360deg);
    transition: all 0.5s ease-in-out;
}

.main-logo img {
    max-width: 131px;
}

.has-submenu {
    position: relative;
}

.has-submenu .submenu {
    position: absolute;
    top: 100%;
    left: 0;
    background-color: #1a1a1a;
    min-width: 180px;
    display: none;
    flex-direction: column;
    border-radius: 6px;
    list-style: none;
    box-shadow: 0 8px 16px rgba(0, 0, 0, 0.2);
    z-index: 999;
}

.has-submenu .submenu li a {
    padding: 10px 16px;
    display: block;
    color: #fff;
    font-size: 15px;
    border-bottom: 1px solid #ff464a;
    transition: background 0.3s;
    margin: 6px;
}

.has-submenu .submenu li a:hover {
    background-color: #0bc4d9;
}

.submenu-arrow {
    margin-left: 6px;
    transition: transform 0.3s ease;
}

a.get-bouns-btn {
    background-color: #ff0000;
    padding: 9px 18px;
    border-radius: 5px;
}

section.about-section {
    padding: 25px 0px 0px;
    text-align: center;
}

section.top-section {
    padding: 0px 0px 0px;
}

.content-box {
    padding-top: 45px;
}

.change-clr {
    color: #ff0000;
}

/* -----Start-----Footer----- */

.site-footer {
    background-color: #000;
    color: #ffffff;
    padding: 20px;
    margin-top: 40px;
    text-align: center;
}

ul.footerlist {
    display: flex;
    justify-content: center;
    align-items: center;
    gap: 27px;
    border-bottom: 1px solid #eeeeee;
    padding-bottom: 10px;
    list-style: none;
}

.footer-link a {
    color: #ffff;
    font-size: 17px;
}

h1.all-h1 {
    color: #fff;
    font-size: 39px;
}

a.bharat-login {
    transition: all 0.2s ease, visibility 0s;
    border-radius: 5px;
    /* background: #26BC4D; */
    background-color: #0bc4d9;
    padding: 10px 36px;
    color: #fff;
    font-size: 17px;
}

a.bharat-download {
    transition: all 0.2s ease, visibility 0s;
    background: #FF464A;
    border-radius: 5px;
    padding: 10px 22px;
    color: #fff;
    font-size: 17px;
}

.btns.bharat-download {
    background: #FF464A;
    border-radius: 5px;
    text-align: center;
    padding: 10px 0px;
}

a.bharat-login-register {
    transition: all 0.2s ease, visibility 0s;
    border-radius: 5px;
    /* background: #26BC4D; */
    background-color: #B22222;
    padding: 10px 60px;
    color: #fff;
    font-size: 17px;

}

.btns.bharat-download a {
    color: #fff;
    font-size: 16px;
}

.para {
    padding: 17px 0px;
}

.login-download-btns {
    padding-top: 11px;
    margin: auto;
    display: flex;
    justify-content: center;
}

h2.head {
    color: #fff;
    font-size: 33px;
    text-align: center;
}

section.why-bharat-club {
    padding: 2px 0px 20px;
}

section.Security-bharat-club {
    padding: 15px 0px 15px;
}

.why-box ul li {
    color: #fff;
    font-size: 18px;
    line-height: 35px;
}

.why-box ul li strong {
    color: #FF464A;
}

h2.heads {
    color: #fff;
    padding-bottom: 16px;
    font-size: 33px;
}

.center {
    text-align: center;
}

.img1-box {
    overflow: hidden;
    border: 1px solid #FF464A;
    border-radius: 8px;
}

.img1-box img {
    width: 100%;
    border-radius: 8px;
    /* border: 1px solid #FF464A; */
    overflow: hidden;
    position: relative;
    transition: all 0.5s ease-in ease-out;
    max-height: 416px;
}


.game-avl-box:hover img {
    transform: scale(1.3);
    transition: all 0.5s ease-in-out;
}

.red {
    padding-top: 15px;
    color: #FF464A;
    font-size: 22px;
}

section.game-available {
    padding: 10px 0px 20px;
}

.justify {
    text-align: justify;
}

.game-avl-box {
    margin-top: 20px;
    padding: 20px;
    border-radius: 5px;
    background-color: #001430;
}

.sub-content {
    min-height: 295px;
}

section.quick-section {
    padding: 20px 0px 30px;
}

ul li {
    color: #fff;
    font-size: 18px;
}

.quick-box {
    padding-top: 20px;
}

.quick-box img {
    border-radius: 10px;
    width: 100%;
}

.key-nots {
    color: #fff;
    font-size: 25px;
    font-weight: 600;
    padding-bottom: 13px;
}

.compare-bharat-club {
    padding: 20px 0px 0px;
}

.Security-bharat-club ul li strong {
    color: #FF464A;
    font-weight: 500;
}

.compare-bharat-club ul li strong {
    color: #FF464A;
    font-weight: 500;
}

.faq-container {
    padding-top: 24px;
}

.faq-item {
    /* background-color: #fff; */
    border: 1px solid #FF464A;
    border-radius: 8px;
    margin-bottom: 10px;
    overflow: hidden;
    box-shadow: 0 2px 4px rgba(0, 0, 0, 0.05);
}

.faq-question {
    padding: 15px 20px;
    font-size: 18px;
    font-weight: bold;
    cursor: pointer;
    display: flex;
    justify-content: flex-start;
    align-items: center;
    color: #FF464A;
    gap: 10px;
}

.faq-question:hover {
    background-color: #FF464A;
    color: #fff;
}

.arrow {
    transition: transform 0.3s ease;
    font-size: 18px;
    color: #3498db;
}

.arrow.down {
    transform: rotate(90deg);
}

.faq-answer {
    max-height: 0;
    overflow: hidden;
    transition: max-height 0.4s ease, padding 0.3s ease;
    padding: 0 20px;
    color: #fff;
}

.faq-answer.open {
    max-height: 300px;
    padding: 15px 20px;
}

/* -----Sticky----Style----Code-------- */
.sticky {
    position: sticky !important;
    top: 0;
    width: 100%;
    z-index: 9999 !important;
    transition: all 0.6s ease-in-out;
    animation: smothScroll 1s forwards;
}

@keyframes smothScroll {
    0% {
        transform: translateY(-40px);
    }

    100% {
        transform: translateY(0px);
    }
}

.sticky+.site-content {
    padding-top: 102px;
}

.white {
    color: #fff;
}

/* ---------Style-----Innner-------Page--------- */
.about-inner-sec {
    padding: 40px 0px 0px;
}

.inner-heads {
    color: #fff;
    font-size: 28px;
    padding: 16px 0PX 7px;
}



.what-we-made {
    padding-top: 12px;
}

.reds {
    color: #FF464A;
    font-size: 17px;
}

.email {
    color: #fff;
}

.shurt-head {
    color: #FF464A;
    font-size: 16px;
}

.why-box {
    color: #FFF;
    font-size: 16px;
}

.btn-1 {
    position: relative;
    display: block;
    overflow: hidden;
    padding: 9px 60px;
    border: none;
    margin-bottom: 10px;
    box-shadow: 0 3px 0 #af0a31 !important;
    border-radius: 10px;
    border-radius: 8px;
    /* background: -webkit-gradient(linear, right top, left top, from(#ff6d6d), to(#e50539));
    background: -o-linear-gradient(right, #ff6d6d 0, #e50539 100%);
    background: linear-gradient(270deg, #ff6d6d 0, #e50539 100%); */
    z-index: 1;
    text-align: center;
    font-weight: 500;
    font-size: 17px;
    transition: all 0.5s ease-in-out;
    text-decoration: none !important;
    color: #fff;
    z-index: 1;
    margin-top: 10px;
}

.btn-1:before {
    border-right: 27px solid transparent;
    transform: translateX(-100%);
}

.btn-1:before,
.btn-1:after {
    content: "";
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    border-top: 27px solid #fff;
    border-bottom: 27px solid #fff;
    box-sizing: border-box;
    transition: 0.5s ease-in-out;
    z-index: -1;
}

.btn-1:after {
    border-left: 27px solid transparent;
    transform: translateX(100%);
}

.btn-1:hover {
    color: #000;
}

.btn-1:hover:before {
    transform: translateX(-30%);
}

.btn-1:hover:after {
    transform: translateX(30%);
}

.btn-1:hover a {
    color: #000;
    transition: 0.5s ease-in-out;
}

a.bharat-download.btn-1:hover {
    transition: all 0.5s ease-in-out;
    transform: translateY(-3px);
}

a.bharat-login.btn-1:hover {
    transition: all 0.5s ease-in-out;
    transform: translateY(-3px);
}

.game-avl-box:hover {
    transition: all 0.5s ease-in-out;
    transform: translateY(-4px);
    box-shadow: rgba(255, 255, 255, 0.16) 0px 3px 6px, rgba(255, 255, 255, 0.23) 0px 3px 6px;
}

.game-avl-box {
    box-shadow: rgba(0, 0, 0, 0.16) 0px 3px 6px, rgba(0, 0, 0, 0.23) 0px 3px 6px;
}

.game-are {
    padding-top: 25px !important;
}

.heads-1 {
    color: #fff;
    font-size: 34px;
}

.about-section-login {
    padding: 20px 0px 0px;
}

.container.conclusion {
    padding: 20px;
    border-radius: 5px;
    background-color: #001430;
    margin-bottom: 32px;
}

.issue-box {

    font-size: 20px;

}

.why-bharat-club-should {
    padding: 35px 0px 0px;
}

.has-submenu .submenu {
    position: absolute;
    top: 100%;
    left: -82px;
    background-color: #1a1a1a;
    min-width: 247px;
    display: none;
    flex-direction: column;
    padding: 0px;
    border-radius: 6px;
    list-style: none;
    box-shadow: 0 8px 16px rgba(0, 0, 0, 0.2);
    z-index: 999;
}

table {
    width: 100%;
    margin: 40px auto;
    border-collapse: collapse;
    font-family: Arial, sans-serif;
    text-align: left;
    background-color: transparent;
    border: 2px solid red;
}

th,
td {
    padding: 12px 16px;
    border: 1px solid red;
    color: #fff;
}

th {
    color: #FF464A;
    font-weight: 7000;
}

tbody,
td,
tfoot,
th,
thead,
tr {

    border: 1px solid #ff0000 !important;
}

.img1-boxs img {
    padding: 19px;
    width: 100%;
    border-radius: 10px;
    height: 480px;
}

.img1-boxs:hover img {
    transform: scale(1.2);
    transition: all 0.5s ease-in-out;
}

.img1-boxs {
    overflow: hidden;
    position: relative;
    background-color: #001430;
    width: 35%;
    text-align: center;
    margin: 25px auto 25px auto;
    max-height: 480px;
}

.mobshow {
    display: none;
}

a.unvisible {
    pointer-events: none;
}