@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
}

body {
    background-color: #000;
    width: 100%;
    height: 100%;
    margin: 0%;
    padding: 0%;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    cursor: default;
-khtml-user-select: none;
-o-user-select: none;
}
.trailer {
    position: fixed;
    top: 50%;
    left: 50%;
    transform: translate(-50.05%,-50%);
    z-index: 10000;
    background: rgba(0,0,0,100);
    width: 100%;
    height: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
    visibility: visible;
    image-rendering: -webkit-optimize-contrast;
}

.trailer.active 
{
	visibility: visible;
	opacity: 5; 

}

.cancel7{
  width: 1.2vw;
  position: absolute;
  top: 1.5vh;
  left: 95.5%;
  border-width: 2px;
  padding: 1px;
  border: solid 1px #000;
  cursor: pointer;
  z-index: 20;
  overflow: hidden;
  border-radius: 20px;
  border-width: 3px;
  background-color: #000;
}

@media screen and (max-width: 1200px){
  .cancel7 {
    top: 1.5vh;
    left: 94.5%;
    width: 1.7vw;
    }
  }
@media screen and (max-width: 780px){
  .cancel7 {
    top: 1.5vh;
    left: 93.5%;
    width: 2.5vw;
    cursor: default;
    }
  }
@media screen and (max-width: 500px){
  .cancel7 {
    top: 1.5vh;
    left: 90.5%;
    width: 4.5vw;
    cursor: default;
    }
  }

.cd-1 {
    position: relative;
    width: 65%;
    overflow-x: hidden;
    z-index: 1;
    opacity: 1px;
    align-items: center;
    height: 95%;
    transform: translate(0px, 0px);
    box-shadow: rgb(0 0 0 / 90%) 0px 0px 30px 7px;
    filter: blur(-10px);
    border-width: 1px;
    border-bottom: 1.4px;
    border-style: solid;
    border-color: rgb(255, 255, 255);
    border-image: initial;
    border-radius: 4px;
    margin: 0;
    padding: 0;
    border-radius: 5px;
    background: rgba(0,0,0,0.99);
}


@media screen and (max-width: 500px){
.cd-1 {
  width: 95%;
  border-width: 1px;
  border-color: rgb(0, 0, 0);
  }
}

.cover-1 {
    position: absolute;
    overflow: hidden;
    top: 0;
    width: 100%;
    height: 100%;
    filter: blur(-5px);
    padding: 0;
    margin: 0;
}

.cover-1:before {
    content: '';
    position: absolute;
    bottom: 0;
    left: 0;
    top: -3px;
    width: 100%;
    height: 100%;
    z-index: -2;
    -webkit-filter: blur(0px);
    -moz-filter: blur(0px);
    -o-filter: blur(0px);
    -ms-filter: blur(0px);
    filter: blur(0px);
}

.video-wrapper {
    position: relative;
    top: -5vh;
}

.video-wrapper > video {
    width: 100%;
    vertical-align: middle;
}

/* start  */

