/*!
 * Start Bootstrap - Clean Blog v5.0.9 (https://startbootstrap.com/themes/clean-blog)
 * Copyright 2013-2020 Start Bootstrap
 * Licensed under MIT (https://github.com/StartBootstrap/startbootstrap-clean-blog/blob/master/LICENSE)
 */
 .growdiv{
  transition: 1s ease;
  }
  
  .growdiv:hover {
    -ms-transform: scale(1.5); /* IE 9 */
    -webkit-transform: scale(1.5); /* Safari 3-8 */
    transform: scale(1.5); 
  }
@media only screen and (max-width: 500px) {
  #audio-player-holder {
    margin-bottom: 13px;
    position: relative;
    height: 83px;
    margin-left: 70px;
    width:75% !important;
  }
}
 body {
  background-color: #000000;
  font-size: 14px;
  color: #fff;
  font-family: Montserrat, "Open Sans", sans-serif;
}

section {
  position: relative;
}

a {
  cursor: pointer;
}

p {
  line-height: 1.5;
  margin: 30px 0;
}

p a {
  text-decoration: underline;
}

h1,
h2,
h3,
h4,
h5,
h6 {
  font-weight: 800;
  font-family: Montserrat, "Open Sans", sans-serif;
}

a {
  color: #212529;
  transition: all 0.2s;
}

a:focus,
a:hover {
  color: #ff000d;
}

button {
  outline: none;
}

blockquote {
  font-style: italic;
  color: #868e96;
}

.hidden {
  display: none;
}

.section-heading {
  font-size: 36px;
  font-weight: 700;
  margin-top: 60px;
}

.caption {
  font-size: 14px;
  font-style: italic;
  display: block;
  margin: 0;
  padding: 10px;
  text-align: center;
  border-bottom-right-radius: 5px;
  border-bottom-left-radius: 5px;
}

::-moz-selection {
  color: #fff;
  background: #ff000d;
  text-shadow: none;
}

::selection {
  color: #fff;
  background: #ff000d;
  text-shadow: none;
}

img::-moz-selection {
  color: #fff;
  background: transparent;
}

img::selection {
  color: #fff;
  background: transparent;
}

img::-moz-selection {
  color: #fff;
  background: transparent;
}

.modal-dialog .close-button {
  cursor: pointer;
  position: absolute;
  right: 15px;
  top: 5px;
  z-index: 1;
}

.ion-ios-close-empty {
  font-size: 40px;
}

.spinner-border {
  width: 1rem;
  height: 1rem;
  margin-right: 8px;
  color: #fff;
  display: none;
}

.loading .spinner-border {
  display: inline-block;
}

.form-row {
  margin-left: 0;
  margin-right: 0px;
}

.txt-error {
  color: #ff000d;
}

#modal-message .modal-dialog {
  top: 15%;
}

.loader {
  position: fixed;
  background-color: rgba(0, 0, 0, 0.6);
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 99999;
}

.lds-dual-ring {
  display: inline-block;
  width: 80px;
  height: 80px;
  position: absolute;
  top: 45%;
  left: 46%;
}

.lds-dual-ring:after {
  content: " ";
  display: block;
  width: 64px;
  height: 64px;
  margin: 8px;
  border-radius: 50%;
  border: 6px solid #ff000d;
  border-color: #ff000d transparent #ff000d transparent;
  animation: lds-dual-ring 1.2s linear infinite;
}

@keyframes lds-dual-ring {
  0% {
      transform: rotate(0deg);
  }
  100% {
      transform: rotate(360deg);
  }
}

.btn {
  font-size: 14px;
  font-weight: 300;
  padding: 10px 25px;
  letter-spacing: 1px;
  font-family: Montserrat, 'Open Sans', 'Helvetica Neue', Helvetica, Arial, sans-serif;
}

.btn-primary {
  background-color: #ff000d;
  border: none;
}

.btn-primary:hover,
.btn-primary:focus,
.btn-primary:active {
  color: #fff;
  background-color: #ff000def !important;
  border-color: #ff000def !important;
}

.btn-dark-light {
  background-color: #6f6f6f;
  border: none;
  color: #fff;
}

.btn-dark-light:hover,
.btn-dark-light:focus,
.btn-dark-light:active {
  color: #fff;
  background-color: #302f2fef !important;
  border-color: #302f2fef !important;
}

.btn-light {
  background-color: rgba(255, 255, 255, 0.9);
  border: none;
}

.btn-light:hover,
.btn-light:focus,
.btn-light:active {
  color: #000;
  background-color: #e2e6ea !important;
}

.btn-lg {
  font-size: 16px;
  padding: 25px 35px;
}

#promotion-btn-close {
  position: absolute;
  top: 8px;
  right: 8px;
  font-size: 4rem;
  line-height: 2.5rem;
  background-color: transparent;
  color: white;
  border: 0;
  cursor: pointer;
  user-select: none;
}

#promotion-btn-close:focus, #promotion-btn-close:focus-visible {
  outline: none;
}

.promotion-modal {
  background-color: rgba(0, 0, 0, 0.75);
  opacity: 0;
  position: fixed;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  transition: all 0.7s cubic-bezier(0.445, 0.05, 0.55, 0.95);
  z-index: -1;
  display: flex;
  align-items: center;
  justify-content: center;
}

.promotion-modal.open {
  opacity: 1;
  z-index: 9999;
}

 #promotion-modal-inner {
  position: relative;
  border: 1px solid white;
  border-radius: 0.5rem;
  overflow: hidden;
}

#promotion-banner-img {
  height: 50vh;
  cursor: pointer;
}

