@import url('https://fonts.googleapis.com/css2?family=Mitr&display=swap');
/* CSS VARIABLES */
:root {
  --primary: #141414;
  --light: #F3F3F3;
  --dark: 	#999999;
}
*{
  user-select: none;
}
img{
  pointer-events: none;
}
html, body {
  width: 100%;
  min-height: 100vh;
  margin: 0;
  padding: 0;
  background-color: var(--primary);
  color: var(--light);
  font-family: Arial, Helvetica, sans-serif;
  box-sizing: border-box;
  line-height: 1.4;
}

body{
  overflow-x: hidden;
  transition: opacity .4s ease-out;
  /*opacity: 0;*/
}
body.active{
  opacity: 1!important;
}

img {
  max-width: 100%;
}

h1,h3 {
  position: relative;
  padding-top: 0px;  
  font-family: 'Mitr',sans-serif!important;
}
#app{
  position: relative;
  z-index: 1;
}
.wrapper {
  margin: 0;
  padding: 0;
}


header {
    padding: 5px 12px 5px 12px;
    position: fixed;
    top: 0;
    display: grid;
    grid-gap: 5px;
    grid-template-columns: 1fr 4fr 1fr;
    grid-template-areas: "nt mn sb";
    background-image: linear-gradient(180deg,rgba(0,0,0,.7) 10%,transparent);
    width: 100%;
    margin-bottom: 0px;
    z-index: 9;
    transition: background-color .4s;
    transition: padding .4s;
}
header>div.a1{
  grid-area: nt;
  object-fit: cover;
  width: 50px;
  max-height: 100%;
  padding-left: 0px;
  padding-top: 1px;
  z-index: 9;
}
header>div.a2{
  grid-area: mn;
  padding: 6px 50px 0 50px;
  text-align: center;
  color: #fff;
}
header>div.a3{
  grid-area: sb;
  text-align: right;
  padding-left: 0px;
  padding-top: 0px;
  padding:10px 35px 0 5px;
  z-index: 9;
}
header>div.a2>h3{
  /*font-family: 'Mitr',sans-serif!important;*/
  margin: 0px;
  font-weight: 200;
}
header.dark{
  padding: 7px 12px 6px 12px;
  background-color: var(--primary);
  box-shadow: rgba(0, 0, 0, 0.75) 0px 3px 10px;
}
header.show{
  padding: 8px 12px 8px 12px;
  opacity: 1;
  height: auto;
}
.backBtn svg{
  color: #fff;
  width: 28px;
  height: 28px;
}

.netflixLogo {
  grid-area: nt;
  object-fit: cover;
  width: 100px;
  max-height: 100%;
  
  padding-left: 30px;
  padding-top: 0px;  
}

.netflixLogo img {  
  height: 35px;     
}

#logo {
  position: relative;
  display: block;
  color: #E50914;  
  margin: 0; 
  padding: 0; 
}

.main-nav {
  grid-area: mn;
  padding: 6px 30px 0 20px;
}

.main-nav a {
  color: #b9b9b9;
  text-decoration: none;
  margin: 5px;  
}

.main-nav a:hover , .main-nav a.active {
  color: var(--light);
}

.sub-nav {
  grid-area: sb;
  text-align: right;
  padding: 6px 35px 0 5px;
  min-width: 220px;
}
@media(max-width: 700px) {
  .sub-nav{
    display: none;
  }
}

.sub-nav a {
  color: var(--light);
  text-decoration: none;
  margin: 5px;
}

.sub-nav a:hover {
  color: var(--dark);
}


/* MAIN CONTIANER */
.main-container {
  padding: 50px;
  padding-bottom: 0px;
  padding-top: 10px;
  margin-top: -7%;
}
@media(min-width: 520px){
  .main-container {
    margin-top: -4%;
  }
}
@media(min-width: 900px){
  .main-container {
    margin-top: -17%;
  }
}
@media(min-width: 960px){
  .main-container {
    margin-top: -17%;
  }
}
@media(min-width: 1370px){
  .main-container {
    margin-top: -21%;
  }
}
@media(min-width: 1600px){
  .main-container {
    margin-top: -23%;
  }
}

