body {
  background-color: #fff;
}
.landingContainer {
  max-width: 1200px;
  width: 100%;
}
.bannerMnBlkPar {
  width: 100%;
  background: #fff;
  padding: 25px 10px;
}
.mnBlogBannerPicPar img {
  width: 100%;
}
.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;
  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;
}
.eventHeading {
  font-family: Roboto Condensed;
  font-size: 34px;
  font-weight: 700;
  color: #333333;
}
.clrRedHdng {
  color: #c51a1b;
}
.trndingNwsCntntWrpr {
  margin-top: 34px;
  width: 100%;
  /* max-height: 700px; */
  overflow: hidden;
  display: flex;
  justify-content: center;
  gap: 24px;
}
.trndingLftPar {
  width: 60%;
  max-height: 760px;
  overflow-y: auto;
  overflow-x: hidden;
  display: flex;
  flex-direction: column;
}
.trndingLftPar::-webkit-scrollbar {
  display: none;
}
.trndingRghtPar {
  width: 40%;
  display: flex;
  flex-direction: column;
  gap: 16px;
}
.evntPicPar {
  max-width: 280px;
  min-width: 240px;
  height: 100%;
  overflow: hidden;
  display: flex;
  justify-content: center;
}
.evntPicPar img {
  height: 100%;
  width: auto;
  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;
}
.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: 12px;
  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: -10px;
}
.evntTimng {
  width: 100%;
  display: flex;
  align-items: center;
  gap: 20px;
}
.trndNwsEvntTmgMrgn {
  margin: 15px 0;
}
.eventTpePly {
  white-space: nowrap;
  padding: 4px 10px;
  height: 24px;
  border: none;
  outline: none;
  background: #e3dfdf;
  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-top: 24px;
}
.eventContentWrpr {
  width: 100%;
  padding: 15px 15px 15px 20px;
}
.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;
}
.rcntNwsHCntHdng {
  margin-top: 6px;
}
.rcntNwsEvntTmg p,
.rcntNwsEvntTmg span {
  font-size: 14px;
}
.rcntNewsEvntPar {
  padding: 7px 7px 7px 20px;
}
.rcntNwsPar {
  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%;
}
.spnsrdAddContPar {
  width: 90%;
  position: absolute;
  bottom: 20px;
  left: 20px;
  /* transform: translateX(-50%); */
  z-index: 1;
}
.boxShdwSpnsrdAd {
  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 4px;
}
.mreBlgsPara {
  font-family: Roboto Condensed;
  font-size: 14px;
  font-weight: 400;
  color: #43444a;
}
.mreBlgsCntntWrpr {
  width: 100%;
  padding: 6px 0;
}
.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%;
  position: relative;
}
.blgCrdPicPar img {
  width: 100%;
}
.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);
}
.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;
}
.clrBlkDrkGry {
  color: #333333;
}
.mjrHgltsCrdHdng p {
  font-family: Roboto Condensed;
  font-weight: 500;
  font-size: 22px;
  color: #fff;
}
.mjrHgltsCrdHdng {
  width: 100%;
  display: flex;
  justify-content: space-between;
  align-items: center;
  gap: 10px;
  margin-top: 10px;
}
.mjrHghlsPicPar,
.echMjrHgltsWkCrd {
  width: 100%;
  height: 100%;
  position: relative;
}
.mjrHghlsPicPar img {
  width: 100%;
  height: 100%;
}
.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: 16px;
  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;
}
.hdngMjrHglts {
  grid-row: 1 / 2;
  grid-column: 1 / 2;
}
.mjrHghlsPicPar {
  grid-row: 2/3;
  grid-column: 1/2;
}
.casinoCrd {
  grid-row: 3/4;
  grid-column: 1/2;
}
.crcktCrd {
  grid-row: 1/3;
  grid-column: 2/3;
}
.bettingCrd {
  grid-row: 3/4;
  grid-column: 2/3;
}
.tnnsCrd {
  grid-row: 1/4;
  grid-column: 3/4;
}
.rgsterWthWnmtchWhlPar {
  width: 100%;
  position: relative;
}
.rgstrBnnrPicPar img {
  width: 100%;
  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);
  column-gap: 18px;
  row-gap: 24px;
}
.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%;
}
.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;
}

@media (max-width: 1023px) {
  .echSecPar {
    padding: 20px;
  }
  .evntTmeMjrHglts p,
  .evntTmeMjrHglts span {
    font-size: 14px;
  }
  .mjrHgltsCrdHdng p {
    font-size: 20px;
  }
  .mjrHgltsCrdHdng img {
    width: 30px;
  }
  .trndingNwsCntntWrpr {
    flex-direction: column;
  }
  .trndingLftPar {
    width: 100%;
    max-height: unset;
  }
  .trndingRghtPar {
    width: 100%;
    flex-direction: column-reverse;
  }
}
@media (max-width: 767px) {
  .mjrGhltsWrrpr,
  .echEvntGrdParWrpr {
    grid-template-columns: repeat(1, 1fr);
  }
  .hdngMjrHglts,
  .mjrHghlsPicPar,
  .casinoCrd,
  .crcktCrd,
  .bettingCrd,
  .tnnsCrd,
  .tnsEventDv,
  .evntCrcktDv,
  .mtchEventDyDv,
  .bnsEventDv,
  .rfrYrFndDv {
    grid-row: unset;
    grid-column: unset;
  }
  .tnsEventDv {
    order: 1;
  }
  .evntCrcktDv {
    order: 2;
  }
  .mtchEventDyDv {
    order: 4;
  }
  .bnsEventDv {
    order: 5;
  }
  .rfrYrFndDv {
    order: 3;
  }

  .eventHeading,
  .mjrHgltsCrdHdng p,
  .mreBlgsHdng {
    font-size: 18px;
  }
  .echSecPar {
    padding: 20px 16px;
  }
  .vwMreBtn {
    max-width: 120px;
  }
  .hdngMjrHglts,
  .trndNwsHdng {
    text-align: center;
  }
  .RegstrNwBtn {
    max-width: 100px;
    height: 28px;
    font-size: 11px;
  }
  .rgsterWthWnmtchWhlPar {
    background-color: #fff;
    padding: 20px 16px;
  }
  .mreBlgsCrdsWrrpr {
    gap: 20px;
  }
  .mreBlgsVwMrBtn {
    display: block;
  }
  .mreBlgsCrdsWrrpr > .blgEchCrd:nth-child(n + 7) {
    display: none;
  }
  .crcktEventDv {
    flex-direction: column;
  }
  .evntPicPar {
    max-width: unset;
    height: unset;
    width: 100%;
  }
  .evntPicPar img {
    height: unset;
    width: 100%;
    object-fit: unset;
  }
  .trndingNwsCntntWrpr {
    margin-top: 16px;
  }
  .eventContentPar {
    margin-top: 12px;
  }
  .eventContentPar p {
    font-size: 12px;
  }
  .spnsrdAdContntHdng {
    font-size: 14px;
  }
  .rcntNwsCrdPar {
    flex-direction: row;
  }
  .bannerMnBlkPar {
    padding: 20px 12px;
  }
  .echTabEvnt {
    min-width: 82px;
    padding: 8px;
  }
}
