.fn-kanit {
  font-family: "Kanit" !important;
}

.fn-manrope {
  font-family: "Manrope" !important;
}

.fn-poppins {
  font-family: "Poppins" !important;
}

*,
*::before,
*::after {
  box-sizing: border-box;
  padding: 0;
  margin: 0;
}

html,
body {
  height: 100%;
}

img {
  max-width: 100%;
}

p {
  word-wrap: break-word;
}

input[type=color],
input[type=date],
input[type=datetime],
input[type=datetime-local],
input[type=email],
input[type=month],
input[type=number],
input[type=password],
input[type=search],
input[type=tel],
input[type=text],
input[type=time],
input[type=url],
input[type=week],
select,
textarea {
  font-size: 16px;
}

input::-webkit-outer-spin-button,
input::-webkit-inner-spin-button {
  -webkit-appearance: none;
  margin: 0;
}

input[type=number] {
  -moz-appearance: textfield;
}

::placeholder, :-ms-input-placeholder, ::-webkit-input-placeholder {
  font-size: 14px;
  color: #909090;
}

::-webkit-input-placeholder {
  /* Edge */
}

:-ms-input-placeholder {
  /* Internet Explorer 10-11 */
}

@media (prefers-reduced-motion: no-preference) {
  :root {
    scroll-behavior: initial !important;
  }
}
body {
  font-family: "Manrope", "Poppins", "Kanit", sans-serif !important;
  font-size: 16px;
  color: #202020;
  background: #F5F7FF;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-optical-sizing: auto;
  font-weight: 500;
}

.custom-scrollbar ::-webkit-scrollbar, body ::-webkit-scrollbar {
  width: 8px !important;
}
.custom-scrollbar ::-webkit-scrollbar:horizontal, body ::-webkit-scrollbar:horizontal {
  height: 8px;
}
.custom-scrollbar ::-webkit-scrollbar-track, body ::-webkit-scrollbar-track {
  height: 8px;
}
.custom-scrollbar ::-webkit-scrollbar-thumb, body ::-webkit-scrollbar-thumb {
  border-radius: 4px !important;
  background: #202020 !important;
  height: 8px;
}
.custom-scrollbar ::-webkit-scrollbar-thumb:window-inactive, body ::-webkit-scrollbar-thumb:window-inactive {
  background: #202020 !important;
  height: 8px;
}

section {
  clear: both;
}

.form-control:focus,
.form-select:focus {
  box-shadow: none;
}

a,
button {
  cursor: pointer;
  word-break: break-word;
  word-wrap: break-word;
  transition: all ease-in-out 300ms;
  text-decoration: none;
  box-shadow: none;
}
a:hover,
button:hover {
  opacity: 0.7;
}
a:focus,
button:focus {
  box-shadow: none;
}

a {
  color: #202020;
}

.img-wrapper {
  width: 100%;
  overflow: hidden;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin: 0;
}
.img-wrapper img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.img-wrapper img.contain {
  -o-object-fit: contain;
     object-fit: contain;
}

.scrollTo {
  line-height: 50px;
  position: fixed;
  z-index: 99;
  right: 1.5rem;
  margin: 0 auto;
  bottom: 2rem;
  width: 50px;
  height: 50px;
  cursor: pointer;
  text-align: center;
  transition: all ease 350ms;
  border-radius: 100%;
}

.topTop {
  opacity: 0;
  filter: alpha(opacity=0);
}
.topTop:hover {
  opacity: 0.8;
}

.page-wrapper {
  padding-top: 100px;
}

.bs-gap-0 {
  --bs-gutter-x: 0;
}

.line-height-1 {
  line-height: 1;
}

.w-min {
  max-width: -moz-min-content;
  max-width: -webkit-min-content;
  max-width: min-content;
}

.w-max {
  max-width: -moz-max-content;
  max-width: -webkit-max-content;
  max-width: max-content;
}

.list-style-none {
  list-style-type: none;
}

.custom-container {
  max-width: 1220px;
  margin-inline: auto;
  padding-inline: 20px;
}

.sc-banner {
  margin-bottom: 40px;
}

