body {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
  font-family: "Montserrat", sans;
}

.pb-0 {
  padding-bottom: 0 !important;
}

.pt-0 {
  padding-top: 0 !important;
}

.mb-0 {
  margin-bottom: 0 !important;
}

.mt-0 {
  margin-top: 0 !important;
}

.splice-2 {
  text-overflow: ellipsis;
  display: -webkit-box;
  line-clamp: 2;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  overflow: hidden;
}

.row {
  gap: 24px 0;
}

.splice-3 {
  text-overflow: ellipsis;
  display: -webkit-box;
  line-clamp: 3;
  -webkit-line-clamp: 3;
  -webkit-box-orient: vertical;
  overflow: hidden;
}

.slick-dots {
  padding-left: 0;
  list-style-type: none;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 10px;
  display: none !important;
}

.slick-dots button {
  width: 16px;
  height: 16px;
  border-radius: 50%;
  background: rgba(150, 154, 153, 0.2);
  font-size: 0;
  border: none;
  outline: none;
}

h1:not(.page-content h1),
h2:not(.page-content h2),
h3:not(.page-content h3),
h4:not(.page-content h4),
h5:not(.page-content h5),
h6:not(.page-content h6),
ul:not(.page-content ul),
p:not(.page-content p),
ul:not(.page-content ul) {
  /* margin: 0; */
  padding: 0;
  list-style-type: none;
}

ul:not(.page-content ul) {
  margin-bottom: 0;
}

a:not(.page-content a) {
  text-decoration: none;
  /* color: inherit; */
}

.slick-dots .slick-active button {
  background-color: #274689;
}

.container {
  width: 100%;
  max-width: 1360px;
  padding: 0 20px;
  margin: 0 auto;
}

.page {
  padding: 80px 0;
}

.page-title {
  color: rgb(0, 0, 0);
  font-size: 32px;
  font-weight: 600;
  line-height: 39px;
  text-transform: uppercase;
  margin-bottom: 30px;
}

.page-breadcrumb {
  height: 400px;
  background: url("../image/breadcrumb.jpg") no-repeat center / cover;
  display: flex;
  align-items: center;
}

.page-breadcrumb h1 {
  color: rgb(255, 255, 255);
  font-size: 60px;
  font-weight: 800;
  line-height: 1.1;
  text-transform: uppercase;
  margin-bottom: 24px;
}

.page-breadcrumb ul {
  display: flex;
  align-items: center;
}

.page-breadcrumb ul a {
  color: rgb(255, 255, 255);
  font-size: 16px;
  font-weight: 400;
  line-height: 20px;
  text-transform: uppercase;
  padding: 0 20px;
  border-right: 1px solid #fff;
}

.page-breadcrumb ul li:first-child a {
  padding-left: 0;
}

.page-breadcrumb ul li:last-child a {
  padding-right: 0;
  border-right: none;
}

.header {
  position: relative;
}

.collapse:not(.show) {
  display: block;
  height: 0;
  overflow: hidden;
  pointer-events: none;
  opacity: 0;
}

.collapse.show {
  display: block;
  height: auto;
  overflow: visible;
  pointer-events: visible;
  opacity: 1;
}

.header-top .container {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 20px 20px 30px;
}

.header-logo {
  position: absolute;
  left: 50%;
  top: 20px;
  z-index: 1;
  display: flex;
  align-items: center;
  justify-content: center;
  transform: translate(-50%, 0);
  -webkit-transform: translate(-50%, 0);
  -moz-transform: translate(-50%, 0);
  -ms-transform: translate(-50%, 0);
  -o-transform: translate(-50%, 0);
  width: 100px;
}

.header-logo img {
  width: 100%;
  height: auto;
  object-fit: contain;
}

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

.header-left span {
  color: rgb(52, 52, 52);
  font-size: 14px;
  font-weight: 500;
  line-height: 17px;
  margin-right: 10px;
}

.header-left img {
  width: 138px;
  height: auto;
  object-fit: contain;
}

.header-right {
  display: flex;
  align-items: center;
  gap: 50px;
}

.header-right ul,
.header-mobile-header ul {
  display: flex;
  align-items: center;
  gap: 10px;
  margin-bottom: 0;
}

.header-mobile-header ul {
  gap: 4px;
}

.header-right ul a,
.header-mobile-header ul li a {
  width: 34px;
  height: 34px;
  flex: 0 0 1;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 50%;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  -ms-border-radius: 50%;
  -o-border-radius: 50%;
  background-color: #f2f4f9;
}

.header-right ul a:hover {
  background-color: #274689;
}

.header-right ul a svg,
.header-mobile-header ul svg {
  fill: #274689;
  transition: all 0.4s ease;
  -webkit-transition: all 0.4s ease;
  -moz-transition: all 0.4s ease;
  -ms-transition: all 0.4s ease;
  -o-transition: all 0.4s ease;
}

