body{
    margin: 0px;
    padding: 0px;
    font-size: 16px;
    font-weight: 400;
    line-height: 26px;
    position: relative;
    color: var(--text);
    font-family: "Nunito Sans", Sans-serif;
}
*{
    box-sizing: border-box;
    font-family: "Nunito Sans", Sans-serif;
}
h1,h2,h3,h4,h5{
    color: var(--black);
    font-family: "Nunito Sans", Sans-serif;
}
section,footer{
    position: relative;
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
    transition: all 0.5s;
}
 html, body {
    height: 100%;
    margin: 0;
    scroll-behavior: smooth;
  }
/*-------------------------------------------------------------- 
# Root css 
--------------------------------------------------------------*/
 :root{
   --black: #2D465E;
   --brown: #2B210D;
   --white: #FFFFFF;
   --green: #08915E;
   --light: #F1F5F4;
   --dark: #000;
   --spacing: 1rem;
    --gold-shadow: 0 0 12px rgba(194, 157, 64, 0.4);
     --p200: 200px;
     --p100: 100px;
     --p40:40px;
     --p60:60px;
     --p80:80px;
}
 body::-webkit-scrollbar {
     width: 6px;
}
 body::-webkit-scrollbar-track {
     background: var(--black);
     border-radius: 8px;
}
 body::-webkit-scrollbar-thumb {
     background: var(--green);
     border-radius: 8px;
}
a{
    transition: all 0.3s;
}
.container{
    max-width: 1310px;
    padding-left: 15px;
    padding-right: 15px;
    margin-left: auto;
    margin-right: auto;
    position: relative;
    z-index: 1;
    width: 100%;
}
.pt200,.ptb200{
    padding-top: var(--p200);
}
.pb200,.ptb200{
    padding-bottom: var(--p200);
}
.pt100,.ptb100{
    padding-top: var(--p100);
}
.pb100,.ptb100{
    padding-bottom: var(--p100);
}
.pt80,.ptb80{
    padding-top: var(--p80);
}
.pb80,.ptb80{
    padding-bottom: var(--p80);
}
.pt60,.ptb60{
    padding-top: var(--p60);
}
.pb60,.ptb60{
    padding-bottom: var(--p60);
}
.pt40,.ptb40{
    padding-top: var(--p40);
}
.pb40,.ptb40{
    padding-bottom: var(--p40);
}
img{
    max-width: 100%;
    display: block;
}
a,button{
    text-decoration: none;
    display: inline-block;
    transition: all 0.3s;
}
input,button,select,textarea{
    border: unset;
    outline: unset;
}
/*-------------------------------------------------------------- 
# Header css 
--------------------------------------------------------------*/
.header_logo a {
    display: block;
    max-width: 250px;
    transition: all 0.3s;
}
.header_logo a img{
    transition: all 0.4s;
}
ul.header_menu {
    margin: 0px;
    list-style: none;
    display: flex;
    flex-flow: wrap;
    grid-gap: 40px;
    padding: 10px 0px;
}
ul.header_menu li a {
    font-family: "Nunito Sans", Sans-serif;
    font-size: 16px;
    font-weight: 700;
    color: var(--white);
}
ul.header_menu li a.active,ul.header_menu li a:hover{
    color: var(--green);
}
.header_grid {
    display: flex;
    align-items: center;
    justify-content: space-between;
    grid-gap: 20px;
}
header.header_sec {
    position: fixed;
    top: 0px;
    width: 100%;
    left: 0px;
    z-index: 9;
    padding: 10px 0px;
    transition: all 0.3s;
}
header.header_sec.sticky {
    background-color:var(--dark);
}
header.header_sec .header_logo a img{
  height: 80px;
  transition: all 0.4s;
}
header.header_sec.sticky .header_logo a img{
   height: 70px;
}
/*-------------------------------------------------------------- 
# Home css 
--------------------------------------------------------------*/
.hero_sec::before {
    content: "";
    display: block;
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0px;
    left: 0px;
    background-color: #000;
    opacity: 0.5;
}
.hero_sec {
    min-height: 110vh;
    display: flex;
    align-items: center;
    justify-content: center;
    width: 100%;
    position: relative;
    background-position: top;
}
.hero_content * {
    color: var(--white);
}
.hero_content h4 {
    font-size: 30px;
    font-weight: 700;
    margin: 0px;
    line-height: normal;
}
.hero_content h1 {
    font-size: 76px;
    font-weight: 700;
    line-height: 76px;
    margin: 20px 0px 24px;
}
.hero_content p {
    font-size: 24px;
    font-weight: 400;
    margin: 0px;
    line-height: normal;
}
.hero_content {
    max-width: 691px;
}
.app_flex {
    display: flex;
    grid-gap: 10px;
}
.app_flex img{
    object-fit: contain;
}
.hero_content .app_flex{
    margin-top: 50px;
}
.bit_box3 {
    max-width: 105px;
    left: 29%;
    bottom: 11%;
}
.bit_box1 {
    max-width: 115px;
    left: 3%;
    bottom: 55%;
}
.bit_box2 {
    max-width: 85px;
    left: 44%;
    bottom: 29%;
}
.animation_img > div{
    position: absolute;
}
.trophy_box{
    left: 2%;
    bottom: 9%;
}
.bit_box {
    animation: spin 30s linear infinite;
}
.bit_box1,.bit_box3,.bit_box2,.trophy_box{
    animation: ripple2Ani 4s linear infinite;
}
@keyframes ripple2Ani{
    0% {
        transform: translate(0);
    }
    33% {
        transform: translate(-5px, -5px);
    }
    66% {
        transform: translate(5px, 5px);
    }
    100% {
        transform: translate(0);
    }
}
@keyframes rippleAni {
    0% {
        transform: translate(0)
    }
    33% {
        transform: translate(5px,-5px)
    }
    66% {
        transform: translate(-5px,5px)
    }
    to {
        transform: translate(0)
    }
}
.inner_sec{
    background-color: var(--green);
    padding: 45px 30px;
    border-radius: 20px;
}
.inner_grid {
    display: flex;
    align-items: center;
    justify-content: space-between;
    grid-gap: 24px;
    max-width: 1104px;
    margin: 0px auto;
    flex-flow: wrap;
}
.inner_box {
    display: flex;
    align-items: center;
    grid-gap: 20px;
}
.counter_box h4 {
    margin: 0px;
    font-size: 40px;
    font-weight: 700;
    line-height: 43px;
}
.counter_box * {
    color: var(--white);
}
.counter_box p {
    margin: 8px 0px 0px;
    font-size: 16px;
    font-weight: 500;
    color: #F2D782;
}
section.green_box_sec {
    margin-top: -93px;
    padding: 0px 10%;
    position: relative;
    z-index: 1;
}
.inner_box img {
    max-width: 120px;
}
.game_showcase_sec{
    background-color:#F1F5F4;
    margin-top: -117px;
    position: relative;
}
.head_top h3 {
    font-size: 18px;
    font-weight: 700;
    color: var(--green);
    margin: 0px;
}
.head_top h2 {
    font-size: 44px;
    font-weight: 800;
    margin: 16px 0px;
    line-height: 44px;
}
.head_top p {
    margin: 0px 0px 0px 0px;
}
.top_center {
    text-align: center;
}
.game_left,.game_right{
    top: 58%;
    position: absolute;
    transform: translateY(-50%);
}
.game_left {
    left: 0px;
}
.game_right {
    right: 0px;
}
.game_right img {
    transform: rotateY(180deg);
}
.game_sec {
    max-width: 1024px;
    margin: 0px auto;
    display: grid;
    grid-template-columns: repeat(2,1fr);
    grid-gap: 40px;
}
.game_head {
    padding: 15px 24px;
    display: flex;
    grid-gap: 15px;
    align-items: center;
    justify-content: space-between;
    flex-flow: wrap;
    border-bottom: 1px solid #2D465E33;
}
.game_in_box * {
    position: relative;
    z-index: 1;
}
.game_head h3 {
    margin: 0px;
}
.game_head a {
    background-color: var(--green);
    margin: 0px 0px 0px 0px;
    padding: 6px 20px;
    border-style: none;
    border-radius: 30px 30px 30px 30px;
    color: var(--white);
    font-weight: 600;
    font-size: 14px;
}
.game_bottom ul {
    margin: 0px;
    padding: 0px;
    list-style: none;
}

