@charset "utf-8";
@import url("https://fonts.googleapis.com/css2?family=Inter:wght@300;400;500;600;700;900&display=swap");
@import url("https://fonts.googleapis.com/css2?family=Poppins:ital,wght@0,100;0,200;0,300;0,400;0,500;0,600;0,700;0,800;0,900;1,100;1,200;1,300;1,400;1,500;1,600;1,700;1,800;1,900&display=swap");

:focus,
a:focus,
a:hover {
  outline: 0;
}
.btn.btn-pink,
.content-title h1,
.section-title h1 {
  text-transform: capitalize;
}
#breakingNews .news-scroll a,
a,
a:focus,
a:hover {
  text-decoration: none;
}
#banner .banner-block,
.bg {
  background-size: cover;
  background-repeat: no-repeat;
}
#player .player-contant.tab-2 .form-select,
a img,
img {
  max-width: 100%;
}
#nav ul li a,
p {
  font-size: 16px;
}
* {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  margin: 0;
  padding: 0;
  font-family: "Inter", sans-serif;
  font-weight: 400;
}
:after,
:before,
input[type="checkbox"],
input[type="radio"] {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
}
body {
  margin: 0 !important;
  padding: 0 !important;
  font-family: "Inter", sans-serif;
  font-weight: 400 !important;
  -webkit-overflow-scrolling: touch !important;
  background-color: #ffffff !important;
  color: #23292e !important;
  overflow: hidden !important;
  overflow-y: auto !important;
}
#Rankings tr,
a,
h1,
h2,
h3,
h4,
h5,
h6 {
  font-family: "Inter", sans-serif;
  font-weight: 600;
}
li,
ol,
ul {
  list-style: none;
  padding: 0;
  margin: 0;
}
a {
  -webkit-transition: 0.5s;
  color: #494949;
  transition: 0.5s;
}
input[type="button"],
input[type="submit"] {
  text-decoration: none;
  -webkit-transition: 0.5s;
  transition: 0.5s;
}
a:hover {
  color: #0072ca;
}
a img,
img {
  border: none;
  vertical-align: middle;
  width: auto;
}
h1,
h2,
h3,
h4,
h5,
h6 {
  font-weight: 700;
  margin: 0;
  padding: 0;
  color: #23292e;
}
p {
  font-family: "Inter", sans-serif;
  font-weight: 400;
  color: #23292e;
  line-height: 25px;
  margin-bottom: 15px;
}
:after,
:before {
  box-sizing: border-box;
}
button,
input,
select,
textarea {
  font-family: inherit;
  font-size: inherit;
  line-height: inherit;
}
button,
html input[type="button"],
input[type="reset"],
input[type="submit"] {
  -webkit-appearance: button;
  cursor: pointer;
  outline: 0 !important;
  text-decoration: none !important;
}
button::-moz-focus-inner,
input::-moz-focus-inner {
  padding: 0;
  border: 0;
}
input[type="checkbox"],
input[type="radio"] {
  box-sizing: border-box;
  padding: 0;
}
input[type="search"],
input[type="text"],
textarea {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  -webkit-appearance: textfield;
}
input[type="search"]::-webkit-search-cancel-button,
input[type="search"]::-webkit-search-decoration {
  -webkit-appearance: none;
}
table {
  border-spacing: 0;
  border-collapse: collapse;
}
.row:after,
.row:before {
  display: inline-block !important;
}
.container {
  max-width: 1400px;
  width: 100%;
  margin: 0 auto;
}
.container:after,
.container:before {
  display: table;
  content: "";
}
.container:after {
  clear: both;
}
a.menu-icon {
  display: none;
  height: auto;
  padding: 7px 0;
  width: 40px;
  background: rgba(0, 0, 0, 0.2);
}
a.menu-icon span {
  display: block;
  margin: 4px 10px;
  background: #fff;
  height: 3px;
}
.owl-carousel {
  display: block !important;
}
.section-title h1 {
	position: relative;
	text-align: center;
	font-size: 35px;
	color: #23292E;
	margin: 0;
	padding-bottom: 30px;
	text-transform: capitalize;
}
.content-title h1 {
  position: relative;
  font-size: 19px;
  color: #000;
  margin: 0;
  padding-bottom: 36px;
}
.content-title h1::after {
  content: "";
  display: block;
  width: 90%;
  height: 1px;
  position: absolute;
  bottom: 25px;
  left: 0;
  background-color: #fff;
}
.bg {
  background-position: center center;
}
.btn.btn-pink {
  background-color: #f15a29;
  padding: 6px 10px;
  border-radius: 15px;
  color: #fff;
  font-family: "Inter", sans-serif;
  font-size: 14px;
  box-shadow: 0 2px 3px #000;
}
.btn.btn-blue,
.btn.btn-green {
  padding: 10px 30px;
  transition: 0.3s;
  font-weight: 600;
  text-align: center;
}
#banner .selected,
.btn.btn-green {
  color: #fff !important;
}
.btn.btn-blue {
  background: #fff;
  border-radius: 7px;
  border: 1px solid #080e37;
  color: #011037 !important;
  text-transform: capitalize !important;
  padding: 13px 42px;
}
.banner-text p {
	font-size: 18px;
	margin: 15px 0;
	color: #fff;
}
.banner-text h1 {
	font-size: 50px;
	font-weight: 900;
	color: #fff;
}
.banner-box .button-box {
  margin-top: 35px;
}
.socialMedia {
	position: absolute;
	bottom: 0;
	left: 30px;
	z-index: 11;
	transform: translateY(-50%);
}
.socialMedia ul {
	display: flex;
}
.btn.btn-green {
  background: #4ae059;
  border-radius: 25px;
  border: 1px solid #080e37;
}