.sc-links,
.sc-layout,
.sc-latest-matches,
.sc-team-player,
.sc-news-events,
.sc-partners,
.sc-newsletter {
  margin-bottom: 60px;
}

.sc-links a {
  background: #ffe3e3;
  width: 100%;
  min-height: 82px;
  border-radius: 10px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 20px;
  font-size: 18px;
  border: 1px solid #e5e5e5;
  transition: all ease 0.5s;
}
.sc-links a:hover {
  background: #ffe3e3;
  opacity: 0.75;
}
.sc-links .links-wrapper {
  display: grid;
  grid-template-columns: repeat(auto-fill, minmax(225px, 1fr));
  gap: 20px;
  justify-items: center;
  /* Center items horizontally */
  align-items: center;
}

.sc-layout .layout-grid {
  display: grid;
  grid-template-columns: 250px 1fr;
  gap: 40px;
}

.board-member-lists {
  border: 1px solid #e5e5e5;
  border-radius: 20px;
  padding-bottom: 10px;
  background: #ffffff;
}
.board-member-lists .board-member-title {
  font-size: 20px;
  background: #ffe3e3;
  min-height: 60px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  align-items: center;
  justify-content: center;
  padding-inline: 10px;
  border-radius: 20px 20px 0 0;
  margin-bottom: 10px !important;
}
.board-member-lists ul a {
  color: #202020;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  align-items: center;
  gap: 15px;
}
.board-member-lists ul a img {
  width: 50px;
  border-radius: 100%;
  border: 1px solid #333333;
}
.board-member-lists ul a .member-name {
  font-size: 15px;
}
.board-member-lists ul a .member-position {
  font-size: 12px;
  font-weight: 400;
}

.club-lists {
  margin-bottom: 50px;
}
.club-lists .club-title {
  font-size: 28px;
  color: #2B2E31;
  margin-bottom: 10px;
  min-height: 60px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  align-items: center;
}
.club-lists .club-list-grid {
  display: grid;
  grid-template-columns: repeat(auto-fill, minmax(220px, 1fr));
  gap: 20px;
  justify-items: center;
  align-items: center;
}

.club-box {
  width: 100%;
}
.club-box a {
  color: #202020;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  align-items: center;
  gap: 15px;
  border-radius: 10px;
  border: 1px solid #dddddd;
  padding: 10px;
  width: 100%;
  background: #ffffff;
}
.club-box .club-name {
  font-size: 17px;
}
.club-box .club-position {
  font-size: 14px;
  font-weight: 400;
}

.tournament-lists .tournament-box {
  flex-direction: column;
}
.tournament-lists .tournament-title {
  font-size: 28px;
  color: #2B2E31;
  margin-bottom: 10px;
  min-height: 60px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  align-items: center;
}
.tournament-lists .tournament-position {
  font-size: 14px;
  font-weight: 400;
}
.tournament-lists .tournament-list-grid {
  display: grid;
  grid-template-columns: repeat(auto-fill, minmax(165px, 1fr));
  gap: 20px;
  justify-items: center;
  align-items: stretch;
}
.tournament-lists .tournament-box {
  color: #202020;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 15px;
  border-radius: 10px;
  border: 1px solid #dddddd;
  padding: 10px;
  width: 100%;
  background: #ffffff;
}

.view-all-btn {
  color: #2B2E31;
  font-size: 14px;
}

.sc-heading {
  margin-bottom: 15px;
}
.sc-heading .latest-title {
  font-size: 30px;
  color: #2B2E31;
}

.sc-latest-matches .matches-box {
  display: block;
  border-radius: 10px;
  border: 1px solid #dddddd;
  padding: 15px;
  font-size: 12px;
  color: #2B2E31;
  gap: 16px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  background: #ffffff;
}
.sc-latest-matches .matches-box .country {
  font-size: 16px;
  color: #202020;
}
.sc-latest-matches .matches-box .mth {
  font-size: 14px;
  color: #202020;
}

