* {
  box-sizing: border-box;
  padding: 0;
  margin: 0;
}
ul {
  list-style: none;
}
a {
  text-decoration: none;
  transition: color 0.3s, transform 0.3s;
}
body, h1, h2, h3, h4, h5, h6 {
  font-family: "Open Sans", sans-serif;
}

h1, h2, h3, h4, h5, h6 {
  text-transform: capitalize;
}

.header {
  display: flex;
  justify-content: space-between;
  align-items: center;
  background-color: rgba(0, 0, 0, 0);
}
.container {
  background-color: rgba(255, 255, 255, 0);
}

/* #BURGER */

.burger {
  display: none;
  cursor: pointer;
  flex-direction: column;
  justify-content: space-between;
  width: 32px;
  height: 24px;
}

.burger span {
  display: block;
  height: 4px;
  width: 100%;
  background-color: #000;
  border-radius: 3px;
  transition: transform 0.3s, opacity 0.3s;
}

.burger-toggle {
  display: none;
}

.header-nav-list {
  display: flex;
  align-items: center;
  list-style: none;
  column-gap: 32px;
  margin-bottom: 0;
  flex-wrap: wrap;
}
.logo-img {
  height: 64px;
}
.header-nav-item-link {
  text-decoration: none;
  color: rgb(0, 0, 0);
  font-size: 16px;
  font-weight: 600;
  text-transform: capitalize;
  transition: color 0.3s ease, transform 0.3s ease;
}
.header-nav-item-link--active{
    color:#5f59f7;
}
.header-nav-item-link:hover{
  color: #5f59f7;
}
.header-overlay{
    display:none;
}
.no-scroll {
  overflow: hidden;
}
.page-header{
  background-color: #f0f2fb;  
  padding: 48px 0; 
  text-align: center;
  margin-top: 32px;
}
.page-title {
    text-transform:capitalize;
  font-size: 40px;
}