.form-control {
	background-color: transparent !important;
	border: 1px solid #fff !important;
	box-shadow: none !important;
	color: rgba(255, 255, 255, 0.247) !important;
	border-radius: 0;
	padding: 10px 15px;
}
.form-control::placeholder {
  color: rgba(255, 255, 255, 0.247);
  opacity: 1;
}
#nav ul li {
  display: inline-block;
  position: relative;
  margin: 0 10px;
  padding: 0 10px;
}
#nav ul li a {
  color: #898a9a;
  font-weight: 400;
  text-transform: capitalize;
}
#nav ul li a.btn.btn-red {
	color: #fff;
	padding: 5px 25px;
	border: none;
  animation: btn 2s ease-in infinite;
}

@keyframes btn {
  0%{
    transform: scale(.8);
  }
  50%{
    transform: scale(1);
  }
  100%{
    transform: scale(.8);
  }
}

#Rankings .nav-pills .nav-link.active,
#nav ul li a.router-link-active,
#scorebord .scorebord-top h4.upcoming {
  color: #fff;
}
#nav ul li:first-child {
  margin-left: 0;
  padding-left: 0;
}
#nav ul li:last-child {
  margin-right: 0;
  padding-right: 0;
}
#slider ul li {
  width: 100% !important;
  height: 100vh !important;
  overflow: hidden;
  position: relative;
}
#slider ul li img {
  width: 100% !important;
  height: auto !important;
}
#slider .slider-content-blocks {
  position: absolute;
  width: 100%;
  height: 100%;
  display: table;
  top: 0;
  left: 0;
}
#slider .slider-content-block {
  display: table-cell;
  vertical-align: middle;
}
#slider .slider-content-box h1 {
  font-size: 68px;
  color: #000;
  margin-bottom: 15px;
  max-width: 475px;
  line-height: 70px;
  font-weight: 900;
}
#slider .slider-content-box h1 span {
  color: #0058f0;
}
#banner .links li a,
#banner span {
  color: #898a9a;
}
#slider .slider-content-box {
  max-width: 480px;
  padding-top: 120px;
}
#slider .slider-content-box p {
  font-size: 21px;
}
#slider .button_box {
  margin-top: 20px;
}
#breakingNews .breakingNews-box {
	position: relative;
}
#breakingNews .breakingNews-block {
	padding-top: 60px;
}
#breakingNews .breaking-news {
  border-radius: 25px;
  padding: 8px;
  background-color: #23292e !important;
}
#breakingNews .news {
  width: 92px;
  border-radius: 20px;
}
#breakingNews .news-scroll a {
  color: #fff;
}
#breakingNews .dot {
  height: 6px;
  width: 6px;
  margin-left: 15px;
  margin-right: 15px;
  margin-top: 2px !important;
  background-color: #fff;
  border-radius: 50%;
  display: inline-block;
}

#carousel .owl-dots,
#header .header-block ul.hidden.mobile {
  display: none;
}
#carousel {
	padding: 60px 0;
	background: #F6F6F6;
}
#breakingNews .news span {
  color: #21274b;
}
#carousel .feature-block {
	padding: 20px 0;
	border-radius: 15px;
	text-align: center;
	height: 100%;
	background: #fff;
	box-shadow: 0 0 4px #ccc;
	margin: 2px 0;
}
#carousel .feature-box {
	display: flex;
	align-items: center;
	justify-content: center;
}
#carousel .feature-icon img {
	margin: 0 auto;
	max-width: 60px;
	margin-right: 15px;
}
#carousel .feature-block h2 {
  display: inline-block;
  font-family: "Inter", sans-serif;
  text-align: center;
  background-color: #ffcd4e;
  padding: 10px 55px;
  border-radius: 15px;
  color: #080e37;
  font-weight: 900;
  text-transform: uppercase;
  font-size: 28px;
}
#carousel .feature-content h6 {
	font-size: 19px;
	text-transform: uppercase;
	margin: 0;
	color: #23292E;
	font-weight: 600;
}
#carousel .owl-nav .owl-next,
#carousel .owl-nav .owl-prev {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  background-color: transparent !important;
}
#carousel .owl-nav .owl-next {
  right: 10px;
}
#carousel .owl-nav .owl-prev {
  left: 10px;
}
#carousel .banner-img img {
	width: 650px;
	height: 550px;
	object-fit: contain;
}
#carousel.banner {
  padding-top: 50px;
  padding-bottom: 50px;
  position: relative;
  min-height: calc(100vh - 90px);
  background-image: url("/images/bannerBG.png");
  background-position: 100% 100%;
  background-size: 100% 100%;
  background-repeat: no-repeat;
}
.mouseIcon {
	text-align: center;
	position: absolute;
	bottom: 30px;
	left: 50%;
	transform: translateX(-50%);
}
.socialMedia ul li a {
	color: #fff;
	font-size: 19px;
	background: #23292e;
	width: 50px;
	display: block;
	text-align: center;
	height: 50px;
	line-height: 50px;
	border-radius: 50%;
}
.socialMedia ul li {
	padding: 5px 0;
}
.socialMedia ul li a img {
	width: 100%;
	max-width: 25px;
}
#carousel.banner .swiper-button-next::after,
.swiper-button-prev::after {
  font-family: initial !important;
}
#carousel.banner .swiper-button-prev::after,
.swiper-rtl .swiper-button-next::after {
  content: "" !important;
}
#carousel.banner .swiper-button-next::after,
.swiper-rtl .swiper-button-prev::after {
  content: "" !important;
}
#carousel.banner .swiper-button-prev,
#carousel.banner .swiper-rtl .swiper-button-next {
  left: 50%;
  right: auto;
}
#carousel.banner .swiper-button-next,
#carousel.banner .swiper-rtl .swiper-button-prev {
  right: 50%;
  left: auto;
}