.sc-team-player .team-player-box {
  background: url("../../img/gradient-bg.png") no-repeat;
  display: block;
  border-radius: 10px;
  border: 1px solid #dddddd;
  color: #2B2E31;
  gap: 16px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  position: relative;
  font-family: "Manrope";
  background-repeat: round;
  aspect-ratio: 1.6;
}
.sc-team-player .team-player-box a {
  height: 100%;
}
.sc-team-player .team-player-box figure {
  max-width: 160px;
  height: calc(100% - 54px);
}
.sc-team-player .team-player-box figure img {
  aspect-ratio: 1.6;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  width: 100%;
  max-width: 160px;
}
.sc-team-player .team-player-box .player-name,
.sc-team-player .team-player-box .runs,
.sc-team-player .team-player-box .team-ft-info {
  position: absolute;
  z-index: 1;
}
.sc-team-player .team-player-box .player-name {
  font-size: 28px;
  color: #ffffff;
  line-height: 28px;
  top: 45px;
  left: 45%;
}
.sc-team-player .team-player-box .player-name span {
  display: block;
}
.sc-team-player .team-player-box .runs {
  color: #ffffff;
  left: 45%;
  top: 100px;
}
.sc-team-player .team-player-box .runs .runs-no {
  font-size: 52px;
}
.sc-team-player .team-player-box .runs .text-uppercase {
  font-size: 19px;
}
.sc-team-player .team-player-box .team-ft-info {
  color: #ffffff;
  background: #E10000;
  background: -webkit-gradient(linear, left top, right top, color-stop(19%, rgba(225, 0, 0, 0.42)), color-stop(48%, rgb(255, 255, 255)));
  background: linear-gradient(90deg, rgba(225, 0, 0, 0.42) 19%, rgb(255, 255, 255) 48%);
  position: absolute;
  width: 100%;
  bottom: 0;
  left: 0;
  padding: 5px 5px 8px 10px;
}
.sc-team-player .team-player-box .rounder-col span {
  font-size: 10px;
  margin-left: 10px;
}
.sc-team-player .team-player-box .rounder-col .rect {
  font-size: 15px;
  background: #D40100;
  transform: skew(-18deg, 0deg);
  min-height: 26px;
  min-width: 70px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  align-items: center;
  justify-content: center;
  font-weight: 700;
  margin-inline: 4px;
}

.sc-news-events .news-events-box {
  display: block;
  color: #2B2E31;
  gap: 5px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  position: relative;
  font-family: "Manrope";
}
.sc-news-events .news-events-box figure {
  border-radius: 10px;
  border: 1px solid #dddddd;
  overflow: hidden;
  margin-bottom: 5px;
}
.sc-news-events .news-events-info .text-muted {
  font-size: 12px;
}

.sc-partners .partner-list-grid {
  display: grid;
  grid-template-columns: repeat(auto-fill, minmax(185px, 1fr));
  gap: 20px;
  justify-items: center;
  align-items: stretch;
}
.sc-partners .partner-box {
  color: #202020;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 15px;
  padding-block: 30px;
  width: 100%;
}

.sc-newsletter .newsletter-grid {
  background: #ffe3e3;
  display: grid;
  grid-template-columns: 70% 1fr;
  justify-items: center;
  align-items: stretch;
  border-radius: 25px;
}
.sc-newsletter .newletter-content {
  background: #fe0124;
  padding: 60px;
  border-radius: 25px;
  color: #ffffff;
  border-right: 6px solid white;
}
.sc-newsletter .newletter-content p {
  display: -webkit-box;
  /* For Safari */
  -webkit-box-orient: vertical;
  /* For Safari */
  -webkit-line-clamp: 3;
  /* Limit to 3 lines */
  overflow: hidden;
  /* Hide overflow */
  text-overflow: ellipsis;
  /* Show ellipsis */
  line-height: 1.5;
  /* Set line height */
}
.sc-newsletter .newsletter-btn {
  background: white;
  color: black;
  font-weight: 600;
  font-size: 16px;
  border-radius: 25px;
  padding: 10px 30px;
  margin-top: 15px;
  display: inline-block;
}
.sc-newsletter .newsletter-title {
  font-size: 32px;
}
.sc-newsletter .newsletter-subtitle {
  font-size: 14px;
}