.game_bottom {
    padding: 40px 30px;
}
.game_bottom ul {
    padding: 0px;
    list-style: none;
    display: grid;
    grid-gap: 8px;
}
.game_in_box{
    position:relative;
    overflow:hidden !important;
    transform: translateY(0px);
    transition: all 0.3s ease;
    background-color: var(--white);
    border-radius: 12px 12px 12px 12px;
    box-shadow: 0px 5px 20px 0px rgba(0, 0, 0, 0.05);
}
.game_in_box::after {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 0%;
    background-color: color-mix(in srgb, var(--green), transparent 95%);
    transition: height 0.5s ease;
    z-index: 0;
}
.game_in_box *{
    z-index: 1;
}
.game_in_box:hover::after {
    height: 100%;
}
.game_in_box:hover{
    transform: translateY(-10px);
}
.game_in_box li::before,.ballstreet_left li::before {
    content: "";
    background-image: url(../images/tick.svg);
    width: 16px;
    height: 16px;
    display: block;
    background-size: contain;
    background-position: center;
}
 .ballstreet_left li::before{
    width: 18px;
    height: 18px;
    position: absolute;
    left: 0px;
    top: 3px;
 }
.game_in_box li,.ballstreet_left li {
    display: grid;
    grid-gap: 9px;
    grid-template-columns: 16px auto;
    align-items: baseline;
    position: relative;
}
.ballstreet_left li {
    display: block;
    padding-left: 30px;
}
.green_btn a,.black_btn a {
    border-radius: 30px 30px 30px 30px;
    padding: 8px 28px;
    background-color: var(--green);
    color: var(--white);
    font-weight: 600;
}
.green_btn a:hover{
    background-color: var(--black);
}
.black_btn a{
    background-color:var(--dark);
    padding: 13px 34px;
}
.black_btn a:hover{
    background-color: var(--black);
}
.green_btn {
    margin-top: 40px;
}
.live_box {
    display: flex;
    align-items: center;
    grid-gap: 15px;
    background-color: var(--green);
    margin: 0px 0px 0px 0px;
    padding: 15px 15px 15px 15px;
    border-radius: 12px 12px 12px 12px;
}
.live_box h3 {
    margin: 0px;
    color: var(--white);
    font-size: 20px;
    font-weight: 600;
}
.live_inner {
    display: flex;
    flex-flow: wrap;
    grid-gap: 24px;
    justify-content: center;
}
.live_inner > div {
    width: calc(100%/3 - 16px);
}
.live_mach_sec .black_btn {
    display: flex;
    justify-content: center;
}
.bg_img .head_top *{
    color: var(--white);
}
section.bg_img {
    background-attachment: fixed;
}
section.bg_img::before {
    content: "";
    display: block;
    background-color:var(--dark);
    position: absolute;
    top: 0px;
    left: 0px;
    z-index: 1;
    width: 100%;
    height: 100%;
    opacity: 0.75;
}
.grid_box {
    padding: 30px 20px 30px 20px;
    border-style: solid;
    border-width: 1px 1px 1px 1px;
    border-color: #2D465E33;
    border-radius: 12px 12px 12px 12px;
    background-color: var(--white);
    min-height: 302px;
}
.grid_box img {
    height: 160px;
    margin: 0px auto;
}
.grid_box h3 {
    font-size: 22px;
    font-weight: 700;
    margin: 24px 0px 0px;
}
.grid_box p {
    margin: 0px;
    color: var(--green);
    margin-top: 4px;
    font-weight: 400;
    font-size: 15px;
}
.grid_box {
    text-align: center;
}
section.about_sec {
       margin-top: -193px;
    background-color: var(--dark);
}
.about_right * {
    color: var(--white);
}
.about_right h2 {
    font-size: 44px;
    font-weight: 700;
    margin: 0px 0px 22px;
}
.about_left img{
    width: 100%;
}
.about_right p {
    margin: 0px;
    font-size: 18px;
    font-weight: 400;
    margin-top: 14px;
}
.about_grid {
    display: grid;
    grid-template-columns: 52% auto;
    justify-content: space-between;
    align-items: center;
    grid-gap: 40px;
}
.download_sec{
    background-color: #F1F5F4;
}
.head_top p {
    color: var(--black);
    font-size: 18px;
    font-weight: 600;
}
.download_inner {
    display: flex;
    align-items: center;
    justify-content: space-between;
    grid-gap: 40px;
}
.ballstreet_right{
    padding: 30px;
    border-radius: 12px;
    background-color: var(--white);
}
.ballstreet_form h3{
    font-size: 26px;
    margin: 0px;
    color: var(--black);
    font-weight: 700;
}
.form_grid{
    padding-top: 20px;
}
.form_box label {
    font-size: 15px;
    font-weight: 700;
    color: var(--black);
    margin-bottom: 8px;
    width: 100%;
    display: block;
}
.form_box input,.form_box textarea,.form_box button, .form_box select {
    border: 1px solid #2A283826 !important;
    border-radius: 8px !important;
    outline: unset !important;
    min-height: 44px;
    display: block;
    width: 100%;
    padding: 10px;
}
.form_box textarea{
    height:120px;
    resize:none;
}
 .form_box select{
     background-image: url(images/down.svg);
     background-repeat: no-repeat;
     background-size: 16px;
     background-position: calc(100% - 12px);
     appearance: none;
     padding-right: 34px;
    }