.header-right ul a:hover svg {
  fill: #fff;
}

.header-lang {
  display: flex;
  align-items: center;
  gap: 5px;
  border: none;
  background: none;
  cursor: pointer;
  color: #274689;
  font-size: 16px;
  font-weight: 400;
  line-height: 15px;
  text-transform: uppercase;
  position: relative;
  padding: 10px;
}

.header-lang span {
  display: flex;
  align-items: center;
  gap: 8px;
  color: rgb(39, 70, 137);
  font-size: 16px;
  font-weight: 600;
  line-height: 20px;
}

.header-lang img:not(.header-lang span img) {
  opacity: 0.5;
}

.header-lang-dropdown {
  position: absolute;
  top: 100%;
  right: 10px;
  background-color: #fff;
  border-radius: 5px;
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.2);
  opacity: 0;
  visibility: hidden;
  transition: 0.3s;
  z-index: 10;
}

.header-lang:hover .header-lang-dropdown {
  opacity: 1;
  visibility: visible;
}

.header-lang-dropdown ul {
  margin: 0;
  padding: 0;
  list-style: none;
  flex-direction: column;
  gap: 0;
}

.header-lang-dropdown ul li a {
  width: auto;
  border-radius: 0;
  background-color: #fff;
  transition: 0.3s;
  padding: 10px 18px;
  display: inline-block;
  color: #343434;
  text-decoration: none;
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  -ms-border-radius: 0;
  -o-border-radius: 0;
}

.header-lang-dropdown ul li a.active {
  color: #274689;
}

.header-lang-dropdown ul li a:hover {
  background-color: #f0f0f0;
}

.header-burger {
  display: none;
}

.header-bottom {
  background-color: #274689;
  /* padding: 24px 0; */
}

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

.header-bottom ul {
  display: flex;
  align-items: center;
  gap: 20px;
  width: 35%;
  justify-content: space-between;

}

.header-bottom ul a,
.header-bottom ul li span {
  color: #fff;
  display: flex;
  align-items: center;
  gap: 5px;
  position: relative;
  cursor: pointer;
  padding: 24px 0;
}

.header-bottom ul a::after,
.header-bottom ul li span::after {
  content: "";
  position: absolute;
  top: 75%;
  left: 0;
  width: 100%;
  height: 2px;
  background-color: #fff;
  transform: scaleX(0);
  transition: 0.3s ease-in-out;
  -webkit-transition: 0.3s ease-in-out;
  -moz-transition: 0.3s ease-in-out;
  -ms-transition: 0.3s ease-in-out;
  -o-transition: 0.3s ease-in-out;
}

.header-bottom ul a:hover::after,
.header-bottom ul li span:hover::after,
.header-bottom ul a.active::after,
.header-bottom ul li span.active::after {
  transform: scaleX(1);
}

.header-bottom ul a.active::after,
.header-bottom ul li span.active::after {
  transform: scaleX(1);
}

/* .header-bottom ul a.active,
.header-bottom ul li span.active {
color: #274689;
} */

.header-bottom ul li {
  position: relative;
}

.header-bottom ul li ul {
  position: absolute;
  top: 100%;
  min-width: max-content;
  left: 0;
  background-color: #f2f4f9;
  flex-direction: column;
  gap: 0;
  padding: 0;
  opacity: 0;
  visibility: hidden;
  transition: 0.3s;
  z-index: 10;
  pointer-events: none;
}

.header-bottom ul li:hover ul,
.header-bottom ul li.show ul {
  opacity: 1;
  visibility: visible;
  pointer-events: auto;
}

.header-bottom ul li ul li {
  width: 100%;
}

.header-bottom ul li ul a {
  padding: 16px 20px;
  min-width: max-content;
  width: 100%;
  color: #274689;
  font-size: 16px;
  font-weight: 500;
  border-bottom: 1px solid #a1aecc;
  transition: all 0.3s ease;
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -ms-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
}

.header-bottom ul li ul a:hover {
  background-color: #274689;
  color: #fff;
}

.header-bottom ul li ul a::after {
  display: none;
}

.header-bottom ul li ul a:last-child {
  border-bottom: none;
}

.section-slider {
  position: relative;
}

.section-slider .navigation-container {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  width: 100%;
  display: flex;
  justify-content: space-between;
  align-items: center;
}

.section-slider .slick-dots {
  position: absolute;
  bottom: 20px;
  left: 50%;
  transform: translateX(-50%);
}

.section-slider .slick-dots button {
  background-color: rgba(255, 255, 255, 0.4);
}

.section-slider .slick-dots .slick-active button {
  background-color: rgba(255, 255, 255, 1);
}

.section-slider .carousel-inner {
  height: calc(100vh - 169px);
  max-height: 600px;
}

.section-slider .section-slider-item {
  height: calc(100vh - 169px);
  max-height: 600px;
  width: 100vw;
}