.video-wrapper .video-overlay-play-button {
  box-sizing: border-box;
  width: 100%;
  height: 100%;
  padding: 10px calc(50% - 20px);
  position: absolute;
  top: 1px;
  left: 0;
  display: block;
  opacity: 1;
  cursor: default;
  cursor: pointer;
  background-image: linear-gradient(#00000000, #000);
  transition: opacity 150ms;
}



.video-wrapper {
  position: relative;
}

.video-wrapper > video {
  width: 100%;
  vertical-align: middle;
}

.video-wrapper > video.has-media-controls-hidden::-webkit-media-controls {
  display: none;
}


.video-overlay-play-button:hover {
  opacity: 1;
  cursor: default;
}

.video-overlay-play-button.is-hidden {
  display: none;
}


/* this section for Info1*/

.info1 {
  top: 35vw;
  color: #fff;
  width: 100%;
  position: relative;
  font-size: 1vh;
  height: auto;
  font-weight: 400;
  max-width: calc(100%);
  min-height: calc(20%);
  margin: 0;
  font-family: monospace;
  background: linear-gradient(0deg, rgb(0 0 0) 85%, transparent);
}

@media screen and (max-width: 500px){
  .info1 {
    top: 42vw;
    }
  }

h3 {
  position: relative;
  font-size: 1vw;
  font-weight: 600;
  margin-left: 10px;
  font-family: monospace;
}

@media screen and (max-width: 1200px){
  h3 {
    font-size: 1.3vw;
    }
  }
@media screen and (max-width: 780px){
  h3 {
    font-size: 2vw;
    }
  }
@media screen and (max-width: 500px){
  h3 {
    font-size: 3.5vw;
    }
  }

.biobit{
  font-family: monospace; 
  top: 0;
  right: 0; 
  position: absolute; 
  font-size: 0.8vw;
  margin-right: 10px;
}

@media screen and (max-width: 1200px){
  .biobit {
    top: -15%;
    font-size: 1.2vw;
    }
  }
@media screen and (max-width: 780px){
  .biobit {
    top: -15%;
    font-size: 1.8vw;
    }
  }
@media screen and (max-width: 500px){
  .biobit {
    top: -10%;
    font-size: 3.3vw;
    }
  }


.plf {
  left: 85%;
  position: absolute;
  margin-right: 0;
}

@media screen and (max-width: 1200px){
  .plf {
    font-family: monospace;
    top: 8%;
    left: 78%;
    position: absolute;
    font-size: 1.2vw;
    margin-right: 10px;
    }
  }
@media screen and (max-width: 780px){
  .plf {
    font-family: monospace;
    top: 8%;
    left: 72%;
    position: absolute;
    font-size: 1.8vw;
    margin-right: 10px;
    }
  }
@media screen and (max-width: 500px){
  .plf {
    font-family: monospace;
    top: 8%;
    left: 72%;
    position: absolute;
    font-size: 3.3vw;
    margin-right: 10px;
    }
  }

.bioword{
  color: #fff;
  font-family: monospace;
  font-size: 0.9vw;
  margin-left: 10px;
}

@media screen and (max-width: 1200px){
  .bioword {
    color: #fff;
    font-family: monospace;
    font-size: 1.2vw;
    margin-left: 10px;
    width: 65%;
    }
  }
@media screen and (max-width: 780px){
  .bioword {
    color: #fff;
    font-family: monospace;
    font-size: 1.8vw;
    margin-left: 10px;
    width: 65%;
    }
  }
@media screen and (max-width: 500px){
  .bioword {
    color: #fff;
    font-family: monospace;
    font-size: 3.5vw;
    margin-left: 10px;
    width: 65%;
    }
  }


.span1{
  color: #ff0000;
  background-color: red;
}

.span2{
  color: #ff0000;
}


.rating{
  position: relative;
  padding: 5px 0px;
}

.rating-1{
  position: relative;
  padding: 5px 0px;
  margin-left: 10px;
}

@media screen and (max-width: 1200px){
  .rating-1 {
    font-size: 2vw;
    }
  }
@media screen and (max-width: 780px){
  .rating-1 {
    font-size: 2vw;
    }
  }
@media screen and (max-width: 500px){
  .rating-1 {
    bottom: 4vw;
    font-size: 2.5vw;
    }
  }

.rating-1 span{
  margin-right: 2px;
  font-size: 1.2vw;
  color: #fb9905;
}

@media screen and (max-width: 1200px){
  .rating-1 span {
    color: #fb9905;
    margin-right: 2px;
    font-size: 2vw;
    }
  }
@media screen and (max-width: 780px){
  .rating-1 span {
    color: #fb9905;
    margin-right: 2px;
    font-size: 2vw;
    }
  }
@media screen and (max-width: 500px){
  .rating-1 span {
    color: #fb9905;
    margin-right: 2px;
    font-size: 2.5vw;
    }
  }


  i.fa{
    border: 0;
  }

  @media screen and (max-width: 1200px){
    i.fa{
      cursor: default;
    }  
    }
  @media screen and (max-width: 780px){
    i.fa{
      cursor: default;
    }  
    }
  @media screen and (max-width: 500px){
    i.fa{
      cursor: default;
    }  
    }

 .rating-1 .fa{
  color: #fb9905;
  margin-right: 2px;
  font-size: 1vw;
}

@media screen and (max-width: 1200px){
  .rating-1 .fa {
    color: #fb9905;
    margin-right: 2px;
    font-size: 2vw;
    }
  }
@media screen and (max-width: 500px){
  .rating-1 .fa {
    color: #fb9905;
    margin-right: 2px;
    font-size: 2vw;
    }
  }


  .fa-star-half-o{
    color: rgb(255, 0, 0);
  }

/* eding */
/* tis section is for the play btton */
a {
  background-color: transparent;
}
user agent stylesheet
a:-webkit-any-link {
  color: -webkit-link;
  cursor: pointer;
  text-decoration: underline;
}


.details .info .billboard-links>a, .billboard-row .billboard .info .billboard-links>button {
  -webkit-flex-shrink: 0;
  -ms-flex-negative: 0;
  flex-shrink: 0;
}
.billboard-links button:hover {
    background-color: rgba(109, 109, 100, 0.7);
  color: white;
}
.ltr-h73cpj.hasLabel.hasIcon{
  padding-left: 0.9rem;
  padding-right: 1.5rem;
}
.ltr-h73cpj.hasLabel.hasIcon-1 {
padding-left: 0.2rem;
padding-right: 1.5rem;
height: 40px;
border-radius: 5px;
}

@media screen and (max-width: 1200px){
  .ltr-h73cpj.hasLabel.hasIcon-1 {
    padding-left: 1.2vw;
    padding-right: 3.5vw;
    height: 4vw;
    border-radius: 5px;
    }
  }
@media screen and (max-width: 780px){
  .ltr-h73cpj.hasLabel.hasIcon-1 {
    padding-left: 1.2vw;
    padding-right: 3.5vw;
    height: 4.5vw;
    border-radius: 5px;
    cursor: default;
    }
  }
@media screen and (max-width: 500px){
  .ltr-h73cpj.hasLabel.hasIcon-1 {
    padding-left: 1.2vw;
    padding-right: 3.5vw;
    height: 9.5vw;
    border-radius: 5px;
    cursor: default;
    }
  }


.ltr-h73cpj.hasLabel.hasIcon-1:hover {
padding-left: 0.2rem;
padding-right: 1.5rem;
height: 40px;
border-radius: 5px;
background: rgba(109,109,110,0.7);
color: #fff;
}

@media screen and (max-width: 1200px){
  .ltr-h73cpj.hasLabel.hasIcon-1:hover {
    padding-left: 1.2vw;
    padding-right: 3.5vw;
    height: 4vw;
    border-radius: 5px;
    background: rgba(109, 109, 110, 0.7);
    color: #fff;
    }
  }
@media screen and (max-width: 780px){
  .ltr-h73cpj.hasLabel.hasIcon-1:hover {
    padding-left: 1.2vw;
    padding-right: 3.5vw;
    height: 4.5vw;
    border-radius: 5px;
    background: rgba(109, 109, 110, 0.7);
    color: #fff;
    }
  }
@media screen and (max-width: 500px){
  .ltr-h73cpj.hasLabel.hasIcon-1:hover {
    padding-left: 1.2vw;
    padding-right: 3.5vw;
    height: 9.5vw;
    border-radius: 5px;
    background: rgba(109, 109, 110, 0.7);
    color: #fff;
    }
  }


.billboard-links .playLink button {
  margin-left: 0;
}
.ltr-h73cpj.hasIcon {
  padding-left: 1.6rem;
  padding-right: 1.6rem;
}
.ltr-h73cpj.hasLabel {
  padding-left: 2.4rem;
  padding-right: 2.4rem;
}
.ltr-h73cpj.color-primary {
  background-color: white;
  color: black;
}
.billboard-links button {
  margin-right: 1rem;
  margin-bottom: 1rem;
}
.ltr-h73cpj {
  -webkit-box-align: center;
  align-items: center;
  appearance: none;
  cursor: pointer;
  display: flex;
  -webkit-box-pack: center;
  justify-content: center;
  opacity: 1;
  position: relative;
  user-select: none;
  will-change: background-color, color;
  word-break: break-word;
  white-space: nowrap;
  border-width: 0px;
  border-style: initial;
  border-color: initial;
  border-image: initial;
  border-radius: 4px;
  padding: 0.8rem;
}


a {
  text-decoration: none;
  cursor: pointer;
  color: #fff;
}

@media screen and (max-width: 780px){
  a {
    text-decoration: none;
    cursor: pointer;
    color: #fff;
    cursor: default;
  }
  }

@media screen and (max-width: 500px){
  a {
    text-decoration: none;
    cursor: pointer;
    color: #fff;
    cursor: default;
  }
  }

.details .billboard .info {
  position: absolute;
  top: 0;
  bottom: 35%;
  left: 4%;
  width: 36%;
  z-index: 10;
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: end;
  -webkit-justify-content: flex-end;
  -moz-box-pack: end;
  -ms-flex-pack: end;
  justify-content: flex-end;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -moz-box-orient: vertical;
  -moz-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
}

.netflix-sans-font-loaded {
  font-family: 'Netflix Sans','Helvetica Neue',Helvetica,Arial,sans-serif;
}
.netflix-sans-font-loaded {
  font-family: 'Netflix Sans','Helvetica Neue',Helvetica,Arial,sans-serif;
}

.ltr-sar853.medium {
  height: 1.6rem;
  width: 1.6rem;
}
.ltr-sar853 {
  display: inline-block;
}
svg:not(:root) {
  overflow: hidden;
}
svg:not(:root) {
  overflow: hidden;
}
user agent stylesheet
svg:not(:root) {
  overflow: hidden;
}
.ltr-sar853 svg {
  height: 100%;
  width: 100%;
}

/* path[Attributes Style] {
  d: path("M 6 4 l 15 8 l -15 8 Z");
  fill: currentcolor;
} */

.ltr-1i33xgl {
  box-sizing: border-box;
  display: flex;
  height: 100%;
  position: relative;
  width: 100%;
}

.ltr-14hip7q {
  font-family: monospace;
  -webkit-font-smoothing: antialiased;
  display: block;
  font-size: 1.6rem;
  font-weight: bolder;
  line-height: 2.4rem;
}
/* path[Attributes Style] {
  d: path("M 6 4 l 15 8 l -15 8 Z");
  fill: currentcolor;
} */
.details .billboard .info .billboard-links>a, .details .billboard .info .billboard-links>button {
  -webkit-flex-shrink: 0;
  -ms-flex-negative: 0;
  flex-shrink: 0;
}
.details .billboard .info .billboard-links>a {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -moz-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -moz-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
}
/* a {
  background-color: black;
} */
user agent stylesheet
a:-webkit-any-link {
  color: -webkit-link;
  cursor: pointer;
  text-decoration: underline;
}
:not(svg) {
  transform-origin: 0px 0px;
}
.ltr-1i33xgl {
  box-sizing: border-box;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  height: 100%;
  position: relative;
  width: 100%;
}
/* path[Attributes Style] {
  d: path("M 22 12 c 0 5.523 -4.477 10 -10 10 S 2 17.523 2 12 S 6.477 2 12 2 s 10 4.477 10 10 Z m -2 0 a 8 8 0 0 0 -8 -8 a 8 8 0 0 0 -8 8 a 8 8 0 0 0 8 8 a 8 8 0 0 0 8 -8 Z m -9 6 v -7 h 2 v 7 h -2 Z m 1 -8.75 a 1.21 1.21 0 0 1 -0.877 -0.364 A 1.188 1.188 0 0 1 10.75 8 c 0 -0.348 0.123 -0.644 0.372 -0.886 c 0.247 -0.242 0.54 -0.364 0.878 -0.364 c 0.337 0 0.63 0.122 0.877 0.364 c 0.248 0.242 0.373 0.538 0.373 0.886 s -0.124 0.644 -0.373 0.886 A 1.21 1.21 0 0 1 12 9.25 Z");
  fill: currentcolor;
} */

.ltr-1e4713l {
  line-height: 0;
}
.ltr-h73cpj.color-secondary {
background-color: rgba(109, 109, 110, 0.3);
  color: white;
}
.ltr-1i33xgl {
  box-sizing: border-box;
  display: flex;
  height: 100%;
  position: relative;
  width: 100%;
}

.ltr-sar853 svg {
  height: 100%;
  width: 100%;
}
svg:not(:root) {
  overflow: hidden;
}
svg:not(:root) {
  overflow: hidden;
}
user agent stylesheet
svg:not(:root) {
  overflow: hidden;
}

.details .info {
  position: absolute;
  top: 6.1vw;
  left: 0;
}
.details .info .title-logo {
  width: 27.03125vw;
  letter-spacing: -1px;
}
.details .info .billboard-links.button-layer.forward-leaning {
  margin-top: 1.875vw;
  margin-bottom: 1.25vw;
}

/* path[Attributes Style] {
  d: path("M 6 4 l 15 8 l -15 8 Z");
  fill: currentcolor;
} */
.ltr-1i33xgl {
  box-sizing: border-box;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  height: 100%;
  position: relative;
  width: 100%;
}

/* path[Attributes Style] {
  d: path("M 22 12 c 0 5.523 -4.477 10 -10 10 S 2 17.523 2 12 S 6.477 2 12 2 s 10 4.477 10 10 Z m -2 0 a 8 8 0 0 0 -8 -8 a 8 8 0 0 0 -8 8 a 8 8 0 0 0 8 8 a 8 8 0 0 0 8 -8 Z m -9 6 v -7 h 2 v 7 h -2 Z m 1 -8.75 a 1.21 1.21 0 0 1 -0.877 -0.364 A 1.188 1.188 0 0 1 10.75 8 c 0 -0.348 0.123 -0.644 0.372 -0.886 c 0.247 -0.242 0.54 -0.364 0.878 -0.364 c 0.337 0 0.63 0.122 0.877 0.364 c 0.248 0.242 0.373 0.538 0.373 0.886 s -0.124 0.644 -0.373 0.886 A 1.21 1.21 0 0 1 12 9.25 Z");
  fill: currentcolor;
} */
.ltr-14hip7q {
  font-family: monospace;
    font-size: 1.6rem;
    font-weight: normal;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    display: block;
    font-size: 1.5rem;
    font-weight: bolder;
    line-height: 2.4rem;
}

@media screen and (max-width: 1200px){
  .ltr-14hip7q {
    font-family: monospace;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    display: block;
    font-size: 1.8vw;
    font-weight: bolder;
    line-height: 7vw;
    }
  }
@media screen and (max-width: 780px){
  .ltr-14hip7q {
    font-family: monospace;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    display: block;
    font-size: 2.2vw;
    font-weight: bolder;
    line-height: 7vw;
    }
  }
@media screen and (max-width: 500px){
  .ltr-14hip7q {
    font-family: monospace;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    display: block;
    font-size: 5vw;
    font-weight: bolder;
    line-height: 7vw;
    }
  }

/* this is for video details */

.video-details {
  font-size: 0.8vw;
  line-height: normal;
  font-family: arial black;
  margin-left: 10px;
}

@media screen and (max-width: 1200px){
.video-details {
    font-size: 1.2vw;
    }
  }
@media screen and (max-width: 780px){
.video-details {
    font-size: 1.8vw;
    }
  }

@media screen and (max-width: 500px){
  .video-details{
    font-size: 3vw;
    }
  }

.first--line {
  color: green;
  font-weight: 600;
}

.second--line {
  color: #fff;
}


.year {
  color: #fff;
}


.maturity-rating {
  color: #fff;
}

.maturity-number {
    font-family: monospace;
    text-transform: uppercase;
    border: solid 1px rgba(255,255,255,.4);
    border-radius: 4px;
    padding: 0 .3em;
    unicode-bidi: normal;
    -o-text-overflow: ellipsis;
    text-overflow: ellipsis;
    overflow: hidden;
    white-space: nowrap;
}

.maturity-pluse {
    color: rgb(0, 238, 40);
    font-size: 1vw;
  }

  @media screen and (max-width: 1200px){
    .maturity-pluse {
        font-size: 1.2vw;
        }
      }
    @media screen and (max-width: 780px){
    .maturity-pluse {
        font-size: 1.8vw;
        }
      }

  @media screen and (max-width: 500px){
    .maturity-pluse {
      font-size: 2vw;
      }
    }

.duration {
  color: #fff;
}

/* video - rating start */
.voting {
  width: 100%;
  position: relative;
  border: aliceblue;
  margin-left: 10px;
  justify-content: center;
  cursor: default;
}

input{
  width: 50px;
  border: none;
  background: none;
  color: #919191;
  font-size: 1vw;
  margin: 0 10px;
  pointer-events: none;
}

@media screen and (max-width: 500px){
  input {
    font-size: 3.5vw;
    }
  }


.voting button {
  color: #fff;
  background: none;
  border: none;
  outline: none;
  font-size: 1vw;
  padding: 0 8px;
  margin: 10px 0;
  margin-left: 8px;
  cursor: pointer;
}

@media screen and (max-width: 500px){
  .voting button {
    font-size: 3.5vw;
    }
  }

/* LIKE BTN SECTION */

.post-ratings-container {
  position: relative;
  display: inline-flex;
  margin-bottom: -32px;
}

.post-rating {
  line-height: normal;
  color: #6f6f6f;
  background: none;
  border: none;
  outline: none;
  font-size: 1vw;
  padding: 0 8px;
  cursor: pointer;
  cursor: default;
}


@media screen and (max-width: 1200px) {
  .post-rating {
      font-size: 1.2vw;
      cursor: default;
  }
}
@media screen and (max-width: 780px) {
  .post-rating {
      font-size: 1.8vw;
      cursor: default;
  }
}
@media screen and (max-width: 500px) {
  .post-rating {
      font-size: 3.5vw;
      cursor: default;
  }
}

.post-rating:not(:last-child) {
  margin-right: 19px;
}

.post-rating-selected > .post-rating-button,
.post-rating-selected > .post-rating-count {
	color: green;
}

@media screen and (max-width: 780px) {
  .post-rating-selected > .post-rating-button,
  .post-rating-selected > .post-rating-count {
    color: green;
    cursor: default;
  }
}
@media screen and (max-width: 500px) {
  .post-rating-selected > .post-rating-button,
  .post-rating-selected > .post-rating-count {
    color: green;
    cursor: default;
  }
}


.post-rating-button {
	margin-right: 18px;
	cursor: pointer;
	color: #fff;
}

@media screen and (max-width: 500px) {
  .post-rating-button {
    margin-right: 5px;
  }
}

.post-rating:not(.post-rating-selected) > .post-rating-button:hover {
	color: #e4e4e4;
}


/* ✅ Change like/dislike button color when selected */
.post-rating-selected {
  color: green !important;
  transform: scale(1.2);
}

/* ✅ When hovering over buttons */
.post-rating-button:hover {
  color: #e4e4e4;
  transform: scale(1.1);
  transition: 0.2s ease-in-out;
}

.vote-prompt {
  display: none;
  position: absolute;
  background-color: #ffdddd;
  color: #333;
  padding: 10px 12px;
  border-radius: 5px;
  font-size: 11px; /* Default font size */
  bottom: 120%; /* Stable position above button */
  left: 50%;
  transform: translateX(-50%) scale(0.8); /* Initial scale */
  white-space: nowrap;
  transition: opacity 0.4s ease-in-out, transform 0.4s ease-in-out;
  z-index: 1000;
  max-width: 220px;
  text-align: center;
  opacity: 0; /* Initially hidden */
  box-shadow: 0 0 10px rgba(255, 0, 0, 0.2); /* Soft red glow */
}



/* ✅ Show Animation */
.vote-prompt.show {
  display: block;
  opacity: 1;
  transform: translateX(-50%) scale(1); /* Smoothly scale to normal */
  animation: bounceEffect 0.5s ease-in-out;
}

/* 🔥 Bounce Animation */
@keyframes bounceEffect {
  0% { transform: translateX(-50%) scale(0.8); opacity: 0; }
  50% { transform: translateX(-50%) scale(1.1); opacity: 1; }
  100% { transform: translateX(-50%) scale(1); opacity: 1; }
}

/* ✅ Responsive Adjustments */
@media screen and (max-width: 1024px) { 
  .vote-prompt {
    font-size: 10px; /* Slightly smaller */
    padding: 10px 9px; /* Adjust padding */
    bottom: 130%; /* Adjust position */
    max-width: 200px;
  }
}

@media screen and (max-width: 768px) { 
  .vote-prompt {
    font-size: 9px; /* Slightly smaller */
    padding: 10px 9px; /* Adjust padding */
    bottom: 140%; /* Adjust position */
    max-width: 180px;
  }
}

@media screen and (max-width: 480px) {
  .vote-prompt {
    font-size: 9px; /* Ensure readability */
    padding: 10px 6px;
    bottom: 150%; /* Prevent overlap with button */
    max-width: 160px;
  }
}

@media screen and (max-width: 360px) {
  .vote-prompt {
    font-size: 8.5px; /* Prevent excessive shrinking */
    padding: 8px 5.5px;
    bottom: 160%;
    max-width: 140px;
  }
}

/* LIKE BTN SECTION END */


/* this section is for the social button */

.social{
  position: relative;
    display: inline-flex;
    margin-bottom: -32px;
}
.social-101 {
  margin-right: 19px;
    font-size: 1vw;
    line-height: normal;
    border-radius: 5px;
}


@media screen and (max-width: 1200px){
  .social-101 {
    font-size: 1.2vw;
    cursor: default;
    }
  }
@media screen and (max-width: 780px){
  .social-101 {
    font-size: 1.8vw;
    cursor: default;
    }
  }
@media screen and (max-width: 500px){
  .social-101 {
    font-size: 3.5vw;
    cursor: default;
    }
  }


.social-101:active{
  transform: scale(1.2);
}

.social-101 .insta:active{
  color: rgb(238, 162, 22);
  transform: scale(1.2);
}

.social-102 {
  margin-right: 10px;
  margin-top: 2px;
  line-height: normal;
  font-size: 1vw;
  border-radius: 5px;
}

@media screen and (max-width: 1200px){
  .social-102 {
    font-size: 1.2vw;
    cursor: default;
    }
  }

@media screen and (max-width: 780px){
  .social-102 {
    font-size: 1.8vw;
    cursor: default;
    }
  }
@media screen and (max-width: 500px){
  .social-102 {
    font-size: 3.5vw;
    cursor: default;
    }
  }

.social-102:active{
  transform: scale(1.2);
}

.social-102 .twitter:active{
  color: #fb9905;
  transform: scale(1.2);
}

/*social ending....... */

/* video - rating ending.... */
/* video detail end... */
/* DOWN ALL SECTION  */

.row {
  position: relative;
  width: 99%;
  margin-left: 6px;
  margin-right: 6px;
  margin-bottom: 6px;
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(240px, 1fr));
  grid-gap: 15px;
  justify-content: space-between;
  margin-top: 39.5vw;
}

