@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");

@import url("https://fonts.googleapis.com/css2?family=Poppins:wght@300;400;500;600;700;800&display=swap");

html,
body {
  height: 100%;
}
body {
  font-family: "Poppins", sans-serif;
  margin: 0;
  padding: 0;
}

/* width */
::-webkit-scrollbar {
  width: 4px;
  height: 4px;
}

/* Track */
::-webkit-scrollbar-track {
  box-shadow: inset 0 0 5px grey;
  border-radius: 10px;
}

/* Handle */
::-webkit-scrollbar-thumb {
  background: #262525;
  border-radius: 10px;
}

a {
  text-decoration: none;
  color: #000000;
}

a:hover {
  text-decoration: none;
}

.form-control:focus {
  box-shadow: none;
}

button:active {
  border: none;
}

.brand-logo {
  color: #fff;
  font-size: 22px;
  font-family: Poppins;
  font-weight: 700;
}

.brand-logo:hover {
  color: #fff;
}

.navbar-toggler {
  color: #fff;
  padding: 0;
}

.navbar-toggler:focus {
  box-shadow: none;
}

#header {
  transition: 0.3s;
  top: -50px;
}

#header.active {
  position: fixed;
  top: 0;
  width: 100%;
  z-index: 1;
}

.card-link {
  color: #000;
  font-size: 12px;
}

.footer-social-icons {
  list-style: none;
  padding: 0;
  margin: 0;
}

.footer-social-icons li a img {
  height: 30px;
  width: 30px;
}

.footer-social-icons li {
  margin-right: 10px;
}

.footer p {
  font-size: 14px;
  font-family: Poppins;
  font-weight: 500;
}

.footer-menu-items {
  display: flex;
  flex-direction: row;
  gap: 40px;
  justify-content: center;
  list-style: none;
  padding: 0;
  margin-bottom: 25px;
  flex-wrap: wrap;
}

.footer-menu-items li a {
  color: #fff;
  text-decoration: none;
  text-transform: uppercase;
}

.middle-footer {
  padding: 20px 0;
  border-top: 1px solid #5a5a5a;
  border-bottom: 1px solid #5a5a5a;
}

.btn-outline-primary {
  --bs-btn-color: #262525;
  --bs-btn-border-color: #262525;
  --bs-btn-hover-color: #fff;
  --bs-btn-hover-bg: #262525;
  --bs-btn-hover-border-color: #262525;
  --bs-btn-focus-shadow-rgb: 13, 110, 253;
  --bs-btn-active-color: #fff;
  --bs-btn-active-bg: #262525;
  --bs-btn-active-border-color: #262525;
  --bs-btn-active-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
  --bs-btn-disabled-color: #262525;
  --bs-btn-disabled-bg: transparent;
  --bs-btn-disabled-border-color: #262525;
  --bs-gradient: none;
}

.btn-bg-primary {
  background: #262525;
  border: 1px solid #262525;
  color: #fff;
}

.btn-bg-primary:hover {
  border-color: #262525;
}

.nav {
  --bs-nav-link-color: #262525;
  --bs-nav-link-hover-color: #262525;
  --bs-nav-link-disabled-color: #262525;
}

.nav-pills {
  --bs-nav-pills-link-active-bg: #262525;
}

.style_dark_match_date {
  font-weight: 500;
}

.success-text {
  color: #14b305;
}

span.live-text {
  color: #ff0000;
  font-size: 12px;
  font-family: Poppins;
  font-weight: 600;
}

.upcoming-text {
  color: #3793ff;
  font-size: 12px;
}

.first_tema_name,
.second_tema_name {
  font-weight: bold;
  font-size: 10px;
  font-family: Poppins;
  font-weight: 900;
}

.team_list_items {
  margin-bottom: 10px;
  line-height: 20px;
}

.each_match_status {
  font-size: 12px;
}

.slick-slide .card {
  border-radius: 15px;
  height: 100%;
}

.slick-slide {
  height: auto;
}

.slick-track {
  display: flex;
}

.widget-box {
  border: 1px solid #d9d9d9;
  border-radius: 10px;
  padding: 20px 10px;
}

.widget-title {
  font-size: 18px;
  font-weight: 700;
  text-transform: uppercase;
  text-align: center;
  font-family: Poppins;
}

.most-player-info {
  background: rgb(0, 0, 0);
  background: linear-gradient(
    135deg,
    rgba(0, 0, 0, 1) 0%,
    rgba(94, 93, 93, 1) 100%
  );
  border-radius: 15px;
  padding: 10px 15px 0;
}

.most-player-name h3 {
  font-size: 16px;
  color: #fff;
  font-weight: 900;
  margin: 0;
  font-family: Poppins;
}

.most-player-name .player-name {
  font-size: 12px;
  color: #fff;
  font-family: Poppins;
  font-weight: 600;
}

.most-run h4 {
  font-size: 16px;
  font-weight: bold;
  margin-bottom: 0;
}

.most-run p {
  font-size: 10px;
  margin: 0;
}

.latest-post-items .card-title a {
  font-size: 16px;
  font-family: Poppins;
  font-weight: 600;
  color: #222222;
}

.latest-post-items p {
  font-size: 14px;
  color: #666666;
  font-family: Poppins;
  font-weight: 500;
}

.pt_table {
  border-top-left-radius: 10px;
  border-top-right-radius: 10px;
  overflow: hidden;
  background: #262626;
  vertical-align: middle;
}

.table_header tr td {
  background: initial;
  color: #fff;
}

.post-thumb-list {
  border-top: 1px solid #ecebeb;
  padding: 15px 0;
}

.post-thumb-list .category-title {
  font-size: 14px;
  color: #666666;
  margin-bottom: 10px;
  display: block;
}

.card-title a {
  color: #222222;
  font-size: 17px;
  line-height: 24px;
  font-family: Poppins;
  font-weight: 700;
}

.feature-post-thumb .card-title a {
  color: #222222;
  font-size: 24px;
  line-height: 30px;
  font-family: Poppins;
  font-weight: 700;
}

.post-thumb-list p {
  color: #666666;
  font-size: 14px;
  font-family: Poppins;
  font-weight: 500;
  margin: 0px;
}

.feature-post-thumb p {
  color: #666666;
  font-size: 14px;
  font-family: Poppins;
  font-weight: 500;
  margin: 0px;
  padding-bottom: 5px;
}

.series-links-tabs {
  margin: 0 10px;
  padding: 0;
  list-style: none;
  text-align: center;
}

.series-links-tabs li a {
  font-size: 15px;
  color: #000;
  padding: 10px;
  display: block;
  border: 1px solid #000;
  border-radius: 8px;
  margin-bottom: 10px;
  font-family: Poppins;
  font-weight: 700;
}

.series-links-tabs li a:hover {
  background: #262626;
  color: #fff;
}

.series-links-tabs li:last-child a {
  margin-bottom: 0;
}

.custom-tabs-design .nav-link.active {
  border: 1px solid #000;
  padding: 10px 30px;
  background: #262626;
  color: #fff;
}

.custom-tabs-design .nav-link {
  padding: 10px 30px;
  font-weight: bold;
  border-radius: 0;
  font-size: 18px;
  font-family: Poppins;
  font-weight: 700;
}

