body {
  background-color: #fff;
}

.landingContainer {
  max-width: 1200px;
  width: 100%;
}

.bannerMnBlkPar {
  width: 100%;
  background: #fff;
  padding: 25px 10px 16px;
}

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

.mnBlogBannerPicPar {
  overflow-x: hidden;
}

.tabsSecPar {
  width: 100%;
  background: #fff;
  overflow: hidden;
}

.tbsCntntWrpr {
  max-width: 1132px;
  width: 100%;
  margin: auto;
  display: flex;
  justify-content: flex-start;
  align-items: center;
  gap: 12px;
  padding: 0 12px 24px;
  overflow-x: auto;
  overflow-y: hidden;
}

.tbsCntntWrpr::-webkit-scrollbar {
  display: none;
}

.echTabEvnt {
  min-width: 100px;
  max-width: 100px;
  width: 100%;
  border: 1px solid #f3f3f3;
  padding: 10px;
  border-radius: 8px;
  display: flex;
  flex-direction: column;
  gap: 6px;
  align-items: center;
  justify-content: center;
  font-family: Roboto Condensed;
  font-weight: 500;
  font-size: 14px;
  color: #43444a;
  cursor: pointer;
}

.tabActive {
  border: 1px solid #c51a1b;
  color: #c51a1b;
}

.echTabEvnt.tabActive .fillRedTb {
  fill: #c51a1b;
}

.echSecPar {
  max-width: 1440px;
  width: 100%;
  margin: auto;
  padding: 40px;
}

.blogTag_active {
  background: #c51a1b !important;
  color: #fff !important;
}

.eventHeading {
  font-family: Roboto Condensed;
  font-size: 34px;
  font-weight: 700;
  color: #333333;
}

.clrRedHdng {
  color: #c51a1b;
}

.loadMore {
  border: 0;
  outline: 0;
  background: #c51a1b;
  cursor: pointer;
  text-decoration: none;
  text-align: center;
  font-family: Roboto, serif;
  font-size: 14px;
  font-weight: 700;
  text-transform: uppercase;
  border-radius: 2px;
  width: 120px;
  height: 36px;
  display: flex;
  align-items: center;
  justify-content: center;
  color: #fff;
  margin: 10px auto;
}

.trndingNwsCntntWrpr {
  margin-top: 34px;
  width: 100%;
  /* max-height: 700px; */
  overflow: hidden;
  display: flex;
  justify-content: center;
  gap: 24px;
}

.trdNewsSec {
  width: 60%;
  max-height: 760px;
  overflow-y: auto;
  overflow-x: hidden;
}

.trdNewsSec .loadMore2 {
  cursor: pointer;
  text-decoration: none;
  text-align: center;
  font-family: Roboto, serif;
  font-size: 14px;
  font-weight: 700;
  text-transform: uppercase;
  border-radius: 2px;
  width: 120px;
  height: 36px;
  display: flex;
  align-items: center;
  justify-content: center;
  color: #fff;
  background-color: #c51a1b;
  margin: 10px auto;
  border: 0;
  outline: 0;
}

.trndingLftPar {
  overflow-y: auto;
  overflow-x: hidden;
  display: flex;
  flex-direction: column;
}


.trdNewsSec::-webkit-scrollbar {
  display: none;
}

.trndingRghtPar {
  width: 40%;
  display: flex;
  flex-direction: column;
  gap: 16px;
}

.evntPicPar {
  max-width: 280px;
  /* min-width: 240px; */
  height: 180px;
  overflow: hidden;
  display: flex;
  justify-content: center;
  width: 100%;
  border-radius: 8px 0 0 8px;
}
.evntPicPar.latest_nws_brd_rds {
  border-radius: 12px;
}

.evntPicPar img {
  height: auto;
  width: 100%;
  object-fit: cover;
}

.evntContHdr {
  font-family: Roboto Condensed;
  font-size: 18px;
  font-weight: 700;
  color: #333333;
}

.eventContentPar p {
  font-family: Roboto Condensed;
  font-size: 16px;
  font-weight: 400;
  color: #43444a;
  margin: 8px 0 16px 0;
  line-height: 1.5;
}

.eventRdMoreBtn {
  font-family: Roboto Condensed;
  font-size: 14px;
  font-weight: 700;
  text-decoration-line: underline;
  border: none;
  outline: none;
  color: #c51a1b;
  background: unset;
  cursor: pointer;
}