@media only screen and (max-width: 750px) {
  #promotion-banner-img {
    width: 80vw;
    height: auto;
  }

  #promotion-btn-close {
    top: 5px;
    right: 5px;
    font-size: 2rem;
    line-height: 1.2rem;
    background-color: transparent;
    color: white;
    border: 0;
    cursor: pointer;
    user-select: none;
  }
}

/* Renewal Popup styling */
#renewal-popup {
  margin: auto;
  width: 70%;
  position: fixed;
  top: 60px;
  left: 15%;
  z-index: 1031;
  justify-content: space-between;
  align-items: center;
  gap: 1rem;
  padding-inline: 1rem;
  padding-block: 0.5rem;
  border-radius: 10px;
  border: 1px solid black;
  background-color: red;
}

#renewal-text {
  margin: 0;
  font-size: 18px;
  line-height: 1.5;
  font-weight: normal;
  color: white;
}

#renew-action {
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 0.5rem;
}

#renew-btn {
  padding-inline: 0.5rem;
  padding-block: 0.25rem;
  font-size: 16px;
  font-weight: 500;
  border-radius: 10px;
  border: 1px solid black;
  color: black;
  background-color: white;
}

#renew-close {
  margin: auto;
  font-size: 1.5rem;
  line-height: 1;
  color: white;
  background-color: transparent;
  border: 0;
}

#renew-btn:focus, #renew-close:focus {
  outline: none;
}

@media only screen and (max-width: 992px) {
  #renewal-text {
    font-size: 14px;
    line-height: 1rem;
  }
  #renew-btn {
    font-size: 10px;
    border-radius: 5px;
    padding-inline: 0.25rem;
    padding-block: 0.125rem;
  }
  #renew-action {
    gap: 0.125rem;
  }
  #renewal-popup {
    width: 90%;
    top: 50px;
    left: 5%;
    padding-inline: 0.5rem;
    padding-block: 0.25rem;
  }
}
/* Renewal popup styling ends */

#mainNav {
  position: fixed;
  border-bottom: 1px solid #e9ecef;
  background: #000;
  font-family: Montserrat, "Open Sans", sans-serif;
}

#mainNav .navbar-brand {
  font-weight: 800;
  color: #343a40;
}

#mainNav .navbar-brand img {
  max-width: 100px;
}

#mainNav .navbar-toggler {
  font-size: 12px;
  font-weight: 800;
  padding: 13px;
  text-transform: uppercase;
  color: #fff;
}

.navbar-nav li {
  position: relative;
}

#mainNav .navbar-nav>li.nav-item>a,
#mainNav .navbar-nav>li.nav-item li a {
  font-size: 14px;
  font-weight: 300;
  letter-spacing: 1px;
  color: #fff;
  width: 100%;
  text-decoration: none;
  display: inline-block;
}

#main-menu ul {
  display: none;
  position: absolute;
  top: 100%;
  left: 4px;
  padding: 15px;
  height: auto;
  width: auto;
  min-width: 200px;
  background: #000;
  box-shadow: 0 5px 10px rgba(0, 0, 0, .25);
  text-align: left;
  list-style: none;
}

#main-menu ul li {
  cursor: pointer;
  padding: 5px;
}

#main-menu .ion-chevron-down {
  position: absolute;
  right: 3px;
  top: 16px;
  font-size: 10px;
  transition: all .5s;
}

#main-menu li:hover>ul {
  display: block;
}

#main-menu li:hover>.ion-chevron-down {
  transform: rotate(180deg);
}

#header-right-nav>li {
  padding-top: 14px;
  margin-right: 20px;
}

.full-width {
  width: 100%;
}

.btn-no-border {
  border: transparent;
  background: transparent;
  color: #fff;
}

.btn-subscribe {
  background-color: #ff000d;
  padding: 3px 5px;
  font-size: 10px;
  font-weight: 600;
  color: #fff;
}

.btn-subscribe:hover {
  color: #fff;
}

.search-submit {
  margin-right: 10px;
}

.search-submit img {
  height: 20px;
}

.search-type-buttons {
  text-align: center;
  margin-bottom: 20px;
}

.search-type-buttons button {
  background: transparent;
  border: none;
  color: #fff;
  margin-right: 20px;
  outline: none;
}

.search-type-buttons button.active {
  border-bottom: 1px solid #ff000d;
}

.search-result .stc {
  display: none;
}

.search-result .stc.active {
  display: block;
}

.link-language {
  position: relative;
  padding-right: 15px;
  margin-right: 25px;
  padding-top: 0px;
}

.link-language a {
  color: #fff;
  font-size: 14px;
  outline: none;
  cursor: pointer;
}

.link-language a:hover {
  color: #fff;
}

.link-language span {
  font-size: 10px;
  color: #fff;
  position: absolute;
  top: 7px;
  right: 0;
}

a.user-account-link {
  color: #ff000d;
  font-size: 30px;
  position: relative;
  padding-right: 15px;
}

.link-language .dropdown-menu a:hover,
.sub-menu>li>a:hover {
  color: #fff;
  text-decoration: none;
  background-color: #ff000d;
}

.user-account-link span {
  font-size: 10px;
  color: #fff;
  position: absolute;
  top: 40%;
  right: 0;
}

.link-language .dropdown-menu,
.user-account ul {
  border-radius: 0;
  border-width: 0;
  border-bottom-right-radius: 4px;
  border-bottom-left-radius: 4px;
  box-shadow: 0 1px 4px rgba(0, 0, 0, 0.25);
  margin-top: 1px;
  right: -17px;
  left: auto !important;
  top: 100% !important;
  -webkit-transform: none !important;
  -ms-transform: none !important;
  transform: none !important;
}

.link-language .dropdown-menu:before,
.sub-menu:before {
  border-bottom: 10px solid #657786;
  border-bottom-color: rgba(0, 0, 0, 0.1);
  border-left: 10px solid transparent;
  border-right: 10px solid transparent;
  top: -10px;
  right: 10px;
  content: "";
  position: absolute;
}