.breadcrumbs {
  display:flex;
  margin-top: 8px;
  margin-bottom: 40px;
  padding-left:0;
}
.breadcrumbs-item, .divider {
  margin: 0 4px;
  font-weight:600;
  font-size: 18px;
   text-transform:capitalize;
}
.breadcrumbs-item + .breadcrumbs-item::before {
  content: "/";
  margin-right: 8px;
  color: #000;
}
.breadcrumbs-item-link {
  color: #000; 
  text-decoration: none; 
  transition: color 0.3s ease, transform 0.3s ease;
}
.breadcrumbs-item-active{
  color: #5f59f7;
}
.breadcrumbs-item-link:hover{
  color: #5f59f7;
}
.main {
  display: flex;
  align-items: center;
  margin-top:48px;
  margin-bottom: 80px;
}
.main-info {
  flex: 1;
  padding: 48px;
  max-width: 500px;
  background-color: rgb(255, 255, 255);
  z-index: 2;
  border-radius: 12px;
  margin-right: -110px;
}
.main-title {
  margin-bottom: 16px;
}
.main-img-wrap {
  flex: 1;
  display: block;
}
.main-img {
  width: 100%;
  height: auto;
  border-radius: 12px;
}
.matches-card {
  background-color: rgb(240, 242, 251);
  padding:24px;
  border-style: solid;
  border-width: 1px;
  border-radius: 10px;
  border-color: rgb(207, 207, 234);
}
.wrapper {
  background-color: #f6f8ff;
}
.main-btn {
}
.main-btn:hover {
  background-color: rgba(255, 255, 255, 0);
  border-color: rgba(255, 255, 255, 0);
  color: rgba(255, 255, 255, 0);
}
.link-btn {
  display:block;
  text-transform: uppercase;
  text-decoration: none;
  color: rgb(255, 255, 255);
  background-color: rgb(52, 48, 144);
  height: 48px;
  width:136px;
  border: none;
  border-radius: 4px;
  font-size: 18px;
  cursor: pointer;
  transition: all 0.5s ease;
  text-align: center;
  line-height: 48px;
}
.link-btn:hover {
  background-color: rgba(255, 255, 255, 0);
  border-style: solid;
  border-width: 1px;
  border-color: rgb(52, 48, 144);
  color: rgb(52, 48, 144);
}
.main-text {
  font-size: 20px;
  margin-bottom: 40px;
}
.matches-section {
  margin-bottom: 80px;
}
.matches-cards {
  display: grid;
  gap: 16px;
  grid-template-columns: repeat(auto-fit, minmax(224px, 1fr));
}
.match-card-head {
  display: flex;
  justify-content: space-between;
  text-transform: uppercase;
  align-items: start;
  font-weight: 700;
}
.matches-card-body {
  display: flex;
  justify-content: space-between;
  gap: 8px;
  align-items: center;
  margin-bottom: 16px;
  font-weight: 600; 
  text-align: center;
  text-transform: capitalize;
}
.matches-card-body p{
  margin-bottom: 0;
}
.match-team {
  display: flex;
  flex-direction: column;
  align-items: center;
}
.match-team-logo {
  height: 45px;
}
.team-link {
  text-decoration: none;
  color: rgb(0, 0, 0);
  transition: all 0.5s ease;
}
.team-link:hover {
  color: rgb(52, 48, 144);
}
.match-time {
  margin-bottom: 0;
  font-size:18px;
}
.link-match {
  padding:8px 16px;
  text-decoration: none;
  background-color: rgb(52, 48, 144);
  border-radius: 4px;
  color: #fff;
  font-weight: 500;
  width: 160px;
  display: block;
  cursor: pointer;
  text-align:center;
  margin: 0 auto;
  text-transform: capitalize;
  transition: all 0.5s ease;
}
.link-match:hover {
  background-color: #5F59F7;
}
.match-date {
  color: rgb(92, 107, 141);
  border-radius: 4px;
  border-style: solid;
  border-width: 1px;
  border-color: rgb(207, 207, 234);
  text-align: center;
  padding: 4px;
  font-size: 14px;
  font-weight: 600;
  display: inline-block;
}
.trending-section {
  margin-bottom: 48px;
}
.section-title {
  text-transform: capitalize;
  font-size: 38px;
  font-weight: 600;
  margin-bottom: 40px;
}
.trending-rows {
  display: grid;
  grid-template-columns: 60% 1fr;
  grid-column-gap: 16px;
  margin-bottom: 16px;
}
.trending-rows-main {
  position: relative;
}
.trending-rows-main::after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: linear-gradient(to bottom, rgba(0, 0, 0, 0.4), rgba(0, 0, 0, 0.7));
  border-radius: 10px;
}
.rows-link {
  color: rgb(255, 255, 255);
  transition: all 0.5s ease;
}
.rows-link:hover {
  color: #5f59f7;
}
.rows-main-img {
  height: 100%;
  width: 100%;
  object-fit: cover;
  position: absolute;
  border-radius: 10px;
}
.trending-rows-items {
  display: flex;
  flex-direction: column;
  row-gap: 8px;
}
.trending-rows-item {
  display: flex;
  text-decoration: none;
  color: rgb(92, 107, 141);
  column-gap: 16px;
  border-style: solid;
  border-width: 1px;
  border-radius: 10px;
  border-color: rgb(207, 207, 234);
  padding: 16px;
  transition: all 0.5s ease;
}
.trending-rows-item:hover {
  color: rgb(52, 48, 144);
}
.trending-rows-item-img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  position: absolute;
}
.trending-rows-item-text {
  row-gap: 16px;
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  flex-basis: 50%;
}
.date-tag {
  border-style: solid;
  border-width: 1px;
  border-radius: 4px;
  border-color: rgb(207, 207, 234);
  padding: 4px;
  font-weight: 600;
  text-align: center;
  display: inline-block;
  margin-bottom: 0;
  color: rgb(0, 0, 0);
}
.trending-links-title {
  font-size: 23px;
  font-weight: 700;
  text-transform: capitalize;
  margin-bottom: 0;
}
.rows-item-view {
  display: flex;
  column-gap: 8px;
  font-weight: 500;
  align-items: center;
}
.rows-item-view-img {
  height: 24px;
}
.rows-item-view-text {
  color: rgb(95, 89, 247);
}
.rows-item-wrap-img {
  display: block;
  width: 100%;
  position: relative;
  flex-basis: 50%;
  flex-shrink: 0;
}
.rows-main-wrap-img {
  width: 100%;
  display: block;
}
.overlay {
  background: linear-gradient(to bottom, rgba(0, 0, 0, 0.4), rgba(0, 0, 0, 0.7));;
}
.news-cards {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(250px, 1fr));
  gap: 16px;
  margin-bottom: 16px;
}
.news-card {
  position: relative;
  color: rgb(255, 255, 255);
  text-decoration: none;
  display: block;
}
.news-card:hover{
  color:#5f59f7;

}
.news-card-big{
  grid-column: span 2;
}
.news-card::after {
  background: linear-gradient(to bottom, rgba(0, 0, 0, 0.4), rgba(0, 0, 0, 0.7));
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  height: 100%;
  width: 100%;
  border-radius: 10px;
}
.news-card-img {
  width: 100%;
  height: 100%;
  border-radius: 10px;
  max-height: 345px;
  object-fit: cover;
  object-position: 100% 30%;
}
.news-card-text {
  position: absolute;
  left: 30px;
  bottom: 30px;
  z-index: 1;
}
.news-card-text::after {
  z-index: 0;
}
.news-card-color {
  color: rgb(255, 255, 255);
}
.scores-section {
  margin-bottom: 48px;
}
.filters{
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  gap: 16px;
  margin-bottom: 16px;
}
.filter-select{
    font-size: 16px;
    text-transform: capitalize;
    cursor: pointer;
    outline: none;
    border: 1px solid #5f59f7;
    background-color: #f0f2fb;
    border-radius: 5px;
    color: rgb(0, 0, 0);
    padding: 8px 16px;
    transition: 0.3s all ease 0s;
    cursor: pointer;
}
.scores-cards {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 16px;
}
.scores-card {
  padding: 16px;
  border-radius: 10px;
  border-style: solid;
  border-width: 1px;
  border-color: rgb(207, 207, 234);
}
.scores-match-team {
  display: flex;
}
.scores-team-link {
  display: flex;
  align-items: center;
  color: #000;
  text-decoration: none;
  column-gap: 24px;
  cursor: pointer;
  transition: all 0.5s ease;
  position: relative;
}
.scores-team-link:hover {
  color: #343090;
}
.scores-team-link-text {
  position: relative;
}
.win {
  position: absolute;
  right: 0;
  bottom: -20px;
  color: rgb(255, 99, 99);
}
.video-rows {
  display: grid;
  grid-template-columns: 68% 1fr;
  grid-column-gap: 16px;
  grid-row-gap: 8px;
  margin-bottom: 16px;
}
.video-section {
  margin-bottom: 48px;
}
.video-rows-main {
  position: relative;
  grid-row: 1 / span 3;
}
.video-rows-main:hover{
  cursor:pointer;
}
.video-rows-span-2{
  grid-row: 1 / span 2;
}
.video-rows-main::after {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  height: 100%;
  width: 100%;
  background: linear-gradient(to bottom, rgba(0, 0, 0, 0.4), rgba(0, 0, 0, 0.7));
  border-radius: 10px;
}
.video-rows-items {
  display: flex;
  row-gap: 8px;
  flex-direction: column;
}
.video-rows-item {
  text-decoration: none;
  position: relative;
  color: #fff;
  transition: all 0.5s ease !important;
}
.video-rows-item:hover{
     color: #5f59f7
}
.video-rows-item::after {
  content: "";
  height: 100%;
  width: 100%;
  top: 0;
  left: 0;
  position: absolute;
  background: linear-gradient(to bottom, rgba(0, 0, 0, 0.4), rgba(0, 0, 0, 0.7));
  border-radius: 10px;
}
.video-rows-item-img {
  height: 100%;
  width: 100%;
  object-fit: cover;
  border-radius: 10px;
}
.play-icon {
  height: 30%;
  right: 10px;
  top: 5px;
  position: absolute;
  z-index: 1;
}
.table-section {
  margin-bottom: 48px;
}
.margin-reset {
  margin-top: 0;
  margin-bottom: 0;
}

