* {
    outline: none !important;
  }

  @media (min-width: 1280px) {
    html {
      font-size: 1vw;
    }
  }

  @media (min-width: 1920px) {
    html {
      font-size: 0.8vw;
    }
  }

  @font-face {
    font-family: Futura !important;
    src: url("../fonts/Futura-Bold.woff2") format("woff2"), url("../fonts/Futura-Bold.woff") format("woff"), url("../fonts/Futura-Bold.ttf") format("truetype");
    font-weight: bold;
    font-style: normal;
    font-display: swap;
  }

  @font-face {
    font-family: Futura !important;
    src: url("../fonts/Futura-Medium.woff2") format("woff2"), url("../fonts/Futura-Medium.woff") format("woff"), url("../fonts/Futura-Medium.ttf") format("truetype");
    font-weight: 500;
    font-style: normal;
    font-display: swap;
  }

  html, body {
    margin: 0px;
    padding: 0px;
    font-family: Futura, sans-serif !important;
    font-weight: 500;
    scroll-behavior: smooth;
  }

  body {
    background: linear-gradient(rgb(21, 25, 35) 0%, rgb(11, 13, 19) 100%);
    color: rgb(255, 255, 255);
    counter-reset: section 0;
    box-sizing: border-box;
    font-size: 1rem;
  }

  img, svg, video {
    max-width: 100%;
    display: block;
  }

  a {
    text-decoration: none;
  }

  *, ::before, ::after {
    box-sizing: border-box !important;
  }

  h1, h2, h3, h4, h5, h6 {
    margin-top: 0px !important;
    margin-bottom: 0px !important;
    font-weight: 700 !important;
  }

  h1 {
    font-size: 3.375rem;
    line-height: normal;
    font-weight: bold;
  }

  p {
    margin-top: 0px;
    margin-bottom: 0px;
    font-size: 1rem;
    line-height: 1.35;
    font-weight: 500;
  }

  .w-100 {
    width: 100%;
  }

  .text-white {
    color: rgb(255, 255, 255);
  }

  .text-left {
    text-align: right;
  }

  .text-right {
    text-align: left;
  }

  .align-center {
    align-items: center;
  }

  .margin-0 {
    margin: 0px;
  }

  .page__content {
    flex: 1 1 0%;
  }

  .container {
    display: block;
    margin-right: auto;
    margin-left: auto;
    max-width: 92.5rem;
    padding: 0px 0.625rem;
  }
  @media (min-width: 1400px){
  .container, .container-lg, .container-md, .container-sm, .container-xl, .container-xxl {
      max-width: 92.5rem !important;
  }
}


  @media (max-width: 1366px) {
    .container {
      max-width: 78.125rem;
      padding: 0px 0.9375rem;
    }
  }

  @media (max-width: 1280px) {
    .container {
      max-width: 71.25rem;
    }
  }

  @media (max-width: 1199px) {
    .container {
      max-width: 67.5rem;
    }
  }
  @media (max-width: 1100px) {
    .container {
      max-width: 61.9375rem;
    }
  }
  @media (max-width: 992px) {
    .container {
      max-width: 48rem;
    }
  }
  @media (max-width: 767px) {
    .container {
      max-width: 100%;
    }
  }

  .container-fluid {
    max-width: 100%;
    padding: 0px 0.625rem;
    margin: 0px auto;
  }

  ul {
    padding-right: 0px;
    margin: 0px;
  }

  ul li {
    list-style: none;
  }

  a {
    cursor: pointer;
    transition: all 0.5s ease 0s;
  }

  .hide {
    display: none;
  }

  input {
    appearance: none;
  }

  input, button {
    font-family: inherit;
  }

  .btn {
    display: inline-block;
    padding: 0.813rem 1.938rem;
    width: 15.625rem;
    text-decoration: none;
    position: relative;
    border: 0px;
    text-transform: capitalize;
    cursor: pointer;
    transition: all 0.5s ease-in-out 0s;
    text-align: center;
    border-radius: 0.625rem;
    background: var(--primary-green-color) !important;
    color: rgb(20, 23, 33) !important;
    font-size: 1.25rem;
    font-style: normal;
    font-weight: 500;
  }

  .btn:hover {
    background: rgb(255, 255, 255) !important;
  }

  .btn-secondary {
    color: rgb(20, 23, 33);
    background-color: rgb(255, 233, 36) !important;
  }

  .btn-gray {
    border-radius: 0.625rem;
    border-top: 1px solid rgba(255, 255, 255, 0.06);
    background: rgba(48, 53, 72, 0.6);
    color: rgb(107, 120, 151);
  }

  .btn-gray:hover {
    border-radius: 0.625rem;
    border-top: 0.063rem solid rgba(255, 255, 255, 0.06);
    background: rgb(48, 53, 72);
    color: rgb(107, 120, 151);
  }

  .main__page__content {
    overflow: hidden;
  }

  div[class*="col"] {
    padding-right: 0.625rem;
    padding-left: 0.625rem;
  }

  .row {
    display: flex;
    flex-wrap: wrap;
    margin-left: -0.625rem;
    margin-right: -0.625rem;
  }

  .col-1 {
    max-width: 8.333%;
    flex: 0 0 8.333%;
  }

  .col-2 {
    max-width: 16.666%;
    flex: 0 0 16.666%;
  }

  .col-3 {
    max-width: 25%;
    flex: 0 0 25%;
  }

  .col-4 {
    max-width: 33.333%;
    flex: 0 0 33.333%;
  }

  .col-5 {
    max-width: 41.666%;
    flex: 0 0 41.666%;
  }

  .col-6 {
    max-width: 50%;
    flex: 0 0 50%;
    align-content: baseline;
    display: table-row;
  }

  .col-7 {
    max-width: 58.333% !important;
    flex: 0 0 58.333% !important;
  }

  .col-8 {
    max-width: 66.666%;
    flex: 0 0 66.666%;
  }

  .col-9 {
    max-width: 75%;
    flex: 0 0 75%;
  }

  .col-10 {
    max-width: 83.33%;
    flex: 0 0 83.33%;
  }

  .col-11 {
    max-width: 91.666%;
    flex: 0 0 91.666%;
  }

  .col-12 {
    max-width: 100%;
    flex: 0 0 100%;
  }

  .col {
    flex-basis: 0px;
    flex-grow: 1;
    max-width: 100%;
  }

  b {
    font-weight: 500;
  }

  .uppercase {
    text-transform: uppercase;
  }

  .p-0 {
    padding: 0px;
  }

  .m-0 {
    margin: 0px;
  }

  .justify-between {
    justify-content: space-between;
  }

  .justify-center {
    justify-content: center;
  }

  .justify-end {
    justify-content: flex-end;
  }

  .align-center {
    align-items: center;
  }

  .d-flex {
    display: flex;
  }

  .align-flex-start {
    align-items: flex-start;
  }

  .d-flex_wrap {
    flex-wrap: wrap;
  }

  .flex-direction-revers {
    flex-direction: row-reverse;
  }

  .text-center {
    text-align: center;
  }

  .mx-auto {
    margin-right: auto;
    margin-left: auto;
  }

  .d-inlin_block {
    display: inline-block;
  }

  [data-aos][data-aos][data-aos-duration="400"], body[data-aos-duration="400"] [data-aos] {
    transition-duration: 0.8s;
  }


  .nf_timeline h2, .nf_table h4, .nf_prize h2, .nf_prize-right h3, .nf_partners h2 {
    font-weight: bold;
  }

  @media (max-width: 561px) {
    .container {
      max-width: 100%;
    }
  }

  @media (max-width: 767px) {
    .col-2, .col-3, .col-4, .col-6, .col-8, .col-12 {
      max-width: 100%;
      flex: 0 0 100%;
    }
  }
  .menu-open {
    overflow: hidden;
  }

  .menu-open .main__page__content {
    position: relative;
  }
  .menu-open .main__page__content::after {
    content: "";
    background-color: rgba(255, 164, 39, 0.5);
    position: absolute;
    width: 100%;
    height: 100%;
    display: block;
    top: 0;
    z-index: 9;
  }

  .toggle__menu {
    width: 35px;
    height: 42px;
    line-height: 0.5;
    cursor: pointer;
    display: none;
    position: absolute;
    top: 45px;
    left: 1.25rem;
    -webkit-tap-highlight-color: transparent;
  }
  .toggle__menu span {
    background-color: #fff;
    width: 100%;
    height: 3px;
    display: inline-block;
    border-radius: 8px;
  }
  .toggle__menu.open {
    margin-top: 12px;
  }
  .toggle__menu.open span:nth-child(1) {
    transform: rotate(-45deg);
  }
  .toggle__menu.open span:nth-child(2) {
    display: none;
  }
  .toggle__menu.open span:nth-child(3) {
    transform: rotate(45deg);
    position: relative;
    top: -10px;
  }

  @media(max-width:360px){
    .toggle__menu.open span:nth-child(3) {
        top: -8px;
    }
  }

  .header__main {
    padding: 1.2rem 0;
    transition: all 0.6s ease-in-out;
    width: 100%;
    z-index: 11;
    border-radius: 0.9375rem;
    background: linear-gradient(-180deg, rgba(40, 45, 62, 0.60) 0%, rgba(26, 30, 43, 0.60) 100%);
    backdrop-filter: blur(2px);
    border-radius: 0;
  }
  .header__main .header__menu {
    position: relative;
  }
  .header__main .header__logo img {
    transition: all 0.5s;
    -o-object-fit: contain;
       object-fit: contain;
  }
  .header__main .row {
    position: relative;
  }
  .header__main.fixed {
    padding: 1.25rem 0;
    box-shadow: 0 8px 6px -6px rgba(0, 0, 0, 0.1);
  }
  .header__main.fixed .header__logo img {
    transition: all 0.5s;
    max-width: 80%;
  }

  header .search-toggle {
    position: relative;
    display: block;
    height: 1.5625rem;
    width: 1.5625rem;
    margin-left: 0 !important;
  }
  header .search-toggle::before, header .search-toggle::after {
    content: "";
    position: absolute;
    display: block;
    transition: all 0.1s;
  }
  header .search-toggle::before {
    width: 100%;
    height: 100%;
    background-size: cover;
    background-image: url(../img/new_design_images/search.svg);
    background-size: 90%;
    background-position: center center;
    background-repeat: no-repeat;
  }
  header .search-input:focus {
    outline: none;
  }
  header .br__search_form {
    display: flex;
    align-items: center;
    justify-content: end;
  }
  header .br__search_form a {
    margin-left: 30px;
    font-weight: 500;
    font-size: 18px;
  }
  header .search-box {
    position: absolute;
    bottom: 1.25rem;
    width: 30%;
    margin: 0 0 0 auto;
    left: 0;
    height: 2.5rem;
    max-height: 0;
    transform: translateY(100%);
    background-color: transparent;
    transition: all 0.3s;
  }
  header .search-box .search-input {
    width: 100%;
    height: 100%;
    padding: 0 16px;
    border: 0;
    background-color: transparent;
    opacity: 0;
    color: #fff;
  }
  header .search-box .search-input::-webkit-input-placeholder {
    color: #ffffff;
    font-family: "Roboto" !important;
  }
  header .down-arrow {
    display: inline-block;
    position: relative;
    bottom: 1px;
    left: 0;
    width: 8px;
    height: 8px;
    transition: all 0.6s ease-in-out;
  }
  header .down-arrow svg path {
    fill: #ffffff;
  }
  header ul {
    position: relative;
  }
  header ul .menu-item-has-children {
    position: relative;
  }
  header ul li a {
    color: #fff;
    font-size: 1.25rem;
    text-transform: capitalize;
    position: relative;
    font-weight: 500;
  }
  /* header ul li a::after {
    content: "";
    height: 2px;
    width: 0;
    transition: all 0.4s;
    left: 50%;
    bottom: 0;
    transform: translate(-50%, 0);
    position: absolute;
    background-color: #1A1A1A;
    display: inline-block;
  }
  header ul li a:hover {
    transform: scale(1.1);
  }
  header ul li a:hover::after {
    width: 100%;
    transition: all 0.4s;
  } */
  header ul li:hover > a {
    color: var(--primary-green-color);
  }

  .nf_head-btn .btn{
    width: auto;
    padding: 0.8125rem 1.9375rem;
  }
  header ul li.menu-item-has-children > a {
    position: relative;
  }
  header ul li.menu-item-has-children:hover > a:after {
    opacity: 1;
    visibility: visible;
    transition: all 0.6s ease-in-out;
  }
  header ul li.current-menu-item > a {
    color: #1A1A1A;
  }
  /* header ul li:not(:last-child) {
    margin-left: 6.25rem;
  } */
  @media(min-width:1440px){
    .header__menu ul.d-flex.align-center.mb-0 {
        gap: 40px !important;
        justify-content: center;
    }
  }
  header ul li:hover a ~ .sub-menu {
    opacity: 1;
    visibility: visible;
    transition: all 0.6s ease-in-out;
  }
  header .sub-menu {
    position: absolute;
    right: 0;
    top: 2.5rem;
    opacity: 0;
    visibility: hidden;
    transition: all 0.3s ease;
    background-color: #ffffff;
    box-shadow: 0 3px 6px rgba(0, 0, 0, 0.16);
    padding: 0.9375rem;
    transition: all 0.6s ease-in-out;
    z-index: 99;
    width: 10.625rem !important;
  }
  header .sub-menu li {
    padding: 0;
  }
  header .sub-menu li a {
    font-size: 16px;
  }
  header .sub-menu li:not(:last-child) {
    margin-bottom: 1.25rem;
  }

  .header.show .search-box {
    max-height: 50px;
  }
  .header.show .search-box .search-input {
    opacity: 1;
  }

  header.show .search-box {
    border: 1px solid rgba(0, 0, 0, 0.5);
    background-color: rgba(0, 0, 0, 0.5);
  }
  header.show .search-toggle::after {
    width: 1.5625rem;
    height: 1.5625rem;
    background-image: url(../img/new_design_images/close.svg);
    background-size: 70%;
    background-position: center center;
    background-repeat: no-repeat;
  }
  header.show .search-toggle::before {
    opacity: 0;
  }

  header ul li .sub-menu.mega-sub-menu li {
    flex: 0 0 130px;
    max-width: 130px;
    position: relative;
  }
  header ul li .sub-menu.mega-sub-menu li:not(:last-child)::after {
    position: absolute;
    content: "";
    left: 0;
    top: 0;
    width: 1px;
    height: 60px;
    background: #C5BDB8;
  }
  header ul li .sub-menu.mega-sub-menu .sub-menu-left .sub-menu-left-logo {
    flex: 0 0 8.75rem;
    width: 8.75rem;
    max-width: 8.75rem;
  }
  header ul li .sub-menu.mega-sub-menu .sub-menu-left .sub-menu-left-logo p {
    font-size: 1rem;
    font-weight: 700;
  }
  .sub-menu.mega-sub-menu {
    padding: 1.25rem 1.25rem 10px;
    margin: 0 -10px;
  }
  .sub-menu.mega-sub-menu li {
    margin: 0 0 5px !important;
    padding: 0 8px;
  }
  .sub-menu.mega-sub-menu li .col-6 {
    padding: 0 10px;
  }
  .sub-menu.mega-sub-menu a {
    display: block;
  }
  .sub-menu.mega-sub-menu a .sub-menu-category-image {
    position: relative;
    overflow: hidden;
    display: flex;
    justify-content: center;
  }
  .sub-menu.mega-sub-menu a .sub-menu-category-image img {
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    right: 0;
    left: 0;
    bottom: 0;
    -o-object-fit: cover;
       object-fit: cover;
  }
  .sub-menu.mega-sub-menu a .heading {
    margin-top: 10px;
    display: flex;
    align-items: center;
    justify-content: center;
  }
  .sub-menu.mega-sub-menu a .heading p {
    font-size: 12px;
    font-weight: 400;
    margin-bottom: 0;
    line-height: 1;
    text-transform: initial;
  }
  .sub-menu.mega-sub-menu a .heading img {
    position: static;
  }
  .sub-menu.mega-sub-menu .sub-menu-right {
    width: 100%;
  }


  @media (max-width: 1600px) {
    .header__main {
      padding: 0.75rem 0;
    }
  }
  @media (max-width: 1280px) {
    header ul li:not(:last-child) {
      margin-left: 1.25rem;
    }
  }
  @media (max-width: 1199px) {
    .header__main {
      padding: 1.25rem 0;
    }
  }
  @media (max-width: 991px) {
    .header ul li:not(:last-child) {
      margin-left: 1.25rem;
    }
    .header ul .header__menu {
      margin-top: 0.4375rem;
    }
    .header .contact__links ul li:not(:last-child) a {
      margin-left: 10px;
      padding-left: 10px;
    }
    .header .contact__links ul li a {
      font-size: 12px;
    }
    .header__main {
      padding: 1.25rem 0;
      position: static;
    }
    .header__menu {
      margin-top: 10px;
    }
    .header .sub-menu.mega-sub-menu {
      width: 530px;
      padding-bottom: 0;
      padding: 0.9375rem 5px;
    }
    .header .sub-menu {
      top: 35px;
      padding: 0.9375rem;
    }
    .header .down-arrow {
      top: 4px;
    }
  }
  @media (max-width: 767px) {
    header ul li .sub-menu.mega-sub-menu li {
      flex: 0 0 100px;
      max-width: 100px;
    }
    .header__main .col-2 {
      max-width: 30%;
      flex: 0 0 30%;
    }
    .header__main .col-10 {
      max-width: 70%;
      flex: 0 0 70%;
    }
  }
  @media (max-width: 1800px) {
    .header ul li a {
      font-size: 14px;
    }
  }
  @media (max-width: 991px) {
    .toggle__menu {
      display: block;
      z-index: 9;
    }
    .header__menu {
      display: none;
      position: fixed;
      top: 110px;
      left: 10px;
      width: 50%;
      max-height: calc(100vh - 130px);
      overflow-x: hidden;
      border-radius: 0;
      padding: 30px;
      margin: 0;
      z-index: 999;
      background-color: #ffffff;
    }
    .header__menu.active {
      display: block;
    }
    .header__menu ul {
      display: block !important;
    }
    .header__menu ul li a {
      font-size: 16px;
      color: #000;
    }
    .header__menu ul li:not(:last-child) {
      padding: 0;
      margin: 0 0 10px;
    }
    header ul li:hover a ~ .sub-menu {
      opacity: 0;
      visibility: hidden;
      transition: none;
    }
    header .sub-menu.mega-sub-menu.show {
      opacity: 1;
      visibility: visible;
      width: 100% !important;
      display: flex;
      position: static;
      margin: 0.9375rem 0 0;
    }
    header .sub-menu.mega-sub-menu.show li {
      flex: 0 0 33%;
      max-width: 33%;
    }
    header .menu-item-has-children .sub-menu {
      padding: 1.5625rem 1.25rem;
    }
    header .menu-item-has-children.active > .sub-menu {
      width: 100% !important;
      position: static;
      margin: 0.9375rem 0 0;
      opacity: 1;
      visibility: visible;
    }
    header .menu-item-has-children .sub-menu-right ul {
      display: flex;
      flex-wrap: wrap;
    }
  }
  @media (max-width: 991px) {
    .header__menu {
      width: 95%;
      top: 80px;
      padding: 1.25rem;
    }
    .toggle__menu {
      top: 15px;
    }
  }
  @media (max-width: 650px) {
    header ul li .sub-menu.mega-sub-menu li {
      margin-bottom: 0.9375rem !important;
    }
    header ul li .sub-menu.mega-sub-menu li:not(:last-child)::after {
      display: none;
    }
  }
  @media (max-width: 490px) {
    .header__main .col-2 {
      max-width: 50%;
      flex: 0 0 50%;
    }
    .header__main .col-10 {
      max-width: 50%;
      flex: 0 0 50%;
    }
    header .sub-menu.mega-sub-menu {
      flex-wrap: wrap;
    }
    header .sub-menu.mega-sub-menu.show li {
      flex: 0 0 50%;
      max-width: 50%;
    }
    header .sub-menu.mega-sub-menu .sub-menu-left {
      margin-bottom: 0.9375rem;
    }
    /* header .toggle__menu {
      width: 30px;
      line-height: 0.3;
    } */
  }
  span svg {
    max-width: none;
    width: auto !important;
  }

  .show-modal {
    z-index: 99;
  }

  .nf_hero .swiper-pagination {
    position: relative;
    bottom: -2.8125rem;
    top: auto;
    z-index: 9;
  }

  :root {
    --swiper-image-ratio: 33.3%;
    --swiper-width: 50%;
    --swiper-mobile-width: 90%;
    --swiper-mobile-inactive-scale: .95;
  }

  .nf_hero {
    margin-bottom: 4.125rem;
  }

  .nf_hero .swiper {
    position: relative;
    width: 100%;
    overflow: hidden;
  }

  .nf_hero .swiper-slide {
    position: relative;
    opacity: 0.5;
    transform: scale(0.8);
    transition: all 0.3s ease-in-out 0s;
  }

  .nf_hero .swiper-backface-hidden .swiper-slide {
    transform: scale(0.8) translateZ(0px);
  }

  .nf_hero .swiper-slide.swiper-slide-active {
    transform: scale(1) !important;
    opacity: 1 !important;
  }

  .nf_hero .swiper-backface-hidden .swiper-slide.swiper-slide-active {
    transform: scale(1.17) translateZ(0px) !important;
  }

  .nf_hero .swiper-image {
    position: relative;
    width: 100%;
    border-radius: 0.9375rem;
    background-blend-mode: overlay;
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center center;
  }

  .nf_hero .swiper-image::after {
    content: "";
    height: 100%;
    width: 100%;
    display: block;
    opacity: 0.5;
    background: linear-gradient(-90deg, rgb(40, 45, 62) 0.95%, rgba(40, 45, 62, 0) 97.87%), linear-gradient(rgba(40, 45, 62, 0.5) 0%, rgba(26, 30, 43, 0.5) 100%);
    backdrop-filter: blur(2px);
    position: absolute;
    inset: 0px;
    border-radius: 1.25rem;
  }

  .nf_hero .swiper-button-next, .nf_hero .swiper-button-prev {
    padding: 0.5rem;
    width: 0.75rem;
    height: 0.75rem;
    margin-top: 0px;
    background-color: rgba(0, 0, 0, 0.4);
    border-radius: 50%;
  }

  .nf_hero .swiper-button-next::after, .nf_hero .swiper-button-prev::after {
    color: rgb(255, 255, 255);
    font-size: 0.75rem;
  }

  .nf_hero .swiper-button-next {
    transform: translate(-50%, -50%);
  }

  .nf_hero .swiper-button-prev {
    transform: translate(50%, -50%);
  }

  .nf_hero .swiper-pagination .swiper-pagination-bullet.swiper-pagination-bullet-active {
    width: 1.25rem;
    border-radius: 3.125rem;
    background: var(--primary-green-color);
  }

  .nf_hero .swiper-pagination .swiper-pagination-bullet {
    opacity: 1;
    background: linear-gradient(rgb(70, 78, 102) 0%, rgb(50, 56, 75) 100%);
    height: 0.4375rem;
  }

  .nf_hero h1 {
    margin-bottom: 0.938rem;
  }

  .nf_hero .slider-content h5 {
    margin-bottom: 0.938rem;
    line-height: normal;
    font-size: 2rem;
  }

  .slider-col {
    display: flex;
    flex-wrap: wrap;
    position: relative;
    z-index: 2;
  }

  .swiper-image {
    padding: 5.375rem 3.875rem;
  }

  .slider-col .slider-content {
    max-width: 70%;
    flex: 0 0 70%;
  }

  .slider-col .slider-image {
    max-width: 50%;
    flex: 0 0 50%;
    transition: all 0.3s ease 0s;
  }

  .nf_hero .swiper-image::before {
    content: "";
    background: linear-gradient(-91deg, rgb(41, 47, 65) 0.52%, rgba(39, 44, 60, 0) 90.68%);
    position: absolute;
    top: -0.125rem;
    right: -0.0625rem;
    width: 100%;
    height: calc(100% + 3px);
    z-index: 99;
    border-radius: 1rem;
  }

  .slider-col {
    z-index: 99;
  }

  .shape_right {
    position: absolute;
    width: 70%;
    top: -7.5rem;
    right: -30.5rem;
    z-index: -1;
  }

  .nf_new-card.tournaments-block .shape_right {
    top: 27.5rem;
    right: -18.5rem;
    width: 60%;
  }

  section.nf_new-card.tournaments-block, .nf_team-tab, .nf_table {
    position: relative;
  }

  .nf_table .shape_right {
    right: auto;
    left: -25rem;
    top: 0px;
    width: 60%;
    height: 100%;
  }

  .slider-image {
    position: absolute;
    left: -3.125rem;
    scale: 1.15;
    bottom: -4.1875rem;
  }

  .nf_team-tab .shape_right {
    inset: auto -24rem -29rem auto;
    width: 50%;
  }

  section.nf_team-tab {
      margin-bottom: 3.125rem;
  }

  .nf_hero .swiper {
    padding: 2rem 0px 2.875rem;
    height: calc(var(--swiper-width) * var(--swiper-image-ratio) / 100%);
    position: relative;
  }

  .nf_hero .swiper-image {
    padding-right: 1.75rem;
  }

  .nf_hero .swiper-image .slider-content h1 {
    font-size: 2.55rem;
    text-transform: uppercase;
  }

  .nf_hero .swiper-image .slider-content h5 {
    font-size: 1.85rem;
  }

  .nf_hero .swiper-image .slider-content a {
    font-size: 1.2rem;
  }

  .nf_hero .swiper-image .slider-content h1 span {
    color: var(--primary-green-color);
  }

  @media only screen and (max-width: 768px) {
    .swiper {
      height: calc(var(--swiper-mobile-width) * var(--swiper-image-ratio) / 100%);
    }

    .swiper-slide {
      width: var(--swiper-mobile-width);
      transform: scale(var(--swiper-mobile-inactive-scale));
    }

    .swiper-backface-hidden .swiper-slide.swiper-slide {
      transform: scale(var(--swiper-mobile-inactive-scale)) translateZ(0);
    }

    .swiper-button-next {
      left: calc((100% - var(--swiper-mobile-width)) / 2);
    }

    .swiper-button-prev {
      right: calc((100% - var(--swiper-mobile-width)) / 2);
    }
  }

  @media (max-width: 1680px) {
    .nf_hero .swiper-image .slider-content>* {
      font-size: 1.7rem;
    }

    .slider-col .slider-image {
      max-width: 42%;
      flex: 0 0 42%;
      transition: all 0.3s ease 0s;
    }
  }

  @media (max-width: 1366px) {
    .nf_hero .swiper-image .slider-content h5 {
      font-size: 1.5rem;
    }

    .nf_hero .swiper-image .slider-content h1 {
      font-size: 2.2rem;
    }
  }

  @media (max-width: 1200px) {
    .nf_hero .swiper-image {
      padding-right: 1rem;
    }

    .slider-col .slider-content {
      max-width: 100%;
      flex: 0 0 100%;
    }

    .slider-col .slider-image {
      bottom: -4.8125rem;
    }
  }

  @media (max-width: 991px) {
    .slider-col .slider-image {
      position: relative;
      bottom: 0px;
      max-width: 80%;
      flex: 0 0 80%;
      top: 84px;
      right: 50%;
      transform: translate(50%);
      scale: 1;
    }

    .nf_hero .swiper-image {
      padding: 70px 0.9375rem;
    }

    .nf_hero .swiper-image .slider-content h1 {
      font-size: 1.75rem;
    }

    .nf_hero .swiper-image .slider-content h5 {
      font-size: 1.25rem;
      margin-bottom: 0.3125rem;
    }

    .nf_hero .swiper-image .slider-content a {
      margin-top: 0.875rem;
      font-size: 1rem;
      width: 10.625rem;
    }
  }

  @media (max-width: 767px) {
    .nf_hero .swiper-backface-hidden .swiper-slide.swiper-slide-active {
      transform: scale(1.1) translateZ(0px) !important;
    }
  }

  .nf_timeline {
    margin-bottom: 3.125rem;
  }

  .nf_timeline h2 {
    text-transform: uppercase;
    font-size: 2rem;
    text-align: center;
    margin-bottom: 1.25rem;
  }

  .nf_qualifinal {
    display: flex;
  }

  .nf_qualifinal h4 {
    font-size: 1.4rem;
    font-style: normal;
    line-height: normal;
    padding-left: 1rem;
    height: 50%;
    display: flex;
    align-items: center;
  }

  .nf_qualifier {
    color: var(--primary-green-color);
  }

  .nf_final {
    color: rgb(255, 233, 36);
  }

  .nf_base-line {
    position: relative;
  }

  .nf_stage-wrap {
    text-align: center;
    padding: 0px 1.9375rem;
    position: relative;
  }

  .nf_stage-wrap img {
    margin: 0px auto;
    padding: 0.4375rem;
    background-color: rgb(18, 23, 31);
    border-radius: 50%;
  }

  .nf_base-grp {
    display: flex;
  }

  .nf_base-grp h3, .nf_base-grp span {
    text-transform: uppercase;
  }

  .nf_stage-wrap h3 {
    font-size: 1.2rem;
    margin-top: 0.9375rem;
    margin-bottom: 0.3125rem;
  }

  .nf_stage-wrap span {
    font-size: 1.125rem;
    color: rgb(72, 80, 104);
  }

  .nf_stage-wrap::after, .nf_stage-wrap::before, .nf_base-line::after, .nf_base-line::before, .nf_step-right .nf_base-list.nf_yellow::before {
    content: "";
    width: 7rem;
    height: 0.125rem;
    background-color: var(--primary-green-color);
    display: block;
    position: absolute;
    z-index: -1;
    top: 1.5rem;
  }

  .nf_stage-wrap::after {
    right: 50%;
  }

  .nf_stage-wrap::before {
    left: 50%;
  }

  .nf_qualifinal .nf_base-grp:first-child .nf_stage-wrap:first-child::before {
    content: none;
  }

  .nf_base-grp .nf_stage-wrap:nth-child(2)::after {
    width: 5.66em;
  }

  .nf_stage--qul {
    padding-top: 4.25rem;
  }

  .nf_stage--qul::before, .nf_stage--qul::after {
    width: 3.625rem;
    top: 2.23rem;
  }

  .nf_stage--qul::before {
    right: 0px;
    transform: rotate(-45deg);
  }

  .nf_stage--qul::after {
    right: auto;
    transform: rotate(-145deg);
    left: 0px;
  }

  .nf_step-center {
    display: flex;
    align-items: center;
  }

  .nf_step-center .nf_stage-wrap::after, .nf_step-center .nf_stage-wrap::before {
    content: none;
  }

  .nf_yellow .nf_stage-wrap::after, .nf_yellow .nf_stage-wrap::before {
    background-color: rgb(255, 233, 36);
  }

  .nf_base-line::before {
    left: -1.22rem;
    transform: rotate(-139deg);
    width: 1.5575rem;
    top: 1.01rem;
  }

  .nf_base-line::after {
    left: -1.22rem;
    transform: rotate(-139deg);
    width: 1.5575rem;
    background-color: rgb(255, 233, 36);
    top: 1.01rem;
  }

  .nf_step-right .nf_stage-wrap::after, .nf_step-right .nf_stage-wrap::before {
    width: 16rem;
  }

  .nf_db-stap.nf_base-line {
    display: flex;
    flex-direction: column;
    row-gap: 1.6rem;
  }

  .nf_step-right .nf_base-list.nf_yellow::after {
    left: -1.22rem;
    content: "";
    height: 0.125rem;
    display: block;
    position: absolute;
    z-index: -1;
    transform: rotate(-139deg);
    width: 1.5575rem;
    background-color: rgb(255, 233, 36);
    top: auto;
    bottom: 6.1rem;
  }

  .nf_step-right.nf_base-line::after {
    transform: rotate(-35deg);
    right: -0.9375rem;
    top: auto;
    bottom: 6rem;
  }

  .nf_step-right.nf_base-line::before {
    transform: rotate(34deg);
    width: 4rem;
    background-color: var(--primary-green-color);
    top: 2.59rem;
    right: -3.125rem;
  }

  .nf_db-stap.nf_base-line.nf_step-last {
    justify-content: center;
  }

  .nf_step-last.nf_base-line::after, .nf_step-last.nf_base-line::before {
    background-color: transparent;
  }

  .nf_step-left.nf_base-line::after {
    content: "";
    height: 0.125rem;
    display: block;
    position: absolute;
    z-index: -1;
    top: auto;
    bottom: 6.05rem;
  }

  .nf_step-left.nf_base-line::before {
    transform: rotate(-215deg);
    width: 3.625rem;
    background-color: var(--primary-green-color);
    top: 2.5rem;
    left: -3.125rem;
  }

  .nf_step-right .nf_base-list.nf_yellow::before {
    transform: rotate(-215deg);
    width: 3.625rem;
    background-color: var(--primary-green-color);
    top: 2.5rem;
    left: -3.125rem;
  }

  .nf_table {
    margin-bottom: 3.125rem;
  }

  .nf_table h4 {
    color: rgb(255, 255, 255);
    font-size: 1.5rem;
    font-style: normal;
    line-height: normal;
    margin-bottom: 0.3125rem;
  }

  .nf_table-block {
    padding: 1.875rem;
    border-radius: 0.938rem;
    background: linear-gradient(rgba(40, 45, 62, 0.6) 0%, rgba(26, 30, 43, 0.6) 100%);
    backdrop-filter: blur(2px);
  }

  .scrollable {
    background-image: url("../img/new_design_images/tab_bg.png");
    background-position: center center;
    background-size: contain;
  }

  .nf_table-block table {
    border-collapse: collapse;
    border: none;
    width: 100%;
  }

  .nf_table-block td, .nf_table-block th {
    border: none;
  }

  .nf_table-block tr:nth-child(2n) {
    border-radius: 0.625rem;
    border-top: 1px solid rgba(255, 255, 255, 0.06);
    background: rgba(48, 53, 72, 0.6);
  }

  .nf_table-block th {
    text-align: right;
    color: rgb(107, 120, 151);
    font-size: 1.125rem;
    padding: 0.625rem;
    text-transform: uppercase;
    white-space: nowrap;
  }

  .nf_table-block .noBorder {
    padding: 0.938rem 0.625rem;
    border: none !important;
  }

  .nf_table-block tr .noBorder:first-child {
    padding-right: 0.938rem;
  }

  .nf_table-block tr .noBorder:last-child {
    padding-left: 1.75rem;
  }

  .nf_table-block td {
    font-size: 1.125rem;
  }

  .team-img {
    width: 3rem;
    margin-left: 0.938rem;
    flex: 0 0 3rem;
    float: right;
  }

  .nf_table .nf_table-block th:first-child {
    width: 10%;
  }

  .nf_point {
    display: inline-block;
  }

  .nf_table-block thead {
    border-bottom: 1px solid rgb(48, 53, 72);
  }

  .nf_table-block h6 {
    font-size: 1.125rem;
    white-space: nowrap;
    text-transform: capitalize;
  }

  .nf_profile {
    font-size: 1rem;
    font-style: normal;
    line-height: normal;
    color: var(--primary-green-color);
    float: left;
  }

  .tb_btn {
    text-align: center;
    margin-top: 2.0625rem;
  }

  .table-wrapper {
    position: relative;
  }

  .table-wrapper .scrollable table {
    width: 100%;
  }

  .table-responsive {
    overflow-x: auto;
  }

  @media only screen and (max-width: 1280px) {
    .btn{
      width: auto;
      font-size: 1rem;
    }
    .nf_table .btn {
      display: inline-block;
      padding: 0.813rem 2.938rem;
      width: auto;
    }
    .tb_btn {
      margin-top: 1.0625rem;
    }
  }
  @media only screen and (max-width: 767px) {
    .nf_table {
      margin-bottom: 2.5rem;
    }
    .nf_table-block {
      padding: 1.25rem 0.9375rem;
    }

    .scrollable::-webkit-scrollbar {
      width: 0.3125rem;
      height: 0.125rem;
    }

    .scrollable::-webkit-scrollbar-track {
      background: rgba(255, 255, 255, 0.5);
    }

    .scrollable::-webkit-scrollbar-thumb {
      background: var(--primary-green-color);
    }

    .scrollable::-webkit-scrollbar-thumb:hover {
      background: rgb(85, 85, 85);
    }

    .nf_profile {
      margin-right: 0.9375rem;
      white-space: nowrap;
    }

    .scrollable {
      overflow: auto hidden;
      padding-bottom: 1rem;
    }
    .nf_table-block th{
      font-size: 1rem;
    }
    .nf_point-gp, .nf_team-gp {
      display: flex;
      align-items: center;
    }

    .nf_point-gp {
      justify-content: space-between;
    }

    .responsive {
      margin-right: 0%;
    }
  }

  .nf_new-card .col-3 {
    padding: 0px 0.625rem;
  }

  .nf_new-card .row {
    margin: 0px -0.625rem;
  }

  .game__bg-banner {
    padding-top: 100%;
    position: absolute;
    inset: 0px;
    opacity: 0.1;
    overflow: hidden;
    background-position: center center !important;
    background-repeat: no-repeat !important;
    background-size: cover !important;
  }

  .game__box {
    border-radius: 0.625rem;
    overflow: hidden;
    position: relative;
    margin-bottom: 1.25rem;
    height: calc(100% - 1.25rem);
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    background-image: url("../img/new_design_images/card-v3.jpg");
    background-size: 100% 100%;
    background-position: center center;
    background-repeat: no-repeat;
    transition: all .3s;
    top: 0;
  }
  .game__box:hover {
    top: -7px;
  }
  .game__box .game__banner {
    overflow: hidden;
    position: relative;
    padding-top: 50%;
    margin: 1.25rem 0.938rem 0px;
  }

  .game__box .game__banner img {
    width: 100%;
    height: 100%;
    border-radius: 0.625rem;
    position: absolute;
    inset: 0px;
    object-fit: cover;
  }

  .game__box .game__header {
    padding: 0.938rem 0.938rem 0.5rem;
    position: relative;
    /* z-index: 9; */
  }

  .game__box .game__header .game__logo img {
    width: 6.125rem;
    height: 10.625rem;
    object-fit: contain;
  }

  .game__box .game__header .game__des {
    margin-right: 0px;
  }

  .game__box .game__header .game__des .time {
    color: rgba(255, 255, 255, 0.7);
  }

  .game__box .game__header .game__des h4 {
    margin: 0.3125rem 0px 0px;
    color: rgb(255, 255, 255);
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    font-size: 1.25rem;
    font-style: normal;
    line-height: normal;
    text-transform: uppercase;
  }

  .game__box .game__body {
    padding: 0.938rem 0px;
    margin: 0px 0.938rem;
    position: relative;
    /* z-index: 9; */
    border-top: 0.0625rem solid rgb(41, 46, 60);
    justify-content: space-between;
    flex-wrap: wrap;
  }

  .game__box .game__body .info__item span {
    color: rgb(107, 120, 151);
    font-size: 0.875rem;
    font-style: normal;
    line-height: normal;
    text-transform: uppercase;
  }
  .game__box .game__body .info__item{
    flex: 1;
  }
  .game__box .game__body .info__item h5 {
    margin: 0.3125rem 0px 0px;
    font-size: 1rem;
    color: rgb(255, 255, 255);
    font-weight: 700;
    display: flex;
    align-items: center;
  }

  .game__box .game__body .info__item h5 .lazy {
    width: 1.25rem;
    height: auto;
  }

  .game__box .game__body .info__item:not(:last-child) {
    padding-left: 1.125rem;
    margin-bottom: 0.9375rem;
  }

  .game__box .game__footer {
    padding: 1.125rem;
    position: static;
    border-radius: 0px 0px 0.625rem 0.625rem;
    border-top: 1px solid rgb(41, 46, 60);
  }

  .game__box .game__footer .user__profile img {
    width: 2.625rem;
    min-width: 2.625rem;
    height: 2.625rem;
    border-radius: 50%;
    object-fit: cover;
  }

  .game__box .game__footer .user__des span {
    font-weight: 500;
  }

  .game__box .game__footer .user__des h5 {
    font-size: 1rem;
    font-weight: 700;
    color: rgb(255, 255, 255);
    width: 6.25rem;
    margin-top: 0.3125rem;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
  }

  .game__box .game__footer .game__action .btn {
    box-sizing: border-box;
    width: 100%;
    font-size: 1rem;
    color: rgb(20, 23, 33);
    position: relative;
  }

  .game__box .game__footer .game__action .btn.btn-gray {
    color: rgb(107, 120, 151);
  }

  .game__box .game__footer .action__hint {
    position: absolute;
    inset: -1.75rem 0px auto auto;
    background-color: rgba(25, 29, 42, 0.8);
    border: 1px solid rgb(36, 43, 62);
    box-shadow: rgba(0, 0, 0, 0.4) 0px 0.5625rem 1.1875rem;
    border-radius: 0.375rem;
    font-size: 0.75rem;
    padding: 0.5rem 0.75rem;
    z-index: 9;
    opacity: 0;
    visibility: hidden;
    transition: all 0.6s ease-in-out 0s;
  }

  .game__box .game__footer .game__action .btn:hover+.action__hint {
    opacity: 1;
    visibility: visible;
    transition: all 0.6s ease-in-out 0s;
  }

  .game__box .game__footer .game__action .btn::after {
    position: absolute;
    content: "";
    top: 0px;
    right: 0px;
    height: 100%;
    width: 100%;
    z-index: 10;
  }

  .game__tags {
    margin-top: 0.625rem;
    /* display: flex; */
    flex-wrap: wrap;
  }

  .game__tags .badge {
    padding: 0.5rem 0.75rem;
    border-radius: 0.625rem;
    border-top: 1px solid rgba(255, 255, 255, 0.06);
    background: rgba(48, 53, 72, 0.6);
    color: rgb(107, 120, 151);
    font-size: 1rem;
    font-style: normal;
    line-height: normal;
    text-transform: uppercase;
    display: inline-block;
  }

  .game__tags .badge {
    margin-left: 0.625rem;
    margin-bottom: 0.4375rem;
  }

  .game__box .game__body .info__item h5 img {
    max-width: 1.25rem;
    flex: 0 0 1.25rem;
    margin-left: 0.375rem;
    height: 1.125rem;
  }

  .game__box>a {
    height: 100%;
    width: 100%;
    position: absolute;
    z-index: 2;
    cursor: pointer;
    display: block;
    /* background-color: #000; */
  }

  @media (max-width: 1280px) {
    .nf_new-card .col-3, .tournaments-block .col-3{
      max-width: 33.33%;
      flex: 0 0 33.33%;
    }
  }
  @media (max-width: 1100px) {
    .game__box .game__body .info__item{
      max-width: 50%;
      flex: 0 0 50%;
    }
  }
  @media (max-width: 991px) {
    .game__tags .badge{
      font-size: 0.875rem;
    }
    .game__box .game__header .game__des h4{
      font-size: 1rem;
    }
    .nf_new-card .col-3, .tournaments-block .col-3{
      max-width: 50%;
      flex: 0 0 50%;
    }
  }
  @media (max-width: 767px) {

  }
  @media only screen and (max-width: 575px) {
    .game__tags .badge {
      padding: 0.3rem 0.75em;
    }
    .nf_new-card .col-3, .tournaments-block .col-3{
      max-width: 100%;
      flex: 0 0 100%;
    }
  }
  /* Prize Section */
  .nf_prize {
    padding: 3.125rem 0px;
    position: relative;
  }

  .nf_prize h2 {
    font-size: 3.25rem;
    margin-bottom: 0.938rem;
    text-transform: uppercase;
  }

  .nf_prize .nf_prize-left p {
    color: rgb(107, 120, 151);
    font-size: 1.375rem;
  }

  .nf_prize-right h3 {
    text-align: left;
    font-size: 4.3rem;
    font-style: normal;
    line-height: normal;
  }

  .nf_prize-right h5 {
    text-align: center;
    color: rgb(107, 120, 151);
    font-size: 2.375rem;
    font-style: normal;
    line-height: normal;
    text-transform: uppercase;
    margin-bottom: 0.3125rem;
  }

  .nf_prize-block .col-5 {
    display: flex;
    justify-content: end;
  }

  @media (max-width: 1366px) {
    .nf_prize-block .col-5 {
      display: block;
    }
  }

  @media (max-width: 1280px) {
    .nf_prize-block .col-5 {
      display: block;
    }

    .nf_prize-right h5 {
      font-size: 1.8rem;
    }

    .nf_prize-right h3 {
      font-size: 3rem;
    }

    .nf_prize h2 {
      font-size: 2rem;
    }
    .nf_prize .nf_prize-left p{
      font-size: 1.125rem;
      line-height: 1.6;
    }
  }
  @media (max-width: 1199px) {
    .nf_prize-right h3{
      text-align: center;
    }
    .nf_prize .row .col-6 {
      max-width: 100%;
      flex: 0 0 100%;
    }
  }
  @media (max-width: 991px) {
    .nf_prize-left {
      margin-bottom: 1.25rem;
      text-align: center;
    }
  }
  @media (max-width: 767px) {
    .nf_prize {
      padding: 2.5rem 0px;
    }
    .nf_prize-right h3{
      font-size: 2rem;
    }
    .nf_prize-right h5 {
      font-size: 1.2rem;
    }

  }
  /* Prize Section */

  .tab-container .tab-menu {
    max-width: 20%;
    flex: 0 0 20%;
  }

  .tab-wrap {
    max-width: 80%;
    flex: 0 0 80%;
    padding-right: 1.875rem;
  }

  .tab-inner {
    display: flex;
    justify-content: space-between;
    border-radius: 0.625rem;
    border-top: 0.0625rem solid rgba(255, 255, 255, 0.06);
    background: rgba(48, 53, 72, 0.6);
    padding: 0.4375rem;
  }

  .tab-inner li {
    width: 100%;
    text-align: center;
  }

  .tab-container .tab-menu ul {
    margin: 0px;
    padding: 0px;
    border-radius: 0.625rem;
    border-top: 1px solid rgba(255, 255, 255, 0.06);
    background: rgba(48, 53, 72, 0.6);
  }

  .tab-container .tab-menu ul li {
    list-style-type: none;
    display: block;
  }

  .tab-container ul li a {
    display: block;
    text-decoration: none;
    padding: 0.75rem;
    color: rgb(255, 255, 255);
    text-align: center;
    font-size: 1.125rem;
    font-style: normal;
    line-height: normal;
    text-transform: uppercase;
    border-radius: 0.625rem;
    border-top: 0.063rem transparent;
  }

  .tab-container .tab-menu ul li a:hover {
    color: rgb(255, 255, 255) !important;
  }

  a.active-a, .active-a-inner {
    background-color: var(--primary-green-color);
    box-shadow: rgba(0, 245, 164, 0.1) 0px 0.125rem 0.75rem 0px;
    border-top: 0.125rem solid rgba(255, 255, 255, 0.4);
    color: rgb(20, 23, 33);
  }

  .tab, .tab_inner {
    display: none;
  }

  .tab h2 {
    color: rgb(255, 255, 255);
  }

  .tab p {
    color: rgba(0, 0, 0, 0.6);
  }

  .tab-active, .tab-active-inner {
    display: block;
    height: 100%;
  }

  .tab-container {
    display: flex;
    flex-wrap: wrap;
  }

  .tab-container .tab-menu ul li a.active-a, .tab-container .active-a-inner {
    padding: 0.75rem;
    color: rgb(20, 23, 33);
  }

  .tab-inner .inner-tab-a {
    padding: 0.438rem 0.625rem;
    margin-bottom: 0px;
  }

  .tab-menu h3 {
    padding: 1rem 1.563rem 1rem 0.625rem;
    font-size: 1rem;
    text-transform: uppercase;
    color: rgb(107, 120, 151);
    margin-bottom: 1.563rem;
  }

  .nf_tabs-block {
    border-radius: 0.938rem;
    background: linear-gradient(rgba(40, 45, 62, 0.6) 0%, rgba(26, 30, 43, 0.6) 100%);
    backdrop-filter: blur(0.125rem);
  }

  .tab-container {
    background-image: url("../img/new_design_images/tab_bg.png");
    background-position: center center;
    background-size: contain;
    padding: 0.938rem 1.563rem 1.875rem;
  }

  .team-group {
    padding: 0px 1.375rem;
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    /* margin-top: -1.9375rem; */
    width: 100%;
  }

  .tab_inner-content .col-6:not(:last-child) {
    border-left: 0.063rem solid rgb(48, 53, 72);
  }

  .tab_inner-content .col-6 {
    display: flex;
    flex-wrap: wrap;
    align-content: center;
  }

  .team-group .team-ic {
    max-width: 65%;
    flex: 0 0 65%;
    margin-top: 0;
    padding: 1.875rem 0;
  }

  .team-group .team-ic img {
    max-width: 15.5rem;
  }

  .tab_inner-content .col-6:last-child {
    padding-right: 3.75rem;
  }

  .team-group .team-member {
    max-width: 50%;
    flex: 0 0 50%;
    text-align: center;
  }

  .nf_member-img {
    padding: 0.438rem 0.625rem;
  }

  .team-group .team-member img {
    margin: 0px auto;
    width: auto;
    height: 12.5rem;
    object-fit: contain;
  }

  .team-group h4, .nf_champ {
    font-size: 1.5rem;
    font-style: normal;
    line-height: normal;
    text-transform: uppercase;
  }

  .tab_inner-wrap {
    margin-top: 1.563rem;
    height: 100%;
  }

  .tab_inner-content {
    height: 100%;
  }

  .tab_inner-content .row {
    height: calc(80%);
  }

  @media (max-width: 1600px) {
    .tab_inner-content .col-6:last-child {
      padding-right: 1.75rem;
    }
  }
  @media (max-width: 1280px) {
    .tab-container{
      padding: 0.938rem 1.25rem 1.875rem;
    }
  }

  @media (max-width: 1199px) {
    .tab-container .tab-menu, .tab-wrap {
      max-width: 100%;
      flex: 0 0 100%;
    }
    .tab-wrap{
      padding-right: 0;
    }
    .tab_inner-content .col-6:last-child {
        padding-right: 0.625rem;
    }
    .team-group .team-ic img {
      max-width: 100%;
      width: 70%;
    }
    .team-group .team-member img {
      margin: 0px auto;
      max-width: 100%;
      height: 14rem;
      object-fit: contain;
    }
    .team-group h4, .nf_champ{
      font-size: 1.3rem;
    }
  }

  @media (max-width: 991px) {
    .team-group {
      padding: 0;
      /* margin-top: -1.7rem; */
    }
  }
  @media (max-width: 767px) {
    .tab_inner-content .row{
      height: auto;
    }
    .team-group .team-ic img {
      max-width: 100%;
      width: auto;
    }
    .tab_inner-content .col-6:not(:last-child) .team-group{
      padding-bottom: 2rem;
    }
  }

  @media (max-width: 575px) {
    .team-group .team-member img {
      height: 10rem;
    }
    .team-group .team-ic img{
      max-width: 80%;
    }
  }
  .nf_partners {
    position: relative;
    text-align: center;
    margin: 3.125rem 0px 4.375rem;
  }

  .nf_partners h2 {
    margin-bottom: 2.313rem;
  }

  .nf_partner-img img {
    margin: 0px auto;
  }

  .brand_list_slider {
    max-width: 85%;
    margin: 0px auto;
  }

  .nf_partner-img {
    padding: 0px 5rem;
  }

  @media (min-width: 1199px) {
    .brand_list_slider {
      max-width: 100%;
    }
    .nf_partner-wrap{
        align-items: center;
    }
    .nf_partner-img {
        padding: 0px 3rem;
    }
    .nf_partner-img img {
        margin: 0px auto;
        height: 80px;
        object-fit: contain;
    }
  }

  @media (min-width: 767px) {
      .nf_partner-img {
        padding: 0;
    }
  }

  @media (min-width: 768px) {
    .nf_partner-wrap .brand_list-item:not(:last-child) {
      border-left: 0.063rem solid rgb(48, 53, 72);
    }

    .nf_partner-wrap .brand_list-item {
      max-width: calc(33.3333% - 1rem);
      flex: 0 0 calc(33.3333% - 1rem);
    }

    .nf_partner-wrap {
      flex-wrap: wrap;
      gap: 2.313rem 1.5rem;
    }
  }

  .shape_right svg, .shape_right img {
    height: auto;
  }

  .nf_partners .shape_right {
    left: -10%;
    bottom: 0px;
  }

  .nf_new-card {
    position: relative;
  }

  .nf_new-card .shape_right {
    left: -10%;
    top: -20%;
  }

  .nf_prize .shape_right {
    bottom: 0px;
    right: 0px;
  }


  /* === 2023/12/25 css start === */

  @media (max-width:1680px) and (min-width:992px){
    .nf_hero .swiper-image .slider-content h1 {
      font-size: 2rem;
    }

    .nf_hero .swiper-image .slider-content h5 {
        font-size: 1.55rem;
        margin-bottom: 0.5rem;
    }

    .nf_hero .swiper-image .slider-content a {
        margin-top: 0.5rem;
    }
  }
  @media (max-width:1024px) and (min-width:992px){
    .nf_hero .swiper-image .slider-content h5 {
        font-size: 1.35rem;
    }
  }
  @media (max-width:991px) {
    .header__main > div > div > div:last-child {
        max-width: 66.33%;
        flex: 0 0 66.33%;
        padding-left: 11vw;
    }

    .header__main > div > div > div:nth-child(2) {
      max-width: 100% !important;
      flex: 0 0 100% !important;
      position: absolute;
      top: 0;
      left: 0;
      width:100%;
    }
    .header__main > div > div {
        justify-content: space-between;
    }
    .header__menu .nav-item .nav-link{
      color: #000;
      text-align: right;
    }

  }


  /* === Select2 CSS Start === */


  .f-dropdown select {
    display: none;
  }
  .f-dropdown > span {
    cursor: pointer;
    padding: 0.5625rem;
    display: flex;
    align-items: center;
    position: relative;
    color: #bbb;
    background: rgba(48, 53, 72, 60%);
    transition: color 0.2s ease, border-color 0.2s ease;
    border-radius: 0.9375rem;
  }
  .f-dropdown > span:before, .f-dropdown > span:after {
    content: "";
    display: block;
    position: absolute;
    width: 0.5rem;
    height: 0.125rem;
    border-radius: 1px;
    top: 50%;
    left: 0.75rem;
    background: #6B7897;
    transition: all 0.3s ease;
  }
  .f-dropdown > span:before {
    margin-left: 0.25rem;
    transform: scale(0.96, 0.8) rotate(-50deg);
  }
  .f-dropdown > span:after {
    transform: scale(0.96, 0.8) rotate(50deg);
  }
  .f-dropdown ul {
    position: absolute;
    top: 4.1875rem;
    right: 0;
    width: 100%;
    z-index: 999;
    display: none;
    padding: 0.625rem 0.5rem;
    background: rgba(48, 53, 72, 60%);
    border-radius: 0.9375rem;
  }

  .f-dropdown.open {
    z-index: 15;
  }

  .f-dropdown.open > span:before {
    transform: scale(0.96, 0.8) rotate(50deg);
  }
  .f-dropdown.open > span:after {
    transform: scale(0.96, 0.8) rotate(-50deg);
  }
  .f-dropdown.open ul {
    display: flex;
    flex-direction: column;
    row-gap: 0.625rem;
  }
  .nf_country-drop {
    position: relative;
  }

  .header__main {
    position: relative;
  }

  .f-dropdown.open ul li {
    margin-left: 0;
  }

  .f-dropdown.selectDropdown {
    min-width: 7.5rem;
    width: 7.5rem;
  }

  .header__main > div > div > div:last-child {
    display: flex;
    align-items: center;
    justify-content: flex-end;
    column-gap: 1.25rem;
  }

  /* === Select2 CSS End === */


  /* menu css start */

  .header__menu.active {
    position: absolute;
    top: 85px;
    right: 50%;
    transform: translate(50%);
  }

  .menu-open .main__page__content::after {
    background-color: rgb(40 44 61 / 67%);
  }

  @media (max-width:1199px){
    .nf_head-btn .btn {
      padding: 0.625rem 0.8125rem;
    }
  }
  @media (max-width:575px){
    .header__main > div > div > div:last-child {
      padding-left: 4rem;
      column-gap: 0.5rem;
    }

    .header__main > div > div > div {
        max-width: calc(100%/2 - 10px) !important;
        flex: 1;
    }

    .nf_head-btn .btn {
        padding: 0.425rem 0.6125rem;
        text-wrap: nowrap;
    }
    .f-dropdown.selectDropdown {
      min-width: 6rem;
      width: 6rem;
    }
    .nf_hero .swiper-image .slider-content h1 {
      font-size: 1.45rem;
    }
    .toggle__menu {
      top: 19px;
      width: 28px;
      line-height: 0.3;
  }
  }

  .flex{
    display: flex;
  }

  /* === Footer CSS Start === */

  footer.nf__footer {
    background: linear-gradient(-180deg, rgba(40, 45, 62, 0.60) 0%, rgba(26, 30, 43, 0.60) 100%);
    padding: 2.5rem 1rem 2rem;
  }

  .nf__foot--logo {
    align-items: center;
    column-gap: 1.475rem;
  }

  .nf__foot--col > div {
    max-width: calc(100%/3 - 10px);
    flex: 0 0 calc(100%/3 - 10px);
  }

  .nf__foot--col{
    justify-content: space-between;
    padding: 0 !important;
  }

  .nf__foot--col > div {
    max-width: calc(100%/3 - 10px);
    flex: 0 0 calc(100%/3 - 10px);
  }

  .nf__foot--logo a:first-child:before {
    content: '';
    background: #303548;
    height: 60px;
    width: 1px;
    position: absolute;
    left: 0;
    top: 50%;
    transform: translateY(-50%);
  }

  .nf__foot--logo a:first-child {
    position: relative;
    padding-left: 2rem;
  }

  ul.nf__soc--icon {
    column-gap: 10px;
  }

  .nf__service--con {
    display: flex;
    justify-content: space-between;
  }

  .nf__service--con a,.nf__foot--add h3 {
    color: white;
    font-size: 1.375rem;
  }

  .nf__foot--add p {
    margin: 1rem 0;
    font-size: 0.875rem;
    color: #6B7897;
    column-gap: 0.3rem;
  }

  .nf__foot--add a {
    color: #6B7897;
  }

  .nf__foot--add a span {
    margin-left: 0.5rem;
  }

  .nf__foot--col ul {
    margin-block: 2rem;
    padding-left: 0;
    justify-content: flex-end;
  }

  .nf__footer--con > div > p {
    text-align: center;
    color: #6B7897;
    font-size: 0.875rem;
    margin-top: 2rem;
  }

  .nf__foot--add {
    padding-right: 5vw !important;
  }

  /* .nf__foot--col > div:not(:first-child) {
    padding-top: 4rem;
  } */

  ul.nf__soc--icon a:hover {
    opacity: 0.7;
  }

  .nf__service--con a:hover {
    color: var(--primary-green-color);
  }

  @media(max-width:1280px){
    .nf__foot--add {
      padding-right: 1vw !important;
    }
  }

  @media(max-width:991px){
    .nf__service--con a:hover {color: var(--primary-green-color);}

  .nf__foot--col {
      flex-direction: column;
      align-items: center;
  }

  .nf__foot--add {
      padding-right: 1vw !important;
  }

  .nf__foot--col > div {
      max-width: calc(100% - 0px);
      flex: 0 0 calc(100% - 0px);
  }

  .nf__foot--col ul {
      justify-content: center;
      margin-bottom: 0;
      justify-content: flex-end;
  }

  .nf__foot--col > div:not(:first-child) {
      padding-top: 3rem;
  }

  .nf__foot--add {
      text-align: center;
  }

  .nf__foot--add p {
      column-gap: 0;
  }

  .nf__foot--add a {
      justify-content: center;
  }

  .nf__foot--add {
      padding-inline: 17vw !important;
  }
  .nf__service--con {
    column-gap: 30px;
    flex-wrap: wrap;
    justify-content: center;
    row-gap: 15px;
  }
  }

  /* === Timeline Block Responsive CSS Start [26/12/2023] === */

  /*  */
  .nf_step-last .nf_base-grp .nf_stage-wrap:last-child:after {
    display: none;
  }

  @media (max-width:991px) {
    .nf_qualifinal{
      flex-wrap: wrap;
      margin-top: 60px;
    }
    .nf_step-center, .nf_step-last {
      width: 100%;
      max-width: 100%;
      flex: 0 0 100%;
    }
    .nf_stage-wrap {
      width: 100%;
      padding-top: 4rem;
    }
    .nf_step-last .nf_base-grp{
      flex-wrap: wrap;
    }
    .nf_title-wrap {
      width: 100%;
      display: flex;
    }

    .nf_qualifinal h4 {
      height: auto;
      max-width: 50%;
      flex: 0 0 50%;
      width: 100%;
      display: block;
      text-align: center;
      padding: 0 0.9375rem;
    }
    .nf_base-grp {
      display: flex;
      flex-wrap: wrap;
    }
    .nf_db-stap.nf_base-line{
      flex-direction: row;
      width: 100%;
    }
    .nf_step-center {
      margin-top: 3rem;
    }
    .nf_step-left.nf_base-line::before {
      transform: rotate(-215deg);
      width: 3.625rem;
      top: auto;
      left: auto;
      bottom: 0;
      right: 0;
    }
    .nf_base-list {
      width: 50%;
    }
    .nf_stage-wrap::after{
      right: 50%;
      transform: translateY(-50%) rotate(0deg);
      width: 0.125rem;
      height: 2.53rem;
      top: 20%;
    }
  }

  /*  */
  @media(max-width:1380px) and (min-width:1295px){
    .nf_step-left .nf_yellow .nf_stage-wrap::before, .nf_step-left .nf_yellow .nf_base-grp .nf_stage-wrap:nth-child(2)::after,.nf_step-left .nf_yellow .nf_stage-wrap::after {
        top: 1.75rem;
    }
    .nf_step-right .nf_base-list.nf_yellow::after,.nf_step-right.nf_base-line::after{
        bottom: 6.3rem;
    }
  }

  @media(max-width:1295px) and (min-width:1280px){
    .nf_step-left .nf_yellow .nf_stage-wrap::before, .nf_step-left .nf_yellow .nf_base-grp .nf_stage-wrap:nth-child(2)::after,.nf_step-left .nf_yellow .nf_stage-wrap::after {
        top: 1.9rem;
    }
        .nf_step-right .nf_base-list.nf_yellow::after,.nf_step-right.nf_base-line::after{
        bottom: 6.5rem;
    }
  }

  @media(max-width:1279px) and (min-width:992px){
    .nf_step-left .nf_yellow .nf_stage-wrap::before, .nf_step-left .nf_yellow .nf_base-grp .nf_stage-wrap:nth-child(2)::after,.nf_step-left .nf_yellow .nf_stage-wrap::after {
        top: 1.5rem;
    }
        .nf_step-right .nf_base-list.nf_yellow::after,.nf_step-right.nf_base-line::after{
        bottom: 6rem;
    }
  }

  @media(max-width:991px){
    .nf_stage-wrap::before {
        width: 0.125rem;
        height: 2.7rem;
        top: 0.8rem;
    }

    .nf_base-grp .nf_stage-wrap:nth-child(2)::after {
        opacity: 0;
    }

    .nf_step-left.nf_base-line::before,.nf_step-left.nf_base-line::after {
        right: 13rem;
        bottom: -4rem;
        width: 5.625rem;
    }

    .nf_step-left.nf_base-line::after {
        right: auto;
        left: 14rem;
        width: 5.25rem;
    }

    .nf_step-right .nf_stage-wrap::after, .nf_step-right .nf_stage-wrap::before {
        width: 0.125rem;
    }

    .nf_step-right.nf_base-line::before,.nf_step-right .nf_base-list.nf_yellow::before {
        transform: rotate(34deg);
        width: 5.5rem;
        background-color: var(--primary-green-color);
        top: -50px;
        right: 200px;
    }

    .nf_db-stap.nf_base-line.nf_step-right {
        margin-top: 100px;
    }

    .nf_step-right .nf_base-list.nf_yellow::before {
        right: auto;
        left: 200px;
        transform: rotate(-215deg);
        background-color: rgb(255, 233, 36);
    }

    .nf_db-stap.nf_base-line.nf_step-last {
        margin-top: 6rem;
    }

    .nf_step-right.nf_base-line::after {
        bottom: -3.5rem;
        right: 230px;
        width: 5.5575rem;
        background: var(--primary-green-color);
    }

    .nf_step-right .nf_base-list.nf_yellow::after {
        bottom: -3.5rem;
        left: 230px;
        width: 5.5575rem;
    }
  }


  @media(max-width:660px){
    .nf_step-left.nf_base-line::before {
        right: 10rem;
    }

    .nf_step-left.nf_base-line::after {
        left: 11rem;
    }

    .nf_step-right.nf_base-line::before,.nf_step-right .nf_base-list.nf_yellow::before {
        right: 150px;
    }

    .nf_step-right .nf_base-list.nf_yellow::before {
        right: auto;
        left: 155px;
    }


    .nf_step-right.nf_base-line::after {
        right: 160px;
    }

    .nf_step-right .nf_base-list.nf_yellow::after {
        left: 160px;
    }

  }

  @media(max-width:540px){
    .nf_step-left.nf_base-line::before {
        right: 7rem;
        bottom: -4rem;
        width: 3.625rem;
    }

    .nf_step-left.nf_base-line::after {
        right: auto;
        left: 7rem;
        width: 3.25rem;
        bottom: -4rem;
    }
    .nf_step-right.nf_base-line::before,.nf_step-right .nf_base-list.nf_yellow::before {
        right: 110px;
        width: 3.5rem;
    }

    .nf_step-right .nf_base-list.nf_yellow::before {
        right: auto;
        left: 110px;
    }
    .nf_step-right.nf_base-line::after {
        right: 110px;
        width: 3.5575rem;
    }

    .nf_step-right .nf_base-list.nf_yellow::after {
        left: 110px;
        width: 3.5575rem;
    }
    .nf_stage-wrap h3,.nf_qualifinal h4 {
      font-size: 1rem;
    }
  }



  @media(max-width:1280px) and (min-width:1200px){
    .nf_qualifinal {
        transform: scale(0.75);
        justify-content: center;
    }
  }

  @media(max-width:1199px) and (min-width:992px){
    .nf_qualifinal {
        transform: scale(0.65);
         justify-content: center;
    }
  }

  /* dropdown after login */

  .nf__head--dropdown button.btn.btn-secondary {
    padding: 0.2rem 0.4rem !important;
    width: 100%;
    background: transparent !important;
    border: 0;
    color: #fff !important;
}