.custom-tabs-design {
  border-bottom: 0;
  border-radius: 60px;
  overflow: hidden;
  border: 1px solid #000;
  width: fit-content;
}

.card-img,
.card-img-top {
  border-radius: 10px;
}

.position-over-icons {
  position: relative;
}

.position-over-icons .search-form-btn {
  position: absolute;
  right: 10px;
  padding: 0;
  top: 0;
  bottom: 0;
  border: none !important;
}

.position-over-icons .search-form-btn img {
  width: 22px;
  height: 22px;
}

.position-over-icons .form-control {
  border-radius: 30px;
  border: 1px solid #fff;
  padding-right: 40px;
}

.bg-dark {
  background-color: #262525 !important;
}

.bg-gray {
  background-color: #e4e4e4 !important;
}

/* Blog Details page  */
.crick-blog-title {
  font-size: 20px;
  font-family: Poppins;
  font-weight: 800;
}

.counter-text {
  background: #fff;
  border-radius: 5px;
  padding: 3px 10px;
  font-weight: bold;
  font-size: 16px;
}

.tags-title-tag {
  font-size: 20px;
  font-family: Poppins;
  font-weight: 600;
  color: #000;
  margin-bottom: 20px;
}

.blog-tags-list .tag a {
  color: #262525;
  border: 1px solid #262525;
  padding: 5px 10px;
  border-radius: 30px;
  font-size: 14px;
  font-family: Poppins;
  font-weight: 800;
}

.blog-tags-list .tag a:hover {
  background: #262525;
  color: #fff;
}

.blog-tags-list {
  display: flex;
  gap: 15px;
  flex-wrap: wrap;
}

.circ-meta-tags .link-body-emphasis {
  color: #000;
}

.circ-meta-tags .link-body-emphasis a,
.circ-meta-tags a {
  color: #262525;
}

.font-semi {
  font-size: 14px;
}

.font-low {
  font-size: 12px;
  font-weight: 500;
}

.style_info {
  border-right: 1px solid #fff;
  padding: 0 10px;
  font-size: 14px;
}

.style_info:last-child {
  border-right: none;
}

.style_list__7qbya,
.style_item__O9B_3 {
  border-bottom: 1px solid #dee2e6;
}

.style_list__7qbya:last-child,
.style_item__O9B_3:last-child {
  border-bottom: none;
}

.table tr:last-child td {
  border-bottom: none;
  font-size: 14px;
}

.table {
  margin-bottom: 0;
}

.match-widget-title .title-widget {
  font-size: 20px;
  font-weight: 600;
  text-transform: uppercase;
  margin-top: 20px;
  margin-bottom: 15px;
}

.table > :not(caption) > * > * {
  padding: 12px;
  font-size: 12px;
}

.crib-mtch-info-itm {
  padding: 12px;
  border-bottom: 1px solid #d9d9d9;
}

.crib-minfo-tm-nm {
  padding: 10px 10px 0;
}

.crib-minfo-tm2-nm {
  border-top: 1px solid #d9d9d9;
  margin-top: 10px;
}

.padding-head {
  padding: 12px;
}

.crib-plyr-img-left,
.crib-plyr-img-right {
  border-radius: 50%;
  border: 1px solid #d3d3d3;
}

/* ============= */

.offcanvas .accordion {
  background-color: #262525 !important;
}

.score1 .accordion .accordion-body,
.offcanvas .accordion-body,
.offcanvas .accordion-item,
.offcanvas .accordion-button {
  background-color: transparent !important;
  padding: 0px;
  border: none !important;
}

.resp-footer-accprdion .accordion-body ul,
.offcanvas .accordion-body ul {
  list-style-type: none;
  padding: 0px;
}

.offcanvas .accordion-button::after {
  filter: brightness(0) invert(1);
  transform: rotate(-90deg);
}

.offcanvas .accordion-button:focus {
  box-shadow: none !important;
}

.offcanvas {
  background-color: #262525;
}

.offcanvas-title {
  color: #fff;
  font-size: 22px;
  font-family: Poppins;
  font-weight: 700;
}

.offcanvas-header {
  flex-direction: row-reverse;
  margin-right: 120px;
}

.offcanvas-header .btn-close {
  font-size: 25px;
  filter: brightness(0) invert(1);
  opacity: 1;
}

.accordion-header {
  padding: 8px 0px 5px 0px;
  margin-bottom: 5px;
}

.resp-footer-accprdion .accordion-body ul li,
.offcanvas .accordion-body ul li,
.offcanvas-body .nav-item {
  border-bottom: 1px solid #4e4e4e;
  padding-bottom: 5px;
  margin-bottom: 5px;
}

.offcanvas .accordion-body ul li:last-child,
.offcanvas-body .nav-item:last-child {
  border-bottom: none;
}

.resp-footer-accprdion .accordion-body ul li a,
.offcanvas .accordion-body ul li a,
.offcanvas-body .accordion-button,
.offcanvas-body .accordion-body,
.offcanvas-body .nav-link {
  color: #fff;
  font-size: 16px;
  font-family: Poppins;
  font-weight: 500;
}

.accordion-button:not(.collapsed) {
  box-shadow: none;
}

.btn-close:focus {
  box-shadow: none;
}

.social-link {
  text-align: center;
  margin: 30px 0;
}

.social-link h3 {
  color: #fff;
  font-size: 14px;
  font-family: Poppins;
  font-weight: 700;
}

.social-link ul {
  margin: 10px 0 0 0;
  display: flex;
  align-items: center;
  gap: 10px;
  padding: 0px;
  list-style-type: none;
  justify-content: center;
}

.social-link ul li img {
  width: 30px;
  height: 30px;
}

.matchs-slider-section .nav-link {
  font-size: 14px;
  padding: 5px 13px;
  font-family: Poppins;
  font-weight: 600;
}

.matchs-slider-section .dropdown .dropdown-toggle {
  background-color: transparent;
  color: #262626;
  border: none;
}

.matchs-slider-section .dropdown .dropdown-toggle:focus,
.matchs-slider-section .dropdown .dropdown-toggle:focus-visible {
  border: none;
}

.matchs-slider-section .dropdown .dropdown-menu {
  background-color: #262525;
}

.matchs-slider-section .dropdown .dropdown-menu li a {
  color: #fff;
  padding: 6px 20px;
  font-size: 14px;
}

.matchs-slider-section .dropdown .dropdown-menu li a:hover {
  background-color: transparent;
}

.matchs-slider-section .card-body {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}

/* .matchs-slider-section .accordion-item .accordion-header .accordion-button {
  width: fit-content !important;
} */
.style_dark_match_date {
  font-size: 12px;
  font-family: Poppins;
  font-weight: 600;
}

.card-link p {
  font-size: 10px;
}

.team_list_items img {
  width: 30px;
  height: 30px;
}

.live-text {
  color: #ff0000;
  font-size: 8px;
}

.card-body .table,
.card-body .fantasy {
  padding: 5px 35px;
  font-size: 10px;
  font-family: Poppins;
  font-weight: 700;
}

.team_list_box .upcoming-text {
  font-size: 8px;
}

.matchs-slider-section .slick-track {
  margin-left: 0;
}

.round-arrow .slick-arrow {
  z-index: 1;
  background-color: #262525;
  width: 40px;
  height: 40px;
}

