header {
  position: relative;
  z-index: 999;
  padding: 1.25rem;
  transition: all 0.5s ease-in-out;
}

header .right {
  margin-left: auto;
  display: flex;
  align-items: center;
}

header .right .icon {
  padding-left: 1rem;
  font-weight: 700;
  padding-top: 0.2rem;
}

header .nav-list,
header .right {
  padding-top: 0.4rem;

  font-family: "Titillium Web", sans-serif;
}

video#bgVideo {
  position: absolute;
  top: -10%;
  /* bottom: 0; */
  left: 0;
  right: 0;
  width: 100%;
  margin: auto;
}

.heroimage .m-banner {
  display: none;
}

.heroimage {
  /* background: url(../images/heroimage.png); */
  background-size: cover;
  background-position: center;
  margin-top: -6rem;
  /* padding: 15rem 1rem 21rem; */
  min-height: 100vh;
  display: flex;
  align-items: flex-end;
}

.hero-text {
  font-size: 4.5rem;
  max-width: 100%;
  line-height: 1.1;
  /* padding-bottom: 2rem; */
  /* font-family: "Kenney_Future_Square"; */
  /* font-family: "KenneyFutureSquare", sans-serif; */
  font-family: "Fyodor-Bold";
  text-align: center;

  /* font-family: "EdgeOfTheGalaxyRegular"; */
}
.hero-content .subtitle {
  font-family: "Titillium Web", sans-serif;
  font-size: 2.25rem;
  max-width: 55%;
  padding-bottom: 2rem;
  margin: auto;
  text-align: center;
}

.hero-content .btn-default {
  margin: auto;
}

.sub-section {
  text-align: center;
  max-width: 100%;
  margin: auto;
}

.hero-innerpage {
  /* background: url(../images/heroinner.png); */
  /* background-size: cover;
  background-position: top;
  margin-top: -6rem;
  padding: 19rem 0 11rem;
  min-height: -webkit-calc(100vh - 200px); */
}

.hero-innerpage h1 {
  padding-bottom: 0;
  max-width: 80%;
  margin: 0 auto;
  text-align: center;
}

.sub-section-innerpage {
  text-align: center;
  max-width: 85%;
  margin: auto;
}

.sub-section h2 {
  padding-bottom: 1.25rem;
  /* font-size: 3rem; */
}

.bg-gradient {
  /* margin: auto;
  background: linear-gradient(90deg, #7204c9 0%, #222bff 100%);
  filter: blur(32px);
  border-radius: 100px;
  padding: 1rem;
  box-shadow: inset 0 0 6px 11px #121013, inset 0 0 1px 2px #121013; */
  position: relative;
  margin: auto;
}

