  /*
Theme Name: netflix
Theme URI: https://www.netflix.com/
Author: netflix
Author URI: https://www.netflix.com/
*/

@import url('https://fonts.googleapis.com/css2?family=Kanit:wght@200&display=swap');
body{
  color: white;
  font-family: 'Kanit', sans-serif;
}
footer{
  background-color: #222;
  color: white;
}
.footerwd p{
  font-size: 18px;
  color: white;
  padding: 0;
  margin: 0;
}
p{
  line-height: 28px;
  font-size: 16px;
}
strong{
  font-weight: bold;
}
ul {
  margin: 0 ;
}
img {
  border-radius: 10px !important;
}
.curpointer{
  cursor: pointer;
}
.page-numbers {
  margin: 0 3px;
  padding: 8px;
  background: #313131;
  border-radius: 5px;
}
.page-numbers.current{
  background: #3131317d;
  text-shadow: 0 0 5px white,0 0 10px white;
}
.logotext{
  color: #dc3545!important;
}
.logotext:hover{
  color: #a71d2a!important;
}
.cutcolor{
  color: #ff2d41 !important;
}
.boxcolor{
  background: #ef182d;
}
.wrapper-menu {
  background-color: transparent;
  border: none;
  cursor: pointer;
  display: flex;
  padding: 0;
  outline: none;
  position: absolute;left: 10px; top: 8px;
  z-index: 1000;
  transition: all .5s;
}
.wrapper-menu2 {
  background-color: transparent;
  border: none;
  cursor: pointer;
  display: flex;
  padding: 0;
  outline: none;
}
ul {
  list-style-type: none;
  padding-left: 0;
}
.sidebarwg li{
  margin:13px 0px;
  padding-left: 5px;
  transition: all .3s;
}
.sidebarwg li:hover{
  border-left: 1px solid red;
  padding-left: 6px;
}
.post-categories li{
  display:inline;
  border-right:1px solid #525252;
  padding:0px 10px;
  padding-right: 14px;
}
.sidebarwg .widgettitle{
  padding-bottom: 5px;
  box-shadow: 3px 3px 10px  #000000;
  border-radius: 10px;
  border-bottom: 3px solid #cbcbcb;
  text-align: center;
  background: #1b1b1be0;
  text-shadow: 0 0 5px white, 0 0 10px #ffffff, 0 0 20px #858585;
  font-size: 20px;
  padding: 10px 0;
}
.tagcloud a{
  padding: 1px 5px;
  margin: 4px;
  border: 1px solid #525252;
  border-radius: 5px;
  font-size: 16px !important;
  display: inline-block;
}
.sidebarwg{
  padding:0px;
}
@media (max-width: 1200px){
.sidebarwg{
  padding:20px;
}
}
@media (max-width: 520px){
.sidebarwg{
  padding:5px;
}
}
  .sidebarbtn{
  position: absolute;
  display: none;
  background: transparent;
  color: white;
  padding: 0;
  border: none;
  margin-left: 5px;
}
@media (max-width: 991px){
  .sidebarbtn{
  display: block;
}
}
.wrapper-menu.hamopen{
  position: fixed;left: 200px; top: 8px;
}
.line {
  fill: none;
  stroke: #fff;
  stroke-width: 3;
  transition: stroke-dasharray 600ms cubic-bezier(0.4, 0, 0.2, 1),
  stroke-dashoffset 600ms cubic-bezier(0.4, 0, 0.2, 1);
}
.line1 {
  stroke-dasharray: 60 207;
  stroke-width: 3;
  animation: lineone 2s ease 0s infinite normal none;
}
@keyframes lineone {
  0.0%{
  }
  50.1%{
    transform: scale3d(1.2,1,1) translate(-10px);
  }
}
.line2 {
  stroke-dasharray: 60 60;
  stroke-width: 3;
  animation: linetwo 2s ease 0s infinite normal none;
}
@keyframes linetwo {
  0.0%{

  }
  50.1%{
    transform: scale3d(.8,1,1) translate(10px);
  }
}



.line3 {
  stroke-dasharray: 60 207;
  stroke-width: 3;
  animation: linetree 2s ease 0s infinite normal none;
}
@keyframes linetree {
  0.0%{
  }
  50.1%{
    transform: scale3d(1.2,1,1) translate(-10px);
  }
}
.open .line1 {
  stroke-dasharray: 90 207;
  stroke-dashoffset: -134;
  stroke-width: 3;
  animation: yourAnimation 3s ease 0s infinite normal none;
}
.open .line2 {
  stroke-dasharray: 1 60;
  stroke-dashoffset: -30;
  stroke-width: 3;
  animation: yourAnimation 3s ease 0s infinite normal none;
}
.open .line3 {
  stroke-dasharray: 90 207;
  stroke-dashoffset: -134;
  stroke-width: 3;
  animation: yourAnimation 3s ease 0s infinite normal none;
}