.link-language .dropdown-menu:after,
.sub-menu:after {
  top: -9px;
  right: 11px;
  border-left: 9px solid transparent;
  border-right: 9px solid transparent;
  border-bottom: 9px solid #fff;
  content: "";
  position: absolute;
}

.link-language .dropdown-menu a,
.sub-menu>li>a {
  display: block;
  width: 100%;
  padding: 0.25rem 1.5rem;
  clear: both;
  font-weight: 400;
  color: #212529;
  text-align: inherit;
  white-space: nowrap;
  background-color: transparent;
  border: 0;
  font-size: 14px;
}

#main-carousel .slide-image {
  background-size: cover;
  height: 40vw;
  width: 100%;
  display: inline-block;
  border-radius: 10px 10px 10px 10px;
}

#main-carousel .slick-arrow {
  display: none !important;
}
#main-carousel .slick-arrow {
  display: none !important;
}
.main-slider-slide {
  position: relative;
  background-position: center;
}

.movies-sliders-gallery-images-wrap {
  position: absolute;
  bottom: 2%;
  width: 100%;
  padding: 0 15px;
  z-index: 1;
  text-align: right;
}

#main-carousel .slick-dots img {
  width: 100px;
  max-height: 140px;
  margin: 0 auto;
  border-radius: 10px;
}

/*#main-carousel .slick-dots {*/
/*  position: absolute;*/
/*  bottom: 0;*/
/*  right: 10px;*/
/*}*/
#main-carousel .slick-dots {
  position: inherit;
    bottom: 44px;
    display: inline-block;
    padding:0px;

}
/*#main-carousel .slick-dots li {*/
/*  position: relative;*/
/*  display: inline-block;*/
/*  width: auto;*/
/*  height: auto;*/
/*  margin: 0 5px;*/
/*  padding: 0;*/
/*  cursor: pointer;*/
/*}*/
#main-carousel .slick-dots li {
  position: relative;
  display: inline-block;
  width: 12px;
  height: 12px;
  margin: 0 5px;
  border-radius: 12px;
  padding: 0;
  opacity: 0.25;
  cursor: pointer;

  background-color:antiquewhite;
}
.main-carousel-pager {
  display: flex;
}

#main-carousel {
    display:block;
 min-height: 400px;
 text-align: center;
  margin-top:70px;
}

.movie__actions {
  display: flex;
  position: absolute;
  left: 0;
  bottom: 20px;
}

#main-carousel .movie__actions a.movie-actions--link_watch {
  display: inline-block;
  width: auto;
  margin: 0px 35px;
}
.slick-dots .slick-active{
  background-color: #ff000d !important;
  opacity: 1 !important;

}
#main-carousel .slick-dots .slick-active .main-carousel-pager:before {
  content: '';
  -webkit-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  transform: rotate(45deg);
  width: 10px;
  height: 10px;
  position: absolute;
  left: 46%;
  border-radius: 2px;
  z-index: 1;
  top: -4px;
}

#main-carousel .slick-dots .slick-active img {
  border: 4px solid;
  z-index: 2;
 
}



#section-container .video-sections:nth-child(odd) {
  background-color: #000000;
}

section.video-sections {
  display: block;
}

.video-sections {}

.video-sections .container {
  padding-left: 40px;
  padding-right: 25px;
}

.video-sections.type-two-slider .container {
  padding: 0px;
}

.slides-carausel .section-video-item {
  height: 40vw;
  background-size: cover;
  background-repeat: round;
}

.type-two-slider .slides-carausel .section-video-item {
  /*height: 575px;*/
  max-height: 100% !important;
}

.slides-carausel .section-video-item .btn-play {
  height: 300px;
  position: absolute;
  right: 160px;
  top: 100px;
}

.slides-carausel .movie__actions a {
  margin-left: 30px;
}

.section-dark {
  background-color: #000000;
  width: 100vw;
  position: relative;
  margin-left: calc(-50vw + 50% - 9px);
}

.slides-carausel .slick-dots {
  display: none;
}

.section-with-featured-video {
  background-position: bottom;
  background-repeat: no-repeat;
  background-size: cover;
  padding-top: 30px;
  padding-bottom: 30px;
}

.section-header {
  display: -webkit-box;
  display: flex;
  -webkit-box-pack: justify;
  justify-content: space-between;
  -webkit-box-align: center;
  align-items: center;
}

.section-title {
  font-size: 18px;
  line-height: 1.5;
  letter-spacing: -0.025em;
  font-weight: 500;
  color: #FFF;
  position: relative;
  display: block;
  overflow: hidden;
  margin-bottom: 22px;
  -webkit-box-flex: 1;
  flex: 1;
  margin: 0;
  min-width: 15%;
}

.section-dark .section-title {
  color: #FFF;
}

.section-title:after {
  margin-left: 25px;
  border-top: 1px solid #ff000d;
  position: absolute;
  content: "";
  height: 1px;
  width: 100%;
  top: 50%;
}

.link-view-all {
  display: block;
  text-align: right;
  font-size: 12px;
  color: #fff;
  font-weight: 300;
  position: relative;
  border-top: 1px solid #ff000d;
  margin-top: 10px;
  padding-top: 5px;
}

.link-view-all:hover,
.link-view-all:focus {
  color: #fff;
  outline: none;
}

.link-view-all span {
  padding-top: 2px;
  display: inline-block;
}

.link-view-all img {
  height: 10px;
  margin-left: 5px;
}

.slick-track {
  margin-left: 0;
}

.section-video-item {
  display: inline-block;
  position: relative;
  cursor: pointer;
  min-width: 80px;
}