.tour-table-wrap{
  overflow-x: auto;
  overflow-y: hidden;
  -webkit-overflow-scrolling: touch;
  max-width: 100%;
}
.tour-table{
  width: max-content;
  min-width: 100%;
}
.tour-table-head-tr {
  color: rgb(255, 255, 255);
  background-color: #343090;
}
.tour-table-th {
  padding: 8px 16px;
  text-align: center;
  background-color: #343090;
}
.tour-table-tr{
     border-bottom: 1px solid rgb(207, 207, 234);
}
.tour-table-td {
  padding: 8px 16px;
  text-align: center;
  font-weight: 500;
  font-size: 16px;
  background-color: #f0f2fb;
}
.team-logo-30 {
  height: 32px;
}
.match-team-table {
  display: flex;
  justify-content: space-between;
  align-items: center;
  column-gap: 8px;
  text-transform: capitalize;
}
.tour-table-form {
  display: flex;
  justify-content: center;
  column-gap: 8px;
}
.tour-table-form-item {
  border-style: solid;
  border-width: 2px;
  border-color: rgb(151, 151, 151);
  text-transform: uppercase;
  height: 24px;
  border-radius: 50%;
  width: 24px;
  display: flex;
  justify-content: center;
  align-items: center;
  color: rgb(151, 151, 151);
  font-size: 14px;
  font-weight: 600;
}
.green {
  color: rgb(0, 214, 71);
}
.red {
  color: rgb(255, 0, 0);
  border-color: rgb(255, 0, 0);
}
.tour-table-pos {
  font-weight: 700;
}
.tour-table-th:first-child, 
.tour-table-td:first-child{
  position: sticky;
  left: 0;
  text-align: left;
}
.tour-team-name{
  text-transform: capitalize;
}
.insiders-section {
  margin-bottom: 48px;
}
.insider-rows {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 8px;
}
.insider-rows-reverse {
  grid-template-columns: 51% 1fr 1fr;
}
.teams-section {
  padding-bottom: 48px;
}
.team-rows {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  grid-template-columns: repeat(auto-fit, minmax(320px, 1fr));
  gap: 16px;
  margin-bottom: 16px;
}
.team-rows-item {
  border-style: solid;
  border-radius: 10px;
  border-width: 1px;
  border-color: rgb(207, 207, 234);
  padding: 16px;
}
.team-block-head {
  text-decoration: none;
  background-color: rgba(255, 255, 255, 0);
  color: #000;
  display: flex;
  align-items: center;
  justify-content: center;
  column-gap: 16px;
  margin-bottom: 16px;
  transition: all 0.5s ease;
}
.team-block-head:hover{
  color: #343090;
}
.team-block-head-img {
  height: 100px;
}
.team-block-head-text {
  display: flex;
  flex-direction: column;
}
.team-block-head-text-title {
  text-transform: capitalize;
}
.team-block-head-text-subtitle {
  color: rgb(89, 103, 136);
}
.team-block-info-stat {
  margin-bottom: 16px;
  border-style: solid;
  border-width: 3px;
  border-color: rgb(207, 207, 234);
  border-top-width: 0;
  border-right-width: 0;
  border-left-width: 0;
}
.stat-content-wrap {
  display: grid;
  padding-bottom: 16px;
  grid-template-columns: repeat(4, 1fr);
}
.stat-item {
  text-align: center;
  border-width: 2px;
  border-style: solid;
  border-left-width: 0;
  border-top-width: 0;
  border-bottom-width: 0;
  border-color: rgb(207, 207, 234);
}
.stat-item:last-child {
  border-right-width: 0;
}
.stat-item-text {
  margin-bottom: 0;
  color: rgb(89, 103, 136);
}
.team-block-info-rating {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  margin-bottom: 16px;
}
.info-rating-item {
  display: flex;
  flex-direction: column;
  text-align: center;
}
.margin-bottom-reset {
  margin-bottom: 0;
}
.rating-label {
  color: rgb(89, 103, 136);
}
.rating-value {
  font-weight: 700;
  text-transform: capitalize;
  color: rgb(0, 0, 0);
}
.font-reset {
  font-size: 17px;
}
.footer {
  font-size:14px;
  padding-top: 32px;
  border-color: rgba(255, 255, 255, 0);
}
.footer-content {
  display: flex;
  justify-content: space-between;
  padding-bottom: 32px;
  border-style: solid;
  border-width: 1px;
  border-color: rgb(207, 207, 234);
  border-top-width: 0;
  border-right-width: 0;
  border-left-width: 0;
}
.footer-logo-img {
  height: 120px;
}
.footer-nav-lists {
  display: flex;
  justify-content: space-between;
  flex-basis: 60%;
}
.footer-nav-list {
  display: flex;
  flex-direction: column;
  row-gap: 4px;
  font-weight: 600;
}
.footer-list-item {
  text-decoration: none;
  text-transform: capitalize;
  color: rgb(0, 0, 0);
  transition: all 0.5s ease;
}
.footer-list-item:hover{
  color: #5f59f7
}
.footer-btm {
  padding-bottom: 16px;
  padding-top: 16px;
  text-align: center;
}
.footer-btm-text {
  color: rgb(89, 104, 137);
  font-weight: 500;
}
/* ===== Accordion styles ===== */

.accordion-toggle {
  display: flex;
  justify-content: space-between;
  align-items: center;
  background: none;
  border: none;
  font-size: 16px;
  font-weight: 600;
  text-align: left;
  width: 100%;
  cursor: pointer;
}

.accordion-content {
  display: flex;
  flex-direction: column;
  row-gap: 4px;
  margin-top: 4px;
  
}

.accordion-content.active {
  display: flex;
}

.video-post-main {
  margin-top: 48px;
  margin-bottom: 48px;
}
.info-rows {
  display: grid;
  grid-template-columns: 68% 1fr;
  column-gap: 20px;
}
.mb-20 {
  margin-bottom: 16px;
}
.info-rows-text {
  font-size: 16px;
}
.info-table-title {
  text-transform: capitalize;
  font-size: 30px;
  margin-bottom: 32px;
}
.fs-14 {
  font-size: 14px;
}
.mt-50 {
  margin-top: 48px;
}
.mb-48{
  margin-bottom: 48px; 
}
.m-top-bottom--48{
 margin-top: 48px;
 margin-bottom: 48px;
}
.post-main-section {
  margin-bottom: 48px;
  margin-top: 48px;
  display: grid;
  grid-template-columns: 68% 1fr;
  column-gap: 32px;
}
.side-block {
  display: flex;
  flex-direction: column;
  row-gap: 32px;
}
.post-main-img {
  width: 100%;
  margin-bottom: 16px;
}
.fs-30 {
  font-size: 30px;
}
.video-block {
  display: flex;
  flex-direction: column;
  row-gap: 16px;
}
.reviews-section {
  margin-top: 48px;
  margin-bottom: 48px;
}
.reviews-cards {
  display: grid;
  grid-template-columns: 1fr 1fr;
  grid-gap: 16px;
}
.reviews-card {
  border-style: solid;
  border-width: 1px;
  border-color: rgb(207, 207, 234);
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  row-gap: 16px;
  padding-top: 16px;
  border-radius: 10px;
}
.reviews-card-head {
  display: flex;
  justify-content: space-around;
  column-gap: 16px;
  padding-left: 16px;
  padding-right: 16px;
  align-items: center;
}
.reviews-team {
  display: flex;
  flex-direction: column;
  column-gap: 16px;
  align-items: center;
  justify-content: center;
}
.reviews-team-text{
  text-align: center;
}
.reviews-team-img {
  height: 100px;
}
.reviews-team-name {
  text-decoration: none;
  color: rgb(0, 0, 0);
  font-weight: 700;
  text-transform: capitalize;
  transition: all 0.5s ease;
}
.reviews-team-name:hover{
 color: #343090;

}
.reviews-card-info {
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
  gap: 16px;
  padding-left: 32px;
  padding-right: 32px;
}
.reviews-info-label {
  display: flex;
  flex-direction: column;
  color: rgb(92, 107, 141);
}
.reviews-info-value {
  display: flex;
  flex-direction: column;
  align-items: flex-end;
}
.reviews-card-batlers {
  background-color: rgb(240, 242, 251);
  padding-left: 32px;
  padding-right: 32px;
}
.reviews-batlers-title {
  text-align: center;
  text-transform: capitalize;
  padding-top: 16px;
  font-weight: 600;
}
.batlers-wrap {
  display: flex;
  justify-content: space-between;
}
.batlers-item {
  display: flex;
  flex-direction: column;
  flex-basis: 400px;
  color: rgb(0, 0, 0);
  text-decoration: none;
  transition: all 0.5s ease;
}
.batlers-item:hover{
  color: #343090;
}
.batlers-item-img {
  height: 100%;
  width: 100%;
  object-fit: cover;
  object-position: 100% 0%;
  position: absolute;
  transition: all 0.5s ease;
}
.batlers-item-img:hover {
  transform: scale(1.1);
}
.batlers-item-img-wrap {
  padding-bottom: 80%;
  position: relative;
  overflow: hidden;
}
.batlers-item-img-wrap:hover {
  cursor: pointer;
}
.batler-name {
  text-align: center;
  font-weight: 600;
  font-size: 24px;
  text-transform: capitalize;
}
.reviews-card-stats {
  padding-left: 32px;
  padding-right: 32px;
  display: flex;
  flex-direction: column;
  row-gap: 16px;
  padding-bottom: 16px;
}
.live-time {
  font-size: 30px;
  font-weight: 600;
}
.stat-row {
  display: flex;
  justify-content: space-between;
  text-transform: capitalize;
}
.bg-1 {
  background-color: rgb(240, 242, 251);
  border-radius: 10px;
}
.gap-20 {
  display: flex;
  flex-direction: column;
  row-gap: 16px;
}
.reviews-match-score {
  color: rgb(92, 107, 141);
  font-weight: 500;
  margin-bottom: 0;
}
.reviews-match-overs {
  font-weight: 500;
}
.stat-row-label {
  color: rgb(92, 107, 141);
}
.pagination {
  display: flex;
  column-gap: 8px;
  justify-content: center;
  align-items: center;
  margin-top: 32px;
}
.pagination-item {
  border-style: solid;
  border-color: rgb(207, 207, 234);
  padding-right: 8px;
  padding-left: 8px;
  padding-bottom: 4px;
  padding-top: 4px;
  text-decoration: none;
  color: rgb(92, 107, 141);
  border-radius: 5px;
  cursor: pointer;
  transition: all 0.5s ease;
}
.pagination-item:hover {
  background-color: rgb(207, 207, 234);
  transition: all 0.5s ease;
}
.pagination-item:active {
  background-color: rgba(0, 0, 0, 0);
}
.stats-section {
  margin-bottom:48px;
  margin-top: 48px;
}
.calendar-section {
  margin-bottom: 48px;
  margin-top: 48px;
}
.calendar__wrapper {
  display: grid;
  grid-template-columns: 64% 1fr;
  align-items: flex-start;
  column-gap: 32px;
}