.evntTimng p,
.evntTimng span {
  font-family: Roboto Condensed;
  font-size: 10px;
  font-weight: 400;
  color: #43444a;
}

.evntTimng span {
  position: relative;
}

.evntTimng span::before {
  content: "";
  position: absolute;
  width: 4px;
  height: 4px;
  border-radius: 50%;
  background-color: #43444a;
  top: 50%;
  transform: translateY(-50%);
  left: -6px;
}

.evntTimng {
  width: 100%;
  display: flex;
  align-items: center;
  gap: 16px;
  /* padding-top: 10px; */
}

/* .trndNwsEvntTmgMrgn {
  margin: 15px 0;
} */

.eventTpePly {
  white-space: nowrap;
  padding: 4px 10px;
  height: 24px;
  border: none;
  outline: none;
  background: #EDEDED;
  font-family: Roboto Condensed;
  font-size: 14px;
  font-weight: 400;
  color: #333333;
  border-radius: 4px;
}

.eventTpeTmgDv {
  width: 100%;
  display: flex;
  justify-content: space-between;
  align-items: center;
}

.eventContentPar {
  width: 100%;
  margin: 24px 0 12px;
}

.eventContentWrpr {
  width: 100%;
  /* padding: 15px 15px 15px 20px; */
}
.eventContentWrpr.trnding_news_lft_pd,
.eventContentWrpr.latest_nws_pd_lft {
  padding: 0 16px 0 24px;
}
.eventContentWrpr.recent_news_lft_pd {
  padding: 7px 0 7px 20px;
}
.recent_news_lft_pd .eventContentPar {
  margin: 4px 0 0;
}
.trnding_news_lft_pd .eventTpeTmgDv,
.latest_nws_pd_lft .eventTpeTmgDv {
  margin-top: 12px;
}

.crcktEventDv {
  flex: 1;
  height: 100%;
  width: 100%;
  border-radius: 8px;
  background: #ffffff;
  display: flex;
  align-items: center;
  margin-bottom: 16px;
}

.crcktEventDv.rcntNwsCrdPar {
  min-height: unset;
}

/* .crcktEventDv:nth-last-child(1) {
  margin-bottom: 0;
} */

.trndNwsRhtSubHdng {
  font-family: Roboto Condensed;
  font-size: 22px;
  font-weight: 700;
  color: #333333;
}

.vwAllParaTxt {
  font-family: Roboto Condensed;
  font-size: 16px;
  font-weight: 500;
  text-decoration-line: underline;
  color: #c51a1b;
  cursor: pointer;
}

.rcntNwsHdng {
  display: flex;
  justify-content: space-between;
  align-items: center;
}

.rcntNwsPic {
  max-width: 86px;
  width: 100%;
  height: 86px;
  border-radius: 8px;
  overflow: hidden;
}

.rcntNwsPic img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.rcntNwsHCntHdng {
  margin-top: 6px;
}

.rcntNwsEvntTmg p,
.rcntNwsEvntTmg span {
  font-size: 12px;
}

/* .rcntNewsEvntPar {
  padding: 7px 7px 7px 20px;
} */

.rcntNwsPar {
  min-width: 380px;
  max-width: 400px;
  width: 100%;
  background: #ffffff;
  border-radius: 8px;
  padding: 24px;
}

.rcntNewsContentWrpr {
  margin-top: 24px;
}

.spnsrdEvntTpePly {
  max-width: 58px;
  height: 22px;
  background: #ededed;
  font-size: 12px;
}

.spnsrdAdContntHdng {
  font-family: Roboto Condensed;
  font-size: 16px;
  font-weight: 400;
  color: #ffffff;
  margin: 6px 0;
}

.spnsrdEvntTimg p,
.spnsrdEvntTimg span {
  color: #ffffff;
}

.spnsrdPicPar {
  position: relative;
  border-radius: 8px;
  overflow: hidden;
}

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

.spnsrdAddContPar {
  width: 90%;
  position: absolute;
  bottom: 20px;
  left: 20px;
  /* transform: translateX(-50%); */
  z-index: 1;
}