.round-arrow .slick-arrow.slick-disabled {
  display: none !important;
}

.round-arrow .slick-prev {
  left: 8px;
  border-radius: 0 60px 60px 0px;
}

.round-arrow .slick-prev::after {
  background: url("../images/left-arrow.svg") no-repeat center / cover;
  left: 45%;
}

.round-arrow .slick-next {
  right: 8px;
  border-radius: 60px 0px 0px 60px;
  z-index: auto;
}

.round-arrow .slick-next::after {
  background: url("../images/right-arrow.svg") no-repeat center / cover;
  /* right: 55%; */
}

.round-arrow .slick-arrow::before {
  display: none;
}

.round-arrow .slick-arrow::after {
  content: "";
  position: absolute;
  width: 40px;
  height: 40px;
  top: 50%;
  transform: translate(-50%, -50%);
}

.player-image img {
  width: 95px;
  height: 115px;
}

.most-player-name img {
  width: 20px;
  height: auto;
}

.most-player-name .first_tema_name {
  font-size: 12px;
}

.card-text .img-thumb {
  height: 18px;
  width: 18px;
}

.card-text .text-body-secondary {
  font-size: 12px;
  color: #666666;
}

.widget-box .view {
  margin-top: 10px;
  font-size: 13px;
  color: #262525;
  padding: 8px 30px;
  transition: all 0.5s ease-in-out;
}

.widget-box .view:hover {
  color: #fff !important;
}

/*  */

.desc p {
  font-size: 18px;
  font-family: Poppins;
  font-weight: 500;
}

/* match details */
.inning-tabs li a:hover,
.inning-tabs li a.active,
.pages-link li a:hover,
.pages-link li a.active {
  background-color: #000;
  color: #fff;
  border-radius: 50px;
}

.pages-link {
  list-style-type: none;
  padding: 0px;
}

.inning-tabs li a,
.pages-link li a {
  border: none !important;
  font-size: 12px;
  color: #000;
  font-family: Poppins;
  font-weight: 700;
  padding: 7px 9px;
  line-height: normal;
  border-radius: 50px;
  transition: all 0.5s ease-in-out;
}

.inning-tabs li a {
  margin-right: 5px;
}

.loadmore-btn {
  text-align: center;
  margin: 10px 0px 20px;
}

.loadmore-btn a {
  background-color: transparent;
  color: #262525;
  font-size: 13px;
  font-family: Poppins;
  font-weight: 800;
  border: 1px solid #262525;
  padding: 8px 22px;
  border-radius: 50px;
  line-height: normal;
}

.accordion-button .innings {
  display: flex;
  align-items: center;
  justify-content: space-between;
  width: calc(100% - 50px);
}

.innings p,
.innings h4 {
  font-size: 14px;
  color: #fff;
  font-family: Poppins;
  font-weight: 600;
  margin: 0px;
}

.wickets,
.score1 .border {
  padding: 0px;
}

.score1 .table th {
  font-size: 10px !important;
  color: #000;
  font-family: Poppins;
  font-weight: 600;
}

.score1 .table td {
  font-size: 10px !important;
  color: #000;
  font-family: Poppins;
  font-weight: 500;
  align-items: end;
}

.score1 .table td:first-child {
  font-weight: 700;
}

.score1 tfoot {
  display: table-caption;
  align-items: center;
  background-color: #e4e4e4;
  padding: 9px 20px;
  width: 100%;
}

.score1 tfoot tr td {
  font-size: 10px !important;
  color: #000;
  font-family: Poppins;
  font-weight: 800;
  background-color: transparent;
}

.score1 tfoot td span {
  font-weight: 500;
}

.score1 .table tfoot td:nth-child(2) {
  font-weight: 800;
  background-color: transparent;
  padding-left: 370px;
}

.score1 .wickets {
  border: 1px solid #d9d9d9;
  border-radius: 10px !important;
}

.score1 .wickets h4 {
  padding: 9px 25px;
  background-color: #262525;
  border-top-left-radius: 10px;
  border-top-right-radius: 10px;
}

.score1 .wickets h4 {
  font-size: 12px;
  color: #fff;
  font-family: Poppins;
  font-weight: 600;
  margin: 0px;
}

.score1 .wickets p {
  color: #000;
  padding: 12px 25px;
  font-weight: 500;
  font-family: Poppins;
  font-size: 10px;
}

.squads1 .teams .title {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 18px 20px;
  border-radius: 10px;
  background-color: #262525;
}

.squads1 .teams .title h5 {
  text-transform: capitalize;
  font-size: 14px;
  color: #fff;
  font-weight: 800;
  font-family: Poppins;
  margin: 0px;
}

.squads1 .teams ul {
  list-style-type: none;
  padding: 0px;
  margin: 15px 0 0 0;
}

.squads1 .teams ul li {
  padding-bottom: 13px;
  margin-bottom: 13px;
}

.squads1 .teams ul li {
  border-bottom: 1px solid #d9d9d9;
}

.squads1 .teams :is(.pakistan, .australia) {
  gap: 15px;
}

.squads1 .teams .player img {
  width: 40px;
  height: 40px;
}

.squads1 .teams .content h6 {
  font-size: 14px;
  color: #000;
  font-weight: 600;
  font-family: Poppins;
  margin: 0px;
}

.squads1 .teams .content p {
  font-size: 12px;
  color: #808080;
  font-weight: 600;
  font-family: Poppins;
  margin: 0px;
}

.squads1 .teams .pakistan .content {
  text-align: end;
}

.squads1 .reserve {
  background-color: #262525;
  padding: 10px 20px;
  font-size: 14px;
  color: #fff;
  font-weight: 700;
  font-family: Poppins;
  width: 100%;
}

/* highlights  */

.highlights-tabs nav {
  background-color: #262525;
  padding: 18px 20px;
  border-radius: 10px;
}

.highlights-tabs .nav-link {
  color: #fff;
  font-size: 14px;
  text-transform: capitalize;
  font-weight: 600;
  font-family: Poppins;
}

.highlights-items,
.highlights-tabs .tab-content ul {
  list-style-type: none;
  padding: 0px 0px 0px 30px;
  margin-top: 20px;
}

.highlights-tabs .tab-content ul li {
  display: flex;
  align-items: center;
  gap: 45px;
  margin-bottom: 15px;
}

.highlights-tabs .tab-content ul li:last-child {
  margin-bottom: 0px;
}

.highlights-tabs .title h4 {
  font-size: 10px;
  color: #000;
  font-weight: 700;
  font-family: Poppins;
  margin: 0px;
}

.highlights-tabs .desc p {
  font-size: 10px;
  color: #000;
  font-weight: 500;
  font-family: Poppins;
  margin: 0px;
}

.points-table h4 {
  font-size: 14px;
  color: #000;
  font-weight: 600;
  font-family: Poppins;
  text-transform: capitalize;
  margin-bottom: 20px;
}

.points-table .team-squads ul {
  list-style-type: none;
  padding: 0px;
}

