@font-face {
    font-family: 'Roboto';
    src: url('../fonts/Roboto-Regular.ttf');
    font-weight: normal;
    font-style: normal;
}
@font-face {
    font-family: 'Galano';
    src: url('../fonts/Galano Grotesque Black.otf');
    font-weight: normal;
    font-style: normal;
}
@font-face {
    font-family: 'GalanoLight';
    src: url('../fonts/Galano Grotesque Light.otf');
    font-weight: normal;
    font-style: normal;
}
*{
    font-size: 14px;
    font-family: Roboto;
    outline: none !important;
}
a , a:hover{
    text-decoration: none;
}
ul{
    list-style: none;
}

body{
    background: url(../image/bg.png);
    background-position: top center;
    background-color: var(--body-color);
}
.clear{
    clear: both;
}
.header-top{
    height: 70px;
    line-height: 70px;
}
.header-top-left{
    float: left;
}
.header-top-right{
    float: right;
}
.header-top-right ul li{
    float: left;
}

.header-top-right ul li a{
    display: block;
    margin-left: 30px;
    color: #fff;
}
.header-top-icon{
    height: 40px;
    width: 40px;
    text-align: center;
    line-height: 40px;
    display: block;
    border-radius: 40px;
    float: left;
    position: relative;
    margin-top: 15px;
    margin-right:10px;
}
.header-top-icon-first-bg{
    background: var(--profile-background);
}
.balanceButton{
    background-color:var(--body-color) !important;
    border-color:var(--body-color) !important;
}

