html{
  overflow: hidden;
}
/* ----- Web platform override ----- */
body {
  background-color: var(--theme-color-text);
  color: var(--theme-color-black);
}
/* h1,
h2,
h3,
h4,
h5,
h6,
p,
div,
button,
li {
  color: var(--theme-color-black);
} */
.live-video-container {
  /* display: none; */
}
#bg-video-player {
  height: 100%;
}
#bg-video-player .video-js {
  height: 100%;
}
.page-container.has-show-bg-video {
  transition: margin-top 0.5s ease-in-out;
}
.nav-close-btn {
  display: none;
}

.app-container {
  /* overflow: auto; */
  width: 100% !important;
  /* height: 100% !important; */
  /* background-color: var(--theme-color-text); */
  color: var(--theme-color-black);
}
.top-navigation .nav-left {
  display: flex;
  align-items: center;
  justify-content: space-between;
  flex-wrap: wrap;

}
/* .top-navigation {
  background-color: var(--theme-color-body-bg) !important;
} */
.top-navigation {
  background: #180e24;
  border-bottom: 1px solid #4A4B58;
  flex-direction: column;
  gap: 0;
  left: 0;
  min-height: 60px;
  position: sticky;
  right: 0;
  top: 0;
  width: 100%;
  z-index: 8888;
  backdrop-filter: blur(10px);
}
.page-container .page-content {
  width: 100%;
  justify-content: flex-end;
  padding-left: 0;
  padding-right: 0;
  /* overflow: hidden; */
}
.page-container .page-content.has-bg-video {
  padding-top: 0px;
}

.scroll-down-active #video-player1 {
    height: calc(100vh - 475px);
}

#video-player1 {
    width: 100%;
    height: calc(100vh - 320px);
    border-radius: 16px;
    overflow: hidden;
}

.video-js .vjs-tech{
  background-color: #111111;
}

#video-player1 .video-js{
  height: 100%;
  padding: 0;
}

@media (max-width: 1024px) {
  #video-player1 {
    height: calc(100vh - 830px);
  }
    .scroll-down-active #video-player1 {
      height: calc(100vh - 918px);
  }
}

@media (max-width: 820px) {
 #video-player1 {
    height: calc(100vh - 758px);
  }
    .scroll-down-active #video-player1 {
      height: calc(100vh - 850px);
  }
}

@media (max-width: 768px) {
  #video-player1 {
    height: calc(100vh - 628px);
  }
    .scroll-down-active #video-player1 {
      height: calc(100vh - 718px);
  }

  .button, [type="button"], [type="reset"], [type="submit"], button {
    padding: 1rem 0;
  }
}

@media (max-width: 560px) {
  #video-player1 {
    height: 175px;
  }
  .scroll-down-active #video-player1 {
    height: 175px;
  }
}

/* #video-player1 .video-js {
  height: 100% !important;
} */

#overlay {
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background-color: var(--theme-color-landing-img-bg);
}
.top-navigation.scrolled {
  background: var(--theme-color-black);
}
.landing-page-container {
  position: absolute;
  top: calc(50% - 24px);
  left: 0;
  text-align: center;
  width: 100%;
}
.landing-img {
  height: auto;
  width: 100%;
}
.about-us {
  padding: 30px 0;
  background-color: var(--theme-color-text);
}
.about-us .h1 {
  font-size: 6rem;
  font-weight: 900;
  line-height: 1;
  margin-bottom: 20px;
  text-align: center;
}

.responsive-paragraph {
  line-height: 1.5;
  font-size: 23px;
}
.landing-page-main-container-loading {
  height: 959px;
}
.landing-page-main {
  position: relative;
}

.video-details-main-div {
  overflow: unset;
  height: unset;
}

.home-page .horizontal-list{
  padding: 0 20px;
}
.horizontal-list {
  position: relative;
  width: 100%;
}
.swiper-button-next:after,
.swiper-button-prev:after {
  font-size: 20px;
}
.horizontal-list .grid-title,
.live-stream-component .live-stream-left h3,
.live-stream-component .live-stream-right h3 {
  align-items: center;
  display: flex;
  font-size: 24px;
  font-weight: 600;
  gap: 0;
  line-height: normal;
}
.swiper-button-next,
.swiper-button-prev {
  /* color: var(--theme-color-primary); */
  /* background-size: 0px; */
  /* background-color: var(--theme-color-black) !important; */
  transition: 0.3s;
}

#movies .swiper-button-prev,
.swiper-button-next {
  background-color: transparent;
}
.video.prj-element.landscape {
  height: auto !important;
}
.player-bottom-bar {
  display: flex;
  flex-direction: column;
  align-items: center;
  position: absolute;
  bottom: 151px;
  height: 205px;
}
.media-element.landscape.prj-element .img {
  width: 100%;
}
.media-element.landscape.prj-element .img .img-container {
  width: 100%;
}
.media-element .img .video-duration {
  position: absolute;
  bottom: 0;
  left: 0px;
  text-align: right;
  width: 100%;
  font-size: 30px;
  padding: 15px;
  color: var(--theme-color-white);
}
.player-overlay {
  width: 100%;
  height: 100%;
}
.player-bottom-bar {
  bottom: 57px;
  height: 205px;
}
.fastforward.media-btn.prj-element:hover {
  background-color: var(--theme-color-primary);
}
.rewind.media-btn.prj-element:hover {
  background-color: var(--theme-color-primary);
}

.playpause.media-btn.prj-element:hover {
  background-color: var(--theme-color-primary);
}
.media-element .img .video-duration {
  font-size: 20px;
}
#movies .overlay-grid,
#video .overlay-grid {
  position: absolute;
  transition: 0.5s ease;
  width: 100%;
  height: 129px;
  bottom: 0;
  left: 0;
  right: 0;
  margin: auto;
  background: linear-gradient(to bottom, transparent 0%, black 100%);
  opacity: 1;
}

.swiper-wrapper .swiper-slide:last-child {
  margin-right: 83px;
}
.extra-margin-div {
  width: 20px;
}
.vjs-control-bar {
  display: flex !important;
}
.video-js .vjs-control-bar {
  width: 100%;
  position: absolute;
  bottom: 3px;
  left: 0;
  right: 0;
  height: 3em;
  background-color: var(--theme-color-img-bg);
}
.landing-page-container button {
  color: var(--theme-color-black);
}
.player-overlay {
  display: none;
}
.vjs-progress-control.vjs-control {
  display: flex;
}
#video-player span {
  font-family: VideoJS !important;
}
#video-player1 span {
  font-family: VideoJS !important;
}
.swiper-button-next {
  display: flex;
  border-radius: 50px 0 0 50px;
  min-width: 40px;
  height: 40px;
  padding: 0 20px;
  background: #fff;
  width: auto;
}

.swiper-button-prev {
  display: flex;
  border-radius: 0 50px 50px 0;
  min-width: 40px;
  height: 40px;
  padding: 0 20px;
  background: #fff;
  width: auto;
}

.swiper-button-prev.swiper-button-disabled,
.swiper-button-next.swiper-button-disabled {
  cursor: auto;
  pointer-events: fill;
}

.swiper-button-prev.swiper-button-disabled:hover,
.swiper-button-next.swiper-button-disabled:hover {
  color: #000 !important;
  background: white !important;
  border: none !important
}

.fullscreen-container-fixed .video-details .details .title {
  color: var(--theme-color-text);
  font-size: 22px;
  font-weight: 400;
  line-height: normal;
  margin: 0 0 5px;
}

.fullscreen-container-fixed .video-details .episode-item > h3 {
  font-size: 24px;
  font-weight: 500;
  color: var(--theme-color-text) !important;
}

.fullscreen-container-fixed .video-details .episode-item {
  margin-top: 2rem;
  position: relative;
}

.episode-image{
  float: none !important;
}

.episode-image:hover {
  box-shadow: 0px 0px 10px 10px var(--theme-color-primary);
}

.episode-series-title{
  margin-top: 15px;
}

.episode-video-duration{
  position: absolute;
  top: 0;
  font-size: 3rem;
  font-weight: 600;
  padding-left: 40rem;
}

.series-detail-page{
  display: block !important;
  position: relative;
  margin: 0 auto 20px;
  max-width: 1200px;
  padding: 0 20px 0;
  width: 100%;
  gap: 25px;
}

.series-title{
  font-size: 3rem;
  font-weight: 600;
  text-transform: uppercase;
  margin-bottom: 20px;
}