.form_grid {
    display: grid;
    grid-gap: 16px;
}
.form_box button {
    padding: 11px 32px;
    border: unset !important;
    background-color: var(--green) !important;
    color: var(--white);
    font-size: 15px;
    line-height: 22px;
    max-width: fit-content;
    transition: all 0.3s;
    cursor: pointer;
}
.form_box button:hover{
    background-color: var(--black) !important;
}
.form_box p {position: relative;}
.ballstreet_left h2 {
    margin: 0px;
    font-size: 44px;
    font-weight: 700;
    color: var(--white);
    line-height: 44px;
}
.ballstreet_left ul {
    padding: 0px;
    list-style: none;
    margin: 24px 0px 0px;
    color: var(--white);
    display: grid;
    grid-gap: 10px;
}
.ballstreet_grid {
    display: grid;
    grid-template-columns: 46% 46%;
    align-items: center;
    grid-gap: 40px;
    justify-content: space-around;
}
.ballstreet_sec::before {
    content: "";
    display: block;
    width: 100%;
    height: 100%;
    background-color: var(--dark);
    opacity: 0.5;
    position: absolute;
    top: 0px;
    left: 0px;
    z-index: 1;
}
.accordion-item {
  background: #eff9f5;
  border-radius: 10px;
  margin-bottom: 10px;
  overflow: hidden;
  transition: all 0.3s ease;
}
.accordion-header {
  padding: 15px 20px;
  font-weight: bold;
  cursor: pointer;
  display: flex;
  justify-content: space-between;
  align-items: center;
  font-size: 20px;
  font-weight: 800;
  color: var(--black);
}
.accordion-body {
  padding: 0 20px 15px;
  display: none;
  font-weight: normal;
  font-size: 18px;
  font-weight: 400;
  color: var(--black);
}
.icon {
  font-weight: bold;
}
.accordion-body p {
    margin: 0px;
    margin-bottom: 10px;
}
.accordion-body p:last-child{
     margin-bottom: 0px;
}
.owl-nav {
    margin: 0px !important;
    width: 100% !important;
    display: flex;
    justify-content: space-between;
    position: absolute;
    top: 50%;
    left: 0px;
    transform: translateY(-50%);
}
.owl-nav button {
    content: "";
    top: 0px;
    background-image: url(../images/arrow-left.png) !important;
    background-repeat: no-repeat !important;
    outline: none;
    width: 60px !important;
    height: 40px !important;
    border-radius: 10px !important;
    z-index: 1;
    display: flex !important;
    align-items: center;
    justify-content: center;
    margin: 0px !important;
    background-color: var(--green) !important;
    background-position: center !important;
    position: absolute !important;
}
.owl-nav button i{
    display:none;
}
.owl-nav button.owl-prev {
    right: -30px !important;
    transform: rotate(180deg);
}
.owl-nav button.owl-next {
    left: -30px !important;
}
.accordion_box .elementor-accordion .elementor-accordion-item{
    background-color: color-mix(in srgb, var(--green), transparent 92%);
    border: 1px solid color-mix(in srgb, var(--green), transparent 70%);
    padding: 0px 15px;
    margin-top: 20px;
    border-radius: 12px;
}
.game_showcase_sec {
    overflow: hidden;
}
.download_left .head_top h2 {
    margin-top: 0px;
}
/*-------------------------------------------------------------- 
# Privacy css 
--------------------------------------------------------------*/
.banner_sec{
    min-height: 359px;
    display: flex;
    align-items: center;
}
section.banner_sec::before {
    content: "";
    display: block;
    width: 100%;
    height: 100%;
    position: absolute;
    left: 0px;
    top: 0px;
    background-color: var(--dark);
    opacity: 0.75;
}
.banner_head * {
    color: var(--white);
}
.banner_head h2 {
    font-size: 55px;
    font-weight: 700;
    margin: 0px 0px 6px;
    line-height: initial;
    text-align: center;
}
nav.breadcrumbs {
    display: flex;
    grid-gap: 10px;
    align-items: center;
    justify-content: center;
    font-size: 17px;
}
.privacy_content h1 {
    font-size: 2rem;
    font-weight: 700;
}
.privacy_content h2 {
    font-size: 1.5rem;
    margin-top: 2rem;
}
.privacy_content h3 {
    font-size: 24px;
    margin-top: 1.5rem;
}
.privacy_content p,
.privacy_content ul,
.privacy_content li {
    font-size: 1rem;
    margin-bottom: 12px;
}
.privacy_content ul {
    list-style: disc;
    padding-left: 20px;
}
.privacy_content .privacy_box {
    margin-bottom: 2rem;
}
.privacy_content .legal-warning {
    background: #ffe9e9;
    padding: 1rem;
    border-left: 4px solid #e53935;
    border-radius: 4px;
    font-weight: 600;
}
.privacy_content .privacy_foot {
    margin-top: 3rem;
    font-size: 0.9rem;
    color: #777;
}
.privacy_content .dummy-text {
    color: #aaa;
    font-style: italic;
}
.privacy_content a {
    color: var(--black);
}
.privacy_box strong,.privacy_box b {
    color: var(--black);
}
.privacy_box ol li::marker {
    font-size: 16px;
    color: var(--black);
    font-weight: 700;
}
.privacy_box  table {
            width: 100%;
            border-collapse: collapse;
            margin-top: 15px;
        }