.section-slider .section-slider-item .container {
  padding-left: 50px;
}

.section-slider .section-slider-item {
  display: flex;
  justify-content: center;
  flex-direction: column;
  color: #fff;
}

.section-slider .section-slider-item h2 {
  color: rgb(255, 255, 255);
  font-size: 70px;
  font-weight: 800;
  line-height: 56px;
  text-transform: uppercase;
  margin-bottom: 18px;
}

.section-slider .section-slider-item p {
  color: rgb(255, 255, 255);
  font-size: 20px;
  font-weight: 500;
  line-height: 24px;
  margin-bottom: 34px;
}

.section-slider .section-slider-item a {
  padding: 16px 30px;
  background-color: #fff;
  padding: 16px 30px;
  color: rgb(39, 70, 137);
  font-size: 14px;
  font-weight: 600;
  text-transform: uppercase;
}

.section-slider .slick-arrow {
  position: relative;
  width: 60px;
  height: 60px;
  border-radius: 50%;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  -ms-border-radius: 50%;
  -o-border-radius: 50%;
  background-color: #274689;
  display: flex;
  align-items: center;
  justify-content: center;
}

.section-slider .slick-arrow img {
  height: 20px;
}

.section-slider .navigation-container {
  padding: 0 10px;
}

.section-match {
  padding: 70px 0;
}

.section-match-left {
  flex: 0 1 100%;
}

.section-match-right {
  flex: 0 0 480px;
}

.section-match .container {
  display: flex;
  justify-content: space-between;
  gap: 20px;
}

.section-match-wrapper {
  display: flex;
  align-items: center;
  gap: 10px;
}

.section-match h2 {
  color: rgb(52, 52, 52);
  font-size: 36px;
  font-weight: 600;
  line-height: 44px;
  text-transform: uppercase;
  margin-bottom: 30px;
}

.page-footer {
  margin-bottom: 50px;
}

.page-footer,
.page-footer ul,
.page-footer a {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 20px;
}

.page-footer a {
  display: block;
  box-shadow: 2px 0px 14px 0px rgba(0, 0, 0, 0.12);
  width: 45px;
  height: 45px;
  display: flex;
  border-radius: 50%;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  -ms-border-radius: 50%;
  -o-border-radius: 50%;
  color: #274689;
  fill: #274689;
  font-size: 14px;
  font-weight: 500;
  line-height: 15px;
  transition: all 0.3s ease;
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -ms-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
}
.page-footer a svg path {
  stroke: #274689;
  transition: all 0.3s ease;
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -ms-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
}
.page-footer a:hover,
.page-footer a.active {
  background-color: #274689;
  color: #fff;
  stroke: #fff;
}

.page-footer a:hover svg path,
.page-footer a.active svg path {
  stroke: #fff;
}


.match-item {
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.1);
  width: 100%;
  position: relative;
  color: #343434;
}

.match-item-header {
  height: 180px;
  display: flex;
  align-items: center;
  justify-content: space-around;
}

.match-item-player {
  display: flex;
  align-items: center;
  justify-content: center;
  height: 100%;
  flex-direction: column;
  gap: 5px;
}

.match-item-player img {
  width: 80px;
}

.match-item-player small {
  font-weight: 600;
  font-size: 18px;
}

.match-item-body {
  background: url("../image/section-match-bg.jpg");
  min-height: 200px;
  display: flex;
  align-items: center;
  flex-direction: column;
  justify-content: center;
  background-repeat: no-repeat;
  background-size: cover;
  text-align: center;
  color: #fff;
}

.match-item-body h4 {
  font-size: 24px;
  font-weight: 600;
}

.match-item-body p {
  font-size: 16px;
  font-weight: 400;
}

.match-item-footer {
  position: absolute;
  bottom: 0;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 6px;
  width: 100%;
  padding: 12px 0;
  backdrop-filter: blur(10px);
  color: #fff;
}

.match-list {
  position: relative;
  display: block;
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.1);
}

.match-right-top {
  height: 380px;
  overflow: scroll;
  padding: 20px;
}

.match-list th {
  color: rgb(52, 52, 52);
  font-size: 14px;
  font-weight: 700;
  line-height: 17px;
  padding: 0 10px;
}

.match-list td {
  padding: 10px 0;
  border-bottom: 1px solid #e5e5e5;
  color: #343434;
  text-align: center;
}

.match-list td .match-right-player {
  display: flex;
  align-items: center;
  gap: 4px;
}

.match-list td .match-right-player img {
  height: 26px;
  object-fit: contain;
}

.match-list td b {
  color: #274689;
}

.match-right-footer {
  position: absolute;
  bottom: 0;
  display: flex;
  align-items: center;
  justify-content: center;
  background-color: #274689;
  gap: 6px;
  width: 100%;
  padding: 12px 0;
  color: #fff;
}