.series-total-videos-count{
  background: rgba(0, 0, 0, .2);
  -webkit-flex: 0 0 auto;
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
  font-size: 1em;
  font-weight: 600;
  padding: 10px 12px;
  text-align: right;
  margin: 0 0 25px;
}

.series-total-videos-count > span{
  color: rgba(255,255,255,1) !important;
}

.season-episode-tabs{
  display: flex;
  align-items: self-start;
  gap: 20px;
}

.tab-header{
  display: flex;
  min-width: 250px;
  color: rgba(238,238,238,.7);
  gap: 25px;
  flex-direction: column;
}

.tab-series-data{
  width: 100%;
}

.episode-list-main{
  max-height: 544px;
  overflow: auto;
  scrollbar-width: none;
}

.episode-list-main ::-webkit-scrollbar {
  display: none;
}

.episode-content .title {
  font-size: 18px;
  margin: 0 0 15px;
}

.episode-content .description {
  font-size: 1em;
  margin: 0 0 10px;
}

.episode-content .episode-duration,
.episode-content .episode-release-data {
  margin: 0;
}

.episode-content .episode-duration span,
.episode-content .episode-release-data span {
  color: #fbbc38 !important;
}

.series-episode-item{
  display: flex;
  gap: 20px;
  margin: 0 0 20px;
  padding: 15px;
  border-radius: 16px;
  transition: all 0.3s ease;
}

.series-episode-item:hover {
  background: rgba(255,255,255,.1);
}

.series-episode-item:last-child{
  margin: 0;
}

.episode-thumbnail {
  cursor: pointer;
  overflow: hidden;
  position: relative;
  max-width: 340px;
  min-width: 340px;
  width: 100%;
  border-radius: 16px;
  transition: all 0.3s ease;
  display: flex;
}

.episode-thumbnail:hover .overlay-box {
  opacity: 1;
}

.episode-thumbnail .overlay-box {
  position: absolute;
  background: rgba(0, 0, 0, 0.479);
  height: 100%;
  width: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 15px;
  opacity: 0;
  transition: all 0.5s ease;
  box-shadow: inset 0 -6px 0 #fbbc38;
  border-radius: 16px;
}

.episode-thumbnail .overlay-box .btns-group a {
  text-transform: uppercase;
  font-weight: 600;
  transition: all 0.3s ease;
  font-size: 14px;
  display: flex;
  align-items: center;
  background: #fbbc38;
  padding: 7px;
  border: none;
  color: #000;
  min-width: 90px;
  justify-content: center;
  border-radius: 50px;
}

.tab-header .tabs-button{
  border: 0;
  color: rgba(238, 238, 238, .7);
  display: block;
  font-size: 1.3em;
  line-height: 1.2em;
  outline: none;
  padding: 0 10px;
  text-align: left;
  text-decoration: none;
  width: 100%;
  background: none;
  cursor: pointer;
  border-radius: 0;
  white-space: nowrap;
  background: transparent !important;
}

.season-episode-tabs .tab-header > button.active {
  border-left: 3px solid #fbbc38;
  color: #eee;
}

.video-details{
  display: flex !important;
  gap: 25px;
  margin: 0 auto 20px;
  max-width: 1200px;
  padding: 90px 20px 0;
  position: relative;
  width: 100%;
}

@media (max-width: 950px) {
  .season-episode-tabs,
  .series-episode-item{
    flex-direction: column;
  }
  .tab-header{
    min-width: auto;
    flex-wrap: wrap;
    flex-direction: row;
  }
  .tab-header .tabs-button{
    width: auto;
  }
  .episode-thumbnail {
    max-width: 100%;
    min-width: 100%;
  }
}

.more-like-this .horizontal-list .media-element.portrait {
  position: relative;
}
.video-rating {
  align-items: center;
  display: inline-flex;
  gap: 4px;
}
.actor-section{
  column-gap: 4px;
  display: flex;
  flex-wrap: wrap;
  font-size: 16px;
  font-weight: 300;
  line-height: normal;
  margin: 0;
  row-gap: 5px;
}
.video-rating h5,
.actor-section h5 {
  font-size: 16px;
  font-weight: 300;
  color: var(--theme-color-text);
  margin: 0;
}
.video-rating span,
.actor-section span {
  font-size: 16px;
  display: inline-block;
  color: #fbbc38 !important;
  font-weight: 300;
}
/* #video .swiper-wrapper {
  margin-bottom: 48px;
} */
.fullscreen-container-fixed .video-details .details .flex-box .video-rating{
  margin: 0 10px;
}
.fullscreen-container-fixed .video-details .details .flex-box .video-rating span {
  border: 1px solid;
  color: #fff !important;
  padding: 0 8px;
}
.actor-section span, .video-rating span{
    color: #fbbc38 !important;
    display: inline-block;
    font-size: 16px;
    font-weight: 300;
}
/* #video .swiper-wrapper {
  margin-bottom: 48px;
} */
.media-element .img .progress-wrapper .progress-bar {
  width: 100%;
  background-color: var(--theme-color-landing-bg);
  padding: 0px;
  border-radius: 76px;
  margin: 0px 0px;
}
/* .search-results.prj-element #video .swiper-wrapper {
  margin-bottom: 36px;
} */

@media (min-width: 992px) and (max-width: 1199px) {
  .about-us .container {
    width: 970px;
  }
  .responsive-paragraph {
    font-size: 20px !important;
    /* color: var(--theme-color-landing-bg) !important; */
    letter-spacing: 1.1px;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  /* Small Screen Rules */
  .about-us .container {
    width: 750px;
  }
  .responsive-paragraph {
    text-align: center;
    font-size: 17px !important;
    letter-spacing: 1.3px;
  }
}
@media (max-width: 767px) {
  .responsive-paragraph {
    font-size: 15px !important;
    letter-spacing: 1.4px;
    text-align: justify;
  }
}
.landing-page-container h1 {
  font-size: 5rem;
  font-weight: 900;
  line-height: 1;
  margin-bottom: 10px;
  color: var(--theme-color-white);
}
.landing-page-container p {
  font-size: 2.5rem;
  font-weight: 400;
  margin-bottom: 10px;
  color: var(--theme-color-primary);
}
.landing-page-container h3 {
  font-size: 2rem;
  font-weight: 400;
  line-height: 1.875rem;
  margin-bottom: 20px;
  color: var(--theme-color-white);
}
.landing-page-second-section {
  display: flex;
  max-width: calc(100% - 20rem);
  margin: 0 auto;
  margin-top: 24px;
}
.dropdown-section {
  padding: 4.5rem 0;
  margin: 0 49px;
  max-width: calc(83.33333333333334% - -23rem);
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
}
@media screen and (min-width: 1280px) {
  .dropdown-section {
    padding: 4.5rem 0;
    margin: 0 49px;
    max-width: calc(83.33333333333334% - -23rem);
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
  }
}

.image-s-2 {
  width: 661px;
  margin-left: 45px;
  margin-top: 31px;
}
.text-s-2 {
  display: flex;
  flex-direction: column;
  justify-content: center;
}
.text-s-2 h2 {
  font-size: 5rem;
  font-weight: 900;
  line-height: 1;
  margin-bottom: 10px;
  overflow: hidden;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
}
.text-s-2 p {
  font-size: 2.5rem;
  font-weight: 400;
  margin: 1rem 0 0;
  overflow: hidden;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 8;
  text-align: justify;
}
.drop-down-li {
  list-style-type: none;
  margin: 0;
  padding: 0;
  text-indent: 0;
  margin: 0 0 0.5rem 0;
}
.drop-down-li h3 {
  display: flex;
  font-size: inherit;
  font-weight: inherit;
  margin-bottom: 0.0625rem;
  position: relative;
  background-color: var(--theme-color-primary);
  color: var(--theme-color-white);
  transition-duration: 250ms;
  transition-property: background-color;
  transition-timing-function: cubic-bezier(0.9, 0, 0.51, 1);
}
.drop-down-li h4 {
  padding: 1.5rem;
  appearance: none;
  background: none;
  border-radius: 0;
  border: 0;
  box-sizing: content-box;
  color: inherit;
  cursor: default;
  display: inline;
  font: inherit;
  letter-spacing: inherit;
  line-height: inherit;
  margin: 0;
  -webkit-text-decoration: none;
  text-decoration: none;
  width: 100%;
  background: none;
  border: none;
  cursor: pointer;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  justify-content: space-between;
  -webkit-align-items: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  color: inherit;
  font-family: inherit;
  font-size: 17px;
  text-align: left;
}
.cross-transition {
  transform: rotate(-45deg);
}
.dropdown-default {
  overflow: hidden;
  max-height: 0;
  visibility: collapse;
  max-height: 0;
  padding: 0 1.5rem;
  -webkit-transition: all 0.25s cubic-bezier(0.5, 0, 0.1, 1);
  transition: all 0.25s cubic-bezier(0.5, 0, 0.1, 1);
  text-align: left;
  background-color: var(--theme-color-input-bg);
  color: var(--theme-color-white);
}
.dropdown-hidden-section {
  max-height: 75rem;
  padding-bottom: 1.5rem;
  padding-top: 1.5rem;
}
.dropdown-section ul {
  padding: 0;
}
.dropdown-hidden-section-visible {
  visibility: visible;
}
.dropdown-section h2 {
  font-size: 6rem;
  font-weight: 900;
  line-height: 1;
  margin-bottom: 10px;
  text-align: center;
}
#dropdown-cross-svg {
  display: none;
}
.dropdown-cross-logo {
  width: 2.25rem;
  height: 2.25rem;
  transform: rotate(-45deg);
  flex-shrink: 0;
}
.top-menu-absolute {
  position: absolute;
}