.points-table .team-squads li {
  background-image: linear-gradient(#272626, #5e5d5d);
  text-align: center;
  width: 100px;
  height: auto;
  padding: 10px;
  border-radius: 10px;
}

.points-table .team-squads li img {
  width: 50px;
  height: 50px;
  border-radius: 50%;
}

.points-table .team-squads li p {
  font-size: 10px;
  font-weight: 800;
  font-family: Poppins;
  color: #fff;
  margin: 10px 0px 0px 0px;
}

/* full-commentary */

.full-commentary video {
  width: 100%;
  height: 420px;
  object-fit: cover;
}

.full-commentary iframe {
  width: 100%;
  height: 350px;
  border-radius: 10px;
}

.full-commentary h6 {
  color: #222222;
  font-size: 20px;
  font-weight: 800;
  font-family: Poppins;
  margin-top: 10px;
}

.commentary-profile .image img {
  width: 30px;
  height: 30px;
}

.commentary-profile .content p {
  color: #262525;
  font-size: 14px;
  font-weight: 600;
  font-family: Poppins;
  margin: 0px;
}

.commentary-profile .content span {
  font-size: 10px;
  color: #666666;
}

.series-title .breadcrumb-item,
.series-title .breadcrumb-item a {
  font-size: 14px;
  font-weight: 800;
  font-family: Poppins;
  color: #000;
}

.series .post-thumb-list h4,
.series .series-title h4 {
  font-size: 20px;
  font-weight: 800;
  font-family: Poppins;
  text-transform: uppercase;
}

.series .series-title p {
  font-size: 15px;
  font-weight: 400;
  font-family: Poppins;
  color: #000;
}

.series .series-button {
  text-align: center;
}

.series .series-button button {
  color: #262525;
  font-size: 13px;
  padding: 8px 22px;
  border: 1px solid #262625;
  border-radius: 50px;
  background-color: transparent;
  font-weight: 800;
  font-family: Poppins;
}

/* expert */

.expert-card {
  border: 1px solid #d9d9d9;
  padding: 10px 0px;
  border-radius: 10px;
}

.expert-inner .right,
.expert-card .content {
  line-height: 15px;
}

.expert-inner {
  padding: 0px 10px;
}

.expert-inner .content p,
.expert-inner .right p {
  font-size: 11px;
  color: #000;
  font-weight: 800;
  font-family: Poppins;
  margin: 0px;
}

.expert-inner .content span,
.expert-inner .right span {
  font-size: 13px;
  color: #666666;
  font-weight: 600;
  font-family: Poppins;
}

.probability .card-body {
  padding: 0px 15px;
}

.probability .card-body ul {
  list-style-type: none;
  padding: 0px;
}

.probability .card-body ul li {
  font-size: 10px;
  color: #000;
  font-weight: 700;
  font-family: Poppins;
  text-transform: capitalize;
}

.probability .card-body ul li.win {
  color: #656565;
}

.full-team .btn {
  color: #fff;
  font-weight: 600;
  font-family: Poppins;
  padding: 0;
  width: 30px;
  height: 30px;
}

.points-table.score1 table tr {
  vertical-align: middle;
}

.pakistan-batter-table table th:first-child {
  width: 150px;
}

.resp-scroll,
.matchs-slider-section .scroll-list {
  width: 100%;
  overflow-y: auto;
  padding-bottom: 10px;
}

.matchs-slider-section .scroll-list {
  width: calc(100% - 70px);
  float: left;
}

.container .card {
  margin-bottom: 0px !important;
}

.post-thumb-list {
  padding-bottom: 10px;
}

/* .container .card .card-body {
    padding-bottom: 0px !important;
} */

.latest-post-items .card-text {
  margin-bottom: 10px;
}

.accordion-button {
  background-color: #262525 !important;
}

.score1 .accordion-item {
  border: none;
}

.score1 .accordion-header {
  padding: 0px;
  margin: 0px;
}

.score1 .accordion-button {
  padding: 14px 13px;
  border-radius: 10px !important;
}

.score1 .accordion-button:focus {
  box-shadow: none !important;
}

.score1 .accordion-button::after {
  filter: brightness(0) invert(1);
}

.score1 .accordion-collapse {
  margin-top: 10px;
}

.score1 .accordion {
  padding: 0px;
}

.score1 .table .custom-width td:first-child {
  width: 250px;
}

.score1 .table .custom-width td h5 {
  font-size: 11px !important;
  color: #000;
  font-family: Poppins;
  font-weight: 800;
  align-items: end;
  margin: 0px;
}

.score1 .table .custom-width td span {
  padding-top: 17px;
  display: inherit;
}

.score1 .table .custom-width td p {
  margin: 17px 0px 0px 0px !important;
}

.search-btn {
  border: none;
  outline: none;
  width: 30px;
  height: 30px;
  margin-right: 10px;
  background-color: transparent;
}

.search-btn img {
  width: 20px;
  filter: brightness(0) invert(1);
}

.resp-scroll li {
  margin-top: 5px;
}

.worldcup {
  background-color: #000000;
  padding: 25px 0px;
  margin-bottom: 20px;
}

.worldcup .item {
  display: flex;
  align-items: center;
  gap: 20px;
}

.cup-image img {
  width: 120px;
  height: auto;
}

.cup-content .world {
  color: #fff;
  font-size: 20px;
  text-transform: capitalize;
  font-family: Poppins;
  font-weight: 800;
}

.cup-content p {
  font-size: 12px;
  color: #bcbcbc;
  font-family: Poppins;
  font-weight: 500;
}

.cup-content .more {
  color: #fff;
  font-size: 12px;
  text-transform: capitalize;
  font-family: Poppins;
  font-weight: 800;
}

.resp-footer-accprdion .accordion-button::after {
  filter: brightness(0) invert(1);
  transform: rotate(-90deg);
}

.resp-footer-accprdion .accordion-header {
  padding: 0px;
  margin-bottom: 0px;
}

.resp-footer-accprdion .accordion-item {
  background-color: transparent !important;
}

.resp-footer-accprdion .accordion-body ul li {
  text-align: start;
}

.accordion-button:focus {
  box-shadow: none;
}

.resp-footer-accprdion .accordion-button {
  padding: 0px 16px;
  margin: 0px;
}

.resp-footer-accprdion .accordion-body ul li:last-child {
  border-bottom: none;
  padding: 0px;
  margin: 0px;
}

.accordion-button[aria-expanded="true"]::after {
  filter: brightness(0) invert(1);
  transform: rotate(0deg);
}

.middle-footer .resp-footer-accprdion {
  display: none;
}

.widget-tab-btn .nav-link {
  padding: 5px 25px !important;
  border: 1px solid black;
  font-size: 14px;
}

.nested-tabs .nav-link {
  border: none;
  font-size: 14px;
  padding: 5px 6px;
}

.nested-tabs .nav-link.active {
  border-bottom: 2px solid black;
}

.ranking .table-responsive p {
  font-size: 12px;
  color: #262525;
  font-family: Poppins;
  font-weight: 600;
  margin: 10px 0px 0px;
}

/* Advertise Start */
.advertise-section {
  padding: 50px 0px;
}

.contact-section h4,
.advertise-right h4,
.advertise-left .content h4 {
  color: #222222;
  font-size: 24px;
  line-height: 30px;
  font-family: Poppins;
  font-weight: 700;
}

.contact-section p,
.advertise-left .content p {
  color: #666666;
  font-size: 14px;
  font-family: Poppins;
  font-weight: 500;
  margin: 0px;
  padding-bottom: 5px;
}

.contact-right button,
.advertise-left .content button {
  background-color: #262626;
  color: #fff;
  border: 1px solid transparent;
  font-family: Poppins;
  font-weight: 600;
  font-size: 16px;
  padding: 6px 20px;
  text-transform: uppercase;
  border-radius: 3px;
  transition: all 0.5s ease-in-out;
}

.contact-right button:hover,
.advertise-left .content button:hover {
  background-color: transparent;
  color: #262626;
  border-color: #262625;
}

.advertise-right ul li p {
  color: #666666;
  font-size: 15px;
  font-family: Poppins;
  font-weight: 400;
  line-height: 20px;
  margin: 0px;
}

.advertise-right iframe {
  width: 100%;
  height: 300px;
}

.advertise-right ul {
  list-style-type: none;
  padding: 0px;
}

.advertise-right ul li {
  display: flex;
  align-items: center;
  gap: 20px;
}

.advertise-right ul li .image img {
  width: auto;
  height: 30px;
}

/* Advertise End */

/* Contact Start */
.contact-section h4 {
  color: #222222;
  font-size: 50px;
  font-family: Poppins;
  font-weight: 700;
  line-height: 60px;
}

.contact-section p {
  color: #666666;
  font-size: 20px;
  font-family: Poppins;
  font-weight: 500;
}

.contact-section .contact-left ul {
  list-style-type: none;
  padding: 0px;
}

.contact-section .contact-left ul li {
  background-color: #fff;
  padding: 30px;
  border-radius: 10px;
  box-shadow: 0 0 20px rgba(0, 0, 0, 0.125);
  display: flex;
  align-items: center;
  gap: 20px;
}

.contact-section .contact-left ul li:not(:last-child) {
  margin-bottom: 20px;
}

.contact-section .contact-left ul li .image {
  background-color: #262525;
  border-radius: 100%;
  width: 50px;
  height: 50px;
  display: flex;
  align-items: center;
  justify-content: center;
}

.contact-section .contact-left ul li .image img {
  filter: brightness(0) invert(1);
  max-width: 30px;
}

.contact-section .contact-left ul li h5 {
  font-style: 18px;
  font-weight: 600;
  margin-bottom: 0;
}

.contact-section .contact-left ul li a {
  font-size: 14px;
  font-weight: 500;
}

.inner-home {
  padding: 70px 0px;
  background-color: rgb(248 248 248 / var(--tw-bg-opacity));
  --tw-bg-opacity: 1;
}

.inner-home h4 {
  font-size: 50px;
  color: #262525;
  font-family: Poppins;
  font-weight: 700;
  text-transform: uppercase;
}

.inner-home .breadcrumb li {
  color: #666666;
  font-size: 18px;
  font-family: Poppins;
  font-weight: 500;
}

.contact-title {
  display: flex;
  align-items: center;
  justify-content: space-between;
  flex-wrap: wrap;
}

/* Contact End */

/* Login Start */

.login-wrapper {
  margin: 50px auto;
  box-shadow: 0 2px 60px rgba(0, 0, 0, 0.1);
  border-radius: 10px;
  display: flex;
  align-items: center;
  justify-content: center;
}

.login-wrapper .logo {
  font-size: 30px;
  text-align: center;
  color: #5038e8;
  font-weight: 600;
  margin-bottom: 50px;
}

.login-head {
  margin-bottom: 30px;
}

.label-required {
  color: red;
  font-weight: 600;
}

.login-heading p {
  font-size: 16px;
  font-weight: 400;
}

.login-heading h3 {
  text-align: left;
  font-size: 20px;
  font-weight: 700;
  margin-bottom: 10px;
}

.login-box {
  max-width: 500px;
  margin: 0 auto;
  padding: 30px;
}

.login-form .form-control {
  border-radius: 0;
  padding: 10px;
  border-radius: 5px;
  font-size: 14px;
}

.form-check-input:focus,
.form-control:focus {
  box-shadow: none;
}

.login-form :is(a, label) {
  font-size: 14px;
  font-weight: 400;
}

.login-form label {
  font-weight: 500;
}

.login-form .form-check-input {
  accent-color: #5038e8;
  width: 17px;
  height: 17px;
}

.login-form a {
  color: #5038e8;
  font-weight: 600;
}

.login-img {
  height: 100%;
}

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

.eye-toggle {
  background-color: #262525;
  position: absolute;
  cursor: pointer;
  width: 30px;
  height: 30px;
  padding: 7px;
  border-radius: 5px;
  top: 50%;
  right: 7px;
  transform: translateY(-50%);
}

.login-box .btn-google {
  border: 1px solid #bfbfbf;
  border-radius: 50px;
  padding: 13px 20px;
  width: 100%;
  font-size: 16px;
  font-weight: 500;
}

.login-box .btn-google img {
  width: 20px;
  margin-right: 10px;
}

.login-line-title {
  width: 344px;
  overflow: hidden;
  text-align: center;
  max-width: 100%;
  margin: 20px auto;
}

.login-line-title h6 {
  position: relative;
  display: inline-block;
  font-size: 14px;
  margin-bottom: 0;
  color: #bfbfbf;
  font-weight: 400;
}

.login-line-title h6::after,
.login-line-title h6::before {
  top: 50%;
  width: 100%;
  content: "";
  position: absolute;
  display: block;
  height: 1.5px;
  background: #bfbfbf;
}

.login-line-title h6::before {
  right: calc(100% + 20px);
}

.login-line-title h6::after {
  left: calc(100% + 20px);
}

.login-slider .login-img {
  position: relative;
}

.login-slider .login-img .login-content {
  background: rgba(4, 93, 233, 0.27);
  position: absolute;
  text-align: center;
  padding: 20px;
  display: flex;
  align-items: center;
  justify-content: center;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 450px;
  height: 450px;
  border-radius: 100%;
}

.login-slider {
  margin-bottom: 0 !important;
  height: 100%;
}

.login-slider :is(.slick-list, .slick-track) {
  height: 100%;
}

.login-slider .login-img .login-content h1 {
  color: #fff;
  font-weight: 700;
}

.login-slider .slick-dots {
  bottom: 20px;
}

.login-slider .slick-dots li {
  /* margin: 0; */
  height: fit-content;
  width: fit-content;
}

.login-slider .slick-dots li button {
  background-color: #fff;
  height: 5px;
  opacity: 0.75;
  width: fit-content;
  border-radius: 10px;
}

.login-slider .slick-dots li button::before {
  display: none;
}

.login-slider .slick-dots li.slick-active button {
  width: 23px;
  opacity: 1;
}

.form-check :is(a, .form-check-label) {
  font-size: 14px;
  font-weight: 400;
}

.sign-up .login-box {
  max-width: 570px;
}

form .form-control {
  background-color: rgb(248 248 248 / var(--tw-bg-opacity));
  --tw-bg-opacity: 1;
  border: none;
  color: #666666;
  font-size: 18px;
  font-family: Poppins;
  font-weight: 500;
  padding: 10px;
}

.form-control:focus {
  border-color: transparent;
  background-color: rgb(248 248 248 / var(--tw-bg-opacity));
  --tw-bg-opacity: 1;
}

/* Login End */

/* Terms Section Start */
.terms-section {
  padding: 40px 0px;
}

.terms-section h4 {
  color: #222222;
  font-size: 20px;
  font-family: Poppins;
  font-weight: 700;
}

.terms-left p {
  color: #666666;
  font-size: 18px;
  font-family: Poppins;
  font-weight: 500;
}

.terms-left p a {
  color: #045de9;
}

.terms-section ul {
  list-style-type: none;
}

.terms-right ul li,
.terms-section ul li {
  display: flex;
  gap: 10px;
  margin-bottom: 10px;
}

.terms-right ul li:last-child,
.terms-left ul li:last-child {
  margin-bottom: 0px;
}

.terms-right ul li span,
.terms-left ul li span {
  color: #666666;
  font-size: 15px;
  font-family: Poppins;
  font-weight: 400;
  margin: 0px;
}

.terms-right ul li p {
  background-color: #045de92b;
  color: #045de9;
  font-size: 14px;
  font-family: Poppins;
  font-weight: 400;
  padding: 3px 8px;
  border-radius: 50px;
  display: table;
  margin-bottom: 5px;
}

.terms-right ul li a {
  color: #666666;
  font-size: 15px;
  font-family: Poppins;
  font-weight: 500;
  transition: all 0.5s ease-in-out;
}

.terms-right ul li a:hover {
  color: #045de9;
}

/* Terms Section End */

/* Privacy Policy Section Start */
.privacy h6 {
  color: #222222;
  font-size: 20px;
  font-family: Poppins;
  font-weight: 700;
}

/* Privacy Policy Section End */

/* Why US start */
.why-us {
  background-color: #f2f4f7;
  padding: 80px 0;
}

.service-card {
  padding: 30px 20px;
  background-color: #fff;
  border-radius: 16px;
  transition: all 0.5s ease-in;
  height: 100%;
}

.service-card .icon {
  border: 1px solid #262525;
  border-radius: 100%;
  max-width: 50px;
  height: 50px;
  display: flex;
  align-items: center;
  justify-content: center;
  margin-bottom: 20px;
}

.service-card h5 {
  font-size: 20px;
  font-weight: 600;
}

.service-card p {
  font-size: 14px;
  font-weight: 400;
  margin-bottom: 0;
}

.service-card:hover {
  background-color: #262525;
}

.service-card:hover .icon {
  border-color: #fff;
}

.service-card:hover .icon img {
  filter: brightness(0) invert(1);
}

.service-card:hover > * {
  color: #fff;
}

/* Why US end */

/* Interesting start */

.interesting {
  background-color: #fff;
  padding: 40px 0;
}

.heading-tab {
  margin: auto auto 50px auto;
  text-align: center;
}

.heading-tab h2 {
  font-weight: 700;
  font-size: 35px;
}

.heading-tab p {
  font-size: 16px;
  font-weight: 400;
}

.counter-box {
  text-align: center;
}

.counter-box h3 {
  font-weight: 700;
  font-size: 45px;
  color: #121212;
}

.counter-box p {
  font-weight: 500;
  font-size: 20px;
  color: #555555;
  text-transform: capitalize;
}

/* Interesting end */

/* Our Team start */
.our-team {
  background-color: #f2f4f7;
  padding: 50px 0;
}

.team-card {
  background-color: #fff;
  padding: 16px;
  border-radius: 16px;
  text-align: center;
}

.team-card img {
  max-width: 150px;
}

.team-card h5 {
  font-weight: 600;
  font-size: 22px;
  margin-bottom: 10px;
}

.team-card span {
  color: #bfbfbf;
  font-weight: 500;
}

.team-card p {
  font-size: 16px;
  font-weight: 400;
}

.team-card .social-icons li a img {
  height: 40px;
  width: 40px;
  filter: brightness(0);
}

/* Our Team end */

/* Testimonial start */

.testimonial {
  padding: 40px 0;
}

.testimonial-card {
  text-align: center;
}

.testimonial-card .testimonial-info img {
  max-width: 70px;
  margin: 0 auto 20px auto;
}

.testimonial-card .testimonial-info h5 {
  margin-bottom: 4px;
  font-size: 20px;
  font-weight: 600;
}

.testimonial-card .testimonial-head {
  margin-bottom: 30px;
}

.testimonial-card .testimonial-head .icon {
  background-color: #e5eeee;
  border-radius: 100%;
  max-width: 60px;
  height: 60px;
  margin: 0 auto;
  display: flex;
  align-items: center;
  justify-content: center;
  margin-bottom: 30px;
}

.testimonial-card .testimonial-head .icon img {
  width: 30px;
  height: 30px;
}

.testimonial-card .testimonial-head p {
  font-size: 18px;
  font-weight: 400;
}

.testimonial-card .testimonial-info p {
  font-size: 14px;
}

.testimonial-slider .slick-arrow {
  z-index: 1;
  border: 1px solid #262525;
  width: 40px;
  height: 40px;
  border-radius: 100%;
  transition: 0.3s;
}

.testimonial-slider .slick-arrow:hover {
  background-color: #262525;
}

.testimonial-slider .slick-arrow:hover::after {
  filter: brightness(0) invert(1);
}

.testimonial-slider .slick-prev::after {
  background: url("../images/left-arrow.svg") no-repeat center / cover;
  left: 45%;
}

.testimonial-slider .slick-arrow::after {
  content: "";
  position: absolute;
  width: 40px;
  height: 40px;
  top: 50%;
  transform: translate(-50%, -50%);
}

.testimonial-slider .slick-arrow::after {
  filter: brightness(0);
}

.testimonial-slider .slick-arrow::before {
  display: none;
}

.testimonial-slider .slick-next::after {
  background: url("../images/right-arrow.svg") no-repeat center / cover;
  left: 50%;
}

/* Testimonial end */

/* About Section Start */
.about-section {
  padding: 40px 0px;
}

.about-image {
  margin: 0px 50px;
}

.about-image img {
  border-radius: 50%;
  height: auto;
  width: 100%;
}

.about-content h4 {
  color: #222222;
  font-size: 30px;
  font-family: Poppins;
  font-weight: 700;
}

.about-content p {
  color: #666666;
  font-size: 16px;
  font-family: Poppins;
  font-weight: 500;
}

/* About Section End */
#virat .profile {
  padding: 30px 0px 0px;
  background-color: #000;
}