.section-about {
  background: url("../image/section-about-bg.jpg") no-repeat center / cover;
  padding: 30px 0;
}

.section-about-card {
  width: 60%;
  padding: 60px 130px 60px 60px;
  background-color: #fff;
  position: relative;
}

.section-about-card img {
  position: absolute;
  right: 0;
  top: 50%;
  width: 250px;
  object-fit: contain;
  transform: translate(50%, -50%);
  -webkit-transform: translate(50%, -50%);
  -moz-transform: translate(50%, -50%);
  -ms-transform: translate(50%, -50%);
  -o-transform: translate(50%, -50%);
}

.section-about-card h2 {
  font-size: 36px;
  font-weight: 600;
  margin-bottom: 20px;
  color: #343434;
}

.section-about-card span {
  font-size: 18px;
  font-weight: 500;
  color: #8e8e8e;
  display: block;
  margin-bottom: 30px;
}

.section-about-card p {
  font-size: 16px;
  font-weight: 400;
  line-height: 30px;
  margin-bottom: 20px;
}

.section-about-card a {
  font-size: 14px;
  color: #fff;
  text-transform: uppercase;
  height: 50px;
  padding: 0 20px;
  background-color: #274689;
  display: inline-block;
  line-height: 50px;
}

.section-news,
.section-media,
.section-results,
.section-team,
.section-sponsor {
  padding: 80px 0;
}

.section-header {
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin-bottom: 30px;
}

.section-header h2 {
  color: rgb(52, 52, 52);
  font-size: 36px;
  font-weight: 600;
  line-height: 44px;
  text-transform: uppercase;
  margin-bottom: 0;
}

.section-header a {
  display: flex;
  align-items: center;
  gap: 8px;
  color: #274689;
  font-size: 16px;
  font-weight: 600;
  line-height: 20px;
  text-transform: uppercase;
}

.news-item {
  box-shadow: 0px 2px 14px 0px rgba(0, 0, 0, 0.12);
  display: inline-block;
}

.news-item-image {
  height: 330px;
  width: 100%;
}

.news-item-image img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center;
}

.news-item-info {
  padding: 25px 30px;
}

.news-item-info small {
  color: rgb(39, 70, 137);
  font-size: 16px;
  font-weight: 600;
  line-height: 20px;
  margin-bottom: 8px;
}

.news-item-info h2 {
  color: rgb(55, 55, 55);
  font-size: 20px;
  font-weight: 600;
  line-height: 24px;
  margin-bottom: 14px;
}

.news-item-info p {
  color: rgb(55, 55, 55);
  font-size: 16px;
  font-weight: 400;
  line-height: 26px;
}

.section-media {
  background-color: #f2f4f9;
}

.media-item {
  display: block;
  box-shadow: 0px 2px 14px 0px rgba(0, 0, 0, 0.12);
}

.media-item-header {
  height: 220px;
  width: 100%;
  position: relative;
}

.media-item-header img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center;
}

.media-item-header img.play {
  position: absolute;
  top: 50%;
  left: 50%;
  width: 70px;
  height: 70px;
  transform: translate(-50%, -50%);
}

.media-item-info {
  padding: 22px 30px;
  background-color: #fff;
}

.media-item-info h2 {
  color: rgb(55, 55, 55);
  font-size: 18px;
  font-weight: 600;
  line-height: 22px;
}

.media-item-info-flex {
  display: flex;
  align-items: center;
  gap: 10px;
}

.media-item-info-flex small {
  color: rgb(176, 176, 176);
  font-size: 16px;
  font-weight: 500;
  line-height: 20px;
}

.section-results .match-item {
  margin: 0 12px;
}

.section-results .slick-track,
.section-team .slick-list,
.section-sponsor .slick-list {
  padding: 20px 0;
}

.results-wrapper,
.team-wrapper,
.sponsor-wrapper {
  position: relative;
}

.slick-arrow {
  position: absolute;
  top: 50%;
  width: 50px;
  height: 50px;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 0;
  border-radius: 50%;
  border: none;
  z-index: 10;
  box-shadow: 2px 0px 14px 0px rgba(0, 0, 0, 0.12);
  background: rgb(255, 255, 255);
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  -ms-border-radius: 50%;
  -o-border-radius: 50%;
}

.slick-prev {
  left: -12px;
}

.slick-next {
  right: -12px;
}

.slick-prev::after {
  position: absolute;
  content: "";
  background: url("../image/svg/arrow-right.svg") no-repeat center / cover;
  left: 50%;
  top: 50%;
  width: 16px;
  height: 16px;
  transform: translate(-50%, -50%) rotate(-180deg);
  -webkit-transform: translate(-50%, -50%) rotate(-180deg);
  -moz-transform: translate(-50%, -50%) rotate(-180deg);
  -ms-transform: translate(-50%, -50%) rotate(-180deg);
  -o-transform: translate(-50%, -50%) rotate(-180deg);
}