.navbar.colorChange {
  background-color: var(--theme-color-text) !important;
}
.landing-page-underline-section {
  width: 100%;
  height: 0.5rem;
  position: absolute;
  background-color: var(--theme-color-text) white;
}
.footer-main-container {
  /* margin: 0 49px; */
  position: relative;
  background-color: var(--theme-color-text);
  margin-top: auto;
  padding: 30px;
  padding-bottom: 0;
  display: flex;
  flex-direction: column;
  gap: 10px;
}

.footer-rows {
  display: flex;
  width: 100%;
  justify-content: center;
  flex-direction: column;
  align-items: center;
}
.footer-links-ul {
  display: flex;
  width: 100%;
  list-style: none;
  padding: 0;
  justify-content: center;
  gap: 20px;
}
.footer-links-ul li {
  margin-left: 10px;
  white-space: nowrap;
  cursor: pointer;
  color: var(--theme-color-black);
}
.footer-links-ul li:hover {
  margin-left: 10px;
  white-space: nowrap;
  cursor: pointer;
  color: var(--theme-color-primary);
}
.footer-row-2 .footer-widget-section {
  display: flex;
  justify-content: flex-end;
}
.footer-widget {
  margin-left: 23px;
}
.footer-widget-section:first-child {
  margin-left: -19px;
}

/* .nav.navbar .flex-box {
  display:none
} */

.nav.navbar .flex-box .my-button {
  background-color: transparent;
  border: none;
  color: black;
  cursor: pointer;
  font-size: 20px;
  float: left;
  line-height: 70px;
  padding: 0;
}
button#play-btn.play-btn.small.prj-element.focused {
  width: 127px !important;
  background-color: var(--theme-color-white);
}
button#play-btn.play-btn.small.prj-element.focused:hover {
  background-color: var(--theme-color-primary);
}
button#resume-btn.play-btn.prj-element.focused {
  background-color: var(--theme-color-white);
}
button#resume-btn.play-btn.prj-element.focused:hover {
  background-color: var(--theme-color-primary);
}
.beginning-btn {
  width: 239px !important;
}
.page-container:has(.page-content .fullscreen-container-fixed) {
  position: unset;
  height: 0;
  width: 100%;
}
.nav img {
  max-height: 3rem;
}
.loader {
  width: 100%;
  /* height: 900px; */
  height: 250px;
  display: flex;
  align-items: center;
  justify-content: center;
}
.search-results {
  padding: 20px 0px;
  width: 100%;
  /* height: auto; */
}
.search-results .searching {
  color: #fbbc38 !important;
}
.search-bar input {
  background-color: var(--theme-color-input-bg);
  color: var(--theme-color-primary);
}
.search-bar input::placeholder {
  color: var(--theme-color-primary);
}
.search-results .loading {
  margin-top: 0;
}
.splash-image-logo-web {
  width: 150px;
  /* height: 242px; */
  object-fit: contain;
  filter: brightness(0) saturate(100%) invert(89%) sepia(17%) saturate(0%) hue-rotate(196deg) brightness(111%) contrast(101%);
}
.splashscreen {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  height: 100%;
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
}

.empty-container {
  width: auto !important;
  height: auto !important;
  overflow: hidden !important;
}
.copy-right-text {
  font-size: 13px;
  border-top: 1px solid #4A4B58;
  padding: 15px 0;
}
#more-like-this-movies > .swiper-button-next {
  top: 179px;
}
#more-like-this-movies > .swiper-button-prev {
  top: 179px;
}

.landing-loader-container {
  height: 978px;
}
.landing-page-explore-btn:hover {
  background-color: var(--theme-color-primary);
  color: var(--theme-color-text);
}
.landing-page-main {
  height: 100vh;
  background: transparent;
  /* background-image: url('../images/disabilityownedwebsitestillsandscreenshot/shaking-hands-with-disabled-businessman-in-wheelchair-outdoor-in-SBV-337819973-HD0 (1).png'); */
  background-repeat: no-repeat;
  background-size: cover;
}
#video.grid-title {
  top: 29px;
}

nav .tabs {
    display: none;
    flex-direction: column;
    width: 44%;
  }

  .my-button {
    display: flex;
    fill: black;
    cursor: pointer;
  }
  .tabs > .dropdown > summary,
  .tabs > a {
    padding: 0;
  }
  .tabs.show-top-menubar {
    background-color: rgb(4 5 22);
    display: block;
    height: 100vh;
    left: 0;
    overflow: auto;
    padding: 22px;
    position: fixed;
    top: 0;
    width: 25rem;
    z-index: 99;
  }

  .menu-items  {
    flex-direction: column;
    margin: 10px 0 0;
  }

  .menu-items #top-menu-0, .menu-items .scroll-top-menu {
    border-radius: 8px !important;
  }

  .tabs.show-top-menubar .link.menu-item {
    font-size: 17px;
  }

   .nav-close-btn {
    align-items: center;
    background: var(--theme-color-black);
    display: flex;
    justify-content: center;
    padding: 5px;
  }

  .nav-close-btn svg {
    transform: rotate(-45deg);
  }
  .my-button {
    display: flex;
    fill: var(--theme-color-text);
    cursor: pointer;
  }
  .tabs > .dropdown > summary,
  .tabs > a {
    padding: 0;
  }
  .tabs.show-top-menubar {
    display: block;
  }

.tabs-desktop .menu-items {
  margin: 0;
  flex-direction: row;
}

.tabs-desktop .menu-items .menu-item{
  position: relative;
}

.top-navigation .tabs-desktop .menu-items .menu-item.active {
    color: #fbbc38 !important;
    opacity: 1 !important;
}

.top-navigation .tabs-desktop .menu-item {
    color: #fff !important;
    font-size: 16px;
    font-weight: 400;
    position: relative;
    white-space: normal;
}

.top-navigation .tabs-desktop .menu-item.active:before, .top-navigation .tabs-desktop .menu-item:before {
    bottom: -6px;
    content: "";
    height: 2px;
    left: 0;
    margin: auto;
    opacity: 1;
    position: absolute;
    right: 0;
}
.top-navigation .tabs-desktop .menu-item.active:before {
    background-color: #fbbc38;
    width: 100%;
}

@media only screen and (min-width: 320px) and (max-width: 1024px) {
 
}
@media only screen and (min-width: 300px) and (max-width: 1024px) {

  .nav-close-btn-div {
    display: flex;
    justify-content: flex-end;
  }
  .landing-page-second-section {
    display: block;
    flex-direction: column;
    text-align: center;
    align-items: center;
    justify-content: center;
    margin: 15px 20px;
    max-width: inherit;
  }
  .text-s-2 h2 {
    font-size: 3rem;
    font-weight: 900;
  }
  .text-s-2 p {
    font-size: 2rem;
    font-weight: 400;
    margin: 0;
  }
  .landing-page-container h1 {
    font-size: 2rem;
    font-weight: 900;
    color: var(--theme-color-primary);
  }
  .landing-page-container p {
    font-size: 2.5rem;
    font-weight: 400;
    margin-bottom: 15px;
    line-height: 1;
  }
  .landing-page-container h3 {
    font-size: 1.5rem;
  }
  .footer-rows {
    display: flex;
    width: 100%;
    flex-direction: column;
    /* align-items: baseline; */
  }
  .footer-links-ul {
    display: flex;
    width: 100%;
    flex-wrap: wrap;
    list-style: none;
    padding: 0;
  }
  
  .player-progress-track {
    display: flex;
    width: 1234px;
    height: 10px;
    background-color: var(--theme-color-landing-bg);
    border-radius: 25px;
  }
  .player-bottom-bar {
    height: auto;
  }
}