.episodes .section-video-item {
  margin-bottom: 50px;
}

.type-1-slider {
  margin-top: 25px;
}

.type-1-slider .section-video-item,
.type-0-items .section-video-item {
  /*padding: 5px;*/
  border-radius: 5px;
  position: relative;
  outline: none;
margin-bottom:50px;

}

.is-paid-false:before {
  content: "";
  background-image: url(../img/ic-free.png);
  background-size: 100%;
  background-repeat: no-repeat;
  position: absolute;
  height: 63px;
  width: 53px;
  left: 0;
  top: 0;
}

.type-2:before,
.type-3:before,
.type-4:before,
.type-5:before,
.type-7:before {
  background-image: none;
}

.artists-section .is-paid-false:before {
  background-image: none;
}

.orientation-0 .section-video-item .empty {
  margin-top: 135%;
}

.orientation-1 .section-video-item .empty {
  margin-top: 50%;
}

.orientation-2 .section-video-item .empty {
  margin-top: 90%;
}

.artists-section .section-video-item .empty {
  margin-top: 100%;
}

.artists-section .poster {
  background-size: 100%;
  background-repeat: no-repeat;
}

#all-video-items {
  display: block;
  box-sizing: border-box;
  padding: 15px;
  margin-top: 65px;
}

#all-video-items .section-title {
  margin-bottom: 10px;
}

#all-video-items .section-video-item {
  margin-bottom: 50px;
}

#all-video-items.orientation-0 .section-video-item {
  width: 15%;
}

.episodes {
  padding-left: 10px;
}

.poster {
  background-size: cover;
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  margin-right: 10px;
  border-radius: 6px;
}

#playlist-details {
  margin: auto;
  position: relative;
  max-width: 560px;
  height: 30px;
  font-size: 25px;
}

.close-playlist {
  background-size: cover;
  cursor: pointer;
  position: absolute;
  top: -5px;
  right: -15px;
}

#songs-list {
}

#songs-list.active {
  padding-bottom:50px;
}

#song-items {
  overflow: auto;
}

.song-item {
  display: block;
  cursor: pointer;
  position: relative;
  border-bottom: 1px solid #3a3a3a;
  min-height: 50px;
  padding: 5px;
  width: 100%;
}
.song-item:hover,.song-item.playing{background-color:#000;border-bottom: 1px solid #ff000d;}
.song-item .song-img {
  height: 50px;
  width: 50px;
  background-size: 100% 100%;
  border-radius: 5px;
}

.song-item .video-info {
  left: 65px;
  top: 10px;
}

.song-spacer {
  padding: 25px;
}

#audio-player {
  display: none;
  position: fixed;
  bottom: 0;
  z-index: 8;
  height: 90px;
  width: 100%;
}

.audio-player-inner {
  background: #151B17;
  border-radius: 5px;
}

#audio-player-holder {
  margin-bottom: 13px;
  position: relative;
  height: 83px;
  margin-left: 70px;
width:87%;
}

#playig-song-poster .song-img {
  height: 75px;
  width: 75px;
  background-size: 100% 100%;
  border-radius: 5px;
  left: 5px;
  position: absolute;
  top: 6px;
  z-index: 8;
}

#song-tittle {
  position: absolute;
  top: 7px;
  left: 5px;
  z-index: 1;
}

#audio-player .vjs-fullscreen-control,
#audio-player .vjs-playback-rate,
#audio-player .vjs-picture-in-picture-control {
  display: none;
}

.loading-poster {
  background-position: center center;
}

.type-1-slider .section-video-item img {
  width: 100%;
  border-radius: 5px;
}

.type-1-slider .section-video-item .video-info-outer,
#all-video-items .section-video-item .video-info-outer,
.episodes .section-video-item .video-info-outer {
  border-radius: 0px 0px 5px 5px;
  color: #FEFEFE;
  font-size: 12px;
  /*position: absolute;
  bottom: 0px;
  padding: 10px;*/
  left: 0;
  right: 10px;
 /* background-image: linear-gradient(transparent, #000);
  height: 50%;*/
}

.video-info {
  position: absolute;
  /*bottom: 10px;*/
margin-top: 10px;
  left: 5px;
}

.type-1-slider .slick-next,
.type-1-slider .slick-prev,
.type-two-slider .slick-next,
.type-two-slider .slick-prev {
  line-height: 0;
  position: absolute;
  top: 48%;
  display: block;
  width: 20px;
  padding: 0;
  -webkit-transform: translate(0, -50%);
  -ms-transform: translate(0, -50%);
  transform: translate(0, -50%);
  cursor: pointer;
  color: #fff;
  border: none;
  outline: none;
  background: transparent;
  z-index: 1;
}

.type-1-slider .slick-dots,
.type-two-slider .slick-dots {
  display: none !important;
}

.type-1-slider .slick-prev {
  left: -10px;
}

.type-1-slider .slick-next {
  right: -5px;
}

.type-1-slider .slick-prev,
.type-1-slider .slick-next,
.type-two-slider .slick-prev,
.type-two-slider .slick-next {
  font-size: 45px;
  line-height: 1;
  opacity: 1;
  color: white;
  -webkit-font-smoothing: antialiased;
}

.video-meta {
  display: none;
}

.type-two-slider .slick-prev {
  left: 10px;
}

.type-two-slider .slick-next {
  right: 10px;
}

#video-container {
  margin-top: 70px;
  padding: 0px;
  position: relative;
}

.poster-container {
  position: relative;
  width: 100%;
  height: 400px;
}

.movie-poster {
  background-color: #000000;
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  z-index: 1;
  background-position: center;
  background-repeat: no-repeat;
  background-size: 100%;
}

.movie-poster img {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 250px;
  height: 250px;
  border-radius: 10px 10px 10px 10px;
}