@media (max-width: 1200px) {
  .row {
    width: 98%;
    margin-top: 42.5vw;
    margin-left: 7px;
    margin-right: 7px;
  }
}
@media (max-width: 780px) {
  .row {
    width: 98%;
    margin-top: 42.5vw;
    margin-left: 5px;
    margin-right: 5px;
  }
}
@media (max-width: 500px) {
  .row {
    width: 98%;
    margin-top: 42.5vw;
    margin-left: 4px;
    margin-right: 4px;
  }
}

.more-related {
  color: #fff;
  position: absolute;
  font-size: 1.3vw;
  font-family: monospace;
  z-index: 2;
  bottom: 100%;
  left: 3%;
}

@media (max-width: 1200px) {
  .more-related {
    font-size: 2vw;
  }
}
@media (max-width: 780px) {
  .more-related {
    font-size: 2vw;
  }
}
@media (max-width: 500px) {
  .more-related {
    font-size: 3.3vw;
  }
}

.column {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: space-between;
  border-radius: 5px;
  width: 100%;
  z-index: 2;
  float: right;
  height: 100%;
  padding: 0px;
}

@media (max-width: 1200px) {
  .column {
    height: 100%;
  }
}
@media (max-width: 780px) {
  .column {
    height: 100%;
  }
}
@media (max-width: 500px) {
  .column {
    height: 100%;
  }
}