.header-top-icon-second-bg{
    background: var(--color_2);
}
.header-top-icon-text{
    color: #fff;
}
nav.navbar{
    background: var(--dark-color) !important;
    width:100%;
}
nav.navbar ul li a{
    color: var(--menu-text) !important;
    font-weight: bold;
    margin-right: 20px;
}
nav.navbar ul li:last-child a{
    margin-right: 0px !important;
}
.carousel-item {
    background: url('../image/Image%2021.png');
    background-size: cover;
    background-position:60% 50%;;
    background-repeat: no-repeat;
    height: 600px;
    position: relative;
}
.carousel-wraps{
    position: absolute;
    top: 0;
    right: 0;
    max-width: 600px;
    margin-right: -160px;
    margin-top:150px;
}
.carousel-wraps img:nth-child(1){
    width: 100%;
}
.carousel-wraps img:nth-child(2){
    position: absolute;
    right: 200px;
    top: 240px;
    z-index: 999;
    width: 100px;
}
.carousel-wraps h1{
    position: absolute;
    right: 200px;
    top: 307px;
    z-index: 999;
    color: #fff;
    font-size: 20px;
}
.carousel-wraps h2{
    position: absolute;
    right: 210px;
    top: 340px;
    z-index: 999;
    color: #fff;
    font-size: 36px;
    font-weight: 900;
}
.carousel-item a{
    position: absolute;
    right: 10px;
    color: #fff;
    bottom: 40px;
    display: block;
    width: 35px;
    height: 35px;
    line-height: 35px;
    border-radius: 35px;
    background: #fff;
    color: green;
    text-align: center;
}
.carousel-item h6{
    text-align: center;
    margin-top: 20px;
    font-family: Galano;
    font-size:100px;
    color: var(--slider-text);
    color: -webkit-linear-gradient(bottom, rgba(196,48,47,1) 35%, rgba(128,31,35,1) 100%);
    color: -o-linear-gradient(bottom, rgba(196,48,47,1) 35%, rgba(128,31,35,1) 100%);
    color: linear-gradient(to top, rgba(196,48,47,1) 35%, rgba(128,31,35,1) 100%);
    position: absolute;
    right:25px;
}
.carousel-item h5{
    text-align: center;
    margin-top: 20px;
    font-family: GalanoLight;
    font-weight: 100;
    font-size:55px;
    color: #f49b6c;
    position: absolute;
    right:25px;
    margin-top: 150px; 
}
#games .col-12{
    position: relative;
}
.posrel{
    position: relative;
}
#games img{
    width: 90%;
    display: block;
    position: absolute;
    left:0;
    right: 0;
    top: 0;
    margin: 0 auto;
    margin-top: 30px;
}
#games img:nth-child(1){
    z-index: 0;
}
#games img:nth-child(2){
    z-index: 1;
    width: 70%;
    margin: 0 auto;
}
#games img:nth-child(3){
    z-index: 2;
    width: 87%;
}
#games h1{
    color: #fff;
    z-index: 4;
    position: relative;
    font-size: 22px;
    font-weight: 900;
    text-align: center;
    margin-top: 100px;
}
#games a{
    color: var(--body-color);
    width: 100px;
    height: 50px;
    background-color: var(--dark-color);
    text-align: center;
    line-height: 50px;
    border-radius: 50px;
    display: block;
    z-index: 4;
    position: relative;
    margin: 0 auto;
    margin-top: 20px;
}
.carousel-indicators li {
    width:10px;
    height:10px;
    border-radius: 15px !important;
    border: none;
}
.pay_wrap{
    position: relative;
    height: 160px;
    width: 160px;
    margin: 10px auto;
}
.pay_first_wrap{
    width: 160px;
    height: 160px;
    background: var(--home-box-border);
    border-radius: 100px;
    position: absolute;
    opacity: 0.5;
}
.pay_second_wrap{
    width: 143px;
    height: 143px;
    background: var(--home-box-background);
    border-radius: 100px;
    position: absolute;
    left: 0;
    right: 0;
    top: 50%;
    transform: translateY(-50%);
    bottom: 0;
    margin: 0 auto;
}
.pay_second_wrap img{
    width: 80%;
    margin: 0 auto;
    display: block;
    margin-top:25px;
    margin-bottom:20px;
}
.pay_second_wrap h2{
    color: #fff;
    font-size: 14px;
    text-align: center;
    margin-top: -20px;
    font-weight: bold;
}
.pay_second_wrap a{
    color: var(--body-color);
    width: 75px;
    height: 35px;
    background-color: var(--dark-color);
    text-align: center;
    line-height: 35px;
    border-radius: 50px;
    display: block;
    z-index: 4;
    position: relative;
    margin: 0 auto;
}
#pay{
    margin-top: 70px;
}
#games2 .col-12{
    margin-top: 20px;
}
#games2 a {
    display: block;
}
#games2 a img{
    width: 100%;
}
footer{
    padding: 50px 0px;
    margin-top: 50px;
    position: relative;
}
.footer_bg{
    background: var(--home-box-border);
    position: absolute;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    opacity: 0.7;
}
.footerNewForIcon .fa-futbol{
    color:var(--dark-color);
    margin-right:8px;
}
footer ul li{
    margin-top: 20px;
}
footer ul li a {
    font-size: 14px;
    color: #fff;
    transition: 0.5s;
}
footer ul li a:hover{
    color: #fff;
    transition: 0.5s;
}
footer ul li a img{
    display: inline-block;
    width: 15px;
    margin-right: 10px;
}
footer ul li:nth-child(1) a img{
    display: block;
    width: 150px;
}
footer ul li:nth-child(1) a{
    color: var(--color_2);
    font-size: 24px;
}
.last_ul_li2 a{
    display: block;
    float: left;
    color: #fff;
    height: 40px;
    width: 40px;
    line-height: 40px;
    border-radius: 40px;
    text-align: center;
    position: relative;
    margin-right: 10px;
    border: 1px solid #fff;
}
.last_ul_li2{
    position: relative;
    top: 10px;
}
.item{
    height: 100px;
    margin-top: 20px;
    position: relative;
}
.owl_footer img{
    width:90% !important;
    display: block;
    position: absolute;
    left: 0;
    right: 0;
    top: 50%;
    transform: translateY(-50%);
    margin: 0 auto;
}
.footer_bottoms{
    margin-top: 20px;
}
.footer_bottoms img{
    display: inline-block;
    margin-right: 20px;
}
#matches a.league_type{
    width: 100%;
    background: var(--body-color);
    height: 50px;
    line-height: 50px;
    padding: 0;
    border: none !important;
    font-size: 16px;
    border-radius: 0;
    display: block;
    outline: none !important;
    text-align: center;
    color: #fff !important;
    text-decoration: none !important;
    text-align: left;
    padding-left: 10px;
    position: relative;
}
#matches a.first_a{
    width: 100%;
    background: var(--profile-background);
    height: 50px;
    line-height: 50px;
    padding: 0;
    border: none !important;
    font-size: 16px;
    border-radius: 0;
    display: block;
    outline: none !important;
    text-align: center;
    color: #fff !important;
    text-decoration: none !important;
}
#matches p a span{
    display: inline-block;
    margin-left: 20px;
}
#matches .card{
    margin: 0 !important;
    border-radius: 0px !important;
    background: var(--dark-color) !important;
    color: #fff;
    padding: 0;
    border: none !important;
    width: 100%;
    line-height: 50px;
    position: relative;
}
.card-body img {
    margin-left: 20px;
    display: inline-block;
}