.upcoming-poster {
  background-color: #000000;
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  z-index: 1;
  background-position: center;
  background-repeat: no-repeat;
  background-size: 100%;
}

.upcoming-poster img {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 250px;
  height: 250px;
  border-radius: 10px 10px 10px 10px;
}



.video-player {
  position: relative;
  width: 100%;
}

#player-content {
  position: relative;
  margin: auto;
  width: 100%;
  min-height: 650px;
  text-align: center;
}

#player-content iframe {
  margin: auto;
  height: 100%;
  width: 100%;
}

#modal-video-player iframe,
#modal-episode iframe,
#episode-player {
  height: 80%;
  width: 96%;
  z-index: 2;
  position: absolute;
  left: 2%;
  top: 40px;
  bottom: 0;
}

#modal-video-player .modal-dialog,
#modal-episode .modal-dialog {
  width: 80%;
  max-width: initial;
  height: calc(100vh - 100px);
}

#modal-video-player .modal-content,
#modal-episode .modal-content {
  height: 100%;
}

#modal-video-player .close-button,
#modal-episode .close-button {
  cursor: pointer;
  position: absolute;
  right: 0px;
  top: 5px;
  height: 40px;
  width: 40px;
  z-index: 1;
  font-size: 30px;
}

#modal-video-player .modal-body,
#modal-episode .modal-body {
  padding-top: 40px;
  padding-bottom: 40px;
}

.video-js.vjs-quality-menu {
  position: absolute;
  top: 0px;
  right: 0px;
  bottom: 0px;
  left: 0px;
  width: 100%;
  height: 100%;
}

.vjs-dock-shelf .vjs-button.vjs-share-control {
  display: none;
}

.video-details-title {
  font-size: 28px;
  font-weight: 500;
}

.video-summary {
  padding: 20px 40px 40px 20px;
  position: relative;
}

.video-summary .video-details-meta>*+*::before {
  content: '|';
  display: inline-block;
  margin: 0 15px;
  color: #41494e;
}
.upcoming-summary .upcoming-details-meta{
  content: ' ';
  display: inline-block;
  margin: 0 15px;
  color: #41494e;
}
.upcoming-meta-margin{
  margin: 0 5px 0px 0px;
}
.upcoming-details-tagline{
  color:#ff000d;
}
.video-director {
  padding-top: 20px;
}

.video-artists {
  padding-top: 10px;
}

.video-description {
  padding-top: 10px;
}

.btn-watch-list-home {
  display: none;
  position: absolute;
  color: #ff000d;
  border: 2px solid #ff000d;
  right: 25px;
  bottom: 10px;
  z-index: 1;
  padding-top: 6px;
  border-radius: 50%;
  height: 30px;
  width: 30px;
  text-align: center;
}

.section-video-item:hover .btn-watch-list-home {
  display: inline;
}

.btn-watch-list {
  
  color: #fff;
  border: 1px solid #ff000d;
  /*position: absolute;
  right: 50px;
  top: 20px;
  z-index: 1;*/
}

.btn-watch-list.active,
.btn-watch-list:hover {
  background-color: #ff000d;
  color: #fff;
}
.btn-trailer-list {
  
  color: #fff;
  border: 1px solid #ff000d;
  /*position: absolute;
  right: 50px;
  top: 20px;
  z-index: 1;*/
}

.btn-trailer-list.active,
.btn-trailer-list:hover {
  background-color: #ff000d;
  color: #fff;
}
.ic-watchlist:before {
  content: "\f067";
}

.btn-watch-list.active .ic-watchlist:before {
  content: "\f068";
}

/*//////For trailer button//////*/
.ic-watchlist:before {
  content: "\f067";
}

.btn-watch-list.active .ic-watchlist:before {
  content: "\f068";
}

.plan-row {
  border: 1px solid red;
  margin-bottom: 10px;
  padding: 10px;
  cursor: pointer;
  padding-bottom: 5px;
  border-radius: 5px;
  background: #262c32;
}

.plan-row:hover {
  background: #000;
  ;
}

.plan-row .p-t {
  margin-bottom: 5px;
}

.plan-row .p-p {
  float: right;
}

.plan-row .currency-sign {
  font-weight: bold;
}

.plan-row .p-d {
  border-top: 1px solid #807d7dd9;
  padding-top: 10px;
}

/*.plan-benifit-row {
  padding-top: 75px;
}
*/
.plan-benifit-row1 {
  padding-top: 25px;
padding-bottom: 50px;
}

.plan-benifit-top-margin {
  padding-top: 100px;
}
.plan-benifit {
  background-color: #000;
  float: left;
  padding: 10px;
  border-radius: 10px;
  font-size: 10px;
  text-align: center;
  margin-right: 3%;
  margin-bottom: 21px;
  min-height: 90px;
}

plan-benifit1{
 background-color: #000;
  float: left;
  padding: 10px;
  border-radius: 10px;
  font-size: 10px;
  text-align: center;
  margin-right: 3%;
margin-bottom: 10px;
  min-height: 90px;
}

.plan-benifit img {
  height: 30px;
  margin-bottom: 10px;
}
.plan-benifit1 img {
  height: 75px;
  margin-bottom: 10px;
}
.site-footer {
  background-color: #000000;
  padding-left: 40px;
  padding-right: 40px;
  padding-bottom: 40px;
}

.site-footer a {
  color: #fff;
  text-decoration: none;
}

.footer-logo img {
  width: 100px;
}

.footer-top-bar {
  display: -webkit-box;
  display: flex;
  -webkit-box-pack: justify;
  justify-content: space-between;
  padding: 25px 0 25px;
  -webkit-box-align: center;
  align-items: center;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  flex-direction: column;
}