@media screen and (max-width: 480px) {
  .nav-center,
  .nav-left {
    flex-wrap: nowrap;
    justify-content: left;
    gap: 15px;
  }
  .nav-right{
    justify-content: right;
  }
  .nav,
  .nav > .container {
    flex-direction: row;
  }
  .landing-page-container {
    position: relative;
    top: calc(42% - 24px);
    left: 0;
    text-align: center;
    width: 100%;
  }
}

@media screen and (max-width: 1280px) {
  .player-progress-track {
    width: 793px;
  }
  .player-button-group {
    width: 941px;
  }
}
@media screen and (max-width: 800px) {
  .player-progress-track {
    width: 521px;
  }
  .player-button-group {
    width: 794px;
  }
}
.error-text-img {
  width: 100%;
  height: 100%;
  display: flex;
  align-items: center;
  padding: 0 21px;
  justify-content: center;
  font-size: 20px;
}
.error-title {
  display: -webkit-box;
  max-width: 400px;
  -webkit-line-clamp: 3;
  -webkit-box-orient: vertical;
  overflow: hidden;
  text-overflow: ellipsis;
  font-weight: 600;
  text-align: center;
  font-size: 20px;
}
.splashscreen .loader {
  height: 0;
}
.vjs-loading-spinner:before,
.vjs-loading-spinner:after {
  border-color: #fbbc38;
  border-top-color: var(--theme-color-text);
}
.splashscreen .loading-name {
  display: none;
}

.web-loader-spalsh-screen {
  width: 87px;
  /* height: 60px; */
  animation: rotation 1s linear infinite;
  /* filter: brightness(0) saturate(100%) invert(11%) sepia(100%) saturate(5567%)
    hue-rotate(226deg) brightness(92%) contrast(91%); */
}
.detail-page-actor1,
.detail-page-actor2,
.detail-page-actor3 {
  margin-left: 5px;
  margin-right: 5px;
}
span.detail-page-vertical-line {
  font-weight: 800;
}
.actor-section {
  margin-bottom: 10px;
}
@keyframes rotation {
  0% {
    transform: rotate(0deg);
  }
  100% {
    transform: rotate(360deg);
  }
}
.img.landing-s-2-pic {
  width: 100%;
  object-fit: cover;
  height: 100%;
}
.text-s-2 {
  margin: 0 45px;
  width: 50%;
}
.landingpage-text-container {
  margin-bottom: 41px;
  display: flex;
  padding-top: 5%;
}
.top-navigation .brand-logo img {
  width: 80px;
  object-fit: contain;
}

.fullscreen-container-fixed .video-details .details .buttons {
  align-items: center;
  display: flex;
  gap: 10px;
  margin-top: 5px;
  flex-wrap: wrap;
}
.fullscreen-container-fixed .video-details .details .buttons .play-btn:hover {
  background-color: #fbbc38;
  color: #000;
}
.fullscreen-container-fixed .video-details .details .buttons .play-btn:hover img{
  filter: invert(0);
}
.loader .loader-text {
  color: #fff !important;
}
.loader .loader-text .dots {
  /* background-color: var(--theme-color-primary) !important; */
  z-index: 99;
}
.video-js .vjs-play-progress {
  background-color: var(--theme-color-primary);
}
.top-navigation .icon.active img {
  filter: drop-shadow(0px 0px var(--theme-color-primary));
}
.bg-player-overlay-opacity {
  background-color: var(--theme-color-landing-bg);
}
.dropdown-hidden-section-visible {
  color: var(--theme-color-black) !important;
}
.scroll-top-menu {
  color: var(--theme-color-primary) !important;
}
.brand-logo-scroll {
  filter: drop-shadow(0px 0px var(--theme-color-primary)) !important;
}
@media only screen and (max-width: 650px) {
  .landingpage-text-container {
    display: flex;
    flex-direction: column;
  }
  .landingpage-text-container .image-s-2 {
    width: 100%;
    margin-left: 0;
    margin-top: 0;
  }
  .landingpage-text-container .text-s-2 {
    margin: 0;
    width: 100%;
  }

  .dropdown-section{
    padding: 0;
  }
}

.custom_div_showing_ad {
  position: absolute;
  top: 0;
  z-index: 1;
  width: 100%;
  height: 100%;
}

/*********My Code 09-04-2025*********/

.horizontal-list {
  padding: 0 40px;
  margin: 0 0 50px;
}
.horizontal-list:last-child{
  margin: 0;
}

.horizontal-list .media-element.portrait,
.horizontal-list .media-element.landscape {
  position: relative;
  width: 100%;
  /* padding: 20px 0; */
}

.swiper{
  overflow: visible;
}

.horizontal-list .media-element .title {
  font-size: 18px;
  font-weight: 400;
  margin: 15px 0 0;
  overflow: hidden;
  padding: 0;
  text-overflow: ellipsis;
  white-space: nowrap;
}

.horizontal-list .media-element .sub-title {
  font-weight: 300;
  margin: 0;
  overflow: hidden;
  padding: 0;
  text-overflow: ellipsis;
  white-space: nowrap;
  width: 100%;
  color: #B3B3B3;
}
.horizontal-list .media-element.portrait .img .img-container {
  width: 100%;
}

.video-details-main-div .video-details{
  padding: 0 40px;
  margin: 0 0 20px;
}

nav.navbar{
  padding: 10px 24px;
  min-height: 68px;
  justify-content: center;
}

.fullscreen-container-fixed .video-details .image {
  width: 100%;
  float: right;
  text-align: right;
  max-width: 350px;
}

.fullscreen-container-fixed .video-details .details {
  flex: 1;
  display: flex;
  flex-direction: column;
  width: 100%;
}

.fullscreen-container-fixed .video-details {
    display: flex !important;
    gap: 25px;
    margin: 0 auto 20px;
    max-width: 1200px;
    padding: 90px 20px 0;
    position: relative;
    width: 100%;
}

.fullscreen-container-fixed .video-details .details .description {
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 5;
  display: -webkit-box;
  font-size: 16px;
  font-weight: 300;
  height: auto;
  line-height: 24px;
  margin: 18px 0 10px;
  overflow: hidden;
  width: 100%;
}
.fullscreen-container-fixed .video-details .image-wrap {
  height: 425px;
  background-color: var(--theme-color-img-bg);
  border-radius: 20px;
  float: right;
  overflow: hidden;
}
.fullscreen-container-fixed .back-to-page {
  background-color: #0000001a;
  border: 2px solid #ffffff80;
  border-radius: 50%;
  box-sizing: initial;
  color: #ffffff80;
  cursor: pointer;
  display: inline-block;
  font-size: 25px;
  font-weight: 800;
  height: 25px;
  left: 20px;
  line-height: 0;
  padding: 10px;
  position: absolute;
  top: 20px;
  transition: color .3s, border-color .3s, background-color .3s;
  width: 25px;
  z-index: 1;
}
.fullscreen-container-fixed .back-to-page:hover {
    background-color: #00000080;
    border-color: #fffc;
    color: #fffc;
}
.fullscreen-container-fixed .video-details .details .buttons .play-btn {
    align-items: center;
    background-color: #ffffff1a;
    border-radius: 16px;
    color: #fff;
    display: flex;
    font-size: 16px;
    font-weight: 300;
    gap: 10px;
    height: 56px;
    justify-content: center;
    line-height: 36px;
    min-width: 300px;
    text-transform: uppercase;
    width: auto !important;
}
.fullscreen-container-fixed .video-details .details .buttons .play-btn img {
  width: 24px;
  height: 24px;
  filter: invert(1);
}
.fullscreen-container-fixed {
  position: fixed;
  width: 100%;
  height: 100%;
  top: 0px;
  bottom: 0px;
  left: 0px;
  right: 0px;
  background-color: var(--theme-color-body-bg);
  z-index: 88888;
  overflow: auto;
}
.more-like-this .horizontal-list {
  width: 100%;
  margin-bottom: 0;
}

.fullscreen-container-fixed .more-like-this{
  margin: 0 0 40px;
}
.more-like-this .horizontal-list .media-element .img .img-container {
  background: #fff;
}

.more-like-this .horizontal-list .media-element .img .img-container .content {
  float: left;
  width: 100%;
  padding: 0 15px 15px;
}
.more-like-this .horizontal-list > .title{
  margin: 0 0 20px;
}

.gap-3{
  row-gap: 25px;
}