#carousel.banner .swiper-button-next,
#carousel.banner .swiper-button-prev {
  position: initial;
  height: auto;
  width: auto;
  display: block;
  margin-top: 0;
}
#carousel.banner .swiper-btn {
  display: flex;
  justify-content: center;
  padding: 15px 0;
}
#carousel.banner .banner-box .row {
  align-items: center;
}
#carousel.banner .swiper-button-next::after,
#carousel.banner .swiper-button-prev::after {
  display: none;
}
#carousel .owl-nav .owl-next img, #carousel .owl-nav .owl-prev img, #scorebord .scorebord-img img {
	max-width: 50px;
}
.owl-theme .owl-nav {
  margin: 0;
  padding: 0;
}
#teams-Rankings .table td {
  max-width: 150px;
  text-overflow: ellipsis;
  overflow: hidden;
  white-space: nowrap;
}
#banner .banner-block {
  padding: 50px 0;
  width: 100%;
  background-position: center center;
}
#banner .banner-block h1 {
  color: #fff;
  text-transform: uppercase;
  font-size: 50px;
  text-align: center;
  font-family: "Inter", sans-serif;
}
#banner .links li {
  display: inline-block;
  padding: 10px;
}
#banner .links ul,
#player .player-contant table tr td:first-child,
#player .player-contant table tr td:last-child,
#player .player-contant table tr th:first-child,
#player .player-contant table tr th:last-child {
  text-align: center;
}
#banner span {
  font-size: 23px;
}
#scorebord .scorebord-block {
	padding: 50px 0 60px;
	position: relative;
}
#scorebord .scorebord-block::after {
	content: "";
	width: 200px;
	height: 420px;
	background-image: url('/images/Decorator.png');
	background-size: 100% 100%;
	background-position: center center;
	background-repeat: no-repeat;
	position: absolute;
	bottom: -50%;
  left: 0;
}
#scorebord .swiper-slide.swiper-slide-active .scorebord-boxs {
  background-color: #23292e;
  margin: 0 -70px;
}

#scorebord .swiper-slide.swiper-slide-active {
  transform: scale(1);
  position: relative;
  z-index: 11;
}
#scorebord .swiper-slide {
  transform: scale(0.9);
  transition: 0.2s all;
}
#scorebord .scorebord-boxs {
	background-color: #fff;
	border-radius: 20px;
	box-shadow: 0 0 10px #00000059;
	margin: 0 -20px 25px;
}
.scorebord-head {
  background: #23292e;
  max-width: 80%;
  margin: 0 auto;
  border-bottom-left-radius: 20px;
  border: none !important;
  border-bottom-right-radius: 20px;
}
#scorebord .swiper-slide.swiper-slide-active .scorebord-boxs .scorebord-head {
  background: #fff;
}

