body {
  overflow-x: hidden;
  line-height: normal;
}

:root {
  --primary-color: #23262c;
  --secondary-color: #fdae2f;
  --tertiary-color: #ffffff;
  --acent-color: #fff5e4;
  --border-color: #e9e7e7;
  --swiper-pagination-bullet-size: 11px;
  --swiper-pagination-bullet-width: 11px;
  --swiper-pagination-bullet-inactive-color: #e1e1e1;
  --swiper-pagination-color: #ffc26f;
  --swiper-pagination-bullet-inactive-opacity: 1;
  --swiper-pagination-bullet-opacity: 1;
}
a {
  text-decoration: none;
}
a:hover {
  text-decoration: none;
}
input::placeholder {
  text-transform: capitalize;
}
.gray-color {
  color: #e9e7e7;
}
.dark-text {
  color: var(--primary-color) !important;
}
.primary-bg {
  background-color: var(--primary-color) !important;
}
.light-text {
  color: var(--tertiary-color) !important;
}
.acent-text {
  color: var(--acent-color) !important;
}
.acent-bg {
  background-color: var(--acent-color) !important;
}
.acent-text {
  color: var(--acent-color) !important;
}
.light-bg {
  background-color: var(--tertiary-color) !important;
}
.secondary-bg {
  background-color: var(--secondary-color) !important;
}
.secondary-text {
  color: var(--secondary-color) !important;
}

.dm-sans-font {
  font-family: "DM Sans", sans-serif;
}
.impact-font {
  font-family: "Bebas Neue", sans-serif;

  font-weight: 500 !important;
}
.ls-3 {
  letter-spacing: 0.3px;
}
.ls-n3 {
  letter-spacing: -0.3px;
}
.font-small {
  font-size: 14px !important;
}
.font-semi {
  font-size: 15px !important;
}
.font-medium {
  font-size: 16px !important;
}
.font-large {
  font-size: 18px !important;
}
.font-xl {
  font-size: 30px !important;
}
.font-xxl {
  font-size: 35px !important;
}
.font-ml {
  font-size: 22px !important;
}
.fw-medium {
  font-weight: 500 !important;
}
.fw-bold {
  font-weight: 600 !important;
}
.fw-normal {
  font-weight: 400;
}
.w-fit-content {
  width: fit-content;
}
.white-space-nowrap {
  white-space: nowrap;
}
.text-justify {
  text-align: justify;
}
.top-overlay {
  height: 100%;
  width: 100vw;
  background-color: rgba(0, 0, 0, 0);
  position: fixed;
  top: 0;
  left: 0;
  z-index: 50;
}

.form-error-msg {
  font-size: 13.5px;
  color: #d82222;
  font-weight: 500;
  font-family: "DM Sans", sans-serif;
  text-transform: capitalize;
  padding-left: 8px;
  margin-top: 3px;
}
.flex-basis-100 {
  flex-basis: 100%;
  flex-shrink: 0;
}
.text-ellipsis {
  text-overflow: ellipsis;
  white-space: nowrap;
  overflow: hidden;
}
.br-minimal {
  border-radius: 6px !important;
}
.br-slight {
  border-radius: 10px !important;
}
.br-significant {
  border-radius: 32px !important;
}
.br-50 {
  border-radius: 50% !important;
}
.br-soft {
  border-radius: 12px !important;
}
.br-moderate {
  border-radius: 20px !important;
}
.pointer {
  cursor: pointer;
}
.p-28-36 {
  padding: 28px 36px;
}
.p-28 {
  padding: 28px !important;
}
.border-acent {
  border: 1px solid var(--border-color);
}
.active-album-slider-img {
  border: 3px solid var(--primary-color) !important;
  border-radius: 10px;
}
.border-secondary {
  border: 4px solid var(--secondary-color) !important;
}
.box-shadow-result {
  box-shadow: 15px 10px 35px 0px rgba(0, 0, 0, 0.06);
}
.max-width-100 {
  max-width: 100% !important;
}
.download-btn {
  padding: 10px 15px;
  position: absolute;
  bottom: 10px;
  right: 20px;
  display: none;
}
.download-btn-mobile {
  padding: 5px 10px;
  position: absolute;
  bottom: 5px;
  right: 5px;
  background: rgba(0, 0, 0, 0.5);
}
.photo:hover + .download-btn,
.download-btn:hover {
  display: block;
}

.album-images {
  width: 222px;
  height: auto;
}
header .action-btn {
  text-decoration: none !important;
  padding: 11px 28px;
  font-weight: 700;
}