.cov{
  position: relative;
  height: 100%;
  width: 100%;
  border-radius: 5px;
  border: solid 1.9px #ffffff;
  overflow: hidden;
}

@media (max-width: 780px) {
  .cov{
    position: relative;
    height: 100%;
    width: 100%;
    border-radius: 5px;
    border: solid 1.9px #999999;
    overflow: hidden;
  }
}
@media (max-width: 500px) {
  .cov{
    position: relative;
    height: 100%;
    width: 100%;
    border-radius: 5px;
    border: solid 1.9px #999999;
    overflow: hidden;
  }
}

.column img {
  width: 100%;
  height: 100%;
  max-width: 100%;
  float: left;
  padding: 0;
  z-index: -1;
  object-fit: cover;
  border-radius: 5px;
}

.row::after {
  content: "";
  display: table;
  clear: both;
}

svg:not(:root) {
  overflow: hidden;
}

:not(svg) {
  transform-origin: 0 0;
}

.row .order {
  align-content: center;
  width: 100%;
}

.row::after {
  content: "";
  display: table;
  clear: both;
}

.row.column .cov:hover {
  opacity: 1;
  transform: translateY(0.4px);
}

.column .cov:hover:before {
  opacity: 1;
}

.column .cov:hover .team-info {
  opacity: 1;
  transform: translateY(0);
  z-index: 5;
  top: 65%;
}