#scorebord .swiper-slide.swiper-slide-active .scorebord-boxs h4,
#scorebord .swiper-slide.swiper-slide-active .scorebord-boxs p {
  color: #fff;
}
#scorebord .white {
  display: none;
}
#scorebord .swiper-slide.swiper-slide-active .white {
  display: block;
}
#scorebord .swiper-slide.swiper-slide-active  .scorebord-footer .white {
  display: flex;
}
#scorebord .swiper-slide.swiper-slide-active .Black {
  display: none;
}
#scorebord .swiper-slide.swiper-slide-active .scorebord-head ul li h6 {
  color: #23292e;
}
#scorebord .scorebord-box > .row {
  padding-bottom: 30px;
}
#scorebord .scorebord-head,
#scorebord .scorebord-body {
  padding: 15px;
}
#scorebord .scorebord-head {
  background: #23292e;
  max-width: 80%;
  margin: 0 auto;
  border-bottom-left-radius: 20px;
  border: none !important;
  border-bottom-right-radius: 20px;
}
#scorebord .scorebord-footer {
  padding: 15px;
}
.scorebord-footer ul {
  display: flex;
  justify-content: center;
  align-items: center;
}
#scorebord .scorebord-head ul,
.scorebord-bottom,
.scorebord-top,
.scorebord-top ul {
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.scorebord-top {
	margin: 10px 0;
}
.vsImg img {
	max-width: 45px;
}
.mySwiper {
	padding: 15px 0 0;
}
#scorebord .scorebord-bottom {
  min-height: 56px;
}
#scorebord .scorebord-head ul li h6 {
	color: #fff;
	font-size: 15px;
	max-width: 250px;
	text-overflow: ellipsis;
	overflow: hidden;
	white-space: nowrap;
	text-transform: uppercase;
}
#scorebord .scorebord-top ul li:last-child {
  margin-left: 5px;
}
#scorebord .swiper-slide.swiper-slide-active .scorebord-img {
    background-color: #FFFFFF;
}
#scorebord .scorebord-img {
	padding: 8px;
	background-color: #819FEF33;
	border-radius: 50%;
	width: 66px;
	height: 66px;
}
#scorebord .livescore-img,
#scorebord .livescore_run {
  vertical-align: middle;
  width: 50%;
  display: inline-block;
  text-align: center;
}
#scorebord .livescore-img img {
  max-width: 160px;
  border: 2px solid #39428c;
  padding: 10px;
  border-radius: 50%;
}
#scorebord .scorebord-contant p {
  margin: 0;
  font-size: 14px;
  color: #000f37;
}
.mySwiper {
	padding: 15px 0;
}

#scorebord .swiper-slide.swiper-slide-active .scorebord-boxs h4,
#scorebord .swiper-slide.swiper-slide-active .scorebord-boxs p {
  color: #fff;
}
#scorebord .scorebord-contant h4 {
  color: #000f37;
	font-size: 20px;
}
#scorebord .scorebordTop-top h4 {
  font-size: 13px;
  padding: 8px 20px 8px 20px;
  background-color: #e6e7eb;
  border-radius: 50px;
  position: relative;
  color: #23292e;
  display: inline-block;
}
#scorebord .swiper-slide.swiper-slide-active .scorebordTop-top h4 {
  background-color: #393e42;
  color: #fff;
}
#scorebord .scorebordTop-top {
  text-align: center;
}

#scorebord .scorebord-bottom p {
  font-size: 12px;
  margin: 6px 0 0;
  color: #ffffff78;
  max-width: 90px;
  text-align: center;
  min-width: 60px;
}
#scorebord .swiper-slide.swiper-slide-active  .liveRun-box {
  background-color: #fff;

}
#scorebord .swiper-slide.swiper-slide-active .liveRun {
  color: #000f37 !important;
}
#scorebord .liveRun {
	/* background: #23292E; */
	/* margin: 0; */
	border-radius: 40px;
	color: #fff;
	max-width: 270px;
	text-overflow: ellipsis;
	overflow: hidden;
	white-space: nowrap;
	text-transform: uppercase;
	margin: 0 auto;
	line-height: 50px;
}
.liveRun-box {
	height: 100%;
	text-align: center;
	background: #23292E;
	border-radius: 40px;
}
#scorebord .scorebord-bottom .liveRun::after {
  content: "";
  background-color: #000;
  position: absolute;
  top: 13px;
  width: 8px;
  height: 8px;
  border-radius: 50%;
  right: 10px;
}
#scorebord .scorebord-footer ul li .btn.btn-blue img {
	margin: 0;
	max-width: 30px;
	display: inline-block;
}

#scorebord .scorebord-footer .btn.btn-blue.telegram {
    margin-right: 7px;
}
#scorebord .livescore {
  padding: 30px 0;
  border-top: 1px solid #4d5589;
}
#download .download-box .row,
#scorebord .livescore .row {
  align-items: center;
}
#scorebord .live_score {
  text-align: center;
  position: relative;
}
#scorebord .live_score::after {
  content: "LIVE";
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  font-size: 220px;
  color: #ffffff0f;
  font-weight: 900;
  font-family: "Inter", sans-serif;
}
#scorebord .live_score h3 {
  font-size: 55px;
}
#scorebord .live_score p {
  font-size: 20px;
}
#scorebord .livescore_run {
  height: 100%;
}
#scorebord .livescore-img h5 {
  font-size: 25px;
  margin-top: 15px;
}
#scorebord .livescore_run h6 {
  font-size: 24px;
  text-align: center;
  display: inline-block;
  line-height: 33px;
}
#scorebord .scorebord-top h4.Finish {
  color: Red;
}
#scorebord .scorebord-top h4.live {
  color: Green;
}
#player .player-block{
	padding: 50px 0;
}