@keyframes yourAnimation {
  0.0%{
  }
  50.1%{
  }
}


/* WP LOGIN HEADER */

.headertop.login{
  margin-top: 32px;
}
@media screen and (max-width: 782px){
  .headertop.login{
  margin-top: 46px;
}
}
@media screen and (max-width: 600px){
  .headertop.login.mobilelogin{
  margin-top: 0px;
}
}
/* WP LOGIN HEADER */

/*HEADER*/
.logoheader{
  font-size: 20px;
  font-weight: bold;
}
.logoheader img{
  width: 100%;
  max-width: 100px !important;
}
.navbarstk ul{
    margin: 0;
    padding: 0;
    display: flex;
    margin-left: 10px;
}
@media (max-width:991px){
  .navbarstk ul{
    display:none;

}
}
.navbarstk li{
    margin: 0;
    padding: 0;
    list-style: none;
    padding: 5px 0;
    position:relative;
    cursor:pointer;
}
.navbarstk ul a{
  background:transparent;
    display: block;
    padding: 0 10px;
    border-radius: 10px;
    font-weight: 900;
}
.navbarstk ul.sub-menu{
    border-radius:20px;
    display:none;
    position: absolute;
    left: -30px;
    padding:10px 0;
    z-index: 99999;
    width: 180px;
    background: #000000c7;
    box-shadow: 0px 3px 3px rgba(0,0,0,0.2);
}
.menu-item-has-children a::after{
      display: inline-block;
    margin-left: .255em;
    vertical-align: .255em;
    content: "";
    border-top: .3em solid;
    border-right: .3em solid transparent;
    border-bottom: 0;
    border-left: .3em solid transparent;
}
.sub-menu a::after{
  display:none !important;
}
.navbarstk ul.sub-menu a:hover{
    font-size:20px !important;
    text-shadow:0 0 5px white,0 0 20px white;
}
.navbarstk ul li:hover > ul {
   display:block;
}
.sub-menu:hover{
  display:block;
}
.headertop{
  width: 100%;
  transition: all .3s;
  margin: 0 auto;
  padding: 10px 10px;
  background: #0e0e0ee6;
  z-index: 100;
  color: white;
}
.adminbar01{
  margin-top: 32px;
}
@media screen and (max-width: 782px){
  .adminbar01{
    margin-top: 46px;
  }
}
.logotext{
  font-weight: 900;
}
.dropdown-menu {
  color: #ffffff;
  background-color: #292929;
}
.dropdown-item {
  color: #ffffff;
}
.dropdown-item:focus, .dropdown-item:hover {
  color: #ffffff;
  text-shadow: 0 0 5px white, 0 0 20px white;
  text-decoration: none;
  background-color: #4a4a4a;
}
a:hover {
  color: #ffffff;
  text-decoration: none;
}
/*END HEADER*/




/*SECTION MAIN*/




/*SECTION MAIN*/
.nav-item.active{
}
.nav-item:hover{
}
.searchform{
  position: absolute;
  right: -1px;
  background: #0e0e0e;
  padding: 10px;
  display: none;
  transition: all 0.3s;
  animation: fadeshow .3s ease 0s  normal none;
}
@media (max-width: 504px){
  .searchform{
    margin-top:110px;
    border-radius:10px;
    margin-right:5px;
    background: #131313;
    box-shadow: 0 0 5px black,0 0 10px black,0 0 25px black;
  }
}
@keyframes fadeshow {
  0.0%{
    opacity: .1;
  }
  100%{
    opacity: 1;
  }
}