.horizontal-list {
  /* padding: 0 40px; */
  margin: 0px 0 30px;
}
.horizontal-list:last-child{
  margin: 0;
}

@media (max-width: 1024px) {
  .nav-center, .nav-left{
    gap: 10px;
  }
}

@media (max-width: 768px) {
  .fullscreen-container-fixed .video-details {
    flex-direction: column;
  }
  .actor-section, .fullscreen-container-fixed .video-details .details .buttons, .fullscreen-container-fixed .video-details .details .flex-box, .video-rating {
    justify-content: center;
  }
  .menu-items{
    margin: 10px 0 0;
  }
  .fullscreen-container-fixed .video-details .image{
        align-items: center;
        display: flex;
        justify-content: center;
        margin: auto;
  }
  .fullscreen-container-fixed .video-details .details {
    text-align: center;
  }
  
  /* .horizontal-list,
  .video-details-main-div .video-details{
    padding: 0 20px;
  } */
  .fullscreen-container-fixed .video-details .details .buttons .play-btn{
    font-size: 16px;
  }
  .fullscreen-container-fixed .video-details .details .title{
    font-size: 35px;
  }
  nav.navbar{
    min-height: 60px;
  }
  .video_not_found{
    top: 40% !important;
  }
}

@media (max-width: 1186px) {
  .tabs-desktop {
    display: none;
  }
}

@media (max-width: 940px) {
  .video-flex-box {
    flex-wrap: wrap;
    height: 440px !important;
    top: 70px;
  }

  .video-flex-box .video-info {
    max-width: 100% !important;
    min-width: 100% !important;
  }
}

#interact-btn,#watch-btn{
  background-size: contain;
}

.search-page-details {
    padding: 30px 30px 0;
}

#root {
  /* background: #040517; */
  width: 100%;
  display: flex;
  flex-direction: column;
  width: 100%;
  /* height: 100vh;
  overflow: auto; */
}

body{
  height: var(--app-height);
  background: #180e24;
  overflow: auto;
  display: flex;
}

.nav a, .nav .brand{
  padding: 0;
}

.bradmax-player-container,
.videojs-player-container {
  position: relative;
  z-index: 11;
  width: 100%;
  height: 100%;
}

.menu-items {
  display: flex;
  gap: 24px;
}

.video_not_found{
  color: black !important;
  text-align: center;
  font-size: 25px;
  font-weight: 600;
  /* position: absolute; */
  top: 50%;
  left: 0;
  right: 0;
}

.rent-btn, .coming-soon-btn{
  background-color: var(--theme-color-primary);
  color: white;
  font-weight: 700;
  font-size: 18px;
  height: 50px;
  border-radius: 7px;
  width: auto !important;
  color: #000;
}

#_rht_toaster {
  z-index: 99999 !important;
  color: black !important;
}

#_rht_toaster div {
  color: black !important;
}

#logout-btn {
  background: #fbbc38;
  color: #000;
  font-weight: 600;
  position: absolute;
  right: 30px;
  bottom: 20px;
  z-index: 99999;
  height: 5rem;
  font-size: 2rem;
}

.valid_till_date_span {
  font-size: 20px;
  font-weight: 600;;
}

.valid-till-btn{
  padding: 1rem 2.5rem;
  background-color: var(--theme-color-primary);
  border-radius: 7px;
  color: #fff;
  font-weight: 700;
  height: 56px;
  margin-top: 20px;
  width: auto !important;
  line-height: 36px;
  align-items: center;
  font-size: 22px;
}

.video_not_available, .comming_soon_video_title{
  color: #fff;
  font-size: 18px;
  font-weight: 500;
  font-style: italic;
}

.comming_soon_video_title{
  display: flex;
  align-items: center;
}

.date_strong {
  margin: 0 7px;
}

.shown-series-season-episode-count{
  display: flex;
  justify-content: flex-end;
  font-size: 18px;
  font-weight: 600;
}

.scroll-to-top{
  width: 5rem;
  float: inline-end;
}

.scroll-to-top:hover{
  cursor: pointer;
}

.scroll-to-top svg {
  color: #fbbc38;
}

.episode-list-main{
  max-height: 544px;
  max-height: 784px;
  overflow: auto;
  scrollbar-width: none;
}

.horizontal-list .media-element.portrait:hover .overlay-box,
.horizontal-list .media-element.landscape:hover .overlay-box {
  opacity: 1;
}

.horizontal-list .media-element.portrait:hover .img-container img,
.horizontal-list .media-element.landscape:hover .img-container img {
  transform: scale(1.2);
}

.horizontal-list .media-element.portrait .img-container img,
.horizontal-list .media-element.landscape .img-container img {
  transition: all 0.3s ease;
}

.horizontal-list .media-element.portrait .overlay-box,
.horizontal-list .media-element.landscape .overlay-box {
    position: absolute;
    background: rgba(0, 0, 0, 0.479);
    height: 100%;
    width: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 15px;
    opacity: 0;
    transition: all 0.5s ease;
    border: 4px solid #fbbc38;
    border-radius: 12px;
    z-index: 1;
}

.horizontal-list .media-element.portrait .overlay-box .btns-group,
.horizontal-list .media-element.landscape .overlay-box .btns-group {
    display: flex;
    flex-direction: column;
    gap: 10px;
    align-items: center;
}

.horizontal-list .media-element.portrait .overlay-box .btns-group {
    width: 100%;
    position: absolute;
    left: 0;
    right: 0;
    margin: auto;
    bottom: -110px;
    transition: all 0.3s ease;
    padding: 0 15px;
}

.horizontal-list .media-element.portrait:hover .overlay-box .btns-group {
    bottom: 20px;
}

.horizontal-list .media-element .overlay-box .btns-group button,
.horizontal-list .media-element .overlay-box .btns-group a {
  background: #fff;
  color: #000;
  font-size: 14px;
  font-weight: 600;
  text-transform: uppercase;
  transition: all .3s ease;
  opacity: 1;
  width: 100%;
  border-radius: 50px;
}
.horizontal-list .media-element .overlay-box .btns-group a:hover,
.horizontal-list .media-element .overlay-box .btns-group button:hover {
    background: #fbbc38;
    color: #000;
    border-color: #fbbc38;
}

.horizontal-list .media-element.portrait .content {
    display: none;
    opacity: 0;
    transition: all 0.5s ease;
}

/* .horizontal-list .media-element.portrait:hover .content {
    display: block;
    opacity: 1;
    width: 100%;
} */

.horizontal-list .media-element.portrait .content p {
    font-weight: 300;
    display: -webkit-box;
    -webkit-line-clamp: 3;
    -webkit-box-orient: vertical;
    overflow: hidden;
}

.horizontal-list .media-element.portrait .content .flex-box {
    font-size: 14px;
    display: flex;
    gap: 10px;
    font-weight: 300;
}

.horizontal-list .media-element.portrait .content .flex-box span b {
    font-weight: 400;
    color: #fbbc38;
}
.swiper-button-next, .swiper-button-prev {
    color: #000 !important;
    background-color: #fff !important;
    font-weight: 900;
}
@media (max-width: 768px) {
  .swiper-button-next, .swiper-button-prev {
    display: none;
  }
}
.fullscreen-container-fixed .video-details .details .flex-box{
    align-items: center;
    display: flex;
    font-size: 18px;
    font-weight: 300;
    gap: 10px;
}
svg.size-6 {
    width: 22px;
    height: 22px;
}
svg.size-10 {
    width: 40px;
    height: 40px;
    margin-top: 6px;
    margin-left: -5px;
}
.top-navigation .search-box {
  display: flex;
  align-items: center;
  border-radius: 50px;
  padding: 7px 16px;
  gap: 10px;
  background: #FFFFFF33;
  height: 44px;
  margin-left: 15px;
}

.top-navigation .search-box svg {
    fill: #fff;
}

/* .fullscreen-container-fixed .top-navigation .search-box svg {
  fill: #fff;
} */

.top-navigation .search-box input {
  background: transparent;
  padding: 0 !important;
  border: none !important;
  border-radius: 0 !important;
  outline: none !important;
  color: #fff;
  box-shadow: none !important;
  font-weight: 300;
}

.grid_title_see_more {
  display: flex;
  justify-content: space-between;
  margin: 0 0 16px;
}

.see_more_options {
  color: #fff;
  display: flex;
  align-items: center;
  gap: 10px;
  font-size: 18px;
}

.see_more_options:hover {
  color: #fbbc38;
}

.search-mobile{
   max-height: 0;
  opacity: 0;
  overflow: hidden;
  transform: translateY(-20px);
  transition: all 0.4s ease;
}