.dropdown.nf__head--dropdown button.btn.btn-secondary:hover {
    background: transparent !important;
    color: #000 !important;
}

/* 1st Jan 2024 css start */

@media(max-width:991px){
  .header__main > div > div {
      flex-wrap: wrap;
  }

  .region-nav-additional ul {
      padding-right: 0;
  }
}

.nf__filter--menu {
  padding: 2.5rem 0 0rem;
}

.nf__filter--menu .select2-container--default .select2-selection--multiple {
  cursor: pointer;
  padding: 0.5625rem;
  display: flex;
  align-items: center;
  position: relative;
  color: #fff;
  background: rgba(48, 53, 72, 60%);
  transition: color 0.2s ease, border-color 0.2s ease;
  border-radius: 0.5rem;
  border: 0 !important;
}


.nf__filter--menu .select2-container--default .select2-search--inline .select2-search__field::placeholder {
  color: #fff;
}

.nf__filter--menu > div > div {
  align-items: center;
  flex-wrap: wrap;
}

.nf__filter--menu > div > div > div {
  text-align: center;
}

.nf__filter--menu .form-check > input {
  background: rgba(48, 53, 72, 60%);
  border: 1px solid #36405c;
}

.nf__filter--menu .form-check > label {
  font-size: 0.95rem;
  font-weight: 400;
  white-space: nowrap;
}

