html {
background: #020304;
color: #0b131a;
}

.green {
width: 2000px;
text-align: center;
position: none;
    border: 3px solid black;
}

.green2 {
    border: 3px solid #080f14e8;

}
.green3 {
    border: 3px solid #080f14e8;
}

green4 {

background: #0b131a;
}
.logo {
width: 40px;
height:40px;
padding-top: 6px;
}

ul,li,h1,h2,h3,h4,h5,h6,p
{
	margin:0px;
	padding:0px;
	font-family: "Open Sans";
	text-align: center;
}

body {

  font-family: 'Open Sans';
  font-size: 14px;
  color: #fff;
  margin: 0;
  padding: 0;
  background-color: #0b131ad4;

}

.netflix-slider h2
{
	color:#333;
	margin-top:20px;
}

.swiper-container {
  width: 90%;
  height: 100%;
	border-radius: 30px;
	border-style: linear;
    border-color: #002147;
		border-width: medium;
		background-color: #040f26;
}

.swiper-slide {
    font-size: 18px;
    background:  #040f26;
    display: flex;
	cursor:pointer;

  }

img {
  max-width: 100%;
  min-height: inherit;
border-radius: 5px;

}

video
{
	max-width:100%;
	height:auto;
	border-width: medium;
	border-style: groove;
	border-color: silver;
	border-radius: 20px;
}

h1 {
  font-family: Arial, Helvetica, sans-serif;
  color: red;
  text-align: center;
}

:root {
  --swiper-theme-color: #fff;

}

.netflix-slider .swiper-wrapper {
  padding: 35px 0;

}

.netflix-slider .swiper-slide {
  -webkit-transition:10ms all;
  transition: 10ms all;
	transition: width 1s, height 3s;

}

.netflix-slider .swiper-slide:hover {
  -webkit-transform: scale(1.5);
          transform: scale(1.5);
    z-index: 1;

}

.netflix-slider .swiper-slide:hover .video_content
{
	display:block;
}

.netflix-slider .swiper-slide:hover img
{
	display:none;
}

.netflix-slider .swiper-slide:hover .video
{
	display:block;
}

.video
{
	display:none;
	width:100%;
	height:150px;
}


.netflix-slider .swiper-slide:first-child:hover {
  margin: 0 60px;
}

.netflix-slider .swiper-slide:last-child:hover {
  margin: 0 -40px;
}



.netflix-slider .swiper-slide
{
	position:relative;
}

.circle
{
	width:20px;
	height:20px;
	position:relative;
	border:1px solid #fff;
	border-radius:100%;
}

.circle:hover i
{
	color:red;
}


.circle i
{
	position:absolute;
	left:60%;
	color:fff;
	font-size:12px;
	top:50%;
	transform:translate(-60%,-50%);
}


.video_content
{
	display:none;
	position:absolute;
	top: 0;
    bottom: 0;
    left: 0;
    right: 0;
	background:rgba(0,0,0,0.3);
	z-index:100000000000000;
}

.left_con
{
	left:10px;
	bottom:30px;
    position:absolute;
}

.vid_name
{
	font-size:12px;
}


.vid_list
{
	list-style:none;
	margin-top:-9px;
}

.vid_list li
{
	display:inline-block;
	font-size:8px;
}

.br_round
{
	border:1px solid #f2f2f2;
	padding-left:3px;
	padding-right:3px;
	line-height:10px;
}

.c_green
{
	color:rgba(0,153,0,1);
	font-weight:600;
}


.down_arrow
{
	font-size:12px;
	position:fixed;
	left:50%;
	transform:translate(-50%);
	bottom:20px;
	z-index:1000000000000000000000000;
}

.right_con
{
  right:10px;
  bottom:0;
  position:fixed;
}


<!--Video Detail CSS-->

  .detail_container
  {

	  width:100%;
	  height:400px;
	  background:#fff;
	  padding:20px;
	  background: rgb(0,0,0);
  }

   #d_container
   {
	   display:none;
	   margin-top:-50px;
   }

  .detail_left
  {
	  float:left;
	  width:40%;
	  height:400px;
	  background:#000;
  }

  .left_detail_container
  {
	  padding-left:50px;
	  padding-top:20px;
  }

  .other_detail ul
  {
	  margin-top:10px;
  }

  .other_detail ul li
  {
	  display:inline-block;
	  margin-left:10px;
	  font-weight:bold;
  }

  .other_detail ul li img
  {
	  margin-top:10px;
  }

  .other_detail ul li:first-child
  {
	  margin-left:0px;
  }

  .br_round1
{
	border:1px solid #f2f2f2;
	padding-left:3px;
	padding-right:3px;
	line-height:15px;
}

  .br_round2
{
	border:1px solid #f2f2f2;
	padding-left:3px;
	font-style: italic;
	padding-right:3px;
	line-height:15px;
}