#player {
  position: relative;
}
#player::after {
  content: "";
  width: 200px;
  height: 420px;
  background-image: url('/images/Decorator.png');
  background-size: 100% 100%;
  background-position: center center;
  background-repeat: no-repeat;
  position: absolute;
  top: 0;
  left: 0;
  transform: translate(0,-50%);
}
.player-box {
	border-top: 2px dashed #000;
	padding: 50px 0;
	/* border-bottom: 2px dashed #000; */
}
#video .video-block {
	padding: 60px 0;
}
#video.supporter .video-box {
	padding-bottom: 50px;
	border-bottom: 2px dashed #000;
}
#customer {
	background: #F6F6F6;
	padding: 60px 0;
}
#player .player-block{
  padding-bottom: 0;
}
#player .player-contant h3 {
	font-size: 35px;
	color: #23292E;
	text-transform: capitalize;
	font-weight: 700;
}
.ranking-box {
	padding: 15px;
	background: #fff;
	box-shadow: 0 0 5px #ccc;
	margin-top: 25px;
	border-radius: 30px;
}
#player .player-contant .filter {
	margin: 0 0 15px 0;
}
#player .filter-match {
	margin-right: 10px;
	display: inline-block;
	width: 50%;
}
#player .filter-type {
	display: inline-block;
	width: 100%;
	max-width: 48%;
}
#player .form-select {
	background-color: transparent;
	color: #23292E;
	border-radius: 35px;
	padding: 10px 35px 10px 25px;
	width: 100%;
	max-width: 100%;
	background-image: url(/images/dropdownArrow.png);
}
#player .player-contant table tr th {
	color: #23292E;
	text-transform: capitalize;
	font-size: 15px;
	background-color: #fff;
	padding: 10px;
	box-shadow: none;
	border: none !important;
	white-space: nowrap;
	font-weight: 600;
}
#player .point .filter-match {
	margin-right: 10px;
	display: inline-block;
	width: 100%;
}
#player .player-contant.tab-2 table tr td:first-child,
#player .player-contant.tab-2 table tr th:first-child {
  text-align: left;
}
#player .player-contant table.fix-width tr td:nth-child(2), #player .player-contant table.fix-width tr th:nth-child(2) {
	max-width: 320px;
	text-align: center;
}
#player .player-contant table tr td {
	color: #1B2137;
	font-size: 14px;
	background-color: #F4F5F6;
	padding: 10px;
	box-shadow: none;
	border-color: transparent;
}
tbody tr {
	background: #FFF;
	border-bottom: 3px solid #fff;
}
#player .fixTableHead {
	overflow-y: auto;
	background: #fff;
	height: 293px;
	-ms-overflow-style: none;
	scrollbar-width: none;
}
#player .fixTableHead .table {
  margin: 0 !important;
}
#player .fixTableHead thead th {
  position: sticky;
  top: 0;
}
#player .fixTableHead table {
  border-collapse: collapse;
  width: 100%;
}
#player .fixTableHead::-webkit-scrollbar {
  display: none;
}
#letestnews .letestnews-block {
	padding: 60px;
	background: #F6F6F6;
}
#letestnews {
	position: relative;
}
#letestnews::after {
	content: "";
	width: 200px;
	height: 420px;
	background-image: url('/images/Decoratoright.png');
	background-size: 100% 100%;
	background-position: center center;
	background-repeat: no-repeat;
	position: absolute;
	top: 0;
	right: 0;
	transform: translate(0,-50%);
}
#letestnews .letestnews-box .col-md-6 {
  margin-bottom: 15px;
}
#letestnews .letestnews-img {
	border-radius: 30px;
}
#letestnews .letestnews-img .letestnews_content {
  width: 90%;
	margin: 0 auto;
	background: #fff;
	box-shadow: 0 0 4px #ddd;
	padding: 15px;
	margin-top: -80px;
	position: relative;
	border-radius: 30px;
}
#letestnews .letestnews-img span.subText {
	font-size: 17px;
	font-weight: 400;
	font-style: italic;
	margin-top: 15px;
}
#letestnews .letestnews-box .row {
	row-gap: 15px;
}
#letestnews .letestnews-img span {
	font-size: 19px;
	color: #23292E;
	display: block;
	font-weight: 600;
	/* margin: 15px 0; */
	overflow: hidden;
	display: -webkit-box;
	-webkit-line-clamp: 2;
	line-clamp: 2;
	-webkit-box-orient: vertical;
}
#download .app-box {
  display: flex;
  align-items: center;
  margin: 15px 0;
}
#download .app-left img {
	max-width: 150px;
	margin-left: 35px;
}
.download-content.top {
	display: flex;
	align-items: end;
}
#download .app-right ul li {
  display: inline-block;
}
#download .app-right ul li img {
	max-width: 150px;
	margin-right: 10px;
	border-radius: 10px;
}
.download-left p {
	margin-bottom: 35px;
}
#download .app-right ul li:last-child img {
  margin: 0;
}
#download .app-right h4 {
  font-size: 24px;
  font-weight: 400;
}
#download .download-block {
	padding: 60px 0;
	position: relative;
	background: #F6F6F6;
}
/* .download-block::after {
  content: "";
  width: 200px;
  height: 420px;
  background-image: url('/images/Decorator.png');
  background-size: 100% 100%;
  background-position: center center;
  background-repeat: no-repeat;
  position: absolute;
  top: 0;
  left: 0;
  transform: translate(0,-50%);
} */
#download .download-content .title {
	font-size: 45px;
	margin-bottom: 10px;
	color: #23292E;
}

