/*
Theme Name: Necromancers Child Theme
Theme URI: https://themeforest.net/user/dan_fisher/portfolio
Description: Child theme for Necromancers eSports & Gaming WordPress Theme
Version: 1.0.0
Author: Dan Fisher
Author URI: https://themeforest.net/user/dan_fisher
Template: necromancers
*/


body {
  margin: 0;
  padding: 0;
  font-family: "Barlow", sans-serif;
  font-weight: 400;
  font-style: normal;
}

* {
  list-style-type: none;
  box-sizing: border-box;
  margin: 0;
  padding: 0;
}

h1,
h2,
h3,
h4,
h5,
h6,
p,
span {
  margin: 0px;
  line-height: normal;
  /* font-family: 'Barlow'; */
  font-family: "Barlow", sans-serif;
}

.mh_0 {
  min-height: 0px !important;
}


.home_page_main {
  padding: 0px;
}

header.site-header {
  background: linear-gradient(180deg, #000000, #242424);
  position: sticky !important;
  top: 0;
  height: auto;
  padding: 0px !important;
}

header.site-header .container_box {
  display: flex;
  align-items: center;
  justify-content: space-between;
}

header.site-header .header-logo--img {
  position: relative;
  left: auto;
  top: auto;
  width: auto;
  padding: 8px 0px;
  opacity: 1;
  visibility: visible;
}

header.site-header .header-logo--img img {
  max-width: 80px;
}

header.site-header .main-nav {
  padding: 0px;
  padding-left: 20px;
  margin-left: auto;
}

header.site-header .main-nav .main-nav__list {
  margin: 0px;
  display: flex;
}

header.site-header .main-nav .main-nav__list>li {
  padding: 0px;
  padding: 0px;
  height: 106px;
  display: flex;
  align-items: center;
}

header.site-header .main-nav .main-nav__list>li>a {
  color: #FFFFFF;
  font-size: 15px;
  text-decoration: none;
  font-weight: 300;
  width: 100%;
  height: 100%;
  display: flex;
  align-items: center;
  padding: 0px 24px;
  border-bottom: 4px transparent solid;
  text-transform: capitalize;
}

header.site-header .main-nav .main-nav__list>li>a:hover {
  background: rgb(193, 1, 37, 0.6);
  border-bottom: 4px #FF0030 solid;
}

header.site-header .main-nav__toggle,
header.site-header .main-nav__toggle-2 {
  /* width: 7px; */
  background: #FF0030;
  width: 10px;
}

header.site-header .main-nav__toggle:before,
header.site-header .main-nav__toggle-2:before {
  background: #FF0030;
  top: -3px;
  left: 3px;
  height: 8px;
}

header.site-header .main-nav__sub {
  border: none;
  left: 0px;
}

header.site-header .main-nav__sub li:hover>ul,
header.site-header .main-nav__sub li.focus>ul {
  left: 100%;
  transition-duration: unset;
}

header.site-header .main-nav__sub li {
  border: none;
}

header.site-header .main-nav__sub li a {
  background: #363636;
  border-bottom: 1px solid #1c1c1c;
  padding: 16px;
  font-weight: normal;
  font-size: 15px;
  text-align: center;
}

header.site-header .main-nav__sub li a:hover {
  color: #FF0030;
  background: #1c1c1c;
}

header.site-header .header-actions {
  padding: 0px;
}

header.site-header .header-actions .header-menu-toggle {
  margin: 0px;
}

.header-menu-toggle {
  width: auto;
  height: auto;
  padding: 0px;
  background: none;
}

.header-menu-toggle__inner {
  width: 28px;
  height: 17px;
}

.header-menu-toggle__inner span {
  height: 2px;
  border-radius: 28px;
  background: #fff;
}

.header-menu-toggle__inner span:first-child {
  width: 60%;
}

.header-menu-toggle__inner span:nth-child(2) {
  top: 7px;
}

.header-menu-toggle__inner span:last-child {
  width: 60%;
  right: 0px;
  left: auto;
}

.header-menu-toggle.toggled .header-menu-toggle__inner span:first-child,
.header-menu-toggle.toggled .header-menu-toggle__inner span:last-child {
  width: 100%;
  left: 0px;
}

.main-nav__list ul .main-nav__toggle,
.main-nav__list ul .main-nav__toggle-2 {
  top: 26px;
}

.header-actions {
  display: none;
}



@media screen and (max-width: 1199px) {
  header.site-header .header-logo--img {
    opacity: 1;
    visibility: visible;
  }

  header.site-header .header-logo--img img {
    max-width: 66px;
  }

  .header-actions {
    display: flex;
  }

  .menu-panel {
    height: calc(100% - 81px);
    padding-top: 50px;
  }

  .menu-panel .mobile-nav .mobile-nav__list>li>a {
    font-size: 25px;
    font-weight: normal;
    width: 100%;
    height: 100%;
    display: flex;
    align-items: center;
    padding: 14px 24px 10px 24px;
    border-bottom: 4px transparent solid;
  }

  .menu-panel .mobile-nav .mobile-nav__list>li>a:hover {
    background: rgb(193, 1, 37, 0.6);
    border-bottom: 4px #FF0030 solid;
  }

  .mobile-nav__toggle {
    height: 70px;
    z-index: 99;
  }

  .mobile-nav__toggle,
  .mobile-nav__toggle-2 {
    z-index: 99;
  }

  .sub-menu .mobile-nav__toggle {
    height: 36px;
  }

  .mobile-nav__toggle::after,
  .mobile-nav__toggle::before,
  .mobile-nav__toggle-2::after,
  .mobile-nav__toggle-2::before {
    background: #FF0030;
  }

  .mobile-nav ul {
    margin: 0px;
  }

  .mobile-nav .sub-menu {
    background: #363636;
    margin: 0px;
  }

  .mobile-nav .sub-menu li {
    border-top: none;
  }

  .mobile-nav ul ul a {
    font-weight: normal;
    font-size: 15px;
    padding: 6px 0 4px 30px;
  }

  .mobile-nav ul ul li {
    border-bottom: 1px solid #1c1c1c;
  }

  .mobile-nav ul ul li:last-child {
    border-bottom: none;
  }

  .mobile-nav ul ul a:hover {
    color: #FF0030;
    background: #1c1c1c;
  }

}




.skoar_btn {
  border: 1px solid #707070;
  border-radius: 8px;
  background: #FFFFFF 0% 0% no-repeat padding-box;
  width: 206px;
  height: 46px;
  display: inline-block;
  line-height: 46px;
  color: #000000;
  text-transform: uppercase;
  font-size: 16px;
  text-decoration: none;
  font-weight: bold;
  position: relative;
  z-index: 2;
}

.skoar_btn:hover {
  background: #7d1625;
  color: #fff;
  border-color: #7d1625;
}

.container_box {
  max-width: 1120px;
  margin: auto;
  padding: 0 15px;
  width: 100%;
}

.container_box_team {
  max-width: 1120px;
  margin: auto;
  width: 100%;
  position: relative;
}

#HeroSection {
  width: 100%;
  background-position: center;
  height: calc(100vh - 106px);
  display: flex;
  align-items: center;
  background: url(../necromancers-child/assets/images/HeroImage.png) #000;
  background-size: cover;
}

.HeroContent {
  width: 100%;
  text-align: center;
}

.HeroContent img {
  max-width: 490px;
  display: block;
  margin: 0 auto 30px;
}

.HeroContent h1,
.HeroContent p {
  color: #fff;
  font-size: 30px;
  font-weight: 600;
}

.HeroContent p {
  font-weight: 800;
  margin-bottom: 20px;
}

section#AboutSection {
  width: 100%;
  text-align: center;
  background-size: cover;
  background-position: center;
  padding: 30px 0;
  position: relative;
}

.Image-scroller {
  width: 100%;
  overflow: hidden;
  position: absolute;
  top: 0;
  z-index: -1;
  height: 100%;
  background: #000;
}

.Image-scroller i img {
  width: 100%;
  display: block;
  height: 203px;
  object-fit: cover;
}

#AboutSection:after {
  content: "";
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  background: #000;
  opacity: 0.8;
  left: 0;
  z-index: 1;
}


.aboutContent {
  max-width: 60%;
  margin: auto;
  color: #FFFFFF;
  position: relative;
  z-index: 2;
}

.aboutContent h3 {
  color: #FFFFFF;
  text-transform: uppercase;
  font-size: 40px;
  font-weight: 800;
}

.aboutContent span {
  font-size: 25px;
  font-weight: 600;
  display: block;
  padding-bottom: 20px;
}

.aboutContent p {
  font-size: 18px;
  line-height: 24px;
  font-weight: 300;
  max-width: 470px;
  margin: 0 auto 30px;
}

.beApart {
  display: block;
  background: url(../necromancers-child/assets/images/Stripbg.png) #000;
  background-size: cover;
  background-position: center;
  color: #fff;
  padding: 19px 0;
  font-size: 20px;
  text-transform: uppercase;
  font-weight: bold;
  margin-bottom: 24px;
  z-index: 2;
  position: relative;
}


.TournamentImg {
  width: 100%;
  text-align: center;
  margin: 50px 0;
}

.TournamentImg img {
  max-width: 1106px;
  width: 100%;
  display: block;
  margin: auto;
}

.TournamentDate {
  width: 100%;
  text-align: center;
  top: 48px;
  position: relative;
}

.TournamentDate strong {
  color: #FFFFFF;
  text-transform: uppercase;
  font-size: 49px;
  font-weight: 800;
  line-height: 50px;
}

.TournamentDate p {
  text-transform: uppercase;
  font-size: 110px;
  font-weight: bold;
  color: #fff;
}

.TournamentDate p sup {
  font-size: 60px;
}

.TournamentBtn {
  display: flex;
  justify-content: center;
  margin-top: 30px;
}

.TournamentBtn li {
  margin: 0 20px;
}

.TournamentBtn li:last-child a.skoar_btn {
  background: transparent;
  color: #fff;
}

#Faqs {
  padding: 40px 0;
  width: 100%;
  background-position: top;
  background: url(../necromancers-child/assets/images/Faqs.png) #000;
  background-size: cover;

}