.action-btn {
  padding: 4px 20px 0px 4px;
  border-radius: 14px;
  border: none;
  font-size: 16px;
  font-family: "DM Sans", sans-serif;
  width: fit-content;
  background: transparent;
  text-transform: capitalize;
  color: var(--primary-color);
  text-decoration: underline !important;
  font-weight: 600;
  color: var(--primary-color);
  line-height: normal;
}
.action-btn:hover {
  color: var(--secondary-color);
}
.swiper-slide {
  display: flex;
  align-items: center;
  justify-content: center;
}
header .middle-part {
  padding: 10px 20px;
}
header .bottom-part {
  padding: 7.5px 30px;
}
.logo {
  width: 80px;
  height: auto;
}
.about-us-img {
  width: 350px;
  height: auto;
}
.mobile-menu-icon {
  width: 16px;
  aspect-ratio: 1/1;
}

.middle-menu-icon {
  width: 20px;
  aspect-ratio: 1/1;
}
.icon {
  width: 35px;
  aspect-ratio: 1/1;
}
.search-section {
  border: 1px solid var(--border-color);
  padding: 0px 0px;
  border-radius: 13px;
}
.search-section select:focus {
  box-shadow: none;
}
.searchCategorySelector {
  border-radius: 0.375rem 0 0 0.375rem;
  white-space: nowrap;
  border-radius: 12px 0px 0px 12px !important;
}
.searchCategorySelector:focus {
  border: none;
  outline: none;
}
.searchCategoryContainer {
  border-radius: 12px 0px 0px 12px !important;
}
.searchCategoryOptionsContainer {
  position: absolute;
  top: 48px;
  left: 0;
  background-color: var(--tertiary-color);
  z-index: 50;
  padding: 10px 0px;
  box-shadow: 0px 0px 20px rgb(80, 79, 79, 0.7);
  transition: 0.15s;
  transform: scale(0);
  transform-origin: top;
}
.searchCategoryOptionsContainer.show-category-options {
  transform: scale(1);
}

.searchCategoryOptionsContainer::before {
  content: "\f0d8";
  position: absolute;
  font-weight: 900;
  top: -14px;
  left: 20px;
  color: var(--tertiary-color);
  font-family: "Font Awesome\ 5 Free";
  font-size: 25px;
}
.searchCategoryOptionsContainer ul li {
  padding: 6px 25px;
  white-space: nowrap;
  cursor: pointer;
}
.searchCategoryOptionsContainer ul li:hover {
  background-color: var(--acent-color);
}
.search-input,
.search-input:focus {
  border: none;
  outline: none !important;
  border-radius: 0 !important;
  box-shadow: none;
}
.humburgar {
  width: 20px;
  height: 14px;
  margin: 0px 0px;
  position: relative;
  cursor: pointer;
  display: inline-block;
  padding: 5px 10px;
}
.humburgar span {
  background-color: var(--primary-color);
  position: absolute;
  border-radius: 2px;
  transition: 0.3s cubic-bezier(0.8, 0.5, 0.2, 1.4);
  width: 100%;
  height: 2px;
  transition-duration: 500ms;
}
.humburgar span:nth-child(1) {
  top: 0px;
  left: 0px;
}
.humburgar span:nth-child(2) {
  top: 6px;
  left: 0px;
  opacity: 1;
}
.humburgar span:nth-child(3) {
  bottom: 0px;
  left: 0px;
}
.humburgar:not(.open):hover span:nth-child(1) {
  transform: rotate(-3deg) scaleY(1.1);
}
.humburgar:not(.open):hover span:nth-child(2) {
  transform: rotate(3deg) scaleY(1.1);
}
.humburgar:not(.open):hover span:nth-child(3) {
  transform: rotate(-4deg) scaleY(1.1);
}
.humburgar.open span:nth-child(1) {
  transform: rotate(45deg);
  top: 13px;
}
.humburgar.open span:nth-child(2) {
  opacity: 0;
}
.humburgar.open span:nth-child(3) {
  transform: rotate(-45deg);
  top: 13px;
}
.small-screen-search-container {
  transition: 0.35s ease-in;
  /* overflow: hidden; */
  padding: 0;
  height: 0;
  transform: scaleY(0);
  position: relative;
  z-index: 51;
}
.small-screen-search-container.shown {
  transform: scaleY(1);
  height: fit-content;
  padding: 15px;
}
.mobile-screen-menu-container,
.medium-screen-menu-container {
  position: absolute;
  width: 100vw;
  height: calc(100vh - 46px);
  z-index: 100;
  top: 44px;
  left: 0;
  transition: transform 0.8s, background-color 0.4s;
  transform-origin: 100% 0;
  transform: scale(0);
  overflow-y: hidden;
  overflow-x: hidden;
}
.medium-screen-menu-container {
  height: calc(100vh - 53px);
  top: 53px;
}
.medium-screen-menu-container .medium-screen-menu,
.mobile-screen-menu-container .mobile-screen-menu {
  background-color: var(--tertiary-color);
  width: 50vw;
  height: 100vh;
  padding: 20px 30px;
}
.mobile-screen-menu-container .mobile-screen-menu {
  width: 60vw;
  gap: 11px;
  /* overflow-y: auto; */
}
.show-mobile-menu {
  transform: scale(1) !important;
}

