/*
 * This CSS file has been optimized for cross-browser compatibility.
 *
 * Browsers: last 4 versions
 *
 * Created by NFL Hunter
 * Licensed under MIT License (https://opensource.org/licenses/MIT)
 *
 * For more information, visit: https://nflhunter.com/
 */

@font-face {
    font-family: 'NFLEndzoneSansCondMedium';
    src: url('/wp-content/themes/nfl-hunter/font/medium-cond.eot'); /* For IE9 */
    font-display: swap;
} 

@font-face {
    font-family: 'NFLEndzoneSansCondMedium';
    font-style: normal;
    font-weight: normal;
    src: url('/wp-content/themes/nfl-hunter/font/medium-cond.woff2') format('woff2'),
         url('/wp-content/themes/nfl-hunter/font/medium-cond.eot?#iefix') format('embedded-opentype'),
         url('/wp-content/themes/nfl-hunter/font/medium-cond.woff') format('woff'),
         url('/wp-content/themes/nfl-hunter/font/medium-cond.ttf') format('truetype'),
         url('/wp-content/themes/nfl-hunter/font/medium-cond.svg#webfont9DqcIwJf') format('svg');
    font-display: swap;
}

/* Root custom properties */
:root {
  --white: #fff;
  --theme_color: #030303;
  --new-border: #74747421;
  --text_color: #202020;
  --text_p_color: rgb(204, 204, 204);
  --body_color: #F7F7F8;
  --hover_color: #E6270D;
  --menu_bg: #d2d2d2;
  --sidebar_text_color: #808080;
  --sidebar_bg_color: #F1F1F1;
  --schedule_time_color: #3d3d3d;
  --schedule_hover_color: #dcdcdc;
  --schedule_nth_child: #dcdcdc14;
  --schedule_heading_bg: #030303;
  --box-shadow: 1px 3px 15px #d3d3d3;
  --box-shadow2: inset 0px 0px 2px #d3d3d3;
  --box-shadow-lite: 0 2px 2px rgba(0, 0, 0, .14);
  --border-bottom-lite: #C1C1C1;
  --accent-color: #17141f;
  --icon-color: #0e0e10;
  --box-shadow-dark: inset 0 -1px 0 0 hsla(0,0%,100%,.08);
  --header-bg: #ffffff;
  --shadow-header-1: 0 1px 2px rgb(0 0 0 / 13%), 0 0px 2px rgb(0 0 0 / 8%);
  --color-background-sidebar: #ffffff;
  --color-background-alt: #efeff1;
  --color-text-alt: #1f1f23;
  --color-border: #d9d9d9a8;
  --icon-hover-color: rgb(0 0 0 / 8%);
  --border_color_new: #C1C1C1;
  --team-logo-hover: #e6e6ea;
  --schedule-bg-color: rgb(0 0 0 / 5%);
  --schedule-hover-color: rgb(0 0 0 / 8%);
  --font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, sans-serif;
  --font-family-heading: 'NFLEndzoneSansCondMedium', sans-serif;
  --content-font: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, sans-serif;
  --font-family-monospace: SFMono-Regular, Menlo, Monaco, Consolas, "Liberation Mono", "Courier New", monospace;
}


*,*:before,*:after {
    box-sizing: border-box
}

/* Global styles */
html {
  font-family: sans-serif;
  line-height: 1.15;
  font-size: 10px;
  font-weight: 400;
  color: var(--text_color);
  -webkit-text-size-adjust: 100%;
  -ms-text-size-adjust: 100%;
  -ms-overflow-style: scrollbar;
  -webkit-tap-highlight-color: transparent;
  scroll-behavior: smooth !important;
}


pre, code {
  font-family: var(--font-family-monospace);
}

/* Dark theme overrides */
body.dark-theme {
  --header-bg: #0e0e10;
  --shadow-header-1: 0 1px 2px rgb(92 92 92 / 13%), 0 0px 2px rgb(0 0 0 / 8%);
  --color-background-sidebar: #0e0e10;
  --color-background-alt: #1f1f2347;
  --color-text: #dedee3;
  --color-border: #1e1e1e8a;
  --icon-hover-color: rgb(116 116 116 / 5%);
  --icon-color: #ffffff;
  --team-logo-hover: #121212;
  --schedule-bg-color: rgb(116 116 116 / 5%);
  --schedule-hover-color: rgba(148, 148, 148, 0.05);
  --theme_color: #F9F9F9;
  --text_color: #e5e5e5;
  --white_color: #010101;
  --body_color: #0e0e10;
  --hover_color: #E6270D;
  --bg_share_color: #565656;
  --menu_bg: #141414;
  --sidebar_text_color: #808080;
  --sidebar_bg_color: #0c0c0c;
  --schedule_time_color: #b9b9b9;
  --schedule_hover_color: #dcdcdc14;
  --schedule_nth_child: #0c0c0c;
  --schedule_heading_bg: var(--menu_bg);
  --box-shadow: 0 1px 2px rgb(151 151 151 / 20%);
  --box-shadow2: 0 1px 2px #3434348a;
  --dark-background-color: #282828;
  --border-color-white10p: hsla(0, 0%, 100%, .1);
  --hover-color-white15p: hsla(0, 0%, 100%, .15);
  --container-color-white7p: hsla(0, 0%, 100%, .07);
  --schedule-box-color: #373737;


}