.name_of_league{
    color: #fff !important;
    margin-left: 10px;
    display: inline-block;
}
.number_of_league{
    margin-left: 10px;
    display: block;
    margin-right: 20px;
    width: 25px;
    height: 25px;
    background: #fff;
    border-radius: 25px;
    color: #000;
    text-align: center;
    line-height: 25px;
    position: absolute;
    right: 0;
    top: 50%;
    transform: translateY(-50%);
    font-size: 12px;
}
.height{
    position: relative;
    height: 50px !important;
}
.league_type img{
    display: inline-block;
    margin-right: 10px;
}
.collapse_icon{
    display: inline-block;
    position: absolute;
    right: 20px;
}
.matchess h1 {
    display: block;
    height: 50px;
    width: 100%;
    color: white;
    background: var(--profile-background);
    line-height: 50px;
    padding-left: 20px;
    font-weight: 900;
    font-size: 14px;
}
.matchess h1 span{
    display: inline-block;
    margin-right: 20px;
    font-size: 18px;
}
.matches_tabs{
    border: none !important;
}
.matches_tabs li{
    width: 30%;
    margin-right: 10px;
}
.matches_tabs li a{
    height: 50px;
    line-height: 50px;
    background:var(--dark-color) !important;
    color: #fff !important;
    border: none !important;
    border: 0px !important;
    border-top-left-radius: 10px !important;
    border-top-right-radius: 10px !important;
    font-weight: 600;
    text-align: left !important;
    margin-right: 10px;
    display: block;
    width: 100%;
}
.matches_tabs li a img{
    display: block;
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
}
.matches_tabs li a.active{
    background: rgb(19,83,13) !important;
    background: -webkit-linear-gradient(bottom, rgba(19,83,13,1) 23%, rgba(38,161,26,1) 100%) !important;
    background: -o-linear-gradient(bottom, rgba(19,83,13,1) 23%, rgba(38,161,26,1) 100%) !important;
    background: linear-gradient(to top, rgba(19,83,13,1) 23%, rgba(38,161,26,1) 100%) !important;
}
.matches_tabs li a span.matches_text{
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    left: 40px;
}
.matches_tabs li a span.matches_number{
    display: block;
    background: #fff;
    height: 25px;
    width: 25px;
    line-height: 25px;
    text-align: center;
    color: #000;
    border-radius: 25px;
    font-size: 12px;
    position: absolute;
    right: 20px;
    top: 50%;
    transform: translateY(-50%);
}
#matches table{
    float: left;
    text-align: center;
}
#matches table tr{
    width: 100%;
}
#matches table tr td{
    /*width: 10%; */
}
#matches table tr td{
    text-align: left;
    padding-left: 10px;
}
#matches table tr td span{
    display: inline-block;
    width: 20px;
    background: var(--color_2);
    color: var(--body-color);
    text-align: center;
    line-height: 20px;
    border-radius: 20px;
    margin-right: 10px;,
    cursor: pointer;
    padding: 5px 0px;
    font-size: 12px;
}
#matches table tr td label{
    width: 100%;
    margin-top: 15px;
}
#matches table tr td label span{
    display: block;
    width: 100%;
}
#matches table tr td label span:hover{
    cursor: pointer;
}
#matches table tr td label input{
    display: none;
}
#matches table tr td a {
    display: block;
    height: 35px !important;
    width: 35px !important;
    background: var(--body-color) !important;
    line-height: 35px !important;
    padding: 0 !important;
    margin-top: 15px;
    border-radius: 35px;
    text-align: center;
    color: #fff;
    margin-left: 15px;
}
.active_matches{
    background: #fff !important;
    color: var(--color_2) !important;
    font-weight: bold;
}
.bg_matches{
    margin-top: 10px;
    background: var(--dark-color);
    border-radius: 20px;
    padding: 5px 0px;
}
.bg_matches td{
    font-size: 14px;
}
.bg_matches2{
    margin-top: 10px;
}
.bg_matches2 th{
    color: #6A6E8E !important;
}
.min_matches{
    display: block;
    height: 35px !important;
    width: 35px !important;
    background: var(--body-color) !important;
    line-height: 35px !important;
    padding: 0 !important;
    margin-top: 15px;
    color: white !important;
}