.searchform input{
  background: transparent;
  border: none;
  border-bottom: 1px #959595 solid;
  color: white;
  outline: none;
  margin-right: 10px;
}
.searchform2{
  width: 100%;
  text-align: center;
  padding: 20px 0;
  margin: 0 auto;
  white-space: nowrap;
}
.searchform2 input{
  background: transparent;
  border: none;
  border-bottom: 1px #959595 solid;
  color: white;
  outline: none;
  margin-right: 10px;
}
.closetd{
  vertical-align: top;
  padding-right:7px;
  padding-bottom: 5px;
  color: #ff3939;

}
.closesearch {
  font-size: 20px;
  padding: 0px 8px;
  background: #1a1a1a;
  border-radius: 40px;
  cursor: pointer;
}
.navbar-brand {
  margin-right: 5px;
}
@media (max-width:991px){
  .navbar-brand {
  margin-left: 30px;
}
}
.dropdown-menu.show {
  display: block;
  position: absolute !important;
}
.navbar-brand{
  font-weight: bold !important;
}
.navbar-dark .navbar-nav .nav-link {
  color: #afafaf;
  font-weight: bold !important;
}
.navbar-dark .navbar-nav .nav-link:focus, .navbar-dark .navbar-nav .nav-link:hover {
  color: #ececec;
}
.searchbtn{
  border: none;
  background: transparent;
  color: white;
}
.searchbtn:hover{
  text-shadow: 0 0 10px white;
}
.text-navdrop{
  font-size: 1rem !important;
  color: #afafaf;
  font-weight: bold !important;
  margin-top: 1px;

}
.text-navdrop:hover{
  color: #ececec;
}
.gdnavul{
  display: grid;
  grid-template-columns: 1fr 1fr 1fr ;
  list-style-type: none;

}
.imgtopmain{
  width: 100%;
}
.imgtopmain img{
  width: 100%;
}

.swiper-container {
  width: 100%;
  height: 100%;
  position: relative;
  overflow-x: hidden;
}