#video .video-img {
  margin: 0 15px 30px;
}
#video .video-img img {
	border-radius: 15px;
}
#footer .footer-block {
	padding: 90px 0 0;
	background-color: #fff;
}
.footer-text {
	text-align: center;
}
.footer-text p {
	max-width: 1000px;
	margin: 10px auto;
}
#footer .social-link li {
	display: inline-block;
	padding: 0 10px;
	vertical-align: top;
}
#footer .social-link li i {
	color: #FAFAFA;
	font-size: 27px;
	text-align: center;
	border-radius: 50%;
}
#footer .social-link li a img {
	width: 100%;
	max-width: 25px;
}
#cta .cta-box .row {
	align-items: center;
}
#footer .social-link li:first-child {
  padding-left: 0;
}
#footer .form-group {
  position: relative;
}
#footer span.submit {
  position: absolute;
  top: 4px;
  color: rgba(255, 255, 255, 0.486);
  right: 0;
  width: 35px;
  height: 38px;
  text-align: center;
  line-height: 40px;
}
#footer .footer-box h3 {
  font-size: 20px;
  margin-bottom: 25px;
  padding-bottom: 5px;
  position: relative;
  display: inline-block;
}
#footer .footer-box h3::after {
  content: "";
  width: 100%;
  height: 1px;
  background-color: #fff;
  position: absolute;
  bottom: 0;
  left: 0;
}
#footer .footer-center ul li h6 {
  color: #ffffff78;
  font-size: 13px;
  margin-bottom: 5px;
}
#footer .footer-center ul li p a {
  font-size: 16px;
  color: #fff;
}
select option {
	margin: 40px;
	background: #f4f5f6;
	color: #23292e;
	text-shadow: 0 1px 0 #f4f5f6;
}
#teams-Rankings .teams-Rankings-block {
  padding: 0;
}
#teams-Rankings .secion-name h2 {
  font-size: 35px;
  font-family: "Inter", sans-serif;
  text-align: center;
  padding-bottom: 10px;
  text-transform: uppercase;
  margin-bottom: 10px;
  font-weight: 600;
}
#teams-Rankings .table-box {
	padding: 15px;
	background: #fff;
	box-shadow: 0 0 5px #ccc;
	margin-top: 25px;
	border-radius: 30px;
}
#teams-Rankings thead th {
	background-color: #fff;
	color: #23292E;
	font-weight: 600;
}
#teams-Rankings .table td,
.table th {
  padding: 0.75rem;
  vertical-align: top;
  border-top: none;
}

#teams-Rankings .table td{
	background-color: #F4F5F6;
}
#teams-Rankings .teams-Rankings-box h3 {
  font-size: 25px;
  padding-bottom: 15px;
  font-family: "Inter", sans-serif;
  font-weight: 600;
  margin-top: 25px;
}
#teams-Rankings .teams-Rankings-box tr {
	color: #23292E;
	border-bottom: 3px solid #fff;
}
#teams-Rankings .button-box a {
	display: block;
	text-align: center;
	color: #fff;
	font-size: 18px;
	background-color: #23292e;
	padding: 10px 20px;
	border-radius: 5px;
}
#Rankings .nav-pills .nav-link,
#teams-Rankings .table-title h2 {
  font-size: 20px;
  text-transform: uppercase;
}
#teams-Rankings .image-box {
  margin: 40px 0;
}
#teams-Rankings .button-box {
  padding: 0 20px 20px;
}
#teams-Rankings .table-title {
  padding: 10px 5px;
}
#teams-Rankings table thead {
  position: relative;
  z-index: 1;
}
#scorebord.series .scorebord-boxs {
	margin-bottom:  25px !important;
}
#Rankings table tbody tr:first-child td, #teams-Rankings table tbody tr:first-child td {
	background-color: #cecece;
}
#player .fixTableHead img {
  max-width: 40px;
}
#Rankings .ranking-block {
  padding: 50px 0;
}
#Rankings .tabbing {
  border-radius: 8px;
}
#Rankings .section-title h2 {
  color: #23292e;
  text-align: center;
  margin: 20px 0 17px;
  font-size: 38px;
  font-family: "Inter", sans-serif;
  font-weight: 600;
}
#Rankings .table {
  width: 100%;
  margin: 0;
  color: #212529;
}
#Rankings tr {
  color: #fff;
  font-size: 18px;
}
#Rankings tbody tr:first-child {
  background-color: #cecece;
  font-size: 18px;
}
#Rankings .nav-pills .nav-link {
  padding: 0 15px;
}
#Rankings .nav-pills .nav-item.show .nav-link, #Rankings .nav-pills .nav-link.active {
	color: #23292e;
	background: transparent !important;
}
#Rankings .nav-pills .nav-item:last-child .nav-link {
  border-right: n;
}
#Rankings .table td, #Rankings .table th {
	padding: 0.75rem;
	vertical-align: top;
	border-bottom: 1px solid #313a76;
	color: #23292e;
}
#Rankings .table tr:last-child td,
#Rankings tr:last-child th {
  border-bottom: none;
}
#Rankings .table tr td:last-child,
#Rankings tr th:last-child {
  text-align: right;
}
#Rankings .nav-pills {
  border: none !important;
  padding: 15px 0;
}
#Rankings .nav-pills .nav-link {
	border-right: 2px solid #505559 !important;
	color: #23292e78;
	font-family: "Inter", sans-serif;
	font-weight: 600;
	border: unset;
	border-top-left-radius: unset;
	border-top-right-radius: unset;
	border-radius: 0;
	cursor: pointer;
}
#myTabContent {
	padding: 15px;
	background: #fff;
	box-shadow: 0 0 5px #ccc;
	border-radius: 30px;
}
.swiper-button-next::after,
.swiper-button-prev::after {
  background-color: #fff;
  font-size: 21px !important;
  padding: 10px 15px;
  border-radius: 50%;
  font-weight: 900;
  text-align: center;
  color: #1f2a65 !important;
}
.swiper-button-prev,
.swiper-rtl .swiper-button-next {
  left: 20px;
  right: auto;
}
.swiper-button-next,
.swiper-rtl .swiper-button-prev {
  left: auto;
  right: 20px;
}
#letestnews .letestnews-box .col-md-4 {
  padding-bottom: 20px;
}
#breakingNews .breakingNews-box {
  position: relative;
}
#Rankings .table td {
	background-color: #f4f5f6;
}
#breakingNews .breakingNews-box::before {
  content: "";
  height: 80%;
  border: 2px dashed #23292e;
  position: absolute;
  top: -50px;
  left: 15%;
}
#breakingNews .breakingNews-box::after {
  content: "";
  height: 80%;
  border: 2px dashed #23292e;
  position: absolute;
  top: -50px;
  right: 15%;
}
#breakingNews .breakingNews_dot::before {
	content: "";
	width: 15px;
	border-radius: 50%;
	height: 15px;
	position: absolute;
	top: -70px;
	background: #23292e;
	left: 14.6%;
}
#breakingNews .breakingNews_dot::after {
	content: "";
	width: 15px;
	border-radius: 50%;
	height: 15px;
	position: absolute;
	top: -70px;
	background: #23292e;
	right: 14.6%;
}
#letestnews .letestnews-box .col-md-4 .letestnews-img img, #letestnews .letestnews-box .letestnews-img img {
	height: 100%;
	border-radius: 30px;
}
#footer .footer-box .footer-right .mb-3.form-group {
  display: flex;
}
#footer .footer-box .footer-right .mb-3.form-group button.submit {
  background-color: #0000;
  border: 0;
  color: #7b8090;
  margin-left: -30px;
}
.swiper-pagination-bullet-active {
  background-color: #ffcd4e !important;
}
.swiper-pagination-bullet {
  background-color: #fff;
}
.series-date h5 {
	margin-bottom: 25px;
	font-size: 22px;
	color: #23292e;
}
.swiper-pagination-bullets-dynamic .swiper-pagination-bullet {
  background: #fff;
}