.privacy_box table th,.privacy_box table td {
            border: 1px solid #ddd;
            padding: 8px;
            text-align: left;
        }
.privacy_box tabl  th {
            background-color: #f2f2f2;
        }
/*-------------------------------------------------------------- 
# Footer css 
--------------------------------------------------------------*/
.footer_top img {
    height: 87.22px;
}
.footer_top {
    display: flex;
    flex-flow: wrap;
    align-items: center;
    justify-content: space-between;
    grid-gap: 20px;
    border-bottom: 1px solid #FFFFFF33;
    padding: 40px 0px 20px;
}
.footer_bottom p {
    margin: 0px;
    color: var(--white);
}
.footer_bottom {
    display: flex;
    align-items: center;
    justify-content: space-between;
    grid-gap: 15px;
    padding: 15px 0px;
}
.footer_bottom ul.list li a {
    min-width: 35px;
    height: 35px;
    border: 1px solid #e0ca83;
    border-radius: 50%;
    display: flex !important;
    align-items: center !important;
    justify-content: center !important;
    transition: .3s;
    color: #e0ca83;
}
.footer_bottom ul.list {
    list-style: none;
    padding: 0px;
    margin: 0px;
    display: flex;
    align-items: center;
    grid-gap: 12px;
}
.footer_bottom ul.list li a:hover {
    background-color: #e0ca83;
    color: var(--white);
}
footer.footer_sec::before {
    content: "";
    display: block;
    position: absolute;
    width: 100%;
    background-color: #000;
    top: 0px;
    left: 0px;
    z-index: 1;
    height: 100%;
    opacity: 0.85;
}
.footer_text h3 {
    margin: 0px;
    font-size: 28px;
    font-weight: 600;
    color: var(--white);
}
.footer_text {
    padding: 20px 15px;
    text-align: center;
}