/*! formalize.css | MIT License | github.com/interacthings/formalize */
*, *:before, *:after {
  box-sizing: inherit; }

html {
  box-sizing: border-box;
  text-rendering: optimizeLegibility; }

body {
  overflow-x: hidden;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale; }

a {
  color: inherit;
  text-decoration: none; }

a:active, a:focus, a:hover {
  outline: none;
  color: currentColor;
  text-decoration: none; }

button:active, button:focus, button:hover {
  outline: none;
  color: currentColor;
  text-decoration: none; }

img {
  vertical-align: middle; }

blockquote, dl, dd, h1, h2, h3, h4, h5, h6, figure, p, pre, fieldset, ul, ol, menu, form {
  margin: 0; }

button, fieldset, iframe {
  border: 0; }

fieldset, ul, ol, button, menu {
  padding: 0; }

ol, ul {
  list-style: none; }

textarea {
  resize: vertical; }

table {
  width: 100%;
  border-collapse: collapse;
  border-spacing: 0; }

td {
  padding: 0; }

input:focus, textarea:focus {
  outline: none;
  box-shadow: none; }

body {
  background-color: #0c2538;
  font-family: "averta", sans-serif; }
  body .container {
    max-width: 1300px;
    padding-left: 30px;
    padding-right: 30px; }

button {
  cursor: pointer; }