.swiper-pagination.swiper-pagination-bullets {
  bottom: 0 !important;
}


#scorebord .swiper-slide.swiper-slide-active .scorebord-footer .btn.btn-blue {
    background: #fff;
}
#scorebord .scorebord-footer .btn.btn-blue {
	padding: 0;
    background: #23292e;
	border-radius: 50%;
	width: 50px;
	height: 50px;
	line-height: 47px;
}
/* customer css start */
.customer-part {
  position: relative;
}
.customer-part::after {
	content: "";
	width: 200px;
	height: 420px;
	background-image: url('/images/Decoratoright.png');
	background-size: 100% 100%;
	background-position: center center;
	background-repeat: no-repeat;
	position: absolute;
	bottom: -50%;
	transform: translateY(-50%);
	right: 0;
}

#customer .owl-dots {
	margin-top: 40px;
}
#customer .box {
	text-align: center;
	padding: 50px 25px;
	background: #FAFAFA;
	border: 1px solid #E7EBEE;
	margin: 20px 10px;
	border-radius: 10px;
}
#customer .heading-box h2 {
	color: var(--whte-color);
	font-size: 40px;
	text-transform: uppercase;
	font-weight: bold;
    margin-bottom: 80px;
}
#customer .body-box h3 {
	color: var(--whte-color);
	font-size: 18px;
	font-weight: bold;
	text-transform: uppercase;
	margin-bottom: 0;
}
#customer .body-box p {
	font-size: 16px;
	text-transform: capitalize;
	font-style: italic;
	text-align: left;
}
.user_info {
	display: flex;
	align-items: center;
	margin-top: 25px;
}
.user_info-img img {
	max-width: 60px;
	border-radius: 50%;
	margin-right: 5px;
}
#customer .body-box p.heading-text {
	font-weight: normal;
	margin-bottom: 0;
	font-size: 14px;
	font-style: normal;
}
#customer .box:hover {
	box-shadow: 0 0 4px #ddd;
	background: #fff;
	border-color: #fff;
}
#customer .owl-theme .owl-dots .owl-dot span {
	width: 15px;
	height: 15px;
	border-radius: 30px;
}
#customer .owl-theme .owl-dots .owl-dot.active span, .owl-theme .owl-dots .owl-dot:hover span {
	background: #00a168;
}
.heading-box h2 {
    text-align: center;
}