/*.box {
  display: grid;
  grid-gap: 20px;
  grid-template-columns: repeat(6, minmax(100px, 1fr));
}

  @media(max-width: 750px){
    .box {
        grid-template-columns: repeat(2, minmax(100px, 1fr));
     }
  }
  @media(max-width: 1200px){
    .box {
        grid-template-columns: repeat(3, minmax(100px, 1fr));
     }
  }
  @media(max-width: 1600px){
   .box {
        grid-template-columns: repeat(5, minmax(100px, 1fr));
     }
  }*/

.box {

}
.box a.carousel-cell-bgs {
  position: relative;
  transition: transform .3s;  
  overflow:hidden;
  box-shadow: rgba(0, 0, 0, 0.75) 0px 3px 10px;
  width: calc((100vw - 180px) /4);
  height: calc(((100vw - 180px) /4)/1.7778);
  border-radius: 5px;
  left: 0px !important;
  margin: 0px 20px 0px 0;
}

.box a.carousel-cell-thumbs {
  position: relative;
  transition: transform .3s;  
  overflow:hidden;
  box-shadow: rgba(0, 0, 0, 0.75) 0px 3px 10px;
  width: calc((100vw - 210px) /7);
  height: calc(((100vw - 210px) /7) * 1.436);
  border-radius: 5px;
  left: 0px !important;
  margin: 0px 20px 0px 0;
}
@media(max-width: 900px) {
  .box a.carousel-cell-bgs {
    width: calc((100vw - 180px) /3);
    height: calc(((100vw - 180px) /3)/1.7778);
  }
  .box a.carousel-cell-thumbs {
    width: calc((100vw - 210px) /5);
    height: calc(((100vw - 210px) /5) * 1.436);
  }
  .flickity-prev-next-button{
    width: 24px!important;
    height: 24px!important;
  }
}
/*.box .carousel-cell-bgs:hover {
  display: none;
  transition: transform .3s;
  -ms-transform: scale(1.4);
  -webkit-transform: scale(1.4);  
  transform: scale(1.4);
  z-index: 2;
}*/

.box img {
  border-radius: 2px;
}

/* LINKS */
.link {
  padding: 50px;
  padding-top: 100px;
}

.sub-links ul {
  list-style: none;
  padding: 0;
  display: grid;
  grid-gap: 20px;
  grid-template-columns: repeat(4, 1fr);
}

.sub-links a {
  color: var(--dark);
  text-decoration: none;
}

.sub-links a:hover {
  color: var(--dark);
  text-decoration: underline;
}

.logos a{
  padding: 10px;
}

.logo {
  color: var(--dark);
}


/* FOOTER */
footer {
  padding: 10px 20px;
  text-align: center;
  color: var(--dark);
  margin: 10px;
}

/* MEDIA QUERIES */

@media(max-width: 900px) {

  header {
    display: grid;
    grid-gap: 20px;
    grid-template-columns: 1fr 5fr 1fr;
    /*grid-template-columns: repeat(2, 1fr);*/
    grid-template-areas:"nt mn sb"; 
  }
/*
  .box {
    display: grid;
    grid-gap: 20px;
    grid-template-columns: repeat(4, minmax(100px, 1fr));
  }
*/
}

@media(max-width: 700px) {

  header {
    display: grid;
    grid-gap: 20px;
    grid-template-columns: 1fr 4fr;
    /*grid-template-columns: repeat(2, 1fr);*/
    grid-template-areas:"nt mn "; 
   /* grid-template-areas: 
    "nt nt nt  .  .  . sb . . . "
    "mn mn mn mn mn mn  mn mn mn mn";*/
  }
  .netflixLogo{
    padding: 0px;
  }

/*  .box {
    display: grid;
    grid-gap: 20px;
    grid-template-columns: repeat(3, minmax(100px, 1fr));
  }
*/
  .sub-links ul {
    display: grid;
    grid-gap: 20px;
    grid-template-columns: repeat(3, 1fr);
  }
   
}