.fullscreen-container-fixed .video-details .image-wrap.landscape {
  height: auto;
  border-radius: 20px;
  overflow: hidden;
  display: flex;
}

.main-cont{
  position: relative;
  overflow: hidden;
}

.fullscreen-container-fixed .video-details .image-wrap.portrait {
  height: 425px;
  background-color: var(--theme-color-img-bg);
  border-radius: 20px;
  float: right;
  overflow: hidden;
  width: 260px;
}

@media (max-width: 767px) {
  .search-box{
    display: none !important;
  }
}
@media (min-width: 767px) {
  .mobile-search{
    display: none !important;
  }
}

.menu-items-hidden-lg-screen{
  display: none;
}

.searchShow{
  max-height: 200px;
  opacity: 1;
  transform: translateY(0);
  position: relative;
  z-index: 10;
}

.searchShow .input-position input {
    padding-right: 55px !important;
    background: transparent;
    height: 45px;
    border:1px solid #fbbc38 !important;
    background: transparent !important;
    color: #fff;
}

.searchShow .input-position .searchIcon {
    color: #fff !important;
}

.top-navigation .tabs {
    justify-content: center;
}

.fill-white path {
    fill: #fff;
}

.horizontal-list .media-element.landscape a.btn {
    align-items: center;
    background: #fbbc38;
    border: 1px solid #fbbc38;
    border-radius: 50%;
    display: flex;
    height: 50px;
    justify-content: center;
    min-width: 50px;
    width: 50px !important;
    padding: 0;
}

.horizontal-list .media-element.landscape a.btn .icon-parent {
    display: flex;
    align-items: center;
}

.horizontal-list .media-element.landscape a.btn svg {
    color: #000;
}

.row-gap-3{
  row-gap: 25px;
}

.load_more_spinner img {
    width: 95px;
    margin: auto;
    display: block;
}

.coming-soon-btn{
  pointer-events: none;
}

.support_main_cont {
  display: flex;
  justify-content: center;
  align-items: center;
  margin: 20px;
  height: 100%;
  gap: 20px;
  /* flex-direction: column; */
}

.form-wrapper {
  background: #509bfb36;
  padding: 30px;
  border-radius: 8px;
  max-width: 500px;
  width: 100%;
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.1);
}

.form-wrapper .support_heading{
  font-weight: 800;
  text-transform: uppercase;
}

.support_label_text {
  display: block;
  margin-bottom: 8px;
  font-weight: bold;
  color: white;
}

.form-wrapper input,
.form-wrapper textarea {
  width: 100%;
  padding: 10px 12px;
  border: 1px solid #ccc;
  border-radius: 4px;
  font-size: 16px;
  box-sizing: border-box;
}

.form-wrapper textarea {
  min-height: 100px;
  resize: vertical;
}

.form-wrapper .support-btn {
  width: 100%;
  padding: 12px;
  font-size: 16px;
  background-color: #fbbc38;
  color: #000000;
  border: none;
  border-radius: 4px;
  cursor: pointer;
}

.form-wrapper .support-btn:disabled {
  background-color: #aaa;
}

.form-wrapper .support-error-message {
  color: #ff3636;
  font-size: 15px;
  margin-top: 5px;
  font-weight: 700;
  margin-bottom: 0;
}

.support_email_link{
  color: #fbbc38;
}

.support_content{
  width: 40%;
  font-size: 22px;
}

.video-flex-box {
    background: #111111;
    display: flex;
    /* min-height: 100vh; */
}

.video-flex-box .video-info {
    min-width: 350px;
    max-width: 350px;
    padding: 15px;
}

.video-flex-box .video-container {
    position: relative;
}

.video-flex-box .video-container .bsplayer video {
    position: relative !important;
}
.video-flex-box .video-info .heading span {
  position: relative;
  background: #111111;
  z-index: 1;
  padding: 0 7px;
  font-size: 12px;
}

.video-flex-box .video-info .heading::after {
    width: 100%;
    height: 1px;
    background: #fbbc38;
    content: '';
    position: absolute;
    left: 0;
    right: 0;
    bottom: 0;
    top: 0;
    margin: auto;
}

.video-flex-box .video-info .heading {
  position: relative;
  text-align: center;
  margin: 0 0 5px;
  line-height: 1.1;
}

.video-flex-box .video-info h4 {
  margin: 0;
  font-size: 16px;
  font-weight: 400;
  line-height: 1.1;
  margin: 0 0 12px;
}

.video-flex-box .video-info h4 ~ span {
  width: 100%;
  float: left;
  font-size: 13px;
  color: #fbbc38;
  line-height: 1.1;
  display: flex;
  align-items: baseline;
  gap: 10px;
  margin: 0 0 8px;
}

.video-flex-box .video-info h4 ~ span b {
  color: #fff;
  text-transform: uppercase;
  font-weight: 500;
  font-size: 18px;
}

.video-flex-box .video-info p {
  margin: 0;
  font-size: 14px;
  font-weight: 300;
  float: left;
  width: 100%;
  color: #eee;
}


@media (max-width: 1024px) {
  .support_content{
    width: 100%;
  }
}

@media (max-width: 768px) {
  .video-flex-box {
    flex-wrap: wrap;
    height: 440px;
  }
  .video-flex-box .video-info{
    max-width: 100%;
    min-width: 100%;
  }

  .support_main_cont{
    flex-direction: column;
  }

  .support_content{
    width: 100%;
  }
}

.row-gap-3{
  row-gap: 25px;
}

.video-flex-box .video-info .info-head {
    background: #fbbc38;
    padding: 8px;
    display: flex;
    align-items: center;
    justify-content: center;
    margin: 0 0 7px;
}

.video-flex-box .video-info .info-head svg.icon {
    width: 28px;
    fill: #111111;
}

@media screen and (max-width: 320px) {
  #video .swiper-button-next, #video .swiper-button-prev,
  #series .swiper-button-next, #series .swiper-button-prev {
    top: 130px !important;
  }
}

@media screen and (max-width: 425px) {
  #video .swiper-button-next, #video .swiper-button-prev,
  #series .swiper-button-next, #series .swiper-button-prev {
    height: 50px;
    width: 50px;
  }

  .swiper-button-next:after, .swiper-button-prev:after {
    font-size: 20px;
  }
}

@media (min-width: 768px) {
  .search-mobile.searchShow {
    display: none;
  }
}

@media (max-width: 560px) {
  .horizontal-list .grid-title,
  .live-stream-component .live-stream-left h3,
  .live-stream-component .live-stream-right h3 {
    font-size: 18px;
  }
  .grid_title_see_more{
    /* flex-direction: column; */
    flex-wrap: wrap;
    gap: 10px;
  }
}

@media (max-width: 481px) {
  .top-navigation.navbar {
    display: block;
  }
}

.video-container .close-video-container{
    align-items: center;
    color: #eee !important;
    display: flex;
    font-size: 18px;
    gap: 12px;
    left: 20px;
    position: absolute;
    text-transform: uppercase;
    top: 15px;
    z-index: 99999;
    width: calc(100% - 380px);
}


.video-container .close-video-container span{
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}

.video-container .close-video-container svg:hover{
  background-color: #00000080;
  border-color: #fffc;
  color: #fffc !important;    
}

.video-container .close-video-container svg {
    align-items: center;
    background-color: #0000001a;
    border: 2px solid #ffffff80;
    border-radius: 50%;
    box-sizing: initial;
    color: #ffffff80 !important;
    cursor: pointer;
    display: inline-block;
    font-size: 22px;
    height: 22px;
    line-height: 0;
    padding: 10px;
    transition: color .3s, border-color .3s, background-color .3s;
    width: 22px;
    min-width: 22px;
}

.mobile-search{
  display: flex;
}

.input-position {
    margin: 0 10px;
    padding: 15px 0;
    position: relative;
}

.input-position .searchIcon {
    position: absolute;
    right: 20px;
    top: 50%;
    transform: translateY(-50%);
    width: 20px;
}

.see-more-details-page, 
.search-page-details {
  position: relative;
}

.detailPage .back-to-page,
.search-page-back-button {  
  font-weight: 800;
  z-index: 1;
  font-size: 22px;
  display: flex;
  align-items: center;
  gap: 12px
}

.detailPage .back-to-page .grid-title,
.search-page-back-button .grid-title {
  font-weight: 600;
}