.bottom-part .navbar ul a {
  color: var(--primary-color);
  font-weight: 400;
  font-size: 16px;
}

footer .bottom-part .navbar ul a {
  color: var(--tertiary-color);
}
.active-nav {
  color: var(--secondary-color) !important;
  font-weight: 700 !important;
}
.bottom-part .active-nav {
  color: var(--primary-color) !important;
}
footer .bottom-part .active-nav {
  color: var(--secondary-color) !important;
}

section.banners {
  width: 100%;
  /* aspect-ratio: 16/9; */
  position: relative;
  display: flex;
  align-items: center;
}
.banner-overlay {
  height: 100%;
  width: 100%;
  position: absolute;
  top: 0;
  left: 0;
  z-index: 1;
  color: rgb(255, 194, 111);
  background-image: linear-gradient(
    to right,
    rgba(0, 0, 0, 0.8),
    rgba(0, 0, 0, 0.6),
    rgba(0, 0, 0, 0),
    rgba(0, 0, 0, 0)
  );
}
.banner-content {
  position: relative;
  z-index: 10;
}
.banners-wrapper {
  position: relative;
  z-index: 2;
  width: 100%;
  height: 100%;
  overflow: hidden;
}
.banner {
  background-repeat: no-repeat;
  position: relative;
  background-position: center center;
  width: 100%;
  height: 100%;
}

.banner .event-type {
  padding: 4px 16px 2px 16px;
  width: fit-content;
  letter-spacing: 2px;
  line-height: normal;
  display: block;
}
.banner .event-venue {
  font-family: "Bebas Neue", sans-serif;
  font-size: 80px;
  line-height: 0.9;
  word-break: break-word;
  word-wrap: break-word;
}
.banner .event-date-time {
  font-size: 28px;
  font-weight: 300;
}
.liveEventsInnerSliderWrapper {
  position: relative;
  width: 50%;
  overflow: hidden;
  height: 100%;
  z-index: 100;
}

.liveEventsInnerSliderWrapper .liveEventInfo {
  width: 100% !important;
  text-transform: capitalize;
  font-size: 25px;
  overflow: hidden;
  display: flex;
  align-items: flex-start;
  flex-direction: column;
  justify-content: center;
}
.watch-live-btn {
  border: 2px solid var(--secondary-color);
  padding: 17px 25px;
  background-color: transparent;
  width: fit-content !important;
}
.watch-live-btn a:hover {
  color: var(--tertiary-color);
}
.next-btn,
.previous-btn {
  width: 54px;
  aspect-ratio: 1/1;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 50%;
  flex-shrink: 0;
}
.banners-wrapper .next-btn,
.banners-wrapper .previous-btn {
  border: 1px solid rgba(255, 255, 255, 1);
  background-color: rgba(255, 255, 255, 0.4);
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  z-index: 3;
}
.banners-wrapper .next-btn {
  right: 15px;
}
.banners-wrapper .previous-btn {
  left: 15px;
}
.upcoming-past-torunaments-container {
  padding: 70px 0px;
}
.notification-img {
  width: 350px;
  height: auto;
}
.title {
  text-transform: uppercase;
  font-family: "Bebas Neue", sans-serif;
  font-weight: 500;
  font-size: 45px;
  color: var(--primary-color);
  word-break: keep-all;
  line-height: 1.07;
  margin-bottom: 0;
  text-align: center;
}
.flex-1 {
  flex: 1;
}
.flex-wrap {
  flex-wrap: wrap;
}
.live-scores-title-container {
  max-width: 430px;
  position: relative;
  left: 50%;
  transform: translateX(-50%);
}
.live-scores-wrapper {
  width: 100%;
  padding: 0px calc(20px + 2vw);
}
.live-score-cards-container {
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
  gap: 20px;
}
.live-score-card {
  border-radius: 18px;
  padding: 15px 10px 25px 10px;
  background-color: var(--tertiary-color);
  flex-basis: 430px;
  font-family: "DM Sans", sans-serif;
  box-shadow: 0px 0px 10px rgba(0, 0, 0, 0.1);
  min-height: 175px;
  color: var(--primary-color);
  display: flex;
  flex-direction: column;
}
.live-score-card .venue {
  text-align: center;
  font-size: 21px;
  font-weight: 900;
  font-family: "DM Sans", sans-serif;
  text-transform: capitalize;
}
.live-score-card .watch-live-btn {
  padding: 6px 10px;
  border: none;
  border-radius: 8px;
  color: var(--primary-color);
  text-transform: capitalize;
  font-weight: 600;
  background-color: var(--secondary-color);
  box-shadow: 1px 1px 4px rgba(0, 0, 0, 0.2);
  transition: 0.1s ease-in-out;
}
.live-score-card .watch-live-btn:hover {
  box-shadow: none;
}
.live-score-card .team-name {
  font-size: 18px;
  text-transform: capitalize;
  line-height: 21px;
  text-align: center;
  font-weight: 500;
  flex-basis: 145px;
}
.live-score-card .team-score {
  flex-basis: 145px;
  font-size: 50px;
  font-weight: 600;
  line-height: 20px;
  text-align: center;
  display: block;
  font-family: "Bebas Neue", sans-serif;
}
.match-round {
  opacity: 0.3;
}
.vs-img {
  width: 40px;
  height: auto;
  opacity: 0.15;
}
.toggle-switch {
  position: relative;
  width: 52px;
  height: 31px;
  border-radius: 17px;
  cursor: pointer;
  transition: all 0.2s linear;
  background-color: var(--acent-color);
}

