.loader_bg{
  position: fixed;
  z-index: 999999;
  background: rgb(0, 0, 0);
  width: 100%;
  height: 100%;
}
.loader{
  border: 0 solid transparent;
  border-radius: 50%;
  width: 150px;
  height: 150px;
  position: absolute;
  top: calc(50vh - 75px);
  left: calc(50vw - 75px);
}
.loader:before, .loader:after{
  content: '';
  border: 1em solid #fd2e00;
  border-radius: 50%;
  width: inherit;
  height: inherit;
  position: absolute;
  top: 0;
  left: 0;
  animation: loader 2s linear infinite;
  opacity: 0;
}
.loader:before{
  animation-delay: .5s;
}
@keyframes loader{
  0%{
      transform: scale(0);
      opacity: 0;
  }
  50%{
      opacity: 1;
  }
  100%{
      transform: scale(1);
      opacity: 0;
  }
}

@import url('http://fonts.googleapis.com/css?family=source+sans+pro:400');
@media screen and (max-width: 840px) and (min-width: 481px) and (orientation: landscape){
body, html {
  font-size: 1.2vw;
}}
head {
  display: none;
}
@media screen and (max-aspect-ratio: 4/3) and (max-width: 840px) and (min-width: 481px){
body, html {
  font-size: 1vw;
}}
@font-face {
font-family: nf-icon;
src: url(https://assets.nflxext.com/ffe/siteui/fonts/nf-icon-v1-88.eot);
src: url(https://assets.nflxext.com/ffe/siteui/fonts/nf-icon-v1-88.eot?#iefix) format('embedded-opentype'), url(https://assets.nflxext.com/ffe/siteui/fonts/nf-icon-v1-88.woff) format('woff'), url(https://assets.nflxext.com/ffe/siteui/fonts/nf-icon-v1-88.ttf) format('truetype'), url(https://assets.nflxext.com/ffe/siteui/fonts/nf-icon-v1-88.svg#nf-icon-v1-88) format('svg');
font-weight: 400;
font-style: normal
}


@import url('https://fonts.googleapis.com/css2?family=Poppins:ital,wght@0,100;0,200;0,300;0,400;0,500;0,600;0,700;0,800;0,900;1,200;1,300;1,400;1,500;1,600;1,700;1,800;1,900&display=swap');
*
{
  margin: 0;
  padding: 0;
  box-sizing: border-box;
  font-family: 'Poppins', sans-serif;
}
.material-icons
{
  user-select: none;
  -webkit-user-select: none;
  cursor: pointer;
}
body
{
background-color: #000000;
-webkit-user-select: none;
-khtml-user-select: none;
-moz-user-select: none;
-ms-user-select: none;
-o-user-select: none;
user-select: none;
}
section
{
  display: flex;
  justify-content: center;
  align-items: center;
  min-height: calc(100vh);
  max-height: calc(100vh);
  width: 100%;
  height: 100%;
  padding: 0.1%;
}
.container
{
  position: relative;
  width: 100%;
  height: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
}

/* Video player Styling */
.container #video_player
{
  position: relative;
  width: 100%;
  height: 100vh;
  max-height: calc(100vh);
  border-radius: 5px;
  overflow: hidden;
  box-shadow: 0 0 5px rgba(0, 0, 0, 0.77);
}
.container #video_player #main-video
{
  position: relative;
  width: 100%;
  height: 100%;
  bottom: -2px;
  outline: none;
  transform: scaleY(1);
}


.container #video_player .dts {
  position: absolute;
  width: 100%;
  text-align: center;
  overflow: hidden;
  left: 2%;
  top: 1%;
  color: #fff;
  z-index: -1;
  font-size: 15px;
  font-family: monospace;
  transition: opacity 0.3s ease;
}

@media screen and (max-width: 500px) {
  .container #video_player .dts {
      font-size: 15px;
      font-family: monospace;
      transition: opacity 0.3s ease;
  }
}

.container #video_player:hover .dts
{
  width: 100%;
  position: absolute;
  top: 1%;
  left: 2%;
  text-align: center;
  z-index: 18;
  overflow: hidden;
  font-size: 15px;
  font-family: monospace;
}

@media screen and (max-width: 780px) {
  .container #video_player:hover .dts {
      font-size: 15px;
      top: 0.8%;
      font-family: monospace;
      transition: opacity 0.3s ease;
  }
}

@media screen and (max-width: 500px) {
  .container #video_player:hover .dts {
      font-size: 15px;
      top: 0.8%;
      font-family: monospace;
      transition: opacity 0.3s ease;
  }
}

@media screen and (max-width: 780px) {
  .container #video_player:active .dts {
      width: 100%;
      position: absolute;
      font-size: 15px;
      font-family: monospace;
      top: 0.8%;
      left: 2%;
      text-align: center;
      z-index: 18;
      overflow: hidden;
  }
}
@media screen and (max-width: 500px) {
  .container #video_player:active .dts {
      width: 100%;
      position: absolute;
      font-size: 15px;
      font-family: monospace;
      top: 0.8%;
      left: 2%;
      text-align: center;
      z-index: 18;
      overflow: hidden;
  }
}



.container #video_player .closa
{
  content: '';
  width: 23px;
  position: absolute;
  top: 2%;
  left: 1.5%;
  border: solid 1px #000;
  cursor: pointer;
  overflow: hidden;
  border-radius: 11px;
  border-width: 3px;
  background-color: rgb(0, 0, 0);
  z-index: -1;
  transition: opacity 0.3s ease;
}
.container #video_player:hover .closa
{
  width: 23px;
  position: absolute;
  top: 2%;
  left: 1.5%;
  border: solid 1px #000;
  cursor: pointer;
  z-index: 20;
  overflow: hidden;
  border-radius: 11px;
  border-width: 3px;
  background-color: #000;
}

@media screen and (max-width: 500px){
  .container #video_player:active .closa {
          width: 23px;
          position: absolute;
          top: 2%;
          left: 1.5%;
          border: solid 1px #000;
          cursor: pointer;
          z-index: 20;
          overflow: hidden;
          border-radius: 11px;
          border-width: 3px;
          background-color: rgb(0, 0, 0);
      }
}

.container #video_player .closa.active
{
  transform: translateY(0);
}