#matches a.total_s{
    width: 100%;
    background: var(--profile-background);
    height: 50px;
    line-height: 50px;
    padding: 0;
    border: none !important;
    font-size: 16px;
    border-radius: 0;
    display: block;
    outline: none !important;
    text-align: center;
    color: #fff !important;
    text-decoration: none !important;
    text-align: left;
    padding-left: 10px;
    font-size: 19px !important;
}
#matches a.total_s span{
    font-size: 19px !important;
    display: inline-block;
    margin-right: 10px;
}
.number_of_total{
    height: 30px;
    width: 30px;
    line-height: 30px;
    text-align: center;
    border-radius: 30px;
    background: #fff;
    color: var(--color_2);
    position: absolute;
    top: 50%;
    right: 0;
    transform: translateY(-50%);
}
.total_s_matches {
    position: relative;
    border-bottom: 1px solid #707070;
    padding: 10px 5px;
}
.total_s_matches p{
    width: 60%;
    color: #fff;
}
.total_s_matches p:nth-child(2){
    color: #6A6E8E !important;
}
.total_s_matches p span{
    display: inline-block;
    background: var(--color_2);
    width: 30px;
    height: 30px;
    line-height: 30px;
    text-align: center;
    border-radius: 30px;
    color: #fff;
    margin-left:5px;
}
.total_single_delete{
    position: absolute;
    top: 50%;
    height: 75px;
    right: 10px;
    transform: translateY(-50%);
}
.total_single_delete a{

    color: #fff;
    font-size: 25px;
}
.total_s_single_rate{
    position: absolute;
    bottom: 0%;
    right: 10px;
    transform: translateY(-50%);
    color: #fff;
}
.total_s_wraps{
    position: relative;
    background: var(--profile-background);
    border-top:1px solid #b7b7b7;
}
.delete_pays_singel_icon{
    display: block;
    z-index: 99999 !important;
}
.totals_rate_and_pay{
    background: #fff !important;
    position: relative;
}
.totals_rate_and_pay p {
    float: left;
    background: #fff;
    margin: 0;
    width: 50%;
    margin: 10px 0px;
    font-size: 12px;
    color: #6A6E8E;
}