.contact-page .title {
  font-size: 30px;
  color: #2B2E31;
  margin-bottom: 30px;
}
.contact-page .contact-form-wrapper {
  padding: 30px;
  border-radius: 30px;
}
.contact-page form {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  flex-direction: column;
  gap: 20px;
}
.contact-page .contact-submit {
  max-width: 280px;
  margin-top: 20px;
}

@media (max-width: 991.98px) {
  .sc-links .links-wrapper {
    grid-template-columns: repeat(auto-fill, minmax(300px, 1fr));
  }
  .tournament-lists .tournament-list-grid {
    grid-template-columns: repeat(auto-fill, minmax(160px, 1fr));
  }
  .sc-partners .partner-list-grid {
    grid-template-columns: repeat(auto-fill, minmax(230px, 1fr));
  }
  .sc-team-player .team-player-box .rounder-col .rect {
    font-size: 14px;
    min-width: 60px;
    margin-inline: 2px;
  }
  .sc-team-player .team-player-box .player-name {
    font-size: 24px;
    line-height: 28px;
    top: 30px;
  }
  .sc-team-player .team-player-box .runs {
    top: 80px;
  }
  .sc-team-player .team-player-box .runs .runs-no {
    font-size: 46px;
  }
  .sc-team-player .team-player-box .runs .text-uppercase {
    font-size: 16px;
  }
}
@media (max-width: 768.98px) {
  .sc-layout .layout-grid {
    grid-template-columns: auto;
  }
  .board-member-lists ul {
    display: grid;
    grid-template-columns: repeat(auto-fill, minmax(200px, 1fr));
    gap: 20px;
  }
  .sc-team-player .team-player-box .rounder-col .rect {
    min-width: 55px;
  }
  .sc-team-player .team-player-box .player-name {
    font-size: 20px;
    line-height: 26px;
    top: 24px;
  }
  .sc-team-player .team-player-box .runs {
    top: 75px;
  }
  .sc-team-player .team-player-box .runs .runs-no {
    font-size: 42px;
  }
  .sc-newsletter .newsletter-grid {
    grid-template-columns: auto;
  }
  .sc-newsletter .newletter-content {
    border-right: 0;
    border-bottom: 6px solid white;
  }
}
@media (max-width: 576.98px) {
  .offcanvas .img-wrapper img {
    max-width: 130px;
  }
  .sc-links .links-wrapper {
    grid-template-columns: repeat(auto-fill, minmax(145px, 1fr));
    gap: 10px;
  }
  .board-member-lists ul {
    grid-template-columns: repeat(auto-fill, minmax(145px, 1fr));
    gap: 10px;
  }
  .tournament-lists .tournament-list-grid {
    grid-template-columns: repeat(auto-fill, minmax(145px, 1fr));
    gap: 10px;
  }
  .sc-partners .partner-list-grid {
    grid-template-columns: repeat(auto-fill, minmax(145px, 1fr));
    gap: 10px;
  }
  .club-lists .club-list-grid {
    grid-template-columns: repeat(auto-fill, minmax(145px, 1fr));
    gap: 10px;
  }
  .club-box {
    flex-direction: column;
    text-align: center;
  }
  .sc-links a {
    min-height: 82px;
    gap: 6px;
    font-size: 16px;
  }
  .sc-links a .icon-img img {
    max-height: 42px;
  }
  .board-member-lists ul a {
    gap: 8px;
    flex-direction: column;
  }
  .sc-newsletter .newletter-content {
    padding: 24px;
  }
  footer .ftr-block-1 {
    grid-template-columns: auto !important;
    text-align: center;
    gap: 30px !important;
  }
  footer .ftr-block-2 {
    flex-wrap: wrap;
  }
  footer .ftr-block-2 a {
    width: 33% !important;
    margin-bottom: 10px;
  }
  footer .ftr-block-3 .d-flex.align-items-center.justify-content-between {
    flex-direction: column !important;
  }
}
.detail-page {
  background: #F5F7FF;
}