.events__items {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(300px, 1fr));
  gap: 16px;
}

.event__item {
  display: flex;
  flex-direction: column;
  height: 100%;
  padding: 16px 16px 24px 16px;
  border: 1px solid #cfcfea;
  border-radius: 10px;
}

.event__header {
  font-size: 16px;
  font-weight: 500;
  text-align: center;
  margin-bottom: 8px;
}

.event__body {
  display: flex;
  justify-content: space-around;
  align-items: center;
  column-gap: 8px;
  margin-bottom: 16px;
}

.event__team_block {
  display: flex;
  flex-direction: column;
  row-gap: 4px;
  text-transform: capitalize;
  font-weight: 600;
  color: rgb(0, 0, 0);
  text-align: center;
  position: relative;
  z-index: 10;
  transition: all 0.5s ease;
;
}

.event__team_block:hover {
  color: #343090;
}

.event__team_logo {
  display: block;
  height: 48px;
  width: 48px;
  object-fit: contain;
}

.event__team_info {
  display: flex;
  flex-direction: column;
  row-gap: 4px;
  text-align: center;
  position: relative;
  z-index: 10;
}

.event__score {
  font-size: 24px;
  font-weight: 500;
  line-height: 1.2;
}
.event__tournament{
  text-transform: capitalize;
  font-weight: 600;
}

.event__link_block {
  display: flex;
  flex-direction: column;
  align-items: center;
  row-gap: 4px;
  color: rgb(183, 169, 169);
  position: relative;
  z-index: 10;
}

.event__link {
  font-size: 14px;
  font-weight: 600;
  color: rgb(255, 255, 255);
  text-align: center;
}

/* calendar */
.calendar__container {
  display: flex;
  justify-content: center;
  width: 100%;
  box-sizing: border-box;
  position: sticky;
  top: 70px;
}

#mobile-calendar {
  display: none;
}

.flatpickr-calendar {
  box-shadow: 1px 0 0 #e6e6e6, -1px 0 0 #e6e6e6, 0 1px 0 #e6e6e6,
    0 -1px 0 #e6e6e6, 0 3px 13px rgba(0, 0, 0, 0.08);
}
.flatpickr-months {
 background-color: #343090;
 padding: 0 8px 8px;
}

.flatpickr-months .flatpickr-month {
  color: white;
}

.flatpickr-months .flatpickr-prev-month,
.flatpickr-months .flatpickr-next-month {
  color: white;
  fill: white;
  top: auto;
}

.flatpickr-current-month
  .flatpickr-monthDropdown-months
  .flatpickr-monthDropdown-month {
  color: rgb(0, 0, 0);
  font-size: 16px;
}
.flatpickr-current-month .numInputWrapper span.arrowUp:after, 
.flatpickr-current-month .numInputWrapper span.arrowDown:after{
    border-bottom-color: #fff;
    border-top-color: #fff;
}

.numInputWrapper span:hover {
  background-color: rgb(255, 255, 255);
}
.arrowDown:hover {
  fill: rgb(255, 255, 255);
}

/* calendar weekdays */
.flatpickr-rContainer {
}

.flatpickr-days {
}

.dayContainer {
}

/* days without events */
.flatpickr-day {
  pointer-events: none;
  color: #565656;
}

.flatpickr-day.flatpickr-disabled {
  pointer-events: none;
  color: #565656;
}

.flatpickr-day.has-event,
.flatpickr-day.flatpickr-disabled.has-event {
  background-color: rgb(151, 151, 151);
  color: #ffffff;
  border-radius: 50%;
  border: 1px solid rgb(151, 151, 151);
  pointer-events: all;
  cursor: pointer;
  transition: 0.3s all;
}

.flatpickr-day.has-event:hover {
  background-color: #5f59f7;
  color: #ffffff;
}

.flatpickr-day.selected {
  border: 1px solid #5f59f7;
  background-color: #5f59f7;
  color: #ffffff;
}

.no-events{
  display: flex;
  flex-direction: column;
  row-gap: 8px;
}

.no-events h3{
  font-size: 22px;
  color: rgb(207, 46, 46);
}