#virat .profile .item {
  display: flex;
  align-items: center;
  gap: 20px;
}

.profile-image img {
  width: 180px;
  height: auto;
}

.profile-content h4 {
  font-size: 35px;
  font-family: Poppins;
  font-weight: 600;
  color: #fff;
  text-transform: capitalize;
}

.profile-desc {
  display: flex;
  align-items: center;
  gap: 20px;
}

.profile-desc h5 img {
  width: 25px;
  height: auto;
  margin-right: 5px;
}

.profile-desc h5 {
  font-size: 20px;
  font-family: Poppins;
  font-weight: 600;
  color: #fff;
  margin: 0px;
}

.profile-desc .span1 {
  font-size: 25px;
}

.profile-desc p {
  font-size: 17px;
  font-family: Poppins;
  color: #fff;
  margin: 0px;
}

.profile-desc p img {
  width: 15px;
  height: auto;
  margin-right: 5px;
}

/* Career Start */
.career {
  padding: 50px 0px;
}

/* .career .title {
  display: flex;
  align-items: center;
  justify-content: space-between;
} */
.career .title h4 {
  font-size: 25px;
  font-family: Poppins;
  font-weight: 600;
  color: #000;
  text-transform: capitalize;
  margin-bottom: 0;
}

.career-tabs-head {
  border-bottom: 1px solid #dadada66;
  padding-bottom: 20px;
  margin-bottom: 20px;
}