.detailPage .back-to-page svg,
.search-page-back-button svg {
  cursor: pointer;
  width: 22px;
  min-width: 22px;
  height: 22px;
  box-sizing: content-box;
  background-color: rgba(0, 0, 0, .1);
  border: 2px solid rgba(255, 255, 255, .5);
  border-radius: 50%;
  color: rgba(255, 255, 255, .5);
  display: inline-block;
  padding: 10px;
  transition: color .3s, border-color .3s, background-color .3s;
}

.horizontal-list.video .swiper-button-prev, 
.horizontal-list.event .swiper-button-prev, 
.horizontal-list.event .swiper-button-next, 
.horizontal-list.video .swiper-button-next {
  top: 40%;
}

/* @media screen and (max-width: 1440px) {
  .horizontal-list.video .swiper-button-prev, 
  .horizontal-list.video .swiper-button-next {
    top: 100px;
  }
}

@media screen and (max-width: 1024px) {
  .horizontal-list.video .swiper-button-prev, 
  .horizontal-list.video .swiper-button-next {
    top: 112px;
  }
} */
.player .bmp-desktop{
  display: none !important;
}

.player .bmp-splash-actions{
  display: none !important;
}

.player .bmp-bar{
  display: none !important;
}

#video-player .vjs-has-started {
  padding-top: 0 !important;
}

.video-js .vjs-play-progress:before{
  background: #fdc413;
  color: #fdc413;
  border-radius: 50%;
  width: 1rem;
}

.video-js .vjs-progress-control.vjs-control:hover .vjs-play-progress::before {
  width: 1.5rem;
}

.vjs-slider-horizontal .vjs-volume-level:before{
  background: white;
  color: white;
  border-radius: 50%;
  width: 1rem;
}

.swiper-button-prev, .swiper-rtl .swiper-button-next {
    left: var(--swiper-navigation-sides-offset, 0);
    right: auto;
}
.swiper-button-next, .swiper-rtl .swiper-button-prev {
    right: var(--swiper-navigation-sides-offset, 0);
    left: auto;
}

.fullscreen-container-fixed .top-navigation {
    /* background: transparent; */
    border-color: #ffffff24;
    backdrop-filter: unset;
}




.grid-list, .horizontal-list,.live-stream-component{
  position: relative;
  width: 100%;
  /* padding: 0 30px; */
  overflow: hidden;
}


@media (max-width: 560px) {
  .top-navigation .brand-logo img {
    width: 60px;
  }
  /* .horizontal-list{
    padding: 0 30px;
  } */
  .movies{
    height: auto
  }
}
.grid-list:last-child, .horizontal-list:last-child {
  margin: 0;
  padding-bottom: 10px;
}

.grid-list, .horizontal-list,.live-stream-component{
  position: relative;
  width: 100%;
  padding: 0;
  overflow: hidden;
}

.grid-list .media-element.landscape, .grid-list .media-element.portrait, .horizontal-list .media-element.landscape, .horizontal-list .media-element.portrait {
  display: block;
  position: relative;
  width: 100%;
}

.grid-list .media-element.landscape a.btn, .horizontal-list .media-element.landscape a.btn {
  align-items: center;
  background: #0000;
  border: 1px solid #e8c053;
  border-radius: 50%;
  display: flex;
  height: 50px;
  justify-content: center;
  min-width: 50px;
  width: 50px !important;
}

.grid-list .media-element.landscape a.btn svg, .horizontal-list .media-element.landscape a.btn svg {
  color: #e8c053;
}

.icon-parent {
  align-items: center;
  display: flex;
  justify-content: center;
}

.home-page .live-stream-component {
  padding: 30px;
}

.live-stream-component{
  width: 100%;
  display: flex;
  gap: 32px;
  padding: 30px;
  position: sticky;
  top: 0;
  z-index: 10;
  background: #180e24;
  margin: 0;
  transition: all 0.3s ease;
  padding-top: 0;
}

.live-stream-component.scroll-down-active {
  padding: 30px 220px;
  padding-top: 20px;
}

@media (max-width: 1440px) {
  .live-stream-component.scroll-down-active {
    padding: 30px 110px;
    padding-top: 20px;
  }
}

@media (max-width: 560px) {
  .live-stream-component.scroll-down-active {
    padding: 30px;
    padding-top: 20px;
  }
}

.live-stream-left{
  flex: 1;
}

.live-stream-right{
  /* max-width: 600px; */
  max-width: 350px;
  width: 100%;
}

.live-stream-component .live-stream-left h3,
.live-stream-component .live-stream-right h3{
  margin: 0 0 16px;
}

.live-stream-right .segment-item {
    display: flex;
    gap: 24px;
    margin: 0 0 24px !important;
}

.live-stream-right .segment-item > img {
    max-width: 160px;
    height: 107px;
    border-radius: 16px;
}

.media-element.landscape.prj-element .img.live-stream-right-image{
  border-radius: 16px;
  height: 107px;
  min-width: 160px;
  max-width: 160px;
}

.live-stream-right .segment-item .segment-text h4 {
    overflow: hidden;
    text-overflow: ellipsis;
    font-size: 18px;
    display: -webkit-box;
    -webkit-line-clamp: 1;
    -webkit-box-orient: vertical;
    margin: 0 0 3px;
}

.live-stream-right .segment-item .segment-text p {
    color: #B3B3B3;
    margin: 0;
    overflow: hidden;
    text-overflow: ellipsis;
    font-size: 16px;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
}

.live-stream-right .segment-item:last-child {
    margin: 0;
}

.page-container.main-no-video-show {
  position: relative;
  width: 100%;
  padding: 30px;
  gap: 25px;
}

.page-container .side-menu {
  min-width: 250px;
  max-width: 250px;
  width: 100%;
}
.page-container .page-content {
  flex: 1
}
.page-container .side-menu .side-nav{
  display: flex;
  flex-direction: row;
  gap: 10px;
  position: sticky;
  min-width: 250px;
  max-width: 250px;
  top: 100px;
  flex-wrap: wrap;
}

.page-container.inner-page-grid .side-menu .side-nav{
  min-width: auto;
  max-width: unset;
  /* flex-wrap: unset; */
}

.page-container.inner-page-grid .side-menu {
  max-width: unset;
}

.page-container.inner-page-grid .side-menu .side-nav a {
  width: unset;
}
/* .page-container .side-menu,
.page-container .page-content {
  flex: auto;
} */
.page-container .side-menu .side-nav a {
  width: 100%;
  align-items: center;
  display: flex;
  color: #fff;
  font-size: 18px;
  font-weight: 600;
  padding: 10px 15px;
  transition: all 0.3s ease;
}
.page-container .side-menu .side-nav a.active,
.page-container .side-menu .side-nav a.focused {
  background-image: linear-gradient(rgb(248, 204, 83), rgb(245, 183, 41));
  color: rgb(16, 16, 16);
}
.page-container .side-menu .side-nav a:hover {
  background-color: var(--theme-color-primary);
  color: var(--theme-color-sidemenu-hover-text) !important;
}
.page-container .side-menu .side-nav a span {
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}

.page-container .page-content.horizontal-list {
    flex: unset;
    padding: 0;
    margin: 0;
}

.page-container .page-content.horizontal-list .media-element {
    padding: 0;
}

.page-container .page-content.horizontal-list .media-element .sub-title{
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;  
  overflow: hidden;
  white-space: unset;
}

.page-container .page-content.horizontal-list .grid-list{
  padding: 0;
}

.live-stream-right .segment-outer {
    height: calc(100vh - 320px);
    overflow: auto;
    /* scrollbar-width: none; */
    display: flex;
    flex-direction: column;
    gap: 20px;
    padding-right: 15px;
    -webkit-overflow-scrolling: touch;
    /* background-color: white; */
}

@media (prefers-color-scheme: light) {
  .live-stream-right .segment-outer::-webkit-scrollbar-thumb {
    background-color: rgba(120, 120, 120, 0.7);
  }
}

@media (prefers-color-scheme: dark) {
  .live-stream-right .segment-outer::-webkit-scrollbar-thumb {
    background-color: rgba(200, 200, 200, 0.6);
  }
}

.live-stream-right .segment-outer {
  -webkit-overflow-scrolling: touch; /* smooth scrolling on iOS */
}

/* Show scrollbar on WebKit (Safari, Chrome on iOS) */
.live-stream-right .segment-outer::-webkit-scrollbar {
  -webkit-appearance: none;
  width: 4px; /* adjust thickness */
}

.live-stream-right .segment-outer a:last-child .segment-item{
  margin: 0 !important;
}

.scroll-down-active .segment-outer {
    height: calc(100vh - 475px);
}