.slick-next::after {
  position: absolute;
  content: "";
  background: url("../image/svg/arrow-right.svg") no-repeat center / cover;
  left: 50%;
  top: 50%;
  width: 16px;
  height: 16px;
  transform: translate(-50%, -50%);
  -webkit-transform: translate(-50%, -50%);
  -moz-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  -o-transform: translate(-50%, -50%);
}

.team-item {
  box-shadow: 0px 2px 14px 0px rgba(0, 0, 0, 0.12);
  margin: 0 12px;
  display: inline-block;
  position: relative;
}

.team-item.after-number::after {
  content: attr(data-number);
  position: absolute;
  top: 20px;
  right: 20px;
  width: 60px;
  height: 60px;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  color: #fff;
  font-size: 32px;
  font-weight: 600;
  line-height: 39px;
  background-color: #274689;
}

.team-item-header {
  height: 320px;
  width: 100%;
}

.team-item-header img {
  max-width: 100%;
  width: 100%;
  margin: auto;
  display: block;
  height: 100%;
  object-fit: cover;
}

.team-item-info {
  padding: 20px 30px;
  background-color: #274689;
  color: #fff;
}

.team-item-info h2 {
  font-size: 22px;
  font-weight: 600;
  line-height: 27px;
  margin-bottom: 18px;
}

.team-item-info small {
  font-size: 12px;
  font-weight: 400;
  text-transform: uppercase;
}

.team-item-info h4 {
  font-size: 16px;
  font-weight: 600;
}

.section-count {
  padding: 140px 0;
  text-align: center;
  background: url("../image/section-count-bg.jpeg") no-repeat center / cover;
  color: #fff;
}

.section-count h3 {
  font-size: 36px;
  font-weight: 600;
  line-height: 32px;
  text-transform: uppercase;
  margin-bottom: 28px;
}

.section-count h2 {
  font-size: 50px;
  font-weight: 800;
  line-height: 52px;
  text-transform: uppercase;
  margin-bottom: 28px;
}

.section-count p {
  color: rgb(255, 255, 255);
  font-size: 16px;
  font-weight: 400;
  line-height: 30px;
  margin-bottom: 30px;
}

.section-count a {
  color: rgb(39, 70, 137);
  font-size: 14px;
  font-weight: 600;
  line-height: 17px;
  text-transform: uppercase;
  padding: 22px 32px;
  background-color: #fff;
  display: inline-block;
}

.sponsor-item {
  box-shadow: 0px 2px 14px 0px rgba(0, 0, 0, 0.12);
  margin: 0 12px;
  height: 200px;
  display: flex !important;
  align-items: center;
  justify-content: center;
}

.sponsor-item img {
  max-width: 70%;
  max-height: 80%;
  object-fit: contain;
  object-position: center;
  margin: 0 auto;
  display: block;
  padding: 20px 0;
  background-color: #fff;
}

.foto-item {
  box-shadow: 0px 2px 14px 0px rgba(0, 0, 0, 0.12);
  display: inline-block;
  width: 100%;
}

.foto-item-header {
  height: 330px;
  width: 100%;
}

.foto-item-header img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center;
}

.foto-item-info {
  padding: 40px;
}

.foto-item-info small {
  color: rgb(39, 70, 137);
  font-size: 16px;
  font-weight: 600;
  line-height: 20px;
}

.foto-item-info h3 {
  color: rgb(55, 55, 55);
  font-size: 20px;
  font-weight: 600;
  line-height: 24px;
}

.footer {
  background-color: #1a3060;
}

.footer-top {
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
  color: #fff;
  padding: 60px 0;
  gap: 20px;
  border-bottom: 1px solid rgba(255, 255, 255, 0.1);
}

.footer-contact small {
  font-size: 12px;
  font-weight: 400;
  line-height: 22px;
}

.footer-contact h3 {
  font-size: 16px;
  font-weight: 600;
  line-height: 22px;
  margin-bottom: 16px;
}

.footer-social {
  display: flex;
  align-items: center;
  flex-direction: column;
  justify-content: center;
  gap: 16px;
}

.footer-social img {
  width: 126px;
}

.footer-social ul {
  display: flex;
  align-items: center;
  gap: 10px;
}

.footer-social a {
  width: 34px;
  height: 34px;
  border-radius: 50%;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  -ms-border-radius: 50%;
  -o-border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  background-color: rgba(255, 255, 255, 0.2);
  transition: all 0.3s ease;
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -ms-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
}

.footer-social a:hover {
  background-color: #fff;
}

.footer-social a svg {
  fill: #fff;
}

.footer-social a:hover svg {
  fill: #274689;
}

.footer-menu {
  /* display: flex; */
  column-count: 2;
  gap: 40px 20px;
  column-gap: 90px;
}