.gradients {
  background: grey;
  background: linear-gradient(to right, grey 0%, red 100%);
  filter: blur(10px);
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  height: 100%;
  background: linear-gradient(90deg, #7204c9 0%, #222bff 100%);
  border-radius: 32px;
}

.title-section {
  background: #0f0c0e;
  padding: 1rem 4rem;
  border-radius: 100px;
  color: #fff;
  z-index: 9;
  position: relative;
}

.card-image img {
  width: 100%;
  z-index: 9;
  position: relative;
  border-radius: 15px;
}

.card-image:after {
  content: "";
  width: 97%;
  padding: 0;
  filter: blur(9px);
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  height: 98%;
  background: linear-gradient(90deg, #7204c9 0%, #222bff 100%);
  border-radius: 32px;
  margin: auto;
  transition: 0.5s;
  opacity: 0;
}

.hover-gradient {
  cursor: pointer;
}

.hover-gradient:hover > .card-image:after {
  opacity: 1;
}

.item-games:hover h3 {
  background: linear-gradient(90deg, #d91284 0%, #42b8d4 100%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}

.section .row-title {
  padding-bottom: 3.5rem;
}

.card-image {
  position: relative;
  padding: 0.5rem 0.5rem 0;
}

.support h3 {
  text-align: center;
  padding-top: 2rem;
  transition: all 1s;
}

.support .items-wrapper .item-games {
  width: 25%;
}

.support .items-wrapper {
  display: flex;
  width: 100%;
  justify-content: space-evenly;
  z-index: 9;
}

.sholarship .overlay-left {
  top: -15rem;
  width: 30%;
}

section.section.sholarship {
  height: 100vh;
  background: url(../images/scholarship.png);
  background-size: cover;
  background-position: center;
  display: flex;
  align-items: center;
}

.ss-wrapper {
  display: flex;
  justify-content: space-between;
  align-items: center;
  border-radius: 32px;
  z-index: 9;
  position: relative;
  flex-direction: column;
}

.ss-wrapper .text h2 {
  /* max-width: 45%; */
  padding-bottom: 1rem;
  font-size: 3rem;
  line-height: 3.5rem;
  font-weight: bold;
}

.ss-wrapper .text p {
  padding-bottom: 3rem;
}

.ss-wrapper .text {
  max-width: 100%;
  text-align: center;
}

/* .ss-wrapper .cta {
  padding-left: 8rem;
} */

.cta-wrapper {
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 3rem 4rem;
  background: rgba(255, 255, 255, 0.1);
  border-radius: 32px;
  z-index: 99;
  position: relative;
}

.cta-wrapper .cta-box ul {
  display: flex;
}

.cta-wrapper .cta-box ul li img {
  width: 170px;
}

.cta-wrapper h1 {
  max-width: 55%;
  line-height: 3.5625rem;
}

.cta-link {
  padding-bottom: 6.25rem;
}

.cta-link .overlay-left {
  top: -36rem;
}

.overlay-left {
  position: absolute;
  top: -15rem;
  left: 0;
  width: 50%;
}

.overlay-right {
  position: absolute;
  top: -30rem;
  right: 0;
  text-align: right;
  z-index: 0;
  width: 50%;
}

/* .overlay-right img {
  width: 50%;
} */

.overlay-left img,
.overlay-right img {
  width: 100%;
}

.faq-wrapper {
  position: relative;
  /* width: 70%; */
  margin: auto;
  z-index: 9;
}

.overlay-bottom {
  position: absolute;
  left: 0;
  bottom: -29rem;
  width: 50%;
}

.overlay-bottom img {
  width: 100%;
}

button.accordion {
  width: 100%;
  background-color: #201f20;
  border: none;
  outline: none;
  text-align: left;
  padding: 2rem;
  font-size: 1.5rem;
  color: #fff;
  cursor: pointer;
  transition: background-color 0.2s linear;
  border-radius: 22px;
  display: flex;
  align-items: center;
  position: relative;
  z-index: 9;
}

/* button.accordion:after {
  font-family: FontAwesome;
  content: "\f150";
  font-family: "fontawesome";
  font-size: 18px;
  float: right;
}

button.accordion.is-open:after {
  content: "\f151";
} */

button.accordion .svg-inline--fa.fa-minus {
  display: none;
}

button.accordion svg {
  margin-left: auto;
}

button.accordion.is-open .svg-inline--fa.fa-plus {
  display: none;
}

button.accordion.is-open .svg-inline--fa.fa-minus {
  display: block;
}

button.accordion.is-open {
  background-color: #201f20;
  margin: 0;
  border-bottom-left-radius: 0;
  border-bottom-right-radius: 0;
}

button.accordion.is-open ~ .tab-gradient {
  opacity: 1;
}

button.accordion:hover ~ .tab-gradient,
cta-box:hover ~ .tab-gradient {
  opacity: 1;
}
.accordion-content {
  background-color: #201f20;
  /* border-left: 1px solid whitesmoke; */
  /* border-right: 1px solid whitesmoke; */
  padding: 0 2rem 0rem;
  max-height: 0;
  overflow: hidden;
  transition: max-height 0.2s ease-in-out;
  border-bottom-left-radius: 22px;
  border-bottom-right-radius: 22px;
  margin-bottom: 2rem;
  position: relative;
  z-index: 9;
}

.faq-card {
  position: relative;
}

.tab-gradient {
  background: grey;
  background: linear-gradient(to right, grey 0%, red 100%);
  filter: blur(10px);
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  height: 100%;
  background: linear-gradient(90deg, #d91284 0%, #42b8d4 100%);
  border-radius: 22px;
  opacity: 0;
  transition: 0.5s;
}

button.accordion.is-open + .accordion-content {
  max-height: unset;
}

.accordion-content a {
  color: #bd2f92;
}

.faq-wrapper ul li {
  width: 100%;
}

.accordion-content p {
  padding-bottom: 2rem;
}

button.accordion.is-open + .tab-gradient {
  opacity: 1;
}

/* Footer */

.footer-top .logo img {
  width: 250px;
}

.footer-top .social {
  padding: 3rem 0;
}

.footer-top .social li a path {
  color: #777b75;
  font-size: 25px;
  transition: all 0.5s;
}

.footer-top .social li {
  padding-right: 1rem;
  vertical-align: text-top;
}

.footer-top .social li img {
  height: 21px;
}

.footer-top .social li:first-child a:hover path {
  color: #385490;
  transition: 0.25s;
}

.footer-top .social li:nth-of-type(2) a:hover path {
  color: #dc0027;
}

.footer-top .social li:nth-of-type(3) a:hover path {
  color: #2462aa;
}

.footer-top .social li:last-child a:hover path {
  color: #f20102;
}

.footer-left .logo {
  padding-left: 0;
}

footer.footer {
  padding: 4rem 0 0;
  background: #0d070a;
  z-index: 9;
  position: relative;
}

.footer-top .footer-right {
  display: flex;
}

.footer-top .footer-right .small-card ul li {
  display: block;
  padding-bottom: 1rem;
}

.footer-top .footer-right .small-card p {
  padding-bottom: 1.5rem;
  color: #fff;
}

.footer-top .footer-right .small-card {
  padding-left: 6rem;
}

.footer-top .footer-right .small-card ul li a {
  color: rgb(255 255 255 / 70%);
  transition: all 0.5s;
  text-decoration: underline;
}

.footer-top .footer-right .small-card ul li a:hover {
  color: rgb(65 70 61);
}

.footer-top {
  padding-bottom: 4rem;
}

.footer-bottom {
  padding: 2rem 0;
  /* border-top: 1px solid rgb(65 70 61 / 30%); */
}

.footer-bottom .footer-right li a {
  color: rgb(65 70 61 / 70%);
  transition: all 0.5s;
}

.footer-bottom .footer-right li a:hover {
  color: rgb(65 70 61);
}

.footer-bottom .footer-right li {
  padding-left: 2rem;
}

footer .desc-footer {
  color: rgb(255 255 255 / 70%);
  padding-top: 2rem;
}

.footer-top .social li a {
  color: rgb(65 70 61 / 70%);

  font-size: 1.5rem;
  transition: 0.25s;
}

.footer-bottom .footer-left p {
  color: rgb(65 70 61 / 70%);
  font-weight: 500;
}

.footer-bottom .footer-left ul li {
  padding-right: 1rem;
}

.footer-bottom .footer-left ul li a {
  text-decoration: underline;
  color: rgb(255 255 255 / 70%);
}

.meet-coach .card-coach .images img {
  width: 100%;
}

.meet-coach .card-coach .name {
  padding: 2rem 0;
}

.meet-coach .card-coach ul li {
  padding: 0.5rem 0;
  border-top: 1px solid #fff;
  display: block;
}

.meet-coach .card-coach ul li:last-child {
  border-bottom: 1px solid #fff;
}

.meet-coach .card-coach ul li .showmore .dots,
.meet-coach .card-coach ul li .showmore .more {
  display: none;
  color: rgb(255, 255, 255, 0.8);
}

.meet-coach .row .col-4 {
  max-width: 25%;
  flex: 25%;
}

.meet-coach .row .col-3 {
  margin: initial;
  margin: 0 1rem;
}

.meet-coach .row {
  /* width: 100%; */
  justify-content: center;
}

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

.support .row .col-3 {
  margin: 0 1rem;
}

.meet-coach .card-coach ul li .showmore a {
  color: #a651a0;
  padding-left: 0.5rem;
}

.meet-coach .row .col-3 .card-coach .images {
  position: relative;
}

.meet-coach .row .col-3 .card-coach .images:after {
  content: "";
  width: 98%;
  padding: 0;
  filter: blur(9px);
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  height: 99%;
  background: linear-gradient(90deg, #7204c9 0%, #222bff 100%);
  border-radius: 32px;
  margin: auto;
  transition: 0.5s;
  opacity: 0;
}

.meet-coach .row .col-3 .card-coach .images img {
  z-index: 9;
  position: relative;
}

.meet-coach .row .col-3 .card-coach:hover > .images:after {
  opacity: 1;
}

.meet-coach .row .col-3 .card-coach {
  cursor: pointer;
}

.sholarship .overlay-right {
  top: -10rem;
  width: 75%;
}

.card-cta {
  border: 2px solid #303030;
  border-radius: 30px;
  padding: 2rem;
  background: rgba(255, 255, 255, 0.1);
}

.card-cta ul {
  display: flex;
  align-items: center;
}

.card-cta ul li img {
  width: 110px;
}

.card-cta ul li {
  padding-right: 1rem;
}

.card-cta h2 {
  padding-right: 1rem;
}

.card-cta .icon img {
  width: 180px;
}

.card-cta .icon {
  margin-left: -1.6rem;
}

.card-battle {
  max-width: 100%;
  text-align: left;
  margin: 0 auto;
  padding-bottom: 4rem;
}

.battle .overlay-left {
  top: -30rem;
  width: 40%;
}

.battle .images img {
  width: 100%;
  -webkit-transition: 0.3s ease-in-out;
  transition: 0.8s ease-in-out;
}

.battle .images img:hover {
  -webkit-transform: rotate(15deg) scale(1.4);
  transform: rotate(15deg) scale(1);
}

/* ul.fixture-card li {
  display: flex;
  padding: 1.5rem 2rem;
  background: #201f20;
  border-radius: 30px;
  border: 2px solid #3c3b3b;
  justify-content: space-between;
}

ul.fixture-card {
  max-width: 70%;
  margin: auto;
} */

.fixture h3.center {
  padding-bottom: 1.5rem;
}

.table .fixture {
  width: 100%;
  text-align: left;
  border-collapse: collapse;
  border-spacing: 0;
}

.table .fixture tr td:first-child {
  background: #1c1b1b;
  padding: 1.5rem 2rem;
  border-top-left-radius: 24px;
  border-bottom-left-radius: 24px;
  width: 20%;
}

.table .fixture tr td {
  background: #201f20;
  padding: 1.5rem 2rem;
  /* border: 1px solid #4f4d4f; */
}

.table .fixture tr {
  border: 2px solid #2f2d2d;
  border-radius: 24px;
  width: 100%;
  display: flex;
  background: #202020;
  margin-bottom: 1rem;
  justify-content: flex-start;
}

.leaderboard h3 {
  text-align: center;
  padding-top: 3rem;
  max-width: 75%;
  margin-left: auto;
  margin-right: auto;
}

.leaderboard .row-title {
  display: flex;
}

/* .table .fixture tr td {
} */

.table .fixture tr td:last-child {
  border-top-right-radius: 50px;
  border-bottom-right-radius: 50px;
  margin-left: auto;
  width: 35%;
}

.podium-wrapper .card-winner ul {
  width: 100%;
  display: block;
  padding-left: 1rem;
  border-left: 1px solid #fff;
  margin-left: 1rem;
}

.podium-wrapper .card-winner ul li {
  display: flex;
  align-items: center;
  width: 100%;
  justify-content: space-between;
}

.winner-wrapper ul.winner-tabs {
  padding-left: 0;
  margin: 0;
  border: 0;
}

.winner-wrapper ul.winner-tabs,
.winner-wrapper {
  max-height: 45vh;
  overflow: auto;
}

.winner-wrapper ul.winner-tabs li {
  display: block;
}

.winner-wrapper ul.winner-tabs li button.accordion {
  justify-content: space-evenly;
  padding: 1.25rem 2rem;
  border-top-left-radius: 2rem;
  border-top-right-radius: 2rem;
}

.winner-wrapper ul.winner-tabs li button.accordion h5 {
  width: 100%;
  margin: inherit;
  padding-left: 0;
}

.winner-wrapper ul.winner-tabs .accordion-content ul li {
  display: flex;
  padding-bottom: 1rem;
}

.winner-wrapper ul.winner-tabs .accordion-content ul li p {
  padding-bottom: 0;
}

.winner-wrapper ul.winner-tabs .accordion-content ul {
  padding-left: 0;
  margin-left: 0;
  border: 0;
}

.winner-wrapper ul.winner-tabs li button.accordion svg:last-child {
  display: none;
}

.winner-wrapper ul.winner-tabs li button.accordion.is-open svg:last-child {
  display: block;
}

.winner-wrapper ul.winner-tabs li button.accordion.is-open svg {
  display: none;
}

.winner-wrapper ul.winner-tabs li button.accordion svg {
  font-size: 1rem;
}

.winner-wrapper ul.winner-tabs .accordion-content {
  border-bottom-left-radius: 2rem;
  border-bottom-right-radius: 2rem;
  margin-bottom: 2rem;
}

.winner-wrapper ul.winner-tabs li:last-child .accordion-content {
  margin-bottom: 0;
}

.winner-wrapper ul.winner-tabs::-webkit-scrollbar,
.leaderboard .col-6 .card-winner .winner-wrapper::-webkit-scrollbar {
  display: none;
}

/* .winner-wrapper ul.winner-tabs .accordion-content ul li:last-child {
  padding-bottom: 0;
} */

.winner-tabs .code {
  min-width: 40px;
}

.winner-list {
  display: flex;
  width: 100%;
  justify-content: flex-start;
  align-items: center;
  background: rgb(32 32 32);
  padding: 1.5rem;
  border-radius: 1rem;
  margin-bottom: 1.5rem;
}

.winner-list:last-child {
  margin-bottom: 0;
}

.winner-list .date h1 {
  font-size: 3.1875rem;
  font-weight: 100;
  font-style: italic;
  line-height: 70%;
}

.winner-list .date {
  text-align: center;
  min-width: 66px;
}
.winner-list .code {
  min-width: 40px;
}

.winner-list .date p {
  color: #FFF;
}

.podium-wrapper .card-winner ul li .left {
  display: flex;
  align-items: center;
}

.podium-wrapper .card-winner ul li .left .ava img {
  width: 35px;
}

.podium-wrapper .card-winner ul li .left .name {
  display: flex;
  align-items: center;
}

.podium-wrapper .card-winner ul li .right .value {
  display: flex;
  align-items: center;
}

.podium-wrapper .card-winner ul li .right .value p {
  padding-right: 1rem;
}

.podium-wrapper .card-winner ul li .ava {
  padding: 0 2rem;
}

.podium-wrapper .card-winner ul li .ava img {
  width: 100px;
}

.podium-wrapper .title-card {
  padding-bottom: 1.25rem;
}

.podium-wrapper .title-card svg {
  margin-left: 1rem;
}

.monthly-winner {
  padding: 2rem 0 0;
}

.podium-wrapper .monthly-winner ul {
  background: #7204c94d;
}

.podium-wrapper .monthly-winner ul .card-list .ava {
  display: flex;
  align-items: center;
  padding: 0;
}

.podium-wrapper .monthly-winner ul .card-list .ava img {
  width: 64px;
}

.podium-wrapper .monthly-winner ul li {
  background: #7204c9;
  padding: 1.5rem;
  width: 48%;
}

.podium-wrapper .monthly-winner ul li .card-list p {
  padding-bottom: 1rem;
  text-align: left;
}

.podium-wrapper .monthly-winner ul li .card-list .name {
  padding-bottom: 0;
  padding-left: 1rem;
}

.leaderboard {
  width: 100%;
  border-collapse: collapse;
  border-spacing: 0;
  padding: 4rem 0 6rem;
}

.leaderboard tr {
  /* border: 1px solid red; */
  /* border-collapse: separate; */
  /* background: red; */
  /* border-radius: 24px; */
}

.leaderboard tr td:first-child {
  border-top-left-radius: 24px;
  border-bottom-left-radius: 24px;
}

.leaderboard tr td {
  background: #201f20;
  padding: 1rem 2rem;
}

.leaderboard tr td .ava img {
  width: 64px;
}

.leaderboard tr td:last-child {
  border-top-right-radius: 24px;
  border-bottom-right-radius: 24px;
  padding-right: 2rem;
}

.leaderboard tr td .ava {
  display: flex;
  align-items: center;
}

.leaderboard tr td .ava p {
  padding-left: 2rem;
}

/* === Custom Modal === */
/* The Modal (background) */
.modal {
  display: none; /* Hidden by default */
  position: fixed; /* Stay in place */
  z-index: 9999; /* Sit on top */
  left: 0;
  top: 0;
  width: 100%; /* Full width */
  height: 100%; /* Full height */
  overflow: auto; /* Enable scroll if needed */
  background-color: rgb(0, 0, 0); /* Fallback color */
  background-color: rgba(0, 0, 0, 0.4); /* Black w/ opacity */
}

/* Modal Content/Box */
/* .modal-content {
  background-color: #fefefe;
  margin: 8% auto 0;
  padding: 2rem 1rem;
  border: 1px solid #0accc1;
  width: 50%;
  border-radius: 22px;
} */

/* The Close Button */
.close {
  color: #aaa;
  float: right;
  font-size: 2.5rem;
  font-weight: bold;
  position: absolute;
  top: -1.1rem;
  right: 0;
  padding: 0 1rem;
  z-index: 9;
}

.close:hover,
.close:focus {
  color: #fefefe;
  text-decoration: none;
  cursor: pointer;
}

.modal-content .header-modal {
  display: block;
  /* overflow: hidden; */
  position: relative;
  /* top: 0; */
  /* right: 0; */
  padding: 0 1rem;
}

.modal-content .form-card ul {
  display: block;
  width: 100%;
  padding-top: 2rem;
}

.modal-content .form-card ul li {
  padding: 0.5rem 1rem;
  width: 100%;
  display: inline-block;
}

.modal-content .form-card ul li.cta a {
  display: inline-block;
  text-transform: capitalize;
}

.modal-content .form-card ul li.cta {
  text-align: right;
  padding: 2rem 1rem;
  width: 100%;
}

.modal-content .form-card ul li .label {
  font-size: 1rem;
  color: #ffffff;
}

.modal-content .form-card ul li input::placeholder {
  color: rgb(33 31 28 / 30%);
}

.modal-content .header-modal h2 {
  padding: 1rem 0;
}

.modal-content .form-card ul li input,
.modal-content .form-card ul li textarea {
  border-radius: 10px;
  background: transparent;
  color: #fff;
  border: 1px solid #7520c7;
}

.modal-content .form-card .image-popup {
  width: 50%;
  display: none;
}

.modal-content .form-card ul li input::placeholder,
.modal-content .form-card ul li textarea::placeholder {
  color: #a09999;
}

.modal-content .form-card .image-popup img {
  width: 100%;
}

.modal-content .form-card {
  display: block;
  position: relative;
  padding-bottom: 1rem;
  align-items: center;
}

.modal-content .cta-popup {
  position: relative;
  bottom: 0;
  right: 0;
  padding-left: 1rem;
  padding-top: 2rem;
}

.modal-content .cta-popup .btn-default {
  text-transform: capitalize;
}

.modal-content .form-card ul li textarea {
  max-height: 130px;
}

.modal-content .form-card ul li .captcha {
  padding-top: 1rem;
}

/* CUSTOM TABS */

.tab-wrapper .tabs-content .tab-content {
  display: none;
}

.tab-wrapper .tabs-content .tab-content.active {
  display: block;
}

.tab-wrapper .tabs {
  display: flex;
}

.tab-wrapper .tabs .tabs-list li a {
  padding: 1rem 1.75rem;
  border-radius: 1rem;
  border: 1px solid #2f2d2f;
  width: 100%;
  display: block;
  background: rgb(32 31 32 / 20%);
  transition: all 0.5s;
  color: rgb(255 255 255 / 90%);
  font-size: 1.1875rem;
  font-family: "Titillium Web", sans-serif;
  font-weight: 200;
}

.tab-wrapper .tabs .tabs-list li {
  width: 100%;
  padding-bottom: 1rem;
}

.tab-wrapper .tabs .tabs-list li.active a,
.tab-wrapper .tabs .tabs-list li a:hover {
  background: #2f2d2f;
  color: #fff;
}

.tab-wrapper .tabs .tabs-list {
  width: 40%;
}

.tab-wrapper .tabs-content {
  padding-left: 3rem;
  width: 60%;
}

.tab-wrapper .tabs-content .card-tabs {
  border: 1px solid #2f2d2f;
  border-radius: 2rem;
  padding: 2rem;
  background: #2f2d2f;
}

.tab-wrapper .tabs-content .card-tabs h3 {
  padding-bottom: 1.5rem;
}

.tab-wrapper .tabs-content .card-tabs p:nth-child(2) {
  padding-bottom: 1rem;
}

.scroll-snap {
  /* overflow-y: scroll; */
  scroll-snap-type: y mandatory;
  /* max-height: 100vh; */
  scroll-behavior: smooth;
}

.support {
  padding-bottom: 8rem;
}

.faq {
  padding-top: 8rem;
}

#swal2-content {
  color: #000;
}
/* ========== Responsive ============= */

@media screen and (min-width: 1280px) {
  .fixture .table {
    width: 80%;
    margin-left: auto;
    margin-right: auto;
  }
}

@media screen and (max-width: 1320px) {
  .leaderboard .col-6 {
    max-width: 80%;
    flex: 80%;
    margin: auto;
  }

  .leaderboard .col-6 .card-winner {
    width: 100%;
  }

  .leaderboard .col-6 .podium-wrapper {
    /* display: flex; */
    align-items: baseline;
    justify-content: space-evenly;
  }

  .leaderboard .col-6 .monthly-winner {
    width: 100%;
  }

  .leaderboard .col-6:last-child .podium-wrapper {
    display: block;
    /* max-width: 70%; */
  }

  .leaderboard .col-6:last-child {
    padding-top: 3rem;
  }

  /* .podium-wrapper .card-winner ul li {
    width: 31%;
  } */

  .podium-wrapper .monthly-winner ul li {
    width: 48%;
  }
}

@media screen and (max-width: 1024px) {
  .table .fixture {
    width: 100%;
  }

  .leaderboard h3 {
    max-width: 100%;
    text-align: center;
    padding-top: 3rem;
  }
}

@media screen and (min-width: 768px) {
  .logo.m-logo {
    display: none;
  }
}

/* @media screen and (min-width: 1025px) and (max-width: 1199px) {
  .hero-text {
    max-width: 71%;
  }

  .ss-wrapper .text h2 {
    max-width: 100%;
  }

  .cta-wrapper {
    flex-direction: column;
    text-align: center;
  }
  .cta-wrapper h1 {
    max-width: 100%;
  }

  .ss-wrapper .cta {
    padding-left: 5rem;
  }
} */

@media screen and (max-width: 1199px) {
  /* .hero-text {
    max-width: 71%;
  } */

  .ss-wrapper .text h2 {
    max-width: 100%;
  }

  .cta-wrapper {
    flex-direction: column;
    text-align: center;
  }
  .cta-wrapper h1 {
    max-width: 100%;
  }

  .ss-wrapper .cta {
    padding-left: 5rem;
  }
  .card-cta ul li img {
    width: 90px;
  }
}

@media screen and (max-width: 1000px) {
  .hero-text {
    max-width: 100%;
  }
}

@media screen and (max-width: 999px) {
  .sub-section {
    max-width: 100%;
  }

  .ss-wrapper {
    flex-direction: column;
    text-align: center;
  }
  .ss-wrapper .text {
    max-width: 100%;
  }

  .ss-wrapper .cta {
    padding-left: 0;
    padding-top: 2rem;
  }

  .battle .col-4 {
    max-width: 100%;
    flex: 100%;
  }

  .battle .col-4 .card-cta {
    display: flex;
    align-items: center;
    padding: 2rem 3rem;
  }

  .battle .col-8 {
    max-width: 100%;
    flex: 100%;
    padding-bottom: 2rem;
    text-align: center;
  }
  .card-battle {
    padding: 0;
  }

  .table .fixture {
    width: 100%;
  }
  .leaderboard .col-6 {
    max-width: 100%;
  }

  .hero-content .subtitle {
    max-width: 75%;
  }

  .card-cta {
    flex-direction: column;
  }

  .battle .col-5 {
    max-width: 100%;
    flex: 100%;
    display: flex;
    align-items: center;
  }

  .battle .col-5 .card-battle {
    padding-right: 2rem;
  }

  .battle .col-7 {
    max-width: 100%;
    flex: 100%;
  }

  .battle .col-7 .images {
    max-width: 70%;
    margin: auto;
    padding-top: 2rem;
  }
}

@media screen and (max-width: 850px) {
  .table .fixture tr td {
    padding: 1.5rem 1rem;
  }
}

@media screen and (max-width: 768px) {
  header.header.fixed {
    position: fixed;
    width: 100%;
    background: #08070a;
    padding: 1rem 1.25rem;
  }

  header.header.fixed .logo img {
    max-width: 130px;
  }

  header.header.fixed .nav-mobile {
    padding-top: 0.2rem;
  }
  .table .fixture tr td:first-child {
    padding: 1.5rem 1rem;
  }

  .nav-container .nav-list {
    display: block;
    position: fixed;
    right: -100%;
    height: 100vh;
    z-index: 9999999999999;
    background: #6e06cb;
    background: url(../images/bg-body.png);
    background-size: cover;
    background-position: center;
    top: 0;
    transition: all 1s;
  }

  .nav-container .open .nav-list {
    right: 0;
  }

  .nav-container .right {
    display: none;
  }

  .nav-container .nav-list li {
    padding: 2rem !important;
    display: flex;
    align-items: center;
    box-sizing: border-box;
    padding-top: 1rem !important;
  }

  /* .nav-container .nav-list {
    display: none;
  } */

  .nav-container .nav-list .m-logo .brand {
    width: 50%;
  }

  .nav-container .nav-list .m-logo .brand img {
    width: 100%;
  }

  .nav-container .nav-list li .close-button {
    margin-left: auto;
    padding-top: 0.5rem;
  }

  .nav-mobile a svg {
    font-size: 1.3rem;
  }

  .nav-container .nav-list li .close-button svg {
    font-size: 1.2rem;
  }

  .podium-wrapper .title-card {
    font-size: 1.5rem;
    text-align: center;
  }
  .nav-mobile {
    display: block;
  }

  .heroimage .hero-content h2 {
    padding: 2rem 0;
  }

  .support .items-wrapper .item-games {
    width: 50%;
    display: inline-block;
    padding: 0.5rem;
  }

  .support .items-wrapper {
    flex-direction: initial;
    display: -webkit-inline-box;
    text-align: center;
  }

  .support .items-wrapper .item-games:last-child {
    padding-top: 1rem;
  }

  .battle .row .col-5,
  .battle .row .col-7 {
    max-width: 100%;
    flex: 100%;
    flex-direction: column;
  }

  .card-cta ul {
    padding-top: 1rem;
  }

  .battle .row .col-5 .card-battle {
    text-align: center;
    padding-bottom: 3rem;
  }

  .battle .row .col-5 .card-cta {
    display: flex;
    align-items: center;
    padding: 1rem 3rem;
  }

  .battle .row .col-7 .images {
    max-width: 70%;
    margin: auto;
    padding-top: 3rem;
  }

  .meet-coach .row .col-3 {
    margin: 0;
    max-width: 50%;
    flex: 50%;
    padding: 2rem 3rem;
  }
}

@media screen and (max-width: 767px) {
  .faq-wrapper {
    width: 100%;
  }
  button.accordion h3 {
    max-width: 80%;
  }
  .title-section {
    text-align: center;
  }
  .leaderboard .col-6 {
    max-width: 100%;
  }

  .podium-wrapper .card-winner ul li {
    width: 100%;
    margin-bottom: 2rem;
  }

  .podium-wrapper .card-winner ul {
    flex-direction: column;
  }

  .podium-wrapper .card-winner ul li:last-child {
    margin: 0;
  }

  .meet-coach .col-4 {
    flex: 100%;
    max-width: 100%;
    padding-bottom: 3rem !important;
  }
}

@media screen and (max-width: 670px) {
  .section {
    padding: 3.75rem 0;
  }
  .footer-top .d-flex {
    flex-direction: column;
    justify-content: space-evenly;
    align-items: baseline;
  }

  .footer-top .d-flex .footer-right .small-card {
    padding-left: 0;
    padding-top: 2rem;
    /* text-align: center; */
  }

  .footer-top .d-flex .footer-right {
    padding-top: 2rem;
    /* flex-direction: column; */
  }

  .footer-top .d-flex .footer-right .small-card:last-child {
    padding-left: 4rem;
  }

  .hero-innerpage,
  .heroimage {
    padding-top: 15rem;
    margin-top: -6rem;
    background-position: bottom;
    min-height: unset;
  }

  .hero-innerpage h1 {
    font-size: 2.25rem;
    padding-top: 0;
    position: relative;
    top: 14rem;
    max-width: 100%;
  }

  section.section.battle {
    padding-top: 20rem;
  }

  .heroimage {
    overflow: visible;
    background-position: bottom;
    background-size: cover;
  }

  .heroimage .hero-content {
    text-align: center;
    position: relative;
    top: 9rem;
    z-index: 9;
  }

  .heroimage .m-banner {
    display: block;
  }

  .heroimage .d-banner {
    display: none;
  }

  .section-top {
    padding-top: 9rem !important;
  }

  .hero-innerpage .hero-content {
    top: -5rem;
  }

  .heroimage .hero-content h2 {
    max-width: 100%;
  }

  .heroimage .hero-content .btn-default {
    margin: auto;
  }

  /* .section-top {
    padding-top: 25rem;
  } */
  video#bgVideo {
    top: 2%;
  }

  .heroimage .hero-content h2 {
    padding: 2rem 0;
  }
}

@media screen and (max-width: 590px) {
  .leaderboard tr td {
    padding: 1rem 1rem;
  }
  .leaderboard tr td:last-child {
    padding-right: 0;
  }
  .battle .col-4 .card-cta {
    flex-direction: column;
    align-items: baseline;
  }

  .support .items-wrapper .item-games {
    width: 100%;
    padding: 1rem;
  }

  .cta-wrapper .cta-box ul {
    display: -webkit-inline-box;
    padding-top: 2rem;
  }

  .cta-wrapper .cta-box ul li {
    width: 50%;
    display: inline-block;
  }

  .cta-wrapper {
    padding: 2rem;
  }

  .heroimage {
    margin-top: -7rem;
  }
  .battle .col-5 {
    flex-direction: column;
  }

  .battle .row .col-5 .card-battle {
    padding-right: 0;
  }
}

@media screen and (max-width: 768px) {
  .support .col-6 {
    max-width: 100%;
    flex: 100%;
  }

  .support .col-6:first-child {
    padding-bottom: 3rem;
  }

  .cta-wrapper .cta-box ul {
    flex-direction: column;
  }

  .cta-wrapper {
    padding: 3rem 1rem;
  }

  .footer-left .logo {
    text-align: center;
  }

  .footer-top .social {
    text-align: center;
  }

  .footer-top .social li:last-child {
    padding-right: 0;
  }

  .footer-top .d-flex .footer-right {
    flex-direction: column;
    justify-content: center;
    align-items: center;
    width: 100%;
    text-align: center;
  }

  .footer-top .d-flex .footer-right .small-card:last-child {
    padding-left: 0;
  }

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

  .footer-bottom .d-flex {
    flex-direction: column;
  }

  .footer-bottom .d-flex .footer-left ul li {
    display: block;
    text-align: center;
    padding-bottom: 1rem;
  }

  .footer-bottom .d-flex p {
    text-align: center;
    padding: 1rem 0;
  }

  .footer-bottom {
    border-top: 1px solid rgb(65 70 61 / 30%);
  }

  .faq h2.title-section {
    text-align: center;
    padding: 1rem 2rem;
  }

  .ss-wrapper {
    padding: 2rem;
  }

  .ss-wrapper .cta {
    padding-bottom: 2rem;
  }

  .title-section {
    text-align: center;
  }
  .meet-coach .col-4 {
    flex: 100%;
    max-width: 100%;
    padding-bottom: 3rem;
  }

  .leaderboard h3 {
    max-width: 100%;
  }

  .podium-wrapper .title-card {
    text-align: center;
  }

  .card-battle .bigger-text {
    line-height: 50px;
    padding-bottom: 2rem;
  }

  .leaderboard tr td:first-child {
    padding: 0 1rem;
  }
  .leaderboard tr td:nth-child(2) {
    max-width: 48%;
    width: 40%;
  }

  .leaderboard tr td:last-child {
    padding-right: 1rem;
  }

  .leaderboard tr td {
    padding: 1rem 0;
  }

  .leaderboard tr td .ava p {
    padding-left: 1rem;
    padding-right: 0.5rem;
  }

  .table .fixture tr {
    flex-direction: column;
  }

  .gradients {
    border-radius: 80px;
  }

  .table .fixture tr td:first-child {
    border-top-right-radius: 24px;
    border-bottom-left-radius: 0;
    width: 100%;
  }

  .table .fixture tr td:last-child {
    border-bottom-left-radius: 24px;
    width: 100%;
  }

  .table .fixture tr td {
    text-align: center;
  }

  .nav-mobile a svg {
    font-size: 1.3rem;
  }

  .nav-container .nav-list li .close-button svg {
    font-size: 1.2rem;
  }

  header .navbar-default .logo img {
    width: 80%;
  }

  header {
    padding-left: 0;
    padding-right: 0;
  }

  .cta-wrapper .cta-box ul li {
    width: 100%;
  }

  .tab-wrapper .tabs .tabs-list {
    width: 100%;
  }

  .tab-wrapper .tabs {
    display: block;
  }

  .tab-wrapper .tabs-content {
    width: 100%;
    padding-left: 0;
  }

  .battle .row .col-5 .card-cta {
    flex-direction: column;
    text-align: center;
    padding: 2rem;
  }

  .battle .row .col-5 .card-cta .icon {
    margin: 0;
  }

  .heroimage {
    margin-top: -4rem;
    padding: 20rem 1rem 1rem;
    min-height: unset;
  }

  video#bgVideo {
    top: 0;
  }

  section.section.battle {
    padding-top: 14rem;
  }

  .winner-list {
    overflow: scroll;
  }

  .podium-wrapper .card-winner ul li .right {
    padding-left: 4rem;
    padding-right: 2rem;
  }

  .section-top {
    padding-top: 3rem;
  }

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

  header {
    padding: 1rem 0;
  }

  .nav-mobile a svg {
    font-size: 1rem;
  }

  .nav-mobile {
    padding-top: 0.3rem;
  }

  h1.hero-text {
    font-size: 3.2rem;
  }
  .heroimage .hero-content h2 {
    font-size: 1.5rem;
  }

  /* .section-top {
    padding-top: 11rem;
  } */

  .sub-section h2 {
    font-size: 1.4rem;
  }

  .support .row .col-3 {
    flex: 50%;
    max-width: 50%;
    margin: 0;
    padding-bottom: 2rem;
  }
}
@media screen and (max-width: 480px) {
  .meet-coach .row .col-3 {
    margin: 0;
    max-width: 100%;
    flex: 100%;
    padding: 2rem;
  }

  .support .row .col-3 {
    flex: 100%;
    max-width: 100%;
    margin: 0;
    padding-bottom: 3rem;
  }

  .support .row .col-3:last-child {
    padding-bottom: 0;
  }

  .winner-wrapper ul.winner-tabs .accordion-content ul li {
    display: flex;
    padding-bottom: 1rem;
    overflow: auto;
  }

  .heroimage {
    margin-top: -4rem;
    padding: 0rem 1rem 1rem;
  }

  .section-top {
    padding-top: 19rem !important;
  }

  .ss-wrapper {
    padding: 0;
  }

  .heroimage .hero-content {
    top: 19rem;
  }

  .hero-innerpage .hero-content {
    top: 5rem;
  }

  section.section.battle {
    padding-top: 20rem;
  }

  button.accordion h3 {
    font-size: 1.3rem;
  }

  h2 {
    font-size: 1.75rem;
  }
}

@media screen and (max-width: 420px) {
  .card-cta ul {
    padding-top: 1rem;
  }

  .battle .row .col-5 .card-cta {
    width: 100%;
  }

  .card-cta ul li img {
    width: 70px;
  }

  .card-cta ul li {
    padding: 0 0.5rem;
  }

  .winner-wrapper ul.winner-tabs li button.accordion h5 {
    padding-right: 1rem;
  }

  h1.hero-text {
    font-size: 2.6rem;
  }

  .card-battle .bigger-text {
    font-size: 2.4rem;
  }
}