@media(max-width: 300px) {

  .wrapper {
    font-size: 15px;
  }
/*
  header {
    margin: 0;
    padding: 20px 0 0 0;
    position: static;
    display: grid;
    grid-gap: 20px;
    grid-template-columns: repeat(1, 1fr);
    grid-template-areas: 
    "nt"    
    "mn"
    "sb";
    text-align: center;
  }*/

  .netflixLogo {
    max-width: 100%;
    margin: auto;
    padding-right: 20px;
  }

  .main-nav {
    display: grid;
    grid-gap: 0px;
    grid-template-columns: repeat(1, 1fr);
    text-align: center;
  }

  h1 {
    text-align: center;
    font-size: 18px;
  }


  .box {
    display: grid;
    grid-gap: 20px;
    grid-template-columns: repeat(1, 1fr);
    text-align: center;    
  }


  .box a:hover {
    transition: transform .3s;
    -ms-transform: scale(1);
    -webkit-transform: scale(1);  
    transform: scale(1.2);
  }

  .logos {
    display: grid;
    grid-gap: 20px;
    grid-template-columns: repeat(2, 1fr);
    text-align: center;
  }

  .sub-links ul {
    display: grid;
    grid-gap: 20px;
    grid-template-columns: repeat(1, 1fr);
    text-align: center;
    font-size: 15px;
  }

  

  
   
}
.carousel-cell-series_poster {
    display: none;
    position: absolute;
    bottom: 7px;
    left: 7px;
    width: 60px;
    border-radius: 2px;
    box-shadow: 0 0 5px 0 black;
}

@media (min-width: 1200px){
  .carousel-cell-series_poster {
      display: block;
      bottom: 5px;
      left: 5px;
      width: 50px;
      border-radius: 2px;
  }
}

.carousel-cell-series_title {
    position: absolute;
    bottom: 15px;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
    padding: 0 5px 5px 5px;
    width: 100%;
    text-align: left;
    color: #fff;
    z-index: 1;
    font-size: 15px;
    /*background-image: linear-gradient(to top, rgba(0, 0, 0, 0.8), rgba(0, 0, 0, 0));*/
}

.carousel-cell-title {
    position: absolute;
    bottom: 0;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
    padding: 5px 5px;
    padding-top: 50px;
    width: 100%;
    background-image: linear-gradient(to top, rgba(0, 0, 0, 0.8), rgba(0, 0, 0, 0));
    color: #fff;
    font-size: 15px;
    width: 100%;
}

@media(min-width: 1200px){
  .carousel-cell-series_title.a {
     padding-left: 60px;
  }
  .carousel-cell-title.a {
    padding-left: 66px;
  }
  .carousel-cell-series_title {
      padding: 0 5px 5px 5px;
  }
}
.carousel-cell-series_subtitle {
    position: absolute;
    bottom: 0;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
    padding: 80px 5px 5px 5px;
    width: calc(100% - 10px);
    color: #999;
    font-size: 13px;
    background-image: linear-gradient(to top, rgba(0, 0, 0, 0.8), rgba(0, 0, 0, 0));
    z-index: 0;
}

@media(min-width: 750px){
  .carousel-cell-series_subtitle {
      padding: 90px 5px 3px 5px;
      font-size: 13px;
      width: calc(100% - 10px);
  }
}

@media(min-width: 1200px){
  .carousel-cell-series_subtitle.a {
     padding-left: 60px;
  }
  .carousel-cell-series_subtitle {
      padding: 80px 5px 3px 5px;
      font-size: 12px;
      width: calc(100% - 10px);
  }
}



.carousel-cell-thumbs {
    margin: 5px 10px 5px 0;
    width: calc((100vw - 210px) /7);
    height: calc(((100vw - 210px) /7) * 1.436);
    /* width: 10%; */
    background: #1a1a1a;
    border-radius: 5px;
    overflow: hidden;
    left: 68px !important;
    /* opacity: 0.3; */
    box-shadow: 0 0 5px 0 rgba(0, 0, 0, 0.8);
}