.footer-menu a {
  color: rgba(255, 255, 255, 0.6);
  font-size: 16px;
  font-weight: 500;
  line-height: 50px;
  text-transform: uppercase;
  transition: all 0.3s ease;
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -ms-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
}

.footer-menu a:hover {
  color: #fff;
}

.footer-bottom {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 25px 0;
}

.footer-bottom span {
  color: rgb(255, 255, 255);
  font-size: 14px;
  font-weight: 400;
  line-height: 17px;
}

.page-slug-image-main {
  width: 100%;
  height: 690px;
  margin-bottom: 50px;
}

.page-slug-image-main img {
  max-width: 100%;
  max-height: 690px;
  height: auto;
  width: auto;
  margin: 0 auto;
  object-fit: contain;
}

.page-slug-image-list {
  height: 245px;
}

.page-slug-image-list img {
  height: 240px;
  width: auto;
  max-width: 310px;
  object-fit: contain;
  margin-right: 20px;
}

.page-contact small {
  font-size: 14px;
  font-weight: 400;
  line-height: 22px;
  color: #666666;
  text-transform: uppercase;
}

.page-contact h3 {
  font-size: 16px;
  font-weight: 600;
  line-height: 22px;
  color: #000;
  margin-bottom: 24px;
}

.page-contact ul {
  display: flex;
  align-items: center;
  gap: 16px;
  padding-top: 10px !important;
}

.page-contact ul a {
  transition: all 0.3s ease;
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -ms-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  display: block;
}

.page-contact ul a:hover {
  transform: scale(1.1);
  -webkit-transform: scale(1.2);
  -moz-transform: scale(1.2);
  -ms-transform: scale(1.2);
  -o-transform: scale(1.2);
}

.page-contact input,
.page-contact textarea {
  width: 100%;
  padding: 16px;
  border-radius: 5px;
  border: none;
  background-color: #f4f7f8;
  color: #343434;
  font-size: 16px;
  font-weight: 400;
  line-height: 20px;
  margin-bottom: 14px;
}

.page-contact input::placeholder,
.page-contact textarea::placeholder {
  color: #969a99;
}

.page-contact input:focus,
.page-contact textarea:focus {
  outline: none;
  border: 1px solid #274689;
}

.page-contact input:focus::placeholder,
.page-contact textarea:focus::placeholder {
  color: #274689;
}

.page-contact input[type="submit"] {
  background-color: #274689;
  color: #fff;
  font-size: 16px;
  font-weight: 600;
  line-height: 20px;
  text-transform: uppercase;
  cursor: pointer;
  transition: all 0.3s ease;
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -ms-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
}

.page-contact input[type="submit"]:hover {
  background-color: #274689;
}

.page-contact input[type="submit"]:active {
  background-color: #274689;
}

.page-contact input[type="submit"]:disabled {
  background-color: #274689;
  cursor: not-allowed;
}

.page-contact input[type="submit"]:disabled:hover {
  background-color: #274689;
}

.page-table table {
  box-shadow: 0px 2px 14px 0px rgba(0, 0, 0, 0.12);
  padding: 30px;
  display: block;
}

.page-table table th {
  color: rgb(52, 52, 52);
  font-size: 14px;
  font-weight: 700;
  line-height: 17px;
  padding: 10px 30px;
}

.page-table table td {
  border-bottom: 1px solid #e5e5e5;
  color: #343434;
  text-align: center;
  padding: 10px 20px;
}

.page-table table td div {
  text-align: left;
  display: flex;
  align-items: center;
  gap: 30px;
}

.page-table table td div img {
  width: 56px;
}

.page-table table td div small {
  font-size: 16px;
  font-weight: 500;
  color: #274689;
}

.page-matche {
  background-color: #f2f4f9;
}

.matche-item {
  width: 100%;
  box-shadow: 0px 2px 10px 0px rgba(0, 0, 20, 0.2);
  border-radius: 12px;
  -webkit-border-radius: 12px;
  -moz-border-radius: 12px;
  -ms-border-radius: 12px;
  -o-border-radius: 12px;
  margin-bottom: 24px;
  background-color: #fff;
}

.matche-header {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 20px 40px;
  border-bottom: 1px solid rgba(26, 48, 96, 0.3);
}

.matche-header .matche-player:last-child {
  justify-content: flex-end;
}

.matche-player {
  display: flex;
  align-items: center;
  gap: 10px;
  width: 40%;
}

.matche-player img {
  width: 60px;
  object-fit: contain;
}

.matche-player span {
  color: rgb(0, 0, 0);
  font-size: 32px;
  font-weight: 600;
  line-height: 45px;
  text-transform: uppercase;
}

.matche-item h2 {
  color: rgb(39, 70, 137);
  font-size: 40px;
  font-weight: 600;
  line-height: 45px;
  text-transform: uppercase;
}