.toggle-switch::after {
  transition: all 0.2s linear;
  content: "";
  position: absolute;
  height: 25px;
  width: 25px;
  border-radius: 50%;
  background-color: var(--tertiary-color);
  left: 2px;
  top: 2.4px;
}

.toggle-switch::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  height: 100%;
  width: 100%;
  display: flex;
  align-items: center;
  padding: 0px 10px;
  font-weight: 500;
}

.toggle-switch-input:checked + .toggle-switch {
  background-color: var(--secondary-color);
}

.toggle-switch-input:checked + .toggle-switch::before {
  transform: translateX(0px);
}

.toggle-switch-input + .toggle-switch::before {
  transform: translateX(5px);
}
.toggle-switch-input:checked + .toggle-switch::after {
  transform: translateX(23px);
}

.tournament-card {
  border: 1px solid rgba(0, 0, 0, 0.1);
  padding: 32px;
  /* box-shadow: 0px 0px 2px rgba(0, 0, 0, 0.2); */
  flex-basis: 308px !important;
  flex-shrink: 0;
  max-width: 308px;
}
.tournament-card .event-venue {
  font-size: 20px;
  margin-top: 12px;
  letter-spacing: -0.3px;
}
.tournament-albums .item-container .display-img,
.tournament-photos .item-container .display-img {
  width: 100%;
  aspect-ratio: 1/0.57;
  object-fit: cover;
  object-position: 50% 50%;
}

.event-date,
.event-time,
.event-date {
  letter-spacing: -0.2px;
  /* color: var(--primary-color); */
}
.tournament-card .view-event-details-btn,
.banner .view-event-details-btn {
  padding: 12px 20px;
  text-transform: uppercase;
  font-weight: 700;
  border: none;
  width: fit-content;
}
.upcoming-past-torunaments-container .row:nth-child(1) {
  margin-bottom: 100px;
}
.upcoming-tournaments .tournament-card .view-event-details-btn,
.banner .view-event-details-btn {
  border: 2px solid var(--border-color) !important;
  background-color: var(--tertiary-color);
  width: fit-content;
}
.upcoming-events-wrapper .view-event-details-btn {
  padding: 5px 10px;
  text-transform: uppercase;
  font-weight: 600;
  border: 1.5px solid var(--border-color) !important;
  background-color: var(--tertiary-color);
  width: fit-content;
}
.upcoming-events-wrapper .view-event-details-btn img {
  width: 15px;
  height: auto;
}
.wrapper {
  padding: 50px 0px;
}
.wrapper.live-scores {
  padding-top: 30px;
}
.category-tab-btn {
  border: none;
  text-transform: capitalize;
  background: transparent;
  padding: 0 0 0px 0 !important;
  transition: color 0.1s;
  white-space: nowrap;
}
.active-tab {
  border-bottom: 2px solid var(--secondary-color);
  color: var(--secondary-color) !important;
}
.disabled-tab {
  pointer-events: none;
  color: lightgray !important;
}

#mobileMediaCategoryMenuContainer {
  top: 40px;
  left: 17%;
  transform: translateX(-50%) scaleY(0);
  z-index: 51;
  transition: transform 0.15s ease-in-out;
  transform-origin: top;
}
.selected-mobile-category {
  position: relative;
  z-index: 51;
}
#mobileMediaCategoryMenuContainer.show {
  transform: translateX(-50%) scaleY(1);
}
#mobileMediaCategoryMenuContainer::before {
  content: "\f0d8";
  position: absolute;
  font-weight: 900;
  top: -15px;
  left: 50%;
  transform: translateX(-50%);
  color: var(--tertiary-color);
  font-family: "Font Awesome\ 5 Free";
  font-size: 25px;
}
.item-container .display-img {
  width: 100%;
  aspect-ratio: 1/1.193;
  object-fit: cover;
  object-position: 70% 50%;
  transition: 0.5s ease-in-out;
}

.posters .item-container .display-img {
  width: 100%;
  object-fit: fill;
  object-position: 50% 50%;
}
.item-container {
  margin-bottom: 50px;
  overflow: hidden;
  transition: 0.3s linear;
}
.item-container:hover {
  transform: scale(1.03);
}

