* {
    margin: 0;
    padding: 0;
    user-select: none;

   }
  
  @import url('https://fonts.googleapis.com/css2?family=Roboto:wght@500;700;900&display=swap');
  @media (min-width: 1200px){
    .container {
      margin: auto;
      max-width: 900px;
     padding-left: 15px;
      padding-right: 15px;
    }
    }
    
  @media (min-width: 280px) { 
  html{
      background:#0e0d0d;
      font-family: 'Roboto', sans-serif;
    overflow:auto;
        overflow-x:hidden;
   
  }
.nav{
    width:100%;
    height:75px;
    background:#0e0d0d;
    border-bottom: 1px solid #ff0202;
}


.header{
  display: flex;
  justify-content: space-between;
  padding: 6px 6px 6px 6px;
}
.butwa{
  display: flex;
  justify-content: space-between;
  padding: 8px;
  background:#ff0000;
  border-radius: 4px;
  height: 15px;
  width: 77px;
  margin-top: 15px;
  cursor: pointer;
}

.butwa:hover{
  background:#fffcfc00;
  border-radius: 4px;
  border: 1px solid #e40e0e ;
  color:#e91212;
}

.butwa a{
  text-align: center;
  text-decoration: none;
  color:#ece1e1;
  font-size: 12px;
}

.butwa a:hover{
  color:#e21414;
}

.logo{
  width:150px;
  height:100%;
}
.menu{
    width:100%;
    height:60px;
    display: flex;
    flex-wrap: nowrap;
    align-items: center;
    justify-content: center;
}
.menu ul{
    top: 20%;
    display: flex;
    list-style-type: none;
    gap: 16px;
    border-radius: 4px;
    align-items: center;
    justify-content: center;
    width: 100%;
}
.menu li{
width: 100px;
}
.menu li a{
    display: block;
    text-decoration: none;
    text-align: center;
    color:#f80808;
    font-size: 16px;
    font-weight: bold;
    background-color: transparent;
    padding: 8px;
    cursor: pointer;
    border-radius: 4px;
    border: 1px solid #db0808;
}

li:hover{
    background:  #e20909;
    border-radius: 4px;
}
li a:hover{
    color:#cec7c7;
}



li.active::after{
    background:  #e70d0d;
    border-radius: 4px;
}


li a.active{
    
    color:#fa0606;
}

li a.active:hover{
    
    color:#dde4e4;
}

.blink {
    text-transform: uppercase;
    animation: blink 1s linear infinite;
    color: red !important;

}
 a .blink{
    color: red !important;
 }

@keyframes blink{
    0%{ opacity: 0;}
    50%{ opacity: .5;}
    100%{ opacity: 1;}
}



body {
    background: ;
    justify-content: center;
    align-items: center;
    min-height: 100vh;
}
body #video {
    width: 100%;
    height: 100%;
    border-radius: 0px;
    box-shadow:;
}

.container{
    box-sizing: border-box;
    padding-left: 8px;
    padding-right: 8px;
    margin: auto;
}


iframe {
  margin: auto;
  width: 100%;
  border: 1.5px solid #ff0000;
  display: block;
  aspect-ratio: 17 / 10;
}

.title1{
    padding: 4px;
    font-size: 14px;
    color: #fad400;
    font-weight: bold;
    text-align: center;
}


.bctitle {
  height: 30px;
    background: #d30606;
    margin: 10px 0px;
    align-items: center;
    justify-content: center;
    border-radius: 4px;
    text-align: center;
 
}

.bctitl {
    
    background: #fafdfd;
    margin: 10px 0px;
    align-items: center;
    justify-content: center;
    text-align: center;
}

.bctitle h3{
   
    margin: 10px 0px;
    margin-left: 15px;
    margin-right: 15px;
}


.display-2 {
    padding: 8px;
    font-size: 14px;

    line-height: 1.2;
   
}


.p1 {
    padding: 8px;
    color: #ffffff;
  }
  
  


.title {
    text-align:center;
    color: #ee0f0f;
}
    
.textjalan {
    color: #e9dcdcc7;
    font-size: 12px;
}

:host {
    display: inline-block;
    overflow: hidden;
    text-align: initial;
    white-space: nowrap;
}

.textjalan{
display: flex;
justify-content: flex-start;
overflow: hidden;
padding: 4px 4px;
}
h4 {
    font-size: 12px;
    text-transform: uppercase ;
    -webkit-text-stroke-width: 0.1px;
    -webkit-text-stroke-color:#e71a1a;
    white-space:nowrap ;
    padding: 0 6rem;
    letter-spacing: 1px;
    animation: move-rtl 6000ms linear infinite;
    
}

@keyframes move-rtl{
    0% {
        transform: translateX(0);
    }
    100% {
        transform: translateX(-100%);
    }
}

img{
    width: 100%;
    height: 100%;
}


.formdewibola{
    display: flex;
    place-items: center;
    padding-top: 8px;
    padding-bottom: 8px;
    align-items: center;
    justify-content: center;
    flex-wrap: nowrap;
}