.no-events img{
  width: 100%;
}
.fs-16 {
  font-size: 16px;
}
.score-section {
  margin-bottom: 48px;
  margin-top: 48px;
}
.pagination-item-active {
  background-color: rgb(207, 207, 234);
}
.pagination-item-active:active {
  background-color: rgb(207, 207, 234);
}
.hover-text {
  transition: all 0.5s ease;
  cursor: pointer;
}
.hover-text:hover {
  color: rgb(95, 89, 247);
}
.lives-section {
  margin-bottom: 48px;
  margin-top: 48px;
}
.lives-cards {
  display: grid;
  grid-template-columns: 49% 1fr;
  gap: 16px;
}
.lives-cards-part {
  display: flex;
  flex-direction: column;
  row-gap: 8px;
}
.lives-card {
  border-color: rgba(0, 0, 0, 0);
  padding: 16px;
  border-radius: 10px;
  background-color: rgb(240, 242, 251);
  border: 1px solid rgb(207, 207, 234);
}
.lives-card-body {
  display: flex;
  justify-content: center;
  align-items: center;
  column-gap: 40px;
  margin-bottom: 16px;
}
.live-team-block {
  text-decoration: none;
  display: flex;
  flex-direction: column;
  color: rgb(0, 0, 0);
  text-align: center;
  font-size: 18px;
  font-weight: 600;
  align-items: center;
  transition: all 0.5s ease;

}
.live-team-block:hover{
  color: #343090;
}
.management-section {
  margin-bottom: 32px;
}
.team {
  margin-top: 48px;
  margin-bottom: 48px
  
}
.section-title-wrap {
  display: flex;
  justify-content: center;
  align-items: center;
  margin-bottom: 40px;
  column-gap: 16px;
}
.team-logo-100 {
  height: 100px;
}
.team-main-section {
  margin-bottom: 48px;
}
.team-img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.team-info-section {
  display: grid;
  grid-template-columns: 60% 1fr;
  grid-column-gap: 32px;
  margin-bottom: 48px;
}
.management-cards {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(180px, 1fr));
  gap: 16px;
  background-color: rgba(0, 0, 0, 0);
}
.management-card {
  text-decoration: none;
  padding-left: 24px;
  padding-right: 24px;
  padding-top: 16px;
  text-align: center;
  color: rgb(0, 0, 0);
  text-transform: capitalize;
  background-color: rgb(240, 242, 251);
  border-radius: 10px;
  width: 100%;
  transition: all 0.5s ease;
}
.management-card:hover{
 color: #343090;
}
.management-img {
  width: 100%;
  height: 155px;
  object-fit: cover;
  object-position: 100% 0%;
}
.team-main-info {
  display: grid;
  grid-template-columns: 49% 1fr;
  grid-column-gap: 16px;
}
.bold {
  font-weight: bold;
}
.bold:last-child {
}
.team-stat-cards {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(110px, 1fr));
  gap: 16px;
}
.team-stat-card {
  display: flex;
  flex-direction: column;
  justify-content: center;
  padding-bottom: 32px;
  padding-left: 24px;
  padding-right: 24px;
  padding-top: 32px;
  text-align: center;
  background-color: rgb(240, 242, 251);
  border-radius: 10px;
  text-transform: capitalize;
}
.stat-card-title {
  font-weight: 600;
  font-size: 20px;
}
.stat-card-subtitle {
  color: rgb(92, 107, 141);
}
.card-role {
  font-size: 20px;
  color: rgb(92, 107, 141);
}
.card-name {
  font-size: 22px;
}
.best-section {
  margin-bottom: 48px;
}
.best-cards {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(300px, 1fr));
  gap: 16px;
}
.best-card {
  display: flex;
  padding: 8px;
  border-radius: 10px;
  background-color: rgb(240, 242, 251);
  text-decoration: none;
  color: rgb(0, 0, 0);
  align-items: center;
  column-gap: 16px;
  text-align: center;
}
.best-card:hover{
  color: #343090; 
}
.best-card-img {
  height: 150px;
}
.best-card-text {
  text-transform: capitalize;
  margin-top: 16px;
}
.player-name {
  font-size: 22px;
}
.player-score {
  color: rgb(82, 95, 126);
}
.players-section {
  margin-bottom: 48px;
}
.players-cards {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(180px, 1fr));
  gap: 16px;
}
.player-card {
  display: flex;
  flex-direction: column;
  position: relative;
  border-style: solid;
  border-width: 1px;
  border-radius: 10px;
  border-color: rgb(207, 207, 234);
  transition: all 0.5s ease;
  justify-content: end;
}
.player-card:hover {
  color: rgb(52, 48, 144);
}
.player-card-link {
  text-decoration: none;
}
.player-card-footer {
  padding: 16px;
  text-transform: capitalize;
  background-color: rgb(240, 242, 251);
  border-radius: 0px 0px 10px 10px;
}
.player-name-card {
  display: block;
  text-decoration: none;
  color: rgb(0, 0, 0);
  text-align: center;
  font-size: 24px;
  font-weight: 600;
  transition: all 0.5s ease;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}
.player-name-card:hover{
  color: #343090;
}
.player-details-card {
  display: flex;
  justify-content: space-between;
  font-weight: 500;
  font-size:14px;
  margin-top: 4px;
  color: rgb(0, 0, 0);
}
.player-role-card {
  margin-bottom: 0;
}
.player-link-card {
  color: rgb(73, 85, 112);
}
.player-number-card {
  position: absolute;
  top: 10px;
  left: 20px;
  font-size: 24px;
  font-weight: 600;
}
.team-news-section {
  margin-bottom: 48px;
}
.team-videos {
  margin-bottom: 48px;
}
.team-trophy-items{
  display: grid;
  grid-gap: 24px;
  grid-template-columns: repeat(auto-fit, minmax(250px, 1fr));
}
.team-trophy-item{
 background-color: #f0f2fb;
 padding: 16px;
 border-radius: 10px;
 text-align: center;
}
.trophy-img{
  height: 100%;
  width: 100%;
  max-width: 300px;
}
.hover-scale {
  transition: all 0.5s ease;
}
.hover-scale:hover {
  transform: scale(1.1);
}
.player-section {
  margin-bottom: 48px;
 margin-top: 48px;
}
.player-main-block {
  display: grid;
  grid-template-columns: 49% 1fr;
  align-items: center;
  margin-bottom: 48px;
  background-color: rgb(240, 242, 251);
  padding-top: 32px;
}
.team-logo-130 {
  height: 130px;
  position: absolute;
  left: 0;
  top: 0;
}
.player-img-block {
  position: relative;
}
.player-info-table {
  display: flex;
  flex-direction: column;
  border-style: solid;
  border-width: 1px;
  width: 70%;
  border-color: rgb(207, 207, 234);
  border-radius: 10px;
}
.player-info-table-row {
  display: flex;
  justify-content: space-between;
  border-style: solid;
  border-width: 1px;
  border-color: rgb(207, 207, 234);
  align-items: center;
  border-top-width: 0;
  border-left-width: 0;
  border-right-width: 0;
  background-color: #fff;
}
.player-info-table-row:last-child {
  border-bottom-width: 0;
  border-bottom-left-radius: 10px;
  border-bottom-right-radius: 10px;
}
.player-info-table-row:first-child{
  border-top-left-radius: 10px;
  border-top-right-radius: 10px;
}
.player-info-table-value{
  background-color: #f0f2fb;
}