.boxShdwSpnsrdAd,
.boxShadow_btm {
  width: 100%;
  height: 100%;
  position: absolute;
  bottom: 0;
  background: linear-gradient(180deg, rgba(0, 0, 0, 0) 32.7%, #000000 87.19%);
}

.mreBlgsFryouHdng {
  text-align: center;
}

.mreBlgsHdng {
  font-family: Roboto Condensed;
  font-size: 20px;
  font-weight: 700;
  color: #333333;
  margin: 8px 0;
}

.mreBlgsPara {
  font-family: Roboto Condensed;
  font-size: 14px;
  font-weight: 400;
  color: #43444a;
}

.mreBlgsCntntWrpr {
  width: 100%;
  padding: 12px 0;
  display: flex;
  flex-direction: column;
  /* gap: 10px; */
}

.mreBlgsCrdsWrrpr {
  display: grid;
  /* grid-template-columns: repeat(4, 1fr); */
  grid-template-columns: repeat(auto-fit, minmax(280px, 1fr));
  gap: 22px;
  margin-top: 36px;
}

.blgCrdPicPar {
  width: 100%;
  height: 205px;
  position: relative;
  border-radius: 8px;
  overflow: hidden;
}

.blgCrdPicPar img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.blogsFltrNameTxt {
  font-family: Roboto Condensed;
  font-size: 14px;
  font-weight: 500;
  color: #fff;
  background: red;
  padding: 6px;
  width: max-content;
  border-radius: 6px;
  position: absolute;
  right: 10px;
  top: 10px;
  background: linear-gradient(180deg,
      rgba(255, 255, 255, 0.44) 0%,
      rgba(255, 255, 255, 0.41) 100%);
  backdrop-filter: blur(24px);
}
.blogsFltrNameTxt.highlights_week {
  right: 16px;
  top: 16px;
  z-index: 1;
}

.regstrNwBtn {
  max-width: 150px;
  width: 100%;
  height: 36px;
  cursor: pointer;
  background: #c51a1b;
  border: none;
  font-family: Roboto Condensed;
  font-weight: 700;
  font-size: 14px;
  color: #fff;
  text-transform: uppercase;
}
.joinLinkBtn{
  max-width: 170px;
}
.clrBlkDrkGry {
  color: #333333;
}

.mjrHgltsCrdHdng p {
  font-family: Roboto Condensed;
  font-weight: 500;
  font-size: 18px;
  color: #fff;
  line-height: 1.25;
}

.mjrHgltsCrdHdng {
  width: 100%;
  display: flex;
  justify-content: space-between;
  align-items: flex-end;
  gap: 10px;
  margin-top: 10px;
}

.mjrHghlsPicPar,
.echMjrHgltsWkCrd {
  width: 100%;
  height: 100%;
  position: relative;
  border-radius: 20px;
  overflow: hidden;
}
.echMjrHgltsWkCrd.hdngMjrHglts {
  border-radius: 0;
}

.mjrHghlsPicPar img {
  width: 100%;
  height: 100%;
}
.mjrHghlsPicPar .arr_with_bg {
  width: auto;
  cursor: pointer;
}

.mjrHgltsWeekParDv,
.mrLgsFrYouPar {
  background: #fff;
}

.trndingNewsPar {
  background: #f2f2f2;
}

.mjrHgltsContntDv {
  width: 90%;
  position: absolute;
  bottom: 20px;
  left: 50%;
  transform: translateX(-50%);
}

.evntTmeMjrHglts p,
.evntTmeMjrHglts span {
  font-size: 14px;
  color: #fff;
}

.evntTmeMjrHglts span::before {
  background-color: #fff;
}

.vwMreBtn {
  margin-top: 12px;
}

.mjrGhltsWrrpr {
  width: 100%;
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  justify-content: center;
  align-items: center;
  gap: 20px;
}

.footBallCrd:nth-child(2) {
  grid-row: 2 / 2;
  grid-column: 1 / 2;
}

/* .footBallCrd:nth-child(n + 1){
} */
.footBallCrd:nth-child(3) {
  grid-row: 3 / 4;
  grid-column: 1 / 2;
}

.footBallCrd:nth-child(4) {
  grid-row: 1 / 3;
  grid-column: 2 / 3;
}

.footBallCrd:nth-child(5) {
  grid-row: 3 / 4;
  grid-column: 2 / 3;
}

.footBallCrd:nth-child(6) {
  grid-row: 1/4;
  grid-column: 3/4;
}

.rgsterWthWnmtchWhlPar {
  width: 100%;
  position: relative;
}

.rgstrBnnrPicPar img {
  width: 100%;
  height: auto;
  cursor: pointer;
}

.mreBlgsVwMrBtn {
  margin: 16px auto 0;
  display: none;
}

/* .echEvntGrdDv {
  width: 100%;
  position: relative;
} */

.echEvntGrdParWrpr {
  width: 100%;
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 20px;
}

.tnsEventDv {
  grid-row: 1/3;
  grid-column: 1/2;
}

.evntCrcktDv {
  grid-row: 3/4;
  grid-column: 1/2;
}

.mtchEventDyDv {
  grid-row: 1/2;
  grid-column: 2/3;
}

.bnsEventDv {
  grid-row: 2/4;
  grid-column: 2/3;
}

.rfrYrFndDv {
  grid-row: 1/4;
  grid-column: 3/4;
}

.evntGrdPicPar,
.evntGrdPicPar img {
  width: 100%;
  height: 100%;
}
.evntGrdPicPar{
  position: relative;
}
.evntGrdTxtCard {
  position: absolute;
  bottom: -25px;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 90%;
  text-align: center;
  display: flex;
  flex-direction: column;
  align-items: center;
  color: #fff;
  gap: 14px;
}
.lastEvntGrdTxtCard {
    bottom: auto;
    top: 20%;
}
.evntGrdTxtTitle{
  font-family: Roboto Condensed;
  font-weight: 700;
  font-size: 28px;
  text-transform: capitalize;
  width: 80%;
}
.evntGrdTxtSub{
  font-family: Roboto Condensed;
  font-weight: 400;
  font-size: 14px;
  color: #ffffff;
  text-transform: capitalize;
}
.evntGrdTxtCard a {
    display: flex;
    align-items: center;
    justify-content: center;
    text-decoration: none;
}
.txtAlgnCenter {
  text-align: center;
}

.rfrFrndPosDv {
  top: 10%;
  bottom: unset;
}

.textElpses {
  display: -webkit-box;
  -webkit-line-clamp: 1;
  -webkit-box-orient: vertical;
  overflow: hidden;
}

.textElpsesline2 {
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  overflow: hidden;
  line-height: 1.5;
}
.textElpsesline5 {
  display: -webkit-box;
  -webkit-line-clamp: 5;
  -webkit-box-orient: vertical;
  overflow: hidden;
}

.topblog-slider {
  width: 100%;
  max-width: 1380px;
  margin: 0 auto 24px;
  position: relative;
  transition: all 0.2s linear;
}
.blogTag {
  background: #e3e3e3;
  padding: 5px 7px;
  font-size: 12px;
  border-radius: 40px;
  cursor: pointer;
  color: rgba(51, 51, 51, 1);
}
.bannerTags{
  display: flex;
  align-items: center;
  gap: 10px;
}

.topblog-slider__main .swiper-slide {
  height: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
}

.topblog-slider .swiper {
  overflow: unset;


}

.topblog_content--wrap img {
  width: 100%;
  height: auto;
  border-radius: 6px;
}

.topblog-slider .swiper-pagination {
  top: 100% !important;
  bottom: unset !important;
}

.topblog-slider .swiper-pagination-bullet {
  width: 10px;
  height: 10px;
}

.topblog-slider .swiper-pagination-bullet-active {
  background-color: #c51a1b;
  width: 14px;
  border-radius: 15px;
}
.noDataDiv {
  max-width: 300px;
  width: 100%;
  margin: 0 auto;
  height: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
}
.noDataDiv img {
  width: 100%;
  height: auto;
}
@keyframes homeBtn {
  0% {
    transform: scale(1);
  }
  50% {
    transform: scale(1.1);
  }
  100% {
    transform: scale(1);
  }
}



@media (max-width: 1023px) {
  .echSecPar {
    padding: 20px;
  }

  .evntTmeMjrHglts p,
  .evntTmeMjrHglts span {
    font-size: 14px;
  }

  .mjrHgltsCrdHdng p {
    font-size: 15px;
  }

  .mjrHgltsCrdHdng img,
  .mjrHghlsPicPar .arr_with_bg {
    width: 30px;
  }

  .trndingNwsCntntWrpr {
    max-width: 600px;
    margin: 34px auto 0;
    flex-direction: column;
  }

  .trdNewsSec {
    width: 100%;
    max-height: unset;
  }

  .trndingRghtPar {
    width: 100%;
    flex-direction: column-reverse;
  }
  .rcntNwsPar {
    min-width: unset;
    max-width: unset;
  }
  .evntGrdTxtTitle{
    font-size: 24px;
  }
  .evntGrdTxtSub{
    font-size: 12px;
  }
  .trndNwsHdng,
  .rgstrBnnrPicPar {
    max-width: 600px;
    margin: 0 auto;
  }
}

@media (min-width: 768px) and (max-width: 860px) {
  .evntGrdTxtCard.evntGrdPos {
    gap: 8px;
    bottom: -40px;
  }
}

@media (max-width: 767px) {

  .mjrGhltsWrrpr,
  .echEvntGrdParWrpr {
    max-width: 440px;
    width: 100%;
    margin: 0 auto;
    grid-template-columns: repeat(1, 1fr);
  }

  .hdngMjrHglts,
  .mjrHghlsPicPar,
  .casinoCrd,
  .crcktCrd,
  .bettingCrd,
  .tnnsCrd,
  .tnsEventDv,
  .evntCrcktDv,
  .mtchEventDyDv,
  .bnsEventDv,
  .rfrYrFndDv,
  .footBallCrd:nth-child(2),
  .footBallCrd:nth-child(3),
  .footBallCrd:nth-child(4),
  .footBallCrd:nth-child(5),
  .footBallCrd:nth-child(6) {
    grid-row: unset;
    grid-column: unset;
  }

  .tnsEventDv {
    order: 1;
  }

  .evntCrcktDv {
    order: 2;
  }

  .mtchEventDyDv {
    order: 4;
  }

  .bnsEventDv {
    order: 5;
  }

  .rfrYrFndDv {
    order: 3;
  }

  .eventHeading,
  .mreBlgsHdng {
    font-size: 18px;
  }
  .mreBlgsHdng {
    margin: 8px 0 4px;
  }

  .echSecPar {
    padding: 20px 16px;
  }

  .vwMreBtn {
    max-width: 120px;
  }

  .hdngMjrHglts,
  .trndNwsHdng {
    text-align: center;
  }

  .regstrNwBtn {
    max-width: 100px;
    height: 28px;
    font-size: 11px;
  }
.evntGrdTxtCard a{
  min-width: 120px;
}
  .rgsterWthWnmtchWhlPar {
    background-color: #fff;
    padding: 20px 16px;
  }

  .mreBlgsCrdsWrrpr {
    max-width: 440px;
    margin: 16px auto 0;
    gap: 20px;
  }

  .mreBlgsVwMrBtn {
    display: block;
  }

  .mreBlgsCrdsWrrpr>.blgEchCrd:nth-child(n + 7) {
    display: none;
  }

  .crcktEventDv {
    flex-direction: column;
    max-width: 440px;
    margin: 0 auto 16px;
  }

  .evntPicPar {
    max-width: unset;
    border-radius: 8px 8px 0 0;
  }

  /* .evntPicPar img {
    height: unset;
    width: 100%;
    object-fit: unset;
  } */

  .trndingNwsCntntWrpr {
    margin-top: 16px;
  }

  .eventContentPar {
    margin: 12px 0 0;
  }

  .eventContentPar p {
    font-size: 12px;
  }

  .spnsrdAdContntHdng {
    font-size: 14px;
  }

  .rcntNwsCrdPar {
    flex-direction: row;
  }

  .bannerMnBlkPar {
    padding: 20px 12px;
  }

  .echTabEvnt {
    min-width: 82px;
    padding: 8px;
  }
  .rcntNwsPar {
    padding: 20px 16px;
  }
  .trndingRghtPar,
  .rgstrBnnrPicPar {
    max-width: 440px;
    margin: auto;
  }
  .recentNws_pic_mob {
    height: 180px;
  }
  .tbsCntntWrpr {
    padding: 16px;
  }
  .evntGrdTxtTitle{
    width: 90%;
  }
  .eventContentWrpr.trnding_news_lft_pd,
  .eventContentWrpr.latest_nws_pd_lft {
    padding: 16px 12px;
  }
  .eventContentWrpr.recent_news_lft_pd {
    padding: 12px 0 12px 20px;
  }
  .trnding_news_lft_pd .eventTpeTmgDv,
  .latest_nws_pd_lft .eventTpeTmgDv {
    margin-top: 0;
  }
  .categoryListContainer .otherCardsWrapper .eventContentWrpr {
    gap: 8px;
  }
}