.virat-heading {
  margin: 48px 0 20px;
  border-bottom: 1px solid #dadada66;
  padding-bottom: 20px;
}

.teams h3,
.virat-heading h3 {
  font-size: 20px;
  font-weight: 600;
  margin-bottom: 20px;
}

.virat-heading p {
  font-size: 14px;
  margin-bottom: 0;
}

.virat-heading a {
  color: #045de9;
  font-size: 14px;
  font-weight: 500;
}

.career-tabs .nav-pills .nav-link {
  color: #000;
  background-color: transparent !important;
  border: 1px solid #000;
  border-radius: 5px;
  margin-right: 10px;
  font-family: Poppins;
  font-weight: 600;
}

.career-tabs .nav-pills .nav-link img {
  width: 15px;
  height: auto;
  margin-right: 2px;
}

.career-tabs .nav-pills .nav-link.active {
  background-color: #000 !important;
  color: #fff !important;
}

.career-tabs .nav-pills .nav-link.active img {
  filter: brightness(0) invert(1);
}

#virat .table thead th {
  font-size: 14px;
  font-weight: 600;
}

#virat .table * {
  text-align: center;
}

#virat .table-about .card {
  overflow: hidden;
}

#virat .table-about th {
  border-right: 1px solid #dadada66;
}