/* Reset and general styles */
* {
  padding: 0;
  margin: 0;
  box-sizing: border-box;
}

article, aside, dialog, figcaption, figure, footer, header, hgroup, main, nav, section {
  display: block;
}

[tabindex="-1"]:focus {
  outline: 0 !important;
}

hr {
  box-sizing: content-box;
  height: 0;
  overflow: visible;
}

p {
  margin-top: 0;
  margin-bottom: 1.5rem;
  line-height: 1.4;
}

ul {
  list-style: disc;
}

a {
  text-decoration: none;
  color: inherit;
}

input,
button {
  font-family: var(--font-family);
}

input:focus,
button:focus {
  outline: 2px solid transparent;
  box-shadow: 0 0 0 2px #005fcc;
}

button {
  cursor: pointer;
  background-color: transparent;
  border: none;
}


.game-container {
    width: 100%;
    overflow: hidden;
    box-shadow: 0 0 7px 0 rgba(0, 0, 0, .41);
    font-family: endzone-medium;
    font-size: 13px;
    height: 65px;
    position: relative;
    background: linear-gradient(to bottom, #fff 0, #f1f1f1 50%, #fff 100%) #fafafa;
}

#box_loader {
    position: absolute;
    top: 50%;
    left: 50%;
    width: 32px;
    height: 8px;
    margin-top: -4px; 
    margin-left: -16px;
    z-index: 1;
    transform: translate(-50%, -50%);
}

.header__logo img {
    max-width: 100%;
    height: auto;
    width: 140px;
}


body {
    font-family: -apple-system, system-ui, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, sans-serif;
    font-size: 1.5rem;
    font-weight: normal;
    line-height: 1.5;
    color: #292b2c;
	background: #F4F8F8;
    transition: background-color 0.2s ease-in-out;
	text-rendering: optimizeLegibility !important;
}

  h1, h2, h3, h4, h5, h6 {
    font-family: var(--font-family-heading) !important;
    line-height: 108%;
    margin: 5px 0 5px 0;
	text-transform: uppercase;
    -webkit-font-smoothing: antialiased;
    -webkit-text-stroke-width: .2px;
    -moz-osx-font-smoothing: grayscale;
	  font-weight: bold;
  }
  
h1 {
    font-size: 26px;
    text-transform: uppercase; 
    border-bottom: 0.5px solid var(--border-bottom-lite);
    padding-bottom: 10px; 
	margin-bottom: 10px;
}  


h1,h2,h3,h4,h5,h6,.h1,.h2,.h3,.h4,.h5,.h6 {
    margin-bottom: .5rem;
    font-family: inherit;
    font-weight: normal;
    line-height: 1.2;
    color: inherit
}

h1,.h1 {
    font-size: 2.6rem
}

h2,.h2 {
    font-size: 2.2rem
}

h3,.h3 {
    font-size: 2.1rem
}

h4,.h4 {
    font-size: 2rem
}

h5,.h5 {
    font-size: 1.75rem
}
 
.container {
    --container-padding: 1.5rem;
    --container-width: 100vw;
    max-width: 1230px;
    width: Min(100%, calc(var(--container-width) + var(--container-padding) * 2));
    padding: 0 var(--container-padding);
    margin: auto;
	-webkit-tap-highlight-color: transparent;
  }
  /* header */
  header.header {
    background-color: var(--custom-theme-color);
    padding: 6px 0 0 0 !important;

  }

  