.delete_all_icon a{
    font-size: 22px;
    display: block;
    width: 50px;
    height: 50px;
    text-align: center;
    line-height: 50px;
    border-radius: 50px;
    border: 1px solid var(--dark-color);
    color: var(--dark-color);
    margin-left: 20px;
}


.pay_button button{
    border:none !important;
    color: #fff;
    width: 100px;
    height: 50px;
    background: var(--body-color);
    text-align: center;
    line-height: 50px;
    border-radius: 50px;
    display: block;
    z-index: 4;
    position: relative;
    margin: 0 auto;
}
.total_price{
    width: 70px;
    border: none;
    background: #EDEDED;
    border-radius: 10px;
    padding-top: 6px;
    padding-bottom: 6px;
    padding-left: 15px;
    color: #000;
}
.modal{
    z-index: 99999999;
}
.sweet-overlay{
    z-index: 99999999999999 !important;   
}
.sweet-alert{
    z-index: 99999999999999 !important;   
    width:513px !important;
}
#loginModal .modal-content{
    background-color:var(--profile-background);
    color:white;
}
#loginModal .close{
    color:white;
    opacity: 1;
    text-shadow: none;
}
.mobileTable{
    width:100%;
}
.commentsNewHomeIcon{
    font-size: 90px;
    color:var(--dark-color);
    margin-bottom: 10px;
}
@media(min-width: 991px){
    #mobile_LoginRegister{
        display: none;
    }
    .navbar-brand{
        display: none;
    }
    .mobileShow{
        display: none !important;
    }
}
@media(max-width:991px){
    .navbar-brand{
        width:100%;
    }
    .mobileTable{
        overflow: scroll;
    }
    #matches table tr td span{
        width:35px !important;
    }
    .min_matches{
        display: none;
    }
    .ws{
        display: block;
        width:195px !important;  
        margin-left:10px;  
        font-size:14px !important;
    }
    .rates_matches table:first-child tr td:first-child span{
        display: none !important;
        font-size:14px !important;
    }
    .rates_matches table:first-child tr td:first-child{
       display: block;
       width:65px !important;
       font-size:14px !important;
   }
   .mobileHide{
    display: none !important;
}
.total_s_wraps_caption{
    margin-top:30px;
}
nav.navbar{
    z-index: 9999999 !important;
    width:100%;
}
nav.navbar .navbar-collapse{
    background: #fff !important;
    position: absolute;
    left: 0;
    right: 0;
    top: 100%;
    z-index: 9999999 !important;
    transition: 1s;
    /* padding: 10px 0px; */
}
nav.navbar ul li a{
    color: #070D19 !important;
    text-align: center;
    margin: 5px !important;
}
#games .col-12:nth-child(3) , #games .col-12:nth-child(4){
    margin-top:100px;
}
.carousel-item img{
    width: 100% !important;
    right: 0;
    left: 0;
    top: 50%;
    transform: translateY(-50%);
    margin: 0 auto !important;
}

