.bg-cod-gray {
  background-color: rgb(10, 10, 10);
}
.h-80px {
  height: 80px;
}
.flex {
  display: flex;
}
.justify-between {
  justify-content: space-between;
}
.items-center {
  align-items: center;
}
.px-28px {
  padding-left: 28px;
  padding-right: 28px;
}
.h-screen {
  height: 100vh;
}
.h-60px {
  height: 60px;
}
.font-black {
  font-weight: 900;
}
.font-impact {
  font-family: Impact;
}
.ul {
  list-style-type: none;
  margin-bottom: 0;
  padding-left: 0;
}
.font-md {
  font-size: 14px;
}
.decoration-none {
  text-decoration: none;
}
.uppercase {
  text-transform: uppercase;
}
.text-sonic-silver {
  color: rgb(119, 119, 119);
}
.text-color-white {
  color: rgb(255, 255, 255);
}
.hover-text-white {
}
.hover-text-white:hover {
  color: rgb(255, 255, 255);
}
.transition {
  transition: 0.3s all;
}
.gap-x-20px {
  column-gap: 20px;
}
.h-full {
  height: 100%;
}
.flex-col {
  flex-direction: column;
}
.w-full {
  width: 100%;
}
.relative {
  position: relative;
}
.absolute {
  position: absolute;
}
.top-0 {
  top: 0;
}
.left-0 {
  left: 0;
}
.right-0 {
  right: 0;
}
.bottom-0 {
  bottom: 0;
}
.flex-1-1-auto {
  flex: 1 1 auto;
}
.bg-black-44 {
  background-color: rgba(0, 0, 0, 0.44);
}
.object-cover {
  object-fit: cover;
}
.bottom-40px {
  bottom: 40px;
}
.absolute-center-x {
  transform: translateX(-50%);
  left: 50%;
}
.h-35px {
  height: 35px;
}
.opacity-70 {
  opacity: 0.7;
}
.hover-opacity-100 {
}
.hover-opacity-100:hover {
  opacity: 1;
}
.bg-hero-img {
  background-image: url("https://sports-stars.in/assets/img/da5f4dbf44ad80299f17eb68344fbc34.png");
  background-size: cover;
  background-repeat: no-repeat;
  background-position-y: center;
  background-position-x: center;
}
.min-h-701px {
  min-height: 701px;
}
.bg-about-img {
  background-image: url("https://sports-stars.in/assets/img/dd8f93f4f17f1f6a6a0990145243e6df.png");
  background-size: cover;
  background-repeat: no-repeat;
  background-position-y: 0px;
  background-position-x: left;
}
.stars-container {
  width: 1440px;
  margin-left: auto;
  margin-right: auto;
}
.px-15px {
  padding-left: 15px;
  padding-right: 15px;
}
.gap-x-26px {
  column-gap: 26px;
}
.mb-0 {
  margin-bottom: 0;
}
.text-7xl {
  font-size: 42px;
}
.text-charleston-green {
  color: rgb(43, 43, 43);
}
.font-semibold {
  font-weight: 600;
}
.text-regular {
  font-size: 15px;
}
.mt-16px {
  margin-top: 16px;
}
.mt-10px {
  margin-top: 10px;
}
.grid {
  display: grid;
}
.grid-template-2col {
  grid-template-columns: repeat(2, 1fr);
}
.text-cod-gray {
  color: rgb(10, 10, 10);
}
.py-30px {
  padding-bottom: 30px;
  padding-top: 30px;
}
.text-underline {
  text-decoration: underline;
}
.mb-7px {
  margin-bottom: 7px;
}
.bg-concrete {
  background-color: rgb(241, 241, 241);
}
.grid-template-4col {
  grid-template-columns: repeat(4,1fr);
}
.pb-full {
  padding-bottom: 100%;
}
.overflow-hidden {
  overflow: hidden;
}
.justify-center {
  justify-content: center;
}
.bg-rich-electric-blue-80 {
  background-color: rgba(0, 138, 223, 0.8);
}
.text-8xl {
  font-size: 48px;
}
.font-bold {
  font-weight: 700;
}
.text-lg {
  font-size: 18px;
  line-height: 20px;
}
.hover-scale-md {
}
.hover-scale-md:hover {
  transform: scale(1.06);
}
.opacity-0per {
  opacity: 0;
}
.hover-opa {
}
.hover-opa:hover {
  opacity: 1;
}
.min-h-screen {
  min-height: 100vh;
}
.py-90px {
  padding-bottom: 90px;
  padding-top: 90px;
}
.bg-rating-img {
  background-image: url("https://sports-stars.in/assets/img/76553154a78c65cf89ab078b64d1ab99.png");
  background-repeat: repeat;
}
.text-center {
  text-align: center;
}
.mt-45px {
  margin-top: 45px;
}
.text-xl {
  font-size: 21px;
  line-height: 26px;
}
.opacity-50per {
  opacity: 0.5;
}
.py-8px {
  padding-bottom: 8px;
  padding-top: 8px;
}
.w-80px {
  width: 80px;
}
.shrink-0 {
  flex-shrink: 0;
}
.w-150px {
  width: 150px;
}
.border-bottom-1px {
  border-style: solid;
  border-width: 0;
  border-bottom-width: 1px;
}
.icon-40px {
  height: 50px;
  width: 50px;
}
.rounded-full {
  border-radius: 250px;
}
.border-1px {
  border-style: solid;
  border-width: 1px;
}
.gap-x-16px {
  column-gap: 16px;
}
.h-20px {
  height: 20px;
}
.w-30px {
  width: 30px;
}
.hover-bg-rich-electric-blue {
}
.hover-bg-rich-electric-blue:hover {
  background-color: rgb(2, 138, 222);
}
.px-150px {
  padding-left: 150px;
  padding-right: 150px;
}
.pt-150px {
  padding-top: 150px;
}
.pb-125px {
  padding-bottom: 125px;
}
.bg-black-haze {
  background-color: rgb(246, 246, 246);
}
.mt-25px {
  margin-top: 25px;
}
.grid-template-3col {
  grid-template-columns: repeat(3, 1fr);
}
.gap-10px {
  row-gap: 10px;
  column-gap: 10px;
}
.absolute-center {
  transform: translate(-50%,-50%);
  left: 50%;
  top: 50%;
}
.icon-60px {
  height: 80px;
  width: 80px;
}
.bg-rich-electric-blue {
  background-color: rgb(2, 138, 222);
}
.triangle-md {
  border-style: solid;
  border-width: 0;
  border-top-color: rgba(0, 0, 0, 0);
  border-top-width: 18px;
  border-bottom-color: rgba(0, 0, 0, 0);
  border-bottom-width: 18px;
  border-left-width: 30px;
  border-left-color: rgb(255, 255, 255);
  margin-left: 8px;
}
.p-10px {
  padding-bottom: 10px;
  padding-left: 10px;
  padding-right: 10px;
  padding-top: 10px;
}
.bg-color-white {
  background-color: rgb(255, 255, 255);
}
.bg-news-img {
  background-image: url("https://sports-stars.in/assets/img/9baa3c16c1ca68143ecfcfc23db9708b.jpg");
  background-size: cover;
  background-repeat: no-repeat;
  background-position-x: center;
  background-position-y: center;
}
.py-55px {
  padding-bottom: 55px;
  padding-top: 55px;
}
.mt-20px {
  margin-top: 20px;
}
.hover-underline {
}
.hover-underline:hover {
  text-decoration: underline;
}
.mt-5px {
  margin-top: 5px;
}
.gap-x-8px {
  column-gap: 8px;
}
.items-start {
  align-items: flex-start;
}
.h-66px {
  height: 66px;
}
.text-sm {
  font-size: 12px;
}
.bg-color-black {
  background-color: rgb(0, 0, 0);
}
.bg-hero-news-img {
  background-image: url("https://sports-stars.in/assets/img/93d165915d7d70693ef7ebd7f8af5784.png");
  background-size: cover;
  background-repeat: no-repeat;
  background-position-y: center;
  background-position-x: center;
}
.grid-col-1-3 {
  grid-column: 1/3;
}
.text-10xl {
  font-size: 100px;
}
.grid-row-1-3 {
  grid-row: 1/3;
}
.border-2px {
  border-style: solid;
  border-width: 2px;
}
.hover-opacity-80 {
}
.hover-opacity-80:hover {
  opacity: 0.8;
}
.bg-hero-post-img {
  background-image: url("https://sports-stars.in/assets/img/7ce8cf15de7bec3ccc386232b322c3f1.webp");
  background-size: cover;
  background-repeat: no-repeat;
  background-position-x: center;
  background-position-y: center;
}
.gap-x-50px {
  column-gap: 50px;
}
.w-400px {
  width: 400px;
}
.text-science-blue {
  color: rgb(2, 104, 214);
}
.bg-hero-video-img {
  background-image: url("https://sports-stars.in/assets/img/f04339bf19be07708bc787aeba5c6b91.png");
  background-size: cover;
  background-repeat: no-repeat;
  background-position-x: center;
}
.grid-template-6col {
  grid-template-columns: repeat(6,1fr);
}
.border-dashed-10px {
  border-style: dashed;
  border-width: 10px;
}
.scale-lg {
  transform: scale(1.2);
}
.h-110px {
  height: 110px;
}
.hover-h-110px {
}
.hover-h-110px:hover {
  height: 110px;
}
.h-90px {
  height: 90px;
}
.pb-50px {
  padding-bottom: 50px;
}
.icon-300px {
  height: 300px;
  width: 300px;
}
.object-contain {
  object-fit: contain;
}
.ml--100px {
  margin-left: -100px;
}
.bg-black-60 {
  background-color: rgba(0, 0, 0, 0.6);
}
.bg-player-img {
  background-image: url("https://sports-stars.in/assets/img/c56dada4460581c85b743b68684d96cf.jpg");
  background-size: cover;
  background-repeat: no-repeat;
  background-position-y: center;
  background-position-x: center;
}
.rounded-16px {
  border-radius: 16px;
}
.border-ghost {
  border-color: rgb(202, 205, 212);
}
.justify-end {
  justify-content: flex-end;
}
.hover-bg-cod-gray {
}
.hover-bg-cod-gray:hover {
  background-color: rgb(10, 10, 10);
}
.hover-bg-white-smoke {
}
.hover-bg-white-smoke:hover {
  background-color: rgb(245, 245, 245);
}
.border-cod-gray {
  border-color: rgb(10, 10, 10);
}
.rounded-20px {
  border-radius: 20px;
}
.pb-15px {
  padding-bottom: 15px;
}
.rotate--90 {
  transform: rotate(-90deg);
}
.hover-text-ultramarine-blue {
}
.hover-text-ultramarine-blue:hover {
  color: rgb(61, 114, 237);
}
.rounded-10px {
  border-radius: 10px;
}
.hover-border-ultramarine-blue {
}
.hover-border-ultramarine-blue:hover {
  border-color: rgb(61, 114, 237);
}
.py-12px {
  padding-bottom: 12px;
  padding-top: 12px;
}
.py-10px {
  padding-bottom: 10px;
  padding-top: 10px;
}
.icon-50px {
  height: 50px;
  width: 50px;
}
.p-15px {
  padding-bottom: 15px;
  padding-left: 15px;
  padding-right: 15px;
  padding-top: 15px;
}
.rounded-br-16px {
  border-radius: 0px 0px 16px 0px;
}
.text-6xl {
  font-size: 32px;
}
.ml-20px {
  margin-left: 20px;
}
.py-4px {
  padding-bottom: 4px;
  padding-top: 4px;
}
.gap-y-30px {
  row-gap: 30px;
}
.text-5xl {
  font-size: 28px;
  line-height: 36px;
}
.text-mahogany {
  color: rgb(195, 65, 0);
}
.bg-hero-stats-img {
  background-image: url("https://sports-stars.in/assets/img/9bfb476e9e163f0e30446f8e7c13fec7.png");
  background-size: cover;
  background-repeat: no-repeat;
  background-position-y: center;
  background-position-x: center;
}
.icon-30px {
  height: 25px;
  width: 25px;
}
.border-mahogany {
  border-color: rgb(195, 65, 0);
}
.bg-mahogany {
  background-color: rgb(195, 65, 0);
}
.icon-20px {
  height: 18px;
  width: 18px;
}
.p-2px {
  padding-bottom: 2px;
  padding-left: 2px;
  padding-right: 2px;
  padding-top: 2px;
}
.gap-y-10px {
  row-gap: 10px;
}
.h-24px {
  height: 24px;
}
.h-14px {
  height: 14px;
}
.w-200px {
  width: 200px;
}
.h-40px {
  height: 40px;
}
.left-24px {
  left: 24px;
}
.h-16px {
  height: 16px;
}
.grid-col-1-7 {
  grid-column: 1/7;
}
.grid-col-4-7 {
  grid-column: 4/7;
}
.grid-col-1-4 {
  grid-column: 1/4;
}
.grid-col-3-5 {
  grid-column: 3/5;
}
.grid-col-5-7 {
  grid-column: 5/7;
}
.py-200px {
  padding-bottom: 200px;
  padding-top: 200px;
}
