/*! 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; width: 100px !important;}
  
  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; }

  /* Tab System Styles */
  .tab-content > .tab-pane {
    display: none; }
  .tab-content > .tab-pane.active {
    display: block; }
  .tab-content > .tab-pane.fade {
    opacity: 0;
    transition: opacity 0.15s linear; }
  .tab-content > .tab-pane.fade.active {
    opacity: 1; }

/* Minimal Banner Styles */
.Banner {
  position: relative;
  min-height: 80vh;
  overflow: hidden; }

.Banner-in {
  position: relative;
  min-height: 80vh;
  display: flex;
  flex-direction: column;
  justify-content: center; }

.min-vh-50 {
  min-height: 50vh; }

/* Minimal Bonus Badge */
.bonus-badge-minimal {
  margin-bottom: 25px; }

.bonus-percentage-minimal {
  display: inline-block;
  background: #00c683;
  color: #fff;
  padding: 8px 16px;
  border-radius: 6px;
  font-size: 14px;
  font-weight: 700;
  margin-right: 10px; }

.bonus-label-minimal {
  color: #fff;
  font-size: 14px;
  font-weight: 500;
  opacity: 0.9; }

/* Minimal Main Title */
.main-title-minimal {
  margin-bottom: 30px; }

.bonus-amount-minimal {
  font-size: 56px;
  font-weight: 800;
  color: #fff;
  margin: 0 0 10px 0;
  line-height: 1.1; }

.bonus-subtitle-minimal {
  font-size: 16px;
  color: #fff;
  opacity: 0.9;
  margin: 0;
  line-height: 1.5; }

/* Minimal Features */
.bonus-features-minimal {
  display: flex;
  gap: 15px;
  margin-bottom: 35px;
  flex-wrap: wrap; }

.feature-item-minimal {
  display: flex;
  align-items: center;
  background: rgba(255, 255, 255, 0.08);
  padding: 10px 16px;
  border-radius: 8px;
  border: 1px solid rgba(255, 255, 255, 0.15);
  transition: all 0.2s ease; }

.feature-item-minimal:hover {
  background: rgba(0, 198, 131, 0.15);
  border-color: rgba(0, 198, 131, 0.3); }

.feature-item-minimal i {
  color: #00c683;
  margin-right: 8px;
  font-size: 14px; }

.feature-item-minimal span {
  color: #fff;
  font-weight: 500;
  font-size: 13px; }

/* Minimal Buttons */
.banner-buttons-minimal {
  display: flex;
  gap: 15px;
  margin-bottom: 35px;
  flex-wrap: wrap; }

.btn-primary-minimal, .btn-secondary-minimal {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  padding: 14px 28px;
  border-radius: 8px;
  text-decoration: none;
  font-weight: 600;
  font-size: 15px;
  transition: all 0.2s ease;
  min-width: 140px; }

.btn-primary-minimal {
  background: #00c683;
  color: #fff;
  border: none; }