.page-banner {
  min-height: 230px;
  background: url("../../img/page-banner.png") no-repeat;
  background-size: cover;
  background-position: center;
  border-radius: 30px;
  overflow: hidden;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  flex-direction: column;
  justify-content: center;
  padding: 30px;
  padding-left: 80px;
  margin-bottom: 60px;
}
.page-banner a {
  color: #ffffff;
}
.page-banner breadcrumb {
  font-size: 15px;
  margin-bottom: 0;
}
.page-banner .page-title {
  font-size: 62px;
  line-height: 1;
  color: #ffffff;
}
.page-banner .breadcrumb-item.active,
.page-banner .breadcrumb-item + .breadcrumb-item::before {
  color: #ffffff;
}

.sc-overview {
  margin-bottom: 60px;
}
.sc-overview .player-title {
  font-size: 32px;
  border-bottom: 1px solid #dee2e6;
  padding-bottom: 20px;
  margin-bottom: 20px;
  font-weight: 900;
}
.sc-overview table td {
  padding-bottom: 10px;
  background: none !important;
}
.sc-overview .td-head {
  font-size: 19px;
  margin-bottom: 5px;
}
.sc-overview .td-data {
  font-size: 25px;
  margin-bottom: 5px;
}
.sc-overview .player-image {
  background: #FFF5EB;
  border-radius: 30px;
  overflow: hidden;
}
.sc-overview .player-image .player--info {
  background: #FF0024;
  background: -webkit-gradient(linear, left top, left bottom, color-stop(1%, rgba(255, 0, 36, 0.8)), color-stop(85%, rgba(48, 0, 138, 0.6)));
  background: linear-gradient(180deg, rgba(255, 0, 36, 0.8) 1%, rgba(48, 0, 138, 0.6) 85%);
  border-radius: 0 0 30px 30px;
  min-height: 80px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
}
.sc-overview .player-image .player--info .fn-kanit {
  font-size: 24px;
}
.sc-overview .player-image .player--info span {
  font-size: 18px;
}
.sc-overview .player-image .player-picture {
  max-height: 320px;
  height: 100%;
}

.most-view-player {
  margin-bottom: 60px;
  border: 1px solid #e5e5e5;
  border-radius: 20px;
  padding-bottom: 10px;
}
.most-view-player .most-view-player-title {
  font-size: 20px;
  background: #ffe3e3;
  min-height: 60px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  align-items: center;
  justify-content: center;
  padding-inline: 10px;
  border-radius: 20px 20px 0 0;
  margin-bottom: 10px !important;
}
.most-view-player ul a {
  color: #202020;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  align-items: center;
  gap: 15px;
}
.most-view-player ul a img {
  width: 50px;
  border-radius: 100%;
  border: 1px solid #333333;
}
.most-view-player ul a .member-name {
  font-size: 15px;
}

.para-text {
  font-size: 18px;
  line-height: 2;
}

.detail-grid-content {
  padding-bottom: 60px;
}
.detail-grid-content .career-statics {
  font-size: 25px;
  border-bottom: 1px solid #dddddd;
  margin-bottom: 15px;
  padding-bottom: 10px;
}
.detail-grid-content .activities {
  font-size: 22px;
  margin-bottom: 10px;
}

.table-responsive {
  background: white;
  border-radius: 30px;
  padding: 30px;
  margin-bottom: 20px;
}
.table-responsive .table {
  margin-bottom: 30px;
}
.table-responsive .table:last-child {
  margin-bottom: 0;
}
.table-responsive .table td {
  padding-block: 15px;
}
.table-responsive th {
  background: #FFF5EB !important;
  border-bottom: 0;
  font-size: 18px;
}

.about-title,
.record-title {
  font-size: 25px;
  border-bottom: 1px solid #dddddd;
  padding-bottom: 10px;
  margin-bottom: 20px;
}