#virat .table-about tr:last-child th {
  border-bottom: none;
}

#virat .table-about table tr * {
  text-align: left;
}

#virat .table-about {
  background-color: transparent;
}

.modal-body,
#virat .table-about p {
  font-size: 14px;
  line-height: 26px;
  margin-bottom: 0;
}

#virat .table-about a {
  color: #045de9;
  text-transform: capitalize;
  font-weight: 500;
}

#virat .table thead tr th:first-child,
#virat .table tbody tr td:first-child {
  position: sticky;
  left: 0;
  white-space: nowrap;
  background-color: #f8fafc;
}

.player-profile-slider .card {
  background-color: transparent;
  border-radius: 0;
  padding: 24px 0;
  text-align: center;
  border-color: #dadada66;
  margin-bottom: 10px !important;
}

.player-profile-slider .card h4 {
  font-weight: 500;
  font-size: 18px;
  line-height: 23px;
  color: #000;
  cursor: pointer;
}

.player-profile-slider .card span {
  font-size: 12px;
  color: #4a4a4a;
  font-weight: 400;
}

.player-profile-slider .slick-prev {
  left: 0;
}

.player-profile-slider .slick-next {
  right: 0;
}

.career .teams {
  padding: 50px 0px 0px;
}

.career .teams ul {
  list-style-type: none;
  padding: 0px;
  display: flex;
  align-items: center;
  gap: 30px;
  flex-wrap: wrap;
  margin: 0px;
}

.career .teams ul li {
  font-size: 15px;
  font-weight: 400;
  color: gray;
  position: relative;
  display: inline;
  margin: 0px;
}

.career .teams ul li::after {
  position: absolute;
  right: -17px;
  content: "";
  width: 6px;
  height: 6px;
  border-radius: 50px;
  background-color: gray;
  top: 8px;
}

.career .teams ul li:last-child::after {
  position: inherit;
}

.table-about p button {
  background-color: transparent;
  border: none;
  color: #1860a6;
  font-size: 14px;
  line-height: 26px;
}

.points-title {
  font-size: 14px;
  color: #000;
  font-weight: 600;
  font-family: Poppins;
  text-transform: capitalize;
  margin-bottom: 20px;
}

.points1.matchs-slider-section .scroll-list {
  width: 100% !important;
}

.rankings {
  padding-top: 30px;
}

.rankings h4 {
  font-size: 20px;
  font-weight: 800;
  font-family: Poppins;
  text-transform: uppercase;
  margin-bottom: 20px;
}

.rankings-card {
  background-color: #fff;
  border-radius: 10px;
  padding: 20px;
  text-align: center;
}

.rankings-card h6 {
  font-size: 15px;
  font-weight: 500;
  font-family: Poppins;
}

.rankings-card h3 {
  font-size: 20px;
  font-weight: 800;
  font-family: Poppins;
}

.rankings-image img {
  width: 150px;
  height: 150px;
  border-radius: 50%;
  margin: 20px 0px;
}

.rankings-card h2 {
  font-size: 35px;
  font-weight: 800;
  font-family: Poppins;
}

.rankings-card h2 {
  font-size: 22px;
  font-weight: 500;
  font-family: Poppins;
}

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

.winner ul {
  list-style-type: none;
  padding: 0px;
  margin: 0px;
  display: flex;
  align-items: center;
  gap: 10px;
}

.winner ul li {
  width: 20px;
  height: 20px;
  font-size: 10px;
  line-height: 20px;
  border-radius: 50px;
  text-align: center;
  text-transform: uppercase;
  font-weight: 500;
}

.winner ul li.green {
  background: #14b305;
  color: #fff;
}

.winner ul li.red {
  background: #ff7c7c;
  color: #fff;
}

.winner p {
  color: #000;
  font-size: 25px;
  margin: 0px;
}

.table-inner tr td {
  border-bottom: 1px solid #dee2e6 !important;
}

.table-inner tr:last-child th,
.table-inner tr:last-child td {
  border-bottom: none !important;
}

.table-inner td a {
  color: #045de9;
}

.table.accordion tr[aria-expanded="true"] p {
  transform: rotate(-90deg);
  transition: all 0.3s ease-in-out;
}

/* Career End */

/* Responsive  */
@media (max-width: 1440px) {
  .ranking .nested-tabs {
    gap: 3px;
  }

  .widget-tab-btn .nav-link {
    padding: 5px 22px !important;
    font-size: 13px;
  }

  .nested-tabs .nav-link {
    font-size: 13px;
  }
}

@media (max-width: 1200px) {
  .score1 .table tfoot td:nth-child(2) {
    padding-left: 20px;
  }

  .card-title a {
    font-size: 14px;
    line-height: 20px;
  }
}

@media (max-width: 1199px) {
  .about-image {
    margin: 0px;
  }

  .series-links-tabs li a {
    font-size: 12px;
  }

  .crick-blog-title {
    font-size: 15px;
  }

  .desc p {
    font-size: 14px;
  }

  .series-links-tabs {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 0px;
    flex-wrap: wrap;
  }

  .series-links-tabs li {
    width: 100%;
  }

  .footer-menu-items {
    gap: 14px;
  }
}

@media (max-width: 991px) {
  .login-form :is(a, label) {
    font-size: 14px;
  }

  .full-commentary video {
    height: 370px;
  }
}