.footer-top-bar .social-icons {
  display: -webkit-box;
  display: flex;
  flex-wrap: wrap;
  padding-left: 0;
  margin-bottom: 0;
  list-style: none;
}

.social-media-item>a {
  color: #EDEDED;
  display: inline-block;
  font-size: 13px;
  padding: 0;
  margin-right: 25px;
}

.social-media-item .fa-stack {
  width: auto;
  margin-right: 10px;
  height: auto;
  float: left;
}

.social-media-item .social-media-item__title {
  padding-top: 0px;
  float: left;
}

.social-media-item img {
  height: 16px;
}

.footer-links {
  border-top: 1px solid #ff000d;
  color: #fff;
  font-size: 13px;
  padding-top: 20px;
}

.footer-links p {
  margin: 5px 0px 0px;
}

.footer-links ul {
  margin: 0;
  padding: 0;
}

.footer-links li {
  list-style: none;
}

.footer-links-inner img {
  margin-bottom: 20px;
  max-width: 130px;
}

.footer-links-inner .last-child {
  border-left: 1px solid #ff000d;
}

.footer-bottom-bar {
  color: #8C8C8C;
  font-size: 13px;
  margin-top: 20px;
  text-align: center;
}

.site-footer {
  font-size: 12px;
}

.site-footer .title {
  font-size: 14px;
}
.site-footer .width {
  width: 30%px;
  margin-right:20px;
  margin-left:20px;
  padding: 5px 2px;
}
.modal-content {
  border: none;
}

.modal-dark .modal-header h5 {
  border-bottom: 1px solid #ff000d;
  display: block;
  font-size: 16px;
  font-weight: 300;
  padding-bottom: 5px;
  width: 100%;
}

.modal-dark .modal-header,
.modal-dark .modal-body {
  background: #000000;
  border: none;
  border-radius: 0;
}

#modal-register-login .modal-dialog {
  max-width: 500px;
}

.modal-body .rlform-register-login {
  margin: 0px;
}

a.btn-social-login {
  background-color: #000;
  background-position: 10px;
  background-size: 20px;
  border-radius: 5px;
  padding: 10px 40px;
  color: #fff;
  width: 90%;
  display: inline-block;
  background-repeat: no-repeat;
  text-decoration: none;
}

a.btn-social-login.facebook {
  background-image: url('../img/fb-login.png');
}

a.btn-social-login.google {
  background-image: url('../img/google-login.png');
  float: right;
}

a.btn-social-login.apple {
  background-image: url('../img/apple-login.svg');
  float: right;
}

#modal-appcontent .modal-dialog {
  text-align: justify;
}

#modal-appcontent .modal-dialog {
  max-width: 800px;
}

.rlform-register,
.rlform-login {
  max-width: 80%;
  margin: auto;
}

.rlform-register .form-row .rlform-form__label-for-checkbox,
.rlform-register .rlform-LostPassword a,
.rlform-login .form-row .rlform-form__label-for-checkbox,
.rlform-login .lost-password-link,
.create-link {
  font-weight: 300;
  color: #fff;
  font-size: 12px;
  text-decoration: none;
}

.create-link,
.lost-password-link {
  margin-left: 28px;
  margin-top: 10px;
}

.create-link:hover,
.lost-password-link:hover {
  color: #fff;
  text-decoration: none;
}

.create-link span {
  font-size: 14px;
  font-weight: 700;
}

.rl-seprator {
  position: relative;
}

.rl-seprator span {
  margin: auto;
}

.rl-seprator span:before,
.rl-seprator span:after {
  content: "";
  position: absolute;
  width: 42%;
  border-top: 1px solid #ccc;
  top: 50%;
}

.rl-seprator span:before {
  left: 0;
}

.rl-seprator span:after {
  right: 0;
}

.rlform-register__inner h2,
.rlform-login__inner h2 {
  color: #fff;
  font-size: 25px;
  font-weight: 400;
  margin-bottom: 28px;
}

.form-row input,
.form-row select {
  background-color: #fff;
  border-radius: 5px;
  color: #000000;
  border-width: 0;
  padding: 8px 12px;
  font-size: 14px;
  width: 100%;
}

.radio-select {
  cursor: pointer;
  margin-left: 10px;
  padding-left: 15px;
  position: relative;
  font-size: 12px;
}

.radio-select:before {
  content: "";
  position: absolute;
  left: 0;
  top: 4px;
  height: 11px;
  width: 11px;
  border: 1px solid #000000;
  border-radius: 50%;
}

.radio-select.selected:before {
  border: 1px solid #ff000d;
}

.radio-select.selected:after {
  content: "";
  background: #ff000d;
  position: absolute;
  top: 7px;
  left: 3px;
  height: 5px;
  width: 5px;
  border-radius: 50%;
}

.iti__selected-flag {
  top: 0 !important;
  height: 100% !important;
}

.iti--allow-dropdown {
  width: 100%;
}

.iti__country-list {
  border-radius: 4px !important;
  z-index: 999 !important;
  box-shadow: 0 0 16px 0 rgb(0 0 0 / 8%) !important;
  border: 1px solid #ececec !important;
  width: 375px !important;
  scrollbar-width: thin;
  background-color: black !important;
}

#reg-otp-txt {
  display: block;
  margin: auto;
  border: none;
  padding: 0;
  width: 9ch;
  border-radius: unset;
  background: repeating-linear-gradient(90deg, #FFF 0, #FFF 1ch, transparent 0, transparent 1.5ch) 0 100%/ 8.5ch 2px no-repeat;
  font: 5ch droid sans mono, consolas, monospace;
  letter-spacing: 0.5ch;
}

#reg-otp-txt:focus {
  outline: none;
  color: white;
}

#btn-verify {
  text-transform: uppercase;
}

.rlform-forgot .iti__flag-container {
  display: none;
}