.btrr-10{
  border-top-right-radius: 10px;
}
.bbrr-10{
  border-bottom-right-radius: 10px;
}
.player-info-item {
  flex: 1;
  padding-bottom: 8px;
  padding-left: 16px;
  padding-right: 16px;
  padding-top: 8px;
  text-transform: capitalize;
}
.player-info-ite {
  flex: 1;
}
.mb-30 {
  margin-bottom: 32px;
}
.mb-24 {
  margin-bottom: 24px;
}
.mb-8{
  margin-bottom: 8px;  
}
.mb-0{
margin-bottom: 0;
}
.mb-48{
    margin-bottom:48px;
}
.bio-block {
  margin-bottom: 48px;
}
.bio-content {
  display: grid;
  grid-template-columns: 49% 1fr;
  column-gap: 16px;
}
.player-img {
  width: 100%;
}
.awards-section{
   margin-bottom: 48px;
}
.awards-item{
    display: flex;
    flex-direction: column;
    gap: 16px;
    align-items: center;
    border-style: solid;
    border-width: 1px;
    border-radius: 10px;
    border-color: #cfcfea;
    color: #000;
}
.awards-item:hover{
  color: #5f59f7;
}
.award-img {
    height: 100%;
    width: 100%;
    max-width: 200px;
}
.award-content{
  display: flex;
  flex-direction: column;
 gap: 8px;
 align-items: center;
  padding: 16px;
}
.award-title{
   font-size: 22px;
   margin-bottom: 0;
   font-weight:600;
   text-align: center;
}
.award-subtitle{
  margin-bottom: 0;
  color: #000;
}
.player-stat-section {
  margin-bottom: 48px;
}
.player-stat-section:last-child {
  margin-bottom: 48px;
}
.player-stat-table {
  width: 100%;
}
.player-stat-table-tr {
  color: rgb(255, 255, 255);
}
.player-stat-table-th {
  text-transform: capitalize;
  padding: 8px;
  text-align: center;
  background-color: rgb(52, 48, 144);
}
.player-stat-table-td {
  padding: 8px;
  text-align: center;
  border-width: 1px;
  border-style: solid;
  border-color: rgb(207, 207, 234);
  border-right-width: 0;
  border-top-width: 0;
  border-left-width: 0;
  text-transform: capitalize;
  background-color: #f0f2fb;
}
.player-stat-table-td:first-child {
  border-left-width: 1px;
}
.player-stat-table-td:last-child {
  border-right-width: 1px;
}
.player-stat-table-th:first-child, 
.player-stat-table-td:first-child{
    position: sticky;
    left: 0;
}
.contact-section {
  margin-top: 48px;
  padding-bottom: 48px;
}
.contact-content{
    display: flex;
    column-gap: 32px;
    align-items: center;
}
.contact-info {
  display: flex;
  flex-direction: column;
  row-gap: 16px;
  flex: 1.5;
}
.contact-block {
  display: flex;
  flex-direction: column;
  row-gap: 8px;
}
.contact-title {
    font-size:24px;
  text-transform: capitalize;
}
.contact-text {
  color: rgb(92, 107, 141);
}
.contact-form {
  max-width: 600px;
  width: 100%;
  flex: 2;

}

.form-group {
  margin-bottom: 16px;
    display: flex;
    column-gap: 8px;
    align-items: center;
}

.form-label {
  display: block;
  font-weight: 600;
  flex-shrink: 0;
  flex: 1;
}

.form-input,
.form-textarea {
  flex: 3;
  width: 100%;
  padding: 8px 16px;
  border: 1px solid #ccc;
  border-radius: 8px;
  font-size: 14px;
  transition: border-color 0.2s ease;
}

.form-input:focus,
.form-textarea:focus {
  border-color: #0077ff;
  outline: none;
}
.form-btn {
  display: block;
  margin: 0 auto;
  padding: 16px 24px;
  background: #343090;
  color: #fff;
  border: none;
  border-radius: 4px;
  cursor: pointer;
  transition: all 0.5s ease;
}
.form-btn:hover {
  background: #5f59f7;
}

.trending-link-title {
  font-size: 23px;
  font-weight: 700;
  margin-bottom: 0;
  text-transform: capitalize;
}
.trending-link-txt{
 display: -webkit-box;
  -webkit-line-clamp: 3; 
  -webkit-box-orient: vertical;
  overflow: hidden;
  color: #5c6b8d;
}


/* SLIDER */

.mySwiper {
  width: 100%;
}
.swiper-wrapper{
    gap: 0;
}
.swiper-slide {
  height: auto !important;
}
.swiper .swiper-button-prev,
.swiper .swiper-button-next {
  width: 8px;
}
.swiper .swiper-button-prev::after,
.swiper .swiper-button-next::after {
  font-size: 18px;
  color: black;
}
.mySwiper.videos .swiper-slide {
  width: 100% !important; 
}
.mySwiper.players .swiper-slide, .mySwiper.awards .swiper-slide  {
  width:auto;
  display:flex;
}

