@font-face {
    font-family: 'Charlotte';
    src: local('Charlotte'), url('https://fonts.cdnfonts.com/s/36088/CharlotteRegular-qZZ96.woff') format('woff');
}
  .charllote{
      font-family: 'Charlotte';
      font-size:23vh;
  }
  * {
  font-family: Arial, Helvetica, sans-serif;
}


@font-face {
    font-family: 'Bernard';
    font-style: normal;
    font-weight: 400;
    src: local('Bernard'), url('https://fonts.cdnfonts.com/s/48933/Bernard.woff') format('woff');
}

.shape_home{
    clip-path: polygon(0 0, 0 100%, 100% 0);background:white;height:20px
}

.shape_result{
    clip-path: polygon(0 0, 0 100%, 100% 0);background:white;height:30px
}

.bernard{
    font-family: 'Bernard', sans-serif;
}
  body{
    background: black;

  }
  .mainweb{
    background: #2D374E
  }
  .trapx{
    margin-top: -20px;
    width: 100%;
    height: 100px;
    background-color: black;
    -webkit-transform: skewY(-2deg);
    -moz-transform: skewY(-2deg);
    -ms-transform: skewY(-2deg);
    -o-transform: skewY(-2deg);
    transform: skewY(-2deg);
  }

@media only screen and (min-width:768px) {
  .trap {
    position: relative;
    width: 100%;
    height: 100px;
    background: black;
    margin-top: 15px;
  }
  .container-result{
    padding-left: 15vh;
    padding-right: 15vh
  }

   .container-service{
    padding-left: 5vh;
    padding-right: 5vh
  }

  .trap:after {
    position: absolute;
    width: 100%;
    height: 100%;
    content: "";
    background: inherit;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    transform-origin: top left;
    transform: skewY(-3deg);
  }

  .mob-result{
    display: none;
  }
  
  .ptx-2{
      padding-top:2vh;
  }

}
@media only screen and (max-width:767px) {
  .trap{
    margin-top: 20px
  }
  .ptx-2{
      padding-top:0vh;
  }
}
  .text-blue{
    color: #2F3A36
  }
  .f19{
    font-size: 1.9vh
  }
  .bg-blue,header{
    background: #011A42
  }

  .text-running{
    background: white;
  }
  .info-running{
    background-image: linear-gradient(red, #6A2324);
    border-radius: 2px;
    padding-left: 10px;
    padding-right: 10px;
    color: white;
    font-weight: bold;
    height: 100%;
  }

  .text-marq{
    color: #011A42;
    font-weight: bold;
  }

  #clock-js{
    padding-top: 3px;
    padding-bottom: 3px
  }

  .p10{
      padding-top: 2vh;
        padding-left: 10vh;
        padding-right: 10vh;
  }

  .mrx-2{
        margin-right: 5px
      }


  .text-next{
    position: absolute;text-align: center;width: 100%;margin-top: 5vh
  }

  .plx{
        padding-left: 3vh
      }

  .do-not-miss{
    background: #9D0B0E;border: solid 2px #000;font-size: 2vh
  }

  .ball-mini{
    padding:0px 8px;border-radius: 100%;border: solid 2px white;color: white;font-weight: bold;font-size: 2vh;background-image: linear-gradient(red, #6A2324);padding-bottom: 5px
  }

  @media only screen and (max-width:767px) {
      .container{
        padding: 0px
      }

      .p10{
        padding-top: 5px;
        padding-left: 10px;
        padding-right: 10px
      }
      .mrx-2{
        margin-right: 0px
      }
      .text-next{
        position: absolute;text-align: center;width: 100%;margin-top: 3.5vh;
        font-size: 1.7vh
      }
      .plx{
        padding-left: 10px
      }
      .col-xs-6{
        width: 50%
      }
      .col-xs-3{
        width: 33%
      }
      .table-live tr td{
        font-size: 2.4vh
      }

      .ball-mini{
        padding:0px 5px;border-radius: 100%;border: solid 2px white;color: white;font-weight: bold;font-size: 1.6vh;background-image: linear-gradient(red, #6A2324);padding-bottom: 1px
      }
      .web-result,.day{
        display: none;
      }

  }

  .home_1{
    text-align: center;
    background: #2E3192;
    color: white;
    font-weight: bold;
    font-size: 2.5vh;
    padding: 8px;
    height: 100%;
  }
  .home_1 a {
    display:flex;/*CSS3*/
    vertical-align: middle;
    align-items:center;/*Vertical align*/
  justify-content:center;/*horizontal align*/
    height: 100%;
  }
  .home_2{
    text-align: center;
    background: #007236;
    color: white;
    font-weight: bold;
    font-size: 2.5vh;
    padding: 8px;
    height: 100%;
  }
   .home_2 a {
    display:flex;/*CSS3*/
    vertical-align: middle;
    align-items:center;/*Vertical align*/
  justify-content:center;/*horizontal align*/
    height: 100%;
  }
  .home_3{
    text-align: center;
    background: #440E62;
    color: white;
    font-weight: bold;
    font-size: 2.5vh;
    padding: 8px;
    height: 100%;
  }
   .home_3 a {
    display:flex;/*CSS3*/
    vertical-align: middle;
    align-items:center;/*Vertical align*/
  justify-content:center;/*horizontal align*/
    height: 100%;
  }

  a{
    color: white;
    text-decoration: none;
  }
  a:hover{
    color: #D4D4D4;
    text-decoration: none;
  }

  .p-0{
    padding: 0px
  }

  .bg-win{
    background: #011A42;
    border-bottom-right-radius: 5px;
    border-bottom-left-radius: 5px
  }

  .ball{
    padding:3px 17px;border-radius: 100%;border: solid 2px white;color: white;font-weight: bold;font-size: 4vh;background-image: linear-gradient(red, #6A2324);padding-bottom: 10px
  }


  .absolute{
    position: absolute;width: 100%
  }

  .f25{
    color: orange;font-size: 2.5vh
  }
  
  .f35{
    color: orange;font-size: 3.5vh
  }
  
  .f45{
    color: orange;font-size: 4vh
  }

  .bg-yellow{
    background: #FFCC00;
    z-index: 9999
  }

  .bg-purple{
    background: #011A42;
     z-index: 9999
  }

  .bg-purple2{
    background: #440E62
  }

  .footer{
    background: #011A42;
    color: white;
    text-align: center;
    padding: 20px;
    font-size: 1.8vh
  }

  .table-result thead tr th{
      padding: 10px;
      background: #011A42;
      color: white
  }

  .table-result tbody tr td{
      background: white;
      font-weight: bold;
      font-size: 1.7vh
  }

  .h6{
    font-size: 1.9vh
  }
  .h7{
    font-size: 1.5vh
  }
  .h8{
    font-size: 1vh
  }
  .h9{
    font-size: 0.5vh
  }
  
  .f15{
    font-size: 2.3vh;
  }

  @media only screen and (max-width:767px) {
    .timbg{
      margin-left: 1.3vh
    }
    .timer{
      font-weight: bold;position: absolute;margin-top: 10vh;color: #001A42;width: 95%
    }
    .ball{
    padding:3px 15px;border-radius: 100%;border: solid 2px white;color: white;font-weight: bold;font-size: 4vh;background-image: linear-gradient(red, #6A2324);padding-bottom: 10px
  }
  .f95{
    font-size: 5vh;
    line-height: 4vh
  }
  }

  @media only screen and (min-width:767px) {
    .timer{
      font-weight: bold;position: absolute;margin-top: 7vh;color: #001A42;width: 68%
    }
    .f95{
    font-size: 7vh;
    line-height: 8vh
  }
  }