.item-title {
  font-size: 18px;
  font-family: "DM Sans", sans-serif;
  text-align: center;
  text-transform: capitalize;
  display: block;
  margin-top: 10px;
  overflow: hidden;
  text-overflow: ellipsis;
  line-height: 1.2;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  line-clamp: 2;
  -webkit-box-orient: vertical;
  padding: 0px 5px;
}

.categories-container .item-container {
  margin-bottom: 0;
}
.videos-container .item-container .display-img {
  aspect-ratio: 1/0.57;
  object-position: center center;
}
.videos-container .item-title {
  text-align: left;
}
.youtube-overlay {
  background-color: rgba(0, 0, 0, 0.5);
  height: 100%;
  width: 100%;
  position: absolute;
  top: 0;
  left: 0;
  z-index: 1;
  display: flex;
  align-items: flex-end;
  justify-content: flex-start;
  padding: 10px 15px;
  transition: 0.5s ease-in-out;
}
.youtube-overlay .fa-video {
  font-size: 35px;
  color: var(--tertiary-color);
}
.about-us .about-us-text {
  line-height: 1.8;
  color: var(--primary-color);
  text-align: justify;
}

footer .top-part {
  padding: 51px 0px;
}
footer .top-part .app-title {
  font-size: 36px;
  line-height: 1.2;
}
footer .bottom-part {
  padding: 60px 0px 40px 0px;
}
footer .social-media-container span {
  font-size: 40px;
  font-weight: 900;
}
footer .social-media-container a {
  color: var(--tertiary-color);
  font-size: 25px;
  border-radius: 50%;
  width: 60px;
  aspect-ratio: 1/1;
  background-color: rgba(255, 255, 255, 0.07);
  display: flex;
  align-items: center;
  justify-content: center;
}
footer .navbar {
  margin-top: 80px;
  padding: 40px 100px;
  border: 2px solid #323232;
  border-left: none;
  border-right: none;
}
.pageTitle {
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 25px 10px;
}
.pageTitle h1 {
  font-size: 40px;
  letter-spacing: 0.3px;
  margin-bottom: 0;
  line-height: 45px;
  font-weight: 500;
  font-family: "Bebas Neue", sans-serif;
}

.team-members-container {
  gap: 24px;
}
.team-member-img-container {
  width: 240px;
  aspect-ratio: 1/1.24;
  object-fit: cover;
}

.popup-overlay {
  width: 100vw;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.08);
  position: fixed;
  top: 0;
  left: 0;
  z-index: 110;
  white-space: nowrap;
  transition: transform 0.3s, background-color 0s;
}
.popup {
  border-radius: 12px;
  box-shadow: 4px 4px 15px rgba(0, 0, 0, 0.3);
  background-color: #fff;
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  padding: 40px;
  word-break: keep-all;
}
.close-popup-btn {
  position: absolute;
  top: 0px;
  right: 0px;
  color: var(--primary-color);
  font-size: 19px;
  padding: 8px 13px;
  cursor: pointer;
}
.popup .success-icon {
  font-size: 38px;
}
.close-popup {
  background-color: rgba(0, 0, 0, 0);
  transform: scale(0);
}
.contact-info-wrapper {
  gap: 140px;
}
.contact-info-wrapper .contact-icon {
  height: 90px;
  aspect-ratio: 1/1;
}
.contact-info-wrapper .contact-src {
  font-size: 24px;
}
.contact-form-wrapper {
  border: 1px solid var(--border-color);
  padding: 70px 85px;
  box-shadow: 0px 0px 10px rgba(0, 0, 0, 0.06);
  background-color: var(--tertiary-color);
}
.contact-form-wrapper input,
.contact-form-wrapper textarea,
.contact-form-wrapper select {
  border: 1px solid var(--border-color);
  padding: 19px 36px;
  color: rgba(94, 94, 94, 1);
}
.contact-form-wrapper button {
  background-color: var(--secondary-color);
  padding: 19px 0px;
  width: 495px;
  text-align: center;
  font-weight: 800;
  color: var(--primary-color);
  border: none;
  text-transform: uppercase;
}
.contact-form-wrapper input:focus,
.contact-form-wrapper select:focus,
.contact-form-wrapper textarea:focus {
  box-shadow: none;
  border: 1px solid var(--border-color);
}
.search-bar {
  border: 1px solid var(--border-color);
  padding: 7px 25px;
}
.filter-form button[type="submit"] {
  color: var(--secondary-color);
}
.filter-form {
  color: var(--primary-color);
}
.search-bar input[type="text"] {
  border: none;
  outline: none;
  width: 250px;
  padding: 0;
}
.filter-form input[type="date"] {
  border: 1px solid var(--border-color);
  padding: 4px 25px;
  color: var(--primary-color);
}