.carousel-wraps{
 display: none;
}
.close_img{
    display: none !important;
}
.carousel-item h6{
    /* display: none; */
    width:100%;
    left:0;
    text-align: center;
    font-size: 4rem;
}
.carousel-item h5{
    /* display: none; */
    width:100%;
    left:0;
    text-align: center;
    font-size: 3rem;
    margin-top:80px;
}
.matches_tabs li{
    width: 100% !important;
    margin-right: 0px !important;
}
.matches_tabs li a {
    border-radius: 0px !important;
    margin: 0 auto;
}
}
@media (max-width:768px){

    #games .homeItems .innerContent{
       padding-bottom:60px !important;
    }
    #ttMobile{
        color:rgba(255, 255, 255, 0.5) !important;
    }
    nav.navbar .nav-item{
        background-color: var(--body-color);
        }nav.navbar .nav-item a{
            color:white !important;
        }
        nav.navbar hr{
            display: none;
        }
        nav.navbar{
            background: var(--body-color) !important;
        }
        .mobileShow{
            background-color: var(--body-color);
        }
        .navbar-dark .navbar-toggler{
            border:none;
        }
        .header-top{
            display: none;
        }
        .navbar-dark .navbar-nav .nav-link{
            margin-bottom:0px !important;
            border-bottom:1px solid #cecfd8;
        } 
        .footer_bottoms{
            text-align: center;
        }
        .footer_bottoms img{
            margin-top:15px;
        }
        .mobileWidth100MarginZeroAuto{
            width:290px;
            margin:0 auto;
        }
        .sweet-alert{
            z-index: 99999999999999 !important;   
            width:98% !important;
        }
        .carousel-item {
            background-position:10% 50%;
            height:250px;
        }
        .pay_wrap{
            height: 140px;
            width: 140px;
        }
        .pay_first_wrap{
            width: 140px;
            height: 140px;
        }    
        .pay_second_wrap{
            width: 120px;
            height: 120px;
        }
    }
    @media (max-width:576px){
        .header-top{
            height: auto !important;
            text-align: center;
            line-height:0px;
            padding: 10px 0px;
        }
        .header-top-left , .header-top-right{
            float: none;
        }
        .header-top-right ul li a{
            margin-left: 0px;
            margin-right: 30px;
        }
        .header-top-icon{
            height: 35px;
            width: 35px;
            text-align: center;
            line-height: 35px;
            display: block;
            border-radius: 35px;
            float: left;
            position: relative;
            margin-top: 15px;
            margin-right:10px;
        }
        .header-top-icon-text{
            margin-top: 30px;
            display: inline-block;
        }
        .carousel-item {
            background-position:15% 50%;
        }
        #games img{
            width: 65% !important;
        }
        #games .col-12{
            margin-top:50px !important;
        }
        #games .col-12:nth-child(1){
            margin-top:0px !important;
        }
        #games img:nth-child(2){
            z-index: 2;
            width: 40% !important;
        }
        #games img:nth-child(3){
            z-index: 2;
            width: 63% !important;
        }

    }






    .profile-usermenu .nav-tabs .nav-link{
        -webkit-transition: background 1s;
        -moz-transition: background 1s;
        -o-transition: background 1s;
        transition: background 1s;
    }


    .profile-usermenu .nav-tabs .nav-link:hover{
        background-color: var(--body-color) !important;
        border-color: var(--body-color) !important;
        color:var(--dark-color);
        border-radius: 0px;
    }

    .profile-usermenu .nav-tabs .nav-link.active, .profile-usermenu .nav-tabs .nav-item.show .nav-link{
        color:var(--menu-text);
        background-color: var(--dark-color);
        border-color: var(--dark-color) !important;
    }




    #games .homeItems{
        background: linear-gradient(0deg, var(--homeBoxGradientBg), rgba(0,20,36,0) 80%); border-bottom-right-radius: 70px; border-bottom-left-radius: 70px; padding-bottom:15px; padding:10px;
    }
    #games .homeItems .innerContent{
        background-color: white; overflow: hidden; background: linear-gradient(0deg, var(--homeBoxGradient), rgba(0,20,36,0) 80%); border-bottom-left-radius:60px; border-bottom-right-radius: 60px; padding-bottom:15px;
    }
    #games .homeItems .innerContent img{
        width: 210px;
        -webkit-mask-image:-webkit-gradient(linear, left top, left bottom, from(rgba(0,0,0,1)), to(rgba(0,0,0,0)));
        mask-image: linear-gradient(to bottom, rgba(0,0,0,1), rgba(0,0,0,0));

    }







    .form-control{
        border-color:var(--dark-color) !important;
    }
.sweet-alert .sa-icon.sa-success::before, .sweet-alert .sa-icon.sa-success::after{
	background:transparent !important;
}

.sweet-alert .sa-icon.sa-success .sa-fix{
display:none;
}