.form-row input[type="radio"] {
  width: auto;
}

.form-row input:focus,
.form-row input:focus {
  outline: none;
}

.rlform-register .rlform-Button,
.rlform-login .rlform-Button {
  display: inline-block;
  font-weight: 700;
  text-align: center;
  white-space: nowrap;
  vertical-align: middle;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  border: 2px solid transparent;
  text-transform: uppercase;
  padding: 13.5px 30px;
  font-size: 0.9375rem;
  line-height: 1;
  border-radius: 5px;
  -webkit-transition: color 0.15s ease-in-out, background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
  transition: color 0.15s ease-in-out, background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
  text-transform: capitalize;
  color: #fff;
  background-color: #ff000d;
  border-color: #ff000d;
}

.create-account {
  text-align: center;
}

.create-account button {
  margin: auto;
}

.footer-links-inner.mobile-device {
  display: none;
}

@media (min-width: 1440px) {
  .movies-sliders.style-v2 .movies-sliders-gallery-images-wrap {
      width: 50%;
      right: -15px;
  }
}

@media only screen and (min-width: 1200px) {
  .container {
      max-width: 100%;
  }
  .movies-sliders-gallery-images-wrap {
      width: 50%;
      right: 0;
      bottom: 13%;
  }
}
@media (min-width: 800px) {
  .search_btn{
    display:none;
  }
  }

@media only screen and (max-width: 1200px) {
  .container {
      max-width: 100%;
  }
  .type-1-slider .slick-prev {
      left: -5px;
  }
  .type-1-slider .slick-next {
      right: -5px;
  }
  .type-two-slider .slick-prev {
      left: 10px;
  }
  .type-two-slider .slick-next {
      right: 10px;
  }
  .episodes .section-video-item {
      min-width: 200px;
  }
}

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

@media only screen and (min-width: 992px) {
  #mainNav {
      border-bottom: 1px solid transparent;
      background: rgba(0, 0, 0, 0.8);
  }
  #mainNav .navbar-brand {
      padding: 15px 5px;
      color: #fff;
  }
  #mainNav .navbar-brand:focus,
  #mainNav .navbar-brand:hover {
      color: rgba(255, 255, 255, 0.8);
  }
  #mainNav .navbar-nav>li.nav-item>a {
      padding: 10px 20px;
      color: #fff;
  }
  #mainNav .navbar-nav>li.nav-item>a:focus,
  #mainNav .navbar-nav>li.nav-item>a:hover {
      color: rgba(255, 255, 255, 0.8);
  }
  .section-title {
      color: #FFF;
      font-size: 20px;
  }
  .footer-top-bar {
      -webkit-box-orient: horizontal;
      -webkit-box-direction: normal;
      flex-direction: row;
  }
  #modal-appcontent .modal-dialog {
      max-width: 800px;
  }
}

@media only screen and (min-width: 992px) {
  #mainNav {
      transition: background-color 0.2s;
      /* Force Hardware Acceleration in WebKit */
      transform: translate3d(0, 0, 0);
      -webkit-backface-visibility: hidden;
  }
  #mainNav.is-fixed {}
  #mainNav.is-fixed .navbar-brand {
      color: #212529;
  }
  #mainNav.is-fixed .navbar-brand:focus,
  #mainNav.is-fixed .navbar-brand:hover {
      color: #ff000d;
  }
  #mainNav.is-visible {
      /* if the user changes the scrolling direction, we show the header */
      transform: translate3d(0, 100%, 0);
  }
  .episodes .section-video-item {
      min-width: 200px;
  }
}

@media only screen and (max-width: 992px) {
  #main-carousel {
      min-height: auto;
      height: 100%
  }
  #main-carousel .slick-dots img {
      width: 55px;
  }
  .video-sections .container {
      padding-left: 10px;
      padding-right: 0px;
      max-width: 95%;
  }
  .type-1-slider .slick-prev,
  .type-two-slider .slick-prev {
      left: 5px;
  }
  .type-1-slider .slick-next,
  .type-two-slider .slick-next {
      right: 10px;
  }
  .footer-logo img {
      margin-bottom: 15px;
  }
  .footer-logo img {
      width: 120px;
  }
  .social-icons li {
      margin-bottom: 0px;
  }
  .footer-links-inner .last-child {
      border: none;
  }
  #player-content {
      height: 375px;
      min-height: auto;
  }
  .movie-poster img {
      height: auto;
      width: auto;
      position: absolute;
      top: 50%;
      left: 50%;
      transform: translate(-50%, -50%);
      max-width: 250px;
      border-radius: 10px 10px 10px 10px;
  }
  .movie-poster {
      background-size: cover;
  }
  .upcoming-poster img {
    height: auto;
    width: auto;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    border-radius: 10px 10px 10px 10px;
}
.upcoming-poster {
    background-size: cover;
}
  .section-with-featured-video {
      padding-top: 15px;
      padding-bottom: 15px;
  }
  .type-two-slider .slides-carausel .section-video-item {
      height: auto;
  }
  .social-icons li.social-media-item:last-child .footer-social-icon {
      margin-right: 0;
  }
  .social-media-item>a {
      background: #ff000d;
      width: 40px;
      height: 40px;
      line-height: 40px;
      text-align: center;
      border-radius: 50%;
      margin-right: 15px;
  }
  .social-media-item .fa-stack {
      width: auto;
      margin-right: 0;
      height: auto;
      float: none;
      display: block;
  }
  .social-media-item .social-media-item__title {
      display: none;
  }
  .footer-links-inner.mobile-device {
      display: block;
  }
  .footer-links-inner.normal-device {
      display: none;
  }
  .social-media-item img {
      margin-top: 12px;
  }
}