@media (max-width: 1400px){
   .header-nav {
  opacity: 0;
  visibility: hidden;
  transform: translateX(100%);
  transition: opacity 0.3s ease, transform 0.3s ease;
  position: fixed;
  top: 0;
  right: 0;
  background: #fff;
  box-shadow: 0 4px 6px rgba(0, 0, 0, 0.1);
  padding: 32px;
  width: 250px;
  z-index: 9999;
  height: 100%;
  overflow: scroll;
}

  .header-nav-list {
    flex-direction: column;
    gap: 16px;
    padding: 0;
  }
  
  .burger {
    display: flex;
    z-index: 99999;
  }

  .burger-toggle:checked ~ .header-nav {
    opacity: 1;
    visibility: visible;
    transform: translateX(0);
  }
  .burger-toggle:checked ~ .header-overlay{
      opacity: 1;
  }
  
     .burger-toggle:checked + .burger {
        position: fixed;
    right: 20px;
  } 

  .burger-toggle:checked + .burger span {
    width: 24px;
  }


  .burger-toggle:checked + .burger span:nth-child(1) {
    transform: translateY(10px) rotate(45deg);
  }

  .burger-toggle:checked + .burger span:nth-child(2) {
    opacity: 0;
  }

  .burger-toggle:checked + .burger span:nth-child(3) {
    transform: translateY(-10px) rotate(-45deg);
  }
  
  .header-overlay {
  display:block;
  position: fixed;
  inset: 0;
  background: rgba(0, 0, 0, 0.46);
  opacity: 0;
  transition: opacity 0.2s ease;
  z-index: 998;
  pointer-events: none; 
}

  .header-nav-list {
    column-gap: 24px;
  }
   .main-info{
    flex: 0.6;
    padding: 32px;

  }
  .main-title{
    font-size: 30px;

  }
  .trending-link-title{
    font-size: 20px;
  }
  .post-main-section, .info-rows{
    grid-template-columns: 1fr;
  }
  .video-block{
    display: grid;
    gap: 16px;
    grid-template-columns: repeat(auto-fit, minmax(180px, 1fr));
  }
  .team-info-section{
    grid-template-columns: 1fr;

  }
  .team-stat-section{
    margin-bottom: 32px;
  }
}
.privecy-items{
    display: flex;
    flex-direction: column;
    gap: 16px;
}
.privecy-item-title{
   font-size: 24px;
   margin-bottom: 16px;
}
.privecy-item-subtitle{
   font-size: 20px;
}
.privecy-item-link{
     text-decoration: underline;
     color: #000; 
}
.privecy-item-link:hover{
     color: #5f59f7; 
}
.privecy-item-list{
  list-style: disc;
}
.reviews-stats-title{
  font-size: 24px;
  margin-bottom: 24px;
}
.reviews-stats-team-name{
  font-size: 20px;  
   margin-bottom: 16px;
}
.reviews-match-info{
  text-align: center;
}
.reviews-team-scrore{
    font-weight: 600;
}
.reviews-stats-table{
  width:100%;
}
@media (max-width: 1200px){

  .main-title{
    font-size: 24px;

  }
  .main-text{
    font-size: 18px;
    margin-bottom: 32px;
  }

  .trending-rows-item-text{
    row-gap: 8px;
  }
  .match-date{
  font-size: 10px;
  padding: 4px;
  margin-bottom: 4px;

}
.matches-card-body{
  font-size: 16px;
}

.section-title{
   font-size: 34px;
  }
  
  .news-card-text{
    left: 20px;
    bottom: 20px;
  }
  .trending-links-title, .award-title,
  .contact-title, .reviews-stats-title{
    font-size: 20px;
  }
  .rows-item-view-text{
    font-size: 12px;
  }
  .play-icon{
    height: 28%;
  }
  .calendar-day{
    padding: 8px
  }
  .calendar-day-date, .table-link-match, .table-match-time, .table-match-team-name, .table-calendar-head{
    font-size: 14px;
  }
  .table-match-team-logo{
    height: 24px;
  }
  .player-card-footer{
    padding: 16px;
  }
  .player-name-card{
    font-size: 22px;
  }
  .bio-content{
    grid-template-columns: 1fr;
  }
  .player-img{
    height: 460px;
    object-fit: cover;
    object-position: 100% 0;
  }
  .player-main-block{
    align-items: end;
  }
  .team-logo-130{
    height: 100px;
  }
  .page-title{
    font-size: 36px;
  }
  .reviews-stats-team-name{
    font-size: 18px;
  }

}

@media (max-width: 992px){
  .matches-card-body, .reviews-stats-team-name{
    font-size: 16px;
  }
  .tour-table-th, .tour-table-td{
    padding: 8px;
    font-size: 14px;
  }
  .section-title{
    font-size: 30px;
  }
    .main-info{
    padding: 24px;
    padding-top: 16px;
    flex: 0.4;

  }
  .main-title{
    font-size: 18px;
    margin-bottom: 8px;
  }
  .main-text{
    font-size: 16px;
    margin-bottom: 32px;
  }
  .link-btn{
    font-size: 14px;
  }
  .main-img-wrap{
    flex:0.6
  }

  .trending-rows{
    grid-column-gap: 16px
  }

  .trending-rows-item{
    padding: 16px;
  }
  .trending-rows-match-date{
    margin-bottom: 0;
  }
  .trending-link-title{
    font-size: 18px;
  }
  .trending-links-title, .award-title,
  .contact-title, .reviews-stats-title{
    font-size: 18px;
  }
  .play-icon{
    height: 26%;
  }
  .news-card-img{
    max-height: 300px;
  }
  .match-score{
    font-size: 14px;
  }
  .scores-team-link{
    gap: 16px;
  }
  .team-block-head-img{
    height: 88px;
  }
  .reviews-cards{
    grid-template-columns: 1fr;
  }
  .live-time{
    font-size: 26px;
  }
  .lives-card-body{
    justify-content: space-around;
    column-gap: 0;
  }
  .calendar-day{
    padding: 8px;
  }
  .calendar-day-date, .table-link-match, .table-match-time, .table-match-team-name, .table-calendar-head{
    font-size: 10px;
  }
  .table-match-team-logo{
    height: 16px;
  }
  .month-name{
    font-size: 22px;
  }
  .right-checker, .checker-img{
    height: 24px;
  }
  .batlers-item{
    flex-basis: 45%;
  }
  .player-main-block{
    grid-template-columns: 1fr;
    gap: 16px;
  }
  .player-info-block{
    display: flex;
    flex-direction: column;
    align-items: center;
    padding: 0 24px;
  }
  .scores-team-link{
    flex-direction: column;
  }
  .fd-revrs{
    flex-direction: column-reverse;
  }
  .player-info-block{
    margin-bottom: 16px;
  }
  .player-info-table{
    border-style: none;
    width: 100%;
    gap: 8px;
  }
  .player-info-table-row{
    background: none;
    border: none;
    gap: 16px;
  }
  .player-info-table-row p{
    padding: 0;
  }
  .player-info-item{
    flex: none;
  }
  .player-info-table-label{
    font-weight: 600;
  }
  .calendar__wrapper {
    grid-template-columns: 55% 1fr;
    column-gap: 16px;
  }
   .page-title {
        font-size: 32px;
    }
  .tour-table{
    width: 1000px;
  }
  .tour-table--100-prc{
    width:100%;
  }
}