@media(min-width: 1600px){
  .carousel-cell-thumbs {
      width: calc(100vw / 7);
      height: calc((100vw / 7) * 1.436);
      left: 68px !important;
  }
}

@media(min-width: 1200px){
  .carousel-cell-thumbs {
      width: calc(100vw / 5);
      height: calc((100vw / 5) * 1.436);
      left: 48px !important;
  }
}


@media(min-width: 750px){
  .carousel-cell-thumbs {
      width: calc(100vmin / 3);
      height: calc((100vmin /3) * 1.436);
      left: 10px !important;
  }
}

.carousel-cell-topbanner-thaisub {
    position: absolute;
    top: 5px;
    left: 5px;
    background-color: crimson;
    padding: 0 10px;
    text-align: center;
    font-size: 12px;
    color: white;
    box-sizing: border-box;
    transform: rotateZ(-45deg);
    width: 100px;
    transform-origin: 50px 50px;
    box-sizing: border-box;
}
.carousel-cell-topbanner-thaisound {
    position: absolute;
    top: 5px;
    left: 5px;
    background-color: green;
    padding: 0 10px;
    text-align: center;
    font-size: 12px;
    color: white;
    box-sizing: border-box;
    transform: rotateZ(-45deg);
    width: 100px;
    transform-origin: 50px 50px;
    box-sizing: border-box;
}
#backdrop {
    -webkit-backface-visibility: hidden;
    -webkit-perspective: 1000;
    -webkit-transform: translate3d(0,0,0);
    -webkit-transform: translateZ(0);
    backface-visibility: hidden;
    perspective: 1000;
    transform: translate3d(0,0,0);
    transform: translateZ(0);
    filter: blur(50px);
    -webkit-filter: blur(50px);
    height: 100%;
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    z-index: 0;
}

.volatile-billboard-animations-container {
    display: block;
    position: relative;
    z-index: 0;
    /*pointer-events: none;*/
}
.volatile-billboard-animations-container>.flickity-viewport{
  overflow:inherit!important;
}

.volatile-billboard-animations-container .flickity-button{
  background: none!important;
  color: #dcdcdc;
  opacity: 0.75;
}
.volatile-billboard-animations-container .flickity-button:hover{
  opacity: 1;
}
.volatile-billboard-animations-container .billboard-row {
    left: 0;
    position: relative;
    right: 0;
    top: 0;
}
.billboard-row {
    background-color: #000;
    margin-bottom: 20px;
    padding-bottom: 48%;
    position: relative;
    touch-action: pan-y;
    -webkit-user-select: none;
    -moz-user-select: none;
    user-select: none;
}
.billboard-row .static-image {
    filter: brightness(70%);
    background-position: 50%;
    background-size: cover;
    bottom: 0;
    -ms-filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=100);
    filter: alpha(opacity=100);
    left: 0;
    opacity: 1;
    position: absolute;
    right: 0;
    top: 0;
    transition: opacity .4s cubic-bezier(.665,.235,.265,.8) 0s;
    width: 100%;
}

.billboard-row .vignette-layer {
    left: 0;
    position: absolute;
    right: 0;
    z-index: 8;
}