.left_detail_container p,h3
{
	margin-top:12px;
	color:#ccc;
}

.video_text
{
  display: block;
  display: -webkit-box;
  max-width: 100%;
  height: 50px;
  margin: 0 auto;
  line-height:1.3;
  -webkit-line-clamp: 3;
  -webkit-box-orient: vertical;
  overflow: hidden;
  text-overflow: ellipsis;
  color:#ccc;

}


  .detail_right
  {
	  float:right;
	  width:60%;
	  height:400px;
	  background:#000;
	  position:relative;
  }

  #close
  {
	  position:absolute;
	  right:30px;
	  top:20px;
	  font-family:Verdana, Geneva, sans-serif;
	  color:#fff;
	  font-size:25px;
	  cursor:pointer;
	  z-index:1000000;
  }

  .vid_bg
  {
	  width:200px;
	  height:400px;
	  position:absolute;
	  left:0;
	  top:0;
background: rgba(0,0,0,1);
background: -moz-linear-gradient(left, rgba(0,0,0,1) 3%, rgba(0,0,0,0.34) 48%, rgba(0,0,0,0) 71%, rgba(0,0,0,0) 90%);
background: -webkit-gradient(left top, right top, color-stop(3%, rgba(0,0,0,1)), color-stop(48%, rgba(0,0,0,0.34)), color-stop(71%, rgba(0,0,0,0)), color-stop(90%, rgba(0,0,0,0)));
background: -webkit-linear-gradient(left, rgba(0,0,0,1) 3%, rgba(0,0,0,0.34) 48%, rgba(0,0,0,0) 71%, rgba(0,0,0,0) 90%);
background: -o-linear-gradient(left, rgba(0,0,0,1) 3%, rgba(0,0,0,0.34) 48%, rgba(0,0,0,0) 71%, rgba(0,0,0,0) 90%);
background: -ms-linear-gradient(left, rgba(0,0,0,1) 3%, rgba(0,0,0,0.34) 48%, rgba(0,0,0,0) 71%, rgba(0,0,0,0) 90%);
background: linear-gradient(to right, rgba(0,0,0,1) 3%, rgba(0,0,0,0.34) 48%, rgba(0,0,0,0) 71%, rgba(0,0,0,0) 90%);
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#000000', endColorstr='#000000', GradientType=1 );
  }

  .detail_right img
  {
	  position:absolute;
	  left:0;
	  top:0;
  }

  .other_links
  {
	  margin-top:30px;
  }

  .play
  {
	  background:rgba(255,0,0,1);
	  color:#fff;
	  text-decoration:none;
	  padding:5px 20px 5px 20px;
  }

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

  .mylist
  {
	  border:1px solid #ccc;
	  color:#fff;
	  margin-left:5px;
	  box-sizing:border-box;
	  text-decoration:none;
	  padding:4px 20px 4px 20px;
  }

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

  .thumbs
  {
	display:inline-block;
	margin-left:10px;
	top:7px;
	width:25px;
	height:25px;
	line-height:25px;
	position:relative;
	border:1px solid #fff;
	border-radius:100%;
	z-index:100000000000;
  }

  .thumbs i
  {
	  position:absolute;
	  top:50%;
	  left:50%;
	  transform:translate(-50%,-50%)
  }






@media all and (max-width: 768px), only screen and (-webkit-min-device-pixel-ratio: 2) and  only screen and (min-resolution: 192dpi) and (max-width: 1024px), only screen and (min-resolution: 2dppx) and (max-width: 1024px) {


.netflix-slider .swiper-slide:hover {
  -webkit-transform: scale(1.2);
          transform: scale(1.2);
    z-index: 1;
}

.swiper-button-next
{
	display:none;

}

.swiper-button-next
{
	display:none;
}

.swiper-button-prev
{
	display:none;
}

.swiper-slide
{
	min-width:180px;
	height:90px;
}

.

}