.matche-body {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 20px 40px;
}

.matche-item h4 {
  color: rgb(0, 0, 0);
  font-size: 24px;
  font-weight: 700;
  line-height: 45px;
  letter-spacing: 4px;
  text-transform: uppercase;
}

.matche-item h6 {
  color: rgb(0, 0, 0);
  font-size: 20px;
  font-weight: 600;
  line-height: 45px;
  letter-spacing: 8px;
  text-transform: uppercase;
}

.matche-item h5 {
  color: rgb(0, 0, 0);
  font-size: 24px;
  font-weight: 700;
  text-transform: uppercase;
}

.header-mobile {
  position: fixed;
  top: 0;
  left: -100%;
  width: 100%;
  height: 100vh;
  z-index: 11;
  background-color: #00000050;
  transition: all 0.4s ease;
  -webkit-transition: all 0.4s ease;
  -moz-transition: all 0.4s ease;
  -ms-transition: all 0.4s ease;
  -o-transition: all 0.4s ease;
}

.header-mobile.active {
  left: 0;
}

.header-mobile-menu {
  background-color: #fff;
  width: max-content;
  width: 80%;
  height: 100vh;
}

.header-mobile-header {
  background-color: #f2f4f9;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 10px;
  padding: 10px 18px;
}

.header-mobile-header ul a {
  background-color: #fff !important;
}

.header-mobile-body {
  height: calc(100vh - 60px);
  overflow-y: scroll;
}

.header-mobile-body ul {
  width: 100%;
}

.header-mobile-body ul a,
.header-mobile-body ul span {
  padding: 25px 30px;
  color: rgb(34, 64, 140);
  font-size: 20px;
  font-weight: 600;
  line-height: 20px;
  display: block;
  border-bottom: 1px solid #d9d9d9;
  text-transform: uppercase;
  transition: all 0.3s ease;
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -ms-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  cursor: pointer;
}

.header-mobile-body ul a.active {
  background-color: #314f8f;
  color: #fff;
}

.header-mobile-body ul li ul {
  height: 0;
  overflow: hidden;
  transition: all 0.3s ease;
  opacity: 0;
  visibility: hidden;
  pointer-events: none;
}

.header-mobile-body ul li:hover ul,
.header-mobile-body ul li.show ul {
  height: max-content;
  opacity: 1;
  visibility: visible;
  pointer-events: auto;
}

.header-mobile-body ul li ul a {
  padding: 20px 30px;
  color: rgb(34, 64, 140);
  font-size: 16px;
  font-weight: 500;
  line-height: 20px;
  display: block;
  border-bottom: none;
}

.header-mobile-body ul li ul a:hover {
  background-color: #314f8f;
  color: #fff;
}

.header-mobile-body ul li ul a.active {
  background-color: #314f8f;
  color: #fff;
}

.header-mobile-body ul li ul a::after {
  display: none;
}

.header-mobile-body ul li ul a:last-child {
  border-bottom: none;
}

.header-mobile-body ul li ul a:hover {
  background-color: #314f8f;
  color: #fff;
}

.header-mobile-body ul li ul a.active {
  background-color: #314f8f;
  color: #fff;
}

.header-mobile-body ul li ul a::after {
  display: none;
}

.header-mobile-body ul li ul a:last-child {
  border-bottom: none;
}

.header-mobile-body ul li ul a:hover {
  background-color: #314f8f;
  color: #fff;
}

.header-mobile-body ul li ul a.active {
  background-color: #314f8f;
  color: #fff;
}

.header-mobile-body ul li ul a::after {
  display: none;
}

.row .team-item {
  margin: 0 !important;
  width: 100%;
}

.slug-player {
  display: flex;
  gap: 40px;
}

.slug-player-img {
  width: 350px;
  height: auto;
  flex: 0 0 350px;
  flex-shrink: 0;
  flex-grow: 0;
}

.slug-player-img img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center;
}

.slug-player-info h3 {
  color: #000;
  font-size: 36px;
  font-weight: 600;
  line-height: 44px;
  margin-bottom: 30px;
  padding-right: 100px !important;
  position: relative;
  display: inline-block;
}

.slug-player-info h3::after {
  content: attr(data-number);
  position: absolute;
  top: 0;
  right: 0;
  display: block;
  width: 68px;
  height: 86px;
  background: url('../image/player-slug.png') no-repeat center / cover;
  padding-top: 10px;
  color: #fff;
  text-align: center;
}

.slug-player-info h4 {
  color: rgb(26, 48, 96);
  font-size: 20px;
  font-weight: 600;
  line-height: 22px;
  text-transform: uppercase;
}

.slug-player-info p {
  color: #000;
  font-size: 16px;
  font-weight: 500;
  line-height: 1.5;
  margin-bottom: 24px;
}

.slug-player-info-wrapper {
  display: flex;
  align-items: center;
  gap: 20px;
  flex-wrap: wrap;
}