.dark-theme .header.header {
	background: linear-gradient(to bottom, #000 0, #0f0f0f 50%, #000 100%);
	
}

  /* home og */
  section.home-sec {
    padding-block: 10px 43px;
      position: relative;
  }
  .home__main {
    display: flex;
    justify-content: space-between;
    align-items: flex-start;
    gap: 20px;
  }

  
  section.home-sec .home__team-matche-logo {
    max-width: 350px;
	border: 5px solid transparent;
  }
  
  .home__team-name span {
    font-size: 14px;
    line-height: 20px;
    font-weight: 400;
    color: #000000;
  }
  .home__team {
    border: none;
    padding: 27px 11px 50px 9px;
    border-radius: 26px;
    box-shadow: rgb(149 157 165 / 20%) 0px 8px 24px;
    width: 100%;
    max-width: 230px;
  }
  .home__team-fixture-time a {
    display: flex;
    gap: 3px;
    align-items: center;
  }
  .home__team-fixture-time span {
    font-size: 20px;
    font-weight: 500;
    line-height: 20px;
	font-family: var(--font-family-heading);
	text-transform: uppercase;
  }

a.home__primary-btn,
a.home__secondry-btn {
    font-size: 20px;
    line-height: 20px;
    text-align: center !important;
    text-shadow: 0 1px 1px rgb(0 0 0 / 50%);
    text-transform: uppercase;
    transition: 0.5s;
    background-size: 200% auto;
    color: white;
    padding: 6px 16px;
    border-radius: 5px;
    font-weight: 700;
    cursor: pointer;
    touch-action: manipulation;
    font-family: var(--font-family-heading);
    display: inline-flex;
    align-items: center;
    justify-content: center;
    box-sizing: border-box;
    min-height: 32px;
}

a.home__primary-btn {
    border: 1px solid #006AB7 !important;
    background-image: linear-gradient(45deg, #006AB7 0%, #5CA5D6 51%, #5CA5D6 100%);
	margin-top: 11px;
}

a.home__secondry-btn {
    border: 1px solid #CC2610 !important;
    background-image: linear-gradient(45deg, #FF512F 0%, #F09819 51%, #FF512F 100%);
    margin-right: 5px;
}

a.home__primary-btn:hover {
  background-position: right center;
  color: #fff;
  text-decoration: none;
}

 a.home__primary-btn:active {
  transform: scale(0.95);
}

  
 a.home__secondry-btn:hover {
  background-position: right center;
  color: #fff;
  text-decoration: none;
}

 a.home__secondry-btn:active {
  transform: scale(0.95);
}

a.home__secondry-btn:focus, .schedule_hd.focus {
    outline: 0;
    box-shadow: 0 0 0 3px rgb(2 117 216 / 25%);
}

 a.home__primary-btn:focus, .schedule_watch.focus {
    outline: 0;
    box-shadow: 0 0 0 3px rgb(2 117 216 / 25%);
}

  .home__team-logo img {
      height: auto;
      width: 42px;
  }

  .home__team-fixture-schedule {
    text-align: center;
	margin: auto;

  }
  .home__team-fixture-schedule h3 {
    color: var(--custom-theme-color);
    font-weight: 700;
    font-size: 15px;
  }
  .home__team-fixture-schedule h4 {
    color: #909090;
    font-size: 16px;
    font-weight: 500;
    width: 100%;
    text-transform: uppercase;
/*     margin-top: 3px; */
	display: block;
  }
  .home__team-fixture-schedule span {
    font-size: 8px;
    font-weight: 500;
    color: #515151;
  }
  .home__team-fixture {
    padding: 20px;
	box-shadow: var(--box-shadow-lite);
    border: none;
    width: 100%;
    max-width: 836px;
	border-radius: 3px;
    background: var(--white);
	margin-top: 20px;
	border: 5px solid transparent;
	
 }
	.home__btn {
		display: block;
		-webkit-box: block;
		-ms-flexbox: block; 
 }

	.home__btn > * {
		margin-bottom: 10px;
	}

  .home__team-fixture h2 {
    line-height: 26px;
    margin-bottom: 10px;
    font-weight: 600;
 }
  .home__team-fixture-matche {
    display: flex;
    align-items: center;
    justify-content: space-between;
	background: linear-gradient(to bottom, rgb(255, 255, 255) 0%, rgb(236, 236, 236) 50%, rgb(255, 255, 255) 100%);
	border-bottom: 1px solid var(--icon-hover-color);
	padding: 4px;
  }
	 .home__team-fixture-matche:hover {
		background: rgba(44, 137, 255, 0.08);
 }  
	.dark-theme .home__team-fixture-matche {
		border-color: rgb(82 82 82 / 66%);
		background: var(--dark-background-color);
 }
	.dark-theme .home__team-fixture-matche:hover {
		background: rgba(44, 137, 255, 0.08);
 }  
  .about__team-fixture .home__team-fixture {
    padding: 15px;
    height: 409px;
    overflow: auto;
    margin-bottom: 20px;
	border: 5px solid transparent;
  }
  
  .about__team-fixture .home__team-fixture-time a {
      display: block;
      text-align: center;
  }
  
  .about__team-fixture .home__btn {
      flex-direction: column;
	  display: flex;
      gap: 5px;

  } 
  .about__team-fixture .home__btn a {
      text-align: center;
      font-size: 16px;
      margin: 0;
	  padding: 3px 16px;
  }
  
  .about__team-fixture .home__team-fixture-schedule span {
      font-size: 14px;
      line-height: 1;
  }
  
  .about__team-fixture .home__team-fixture::-webkit-scrollbar {
    width: 8px;            
  }
  .about__team-fixture .home__team-fixture::-webkit-scrollbar-track {
    background: white;     
      border-radius: 20px;
  }
  .about__team-fixture .home__team-fixture::-webkit-scrollbar-thumb {
    background-color: #1a28c9;    
    border-radius: 20px;       
    border: 1px solid white;  
  }

  .about__img {
      position: relative;
      background-size: cover !important;
      border-radius: 3px;
      aspect-ratio: 2/1.16;
	  
  }
  
  .about__img a {
      display: flex;
      height: 100%;
      align-items: flex-end;
  }
  
  .home__logo {
    display: flex;
    flex-wrap: wrap;
  }
  .home__logo {
    display: flex;
    flex-wrap: nowrap;
    border: none;
    gap: 4px;
    padding-top: 6px;
}
  .home__team-matche-logo {
    width: 100%;
    max-width: 370px;
    padding: 15px 13px 15px 13px;
	box-shadow: var(--box-shadow-lite);
    border-radius: 3px;
    height: fit-content;
	background: var(--white);
	border: 5px solid transparent;
  }
  .home__team-matche-logo h2 {
    font-size: 2rem;
    line-height: 14px;
    font-weight: 600;
    padding-block: 0 11px;
    border-bottom: 0.5px solid var(--border-bottom-lite);
	text-align: left;
  }
  /* about-pg */  
  section.about-sec {
    padding-top: 10px;
  }
  .about__main {
    display: flex;
    justify-content: space-between;
    gap: 20px;
  }
  ul.nav-tab {
    display: flex;
    align-items: center;
    list-style: none;
    font-size: 16px;
    font-weight: 500;
    gap: 10px;
    line-height: 30px;
    margin-top: 37px;
    margin-bottom: 25px;
    justify-content: space-between;
  }
  .about__img img {
    width: 100%;
  }
  ul.nav-tab li a {
	background: var(--white);
    border: 1px solid #9B9B9B;
    border-radius: 3px;
    padding: 3px;
    width: 100%;
    max-width: 220px;
    text-align: center;
    display: block;
	touch-action: manipulation;
	font-weight: 400;
  }

	.content iframe {
	  position: absolute;
	  top: 0;
	  left: 0;
	  width: 100%;
	  border: none;
	  z-index: 1;
	  pointer-events: auto;
	}

.tab-content iframe, .content iframe {
	display: block;
	position: absolute;
	width: 100%;
	max-width: 1017px !important;
	height: 100%;
	border: none;
	top: 0;
	left: 0;
}
.content iframe {
    visibility: hidden;
}

.content.active iframe {
    visibility: visible;
}

	img.away-team-logo:hover {
		filter: drop-shadow(0px 0px 10px #0275d899);
	}
	img.home-team-logo:hover {
		filter: drop-shadow(0px 0px 10px #0275d899);
	}
  
  .home__team-fixture-time a img {
    max-width: 40px;
    width: 100%;
	transform: scale(1.1);
    transform-origin: center center;
    margin: 12px;
}
  img.away-team-logo {
    max-width: 40px !important;
    width: 100%;
	margin-left: 20px;
}
  video {
    width: 100%;
  }
  li.active a{
    background: var(--custom-theme-color) !important;
    color: #fff;
  }
  
  ul.nav-tab li {
      max-width: 220px;
      width: 100%;
      border-radius: 9px;
  }
  
  footer.footer {
    background: white;
    padding-block: 42px 39px;
    box-shadow: rgb(149 157 165 / 20%) 0px 8px 24px;
  }
  .video__content {
    position: absolute;
  }

	.video__content {
	  position: absolute;
	  top: 0;
	  left: 0;
	  width: 100%;
	  height: 100%;
	  background: rgba(0, 0, 0, 0.85);
	  color: #fff;
	  display: flex;
	  flex-direction: column;
	  align-items: center;
	  justify-content: center;
	  z-index: 2;
	  pointer-events: auto;
	  background-size: cover !important;
	  background-position: center !important;
	}

  .tab-content {
    width: fit-content;
  }
  
  .drop__down {
      display: none;
  }
  
  .content.active {
    position: relative !important;	
  }
  
  .about__img .today-match {
    position: absolute;
    padding: 10px 20px;
    background: var(--custom-theme-color);
    color: white;
    margin: 10px;
    border-radius: 8.56px;
  }
  
  
  .video__content p {
    font-size: 22px;
    color: white;
    text-align: center;
    margin: 0 auto !important;
    line-height: 26px;
  }
  .video__content a {
    background: var(--custom-theme-color);
    color: white;
    padding: 21px 34px;
    font-size: 19px;
    margin-top: 37px;
  }
  /* ad */
  section.ads {
    padding-top: 47px;
  }
  .ads__main {
    display: flex;
    justify-content: space-between;
    align-items: center;
    border: none;
    padding: 10px 0px 15px 15px;
    border-radius: 8px;
  }
  .content {
    position: relative;
	aspect-ratio: 6 / 3.4;
	margin: auto;
	overflow: hidden;
	z-index: 1;
    background: var(--white);
    border-radius: 3px;
	box-shadow: var(--box-shadow-lite);
	border: 5px solid transparent;
	transition: all 0.6s ease;
	 
  }

.ads__btn span {
    padding: 23px 10px 23px 10px;
    background: var(--custom-theme-color);
    color: white;
    border-radius: 8px;
}
  .ads__heading h2 {
    font-size: 32px;
    line-height: 36px;
  }
  
  .about__tab video {
    max-width: 100%;
    width: 100%;
  aspect-ratio: 3/2.2;
  border-radius: 20px;
  }
  
  video[poster] {
    object-fit: cover;
  }
  
  .about__tab .tab-content {
    width: 100%;
  }
  
  .about__primary {
    max-width: 71%;
    width: 100%;
  }
  
  .about__sidebar {
    max-width: 350px;
    width: 100%;
  }
  
  section.about__content {
    padding-block: 20px 38px;
  
}
  .about__content-para {
	background: var(--white);
    border: none;
    padding: 12px 32px 30px 30px;
    box-shadow: 0 2px 2px rgba(0, 0, 0, .14);
    border-radius: 3px;
    text-align: left;
}

 .about__content-para ul {
    margin-left: 2rem;
 }
  section.about__fixture {
    padding-bottom: 46px;
  }
  .about__content-para h2 {
    font-size: 32px;
    color: var(--custom-theme-color);
    border-bottom: 0.5px solid #C1C1C1;
    padding-bottom: 17px;
    line-height: 36px;
  }

.about__content-para h1 {
    font-size: 26px;
    border-bottom: 0.5px solid var(--border-bottom-lite);
    padding-bottom: 12px;
	line-height: 1.3;
  }

.about__content-para h4 {
    font-family: var(--font-family-heading);
	margin-block: 15px;
    display: block;
    font-size: 20px;
	text-transform: capitalize;
}
 
  .about__content-para span {
    font-family: var(--font-family-heading);
	margin-block: 15px;
    display: block;
    font-size: 20px;
    line-height: 1.5rem;
	text-transform: capitalize;
	
  }
  .about__content-para p {
    margin-bottom: 20px;
    font-size: 16px;
    line-height: 25px;
  }
  .about__team-fixture span {
    font-size: 11px;
    line-height: 14px;
    display: block;
  }
  .home__team-fixture-schedule span {
    font-size: 18px;
    line-height: 0px;
	padding-right: 2px;
	font-family: var(--font-family-heading) !important;
  }
  .about__team-fixture h4 {
    font-size: 16px;
    line-height: 16px;
  }
	.about__team-fixture .home__team-fixture-time {
		width: auto;
  }
  .about__team-fixture a img {
    margin: 12px 22px;
}
	.about__team-fixture .home__team-fixture-matche {
		border-top: 1px solid var(--icon-hover-color);
 }
  .about__fixture .home__team-fixture {
    width: 100% !important;
    max-width: inherit;
    border-radius: 28px;
  }
  section.about__fixture a {
    font-size: 24px;
    line-height: 30px;
  }
  .about__team-fixture .home__team-fixture-schedule h3 {
    font-size: 15px;
    text-align: center;
    display: block;
  }
  .about__heading {
    display: flex;
  }
  .about__heading h1 {
    font-size: 20px;
    line-height: 1.5;
    color: var(--custom-theme-color);
    font-weight: 600;
    position: relative;
    text-align: center;
  }
  .about__heading h2 {
    font-size: 2rem;
    line-height: 22px;
    font-weight: 600;
    text-align: center;
  }
  .about__heading h3 {
    font-size: 14px;
    text-align: center;
    line-height: 0px;
    padding-bottom: 17px;
    font-weight: 400;
  }
  .about__heading h1::after {
    position: absolute;
    border-left: 3px solid #CCCCCC;
    height: 41px;
    right: -10px;
    top: 3px;
  }
  .footer__para {
    text-align: center;
    font-size: 15px;
    line-height: 17px;
    font-weight: 500;
  }
  .drop__down img {
    width: 100%;
    max-width: 12px;
    transform: rotate(180deg);
    filter: invert(1);
  }
  .drop__down a{
    font-size: 18px;
    line-height: 20px;
    background-color: var(--custom-theme-color);
    padding: 14px;
    width: 100%;
    max-width: 132px;
    text-align: center;
    display: flex;
    color: white;
    align-items: center;
    margin-top: 14px;
    gap: 13px;
    justify-content: center;
  }
  
  @media only screen and (max-width:1500px) {
      .about__team-fixture .home__team-fixture {
          height: 330px;
		  margin-top: 20px;
      }
  }
  
  
  @media only screen and (max-width:1400px) {
      
      .video__content p {
      font-size: 16px;
      padding: 0 10px;
  }
  
  .video__content a {
      font-size: 14px;
      padding: 15px 20px;
  }
  
  .ads__heading h2 {
      font-size: 23px;
  }
  
  .ads__btn span {
      font-size: 25px;
  }
  
  .about__content-para h2 {
      font-size: 23px;
  }
      
    .home__logo {
        gap: 6px;
    }
    .team__logo {
        width: 40%;
    }
    .team__logo img {
        width: 100%;
        max-width: 100px;
    }
    ul.nav-tab {
        font-size: 15px;
    }
    .ads__main {
        
        width: 100%;
        max-width: 130rem;
    }
  }
  @media only screen and (max-width:1200px) {
      
      .live-chat {
      display: none;
  }
      
      .theatre.theatre-on .live-chat {
          max-width: 260px;
      }
      
      .about__primary {
      max-width: 100%;
  }
  
  .tab-content iframe {
      max-width: 100% !important;
  }
  
  .about__sidebar {
      max-width: 100% !important;
  }
  
  .about__team-fixture .home__team-fixture {
      max-width: 100%;
  }
  
      
    .team__logo {
        width: 15%;
    }
    .about-sec .about__main {
       
        flex-direction: column;
    }
    .home__team-matche-logo {
        width: 100%;
        max-width: inherit;
    }
    .home__logo {
        
    }
    ul.nav-tab li a{
        padding: 11px;
        max-width: 160px;
    }
    ul.nav-tab {
        font-size: 18px;
    }
  }
  
  @media only screen and (max-width:991px) {
      .theatre-mode-button {
          display: none !important;
      }
  }
  
  @media only screen and (max-width:1024px) {
      
  
      .home-main-content {
      order: 0;
  }
  
  .home-sidebar-content {
      order: 3;
  }
      
      .home__team-matche-logo-main {
      max-width: 100% !important;
      display: contents;
  }
  
  .home__team-fixture-main {
      max-width: 100% !important;
      display: contents;
  }
      
  .drop__down {
      display: block;
  }
      
  .home__team {
      position: absolute;
      background: white;
      top: 0;
      max-height: 0;
      overflow: hidden;
      padding:0 11px 0 9px;
      z-index: 2;
      transition: all ease 0.5s;
  }
  
  .teams-overlay {
      position: fixed;
      width: 100%;
      height: 100%;
      background: #0000004f;
      top: 0;
      z-index: 1;
      display: none;
  }
  
  .teams-overlay.active {
      display: block;
  }
  
  .home__team.active {
      max-height: 500vh;
      padding: 27px 11px 50px 9px;
  }
      
      section.home-sec .home__team-matche-logo {
      max-width: 100%;
      order: 1;
  }
  
  .home__team-fixture {
      max-width: 100%;
     order: 1;
	     margin-top: 0;
  }
      
    .about__team-fixture span {
        font-size: 17px;
        line-height: 22px;
    }
    .home__team-fixture-time {
        align-items: center;
    }
    .about__team-fixture .home__team-fixture-schedule h3 {
        font-size: 18px;
        line-height: 23px;
    }
    .about__team-fixture span {
        font-size: 16px;
        line-height: 22px;
    }
    section.home-sec .home__main {
        flex-direction: column;
    }
  }
  @media only screen and (max-width:768px) {
  
      a.hd_button {
        display: none !important;
    }
      
      .live-chat iframe {
          height: 500px !important;
      }
      
      :is(.about-sec, .ads, .about__content) .container {
          --container-width: 100%;
      }
      
    .ads__heading h2 {
        font-size: 22px;
        line-height: 26px;
    }
    .ads__main { 
        padding: 17px 0px 22px 27px;
       
    }
    .ads__heading h2 {
        font-size: 22px;
        line-height: 26px;
    }
    .team__logo {
        width: 15%;
    }
    
    .about__team-fixture .home__team-fixture-schedule h3 {
        font-size: 16px;
        line-height: 20px;
    }
    .home__team-fixture-time {
        align-items: flex-start;
        gap: 5px;
       
    }
    .home__team-fixture-schedule  h4 {
        top: 19px;
        right: 0;
		font-size: 16px;
		line-height: normal;
        padding-top: 2px;

    }
	  
   .about__team-fixture .home__team-fixture-schedule  h4 {
		font-size: 16px;

    }
	  .about__team-fixture .home__team-fixture {
        max-width: 100%;
        height: 360px;
    }
    section.about__fixture a {
        font-size: 16px;
        line-height: 20px;
    }
    .about__heading h2 {
        font-size: 2rem;
        line-height: 27px;
       
    }
    .about__heading h1 {
        font-size: 22px;
        line-height: 27px;
    }
    .about__heading h1::after {
       
        height: 28px;
        right: -14px;
        top: 0px;
    }
    .home__team-fixture-schedule span {
        left: 0;
        top: 19px;
        font-size: 18px;
        line-height: 22px;
		margin: 0 11px;
		text-align: center;
		display: inline-block;
    }
    .home__btn {
    
        gap: 7px;
    }
    .ads__btn a {
        font-size: 18px;
        line-height: 25px;
        padding: 20px 16px;
    }
    .video__content p {
        font-size: 18px;
        width: 100%;
        max-width: 39rem;
    }
    .video__content a {
   
        padding: 14px;
        font-size: 12px;
        margin-top: 17px;
    }
    .about__content-para p {
        margin-bottom: 19px;
        font-size: 16px;
        line-height: 23px;
    }
    .home__team-fixture-matche {
        gap: 20px;
        position: relative;

    }
  }
  @media only  screen and (max-width:567px) {
  .about__img .today-match {
      font-size: 12px;
      padding: 5px 0px;
      margin: 5px;
  }
      
    ul.nav-tab li a{
        padding: 0px;
        max-width: 119px;
    }
    ul.nav-tab {
        font-size: 10px;
        margin-top: 20px;
        margin-bottom: 22px;
    }
    .video__content p {
        font-size: 14px;
      
        max-width: 24rem;
        line-height: 21px;
    }
    .video__content a {
        padding: 11px;
        font-size: 10px;
        margin-top: 14px;
    }
    .about__content-para h2 {
        font-size: 18px;
        line-height: 27px;
    }
      
      .ads__btn span {
          font-size: 34px;
      }
      
      .ads__heading h2 {
          font-size: 17px;
      }
      .about__heading {

  }
  
  .about__heading h2 {
      margin-left: 0;
	  font-size: 2rem;
  }
      
    .footer__para {
        
        font-size: 12px;
        line-height: 19px; 
    }
    footer.footer {
       padding-block: 34px 40px;
       margin-bottom: 40px;
        
    }
    header.header {
        padding: 6px 10px!important;
    }
    .header__logo img {
        width: 100%;
        max-width: 120px;
		vertical-align: middle;
    }
    .home__team-fixture {
        padding: 14px;
       
    }
    .about__heading h1::after {
        height: 51px;
        right: 2px;
        
    }
  }
  
  
  /* Dark Mode */
  
  body {
    transition: all ease 0.6s;
  }
  
  .dark-theme {
    background-color: var(--dark-background-color);
    color: white;
    transition: all 0.6s;
  }
  .dark-theme .home__team-name span {
    color: #bababa !important;
  }
  .dark-theme .home__team-fixture-time span {
    color: #bababa;
  }
  .dark-theme .home__team-fixture-schedule span {
    color: #bababa;
  }

 .dark-theme .home__team-fixture-schedule h3 {
    color: #0069d9;
}
  .dark-theme .about__content-para p {
    color: #bababa;
  }
  .dark-theme .about__content-para span {
    color: #fdfdfd !important;
  }
  .dark-theme .nav-tab li a {
    color: #ffffff;
    background: #1e1e1e;
    border: 1px solid var(--container-color-white7p);
  }
  .dark-theme a.hd_button {
    color: #ffffff;
    background: #1e1e1e;
    border: 1px solid var(--container-color-white7p);
  }
  
  .dark-theme .ads__main {
  
  }
  .dark-theme .home__team-fixture {
    background: var(--container-color-white7p);
    
  }
  .dark-theme .about__content-para {
    background: var(--container-color-white7p);
    box-shadow: none;
  }
  .dark-theme .home__team {
    background: #1e1e1e;
    box-shadow: none;
  }
  .dark-theme .home__team-matche-logo {
    background: var(--container-color-white7p);
  }
  .dark-theme .footer {
    background: #262626;
  }
  span.circle {
    background: white;
    width: 30px;
    display: block;
    height: 30px;
    border-radius: 100%;
    position: relative;
    transition: all 0.6s;
  }
  span.circle::before {
    background-image: url('../img/moon.svg');
    position: absolute;
    content: "";
    width: 22px;
    height: 22px;
    background-repeat: no-repeat;
    opacity: 1;
    inset: 0;
    margin: auto;
    background-size: contain;
    transition: all 0.6s;
  }
  input#theme:checked + .toggler span.circle::after {
    background-image: url('../img/sun.svg');
    position: absolute;
    content: "";
    width: 22px;
    height: 22px;
    background-repeat: no-repeat;
    background-size: contain;
    opacity: 1;
    inset: 0;
    margin: auto;
  }
  .mode {
    position: relative;
	padding-bottom: 6px;
  }
@media (max-width: 768px) {
  .mode {
    padding-bottom: 0;
  }
}
  label.toggler {
    display: flex;
    align-items: center;
    background: #8199FF;
    width: 100%;
    width: 98%;
    max-width: 99px;
    border-radius: 28px;
    padding: 3px;
    cursor: pointer;

  }
  input#theme:checked + .toggler.dark {
    font-size: 12px;
    width: 100%;
    max-width: 33px;
   display: none;
  }
  .header__main {
    display: flex;
    align-items: center;
    justify-content: space-between;
    background-color: var(--custom-theme-color)
  }


.dark-theme .header__main {
	background: linear-gradient(to bottom, #000 0, #0f0f0f 50%, #000 100%);
	
}

  input#theme {
    display: none;
  }
  
  .check-box {
    transform: scale(2);
  }
  
  input#theme:checked + .toggler {
    background: #8199FF;
  }
  
  input#theme:checked + .toggler .circle::after {
    background-color: #fff;
   
  }
  span.dark {
      margin-left: auto;
      width: 0%;
      font-size: 10px;
      opacity: 0;
      transition: all 0.01s;
      white-space: nowrap;
  }
  input#theme:checked + .toggler .dark {
    opacity: 1;
    padding-right: 25px;
  }
  input#theme:checked + .toggler .light {
      opacity: -1;
  }
  input#theme:checked + .toggler .circle {
      translate: -61px;
      transition: all 0.5s;
  }
  .light {
    font-size: 10px;
    width: 100%;
    max-width: 33px;
    transition: all 0.01s;
    padding-left: 3px;
    white-space: nowrap;
    text-transform: capitalize;
  }
  
  /* theatre mode */  
  .theatre .live-chat {
      display: none;
  }
  
  .theatre.theatre-on {
      position: fixed;
      top: 65px;
      width: 100%;
      left: 0;
      height: 100vh;
      background: black;
      z-index: 99;
      display: flex;
      justify-content: space-between;
  }
  
  .theatre-on iframe {
      max-width: 100% !important;
      height: calc(100vh - 65px);
      margin: 0;
      left: 0;
      border-radius: 0;
      border: 0;

  }
  
  .theatre-mode .chat-sidebar-content {
	  position: relative;
	  display: flex;
	  width: 100%;
	  justify-content: flex-end;
	}

 .theatre-mode .chat-sidebar-content .live-chat {
    display: block !important;
    position: fixed;
    top: 65px;
    right: 0;
    left: auto;
    max-width: 326px;
    width: 100%;
    height: calc(100vh - 65px);
    padding: 0;
    z-index: 999999999;
    overflow: auto;
    background: #000;
}

 .theatre-mode .chat-sidebar-content .live-chat iframe {
	  width: 100%;
	  height: 100%;
	  border: none;
	  overflow: hidden;
	  scrollbar-width: none;
	  display: block;
}

	.theatre.theatre-on .content {
	  position: fixed;
	  top: 0;
	  left: 0;
	  width: 100vw;
	  height: 100vh;
	  max-width: 100%;
	  border-radius: 0;
/* 	  z-index: 9999; */
	}

   .theatre.theatre-on .live-chat {
      display: block;
      max-width: 360px;
      width: 100%;
      right: 0;
      left: auto;
	  z-index: 999999999;
  } 

  .theatre.theatre-on .about__tab {
      max-width: 80%;
      width: 100%;
      position: relative;
  }
  
  .theatre.theatre-on .about__tab:hover .nav-tab {
      display: flex;
  }
  
  .theatre.theatre-on ul.nav-tab {
      position: absolute;
      top: 15px;
      z-index: 999999999;
      max-width: 75%;
      width: 100%;
      left: 0;
      right: 0;
      margin: 0 auto;
      justify-content: center;
      display: none;
  }
  
  .theatre.theatre-on ul.nav-tab li {
      max-width: 100px;

  }
 .theatre-mode-button {
	  position: absolute;
	  top: 52px;
	  left: 20px;
	  background: var(--custom-theme-color, #e91e63);
	  color: #fff;
	  padding: 5px;
	  border-radius: 3px;
	  cursor: pointer;
	  z-index: 99999;
	  display: flex;
	  align-items: center;
	  gap: 5px;
	  opacity: 0;
	  transition: opacity 0.2s ease;
	  pointer-events: none;
	  padding: 5px;
	  transition: all ease 0.5s;
	  max-width: 40px;
	  overflow: hidden;
	}
  .match-placeholder {
	  position: relative;
	  width: 100%;
	  height: 100%;
	  z-index: 2;
	  pointer-events: none;
	}
  .content:hover .theatre-mode-button {
	  opacity: 1;
	  pointer-events: auto;
	}
  
  .theatre-mode-button p {
      min-width: max-content;
      color: white !important;
	  margin: 0;
  }
  
  .theatre-mode-button > div {
      max-width: 100%;
      width: 100%;
  }
  
  .theatre-mode-button svg {
      max-width: 32px;
      min-width: 32px;
  }
  
  .theatre-mode-button:hover {
      max-width: 100%;
  }
  
  .home__team-fixture-main {
      width: 100%;
      max-width: 836px;
  }
  
  .home__team-matche-logo-main {
      max-width: 350px;
      width: 100%;
  }
  
   .home-main-content {
    padding: 20px;
    background: var(--white);
	box-shadow: var(--box-shadow-lite);
    border-radius: 3px;
	border: 5px solid transparent;
}
  
  .home-sidebar-content {
      padding: 20px;
      margin: 20px 0;
      border-radius: 3px;
	  background: var(--white);
	  box-shadow: var(--box-shadow-lite);
  }

 .home-sidebar-content ul {
    margin-left: 3rem;
}
  
  .dark-theme .home-sidebar-content {
     background-color: var(--container-color-white7p);
  }
  
  
  /* image schedule */

@media (max-width: 1024px) {
    .home__team-fixture-time a img {
        transform: scale(1.3);
        transform-origin: center center;
        margin: 10px;
    }
}

  
  /* new css */

  a.hd_button {
    border: 1px solid #9B9B9B;
    border-radius: 3px;
    padding: 3px 25px;
    color: var(--custom-theme-color);
    background-color: #fff;
    position: relative;
    inline-size: auto;
    text-decoration: none;
    text-align: center;
    white-space: nowrap;
    display: inline-block; 
}

a.hd_button:hover {
    background-color: rgb(230, 230, 230);
    border-color: rgb(173, 173, 173);
}
.dark-theme a.hd_button:hover {
    background-color: rgb(73, 73, 73);
    border-color: rgb(120, 120, 120); 
}
  
  .ads {
    margin-top: 30px;
    box-shadow: rgb(149 157 165 / 40%) 0px 8px 24px;
    border-radius: 16.2049px;
  }
  
  .dark-theme .ads {
    background: #1e1e1e;
    box-shadow: none;
  }
  
  .ads__btn {
    margin-top: 7px;
  }
  
  /* Player button */

  .video-play-button {
    position: absolute;
    z-index: 10;
    top: 50%;
    left: 50%;
    transform: translateX(-50%) translateY(-50%);
    box-sizing: content-box;
    display: block;
    width: 32px;
    height: 44px;
    border-radius: 50%;
    padding: 18px 20px 18px 28px;
  }
  
  .video-play-button:before {
    content: "";
    position: absolute;
    z-index: 0;
    left: 50%;
    top: 50%;
    transform: translateX(-50%) translateY(-50%);
    display: block;
    width: 60px;
    height: 60px;
    background: #ff0000;
    border-radius: 5%;
    animation: pulse-border 1500ms ease-out infinite;
  }
  
  .video-play-button:after {
    content: "";
    position: absolute;
    z-index: 1;
    left: 50%;
    top: 50%;
    transform: translateX(-50%) translateY(-50%);
    display: block;
    width: 60px;
    height: 60px;
    background: #ff0000;
    border-radius: 5%;
    transition: all 200ms;
  }
  
  .video-play-button:hover:after {
    background-color: darken(#ff0000, 10%);
  }
  
  .video-play-button img {
    position: relative;
    z-index: 3;
    max-width: 100%;
    width: auto;
    height: auto;
  }
  
  .video-play-button span {
    display: block;
    position: absolute;
    z-index: 300;
    width: 0;
    height: 0;
    border-left: 26px solid #fff;
    border-top: 16px solid transparent;
    border-bottom: 16px solid transparent;
    left: 54%;
    top: 50%;
    transform: translateX(-50%) translateY(-50%);
  }
  
  @keyframes pulse-border {
    0% {
      transform: translateX(-50%) translateY(-50%) translateZ(0) scale(1);
      opacity: 1;
    }
    100% {
      transform: translateX(-50%) translateY(-50%) translateZ(0) scale(1.5);
      opacity: 0;
    }
  }