@media (max-width: 767px) {
  .about-image {
    margin: 0px 50px;
  }

  .service-card h5 {
    font-size: 17px;
  }

  .counter-box h3 {
    font-size: 35px;
  }

  .counter-box p {
    font-size: 16px;
  }

  .heading-tab h2 {
    font-size: 30px;
  }

  .heading-tab p {
    font-size: 15px;
  }

  .contact-section h4,
  .inner-home h4 {
    font-size: 35px;
  }

  .inner-home {
    padding: 40px 0px;
  }

  .inner-home .breadcrumb li {
    font-size: 16px;
  }

  .contact-section p {
    font-size: 16px;
  }

  .contact-section p br,
  .contact-section h4 br {
    display: none;
  }

  .login-box {
    padding: 15px;
  }

  .inner-menu {
    display: none;
  }

  .middle-footer .resp-footer-accprdion {
    display: inherit;
    margin-top: 20px;
  }

  .footer-logo {
    text-align: center;
  }

  .google-ads img {
    width: 100%;
    height: auto;
  }

  .style_info {
    text-align: left !important;
    border: none;
  }

  .style_info:not(:last-child) {
    margin-bottom: 20px;
  }

  .highlights-items {
    padding: 0px;
  }

  .batter-table table th:nth-child(2) {
    display: block;
    height: 40px;
    width: 210px;
  }

  .highlights-tabs .tab-content ul li {
    gap: 30px;
  }

  .container .nav-tabs {
    margin-top: 10px;
  }

  .footer-social-icons {
    margin-bottom: 20px;
    justify-content: center !important;
  }

  /* .footer-social-icons li a img {
    height: 25px;
  } */

  .footer-menu-items {
    gap: 7px;
    margin-bottom: 10px;
    flex-direction: column;
  }

  .footer p {
    text-align: center;
    margin: 0px 0px 15px 0px;
  }

  .middle-footer {
    padding: 10px 0px;
  }

  .footer-copyright {
    padding-top: 15px !important;
  }

  .footer {
    padding-top: 25px !important;
  }

  .form-field textarea {
    height: 150px;
  }
}

@media (max-width: 576px) {
  .advertise-right ul li .image img {
    height: 25px;
  }
  .contact-section h4,
  .advertise-right h4,
  .advertise-left .content h4 {
    font-size: 20px;
  }
  form .form-control {
    font-size: 16px;
  }

  .winner {
    gap: 10px;
  }

  .profile-image img {
    width: 150px;
  }

  .profile-content h4 {
    font-size: 25px;
  }

  .profile-desc .span1 {
    display: none;
  }

  .profile-desc {
    align-items: start;
    gap: 10px;
    flex-direction: column;
  }

  .profile-desc h5 img {
    width: 17px;
  }

  .profile-desc h5 {
    font-size: 17px;
  }

  .profile-desc p {
    font-size: 14px;
  }

  .career .teams h3,
  .virat-heading h3 {
    font-size: 18px;
    margin-bottom: 10px;
  }

  .player-profile-slider .card h4 {
    font-size: 15px;
    line-height: 10px;
  }

  .career .teams ul {
    gap: 15px;
  }

  .career .teams ul li {
    font-size: 13px;
  }

  .career .teams ul li::after {
    right: -10px;
    width: 4px;
    height: 4px;
    top: 7px;
  }

  .career .teams {
    padding: 30px 0px 0px;
  }

  .virat-heading {
    margin: 30px 0 20px;
  }

  .resp-drop .matchs-slider-section .scroll-list {
    width: 85% !important;
  }

  .terms-section h4 {
    font-size: 20px;
  }

  .terms-left p {
    font-size: 15px;
  }

  .cup-image img {
    width: 100px;
  }

  .privacy h6 {
    font-size: 16px;
  }

  #search-menu {
    position: absolute;
    bottom: 50%;
    transform: translateY(-100%);
    transition: 0.3s;
    right: 0;
    margin-right: 0 !important;
  }

  #search-menu input {
    margin-right: 0;
    width: 270px;
    padding: 8px 45px 8px 10px;
    border-radius: 5px;
  }

  #search-menu.active {
    bottom: -58px;
    transform: translateY(0);
  }

  .score1 .table .custom-width td:first-child {
    width: 0px;
  }

  .score1 .table .custom-width td p {
    margin: 0px 0px 0px 0px !important;
  }
}

@media (max-width: 480px) {
  .full-commentary video {
    height: 230px;
  }

  .testimonial-card .testimonial-head p {
    font-size: 15px;
  }

  .testimonial-slider .slick-arrow {
    border: none;
  }

  .testimonial-slider .slick-arrow::after {
    display: none;
  }

  .contact-section h4,
  .inner-home h4 {
    font-size: 24px;
  }

  .ranking .nested-tabs {
    gap: 10px;
  }

  .accordion-button .innings {
    align-items: start;
    flex-direction: column;
  }

  .post-thumb-list p {
    font-size: 12px;
  }

  .full-team .btn {
    font-size: 12px;
    width: 22px;
    height: 22px;
  }

  .position-over-icons .form-control {
    width: 200px;
  }

  .series .post-thumb-list h4,
  .series .series-title h4 {
    font-size: 16px;
  }

  .series .series-title p {
    font-size: 13px;
  }

  .squads1 .teams .player img {
    width: 30px;
    height: 30px;
  }

  .squads1 .teams .content h6,
  .card-title a {
    font-size: 12px;
    line-height: 11px;
  }

  .matchs-slider-section .nav-link {
    font-size: 12px;
    padding: 5px 8px;
  }

  .respcol {
    flex-direction: column;
  }

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

  .respcol .d-flex.flex-column.ps-3 {
    padding-left: 0px !important;
  }

  .custom-tabs-design .nav-link {
    font-size: 14px;
  }

  .feature-post-thumb .card-title a {
    font-size: 14px;
    line-height: 17px;
  }

  .offcanvas-header .btn-close {
    font-size: 20px;
  }

  .font-semi {
    font-size: 12px;
  }

  .crick-blog-title {
    font-size: 16px;
  }

  .widget-title {
    font-size: 15px;
  }

  .series-links-tabs li a {
    font-size: 13px;
    padding: 8px;
  }
}

@media (max-width: 360px) {
  .resp-drop .matchs-slider-section .scroll-list {
    width: 75% !important;
  }
}

.matchs-slider-section .accordion-item {
  border: none;
}

.matchs-slider-section .accordion-button {
  width: fit-content;
  background-color: transparent !important;
  padding: 0;
}

.matchs-slider-section .accordion-button::after {
  margin-left: 10px;
  filter: brightness(0);
}

.matchs-slider-section .accordion-item:last-of-type .accordion-collapse {
  width: 100%;
}

.matchs-slider-section .accordion-body .matchs-group h3 {
  color: #000;
  font-size: 17px;
}

.matchs-slider-section .accordion-body .matchs-group ul {
  list-style-type: none;
  padding: 0px;
}

.matchs-slider-section .accordion-body .matchs-group ul li a {
  color: #000;
  font-size: 15px;
}

.widget-box .table > :not(caption) > * > * {
  padding: 8px;
  font-size: 10px;
}

.flag-image {
  width: 20px;
  height: auto;
}

.widget-box .table tr:last-child td {
  border-bottom: none;
  font-size: 11px;
}

#blank {
  display: flex;
  flex-direction: column;
  height: 100%;
  justify-content: space-between;
}
#blank section {
  flex-shrink: 0;
}
textarea {
  resize: none;
}