@media only screen and (max-width: 990px) {
  #top-section {
      margin-top: 54px;
  }
  #video-container {
      margin-top: 55px;
  }
}

@media only screen and (max-width: 768px) {
  .type-two-slider .slides-carausel .section-video-item {
      height: 225px;
  }
  .link-view-all {
      padding-right: 10px;
  }
  .footer-links-inner {
      -webkit-box-orient: horizontal;
      -webkit-box-direction: normal;
      flex-direction: row;
  }
  .episodes .section-video-item {
      min-width: 150px;
  }
  .footer-bottom-bar {
      color: #8C8C8C;
      font-size: 12px;
      margin-top: 15px;
      padding-top: 10px;
      text-align: center;
  }
  .site-footer {
      padding-bottom: 10px;
      padding-top: 20px;
  }
  .footer-links ul.title li {
      font-size: 12px;
  }
  .video-details-title {
      font-size: 22px;
  }
  .video-director,
  .video-artists,
  .video-details-meta,
  .video-description {
      font-size: 13px;
  }
  .director-lable,
  .artists-lable {
      font-weight: 600;
  }
  .video-details-meta>span {
      font-weight: 600;
  }
  .video-director {
      padding-top: 10px;
  }
  .video-summary {
      padding: 20px;
  }
}

@media only screen and (max-width: 640px) {
  #main-carousel .slick-dots {
      display: none !important;
  }
  #player-content {
      height: 325px;
  }
}
@media only screen and (min-width: 575px) and  (max-width: 920px){
  .app-store-link {
    width: 288px;
    margin: 0 auto;
    display: block;
    max-width: 100%;
    text-align: -webkit-center !important;
}
.app-store-link-res a {
margin-right: 40px !important;

}
.contact-email p {
  margin-top: 25px !important;
}
.plan-benifit {
  background-color: #000;
  float: left;
  padding: 10px;
  border-radius: 10px;
  font-size: 10px;
  text-align: center;
  width:30%;
  margin-right: 3%;
  margin-bottom: 21px;
  min-height: 90px;
}
}
@media only screen and (max-width: 575px) {
  .app-store-link a:last-child {
      margin-right: 0;
  }
  .app-store-link a {
      margin-right: 10px;
  }
  .app-store-link {
      width: 288px;
      margin: 0 auto;
      display: block;
      max-width: 100%;
      text-align: -webkit-center !important;
  }
  .footer-links ul.title li a {
      font-size: 12px;
  }
  .site-footer p.title {
      font-size: 13px;
      font-weight: bold;
  }
  .footer-top-bar {
      padding: 12px 0 12px;
  }
  .mobile_link ul.title {
      float: left;
  }
  .mobile_link {
      width: 100%;
      overflow: hidden;
  }
  .mobile_link .mail {
      float: right;
  }
  .address p br {
      display: none;
  }
  .address p {
      font-size: 11px;
  }
  .mobile_link .mail a {
      font-size: 12px;
  }
  .social-media-item img {
      margin-top: 8px;
      height: 13px;
  }
  .social-media-item>a {
      width: 30px;
      height: 30px;
  }
  .footer-logo img {
      width: 100px;
  }
  .footer-top-bar {
      padding: 5px 0 10px;
  }
  .footer-bottom-bar {
      font-size: 10px;
  }
  #main-carousel .slide-image {
      height: 47vw;
  }
  .plan-benifit {
    background-color: #000;
    float: left;
    padding: 10px;
    border-radius: 10px;
    font-size: 10px;
    text-align: center;
    width: 30%;
    margin-right: 3%;
    margin-bottom: 21px;
    min-height: 90px;
  }
}

@media only screen and (max-width: 480px) {
  .lds-dual-ring {
      left: 35%;
  }
  .video-sections .container {
      padding-left: 2px;
  }
  .btn {
      padding: 4px;
      font-size: 12px;
      font-weight: 600;
      letter-spacing: 0;
  }
  #section-container {
      overflow-x: hidden;
  }
  #main-carousel {
      margin-top: 57px;
  }
  .section-dark {
      margin-left: calc(-50vw + 50% - 0px);
  }
  .type-two-slider .slides-carausel .section-video-item {
      height: 170px;
  }
  .slides-carausel .section-video-item {
      height: 215px;
  }
  .slides-carausel .section-video-item .btn-play {
      height: 150px;
      position: absolute;
      right: 20px;
      top: 25px;
  }
  .video-info {
      bottom: 5px;
      left: 5px;
      right: 0;
  }
  .type-1-slider .section-video-item .video-info-outer,
  #all-video-items .section-video-item .video-info-outer {
      font-size: 9px;
  }
  .section-video-item .video-title {
      white-space: nowrap;
      text-overflow: ellipsis;
      overflow: hidden;
      width: 95%;
  }
  #player-content {
      height: 240px;
  }
  .plan-benifit {
      min-height: 105px;
  }
  .site-footer {
      padding-left: 15px;
      padding-right: 15px;
  }
}

@media only screen and (max-width: 413px) {
  #player-content {
      height: 200px;
  }
  .movie-poster img {
      max-width: 200px;
  }
}

@media only screen and (max-width: 320px) {
  #player-content {
      height: 160px;
  }
  .movie-poster img {
      max-width: 160px;
  }
}

@media only screen and (max-width: 991px) {
    #main-menu ul {position: relative;}
}
@media only screen and (max-width: 575px) {
    #modal-video-player .modal-dialog, #modal-episode .modal-dialog {
        width: auto;
        max-width: 100%;
        height: 100vh;
    }
    #modal-video-player iframe, #modal-episode iframe, #episode-player {
        height: 96%;
        width: 96%;
        z-index: 2;
        position: absolute;
        left: 2%;
        top: 40px;
        bottom: 0;
    }
}
