/* category listing css start  */
.categoryListContainer {
  background: #fff;
  padding: 50px 16px 30px;
}
.categoryListContainer h2{
  font-size: 34px;
  font-weight: 700;
  line-height: 42px;
  padding-bottom: 36px;
}
.categoryListContainer h2 strong{
  color: #C51A1B;
}
.categoryBannerImg img {
  position: absolute;
  right: 0;
  bottom: 0;
  width: 50% !important;
}
.categoryListBanner {
  max-width: 1200px;
  width: 100%;
  margin: auto;
  padding-bottom: 20px;
}
.categoryListBanner img {
  width: 100%;
}
.categoryListContainer .crickerContent {
  display: flex;
  gap: 25px;
}
.categoryListContainer .eventRdMoreBtn {
  text-transform: uppercase;
}
.categoryListContainer .trendingCardNews {
  width: 100%;
}
.bannerTrendingCardNews .evntPicPar {
  max-width: 140px;
  min-width: 140px;
}
/* .categoryTrendingCardNews .evntPicPar {
  border-radius: 12px;
} */
 .categoryTrendingCardNews .crcktEventDv:nth-last-child(1) {
  margin-bottom: 0;
 }
.navLinkSidebar {
  background: #f2f2f2;
  padding: 20px;
  border-radius: 10px;
  display: flex;
  flex-direction: column;
  gap: 10px;
  height: 100%;
  max-width: 350px;
  width: 100%;
}
.navLinkSidebar.navLink_blogList {
  background-color: #fff;
  margin-bottom: 10px;
}
.blogCategoryTitle {
  margin-bottom: 10px;
}
.navLinkSidebar label {
  color: #000;
}
.trending_blog_title {
  font-family: Roboto Condensed;
  font-weight: 700;
  font-size: 34px;
  color: #333333;
  padding: 0 !important;
  margin-bottom: 20px;
}
.trending_blog_title span {
  color: #c51a1b;
}
.searchCard {
  display: flex;
  flex-direction: column;
  gap: 8px;
}

.searchCard input {
  width: 100%;
  border: none;
  outline: none;
  background: none;
}

.blogCategoryLinks {
  list-style: disc;
  padding-left: 20px;
  display: flex;
  flex-direction: column;
  gap: 10px;
  height: 410px;
  overflow-y: auto;
}
.blogCategoryLinks::-webkit-scrollbar {
  width: 3px;
}
.blogCategoryLinks::-webkit-scrollbar-track {
  background: #eee; 
}
.blogCategoryLinks::-webkit-scrollbar-thumb {
  background: #aaa; 
}
.loadMoreBtn{
  background: #000 !important;
  color: #fff !important;
}

.trending_blog .loaderDesk{
  height: 300px;
}
.trending_blog .winCo_BgLoader img{
  max-width: 150px;
}

.blogCategoryList {
  padding: 8px 0;
  cursor: pointer;
  color: #333;
  font-size: 14px;
  transition: color 0.3s;
}

.blogCategoryList.active {
  color: #c51a1b;
  font-weight: 500;
}

.blogTagContainer {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
  margin-top: 10px;
}

.blogTag {
  background: #e3e3e3;
  padding: 5px 7px;
  font-size: 12px;
  border-radius: 40px;
  cursor: pointer;
  color: rgba(51, 51, 51, 1);
}
.playerImgCard {
  display: flex;
  flex-direction: column;
  gap: 16px;
  width: 100%;
}
.categoryListContainer .eventContentWrpr {
  display: flex;
  flex-direction: column;
  gap: 16px;
}
.categoryListContainer .eventRdMoreBtn {
  margin-top: 10px;
}
.blogTag:hover {
  background: #ccc;
}

.blogPreview {
  margin-top: 20px;
  position: relative;
  border-radius: 10px;
  overflow: hidden;
}

.blogPreview img {
  width: 100%;
  height: auto;
}

.blogContent {
  position: absolute;
  left: 0;
  bottom: 0;
  gap: 5px;
  padding: 8px;
  width: 100%;
  background: linear-gradient(180deg, rgba(0, 0, 0, 0) 32.7%, #000000 87.19%);
  display: flex;
  flex-direction: column;
}

.blogTitle {
  font-size: 14px;
  font-weight: 400;
  color: #ffffff;
}

.blogMeta {
  font-size: 12px;
  color: #ffffff;
  font-weight: 400;
  padding-bottom: 0;
}
.categoryListContainer .trendingCardNews {
  gap: 5px;
}
.categoryListContainer .eventContentPar p {
  margin: 8px 0 0px 0;
}
.categoryListContainer .eventContentPar {
  width: 100%;
  margin-top: 0;
}
/* .eventContentWrpr {
  padding: 0 10px;
} */
.firstCardWrapper,
.otherCardsWrapper {
  width: 100%;
}
.firstCardWrapper .playerImg {
    height: 400px;
}
.otherCardsWrapper {
  display: flex;
  flex-direction: column;
  gap: 20px;
}
.otherCardsWrapper .playerImg {
    max-width: 140px;
    height: 140px;
}
.otherCardsWrapper .playerImgCard {
    flex-direction: row;
    gap: 20px;
}
.playerImg {
    width: 100%;
    height: 180px;
    border-radius: 8px;
    overflow: hidden;
}

.playerImg img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.searchBox {
  display: flex;
  gap: 5px;
  align-items: center;
  padding: 8px 12px;
  border: 1px solid #ddd;
  border-radius: 5px;
  outline: none;
  color: #333;
}
.categoryCrickerContent {
  padding-bottom: 60px;
}
@media (max-width: 1023px) {
  .crickerContent,
  .trendingWrapper {
    flex-direction: column;
  }
  .navLinkSidebar {
    width: 100%;
  }
  .blogCategoryLinks {
    display: flex;
    flex-wrap: wrap;
    width: 100%;
    height: auto;
    gap: 12px;
    flex-direction: row;
  }
  .blogCategoryList {
    min-width: 80px;
  }
  .playerImgCard,
  .navLinkSidebar,
  .categoryListContainer .trendingCardNews {
    max-width: 600px;
    margin: 0 auto;
  }
  .categoryListContainer h2 {
    text-align: center;
  }
  .categoryCrickerContent {
    padding-bottom: 20px;
  }
}
@media (max-width: 767px) {
  /* .categoryListContainer .crcktEventDv {
    flex-direction: row;
  } */
  .categoryListContainer .trendingWrapper {
    padding: 0;
  }
  .trending_blog_title {
    font-size: 24px !important;
    text-align: center;
  }
  .playerImgCard,
  .navLinkSidebar,
  .categoryListContainer .trendingCardNews {
    max-width: 440px;
  }
  .categoryListContainer {
    padding: 20px 16px;
  }
  .categoryListContainer h2 {
    max-width: 440px;
    margin: 0 auto 20px;
    padding-bottom: 0;
  }
  .otherCardsWrapper .playerImg {
    max-width: 120px;
    height: 120px;
  }
  .otherCardsWrapper .playerImgCard .eventTpeTmgDv {
    flex-direction: column-reverse;
    align-items: flex-start;
    gap: 8px;
  }
}
/* category listing css end  */