.button {
  position: relative;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  transition: 500ms;
  z-index: 1;
  cursor: pointer;
  padding: 11px 24px;
  border-radius: 8px;
  background-color: transparent;
  font-size: 14px;
  font-weight: 600;
  color: #fff;
  border: solid 2px transparent; }
  .button i {
    margin-left: 20px;
    font-size: 14px; }
  .button-big {
    font-size: 18px; }
  .button-small {
    padding: 9px 16px;
    font-size: 12px;
    font-weight: 600;
    color: #dce1e5; }
  .button-green {
    background-color: #48effa;
    border-color: #48effa; }
    .button-green:hover {
      background-color: transparent;
      transition: 500ms; }
  .button-yellow {
    background-color: #48effa;
    border-color: #48effa;
    color: #39414A; }
    .button-yellow i {
      color: #39414A; }
    .button-yellow:hover {
      background-color: transparent;
      transition: 500ms;
      border-color: #48effa; }
  .button-grey {
    background-color: #4E5D6A;
    border-color: #4E5D6A; }
    .button-grey:hover {
      background-color: transparent;
      transition: 500ms;
      border-color: #4E5D6A; }
  .button-ghost {
    background-color: transparent;
    border: solid 2px #4e5d6a; }
  .button:hover {
    color: white;
    transition: 500ms; }
    .button:hover i {
      color: white; }

@font-face {
  font-family: 'averta';
  font-weight: 900;
  src: url(../font/averta/AvertaCyrillicBlack.otf); }

@font-face {
  font-family: 'averta';
  font-weight: 800;
  src: url(../font/averta/AvertaCyrillicExtraBold.otf); }

@font-face {
  font-family: 'averta';
  font-weight: 700;
  src: url(../font/averta/AvertaCyrillicBold.otf); }

@font-face {
  font-family: 'averta';
  font-weight: 600;
  src: url(../font/averta/AvertaCyrillicRegular.otf); }

@font-face {
  font-family: 'averta';
  font-weight: 400;
  src: url(../font/averta/AvertaCyrillicLight.otf); }

@font-face {
  font-family: 'averta';
  font-weight: 300;
  src: url(../font/averta/AvertaCyrillicThin.otf); }

@font-face {
  font-family: 'PannoSign';
  src: url(../font/PannoSign/PannoSignRoundedPositive.otf); }

.mobile {
  display: none !important; }

.mobile-f {
  display: none !important; }

.desktop {
  display: block; }

.desktop-f {
  display: flex; }

.global_link {
  position: absolute;
  width: 100%;
  height: 100%;
  z-index: 999;
  top: 0;
  left: 0; }

.Navtop {
  width: 100%;
  z-index: 9999;
  transition: 500ms;
  padding-top: 20px;
  background-color: #23292f; }
  .Navtop.active {
    padding-top: 10px;
    padding-bottom: 10px;
    position: fixed;
    left: 0;
    right: 0;
    top: 0;
    background-color: #23292f; }
  .Navtop .navbar-brand {
    margin-top: 0;
    margin-right: 5px;
    display: flex;
    align-items: center; }
    .Navtop .navbar-brand:before {
      content: "";
      display: inline-block;
      transition: 500ms;
      width: 194px;
      height: clamp(26px, 2vw, 28px);
      background-position: center;
      background-repeat: no-repeat;
      background-size: auto 100%;
      background-image: url(../images/logo-dark.svg); }
    .Navtop .navbar-brand img {
      height: clamp(26px, 2vw, 28px); }
  .Navtop .navbar {
    position: static;
    z-index: 99;
    flex-wrap: nowrap; }
    .Navtop .navbar-nav {
      transition: 400ms; }
    .Navtop .navbar-collapse .nav-item {
      margin-left: 8px;
      position: relative;
      align-items: center;
      display: flex;
      justify-content: center; }
      .Navtop .navbar-collapse .nav-item .nav-link {
        display: flex;
        align-items: center;
        height: 44px;
        padding-left: 24px;
        padding-right: 24px;
        font-size: 16px;
        font-weight: 600;
        line-height: 1.38;
        color: #39414a;
        position: relative;
        transition: 500ms;
        border-radius: 8px; }
        .Navtop .navbar-collapse .nav-item .nav-link i {
          margin-left: 15px; }
        .Navtop .navbar-collapse .nav-item .nav-link.gre {
          border: 2px solid #00f5a3;
          box-shadow: 0 12px 24px 0 rgba(0, 245, 163, 0.25);
          background-color: #00f5a3; }
          .Navtop .navbar-collapse .nav-item .nav-link.gre i {
            font-size: 14px; }
        .Navtop .navbar-collapse .nav-item .nav-link.yel {
          border: 2px solid #48effa;
          box-shadow: 0 12px 24px 0 rgba(72, 239, 250, 0.25);
          background-color: #48effa; }
          .Navtop .navbar-collapse .nav-item .nav-link.yel i {
            font-size: 8px; }
        .Navtop .navbar-collapse .nav-item .nav-link:hover {
          transition: 500ms;
          background-color: transparent;
          color: white; }
  .Navtop-menu {
    border-top: 1px solid #343e46;
    margin-top: 15px;
    padding-top: 15px;
    padding-bottom: 15px; }
    .Navtop-menu-in {
      display: flex;
      align-items: center;
      justify-content: space-between; }
    .Navtop-menu-inner {
      display: flex;
      align-items: center; }
    .Navtop-menu-item {
      margin-left: clamp(18px, 1.5vw, 24px);
      color: white;
      position: relative;
      display: flex;
      align-items: center; }
      .Navtop-menu-item:first-child {
        margin-left: 0; }
      .Navtop-menu-item a {
        transition: 500ms;
        display: flex;
        align-items: center;
        font-size: 15px;
        font-weight: 600;
        line-height: 1.47;
        color: white;
        white-space: nowrap; }
      .Navtop-menu-item.other {
        margin-left: clamp(20px, 2vw, 40px); }
        .Navtop-menu-item.other a {
          color: white; }
          .Navtop-menu-item.other a i {
            color: #48effa; }
      .Navtop-menu-item i {
        margin-right: 8px;
        color: #a1aeba;
        transition: 500ms; }
      .Navtop-menu-item img {
        width: 16px;
        height: 16px;
        -o-object-fit: contain;
           object-fit: contain;
        color: white;
        margin-right: 5px;
        -o-object-position: center;
           object-position: center; }
      .Navtop-menu-item span {
        color: #48effa;
        font-style: italic;
        font-weight: bold; }
      .Navtop-menu-item:after {
        content: " ";
        display: inline-block;
        transition: 500ms;
        background-color: #48effa;
        height: 2px;
        width: 100%;
        position: absolute;
        left: 50%;
        top: -16px;
        transform: translateX(-50%);
        opacity: 0; }
      .Navtop-menu-item:hover a i {
        transition: 500ms;
        color: #48effa; }
      .Navtop-menu-item.active i {
        color: #48effa; }
      .Navtop-menu-item.active:after {
        opacity: 1; }

.tooltip {
  margin-top: 8px;
  opacity: 1 !important; }
  .tooltip-inner {
    max-width: none;
    border-radius: 12px;
    background-color: #45525e;
    font-size: 13px;
    color: #dce1e5;
    padding: 8px 24px; }
  .tooltip.bs-tooltip-bottom .arrow::before {
    margin-left: 3px;
    border-bottom-color: #45525e;
    border-width: 0 8px 8px;
    top: -3px; }
  .tooltip .arrow {
    width: 16px;
    height: 8px; }

.Navbottom {
  background-color: #262d33;
  padding-bottom: 40px; }
  .Navbottom-top {
    padding-top: 30px;
    padding-bottom: 30px; }
    .Navbottom-top-in {
      display: flex;
      align-items: center;
      justify-content: space-between; }
    .Navbottom-top-left-logo:before {
      content: "";
      display: inline-block;
      transition: 500ms;
      width: 201.4px;
      height: 29px;
      background-repeat: no-repeat;
      background-size: auto 100%;
      background-image: url(../images/logo-dark.svg); }
    .Navbottom-top-social-item {
      margin-right: 15px;
      color: #8a9aa8;
      font-size: 18px;
      transition: 500ms; }
      .Navbottom-top-social-item i {
        transition: 500ms; }
      .Navbottom-top-social-item:hover .fa-whatsapp {
        transition: 500ms;
        color: #25d366; }
      .Navbottom-top-social-item:hover .fa-facebook-f {
        transition: 500ms;
        color: #1877f2; }
      .Navbottom-top-social-item:hover .fa-twitter {
        transition: 500ms;
        color: #1da1f2; }
      .Navbottom-top-social-item:hover .fa-instagram {
        transition: 500ms;
        color: #c32aa3; }
      .Navbottom-top-social-item:hover .fa-youtube-play {
        transition: 500ms;
        color: #ff0000; }
    .Navbottom-top-links {
      display: flex;
      align-items: center; }
      .Navbottom-top-links-item {
        font-size: 14px;
        color: #fff;
        font-weight: 600;
        margin-left: 4px;
        display: flex;
        align-items: center;
        justify-content: space-between;
        width: 130px;
        height: 48px;
        padding: 8px 10px 9px 18px;
        border-radius: 8px;
        background-image: linear-gradient(to bottom, #45525e, #45525e), linear-gradient(to bottom, rgba(78, 93, 106, 0) 0%, #4e5d6a 100%);
        line-height: 1.2;
        border: 2px solid #45525e;
        transition: 500ms; }
        .Navbottom-top-links-item span {
          display: block;
          font-size: 11px;
          color: #dce1e5; }
        .Navbottom-top-links-item i {
          position: relative;
          font-size: 20px; }
          .Navbottom-top-links-item i:after {
            left: 50%;
            top: 50%;
            transform: translate(-50%, -50%);
            content: " ";
            display: inline-block;
            transition: 500ms;
            width: 38px;
            height: 8px;
            opacity: 0.8;
            filter: blur(20px);
            position: absolute; }
        .Navbottom-top-links-item:first-child i {
          color: #48effa; }
          .Navbottom-top-links-item:first-child i:after {
            background-color: #48effa; }
        .Navbottom-top-links-item:first-child:hover {
          color: white;
          transition: 500ms;
          border-color: #48effa; }
        .Navbottom-top-links-item:last-child i {
          color: #48effa; }
          .Navbottom-top-links-item:last-child i:after {
            background-color: #48effa; }
        .Navbottom-top-links-item:last-child:hover {
          color: white;
          transition: 500ms;
          border-color: #48effa; }
    .Navbottom-top-right {
      display: flex;
      align-items: center; }
  .Navbottom-in {
    border-top: 1px solid #ffffff10; }
  .Navbottom-inner {
    display: flex;
    justify-content: space-between; }
  .Navbottom-item {
    padding-top: 35px;
    position: relative;
    padding-bottom: 30px;
    display: flex;
    flex-direction: column;
    flex-grow: 2;
    padding-left: clamp(25px, 2.5vw, 40px); }
    .Navbottom-item:first-child {
      padding-left: 0; }
    .Navbottom-item:last-child:before {
      display: none; }
    .Navbottom-item:before {
      content: "";
      display: inline-block;
      transition: 500ms;
      width: 1px;
      position: absolute;
      right: 0;
      top: 0;
      height: 100%;
      background-image: linear-gradient(to bottom, #343e46, rgba(52, 62, 70, 0)); }
    .Navbottom-item a {
      transition: 500ms; }
      .Navbottom-item a:hover {
        color: #48effa;
        transition: 500ms; }
    .Navbottom-item-account {
      margin-top: 60px; }
    .Navbottom-item-chat {
      width: 100%;
      height: 48px;
      border-radius: 15px;
      background-color: #48effa;
      font-size: 15px;
      font-weight: 600;
      color: #ffffff;
      margin-top: 25px;
      transition: 500ms;
      max-width: 250px;
      display: flex;
      align-items: center;
      justify-content: center; }
      .Navbottom-item-chat i {
        margin-right: 15px;
        transition: 500ms; }
      .Navbottom-item-chat:hover i {
        transition: 500ms;
        color: #48effa !important; }
    .Navbottom-item-head {
      font-size: 21px;
      font-weight: normal;
      line-height: 1.05;
      letter-spacing: -0.84px;
      text-align: left;
      color: #8a9aa8;
      margin-bottom: 20px;
      font-family: "PannoSign", sans-serif; }
    .Navbottom-item ul li a {
      display: inline-block;
      font-size: clamp(15px, 1.4vw, 17px);
      line-height: 1.2;
      color: #dce1e5;
      transition: 500ms;
      margin-bottom: 15px; }
    .Navbottom-item p {
      font-size: 15px;
      font-weight: 600;
      line-height: 1.47;
      color: #e4ebf2; }
  .Navbottom-copy {
    padding-top: 35px;
    padding-bottom: 35px;
    border-top: 1px solid #ffffff10; }
    .Navbottom-copy-in {
      display: flex;
      align-items: center; }
    .Navbottom-copy-left {
      margin-right: 25px; }
    .Navbottom-copy h6 {
      font-family: "PannoSign", sans-serif;
      margin-bottom: 10px;
      font-size: 18px;
      font-weight: normal;
      line-height: 1.22;
      letter-spacing: -0.72px;
      color: #8a9aa8; }
    .Navbottom-copy p {
      font-size: 14px;
      line-height: 1.51;
      color: #dce1e5; }

::-webkit-scrollbar {
  width: 4px;
  height: 5px; }

/* Track */
/* Handle */
::-webkit-scrollbar-thumb {
  background: #45525e;
  border-radius: 5px; }

/* Handle on hover */
::-webkit-scrollbar-thumb:hover {
  background: #45525e; }

.over {
  overflow: hidden; }

.Banner {
  background-image: linear-gradient(to bottom, #343e46, #3d4852); }
  .Banner-in {
    position: relative;
    background-repeat: no-repeat;
    background-position: top;
    background-size: cover; }
  .Banner-text {
    max-width: 600px;
    height: clamp(420px, 38vw, 520px);
    position: relative;
    display: flex;
    flex-direction: column;
    justify-content: center;
    padding-bottom: 10px; }
    .Banner-text:before {
      opacity: 0.6;
      filter: grayscale(100%);
      position: absolute;
      left: 0;
      top: 0;
      content: "";
      display: inline-block;
      transition: 500ms;
      width: 480px;
      height: 360px;
      background-repeat: no-repeat;
      background-size: auto 100%;
      background-image: url(https://cdn.bimagez.com/images/banner-icon.svg); }
    .Banner-text h6 {
      font-family: "PannoSign", sans-serif;
      font-size: 28px;
      font-weight: normal;
      line-height: normal;
      letter-spacing: -1.12px;
      color: #fff;
      width: 78px;
      height: 34px;
      border-radius: 8px;
      background-color: #48effa;
      display: flex;
      align-items: center;
      justify-content: center; }
    .Banner-text h4 {
      margin-top: 5px;
      font-family: "PannoSign", sans-serif;
      font-size: 60px;
      font-weight: normal;
      line-height: 1.13;
      letter-spacing: -2.4px;
      color: #48effa; }
    .Banner-text h5 {
      font-size: 40px;
      font-weight: 300;
      line-height: 1.2;
      letter-spacing: -1.6px;
      text-align: left;
      color: white;
      position: relative;
      padding-bottom: 18px;
      margin-bottom: 18px; }
      .Banner-text h5 strong {
        font-weight: 600; }
      .Banner-text h5:after {
        position: absolute;
        left: 0;
        bottom: 0;
        content: " ";
        display: inline-block;
        transition: 500ms;
        width: 60px;
        height: 2px;
        background-image: linear-gradient(to right, #48effa 0%, rgba(0, 198, 131, 0) 100%); }
    .Banner-text p {
      max-width: 500px;
      font-size: 18px;
      line-height: 1.6;
      color: #fff; }
    .Banner-text a {
      margin-top: clamp(20px, 2.5vw, 40px);
      width: 242px;
      height: 52px;
      border-radius: 8px;
      box-shadow: 0 12px 24px 0 rgba(72, 239, 250, 0.25);
      background-color: #48effa;
      border: 2px solid #48effa;
      font-size: 18px;
      font-weight: 600;
      line-height: 1.22;
      color: #39414a;
      display: flex;
      align-items: center;
      justify-content: center;
      transition: 500ms; }
      .Banner-text a i {
        font-size: 8px;
        margin-left: 15px; }
      .Banner-text a:hover {
        transition: 500ms;
        background-color: transparent;
        color: white; }

.H_all-in {
  padding: 20px;
  display: flex;
  margin-left: -7px;
  margin-right: -7px;
  border-radius: 16px;
  background-image: linear-gradient(to bottom, #0c2538 0%, #13354b 50%, #1a455e 100%);
  position: relative; }
  .H_all-in:before {
    pointer-events: none;
    content: "";
    display: inline-block;
    transition: 500ms;
    border-radius: 16px;
    border-style: solid;
    border-width: 1px;
    border-image-source: linear-gradient(to bottom, #45525e 0%, #343e46 100%);
    border-image-slice: 1;
    position: absolute;
    left: clamp(-24px, 2vw, -16px);
    top: clamp(-24px, 2vw, -16px);
    bottom: clamp(-24px, 2vw, -16px);
    right: clamp(-24px, 2vw, -16px); }

.H_all-item {
  flex-grow: 1;
  margin-left: 7px;
  margin-right: 7px;
  border-radius: 14px;
  transition: 500ms; }
  .H_all-item img {
    transition: 400ms;
    border-radius: 14px; }
  .H_all-item:hover img {
    transform: scale(0.96);
    transition: 400ms; }

.Head {
  text-align: center; }
  .Head span {
    display: block;
    font-size: 20px;
    line-height: 1.4;
    text-align: center;
    color: #48effa; }
  .Head h2 {
    font-size: 34px;
    font-weight: 600;
    line-height: 1.24;
    color: #fff; }

.Sport_list-item {
  padding-left: 25px;
  padding-right: 24px;
  transition: 500ms;
  height: clamp(200px, 16vw, 218px);
  border-radius: 12px;
  box-shadow: 2px 2px 0 0 #4e5d6a;
  background-color: #45525e;
  position: relative;
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  justify-content: center; }
  .Sport_list-item:before {
    content: "";
    display: inline-block;
    transition: 500ms;
    width: 2px;
    height: 36px;
    background-color: #48effa;
    position: absolute;
    left: 0;
    top: 33px; }
  .Sport_list-item-info {
    width: 100%;
    display: flex;
    align-items: center;
    justify-content: space-between; }
  .Sport_list-item-flag {
    display: flex;
    align-items: center; }
    .Sport_list-item-flag-item {
      width: clamp(50px, 3.5vw, 56px);
      height: clamp(50px, 3.5vw, 56px);
      background-color: #5f7181;
      display: flex;
      align-items: center;
      border-radius: 100%;
      justify-content: center; }
      .Sport_list-item-flag-item img {
        -o-object-fit: contain;
           object-fit: contain;
        max-width: 75%;
        max-height: 75%; }
      .Sport_list-item-flag-item:nth-child(2) {
        margin-left: -16px; }
  .Sport_list-item-teams {
    margin-top: clamp(15px, 1.1vw, 20px); }
    .Sport_list-item-teams p {
      margin-bottom: 4px;
      font-size: 17px;
      font-weight: bold;
      line-height: 1.29;
      color: #fff;
      white-space: nowrap;
      overflow: hidden;
      text-overflow: ellipsis;
      max-width: 250px; }
      .Sport_list-item-teams p img {
        margin-right: 12px; }
      .Sport_list-item-teams p:last-child {
        font-weight: 400; }
  .Sport_list-item-date {
    text-align: right;
    font-family: "PannoSign", sans-serif; }
    .Sport_list-item-date p {
      font-size: 24px;
      line-height: 0.92;
      letter-spacing: -0.9px;
      color: #fff; }
    .Sport_list-item-date span {
      display: block;
      font-size: 15px;
      letter-spacing: -0.3px;
      color: #b9c2cb; }
  .Sport_list-item-rates {
    width: 100%;
    margin-top: clamp(10px, 1.1vw, 20px);
    display: flex;
    align-items: center;
    justify-content: space-between;
    margin-left: -2px;
    margin-right: -2px; }
  .Sport_list-item-rate {
    font-family: "PannoSign", sans-serif;
    border: 2px solid transparent;
    display: flex;
    align-items: center;
    justify-content: space-around;
    transition: 500ms;
    cursor: pointer;
    height: 38px;
    border-radius: 6px;
    background-color: #5f7181;
    flex-grow: 2;
    margin-left: 2px;
    margin-right: 2px; }
    .Sport_list-item-rate span {
      font-size: 15px;
      letter-spacing: -0.6px;
      color: #fff; }
      .Sport_list-item-rate span:first-child {
        opacity: 0.5; }
    .Sport_list-item-rate:hover {
      transition: 500ms;
      border-color: #48effa;
      background-color: transparent; }
  .Sport_list-item-badge {
    font-family: "PannoSign", sans-serif;
    font-size: 18px;
    line-height: 1.22;
    letter-spacing: -0.72px;
    color: #b9c2cb;
    padding-left: 2px; }
  .Sport_list-item-time {
    font-family: "PannoSign", sans-serif;
    font-size: 15px;
    line-height: 1.47;
    letter-spacing: -0.6px;
    color: #b9c2cb;
    display: flex;
    align-items: center;
    margin-top: 4px; }
    .Sport_list-item-time i {
      margin-right: 12px;
      border-radius: 100%;
      display: flex;
      align-items: center;
      justify-content: center;
      width: 30px;
      height: 30px;
      background-color: #5f7181;
      color: #48effa; }
  .Sport_list-item .active {
    color: white;
    background-color: #48effa; }

.H_sport {
  position: relative;
  z-index: 1;
  margin-top: clamp(30px, 3.5vw, 60px); }
  .H_sport-in {
    margin-top: 25px;
    position: relative; }
    .H_sport-in:after {
      position: absolute;
      bottom: 0;
      left: clamp(-90px, -4.2vw, -10px);
      right: clamp(-90px, -4.2vw, -10px);
      transform: translateY(40%);
      content: "";
      display: inline-block;
      height: clamp(210px, 17.7vw, 260px);
      background-position: center;
      background-repeat: no-repeat;
      background-size: 100% auto;
      background-image: url(https://cdn.bimagez.com/images/line.svg); }
  .H_sport .swiper-container {
    padding-top: 95px;
    transform: translateY(-95px); }
  .H_sport .swiper-button-next, .H_sport .swiper-button-prev {
    background-image: none;
    width: 38px;
    height: 38px;
    border-radius: 6px;
    border: solid 1px #4e5d6a;
    background-color: #343e46;
    display: flex;
    align-items: center;
    justify-content: center;
    opacity: 1;
    top: 40px;
    transform: translateX(-50%);
    transition: 500ms;
    left: 50%; }
    .H_sport .swiper-button-next i, .H_sport .swiper-button-prev i {
      transition: 500ms;
      font-size: 11px;
      color: #8a9aa8; }
    .H_sport .swiper-button-next:hover, .H_sport .swiper-button-prev:hover {
      border-color: #48effa;
      transition: 500ms; }
      .H_sport .swiper-button-next:hover i, .H_sport .swiper-button-prev:hover i {
        color: #48effa;
        transition: 500ms; }
  .H_sport .swiper-button-next {
    right: auto;
    margin-left: 220px; }
  .H_sport .swiper-button-prev {
    margin-left: -220px; }

.H_games {
  position: relative;
  z-index: 99; }
  .H_games .Head span {
    color: #48effa; }
  .H_games-in {
    display: flex;
    margin-left: -10px;
    margin-right: -10px;
    margin-top: 30px; }
  .H_games-item {
    margin-left: 10px;
    margin-right: 10px;
    border-radius: 12px;
    position: relative;
    transition: 500ms; }
    .H_games-item:after {
      content: " ";
      display: inline-block;
      transition: 500ms;
      opacity: 0.8;
      position: absolute;
      left: 0;
      right: 0;
      height: 50px;
      bottom: -8px;
      border-radius: 12px;
      z-index: -1;
      background-image: linear-gradient(to top, #090a0c, #1a1f23); }
    .H_games-item:hover {
      transition: 500ms;
      transform: translateY(-5px); }
      .H_games-item:hover:after {
        transition: 500ms;
        bottom: 0; }
    .H_games-item-image {
      display: block;
      border-radius: 12px;
      position: relative; }
      .H_games-item-image:before {
        border-radius: 12px;
        content: "";
        display: inline-block;
        transition: 500ms;
        position: absolute;
        left: 0;
        right: 0;
        top: 0;
        height: 65%;
        opacity: 0.8;
        border-radius: 12px;
        background-image: linear-gradient(to bottom, #1a1f23 0%, rgba(26, 31, 35, 0) 100%); }
      .H_games-item-image img {
        border-radius: 12px; }
    .H_games-item-text {
      position: absolute;
      left: 24px;
      top: 20px; }
      .H_games-item-text span {
        font-size: 14px;
        font-weight: 600;
        color: #48effa; }
      .H_games-item-text p {
        font-size: 20px;
        font-weight: 600;
        line-height: 1.1;
        color: #fff; }
  .H_games .nav {
    margin-top: 20px;
    justify-content: center; }
    .H_games .nav-item {
      margin-left: 10px;
      margin-right: 10px; }
    .H_games .nav-link {
      font-size: 16px;
      font-weight: 600;
      line-height: 1.5;
      text-align: center;
      color: #48effa;
      width: 160px;
      height: 100px;
      border-radius: 12px;
      border: solid 1px #343434;
      background-color: #1a384b;
      display: flex;
      flex-direction: column;
      align-items: center;
      justify-content: center;
      transition: 500ms; }
      .H_games .nav-link i {
        font-size: 28px;
        color: #a1aeba; }
      .H_games .nav-link:hover {
        border-color: #48effa;
        transition: 500ms; }
    .H_games .nav .active {
      background-color: #1a384b;
      color: #48effa; }
      .H_games .nav .active i {
        color: #48effa; }
  .H_games .swiper-container {
    padding-top: 80px; }
  .H_games .swiper-button-next, .H_games .swiper-button-prev {
    background-image: none;
    width: 38px;
    height: 38px;
    border-radius: 6px;
    border: solid 1px #4e5d6a;
    background-color: #343e46;
    display: flex;
    align-items: center;
    justify-content: center;
    opacity: 1;
    top: 40px;
    transform: translateY(0);
    transition: 500ms; }
    .H_games .swiper-button-next i, .H_games .swiper-button-prev i {
      transition: 500ms;
      font-size: 11px;
      color: #8a9aa8; }
    .H_games .swiper-button-next:hover, .H_games .swiper-button-prev:hover {
      border-color: #48effa;
      transition: 500ms; }
      .H_games .swiper-button-next:hover i, .H_games .swiper-button-prev:hover i {
        color: #48effa;
        transition: 500ms; }
  .H_games .swiper-button-next {
    right: 115px; }
  .H_games .swiper-button-prev {
    left: auto;
    right: 160px; }
  .H_games-all {
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 16px;
    font-weight: 600;
    line-height: 1.5;
    color: #48effa;
    width: 232px;
    height: 44px;
    border-radius: 25px;
    border: solid 1px #4e5d6a;
    margin-top: 30px;
    margin-left: auto;
    margin-right: auto;
    transition: 500ms; }
    .H_games-all:hover {
      background-color: #48effa;
      transition: 500ms;
      color: white; }

.H_about {
  margin-top: 100px; }
  .H_about-head {
    margin-bottom: 20px; }
    .H_about-head h6 {
      font-size: 20px;
      font-weight: normal;
      line-height: 1.4; }
    .H_about-head h3 {
      font-size: 34px;
      font-weight: 600;
      line-height: 1.24;
      color: #fff; }
  .H_about-inner {
    margin-top: 20px; }
  .H_about-in {
    display: flex;
    position: relative; }
    .H_about-in:before {
      pointer-events: none;
      content: "";
      display: inline-block;
      transition: 500ms;
      width: 400px;
      height: 400px;
      filter: blur(200px);
      background-color: #687c8d;
      position: absolute;
      left: 50%;
      top: 50%;
      transform: translate(-50%, -50%);
      z-index: -2; }
    .H_about-in:after {
      z-index: 1;
      pointer-events: none;
      content: " ";
      display: inline-block;
      transition: 500ms;
      width: 2px;
      top: -40px;
      bottom: -40px;
      position: absolute;
      left: 50%;
      transform: translateX(-50%);
      background-image: url(https://cdn.bimagez.com/images/about-line.svg); }
  .H_about-left {
    width: 50%;
    padding-right: clamp(20px, 3.5vw, 60px); }
    .H_about-left a {
      color: #00f5a3; }
    .H_about-left p {
      margin-bottom: clamp(10px, 1.3vw, 20px); }
    .H_about-left .H_about-head h6 {
      color: #00f5a3; }
  .H_about-right {
    padding-left: clamp(20px, 3.5vw, 60px);
    width: 50%; }
    .H_about-right a {
      color: #48effa; }
    .H_about-right .H_about-head h6 {
      color: #48effa; }
  .H_about a {
    margin-top: 20px;
    font-size: 14px;
    font-weight: 600;
    line-height: 1.71;
    display: flex;
    align-items: center; }
    .H_about a i {
      transition: 500ms;
      font-size: 8px;
      margin-left: 12px; }
    .H_about a:hover i {
      transform: translateX(5px);
      transition: 500ms; }
  .H_about p {
    font-size: 16px;
    line-height: 1.7;
    color: #dce1e5; }
  .H_about-item {
    height: 128px;
    border-radius: 20px;
    display: flex;
    align-items: center;
    background-color: #1a384b;
    padding-left: 30px;
    padding-right: 20px;
    margin-bottom: 8px; }
    .H_about-item img {
      margin-right: 24px;
      width: 56px;
      height: 48px;
      -o-object-fit: contain;
         object-fit: contain; }
    .H_about-item span {
      font-size: 16px;
      line-height: 1.25;
      color: #fff;
      display: block; }
    .H_about-item h6 {
      font-size: 20px;
      font-weight: normal;
      line-height: 1.2;
      color: #fff; }
    .H_about-item p {
      font-size: 14px;
      line-height: 1.71;
      color: #a1aeba; }

.Blog {
  margin-top: clamp(30px, 5vw, 80px);
  margin-bottom: clamp(30px, 4vw, 60px); }
  .Blog-item {
    margin-bottom: 20px;
    border-radius: 12px;
    border: solid 2px #3d4852; }
    .Blog-item-image {
      border-radius: 12px; }
      .Blog-item-image a {
        display: block; }
      .Blog-item-image img {
        border-radius: 12px; }
    .Blog-item-text {
      padding: 15px 20px; }
      .Blog-item-text span {
        display: block;
        margin-bottom: 7px;
        font-size: 14px;
        font-weight: 600;
        color: #48effa; }
      .Blog-item-text h6 {
        margin-bottom: 10px;
        font-size: 20px;
        font-weight: 600;
        line-height: 1.4;
        color: #fff; }
        .Blog-item-text h6 a {
          font-size: 20px; }
      .Blog-item-text p {
        font-size: 16px;
        line-height: 1.5;
        color: #c4cdd4;
        margin-bottom: 5px; }
      .Blog-item-text a {
        font-size: 16px;
        color: #fff;
        transition: 500ms; }
        .Blog-item-text a:hover {
          color: #48effa;
          transition: 500ms; }
    .Blog-item:hover {
      border-color: #48effa;
      transition: 500ms; }
  .Blog-popular {
    position: relative; }
    .Blog-popular:before {
      content: "";
      display: inline-block;
      opacity: 0.6;
      position: absolute;
      top: 60px;
      left: 0;
      bottom: 60px;
      width: calc((100vw - 1300px) / 2 + 30px);
      z-index: 9;
      background-image: linear-gradient(to left, transparent, #343e46 20%); }
    .Blog-popular:after {
      content: "";
      display: inline-block;
      opacity: 0.6;
      position: absolute;
      top: 60px;
      right: 0;
      bottom: 60px;
      width: calc((100vw - 1300px) / 2 + 30px);
      z-index: 9;
      background-image: linear-gradient(to right, transparent, #343e46 20%); }
    .Blog-popular-in {
      position: relative; }
    .Blog-popular .swiper-container {
      overflow: visible;
      padding-top: 60px;
      padding-bottom: clamp(30px, 3.5vw, 60px); }
      .Blog-popular .swiper-container:before {
        content: "";
        display: inline-block;
        transition: 500ms;
        width: 310px;
        height: 52px;
        border-radius: 12px;
        background-color: #48effa;
        position: absolute;
        left: 0;
        top: 0;
        transform: translateY(50%);
        z-index: 99; }
    .Blog-popular .swiper-button-next, .Blog-popular .swiper-button-prev {
      background-image: none;
      width: 44px;
      height: 52px;
      display: flex;
      align-items: center;
      justify-content: center;
      opacity: 1;
      transition: 500ms;
      border-left: 1px solid #e0c200;
      top: 0;
      margin-top: 0;
      right: auto;
      z-index: 999;
      transform: translateY(50%); }
      .Blog-popular .swiper-button-next i, .Blog-popular .swiper-button-prev i {
        font-size: 11px;
        color: #23292f; }
      .Blog-popular .swiper-button-next:hover, .Blog-popular .swiper-button-prev:hover {
        background-color: #e0c200;
        transition: 500ms; }
    .Blog-popular .swiper-button-next {
      left: 266px;
      border-top-right-radius: 12px;
      border-bottom-right-radius: 12px; }
    .Blog-popular .swiper-button-prev {
      right: auto;
      left: 222px; }
    .Blog-popular-head {
      pointer-events: none;
      z-index: 99;
      transform: translateY(50%);
      padding-left: 24px;
      position: absolute;
      left: 0;
      top: 0;
      height: 52px;
      border-radius: 12px;
      display: flex;
      align-items: center;
      font-size: 16px;
      font-weight: 600;
      color: #23292f; }
      .Blog-popular-head i {
        margin-right: 12px;
        font-size: 18px; }
    .Blog-popular-item {
      display: block;
      border-radius: 12px;
      position: relative; }
      .Blog-popular-item:before {
        content: "";
        display: inline-block;
        transition: 500ms;
        border-radius: 12px;
        background-image: linear-gradient(to bottom, rgba(26, 31, 35, 0) 0%, #1a1f23 100%);
        position: absolute;
        top: 0;
        left: 0;
        width: 100%;
        height: 100%;
        z-index: 2; }
      .Blog-popular-item-image {
        border-radius: 12px;
        overflow: hidden;
        position: relative;
        z-index: 1; }
        .Blog-popular-item-image img {
          transition: 500ms;
          border-radius: 12px; }
      .Blog-popular-item-text {
        position: absolute;
        left: clamp(16px, 1.4vw, 24px);
        bottom: 15px;
        max-width: 330px;
        z-index: 3;
        right: 24px; }
        .Blog-popular-item-text h6 {
          transition: 500ms;
          font-size: clamp(16px, 1.3vw, 20px);
          font-weight: 600;
          line-height: 1.4;
          color: #fff; }
      .Blog-popular-item:hover h6 {
        transition: 500ms;
        color: #48effa; }
      .Blog-popular-item:hover img {
        transition: 500ms;
        transform: scale(1.05); }
  .Blog .item {
    width: calc(33.33% - 20px); }
  .Blog-head {
    display: flex;
    align-items: center;
    justify-content: space-between;
    margin-bottom: 25px; }
    .Blog-head h2 {
      font-size: 28px;
      font-weight: 600;
      line-height: 1.14;
      color: #fff; }
    .Blog-head .bootstrap-select .btn {
      padding: 8px 20px;
      border-radius: 6px;
      border: solid 1px #4e5d6a;
      background-color: transparent; }

.items {
  display: flex;
  margin-left: -10px;
  margin-right: -10px; }

.item {
  margin-left: 10px;
  margin-right: 10px;
  width: calc(25% - 20px); }

.Banks {
  padding: 35px;
  background-color:  #48effa; }
  .Banks-in {
    position: relative;
    z-index: 9; }
  .Banks .swiper-container {
    padding-top: 30px;
    padding-bottom: 30px;
    padding-right: 100px; }
    .Banks .swiper-container:before {
      content: "";
      display: inline-block;
      transition: 500ms;
      background-color: #48effa;
      position: absolute;
      top: 0;
      bottom: 0;
      right: 0;
      width: 100px;
      z-index: 9; }
  .Banks .swiper-wrapper {
    align-items: center; }
  .Banks .swiper-button-next, .Banks .swiper-button-prev {
    background-image: none;
    width: 34px;
    height: 34px;
    background-color: #343e46;
    border-radius: 100%;
    border: 1px solid #343e46;
    display: flex;
    align-items: center;
    justify-content: center;
    opacity: 1;
    transition: 500ms;
    margin-top: 0;
    transform: translateY(-50%);
    cursor: pointer; }
    .Banks .swiper-button-next i, .Banks .swiper-button-prev i {
      font-size: 11px;
      color: #8a9aa8; }
    .Banks .swiper-button-next:hover, .Banks .swiper-button-prev:hover {
      background-color: transparent;
      border-color: #48effa;
      transition: 500ms; }
  .Banks .swiper-button-prev {
    right: 50px;
    left: auto; }
  .Banks-item {
    display: flex;
    align-items: center;
    justify-content: center; }
    .Banks-item img {
      -o-object-fit: contain;
         object-fit: contain;
      max-width: 80%;
      max-height: 32px; }

@media (max-width: 1367px) {
  .H_sport-in:after {
    transform: translateY(30%);
    left: -30px;
    right: -30px;
    height: clamp(210px, 18vw, 260px); } }

@media (max-width: 992px) {
  .container {
    padding-left: 15px !important;
    padding-right: 15px !important; }
  .Main {
    overflow: hidden; }
  .Navtop {
    width: 100%;
    z-index: 9999;
    transition: 500ms;
    padding-top: 10px;
    padding-bottom: 10px;
    background-color: #23292f; }
    .Navtop.active {
      padding-top: 10px;
      padding-bottom: 10px;
      position: fixed;
      left: 0;
      right: 0;
      top: 0;
      background-color: #23292f; }
    .Navtop .navbar-brand:before {
      width: 160px;
      height: 22px; }
    .Navtop .navbar-nav {
      flex-direction: row;
      justify-content: flex-end; }
    .Navtop .navbar-collapse .nav-item {
      margin-left: 10px;
      position: relative;
      align-items: center;
      display: flex;
      justify-content: center; }
      .Navtop .navbar-collapse .nav-item .nav-link {
        flex-direction: column-reverse;
        justify-content: flex-start;
        width: auto;
        padding: 0;
        color: white;
        font-size: 12px;
        height: 40px; }
        .Navtop .navbar-collapse .nav-item .nav-link.gre {
          box-shadow: none;
          background-color: transparent;
          border: none; }
          .Navtop .navbar-collapse .nav-item .nav-link.gre i {
            color: #48effa; }
        .Navtop .navbar-collapse .nav-item .nav-link.yel {
          background-color: transparent;
          border: none;
          box-shadow: none; }
          .Navtop .navbar-collapse .nav-item .nav-link.yel i {
            color: #48effa;
            margin-bottom: 4px; }
        .Navtop .navbar-collapse .nav-item .nav-link i {
          margin-left: 0;
          margin-bottom: 2px; }
    .Navtop-menu {
      border-top: 1px solid #343e46;
      margin-top: 10px;
      padding-top: 10px;
      padding-bottom: 0; }
      .Navtop-menu-in {
        overflow-x: scroll;
        display: flex;
        justify-content: flex-start; }
  .Navbottom {
    background-color: #262d33;
    padding-bottom: 20px; }
    .Navbottom-top-in {
      flex-direction: column; }
    .Navbottom-top-left-logo:before {
      background-position: center;
      height: 24px; }
    .Navbottom-top-social {
      margin-top: 12px;
      margin-bottom: 15px; }
      .Navbottom-top-social-item {
        margin-left: 10px;
        margin-right: 10px; }
    .Navbottom-top-right {
      flex-direction: column; }
    .Navbottom-inner {
      overflow-x: scroll; }
    .Navbottom-item {
      padding-top: 30px;
      min-width: 200px; }
      .Navbottom-item-account {
        margin-top: 40px; }
      .Navbottom-item-chat {
        padding: 0;
        height: 44px;
        font-size: 13px;
        margin-top: 15px; }
        .Navbottom-item-chat i {
          margin-right: 10px; }
      .Navbottom-item-head {
        font-size: 20px;
        margin-bottom: 10px; }
      .Navbottom-item ul li a {
        font-size: 14px;
        margin-bottom: 10px; }
      .Navbottom-item p {
        font-size: 14px; }
    .Navbottom-copy {
      padding-top: 25px;
      padding-bottom: 25px;
      border-top: 1px solid #ffffff10; }
      .Navbottom-copy-in {
        text-align: center;
        align-items: center;
        flex-direction: column; }
      .Navbottom-copy-left {
        margin-right: 0;
        margin-bottom: 25px; }
  .Banner-text {
    max-width: none;
    height: auto;
    padding-top: 30px;
    padding-bottom: 30px; }
    .Banner-text p {
      font-size: 16px;
      line-height: 1.5; }
    .Banner-text h6 {
      font-size: 20px;
      width: 60px;
      height: 30px; }
    .Banner-text h4 {
      font-size: 40px; }
    .Banner-text h5 {
      font-size: 30px;
      position: relative;
      padding-bottom: 15px;
      margin-bottom: 15px; }
    .Banner-text a {
      width: 180px;
      height: 44px;
      font-size: 18px; }
      .Banner-text a i {
        font-size: 7px;
        margin-left: 12px; }
  .H_all {
    overflow: hidden; }
    .H_all-in {
      overflow-x: scroll;
      overflow-y: hidden;
      margin-left: -5px;
      margin-right: -5px;
      padding: 15px; }
      .H_all-in:before {
        display: none; }
    .H_all-item {
      flex-grow: 1;
      margin-left: 5px;
      margin-right: 5px;
      min-width: 120px; }
  .Head span {
    font-size: 16px; }
  .Head h2 {
    font-size: 28px; }
  .Sport_list-item {
    padding-left: 20px;
    padding-right: 20px; }
    .Sport_list-item-teams p {
      font-size: 16px; }
  .H_games-in {
    overflow-y: hidden;
    overflow-x: scroll;
    margin-left: -5px;
    margin-right: -5px;
    margin-top: 15px;
    padding-top: 10px;
    padding-bottom: 10px; }
  .H_games-item {
    margin-left: 5px;
    margin-right: 5px;
    min-width: 150px; }
    .H_games-item:after {
      height: 40px;
      bottom: -4px; }
    .H_games-item-text {
      left: 15px;
      top: 15px; }
      .H_games-item-text span {
        font-size: 13px; }
      .H_games-item-text p {
        font-size: 16px; }
  .H_games .nav {
    flex-wrap: nowrap;
    margin-left: -10px;
    width: calc(100% + 20px) !important; }
    .H_games .nav-item {

      margin-left: 3px;
      margin-right: 3px; }
    .H_games .nav-link {
      font-size: 13px;
      width: 100%;
      flex-grow: 1;
      height: 80px; }
      .H_games .nav-link i {
        font-size: 22px;
        margin-bottom: 5px; }
  .H_about {
    margin-top: 50px; }
    .H_about-head {
      margin-bottom: 15px; }
      .H_about-head h6 {
        font-size: 18px; }
      .H_about-head h3 {
        font-size: 24px; }
    .H_about-in {
      flex-direction: column; }
      .H_about-in:after {
        display: none; }
    .H_about-left {
      width: 100%;
      padding-right: 0;
      text-align: center;
      margin-bottom: 35px; }
    .H_about-right {
      padding-left: 0;
      width: 100%;
      text-align: center; }
    .H_about a {
      margin-top: 10px;
      justify-content: center; }
    .H_about p {
      font-size: 15px;
      line-height: 1.5; }
    .H_about-inner {
      margin-top: 30px; }
    .H_about-item {
      padding-top: 20px;
      padding-bottom: 20px;
      height: auto;
      padding-left: 20px;
      text-align: left; }
      .H_about-item img {
        margin-right: 15px;
        width: 48px;
        height: 36px; }
      .H_about-item span {
        font-size: 14px; }
      .H_about-item h6 {
        font-size: 18px; }
      .H_about-item p {
        font-size: 13px; }
  .items {
    margin-left: -5px;
    margin-right: -5px; }
  .item {
    margin-left: 5px;
    margin-right: 5px; }
  .Blog-in {
    overflow-x: scroll; }
  .Blog .container {
    padding-right: 0 !important; }
  .Blog-item {
    min-width: 240px; }
    .Blog-item-text {
      padding: 15px; }
      .Blog-item-text span {
        margin-bottom: 5px;
        font-size: 13px; }
      .Blog-item-text h6 {
        margin-bottom: 5px;
        font-size: 16px; }
        .Blog-item-text h6 a {
          font-size: 16px; }
      .Blog-item-text p {
        font-size: 13px; }
      .Blog-item-text a {
        font-size: 16px; }
    .Blog-item:hover {
      border-color: #48effa;
      transition: 500ms; }
  .Blog .item {
    width: calc(33.33% - 20px); }
  .Blog-head {
    display: flex;
    align-items: center;
    justify-content: space-between;
    margin-bottom: 25px; }
    .Blog-head h2 {
      font-size: 28px;
      font-weight: 600;
      line-height: 1.14;
      color: #fff; }
    .Blog-head .bootstrap-select .btn {
      padding: 8px 20px;
      border-radius: 6px;
      border: solid 1px #4e5d6a;
      background-color: transparent; }
  .Banks .swiper-container {
    padding-top: 25px;
    padding-bottom: 25px;
    padding-left: 40px;
    padding-right: 40px; }
    .Banks .swiper-container:before {
      width: 35px; }
    .Banks .swiper-container:after {
      content: "";
      display: inline-block;
      transition: 500ms;
      background-color:  #48effa;
      position: absolute;
      top: 0;
      bottom: 0;
      left: 0;
      width: 35px;
      z-index: 9; }
  .Banks .swiper-button-next, .Banks .swiper-button-prev {
    width: 30px;
    height: 30px; }
  .Banks .swiper-button-next {
    right: 0px; }
  .Banks .swiper-button-prev {
    right: auto;
    left: 0; } }