.slug-player-info-wrapper a {
  height: 50px;
  text-align: center;
  padding: 0 24px;
  display: flex;
  align-items: center;
  justify-content: center;
  color: rgb(255, 255, 255);
  font-size: 14px;
  font-weight: 600;
  line-height: 17px;
  text-transform: capitalize;
  gap: 10px;
}

.slug-player-info-wrapper a:first-child {
  background-color: #F60000;
}
.slug-player-info-wrapper a:last-child {
  background-color: #274689;
}

/* MEDIA */

/* @media (max-width: 1200px) {

} */
@media (max-width: 991px) {
  .header-burger {
    display: block;
  }

  .header-right .header-lang,
  .header-right ul,
  .header-left span {
    display: none;
  }

  .header-bottom ul a,
  .header-bottom ul li span {
    font-size: 0;
    pointer-events: none;
    color: transparent;
  }

  .header-bottom ul a img,
  .header-bottom ul li span img,
  .header-bottom ul li ul {
    display: none;
  }

  .page-title {
    font-size: 28px;
    line-height: 36px;
    margin-bottom: 20px;
  }

  .section-slider .slick-arrow {
    display: none;
  }

  .section-slider .navigation-container {
    display: none;
  }

  .section-slider .section-slider-item h2 {
    font-size: 50px;
    margin-bottom: 4px;
  }

  .section-slider .section-slider-item a {
    padding: 12px 20px;
  }

  .section-match .container {
    flex-direction: column;
    gap: 50px;
  }

  .footer-menu {
    gap: 30px;
  }

  .section-about-card {
    width: 80%;
  }

  .section-count {
    padding: 70px 0;
  }

  .section-count h3 {
    font-size: 30px;
  }

  .section-count h2 {
    font-size: 38px;
    margin-bottom: 12px;
  }

  .section-count a {
    padding: 16px 20px;
  }

  .section-slider .carousel-inner,
  .section-slider .section-slider-item {
    max-height: 400px;
  }

  .matche-item h4,
  .matche-item h6,
  .matche-item h5 {
    letter-spacing: normal;
  }

  .matche-player {
    flex-direction: column;
  }

  .matche-header .matche-player:last-child {
    flex-direction: column-reverse;
  }

  .matche-body {
    flex-wrap: wrap;
  }

  .page-slug-image-main,
  .page-slug-image-main img {
    height: 600px;
  }

  .page-slug-image-main .slick-list {
    height: 100%;
  }

  .page-slug-image-list img {
    height: 160px;
  }

  .page-table table {
    overflow-x: scroll;
  }

  .slug-player{
    flex-direction: column;
  }
}

@media (max-width: 768px) {
  .section-about-card img {
    display: none;
  }

  .section-about-card {
    width: 100%;
    padding: 30px;
  }

  .footer-top,
  .footer-bottom {
    flex-direction: column;
    justify-content: center;
    text-align: center;
  }

  .footer-contact,
  .footer-social,
  .footer-menu {
    width: 100%;
  }

  .footer-bottom {
    gap: 20px;
  }

  .page-breadcrumb {
    height: 300px;
  }

  .page-breadcrumb h1 {
    font-size: 50px;
    margin-bottom: 10px;
  }

  .page-slug-image-main,
  .page-slug-image-main img {
    height: 400px;
  }
}

@media (max-width: 576px) {
  .section-match-wrapper {
    flex-direction: column;
  }

  .section-count h3 {
    font-size: 22px;
    margin-bottom: 0;
  }

  .section-count h2 {
    font-size: 30px;
  }

  .section-header h2 {
    font-size: 24px;
    line-height: 30px;
  }

  .section-match h2 {
    font-size: 24px;
    margin-bottom: 20px;
  }

  .section-news,
  .section-media,
  .section-results,
  .section-team,
  .section-sponsor {
    padding: 50px 0;
  }

  .header-left img {
    width: 110px;
  }

  .section-slider .section-slider-item h2 {
    font-size: 38px;
  }

  .section-slider .section-slider-item p {
    font-size: 16px;
    margin-bottom: 20px;
  }

  .page-breadcrumb {
    height: 200px;
  }

  .page {
    padding: 50px 0;
  }

  .page-breadcrumb h1 {
    font-size: 30px;
    line-height: 36px;
    margin-bottom: 0;
  }

  .matche-body {
    flex-direction: column;
  }

  .matche-item h4,
  .matche-item h6,
  .matche-item h5 {
    line-height: normal;
  }

  .matche-player span {
    font-size: 20px;
  }

  .page-slug-image-list {
    height: auto;
  }

  .page-slug-image-list img {
    height: 120px;
  }

  .page .slick-list.draggable {
    padding: 0 !important;
  }

  .slug-player-img{
    width: 100%;
    height: auto;
  }
}