@media(max-width:1200px){
  .nf__filter--menu > div > div > div:first-child {
      width: 100%;
      text-align: right;
      margin-bottom: 1.5rem;
  }

  .nf__filter--menu > div > div > div:not(:first-child) {
      text-align: right;
  }
}

@media(max-width:475px){
  .nf__filter--menu > div > div {
      flex-direction: column;
      align-items: flex-start;
  }
}


/* === 05/01/2024 css start === */

.nf_tabs-block .tab_inner-content > div > div:first-child {
  align-content: flex-start !important;
}

/* .nf_tabs-block  .tab_inner-content {
  margin-top: 3rem;
} */
.nf_tabs-block  .team-group {
  justify-content: space-between;
}

.nf_tabs-block  .tab_inner-content .col-6 {
  align-content: baseline;
}

.nf_tabs-block  .team-group .team-ic img {
  width: 80%;
}

.nf_tabs-block .team-member img {
  -webkit-mask-image: -webkit-linear-gradient(180deg, #000 38.48%, rgba(0, 0, 0, 0.00) 95.39%);
  mask-image: linear-gradient(180deg, #000 38.48%, rgba(0, 0, 0, 0.00) 95.39%);
  -webkit-mask-repeat: no-repeat;
  mask-repeat: no-repeat;
}

.nf_tabs-block  .team-group .team-ic {
  max-width: 100%;
  flex: 0 0 100%;
}

.nf_tabs-block h4.nf_champ {
  margin-bottom: 4rem;
}

@media(max-width:767px){
  .nf_tabs-block h4.nf_champ{
      font-size: 1.2rem;
  }

  .nf_tabs-block .tab_inner-content .row {
      flex-direction: column;
  }

  .nf_tabs-block .tab_inner-content .row > div {
      max-width: 100%;
      width: 100%;
      flex: 0 0 100%;
      border: 0 !important;
      justify-content: center;
  }

  .nf_tabs-block .tab_inner-content .col-6:not(:last-child) {
      border-bottom: 0.063rem solid rgb(48, 53, 72) !important;
      margin-bottom: 2rem;
  }
  .tab_inner-content .col-6:not(:last-child) .team-group {
    padding-bottom: 2rem;
    justify-content: center;
}
  /* .nf_tabs-block .team-group .team-ic img {
    width: 100%;
  } */
  .nf_tabs-block h4.nf_champ {
    margin-bottom: 2rem;
  }
}

/* === 08-01-2024 css start === */

.game__tags .badge {
  text-wrap: wrap;
  text-align: right;
}

@media(max-width:1366px){
  .game__tags .badge {
     font-size: 0.8rem;
  }
}

.nf_prize-left {
  text-align: right;
}

.nf_prize-right h3 {
  text-align: center;
}

.tab-active-inner .nf_champ,.tab-active-inner .team-member h4,.tab-active-inner .team-ic,.tab-active-inner .nf_member-img,
.tab-active-inner .team-member img  {
    animation: fadeUp 0.6s ease-in-out;
}


@keyframes fadeUp {
  from {
    opacity: 0;
    transform: translateY(20px);
  }
  to {
    opacity: 1;
    transform: translateY(0);
  }
}

.partners__cover {
  margin-top: 0 !important;
}
/* .path-frontpage main {
  margin-top: 35px;
} */
.nf_hero .swiper {
  padding: 0rem 0px 2.875rem;
  height: calc(var(--swiper-width) * var(--swiper-image-ratio) / 100%);
  position: relative;
  top: 0;
}

.nf_hero {
  margin-top: 35px;
}


@media(min-width:767px){
  .nf_bracket-title > div > div {
      max-width: calc(100%/2);
      flex: 0 0 calc(100%/2);
  }
}

/* ==== 09/01/2024 start ==== */

.info__item h5 img,.game__tags .badge img {
  display: inline-block;
}

.gray-gradiant img {
  display: inline-block;
  margin-left: 5px;
}

.game__tags {
  min-height: 85px;
  max-height: 85px;
  /* overflow: hidden; */
}

.game__tags .badge {
  height: 100%;
  /* font-size: 12px; */
}

.game__tags .remainingTags .badge{
  height: initial !important;
}

.remainingTags.active {
  display: block !important;
  position: absolute;
  left: 0;
  bottom: calc(0% + 55px);
  background-color: #0f121a;
  padding: 15px;
  border-radius: 7px;
  width: min-content;
}

.remainingTags .badge {
  white-space: nowrap;
}

.remainingTags .badge:last-child {
  margin: 0;
}

.leaderboards-block .leaderboards__header .nf__leaderboard_icon {
  display: block;
  margin-right: auto;
  margin-left: auto;
}

/* === 12-01-2024 === */

/* .match__list .match__item .match__action a {
  display: inline-block;
}
 */


 /* === 15-01-2024 === */
 .path-frontpage main {
  margin-top: 0;
}
.nf_timeline {
  display: none;
}

 @media (max-width: 1399px){
 .game__box .game__body .info__item:not(:last-child){
  padding-left: 0.425rem;
}
.game__box .game__body .info__item h5{
  font-size: 0.9rem;
}
.game__box .game__body .info__item span{
  font-size: 0.775rem;
}
}
 @media (max-width: 1199px){
  .tournament__cover {
   margin-top: 0;
 }

 }
 @media (max-width: 991px){
  .nf__foot--col > div {
   width: 100%;
  }
 }

 @media (max-width: 600px){
  .slider-col .slider-image img {
      height: 170px !important;
  }
}

@media(max-width: 400px){
  .slider-col .slider-image img {
      height: 124px !important;
  }
}
@media (max-width: 340px){
  .slider-col .slider-image img {
      height: 80px !important;
  }
}

 /* === 16-01-2024 === */
.nf__custom_file--item .nf__custom_file--img svg {
  position: absolute;
  top: 50%;
  right: 50%;
  transform: translate(50%,-50%);
}
/*18-01-2024*/
.nf_game_box_info {
  text-align: left;
}

.nf_game_box_info h5 {
  justify-content: flex-end;
}

@media(max-width:360px){
  .nf_head-btn .btn {
      padding: 0.425rem 0.6125rem;
      font-size: 14px;
  }

  .header__main a.dropdown-toggle {
      font-size: 14px;
  }

  .header__main .header__logo img {
      width: 80px;
  }
  .toggle__menu {
      top: 10px;
  }
}

/* 25-01-2024 */

.nf_team-tab .tab-header {
  max-width: 100%;
  flex: 0 0 100%;
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  grid-gap: 1.875rem;
  margin-bottom: 1.875rem;
}

.nf_team-tab .tab-header h3 {
  font-size: 1rem;
  text-transform: uppercase;
  color: rgb(107, 120, 151);
  margin-bottom: 1.563rem;
  flex: 0 0 20%;
  max-width: 20%;
  padding-right: 1.5625rem;
}

.nf_team-tab .tab-header .tab-inner {
  flex: 1;
  margin-bottom: 0;
  grid-gap: 0.5rem;
}

.nf_team-tab .tab-container .tab-menu ul li + li {
  margin-top: 0.5rem;
}

.nf_team-tab .tab-container .tab-menu ul {
  padding: 1.125rem 0.5rem;
}

.select-dropdown__button {
  display: none;
}

.team__wrapper {
  display: flex;
  max-width: 100%;
  flex: 0 0 100%;
}

.team__wrapper .team-group h4 {
  width: 100%;
  display: block;
  text-align: right;
}

.team__wrapper .team-member {
  text-align: center;
  padding: 0 0.9375rem;
  flex: 0 0 215px
}

.team__wrapper .team-member .nf_member-img {
  padding-left: 0;
  padding-right: 0;
}

.team__wrapper .team-member img {
  height: 100%;
  object-fit: contain;
  width: auto;
  max-height: 14.75rem;
  display: block;
  margin: 0 auto;
}

.team__wrapper .team-group {
  flex: 1;
  align-items: flex-start;
}

@media (max-width: 1199px) {
  .nf_team-tab .tab-header h3 {
    flex: 0 0 100%;
    max-width: 100%;
    padding-right: 0;
  }

  .nf_team-tab .tab-header .tab-inner {
    flex: 0 0 100%;
    max-width: 100%;
  }

  .select-dropdown__button {
    display: flex;
    text-decoration: none;
    padding: 0.75rem;
    text-align: center;
    font-size: 1.125rem;
    font-style: normal;
    line-height: normal;
    text-transform: uppercase;
    border-radius: 0.625rem;
    background-color: var(--primary-green-color);
    box-shadow: rgba(0, 245, 164, 0.1) 0px 0.125rem 0.75rem 0px;
    border-top: 0.125rem solid rgba(255, 255, 255, 0.4);
    color: rgb(20, 23, 33);
    border: 0;
    font-weight: 500;
    column-gap: 0.5rem;
    margin-bottom: 1.875rem;
  }

  .select-dropdown__button i:before {
    content: "\2BC6";
    font-style: normal;
    line-height: 1;
    display: block;
  }

  .nf_team-tab .tab-container .tab-menu ul {
    max-width: 18.75rem;
    width: 18.75rem;
    display: none;
    z-index: 9;
    background-color: rgb(40 45 61);
  }

}

@media (max-width: 480px) {
  .team-member .nf_member-img img {
      max-width: 8.125rem;
  }
}

/* End */
/*29-01-2024*/
.nf_country-drop .dropdown-toggle {
  border-radius: 10px;
  background: linear-gradient(-180deg, #464E66 0%, #32384B 100%);
  padding: 10px 12px;
  line-height: 1.5;
}
.nf_country-drop .dropdown-menu.show{
  background: linear-gradient(-180deg, #464E66 0%, #32384B 100%);
  margin-top: 10px;
  padding: 10px 15px;
}
.nf_country-drop .dropdown-menu img {
  max-width: 50px;
  border-radius: 5px;
}
.nf_country-drop .dropdown-menu a {
  display: block;
  margin-right: 0 !important;
}
.nf_country-drop .dropdown-menu li:not(:last-child){
  margin-bottom: 15px;
}

.nf__custom-btn .btn {

  width: 180px;
  margin-right: 10px;
}

@media (max-width: 991px){
  .nf__custom-btn .btn {
    width: 50px;
  }
  .nf__custom-btn .btn span {
    display: none;
  }
}
div#partner-description p {
  display: flex;
  justify-content: center;
  margin: 60px 0 80px;
}
/* Cross game leaderboard */
.nf_point-gp {
  display: flex;
  justify-content: space-between;
  align-items: center;
}

.team-img img {
  border-radius: 70px;
  max-width: 50% !important;
}

.nf_team-gp {
  display: flex;
  align-items: center;
}

.nf_table-block tr .noBorder:first-child,.nf_table-block tr .noBorder:last-child {
  vertical-align: middle;
}

/* our partner section css start */
.nf_our_partner {
  text-align: center;
}

.nf_our_partner .nf_partners-wrap {
  display: flex;
  gap: 35px;
  flex-direction: column;
}

.nf_our_partner .brand_list_slider {
  width: 100%;
}
.nf_our_partner .nf_partner-img img {
  margin: 0px auto;
  object-fit: contain;
}


@media (min-width: 768px) {
  .nf_our_partner .nf_partner-img img {
      height: 80px;
  }
  .nf_our_partner .nf_partner-wrap {
      justify-content: center;
  }
}
@media (min-width: 1199px) {
  .nf_our_partner .nf_partner-img img {
      height: 130px;
  }
}
/* Featured Matches Slider Css 11-06-2024 */
.col-md-12 .featured_matches__slider .position-static {
  background: #161b27;
  border: 1px solid #292b3d;
  border-radius: 10px;
  padding-block: 15px;
}

.nf__match_name {
  display: flex;
  align-items: center;
  gap: 8px;
  font-size: 12px;
}

.nf__match_time--con {
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
  padding: 0 15px 10px;
}

.nf__match--scor {align-items: center;}

.nf__match--scor > div > div {
  display: flex;
  flex-direction: column;
  gap: 8px;
}

.nf__match--scor > div:nth-child(2) {
  position: absolute;
  top: 24px;
  right: 50%;
  transform: translateX(50%);
}

.nf__match--scor {
  position: relative;
  justify-content: space-between;
}

.nf__match--logo {
  max-width: 33.33%;
  flex: 0 0 33.33%;
}

.nf__match--scor > div {
  padding-inline: 0;
  margin: 0 !important;
}

.row.nf__match--scor {
  margin: 0;
  padding: 0 15px;
}

.nf_stage-content {
  align-items: center;
}

.nf_stage-content h3 {
  font-weight: 400 !important;
  font-size: 18px;
}

.nf_stage-content h5 {
  font-weight: 400 !important;
  background: #282c3c;
  font-size: 14px;
  padding: 7px 12px 5px;
  line-height: 1;
  border-radius: 5px;
}

.nf__match--scor > div:nth-child(2) p {
  font-weight: 600;
  color: #00f5d1;
  font-size: 24px;
  font-style: italic;
}

.nf__match_time span {
  font-size: 12px;
  text-align: center;
  display: block;
  color: #6b7898;
}
/* our partner section css end */

/*  */
.live_matches_tags {
    margin-top: 0.625rem;
    flex-wrap: wrap;
}

.live_matches_tags .badge {
    padding: 0.5rem 0.75rem;
    border-radius: 0.625rem;
    border-top: 1px solid rgba(255, 255, 255, 0.06);
    background: rgba(48, 53, 72, 0.6);
    color: rgb(107, 120, 151);
    font-size: 1rem;
    font-style: normal;
    line-height: normal;
    text-transform: uppercase;
    display: inline-block;
}

.live_matches_tags .badge {
    margin-left: 0.625rem;
    margin-bottom: 0.4375rem;
}

.live_matches_tags .badge {
    text-wrap: wrap;
    text-align: right;
}

@media(max-width:1366px){
    .live_matches_tags .badge {
       font-size: 0.8rem;
    }
}

.live_matches_tags {
    min-height: 85px;
    max-height: 85px;
}

.live_matches_tags .badge {
    height: 100%;
}

.live_matches_tags .remainingTags .badge{
    height: initial !important;
}


.nf_stage-img img {
    border-radius: 100%;
    object-fit: cover;
    object-position: center center;
}

.nf__featured-match .team__logo img {
    height: 100%;
    object-fit: cover;
}

.nf__featured-match .team__logo {
    max-width: 270px;
    height: 270px;
    margin-bottom: 20px;
    border-radius: 100%;
    overflow: hidden;
}

.nf__featured-match iframe {
    width: 100%;
}

.nf__featured-match .match__info{
    gap: 40px;
}

@media (max-width: 767px){
    .nf__featured-match .team__logo {
        max-width: 150px;
        height: 150px;
    }
    .nf__featured-match .match__info{
        gap: 20px;
    }
}

@media (max-width: 575px){

    .nf__featured-match .match__result {
        flex: 0 0 100%;
    }

}

.col-md-12 .featured_matches__slider .position-static.nf__live {
    border-color: var(--primary-green-color);
}

/* Featured match details page design */

.nf__match_time--con > span {
    position: absolute;
    right: 50%;
    transform: translateX(50%);
    top: 0;
}

.nf__match_time--con {
    position: relative;
}


.tournament-bracket.single-elimination_bracket.third_place-bracket_8 > div:last-child ul li:last-child .match-lines.double_line {
    display: block;
    width: 100%;
    position: relative;
}

.tournament-bracket.single-elimination_bracket.third_place-bracket_8 > div:last-child ul li:last-child .match-lines.double_line .one {
    display: none;
}

.tournament-bracket.single-elimination_bracket.third_place-bracket_8 > div:last-child ul li:last-child .match-lines.double_line .two {
    right: -52px;
    height: calc(var(--match-height) /2);
    top: -94px;
}

@media(max-width:1600px){
    .tournament-bracket.single-elimination_bracket.third_place-bracket_8 > div:last-child ul li:last-child .match-lines.double_line .two {
        top: -78px;
        right: -50px;
    }
}

.toggle__menu:dir(rtl) {
  right: auto;
  top: 8px;
}

/* footer css start 2024-12-04 */
footer.nf__footer:before {
  content: '';
  background: linear-gradient(-180deg, rgba(18,21,30,92%) 0%, rgba(18,21,30,1) 101%);
  position: absolute;
  width: 100%;
  height: 100%;
  z-index: 1;
  right: 0;
  top: 0;
}

.nf__footer--con {
  position: relative;
  z-index: 99;
}

footer.nf__footer {
  position: relative;
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  font-family: 'Roboto Flex' !important;
}
.footer_copy-msg{
  border-top: 1px solid rgba(104,117,147,0.16 );
}
.footer_copy-msg *{
  color: #687593;
}

@media(max-width:991px){
  .nf__foot--add {
      padding: 0 !important;
  }

  ul.nf__soc--icon.flex {
      justify-content: flex-start;
      padding-left: 15px;
      margin: 25px 0 10px;
  }

  .footer_copy-msg {
      flex-wrap: wrap;
      gap: 10px;
  }
  .nf__foot--col {
      flex-direction: row !important;
      flex-wrap: wrap;
  }

  .nf__foot--col > div {
      max-width: fit-content;
  }
}

/* footer css end 2024-12-04 */

/* card design 04-03-2025 start */
.game__tags span {
    display: inline-block;
}

.game__tags {
    max-height: initial;
}

.game__tags .badge {
    font-size: 12px;
    padding: 8px 12px;
    background-color: rgb(255 255 255 / 10%);
    border: 1px solid rgb(255 255 255 / 10%);
    border-radius: 6px;
}

.game__box .game__body .info__item {
    padding-inline: 0 !important;
}
/* card design 04-03-2025 end */
/* leagues page css 14-05-2025 start */
.partners-block .swiper-button-next {
    left: 70px;
    right: auto;
}

.partners-block .swiper-button-prev {
    right: auto;
    left: 20px;
}

.partners-block .swiper-button-next, .partners-block .swiper-button-prev {
    width: 35px;
    height: 35px;
}

.partners-block .swiper-button-next:after,.partners-block .swiper-button-prev:after {
    font-size: 14px;
}
/* leagues page css 14-05-2025 end */