@-moz-document url-prefix() {
  .filter-form input[type="date"] {
    padding: 10px 25px;
  }
}
.filter-form input[type="date"]:focus {
  outline: none;
}
.filter-form input[type="date"]::-webkit-calendar-picker-indicator {
  display: block !important;
  background-image: url("../images/calendar.png");
  cursor: pointer;
  width: 30px;
  height: 30px;
}

.results-wrapper table,
.upcoming-events-wrapper table {
  box-shadow: 0 0 0 1px #666;
}

.results-wrapper th,
.results-wrapper td,
.upcoming-events-wrapper table {
  padding: 15px 25px;
}

.results-wrapper .view-details-btn {
  font-family: "DM Sans", sans-serif;
  text-transform: capitalize;
  padding: 5px 10px;
}
.detailed-live-events .live-indicator {
  background-color: rgba(228, 43, 38, 1);
  border: none;
  padding: 4px 15px;
  gap: 10px;
}
.detailed-live-events .item-title {
  -webkit-line-clamp: 1;
  line-clamp: 1;
  margin-top: 0;
}

.best-match-no {
  padding: 5px 10px;
}
.best-matches .item-title {
  margin-top: 0;
}
.event-type {
  width: fit-content;
  padding: 1px 10px;
  letter-spacing: 1px;
  text-transform: capitalize;
  font-family: "DM Sans", sans-serif;
  margin: 0;
  border-radius: 6px;
  font-weight: 500;
  font-size: 14px;
  max-width: 100%;
}
.tournament-albums .event-type {
  margin-top: 20px;
}
.event-type.kabaddi-tournament {
  background-color: var(--secondary-color);
  /* color: var(--primary-color); */
  color: #fff;
}
.event-type.kabaddi-cup {
  background-color: var(--primary-color);
  color: var(--acent-color);
}
.event-type.nagar-kirtan {
  background-color: var(--acent-color);
  color: var(--primary-color);
}
.event-type.fedration-cup {
  /* background-color: var(--tertiary-color); */
  background-color: transparent;
  color: var(--secondary-color);
  border: 1px solid var(--secondary-color);
}
.item-title {
  text-align: left;
  padding: 0;
}

.youtube-player-contianer iframe {
  aspect-ratio: 1/0.563;
}

.winner-box {
  background-image: url("../images/celebrations.png");
  background-size: 100% auto;
  background-repeat: no-repeat;
}
.tournament-players-wrapper {
  margin-top: 60px;
}
.tournament-result table tr,
.tournament-result table td,
.tournament-result table th {
  border: 0px !important;
}
.result-card {
  box-shadow: 3px 3px 12px rgba(0, 0, 0, 0.15);
  padding: 12px;
  margin-bottom: 15px;
}
.result-card .calendar-img,
.result-card .clock-img {
  width: 15px;
  height: 15px;
}

.previous-tournament-players,
.next-tournament-players {
  margin-top: 23px;
}
.player-card {
  display: flex;
  justify-content: space-between;
  align-items: center;
  height: 100%;
  padding: 0 10px;
  flex-grow: 0;
}
.player-content {
  width: 88px;
  display: flex;
  justify-content: start;
  align-items: center;
  flex-direction: column;
  gap: 5px;
}
.player-img-container {
  width: 100%;
  max-width: 100%;
  aspect-ratio: 1/1;
  overflow: hidden;
  box-shadow: 1px 1px 4px rgba(0, 0, 0, 0.3);
  border-radius: 12px;
}

.player-img {
  width: 100%;
  height: auto;
  object-fit: cover;
  object-position: 50% 0%;
  transition: 0.2s linear;
}

.player-card:hover .player-img {
  transform: scale(1.08);
}

.player-name {
  line-height: 20px;
  letter-spacing: -0.5px;
  text-transform: capitalize;
  font-weight: 400;
  color: var(--primary-color);
  font-family: "DM Sans", sans-serif;
  font-size: 15px;
  margin-bottom: 15px;
}
.tournament-players {
  max-width: 100% !important;
  overflow-x: hidden;
}
.pagination-wrapper {
  padding: 0px 0px 70px 0px;
}
.pagination-btn {
  width: 50px;
  aspect-ratio: 1/1;
  border: 1.5px solid var(--border-color);
  background-color: transparent;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  font-family: "DM Sans", sans-serif;
  font-weight: 600;
  color: var(--primary-color);
  font-size: 16px;
  /* box-shadow: 0px 0px 4px rgba(0, 0, 0, 0.1); */
}
.pagination-btn.active {
  background-color: var(--secondary-color) !important;
  color: #fff !important;

  border: none !important;
}
.scroll {
  animation: scroll-left 20s linear infinite;
}