.billboard-row .hero-vignette {
    background-color: transparent;
    background-image: linear-gradient(180deg,hsla(0,0%,8%,0) 0,hsla(0,0%,8%,.15) 15%,hsla(0,0%,8%,.35) 29%,hsla(0,0%,8%,.58) 44%,#141414 68%,#191919);
    background-position: 0 top;
    background-repeat: repeat-x;
    background-size: 100% 100%;
    bottom: -8%;
    height: 14.7vw;
    opacity: 1;
    top: auto;
    width: 100%;
}
.billboard-row .info-wrapper-fade{
  padding-left: 140px;
}
.billboard-row .info {
    display: none;
    flex-direction: column;
    justify-content: flex-end;
    left: 4%;
    position: absolute;
    top: 0;
    bottom: 0;
    width: 80%;
    z-index: 10;
}

@media(min-width: 520px){
  .info.meta-layer .info-wrapper-fade>h3{
    display: none;
  }
  .billboard-row .info {
    bottom: 0%;
    display: flex;
    width: 93%;
  }
}
@media(min-width: 60px){
  .info.meta-layer .info-wrapper-fade>h3{
      display: block;
  }
}
@media(min-width: 900px){
 
  .billboard-row .info {
    bottom: 31%;
    width: 80%;
  }
}
@media(min-width: 960px){
  .billboard-row .info {
    bottom: 33%;
    width: 50%;
  }
}
@media(min-width: 1370px){
  .billboard-row .info {
    bottom: 45%;
    width: 36%;
  }
}
@media(min-width: 1600px){
  .billboard-row .info {
    bottom: 50%;
    width: 36%;
  }
}

.billboard-row .info>img{
  position: absolute;
  bottom: 70px;
  width: 120px;
  border-radius: 5px;
  box-shadow: 0 0 5px 1px black;
}
@media(min-width: 1100px){
  .billboard-row .info>img{
    width: 180px;
  }
  .billboard-row .info-wrapper-fade{
    padding-left: 200px;
  }
}
.billboard-row .info .billboard-links {
    display: flex;
    line-height: 88%;
    margin-top: 1.5vw;
    white-space: nowrap;
}
.ltr-podnco.hasLabel.hasIcon {
    padding-left: 2rem;
    padding-right: 2.4rem;
    border-radius: 4px;
    margin-right: 0.7rem;
    cursor: pointer;
}
.billboard-links .playLink button {
    margin-left: 0;
}
.ltr-podnco.color-primary {
    background-color: white;
    color: black;
}
.ltr-18ezbm2.color-secondary {
    background-color: rgba(109, 109, 110, 0.7);
    color: white;
}
.ltr-18ezbm2.hasLabel.hasIcon {
    padding-left: 2rem;
    padding-right: 2.4rem;
    border-radius: 4px;
}

.ltr-18ezbm2 {
    -webkit-align-items: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-appearance: none;
    -moz-appearance: none;
    -ms-appearance: none;
    appearance: none;
    border: 0;
    border-radius: 4px;
    cursor: pointer;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    -webkit-justify-content: center;
    justify-content: center;
    opacity: 1;
    padding: 0.8rem;
    position: relative;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    will-change: background-color,color;
    word-break: break-word;
    white-space: nowrap;
}
.ltr-18ezbm2.color-secondary:not(:disabled):hover {
    background-color: rgba(109, 109, 110, 0.4);
}
.ltr-podnco.color-primary:not(:disabled):hover {
    background-color: rgba(255, 255, 255, 0.75);
}
.aro-row-header{
    display: inline-block;
    position: absolute;
    bottom: 6px;
    margin-left: 10px;
}
.aro-row-header .see-all-link {
    display: inline-block;
    color: #54b9c5;
    font-size: 12px;
    width: 0px;
    overflow: hidden;
    white-space: nowrap;
    transition: width 0.5s;
    vertical-align: bottom;
    font-family: 'tahoma'!important;
    font-weight: normal;
}
.aro-row:hover > .aro-row-header>.see-all-link{
    width: 76px;
}
.aro-row-header>.see-all-link:hover{
  text-decoration: underline;
}
.aro-row-header .aro-row-chevron {
    display: inline-block;
    position: absolute;
    top: 5px;
}
.aro-row-header .aro-row-chevron > svg {
    color: #54b9c5;
    width: 10px;
}
[v-cloak] {
  display: none;
}
.searchInput{
  background: #000;
  border: 1px solid #fff;
  color: #fff;
  height: 32px;
  width: 180px;
  padding-left: 15px;
  padding-right: 15px;
  opacity: 0.5;
  line-height: 36px;
  border-radius: 4px;
}
.searchInput:focus{
  opacity: 1;
}
#frmsearch{
  margin: 0;
}