#cta .cta-box {
	padding: 50px 75px;
	background-image: url(/images/CTA.png);
	background-size: 100% 100%;
	background-position: center center;
}
#cta .cta-text h3 {
	color: #FDFDFF;
	font-weight: 600;
	font-size: 40px;
	margin-bottom: 25px;
}
#cta .cta-text p {
  color: #FDFDFF;
}
#cta .button-box {
	text-align: center;
}
.btn.btn-blue.bg-0 {
	background: transparent;
	color: #FAFAFA !important;
	padding: 20px 52px;
	border-color: #FAFAFA;
}#banner {
	padding: 30px;
}

#scorebord.series .scorebord-boxs {
	margin: 0 0 25px 0;
}
/* customer css end */

/* mike */

#breakingNews .news span img {
  animation-name: shake;
  animation-duration: 6s;
  animation-iteration-count: infinite;
  animation-timing-function: linear;
  animation-direction: alternate;
}
.btnBox {
  text-align: center;
  margin-top: 35px;
}
.btnBox .arrow {
	background: transparent;
	border: none;
	box-shadow: none !important;
  margin:0 15px ;
}



/* Animation */

@keyframes shake {
  0% {
    transform: translate(2px, 1px) rotate(0deg);
  }

  10% {
    transform: translate(-1px, -2px) rotate(-2deg);
  }

  20% {
    transform: translate(-3px, 0px) rotate(3deg);
  }

  30% {
    transform: translate(0px, 2px) rotate(0deg);
  }

  40% {
    transform: translate(1px, -1px) rotate(1deg);
  }

  50% {
    transform: translate(-1px, 2px) rotate(-1deg);
  }

  60% {
    transform: translate(-3px, 1px) rotate(0deg);
  }

  80% {
    transform: translate(-1px, -1px) rotate(4deg);
  }

  70% {
    transform: translate(2px, 1px) rotate(-2deg);
  }

  100% {
    transform: translate(1px, -2px) rotate(-1deg);
  }

  90% {
    transform: translate(2px, 2px) rotate(0deg);
  }
}



.scroll-downs {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  margin: auto;

  width :34px;
  height: 55px;
}
.mousey {
  width: 3px;
  padding: 10px 15px;
  height: 35px;
  border: 2px solid #fff;
  border-radius: 25px;
  opacity: 0.75;
  box-sizing: content-box;
}
.scroller {
  width: 3px;
  height: 10px;
  border-radius: 25%;
  background-color: #fff;
  animation-name: scroll;
  animation-duration: 2.2s;
  animation-timing-function: cubic-bezier(.15,.41,.69,.94);
  animation-iteration-count: infinite;
}
@keyframes scroll {
  0% { opacity: 0; }
  10% { transform: translateY(0); opacity: 1; }
  100% { transform: translateY(15px); opacity: 0;}
}


#player .player-contant .filter.point .filter-type {
  margin-top: 0;
}
#player .player-contant .filter.point {
	display: flex;
	align-items: center;
}
#scorebord .scorebord-img.fav img {
	border-radius: 50%;
}

/* Daddytv page */


#tvVideo .tvVideo-block {  padding: 60px 0;}
#tvVideo .tvVideo-title {display: flex;  justify-content: space-between;  align-items: center;  padding-bottom: 15px;  margin-bottom: 15px;  border-bottom: 4px solid #e5e5e5;}
#tvVideo .tvVideo-title h3 {  margin: 0;  font-size: 28px;}
#tvVideo .btn.btn-red.b-0 {  background: transparent;  border-color: #ff4042;  color: #ff4042;  font-size: 17px;  padding: 10px 30px;  border-radius: 50px;  display: flex;  align-items: center;  transition: .5s all;  line-height: 1.5;}
#tvVideo .btn.btn-red.b-0:hover {  background: #ff4042;  color: #fff;}
#tvVideo .video-Title h5 {-webkit-line-clamp: 2;	display: -webkit-box;	-webkit-box-orient: vertical;	text-overflow: ellipsis;	white-space: normal;	overflow: hidden;	margin-bottom: 5px;	margin-top: 5px;	font-size: 18px;	font-weight: 600;}
#tvVideo .tvVideoBox {  margin-bottom: 35px;}
#tvVideo .tvVideo-img img {border-radius: 15px;	width: 100%;	height: 180px;}



#explore {
	background: url('../images/exploreBg.png') no-repeat;
	background-size: cover;
	background-position: center;
	display: flex;
	flex-direction: column;
	justify-content: center;
	min-height: 100vh;
}
#explore .logo-box img {
	max-width: 250px;
	width: 100%;
	margin-bottom: 30px;
}
#explore .text-box h1 {
	color: #23292e;
	font-family: "Poppins", sans-serif;
	font-size: 50px;
	max-width: 500px;
	margin-bottom: 15px;
}
#explore .text-box p {
	font-size: 33px;
	font-family: "Poppins", sans-serif;
	font-weight: 500;
	font-style: italic;
	margin-bottom: 40px;
}
#explore .button-box .btn.btn-blue {
	background: #23292e;
	color: #fff !important;
	font-weight: 500;
	font-family: "Poppins", sans-serif;
	font-size: 18px;
	padding: 10px 30px;
	border-radius: 50px;
}
#explore .button-box .btn.btn-blue img {
	max-width: 30px;
	margin-right: 10px;
}
#explore .img-box img {
	width: 100%;
	max-height: 75vh;
	object-fit: contain;
}