.faq-item {
  background: linear-gradient(180deg, #000000, #242424);
  padding: 20px 0 20px 80px;
  border-radius: 100px;
  margin-bottom: 14px;
  position: relative;
}

.faq-item:after {
  background-image: url(../necromancers-child/assets/images/faqs-icon.svg);
  content: "";
  position: absolute;
  left: 30px;
  top: 5px;
  width: 34px;
  height: 60px;
  background-repeat: no-repeat;
  background-position: center;
  background-size: 26px;
}

.faq-answer {
  display: none;
  padding-top: 4px;
  color: #FFFFFF;
  font-size: 16px;
  line-height: 30px;
  font-weight: 400;

}

.faq-question {
  color: #b9b9b9;
  font-size: 20px;
  font-weight: 500;
  cursor: pointer;

}

.faq-question.active {
  text-shadow: 0px 0px 15px #EC022F;
  color: #EC022F;
}

.head {
  width: 100%;
  margin-bottom: 20px;
}

.head h3 {
  color: #FFFFFF;
  text-transform: uppercase;
  font-size: 40px;
  font-weight: 800;
}

.head p {
  font-size: 25px;
  font-weight: 600;
  display: block;
  color: #fff;
}

#footer {
  width: 100%;
  padding: 40px 0;
  background-position: center;
  background: url(../necromancers-child/assets/images/FooterBG.jpg) #000;
  background-size: cover;
  position: relative;
  z-index: 9;
}

.footerRow {
  width: 100%;
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
  gap: 20px;
}

.footerLeft {
  display: flex;
  align-items: center;
  gap: 8px;
}

.footerLeft i img {
  display: block;
  max-height: 60px;
}

.footerLeft p {
  color: #FFFFFF;
  font-size: 14px;
  font-weight: 400;
}

.footerLeft p strong {
  display: block;
  color: #FFFFFF;
  text-transform: uppercase;
  font-size: 30px;
  font-weight: 800;
}

.footerRight {
  width: 100%;
  /* border-left: 1px solid rgb(255, 255, 255, 30%);
    padding-left:25px; */
}

.footerRight ul {
  width: 100%;
  display: flex;
  align-items: center;
  margin: 0;
}

.footerRight ul li {
  display: flex;
  align-items: center;
  margin-bottom: 0;
  font-size: 16px;
  color: #fff;
  border-right: 1px solid rgb(255, 255, 255, 30%);
  padding-right: 0.95%;
  margin-right: 0.95%;
}

.footerRight ul li i {
  background: rgb(255, 255, 255, 30%);
  width: 32px;
  height: 32px;
  border-radius: 100px;
  display: flex;
  align-items: center;
  justify-content: center;
  margin-right: 10px;
  flex-shrink: 0;
}

.footerRight ul li i img {
  max-width: 18px;
}

.footerRight ul li p span {
  display: block;
  color: #FFFFFF;
  font-size: 15px;
  font-weight: 600;
}

.footerRight ul li a {
  color: #fff;
  text-decoration: none;
}

.footerRight ul li:last-child {
  padding: 0;
  border: 0;
  margin: 0;
}


.MsiteBtn,
.NacClick {
  display: none;
}


.TournamentSchedule {
  width: 100%;
  height: 922px;
  background-position: bottom center;
  padding: 40px 0;
  background: url(../necromancers-child/assets/images/TournamentSchedule.png) #000;
  background-size: cover;
}

.TournamentHeading {
  width: 100%;
  color: #fff;
  text-align: center;
}

.TournamentHeading p {
  text-transform: uppercase;
  font-size: 50px;
  font-weight: 800;
  display: block;
  padding-bottom: 5px;
}

.TournamentHeading span {
  font-size: 16px;
}



.prizePoll {
  width: 100%;
  text-align: center;
  background-position: top center;
  padding: 40px 0;
  background: url(../necromancers-child/assets/images/PollBg.png) #000;
  background-size: cover;
}

.Heading {
  width: 100%;
  margin-bottom: 80px;
}

.Heading p {
  color: #FFFFFF;
  text-transform: uppercase;
  font-size: 30px;
  font-weight: 600;
}

.Heading span {
  color: #FFD02A;
  text-transform: uppercase;
  font-size: 70px;
  font-weight: 800;
}


.prizePollRight {
  width: 50%;
}

.prizePollRow {
  display: flex;
  align-items: center;
  margin-bottom: 80px;
  position: relative;
}

.prizePollLeft {
  width: 50%;
}

.prizePollLeft img {
  max-width: 100%;
  display: block;
  width: 450px;
  position: absolute;
  left: 30px;
  top: 0;
  margin: auto;
}

.prizePollRight ul {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  padding-top: 30px;
}

.prizePollRight ul li {
  background-image: url(../necromancers-child/assets/images/Gaming-Shape-2.png);
  color: #FFD02A;
  text-transform: uppercase;
  font-weight: 800;
  text-align: center;
  width: 39%;
  margin-bottom: 10px;
  background-size: 100% 100%;
  padding: 21px 0;
}

.prizePollRight ul li:last-child {
  width: 50%;
}

.prizePollRight ul li span {
  font-size: 16px;
  font-weight: 800;
  display: block;
}

.prizePollRight ul li p {
  font-size: 20px;
}

.prizePollRight>p {
  color: #FFD02A;
  text-transform: uppercase;
  font-size: 22px;
  font-weight: 800;
}

.prizePollRight strong {
  color: #FFD02A;
  text-transform: uppercase;
  font-size: 55px;
  font-weight: 800;
}



.participatingcolleges {
  width: 100%;
  background: #000000;
  padding: 48px 0px 40px 0px;
  text-align: center;
  position: relative;
}

.Logos-Strip {
  width: 200%;
  /* Double the width to fit two images */
  text-align: center;
  animation: scroll 10s linear infinite;
  display: flex;
  margin: auto;
  padding: 0 15px;
  overflow: hidden;
}

.Image-scroller2 {
  overflow: hidden;
}

.Logos-Strip img {
  width: 50%;
}

@keyframes scroll {
  0% {
    transform: translateX(0);
  }

  100% {
    transform: translateX(-50%);
  }
}


@keyframes moveLeftToRight {
  0% {
    transform: translateX(100%);
  }

  100% {
    transform: translateX(-100%);
  }
}





.participatingHeading {
  text-align: center;
  border-top: 1px #fff solid;
  display: inline-block;
  padding: 0 30px;
  margin-bottom: 10px;
}

p.participatingHeading span {
  letter-spacing: 6.4px;
  color: #FFFFFF;
  text-transform: uppercase;
  background: #000;
  padding: 0 20px;
  position: relative;
  top: -13px;
  font-weight: bold;
}


.NacClick .NavClose {
  display: none;
}

.live_stream {
  width: 100%;
  height: auto;
  min-height: 100vh;
  padding: 100px 0px;
  background: url(../necromancers-child/assets/images/live_stream_bg.png) #000;
  background-size: cover;
  background-position: top center;
}

.live_stream_heading p {
  margin-bottom: 50px;
}

.live_stream_heading p img {
  max-height: 80px;
  vertical-align: middle;
  margin-right: 10px;
}

.live_stream_videos {
  max-width: 1000px;
  padding: 0px 15px;
  width: 100%;
  margin: auto;
}

.live_stream_videos_top,
.live_stream_videos_bottom {
  width: 100%;
}

.live_stream_video_box {
  position: relative;
  height: 451px;
  overflow: hidden;
  max-width: 100%;
}

.live_stream_video_box iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 100;
  background: 0 0;
  vertical-align: top;
}

.live_stream_video_box img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 100;
  background: 0 0;
  vertical-align: top;
}

.live_stream_videos_bottom {
  margin-top: 16px;
  scrollbar-width: thin;
  scrollbar-color: #9b9b9b #1e1e1e;
  width: 100%;
  overflow-x: auto;
  overflow-y: hidden;
  white-space: nowrap;
  display: block;
}

.live_stream_videos_bottom .live_stream_video_box {
  width: 32.24%;
  height: auto;
  margin-right: 12px;
  display: inline-block;
}

.live_stream_videos_bottom .live_stream_video_box img {
  position: relative;
  top: auto;
  left: auto;
  width: 100%;
  height: auto;
  vertical-align: middle;
  cursor: pointer;
}

.live_stream_video_box .video_thumb_btn {
  display: inline-block;
  cursor: pointer;
}

.live_stream_videos_bottom .live_stream_video_box .video_thumb_btn img {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  margin: auto;
  width: auto;
  height: auto;
  z-index: 101;
}

.live_stream_videos_bottom .live_stream_video_box .video_thumb_btn:hover img {
  filter: saturate(10);
}

.live_stream_videos_bottom .live_stream_video_box:last-child {
  margin-right: 0px;
}

.live_stream_video_thumb {
  position: relative;
}

.live_stream_video_thumb::after {
  content: url(../necromancers-child/assets/images/video_btn.png);
  width: 40px;
  height: 40px;
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  margin: auto;
  pointer-events: none;
  z-index: 1000;
}

.live_stream_video_thumb:hover::after {
  opacity: 0.9;
}

@media screen and (max-width: 767px) {
  .live_stream_video_box {
    height: 0px;
    padding-bottom: 56.23%;
  }

  .live_stream_heading p img {
    max-height: 40px;
    margin-right: 5px;
  }

  .live_stream_videos_bottom .live_stream_video_box {
    width: 75%;
    min-width: 75%;
    padding-bottom: 0px;
  }
}



.innerpage {
  width: 100%;
  padding: 30px 0;
  background: #0B0B11;
  color: #fff;
  font-size: 16px;
  line-height: 26px;
  background-image: url(../necromancers-child/assets/images/Faqs.png);
  background-size: contain;
  background-position: top right;
  background-repeat: no-repeat;
  color: #fff;

}

.innerpage p {
  padding-bottom: 14px;
}

.innerpage a {
  color: #fff;
}

.innerpage strong {
  font-weight: bold;
  font-size: 16px;
  padding: 10px 0;
  display: block;
  color: #FFD02A;
}

.innerpage ul li {
  list-style: disc;
  padding-bottom: 9px;
}

.innerpage ul {
  padding-left: 14px;
}

.innerpage h1,
h2,
h3,
h4,
h5 {
  font-size: 17px;
  padding: 10px 0;
  display: block;
}

.innerpage h1 {
  color: #FFD02A;
  text-transform: uppercase;
  font-size: 40px;
  font-weight: 800;
  padding-bottom: 30px;
}

