@import url('https://fonts.googleapis.com/css2?family=Roboto:ital,wght@0,100;0,300;0,400;0,500;0,700;0,900;1,100;1,300;1,400;1,500;1,700;1,900&family=Rubik+Mono+One&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Jost:ital,wght@0,100..900;1,100..900&family=Roboto:ital,wght@0,100;0,300;0,400;0,500;0,700;0,900;1,100;1,300;1,400;1,500;1,700;1,900&family=Rubik+Mono+One&display=swap');

body {
    margin: 0;
    padding: 0;
    background-image: linear-gradient(67deg, #294b66, #071229, #091429);
    background-size: 150% 150% !important;
    animation: gradient-animation 20s ease-in-out infinite alternate both;
}


  @keyframes gradient-animation {
    0%{
        background-position: right top;
    }

    50%{
        background-position: left bottom;
    }

    100%{
        background-position: right top;
    }

  }

  header {
    /*position: fixed;*/
    /* margin-top: 25px; */
    width: 100%;
    position: relative;
    z-index: 10;
    padding: 15px 0px;
}
.super_bowl_tabs_box{
    /*border-image-source:  linear-gradient(275.53deg, #58A5F5 2.49%, #7A34D5 100%);*/
    border: 3.11px solid #58A5F5;
    padding: 8px 10px;
    width: 80%;
    margin: 0 auto
}
.super_bowl_tabs{
      justify-content: space-between;

}
.custom_bowl_tabs_text{
    font-family: "Rubik Mono One", monospace;
    /*font-family: Rubik One;*/
    font-size: 17px;
    font-weight: 400;
    line-height: 23.06px;
    text-align: center;
    color:#fff;
    text-transform:Uppercase;
    border: none;
    background: transparent;
    cursor:pointer;
}
.custom_bowl_tabs_text.active{
    background: linear-gradient(275.53deg, #58A5F5 2.49%, #7A34D5 100%);
    padding: 8px 32px;

}
.custom_bowl_tabs_text:focus {
    border: none;
    outline: none;
}
.desktop_header_section.scrolled {
    background-color: #7448d3 !important;
    transition: background-color 200ms linear;
}

.sticky-navbar{
    position: fixed;
    top: 0;
    width: 100%;
  }

.main_heading{
    font-size: 50px;
    font-weight: 800;
    text-transform: uppercase;
    color: #fff;
    max-width: 768px;
    margin-left: auto;
    margin-right: auto;
    position: relative;
    z-index: 33;
}

.main_para{
    font-size: 14px;
    color: #fff;
    line-height: 25px;
}

.main_action_btn a{
    color: #6775E8;
    background-color: #fff;
    display: inline-block;
    font-size: 16px;
    padding: 8px 24px;
    border-radius: 20px;
    font-weight: 700;
    outline-style: solid;
    outline-color: #b9a7e9;
}


a.app_download_btn {
    transition: color 1s, background-color 1s;
    animation: downloadAnimation 1.5s infinite;
}
.main_action_btn a.app_download_btn:hover {
    background-color: #09152c !important;
    color: #fff !important;
}

@keyframes downloadAnimation {
    0% {
        background-color: #fff;
        color: #6775E8;
    }
    50% {
        background-color: #09152c; /* Midpoint color */
        color: #fff;
    }
    100% {
        background-color: #fff;
        color: #6775E8;
    }
}

.download_app_sec {
    display: flex;
    justify-content: center;
    text-align: center;
    margin: 30px auto 0;
    align-items: center;
    gap: 16px;
}
.download_app_sec .download_app_title {
    margin: 0;
    font-size: 30px;
    font-weight: 600;
    text-transform: uppercase;
    color: #fff;
    max-width: 768px;
    margin-left: auto;
    margin-right: auto;
    position: relative;
    z-index: 33;
}


@media(max-width: 768px){
    .main_action_btn a{
        font-size: 12px !important;
    }
}

.main_action_btn a:hover{
    text-decoration: none;
}

a:hover{
    text-decoration: none !important;
}

/*.dropdown{*/
/*    display: none;*/
/*}*/


/* HEADER SECTION CSS START */

.desktop_header_section .desktop-header {
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.desktop_header_section .desktop-header .site_logo img{
    height: 50px;
    width: 100px;
}

.site_logo img{
    height: 50px;
    width: 100px;
}

.desktop_header_section .desktop-header .navbar_list ul {
    list-style-type: none;
    margin: 0;
    display: flex;
    background-color: #fff;
    padding: 6px 15px;
    border-radius: 25px;
    font-size: 12px;
    font-weight: 700;
    outline-style: solid;
    outline-color: #b9a7e9;
}

.navbar_list ul {
    list-style-type: none;
    margin: 0;
    display: flex;
    background-color: #fff;
    /*padding: 6px 15px;*/
    padding: 0 !important;
    border-radius: 25px;
    font-size: 12px;
    font-weight: 700;
    outline-style: solid;
    outline-color: #b9a7e9;
    overflow: hidden;
}

.desktop_header_section .desktop-header .navbar_list ul li:nth-child(2){
    border-left: 1px solid #c4c4c4;
    border-right: 1px solid #c4c4c4;
}

.navbar_list ul li:nth-child(2){
    border-left: 1px solid #c4c4c4;
    border-right: 1px solid #c4c4c4;
}

.desktop_header_section .desktop-header .navbar_list ul li{
    padding: 0px 10px;
}

.navbar_list ul li{
    /*padding: 0px 10px;*/
}

.desktop_header_section .desktop-header .navbar_list .navbar_links{
    color: #000;
    text-decoration: none;
    
}
 .navbar_list .navbar_links:hover{
    background-color: #09152c;
    color: #fff !important;
}

.navbar_list .navbar_links{
    color: #000;
    text-decoration: none;
    padding: 10px 20px !important;
    display: inline-block;
}

.desktop_header_section .desktop-header .navbar_right_icons{
    display: flex;
    align-items: center;
}

.navbar_right_icons{
    display: flex;
    align-items: center;
}

.desktop_header_section .desktop-header .navbar_right_icons .right_icon{
    background-color: #fff;
    color: #734CDC;
    height: 30px;
    display: flex;
    align-items: center;
    justify-content: center;
    width: 30px;
    border-radius: 50%;
    outline-style: solid;
    outline-color: #b9a7e9;
    font-size: 14px;
}

.navbar_right_icons .right_icon{
    background-color: #fff;
    color: #734CDC;
    height: 30px;
    display: flex;
    align-items: center;
    justify-content: center;
    width: 30px;
    border-radius: 50%;
    outline-style: solid;
    outline-color: #b9a7e9;
    font-size: 14px;
}

.dropdown-item{
    font-size: 12px;
}

/* HEADER SECTION CSS END */




/* IMMERSIVE GAMEPLAY SECTION CSS START */

.immersive_gameplay_section{
    /*padding-top: 150px;*/
    padding-top: 70px;
    background-image: url("../images/first-section-bk-img.png");
    background-size: 100% 80%;
    background-repeat: no-repeat;
}

.immersive_gameplay_section .main_swiper_slider{
    background-color: #333333;
    padding: 16px;
    border-radius: 12px;
}

.swiper-button-next{
    width: auto !important;
}

.swiper-button-next i{
    background-color: #466493;
    height: 30px;
    width: 30px;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 50%;
    color: #fff;
    outline-style: solid;
    outline-color: #fff;
}

.swiper-button-prev i{
    background-color: #466493;
    height: 30px;
    width: 30px;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 50%;
    color: #fff;
    outline-style: solid;
    outline-color: #fff;
}

.swiper-button-next::after{
    display: none;

}

.swiper-button-prev::after{
    display: none;
}

.first_slogo {
    height: 80px;
    position: absolute;
    right: 123px;
    top: 466px;
}

.second_slogo{
    height: 70px;
    position: absolute;
}

.b-logo {
    height: 70px;
    position: absolute;
    top: 307px;
    left: 375px;
}

.sm-slogo {
    position: absolute;
    height: 55px;
    left: 200px;
    top: 400px;
}

.c-logo {
    height: 70px;
    position: absolute;
    right: 30px;
    top: 240px;
}

.right-blogo {
    height: 50px;
    position: absolute;
    right: 73px;
    top: 99px;
}

.empty-logo {
    position: absolute;
    height: 30px;
    top: 236px;
}

/* IMMERSIVE GAMEPLAY SECTION CSS END */




/* EXPLORING UNIVERSE SECTION CSS START */

.exploring_universe_section{
    padding: 60px 0px;
}

.exploring_universe_section h2{
    font-size: 40px;
}

@media(max-width: 768px){
    .exploring_universe_section h2{
        font-size: 30px !important;
    }
}

.exploring_universe_section p{
    text-align: justify;
}

.exploring_universe_section .universe_img{
    border-radius: 50%;
    border: 2px solid #675EA9;
}

.exploring_universe_section .universe_img img{
    border-radius: 50%;
    transform: translateX(18px);
}



/* EXPLORING UNIVERSE SECTION CSS END */



/* UNLOCKING SECRET SECTION CSS START */

.unlocking_secret_section h2{
    border-right: 1px solid #fff;
}

@media(max-width: 768px){

    .unlocking_secret_section h2{
        border-right: none !important;
    }

}

.unlocking_secret_section .for_background{
    background-image: url("../images/register-banner-bk.png");
    background-size: cover;
    background-repeat: no-repeat;
    padding: 50px 30px;
    border-radius: 20px;
}

.unlocking_secret_section p{
    padding-right: 55px;
}

/* UNLOCKING SECRET SECTION CSS END */



/* HOW TO PLAY SECTION CSS START */

.how_to_play_section{
    /*padding: 50px 0px;*/
    /*padding: 20px 0px;*/
    padding: 30px 0px;
}

.how_to_play_section .play_img{
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 50%;
    height: 110px;
    width: 110px;
    position: relative;
    background: linear-gradient(0deg, rgba(88,165,245,1) 0%, rgba(122,52,213,1) 100%);
}

.how_to_play_section .play_img img{
    height: 50px;
    width: 50px;
    object-fit: cover;
}

.how_to_play_section .play_img span{
    background-color: #fff;
    height: 40px;
    width: 40px;
    border-radius: 50%;
    font-size: 24px;
    font-weight: 500;
    position: absolute;
    right: -14px;
    bottom: 0;
    border: 1px solid #000;
}

.how_to_play_section .how_to_play_categories .play_category_title{
    font-size: 18px;
    color: #fff;
    font-weight: 600;
    margin-top: 20px;
}

.arrow_image{
    position: absolute;
    top: 0;
    right: -45px;
    height: 94px;
}





/* HOW TO PLAY SECTION CSS END */



/* FAQ SECTION CSS START */

.faq_section .card{
    margin: 20px 0px;
    border: none;
    border-radius: 18px;
}

.faq_section .card-header{
    background-color: transparent;
    border: none;
}

.faq_section .card-header h5 button{
    text-decoration: none;
}

.faq_section .card-header h5 button .numbering{
    font-size: 24px;
    font-weight: 500;
}

/*.faq_section .card-header h5 button .card_btn_content{*/
/*    font-size: 10px;*/
/*    color: #000;*/
/*}*/
.faq_section .card-header h5 button .card_btn_content {
    font-size: 14px;
    color: #000;
    width: 100%;
    text-align: left;
}
.faq_section .card-header h5 button .card_dropdown_icon{
    display: inline-block;
    border: 1px solid #000;
    color: #000;
    padding: 0px 5px;
    border-radius: 50%;
}

.card-body p{
    font-size: 12px;
}

.btn-link{
    border: none;
}

.btn-link:focus{
    border: none;
    outline: none;
    box-shadow: none;
}

.btn-link[aria-expanded="false"]::before{
    content: "\f107";
    font-family: 'FontAwesome';
    display: flex;
    align-items: center;
    justify-content: center;
    color: #000;
    background-color: transparent;
    height: 25px;
    width: 25px;
    border-radius: 50%;
    position: absolute;
    right: 8px;
    font-size: 12px;
    top: 19px;
    border: 1px solid;
}

.btn-link[aria-expanded="true"]::before{
    content: "\f106";
    font-family: 'FontAwesome';
    display: flex;
    align-items: center;
    justify-content: center;
    color: #000;
    background-color: transparent;
    height: 25px;
    width: 25px;
    border-radius: 50%;
    position: absolute;
    right: 8px;
    font-size: 12px;
    top: 29px;
    border: 1px solid;
}



/* FAQ SECTION CSS END */



/* GET IN TOUCH SECTION CSS START */

.getintouch_section{
    padding: 60px 0px;
}

.getintouch_section .contact_us_info {
    display: flex;
    align-items: flex-start;
    gap: 15px;
    margin: 30px 0px;
}

.getintouch_section .contact_us_main {
    background-image: url(../images/contactus_bk.png);
    background-size: cover;
    background-repeat: no-repeat;
    padding: 51px 25px;
    border-radius: 12px;
    height: 100%;
}

.getintouch_section .contact_us_main h4{
    font-size: 30px;
    font-weight: 800;
    color: #fff;
}

.getintouch_section .contact_us_info .contact_icon{
    display: flex;
    align-items: center;
    justify-content: center;
    background-color: #fff;
    height: 50px;
    width: 50px;
    font-size: 20px;
    border-radius: 12px;
}

.getintouch_section .contact_us_info .contact_info p:nth-child(1){
    font-weight: 700;
    color: #fff;
}

.getintouch_section .contact_us_info .contact_info p:nth-child(2) {
    color: #fff;
    font-size: 12px;
}

.getintouch_section .contact_us_main .follow_us p{
    font-size: 14px;
    color: #fff;
    font-weight: 500;
}
.getintouch_section .contact_us_main .social_icons{
    display: flex;
    align-items: flex-start;
    gap: 10px;
}

.getintouch_section .contact_us_main .social_icons span{
    display: flex;
    align-items: center;
    justify-content: center;
    background-color: #fff;
    height: 40px;
    width: 40px;
    font-size: 18px;
    border-radius: 12px;
}

.getintouch_section .contact_us_form {
    background-color: #fff;
    padding: 40px;
    border-radius: 12px;
    height: 100%;
}

.getintouch_section .contact_us_form button{
    color: #fff;
    background: linear-gradient(0deg, rgba(88,165,245,1) 0%, rgba(122,52,213,1) 100%);
    display: inline-block;
    font-size: 16px;
    padding: 8px 24px;
    border-radius: 20px;
    font-weight: 700;
    outline-style: solid;
    outline-color: #b9a7e9;
    border: none;
}

.getintouch_section .contact_us_form .form-group{
    margin-bottom: 22px;
}

.getintouch_section .contact_us_form .form-group input{
    padding: 14px 0px;
    border-radius: 16px;
    padding-left: 18px;
}

.getintouch_section .contact_us_form .form-group textarea{
    border-radius: 16px;
    padding: 14px 0px;
    padding-left: 18px;
}

/* GET IN TOUCH SECTION CSS END */




/* ABOUT US PAGE CSS START */

.chooseus_img img{
    border-radius: 20px;
}

.chooseus_card_main{
    background: linear-gradient(0deg, rgba(88,165,245,1) 0%, rgba(122,52,213,1) 100%);
    margin: 0px 25px;
    border-radius: 20px;
    text-align: center;
    position: relative;
    transform: translateY(-75px);
    padding: 0px 20px;
}

.chooseus_card_icon{
    display: flex;
    justify-content: center;
    background-color: #fff;
    height: 90px;
    width: 90px;
    border-radius: 50%;
    align-items: center;
    transform: translateY(-31px);
}

.chooseus_card_icon img{
    height: 55px;
    width: 55px;
}

.chooseus_card_content{
    transform: translateY(-20px);
}

.chooseus_card_heading{
    font-size: 22px;
    color: #fff;
}

.chooseus_card_para{
    font-size: 10px;
    color: #fff;
    line-height: 20px;
}

.chooseus_card_actionbtn a{
    color: #fff;
    font-weight: 700;
    display: inline-block;
}

.chooseus_card_actionbtn a span i:nth-child(2){
    margin-left: -8px;
}

.swiper-pagination{
    bottom: 35px !important;
}

/* ABOUT US PAGE CSS END */



/* BOARD PARTS SECTION CSS START */

.board_parts_list_section{
    padding: 60px 0px;
}

.board_parts_list_section .customized_row{
    background: linear-gradient(0deg, rgba(88,165,245,1) 0%, rgba(122,52,213,1) 100%);
    padding-bottom: 40px;
    border-radius: 30px;
}

.board_parts_list_section .customized_column {
    background-color: #383838;
    margin-bottom: 50px;
    border-top-left-radius: 25px;
    border-top-right-radius: 25px;
}

.board_parts_list_section .customized_column .board_number_heading{
    text-align: center;
    color: #fff;
    font-size: 24px;
    font-weight: 700;
    margin: 0px;
    padding: 16px 0px;
}

.board_parts_list_section .board_part_detail_card{
    background-color: #fff;
    border-radius: 20px;
    padding: 20px;
    margin: 0px 25px;
}

.board_parts_list_section .board_part_detail_card p{
    font-size: 18px;
    font-weight: 800;
}

.board_parts_list_section .main_action_btn button{
    color: #fff !important;
    display: inline-block;
    font-size: 14px;
    padding: 8px 24px;
    border-radius: 20px;
    font-weight: 700;
    outline-style: solid;
    outline-color: #b9a7e9;
    background: linear-gradient(0deg, rgba(88,165,245,1) 0%, rgba(122,52,213,1) 100%);
    border: none;
}
/* BOARD PARTS SECTION CSS END */



/* BOARD VOTING LIST CSS START */

.board_voting_list_section{
    padding: 60px 0px;
}

.board_voting_list_section .table thead th, .board_voting_list_section .table th, .board_voting_list_section .table td{
    border: 0px;
}

.board_voting_list_section .table thead{
    color: #fff;
    background-color: #333;
}

.board_voting_list_section .table{
    border-collapse: separate;
    border-spacing: 0px;
}

.board_voting_list_section .table tbody td {
    padding: 30px 0px;
    /* background-color: #7A34D5; */
    border-bottom: 1px solid #b5b5b5;
}

.board_voting_list_section .table tbody td div{
    background-color: #ffffff;
    font-size: 14px;
    font-weight: 800;
    padding: 9px 0px;
    padding-left: 15px;
}

.board_voting_list_section .table tbody td .first_row{
    background-color: #ffffff;
    font-size: 14px;
    font-weight: 800;
    margin-left: 20px;
    padding: 9px 0px;
    border-top-left-radius: 18px;
    border-bottom-left-radius: 18px;
}

.board_voting_list_section .table tbody td .last_row{
    background-color: #ffffff;
    padding: 9px 0px;
    border-top-right-radius: 18px;
    margin-right: 20px;
    border-bottom-right-radius: 18px;
    padding-left: 9px;
}

/* .board_voting_list_section .table tbody td .last_row button{
    font-size: 13px;
    font-weight: 800;
    border: none;
    background-color: #333333;
    color: #fff;
    border-radius: 16px;
    padding: 0px 8px;
} */

.board_voting_list_section .table tbody td .last_row a{
    font-size: 13px;
    font-weight: 800;
    border: none;
    background-color: #333333;
    color: #fff;
    border-radius: 16px;
    padding: 0px 8px;
}

.board_voting_list_section table thead .first_head_row{
    width: 35%;
}

.board_voting_list_section .table tbody{
    background: linear-gradient(0deg, rgba(88,165,245,1) 0%, rgba(122,52,213,1) 100%);
}

/* BOARD VOTING LIST CSS END */



/* VOTING SECTION CSS START */

.voting_section{
    padding: 60px 0px;
}

.voting_section .voting_details_info{
    display: flex;
    align-items: baseline;
    justify-content: center;
    padding: 15px 20px;
    background-color: #333;
    border-top-left-radius: 20px;
    border-top-right-radius: 20px;
}

.voting_section .voting_details_info h6{
    font-size: 14px;
    color: #fff;
}

.voting_section .voting_details_info p{
    color: #fff;
    font-size: 18px;
    font-weight: 700;
    padding: 6px 30px;
    border-radius: 20px;
    background: linear-gradient(0deg, rgba(88,165,245,1) 0%, rgba(122,52,213,1) 100%);
}

.voting_details_info span {
    color: #fff;
    font-size: 18px;
    font-weight: 700;
    padding: 6px 30px;
    border-radius: 20px;
    background: linear-gradient(0deg, rgba(88,165,245,1) 0%, rgba(122,52,213,1) 100%);
}

.voting_section .main_voting_buttons {
    background: linear-gradient(0deg, rgba(88,165,245,1) 0%, rgba(122,52,213,1) 100%);
    padding: 30px 0px 50px;
    /* border-bottom-left-radius: 20px;
    border-bottom-right-radius: 20px; */
    text-align: center;
}

.voting_user_div {
    display: flex;
    gap: 10px;
}
.week_class {
    background: transparent !important;
}

.tenX10_4 {
    background: transparent !important;
}

.voting_dashboard_div {
    display: flex;
    gap: 10px;
}

.double_voting_button {
    display: flex;
    flex-direction: column;
    border-bottom: 1px solid #fff;
    padding: 30px 0 30px;
    gap: 15px;
}
.board_selection {
    padding: 0 !important;
    line-height: 1.2;
}

.voting_section .voting_buttons {
    padding: 0px 20px;
    display: flex;
    align-items: center;
    justify-content: center;
    border-bottom: unset;
    flex-wrap: wrap;
    gap: 10px;
}

.voting_section .voting_buttons span{
    background-color: #fff;
    font-size: 14px;
    font-weight: 800;
    padding: 6px 12px;
    border-radius: 20px !important;
    display: inline-block;
    width: 90px;
    /*margin-bottom: 8px;*/
}

.voting_section .voting_buttons button{
    background-color: #fff;
    font-size: 14px;
    font-weight: 800;
    padding: 6px 12px;
    border-radius: 20px !important;
    display: inline-block;
    width: 90px;
    /*margin-bottom: 8px;*/
    color: #000;
}

/* .voting_section .lower_board_buttons {
    padding: 30px 0px;
    display: flex;
    align-items: center;
    justify-content: space-around;
    flex-wrap: wrap;
} */

.voting_section .lower_board_buttons {
    margin-top: 35px;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-wrap: wrap;
    gap: 20px;
}

/* .voting_section .lower_board_buttons span{
    background-color: #fff;
    font-weight: 800;
    padding: 10px 35px;
    border-radius: 20px;
    display: inline-block;
    margin-bottom: 12px;
} */

.voting_section .lower_board_buttons .board_price_anchor{
    display: inline-block;
}

.voting_section .lower_board_buttons .board_price_btn{
    border: none;
    background-color: #fff;
    font-weight: 800;
    padding: 10px 35px;
    border-radius: 20px;
    display: inline-block;
    margin-bottom: 12px;
    outline: none;
}

.voting_section .lower_board_buttons .board_price_btn:focus{
    outline: none;
}

.voting_section .competition_info{
    display: inline-block;
    font-size: 17px;
    font-weight: 800;
    background-color: #333;
    color: #fff;
    padding: 6px 34px;
    border-radius: 20px;
}

/* .immersive_gameplay_section .empty-logo, .right-blogo, .c-logo, .sm-slogo, .b-logo, .second_slogo, .first_slogo{
    display: none;
} */


/* VOTING SECTION CSS END */
 

.faq_section  .card-body p {
    color: #fff !important;
}


/* FOOTER SECTION CSS START */

footer{
    padding: 60px 0px;
    background-color: #151553;
    color: #fff;
}

.footer_social_icons{
    display: flex;
    align-items: flex-start;
    gap: 10px;
}

.footerSection .footer_social_icons span{
    display: flex;
    align-items: center;
    justify-content: center;
    background-color: #fff;
    height: 30px;
    width: 30px;
    font-size: 14px;
    border-radius: 50%;
    color: #000;
}

.footer_followus{
    font-size: 20px;
    font-weight: 600;
    margin-top: 20px;
    margin-bottom: 8px;
}

.links_list {
    list-style-type: none;
    font-size: 14px;
    font-weight: 600;
}

.links_list li{
    margin: 10px 0px;
}
.links_list li a{
    color: #fff;
    text-decoration: none;
}

/* FOOTER SECTION CSS END */


.board_voting_list {
    text-align: center;
    position: relative;
}
.board_voting_list #countdown {
    justify-content: center;
}

/*FootBall css Start*/


.football_table-primary .table thead{
   background: linear-gradient(93.25deg, #E3E800 -0.6%, #7BC600 99.66%) !important;
   text-align: center;
}
.football_table-primary  .footbal-table-bordered td, 
.football_table-primary  .footbal-table-bordered th {
    /*border-bottom: 3px solid #E3E800 !important;*/
    border:  solid #E3E800 !important;
    border-width: 0px 1px 3px 1px !important;
    height: 51px;
}
.football-team-count{
     vertical-align: middle !important;
    /*font-family: Rubik One !important;*/
      font-family: "Rubik Mono One", monospace;
    font-size: 52.94px !important;
    font-weight: 800 !important;
    line-height: 61.33px ;
    text-align: center !important;
     -webkit-background-clip: text;
  -webkit-text-fill-color: transparent; 
  -moz-background-clip: text;
  -moz-text-fill-color: transparent;;
  /*background-image: linear-gradient(45deg, #f3ec78, #af4261);*/
  background-image: linear-gradient(93.25deg, #E3E800 -0.6%, #7BC600 99.66%);
}


.bg-black {
    background: #000;
}
.football_table-count {
    width: 70px;
}
.football_table-primary.football_table-qtr .table thead {
    background: linear-gradient(93.25deg, #FFA21E -0.6%, #ED5601 99.66%) !important;
}
.football_table-primary.football_table-semi .table thead {
    background: linear-gradient(93.25deg, #3461D5 -0.6%, #58A5F5 99.66%) !important;
}
.football_table-primary.football_table-championship .table thead {
    background: linear-gradient(93.25deg, #7A34D5 -0.6%, #58A5F5 99.66%) !important;
}

.football_table-primary.football_table-qtr .footbal-table-bordered td, 
.football_table-primary.football_table-qtr .footbal-table-bordered th {
    border: solid #FFA21E   !important;
}
.football_table-primary.football_table-semi .footbal-table-bordered td, 
.football_table-primary.football_table-semi .footbal-table-bordered th {
    border: solid #58A5F5   !important;
}
.football_table-primary.football_table-championship .footbal-table-bordered td, 
.football_table-primary.football_table-championship .footbal-table-bordered th {
    border: solid #7A34D5   !important;
}










/*FootBall css end*/






/* Superbowl css Start */
.superbowl_sec {
    padding: 80px 0;
}
.superbowl_table {
    color: #fff;
}
.superbowl_table .table th {
    font-size: 16px;
    font-family: "Rubik Mono One", monospace;
    font-weight: 400;
    text-transform: uppercase;
}
.superbowl_table .table-bordered td {
    font-family: "Jost", sans-serif;
    font-size: 16px;
    font-weight: 500;
    height: 51px;
}
.superbowl_table  .table-bordered td, 
.superbowl_table  .table-bordered th {
    border: 1px solid #ffffff4f;
}


/* superbowl_table-primary */
.superbowl_table-primary .table thead{
    background-image: linear-gradient(to right, #D10000 , #D2007E);
}
.superbowl_table-primary  .table-bordered td, 
.superbowl_table-primary  .table-bordered th {
    border-bottom: 3px solid #D10000;
    height: 51px;
}

/* superbowl_table-secondary */
.superbowl_table-secondary .table thead{
    background-image: linear-gradient(to right, #3461D5 , #58A5F5);
}
.superbowl_table-secondary  .table-bordered td, 
.superbowl_table-secondary  .table-bordered th {
    border-bottom: 3px solid #3461D5;
}

/* superbowl_table-info */
.superbowl_table-info .table thead{
    background-image: linear-gradient(to right, #7A34D5 , #58A5F5);
}
.superbowl_table-info  .table-bordered td, 
.superbowl_table-info  .table-bordered th {
    border: 2px solid #6674E7;
}
.superbowl_table-info .table thead th{
    border: unset;
}
.superbowl_table-info .table th{
    text-align: center;
    height: 49px;
}

.superbowl_table .table-bordered td.superbowl_table-vote {
        padding: 0;
}
.superbowl_table .table-bordered td.superbowl_table-vote .button-wrapper {
    height: 100px;
}
.btn.superbowl_table-vote-btn {
    height: 100%;
    width: 100%;
    border-radius: 0;
}



.btn.superbowl_table-vote-btn{
    color: #fff;
    font-size: 16px;
    font-family: "Rubik Mono One", monospace;
    font-weight: 400;
    text-transform: uppercase;
}


.superbowl_table-primary .btn.superbowl_table-vote-btn {
    background: #D2003F;
    box-shadow: #6a102b 0px 30px 60px -20px inset, #6a102b 0px 18px 36px -20px inset;
}
.superbowl_table-secondary .btn.superbowl_table-vote-btn {
    background: #4683E5;
    box-shadow: #4683e5a6 0px 30px 60px -20px inset, #4683e5a6 0px 18px 36px -20px inset;
}

.superbowl_table-info .btn.superbowl_table-vote-btn {
    background: #6674E7;
    box-shadow: #6674e754 0px 30px 60px -20px inset, #6674e754 0px 18px 36px -20px inset;
}

.superbowl_team-primary {
    background-image: linear-gradient(to right, #D10000, #D2007E);
}
.superbowl_team-secondary {
    background-image: linear-gradient(to right, #3461D5, #58A5F5);
}

.custom_new_voteCount{
    text-align: center;
    vertical-align: middle !important;
}


/* Superbowl css End */


@media(max-width: 1440px){
    
    .b-logo{
        left: 150px;
    }
}
@media(max-width:1024px){
    .first_slogo{
        right: 77px;
        bottom: 266px;
    }

    .b-logo{
        left: 103px;
    }
    .sm-slogo{
        display: none;
    }
}

 #countdown {
    gap: 10px;
    margin: 15px 0;
    position: relative;
}
@media(max-width: 991px){
    .voting_section .voting_buttons{
        padding: 0 10px;
        gap: 5px;
    }
    .getintouch_section .contact_us_main{
        height: unset;
    }
    .b-logo{
        display: none;
    }
    
    
    section.faq_section .container {
    max-width: 800px;
}


}
@media(max-width:768px){
    .arrow_image{
        display: none;
    }

    .immersive_gameplay_section{
        background-size: cover;
    }

    .main_heading{
        font-size: 28px !important;
    }

    .unlocking_secret_section p{
        padding-right: 0px !important;
    }

    .getintouch_section .contact_us_form button{
        font-size: 12px !important;
    }
    
    section.faq_section div#accordion .col-md-6 {
    flex: 0 0 100%;
    max-width: 100%;
}

section.faq_section div#accordion .side2 .card:nth-child(1) {
    margin-top: 0;
}


}

@media(max-width: 767px){
    .removing_border{
        border-left: none !important;
    }

    .links_list{
        padding: 0px;
    }

    .removing_border02{
        border-right: none !important;
    }
    
    #countdown > span {
        font-size: 14px !important;
        width: 80px;
        height: 80px; 
    }
    .voting_section .voting_buttons {
        display: grid;
        grid-template-columns: 1fr;
    }
    .board_selection {
        grid-column: 1 / -1;
        width: 100% !important;
        padding: 10px 12px !important;
        line-height: 1.5;
        margin-bottom: 15px;
    }
    .board_selection br{
        display: none;
    }
    .voting_section .voting_buttons button,
    .voting_section .voting_buttons span{
        width: unset;
    }
    
    
    .double_voting_button {
        gap: 0px;
        display: grid;
        grid-template-columns: 1fr 1fr;
    }
    
    
    
    .voting_user_div {
    flex-direction: column;
}

.voting_dashboard_div {
    flex-direction: column-reverse;
}

.voting_section .voting_details_info {
    gap: 10px;
}

.download_app_sec {
    flex-direction: column;
}
.immersive_gameplay_section .empty-logo, .right-blogo, .c-logo, .sm-slogo, .b-logo, .second_slogo, .first_slogo{
        display: none;
   }

    .superbowl_table .table th {
        font-size: 13px;
        font-weight: 300;
    }
    .superbowl_sec .table-bordered td, 
    .superbowl_sec .table-bordered th {
        padding: 7px;
        vertical-align: middle;
    }

}

@media (max-width: 480px){
    .immersive_gameplay_section {
        padding-top: 80px;
    }
}


@media(max-width:425px){
    #countdown > span {
    font-size: 12px !important;
    width: 60px;
    height: 60px; 
}

    /* .removing_border{
        border-left: none !important;
    } */

    /* .links_list{
        padding: 0px;
    } */

    .getintouch_section .contact_us_form{
        margin-top: 30px;
        padding: 20px;
    }

   

    .board_voting_list_section .table thead th h6{
        width: 155px;
    }

    .board_voting_list_section .table thead .status_row h6{
        width: 70px;
    }

    .board_voting_list_section .table thead .action_btn_row h6{
        width: 80px;
    }

    .voting_section .voting_details_info{
        flex-wrap: wrap;
        gap: 15px;
    }

    .voting_section .voting_details_info h6{
        width: 100%;
        text-align: center;
    }

    .desktop_header_section .desktop-header .site_logo img{
        height: 31px;
        width: 64px;
    }

    .site_logo img{
        height: 31px;
        width: 64px;
    }

    .desktop_header_section .desktop-header .navbar_list ul{
        font-size: 8px;
    }

    .desktop_header_section .desktop-header .navbar_right_icons .right_icon{
        font-size: 10px;
        height: 22px;
        width: 22px;
    }

    .exploring_universe_section .universe_img img{
        transform: translateX(6px);
    }

    .faq_section .card-header h5 button .card_btn_content{
        font-size: 9px;
    }
    
    .voting_section .voting_details_info p {
        font-size: 14px;
    }
    .week_class,
    .tenX10_4{
         font-size: 14px !important;   
    }
    
        .main_heading {
        font-size: 27px !important;
    }
    
    
}

/* @media(max-width:375px){
    .main_heading{
        font-size: 40px;
    }
} */

@media(max-width:320px){
    .main_heading{
        font-size: 30px;
    }

    .navbar_list{
        display: none;
    }

    .dropdown{
        display: block;
    }

    .navbar_right_icons a.second_child{
        display: none;
    }
}

.desktop_header_section.scrolled {
    background-color: #7448d3 !important;
    transition: background-color 200ms linear;
}
body .main_action_btn a:hover {
    background-color: #09152c;
    color: #fff !important;
}
.faq_section  .collapse.show{
    padding: 0 !important;
}