.page-container .page-content.horizontal-list .grid-list{
  margin: 0 0 50px;
}

.page-container .page-content.horizontal-list .grid-list .grid-title{
  margin: 0 0 20px;
}

.page-container .page-content.horizontal-list .grid-list:last-child {
  margin: 0;
}

.video-js .vjs-big-play-button{
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  margin: auto;
}

.webtv_target_images {
  overflow: hidden;
  /* border: 4px solid #fbbc38; */
  border-radius: 12px;
}

.webtv_target_images .img-container img{
  display: block;
}

.menu-open {
  overflow: hidden !important;
}

.webtv_target_shown {
  max-width: 350px;
}

@media (max-width: 1024px) {

  .live-stream-component{
    flex-direction: column;
  }

  .live-stream-right,.webtv_target_shown{
    max-width: 100%
  }
  .live-stream-right .segment-outer {
    max-height: 300px;
  }

  .page-container .side-menu .side-nav{
    flex-direction: row;
    max-width: 100%;
    min-width: 100%;
    flex-wrap: wrap !important;
  }

  .page-container .side-menu .side-nav a{
    width: auto;
  }

}

@media (max-width: 1024px) {

  .page-container.main-no-video-show{
    flex-wrap: wrap;
    padding: 20px;
  }
  .page-container .side-menu{
    width: 100%;
    min-width: unset;
    max-width: unset;
  }
  .live-stream-right .segment-outer {
    max-height: inherit;
    flex-direction: row;
    height: auto;
    padding-right: 0;
    padding-bottom: 15px;
  }
  .live-stream-right .segment-outer a {
    min-width: 200px;
  }
  .live-stream-component.scroll-down-active {
    padding: 30px 60px;
  }
  .menu-items{
    gap: 14px;
  }
}

@media (max-width: 768px) {
  .menu-items{
    gap: 34px;
  }
}

@media (max-width: 560px) {
  .live-stream-right .segment-outer a {
    min-width: 180px;
  }
}

.ot-sdk-show-settings {
  background-color: transparent !important;
  padding: 0 !important;
  font-size: 14px !important;
}

.grid-list .media-element:hover.landscape a.btn:hover svg, .horizontal-list .media-element:hover.landscape a.btn:hover svg {
  color: #000000d9;
}

.hidden{
  display: none;
}

.media-element.landscape .live-stream-right-image a.btn {
  height: 40px;
  min-width: 40px;
  width: 40px !important;
}



@media (max-width: 560px) {
  
  .media-element.landscape.prj-element .img.live-stream-right-image{
    height: 87px;
    min-width: 140px;
    max-width: 140px;
  }
  .horizontal-list .media-element.portrait .overlay-box,
  .horizontal-list .media-element.landscape .overlay-box {
    padding: 10px;
  }
  .horizontal-list .media-element.portrait:hover .overlay-box .btns-group{
    bottom: 10px;
    padding: 0 10px;
  }
  .horizontal-list .media-element .overlay-box .btns-group button, .horizontal-list .media-element .overlay-box .btns-group a{
    font-size: 10px;
    padding: 5px 10px;
  }
  .live-stream-right .segment-item .segment-text p,
  .horizontal-list .media-element .sub-title,
  .fullscreen-container-fixed .video-details .details .description{
    font-size: 14px;
  }
  .live-stream-right .segment-item .segment-text h4,
  .horizontal-list .media-element .title,
  .fullscreen-container-fixed .video-details .details .title{
    font-size: 16px;
  }
  .tabs.show-top-menubar .link.menu-item{
    font-size: 16px;
  }
  .page-container.main-no-video-show.home-page{
    padding: 0;
  }
  .loader .loader-text {
    font-size: 20px;
  }
  .loader .loader-text .dots{    
    width: 5px;
    height: 5px;
    font-size: 5px;
    line-height: 5px;
  }  
  .video_not_found{
    font-size: 18px;
  }
}

.vjs-modal-dialog-content{
  padding-top: 7rem !important;
}

.footer-links{
  display: flex;
  justify-content: space-between;
  align-items: center;
  gap: 20px;
  flex-wrap: wrap;
}

.footer-left-section{
  display: flex;
  gap: 12px;
  font-size: 14px;
  flex-wrap: wrap;
  max-width: 800px;
}

.footer-left-section a{
  color: #ebebeb;
}

.footer-right-section{
  display: flex;
  gap: 5px;
  flex-direction: column;
  max-width: 300px;
}
.footer_right_side_header{
  margin: 0 ;
  font-size: 18px;
}

.footer-right-section .footer-images{
  display: flex;
  gap: 10px;
  flex-wrap: wrap;
}

.footer-right-section .footer-images a{
  display: block;
  width: 65px;
  max-height: 35px;
}

.footer-right-section .footer-images a img {
  width: 100%;
  height: 100%;
  object-fit: contain;
}

@media (min-width: 1186px) {
  .flex-box {
    display: none;
  }
}


@media (min-width: 1366px) {
  .live-stream-right .segment-outer {
    scrollbar-width: none;
  }
}



@media screen and (max-width: 1024px) and (orientation: landscape) {
  .live-stream-component{
    position: relative;
  }
  #video-player1 {
    height: 330px;
  }
  .scroll-down-active #video-player1 {
    height: 400px;
  }
  /* .live-stream-right .segment-outer{
    height: 368px;
  }
  .scroll-down-active .segment-outer{
    height: 475px;
  } */
}

.live-navbar {
  position: relative;
}

.page-container.inner-page-grid .video_not_found {
  top: 75%;
}

.iframe-scroll-web {
    height: calc(100vh - 98px);
    overflow: hidden;
}


.page-container.main-no-video-show.home-page{
  padding-top: 0;
}

.swiper-button-next.swiper-button-disabled,.swiper-button-prev.swiper-button-disabled {
    display: none;
}

.page-container.main-no-video-show.has-child-playlist{
  flex-direction: unset;
}

.internal-page-loader {
  height: 100%;
}

.live-navbar {
  position: relative;
}

.page-container.inner-page-grid .video_not_found{
  top: 75%;
}

@media (max-width: 1024px) {
  .page-container .side-menu .side-nav a:hover {
    background-color: transparent !important;
    color: white !important;
  }
}

.upcoming_text{
  position: absolute;
  right: 10px;
  z-index: 2;
  top: 10px;
  background-color: #fbbc38; 
  color: #333;
  font-size: 13px;
  font-weight: 600;
  padding: 2px 10px;
  border-radius: 11px;
  letter-spacing: 0.5px;
}

.event-time{
  font-size: 13px;
  font-weight: 600;
  color: #cdc8c8;
}

.single_live_text{
  position: absolute;
  right: 10px;
  z-index: 2;
  top: 10px;
  background-color: #e60000;
  color: #fff;
  /* background-color: #fbbc38;
  color: #333; */
  font-size: 13px;
  font-weight: 600;
  padding: 2px 10px;
  border-radius: 11px;
  letter-spacing: 0.5px;
  align-items: center;
  display: flex;
  gap: 4px;
}

.single_live_text svg {
  animation: blink 1s infinite;
}

@keyframes blink {
  0% {
    opacity: 1;
  }
  50% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
.upcoming_live_events_div .img {
  cursor: default !important;
}

.media-element.landscape.prj-element .segment-item.special_posters_div .img.live-stream-right-image {
  max-width: 100%;
  height: 100%;
}

.segment-item.special_posters_div {
  margin: 0 !important;
}

.vjs-quality-selector .vjs-menu-button.vjs-menu-button-popup.vjs-button{
  padding: 0;
  font-size: 13px;
  padding-bottom: 5px;

}

.top-navigation .brand-logo img {
  filter: brightness(0) saturate(100%) invert(89%) sepia(17%) saturate(0) hue-rotate(196deg) brightness(111%) contrast(101%);
  height: 58px;
  object-fit: contain;
  width: 150px;
}

.page-container.main-no-video-show.see-more-inner-page {
  flex-direction: column;
}

@media (max-width: 940px) {
  .video-container .close-video-container {
    width: calc(100% - 100px);
  }
}

.ad_muted_button {
  position: absolute;
  top: 10px;
  left: 10px;
  width: 40px;
  height: 40px;
  display: flex;
  align-items: center;
  justify-content: center;
  background: rgba(0,0,0,0.5);
  border-radius: 50%;
  color: white;
  font-size: 20px;
  cursor: pointer;
  z-index: 10;
  user-select: none;
}

.hero-placeholder {
  height: 450px;
  background-color: #000;
}

.vjs-icon-placeholder {
  padding: 6px 0 0 3px;
}