* {
    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:#000000;
      font-family: 'Roboto', sans-serif;
    overflow:auto;
        overflow-x:hidden;
   
  }
    
  .nav{
      width:100%;
      height:75px;
      background:#000000;
      border-bottom: 1px solid #c71616;
      padding: auto auto;
  }
  .header{
    display: flex;
    justify-content: space-between;
    padding: 6px 6px 6px 6px;
  }
  .butwa{
    display: flex;
    justify-content: space-between;
    padding: 8px;
    background:#e20b0b;
    border-radius: 4px;
    height: 15px;
    width: 77px;
    margin-top: 15px;
    cursor: pointer;
  }
  .butwa:hover{
    background:#da0e0e00;
    border-radius: 4px;
    border: 1px solid #ff0000 ;
    color:#e70c0c;
  }
  .butwa a{
    text-align: center;
    text-decoration: none;
    color:#061414;
    font-size: 12px;
  }
  .butwa a:hover{
    color:#f50f0f;
  }
  .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:#dbd2d2;
      font-size: 16px;
      font-weight: bold;
      background-color: transparent;
      padding: 8px;
      cursor: pointer;
      border-radius: 4px;
      border: 1px solid #ff0000;
  }
  
  li:hover{
      background:  #bbb1b1;
      border-radius: 4px;
  }
  li a:hover{
      color:#061414;
  }
  
  li.active::after{
      background:  hsl(0, 20%, 95%);
      border-radius: 4px;
  }+
  
  
  li a.active{
      
      color:#c40b0b;
  }
  
  li a.active:hover{
      
      color:#061414;
  }
  
  .blink {
      text-transform: uppercase;
      animation: blink 1s linear infinite;
      color: rgb(255, 255, 255) !important;
  
  }
   a .blink{
      color: rgb(214, 212, 212) !important;
   }
  
  @keyframes blink{
      0%{ opacity: 0;}
      50%{ opacity: .5;}
      100%{ opacity: 1;}
  }
  
  
  
  body {
      background: ;
      justify-content: center;
      align-items: center;
  
  }
  body #video {
      width: 100%;
      height: 100%;
      border-radius: 0px;
      box-shadow:;
  }
  .container{
      box-sizing: border-box;
      padding-left: 8px;
      padding-right: 8px;
      margin: auto;
  }
  
  .title1{
      padding: 4px;
      font-size: 14px;
      color: #eceada;
      font-weight: bold;
      text-align: center;
  }
  .bctitle {
    height: 30px;
      background: #cf0606;
      margin: 10px 0px;
      align-items: center;
      justify-content: center;
      border-radius: 4px;
      text-align: center;
  }
  .bctitl { 
      background: #061414;
      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: #e2e2e2;
    }
    
    
  
  
  .title {
      text-align:center;
      color: #f1ecec;
  }
      
  .textjalan {
      color: #ffffffc7;
      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:#f30000;
      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: #061414;
      overflow: hidden;
      transition: 0.3s;
      letter-spacing: 3px;
      font-family: 'Roboto', sans-serif;
      
    }
    button:first-child{
      color: #e7dddd;
      border-color: #f50303;
    }
    button:last-child{
      color: #fad400;
      border-color: #fad400;
    }
    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,255,255,0.6);
      transform: translateX(-130px) skewX(-45deg);
    }
    button:after{
      width: 30px;
      background: rgba(255,255,255,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: #f50808;
      text-decoration: none;
    }
    button:last-child a{
      color: #fad400;
      text-decoration: none;
      
    }
  
    button a:hover{
      color: #061414;
      text-decoration: none;
    }
    button{
      color: #da1a1ae3;
      text-decoration: none;
    }
  
    button:hover:first-child{
      background: #f30000;
      color: #061414;
    }
    button:hover:last-child{
      background: #ff0202;
      color: #0d0e0e;
    }
  
    .artikeldewibola{
      overflow: hidden;
      padding: 15px;
      border-radius: 4px;
      margin-bottom: 10px;
      background: #061414;
      border: 1px solid #db281b;
    }
    .artikeldewibola h3{
      font-size: 14px;
      text-align: center;
      color:#f8f2f2 ;
    }
    .artikeldewibola p{
      color: #f0f3f0;
      text-align: justify;
      font-size: 12px;
    }
  
  .play{
    text-decoration: none;
       color: #0f0f0f;
    font-weight: bold;
    font-family:  'Montserrat', sans-serif;
  }
  
    .footer{
      width:100%;
      height:20px;
      padding: 8px;
      background:#161616;
      border-top: 1px solid #f50e0e;
      text-align: center;
      color: #e2dada;
      font-size: 10px;
  }
  
  .cardlivenow{
      display: block;
      background-color:#061414;
      padding: 7px 16px;
      font-size: 12px;
      color: #FFFFFF;
      border-bottom: 0.01vh solid #131010;
    }
    
    
    .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;
    }
  
   
    
  .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 #bd1313;
    }
    
    @keyframes blink{
        0%{ opacity: 0;}
        50%{ opacity: .5;}
        100%{ opacity: 1;}
    }
    
    .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: #dd1313;
    }
    
    @keyframes watchnow{
        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: #860e0e;
      padding: 4px;
      border-radius: 4px;
      margin-bottom:8px;
      border: 0.002vh solid #f00202;
  }
  
  .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: #ffffff;
      text-decoration: none;    
      padding: 8px 8px;
      margin: 10px 65px 10px 65px;
      text-align: center;
      border-radius: 4px;
      border: 1px solid #ca1a1a;
  }
  
  
  }
  
  
  