.swiper-slide {
  text-align: center;
  position: relative;
  /* Center slide text vertically */
  display: -webkit-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

.swiper-slide img {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.containsec01{
  background: black;
  position: relative;
}
.headersec01 {
  position: absolute;
  left: 2px;
  top: 2px;
  z-index: 2;
  padding: 5px;
  color: #c3c3c3;
  background: #00000085;
  border-radius: 5px;
}
.sec01slide{
  width: 100%;
  max-width: 1200px;
  margin: 0 auto;
}

.sec01slide .swiper-slide img{
  width: 100%;
  max-width: 1200px;
  height: auto;
  opacity: .7;
}
.swiper-pagination-bullet {
  width: 12px;
  height: 12px;
  display: inline-block;
  border-radius: 50%;
  background: #b3b3b3;
  opacity: .2;
}
.swiper-pagination-bullet-active {
  opacity: 1;
  background: red;
}
.swiper-container-horizontal>.swiper-pagination-bullets, .swiper-pagination-custom, .swiper-pagination-fraction {
  bottom: 15px;
  left: 0;
  width: 100%;
}
.containtextsec01{
  position: absolute;
  width: 100%;
  max-width: 1100px;
  left: 0;
  right: 0;
  margin: 0 auto;
  text-align: left;
  top: 80%;
  transform: translate(0%,-80%);
  padding-left: 30px;
  color: white;
}
.headertitle{
  width: 400px;
  font-size: 22px;
  font-weight: bold;
  text-shadow: 2px 2px 5px black,2px 2px 5px black,2px 2px 5px black,2px 2px 5px black;
}
.headerdetail p{
  width: 400px;
  font-size: 15px !important;
  color: white;
  margin-top: 5px;
  font-weight: 100;
  text-shadow: 2px 2px 5px black,2px 2px 5px black,2px 2px 5px black,2px 2px 5px black;
}
.btnsec01{
  margin-top: 9px;
  border: none;
  border-radius: 5px;
  padding: 5px 15px;
  color: white;
}

.presec01{
  position: absolute;
  top: 50%;
  left: 0;
  transform: translate(0%,-50%);
  z-index: 1;
  padding: 30px 7px;
  border: none;
  background: #00000082;
  font-size: 20px;
  opacity: 1;
  border-bottom-right-radius: 5px;
  border-top-right-radius: 5px;
  transition: all .3s;
}
.nextsec01{
  position: absolute;
  top: 50%;
  right: 0;
  transform: translate(0%,-50%);
  z-index: 1;
  padding: 30px 7px;
  border: none;
  background: #00000082;
  font-size: 20px;
  opacity: 1;
  border-bottom-left-radius: 5px;
  border-top-left-radius: 5px;
  transition: all .3s;
}
.presec01:hover{
  padding: 35px 15px;
}
.nextsec01:hover{
  padding: 35px 15px;
}

.nextsec01.swiper-button-disabled{
  opacity: .3;
  padding: 30px 7px !important;
}
.presec01.swiper-button-disabled{
  opacity: .3;
  padding: 30px 7px !important;
}
@media (max-width: 767px){
  .containtextsec01{
    padding-left: 30px;
    top: 80%;
    transform: translate(0%,-80%);
  }
  .headertitle{
    font-size: 3vw;
    width: 50%;
  }
  .headerdetail{
    display: none;
  }
  .btnsec01{
    font-size:2.5vw;
  }
}
/*END SCMAIN*/



/*SECTION 2*/
.contain02{
  margin-top: -8px;
  z-index: 10;
  padding-top: 20px;
  -webkit-backdrop-filter: blur(5px);
  backdrop-filter: blur(5px);
  box-shadow: 0 5px 10px #00000069, 0 5px 20px #0000001c;
}
.btnleft,.btnright{
  border: none;
  padding: 0px 12px;
  border-radius: 7px;
  font-size: 18px;
  background: #00000078;
  color: white;
  margin: 0 2px;
}
.btnleft.swiper-button-disabled{
  opacity: .2;
}
.btnright.swiper-button-disabled{
  opacity: .2;
}
.containsec02{
  width: 100%;
  max-width: 1300px;
  margin: 0 auto;
}
.curclick02{
  cursor: pointer;
}
.headsec02{
  font-size: 25px;
  font-weight: 900;
  padding-top: 7px;
  padding-left: 10px;
  display:inline;
}
.headsec02 .textwidget{
   display:inline;
}
.ctsec02{
  width: 100%;
  max-width: 1300px;
  margin: 0 auto;
  margin-top: 10px;
}
.ctsec02 .swiper-slide{
  width: 100%;
  max-width: 500px;
  height: auto;
  background: #1a1a1a99;
  margin-bottom: 25px;
  border-radius: 10px;
}
.ctsec02 .swiper-slide img{
  width: 100%;
  height: auto;
  background: #1a1a1a;
}
.bttextsec02{
  position: absolute;
  top: 50%;
  transform: translate(0%,-50%);
  width: 100%;
  font-size: 17px;
  padding: 5px;
  border-radius: 5px;
  text-align: left;
}
.ctgsec02{
  text-align: left;
  font-size: 15px;
}
@media (max-width: 500px){
  .btnleft,.btnright{
    font-size: 4vw;
  }
  .bttextsec02{
    bottom: 0;
    font-size: 3.5vw;
  }
  .headsec02{
    font-size: 5vw;
  }
}
/*END SECTION 2*/




/* SECTION 3*/
.container03{
  background: #1313138a;
}
.containsec03{
  width: 100%;
  max-width: 1300px;
  margin: 0 auto;
}
.newmain{
  padding: 5px;
  cursor: pointer;
  border-radius: 10px;
  position: relative;
}
.bgnewmain{
  border-radius: 10px;
}
.newmain img{
  width: 100%;
  height: auto;
  border-radius: 10px;
}
.detailnewmain{
  font-size: 20px;
  background: #00000052;
  margin-top: -20px;
  -webkit-backdrop-filter: blur(5px);
  backdrop-filter: blur(5px);
  padding: 10px;
  position: relative;
  border-bottom-left-radius: 10px;
  border-bottom-right-radius: 10px;
}
.detailnewmain2{
  font-size:13px;
  background: #00000052;
  margin-top: -10px;
  -webkit-backdrop-filter: blur(5px);
  backdrop-filter: blur(5px);
  padding: 10px;
  position: relative;
  border-bottom-left-radius: 10px;
  border-bottom-right-radius: 10px;
}
.newmain2{
  padding: 5px;
}
.newmain2 img{
  width: 100%;
  height: auto;
}
@media (max-width: 500px){
  .detailnewmain{
    font-size: 4vw;
  }
}
/*END SECTION 3*/





/* SECTION 4*/
.containsec04{
  width: 100%;
  max-width: 1300px;
  margin: 0 auto;
}
.headersec04{
  padding: 5px 0;
  font-size: 20px;
  font-weight: bold;
}
.gridleft04 .gridmain04{
  margin-top: 15px;
  background: #0e0e0e00;
  border-radius: 10px;
}
.gridsec04{
  position: relative;
  padding: 10px;
}
.ingreid04{
  background: #0000005e;
  border-radius: 10px;
}
.ingreid04 img{
  width: 100%;
  height: auto;
  border-radius: 10px;
}
.detail04{
  position: absolute;
  width: 98%;
  top: 50%;
  left: 50%;
  transform: translate(-50%,-50%);
}
@media(max-width: 767px){
  .detail04{
    position: relative;
    padding: 10px 0px 10px 10px !important;
  }
}
.gridright04{
  background: #00000052;
  border-radius: 10px;
  padding: 10px !important;
}
@media (max-width:1200px){
  .gridright04{
  background: #00000052;
  border-radius: 10px;
  padding: 10px !important;
  margin-top: 20px;
}
}
.gridleftsec04{
  background: red;
}
.detailsec04 p{
  margin-top: 10px;
  font-size: 15px;
}
.sidebar04{
  position: -webkit-sticky;
  position: sticky;
  top: 64px;
  border-radius: 5px;
  padding: 10px;
  box-shadow: 0 0 5px #00000014, 0 0 15px #000000a1;
  background: #1313134a;
}
@media (max-width:1199px){
  .sidebar04{
    width:100%;
    display: grid;
    grid-template-columns: 1fr 1fr;
  }
}
@media (max-width: 850px){
  .headersec04 {
    padding: 5px 0;
    font-size: 2.4vw;
    font-weight: bold;
  }
  .detailsec04 {
    font-size: 1.5vw;
  }
  .sidebar04{
    width:100%;
    display: grid;
    grid-template-columns: 1fr ;
  }
}
@media (max-width: 768px){
  .headersec04 {
    padding: 5px 0;
    font-size: 3vw;
    font-weight: bold;
  }
  .detailsec04 {
    font-size: 2vw;
  }
}
@media (max-width: 530px){
  .headersec04 {
    padding: 5px 0;
    font-size: 4.3vw;
    font-weight: bold;
  }
  .detailsec04 {
    font-size: 3vw;
  }
}
@media (max-width: 678px){
  .gridleft04 td:nth-child(1){
    width: 100%;
    padding: 5px;
  }
  .gridleft04 td:nth-child(2){
    width: 100%;
    padding:0 10px;
  }
}
.page-item.active .page-link {
  z-index: 3;
  color: #fff;
  background-color: #ef182d;
  border-color: #ef182d;
}
.page-link {
  position: relative;
  display: block;
  padding: .5rem .75rem;
  margin-left: -1px;
  line-height: 1.25;
  margin: 3px;
  border-radius: 10px !important;
  color: #ffffff;
  background-color: #252525;
  border: none;
  box-shadow: 0 0 5px #000000;
}
.page-link:hover {
  z-index: 2;
  color: #ffffff;
  text-decoration: none;
  background-color: #2f2f2f;
  border-color: #313131;
}
/*END SECTION 4*/





/*SECTION 5*/
.section05{
  background: #00000052;
  padding-top: 5px;
  padding-bottom: 10px;
}
.containsec05{
  width: 100%;
  max-width: 1300px;
  margin: 0 auto;

}
.headersec05{
  border-bottom: 1px solid #ffe082;
  text-align: center;
  margin-top: 20px;
  position: relative;
}
.headersec05 .textwidget{
  background:#151010;
  width:250px;
  margin:0 auto;
}
.textfloat05{
  margin-top: -12px;
  width: 100%;
  position: absolute;
}
.textheadsec05{
  background: #151515;
  padding: 0 10px;
  border-radius: 20px;
}
/*END SECTION 5*/


/*Single Post*/
.catelinksingle{

}
.rhsingle{
  position: absolute;
  top: 50%;
  transform: translate(0%,-50%);
  padding: 5px;
}
@media (max-width: 767px){
  .rhsingle{
    position: relative;
    padding: 10px;
  }
}
@media (max-width: 450px){
  .rhsingle{
    position: relative;
    padding: 5px;
  }
}
.darksingbg {
  background: #0000005e;
  box-shadow: 0 0 5px #00000085, 0 0 10px #00000087;
}
.containheadsing{
  width: 100%;
  max-width: 1200px;
  margin:0 auto;
  box-shadow: 0 0 10px #0000005c;
  background: #0000004a;
  margin-top: 15px;
  border-radius: 10px;
}
.imgpost img{
  width: 100%;
  border-radius: 10px;
  height: auto;
}
.postcontain{
  background: #0000004a;
  padding: 20px;
}
.postcontain img{
  height:auto;
}
@media (max-width: 1200px){
  .postcontain{
    background: #0000004a;
    padding: 10px;
  }
}
/*END Single Post*/









/*Footer*/
.footercontain {
    width: 100%;
    max-width: 1150px;
    margin: 0 auto;
}
.disfooterct {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(33%, 1fr));
}
.infootergrid {
    display: block;
    padding-left: 10px;
    word-break: break-word;
}
.infootergrid:empty {
  display:none;
}


/*Footer*/