/* Keyframes for the scrolling animation using transform */
@keyframes scroll-left {
  0% {
    transform: translateX(
      -100%
    ); /* Start just off the right edge of the screen */
  }
  100% {
    transform: translateX(100%); /* End just off the left edge of the screen */
  }
}
@media screen and (max-width: 767px) {
  .font-small {
    font-size: 13px !important;
  }
  .font-semi {
    font-size: 14px !important;
  }
  .font-medium {
    font-size: 15px !important;
  }
  .tournament-albums .event-date {
    font-size: 13px !important;
  }
  .font-large {
    font-size: 14px !important;
  }
  .font-ml {
    font-size: 18px !important;
  }
  .prize-detail .font-ml {
    font-size: 20px !important;
  }
  .prize-detail .font-small {
    font-size: 14px !important;
  }
  .font-xl {
    font-size: 20px !important;
  }
  .wrapper {
    padding: 40px 0px;
  }

  .pageTitle {
    padding: 15px 10px;
  }
  .border-radius-20 {
    border-radius: 12px;
  }
  .pageTitle h1 {
    font-size: 30px;
  }
  .br-minimal {
    border-radius: 3px !important;
  }
  .br-slight {
    border-radius: 5px !important;
  }
  .br-soft {
    border-radius: 8px !important;
  }
  .br-moderate {
    border-radius: 12px !important;
  }
  .br-significant {
    border-radius: 14px !important;
  }
  .width-mobile-50 {
    width: 49%;
    max-width: 50%;
  }
  .prize-detail {
    box-shadow: 2px 2px 10px rgba(0, 0, 0, 0.1);
    padding: 15px;
    margin-bottom: 10px;
  }
  .font-medium.best-player-name {
    font-size: 13px !important;
  }
  .best-player-name {
    line-height: 15px;
    letter-spacing: -0.5px;
  }
  .player-img-container {
    border-radius: 6px;
  }
  .photo:hover + .download-btn,
  .download-btn:hover {
    display: none;
  }
  .action-btn {
    font-size: 15px;
    border-radius: 8px;
  }
  .youtube-overlay .fa-video {
    font-size: 25px;
    color: var(--tertiary-color);
  }
  .liveEventsInnerSliderWrapper {
    width: 100%;
  }
  .banner .event-venue {
    font-size: 30px;
    line-height: 1.1;
  }
  .watch-live-btn {
    padding: 10px 10px;
  }
  .banner .event-date-time {
    font-size: 16px;
  }
  .banner .event-type {
    padding: 3px 10px 1px 10px;
    letter-spacing: 0.8px;
  }
  .watch-live-btn.font-large {
    font-size: 13px;
  }
  .banner .watch-live-btn img {
    width: 13%;
  }
  .logo {
    width: 40px;
  }
  .album-images {
    width: 100px;
    height: auto;
  }
  .active-album-slider-img {
    border: 2px solid var(--primary-color) !important;
    border-radius: 5px;
  }
  .next-btn,
  .previous-btn {
    width: 40px;
  }
  .banner-overlay {
    background-image: linear-gradient(
      to right,
      rgba(0, 0, 0, 0.7) 10%,
      rgba(0, 0, 0, 0.5),
      rgba(0, 0, 0, 0),
      rgba(0, 0, 0, 0)
    );
  }
  .live-scores-wrapper {
    padding: 0px calc(10px + 1vw);
    gap: 12px;
  }
  .live-score-card {
    padding: 15px 10px 25px 10px;
    flex-basis: 430px;
    min-height: 175px;
  }
  .live-score-card .venue {
    text-align: center;
    font-size: 21px;
  }
  .live-score-card .watch-live-btn {
    padding: 6px 8px;
    font-size: 13px;
  }
  .live-score-card .team-name {
    font-size: 16px;
    flex-basis: 125px;
  }
  .live-score-card .team-score {
    flex-basis: 120px;
    font-size: 40px;
  }
  .vs-img {
    width: 30px;
  }
  .upcoming-past-torunaments-container .action-btn {
    padding: 8px 12px;
  }
  .upcoming-past-torunaments-container .row:nth-child(1) {
    margin-bottom: 50px;
  }
  .tournament-card {
    flex-basis: 280px !important;
    max-width: 280px;
    padding: 25px 32px;
  }
  .toggle-switch::after {
    transition: all 0.2s linear;
    content: "";
    position: absolute;
    height: 25px;
    width: 25px;
    border-radius: 50%;
    background-color: var(--tertiary-color);
    left: 2px;
    top: 3px;
  }
  .detailed-live-events .live-indicator {
    padding: 2px 10px;
  }
  .item-title {
    margin-top: 6px;
    font-size: 14px;
  }
  .item-container {
    margin-bottom: 30px;
  }
  .tournament-photos .item-container,
  .tournament-albums .item-container {
    margin-bottom: 20px;
  }
  .best-match-no {
    padding: 3px 8px;
  }
  .tournament-albums .event-type,
  .tournament-card .event-type,
  .result-card .event-type {
    padding: 0px 6px;
    letter-spacing: 0px;
    font-size: 12px;
    line-height: normal;
  }
  .tournament-albums .event-type {
    margin-top: 10px;
  }

  .tournament-albums .calendar-img {
    width: 14px !important;
    height: auto;
  }
  .title {
    font-size: 32px;
  }
  .p-28-36 {
    padding: 10px 10px;
  }
  .p-28 {
    padding: 10px !important;
  }
  .search-bar {
    padding: 7px 10px;
  }
  #past-events-search-form .search-bar input[type="text"] {
    width: 100%;
    max-width: 190px;
  }
  .tournament-players-wrapper {
    margin-top: 30px;
  }
  .team-member-box .font-medium,
  .tournament-result .font-medium {
    font-size: 14px;
  }
  .prize-icon {
    width: 40px;
  }
  .player-content {
    width: 60px;
  }
  .player-card {
    padding: 0 6px;
  }
  .player-name {
    font-size: 14px;
    line-height: 18px;
  }

  .team-members-container {
    gap: 10px;
  }
  .team-member-img-container {
    width: 165px;
  }
  .contact-form-wrapper {
    padding: 20px 15px;
  }
  .contact-form-wrapper input,
  .contact-form-wrapper textarea,
  .contact-form-wrapper select {
    padding: 10px 10px;
  }
  .contact-info-wrapper .contact-icon {
    height: 45px;
    padding: 10px;
  }
  .contact-info-wrapper .contact-src {
    font-size: 18px;
  }
  .contact-info-wrapper {
    gap: 20px;
  }
  footer .top-part .app-title {
    font-size: 19px;
    line-height: 1.2;
  }
  footer .social-media-container a {
    font-size: 17px;
    width: 50px;
    height: 50px;
  }
  footer .top-part {
    padding: 30px 0px;
  }
  footer .social-media-container span {
    font-size: 30px;
  }
  footer .bottom-part {
    padding: 30px 0px 20px 0px;
  }
  footer .navbar {
    margin-top: 0px;
    padding: 0;
  }
  header .middle-part {
    padding: 10px 20px;
  }
  .pagination-btn {
    width: 34px;
    font-size: 14px;
  }
  .notification-img {
    width: 160px;
    height: auto;
  }
}