.sc-records {
  margin-bottom: 60px;
}
.sc-records .records-list {
  margin-top: 40px;
}
.sc-records .records-list .row {
  row-gap: 30px;
}
.sc-records .records-box {
  gap: 20px;
}
.sc-records .records-box .record-ranking {
  background: #FFD8DE;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  align-items: center;
  justify-content: center;
  min-width: 64px;
  min-height: 64px;
  border-radius: 10px;
  font-size: 22px;
}
.sc-records .records-box .record-rt .holder-name {
  font-size: 20px;
}
.dt-player-listing .row {
  row-gap: 20px;
}
.dt-player-listing a {
  display: block;
  background: white;
  border-radius: 15px;
  overflow: hidden;
  padding: 15px;
  border: 1px solid #dddddd;
}
.dt-player-listing figure {
  border-radius: 100%;
  overflow: hidden;
  margin-bottom: 20px;
}
.dt-player-listing figure img {
  background: -webkit-gradient(linear, left top, left bottom, color-stop(1%, rgba(255, 0, 36, 0.8)), color-stop(85%, rgba(48, 0, 138, 0.6)));
  background: linear-gradient(180deg, rgba(255, 0, 36, 0.8) 1%, rgba(48, 0, 138, 0.6) 85%);
  padding: 6px;
  border-radius: 100%;
  overflow: hidden;
}
.dt-player-listing .dt-player-info {
  background: #FFF5EB;
  border-radius: 6px;
  padding: 2px 10px;
}

@media (max-width: 991.98px) {
  .most-view-player ul {
    display: grid;
    grid-template-columns: repeat(auto-fill, minmax(200px, 1fr));
    gap: 20px;
  }
}
@media (max-width: 576.98px) {
  .most-view-player ul {
    grid-template-columns: repeat(auto-fill, minmax(140px, 1fr));
    gap: 10px;
  }
}
.club-page .club-lists .club-list-grid {
  grid-template-columns: repeat(auto-fill, minmax(200px, 1fr));
  gap: 20px;
}
.club-page .club-box {
  flex-direction: column;
  text-align: center;
}
.club-page .sc-overview .player-image {
  background: #FF0024;
  background: -webkit-gradient(linear, left top, left bottom, from(rgba(255, 0, 36, 0.5)), color-stop(49%, rgba(134, 0, 58, 0.5)), to(rgba(48, 0, 138, 0.5)));
  background: linear-gradient(180deg, rgba(255, 0, 36, 0.5) 0%, rgba(134, 0, 58, 0.5) 49%, rgba(48, 0, 138, 0.5) 100%);
  min-height: 400px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  align-items: center;
  justify-content: center;
}
.club-page .sc-overview table td .links {
  gap: 30px;
}

.tournament-page .tournament-lists .tournament-list-grid {
  grid-template-columns: repeat(auto-fill, minmax(200px, 1fr));
  gap: 20px;
}
.tournament-page .tournament-box {
  flex-direction: column;
  text-align: center;
}
.tournament-page .sc-overview .player-image {
  background: #FF0024;
  background: -webkit-gradient(linear, left top, left bottom, from(rgba(255, 0, 36, 0.5)), color-stop(49%, rgba(134, 0, 58, 0.5)), to(rgba(48, 0, 138, 0.5)));
  background: linear-gradient(180deg, rgba(255, 0, 36, 0.5) 0%, rgba(134, 0, 58, 0.5) 49%, rgba(48, 0, 138, 0.5) 100%);
  min-height: 400px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  align-items: center;
  justify-content: center;
}
.tournament-page .sc-overview table td .links {
  gap: 30px;
}
.tournament-page .point-table {
  margin-bottom: 60px;
}
.tournament-page .point-table .career-statics {
  font-size: 32px;
  border-bottom: 1px solid #dddddd;
  margin-bottom: 30px;
  padding-bottom: 20px;
}

header {
  background: #ffffff url("../../img/header-bg.png") repeat-x bottom center;
  padding-block: 30px;
}
header img {
  max-height: 160px;
}
header .heading .en-text {
  font-size: 34px;
  line-height: 65px;
}
header .heading .np-text {
  font-size: 40px;
  line-height: 30px;
  margin-bottom: 0;
}
header .header-wrapper {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  align-items: center;
  justify-content: space-between;
}

.logo-wrapper {
  max-width: 188px;
}

.navigation-menu {
  background: #D40100;
  margin-bottom: 40px;
}
.navigation-menu.navigation-menu-sticky {
  box-shadow: var(--bs-box-shadow) !important;
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  z-index: 99;
}
.navigation-menu.navigation-menu-sticky .site-header .nav-item-wrapper li a {
  padding-block: 10px;
}

