@import url(https://fonts.googleapis.com/css2?family=Titillium+Web:wght@300;400;600;700&display=swap);
@font-face{
    font-family:harmansports;
    src:url(../font/harmansports.eot?53170725);
    src:url(../font/harmansports.eot?53170725#iefix) format("embedded-opentype"),url(../font/harmansports.woff2?53170725) format("woff2"),url(../font/harmansports.woff?53170725) format("woff"),url(../font/harmansports.ttf?53170725) format("truetype"),url(../font/harmansports.svg?53170725#harmansports) format("svg");
    font-weight:400;
    font-style:normal;
}
[class*=" icon-"]:before,[class^=icon-]:before{
    font-family:harmansports;
    font-style:normal;
    font-weight:400;
    speak:never;
    display:inline-block;
    text-decoration:inherit;
    font-variant:normal;
    text-transform:none;
    -webkit-font-smoothing:antialiased;
    -moz-osx-font-smoothing:grayscale;
}
.icon-android:before{
    content:"î €";
}
.icon-angle-down:before{
    content:"ï„‡";
}
.icon-search:before{
    content:"î ";
    color:#00d007;
}
.icon-telegram:before{
    content:"ï‹†";
}
.icon-tv:before{
    content:'\f26c';
    color:#0096a2;
}
.header .socials .categories ul li a i.icon-tv:before{
    color:gray;
}
*{
    padding:0;
    margin:0;
    list-style:none;
    border:0;
    box-sizing:border-box;
    outline:0;
    text-decoration:none;
    -webkit-overflow-scrolling:touch;
    font-family:"Titillium Web",sans-serif;
    -webkit-font-smoothing:antialiased;
}
img{
    display:block;
}
.mb-15{
    margin-bottom:15px!important;
}
body,html{
    height:100%;
    background:#120220;
}
iframe{
    font-family:harmansports;
    
}
.container .rightbar .channels{
    height:100%;
}
.container .rightbar .channels .channel-list ul::-webkit-scrollbar{
    width:3px;
    height:3px;
    background:#14002a;
}
.container .rightbar .channels .channel-list ul::-webkit-scrollbar-track{
    background:0 0;
}
.container .rightbar .channels .channel-list ul::-webkit-scrollbar-thumb{
    background-color:#14002a;
    width:3px;
    height:3px;
}
.header{
    background:#000;
    height:70px;
    padding:0 20px;
    display:flex;
    align-items:center;
    justify-content:space-between;
}
.header .logo a{
    display:block;
}
.header .logo a img{
    height:65px;
}
@keyframes textBlink{
    from{
        color:#fff;
    }
    to{
        color:#ff2c2c;
    }
}
.header ul{
    display:flex;
}
.header .socials:first-of-type{
    margin-left:40px;
    margin-right:auto;
}
.header .categories:first-of-type{
    margin-left:40px;
    margin-right:auto;
}
.header ul li{
    margin-left:15px;
}
.header ul li:first-child{
    margin-left:auto;
}
.header ul li a{
    display:flex;
    align-items:center;
    height:40px;
    padding:0 20px 0 10px;
    border-radius:4px;
    color:#fff;
    font-size:14px;
    line-height:40px;
}
.header ul li a b{
    font-weight: 600;
    margin-left: 10px;
    font-size:20px;

}
.header .socials ul li a.twitter{
    background:#1da1f2;
}
.header .socials ul li a.meritroyal{
    border:1px solid #fff;
    font-size:16px;
    padding:0 20px;
}
.header .socials ul li a.meritroyal strong{
    animation:.6s textBlink infinite alternate;
}
.header .socials ul li a.android{
    border:1px solid #a4c639;
    color:#a4c639;
}
.header .socials ul li a.iptv{
    border:1px solid #696464;
    color:#fff;
}
.header .socials ul li a.android i{
    margin-left:5px;
}
.header .socials ul li a.android i{
    color:#a4c639;
}
.header .socials ul li a.telegram{
    border:1px solid #08c;
    color:#0daeff;
}
.header .socials ul li a.telegram i{
    color:#08c;
}
.header .menu-btn{
    display:none;
    width:40px;
    height:40px;
    align-items:center;
    justify-content:center;
    cursor:pointer;
    font-size:20px;
    color:#fff;
    background:0 0;
    position:relative;
    right:-13px;
}
[data-tab-content]:not(:first-child){
    display:none;
}
.mobile-menu{
    position:fixed;
    top:60px;
    left:0;
    width:100%;
    height:calc(100% - 60px);
    z-index:15;
    background:#000;
    padding:10px 15px;
    opacity:0;
    visibility:hidden;
    transform:scale(.99);
    transition:150ms all linear;
}
.mobile-menu.active{
    opacity:1;
    visibility:visible;
    transform:scale(1);
}
.mobile-menu ul li a{
    display:flex;
    align-items:center;
    height:40px;
    font-size:15px;
    font-weight:100;
    color:#fff;
}
@keyframes textBlink{
    from{
        color:#fff;
    }
    to{
        color:#ff2c2c;
    }
}
.mobile-menu ul li a.meritroyal{
    border:1px solid rgba(255,255,255,.3);
    font-size:16px;
    margin-bottom:15px;
    padding:0 20px;
    text-align:center;
    justify-content:center;
}
.mobile-menu ul li a.meritroyal strong{
    animation:.6s textBlink infinite alternate;
}
.mobile-menu ul li a.android i{
    color:#a4c639;
    font-size:20px;
}
.mobile-menu ul li a.telegram{
    border-bottom:1px solid rgba(255,255,255,.15);
}
.mobile-menu ul li a.android{
    border-bottom:1px solid rgba(255,255,255,.15);
}
.mobile-menu ul li a.telegram i{
    color:#0daeff;
}
.mobile-menu ul li a.twitter{
    border-bottom:1px solid rgba(255,255,255,.15);
}
.mobile-menu ul li a.twitter i{
    color:#1da1f2;
}
.mobile-menu ul li a i{
    width:40px;
    display:flex;
    align-items:center;
    justify-content:center;
    font-size:18px;
}
.container{
    padding:20px;
    display:flex;
    gap:25px;
}
.container .banner a{
    display:block;
}
.container .banner a img{
    width:100%;
}
.container .sidebar{
    width:300px;
    min-width:300px;
}
.container .sidebar .banner{
    margin-bottom:4px;
}
.container .rightbar .channels{
    background:#070015;
    border-radius:0 0 5px 5px;
}
.container .rightbar .channels .tab{
    display:flex;
    border-bottom:1px solid rgba(0,0,0,.15);
    flex-wrap:wrap;
}
.container .rightbar .channels .tab a{
    text-align:center;
    color:#fff;
    flex:1;
    padding:10px 0;
}
.container .rightbar .channels .tab a.more{
    flex:none;
    width:30px;
}
.container .rightbar .channels .tab a.more i{
    transition:.2s all;
    display:inline-block;
}
.container .rightbar .channels .tab a.more.show i{
    transform:rotate(180deg);
}
.container .rightbar .channels .tab a:hover{
    background-color:rgba(0, 0, 0, 0.375);
}
.container .rightbar .channels .tab a.active{
    box-shadow:0 -2px 0 0 #125409 inset;
}
.container .rightbar .channels .tab .tab-detail-container{
    width:100%;
    border-top:1px solid rgba(0,0,0,.15);
}
.container .rightbar .channels .tab .tab-detail{
    width:100%;
    display:flex;
}
.container .rightbar .channels .channel-list .search .icon{
    position:relative;
    padding:10px;
    border-bottom:1px solid rgba(0,0,0,.15);
    color:#00d007;

}
.container .rightbar .channels .channel-list .search .icon {
    position: absolute;
    width: 35px;
    height: 35px;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 14px;
    color:#00d007;
}

.container .rightbar .channels .channel-list .search input {
    width: 100%;
    height: 35px;
    border-radius: 3px;
    line-height: 35px;
    padding: 0 15px 0 35px;
    font-size: 13px;
    background: rgba(255,255,255,.1);
    color: #fff;
}

.league-icon{
    top:10px;
    left:10px;
    width:35px;
    height:35px;
    display:flex;
    justify-content:space-evenly;
}

.container .rightbar .channels .channel-list ul{
    height:350px;
    overflow:auto;
}
.container .rightbar .channels .channel-list ul li:not(:last-child){
    border-bottom:1px solid #1d1d1d;
}
.container .rightbar .channels .channel-list ul li a{
    display:flex;
    align-items:center;
    justify-content:space-between;
    height:44px;
    padding:0 15px;
    font-size:13px;
    color:#bfbfbf;
}
.container .rightbar .channels .channel-list ul li a .icon{
    font-size:16px;
    color:#bfbfbf;
}
.container .rightbar .channels .channel-list ul li a:hover{
    background-color:rgba(0,0,0,.1);
}
.container .rightbar .channels .channel-list ul li a:hover .icon{
    color:#125409;
}
.container .rightbar .channels .channel-list ul li.active a{
    background:#125409;
    color:#111
}
.container .rightbar .channels .channel-list ul li.active a .icon{
    color:#111;
}
.container .rightbar{
    width:360px;
    min-width:360px;
    display:flex;
    flex-direction:column;
}
.container .rightbar .banner{
    margin-bottom:15px;
}
.container .rightbar iframe{
    flex:1;
    width:100%;
}
@keyframes liveAction{
    0%{
        box-shadow:none;
        background:#ff2c2c00;

    }
    100%{
        box-shadow:10px 10px 100px 10px #ff0000;
        background:#ff2c2c;
    }
    
}
.container .player{
    flex:1;
    display:flex;
}
.container .player .player-info{
    height:100%;
    width:100%;
    position:relative;
    z-index:1;
    display:flex;
    justify-content:center;
    align-items:center;
    flex-direction:column;
    cursor:pointer;
}
.container .player .player-info .backdrop{
    background-repeat:no-repeat;
    background-position:center;
    background-size:cover;
    position:absolute;
    top:0;
    z-index:-1;
    left:0;
    width:100%;
    height:100%;
    overflow:hidden;
}
.container .player .player-info .backdrop::before{
    content:"";
    position:absolute;
    top:0;
    left:0;
    width:100%;
    height:100%;
    background:linear-gradient(to bottom,transparent,rgba(0,0,0,.83) 80%,#000);
}
.container .player .player-info .play{
    margin-top:auto;
    transition:.3s transform;
    padding-top:25px;
}
.container .player .player-info .match-info{
    margin-top:auto;
    display:flex;
    flex-direction:column;
    align-items:center;
    transition:.3s padding;
}
.container .player .player-info .match-info .live{
    width:95px;
    height:32px;
    background:#ff2c2c;
    border-radius:5px;
    display:flex;
    align-items:center;
    justify-content:center;
    font-size:14px;
    font-weight:600;
    padding-bottom:2px;
    color:#fff;
    margin-bottom:10px;
    margin-top:15px;
    animation:1s liveAction alternate infinite;
}
.container .player .player-info .match-info .name{
    font-size:30px;
    color:#fff;
}
.container .player .player-info:hover .play{
    transform:scale(1.1);
}
.container.matches{
    padding-top:0;
    padding-bottom:15px;
    display:block;
}
.container.matches .swiper-container{
    padding-bottom:40px
}
.container.matches .swiper-container .swiper-pagination-bullet{
    background:#fff;
}
.container.matches .swiper-container .swiper-pagination-bullet.swiper-pagination-bullet-active{
    background:#0daeff;
}
.container.matches .match-item{
    width:100%;
    border:1px solid #464646;
    border-radius:3px;
    display:flex;
    flex-wrap:wrap;
    padding:12px 0;
    color:rgba(255,255,255,.5);
    align-items:center;
    background:linear-gradient(to bottom,#242424,#222 20%,#000);
}
.container.matches .match-item .date{
    font-size:12px;
    width:100%;
    text-align:center;
    margin-bottom:10px
}
.container.matches .match-item .team{
    flex:1 1 auto;
    text-align:center;
    font-size:19px;
    color:#fff;
    font-weight:600;
    display:flex;
    flex-direction:column;
    align-items:center;
}
.container.matches .match-item .team img{
    height:50px;
    margin-bottom:6px;
}
.container.matches .match-item .vs{
    flex:1;
    text-align:center;
    font-size:16px;
    text-transform:uppercase;
}
.container.banners{
    padding-top:0;
    padding-bottom:50px;
}
.container.banners .banner{
    flex:1 1 auto;
}
.container.banners .banner a{
    display:block;
}
.container.banners .banner a img{
    width:100%;
}
.bonus-sticky{
    position:fixed;
    bottom:0;
    left:0;
    width:100%;
    z-index:3;
}
.bonus-sticky a{
    display:flex;
    align-items:center;
    justify-content:center;
    text-align:center;
    height:60px;
    background-color:#ff2c2c;
    font-size:20px;
    color:#fff;
    font-weight:700;
}
@media(max-width:1600px){
    .container .sidebar{
        display:none;
    }
}
@media(max-width:1400px){
    .container.banners{
        flex-wrap:wrap;
        gap:15px;
    }
    .container.banners .banner{
        width:calc(50% - 15px);
        max-width:calc(50% - 15px);
    }
    .container.banners .banner:last-child{
        margin-bottom:0;
    }
}
@media(max-width:1100px){
    body,html{
        height:auto;
    }
    .header{
        height:60px;
        position:sticky;
        position:-webkit-sticky;
        top:0;
        z-index:10;
    }
    .header .menu-btn{
        display:flex;
    }
    .header .logo a img{
        height:55px;
    }
    .header .socials{
        display:none;
    }
    .main-container{
        flex-wrap:wrap;
        gap:0;
    }
    .main-container>*{
        margin-bottom:25px;
    }
    .main-container .sidebar{
        order:2;
        width:100%;
        min-width:100%;
    }
    .main-container .player{
        order:1;
        height:230px;
    }
    .main-container .player .player-info .play img{
        height:60px;
    }
    .main-container .player .player-info .match-info{
        padding-bottom:15px;
    }
    .main-container .player .player-info .match-info .name{
        font-size:22px;
    }
    .main-container .rightbar{
        display:block;
        overflow:hidden;
        order:3;
        width:100%;
        min-width:100%;
        margin-bottom:0;
    }
    .main-container .rightbar iframe{
        height:400px;
    }
    .container.matches .match-item .team{
        font-size:15px;
    }
    .container.matches .match-item .vs{
        font-size:14px;
        font-weight:700
    }
    .container.banners{
        flex-wrap:wrap;
        gap:0;
    }
    .container.banners .banner{
        width:100%;
        min-width:100%;
        margin-bottom:12px;
    }
    .container.banners .banner:last-child{
        margin-bottom:0;
    }
    .bonus-sticky a{
        height:auto;
        font-size:14px;
        padding:14px;
    }
}
[data-yayinkapar]{
    float:right;
    position:relative;
    bottom:16px;
    z-index:9999;
    right:20px;
    background-color:transparent;
    color:#fff;
    font-weight:700;
    font-size:2rem;
}
div.footer{
    margin-bottom:25px;
}
div.footer p {
    color:#fff;
    text-align:center;
}
div.footer p a {
    color:#d00f0f;
}