.innerpage h2,
.innerpage h3,
.innerpage h4,
.innerpage h5,
.innerpage h6 {
  color: #fff;
}

.subfooter {
  display: flex;
  align-items: center;
  padding: 10px 0;
  background: #000;
  text-align: center;
  justify-content: center;
  color: #fff;
  font-size: 13px;
}

.subfooter p {
  padding-right: 20px;
}

.subfooter a {
  color: #fff;
}

.participatingmiste {
  display: none;
}

@media screen and (max-width: 767px) {

  .participatingmiste {
    display: block;
  }

  .faq-question {
    padding-right: 20px;
    font-size: 16px;
  }

  .faq-item {
    padding: 14px 0 14px 50px;
    border-radius: 20px;
  }

  .faq-item:after {
    background-size: 19px;
    left: 10px;
    top: 10px;
  }

  .head h3 {
    font-size: 30px;
    padding-bottom: 6px;
  }

  .head p {
    font-size: 16px;
    line-height: 25px;
  }

  #Faqs {
    padding: 20px 0;
    background-image: url(../necromancers-child/assets/images/Msite-Faqs.png);
  }

  #HeroSection {
    background-image: url(../necromancers-child/assets/images/Hero-image.png);
    display: block;
    height: auto;
    padding-bottom: 30px;
  }

  .participatingcolleges.participatingmiste {
    display: block;
  }

  .participatingcolleges.participatingmiste .Logos-Strip img {
    width: 160%;
  }

  p.participatingHeading span {
    letter-spacing: 2px;
    font-size: 12px;
  }

  .prizePoll {
    background-image: url(../necromancers-child/assets/images/PollBgMsite.png);
    background-position: right;
  }


  .aboutContent {
    max-width: 100%;
    padding: 0 15px;
  }

  .aboutContent h3 {
    font-size: 30px;
  }

  .aboutContent span {
    font-size: 18px;
  }

  .aboutContent i img {
    display: block;
    margin: auto;
    width: 120px;
    padding-bottom: 10px;
  }

  .beApart {
    font-size: 13px;
  }

  .aboutContent p {
    margin-bottom: 20px;
  }

  .footerRow {
    display: block;
  }

  .footerRight ul {
    flex-direction: column;
    align-items: start;
  }

  .footerRight ul li {
    border-right: none;
    padding-right: 0;
    margin-right: 0;
    border-bottom: 1px solid rgb(255, 255, 255, 30%);
    padding-bottom: 15px;
    margin-bottom: 15px;
    width: 100%;
  }

  .footerRight ul li p span {
    font-size: 18px;
  }

  .footerRight ul li i {
    width: 40px;
    height: 40px;
  }

  .footerRight ul li i img {
    max-width: 20px;
  }

  .footerLeft {
    width: 100%;
    margin-bottom: 30px;
  }

  .footerRight {
    padding: 0;
    border: 0;
    width: 100%;
  }

  .footerRight ul li p {
    word-wrap: normal;
  }


  .HeroContent img {
    width: 100%;
    margin-bottom: 10px;
  }

  .HeroContent h1,
  .HeroContent p {
    font-size: 19px;
  }

  .footerRight ul li a {
    word-break: break-word;
  }

  .footerLeft i img {
    width: 50px;
    margin-right: 20px;
  }

  .footerLeft p strong {
    font-size: 30px;
  }


  .MsiteBtn {
    position: fixed;
    bottom: 0;
    width: 100%;
    background: #FF0030 0% 0% no-repeat padding-box;
    box-shadow: 0px 3px 6px #00000029;
    text-align: center;
    color: #FFFFFF;
    text-transform: uppercase;
    font-size: 20px;
    font-weight: bold;
    text-decoration: none;
    padding: 16px 0;
    display: block;
    z-index: 999;
  }

  #footer {
    /* padding-bottom: 90px; */
    background-image: url(../necromancers-child/assets/images/FooterBGmiste.png);
  }

  .subfooter {
    margin-bottom: 66px;
    padding: 10px 5px;
  }

  .subfooter p {
    padding-right: 10px;
  }

  .Heading {
    margin-bottom: 40px;
  }

  .Heading p {
    font-size: 22px;
    padding-bottom: 9px;
  }

  .Heading span {
    font-size: 22px;
  }

  .prizePollRow {
    display: block;
    margin-bottom: 20px;
  }

  .prizePollLeft {
    width: 100%;
  }

  .prizePollRight {
    width: 100%;
  }

  .prizePollLeft img {
    position: static;
    width: 100%;
    display: block;
    margin: auto;
  }

  .prizePollRight strong {
    font-size: 40px;
  }

  .prizePollRight>p {
    font-size: 18px;
  }

  .prizePollRight ul li {
    width: 50%;
  }

  .prizePollRight ul li:last-child {
    width: 100%;
  }

  .prizePollRight ul li span {
    font-size: 14px;
  }

  .prizePollRight ul li p {
    font-size: 18px;
  }

  .TournamentHeading p {
    font-size: 30px;
  }

  .TournamentImg {
    margin: 30px 0;
  }

  .TournamentDate {
    top: 0;
  }

  .TournamentDate strong {
    font-size: 30px;
    line-height: 22px;
  }

  .TournamentDate p {
    font-size: 60px;
  }

  .TournamentDate p sup {
    font-size: 23px;
  }

  .TournamentBtn {
    display: block;
  }

  ul.TournamentBtn li {
    margin-bottom: 15px;
  }

  .participatingcolleges {
    display: none;
  }

  .TournamentSchedule {
    height: auto;
    background-image: url(../necromancers-child/assets/images/TournamentScheduleMsite.png);
  }

  .innerpage h1 {
    line-height: 40px;
    font-size: 30px;
    padding-bottom: 10px;
  }

}

/* inner pages */
.page_heading_title {
  font-size: 50px;
  color: #FFFFFF;
  text-transform: uppercase;
  line-height: normal;
}

.page_heading__subtitle {
  font-size: 22px;
  color: #FFFFFF;
  text-transform: uppercase;
  line-height: normal;
}

.mt-25 {
  margin-top: 25px;
}

.pt-50 {
  padding-top: 50px;
}

.bt-r5 {
  border-top: 5px solid #FF0030;
}


/* Team Page Start*/
.inner_page_main {
  width: 100%;
  min-height: calc(100vh - 106px);
  display: flex;
  align-items: center;
  background: url(../necromancers-child/assets/images/inner_page_bg.png) #000;
  background-size: cover;
  background-position: bottom center;
  padding: 100px 0px 150px 0px;
}

.inner_page_main .team-selection-item--style-1 {
  margin-bottom: 60px;
}

.inner_page_main .team-selection-item--style-1 .team-selection-item__thumbnail {
  width: auto;
  padding: 0;
  outline: 0;
  margin: 0;
  transform: none;
  background: none;
  border: none;
  display: inline-block;
  position: relative;
  width: 154px;
  height: 144px;
  overflow: visible;
  background: #14141B;
  border: 2px solid #484848;
  border-radius: 8px;
  margin-bottom: 30px;
  vertical-align: middle;
}

.inner_page_main .team-selection-item--style-1 .team-selection-item__thumbnail:hover {
  box-shadow: 0px 5px 30px #FF0030;
  border: 2px solid #FF0030;
}

.inner_page_main .team-selection-item--style-1 .team-selection-item__thumbnail::before {
  content: none;
}

.inner_page_main .team-selection-item--style-1 .team-selection-item__thumbnail-inner {
  display: none;
  opacity: 0;
  visibility: hidden;
}

.inner_page_main .team-selection-item__logo {
  max-width: 100%;
  width: auto;
  height: 154px;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  margin: auto;
  transform: none;
}

.team-selection-item--style-1 .team-selection-item__subtitle {
  font-size: 25px;
  color: #FFFFFF !important;
  text-transform: uppercase;
  line-height: normal;
  padding: 0;
  margin: 0;
  margin-bottom: 5px;
}

.team-selection-item--style-1 .team-selection-item__title {
  font-size: 19px;
  color: #FF0030;
  ;
  text-transform: uppercase;
  line-height: normal;
  padding: 0;
  margin: 0;
}


/* LEAGUE TABLE Page Start*/
.league_table_page_bg {
  background: url(../necromancers-child/assets/images/league_table_bg.jpg) #000;
  background-size: cover;
  background-position: bottom center;
}

.league_table .matches-table {
  font-size: 18px;
  border-collapse: separate;
  border-spacing: 0 15px;
}

.league_table .matches-table thead tr th,
.league_table .matches-table tbody tr td {
  padding: 18px 12px;
  font-size: 18px;
  border: none;
}

.league_table .matches-table thead tr th {
  background: #FF0030;
  text-align: center;
}

.league_table .matches-table thead tr th:first-child,
.league_table .matches-table tbody tr td:first-child {
  text-align: center;
  padding-left: 24px;
}

.league_table .matches-table thead tr th:last-child,
.league_table .matches-table tbody tr td:last-child {
  width: auto;
  padding-right: 24px;
}

.league_table .matches-table .match-team {
  max-width: 300px;
}

.league_table .matches-table a:hover {
  color: #FF0030;
}

.league_table .matches-table .match-team .match-team-logo {
  flex-shrink: 0;
  width: 60px;
  height: 60px;
  margin-right: 10px;
  border: 1px solid #484848;
  background: #14141b;
  border-radius: 8px;
  position: relative;
  text-align: center;
}

.league_table .matches-table .match-team .match-team-logo img {
  position: absolute;
  max-width: 100%;
  width: auto;
  height: 64px;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  margin: auto;
  transform: none;
  -webkit-filter: grayscale(100%);
  filter: grayscale(100%);
}

.league_table .matches-table .match-team .match-team-logo::before {
  content: none;
}

.league_table .matches-table .match-team__name {
  font-size: 18px;
  margin: 0px 0px 5px 0px;

}

.league_table .matches-table .match-team__country {
  font-size: 14px;
  color: #fff;
}

.league_table .matches-table tr td.data-wins,
.league_table .matches-table tr td.data-losses {
  color: #fff;
}