.site-header .nav-item-wrapper li a {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  justify-content: center;
  align-items: center;
  width: -moz-max-content;
  width: -webkit-max-content;
  width: max-content;
  padding: 18px 30px;
  color: #ffffff;
  transition: all ease 0.3s;
}
.site-header .nav-item-wrapper li a.active, .site-header .nav-item-wrapper li a:hover {
  background: rgba(255, 0, 0, 0.368627451);
  opacity: 1;
}

.offcanvas .img-wrapper {
  max-width: 200px;
  width: 100%;
}
.offcanvas ul li {
  margin-bottom: 8px;
}
.offcanvas ul li a {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  align-items: center;
  padding: 12px;
  width: 100%;
}
.offcanvas ul li a:hover {
  background-color: #202020;
  color: #ffffff;
}

@media (max-width: 991.98px) {
  header .heading .en-text {
    font-size: 26px;
    line-height: 40px;
  }
  header .heading .np-text {
    font-size: 24px;
    line-height: 26px;
  }
  header img {
    max-height: 120px;
  }
}
@media (max-width: 768.98px) {
  header img {
    max-height: 100px;
  }
  header .heading .en-text {
    font-size: 22px;
    line-height: 24px;
  }
  header .heading .np-text {
    font-size: 22px;
    line-height: 24px;
  }
}
@media (max-width: 576.98px) {
  .navigation-menu a[data-bs-toggle=offcanvas] p {
    font-size: 14px !important;
  }
  .navigation-menu a[data-bs-toggle=offcanvas] p.fs-5 {
    font-size: 16px !important;
  }
  header .heading .en-text {
    font-size: 16px;
    line-height: 20px;
  }
  header .heading .np-text {
    font-size: 12px;
    line-height: 14px;
  }
}
footer {
  color: #ffffff;
  padding-block: 50px;
  background: #990016;
  background: -webkit-gradient(linear, left bottom, left top, from(rgb(153, 0, 22)), to(rgb(255, 0, 36)));
  background: linear-gradient(360deg, rgb(153, 0, 22) 0%, rgb(255, 0, 36) 100%);
}
footer a {
  color: #ffffff;
}
footer .ftr-navigation a {
  font-size: 14px;
  font-weight: 400;
}
footer .ftr-block-1 {
  display: grid;
  grid-template-columns: 250px 1fr 250px;
  justify-items: stretch;
  align-items: center;
  gap: 20px;
  border: 1px solid #f54234;
  border-radius: 10px;
  padding: 20px 30px 15px 30px;
  margin-bottom: 50px;
}
footer .ftr-block-1 img {
  max-height: 160px;
}
footer .ftr-block-1 .sns {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
  gap: 10px;
}
footer .ftr-block-1 .sns-list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 10px;
}
footer .mailto {
  font-size: 14px;
}
footer .ftr-block-2 {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  align-items: center;
  justify-content: space-around;
  margin-bottom: 15px;
}
footer .ftr-block-2 a {
  border-right: 1px solid rgba(255, 255, 255, 0.2509803922);
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 100%;
  padding-block: 5px;
}
footer .ftr-block-2 a.active, footer .ftr-block-2 a:hover {
  background: rgba(255, 0, 0, 0.368627451);
  opacity: 1;
}
footer .ftr-block-2 a:last-child {
  border-right: 0;
}
footer .ftr-block-3 {
  padding-top: 20px;
  font-size: 14px;
  border-top: 1px solid rgba(255, 255, 255, 0.2509803922);
}
footer .ftr-block-3 .d-flex.align-items-center {
  gap: 10px;
}
footer .ftr-block-3 a:first-child {
  border-right: 1px solid rgba(255, 255, 255, 0.2509803922);
  padding-right: 10px;
}

@media (max-width: 991.98px) {
  .ftr-block-1 img {
    max-height: 120px;
  }
}
@media (max-width: 768.98px) {
  .ftr-block-1 {
    grid-template-columns: 120px 1fr 190px !important;
  }
  .ftr-block-1 img {
    max-height: 100px;
  }
}