/* For Tablet View */
@media screen and (min-width: 767px) and (max-width: 1023px) {
  .notification-img {
    width: 300px;
    height: auto;
  }
  .font-xl {
    font-size: 25px;
  }
  .font-ml {
    font-size: 20px;
  }
  .wrapper {
    padding: 40px 0px;
  }
  .pageTitle {
    padding: 20px 10px;
  }
  .pageTitle h1 {
    font-size: 35px;
  }
  .p-28-36,
  .p-28 {
    padding: 15px 15px !important;
  }
  .br-minimal {
    border-radius: 4px !important;
  }
  .br-slight {
    border-radius: 8px !important;
  }
  .br-soft {
    border-radius: 11px !important;
  }
  .br-moderate {
    border-radius: 15px !important;
  }
  .br-significant {
    border-radius: 20px !important;
  }
  .action-btn {
    border-radius: 11px;
  }
  .liveEventsInnerSliderWrapper {
    width: 70%;
  }
  .banner .event-venue {
    font-size: 60px;
  }
  .banner .event-date-time {
    font-size: 22px;
  }

  .youtube-overlay .fa-video {
    font-size: 30px;
    color: var(--tertiary-color);
  }
  .detailed-live-events .live-indicator {
    padding: 3px 10px;
  }
  .item-title {
    font-size: 16px;
  }
  .item-container {
    margin-bottom: 40px;
  }
  .best-match-no {
    padding: 3px 8px;
  }

  .tournament-albums .event-type,
  .tournament-card .event-type {
    padding: 1px 8px;
  }
  .tournament-albums .event-type {
    margin-top: 15px;
  }
  .title {
    font-size: 38px;
  }
  .player-img-container {
    width: 70px;
  }
  .prize-icon {
    width: 60px;
  }
  .team-members-container {
    gap: 18px;
  }
  .contact-form-wrapper {
    padding: 30px 45px;
  }
  .contact-form-wrapper input,
  .contact-form-wrapper textarea,
  .contact-form-wrapper select {
    padding: 15px 20px;
  }
  .contact-info-wrapper .contact-icon {
    height: 70px;
    padding: 10px;
  }
  .contact-info-wrapper .contact-src {
    font-size: 20px;
  }
  .contact-info-wrapper {
    gap: 80px;
  }
  footer .top-part {
    padding: 30px 0px;
  }
  footer .top-part .app-title {
    font-size: 22px;
  }
  footer .bottom-part {
    padding: 50px 0px 30px 0px;
  }
  footer .social-media-container span {
    font-size: 40px;
  }
  footer .social-media-container a {
    font-size: 22px;
    width: 66px;
    height: 66px;
  }
  footer .navbar {
    margin-top: 0px;
  }
  header .middle-part {
    padding: 10px 20px;
  }
  .small-screen-search-container {
    top: 110px;
  }
  .album-images {
    width: 150px;
    height: auto;
  }
}