.cov .team-info {
  position: relative;
  z-index: 3;
  top: 50%;
  opacity: 0;
  transform: translateY(60px);
  transition: 0.5s;
}

.cov:before {
  content: '';
  position: absolute;
  opacity: 0;
  display: block;
  width: 100%;
  max-width: 100%;
  height: 100%;
  background: linear-gradient(to top, #000, 80%, transparent);
  z-index: 2;
  transition: 0.3s;
  border-radius: 5px;
}


.row.column .cov img {
  width: 100%;
  height: 100%;
  position: absolute;
}

.down-a1 .p-circle {
  position: fixed;
  left: 45%;
  color: #fb9905;
  top: -3vw;
  background-color: #000;
}

.down-a1 .p-circle:hover {
  background-color: #121a1a;
}

.down-a1 .p-circle:active {
  transform: scale(0.96);
}

.down-a1 a {
  font-family: 'Courier New', Courier, monospace;
  width: 20.1px;
  height: 20.1px;
  font-size: 20.1px;
  display: block;
  border: 2.5px solid #fb9905;
  border-radius: 62%;
  margin: -4px;
  padding: 5px;
  text-decoration: none;
  text-align: center;
}

.down-a1 .p-circle-1 {
  position: fixed;
  left: 45%;
  color: #fb9905;
  top: -3vw;
  background-color: #000;
}

.down-a1 .p-circle-1:hover {
  background-color: #121a1a;
}
.down-a1 .p-circle-1:active {
  transform: scale(0.96);
}

.down-a1 .p-circle-2 {
  position: fixed;
  left: 45%;
  color: #fb9905;
  top: -3vw;
  background-color: #000;
}

.down-a1 .p-circle-2:hover {
  background-color: #121a1a;
}

.down-a1 .p-circle-2:active {
  transform: scale(0.96);
}

/* DOWN ALL ENDING */

/* more-intro start */

.more-intro{
  position: relative;
  color: #fff;
  font-size: 0.5vw;
  font-family: monospace;
  top: 10.5vw;
}

@media screen and (max-width: 500px){
  .more-intro {
    top: 60.5vw;
    }
  }

.main1{
  color: #fff;
  font-size: 0.8vw;
  margin-left: 10px;
}
@media screen and (max-width: 1200px){
  .main1 {
    font-size: 1.2vw;
    }
  }
@media screen and (max-width: 780px){
  .main1 {
    font-size: 1.8vw;
    }
  }
@media screen and (max-width: 500px){
  .main1 {
    font-size: 3vw;
    }
  }

.main2{
  color: rgb(0, 163, 14);
  font-size:0.8vw;
  margin-left: 6px;
}

@media screen and (max-width: 1200px){
  .main2 {
    font-size: 1.2vw;
    }
  }
@media screen and (max-width: 780px){
  .main2 {
    font-size: 1.8vw;
    }
  }
@media screen and (max-width: 500px){
  .main2 {
    font-size: 3vw;
    }
  }

.main2min{
  color: #fff;
  font-size: 0.8vw;
  margin-left: 4px;
}

@media screen and (max-width: 1200px){
  .main2min {
    font-size: 1.2vw;
    }
  }
@media screen and (max-width: 780px){
  .main2min {
    font-size: 1.8vw;
    }
  }
@media screen and (max-width: 500px){
  .main2min {
    font-size: 3vw;
    }
  }

.main3{
  color: rgb(0, 163, 14);
  font-size:0.8vw;
  margin-left: 6px;
}

@media screen and (max-width: 1200px){
  .main3 {
    font-size: 1.2vw;
    }
  }
@media screen and (max-width: 780px){
  .main3 {
    font-size: 1.8vw;
    }
  }
@media screen and (max-width: 500px){
  .main3 {
    font-size: 3vw;
    }
  }

.main3min{
  color: #fff;
  font-size: 0.8vw;
  margin-left: 4px;
}

@media screen and (max-width: 1200px){
  .main3min {
    font-size: 1.2vw;
    }
  }
@media screen and (max-width: 780px){
  .main3min {
    font-size: 1.8vw;
    }
  }
@media screen and (max-width: 500px){
  .main3min {
    font-size: 3vw;
    }
  }

.main4{
  color: rgb(0, 163, 14);
  font-size:0.8vw;
  margin-left: 6px;
}

@media screen and (max-width: 1200px){
  .main4 {
    font-size: 1.2vw;
    }
  }
@media screen and (max-width: 780px){
  .main4 {
    font-size: 1.8vw;
    }
  }
@media screen and (max-width: 500px){
  .main4 {
    font-size: 3vw;
    }
  }

.main4min{
  color: #fff;
  font-size: 0.8vw;
  margin-left: 4px;
}

@media screen and (max-width: 1200px){
  .main4min {
    font-size: 1.2vw;
    }
  }
@media screen and (max-width: 780px){
  .main4min {
    font-size: 1.8vw;
    }
  }
@media screen and (max-width: 500px){
  .main4min {
    font-size: 3vw;
    }
  }

.main5{
  color: rgb(0, 163, 14);
  font-size:0.8vw;
  margin-left: 6px;
}

@media screen and (max-width: 1200px){
  .main5 {
    font-size: 1.2vw;
    }
  }
@media screen and (max-width: 780px){
  .main5 {
    font-size: 1.8vw;
    }
  }
@media screen and (max-width: 500px){
  .main5 {
    font-size: 3vw;
    }
  }


  .maturity-rating-Notic {
    color: #13b308;
    margin-left: 8px;
    font-size: 0.8vw;
}

@media screen and (max-width: 1200px){
  .maturity-rating-Notic {
    font-size: 1.2vw;
    }
  }
@media screen and (max-width: 780px){
  .maturity-rating-Notic {
    font-size: 1.8vw;
    }
  }
@media screen and (max-width: 500px){
  .maturity-rating-Notic {
    font-size: 3vw;
    }
  }

.maturity-number-Notic {
    font-family: 'Netflix Sans','Helvetica Neue',Helvetica,Arial,sans-serif;
    text-transform: uppercase;
    border: solid 1px rgba(255,255,255,.4);
    border-radius: 4px;
    padding: 0 .3em;
    unicode-bidi: normal;
    -o-text-overflow: ellipsis;
    text-overflow: ellipsis;
    overflow: hidden;
    color: #fff;
    white-space: nowrap;
}

@media screen and (max-width: 1200px){
  .maturity-number-Notic {
    font-size: 1.2vw;
    }
  }
@media screen and (max-width: 780px){
  .maturity-number-Notic {
    font-size: 1.8vw;
    }
  }

.main5min{
  color: #fff;
  font-size: 0.8vw;
  margin-left: 4px;
}

@media screen and (max-width: 1200px){
  .main5min {
    font-size: 1.2vw;
    }
  }
@media screen and (max-width: 780px){
  .main5min {
    font-size: 1.8vw;
    }
  }
@media screen and (max-width: 500px){
  .main5min {
    font-size: 3vw;
    }
  }

/* more-intro Ending */