@media (max-width: 768px){
.header-nav {
  top: 0;
  left: 0;
  background: #fff;
  box-shadow: 0 4px 6px rgba(0, 0, 0, 0.1);
  padding: 16px;
  width: 100%;
}
.match-date{
  font-size: 10px;
  padding: 4px;
}
.trending-rows{
  grid-template-columns: 1fr;
  gap: 8px;
}
.trending-rows-main{
  height: 400px;
}
.trending-rows-item{
  min-height: 180px;
}
.trending-rows-item-text{
  justify-content: space-around;
}
.video-rows{
  grid-template-columns: repeat(auto-fit, minmax(250px, 1fr));

}
.video-rows-main{
  grid-row: auto;
}
.video-rows-main, .video-rows-item{
  height: 300px;
}
.video-rows-main-img, .video-rows-item-img{
    object-position: 100% 30%;
}
.news-card-img-md{
  max-height: 190px;
}
.insider-rows{
  grid-template-columns: repeat(2, 1fr);
}
.news-card-big {
    grid-column: auto; 
  }
.news-card-text-md{
  left: 10px;
  bottom: 10px;
}
.match-date-md{
  font-size: 8px;
  margin-bottom: 4px;
}
.footer-logo{
  margin: 0 auto;
}
.footer-logo-img{
  height: 100px;
}
.footer-content{
  flex-direction: column;
  row-gap: 16px;
}
 .accordion-toggle::after{
  content: "";
  display: block; 
  width: 14px;
  height: 14px;
  background-image: url("/images/icons8-развернуть-50.png");
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center;
  margin-left: 8px; 
 }

.accordion-content {
    display: none;
  }

.accordion-content.active {
    display: flex;
  }
.accordion-toggle.open::after {
  transform: rotate(180deg);
}

.footer-nav-lists {
    flex-direction: column;
    gap: 16px;
  }

.footer-nav-list {
    width: 100%;
  }
.footer-list-item, .footer-btm-text{
  font-size: 14px;
}
.lives-cards{
  grid-template-columns: 1fr;
}
.calendar-day-body, .calendar-day-date p{
  margin-bottom: 8px;
}
.calendar-day{
  padding: 4px;
}
.calendar-day-date, .table-link-match, .table-match-time, .table-match-team-name, .table-calendar-head{
  font-size: 6px;
}
.table-match-team-logo{
  height: 16px;
}
.month-name{
    font-size: 18px;
}
.right-checker, .checker-img{
    height: 16px;
}
.team-main-info{
    grid-template-columns: 1fr;
    gap: 16px;
}
 .player-card-footer{
  padding: 8px;
 }
.player-score{
  font-size: 18px;
 }
.card-role, .stat-card-title, .stat-card-subtitle{
  font-size: 18px;
}
.card-name, .player-name-card, .player-name, .reviews-batlers-title, .batler-name{
  font-size: 20px;
}
.text-block p{
  margin-bottom: 8px;
}
.management-img{
  width: 94%;
}
.main{
  flex-direction: column-reverse;
}
.main-info{
  margin-right:0;
  max-width:100%;
  border-bottom-left-radius: 0;
  border-bottom-right-radius: 0;
  padding: 32px;
}
.main-img{
    border-bottom-right-radius: 0;
   border-bottom-left-radius: 0;
} 
.gc-span-2{
  grid-column: span 2;
}
.player-img{
  height: 360px;
}
.scores-cards{
  grid-template-columns: 1fr;
}
.team-logo-100{
  height: 80px;
}
.calendar-block{
  display: none;
}
.event-list{
  display: flex;
  flex-direction: column;
  gap: 8px;
}
.calendar__wrapper {
    display: grid;
    grid-template-columns: 1fr;
    row-gap: 16px;
    overflow: hidden;
    grid-template-areas:
      'calendar'
      'events';
  }

  .calendar__container {
    grid-area: calendar;
    position: relative;
    display: flex;
    justify-content: flex-start;
    top: 0;
  }

  .flatpickr-input {
    display: block;
    width: 50%;
    padding: 4px 8px;
    border: 1px solid #cfcfea;
    border-radius: 4px;
  }

  #events {
    grid-area: events;
  }

  #calendar {
    display: none;
  }
 .contact-content{
    flex-direction: column;
     row-gap: 24px;
 }
 .contact-info{
  text-align: center;
 }
}

@media (min-width: 768px) {
  .mySwiper.scores .scores-cards {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 16px;
  }
  .mySwiper .team-rows {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(320px, 1fr));
  gap: 16px;
  margin-bottom: 16px;
}
  .mySwiper.scores .swiper-slide {
    width: auto !important;
    flex-shrink: 0;
  }
  .scores-prev,
  .scores-next, .teams-prev, .teams-next{
    display: none !important;
  }
  .mySwiper .video-rows{
  display: grid;
  grid-template-columns: 68% 1fr;
  grid-column-gap: 16px;
  grid-row-gap: 8px;
  margin-bottom: 16px; 
}
.mySwiper .team-trophy-items{
  display: grid;
  grid-gap: 24px;
  grid-template-columns: repeat(auto-fit, minmax(250px, 1fr));
}
.mySwiper .best-cards{
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(300px, 1fr));
  gap: 16px;
}
.mySwiper .players-cards{
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(180px, 1fr));
  gap: 16px;
}
}

@media (min-width: 576px) {
  .mySwiper .matches-cards {
    display: grid !important;
    grid-template-columns: repeat(auto-fit, minmax(224px, 1fr));
    gap: 16px;
  }

  .matches-prev,
  .matches-next, .insider-prev, .insider-next {
    display: none !important;
  }
.mySwiper .insider-rows{
  display: grid;
  gap: 8px;
}
.mySwiper .awards-items{
  display: grid;
 grid-template-columns: repeat(auto-fit, minmax(250px, 1fr));
 gap: 16px;
}
}

@media (max-width: 480px){
  .section-title{
    font-size: 22px;
    margin-bottom: 16px;
  }
  .reviews-card-head, .reviews-card-info{
    padding: 0 16px;
  }
  .reviews-card-head{
    column-gap: 8px;
  }
  .reviews-team-img{
    height: 48px;
  }
  .reviews-team-name, .privecy-item-subtitle{
    font-size: 16px;
  }
  .reviews-match-score, .reviews-match-overs{
    font-size: 12px;
  }
  .reviews-info-label, .reviews-info-value,
  .stat-row, .reviews-match-info {
    font-size: 14px;
  }
 .gtc-1{
  grid-template-columns: 1fr;
}
  .gc-span-2{
    grid-column:auto;
  }
  .team-logo-130{
    height: 88px;

  }
  .player-img{
    height: 315px;
  }
  .reviews-team{
    flex-direction: column;
    text-align: center;
  }
  .footer-logo-img{
    height: 88px;
  }
  .footer-list-item, .footer-btm-text{
    font-size: 12px;
  }
  .footer-nav-list{
    row-gap: 4px;
  }
  .team-logo-100{
    height: 48px;
  }
  .events__items{
    grid-template-columns: 1fr;
  }
  .page-title {
  font-size: 26px;
  }
  .form-group{
    flex-direction: column;
    align-items: start;
  }
  .privecy-item-title, .batler-name{
    font-size: 18px;
  }
  .link-btn{
    height: 40px;
    line-height: 40px;
  }
}

@media (max-width: 450px){
   .flatpickr-input {
    width: 100%;
  }
}

@media (max-width: 320px){
    body{
        font-size: 14px;
    }
  .logo-img{
    height: 48px;
  }
  .live-time{
    font-size: 22px;
  }
  .batler-name{
   font-size: 16px; 
  }
  .team-rows{
    grid-template-columns: 1fr;
  }
  .team-logo-130{
    height: 72px;
  }
  .player-img{
    height: 225px;
  }
  .page-title {
   font-size: 24px;
 }
 .filter-select{
   font-size: 14px;
   padding: 4px 8px;
 }
 .reviews-match-info{
   font-size: 12px;
 }
 .reviews-batlers-title{
   font-size: 18px;   
 }

}