.btn-primary-minimal:hover {
  background: #00a86b;
  transform: translateY(-1px);
  color: #fff; }

.btn-secondary-minimal {
  background: transparent;
  color: #fff;
  border: 1px solid rgba(255, 255, 255, 0.3); }

.btn-secondary-minimal:hover {
  background: rgba(255, 255, 255, 0.1);
  border-color: rgba(255, 255, 255, 0.5);
  color: #fff; }

/* Minimal Security Badges */
.security-badges-minimal {
  display: flex;
  gap: 12px;
  flex-wrap: wrap; }

.badge-item-minimal {
  display: flex;
  align-items: center;
  background: rgba(255, 255, 255, 0.05);
  padding: 6px 12px;
  border-radius: 6px;
  border: 1px solid rgba(255, 255, 255, 0.1); }

.badge-item-minimal i {
  color: #00c683;
  margin-right: 6px;
  font-size: 12px; }

.badge-item-minimal span {
  color: #fff;
  font-size: 11px;
  font-weight: 500;
  opacity: 0.8; }

/* Minimal Visual Elements */
.banner-visual-minimal {
  display: flex;
  flex-direction: column;
  gap: 20px;
  align-items: center;
  justify-content: center;
  height: 100%; }

.minimal-card {
  background: rgba(255, 255, 255, 0.08);
  border: 1px solid rgba(255, 255, 255, 0.15);
  border-radius: 12px;
  padding: 20px;
  text-align: center;
  width: 100%;
  max-width: 200px;
  backdrop-filter: blur(10px);
  transition: all 0.2s ease; }

.minimal-card:hover {
  background: rgba(255, 255, 255, 0.12);
  transform: translateY(-2px); }

.card-icon {
  margin-bottom: 12px; }

.card-icon i {
  font-size: 24px;
  color: #00c683; }

.card-content h4 {
  font-size: 20px;
  font-weight: 700;
  color: #fff;
  margin: 0 0 5px 0; }

.card-content p {
  font-size: 12px;
  color: #fff;
  opacity: 0.8;
  margin: 0; }

/* Responsive */
@media (max-width: 768px) {
  .bonus-amount-minimal { font-size: 42px; }
  .bonus-subtitle-minimal { font-size: 14px; }
  .banner-buttons-minimal { flex-direction: column; }
  .btn-primary-minimal, .btn-secondary-minimal { width: 100%; }
  .bonus-features-minimal { justify-content: center; }
  .banner-visual-minimal { flex-direction: row; gap: 15px; }
  .minimal-card { max-width: 150px; padding: 15px; }
  
  /* Minimal Head Mobile */
  .Head h2 { font-size: 24px; }
  .Head span { font-size: 12px; }
  
  /* Minimal Nav Tabs Mobile */
  .H_games .nav { 
    flex-wrap: wrap; 
    gap: 10px;
    justify-content: center; }
  .H_games .nav-link { 
    padding: 12px 16px;
    font-size: 14px;
    width: auto;
    min-width: 120px; }
  
  /* Minimal H_games-item Mobile */
  .H_games-in { flex-direction: column; }
  .H_games-item { 
    width: 100%; 
    height: auto; 
    margin-bottom: 20px; }
  .H_games-item-text { padding: 16px; }
  .H_games-item-text p { font-size: 16px; }
  
  /* Minimal Blog Mobile */
  .Blog-item-text { padding: 16px; }
  .Blog-item-text h6 { font-size: 16px; }
  .Blog-item-text p { font-size: 14px; } }
  
  td {
    padding: 0; }
  
  input:focus, textarea:focus {
    outline: none;
    box-shadow: none; }
  
  body {
    background-color: #343e46;
    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: #008f5f;
      border-color: #008f5f; }
      .button-green:hover {
        background-color: transparent;
        transition: 500ms; }
    .button-yellow {
      background-color: #ffde00;
      border-color: #ffde00;
      color: #39414A; }
      .button-yellow i {
        color: #39414A; }
      .button-yellow:hover {
        background-color: transparent;
        transition: 500ms;
        border-color: #ffde00; }
    .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.png); }
      .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 #ffde00;
            box-shadow: 0 12px 24px 0 rgba(255, 222, 0, 0.25);
            background-color: #ffde00; }
            .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: #b9c2cb;
          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: #ffde00; }
        .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: #ffde00;
          font-style: italic;
          font-weight: bold; }
        .Navtop-menu-item:after {
          content: " ";
          display: inline-block;
          transition: 500ms;
          background-color: #ffde00;
          height: 2px;
          width: 100%;
          position: absolute;
          left: 50%;
          top: -16px;
          transform: translateX(-50%);
          opacity: 0; }
        .Navtop-menu-item:hover a i {
          transition: 500ms;
          color: #ffde00; }
        .Navtop-menu-item.active i {
          color: #ffde00; }
        .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(../img/logo.png); }
      .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: #00c683; }
            .Navbottom-top-links-item:first-child i:after {
              background-color: #00c683; }
          .Navbottom-top-links-item:first-child:hover {
            color: white;
            transition: 500ms;
            border-color: #00c683; }
          .Navbottom-top-links-item:last-child i {
            color: #ffde00; }
            .Navbottom-top-links-item:last-child i:after {
              background-color: #ffde00; }
          .Navbottom-top-links-item:last-child:hover {
            color: white;
            transition: 500ms;
            border-color: #ffde00; }
      .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: #00c683;
          transition: 500ms; }
      .Navbottom-item-account {
        margin-top: 60px; }
      .Navbottom-item-chat {
        width: 100%;
        height: 48px;
        border-radius: 15px;
        background-color: #008f5f;
        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: #008f5f !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(); }
      .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: #008f5f;
        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: #ffde00; }
      .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, #00c683 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(255, 222, 0, 0.25);
        background-color: #ffde00;
        border: 2px solid #ffde00;
        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, #45525e 0%, #343e46 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; }
  
  /* Minimal Head Styles */
  .Head {
    text-align: center;
    margin-bottom: 40px; }
    .Head span {
      display: block;
      font-size: 14px;
      line-height: 1.4;
      text-align: center;
      color: #00c683;
      font-weight: 600;
      text-transform: uppercase;
      letter-spacing: 1px;
      margin-bottom: 8px; }
    .Head h2 {
      font-size: 32px;
      font-weight: 700;
      line-height: 1.3;
      color: #fff;
      margin: 0; }
  
  .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: #ffde00;
      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: #008f5f;
        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: #00c683; }
    .Sport_list-item .active {
      color: white;
      background-color: #008f5f; }
  
  .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(); }
    .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: #008f5f;
        transition: 500ms; }
        .H_sport .swiper-button-next:hover i, .H_sport .swiper-button-prev:hover i {
          color: #008f5f;
          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: #00f5a3; }
    .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: 16px;
      position: relative;
      transition: all 0.3s ease;
      flex-shrink: 0;
      background: linear-gradient(135deg, #1a1f23 0%, #2a2f33 100%);
      box-shadow: 0 8px 25px rgba(0, 0, 0, 0.3);
      overflow: hidden;
      border: 1px solid rgba(255, 255, 255, 0.1);
      width: 280px;
      height: 320px; }
      .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 {
        transform: translateY(-4px);
        box-shadow: 0 12px 30px rgba(0, 198, 131, 0.15);
        border-color: rgba(0, 198, 131, 0.3); }
      .H_games-item:hover .H_games-item-image img {
        transform: scale(1.02); }
      .H_games-item-image {
        display: block;
        border-radius: 16px 16px 0 0;
        position: relative;
        overflow: hidden; }
        .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: 16px 16px 0 0;
          width: 100%;
          height: 200px;
          object-fit: cover;
          transition: transform 0.3s ease; }
      .H_games-item-text {
        position: static;
        padding: 20px;
        background: linear-gradient(135deg, #1a1f23 0%, #2a2f33 100%);
        border-radius: 0 0 16px 16px; }
        .H_games-item-text span {
          font-size: 12px;
          font-weight: 600;
          color: #00c683;
          text-transform: uppercase;
          letter-spacing: 0.5px;
          margin-bottom: 8px;
          display: block; }
        .H_games-item-text p {
          font-size: 18px;
          font-weight: 700;
          line-height: 1.2;
          color: #fff;
          margin: 0; }
    .H_games .nav {
      margin-top: 30px;
      justify-content: center;
      border-bottom: 1px solid rgba(255, 255, 255, 0.1);
      gap: 20px; }
      .H_games .nav-item {
        margin-left: 0;
        margin-right: 0; }
      .H_games .nav-link {
        font-size: 15px;
        font-weight: 600;
        line-height: 1.5;
        text-align: center;
        color: #adb8c2;
        border: 1px solid rgba(255, 255, 255, 0.1);
        padding: 14px 24px;
        border-radius: 8px;
        background-color: transparent;
        transition: all 0.2s ease;
        display: flex;
        flex-direction: column;
        align-items: center;
        justify-content: center;
        gap: 8px; }
        .H_games .nav-link i {
          font-size: 28px;
          color: #a1aeba; }
        .H_games .nav-link:hover {
          background-color: rgba(0, 198, 131, 0.1);
          border-color: rgba(0, 198, 131, 0.3);
          color: #fff; }
        .H_games .nav-link:hover i {
          color: #00c683; }
      .H_games .nav .active {
        background-color: rgba(0, 198, 131, 0.15);
        border-color: #00c683;
        color: #fff; }
        .H_games .nav .active i {
          color: #00c683; }
    .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: #008f5f;
        transition: 500ms; }
        .H_games .swiper-button-next:hover i, .H_games .swiper-button-prev:hover i {
          color: #008f5f;
          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: #dce1e5;
      width: 232px;
      height: 44px;
      border-radius: 6px;
      border: solid 1px #4e5d6a;
      background-color: #343e46;
      margin-top: 30px;
      margin-left: auto;
      margin-right: auto;
      transition: 500ms; }
      .H_games-all:hover {
        background-color: #008f5f;
        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(); }
    .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: #ffde00; }
      .H_about-right .H_about-head h6 {
        color: #ffde00; }
    .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; }
    /* Minimal H_about-item */
    .H_about-item {
      height: auto;
      border-radius: 12px;
      display: flex;
      align-items: center;
      background-color: rgba(255, 255, 255, 0.05);
      border: 1px solid rgba(255, 255, 255, 0.1);
      padding: 20px;
      margin-bottom: 12px;
      transition: all 0.2s ease; }
      .H_about-item:hover {
        background-color: rgba(0, 198, 131, 0.08);
        border-color: rgba(0, 198, 131, 0.3);
        transform: translateX(4px); }
      .H_about-item img {
        margin-right: 20px;
        width: 48px;
        height: 48px;
        -o-object-fit: contain;
           object-fit: contain;
        flex-shrink: 0; }
      .H_about-item span {
        font-size: 13px;
        line-height: 1.3;
        color: #00c683;
        display: block;
        font-weight: 600;
        text-transform: uppercase;
        letter-spacing: 0.5px;
        margin-bottom: 4px; }
      .H_about-item h6 {
        font-size: 18px;
        font-weight: 700;
        line-height: 1.3;
        color: #fff;
        margin: 0 0 6px 0; }
      .H_about-item p {
        font-size: 14px;
        line-height: 1.5;
        color: rgba(255, 255, 255, 0.7);
        margin: 0; }
  
  .Blog {
    margin-top: clamp(30px, 5vw, 80px);
    margin-bottom: clamp(30px, 4vw, 60px); }
    /* Minimal Blog-item */
    .Blog-item {
      margin-bottom: 24px;
      border-radius: 12px;
      border: 1px solid rgba(255, 255, 255, 0.1);
      background-color: rgba(255, 255, 255, 0.03);
      overflow: hidden;
      transition: all 0.2s ease; }
      .Blog-item:hover {
        border-color: rgba(0, 198, 131, 0.3);
        background-color: rgba(255, 255, 255, 0.05);
        transform: translateY(-2px);
        box-shadow: 0 8px 24px rgba(0, 198, 131, 0.1); }
      .Blog-item-image {
        border-radius: 12px 12px 0 0;
        overflow: hidden; }
        .Blog-item-image a {
          display: block; }
        .Blog-item-image img {
          border-radius: 12px 12px 0 0;
          transition: transform 0.3s ease; }
      .Blog-item:hover .Blog-item-image img {
        transform: scale(1.03); }
      .Blog-item-text {
        padding: 20px; }
        .Blog-item-text span {
          display: block;
          margin-bottom: 10px;
          font-size: 12px;
          font-weight: 600;
          color: #00c683;
          text-transform: uppercase;
          letter-spacing: 0.5px; }
        .Blog-item-text h6 {
          margin-bottom: 12px;
          font-size: 18px;
          font-weight: 700;
          line-height: 1.4;
          color: #fff; }
          .Blog-item-text h6 a {
            font-size: 18px;
            color: #fff;
            transition: color 0.2s ease; }
          .Blog-item-text h6 a:hover {
            color: #00c683; }
        .Blog-item-text p {
          font-size: 15px;
          line-height: 1.5;
          color: rgba(255, 255, 255, 0.7);
          margin-bottom: 8px; }
        .Blog-item-text a {
          font-size: 14px;
          color: #00c683;
          font-weight: 600;
          transition: all 0.2s ease; }
          .Blog-item-text a:hover {
            color: #00a86b;
            transform: translateX(4px); }
    .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: #ffde00;
          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: #ffde00; }
        .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 {
    background-color: #1a1f23; }
    .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: #1a1f23;
        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: #008f5f;
        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: #00c683; }
          .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: #ffde00;
              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 {
      display: flex;
      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: 200px;
      flex-shrink: 0;
      border-radius: 12px;
      background: linear-gradient(135deg, #1a1f23 0%, #2a2f33 100%);
      box-shadow: 0 4px 15px rgba(0, 0, 0, 0.3);
      overflow: hidden;
      border: 1px solid rgba(255, 255, 255, 0.1);
      width: 200px;
      height: 260px; }
      .H_games-item:after {
        height: 40px;
        bottom: -4px; }
      .H_games-item-text {
        padding: 15px;
        background: linear-gradient(135deg, #1a1f23 0%, #2a2f33 100%);
        border-radius: 0 0 12px 12px; }
        .H_games-item-text span {
          font-size: 11px;
          color: #00c683;
          text-transform: uppercase;
          letter-spacing: 0.5px;
          margin-bottom: 6px;
          display: block; }
        .H_games-item-text p {
          font-size: 16px;
          font-weight: 700;
          line-height: 1.2;
          color: #fff;
          margin: 0; }
    .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: 16px;
        height: auto;
        text-align: left; }
        .H_about-item img {
          margin-right: 15px;
          width: 40px;
          height: 40px; }
        .H_about-item span {
          font-size: 11px; }
        .H_about-item h6 {
          font-size: 16px; }
        .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: #008f5f;
        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: #1a1f23;
        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; } }