.league_table .matches-table tbody tr:nth-child(even),
.league_table .matches-table tbody tr:nth-child(odd) {
  background: linear-gradient(180deg, #000000, #242424);
}


.league_table .matches-table tbody tr td {
  opacity: 0.5;
}

.league_table .matches-table tbody tr td.data-name {
  opacity: 1;
}

.league_table .matches-table tbody tr td.data-name .match-team__desc {
  opacity: 0.5;
}

.league_table .table-responsive {
  overflow-x: visible;
}

.league_table .sp-scrollable-table-wrapper {
  overflow: visible;
  overflow-x: visible;
}


/* LEAGUE TABLE Red Color Row */

.league_table .matches-table tbody tr:nth-child(1) {
  background: linear-gradient(180deg, #FF0030, #000000);
  box-shadow: 0px 0px 20px #FF0030;
}

.league_table .matches-table tbody tr:nth-child(1) td,
.league_table .matches-table tbody tr:nth-child(1) td.data-name .match-team__desc {
  opacity: 1;
}

.league_table .matches-table tbody tr:nth-child(1) .match-team .match-team-logo img {
  -webkit-filter: none;
  filter: none;
}

/* error page */

.errorpage {
  text-align: center;
  display: flex;
  flex-direction: column;
  gap: 30px;
  align-items: center;
  justify-content: center;
}

.errorpage .img_sec {
  border: 1px solid #444;
  width: fit-content;
  display: inline-flex;
  padding: 30px;
  background: rgb(255 255 255 / 10%);
}

.btn_section a {
  background: #7d1625;
  color: #fff;
  padding: 10px 30px;
  display: inline-block;
  border-radius: 4px;
}

.btn_section a:hover {
  background: #fff;
  color: #7d1625;
}

/* Team Detail Page */
.site-content.team_info_page {
  width: 100%;
  min-height: calc(100vh - 106px);
  background: url(../necromancers-child/assets/images/inner_page_bg.png) #000;
  background-size: cover;
  background-position: bottom center;
  padding: 0px;
  border-bottom: 15px solid #FF0030;
}

.team_info_page .team-carousel {
  padding: 0px;
}

.team_info_page .player-info-subtitle {
  color: #FF0030;
}

.team_info_page .team-carousel__content>.slick-dots li:hover,
.team_info_page .team-carousel__content>.slick-dots li.slick-active {
  border-color: #FF0030;
}

.team_info_page .ncr-page-decor__layer-1 {
  background-image: linear-gradient(#c50327, #36000a);
}

.team_info_page .ncr-page-decor__layer-2 {
  background-image: linear-gradient(#df022c, #cb0429);
}

.team_info_page .ncr-page-decor__layer-3 {
  background-image: linear-gradient(#f72a50, #fb103d);
}

.team_info_page .ncr-page-decor__layer-4 {
  background-color: #fd4265;
}

.team_info_page .ncr-page-decor__layer-5 {
  background-color: #f9385c;
}

.team_info_page .team-player__inner .ncr-page-decor .ncr-page-decor__layer-2::after {
  background-color: #f73559;
}

.team_info_page .ncr-page-decor__layer-3::after {
  background-color: #fb5372;
}

.team_info_page .team-player {
  position: absolute;
  top: auto;
  right: 0;
  bottom: 0;
  height: auto;
}

.team_info_page .team-carousel__item {
  min-height: 0px;
}

.team_info_page .team-player__info {
  height: auto;
  padding-left: 40px;
}

.team_info_page .team-player__filter {
  top: 80px;
}

.team_info_page .team-player__nickname {
  font-size: 3rem;
}

.match-score__header {
  background: #484848;
  position: relative;
  z-index: 1;
}

.match-score__body {
  background: #14141B;
}

.match-team-logo::before {
  content: none;
}

.match-score .match-team-logo {
  padding: 0;
  outline: 0;
  margin: 0;
  transform: none;
  border: none;
  display: inline-block;
  position: relative;
  width: 70px;
  height: 64px;
  overflow: visible;
  background: #14141B;
  border: 1px solid #484848;
  border-radius: 8px;
  vertical-align: middle;
  flex-shrink: 0;
  box-shadow: 0px 5px 20px #FF0030;
  border: 1px solid #FF0030;
}

.match-score .match-team-logo img {
  position: absolute;
  height: 64px;
  width: auto;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  margin: auto;
  transform: none;
}

.match-score__competition {
  color: #fff;
}

.match-result__label {
  color: #cbcee1;
}

.team-carousel-tabs__navigation li a {
  color: #fff;
}

.team-carousel-tabs__navigation li a:hover,
.team-carousel-tabs__navigation li a.active {
  color: #FF0030;
}

.team-player__filter .team-player__filter-inner:hover,
.team-player__filter .team-player__filter-inner.active {
  border-color: #FF0030;
}

.match-score .match-result--winner-right .match-result__score:before,
.match-score-inline .match-result--winner-right .match-result__score:before,
.match-stats-widget .match-result--winner-right .match-result__score:before {
  border-right: 4px solid #FF0030;
}

.add-icon:after,
.add-icon:before {
  background-color: #FF0030;
}

.add-icon:hover {
  border-color: #FF0030;
}

.match-score .match-team__name {
  font-size: 1rem;
}

.match-score .match-team__country {
  margin: 0px 0px 5px 0px;
  font-size: 0.75rem;
}

.match-score .match-result__score {
  font-size: 1.25rem;
}

.match-score {
  border: 2px solid transparent;
}

.match-score:hover {
  box-shadow: 0px 6px 34px #FF0030;
  border: 2px solid #FF0030;
}

.match-score:hover .match-score__header {
  background: #FF0030;
}

.match-score .match-stats-links li a,
.match-score-inline .match-stats-links li a {
  width: 36px;
  height: 36px;
  line-height: normal;
  border-width: 3px;
  display: inline-flex;
  justify-content: center;
  align-items: center;
}

.player-info-detail__link,
.player-info-detail__label {
  color: #ccc;
}

.match_heading_main {
  width: 100%;
  display: flex;
  gap: 15px;
  align-items: center;
  margin-bottom: 20px;
}

.match_heading_main .player-info-subtitle.h4 {
  margin: 0px;
  margin-bottom: 10px;
  padding: 0px;
}

.match_heading_main .player_info_subtitle_botm.h4 {
  margin: 0px;
  color: #fff;
  font-size: 1.1rem;
}

.match_team_logo {
  padding: 0;
  outline: 0;
  margin: 0;
  transform: none;
  display: inline-block;
  position: relative;
  width: 84px;
  height: 74px;
  overflow: visible;
  background: #14141B;
  border: 1px solid #484848;
  border-radius: 8px;
  vertical-align: middle;
  flex-shrink: 0;
  box-shadow: 0px 5px 20px #FF0030;
  border: 1px solid #FF0030;
}

.match_team_logo img {
  position: absolute;
  height: 80px;
  width: auto;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  margin: auto;
  transform: none;
}

@media screen and (min-width: 1200px) {
  .team_info_page .player-info-detail__value.h3 {
    font-size: 2.5rem;
    margin-right: 15px;
  }

  .team_info_page .player-info-detail__body {
    overflow: visible;
    white-space: nowrap;
  }

  .team_info_page .player-info-detail__label,
  .team_player_page .player-info-detail__label {
    font-size: 1.05rem;
  }

  .team_info_page .player-info-detail__title,
  .player-info-detail__title {
    font-size: 1.5rem;
  }

  .match-score__header {
    font-size: 0.85rem;
    letter-spacing: 0.5px;
  }

  .match-score .match-result__label {
    font-size: 0.7rem;
  }

  .match-score__body,
  .match-score__header,
  .match-score__footer {
    padding-left: 20px;
    padding-right: 20px;
  }

  .match-score .match-team:first-child .match-team-logo {
    margin-inline-end: 12px;
  }

  .match-score .match-team+.match-team .match-team-logo {
    margin-inline-start: 12px;
  }

  .match-score .match-stats-links li a,
  .match-score-inline .match-stats-links li a {
    width: 44px;
    height: 44px;
    line-height: normal;
    border-width: 3px;
    display: inline-flex;
    justify-content: center;
    align-items: center;
  }

  .team_player_page .team-carousel {
    padding-left: 0px;
  }

}



/* Team Player Page */
.site-content.team_player_page {
  width: 100%;
  min-height: calc(100vh - 106px);
  background: url(../necromancers-child/assets/images/inner_page_bg.png) #000;
  background-size: cover;
  background-position: bottom center;
  padding: 0px;
  border-bottom: 15px solid #FF0030;
  position: relative;
}

.player-info-detail__link,
.player-info-detail__label {
  color: #ccc;
}

.team_player_page .ncr-page-decor__layer-1 {
  background-image: linear-gradient(#c50327, #36000a);
}

.team_player_page .ncr-page-decor__layer-2 {
  background-image: linear-gradient(#df022c, #cb0429);
}

.team_player_page .ncr-page-decor__layer-3 {
  background-image: linear-gradient(#f72a50, #fb103d);
}

.team_player_page .ncr-page-decor__layer-4 {
  background-color: #fd4265;
}

.team_player_page .ncr-page-decor__layer-5 {
  background-color: #f9385c;
}

.team_player_page .team-player__inner .ncr-page-decor .ncr-page-decor__layer-2::after {
  background-color: #f73559;
}

.team_player_page .ncr-page-decor__layer-3::after {
  background-color: #fb5372;
}

@media screen and (min-width: 1200px) {
  .team_player_page .team-player {
    min-height: calc(100vh - 106px);
    position: absolute;
    padding: 0px;
  }

  .team_player_page .team-player .team-player__photo {
    padding-top: 100px;
  }


}


/* Match Schedule Page */
.smatch_schedule_page {
  width: 100%;
  min-height: calc(100vh - 106px);
  background: url(../necromancers-child/assets/images/inner_page_bg.png) #000;
  background-size: cover;
  background-position: bottom center;
  padding: 100px 0px;
  border-bottom: 15px solid #FF0030;
  color: #fff;
}

.smatch_schedule_page .page_heading {
  display: flex;
  width: 100%;
  flex-wrap: wrap;
  align-items: center;
  margin-bottom: 55px;
}

.smatch_schedule_page .page_heading_box {
  width: 35%;
}

.smatch_schedule_page .page_heading_title {
  font-size: 70px;
}

.smatch_schedule_page .page_heading__subtitle {
  font-weight: bold;
  font-size: 25px;
}

.smatch_schedule_page .page_heading p {
  width: 65%;
  padding-left: 5%;
  border-left: 1px solid #ccc;
  font-size: 16px;
  line-height: 25px;
  min-height: 160px;
  display: flex;
  align-items: center;
}

.smatch_schedule_page .matches-scores__navigation.slick-slider .slick-prev {
  left: calc(100% + 10px);
  bottom: 35px;
}

.smatch_schedule_page .matches-scores__navigation.slick-slider .slick-next {
  left: calc(100% + 60px);
  bottom: 35px;
}

.smatch_schedule_page .matches-scores__navigation.slick-slider .slick-prev:hover:before,
.smatch_schedule_page .matches-scores__navigation.slick-slider .slick-next:hover:before {
  filter: invert(48%) sepia(13%) saturate(3207%) hue-rotate(290deg) brightness(95%) contrast(80%);
}


.smatch_schedule_page .matches-scores__navigation {
  margin-top: 0;
  max-width: 800px;
  margin-bottom: 50px;
}

.smatch_schedule_page .matches-filter {
  margin-top: -121px;
  font-size: 0.85rem;
  letter-spacing: 0px;
  margin-bottom: 40px;
}

.smatch_schedule_page .matches-filter .matches-filter__label {
  color: #ccc;
  font-weight: normal;
}

.smatch_schedule_page .matches-filter .cs-select .cs-placeholder {
  font-size: 1rem;
}

.smatch_schedule_page .matches-filter .cs-select .cs-placeholder {
  padding-left: 20px;
}

.smatch_schedule_page .matches-scores__navigation .slick-track {
  display: flex;
  gap: 30px;
  margin-left: 0px;
}

.smatch_schedule_page .matches-scores__navigation .slick-slide {
  min-width: 80px;
  min-height: 90px;
  background: linear-gradient(180deg, #383838, #000);
  text-align: center;
  display: inline-flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;

  font-size: 25px;
  color: #484848;
  line-height: normal;
  width: auto !important;
}

.smatch_schedule_page .matches-scores__navigation .slick-slide span {
  font-size: 15px;
  color: #484848;
  line-height: normal;
  padding-bottom: 2px;
}

.smatch_schedule_page .matches-scores__navigation .slick-slide.active,
.smatch_schedule_page .matches-scores__navigation .slick-slide:hover {
  background: linear-gradient(180deg, #FF0030, #000);
  color: #fff;
}

.smatch_schedule_page .matches-scores__navigation .slick-slide.active span,
.smatch_schedule_page .matches-scores__navigation .slick-slide:hover span {
  color: #fff;
}

.smatch_schedule_page .match-score .match-team {
  display: flex;
  word-break: break-all;
}

.matches-filter .cs-select .cs-options {
  max-height: 250px;
  scrollbar-width: thin;
  scrollbar-color: #ffffff #767676;
  overflow-x: hidden;
  overflow-y: auto;
}


/* Match Detail Page Start*/
.match_detail_page {
  width: 100%;
  min-height: calc(100vh - 106px);
  background: url(../necromancers-child/assets/images/match_detail_page_bg.png) #000;
  background-size: cover;
  background-position: bottom center;
  /* padding: 110px 0px 75px 0px; */
  /* padding: 0px; */
}

.match_detail_page .ncr-event-carousel__item {
  padding: 100px 0px 75px 0px;
}

.container_box .container {
  padding: 0;
  max-width: 100%;
}

/* .ncr-event-carousel__item{
    overflow-y: visible;
  } */
.match-overview__footer {
  margin-bottom: 0px;
  background: #14141B;
  box-shadow: 0px 6px 23px #FF0030;
  border: 2px solid #FF0030;
  padding: 15px;
}

.match_detail_page .match-overview__footer li {
  margin-bottom: 0px;
}

.match_detail_page .match-overview__footer li span {
  color: #9f9f9f;
}

.match_detail_page .page_heading_title {
  font-size: 50px;
  line-height: normal;
}

.ncr-event-carousel__item-inner .page_heading_md {
  padding-top: 0px;
}

.page_heading_md .page_heading_subtitle_md {
  margin-bottom: 15px;
  font-size: 30px;
  display: flex;
  justify-content: center;
  flex-direction: column;
}

.page_heading_md .page_heading_subtitle_md .span_heading_md_2 {
  font-size: 35px;
}

.ncr-event-carousel__item,
.ncr-event-carousel__inner {
  min-height: calc(100vh - 106px);
}

.ncr-event-carousel__item-inner {
  height: auto;
}

.match-stats-container {
  max-width: 100%;
}

.match-overview__body {
  justify-content: space-around;
  max-width: 100%;
}

.match-overview .match-team {
  display: flex;
  align-items: center;
  column-gap: 15px;
  padding: 10px;
}

.match-overview .match-team-logo {
  flex-shrink: 0;
}

.match-overview .match-team-logo {
  width: auto;
  padding: 0;
  outline: 0;
  margin: 0;
  transform: none;
  background: none;
  border: none;
  display: inline-block;
  position: relative;
  width: 140px;
  height: 130px;
  overflow: visible;
  background: #14141B;
  border-radius: 8px;
  vertical-align: middle;
  box-shadow: 0px 6px 23px #FF0030;
  border: 1px solid #FF0030;
}

.match-overview .match-team-logo:hover {
  box-shadow: 0px 6px 23px #484848;
  border: 1px solid #484848;
}

.match-overview .match-team-logo img {
  max-height: none;
  max-width: 100%;
  width: auto;
  height: 134px;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  margin: auto;
  transform: none;
  position: absolute;
}

.match-overview .match-team__info {
  margin: 0;
  text-align: left;
}

.match-overview .match-team__name {
  margin: 0;
  font-size: 1.5rem;
}

.match-overview .match-team__country {
  margin-top: 5px;
  font-size: 1.25rem;
}

.match-overview__body .match-team:nth-child(2) .match-team-logo {
  order: 2;
}

.match-overview__body .match-team:nth-child(2) .match-team__info {
  text-align: right;
}

.match-stats-widget__item>li:nth-child(even),
.match-stats-widget__body>li:nth-child(even),
.match-stats-widget__item>li:nth-child(odd),
.match-stats-widget__body>li:nth-child(odd) {
  background: #202020;
}


.match-stats-widget__body .match-team-logo,
.match-stats-widget__item .match-team-logo {
  padding: 0;
  outline: 0;
  margin: 0;
  transform: none;
  display: inline-block;
  position: relative;
  width: 30px;
  height: 30px;
  overflow: visible;
  background: #14141B;
  border: 1px solid #484848;
  border-radius: 2px;
  vertical-align: middle;
  flex-shrink: 0;
  box-shadow: 0px 5px 20px #FF0030;
  border: 1px solid #FF0030;
}

.match-stats-widget__body .match-team-logo img,
.match-stats-widget__item .match-team-logo img {
  position: absolute;
  height: 32px;
  width: auto;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  margin: auto;
  transform: none;
}

.match-stats-widget__item>li,
.match-stats-widget__body>li,
.match-stats-widget-tabs__header,
.match-stats-widget-tabs__body ul>li {
  padding-left: 20px;
  padding-right: 20px;
}

.match-stats-progress--double .match-stats-progress__bar {
  flex-basis: 18%;
  min-width: 24px;
}

.match-stats-widget--general .match-stats-widget__body>li>span:first-child,
.match-player__name {
  color: #a5a5a5;
}

.match-stats-widget-tabs__body ul>li::before {
  background: #ff0030;
}


.match_detail_page .matches-table {
  border-collapse: separate;
  border-spacing: 0 10px;
}

.match_detail_page .matches-table thead tr th {
  background: #FF0030;
  padding: 10px 10px;
  vertical-align: middle;
}

.match_detail_page .matches-table tbody tr td {
  padding: 10px 10px;
  background: linear-gradient(180deg, #000000, #242424);
  border: none;
}

.match_detail_page .matches-table tbody tr td.data-position {
  padding: 10px 10px;
}

.match_detail_page .matches-table tbody tr td.data-name {
  padding: 0px;
  padding-right: 10px;
}

.match_detail_page .sp-event-performance-teams [class*=col-]+[class*=col-] .matches-table tbody tr td.data-name {
  padding-left: 10px;
  padding-right: 0px;
}

table.lineups-table--layout-1 td .match-player__avatar {
  width: 100px;
  height: 67px;
}

.match-player:not(.match-player--small) .match-player__avatar:before {
  /* background: linear-gradient(290deg, #FF0030, #FFD02A); */
  background: #f52e53;
}

.sp-event-performance-teams>.row>[class*=col]+[class*=col] table.lineups-table.lineups-table--layout-1 td .match-player__avatar::before {
  background: #FFD02A;
}

.stream__thumbnail {
  box-shadow: 0px 2px 12px #FF0030;
}

.match-stats-widget .match-result--winner-left,
.match-stats-widget .match-result--winner-right {
  padding-left: 10px;
}

.match-stats-widget .match-result--winner-left .match-result__score,
.match-stats-widget .match-result--winner-right .match-result__score {
  min-width: 46px;
  margin: 0px;
}

.match-stats-widget .match-result--winner-left .match-result__score:before,
.match-stats-widget .match-result--winner-right .match-result__score:before {
  left: -2px;
}

.match-stats-widget--leaders .match-stats-widget-tabs__header li a.active {
  color: #fff;
  font-weight: bold;
}

/* Round Table */

.match_detail_page .sp-event-performance-teams .flex-md-nowrap {
  flex-wrap: wrap !important;
}

.match_detail_page .matches-table thead tr th.data-name {
  padding: 10px 10px;
}

.match_detail_page .matches-table thead tr th .match-team-logo {
  margin: 0px 8px 0px 0px;
}

.match_detail_page .sp-event-performance-teams .row [class*=col-]+[class*=col-] thead tr th .match-team-logo {
  flex-shrink: 0;
  margin: 0px 0px 0px 8px;
}

.match_detail_page .sp-template.sp-template-event-statistics {
  width: 100%;
  color: #fff;
}

.match_detail_page .sp-template.sp-template-event-statistics table {
  color: #fff;
}

.match_detail_page .matches-table tbody tr td.data-name .match-player {
  margin: 0;
}

.match_detail_page .matches-table tbody tr td.data-name .match-player .match-player__avatar {
  width: 80px;
  height: 60px;
  margin-right: 8px;
  display: flex;
}

.match_detail_page .matches-table tbody tr td.data-name .match-player .match-player__avatar img {
  max-height: 60px;
  width: auto;
  vertical-align: middle;
  top: 0;
  left: 0;
  right: 0;
  margin: auto;
  transform: none;
  position: relative;
}

.match_detail_page .sp-event-performance-teams .row [class*=col-]+[class*=col-] tbody tr td.data-name .match-player__avatar {
  margin-left: 8px;
  margin-right: 0px;
}

.match_detail_page .sp-event-performance-teams .row [class*=col-]+[class*=col-] table.matches-table tbody tr td:first-child {
  padding: 10px 10px;
}

.match_detail_page .matches-table thead tr th,
.match_detail_page .matches-table tbody tr td,
.match_detail_page .matches-table tbody tr td .match-player__nickname {
  font-size: 0.95rem;
}


.match_detail_page .matches-table thead tr th,
.match_detail_page .matches-table tbody tr td {
  padding: 10px 10px !important;
}

.match_detail_page .matches-table tbody tr td.data-name {
  padding: 0px !important;
  padding-right: 10px !important;
}

.match_detail_page .matches-table tbody tr td.data-position {
  max-width: 200px;
}

.match_detail_page .matches-table tbody tr td.data-position-icon {
  min-width: 120px;
}

.match_detail_page .matches-table tbody tr td.data-position-icon svg {
  margin-right: 2px;
  width: 18px;
  height: 18px;
}

.match_detail_page .matches-table tbody tr td.data-position-icon svg:last-child {
  margin-right: 0px;
}

.match_detail_page .sp-event-performance-teams [class*=col-]+[class*=col-] .matches-table tbody tr td.data-name {
  padding: 0px !important;
  padding-left: 10px !important;
}


.match_detail_page .sp-template.sp-template-event-statistics table {
  margin-bottom: 20px;
}

.match_detail_page .sp-template.sp-template-event-statistics table tr td {
  padding: 5px;
  vertical-align: middle;
  line-height: normal;
}

.match_detail_page .sp-template.sp-template-event-statistics table tr td .sp-statistic-bar {
  height: 20px;
}

.match-stats-widget--leaders .match-stats-widget__item>li>span:first-child {
  color: #bbbbbb;
}

.matches-filter .cs-select .cs-options span {
  font-size: 0.75rem;
  padding: 8px 20px;
}

.match_detail_page .match-team__name .player-info-subtitle.h4 {
  margin: 0px;
}


.match_detail_page .match-team__info .match-team__name {
  font-size: 1.5rem;
}

.match_detail_page .match-team__info .match-team__name .player_info_subtitle_botm {
  font-size: 1.25rem;
  margin-top: 10px;
  padding: 0px;
}

/* UI Fixes Start */
.match-stats-widget .match-team:first-child,
.team-carousel-tabs .match-team:first-child,
.match-stats-widget .match-team+.match-team,
.team-carousel-tabs .match-team+.match-team {
  word-break: break-all;
}



@media screen and (min-width: 1300px) {

  /* .match-stats-links.match-stats-links--main{
      left: auto;
      margin-left: -144px;
    } */
  .match-overview .match-result__score {
    font-size: 55px;
    min-height: 30px;
  }
}

@media screen and (min-width: 1200px) {

  /* .match-stats-links.match-stats-links--main{
      left: auto;
      margin-left: -80px;
    }    */
  /* .match_detail_page .sp-event-performance-teams {
      max-height: 450px;
      scrollbar-width: auto;
      scrollbar-color: #ffffff #767676;
      overflow-x: hidden;
      overflow-y: auto;
      padding-right: 10px;
    }  */
  .match_detail_page .match-lineups-container {
    max-width: 100%;
  }

  .match-overview .match-team__name,
  .standings-table .match-team__name,
  .match-stats-widget .match-team__name,
  .team-carousel-tabs .match-team__name,
  .match-stats-widget {
    font-size: 1rem;
  }

  .match_detail_page .sp-scrollable-table-wrapper {
    overflow: visible;
  }

  .player-info-title.h-lead-1 {
    font-size: 55px;
    margin-bottom: 40px;
  }
}

.team_info_page .player-info-detail__bar {
  margin-right: 10px;
  margin-top: -17px;
}

.team_info_page .player-info-detail__bar img {
  height: 80px;
}

@media (min-width: 768px) {

  .match-stats-widget .match-team:first-child .match-team-logo,
  .team-carousel-tabs .match-team:first-child .match-team-logo {
    margin-inline-end: 10px;
  }

  .match-stats-widget--general .match-stats-widget__body>li .match-team+.match-team .match-team-logo {
    margin-left: 10px;
  }

  .match-stats-widget.match-stats-widget--leaders {
    max-height: 450px;
    scrollbar-width: thin;
    scrollbar-color: #9b9b9b #1e1e1e;
    overflow-x: hidden;
    overflow-y: auto;
    padding-right: 5px;
  }
}

.match_container_box .container {
  padding: 0 15px;
  max-width: 1120px;
}

.ncr-event-carousel__item {
  scrollbar-width: none;
}




/* Responsive Start */

@media screen and (max-width: 1199px) {
  .inner_page_main {
    padding: 40px 0px 40px 0px;
  }

  .page_heading_title {
    font-size: 35px;
    color: #FFFFFF;
    text-transform: uppercase;
    line-height: normal;
  }

  .page_heading__subtitle {
    font-size: 18px;
    color: #FFFFFF;
    text-transform: uppercase;
    line-height: normal;
    margin-top: 5px;
  }

  .inner_page_main .team-selection-item--style-1 {
    margin-bottom: 40px;
  }

  .inner_page_main .team-selection-item--style-1 .team-selection-item__thumbnail {
    margin-bottom: 20px;
    width: 120px;
    height: 120px;
  }

  .inner_page_main .team-selection-item__logo {
    height: 130px;
  }

  .team-selection-item--style-1 .team-selection-item__subtitle {
    font-size: 20px;
  }

  .team-selection-item--style-1 .team-selection-item__title {
    font-size: 16px;
  }

  .league_table .matches-table thead tr th:last-child,
  .league_table .matches-table tbody tr td:last-child {
    min-width: 100px;
  }

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

  .league_table .sp-scrollable-table-wrapper {
    overflow: hidden;
    overflow-x: auto;
  }

  .site-content.team_info_page {
    padding-top: 40px;
  }

  .team_info_page .team-player {
    position: relative;
    top: auto;
    right: auto;
    bottom: auto;
  }

  .smatch_schedule_page {
    padding: 40px 0px;
  }

  .smatch_schedule_page .page_heading {
    margin-bottom: 30px;
  }

  .smatch_schedule_page .page_heading_box {
    width: 100%;
  }

  .smatch_schedule_page .page_heading_title {
    font-size: 35px;
    line-height: normal;
  }

  .smatch_schedule_page .page_heading__subtitle {
    font-size: 18px;
  }

  .smatch_schedule_page .page_heading p {
    width: 100%;
    padding-left: 0;
    border-left: none;
    font-size: 14px;
    line-height: 24px;
    min-height: 0px;
    margin-top: 15px;
  }

  .smatch_schedule_page .matches-scores__navigation.slick-slider .slick-prev,
  .smatch_schedule_page .matches-scores__navigation.slick-slider .slick-next {
    bottom: 30px;
  }

  .smatch_schedule_page .matches-scores__navigation {
    max-width: 80%;
    margin-bottom: 20px;
  }

  .smatch_schedule_page .matches-filter {
    margin-top: 0px;
    margin-bottom: 30px;
  }

  .smatch_schedule_page .matches-filter .cs-select .cs-placeholder {
    padding-left: 15px;
  }

  .smatch_schedule_page .matches-scores__navigation .slick-track {
    gap: 15px;
  }

  .smatch_schedule_page .matches-scores__navigation .slick-slide {
    min-width: 70px;
    min-height: 80px;
    font-size: 20px;
  }

  .match_detail_page .page_heading_title {
    font-size: 35px;
  }

  .container_box .container {
    max-width: 900px;
    ;
  }

  .match-stats-links.match-stats-links--main {
    left: 5px;
  }


}

@media (min-width: 992px) {
  .team-player__filter {
    top: auto;
  }
}

@media screen and (max-width: 992px) {
  .match-overview .match-team {
    flex-direction: column;
    gap: 20px;
  }

  .match-overview .match-team__info,
  .match-overview__body .match-team:nth-child(2) .match-team__info {
    text-align: center;
    order: 2;
  }

  .match-overview__body .match-team:nth-child(2) .match-team-logo {
    order: 1;
  }

  .match-stats-links.match-stats-links--main {
    left: 0;
    top: 80px;
  }
}



@media screen and (max-width: 575px) {
  .inner_page_main .team-selection-col {
    flex: 0 0 50%;
    max-width: 50%;
  }

  .team_info_page .team-player__nickname {
    font-size: 2.5rem;
  }

  .team_info_page .team-player__info {
    padding-left: 0px;
  }

  .smatch_schedule_page .matches-filter .cs-select .cs-placeholder {
    padding-left: 0px;
  }

  .site-content.team_player_page {
    padding-top: 40px;
  }

  .page_heading_md .page_heading_subtitle_md {
    font-size: 25px;
  }

  .page_heading_md .page_heading_subtitle_md .span_heading_md_2 {
    font-size: 28px;
  }

  .match-overview .match-team__name {
    font-size: 1rem;
  }

  .match-overview .match-team__country {
    font-size: 0.85rem;
  }

  .match-overview .match-result__score {
    font-size: 1.5rem;
    min-height: 24px;
  }

  .match-overview .match-team-logo {
    width: 80px;
    height: 70px;
    border-radius: 8px;
  }

  .match-overview .match-team-logo img {
    height: 74px;
  }

  .match-overview__footer {
    padding-bottom: 0px;
  }

  .match_detail_page .match-overview__footer li {
    margin-bottom: 25px;
  }

  .match-score__body .match-team {
    flex-direction: column;
    gap: 5px;
  }

  .match-score .match-team-logo {
    margin: 0px !important;
    order: 1;
  }

  .match-score .match-team figcaption {
    order: 2;
  }

  .match-score__footer .match-team-logo {
    width: 40px;
    height: 30px;
  }

  .match-score__footer .match-team-logo img {
    height: 34px;
  }

  .player-info-title.h-lead-1 {
    margin-bottom: 20px;
    padding: 5px 0px;
  }

  .team_info_page .player-info-subtitle {
    margin-bottom: 10px;
    padding: 0px;
  }


  .match_detail_page .matches-table thead tr th {
    padding: 10px 10px;
  }

  .match_detail_page .matches-table tbody tr td {
    padding: 8px 10px;
  }

  .match_detail_page .matches-table tbody tr td.data-position {
    padding: 8px 10px;
  }

  .match_detail_page .matches-table tbody tr td.data-name {
    padding-right: 10px;
  }

  .match_detail_page .sp-event-performance-teams [class*=col-]+[class*=col-] .matches-table tbody tr td.data-name {
    padding-left: 0px;
    padding-right: 10px;
  }

  table.lineups-table--layout-1 td .match-player__avatar {
    width: 80px;
    height: 52px;
  }

  .smatch_schedule_page .match-score .match-team {
    align-items: center;
  }

  .smatch_schedule_page .match-score .match-team figcaption {
    text-align: center;
  }

  .match-score__header {
    font-size: 0.75rem;
  }

  .matches-filter .cs-select .cs-options span {
    font-size: 0.75rem;
  }



  .match_detail_page .matches-table thead tr th,
  .match_detail_page .matches-table tbody tr td {
    padding: 8px !important;
  }

  .match_detail_page .matches-table tbody tr td.data-name {
    padding: 0px !important;
    padding-right: 8px !important;
  }

  .match_detail_page .sp-event-performance-teams [class*=col-]+[class*=col-] .matches-table tbody tr td.data-name {
    padding: 0px !important;
    padding-right: 8px !important;
  }

  .match_detail_page .sp-event-performance-teams .row [class*=col-]+[class*=col-] tbody tr td.data-name .match-player__avatar {
    margin-left: 0px;
  }

  .league_table .matches-table thead tr th,
  .league_table .matches-table tbody tr td {
    padding: 10px;
    font-size: 16px;
  }

  .league_table .matches-table thead tr th:first-child,
  .league_table .matches-table tbody tr td:first-child {
    padding-left: 15px;
  }

  .league_table .matches-table thead tr th:last-child,
  .league_table .matches-table tbody tr td:last-child {
    padding-right: 15px;
  }

  .league_table .matches-table thead tr th.data-winpercent {
    min-width: 70px;
  }

  .league_table .matches-table .match-team .match-team-logo {
    width: 44px;
    height: 44px;
    border-radius: 4px;
  }

  .league_table .matches-table .match-team .match-team-logo img {
    height: 50px;
  }

  .player-info-title.h-lead-1 {
    font-size: 35px;
  }

  .match_detail_page .ncr-event-carousel__item {
    padding: 90px 0px 40px 0px;
  }

  .match-overview__footer,
  .stream__thumbnail {
    box-shadow: none;
    border: 1px solid #FF0030;
  }

  .match-stats-widget {
    font-size: 0.9rem;
  }

  .match-stats-widget-tabs .match-stats-progress__score {
    font-size: 0.75rem;
  }

  .match-overview .match-team__name,
  .standings-table .match-team__name,
  .match-stats-widget .match-team__name,
  .team-carousel-tabs .match-team__name {
    font-size: 0.9rem;
  }

  .match-player__nickname {
    font-size: 0.9rem;
  }

  .match-player__name {
    font-size: 0.75rem;
  }

}

/* 07-11-24-new changes */
.live_stream_video_thumb {
  width: 100%;
  display: inline-block;
  vertical-align: middle;
}

.live_stream_video_thumb::before {
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  margin: auto;
  pointer-events: none;
  z-index: 999;
  background: #000;
  background: linear-gradient(180deg, rgba(255, 0, 48, 0.68), rgba(252, 0, 47, 0.67), rgba(0, 0, 0, 0.01));
}

.live_stream_video_thumb:hover::before {
  content: '';
}

.match-overview .match-team-logo img {
  max-height: 90%;
}

.league_table .matches-table tbody tr:nth-child(1) {
  background: linear-gradient(180deg, #93001c, #050001);
}

.league_table .matches-table .match-team .match-team-logo img {
  height: 86%;
  -webkit-filter: none;
  filter: none;
}

@media screen and (min-width: 1200px) {
  .prizePollRow {
    max-width: 1000px;
    margin: auto;
  }

  .prizePoll .Heading {
    margin-bottom: 0px;
  }

  .prizePollLeft {
    width: 45%;
  }

  .prizePollRight {
    width: 55%;
  }

  .prizePollRight strong {
    line-height: 55px;
  }

  .prizePollRight ul {
    margin: 0px;
  }

  .prizePollRight ul li {
    width: 50%;
    padding: 25px 0px;
  }

  .prizePollRight ul li span {
    font-size: 18px;
  }

  .prizePollRight ul li p {
    font-size: 24px;
  }

  .prizePollLeft img {
    position: relative;
    top: auto;
    left: auto;
    width: auto;
  }

  .Image-scroller2 {
    position: relative;
  }

  .Image-scroller2::before,
  .Image-scroller2::after {
    content: '';
    width: 25%;
    height: 100%;
    position: absolute;
    top: 0;
    bottom: 0;
    margin: auto;
    z-index: 9;
  }

  .Image-scroller2::before {
    left: 0;
    background: linear-gradient(270deg, rgba(0, 0, 0, 0), rgba(0, 0, 0, 0.8), rgba(0, 0, 0, 0.9), rgba(0, 0, 0, 1));
  }

  .Image-scroller2::after {
    right: 0;
    background: linear-gradient(90deg, rgba(0, 0, 0, 0), rgba(0, 0, 0, 0.8), rgba(0, 0, 0, 0.9), rgba(0, 0, 0, 1));
  }

  .faq-item:after {
    top: 12px;
  }

  .league_table_page_bg {
    min-height: 100vh;
    background-repeat: no-repeat;
    background-attachment: fixed;
    background-size: 100% 130%;
  }

  .league_table_page_bg .container_box {
    margin-top: 0px;
  }

  .league_table .matches-table tbody tr td {
    min-height: 96px;
  }

  .league_table .matches-table .data-name .match-team {
    min-height: 60px;
  }

  .smatch_schedule_page .page_heading_title {
    line-height: 68px;
  }

  .smatch_schedule_page .matches-scores__navigation .slick-slide {
    margin-right: 30px;
  }

  .smatch_schedule_page .matches-scores__navigation .slick-track {
    gap: 0px;
  }

  .smatch_schedule_page .matches-scores__navigation .slick-slide:last-child {
    margin-right: 0px;
  }
}

@media screen and (max-width: 767px) {
  .match_detail_page .match-team__info .match-team__name {
    font-size: 1.25rem;
    word-break: break-word;
  }

  .match_detail_page .match-team__info .match-team__name .player_info_subtitle_botm {
    font-size: 1.1rem;
  }

  .match-overview__footer li {
    font-size: 1.2rem;
  }

  .match-overview__footer li span {
    font-size: 0.9rem;
  }

  .match-stats-links li a,
  .match-stats-links li span {
    width: 44px;
    height: 44px;
    line-height: 36px;
  }

  .match-stats-links li a svg,
  .match-stats-links li span svg {
    width: 16px;
    height: 16px;
  }

  .league_table .matches-table .match-team .match-team-logo img {
    height: 86%;
  }
}

.leaderboard_table {
  padding: 100px 0px;
}

.league_table .sp-player-list {
  font-size: 18px;
  border-collapse: separate;
  border-spacing: 0 15px;
}

.league_table .sp-player-list thead tr th {
  background: #FF0030;
}

.league_table .sp-player-list thead tr th,
.league_table .sp-player-list tbody tr td {
  padding: 18px 12px;
  font-size: 18px;
  border: none;
}

.league_table .ncr-player-list-table thead th:first-child,
.league_table .ncr-player-list-table tbody td:first-child {
  padding-left: 24px;
}

.league_table .ncr-player-list-table thead th:last-child,
.league_table .ncr-player-list-table tbody td:last-child {
  padding-left: 24px;
}

.league_table .sp-player-list tr td a {
  color: #fff;
}

.league_table .sp-player-list tr td a:hover {
  color: #FF0030;
}

.league_table .sp-player-list .data-name .player-photo,
.league_table .sp-player-list .data-name .player-flag,
.league_table .sp-player-list .data-team .team-logo {
  width: 50px;
  height: 50px;
}

.league_table .sp-player-list tbody tr:nth-child(even),
.league_table .sp-player-list tbody tr:nth-child(odd) {
  background: linear-gradient(180deg, #000000, #242424);
}

.league_table .sp-player-list tbody tr:nth-child(1) {
  background: linear-gradient(180deg, #93001c, #050001);
  box-shadow: 0px 0px 20px #FF0030;
}

.league_table .matches-table tbody tr td.data-name .match-team__desc {
  opacity: 1;
}

.league_table .matches-table tbody tr td {
  opacity: 1;
}

.match_detail_page .matches-table tbody tr td.data-name .match-player {
  padding: 0px;
}

.sp-event-performance-teams>.row>[class*=col]+[class*=col] table.lineups-table.lineups-table--layout-2 td .match-player {
  padding: 0px;
}

table.lineups-table--layout-2 td .match-player::before {
  content: none;
}

.match_detail_page .matches-table tbody tr td.data-name .match-player .match-player__avatar:before {
  position: absolute;
  top: -50%;
  right: 40%;
  bottom: -50%;
  left: -50%;
  content: "";
  background: #f52e53;
  transform: rotate(20deg);
}

.match_detail_page .sp-event-performance-teams .row [class*=col-]+[class*=col-] tbody tr td.data-name .match-player__avatar:before {
  background: #FFD02A;
  position: absolute;
  right: -50%;
  left: 40%;
  transform: rotate(-20deg);
}

.match_detail_page .matches-table tbody tr td.data-name .match-player .match-player__avatar img {
  min-height: 60px;
}

.player-info-page .team-player .team-player__photo img {
  max-width: 390px;
}

@media screen and (min-width: 1200px) {
  .player-info-page .team-player .team-player__photo {
    width: 46%;
  }
}

@media screen and (max-width: 1199px) {
  .leaderboard_table {
    padding: 40px 0px 40px 0px;
  }
}

@media screen and (max-width: 575px) {

  .league_table .sp-player-list thead tr th,
  .league_table .sp-player-list tbody tr td {
    padding: 10px;
    font-size: 16px;
  }

  .league_table .ncr-player-list-table thead th:first-child,
  .league_table .ncr-player-list-table tbody td:first-child {
    padding-left: 15px;
  }

  .league_table .ncr-player-list-table thead th:last-child,
  .league_table .ncr-player-list-table tbody td:last-child {
    padding-left: 15px;
  }

  .sp-table-wrapper .dataTables_paginate .paginate_button {
    margin: 0.25em;
    padding: 0.2em 0.25em;
  }
}

.main-nav ul li ul+.main-nav__toggle,
.main-nav ul li ul+.main-nav__toggle-2 {
  margin-left: 0px;
  top: 0;
  width: 14px;
}

.main-nav ul li ul+.main-nav__toggle:before,
.main-nav ul li ul+.main-nav__toggle-2:before {
  top: -5px;
  left: 5px;
  height: 12px;
}

.main-nav ul li ul li .main-nav__toggle,
.main-nav ul li ul li .main-nav__toggle-2 {
  margin-left: 0px;
  width: 12px;
  right: 15px;
}

.main-nav ul li ul li .main-nav__toggle:before,
.main-nav ul li ul li .main-nav__toggle-2:before {
  top: -5px;
  left: 5px;
  height: 12px;
}

.mobile-nav__toggle::after,
.mobile-nav__toggle-2::after {
  top: calc(50% - -1px);
  left: calc(50% - 5px);
  width: 10px;
  height: 2px;
}

.mobile-nav__toggle::before,
.mobile-nav__toggle-2::before {
  height: 10px;
}

.header-logo--img a:focus-visible {
  outline: none;
}

.main-nav ul li .main-nav__sub li ul {
  display: none;
}

.main-nav ul li .main-nav__sub li:hover ul {
  display: block;
}

.subfooter {
  margin-bottom: 0px !important;
  position: relative;
}

.footerRight ul li:hover i {
  background: rgb(150 2 2 / 50%);
}

.footerRight ul li:hover a:hover {
  color: #fcdbdb;
}

@media screen and (min-width: 1200px) {
  header.site-header .main-nav .main-nav__list>li>a {
    font-size: 17px;
  }
}

@media screen and (max-width: 1199px) {
  .menu-panel {
    overflow: auto;
  }

  .mobile-nav ul ul a {
    padding: 10px 0 8px 30px;
  }
}





/* Championship 2026 */
#HeroSection.ChampionshipHeroSection {
  height: auto;
  min-height: calc(100vh - 106px);
  padding: 50px 0px;
}

.HeroContent h1 {
  font-weight: 500;
}

.ChampionshipHeroSection .HeroContent img {
  max-height: 390px;
  margin-bottom: 40px;
}

.championship_tabs_main {
  position: sticky;
  top: 106px;
  z-index: 99;
  background: #fff;
}

.championship_tabs_main .container_box {
  padding: 0px;
}

.championship_tabs {
  display: flex;
  width: 100%;
  padding: 18px 10px;

}

.championship_tabs ul {
  display: flex;
  width: 100%;
  font-size: 16px;
  font-weight: 500;
  color: #000000;
  gap: 10%;
  align-items: center;
  justify-content: center;
  flex-direction: row;
  white-space: nowrap;
  overflow: auto;
  -webkit-overflow-scrolling: touch;
  -ms-overflow-style: -ms-autohiding-scrollbar;
  margin: 0px;
}

.cat_tab_list ul::-webkit-scrollbar {
  width: 0px;
  height: 0px;
}

.cat_tab_list ul::-webkit-scrollbar-track {
  background: none;
}

.cat_tab_list ul::-webkit-scrollbar-thumb {
  background: none;
}

.championship_tabs ul li button {
  border: none;
  box-shadow: none;
  background: none;
  border-bottom: 3px solid transparent;
  text-transform: uppercase;
  cursor: pointer;
  transition: all 250ms ease;
  outline: none !important;
}

.championship_tabs ul li button.active,
.championship_tabs ul li button:hover {
  border-bottom: 3px solid #FF0130;
  font-weight: 800;
  transition: all 250ms ease;
}

.championship_slider_main {
  width: 100%;
  position: relative;
  background: #000;
  /* aspect-ratio: 16/9; */
  display: flex;
  align-items: center;
  min-height: calc(100vh - 106px);
}

.championship_slider_main video {
  height: 100%;
  width: 100%;
  object-fit: cover;
  object-position: center center;
  opacity: 0.6;
  vertical-align: middle;
  position: absolute;
  top: 0;
}

.skoar_championship_2026_mobile {
  display: none !important;
}

.championship_slider_box {
  z-index: 9;
  display: flex;
  align-items: center;
  padding: 60px 0px 50px 0px;
  width: 100%;
}

.champ_item_main {
  display: flex;
  flex-direction: column;
  gap: 60px;
  width: 100%;
}

.champ_item_head h2 {
  margin: 0px;
  font-size: 48px;
  line-height: 48px;
  font-weight: 600;
  color: #fff;
  text-transform: uppercase;
  padding: 0px;
  width: 93%;
  min-height: 96px;
}

.champ_item_wyd {
  display: flex;
  flex-direction: column;
  gap: 30px;
  min-height: 157px;
}

.champ_item_wyd h3 {
  width: 100%;
  margin: 0px;
  font-size: 30px;
  color: #fff;
  text-transform: uppercase;
  position: relative;
  display: flex;
  align-items: center;
  gap: 30px;
  padding: 0px;
}

.champ_item_wyd h3 span {
  flex-shrink: 0;
}

.champ_item_wyd h3:after {
  content: '';
  width: 100%;
  height: 10px;
  background: #9F0220;
  background: linear-gradient(90deg, rgba(159, 2, 32, 1) 0%, rgba(100, 7, 141, 0.42) 50%, rgba(13, 3, 20, 0) 100%);
}

.champ_item_wyd ul {
  display: flex;
  margin: 0px;
}

.champ_item_wyd li {
  margin: 0px;
  font-size: 20px;
  line-height: 30px;
  color: #fff;
  text-transform: uppercase;
  position: relative;
  padding: 0px 60px;
  font-weight: 500;
}

.champ_item_wyd li:first-child {
  padding-left: 0px;
}

.champ_item_wyd li::after {
  content: '';
  position: absolute;
  width: 1px;
  height: 40px;
  background: #666;
  top: 0px;
  bottom: 0px;
  right: 0px;
  margin: auto;
}

.champ_item_wyd li:last-child::after {
  content: none;
}

.champ_item_btn {
  display: flex;
  align-items: center;
  justify-content: center;
}

.champ_item_btn a {
  display: flex;
  background: #FFFFFF;
  box-shadow: 0px 3px 6px rgba(0, 0, 0, 0.161);
  border-radius: 11px;
  font-size: 16px;
  font-weight: 800;
  text-transform: uppercase;
  transition: all 250ms ease;
  min-width: 320px;
  min-height: 60px;
  color: #000;
  align-items: center;
  justify-content: center;
}

.champ_item_btn a span {
  position: relative;
  display: flex;
}

.champ_item_btn a span::after {
  content: '';
  position: absolute;
  width: 100%;
  height: 3px;
  background: #FF0130;
  bottom: -4px;
}

.champ_item_btn a:hover {
  color: #FF0130;
  transition: all 250ms ease;
}

.championship_slider.owl-theme .owl-dots .owl-dot {
  outline: none !important;
  border: none !important;
}

.championship_slider.owl-theme .owl-dots .owl-dot span {
  margin: 5px;
  width: 60px;
}

.championship_slider.owl-theme .owl-dots .owl-dot.active span {
  width: 60px;
}

.championship_slider.owl-theme .owl-nav+.owl-dots {
  margin-top: 40px !important;
}



@media screen and (max-width: 767px) {
  #HeroSection.ChampionshipHeroSection {
    min-height: 0px;
  }

  .ChampionshipHeroSection .HeroContent img {
    max-height: 300px;
    margin-bottom: 40px;
    max-width: max-content;
  }

  .HeroContent {
    padding: 0px 25px;
  }

  .HeroContent h1 {
    margin-bottom: 5px;
  }

  .HeroContent h1,
  .HeroContent p {
    font-size: 22px;
  }

  .ChampionshipHeroSection .HeroContent h1,
  .ChampionshipHeroSection .HeroContent p {
    margin: 0px;
  }

  .championship_tabs_main {
    top: 80px;
  }

  .container_box {
    max-width: 100%;
  }

  .championship_tabs {
    padding: 14px 6px;
  }

  .championship_tabs ul {
    gap: 15px;
    justify-content: start;
  }

  .championship_slider_main {
    aspect-ratio: unset;
    min-height: calc(100vh - 80px);
  }

  .champ_item_main {
    gap: 30px;
  }

  .skoar_championship_2026_mobile {
    display: block !important;
  }

  .skoar_championship_2026_desktop {
    display: none !important;
  }

  .championship_slider_box {
    padding: 50px 0px 50px 0px;
    align-items: start;
  }

  .champ_item_head h2 {
    font-size: 30px;
    line-height: 30px;
    width: 100%;
    min-height: 90px;
  }

  .champ_item_wyd {
    gap: 20px;
        min-height: 240px;
  }

  .champ_item_wyd h3 {
    font-size: 22px;
    font-weight: 500;
    gap: 10px;

  }

  .champ_item_wyd h3:after {
    height: 7px;
  }

  .champ_item_wyd ul {
    flex-direction: column;
    gap: 15px;
  }

  .champ_item_wyd li {
    padding: 0px;
    font-size: 15px;
    line-height: 22px;
    padding: 0px 0px 15px 0px;
    border-bottom: 1px solid #666;
  }

  .champ_item_wyd li:last-child {
    padding: 0px;
    border-bottom: none;
  }

  .champ_item_wyd li::after {
    content: none;
  }

  .championship_slider.owl-theme .owl-nav+.owl-dots {
    margin-top: 30px !important;
  }

  .champ_item_btn a {
    min-width: 300px;
    min-height: 48px;
  }

  .champ_item_btn a span::after {
    height: 2px;
  }



}