button{
    position: relative;
    height: 40px;
    width: 150px;
    margin: 0 20px;
    font-size: 16px;
    letter-spacing: 1px;
    border-radius: 5px;
    text-transform: uppercase;
    border: 1px solid transparent;
    outline: none;
    cursor: pointer;
    background: #dde2e2;
    overflow: hidden;
    transition: 0.3s;
    letter-spacing: 3px;
    font-family: 'Roboto', sans-serif;
    
  }
  button:first-child{
    color: #ff0000;
    border-color: #ff0000;
  }
  button:last-child{
    color: #d31818;
    border-color: #e00808;
  }
  button:before, button:after{
    position: absolute;
    content: '';
    left: 0;
    top: 0;
    height: 100%;
    filter: blur(30px);
    opacity: 0.4;
    transition: 0.6s;
  }
  button:before{
    width: 60px;
    background: rgba(255, 254, 254, 0.6);
    transform: translateX(-130px) skewX(-45deg);
  }
  button:after{
    width: 30px;
    background: rgba(223, 219, 219, 0.6);
    transform: translateX(-130px) skewX(-45deg);
  }
  button:hover:before,
  button:hover:after{
    opacity: 0.6;
    transform: translateX(320px) skewX(-45deg);
  }
  button:first-child a{
    color: #f3f3f3;
    text-decoration: none;
  }
  button:last-child a{
    color: hsl(0, 24%, 91%);
    text-decoration: none;
    
  }

  button a:hover{
    color: #ffffff;
    text-decoration: none;
  }
  button{
    color: #e21212;
    text-decoration: none;
  }

  button:hover:first-child{
    background: #caccca;
    color: #eef7f7;
  }
  button:hover:last-child{
    background: #fad400;
    color: #d8e2e2;
  }



  .artikeldewibola{
    overflow: hidden;
    padding: 15px;
    border-radius: 4px;
    margin-bottom: 10px;
    background: #000000;
    border: 1px solid #ff0000;
  }
  .artikeldewibola h3{
    font-size: 14px;
    text-align: center;
    color:#f3f3eb ;
  }
  .artikeldewibola p{
    color: #f8f8f8;
    text-align: justify;
    font-size: 12px;
  }




  .footer{
    width:100%;
    height:20px;
    padding: 8px;
    background:hsl(0, 0%, 6%);
    border-top: 1px solid #f00808;
    text-align: center;
    color: #e6eee8;
    font-size: 10px;
}

.cardlivenow{
    display: block;
    background-color:#0f1111;
    padding: 7px 16px;
    font-size: 12px;
    color: #fad400;
    border-bottom: 0.01vh solid #da0b0b;
  }
  
  
  .box-time{
    align-items: center;
      display: flex;
        flex-direction: row;
   
      width: 100%;
    
  }
  
  
  .football-match {
      margin-right: 10px;
      width: 18px;
  }
  
  
  .league-name {
  flex: 1;
      justify-content: flex-end;
      margin-left: 10px;
      overflow: hidden;
      text-align: right;
  }
  .league-name span{
   
    text-overflow: ellipsis;
      white-space: nowrap;
  }
  
  .bodymatch{
        display: flex;
  
      margin: 10px 0px;
      align-items: center;
      justify-content: center;
    
  }
  
  
  .textvs{
    padding-left:16px;
      padding-right:16px;
  }
  .lazy{
    width: 20px;
   height: 20px;
  }

  .play{
    text-decoration: none;
    color: #ffffff;
    font-weight: bold;
    font-family:  'Montserrat', sans-serif;
  }
  
.blink {
      text-transform: uppercase;
      animation: blink 1s linear infinite;
    display: blok;
    text-decoration: none;
    border-radius: 5px;
  padding: 8px 8px;
   
     text-align: center;
      justify-content: center;
      border-radius: 4px;
      border: 1px solid #f30a0a;
  }
  
  @keyframes blink{
      0%{ opacity: 0;}
      50%{ opacity: .5;}
      100%{ opacity: 1;}
  }
  
  .teamtext{
    display: flex;
    align-items: center;
        justify-content: center;
  }


.teamleft .teamright {
    padding-top: 2px;
    padding-bottom: 2px;
    padding-left: 6px;
    padding-right: 6px;
    text-align: center;
    justify-content: center;
   
    
  }
  .teamtext img{
    padding-left: 6px;
padding-right: 6px;
  }

.wrapp {
    display: block;
    background: #070707;
    padding: 4px;
    border-radius: 4px;
    margin-bottom: 8px;
    border: 0.002vh solid #ff0000;
}

.bigmatch{
    display: flex;
    padding: 6px 6px 6px 6px;
  
   justify-content: left;

}

.bigmatch img{
    width: 20px;
    height: 20px;
}

.bigmatch span{
   font-size: 14px;
   
}

.cs{
    text-transform: uppercase;
   color: #fa0c0c;
  text-decoration: none;
  padding: 8px 8px;
   margin: 10px;
   text-align: center;
    justify-content: center;
    border-radius: 4px;
    border: 1px solid #f70909;

    
}

.watchnow {
    text-transform: uppercase;
    animation: blink 1s linear infinite;
    text-decoration: none;
    padding: 8px 8px;
    margin: 10px 65px 10px 65px;
    text-align: center;
    justify-content: center;
    border-radius: 4px;
    background: #fffcfc78;
}
  @keyframes watchnow{
      0%{ opacity: 0;}
      50%{ opacity: .5;}
      100%{ opacity: 1;}
  }


}


