

@font-face {
  font-family: "Nian";
  font-style: normal;
  font-weight: normal;
  src: url('../fonts/Nian.ttf');
}

/*@font-face {*/
/*  font-family: "Nian";*/
/*  font-style: normal;*/
/*  font-weight: normal;*/
/*  src: url('../fonts/Nian_Thin.ttf');*/
/*}*/

@font-face {
  font-family: "Nian";
  font-style: normal;
  font-weight: normal;
  src: url('../fonts/Nian_Black.ttf');
}

/*@font-face {*/
/*  font-family: "Nian";*/
/*  font-style: normal;*/
/*  font-weight: 400;*/
/*  src: url('../fonts/Nian_SemiBold.ttf');*/
/*}*/

@font-face {
  font-family: "Nian";
  font-style: normal;
  font-weight: 500;
  src: url('../fonts/Nian_Bold.ttf');
}

@font-face {
  font-family: "Nian";
  font-style: normal;
  font-weight: bold;
  src: url('../fonts/Nian_ExtraBold.ttf');
}

@font-face {
  font-family: "Nian";
  font-style: normal;
  font-weight: 300;
  src: url('../fonts/Nian_Light.ttf');
}

/*@font-face {*/
/*  font-family: "Nian";*/
/*  font-style: normal;*/
/*  font-weight: 200;*/
/*  src: url('../fonts/Nian_ExtraLight.ttf');*/
/*}*/


:root {
  --dark-bg-color: #060f19;
  --darkcolor: #182028;
  --lightcolor: #fff;
  --darkcolor1: #060f19;
}

h1,
h2,
h3,
h4,
h5,
h6,
p,
.no-margin {
  margin: 0;
  padding: 0;
}

img {
  max-width: 100%;
  height: auto;
}

html,
body {
  font-family: "Nian";
  font-size: 14px;
  line-height: 24px;
  width: 100%;
  height: 100%;
  color: #333;
}

body .main {
  background: #060f19;
}

ul,
ol {
  list-style: none;
  margin: 0;
  padding: 0;
}

a,
a:focus,
a:hover:focus,
button:focus,
button:hover:focus,
.btn:focus,
.btn:hover:focus,
a:hover {
  text-decoration: none;
  outline: none;
  border: none;
  -webkit-border: none;
  -moz-border: none;
  -ms-border: none;
  -o-border: none;
}

.scroll-up {
  overflow-y: scroll;
  max-height: 487px;
  overflow-x: hidden;
}

::-webkit-scrollbar {
  width: 8px;
}

.scroll-up::-webkit-scrollbar {
  width: 2px;
}

.navbar-menu::-webkit-scrollbar {
  width: 2px;
}

::-webkit-scrollbar-track {
  background-color: #2f3946;

  -webkit-border-radius: 10px;
  border-radius: 10px;
}

::-webkit-scrollbar-thumb {
  -webkit-border-radius: 10px;
  border-radius: 10px;
  background-color: #5d6875;
}

/**** banner hover effect ***/

.gradient,
.gradient2,
.gradient3,
.gradient5 {
  position: relative;
  overflow: hidden;
}

.border-top {
  border-top: 1px solid;
  border-color: rgba(6, 15, 25, 0.4);
}

#catslide .gradient3:hover>img {
  transform: scale(1.5);
  transition: all 0.4s ease-in-out;
}

.zoom img {
  transform: scale(1);
}

.zoom {
  overflow: hidden;
}

.zoom:hover img {
  transform: scale(1.2);
}

.gradient:after,
.gradient2:after,
.gradient3:after,
.gradient5:after {
  content: "";
  width: 100%;
  height: 100%;
  position: absolute;
  left: 0;
  top: 0;
  background-color: rgba(0, 0, 0, 0.5);
}

.gradient:hover>img,
.gradient2:hover>img,
.gradient3:hover>img,
.gradient5:hover>img {
  transform: scale(1.2);
  transition: all 0.4s ease-in-out;
}

.gradient>img,
.gradient2>img,
.gradient3>img {
  transform: scale(1);
  transition: all 0.4s ease-in-out;
}

.gradient5:hover:after {
  content: "";
  background: -webkit-linear-gradient(to top,
  rgba(6, 15, 25, 0.6) 0%,
  rgba(29, 119, 29, 0.6) 100%);
  background: linear-gradient(to top,
  rgba(6, 15, 25, 0.7) 0%,
  rgba(255, 124, 209, 0.5) 100%);
  position: absolute;
  background-color: rgba(0, 0, 0, 0.5);
}

.gradient:hover:after {
  content: "";
  background: -webkit-linear-gradient(to top,
  rgba(6, 15, 25, 0.6) 0%,
  rgba(29, 119, 29, 0.6) 100%);
  background: linear-gradient(to top,
  rgba(6, 15, 25, 0.6) 0%,
  rgba(29, 119, 29, 0.6) 100%);
  position: absolute;
}

.gradient2:hover:after {
  content: "";
  background: -webkit-linear-gradient(to top right,
  rgba(16, 15, 25, 0.8) 19%,
  rgba(132, 44, 0, 0.63) 80%);
  background: linear-gradient(to top right,
  rgba(16, 15, 25, 0.8) 19%,
  rgba(132, 44, 0, 0.63) 80%);
  position: absolute;
}

.gradient3:hover:after {
  content: "";
  background: -webkit-linear-gradient(to top right,
  rgba(185, 4, 39, 0.72) 19%,
  rgba(105, 34, 0, 0.6) 80%);
  background: linear-gradient(to top right,
  rgba(185, 4, 39, 0.72) 19%,
  rgba(105, 34, 0, 0.6) 80%);
  position: absolute;
}

.animation,
a,
a:hover,
button,
button:hover,
.btn,
.btn:hover,
.blck-bg,
.blck-bg:hover,
.green-bg,
.green-bg:hover,
.scroll-up::-webkit-scrollbar,
.zoom img,
.zoom img:hover,
.widget-slide .owl-nav>div,
.widget-slide .owl-nav>div:hover,
.details-big-img:hover .play-icon,
.play-icon,
.details-big-img img,
.details-big-img:hover img,
.owl-next:hover,
.owl-prev:hover,
.owl-next,
.owl-prev,
.owl-item.active,
.home-2 .owl-next,
.home-2 .owl-prev,
.home-2 .slider-section a.carousel-control span:hover,
.home-2 span.flaticon-play-button:hover,
.home-2 .plylist-wich span:hover,
.flaticon-play-button:hover,
.flaticon-play-button,
.gallery-menu ul li:hover:after,
.gallery-menu ul li:hover,
.gallery-menu ul li:after,
.gallery-contetn:hover .gallery-hover,
.gallery-hover {
  -webkit-transition: all 0.4s ease-in-out;
  -moz-transition: all 0.4s ease-in-out;
  -ms-transition: all 0.4s ease-in-out;
  -o-transition: all 0.4s ease-in-out;
  transition: all 0.4s ease-in-out;
}

.owl-item.active.center {
  -webkit-transition: all 1s ease-in-out;
  -moz-transition: all 1s ease-in-out;
  -ms-transition: all 1s ease-in-out;
  -o-transition: all 1s ease-in-out;
  transition: all 1s ease-in-out;
}

/** colors **/

.blck-bg {
  /*background-color: #060f19;*/
  background-color: white;
}

.blck-bg:hover {
  background-color: #13be13;
}

.blck {
  color: #060f19;
}

.green {
  color: #13be13;
}

.green-bg:hover {
  background-color: #060f19;
}

.green-bg {
  background-color: #13be13;
}

/*** home page 2 ***/

.black-bg {
  background-color: #060f19;
}

.black-bg:hover {
  background-color: #f36522;
}

.black {
  color: #060f19;
}

.oreng {
  color: #f36522;
}

.oreng-bg:hover {
  background-color: #060f19;
}

.oreng-bg {
  background-color: #f36522;
}

/*** home page 3 ***/

.black-bg {
  background-color: #060f19;
}

.home-3 .black-bg:hover,
.home-4 .black-bg:hover {
  background-color: #ff1744;
}

.black {
  color: #060f19;
}

.pink {
  color: #ff1744;
}

.pink-bg:hover {
  background-color: #060f19;
}

.pink-bg {
  background-color: #ff1744;
}

/*** home 5 **/

.home-5 .blck-bg {
  background-color: #060f19;
}

.home-5 .blck-bg:hover {
  background-color: #ff7cd1;
}

.home-5 .blck {
  color: #060f19;
}

.home-5 .green {
  color: #ff7cd1;
}

.home-5 .green-bg:hover {
  background-color: #060f19;
}

.home-5 .green-bg {
  background-color: #ff7cd1;
}

.pt-75 {
  padding-top: 75px;
}

.pb-75 {
  padding-bottom: 75px;
}

.mb-50 {
  margin-bottom: 50px;
}

.pt-50 {
  padding-top: 50px;
}

.pt-30 {
  margin-top: 30px;
}

.pt-31 {
  margin-top: 31px;
}

.margin-30 {
  margin: 30px 0px;
}

/*** hadding ***/

.hadding-area h2 {
  font-size: 24px;
  font-weight: bold;
}

/*** preloader ***/

.preloader {
  position: fixed;
  -webkit-perspective: 300px;
  -moz-perspective: 300px;
  perspective: 300px;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
}

.preloader-lod {
  width: 50px;
  height: 50px;
  background: white;
  position: absolute;
  left: 50%;
  margin-left: -25px;
  top: 50%;
  margin-top: -25px;
}

.preloader-loding {
  font-size: 10px;
  font-weight: 700;
  text-transform: uppercase;
  color: rgba(255, 255, 255, 0.5);
  top: 50%;
  margin-top: 25px;
  position: absolute;
  width: 100%;
  text-align: center;
}

@-webkit-keyframes translateIn {
  30% {
    -webkit-transform: rotateX(60deg) rotateY(0deg) rotateZ(45deg) translateZ(20px) scale(0.95);
    opacity: 0.25;
  }

  100% {
    -webkit-transform: rotateX(65deg) rotateY(0deg) rotateZ(45deg) translateZ(0px) scale(0.85);
    opacity: 0;
  }
}

@keyframes translateIn {
  30% {
    -webkit-transform: rotateX(60deg) rotateY(0deg) rotateZ(45deg) translateZ(20px) scale(0.95);
    transform: rotateX(60deg) rotateY(0deg) rotateZ(45deg) translateZ(20px) scale(0.95);
    opacity: 0.25;
  }

  100% {
    -webkit-transform: rotateX(65deg) rotateY(0deg) rotateZ(45deg) translateZ(0px) scale(0.85);
    transform: rotateX(65deg) rotateY(0deg) rotateZ(45deg) translateZ(0px) scale(0.85);
    opacity: 0;
  }
}

.preloader-lod {
  opacity: 0;
}

.preloader-lod:nth-of-type(1) {
  -webkit-transform: rotateX(70deg) rotateY(0deg) rotateZ(45deg) translateZ(30px);
  transform: rotateX(70deg) rotateY(0deg) rotateZ(45deg) translateZ(30px);
  -webkit-animation: translateIn 1.5s ease-in infinite 500ms;
  animation: translateIn 1.5s ease-in infinite 500ms;
}

.preloader-lod:nth-of-type(2) {
  -webkit-transform: rotateX(70deg) rotateY(0deg) rotateZ(45deg) translateZ(60px);
  transform: rotateX(70deg) rotateY(0deg) rotateZ(45deg) translateZ(60px);
  -webkit-animation: translateIn 1.5s ease-in infinite 700ms;
  animation: translateIn 1.5s ease-in infinite 700ms;
}

.preloader-lod:nth-of-type(3) {
  -webkit-transform: rotateX(70deg) rotateY(0deg) rotateZ(45deg) translateZ(90px);
  transform: rotateX(70deg) rotateY(0deg) rotateZ(45deg) translateZ(90px);
  -webkit-animation: translateIn 1.5s ease-in infinite 800ms;
  animation: translateIn 1.5s ease-in infinite 800ms;
}

@-webkit-keyframes scaleIn {
  80% {
    -webkit-transform: rotateX(65deg) rotateY(0deg) rotateZ(45deg) scale(1.25);
    opacity: 0.1;
  }

  100% {
    -webkit-transform: rotateX(65deg) rotateY(0deg) rotateZ(45deg) scale(1);
    opacity: 0;
  }
}

@keyframes scaleIn {
  80% {
    -webkit-transform: rotateX(65deg) rotateY(0deg) rotateZ(45deg) scale(1.25);
    transform: rotateX(65deg) rotateY(0deg) rotateZ(45deg) scale(1.25);
    opacity: 0.1;
  }

  100% {
    -webkit-transform: rotateX(65deg) rotateY(0deg) rotateZ(45deg) scale(1);
    transform: rotateX(65deg) rotateY(0deg) rotateZ(45deg) scale(1);
    opacity: 0;
  }
}

.large-square {
  width: 70px;
  height: 70px;
  background: white;
  position: absolute;
  left: 50%;
  margin-left: -35px;
  top: 50%;
  margin-top: -35px;
  -webkit-transform: rotateX(60deg) rotateY(0deg) rotateZ(45deg) scale(0);
  transform: rotateX(60deg) rotateY(0deg) rotateZ(45deg) scale(0);
  opacity: 0;
  -webkit-animation: scaleIn 3s linear infinite 500ms;
  animation: scaleIn 3s linear infinite 500ms;
}

.preloader {
  background-color: rgba(0, 0, 0, 0.98);
  position: fixed;
  width: 100%;
  height: 100%;
  z-index: 999;
}

.hadding-area {
  color: var(--lightcolor);
  overflow: hidden;
  display: block;
  border-left: 2px solid #13be13;
  padding-left: 15px;
  border-bottom: 1px solid var(--darkcolor);
}
.tab-title {
  color: var(--lightcolor);
}

.nav>li>a:focus,
.nav>li>a:hover,
.cat-menu ul li span:focus {
  text-decoration: none;
  background-color: transparent;
  border: none;
  outline: none;
}

/*** top header ****/

.top-accounts ul li {
  display: inline-block;
  margin-right: 11px;
}

.top-accounts ul li a:hover {
  color: #13be13;
}

.top-accounts ul li a span {
  margin-right: 5px;
}

.top-messages {
  text-align: center;
}

.top-visitor {
  text-align: right;
}

.top-accounts ul li a,
.top-messages>p,
.top-visitor>p {
  color: var(--lightcolor);
}

.top-header {
  padding: 15px 0;
}

.social .attr-nav ul li a {
  color: var(--lightcolor);
}

.social .attr-nav ul li a:hover {
  color: #13be13;
}

.social .attr-nav>ul>li>a {
  color: var(--lightcolor);
  display: block;
  padding: 25px 14px 15px;
  position: relative;
}

/*** header center ***/

.wrap-sticky nav.navbar.bootsnav.sticked {
  background-color: rgba(0, 0, 0, 0.87);
}

.home-5 .wrap-sticky nav.navbar.bootsnav.sticked {
  background-color: var(--lightcolor);
  box-shadow: -6px 2px 9px 1px #dadada;
}

.header-search .btn-group.bootstrap-select {
  width: 127px !important;
}

.header-search .btn-group.bootstrap-select button {
  background: transparent;
  border: 1px solid var(--darkcolor);
  padding: 10px 15px;
}

.header-search {
  position: relative;
}

.header-search input {
  padding: 20px 138px;
  padding-right: 0;
  border-radius: 100px;
  background: transparent;
  border-color: var(--darkcolor);
}

.social .attr-nav>ul>li>a {
  padding: 28px 14px 15px;
}

.header-search button {
  position: absolute;
  right: 0;
  top: 0;
  background: #13be13;
  border: none;
  padding: 9px 36px;
  border-radius: 100px;
  color: var(--lightcolor);
}

.header-search {
  margin: 15px 0px;
}

.Top-rating-items .movie-item-contents img {
  height: 100%;
}

.Top-rating-items .movie-item-contents {
  border-radius: 25px;
  margin-top: -8px;
  height: 100%;
}

.Top-rating-items .slick-slide.slick-active .movie-item-contents {
  height: 480px;
  margin-top: 40px;
}

.header-center {
  padding: 15px 0;
  border-bottom: 1px solid var(--darkcolor);
  border-top: 1px solid var(--darkcolor);
}

.header-search .btn-group.bootstrap-select {
  position: absolute;
}

.pagination>li>a,
.pagination>li>span {
  color: var(--lightcolor) fff;
  background-color: var(--darkcolor);
  margin: 0 5px;
  border-radius: 5px;
  border: none;
}

.pagination>.active>a,
.pagination>.active>a:focus,
.pagination>.active>a:hover,
.pagination>.active>span,
.pagination>.active>span:focus,
.pagination>.active>span:hover {
  color: var(--lightcolor);
  background-color: #13be13;
  border-color: #13be13;
}

.pagination>li:first-child>a,
.pagination>li:first-child>span {
  border-top-left-radius: 5px;
  border-bottom-left-radius: 5px;
}

/*** menu ***/

nav.navbar.bootsnav {
  background-color: #060f19;
  border: none;
  border-bottom: none;
}

nav.navbar.bootsnav ul.nav>li>a {
  padding: 25px 7px;
  font-size: 18px;
  color: var(--lightcolor);
  font-weight: bold;
  text-transform: capitalize;
}

nav.navbar.bootsnav ul.nav>li>a:hover {
  color: #13be13;
}

nav.navbar.bootsnav li.dropdown ul.dropdown-menu>li>a {
  border-bottom: none;
}

nav.navbar.bootsnav li.dropdown ul.dropdown-menu {
  border-top: none;
  background-color: #060f19;
  border: none;
  border-bottom-right-radius: 5px;
  border-bottom-left-radius: 5px;
  z-index: 99;
}

nav.navbar.bootsnav ul.dropdown-menu.megamenu-content .content ul.menu-col li a:hover {
  color: #13be13;
}

nav.navbar.bootsnav li.dropdown ul.dropdown-menu>li>a {
  text-transform: capitalize;
  color: var(--lightcolor);
  font-weight: 600;
}

nav.navbar.bootsnav li.dropdown ul.dropdown-menu>li>a:hover {
  color: #13be13;
}

/** mega menu ***/

nav.navbar.bootsnav ul.dropdown-menu.megamenu-content .content ul.menu-col li a {
  padding: 8px 0;
  color: #e4e4e4;
  text-transform: capitalize;
}

.col-menu .title {
  font-size: 16px;
  color: var(--lightcolor);
  text-transform: uppercase;
  margin-bottom: 14px;
  font-weight: normal;
}

/*** slider ***/

.slider-items {
  position: relative;
}

.slider-contents {
  position: absolute;
  width: 100%;
  text-align: center;
  top: 0;
  padding: 9% 0;
}

.slider-content {
  color: var(--lightcolor);
  overflow: hidden;
}

.slider-content>h3 {
  font-size: 16px;
  text-transform: capitalize;
}

.slider-content>h2 {
  font-size: 50px;
  letter-spacing: -3px;
  word-spacing: 2px;
  text-transform: uppercase;
  font-weight: 300;
  margin-top: 7px;
}

.slider-content>p {
  padding: 1px 110px;
  padding-bottom: 14px;
}

a.btn.btn-button {
  padding: 8px 19px;
  border-radius: 100px;
  color: var(--darkcolor1);
  font-weight: bold;
  border: 1px solid transparent;
  text-transform: capitalize;
}

.btn-button.green-bg:hover {
  background: var(--lightcolor);
  color: #171717;
  border: 1px solid transparent;
}

/*** category movie **/

/*** movie items ***/

.movie-item-contents {
  position: relative;
}

.time-bg {
  background-image: url(../images/coming-bg.jpg);
  background-position: center;
  padding: 12% 0;
  background-repeat: no-repeat;
  background-size: cover;
}

.movie-item-content {
  position: absolute;
  top: 0;
  width: 100%;
  height: 100%;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: 1;
}

.movie-item-content-top {
  overflow: hidden;
  padding-top: 25px;
}

span.movie-count-time {
  background: #13be13;
  padding: 6px 16px;
  display: block;
  border-top-right-radius: 50px;
  border-bottom-right-radius: 50px;
  color: var(--lightcolor);
}

.movie-ratting {
  margin-right: 13px;
  display: block;
  color: var(--lightcolor);
}

.movie-ratting>a {
  color: var(--lightcolor);
}

.movie-ratting>a>span {
  color: #13be13;
  margin-right: 5px;
}

.movie-item-content-buttom {
  position: absolute;
  bottom: 0;
  width: 100%;
  height: auto;
  padding-bottom: 20px;
}

.movie-item-title {
  padding: 0 20px;
  text-align: end;
}

.movie-item-contents:hover .movie-item-content-center {
  margin-top: 0;
  -webkit-transition: all 0.4s ease-in-out;
  -moz-transition: all 0.4s ease-in-out;
  -ms-transition: all 0.4s ease-in-out;
  -o-transition: all 0.4s ease-in-out;
  transition: all 0.4s ease-in-out;
}

.movie-item-title>a {
  color: var(--lightcolor);
  font-size: 25px;
  display: inline-block;
  font-weight: bold;
  line-height: 28px;
  text-transform: capitalize;
}

.movie-item-title>span {
  color: var(--lightcolor);
  font-size: 25px;
  display: inline-block;
  font-weight: bold;
  line-height: 28px;
  text-transform: capitalize;
}

.movie-item-contents img {
  width: 100%;
}

.movie-pardis .movie-item-contents img {
  width: 262px;
  height: 262px;
  object-fit: cover;
}

.movie-autho-name,
.movie-details {
  display: inline-block;
}

.movi-item-author img {
  width: 40px !important;
  height: 40px;
  border-radius: 100%;
  object-fit: cover;
  display: inline-block !important;
}

.movie-autho-name a {
  color: var(--lightcolor);
  font-size: 15px;
  font-weight: bold;
  margin-left: 10px;
}

.movi-item-author {
  padding-top: 16px;
}

a.button-detals {
  border-top-left-radius: 0 !important;
  border-bottom-left-radius: 0 !important;
}

span.button-detals {
  border-top-left-radius: 0 !important;
  border-bottom-left-radius: 0 !important;
}

.movie-date {
  display: inline-block;
  margin-left: 22px;
  color: var(--lightcolor);
  text-transform: capitalize;
  font-weight: bold;
}

.view-movie {
  display: inline-block;
  float: right;
}

.movie-item-beta {
  margin-top: 16px;
  padding-top: 16px;
}

.view-movie span {
  padding: 7px 14px;
  color: var(--darkcolor1);
  font-weight: bold;
  border-top-left-radius: 50px;
  border-bottom-left-radius: 50px;
  margin-top: 0;
  display: inline-block;
}

.hover-left {
  margin-left: -99px;
  -webkit-transition: all 0.4s ease-in-out;
  -moz-transition: all 0.4s ease-in-out;
  -ms-transition: all 0.4s ease-in-out;
  -o-transition: all 0.4s ease-in-out;
  transition: all 0.4s ease-in-out;
}

.hover-right {
  margin-right: -99px;
  -webkit-transition: all 0.4s ease-in-out;
  -moz-transition: all 0.4s ease-in-out;
  -ms-transition: all 0.4s ease-in-out;
  -o-transition: all 0.4s ease-in-out;
  transition: all 0.4s ease-in-out;
}

.movie-item-content:hover .hover-left {
  margin-left: 0;
  -webkit-transition: all 0.4s ease-in-out;
  -moz-transition: all 0.4s ease-in-out;
  -ms-transition: all 0.4s ease-in-out;
  -o-transition: all 0.4s ease-in-out;
  transition: all 0.4s ease-in-out;
}

.movie-item-content:hover .hover-right {
  margin-right: 0;
  -webkit-transition: all 0.4s ease-in-out;
  -moz-transition: all 0.4s ease-in-out;
  -ms-transition: all 0.4s ease-in-out;
  -o-transition: all 0.4s ease-in-out;
  transition: all 0.4s ease-in-out;
}

.Top-rating-items .owl-item.active.center .movie-item-contents {
  height: 500px;
  margin-top: -45px;
}

/*** new movie plylist ***/

.movie-item-playlist {
  overflow: hidden;
  background: var(--darkcolor);
}

.movi-plylist-top {
  display: block;
  overflow: hidden;
  border-bottom: 1px solid #060f19;
  padding: 15px;
}

.movi-plylist-top h2,
.movi-plylist-top .h2
{
  font-size: 17px;
  color: var(--lightcolor);
  text-transform: capitalize;
  font-weight: bold;
}

.movi-plylist-top P {
  color: var(--lightcolor);
  text-transform: capitalize;
  margin-top: 5px;
}

.movie-item-playlist-items {
  padding: 22px 17px;
}

.plylist-single {
  overflow: hidden;
  margin-bottom: 2px;
}

.plylist-img {
  float: left;
  margin-right: 15px;
  padding-bottom: 25px;
  width: 41%;
  flex: 0 0 41%;
}

.plylist-single-content>a {
  width: 100%;
  display: inline-block;
  font-size: 14px !important;
}

.plylist-img img {
  height: 95px;
}

.plylist-single-content>a {
  color: var(--lightcolor);
  font-size: 15px;
  font-weight: bold;
  line-height: 17px;
}

.new-movie-inner .owl-nav {
  position: absolute;
  top: 0;
  right: -25em;
}

.category-movie-items .owl-nav {
  position: absolute;
  right: 41px;
  top: -63px;
}

.view-movi a {
  font-size: 11px;
  font-weight: bold;
  color: var(--lightcolor);
  display: block;
  margin-top: 0;
}

.plylist-single-content>a:hover {
  color: #13be13;
}

.plylist-single-content>ul {}

.plylist-single-content>ul>li {
  display: inline-block;
}

.plylist-single-content ul li a {
  color: var(--lightcolor);
}

li.novie-upload-time {
  float: left;
}

li.movie-time {
  float: right;
}

.syotimer-cell {
  display: inline-block;
  color: var(--lightcolor);
  margin: 16px;
}

.syotimer-cell__value {
  background: #060f19;
  padding: 6px;
  width: 45px;
  font-size: 18px;
  font-weight: bold;
  height: 45px;
  text-align: center;
  line-height: 36px;
  margin: 0 auto;
}

.syotimer-cell_type_day .syotimer-cell__value,
.syotimer-cell_type_day .syotimer-cell__unit {
  color: #13be13;
}

.syotimer-cell_type_hour .syotimer-cell__value,
.syotimer-cell_type_hour .syotimer-cell__unit {
  color: #ffa800;
}

.syotimer-cell_type_minute .syotimer-cell__value,
.syotimer-cell_type_minute .syotimer-cell__unit {
  color: #6ffff3;
}

.syotimer-cell_type_second .syotimer-cell__value,
.syotimer-cell_type_second .syotimer-cell__unit {
  color: #cedb38;
}

.syotimer-cell__unit {
  text-transform: capitalize;
  margin-top: 9px;
  font-size: 14px;
  font-weight: bold;
}

/*** comming soon banner **/

.timer-section {
  position: relative;
  height: 100%;
  width: 100%;
}

.timer-contents {
  position: absolute;
  top: 0;
  left: auto;
  right: auto;
  width: 100%;
  height: 100%;
  bottom: auto;
  padding: 9% 0;
}

.timer-content {
  text-align: center;
  height: 300px;
  margin: 0 auto;
  display: table;
  position: absolute;
  z-index: 2;
}

.timer-content h5 {
  font-size: 24px;
  font-weight: bold;
  text-transform: uppercase;
}

.timer-content h2 {
  font-size: 70px;
  color: var(--lightcolor);
  font-weight: 300;
  text-transform: uppercase;
  padding: 12px;
}

.timer-content p {
  color: var(--lightcolor);
  font-weight: bold;
  text-transform: uppercase;
  font-size: 22px;
  background: #0f1828;
  padding: 10px;
}

.timer-content p {
  color: var(--lightcolor);
  font-weight: bold;
  text-transform: uppercase;
  font-size: 22px;
  background: #0f1828;
  padding: 10px;
}

.timer-section:after {
  content: "";
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  background-color: rgba(9, 20, 31, 0.5);
  position: absolute;
  z-index: 1;
}

/*** Category product ***/

.cat-menu ul li {
  display: inline-block;
  margin-right: 33px;
  font-size: 18px;
}

.cat-menu ul li span {
  color: var(--lightcolor);
  position: relative;
  cursor: pointer;
}

.cat-menu ul li span:hover:after {
  width: 100%;
}

.cat-menu ul li span:hover {
  color: #13be13;
  -webkit-transition: all 0.4s ease-in-out;
  -moz-transition: all 0.4s ease-in-out;
  -ms-transition: all 0.4s ease-in-out;
  -o-transition: all 0.4s ease-in-out;
  transition: all 0.4s ease-in-out;
}

.movie-item-content-center a img {
  width: 40px !important;
  height: 40px;
  margin: 0 auto;
}

.cat-menu {
  margin-top: 30px;
  margin-bottom: 33px;
}

.item-cat ul li span {
  color: var(--lightcolor);
  font-size: 18px;
  font-weight: bold;
  margin-right: 9px;
}

.item-cat {
  padding: 5px 22px;
  padding-top: 12px;
  padding-bottom: 12px;
  overflow: hidden;
}

.movie-item-content:hover .item-cat-hover {
  margin-bottom: 0;
  transition: all 0.4s ease-in-out;
}

.item-cat ul li a {
  font-size: 18px;
  color: var(--lightcolor);
  font-weight: bold;
}

.item-cat-hover ul li a {
  font-size: 14px;
  font-weight: normal;
  text-transform: capitalize;
}

.category-items .movie-item-beta {
  margin-top: 0;
  border-top: none;
  padding-top: 6px;
}

.item-cat-hover ul li span {
  font-size: 15px;
  font-weight: normal;
  text-transform: capitalize;
}

.item-cat-hover ul li span,
.item-cat-hover ul li a {
  text-transform: uppercase;
}

.item-cat-hover {
  margin-top: 9px;
  margin-bottom: -58px;
  transition: all 0.4s ease-in-out;
}

.cat-menu ul li span:after {
  content: "";
  width: 0px;
  height: 1px;
  background: #13be13;
  position: absolute;
  left: 0;
  bottom: -2px;
  -webkit-transition: all 0.4s ease-in-out;
  -moz-transition: all 0.4s ease-in-out;
  -ms-transition: all 0.4s ease-in-out;
  -o-transition: all 0.4s ease-in-out;
  transition: all 0.4s ease-in-out;
}

.cat-menu ul li span:hover:after {
  width: 100%;
  -webkit-transition: all 0.4s ease-in-out;
  -moz-transition: all 0.4s ease-in-out;
  -ms-transition: all 0.4s ease-in-out;
  -o-transition: all 0.4s ease-in-out;
  transition: all 0.4s ease-in-out;
}

/*** Latest news **/

.latest-news span.movie-count-time {
  border-top-left-radius: 50px;
  border-bottom-left-radius: 50px;
  border-top-right-radius: 0;
  border-bottom-right-radius: 0;
}

.blog-meta {
  display: inline-block;
  text-align: right;
  float: right;
  margin-right: 20px;
}

.blog-meta>ul li>a {
  color: var(--lightcolor);
  font-weight: bold;
  text-transform: capitalize;
  margin: 6px;
}

.share-link,
.blog-meta>ul,
.blog-meta>ul li {
  display: inline-block;
}

.home-2 .share-hover {
  background: #f36522;
}

.home-3 .share-hover,
.home-4 .share-hover {
  background: #ff1744;
}

.home-5 .share-hover {
  background: #f978cc;
}

.share-hover {
  position: absolute;
  top: -5px;
  right: 0;
  background: #13be13;
  margin-right: 0px;
  width: 220px;
  padding: 4px 6px;
  border-top-left-radius: 50px;
  border-bottom-left-radius: 50px;
  margin-right: -500px;
  -webkit-transition: all 0.4s ease-in-out;
  -moz-transition: all 0.4s ease-in-out;
  -ms-transition: all 0.4s ease-in-out;
  -o-transition: all 0.4s ease-in-out;
  transition: all 0.4s ease-in-out;
}

.share-text>span {
  font-weight: bold;
  text-transform: capitalize;
  cursor: pointer;
  color: var(--lightcolor);
}

.share-link {
  margin-right: 20px;
}

.share-hover>ul li {
  display: inline-block;
}

.share-text {
  position: relative;
}

.hadding-area p {
  font-size: 16px;
  padding: 10px 0;
  font-weight: 300;
}

.share-hover>ul li>a {
  width: 35px;
  height: 35px;
  display: block;
  background: #171717;
  border-radius: 100%;
  padding: 6px 0px;
  text-align: center;
  margin-right: 3px;
  color: var(--lightcolor);
}

.share-text:hover .share-hover {
  margin-right: -40px;
  -webkit-transition: all 0.4s ease-in-out;
  -moz-transition: all 0.4s ease-in-out;
  -ms-transition: all 0.4s ease-in-out;
  -o-transition: all 0.4s ease-in-out;
  transition: all 0.4s ease-in-out;
}

.latest-news span.movie-count-time {
  border-top-right-radius: 0;
  border-bottom-right-radius: 0;
  border-top-left-radius: 50px;
  border-bottom-left-radius: 50px;
}

.latest-news .movie-item-contents {
  overflow: hidden;
}

.latest-news-small .movie-item-title a {
  font-size: 16px;
  line-height: 22px;
}

.latest-news-small .movie-item-beta {
  border-top: none;
}

.latest-news-small .movie-item-contents:after {
  position: absolute;
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
  z-index: 0;
  content: "";
  background-color: rgba(6, 15, 25, 0.6);
}

.buy-ticket-bg {
  background-image: url(../images/form-bg.png);
  padding: 10% 9%;
  background-size: cover;
  background-position: top;
  padding-bottom: 9%;
}

.latest-news-section {
  padding-bottom: 250px;
}

.buy-ticket-section {
  min-height: 300px;
  position: relative;
}

.buy-ticket-inner {
  position: absolute;
  width: 100%;
  top: -185px;
  z-index: 2;
}

.buy-ticket-select select {
  height: 62px;
  font-size: 17px;
  text-transform: capitalize;
  background: transparent;
  border: 2px solid #5ad25a;
  border-radius: 100px;
  color: var(--lightcolor);
  cursor: pointer;
  padding: 17px 19px;
}

.buy-ticket-select select:focus {
  border: 2px solid #5ad25a;
}

.buy-ticket-select select option {
  color: #333;
  height: 49px;
  padding: 10px;
  font-size: 15px;
}

.movie-item-content-center {
  margin: 0 auto;
  position: absolute;
  top: 37%;
  bottom: auto;
  text-align: center;
  left: 0;
  right: 0;
  margin-top: -100%;
  -webkit-transition: all 0.4s ease-in-out;
  -moz-transition: all 0.4s ease-in-out;
  -ms-transition: all 0.4s ease-in-out;
  -o-transition: all 0.4s ease-in-out;
  transition: all 0.4s ease-in-out;
}

.movie-item-content-center a {
  font-size: 42px;
  color: var(--lightcolor);
}

.ft-content p {
  color: var(--lightcolor);
  padding: 20px 0;
}

/*** Footer **/

.footer-bg {
  /*background-image: url(../images/ft-bg.jpg);*/
  background-position: top;
  background-size: cover;
  padding: 118px 0;
  position: relative;
  z-index: 0;
  padding-bottom: 42px;
  padding-top: 300px;
}

.social-link ul li {
  display: inline-block;
}

.social-link ul li a {
  width: 35px;
  height: 35px;
  display: block;
  padding: 7px 0;
  text-align: center;
  border-radius: 100%;
  color: var(--lightcolor);
  margin-right: 8px;
}

.social-link ul li a:hover {
  color: #333;
  background: var(--lightcolor);
}

a.ft-fb {
  background: #3b5998;
}

a.ft-twitter {
  background-color: #02b0e8;
}

a.ft-youtube {
  background-color: #c22e2a;
}

a.ft-linkedin {
  background-color: #00a098;
  color: var(--lightcolor);
}

a.ft-pintarest {
  background-color: #b00a1b;
}

.ft-content img {
  width: 100%;
}

.footer-bg:after {
  content: "";
  width: 100%;
  height: 100%;
  background-color: rgba(6, 15, 25, 0.9);
  position: absolute;
  left: 0;
  top: 0;
  z-index: -2;
}

.ft-widget h2 span {
  font-size: 18px;
  color: var(--lightcolor);
  font-weight: bold;
  position: relative;
  padding-bottom: 3px;
  display: block;
  text-transform: capitalize;
}

.ft-widget h2 span:after {
  content: "";
  width: 33px;
  height: 2px;
  background: var(--lightcolor);
  position: absolute;
  left: 0;
  bottom: -3px;
}

.ft-content>ul {
  margin-top: 16px;
}

.ft-content>ul li a {
  line-height: 33px;
  color: var(--lightcolor);
  text-transform: capitalize;
  font-size: 14px;
}

.ft-content>ul li a:hover {
  color: #13be13;
  margin-left: 7px;
}

.twitter-meta ul li {
  display: inline-block;
  margin: 0px 5px;
}

.twitter-meta ul li a span {
  margin: 4px;
}

.view-movi a:hover {
  color: #13be13;
}

.ft-twitter-icon {
  display: inline-block;
  clear: both;
  float: left;
  height: 119px;
  margin-right: 24px;
  margin-top: 20px;
  color: #13be13;
  font-size: 17px;
}

.ft-twitter-icon span {
  position: relative;
}

.ft-twitter-icon span:after {
  content: "";
  height: 41px;
  width: 2px;
  background: #13be13;
  position: absolute;
  right: -9px;
  top: -12px;
}

.ft-content.twitter-contnt {
  padding: 21px;
  background-color: rgba(6, 15, 25, 0.4);
}

.twitter-contnt h2 {
  margin-bottom: 21px;
}

.twitter-dec>a {
  color: var(--lightcolor);
  font-weight: bold;
}

.twitter-dec>a:hover {
  color: #13be13;
}

.ft-content.twitter-contnt {
  padding: 21px;
  background-color: rgba(6, 15, 25, 0.4);
}

.twitter-contnt h2 {
  margin-bottom: 21px;
}

.twitter-dec>a {
  color: var(--lightcolor);
  font-weight: bold;
}

.twitter-dec>a:hover {
  color: #13be13;
}

.twitter-meta ul li a {
  color: #999999;
}

.twitter-meta ul li a:hover {
  color: #13be13;
}

.newsletter-input {
  position: relative;
  margin-top: 24px;
}

.newsletter-input input {
  width: 100%;
  border-radius: 100px;
  background: transparent;
  border: 1px solid var(--lightcolor);
  padding: 7px 16px;
  height: 42px;
  color: var(--lightcolor);
}

.cat-menu ul li:focus {
  outline: none;
}

button.newsletter-btn {
  position: absolute;
  right: 0;
  top: 0;
  background: transparent;
  color: var(--lightcolor);
  border: transparent;
  border-left: 1px solid var(--lightcolor);
  padding: 10px 19px;
  height: 100%;
}

.newsletter-input input:focus {
  outline: none;
  box-shadow: none;
  border-color: var(--lightcolor);
}

button.newsletter-btn:hover {
  background: #13be13;
  border-radius: 100px;
  border-top-left-radius: 0;
  border-bottom-left-radius: 0;
  border-color: #13be13;
}

.ft-widget .newsletter {
  margin-top: 20px;
}

.tab-contents .active .owl-carousel.owl-loaded {
  display: block;
  opacity: 1;
}

.tab-pane.fade.active .owl-carousel .owl-item {
  display: block;
}

.tab-pane.fade .owl-carousel .owl-item {
  display: none;
}

.nav-tabs>li>a:hover {
  border-color: transparent;
  background: transparent;
  border: 1px solid transparent;
}

.nav-tabs>li.active>a,
.nav-tabs>li.active>a:focus,
.nav-tabs>li.active>a:hover {
  cursor: pointer;
  background-color: transparent;
  border: none;
}

.cat-menu .nav-tabs {
  border-bottom: none;
}

.buy-ticket-btn {
  text-align: center;
  margin-top: 46px;
  width: 100%;
  display: inline-block;
}

.buy-ticket-btn .btn.btn-button {
  border: 2px solid var(--lightcolor);
  padding: 16px 46px;
}

.buy-ticket-btn .btn.btn-button:hover {
  background: var(--lightcolor);
  color: #333;
}

.footer-menu ul li {
  display: inline-block;
}

.footer-menu ul li a {
  display: block;
  margin-right: 28px;
  font-size: 15px;
  text-transform: capitalize;
  color: var(--lightcolor);
}

.copyright-text {
  text-align: right;
  color: var(--lightcolor);
}

.copyright-text a {
  color: #13be13;
  text-transform: capitalize;
}

.copyright-text a:hover {
  color: var(--lightcolor);
}

.copyright {
  padding: 20px 0 15px 0;
}

.footer-menu ul li a:hover {
  color: #13be13;
}

/****  HOME PAGE 2 ALL CODE ***/

/*** HEADER **/

.top-search .input-group {
  padding: 0 24px;
}

.header-2 .navbar-brand {
  height: auto;
  margin-right: 50px;
}

.header-2 .attr-nav>ul>li>a {
  color: var(--lightcolor);
  padding: 10px 26px;
  background: #f36522;
  text-transform: uppercase;
  font-weight: bold;
  border-radius: 100px;
  margin: 17px 0;
}

.header-2 nav.navbar.bootsnav ul.nav>li>a {
  padding: 37px 7px;
}

.header-2 {
  position: absolute;
  width: 100%;
  z-index: 3;
}

.header-2 .top-header {
  border-bottom: 1px solid var(--darkcolor);
}

.header-2 .attr-nav>ul>li>a:hover {
  background-color: #060f19;
}

.header-2 nav.navbar.bootsnav {
  background-color: transparent;
  border: none;
  border-bottom: none;
}

.slider-2 .movie-item-content-center {
  top: 30%;
}

.control-round .carousel-control.left:hover,
.control-round .carousel-control.right:hover {
  background: transparent;
}

.slider-2 a.carousel-control span:hover {
  color: #f36522;
}

.slide-movie-items .movie-item-content-center {
  top: 31%;
}

.home-3 .slider-section a.carousel-control span:hover {
  color: #ff1744;
}

.home-2 .header-2 .attr-nav>ul>li>a {
  background: #f36522;
}

.slider-2 .slider-img:after {
  content: "";
  width: 100%;
  height: 100%;
  background: -webkit-linear-gradient(to top,
  rgba(242, 101, 34, 0.51) -18%,
  rgba(10, 21, 33, 0.9) 75%);
  background: linear-gradient(to top,
  rgba(242, 101, 34, 0.51) -18%,
  rgba(10, 21, 33, 0.9) 75%);
  position: absolute;
  left: 0;
  top: 0;
  z-index: 2;
}

.slider-2 .slider-img {
  position: relative;
  z-index: -1;
}

.slider-2 .slider-contents {
  padding: 11% 0;
  padding-bottom: 28px;
}

.slider-2.bs-slider {
  overflow: hidden;
  max-height: 100%;
  position: relative;
}

.slider-2 .slider-content {
  color: var(--lightcolor);
  overflow: hidden;
  padding: 17% 0;
}

.slider-2 .item-cat,
.slider-2 .movie-item-title,
.slider-2 .movie-item-beta {
  text-align: left;
}

.slider-2 .slider-content>h2 {
  font-size: 60px;
  letter-spacing: -3px;
  word-spacing: -2px;
  text-transform: uppercase;
  margin: 9px;
}

.slider-2 .slider-content>p {
  font-size: 18px;
  padding: 1px 70px;
  line-height: 27px;
  margin-bottom: 10px;
}

.slider-2 .slider-content>h3 {
  font-size: 20px;
  margin-bottom: 6px;
}

.top-search {
  background-color: #0a1726;
}

.home-2 .plylist-single-content>a:hover,
.home-2 .view-movi a:hover,
.home-2 .top-accounts ul li a:hover,
.home-2 nav.navbar.bootsnav ul.nav>li>a:hover,
.home-2 nav.navbar.bootsnav li.dropdown ul.dropdown-menu>li>a:hover,
.home-2 nav.navbar.bootsnav ul.dropdown-menu.megamenu-content .content ul.menu-col li a:hover,
.home-2 .movie-ratting>a>span,
.home-2 .twitter-dec>a:hover,
.home-2 .twitter-meta ul li a:hover,
.home-2 .ft-twitter-icon,
.home-2 .ft-content>ul li a:hover,
.home-2 .footer-menu ul li a:hover,
.home-2 .copyright-text a,
.home-2 .cat-menu ul li span:hover,
.home-2 .syotimer-cell_type_day .syotimer-cell__value,
.home-2 .syotimer-cell_type_day .syotimer-cell__unit {
  color: #f36522;
}

.home-2 span.movie-count-time,
.home-2 .ft-twitter-icon span:after,
.home-2 .cat-menu ul li span:after,
.home-2 button.newsletter-btn:hover {
  background-color: #f36522;
}

.home-2 button.newsletter-btn:hover {
  border-color: #f36522;
}

.home-2 .buy-ticket-bg {
  background-image: url(../images/form-bg2.png);
}

.home-2 .buy-ticket-select select {
  border: 2px solid #f69465;
}

.home-2 .hadding-area {
  border-left: 2px solid #f36522;
}

.home-2 .footer-bg {
  background-image: none;
}

.home-2 .footer-bg:after {
  background-color: var(--darkcolor);
}

/*** home page 3 ***/

.header-2 .attr-nav>ul>li>a {
  background: #ff1744;
}

.home-3 .plylist-single-content>a:hover,
.home-3 .view-movi a:hover,
.home-3 .top-accounts ul li a:hover,
.home-3 nav.navbar.bootsnav ul.nav>li>a:hover,
.home-3 nav.navbar.bootsnav li.dropdown ul.dropdown-menu>li>a:hover,
.home-3 nav.navbar.bootsnav ul.dropdown-menu.megamenu-content .content ul.menu-col li a:hover,
.home-3 .movie-ratting>a>span,
.home-3 .twitter-dec>a:hover,
.home-3 .twitter-meta ul li a:hover,
.home-3 .ft-twitter-icon,
.home-3 .ft-content>ul li a:hover,
.home-3 .footer-menu ul li a:hover,
.home-3 .copyright-text a,
.home-3 .cat-menu ul li span:hover,
.home-3 .syotimer-cell_type_day .syotimer-cell__value,
.home-3 .syotimer-cell_type_day .syotimer-cell__unit,
.home-3 .movie-item-content-center a:hover,
.home-3 .owl-next,
.home-3 .owl-prev,
.home-3 .plylist-wich span:hover {
  color: #ff1744;
}

.home-3 span.movie-count-time,
.home-3 .ft-twitter-icon span:after,
.home-3 .cat-menu ul li span:after,
.home-4 button.newsletter-btn:hover,
.home-4 span.movie-count-time,
.home-4 .ft-twitter-icon span:after,
.home-4 .cat-menu ul li span:after,
.home-4 button.newsletter-btn:hover,
.home-3 .owl-next:hover,
.home-3 .owl-prev:hover {
  background-color: #ff1744;
}

.home-3 button.newsletter-btn:hover {
  border-color: #ff1744;
  background: #ff1744;
}

.home-3 .buy-ticket-bg {
  background-image: url(../images/form-bg2.png);
}

.home-4 .buy-ticket-bg {
  background-image: none;
  background: #ff1744;
  padding-bottom: 55px;
  padding-top: 91px;
}

.home-3 .buy-ticket-select select {
  border: 2px solid #f69465;
}

.home-3 .hadding-area,
.home-4 .hadding-area {
  border-left: 2px solid #ff1744;
}

.home-3 .footer-bg,
.home-4 .footer-bg {
  background-image: none;
  padding-top: 75px;
}

.home-3 .slider-2 .slider-content>p {
  padding: 1px 0px;
}

.home-3 .slider-2 .slider-content>h2 {
  font-size: 58px;
  font-weight: bold;
}

.home-3 .slider-2 .slider-img:after {
  background: no-repeat;
}

.home-3 .category-movie-items .movie-item-title>a {
  font-size: 18px;
}

.home-3 .border-top {
  border-color: rgba(160, 126, 135, 0.91);
}

.home-3 .latest-news-section {
  padding-bottom: 75px;
}

.home-3 .footer-bg:after {
  background-color: #040a11;
}

.home-3 .ft-content.twitter-contnt {
  background-color: #060f19;
}

.home-3 .ft-img:after {
  content: "";
  width: 100%;
  height: 100%;
  background: rgba(255, 23, 68, 0.5);
  left: 0;
  top: 0;
  position: absolute;
}

.ft-img {
  position: relative;
}

.home-3 .twitter-dec p {
  padding-top: 4px;
}

.header-2 .attr-nav>ul>li.side-menu>a {
  padding: 7px 12px;
  border-radius: 100%;
  width: 35px;
  height: 35px;
  margin-top: 22px;
  margin-left: 10px;
}

/*** home 4 **/

.side .widget {
  border: none;
}

.home-4 button.newsletter-btn:hover {
  background: #ff1744;
  border: 1px solid transparent;
  padding: 10px 15px;
}

.home-4 .plylist-single-content>a:hover,
.home-4 .view-movi a:hover,
.home-4 .top-accounts ul li a:hover,
.home-4 nav.navbar.bootsnav ul.nav>li>a:hover,
.home-4 nav.navbar.bootsnav li.dropdown ul.dropdown-menu>li>a:hover,
.home-4 nav.navbar.bootsnav ul.dropdown-menu.megamenu-content .content ul.menu-col li a:hover,
.home-4 .movie-ratting>a>span,
.home-4 .twitter-dec>a:hover,
.home-4 .twitter-meta ul li a:hover,
.home-4 .ft-twitter-icon,
.home-4 .ft-content>ul li a:hover,
.home-4 .footer-menu ul li a:hover,
.home-4 .copyright-text a,
.home-4 .cat-menu ul li span:hover,
.home-4 .syotimer-cell_type_day .syotimer-cell__value,
.home-4 .syotimer-cell_type_day .syotimer-cell__unit,
.home-4 .slider-section a.carousel-control span:hover,
.home-4 .owl-next,
.home-4 .owl-prev,
.home-4 .plylist-wich span:hover {
  color: #ff1744;
}

.home-4 .owl-next:hover,
.home-4 .owl-prev:hover {
  background-color: #ff1744;
  border-color: transparent;
}

.home-4 .owl-next,
.home-4 .owl-prev {
  border: 1px solid #ff1744;
}

.home-4 .slider-2 .slider-content>p {
  padding: 1px 0px;
}

.home-4 .slider-2 .slider-content>h2 {
  font-size: 58px;
  font-weight: bold;
}

.home-4 .slider-2 .slider-img:after {
  background: no-repeat;
}

.home-4 .category-movie-items .movie-item-title>a {
  font-size: 18px;
}

.home-4 .border-top {
  border-color: rgba(160, 126, 135, 0.91);
}

.home-4 .latest-news-section {
  padding-bottom: 75px;
}

.home-4 .footer-bg:after {
  background-color: #040a11;
}

.home-4 .hadding-area {
  border-bottom: 1px solid #e8e8e8;
}

.home-4 .ft-content.twitter-contnt {
  background-color: #060f19;
}

.home-4 .ft-img:after {
  content: "";
  width: 100%;
  height: 100%;
  background: rgba(255, 23, 68, 0.5);
  left: 0;
  top: 0;
  position: absolute;
}

.home-4 .category-movie {
  padding-bottom: 75px;
}

.ft-img {
  position: relative;
}

.home-4 .twitter-dec p {
  padding-top: 4px;
}

.home-4 .buy-ticket-select select {
  border: 2px solid #ff5d7c;
}

.home-4 .new-movie {
  padding-top: 180px;
}

.main.home-4 {
  background: var(--lightcolor);
}

.main.home-4 {
  background: var(--lightcolor);
  color: #333;
}

.home-4 .hadding-area p {
  font-weight: normal;
}

.home-4 .cat-menu ul li span,
.home-4 .hadding-area,
.home-4 .footer-menu ul li a,
.home-4 .copyright-text,
.home-5 .cat-menu ul li span {
  color: #333;
}

.home-4 .cat-menu ul li span:hover {
  color: #ff1744;
}

.home-4 .timer-contents {
  padding: 5% 0;
}

.home-4 .slider-contents {
  padding: 5% 0;
  padding-bottom: 0;
}

/*** home 5 **/

.home-5 nav.navbar.bootsnav {
  background-color: var(--lightcolor);
}

.home-5 nav.navbar.bootsnav ul.nav>li>a {
  color: #060f19;
}

.home-5 nav.navbar.bootsnav ul.nav>li>a {
  padding: 38px 7px;
  color: #060f19;
}

.home-5 .navbar-brand {
  height: auto;
  margin-right: 50px;
}

.home-5 .attr-nav>ul>li>a {
  color: var(--lightcolor);
  display: block;
  padding: 6px 17px;
  position: relative;
  background: #f978cc;
  border-radius: 100px;
  margin: 28px 0;
}

.home-5 .attr-nav>ul>li>a:hover {
  background: #060f19;
}

.home-5 .bs-slider {
  overflow: hidden;
  max-height: 700px;
  position: relative;
  z-index: 1;
}

.home-5 .top-rating {
  margin-top: -190px;
  z-index: 9999;
}

.home-5 #toprating .owl-controls {
  display: none;
}

.home-5 .top-accounts ul li a:hover,
.home-5 nav.navbar.bootsnav ul.nav>li>a:hover,
.home-5 nav.navbar.bootsnav li.dropdown ul.dropdown-menu>li>a:hover,
.home-5 nav.navbar.bootsnav ul.dropdown-menu.megamenu-content .content ul.menu-col li a:hover,
.home-5 .movie-ratting>a>span,
.home-5 .plylist-single-content>a:hover,
.home-5 .view-movi a:hover,
.home-5 .ft-content>ul li a:hover,
.home-5 .ft-twitter-icon,
.home-5 .syotimer-cell_type_day .syotimer-cell__value,
.home-5 .syotimer-cell_type_day .syotimer-cell__unit,
.home-5 .twitter-dec>a:hover,
.home-5 .footer-menu ul li a:hover,
.home-5 .copyright-text a,
.home-5 .cat-menu ul li span:hover,
.home-5 .owl-next,
.home-5 .owl-prev,
.home-5 .movie-item-content-center a:hover,
.home-5 .slider-section a.carousel-control span:hover,
.home-5 .plylist-wich span:hover {
  color: #f978cc;
}

.home-5 .cat-menu ul li span:after,
.home-5 span.movie-count-time,
.home-5 .ft-twitter-icon span:after,
.home-5 .owl-next:hover,
.home-5 .owl-prev:hover,
.home-5 button.newsletter-btn:hover {
  background: #ff7cd1;
}

body .main.home-5 {
  background: var(--lightcolor);
}

.home-5 .top-accounts ul li a,
.home-5 .top-messages>p,
.home-5 .top-visitor>p,
.home-5 .ft-content p,
.home-5 .ft-content>ul li a,
.home-5 .ft-widget h2 span,
.home-5 .ft-widget h2 span:after,
.home-5 .twitter-dec>a {
  color: #333;
}

.home-5 .top-header {
  border-bottom: 1px solid #e8e8e8;
}

.home-5 .time-bg {
  padding-bottom: 21%;
}

.home-5 button.newsletter-btn:hover,
.home-5 .owl-next,
.home-5 .owl-prev {
  border-color: #ff7cd1;
}

.home-5 .hadding-area {
  color: #333;
  border-left: 2px solid #ff7cd1;
  border-bottom: 1px solid #dadada;
}

.home-5 .hadding-area p {
  font-weight: normal;
}

.home-5 .new-movie {
  padding-bottom: 75px;
}

.home-5 .buy-ticket-bg5 {
  background-image: url(../images/form-bg3.png);
  padding: 8% 9%;
  background-size: cover;
  background-position: bottom;
  padding-bottom: 4%;
}

.home-5 .buy-ticket-select select {
  height: 56px;
  border: 2px solid #51575e;
}

.home-5 .footer-bg {
  background-image: none;
  padding-top: 260px;
}

.home-5 .footer-bg:after {
  background-color: var(--lightcolor);
}

.home-5 .copyright {
  background: #060f19;
}

.home-5 .ft-content.twitter-contnt {
  background-color: transparent;
  border: 1px solid #e8e8e8;
}

.home-5 .twitter-dec p {
  padding-top: 3px;
}

.home-5 .newsletter-input input {
  border: 2px solid #060f19;
  color: #333;
}

.home-5 button.newsletter-btn {
  color: #060f19;
  border-left: 2px solid #060f19;
}

.home-5 .ft-img {
  position: relative;
}

.twitter-dec p {
  padding-top: 6px;
}

.home-5 .ft-img:after {
  content: "";
  background: rgba(255, 124, 209, 0.5);
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
}

/***** Inner page ***/

/*** breadcrumbs ***/

.breadcrumbs {
  background-color: var(--darkcolor);
  padding: 22px;
  display: flex;
}

ul.go-home {
  display: inline-block;
  float: right;
  padding-top: 9px;
}

.breadcrumb>li+li:before {
  padding: 5px;
  color: var(--lightcolor);
  content: "\f105";
  font-family: fontawesome;
  margin: 2px;
  display: inline-block;
  font-size: 15px;
}

.breadcrumb>li a:hover {
  color: #13be13;
}

.latest-news-small {
  display: flex;
  flex-wrap: wrap;
}

.breadcrumb>li a {
  color: var(--lightcolor);
  font-weight: bold;
  font-size: 15px;
}

ul.go-home li a {
  color: var(--lightcolor);
  font-weight: bold;
}

ul.go-home li a:after {
  content: "\f105";
  font-family: fontawesome;
  margin-left: 6px;
}

ul.go-home li a:hover {
  color: #13be13;
}

.breadcrumb {
  padding: 0;
  margin-bottom: 0;
  list-style: none;
  background-color: transparent;
  border-radius: 4px;
  display: inline-block;
}

.breadcrumb>li {
  display: inline-block;
  font-weight: bold;
  font-size: 20px;
  color: #13be13;
}

.page-template .footer-bg {
  background-position: center;
  padding-top: 58px;
}

/**** shop page right side ***/

a.btn-no-bg {
  border: 2px solid var(--lightcolor);
  padding: 10px 32px;
  display: inline-block;
  overflow: hidden;
  clear: both;
  border-radius: 100px;
  text-transform: capitalize;
  font-weight: bold;
  color: var(--lightcolor);
  font-size: 15px;
}

a.btn-no-bg:hover {
  background: #13be13;
  border-color: #13be13;
}

.banner-img {
  position: relative;
  border-radius: 10px;
}

.full-withcon {
  position: absolute;
  top: 0;
  left: 0;
  padding-left: 35px;
  padding-right: 43%;
  padding-top: 33px;
  z-index: 1;
}

.full-withcon h2 {
  color: var(--lightcolor);
  font-weight: bold;
  font-size: 30px;
  border-bottom: 1px solid var(--lightcolor);
  position: relative;
  padding-bottom: 5px;
}

.full-withcon p {
  margin: 9px 3px;
  padding-bottom: 6px;
  color: var(--lightcolor);
  padding-right: 69px;
}

.fullwithhadidng:after {
  content: "";
  width: 119px;
  height: 1px;
  background: #13be13;
  position: absolute;
  left: 0;
  bottom: -1px;
  -webkit-transition: all 0.4s ease-in-out;
  -moz-transition: all 0.4s ease-in-out;
  -ms-transition: all 0.4s ease-in-out;
  -o-transition: all 0.4s ease-in-out;
  transition: all 0.4s ease-in-out;
}

.full-withbanner:hover .fullwithhadidng:after {
  width: 100%;
  -webkit-transition: all 0.4s ease-in-out;
  -moz-transition: all 0.4s ease-in-out;
  -ms-transition: all 0.4s ease-in-out;
  -o-transition: all 0.4s ease-in-out;
  transition: all 0.4s ease-in-out;
}

.banner-img:after {
  content: "";
  width: 100%;
  height: 100%;
  background: rgba(6, 15, 25, 0.7);
  position: absolute;
  left: 0;
  top: 0;
  z-index: 0;
}

/**** product page ***/

/*** product filter ***/

.product-filter .pagination {
  margin: 0;
}

.product-filter-list .nav {
  padding: 0;
}

.product-filter {
  border: 1px solid var(--darkcolor);
  padding: 9px;
  border-radius: 5px;
  margin-bottom: 30px;
  display: inline-block;
  width: 100%;
}

.product-filter-list {
  padding: 10px 0;
  padding-bottom: 0;
}

.product-filter-list .nav a {
  width: 35px;
  display: inline-block;
  background: var(--darkcolor);
  height: 35px;
  text-align: center;
  padding: 7px;
  border-radius: 5px;
  color: var(--lightcolor);
  margin: 0 3px;
}

.product-filter-list .bootstrap-select>.dropdown-toggle {
  width: auto;
  padding-right: 25px;
  z-index: 1;
}

.product-filter-list .nav a:hover,
.product-filter-list .nav a.active {
  background: #13be13;
  color: var(--lightcolor) fff;
}

.product-filter-list .pagination-wrapper {
  text-align: right;
}

.product-filter-list .btn-default {
  color: #333;
  background-color: var(--darkcolor);
  border-color: var(--darkcolor);
}

.product-filter-list .bootstrap-select>.dropdown-toggle.bs-placeholder {
  color: var(--lightcolor);
}

.product-filter-list .open>.dropdown-toggle.btn-default.focus,
.product-filter-list .open>.dropdown-toggle.btn-default:focus,
.product-filter-list .open>.dropdown-toggle.btn-default:hover,
.product-filter-list .btn-default:active:focus,
.product-filter-list .btn-default.active.focus {
  color: var(--lightcolor);
  background-color: var(--darkcolor);
  border-color: var(--darkcolor);
  outline: none !important;
}

.bootstrap-select .dropdown-toggle:focus {
  outline: none !important;
  outline-offset: 0;
}

.product-filter-list .short-by,
.product-filter-list .pro-show {
  background: var(--darkcolor);
  color: var(--lightcolor);
  border-radius: 2px;
}

/****- product list ***/

.product-list .movie-item-title>a {
  font-size: 18px;
}

.product-list .item-cat ul li a {
  font-size: 15px;
}

.product-list .movie-item-beta {
  margin-top: 0;
  padding-top: 2px;
}

.product-list .item-cat-hover ul li span {
  font-size: 14px;
}

.product-list .movie-item-contents {
  position: relative;
  margin-bottom: 30px;
}

/*** widget ***/

.widget-title {
  background: var(--darkcolor);
  color: var(--lightcolor);
  padding: 10px;
  font-size: 18px;
  text-transform: capitalize;
  font-weight: bold;
}


/*.accordion-button:not(.collapsed), .accordion button:focus, .accordion button:hover:focus, .accordion .btn:focus, .accordion .btn:hover:focus {*/
/*  background-color: transparent;*/
/*  color: var(--lightcolor);*/
/*  box-shadow: none !important;*/
/*}*/
.widget-title i {
  margin: 0 7px;
}

.widget {
  border-radius: 5px;
  border: 1px solid var(--darkcolor);
}

.more.lable0 a {
  padding: 10px 22px;
  background: var(--darkcolor);
  display: block;
  color: var(--lightcolor);
  font-size: 15px;
}

.widget ul>li a {
  color: var(--lightcolor);
}

/**** catalog widget ***/

.priceslider input {
  display: inline-block;
  width: 61px;
  border: none;
  background: #222e3c;
  color: var(--lightcolor);
  text-align: center;
  font-weight: bold;
  border-radius: 4px;
  padding: 5px 0;
  margin: 5px 3px;
  cursor: no-drop;
}

button.button.filter {
  background: #13be13;
  border: none;
  color: var(--lightcolor);
  padding: 5px 13px;
  border-radius: 5px;
  font-weight: bold;
  text-transform: uppercase;
}

button.button.filter:hover {
  background: #222e3c;
}

div#slider-range {
  margin: 10px 6px;
}

.priceslider {
  padding: 15px 12px;
}

#slider-range.ui-widget-content {
  border: 1px solid #aaaaaa;
  color: #222222;
  height: 2px;
  border: none;
  background: #222e3c;
}

#slider-range.ui-slider .ui-slider-range {
  background: #13be13;
}

#slider-range.ui-slider-horizontal .ui-slider-handle {
  top: -4px;
  margin-left: -0.6em;
  width: 10px;
  height: 10px;
  border-radius: 100%;
  border-color: #13be13 !important;
  cursor: pointer;
  background: #13be13;
}

#slider-range.ui-slider-horizontal .ui-slider-handle:focus {
  outline: none;
  background: none;
  border-color: #13be13 !important;
  background: #13be13;
}

/*** size area ***/

.btn-group.bootstrap-select {
  width: 100% !important;
  display: block;
}

.widget-select-area {
  padding: 10px;
  padding-bottom: 30px;
}

.widget span.item-title {
  font-weight: bold;
  margin-bottom: 10px;
  display: block;
}

.widget-color-area {
  padding: 5px 17px;
}

.widget-color-area a.term-color,
.widget .btn-group.bootstrap-select .dropdown-menu>li>a {
  color: #333;
}

span.count {
  float: right;
}

.widget p span,
.widget-slide-content>a {
  color: var(--lightcolor);
}

.widget .btn-group.bootstrap-select .btn-default {
  background: transparent;
  border: 1px solid var(--darkcolor);
  color: #999999;
}

/*** widget item slide **/

.widget-recent-post .single-item {
  margin-bottom: 0;
}

.widget-slide .img,
.widget-recent-post .img {
  float: left;
  display: inline-block;
  clear: both;
  overflow: hidden;
  padding: 0px 20px;
}

.single-item {
  overflow: hidden;
  margin-bottom: 15px;
}

.widget-slide .img,
.widget-recent-post .img {
  margin-top: 20px;
}

.widget-slide a.title,
.widget-recent-post a.title {
  font-size: 16px;
}

.widget-slide-content span {
  display: block;
  color: var(--lightcolor);
  font-size: 14px;
}

.widget-slide-content>a:hover {
  color: #13be13;
}

.widget-slide-content {
  text-transform: capitalize;
  margin: 14px 0px;
}

.widget .widget-slide .owl-nav {
  position: absolute;
  top: 50px;
  right: 44px;
}

.details-page a.flat-icons {
  color: var(--lightcolor);
}

.details-page a.flat-icons:hover {
  color: #13be13;
}

.widget-slide .owl-next {
  line-height: 21px;
}

.widget-slide .owl-nav>div {
  width: 35px;
  height: 35px;
  display: inline-block;
  background: #13be13;
  border-radius: 5px;
  margin: 4px;
  text-align: center;
  font-size: 0;
  color: var(--lightcolor);
  padding: 6px;
}

.widget-slide .owl-nav>div:hover {
  background: var(--lightcolor);
  color: #13be13;
}

.widget-recent-post .widget-slide-content>span {
  color: #797979;
}

.single-item .comments span {
  display: inline-block;
  color: #13be13;
}

/**** Details ***/

.details-big-img {
  position: relative;
  margin-top: 80px;
  overflow: hidden;
}

.details-big-img:after {
  content: "";
  background: -webkit-linear-gradient(to top,
  rgba(6, 15, 25, 0.6) 0%,
  rgba(29, 119, 29, 0.6) 100%);
  background: linear-gradient(to top,
  rgba(6, 15, 25, 0.32) 0%,
  rgba(29, 119, 29, 0.6) 100%);
  position: absolute;
  top: 0;
  width: 100%;
  left: 0;
  height: 100%;
}

.details-big-img:hover .play-icon {
  opacity: 1;
}

.play-icon {
  width: 60px;
  height: 52px;
  position: absolute;
  top: 40%;
  left: 0;
  right: 0;
  margin: 0 auto;
  z-index: 99;
  opacity: 0;
}

.details-big-img img {
  transform: scale(1);
}

.details-img img {
  border-radius: 13px;
}

.details-big-img:hover img {
  transform: scale(1.3);
}

.details-title>h2,
.details-title>.h2
{
  color: #13be13;
  font-size: 22px;
  font-weight: bold;
}

.ratting span {
  color: #ffa800;
  font-size: 16px;
}

.ratting a {
  color: var(--lightcolor);
  text-transform: capitalize;
  margin-left: 9px;
  font-size: 14px;
}

.ratting {
  margin: 9px 0;
}

.dec-review-meta ul li {
  display: block;
  color: var(--lightcolor);
  font-weight: bold;
  font-size: 14px;
  line-height: 28px;
  text-transform: capitalize;
}

.dec-review-meta ul li a {
  color: var(--lightcolor);
  font-weight: normal;
  margin-left: 11px;
}

.dec-review-meta ul li a:hover,
.ratting a:hover {
  color: #13be13;
}

.dec-review-meta ul li span {
  width: 85px;
  clear: both;
  display: inline-block;
  text-align: left;
}

.dec-review-meta ul li span label {
  text-align: right;
  float: right;
}

.share-hover>ul li>a:hover {
  background: var(--lightcolor);
  color: #333;
}

.socila-fb {
  color: #4867aa;
}

.socila-tw {
  color: #1da1f2;
}

.socila-sk {
  color: #00aff0;
}

.socila-pin {
  color: #bd081b;
}

.socila-ins {
  color: #ffac4a;
}
.socila-wha {
  color: #1f9200;
}

.social-links {
  color: var(--lightcolor);
  font-size: 15px;
  text-transform: uppercase;
}

.social-links a {
  margin: 5px;
}

.social-links {
  margin-top: 8px;
}

.social-links a:hover {
  color: #13be13;
}

.details-reviews {
  margin-top: -17%;
  padding-bottom: 50px;
}

.dec-review-img img {
  border-radius: 24px;
  width: 100%;
}

.dec-review-img {
  position: relative;
}

.dec-review-img:after {
  content: "";
  width: 100%;
  height: 100%;
  position: absolute;
  left: 0;
  top: 0;
  background-color: rgba(0, 0, 0, 0.42);
  border-radius: 24px;
}

h2.title {
  font-size: 25px;
  font-weight: bold;
  text-transform: capitalize;
  color: var(--lightcolor);
  margin-bottom: 25px;
  line-height: 35px;
}

.details-dectiontion {
  color: var(--lightcolor);
  margin-bottom: 30px;
}

/**** comments ***/

.comment-area {
  padding: 82px;
  background: #0a121b;
}

.comment-img:after {
  content: "";
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.5);
  position: absolute;
  top: 0;
  border-radius: 100%;
  left: 0;
}

.comment-reply a {
  margin: 15px;
}

.comment-area {
  padding: 50px;
  background: #0a121b;
  margin-bottom: 75px;
}

.comment-img {
  width: 80px;
  height: 80px;
  border-radius: 100%;
  position: relative;
  display: inline-block;
  overflow: hidden;
  float: left;
  clear: both;
  margin-right: 16px;
  margin-left: -43px;
}

.comment-img img {
  width: 100%;
  height: 100%;
  border-radius: 100%;
  float: left;
}

.comment-img:after {
  content: "";
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.5);
  position: absolute;
  top: 0;
  border-radius: 100%;
  left: 0;
}

.comment-content {
  display: block;
  overflow: hidden;
  color: var(--lightcolor);
}

.comment-body {
  border: 1px solid var(--darkcolor);
  padding: 30px 30px;
  background: #060f19;
  border-radius: 10px;
  padding-left: 0;
  padding-bottom: 19px;
}

.blog-details-reply-box {
  display: inline-block;
}

.comment-time {
  display: inline-block;
  margin-right: 0;
  color: #7d7a7a;
  text-transform: capitalize;
}

.comment-reply {
  display: inline-block;
}

.comment-reply a {
  margin: 4px;
  text-transform: capitalize;
}

h3.comment-title {
  font-size: 15px;
  text-transform: capitalize;
  font-weight: bold;
}

.comment-content>p {
  margin: 9px 0;
  font-weight: 600;
}

.comment-time:before {
  content: "\f017";
  font-family: fontawesome;
  margin-right: 5px;
}

p.bookbark {
  background: #13be13;
  padding: 50px;
  font-size: 23px;
  line-height: 38px;
  margin: 30px 0;
  border-radius: 5px;
}

a.Repost:before {
  content: "\f112";
  font-family: fontawesome;
  margin: 6px;
}

a.reply:before {
  content: "\f122";
  font-family: fontawesome;
  margin: 5px;
}

.comment-reply a:hover {
  color: var(--lightcolor);
}

.comment-reply a {
  color: #7d7a7a;
}

li.single-comment {
  margin: 40px;
}

ol.comment-list-reply {
  margin-left: 95px;
}

.respons-box label {
  color: var(--lightcolor);
  font-weight: normal;
}

.respons-box .form-control {
  border: 1px solid var(--darkcolor);
  background-color: #060f19;
}

.buttons .btn-buttons {
  background-color: #13be13;
  color: var(--lightcolor);
  border-radius: 100px;
  padding: 12px 23px;
  text-transform: uppercase;
  font-size: 16px;
  padding-bottom: 9px;
  font-weight: bold;
  border: 1px solid #13be13;
  margin-top: 24px;
  display: inline-block;
  text-decoration: none;
}

.buttons .btn-buttons:hover {
  background: var(--lightcolor);
  border-color: var(--lightcolor);
  color: #333;
}

/*** product tab ***/

.col-4 .movie-item-title>a {
  font-size: 18px;
  line-height: 25px;
}

.col-4 .item-cat ul li span,
.col-4 .item-cat ul li a {
  font-size: 14px;
}

.header-search .btn-group.bootstrap-select button span {
  text-align: center !important;
  color: #a0a099;
}

.header-search .btn-group.bootstrap-select button:focus {
  background: transparent;
  outline: none;
  border: 1px solid;
}

.header-search .form-control:focus {
  border-color: var(--darkcolor);
  outline: 0;
  box-shadow: none;
}

.header-search button:hover {
  background: var(--lightcolor);
  color: #333;
}

/**** Login page **/

.login-form label {
  color: var(--lightcolor);
  line-height: 33px;
  margin-top: 5px;
  text-align: right;
  display: block;
}

.login-page input {
  background-color: #9aa4af;
  border: 1px solid var(--darkcolor);
  color: #fff;
}

.login-page input:focus {
  border: 1px solid var(--darkcolor);
  outline: none;
  box-shadow: none;
}

.login-form {
  background: #0a121b;
  padding-top: 0;
  border-radius: 15px;
  border: 1px solid var(--darkcolor);
  margin: 50px 0;
}
.login-form-iframe{
  margin: 50px auto;
}
.login-form h2 {
  color: var(--lightcolor);
  background: #13be13;
  font-size: 16px;
  text-transform: uppercase;
  padding: 15px;
  font-weight: bold;
  border-top-right-radius: 15px;
  border-top-left-radius: 15px;
}

.login-form form {
  padding: 30px;
  padding-right: 50px;
}

.login-form form a {
  text-align: center;
  display: block;
  color: var(--lightcolor);
  text-decoration: underline;
  padding-bottom: 30px;
}

.remember-me {
  display: inline-block;
  margin-right: 18px;
}

.remember-me input {
  display: inline-block;
  position: relative;
  top: 2px;
  cursor: pointer;
}

.remember-me label {
  display: inline;
  cursor: pointer;
}

div.remember-me>a {
  margin: 0;
  padding: 0;
  padding-bottom: 0px;
  text-decoration: none;
}

.forgat-pass {
  margin-top: 17px;
}

.details-dectiontion ul li {
  line-height: 40px;
}

/*** call to action ***/

.call-action-bg {
  background-color: var(--darkcolor);
}

.call-action-bg1 {
  background-color: #13be13;
}

.call-action-bg2 {
  background-color: #ff1744;
}

.call-action-bg3 {
  background-color: #ff7cd1;
}

.call-action-bg4 {
  background-color: var(--lightcolor);
}

.call-action-bg4 .action-content h2 {
  color: #ff7cd1;
}

.call-action-bg4 .action-content p {
  color: #242f3a;
}

.call-cation1 {
  padding: 26px 40px;
  display: inline-block;
  width: 100%;
  padding-bottom: 16px;
}

.action-content h2 {
  color: var(--lightcolor);
  font-size: 24px;
  text-transform: capitalize;
}

.left-side {
  float: left;
}

.right-side {
  float: right;
}

.action-content p {
  color: var(--lightcolor);
  margin: 10px 0;
}

a.btn.btn-button.call-action-btn {
  display: block;
  border-radius: 0px;
  padding: 12px 20px;
  text-transform: uppercase;
  font-weight: 500;
  font-size: 13px;
  margin-top: 12px;
}

.call-action-bg .call-action-btn {
  background: #242f3a;
}

.call-action-bg .call-action-btn:hover {
  background: #20282f;
}

.call-action-bg1 .call-action-btn {
  background: #f36522;
}

.call-action-bg1 .call-action-btn:hover {
  background: #20282f;
}

.call-action-bg2 .call-action-btn {
  background: #242f3a;
}

.call-action-bg2 .call-action-btn:hover {
  background: var(--lightcolor);
  color: #333;
}

.call-action-bg3 .call-action-btn {
  background: #242f3a;
}

.call-action-bg3 .call-action-btn:hover {
  background: var(--lightcolor);
  color: #333;
}

.call-action-bg4 .call-action-btn {
  background: #ff7cd1;
}

.call-action-bg4 .call-action-btn:hover {
  background: #333;
  color: var(--lightcolor);
}

/*** alart ***/

h2.page-title {
  font-size: 23px;
  margin: 22px 0;
  color: var(--lightcolor);
  text-transform: capitalize;
  font-weight: normal;
}

h2.sortcode-title {
  font-size: 18px;
  color: var(--lightcolor);
  text-transform: capitalize;
}

h5.sortcode-title {
  font-size: 14px;
  color: var(--lightcolor);
  margin-top: 20px;
  text-transform: capitalize;
  margin-bottom: 20px;
}

.checkbox label,
.radio label {
  color: var(--lightcolor);
  text-transform: capitalize;
}

.toggel-page .checkbox {
  margin: 30px 0;
}

.check-box-1 {
  margin: 30px 0;
}

pre {
  margin-top: 30px;
}

/*** tag ***/

/*--------------- tag ----------------*/

.tag-category li {
  display: inline-block;
}

.tag-category a {
  color: var(--lightcolor);
  padding: 7px 19px;
  text-transform: capitalize;
  margin: 0 0;
  display: inline-block;
}

.tag-1 a {
  background: #ff7cd1;
}

.tag-category li {
  margin: 8px 5px;
}

.tag-category a:hover {}

.tag-1 a:hover {
  background-color: #13be13;
}

.tag-2 a:hover {
  background-color: #ff7cd1;
  border-color: #ff7cd1;
  color: var(--lightcolor);
}

.tag-2 a {
  border: 2px solid var(--lightcolor);
  color: var(--lightcolor);
}

h3.sortcode-title {
  margin: 21px 0;
  color: var(--lightcolor);
  font-size: 18px;
  font-weight: normal;
  text-transform: capitalize;
}

.tag-section-page .radius a {
  border-radius: 30px;
}

/*** Faq page ***/

.faq-top-contetn h2 {
  font-size: 21px;
  text-transform: uppercase;
  font-weight: bold;
  margin: 15px;
}

.faq-top-contetn p {
  padding: 0 12%;
  color: #999;
}

.faq-top-contetn {
  margin-bottom: 30px;
}

.taq-item h2 {
  font-size: 18px;
  text-transform: uppercase;
  color: var(--lightcolor);
  margin-bottom: 14px;
  cursor: pointer;
}

.taq-item p {
  color: var(--lightcolor);
  margin-bottom: 16px;
}

.faq-items .panel.panel-default {
  background: transparent;
  border: none;
  box-shadow: none;
}

.faq-items .panel-title>a:hover,
.faq-items .panel-title>a:active {
  color: #13be13;
}

.faq-items .panel-heading {
  padding: 0;
  border: 0;
}

.faq-items .active a {
  color: #13af20;
}

.faq-items .panel-title>a,
.faq-items .panel-title>a:active {
  display: block;
  padding: 15px;
  font-size: 16px;
  font-weight: bold;
  text-transform: uppercase;
  letter-spacing: 1px;
  word-spacing: 3px;
  text-decoration: none;
}

.faq-items .panel-default>.panel-heading {
  color: var(--lightcolor);
  background-color: transparent;
  border-color: transparent;
}

.faq-items .panel-heading a:before {
  font-family: "fontawesome";
  content: "\f105";
  float: left;
  transition: all 0.5s;
  padding: 0 10px;
}

.faq-items .panel-body {
  padding: 8px 43px;
  color: var(--lightcolor);
}

.faq-items .panel-group .panel-heading+.panel-collapse>.panel-body {
  border-top: none;
}

.faq-items .panel-heading.active a:before {
  -webkit-transform: rotate(93deg);
  -moz-transform: rotate(93deg);
  transform: rotate(93deg);
}

.Top-rating-items .owl-item.active.center .movie-item-contents img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.plylist-wich span {
  color: var(--lightcolor);
  font-size: 23px;
  margin-top: 12px;
  display: block;
  cursor: pointer;
}

.plylist-wich span:hover {
  color: #13be13;
}

.slider-section .flaticon-send:before {
  font-size: 20px;
}

.slider-section a.left.carousel-control {
  transform: rotate(179deg);
}

.slider-section a.carousel-control span:hover {
  color: #13be13;
}

.Top-rating-items .owl-item.active.center {
  position: relative;
  z-index: 999;
  margin: 0;
  pointer-events: all;
  opacity: 1;
  height: 580px;
}

.Top-rating-items .owl-carousel .owl-stage-outer {
  margin-right: 0;
  padding-top: 49px;
}

@media screen and (min-width: 992px) {
  .Top-rating-items .swiper-slide {
    pointer-events: none;
    opacity: 0.5;
  }

  .Top-rating-items .swiper-slide {
    pointer-events: all;
    opacity: 1;
    transform: scale(1.1);
    padding: 7px;
  }
}

.Top-rating-items .category-slide {
  padding: 40px 0;
}

.home-2 .header-2 .attr-nav>ul>li>a:hover {
  background-color: var(--lightcolor);
  color: #333;
}

.home-2 .owl-next,
.home-2 .owl-prev,
.home-2 .slider-section a.carousel-control span:hover,
.home-2 span.flaticon-play-button:hover,
.home-2 .plylist-wich span:hover {
  color: #f36522;
}

.home-2 .owl-next:hover,
.home-2 .owl-prev:hover {
  background-color: #f36522;
}

@media (min-width: 768px) {
  .Top-rating-items .owl-nav {
    position: absolute;
    top: 0;
    right: 53px;
  }

  .Top-rating-items .owl-item>div {
    transition: margin 400ms ease-out;
  }

  .Top-rating-items .owl-item.center>div {
    margin: 0;
  }
}

.owl-next:hover,
.owl-prev:hover {
  background-color: #13be13;
  color: var(--lightcolor);
}

.owl-prev {
  position: absolute;
  top: -95px;
  right: 0;
  width: 35px;
  height: 35px;
  display: inline-block;
  border-radius: 100%;
  border: 1px solid #262b31;
  padding: 9px;
  margin: 0;
  transform: rotate(180deg);
  padding: 4px 9px;
  color: #13be13;
}

.owl-next {
  position: absolute;
  top: -95px;
  right: -41px;
  width: 35px;
  height: 35px;
  text-align: center;
  border: 1px solid #262b31;
  border-radius: 100%;
  padding: 0px 8px;
  margin: 0;
  line-height: 35px;
  color: #13be13;
}

.item-cat ul li {
  white-space: nowrap;
  text-overflow: ellipsis;
  overflow: hidden;
}

/* ---------------- back to Top ----------------------*/

.to-top:hover,
.home-2 .to-top:hover {
  background: #333;
  color: var(--lightcolor);
}

.movie-item-content-center a:hover {
  color: #13be13;
}

.to-top {
  background: var(--lightcolor);
  bottom: 19px;
  color: #333;
  cursor: pointer;
  font-size: 18px;
  height: 45px;
  line-height: 44px;
  overflow: hidden;
  position: fixed;
  right: 3%;
  text-align: center;
  width: 45px;
  z-index: 2147483647;
}

/**** product list ***/

.products .fade {
  display: none;
}

.products .fade.active {
  display: block;
}

.product-filter-list>div>ul>li {
  display: inline-block;
}

.product-filter-list .nav ul li.active a {
  background: #13be13;
}

.details-title h2 a {
  color: var(--lightcolor);
}

.details-title h2 a:hover {
  color: #13be13;
}

.peoduct-dec {
  margin-top: 17px;
  color: var(--lightcolor);
}

.list-items:hover .movie-item-content-center {
  margin-top: 0;
  -webkit-transition: all 0.4s ease-in-out;
  -moz-transition: all 0.4s ease-in-out;
  -ms-transition: all 0.4s ease-in-out;
  -o-transition: all 0.4s ease-in-out;
  transition: all 0.4s ease-in-out;
}

.list-items {
  overflow: hidden;
}

.list-items .movie-item-content-center {
  margin: 0 auto;
  position: absolute;
  top: 37%;
  bottom: auto;
  text-align: center;
  left: 0;
  right: 0;
  margin-top: -100%;
  -webkit-transition: all 0.4s ease-in-out;
  -moz-transition: all 0.4s ease-in-out;
  -ms-transition: all 0.4s ease-in-out;
  -o-transition: all 0.4s ease-in-out;
  transition: all 0.4s ease-in-out;
}

/**** celebritie page ***/

.selebritie-list {
  overflow: hidden;
  margin-bottom: 30px;
}

.selebritie-list:hover .selebritie-contetn,
.selebritie-list:hover .selebritie-contetn strong {
  color: var(--lightcolor);
}

.selebritie-list:hover .selebritie-contetn>a {
  color: #13be13;
}

.selebritie-contetn>a {
  font-size: 36px;
  font-weight: bold;
  color: var(--lightcolor);
}

.selebritie-contetn {
  color: var(--lightcolor);
  padding-right: 30px;
  padding: 21% 0 27px 0px;
}

.selebritie-contetn p {
  margin: 15px 0;
}

.selebritie-contetn strong {
  color: var(--lightcolor);
  font-size: 15px;
  font-weight: normal;
  text-transform: capitalize;
}

.celerite-info ul li {
  color: var(--lightcolor);
}

.celerite-info ul li span {
  color: #d2d2d2;
}

.celerite-info {
  margin-top: 24px;
  border-bottom: 1px solid #f1f1f11f;
  padding-bottom: 9px;
  margin-bottom: 13px;
}

.celerite-info ul li label {
  margin-right: 11px;
}

.celebritei-history h2 {
  color: #e4e0e0;
  font-size: 20px;
  text-transform: uppercase;
  margin-bottom: 20px;
  margin-top: 15px;
  display: block;
}

.celebritei-history p {
  color: #ccc;
}

.flim-img {
  float: left;
}

.flim-name {
  display: inline-block;
  margin-left: 20px;
  color: var(--lightcolor);
  font-size: 14px;
  overflow: hidden;
}

.flim-name a {
  color: #13be13;
  font-size: 17px;
  margin-bottom: 7px;
}

.celebritie-dec .celerite-info {
  border: none;
}

.flim-list {
  display: inline-block;
  margin: 30px;
  margin-right: 30px;
  margin-left: 0;
}

/*** event page ***/

.event-img {
  width: 50%;
  position: relative;
  float: left;
}

.event-meta ul li {
  display: inline-block;
  margin: -2px;
}

.event-meta ul li a.event-icen-center {
  background: #1bb11b;
}

.event-meta ul li a {
  background: #13be13;
  padding: 18px 2px;
  text-align: center;
  display: block;
  margin-right: 0;
  color: var(--lightcolor);
  font-weight: bold;
  text-transform: capitalize;
}

.event-meta ul li span {
  background: #13be13;
  padding: 18px 2px;
  text-align: center;
  display: block;
  margin-right: 0;
  color: var(--lightcolor);
  font-weight: bold;
  text-transform: capitalize;
}

.event-meta {
  position: absolute;
  bottom: 0;
  width: 100%;
  overflow: hidden;
}

.event-meta ul li a span {
  margin: 3px;
  font-size: 19px;
}

.event-meta ul li a.event-icon {
  padding: 18px 30px;
}

.event-img img {
  width: 100%;
}

.event-meta ul li a:hover {
  position: relative;
  transition: all 0.4s ease-in-out;
  background-color: var(--darkcolor);
}

.event-contents {
  width: 50%;
  float: left;
  overflow: hidden;
  background: var(--darkcolor);
}

.event-content a {
  font-size: 20px;
  color: var(--lightcolor);
}

.event-contents .celerite-info {
  margin-top: 7px;
  border-bottom: none;
  padding-bottom: 0;
  margin-bottom: 0;
}

.event-timer .syotimer-cell__value {
  width: auto;
  height: auto;
  padding: 11px 23px;
  margin-top: 36px;
}

.event-timer .syotimer-cell {
  padding: 0;
  margin: 0;
}

.event-timer .syotimer-cell__unit {
  position: absolute;
  margin-left: 0;
  padding: 0;
  width: 56px;
  top: 0;
  display: block;
  bottom: 0;
  margin: 0 auto;
  text-align: center;
}

.event-timer .event-timers {
  position: relative;
}

.event-content {
  padding: 17px 19px;
}

.event-page {
  overflow: hidden;
}

.event-item {
  margin-bottom: 30px;
  overflow: hidden;
  display: flex;
  height: 100%;
  padding-bottom: 30px;
}

/*** gellery ***/

.gallery-menu h2 {
  color: var(--lightcolor);
  font-size: 40px;
}

.gallery-menu ul li {
  color: var(--lightcolor);
  text-transform: capitalize;
  font-size: 15px;
  line-height: 38px;
  position: relative;
  padding: 0px 26px;
  cursor: pointer;
}

.gallery-menu ul li:after {
  content: "";
  position: absolute;
  width: 15px;
  height: 15px;
  background: #333333;
  left: 0;
  top: 11px;
  border-radius: 100%;
}

.gallery-menu ul {
  margin-top: 17px;
  margin-left: 24px;
}

.gallery-menu ul li:hover {
  color: #13be13;
}

.gallery-menu ul li:hover:after {
  background: #13be13;
}

.gallery-contetn {
  position: relative;
  display: block;
}

.gallery-hover {
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  z-index: 999;
  opacity: 0;
}

.gallery-hover a {
  width: 60px;
  height: 60px;
  display: block;
  margin: auto;
  background: rgba(255, 255, 255, 0.5);
  padding: 21px;
  border-radius: 100%;
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
}

.gallery-hover span {
  font-size: 19px;
  color: var(--lightcolor);
}

.gallery-hover a:hover {
  background: rgba(19, 190, 19, 0.5);
}

ul.gallery-list li {
  margin-bottom: 30px;
}

ul.gallery-list li {
  margin-bottom: 30px;
}

.gallery-contetn:hover .gallery-hover {
  opacity: 1;
}

.gallery-list .mix {
  display: none;
}

.gallery-menu ul li:hover,
.gallery-menu ul li.active {
  color: #13be13;
}

.gallery-menu ul li.active:after {
  background-color: #13be13;
}

/*** 404 page ***/

.error-bg {
  background-image: url(../images/404.jpg);
  background-position: center;
  background-size: cover;
  padding: 10%;
  position: relative;
  z-index: 1;
}

.error-content h2 {
  font-size: 130px;
  color: var(--lightcolor);
  font-weight: bold;
}

.error-bg:after {
  content: "";
  position: absolute;
  width: 100%;
  height: 100%;
  background-color: rgba(24, 32, 40, 0.8);
  top: 0;
  left: 0;
  z-index: -1;
}

.error-content p {
  color: var(--lightcolor);
  margin: 21px 0px;
}

.error-content ul li span {
  color: var(--lightcolor);
  font-size: 24px;
  font-weight: bold;
  position: relative;
}

.error-content ul li span:after {
  content: "";
  width: 8px;
  height: 8px;
  background: #13be13;
  position: absolute;
  left: -18px;
  top: 15px;
  border-radius: 100%;
}

.error-bg2 {
  background-image: url(../images/404-2.jpg);
  background-position: center;
  background-size: cover;
  padding: 16% 0;
  position: relative;
  z-index: 1;
  background-repeat: no-repeat;
}

.error-bg2:after {
  content: "";
  position: absolute;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.92);
  top: 0;
  left: 0;
  z-index: -1;
}

.error-content h2 span {
  position: relative;
}

.comingsoon h2 {
  font-size: 74px;
  color: var(--lightcolor);
  font-weight: 500;
  margin-bottom: 40px;
}

.error-content ul {
  margin-top: 26px;
}

.error-content h2 span:after {
  content: "";
  width: 86%;
  height: 1px;
  background: var(--lightcolor);
  position: absolute;
  left: 0;
  bottom: -6px;
  right: 0;
  text-align: center;
  margin: auto;
}

.comingsoon p {
  color: var(--lightcolor);
  padding: 0 24px;
  margin: 21px 1px;
}

.comingsoon-time .syotimer-cell__unit {
  color: var(--lightcolor);
}

.comingsoon-time .syotimer-cell__value {
  background: transparent;
  font-size: 50px;
  width: auto;
  font-weight: bold;
  color: var(--lightcolor);
}

.c-search-area input.form-control {
  border-radius: 100px;
  border: none;
  padding: 23px;
  width: 70%;
  display: inline-block;
  margin-right: 9px;
}

.c-search-area .btn.btn-button {
  background: #13be13;
  color: var(--lightcolor);
  padding: 13px 17px;
  text-transform: uppercase;
  font-weight: bold;
  border-radius: 100px;
  padding-bottom: 9px;
}

.c-search-area .btn.btn-button:hover {
  background: var(--lightcolor);
  color: #333;
}

/**** contact form ***/

.contact-form .form-control {
  background: var(--darkcolor);
  border: 1px solid var(--darkcolor);
  color: var(--lightcolor);
}

.contact-form input {
  height: 45px;
}

.contact-form .form-control:focus {
  outline: none;
  border: 1px solid transparent;
  box-shadow: none;
}

.contact-form label {
  color: var(--lightcolor);
  margin-bottom: 14px;
  text-transform: capitalize;
}

/*------ UPDATE CSS FILE 5-08-2018 --------*/
/** button **/
.home-6 .header-search button,
.home-6 .green-bg,
.home-6 .owl-next:hover,
.home-6 .owl-prev:hover,
.home-6 span.movie-count-time,
.home-6 .blck-bg:hover,
.home-6 .cat-menu ul li span:after,
.home-6 .share-hover,
.home-6 .ft-twitter-icon span:after {
  background: #00c3b7;
  color: var(--lightcolor);
}

.home-6 .header-search button:hover {
  background: var(--lightcolor);
  color: #333;
}

.home-6 .slider-section a.carousel-control span:hover,
.home-6 .green,
.home-6 .owl-prev,
.home-6 .movie-ratting>a>span,
.home-6 .plylist-wich span:hover,
.home-6 .plylist-single-content>a:hover,
.home-6 .view-movi a:hover,
.home-6 .owl-next,
.home-6 .movie-item-content-center a:hover,
.home-6 .syotimer-cell_type_day .syotimer-cell__value,
.home-6 .syotimer-cell_type_day .syotimer-cell__unit,
.home-6 .cat-menu ul li span:hover,
.home-6 .top-accounts ul li a:hover,
.home-6 nav.navbar.bootsnav ul.nav>li>a:hover,
.home-6 nav.navbar.bootsnav li.dropdown ul.dropdown-menu>li>a:hover,
.home-6 nav.navbar.bootsnav ul.dropdown-menu.megamenu-content .content ul.menu-col li a:hover,
.home-6 .ft-content>ul li a:hover,
.home-6 .ft-twitter-icon,
.home-6 .twitter-meta ul li a:hover,
.home-6 .footer-menu ul li a:hover,
.home-6 .copyright-text a,
.home-6 .social .attr-nav ul li a:hover,
.home-6 .twitter-dec>a:hover {
  color: #00c3b7;
}

.home-6 .hadding-area {
  border-left: 2px solid #00c3b7;
}

button.newsletter-btn:hover {
  background: #00c3b7;
  border-color: #00c3b7;
}

.main.home-6 {
  background-color: #000;
}

.home-6 .gradient:hover:after {
  content: "";
  background: -webkit-linear-gradient(to top,
  rgba(6, 15, 25, 0.6) 0%,
  rgba(0, 195, 183, 0.5) 100%);
  background: linear-gradient(to top,
  rgba(6, 15, 25, 0.6) 0%,
  rgba(0, 195, 183, 0.5) 100%);
  position: absolute;
}

.home-6 .bs-slider {
  max-height: 431px;
}

.home-6 .social .attr-nav {
  margin-right: 0;
}

.home-6 .time-bg {
  position: relative;
  padding: 18% 0;
  background-image: url(../images/coming-bg6.jpg);
}

.home-6 .timer-contents {
  left: 0;
  padding: 6% 0;
}

.home-6 .footer-bg {
  padding: 0;
  padding-top: 23%;
  padding-bottom: 2%;
  background-image: none;
}

.header-stikcy6 {
  background: #060e19 !important;
  position: fixed;
  width: inherit;
  top: 0;
  left: 0;
  right: 0;
  margin: auto;
  padding-right: 20px;
  -webkit-transition: all 0.4s ease-in-out;
  -moz-transition: all 0.4s ease-in-out;
  -ms-transition: all 0.4s ease-in-out;
  -o-transition: all 0.4s ease-in-out;
  transition: all 0.4s ease-in-out;
}

.home-6 .timer-section:after {
  background-color: rgba(0, 0, 0, 0.5);
}

.home-6 .buy-ticket-bg {
  background-image: url(../images/form-bg6.png);
}

.home-6 .buy-ticket-select select,
.home-6 .buy-ticket-select select:focus {
  border: 2px solid var(--lightcolor) fff;
}

.home-6 .footer-bg:after {
  background-color: rgba(0, 0, 0, 0.9);
}

.header-logo img {
  max-width: 200px;
}

.contact-form .form-control:focus {
  outline: none;
  border: 1px solid var(--light--lightcolor);
}

.contact-form label {
  color: var(--light--lightcolor);
}

.tab-pane.fade.active.in {
  display: block;
  opacity: 1;
}

.tab-pane.fade {
  display: none;
}

/*
  Template Name:Movie Star Multipurpose HTML5 template.
  Theme URL:http://movie.Adib Gostar.com/
  Author: Adib Gostar
  Author URI: http://Adib Gostar.com
  tag:film review, movie, movie database, movie series, presentation, showcase, tv show
  Version: 1.0
*/
/****Gobla css*****/
:root {
  --dark-bg-color: #060f19;
  --darkcolor: #182028;
  --lightcolor: #fff;
}

h1,
h2,
h3,
h4,
h5,
h6,
p,
.no-margin {
  margin: 0;
  padding: 0;
}

img {
  max-width: 100%;
  height: auto;
}

html,
body {
  font-family: "roboto", sans-serif;
  font-size: 14px;
  line-height: 24px;
  width: 100%;
  height: 100%;
  color: #333;
}

body .main {
  background: #060f19;
}

ul,
ol {
  list-style: none;
  margin: 0;
  padding: 0;
}

a,
a:focus,
a:hover:focus,
button:focus,
button:hover:focus,
.btn:focus,
.btn:hover:focus,
a:hover {
  text-decoration: none;
  outline: none;
  border: none;
  -webkit-border: none;
  -moz-border: none;
  -ms-border: none;
  -o-border: none;
}

.scroll-up {
  overflow-y: scroll;
  max-height: 487px;
  overflow-x: hidden;
}

::-webkit-scrollbar {
  width: 8px;
}

.scroll-up::-webkit-scrollbar {
  width: 2px;
}

.navbar-menu::-webkit-scrollbar {
  width: 2px;
}

::-webkit-scrollbar-track {
  background-color: #2f3946;

  -webkit-border-radius: 10px;
  border-radius: 10px;
}

::-webkit-scrollbar-thumb {
  -webkit-border-radius: 10px;
  border-radius: 10px;
  background-color: #5d6875;
}

/**** banner hover effect ***/

.gradient,
.gradient2,
.gradient3,
.gradient5 {
  position: relative;
  overflow: hidden;
}

.border-top {
  border-top: 1px solid;
  border-color: rgba(6, 15, 25, 0.4);
}

#catslide .gradient3:hover>img {
  transform: scale(1.5);
  transition: all 0.4s ease-in-out;
}

.zoom img {
  transform: scale(1);
}

.zoom {
  overflow: hidden;
}

.zoom:hover img {
  transform: scale(1.2);
}

.gradient:after,
.gradient2:after,
.gradient3:after,
.gradient5:after {
  content: "";
  width: 100%;
  height: 100%;
  position: absolute;
  left: 0;
  top: 0;
  background-color: rgba(0, 0, 0, 0.5);
}

.gradient:hover>img,
.gradient2:hover>img,
.gradient3:hover>img,
.gradient5:hover>img {
  transform: scale(1.2);
  transition: all 0.4s ease-in-out;
}

.gradient>img,
.gradient2>img,
.gradient3>img {
  transform: scale(1);
  transition: all 0.4s ease-in-out;
}

.slider-img img {
  /*filter: brightness(0.4);*/
  width: 100%;
}

.tab-swiper-items {
  object-fit: cover;
  height: 383px;
  width: 100%;
}

.images-typeof-pardisss img {
  width: 100%;
  object-fit: cover;
  height: 245px;
}

.gradient5:hover:after {
  content: "";
  background: -webkit-linear-gradient(to top,
  rgba(6, 15, 25, 0.6) 0%,
  rgba(29, 119, 29, 0.6) 100%);
  background: linear-gradient(to top,
  rgba(6, 15, 25, 0.7) 0%,
  rgba(255, 124, 209, 0.5) 100%);
  position: absolute;
  background-color: rgba(0, 0, 0, 0.5);
}

.gradient:hover:after {
  content: "";
  background: -webkit-linear-gradient(to top,
  rgba(6, 15, 25, 0.6) 0%,
  rgba(29, 119, 29, 0.6) 100%);
  background: linear-gradient(to top,
  rgba(6, 15, 25, 0.6) 0%,
  rgba(29, 119, 29, 0.6) 100%);
  position: absolute;
}

.gradient2:hover:after {
  content: "";
  background: -webkit-linear-gradient(to top right,
  rgba(16, 15, 25, 0.8) 19%,
  rgba(132, 44, 0, 0.63) 80%);
  background: linear-gradient(to top right,
  rgba(16, 15, 25, 0.8) 19%,
  rgba(132, 44, 0, 0.63) 80%);
  position: absolute;
}

.gradient3:hover:after {
  content: "";
  background: -webkit-linear-gradient(to top right,
  rgba(185, 4, 39, 0.72) 19%,
  rgba(105, 34, 0, 0.6) 80%);
  background: linear-gradient(to top right,
  rgba(185, 4, 39, 0.72) 19%,
  rgba(105, 34, 0, 0.6) 80%);
  position: absolute;
}

.preloader-loding {
  direction: rtl;
}

.animation,
a,
a:hover,
button,
button:hover,
.btn,
.btn:hover,
.blck-bg,
.blck-bg:hover,
.green-bg,
.green-bg:hover,
.scroll-up::-webkit-scrollbar,
.zoom img,
.zoom img:hover,
.widget-slide .owl-nav>div,
.widget-slide .owl-nav>div:hover,
.details-big-img:hover .play-icon,
.play-icon,
.details-big-img img,
.details-big-img:hover img,
.owl-next:hover,
.owl-prev:hover,
.owl-next,
.owl-prev,
.owl-item.active,
.home-2 .owl-next,
.home-2 .owl-prev,
.home-2 .slider-section a.carousel-control span:hover,
.home-2 span.flaticon-play-button:hover,
.home-2 .plylist-wich span:hover,
.flaticon-play-button:hover,
.flaticon-play-button,
.gallery-menu ul li:hover:after,
.gallery-menu ul li:hover,
.gallery-menu ul li:after,
.gallery-contetn:hover .gallery-hover,
.gallery-hover {
  -webkit-transition: all 0.4s ease-in-out;
  -moz-transition: all 0.4s ease-in-out;
  -ms-transition: all 0.4s ease-in-out;
  -o-transition: all 0.4s ease-in-out;
  transition: all 0.4s ease-in-out;
}

.owl-item.active.center {
  -webkit-transition: all 1s ease-in-out;
  -moz-transition: all 1s ease-in-out;
  -ms-transition: all 1s ease-in-out;
  -o-transition: all 1s ease-in-out;
  transition: all 1s ease-in-out;
}

/** colors **/

.blck-bg {
  /*background-color: #060f19;*/
  background-color: white;
}

.blck-bg:hover {
  background-color: #13be13;
}

.blck {
  color: #060f19;
}

.green {
  color: #13be13;
}

.green-bg:hover {
  background-color: #060f19;
}

.green-bg {
  background-color: #13be13;
}

/*** home page 2 ***/

.black-bg {
  background-color: #060f19;
}

.black-bg:hover {
  background-color: #f36522;
}

.black {
  color: #060f19;
}

.oreng {
  color: #f36522;
}

.oreng-bg:hover {
  background-color: #060f19;
}

.oreng-bg {
  background-color: #f36522;
}

/*** home page 3 ***/

.black-bg {
  background-color: #060f19;
}

.home-3 .black-bg:hover,
.home-4 .black-bg:hover {
  background-color: #ff1744;
}

.black {
  color: #060f19;
}

.pink {
  color: #ff1744;
}

.pink-bg:hover {
  background-color: #060f19;
}

.pink-bg {
  background-color: #ff1744;
}

/*** home 5 **/

.home-5 .blck-bg {
  /*background-color: #060f19;*/
  background-color: white;
}

.home-5 .blck-bg:hover {
  background-color: #ff7cd1;
}

.home-5 .blck {
  color: #060f19;
}

.home-5 .green {
  color: #ff7cd1;
}

.home-5 .green-bg:hover {
  background-color: #060f19;
}

.home-5 .green-bg {
  background-color: #ff7cd1;
}

.pt-75 {
  padding-top: 75px;
}

.pb-75 {
  padding-bottom: 75px;
}

.mb-50 {
  margin-bottom: 50px;
}

.pt-50 {
  padding-top: 50px;
}

.pt-30 {
  margin-top: 30px;
}

.pt-31 {
  margin-top: 31px;
}

.margin-30 {
  margin: 30px 0px;
}

/*** hadding ***/

.hadding-area h2 {
  font-size: 24px;
  font-weight: bold;
}

/*** preloader ***/

.preloader {
  position: fixed;
  -webkit-perspective: 300px;
  -moz-perspective: 300px;
  perspective: 300px;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
}

.preloader-lod {
  width: 50px;
  height: 50px;
  background: white;
  position: absolute;
  left: 50%;
  margin-left: -25px;
  top: 50%;
  margin-top: -25px;
}

.preloader-loding {
  font-size: 10px;
  font-weight: 700;
  text-transform: uppercase;
  color: rgba(255, 255, 255, 0.5);
  top: 50%;
  margin-top: 25px;
  position: absolute;
  width: 100%;
  text-align: center;
}

@-webkit-keyframes translateIn {
  30% {
    -webkit-transform: rotateX(60deg) rotateY(0deg) rotateZ(45deg) translateZ(20px) scale(0.95);
    opacity: 0.25;
  }

  100% {
    -webkit-transform: rotateX(65deg) rotateY(0deg) rotateZ(45deg) translateZ(0px) scale(0.85);
    opacity: 0;
  }
}

@keyframes translateIn {
  30% {
    -webkit-transform: rotateX(60deg) rotateY(0deg) rotateZ(45deg) translateZ(20px) scale(0.95);
    transform: rotateX(60deg) rotateY(0deg) rotateZ(45deg) translateZ(20px) scale(0.95);
    opacity: 0.25;
  }

  100% {
    -webkit-transform: rotateX(65deg) rotateY(0deg) rotateZ(45deg) translateZ(0px) scale(0.85);
    transform: rotateX(65deg) rotateY(0deg) rotateZ(45deg) translateZ(0px) scale(0.85);
    opacity: 0;
  }
}

.preloader-lod {
  opacity: 0;
}

.preloader-lod:nth-of-type(1) {
  -webkit-transform: rotateX(70deg) rotateY(0deg) rotateZ(45deg) translateZ(30px);
  transform: rotateX(70deg) rotateY(0deg) rotateZ(45deg) translateZ(30px);
  -webkit-animation: translateIn 1.5s ease-in infinite 500ms;
  animation: translateIn 1.5s ease-in infinite 500ms;
}

.preloader-lod:nth-of-type(2) {
  -webkit-transform: rotateX(70deg) rotateY(0deg) rotateZ(45deg) translateZ(60px);
  transform: rotateX(70deg) rotateY(0deg) rotateZ(45deg) translateZ(60px);
  -webkit-animation: translateIn 1.5s ease-in infinite 700ms;
  animation: translateIn 1.5s ease-in infinite 700ms;
}

.preloader-lod:nth-of-type(3) {
  -webkit-transform: rotateX(70deg) rotateY(0deg) rotateZ(45deg) translateZ(90px);
  transform: rotateX(70deg) rotateY(0deg) rotateZ(45deg) translateZ(90px);
  -webkit-animation: translateIn 1.5s ease-in infinite 800ms;
  animation: translateIn 1.5s ease-in infinite 800ms;
}

@-webkit-keyframes scaleIn {
  80% {
    -webkit-transform: rotateX(65deg) rotateY(0deg) rotateZ(45deg) scale(1.25);
    opacity: 0.1;
  }

  100% {
    -webkit-transform: rotateX(65deg) rotateY(0deg) rotateZ(45deg) scale(1);
    opacity: 0;
  }
}

@keyframes scaleIn {
  80% {
    -webkit-transform: rotateX(65deg) rotateY(0deg) rotateZ(45deg) scale(1.25);
    transform: rotateX(65deg) rotateY(0deg) rotateZ(45deg) scale(1.25);
    opacity: 0.1;
  }

  100% {
    -webkit-transform: rotateX(65deg) rotateY(0deg) rotateZ(45deg) scale(1);
    transform: rotateX(65deg) rotateY(0deg) rotateZ(45deg) scale(1);
    opacity: 0;
  }
}

.large-square {
  width: 70px;
  height: 70px;
  background: white;
  position: absolute;
  left: 50%;
  margin-left: -35px;
  top: 50%;
  margin-top: -35px;
  -webkit-transform: rotateX(60deg) rotateY(0deg) rotateZ(45deg) scale(0);
  transform: rotateX(60deg) rotateY(0deg) rotateZ(45deg) scale(0);
  opacity: 0;
  -webkit-animation: scaleIn 3s linear infinite 500ms;
  animation: scaleIn 3s linear infinite 500ms;
}

.preloader {
  background-color: rgba(0, 0, 0, 0.98);
  position: fixed;
  width: 100%;
  height: 100%;
  z-index: 999;
}

.hadding-area {
  color: var(--lightcolor);
  overflow: hidden;
  display: block;
  border-left: 2px solid #13be13;
  padding-left: 15px;
  border-bottom: 1px solid var(--darkcolor);
}

.nav>li>a:focus,
.nav>li>a:hover,
.cat-menu ul li span:focus {
  text-decoration: none;
  background-color: transparent;
  border: none;
  outline: none;
}

/*** top header ****/

.top-accounts ul li {
  display: inline-block;
  margin-right: 11px;
}

.top-accounts ul li a:hover {
  color: #13be13;
}

.top-accounts ul li a span {
  margin-right: 5px;
}

.top-messages {
  text-align: center;
}

.top-visitor {
  text-align: right;
}

.top-accounts ul li a,
.top-messages>p,
.top-visitor>p {
  color: var(--lightcolor);
}

.top-header {
  padding: 15px 0;
}

.social .attr-nav ul li a {
  color: var(--lightcolor);
}

.social .attr-nav ul li a:hover {
  color: #13be13;
}

.social .attr-nav>ul>li>a {
  color: var(--lightcolor);
  display: block;
  padding: 25px 14px 15px;
  position: relative;
}

/*** header center ***/

.wrap-sticky nav.navbar.bootsnav.sticked {
  background-color: rgba(0, 0, 0, 0.87);
  z-index: 999;
}

.home-5 .wrap-sticky nav.navbar.bootsnav.sticked {
  background-color: var(--lightcolor);
  box-shadow: -6px 2px 9px 1px #dadada;
}

.header-search .btn-group.bootstrap-select {
  width: 127px !important;
}

.header-search .btn-group.bootstrap-select button {
  background: transparent;
  border: 1px solid var(--darkcolor);
  padding: 10px 0px 9px 30px;
}

.header-search {
  position: relative;
}

nav.navbar.bootsnav ul.nav>li>a {
  display: inline-block;
}

nav.navbar.bootsnav li.dropdown ul.dropdown-menu>li>a {
  display: block;
}

#navbar-menu {
  justify-content: end;
}

nav.navbar.bootsnav li.dropdown ul.dropdown-menu>li>a {
  padding: 10px 15px;
  border-bottom: solid 1px #eee;
  color: #6f6f6f;
}

#navbar-menu .dropdown-menu .dropdown-toggle::after {
  display: none;
}

nav.navbar.bootsnav ul.nav>li.dropdown>a.dropdown-toggle:after {
  border: none;
}

@media screen and (max-width: 992px) {
  nav.navbar.bootsnav.no-full .navbar-collapse {
    overflow-x: hidden;
  }
}

@media screen and (min-width: 992px) {
  .navbar-nav {
    flex-direction: row-reverse !important;
  }
}

.navbar-nav {
  justify-content: flex-end;
  margin: 0 !important;
}

.header-search input {
  padding: 20px 138px;
  padding-right: 0;
  height: 40px;
  border-radius: 100px;
  background: transparent;
  border-color: var(--darkcolor);
}

.social .attr-nav>ul>li>a {
  padding: 28px 14px 15px;
}

.header-search button {
  position: absolute;
  right: 0;
  top: 0;
  background: #13be13;
  border: none;
  padding: 9px 36px;
  border-radius: 100px;
  color: var(--lightcolor);
}

.header-search {
  margin: 15px 0px;
}

.Top-rating-items .movie-item-contents {
  border-radius: 25px;
  margin-top: -8px;
}

.Top-rating-items .slick-slide.slick-active .movie-item-contents {
  height: 480px;
  margin-top: 40px;
}

.header-center {
  padding: 15px 0;
  border-bottom: 1px solid var(--darkcolor);
  border-top: 1px solid var(--darkcolor);
}

.header-search .btn-group.bootstrap-select {
  position: absolute;
}

.pagination>li>a,
.pagination>li>span {
  color: var(--lightcolor) fff;
  background-color: var(--darkcolor);
  margin: 0 5px;
  border-radius: 5px;
  border: none;
}

.pagination>.active>a,
.pagination>.active>a:focus,
.pagination>.active>a:hover,
.pagination>.active>span,
.pagination>.active>span:focus,
.pagination>.active>span:hover {
  color: var(--lightcolor);
  background-color: #13be13;
  border-color: #13be13;
}

.pagination>li:first-child>a,
.pagination>li:first-child>span {
  border-top-left-radius: 5px;
  border-bottom-left-radius: 5px;
}

/*** menu ***/

nav.navbar.bootsnav,
.bg-body-tertiary {
  background-color: #060f19 !important;
  border: none;
  border-bottom: none;
  direction: ltr;
}

nav.navbar.bootsnav .navbar-toggle {
  color: #fff;
  background-color: #060f19 !important;
}

nav.navbar.bootsnav ul.nav>li>a {
  padding: 25px 15px;
  font-size: 18px;
  color: var(--lightcolor);
  font-weight: bold;
  text-transform: capitalize;
}

nav.navbar.bootsnav ul.nav>li>a:hover {
  color: #13be13;
}

nav.navbar.bootsnav li.dropdown ul.dropdown-menu>li>a {
  border-bottom: none;
}

nav.navbar.bootsnav li.dropdown ul.dropdown-menu {
  border-top: none;
  background-color: #060f19;
  border: none;
  border-bottom-right-radius: 5px;
  border-bottom-left-radius: 5px;
}

nav.navbar.bootsnav ul.dropdown-menu.megamenu-content .content ul.menu-col li a:hover {
  color: #13be13;
}

nav.navbar.bootsnav li.dropdown ul.dropdown-menu>li>a {
  text-transform: capitalize;
  color: var(--lightcolor);
  font-weight: 600;
}

nav.navbar.bootsnav li.dropdown ul.dropdown-menu>li>a:hover {
  color: #13be13;
}

/** mega menu ***/

nav.navbar.bootsnav ul.dropdown-menu.megamenu-content .content ul.menu-col li a {
  padding: 8px 0;
  color: #e4e4e4;
  text-transform: capitalize;
}

.col-menu .title {
  font-size: 16px;
  color: var(--lightcolor);
  text-transform: uppercase;
  margin-bottom: 14px;
  font-weight: normal;
}

/*** slider ***/

.slider-items {
  position: relative;
}

.slider-contents {
  position: absolute;
  width: 100%;
  text-align: -webkit-center;
  top: 0;
  padding: 9% 0;
}

.slider-content {
  color: var(--lightcolor);
  overflow: hidden;
}

.slider-content>h3 {
  font-size: 16px;
  text-transform: capitalize;
}

.slider-content>h2 {
  font-size: 50px;
  letter-spacing: -3px;
  word-spacing: 2px;
  text-transform: uppercase;
  font-weight: 300;
  margin-top: 7px;
}

.slider-content>p {
  padding: 1px 110px;
  padding-bottom: 14px;
}

a.btn.btn-button {
  padding: 8px 19px;
  border-radius: 100px;
  color: var(--darkcolor1);
  font-weight: bold;
  border: 1px solid transparent;
  text-transform: capitalize;
}

.btn-button.green-bg:hover {
  background: var(--lightcolor);
  color: #171717;
  border: 1px solid transparent;
}

/*** category movie **/

/*** movie items ***/

.movie-item-contents {
  position: relative;
}

.time-bg {
  background-image: url(../images/coming-bg.jpg);
  background-position: center;
  padding: 12% 0;
  background-repeat: no-repeat;
  background-size: cover;
}

.movie-item-content {
  position: absolute;
  top: 0;
  width: 100%;
  height: 100%;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: 1;
}

.movie-item-content-top {
  overflow: hidden;
  padding-top: 25px;
}

span.movie-count-time {
  background: #13be13;
  padding: 6px 16px;
  display: block;
  border-top-right-radius: 50px;
  border-bottom-right-radius: 50px;
  color: var(--lightcolor);
}

.movie-ratting {
  margin-right: 13px;
  display: block;
  color: var(--lightcolor);
}

.movie-ratting>a {
  color: var(--lightcolor);
}

.movie-ratting>a>span {
  color: #13be13;
  margin-right: 5px;
}

.movie-item-content-buttom {
  position: absolute;
  bottom: 0;
  width: 100%;
  height: auto;
  padding-bottom: 20px;
}

.movie-item-title {
  padding: 0 20px;
  text-align: end;
}

.movie-item-contents:hover .movie-item-content-center {
  margin-top: 0;
  -webkit-transition: all 0.4s ease-in-out;
  -moz-transition: all 0.4s ease-in-out;
  -ms-transition: all 0.4s ease-in-out;
  -o-transition: all 0.4s ease-in-out;
  transition: all 0.4s ease-in-out;
}

.movie-item-title>a {
  color: var(--lightcolor);
  font-size: 25px;
  display: inline-block;
  font-weight: bold;
  line-height: 28px;
  text-transform: capitalize;
}
.h-300
{
  height: 300px;
  object-fit: cover;
}
.movie-item-contents img {
  width: 100%;
}

.movie-pardis .movie-item-contents img {
  width: 100%;
  height: 262px;
  object-fit: cover;
}

.movie-autho-name,
.movie-details {
  display: inline-block;
}

.movi-item-author img {
  width: 40px !important;
  height: 40px;
  border-radius: 100%;
  object-fit: cover;
  display: inline-block !important;
}

.movie-autho-name a {
  color: var(--lightcolor);
  font-size: 15px;
  font-weight: bold;
  margin-left: 10px;
}

.movi-item-author {
  padding-top: 16px;
}

a.button-detals {
  border-top-left-radius: 0 !important;
  border-bottom-left-radius: 0 !important;
}

.movie-date {
  display: inline-block;
  margin-left: 22px;
  color: var(--lightcolor);
  text-transform: capitalize;
  font-weight: bold;
}

.view-movie {
  display: inline-block;
  float: right;
}

.movie-item-beta {
  margin-top: 16px;
  padding-top: 16px;
}

.view-movie span {
  padding: 7px 14px;
  color: var(--darkcolor1);
  font-weight: bold;
  border-top-left-radius: 50px;
  border-bottom-left-radius: 50px;
  margin-top: 0;
  display: inline-block;
}

.hover-left {
  margin-left: -99px;
  -webkit-transition: all 0.4s ease-in-out;
  -moz-transition: all 0.4s ease-in-out;
  -ms-transition: all 0.4s ease-in-out;
  -o-transition: all 0.4s ease-in-out;
  transition: all 0.4s ease-in-out;
}

.hover-right {
  margin-right: -99px;
  -webkit-transition: all 0.4s ease-in-out;
  -moz-transition: all 0.4s ease-in-out;
  -ms-transition: all 0.4s ease-in-out;
  -o-transition: all 0.4s ease-in-out;
  transition: all 0.4s ease-in-out;
}

.movie-item-content:hover .hover-left {
  margin-left: 0;
  -webkit-transition: all 0.4s ease-in-out;
  -moz-transition: all 0.4s ease-in-out;
  -ms-transition: all 0.4s ease-in-out;
  -o-transition: all 0.4s ease-in-out;
  transition: all 0.4s ease-in-out;
}

.movie-item-content:hover .hover-right {
  margin-right: 0;
  -webkit-transition: all 0.4s ease-in-out;
  -moz-transition: all 0.4s ease-in-out;
  -ms-transition: all 0.4s ease-in-out;
  -o-transition: all 0.4s ease-in-out;
  transition: all 0.4s ease-in-out;
}

.Top-rating-items .owl-item.active.center .movie-item-contents {
  height: 500px;
  margin-top: -45px;
}

/*** new movie plylist ***/

.movie-item-playlist {
  overflow: hidden;
  background: var(--darkcolor);
}

.movi-plylist-top {
  display: block;
  overflow: hidden;
  border-bottom: 1px solid #060f19;
  padding: 15px;
}

.movi-plylist-top h2 {
  font-size: 17px;
  color: var(--lightcolor);
  text-transform: capitalize;
  font-weight: bold;
}

.movi-plylist-top P {
  color: var(--lightcolor);
  text-transform: capitalize;
  margin-top: 5px;
}

.movie-item-playlist-items {
  padding: 22px 17px;
}

.plylist-single {
  overflow: hidden;
  margin-bottom: 2px;
}

.plylist-single {
  padding-bottom: 15px;
}

.col-lg-8 .movie-big .movie-item-contents>img {
  width: 100%;
  object-fit: contain;
  min-height: 350px;
  max-height: 350px;
}
/*#movie-slide*/
/*{*/
/*  margin-top: 80px;*/
/*}*/
.slider-swiper .flaticon-send:hover::before {
  color: #13be13;
}

.slider-swiper .flaticon-send::before {
  font-size: 22px;
  color: #fff;
}

.slider-swiper .carousel-control.right {
  right: 25px;
  background: transparent;
}

.slider-swiper .carousel-control.left {
  left: 25px;
  transform: rotate(180deg);
  background: transparent;
  right: auto;
}

.slider-swiper {
  position: relative;
  overflow: hidden;
}

.slider-swiper .swiper-button-prev:after,
.slider-swiper .swiper-button-next:after {
  display: none;
}

.plylist-img {
  float: left;
  margin-right: 15px;
  padding-bottom: 0;
}

.movie-item-title>a {
  line-height: 1.5;
  font-size: 19px;
  direction: rtl;
}

.plylist-single-content>a {
  color: var(--lightcolor);
  font-size: 15px;
  font-weight: bold;
  line-height: 17px;
}

.new-movie-inner .owl-nav {
  position: absolute;
  top: 0;
  right: -25em;
}

.category-movie-items .owl-nav {
  position: absolute;
  right: 41px;
  top: -63px;
}

.view-movi a {
  font-size: 13px;
  font-weight: bold;
  color: var(--lightcolor);
  display: block;
  margin-top: 0;
}

.plylist-single-content>a:hover {
  color: #13be13;
}

.plylist-single-content>ul {}

.plylist-single-content>ul>li {
  display: inline-block;
}

.plylist-single-content ul li a {
  color: var(--lightcolor);
}

li.novie-upload-time {
  float: left;
}

li.movie-time {
  float: right;
}

.syotimer-cell {
  display: inline-block;
  color: var(--lightcolor);
  margin: 16px;
}

.syotimer-cell__value {
  background: #060f19;
  padding: 6px;
  width: 45px;
  font-size: 18px;
  font-weight: bold;
  height: 45px;
  text-align: center;
  line-height: 36px;
  margin: 0 auto;
}

.syotimer-cell_type_day .syotimer-cell__value,
.syotimer-cell_type_day .syotimer-cell__unit {
  color: #13be13;
}

.syotimer-cell_type_hour .syotimer-cell__value,
.syotimer-cell_type_hour .syotimer-cell__unit {
  color: #ffa800;
}

.syotimer-cell_type_minute .syotimer-cell__value,
.syotimer-cell_type_minute .syotimer-cell__unit {
  color: #6ffff3;
}

.syotimer-cell_type_second .syotimer-cell__value,
.syotimer-cell_type_second .syotimer-cell__unit {
  color: #cedb38;
}

.syotimer-cell__unit {
  text-transform: capitalize;
  margin-top: 9px;
  font-size: 14px;
  font-weight: bold;
}

/*** comming soon banner **/

.timer-section {
  position: relative;
  height: 100%;
  width: 100%;
}

.timer-contents {
  position: absolute;
  top: 0;
  left: auto;
  right: auto;
  width: 100%;
  height: 100%;
  bottom: auto;
  padding: 9% 0;
}

.timer-content {
  text-align: center;
  height: 300px;
  margin: 0 auto;
  display: table;
  position: absolute;
  z-index: 2;
}

.timer-content h5 {
  font-size: 24px;
  font-weight: bold;
  text-transform: uppercase;
}

.timer-content h2 {
  font-size: 70px;
  color: var(--lightcolor);
  font-weight: 300;
  text-transform: uppercase;
  padding: 12px;
}

.timer-content p {
  color: var(--lightcolor);
  font-weight: bold;
  text-transform: uppercase;
  font-size: 22px;
  background: #0f1828;
  padding: 10px;
}

.timer-content p {
  color: var(--lightcolor);
  font-weight: bold;
  text-transform: uppercase;
  font-size: 22px;
  background: #0f1828;
  padding: 10px;
}

.timer-section:after {
  content: "";
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  background-color: rgba(9, 20, 31, 0.5);
  position: absolute;
  z-index: 1;
}

/*** Category product ***/

.cat-menu ul li {
  display: inline-block;
  margin-right: 33px;
  font-size: 18px;
}

.cat-menu ul li span {
  color: var(--lightcolor);
  position: relative;
  cursor: pointer;
}

.cat-menu ul li span:hover:after {
  width: 100%;
}

.cat-menu ul li span:hover {
  color: #13be13;
  -webkit-transition: all 0.4s ease-in-out;
  -moz-transition: all 0.4s ease-in-out;
  -ms-transition: all 0.4s ease-in-out;
  -o-transition: all 0.4s ease-in-out;
  transition: all 0.4s ease-in-out;
}

.movie-item-content-center a img {
  width: 40px !important;
  height: 40px;
  margin: 0 auto;
}

.cat-menu {
  margin-top: 30px;
  margin-bottom: 33px;
}

.item-cat ul li span {
  color: var(--lightcolor);
  font-size: 15px;
  font-weight: bold;
  margin-right: 9px;
}

.item-cat {
  padding: 5px 22px;
  padding-top: 12px;
  padding-bottom: 12px;
  overflow: hidden;
}

.movie-item-content:hover .item-cat-hover {
  margin-bottom: 0;
  transition: all 0.4s ease-in-out;
}

.item-cat ul li a {
  font-size: 14px;
  color: var(--lightcolor);
  font-weight: bold;
}

.item-cat-hover ul li a {
  font-size: 14px;
  font-weight: normal;
  text-transform: capitalize;
}

.category-items .movie-item-beta {
  margin-top: 0;
  border-top: none;
  padding-top: 6px;
}

.item-cat-hover ul li span {
  font-size: 15px;
  font-weight: normal;
  text-transform: capitalize;
}

.item-cat-hover ul li span,
.item-cat-hover ul li a {
  text-transform: uppercase;
}

.item-cat-hover {
  margin-top: 9px;
  margin-bottom: -58px;
  transition: all 0.4s ease-in-out;
}

.cat-menu ul li span:after {
  content: "";
  width: 0px;
  height: 1px;
  background: #13be13;
  position: absolute;
  left: 0;
  bottom: -2px;
  -webkit-transition: all 0.4s ease-in-out;
  -moz-transition: all 0.4s ease-in-out;
  -ms-transition: all 0.4s ease-in-out;
  -o-transition: all 0.4s ease-in-out;
  transition: all 0.4s ease-in-out;
}

.cat-menu ul li.active span:after,

.cat-menu ul li span:hover:after {
  width: 100%;
  -webkit-transition: all 0.4s ease-in-out;
  -moz-transition: all 0.4s ease-in-out;
  -ms-transition: all 0.4s ease-in-out;
  -o-transition: all 0.4s ease-in-out;
  transition: all 0.4s ease-in-out;
}

/*** Latest news **/

.latest-news span.movie-count-time {
  border-top-left-radius: 50px;
  border-bottom-left-radius: 50px;
  border-top-right-radius: 0;
  border-bottom-right-radius: 0;
}

.blog-meta {
  display: inline-block;
  text-align: right;
  float: right;
  margin-right: 20px;
}

.blog-meta>ul li>a {
  color: var(--lightcolor);
  font-weight: bold;
  text-transform: capitalize;
  margin: 6px;
}

.sharesocial-link,
.blog-meta>ul,
.blog-meta>ul li {
  display: inline-block;
}

.home-2 .share-hover {
  background: #f36522;
}

.home-3 .share-hover,
.home-4 .share-hover {
  background: #ff1744;
}

.home-5 .share-hover {
  background: #f978cc;
}

.share-hover {
  position: absolute;
  top: -5px;
  right: 0;
  background: #13be13;
  margin-right: 0px;
  width: 220px;
  padding: 4px 6px;
  border-top-left-radius: 50px;
  border-bottom-left-radius: 50px;
  margin-right: -500px;
  -webkit-transition: all 0.4s ease-in-out;
  -moz-transition: all 0.4s ease-in-out;
  -ms-transition: all 0.4s ease-in-out;
  -o-transition: all 0.4s ease-in-out;
  transition: all 0.4s ease-in-out;
}

.share-text>span {
  font-weight: bold;
  text-transform: capitalize;
  cursor: pointer;
  color: var(--lightcolor);
}

.sharesocial-link {
  margin-right: 20px;
}

.share-hover>ul li {
  display: inline-block;
}

.share-text {
  position: relative;
}

.hadding-area p {
  font-size: 16px;
  padding: 10px 0;
  font-weight: 300;
}

.share-hover>ul li>a {
  width: 35px;
  height: 35px;
  display: block;
  background: #171717;
  border-radius: 100%;
  padding: 6px 0px;
  text-align: center;
  margin-right: 3px;
  color: var(--lightcolor);
}

.share-text:hover .share-hover {
  margin-right: -40px;
  -webkit-transition: all 0.4s ease-in-out;
  -moz-transition: all 0.4s ease-in-out;
  -ms-transition: all 0.4s ease-in-out;
  -o-transition: all 0.4s ease-in-out;
  transition: all 0.4s ease-in-out;
}

.latest-news span.movie-count-time {
  border-top-right-radius: 0;
  border-bottom-right-radius: 0;
  border-top-left-radius: 50px;
  border-bottom-left-radius: 50px;
}

.latest-news .movie-item-contents {
  overflow: hidden;
}

.latest-news-small .movie-item-title a {
  font-size: 16px;
  line-height: 22px;
}

.latest-news-small .movie-item-beta {
  border-top: none;
}

.latest-news-small .movie-item-contents:after {
  position: absolute;
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
  z-index: 0;
  content: "";
  background-color: rgba(6, 15, 25, 0.6);
}

.buy-ticket-bg {
  background-image: url(../images/form-bg.png);
  padding: 10% 9%;
  background-size: cover;
  background-position: top;
  padding-bottom: 9%;
}

.latest-news-section {
  padding-bottom: 90px;
}

.buy-ticket-section {
  position: relative;
}

.buy-ticket-inner {
  position: absolute;
  width: 100%;
  top: -185px;
  z-index: 2;
}

.buy-ticket-select select {
  height: 62px;
  font-size: 17px;
  text-transform: capitalize;
  background: transparent;
  border: 2px solid #5ad25a;
  border-radius: 100px;
  color: var(--lightcolor);
  cursor: pointer;
  padding: 17px 19px;
}

.buy-ticket-select select:focus {
  border: 2px solid #5ad25a;
}

.buy-ticket-select select option {
  color: #333;
  height: 49px;
  padding: 10px;
  font-size: 15px;
}

.movie-item-content-center {
  margin: 0 auto;
  position: absolute;
  top: 37%;
  bottom: auto;
  text-align: center;
  left: 0;
  right: 0;
  margin-top: -100%;
  -webkit-transition: all 0.4s ease-in-out;
  -moz-transition: all 0.4s ease-in-out;
  -ms-transition: all 0.4s ease-in-out;
  -o-transition: all 0.4s ease-in-out;
  transition: all 0.4s ease-in-out;
}

.movie-item-content-center a {
  font-size: 42px;
  color: var(--lightcolor);
}

.ft-content p {
  color: var(--lightcolor);
  padding: 20px 0;
}

/*** Footer **/

.footer-bg {
  /*background-image: url(../images/ft-bg.jpg);*/
  background-position: top;
  background-size: cover;
  padding: 118px 0;
  position: relative;
  z-index: 0;
  padding-bottom: 42px;
}

.socialsocial-link ul li {
  display: inline-block;
}

.socialsocial-link ul li a {
  width: 35px;
  height: 35px;
  display: block;
  padding: 7px 0;
  text-align: center;
  border-radius: 100%;
  color: var(--lightcolor);
  margin-right: 8px;
}

.socialsocial-link ul li a:hover {
  color: #333;
  background: var(--lightcolor);
}

a.ft-fb {
  background: #3b5998;
}

a.ft-twitter {
  background-color: #02b0e8;
}

a.ft-youtube {
  background-color: #c22e2a;
}

a.ftsocial-linkedin {
  background-color: #00a098;
  color: var(--lightcolor);
}

a.ft-pintarest {
  background-color: #b00a1b;
}

.ft-content img {
  width: 100%;
}

.footer-bg:after {
  content: "";
  width: 100%;
  height: 100%;
  background-color: rgba(6, 15, 25, 0.9);
  position: absolute;
  left: 0;
  top: 0;
  z-index: -2;
}

.ft-widget h2 span {
  font-size: 18px;
  color: var(--lightcolor);
  font-weight: bold;
  position: relative;
  padding-bottom: 3px;
  display: block;
  text-transform: capitalize;
}

.ft-widget h2 span:after {
  content: "";
  width: 33px;
  height: 2px;
  background: var(--lightcolor);
  position: absolute;
  left: 0;
  bottom: -3px;
}

.ft-content>ul {
  margin-top: 16px;
}

.ft-content>ul li a {
  line-height: 33px;
  color: var(--lightcolor);
  text-transform: capitalize;
  font-size: 14px;
}

.ft-content>ul li a:hover {
  color: #13be13;
  margin-left: 7px;
}

.twitter-meta ul li {
  display: inline-block;
  margin: 0px 5px;
}

.twitter-meta ul li a span {
  margin: 4px;
}

.view-movi a:hover {
  color: #13be13;
}

.ft-twitter-icon {
  display: inline-block;
  clear: both;
  float: left;
  height: 119px;
  margin-right: 24px;
  margin-top: 20px;
  color: #13be13;
  font-size: 17px;
}

.ft-twitter-icon span {
  position: relative;
}

.ft-twitter-icon span:after {
  content: "";
  height: 41px;
  width: 2px;
  background: #13be13;
  position: absolute;
  right: -9px;
  top: -12px;
}

.ft-content.twitter-contnt {
  padding: 21px;
  background-color: rgba(6, 15, 25, 0.4);
}

.twitter-contnt h2 {
  margin-bottom: 21px;
}

.twitter-dec>a {
  color: var(--lightcolor);
  font-weight: bold;
}

.twitter-dec>a:hover {
  color: #13be13;
}

.ft-content.twitter-contnt {
  padding: 21px;
  background-color: rgba(6, 15, 25, 0.4);
}

.twitter-contnt h2 {
  margin-bottom: 21px;
}

.twitter-dec>a {
  color: var(--lightcolor);
  font-weight: bold;
}

.twitter-dec>a:hover {
  color: #13be13;
}

.twitter-meta ul li a {
  color: #999999;
}

.twitter-meta ul li a:hover {
  color: #13be13;
}

.newsletter-input {
  position: relative;
  margin-top: 24px;
}

.newsletter-input input {
  width: 100%;
  border-radius: 100px;
  background: transparent;
  border: 1px solid var(--lightcolor);
  padding: 7px 16px;
  height: 42px;
  color: var(--lightcolor);
}

.cat-menu ul li:focus {
  outline: none;
}

button.newsletter-btn {
  position: absolute;
  right: 0;
  top: 0;
  background: transparent;
  color: var(--lightcolor);
  border: transparent;
  border-left: 1px solid var(--lightcolor);
  padding: 10px 19px;
  height: 100%;
}

.newsletter-input input:focus {
  outline: none;
  box-shadow: none;
  border-color: var(--lightcolor);
}

button.newsletter-btn:hover {
  background: #13be13;
  border-radius: 100px;
  border-top-left-radius: 0;
  border-bottom-left-radius: 0;
  border-color: #13be13;
}

.ft-widget .newsletter {
  margin-top: 20px;
}

.tab-contents .active .owl-carousel.owl-loaded {
  display: block;
  opacity: 1;
}

.tab-contents {
  min-height: 400px;
}

.tab-pane.fade.active .owl-carousel .owl-item {
  display: block;
}

.tab-pane.fade .owl-carousel .owl-item {
  display: none;
}

.nav-tabs>li>a {
  border: none !important;
  outline: none !important;
}

.nav-tabs>li>a:hover {
  border-color: transparent;
  background: transparent;
  border: 1px solid transparent;
}

.nav-tabs>li.active>a,
.nav-tabs>li.active>a:focus,
.nav-tabs>li.active>a:hover {
  cursor: pointer;
  background-color: transparent;
  border: none;
}

.cat-menu .nav-tabs {
  border-bottom: none;
}

.buy-ticket-btn {
  text-align: center;
  margin-top: 46px;
  width: 100%;
  display: inline-block;
}

.buy-ticket-btn .btn.btn-button {
  border: 2px solid var(--lightcolor);
  padding: 16px 46px;
}

.buy-ticket-btn .btn.btn-button:hover {
  background: var(--lightcolor);
  color: #333;
}

.footer-menu ul li {
  display: inline-block;
}

.footer-menu ul li a {
  display: block;
  margin-right: 28px;
  font-size: 15px;
  text-transform: capitalize;
  color: var(--lightcolor);
}

.copyright-text {
  text-align: right;
  color: var(--lightcolor);
}

.copyright-text a {
  color: #13be13;
  text-transform: capitalize;
}

.copyright-text a:hover {
  color: var(--lightcolor);
}

.copyright {
  padding: 20px 0 15px 0;
}

.footer-menu ul li a:hover {
  color: #13be13;
}

/****  HOME PAGE 2 ALL CODE ***/

/*** HEADER **/

.top-search .input-group {
  padding: 0 24px;
}

.header-2 .navbar-brand {
  height: auto;
  margin-right: 50px;
}

.header-2 .attr-nav>ul>li>a {
  color: var(--lightcolor);
  padding: 10px 26px;
  background: #f36522;
  text-transform: uppercase;
  font-weight: bold;
  border-radius: 100px;
  margin: 17px 0;
}

.header-2 nav.navbar.bootsnav ul.nav>li>a {
  padding: 37px 15px;
}

.header-2 {
  position: absolute;
  width: 100%;
  z-index: 3;
}

.header-2 .top-header {
  border-bottom: 1px solid var(--darkcolor);
}

.header-2 .attr-nav>ul>li>a:hover {
  background-color: #060f19;
}

.header-2 nav.navbar.bootsnav {
  background-color: transparent;
  border: none;
  border-bottom: none;
}

.slider-2 .movie-item-content-center {
  top: 30%;
}

.control-round .carousel-control.left:hover,
.control-round .carousel-control.right:hover {
  background: transparent;
}

.slider-2 a.carousel-control span:hover {
  color: #f36522;
}

.slide-movie-items .movie-item-content-center {
  top: 31%;
}

.home-3 .slider-section a.carousel-control span:hover {
  color: #ff1744;
}

.home-2 .header-2 .attr-nav>ul>li>a {
  background: #f36522;
}

.slider-2 .slider-img:after {
  content: "";
  width: 100%;
  height: 100%;
  background: -webkit-linear-gradient(to top,
  rgba(242, 101, 34, 0.51) -18%,
  rgba(10, 21, 33, 0.9) 75%);
  background: linear-gradient(to top,
  rgba(242, 101, 34, 0.51) -18%,
  rgba(10, 21, 33, 0.9) 75%);
  position: absolute;
  left: 0;
  top: 0;
  z-index: 2;
}

.slider-2 .slider-img {
  position: relative;
  z-index: -1;
}

.slider-2 .slider-contents {
  padding: 11% 0;
  padding-bottom: 28px;
}

.slider-2.bs-slider {
  overflow: hidden;
  max-height: 100%;
  position: relative;
}

.slider-2 .slider-content {
  color: var(--lightcolor);
  overflow: hidden;
  padding: 17% 0;
}

.slider-2 .item-cat,
.slider-2 .movie-item-title,
.slider-2 .movie-item-beta {
  text-align: left;
}

.slider-2 .slider-content>h2 {
  font-size: 60px;
  letter-spacing: -3px;
  word-spacing: -2px;
  text-transform: uppercase;
  margin: 9px;
}

.slider-2 .slider-content>p {
  font-size: 18px;
  padding: 1px 70px;
  line-height: 27px;
  margin-bottom: 10px;
}

.slider-2 .slider-content>h3 {
  font-size: 20px;
  margin-bottom: 6px;
}

.top-search {
  background-color: #0a1726;
}

.home-2 .plylist-single-content>a:hover,
.home-2 .view-movi a:hover,
.home-2 .top-accounts ul li a:hover,
.home-2 nav.navbar.bootsnav ul.nav>li>a:hover,
.home-2 nav.navbar.bootsnav li.dropdown ul.dropdown-menu>li>a:hover,
.home-2 nav.navbar.bootsnav ul.dropdown-menu.megamenu-content .content ul.menu-col li a:hover,
.home-2 .movie-ratting>a>span,
.home-2 .twitter-dec>a:hover,
.home-2 .twitter-meta ul li a:hover,
.home-2 .ft-twitter-icon,
.home-2 .ft-content>ul li a:hover,
.home-2 .footer-menu ul li a:hover,
.home-2 .copyright-text a,
.home-2 .cat-menu ul li span:hover,
.home-2 .syotimer-cell_type_day .syotimer-cell__value,
.home-2 .syotimer-cell_type_day .syotimer-cell__unit {
  color: #f36522;
}

.home-2 span.movie-count-time,
.home-2 .ft-twitter-icon span:after,
.home-2 .cat-menu ul li span:after,
.home-2 button.newsletter-btn:hover {
  background-color: #f36522;
}

.home-2 button.newsletter-btn:hover {
  border-color: #f36522;
}

.home-2 .buy-ticket-bg {
  background-image: url(../images/form-bg2.png);
}

.home-2 .buy-ticket-select select {
  border: 2px solid #f69465;
}

.home-2 .hadding-area {
  border-left: 2px solid #f36522;
}

.home-2 .footer-bg {
  background-image: none;
}

.home-2 .footer-bg:after {
  background-color: var(--darkcolor);
}

/*** home page 3 ***/

.header-2 .attr-nav>ul>li>a {
  background: #ff1744;
}

.home-3 .plylist-single-content>a:hover,
.home-3 .view-movi a:hover,
.home-3 .top-accounts ul li a:hover,
.home-3 nav.navbar.bootsnav ul.nav>li>a:hover,
.home-3 nav.navbar.bootsnav li.dropdown ul.dropdown-menu>li>a:hover,
.home-3 nav.navbar.bootsnav ul.dropdown-menu.megamenu-content .content ul.menu-col li a:hover,
.home-3 .movie-ratting>a>span,
.home-3 .twitter-dec>a:hover,
.home-3 .twitter-meta ul li a:hover,
.home-3 .ft-twitter-icon,
.home-3 .ft-content>ul li a:hover,
.home-3 .footer-menu ul li a:hover,
.home-3 .copyright-text a,
.home-3 .cat-menu ul li span:hover,
.home-3 .syotimer-cell_type_day .syotimer-cell__value,
.home-3 .syotimer-cell_type_day .syotimer-cell__unit,
.home-3 .movie-item-content-center a:hover,
.home-3 .owl-next,
.home-3 .owl-prev,
.home-3 .plylist-wich span:hover {
  color: #ff1744;
}

.home-3 span.movie-count-time,
.home-3 .ft-twitter-icon span:after,
.home-3 .cat-menu ul li span:after,
.home-4 button.newsletter-btn:hover,
.home-4 span.movie-count-time,
.home-4 .ft-twitter-icon span:after,
.home-4 .cat-menu ul li span:after,
.home-4 button.newsletter-btn:hover,
.home-3 .owl-next:hover,
.home-3 .owl-prev:hover {
  background-color: #ff1744;
}

.home-3 button.newsletter-btn:hover {
  border-color: #ff1744;
  background: #ff1744;
}

.home-3 .buy-ticket-bg {
  background-image: url(../images/form-bg2.png);
}

.home-4 .buy-ticket-bg {
  background-image: none;
  background: #ff1744;
  padding-bottom: 55px;
  padding-top: 91px;
}

.home-3 .buy-ticket-select select {
  border: 2px solid #f69465;
}

.home-3 .hadding-area,
.home-4 .hadding-area {
  border-left: 2px solid #ff1744;
}

.home-3 .footer-bg,
.home-4 .footer-bg {
  background-image: none;
  padding-top: 75px;
}

.home-3 .slider-2 .slider-content>p {
  padding: 1px 0px;
}

.home-3 .slider-2 .slider-content>h2 {
  font-size: 58px;
  font-weight: bold;
}

.home-3 .slider-2 .slider-img:after {
  background: no-repeat;
}

.home-3 .category-movie-items .movie-item-title>a {
  font-size: 18px;
}

.home-3 .border-top {
  border-color: rgba(160, 126, 135, 0.91);
}

.home-3 .latest-news-section {
  padding-bottom: 75px;
}

.home-3 .footer-bg:after {
  background-color: #040a11;
}

.home-3 .ft-content.twitter-contnt {
  background-color: #060f19;
}

.home-3 .ft-img:after {
  content: "";
  width: 100%;
  height: 100%;
  background: rgba(255, 23, 68, 0.5);
  left: 0;
  top: 0;
  position: absolute;
}

.ft-img {
  position: relative;
}

.home-3 .twitter-dec p {
  padding-top: 4px;
}

.header-2 .attr-nav>ul>li.side-menu>a {
  padding: 7px 12px;
  border-radius: 100%;
  width: 35px;
  height: 35px;
  margin-top: 22px;
  margin-left: 10px;
}

/*** home 4 **/

.side .widget {
  border: none;
}

.home-4 button.newsletter-btn:hover {
  background: #ff1744;
  border: 1px solid transparent;
  padding: 10px 15px;
}

.home-4 .plylist-single-content>a:hover,
.home-4 .view-movi a:hover,
.home-4 .top-accounts ul li a:hover,
.home-4 nav.navbar.bootsnav ul.nav>li>a:hover,
.home-4 nav.navbar.bootsnav li.dropdown ul.dropdown-menu>li>a:hover,
.home-4 nav.navbar.bootsnav ul.dropdown-menu.megamenu-content .content ul.menu-col li a:hover,
.home-4 .movie-ratting>a>span,
.home-4 .twitter-dec>a:hover,
.home-4 .twitter-meta ul li a:hover,
.home-4 .ft-twitter-icon,
.home-4 .ft-content>ul li a:hover,
.home-4 .footer-menu ul li a:hover,
.home-4 .copyright-text a,
.home-4 .cat-menu ul li span:hover,
.home-4 .syotimer-cell_type_day .syotimer-cell__value,
.home-4 .syotimer-cell_type_day .syotimer-cell__unit,
.home-4 .slider-section a.carousel-control span:hover,
.home-4 .owl-next,
.home-4 .owl-prev,
.home-4 .plylist-wich span:hover {
  color: #ff1744;
}

.home-4 .owl-next:hover,
.home-4 .owl-prev:hover {
  background-color: #ff1744;
  border-color: transparent;
}

.home-4 .owl-next,
.home-4 .owl-prev {
  border: 1px solid #ff1744;
}

.home-4 .slider-2 .slider-content>p {
  padding: 1px 0px;
}

.home-4 .slider-2 .slider-content>h2 {
  font-size: 58px;
  font-weight: bold;
}

.home-4 .slider-2 .slider-img:after {
  background: no-repeat;
}

.home-4 .category-movie-items .movie-item-title>a {
  font-size: 18px;
}

.home-4 .border-top {
  border-color: rgba(160, 126, 135, 0.91);
}

.home-4 .latest-news-section {
  padding-bottom: 75px;
}

.home-4 .footer-bg:after {
  background-color: #040a11;
}

.home-4 .hadding-area {
  border-bottom: 1px solid #e8e8e8;
}

.home-4 .ft-content.twitter-contnt {
  background-color: #060f19;
}

.home-4 .ft-img:after {
  content: "";
  width: 100%;
  height: 100%;
  background: rgba(255, 23, 68, 0.5);
  left: 0;
  top: 0;
  position: absolute;
}

.home-4 .category-movie {
  padding-bottom: 75px;
}

.ft-img {
  position: relative;
}

.home-4 .twitter-dec p {
  padding-top: 4px;
}

.home-4 .buy-ticket-select select {
  border: 2px solid #ff5d7c;
}

.home-4 .new-movie {
  padding-top: 180px;
}

.main.home-4 {
  background: var(--lightcolor);
}

.main.home-4 {
  background: var(--lightcolor);
  color: #333;
}

.home-4 .hadding-area p {
  font-weight: normal;
}

.home-4 .cat-menu ul li span,
.home-4 .hadding-area,
.home-4 .footer-menu ul li a,
.home-4 .copyright-text,
.home-5 .cat-menu ul li span {
  color: #333;
}

.home-4 .cat-menu ul li span:hover {
  color: #ff1744;
}

.home-4 .timer-contents {
  padding: 5% 0;
}

.home-4 .slider-contents {
  padding: 5% 0;
  padding-bottom: 0;
}

/*** home 5 **/

.home-5 nav.navbar.bootsnav {
  background-color: var(--lightcolor);
}

.home-5 nav.navbar.bootsnav ul.nav>li>a {
  color: #060f19;
}

.home-5 nav.navbar.bootsnav ul.nav>li>a {
  padding: 38px 15px;
  color: #060f19;
}

.home-5 .navbar-brand {
  height: auto;
  margin-right: 50px;
}

.home-5 .attr-nav>ul>li>a {
  color: var(--lightcolor);
  display: block;
  padding: 6px 17px;
  position: relative;
  background: #f978cc;
  border-radius: 100px;
  margin: 28px 0;
}

.home-5 .attr-nav>ul>li>a:hover {
  background: #060f19;
}

.home-5 .bs-slider {
  overflow: hidden;
  max-height: 700px;
  position: relative;
  z-index: 1;
}

.home-5 .top-rating {
  margin-top: -190px;
  z-index: 9999;
}

.home-5 #toprating .owl-controls {
  display: none;
}

.home-5 .top-accounts ul li a:hover,
.home-5 nav.navbar.bootsnav ul.nav>li>a:hover,
.home-5 nav.navbar.bootsnav li.dropdown ul.dropdown-menu>li>a:hover,
.home-5 nav.navbar.bootsnav ul.dropdown-menu.megamenu-content .content ul.menu-col li a:hover,
.home-5 .movie-ratting>a>span,
.home-5 .plylist-single-content>a:hover,
.home-5 .view-movi a:hover,
.home-5 .ft-content>ul li a:hover,
.home-5 .ft-twitter-icon,
.home-5 .syotimer-cell_type_day .syotimer-cell__value,
.home-5 .syotimer-cell_type_day .syotimer-cell__unit,
.home-5 .twitter-dec>a:hover,
.home-5 .footer-menu ul li a:hover,
.home-5 .copyright-text a,
.home-5 .cat-menu ul li span:hover,
.home-5 .owl-next,
.home-5 .owl-prev,
.home-5 .movie-item-content-center a:hover,
.home-5 .slider-section a.carousel-control span:hover,
.home-5 .plylist-wich span:hover {
  color: #f978cc;
}

.home-5 .cat-menu ul li span:after,
.home-5 span.movie-count-time,
.home-5 .ft-twitter-icon span:after,
.home-5 .owl-next:hover,
.home-5 .owl-prev:hover,
.home-5 button.newsletter-btn:hover {
  background: #ff7cd1;
}

body .main.home-5 {
  background: var(--lightcolor);
}

.home-5 .top-accounts ul li a,
.home-5 .top-messages>p,
.home-5 .top-visitor>p,
.home-5 .ft-content p,
.home-5 .ft-content>ul li a,
.home-5 .ft-widget h2 span,
.home-5 .ft-widget h2 span:after,
.home-5 .twitter-dec>a {
  color: #333;
}

.home-5 .top-header {
  border-bottom: 1px solid #e8e8e8;
}

.home-5 .time-bg {
  padding-bottom: 21%;
}

.home-5 button.newsletter-btn:hover,
.home-5 .owl-next,
.home-5 .owl-prev {
  border-color: #ff7cd1;
}

.home-5 .hadding-area {
  color: #333;
  border-left: 2px solid #ff7cd1;
  border-bottom: 1px solid #dadada;
}

.home-5 .hadding-area p {
  font-weight: normal;
}

.home-5 .new-movie {
  padding-bottom: 75px;
}

.home-5 .buy-ticket-bg5 {
  background-image: url(../images/form-bg3.png);
  padding: 8% 9%;
  background-size: cover;
  background-position: bottom;
  padding-bottom: 4%;
}

.home-5 .buy-ticket-select select {
  height: 56px;
  border: 2px solid #51575e;
}

.home-5 .footer-bg {
  background-image: none;
  padding-top: 260px;
}

.home-5 .footer-bg:after {
  background-color: var(--lightcolor);
}

.home-5 .copyright {
  background: #060f19;
}

.home-5 .ft-content.twitter-contnt {
  background-color: transparent;
  border: 1px solid #e8e8e8;
}

.home-5 .twitter-dec p {
  padding-top: 3px;
}

.home-5 .newsletter-input input {
  border: 2px solid #060f19;
  color: #333;
}

.home-5 button.newsletter-btn {
  color: #060f19;
  border-left: 2px solid #060f19;
}

.home-5 .ft-img {
  position: relative;
}

.twitter-dec p {
  padding-top: 6px;
}

.home-5 .ft-img:after {
  content: "";
  background: rgba(255, 124, 209, 0.5);
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
}

/***** Inner page ***/

/*** breadcrumbs ***/

.breadcrumbs {
  background-color: var(--darkcolor);
  padding: 22px;
}

ul.go-home {
  display: inline-block;
  float: right;
  padding-top: 9px;
}

.breadcrumb>li+li:before {
  padding: 5px;
  color: var(--lightcolor);
  content: "\f105";
  font-family: fontawesome;
  margin: 2px;
  display: inline-block;
  font-size: 15px;
}

.breadcrumb>li a:hover {
  color: #13be13;
}

.breadcrumb>li a {
  color: var(--lightcolor);
  font-weight: bold;
  font-size: 15px;
}

ul.go-home li a {
  color: var(--lightcolor);
  font-weight: bold;
}

ul.go-home li a:after {
  content: "\f105";
  font-family: fontawesome;
  margin-left: 6px;
}

ul.go-home li a:hover {
  color: #13be13;
}

.breadcrumb {
  padding: 0;
  margin-bottom: 0;
  list-style: none;
  background-color: transparent;
  border-radius: 4px;
  display: inline-block;
}

.breadcrumb>li {
  display: inline-block;
  font-weight: bold;
  font-size: 20px;
  color: #13be13;
}

.page-template .footer-bg {
  background-position: center;
  padding-top: 58px;
}

/**** shop page right side ***/

a.btn-no-bg {
  border: 2px solid var(--lightcolor);
  padding: 10px 32px;
  display: inline-block;
  overflow: hidden;
  clear: both;
  border-radius: 100px;
  text-transform: capitalize;
  font-weight: bold;
  color: var(--lightcolor);
  font-size: 15px;
}

a.btn-no-bg:hover {
  background: #13be13;
  border-color: #13be13;
}

.banner-img {
  position: relative;
  border-radius: 10px;
}

.full-withcon {
  position: absolute;
  top: 0;
  left: 0;
  padding-left: 35px;
  padding-right: 43%;
  padding-top: 33px;
  z-index: 1;
}

.full-withcon h2 {
  color: var(--lightcolor);
  font-weight: bold;
  font-size: 30px;
  border-bottom: 1px solid var(--lightcolor);
  position: relative;
  padding-bottom: 5px;
}

.full-withcon p {
  margin: 9px 3px;
  padding-bottom: 6px;
  color: var(--lightcolor);
  padding-right: 69px;
}

.fullwithhadidng:after {
  content: "";
  width: 119px;
  height: 1px;
  background: #13be13;
  position: absolute;
  left: 0;
  bottom: -1px;
  -webkit-transition: all 0.4s ease-in-out;
  -moz-transition: all 0.4s ease-in-out;
  -ms-transition: all 0.4s ease-in-out;
  -o-transition: all 0.4s ease-in-out;
  transition: all 0.4s ease-in-out;
}

.full-withbanner:hover .fullwithhadidng:after {
  width: 100%;
  -webkit-transition: all 0.4s ease-in-out;
  -moz-transition: all 0.4s ease-in-out;
  -ms-transition: all 0.4s ease-in-out;
  -o-transition: all 0.4s ease-in-out;
  transition: all 0.4s ease-in-out;
}

.banner-img:after {
  content: "";
  width: 100%;
  height: 100%;
  background: rgba(6, 15, 25, 0.7);
  position: absolute;
  left: 0;
  top: 0;
  z-index: 0;
}

/**** product page ***/

/*** product filter ***/

.product-filter .pagination {
  margin: 0;
}

.product-filter-list .nav {
  padding: 0;
}

.product-filter {
  border: 1px solid var(--darkcolor);
  padding: 9px;
  border-radius: 5px;
  margin-bottom: 30px;
  display: inline-block;
  width: 100%;
}

.product-filter-list {
  padding: 10px 0;
  padding-bottom: 0;
}

.product-filter-list .nav a {
  width: 35px;
  display: inline-block;
  background: var(--darkcolor);
  height: 35px;
  text-align: center;
  padding: 7px;
  border-radius: 5px;
  color: var(--lightcolor);
  margin: 0 3px;
}

.product-filter-list .bootstrap-select>.dropdown-toggle {
  width: auto;
  padding-right: 25px;
  z-index: 1;
}

.product-filter-list .nav a:hover,
.product-filter-list .nav a.active {
  background: #13be13;
  color: var(--lightcolor) fff;
}

.product-filter-list .pagination-wrapper {
  text-align: right;
}

.product-filter-list .btn-default {
  color: #333;
  background-color: var(--darkcolor);
  border-color: var(--darkcolor);
}

.product-filter-list .bootstrap-select>.dropdown-toggle.bs-placeholder {
  color: var(--lightcolor);
}

.product-filter-list .open>.dropdown-toggle.btn-default.focus,
.product-filter-list .open>.dropdown-toggle.btn-default:focus,
.product-filter-list .open>.dropdown-toggle.btn-default:hover,
.product-filter-list .btn-default:active:focus,
.product-filter-list .btn-default.active.focus {
  color: var(--lightcolor);
  background-color: var(--darkcolor);
  border-color: var(--darkcolor);
  outline: none !important;
}

.bootstrap-select .dropdown-toggle:focus {
  outline: none !important;
  outline-offset: 0;
}

.product-filter-list .short-by,
.product-filter-list .pro-show {
  background: var(--darkcolor);
  color: var(--lightcolor);
  border-radius: 2px;
}

/****- product list ***/

.product-list .movie-item-title>a {
  font-size: 18px;
}

.product-list .item-cat ul li a {
  font-size: 15px;
}

.product-list .movie-item-beta {
  margin-top: 0;
  padding-top: 2px;
}

.product-list .item-cat-hover ul li span {
  font-size: 14px;
}

.product-list .movie-item-contents {
  position: relative;
  margin-bottom: 30px;
}

/*** widget ***/

.widget-title {
  background: var(--darkcolor);
  color: var(--lightcolor);
  padding: 10px;
  font-size: 18px;
  text-transform: capitalize;
  font-weight: bold;
}

.widget-title i {
  margin: 0 7px;
}

.widget {
  border-radius: 5px;
  border: 1px solid var(--darkcolor);
}

.more.lable0 a {
  padding: 10px 22px;
  background: var(--darkcolor);
  display: block;
  color: var(--lightcolor);
  font-size: 15px;
}

.widget ul>li a {
  color: var(--lightcolor);
}

/**** catalog widget ***/

.priceslider input {
  display: inline-block;
  width: 61px;
  border: none;
  background: #222e3c;
  color: var(--lightcolor);
  text-align: center;
  font-weight: bold;
  border-radius: 4px;
  padding: 5px 0;
  margin: 5px 3px;
  cursor: no-drop;
}

button.button.filter {
  background: #13be13;
  border: none;
  color: var(--lightcolor);
  padding: 5px 13px;
  border-radius: 5px;
  font-weight: bold;
  text-transform: uppercase;
}

button.button.filter:hover {
  background: #222e3c;
}

div#slider-range {
  margin: 10px 6px;
}

.priceslider {
  padding: 15px 12px;
}

#slider-range.ui-widget-content {
  border: 1px solid #aaaaaa;
  color: #222222;
  height: 2px;
  border: none;
  background: #222e3c;
}

#slider-range.ui-slider .ui-slider-range {
  background: #13be13;
}

#slider-range.ui-slider-horizontal .ui-slider-handle {
  top: -4px;
  margin-left: -0.6em;
  width: 10px;
  height: 10px;
  border-radius: 100%;
  border-color: #13be13 !important;
  cursor: pointer;
  background: #13be13;
}

#slider-range.ui-slider-horizontal .ui-slider-handle:focus {
  outline: none;
  background: none;
  border-color: #13be13 !important;
  background: #13be13;
}

/*** size area ***/

.btn-group.bootstrap-select {
  width: 100% !important;
  display: block;
}

.widget-select-area {
  padding: 10px;
  padding-bottom: 30px;
}

.widget span.item-title {
  font-weight: bold;
  margin-bottom: 10px;
  display: block;
}

.widget-color-area {
  padding: 5px 17px;
}

.widget-color-area a.term-color,
.widget .btn-group.bootstrap-select .dropdown-menu>li>a {
  color: #333;
}

span.count {
  float: right;
}

.widget p span,
.widget-slide-content>a {
  color: var(--lightcolor);
}

.widget .btn-group.bootstrap-select .btn-default {
  background: transparent;
  border: 1px solid var(--darkcolor);
  color: #999999;
}

/*** widget item slide **/

.widget-recent-post .single-item {
  margin-bottom: 0;
}

.widget-slide .img,
.widget-recent-post .img {
  float: left;
  display: inline-block;
  clear: both;
  overflow: hidden;
  padding: 0px 20px;
}

.single-item {
  overflow: hidden;
  margin-bottom: 15px;
}

.widget-slide .img,
.widget-recent-post .img {
  margin-top: 20px;
}

.widget-slide a.title,
.widget-recent-post a.title {
  font-size: 16px;
}

.widget-slide-content span {
  display: block;
  color: var(--lightcolor);
  font-size: 14px;
}

.widget-slide-content>a:hover {
  color: #13be13;
}

.widget-slide-content {
  text-transform: capitalize;
  margin: 14px 0px;
}

.widget .widget-slide .owl-nav {
  position: absolute;
  top: 50px;
  right: 44px;
}

.details-page a.flat-icons {
  color: var(--lightcolor);
}

.details-page a.flat-icons:hover {
  color: #13be13;
}

.widget-slide .owl-next {
  line-height: 21px;
}

.widget-slide .owl-nav>div {
  width: 35px;
  height: 35px;
  display: inline-block;
  background: #13be13;
  border-radius: 5px;
  margin: 4px;
  text-align: center;
  font-size: 0;
  color: var(--lightcolor);
  padding: 6px;
}

.widget-slide .owl-nav>div:hover {
  background: var(--lightcolor);
  color: #13be13;
}

.widget-recent-post .widget-slide-content>span {
  color: #797979;
}

.single-item .comments span {
  display: inline-block;
  color: #13be13;
}

/**** Details ***/

.details-big-img {
  position: relative;
  margin-top: 80px;
  overflow: hidden;
}

.details-big-img:after {
  content: "";
  background: -webkit-linear-gradient(to top,
  rgba(6, 15, 25, 0.6) 0%,
  rgba(29, 119, 29, 0.6) 100%);
  background: linear-gradient(to top,
  rgba(6, 15, 25, 0.32) 0%,
  rgba(29, 119, 29, 0.6) 100%);
  position: absolute;
  top: 0;
  width: 100%;
  left: 0;
  height: 100%;
}

.details-big-img:hover .play-icon {
  opacity: 1;
}

.play-icon {
  width: 60px;
  height: 52px;
  position: absolute;
  top: 40%;
  left: 0;
  right: 0;
  margin: 0 auto;
  z-index: 99;
  opacity: 0;
}

.category-slide {
  direction: ltr;
}

.category-movie-items {
  overflow: hidden;
  width: 100%;
}

.details-big-img img {
  transform: scale(1);
  width: 100%;
  max-height: 390px;
  object-fit: cover;
}

.details-img img {
  border-radius: 13px;
}

.details-big-img:hover img {
  transform: scale(1.3);
}

.details-title>h2 {
  color: #13be13;
  font-size: 22px;
  font-weight: bold;
}

.ratting span {
  color: #ffa800;
  font-size: 16px;
}

.ratting a {
  color: var(--lightcolor);
  text-transform: capitalize;
  margin-left: 9px;
  font-size: 14px;
}

.ratting {
  margin: 9px 0;
}

.dec-review-meta ul li {
  display: block;
  color: var(--lightcolor);
  font-weight: bold;
  font-size: 14px;
  line-height: 28px;
  text-transform: capitalize;
}

.dec-review-meta ul li a {
  color: var(--lightcolor);
  font-weight: normal;
  margin-left: 11px;
}

.dec-review-meta ul li a:hover,
.ratting a:hover {
  color: #13be13;
}

.dec-review-meta ul li span {
  width: 85px;
  clear: both;
  display: inline-block;
  text-align: left;
}

.dec-review-meta ul li span label {
  text-align: right;
  float: right;
}

.share-hover>ul li>a:hover {
  background: var(--lightcolor);
  color: #333;
}

.socila-fb {
  color: #4867aa;
}

.socila-tw {
  color: #1da1f2;
}

.socila-sk {
  color: #00aff0;
}

.socila-pin {
  color: #bd081b;
}

.socila-ins {
  color: #ffac4a;
}

.socialsocial-links {
  color: var(--lightcolor);
  font-size: 15px;
  text-transform: uppercase;
}

.socialsocial-links a {
  margin: 5px;
}

.socialsocial-links {
  margin-top: 8px;
}

.socialsocial-links a:hover {
  color: #13be13;
}

.details-reviews {
  margin-top: -17%;
  padding-bottom: 50px;
}

.dec-review-img img {
  border-radius: 24px;
  width: 100%;
}

.dec-review-img {
  position: relative;
}

.dec-review-img:after {
  content: "";
  width: 100%;
  height: 100%;
  position: absolute;
  left: 0;
  top: 0;
  background-color: rgba(0, 0, 0, 0.42);
  border-radius: 24px;
}

h2.title {
  font-size: 25px;
  font-weight: bold;
  text-transform: capitalize;
  color: var(--lightcolor);
  margin-bottom: 25px;
  line-height: 35px;
}

.details-dectiontion {
  color: var(--lightcolor);
  margin-bottom: 30px;
}

/**** comments ***/

.comment-area {
  padding: 82px;
  background: #0a121b;
}

.comment-img:after {
  content: "";
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.5);
  position: absolute;
  top: 0;
  border-radius: 100%;
  left: 0;
}

.comment-reply a {
  margin: 15px;
}

.comment-area {
  padding: 50px;
  background: #0a121b;
  margin-bottom: 75px;
}

.comment-img {
  width: 80px;
  height: 80px;
  border-radius: 100%;
  position: relative;
  display: inline-block;
  overflow: hidden;
  float: left;
  clear: both;
  margin-right: 16px;
  margin-left: -43px;
}

.comment-img img {
  width: 100%;
  height: 100%;
  border-radius: 100%;
  float: left;
}

.comment-img:after {
  content: "";
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.5);
  position: absolute;
  top: 0;
  border-radius: 100%;
  left: 0;
}

.comment-content {
  display: block;
  overflow: hidden;
  color: var(--lightcolor);
}

.comment-body {
  border: 1px solid var(--darkcolor);
  padding: 30px 30px;
  background: #060f19;
  border-radius: 10px;
  padding-left: 0;
  padding-bottom: 19px;
}

.blog-details-reply-box {
  display: inline-block;
}

.comment-time {
  display: inline-block;
  margin-right: 0;
  color: #7d7a7a;
  text-transform: capitalize;
}

.comment-reply {
  display: inline-block;
}

.comment-reply a {
  margin: 4px;
  text-transform: capitalize;
}

h3.comment-title {
  font-size: 15px;
  text-transform: capitalize;
  font-weight: bold;
}

.comment-content>p {
  margin: 9px 0;
  font-weight: 600;
}

.comment-time:before {
  content: "\f017";
  font-family: fontawesome;
  margin-right: 5px;
}

p.bookbark {
  background: #13be13;
  padding: 50px;
  font-size: 23px;
  line-height: 38px;
  margin: 30px 0;
  border-radius: 5px;
}

a.Repost:before {
  content: "\f112";
  font-family: fontawesome;
  margin: 6px;
}

a.reply:before {
  content: "\f122";
  font-family: fontawesome;
  margin: 5px;
}

.comment-reply a:hover {
  color: var(--lightcolor);
}

.comment-reply a {
  color: #7d7a7a;
}

li.single-comment {
  margin: 40px;
}

ol.comment-list-reply {
  margin-left: 95px;
}

.respons-box label {
  color: var(--lightcolor);
  font-weight: normal;
}

.respons-box .form-control {
  border: 1px solid var(--darkcolor);
  background-color: #060f19;
}

.buttons .btn-buttons {
  background-color: #13be13;
  color: var(--lightcolor);
  border-radius: 100px;
  padding: 12px 23px;
  text-transform: uppercase;
  font-size: 16px;
  padding-bottom: 9px;
  font-weight: bold;
  border: 1px solid #13be13;
  margin-top: 24px;
  display: inline-block;
  text-decoration: none;
}

.buttons .btn-buttons:hover {
  background: var(--lightcolor);
  border-color: var(--lightcolor);
  color: #333;
}

/*** product tab ***/

.col-4 .movie-item-title>a {
  font-size: 18px;
  line-height: 25px;
}

.col-4 .item-cat ul li span,
.col-4 .item-cat ul li a {
  font-size: 14px;
}

.header-search .btn-group.bootstrap-select button span {
  text-align: center !important;
  color: #a0a099;
}

.header-search .btn-group.bootstrap-select button:focus {
  background: transparent;
  outline: none;
  border: 1px solid;
}

.header-search .form-control:focus {
  border-color: var(--darkcolor);
  outline: 0;
  box-shadow: none;
}

.header-search button:hover {
  background: var(--lightcolor);
  color: #333;
}

/**** Login page **/

.login-form label {
  color: var(--lightcolor);
  line-height: 33px;
  margin-top: 10px;
  text-align: right;
  display: block;
  margin-bottom: 6px;
}

.login-page input:focus {
  border: 1px solid var(--darkcolor);
  outline: none;
  box-shadow: none;
}

.login-form {
  background: #0a121b;
  padding-top: 0;
  border-radius: 15px;
  border: 1px solid var(--darkcolor);
  margin: 50px auto;
  position: relative;
  z-index: 4;
  width: 600px;
  max-width: 100%;
}

@media screen and (max-width: 992px) {
  .login-form {
    width: 100%;
  }
}

.login-form h2 {
  color: var(--lightcolor);
  background: #13be13;
  font-size: 16px;
  text-transform: uppercase;
  padding: 15px;
  font-weight: bold;
  border-top-right-radius: 15px;
  border-top-left-radius: 15px;
  text-align: justify;
}

.login-form form {
  padding: 30px;
  padding-right: 50px;
}

.login-form form a {
  text-align: center;
  display: block;
  color: var(--lightcolor);
  text-decoration: none;
  padding-bottom: 30px;
}

.remember-me {
  display: inline-block;
  margin-right: 18px;
}

.remember-me input {
  display: inline-block;
  position: relative;
  top: 2px;
  cursor: pointer;
}

.remember-me label {
  display: inline;
  cursor: pointer;
}

div.remember-me>a {
  margin: 0;
  padding: 0;
  padding-bottom: 0px;
  text-decoration: none;
}

.forgat-pass {
  margin-top: 17px;
}

.details-dectiontion ul li {
  line-height: 40px;
}

/*** call to action ***/

.call-action-bg {
  background-color: var(--darkcolor);
}

.call-action-bg1 {
  background-color: #13be13;
}

.call-action-bg2 {
  background-color: #ff1744;
}

.call-action-bg3 {
  background-color: #ff7cd1;
}

.call-action-bg4 {
  background-color: var(--lightcolor);
}

.call-action-bg4 .action-content h2 {
  color: #ff7cd1;
}

.call-action-bg4 .action-content p {
  color: #242f3a;
}

.call-cation1 {
  padding: 26px 40px;
  display: inline-block;
  width: 100%;
  padding-bottom: 16px;
}

.action-content h2 {
  color: var(--lightcolor);
  font-size: 24px;
  text-transform: capitalize;
}

.left-side {
  float: left;
}

.right-side {
  float: right;
}

.action-content p {
  color: var(--lightcolor);
  margin: 10px 0;
}

a.btn.btn-button.call-action-btn {
  display: block;
  border-radius: 0px;
  padding: 12px 20px;
  text-transform: uppercase;
  font-weight: 500;
  font-size: 13px;
  margin-top: 12px;
}

.call-action-bg .call-action-btn {
  background: #242f3a;
}

.call-action-bg .call-action-btn:hover {
  background: #20282f;
}

.call-action-bg1 .call-action-btn {
  background: #f36522;
}

.call-action-bg1 .call-action-btn:hover {
  background: #20282f;
}

.call-action-bg2 .call-action-btn {
  background: #242f3a;
}

.call-action-bg2 .call-action-btn:hover {
  background: var(--lightcolor);
  color: #333;
}

.call-action-bg3 .call-action-btn {
  background: #242f3a;
}

.call-action-bg3 .call-action-btn:hover {
  background: var(--lightcolor);
  color: #333;
}

.call-action-bg4 .call-action-btn {
  background: #ff7cd1;
}

.call-action-bg4 .call-action-btn:hover {
  background: #333;
  color: var(--lightcolor);
}

/*** alart ***/

h2.page-title {
  font-size: 23px;
  margin: 22px 0;
  color: var(--lightcolor);
  text-transform: capitalize;
  font-weight: normal;
}

h2.sortcode-title {
  font-size: 18px;
  color: var(--lightcolor);
  text-transform: capitalize;
}

h5.sortcode-title {
  font-size: 14px;
  color: var(--lightcolor);
  margin-top: 20px;
  text-transform: capitalize;
  margin-bottom: 20px;
}

.checkbox label,
.radio label {
  color: var(--lightcolor);
  text-transform: capitalize;
}

.toggel-page .checkbox {
  margin: 30px 0;
}

.check-box-1 {
  margin: 30px 0;
}

pre {
  margin-top: 30px;
}

/*** tag ***/

/*--------------- tag ----------------*/

.tag-category li {
  display: inline-block;
}

.tag-category a {
  color: var(--lightcolor);
  padding: 7px 19px;
  text-transform: capitalize;
  margin: 0 0;
  display: inline-block;
}

.tag-1 a {
  background: #ff7cd1;
}

.tag-category li {
  margin: 8px 5px;
}

.tag-category a:hover {}

.tag-1 a:hover {
  background-color: #13be13;
}

.tag-2 a:hover {
  background-color: #ff7cd1;
  border-color: #ff7cd1;
  color: var(--lightcolor);
}

.tag-2 a {
  border: 2px solid var(--lightcolor);
  color: var(--lightcolor);
}

h3.sortcode-title {
  margin: 21px 0;
  color: var(--lightcolor);
  font-size: 18px;
  font-weight: normal;
  text-transform: capitalize;
}

.tag-section-page .radius a {
  border-radius: 30px;
}

/*** Faq page ***/

.faq-top-contetn h2 {
  font-size: 21px;
  text-transform: uppercase;
  font-weight: bold;
  margin: 15px;
}

.faq-top-contetn {
  margin-bottom: 30px;
}

.taq-item h2 {
  font-size: 18px;
  text-transform: uppercase;
  color: var(--lightcolor);
  margin-bottom: 14px;
  cursor: pointer;
}

.taq-item p {
  color: var(--lightcolor);
  margin-bottom: 16px;
}

.faq-items .panel.panel-default {
  background: transparent;
  border: none;
  box-shadow: none;
}

.faq-items .panel-title>a:hover,
.faq-items .panel-title>a:active {
  color: #13be13;
}

.faq-items .panel-heading {
  padding: 0;
  border: 0;
}

.faq-items .active a {
  color: #13af20;
}

.faq-items .panel-title>a,
.faq-items .panel-title>a:active {
  display: block;
  padding: 15px;
  font-size: 16px;
  font-weight: bold;
  text-transform: uppercase;
  letter-spacing: 1px;
  word-spacing: 3px;
  text-decoration: none;
}

.faq-items .panel-default>.panel-heading {
  color: var(--lightcolor);
  background-color: transparent;
  border-color: transparent;
}

.faq-items .panel-heading a:before {
  font-family: "fontawesome";
  content: "\f105";
  float: left;
  transition: all 0.5s;
  padding: 0 10px;
}

.faq-items .panel-body {
  padding: 8px 43px;
  color: var(--lightcolor);
}

.faq-items .panel-group .panel-heading+.panel-collapse>.panel-body {
  border-top: none;
}

.faq-items .panel-heading.active a:before {
  -webkit-transform: rotate(93deg);
  -moz-transform: rotate(93deg);
  transform: rotate(93deg);
}

.Top-rating-items .owl-item.active.center .movie-item-contents img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.plylist-wich span {
  color: var(--lightcolor);
  font-size: 23px;
  margin-top: 12px;
  display: block;
  cursor: pointer;
}

.plylist-wich span:hover {
  color: #13be13;
}

.slider-section .flaticon-send:before {
  font-size: 20px;
}

.slider-section a.left.carousel-control {
  transform: rotate(179deg);
}

.slider-section a.carousel-control span:hover {
  color: #13be13;
}

.Top-rating-items .owl-item.active.center {
  position: relative;
  z-index: 999;
  margin: 0;
  pointer-events: all;
  opacity: 1;
  height: 580px;
}

.Top-rating-items .owl-carousel .owl-stage-outer {
  margin-right: 0;
  padding-top: 49px;
}

.Top-rating-items .category-slide {
  padding: 40px 0;
}

.home-2 .header-2 .attr-nav>ul>li>a:hover {
  background-color: var(--lightcolor);
  color: #333;
}

.home-2 .owl-next,
.home-2 .owl-prev,
.home-2 .slider-section a.carousel-control span:hover,
.home-2 span.flaticon-play-button:hover,
.home-2 .plylist-wich span:hover {
  color: #f36522;
}

.home-2 .owl-next:hover,
.home-2 .owl-prev:hover {
  background-color: #f36522;
}

@media (min-width: 768px) {
  .Top-rating-items .owl-nav {
    position: absolute;
    top: 0;

    right: 53px;
  }

  .Top-rating-items .owl-item>div {
    transition: margin 400ms ease-out;
  }

  .Top-rating-items .owl-item.center>div {
    margin: 0;
  }
}

.owl-next:hover,
.owl-prev:hover {
  background-color: #13be13;
  color: var(--lightcolor);
}

.owl-prev {
  position: absolute;
  top: -95px;
  right: 0;
  width: 35px;
  height: 35px;
  display: inline-block;
  border-radius: 100%;
  border: 1px solid #262b31;
  padding: 9px;
  margin: 0;
  transform: rotate(180deg);
  padding: 4px 9px;
  color: #13be13;
}

.owl-next {
  position: absolute;
  top: -95px;
  right: -41px;
  width: 35px;
  height: 35px;
  text-align: center;
  border: 1px solid #262b31;
  border-radius: 100%;
  padding: 0px 8px;
  margin: 0;
  line-height: 35px;
  color: #13be13;
}

.item-cat ul li {
  white-space: nowrap;
  text-overflow: ellipsis;
  overflow: hidden;
}

/* ---------------- back to Top ----------------------*/

.to-top:hover,
.home-2 .to-top:hover {
  background: #333;
  color: var(--lightcolor);
}

.movie-item-content-center a:hover {
  color: #13be13;
}

.to-top {
  background: var(--lightcolor);
  bottom: 19px;
  color: #333;
  cursor: pointer;
  font-size: 18px;
  height: 45px;
  line-height: 44px;
  overflow: hidden;
  position: fixed;
  right: 3%;
  text-align: center;
  width: 45px;
  z-index: 2147483647;
}

/**** product list ***/

.products .fade {
  display: none;
}

.products .fade.active {
  display: block;
}

.product-filter-list>div>ul>li {
  display: inline-block;
}

.product-filter-list .nav ul li.active a {
  background: #13be13;
}

.details-title h2 a {
  color: var(--lightcolor);
}

.details-title h2 a:hover {
  color: #13be13;
}

.peoduct-dec {
  margin-top: 17px;
  color: var(--lightcolor);
}

.list-items:hover .movie-item-content-center {
  margin-top: 0;
  -webkit-transition: all 0.4s ease-in-out;
  -moz-transition: all 0.4s ease-in-out;
  -ms-transition: all 0.4s ease-in-out;
  -o-transition: all 0.4s ease-in-out;
  transition: all 0.4s ease-in-out;
}

.list-items {
  overflow: hidden;
}

.list-items .movie-item-content-center {
  margin: 0 auto;
  position: absolute;
  top: 37%;
  bottom: auto;
  text-align: center;
  left: 0;
  right: 0;
  margin-top: -100%;
  -webkit-transition: all 0.4s ease-in-out;
  -moz-transition: all 0.4s ease-in-out;
  -ms-transition: all 0.4s ease-in-out;
  -o-transition: all 0.4s ease-in-out;
  transition: all 0.4s ease-in-out;
}

/**** celebritie page ***/

.selebritie-list {
  overflow: hidden;
  margin-bottom: 30px;
}

.selebritie-list:hover .selebritie-contetn,
.selebritie-list:hover .selebritie-contetn strong {
  color: var(--lightcolor);
}

.selebritie-list:hover .selebritie-contetn>a {
  color: #13be13;
}

.selebritie-contetn>a {
  font-size: 36px;
  font-weight: bold;
  color: var(--lightcolor);
}

.selebritie-contetn {
  color: var(--lightcolor);
  padding-right: 30px;
  padding: 21% 0 27px 0px;
}

.selebritie-contetn p {
  margin: 15px 0;
}

.selebritie-contetn strong {
  color: var(--lightcolor);
  font-size: 15px;
  font-weight: normal;
  text-transform: capitalize;
}

.celerite-info ul li {
  color: var(--lightcolor);
}

.celerite-info ul li span {
  color: #d2d2d2;
}

.celerite-info {
  margin-top: 24px;
  border-bottom: 1px solid #f1f1f11f;
  padding-bottom: 9px;
  margin-bottom: 13px;
}

.celerite-info ul li label {
  margin-right: 11px;
}

.celebritei-history h2 {
  color: #e4e0e0;
  font-size: 20px;
  text-transform: uppercase;
  margin-bottom: 20px;
  margin-top: 15px;
  display: block;
}

.celebritei-history p {
  color: #ccc;
}

.flim-img {
  float: left;
}

.flim-name {
  display: inline-block;
  margin-left: 20px;
  color: var(--lightcolor);
  font-size: 14px;
  overflow: hidden;
}

.flim-name a {
  color: #13be13;
  font-size: 17px;
  margin-bottom: 7px;
}

.celebritie-dec .celerite-info {
  border: none;
}

.flim-list {
  display: inline-block;
  margin: 30px;
  margin-right: 30px;
  margin-left: 0;
}

/*** event page ***/

.event-img {
  width: 50%;
  position: relative;
  float: left;
}

.event-meta ul li {
  display: inline-block;
  margin: -2px;
}

.event-meta ul li a.event-icen-center {
  background: #1bb11b;
}

.event-meta ul li a {
  background: #13be13;
  padding: 18px 2px;
  text-align: center;
  display: block;
  margin-right: 0;
  color: var(--lightcolor);
  font-weight: bold;
  text-transform: capitalize;
}

.event-meta {
  position: absolute;
  bottom: 0;
  width: 100%;
  overflow: hidden;
}

.event-meta ul li a span {
  margin: 3px;
  font-size: 19px;
}

.event-meta ul li a.event-icon {
  padding: 18px 30px;
}

.event-img img {
  width: 100%;
}

.event-meta ul li a:hover {
  position: relative;
  transition: all 0.4s ease-in-out;
  background-color: var(--darkcolor);
}

.event-contents {
  width: 50%;
  float: left;
  overflow: hidden;
  background: var(--darkcolor);
}

.event-content a {
  font-size: 20px;
  color: var(--lightcolor);
}

.event-contents .celerite-info {
  margin-top: 7px;
  border-bottom: none;
  padding-bottom: 0;
  margin-bottom: 0;
}

.event-timer .syotimer-cell__value {
  width: auto;
  height: auto;
  padding: 11px 23px;
  margin-top: 36px;
  font-size: 12px;
  padding: 36px 15px 0;
}

.event-timer .syotimer-cell {
  padding: 0;
  margin: 0;
}

.event-timer .syotimer-cell__unit {
  position: absolute;
  margin-left: 0;
  padding: 0;
  width: 50px;
  top: 0;
  display: block;
  bottom: 0;
  margin: 0 auto;
  text-align: center;
}

.event-timer .event-timers {
  position: relative;
}

.event-content {
  padding: 17px 19px;
}

.event-page {
  overflow: hidden;
}

/*** gellery ***/

.gallery-menu h2 {
  color: var(--lightcolor);
  font-size: 40px;
}

.gallery-menu ul li {
  color: var(--lightcolor);
  text-transform: capitalize;
  font-size: 15px;
  line-height: 38px;
  position: relative;
  padding: 0px 26px;
  cursor: pointer;
}

.gallery-menu ul li:after {
  content: "";
  position: absolute;
  width: 15px;
  height: 15px;
  background: #333333;
  left: 0;
  top: 11px;
  border-radius: 100%;
}

.gallery-menu ul {
  margin-top: 17px;
  margin-left: 24px;
}

.gallery-menu ul li:hover {
  color: #13be13;
}

.gallery-menu ul li:hover:after {
  background: #13be13;
}

.gallery-contetn {
  position: relative;
  display: block;
}

.gallery-hover {
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  z-index: 999;
  opacity: 0;
}

.gallery-hover a {
  width: 60px;
  height: 60px;
  display: block;
  margin: auto;
  background: rgba(255, 255, 255, 0.5);
  padding: 21px;
  border-radius: 100%;
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
}

.gallery-hover span {
  font-size: 19px;
  color: var(--lightcolor);
}

.gallery-hover a:hover {
  background: rgba(19, 190, 19, 0.5);
}

ul.gallery-list li {
  margin-bottom: 30px;
}

ul.gallery-list li {
  margin-bottom: 30px;
}

.gallery-contetn:hover .gallery-hover {
  opacity: 1;
}

.gallery-list .mix {
  display: none;
}

.gallery-menu ul li:hover,
.gallery-menu ul li.active {
  color: #13be13;
}

.gallery-menu ul li.active:after {
  background-color: #13be13;
}

/*** 404 page ***/

.error-bg {
  background-image: url(../images/404.jpg);
  background-position: center;
  background-size: cover;
  padding: 10%;
  position: relative;
  z-index: 1;
}

.error-content h2 {
  font-size: 130px;
  color: var(--lightcolor);
  font-weight: bold;
}

.error-bg:after {
  content: "";
  position: absolute;
  width: 100%;
  height: 100%;
  background-color: rgba(24, 32, 40, 0.8);
  top: 0;
  left: 0;
  z-index: -1;
}

.error-content p {
  color: var(--lightcolor);
  margin: 21px 0px;
}

.error-content ul li span {
  color: var(--lightcolor);
  font-size: 24px;
  font-weight: bold;
  position: relative;
}

.error-content ul li span:after {
  content: "";
  width: 8px;
  height: 8px;
  background: #13be13;
  position: absolute;
  left: -18px;
  top: 15px;
  border-radius: 100%;
}

.error-bg2 {
  background-image: url(../images/404-2.jpg);
  background-position: center;
  background-size: cover;
  padding: 16% 0;
  position: relative;
  z-index: 1;
  background-repeat: no-repeat;
}

.error-bg2:after {
  content: "";
  position: absolute;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.92);
  top: 0;
  left: 0;
  z-index: -1;
}

.error-content h2 span {
  position: relative;
}

.comingsoon h2 {
  font-size: 74px;
  color: var(--lightcolor);
  font-weight: 500;
  margin-bottom: 40px;
}

.error-content ul {
  margin-top: 26px;
}

.error-content h2 span:after {
  content: "";
  width: 86%;
  height: 1px;
  background: var(--lightcolor);
  position: absolute;
  left: 0;
  bottom: -6px;
  right: 0;
  text-align: center;
  margin: auto;
}

.comingsoon p {
  color: var(--lightcolor);
  padding: 0 24px;
  margin: 21px 1px;
}

.comingsoon-time .syotimer-cell__unit {
  color: var(--lightcolor);
}

.comingsoon-time .syotimer-cell__value {
  background: transparent;
  font-size: 50px;
  width: auto;
  font-weight: bold;
  color: var(--lightcolor);
}

.c-search-area input.form-control {
  border-radius: 100px;
  border: none;
  padding: 23px;
  width: 70%;
  display: inline-block;
  margin-right: 9px;
}

.c-search-area .btn.btn-button {
  background: #13be13;
  color: var(--lightcolor);
  padding: 13px 17px;
  text-transform: uppercase;
  font-weight: bold;
  border-radius: 100px;
  padding-bottom: 9px;
}

.c-search-area .btn.btn-button:hover {
  background: var(--lightcolor);
  color: #333;
}

/**** contact form ***/

.contact-form input {
  height: 37px;
}

.contact-form .form-control:focus {
  outline: none;
  border: 1px solid transparent;
  box-shadow: none;
}

.contact-form label {
  color: var(--lightcolor);
  margin-bottom: 14px;
  text-transform: capitalize;
}

/*------ UPDATE CSS FILE 5-08-2018 --------*/
/** button **/
.home-6 .header-search button,
.home-6 .green-bg,
.home-6 .owl-next:hover,
.home-6 .owl-prev:hover,
.home-6 span.movie-count-time,
.home-6 .blck-bg:hover,
.home-6 .cat-menu ul li span:after,
.home-6 .share-hover,
.home-6 .ft-twitter-icon span:after {
  background: #00c3b7;
  color: var(--lightcolor);
}

.home-6 .header-search button:hover {
  background: var(--lightcolor);
  color: #333;
}

.home-6 .slider-section a.carousel-control span:hover,
.home-6 .green,
.home-6 .owl-prev,
.home-6 .movie-ratting>a>span,
.home-6 .plylist-wich span:hover,
.home-6 .plylist-single-content>a:hover,
.home-6 .view-movi a:hover,
.home-6 .owl-next,
.home-6 .movie-item-content-center a:hover,
.home-6 .syotimer-cell_type_day .syotimer-cell__value,
.home-6 .syotimer-cell_type_day .syotimer-cell__unit,
.home-6 .cat-menu ul li span:hover,
.home-6 .top-accounts ul li a:hover,
.home-6 nav.navbar.bootsnav ul.nav>li>a:hover,
.home-6 nav.navbar.bootsnav li.dropdown ul.dropdown-menu>li>a:hover,
.home-6 nav.navbar.bootsnav ul.dropdown-menu.megamenu-content .content ul.menu-col li a:hover,
.home-6 .ft-content>ul li a:hover,
.home-6 .ft-twitter-icon,
.home-6 .twitter-meta ul li a:hover,
.home-6 .footer-menu ul li a:hover,
.home-6 .copyright-text a,
.home-6 .social .attr-nav ul li a:hover,
.home-6 .twitter-dec>a:hover {
  color: #00c3b7;
}

.home-6 .hadding-area {
  border-left: 2px solid #00c3b7;
}

button.newsletter-btn:hover {
  background: #00c3b7;
  border-color: #00c3b7;
}

.main.home-6 {
  background-color: #000;
}

.home-6 .gradient:hover:after {
  content: "";
  background: -webkit-linear-gradient(to top,
  rgba(6, 15, 25, 0.6) 0%,
  rgba(0, 195, 183, 0.5) 100%);
  background: linear-gradient(to top,
  rgba(6, 15, 25, 0.6) 0%,
  rgba(0, 195, 183, 0.5) 100%);
  position: absolute;
}

.home-6 .bs-slider {
  max-height: 431px;
}

.home-6 .social .attr-nav {
  margin-right: 0;
}

.home-6 .time-bg {
  position: relative;
  padding: 18% 0;
  background-image: url(../images/coming-bg6.jpg);
}

.home-6 .timer-contents {
  left: 0;
  padding: 6% 0;
}

.home-6 .footer-bg {
  padding: 0;
  padding-top: 23%;
  padding-bottom: 2%;
  background-image: none;
}

.header-stikcy6 {
  background: #060e19 !important;
  position: fixed;
  width: inherit;
  top: 0;
  left: 0;
  right: 0;
  margin: auto;
  padding-right: 20px;
  -webkit-transition: all 0.4s ease-in-out;
  -moz-transition: all 0.4s ease-in-out;
  -ms-transition: all 0.4s ease-in-out;
  -o-transition: all 0.4s ease-in-out;
  transition: all 0.4s ease-in-out;
}

.home-6 .timer-section:after {
  background-color: rgba(0, 0, 0, 0.5);
}

.home-6 .buy-ticket-bg {
  background-image: url(../images/form-bg6.png);
}

.home-6 .buy-ticket-select select,
.home-6 .buy-ticket-select select:focus {
  border: 2px solid var(--lightcolor) fff;
}

.home-6 .footer-bg:after {
  background-color: rgba(0, 0, 0, 0.9);
}

.contact-page {
  width: 800px;
  margin: auto;
}

.header-logo img {
  max-width: 200px;
}

.contact-form .form-control {
  background: var(--light--darkcolor);
  border: 1px solid #dbdbdb;
  color: var(--light--lightcolor);
}

.contact-form .form-control:focus {
  outline: none;
  border: 1px solid var(--light--lightcolor);
}

.contact-form label {
  color: #999;
}

.header-search input::placeholder,
.newsletter-input input::placeholder {
  color: #999;
}


.plylist-img img {
  width: 100%;
}

.plylist-single {
  display: flex;
}

.category-image {
  height: 455px;
  object-fit: cover;
}

.latest-news .single-swiper,
.single-swiper .movie-item-contents img,
.single-swiper .movie-item-contents.gradient {
  height: 100%;
  border-radius: 5px;
}

@media screen and (max-width: 992px) {
  .wrap-sticky nav.navbar.bootsnav {
    z-index: 11;
  }

  .movie-pardis .movie-item-contents img {
    width: 100%;
  }

  .buy-ticket-select select {
    height: 40px;
    padding: 5px;
  }

  .buy-ticket-bg form {
    padding-top: 25px;
  }

  .buy-ticket-bg .row {
    display: inline-block;
    width: 100%;
    margin: 0;
  }
}

#icon:before {
  font-size: 20px !important;
}

.inner-page-form {
  margin: 0px auto 300px;
}

.form-register {
  margin: 0 auto;
}

.max-width-h2 {
  max-width: 319px !important;
  font-size: 50px;
  letter-spacing: -3px;
  word-spacing: 2px;
  text-transform: uppercase;
  font-weight: 300;
  margin-top: 7px;
}

.inner-page-form {
  background-image: url("../images/bg-cinema.jpeg");
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
  margin-top: 30px;
  position: relative;
  z-index: 0;
}

.inner-page-form::after {
  content: "";
  position: absolute;
  background-color: #111111c4;
  width: 100%;
  height: 100%;
  top: 0;
  right: 0;
  left: 0;
  bottom: 0;
  z-index: -1;
}

.buy-ticket-item {
  display: flex;
  gap: 10px;
}

.h2_class {
  position: absolute;
  top: 50%;
  right: 0;
  width: 100%;
  transform: translateY(-50%);
  color: #13be13;
  text-align: center;
  font-size: 45px;
}

.h2_class small {
  display: block;
  color: #fff;
  margin-top: 20px;
  font-size: 17px;
}

.promo-banner .content-banner {
  text-align: left !important;
}

.accordion-button:not(.collapsed),
.accordion button:focus,
.accordion button:hover:focus,
.accordion .btn:focus,
.accordion .btn:hover:focus {
  background-color: #fff !important;
  box-shadow: none !important;
}

.faq-page .accordion {
  --bs-accordion-border-color: none;
}

.accordion-button:not(.collapsed)::after,
.accordion-button::after {
  margin-right: auto;
  margin-left: 30px;
}

.accordion-item>.accordion-header .accordion-button {
  border-bottom: 1px solid #eee;
  padding: 30px 0;
  margin-bottom: 10px;
}

.faq-page .accordion {
  width: 800px;
  margin: auto;
}

@media screen and (max-width: 992px) {
  .faq-page .accordion {
    width: 100%;
  }
}

.gform_drop_area {
  position: relative;
  padding: 24px;
  border: 1px dashed #ccc;
  text-align: center;
  color: #aaa;
  margin-bottom: 16px;
  background: rgba(0, 0, 0, 0.02);
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  border-radius: 4px;
  text-align: right !important;
  direction: rtl !important;
  display: block;
  margin-bottom: 8px;
  display: flex;
  flex-direction: column;
}

.gform_button_select_files {
  border: none;
  border-radius: 3px;
  background: #13be13;
  color: #fff;
  cursor: pointer;
  font-size: 14px;
  font-size: 0.875rem;
  font-weight: 600;
  line-height: 1;
  padding: 1em 1.5em;
  text-transform: uppercase;
}

.gform_drop_instructions {
  margin-bottom: 20px;
}

.gform_drop_area button {
  width: 145px;
  padding: 20px 0;
}

.accordion ul>li>a::before {
  margin-left: 8px;
  margin-right: 0;
}

.accordion li:hover>a:before,
.accordion li:hover>a::before {
  background-color: #060e19;
}

.bootstrap-select>.dropdown-toggle {
  text-align: right;
  padding-left: 25px;
  padding-right: 5px;
}

.bootstrap-select.btn-group .dropdown-toggle .filter-option {
  text-align: right;
}

.movie-page-box .movie-item-playlist-items {
  max-height: 640px;
}

.movie-page-box .plylist-img {
  width: 27%;
  flex: 0 0 27%;
}

.movie-page-box .plylist-single-content {
  text-align: right;
  width: 100%;
}

.h1-intro-ceo,
.p-intro-ceo {
  color: #555;
  text-align: center;
  margin: 60px auto;
}

.product-list .dec-review-dec {
  display: flex;
  flex-direction: column;
  align-items: center;
}

.product-list .dec-review-dec span {
  width: 80px;
  height: 3px;
  border-radius: 4px;
  background-color: #13be13;
  display: flex;
  margin: 20px 0;
}

.product-list .dec-review-dec p {
  margin-top: 10px;
  color: #555;
}

.dec-review-dec h6 {
  color: #555;
}

.not-flaticon:before {
  display: none;
}

.movie-item-selected {
  border-radius: 10px;
}

.movie-item-selected img {
  height: 300px;
  max-height: 100%;
}

.list-items {
  flex-direction: column;
}

.awards-box {
  box-shadow: 0px 1px 25px 0 rgba(0, 0, 0, 0.08);
  border-radius: 10px;
  padding: 10px 10px 30px;
}

.selected-item {
  background-color: #060f19;
  border: 1px solid var(--darkcolor);
  color: #999;
  width: 100%;
  text-align: right;
  margin-bottom: 12px;
  padding: 7px;
  border-radius: 7px;
}

.selected-item:focus {
  background-color: #060f19;
  border: 1px solid var(--darkcolor);
  color: #999;
  box-shadow: none;
  outline: none;
  border-color: #ddd;
}

.form-cowork {
  background-image: url("../images/theater-img.png");
  background-repeat: no-repeat;
  background-size: cover;
  width: 100%;
  height: 100%;
  position: relative;
  margin: 150px 0;
  padding-top: 30px;
}

.details-reviews .dec-review-dec {
  margin-top: 35%;
}
.form-cowork:after{
  content: "";
  position: absolute;
  background-color: #1111118a;
  width: 100%;
  height: 100%;
  top: 0;
  right: 0;
  left: 0;
  bottom: 0;
}
.newsletter-input input:focus{
  background-color: transparent;
  color: #fff;
}
.box-shadow-contact {
  box-shadow: 0px 4px 20px 13px rgba(0, 0, 0, 0.05);
  align-items: center;
  display: flex;
  padding: 0px 37px;
  border-radius: 8px;
  background-color: #fff;
  position: relative;
  z-index: 9;
}
.elementor-icon-box-description a {
  color: #747474;
}
.e-con-inner {
  gap: 20px;
  width: 100%;
  margin: 0 auto;
  padding: 0;
  display: flex;
  flex-wrap: wrap;
  height: 100%;
  justify-content: space-evenly;
  padding: 35px 0 24px;
}
.e-child {
  padding: 0px 15px;
  max-width: 50%;
}

@media screen and (max-width: 1200px) {
  .e-child {
    margin-bottom: 50px;
  }
}

.elementor-widget-container {
  text-align: center;
  padding: 0px 0px 12px 0px;
}
.elementor-icon-box-wrapper {
  display: flex;
  text-align: right;
  flex-direction: row;
}
.elementor-icon-box-icon {
  margin-left: 15px;
  margin-left: 0;
  margin-bottom: unset;
}
.elementor-icon {
  margin-left: 30px;
}
.elementor-icon svg {
  width: 1em;
  height: 1em;
  position: relative;
  display: block;
  margin-top: 2px;
}
.elementor-icon-box-title {
  font-size: 16px;
  font-weight: 700;
  text-transform: uppercase;
  line-height: 1.5em;
}
.elementor-icon-box-description {
  color: #8c8c8c;
  font-size: 14px;
  max-width: 250px;
}
.elementor-icon-box-title {
  font-size: 16px;
  font-weight: 700;
  text-transform: uppercase;
  line-height: 1.5em;
}
@media screen and (max-width:992px) {
  .e-child {
    padding: 0px;
  }
  .e-con-inner {
    gap: 5px;
  }
  .box-shadow-contact {
    padding: 0px 17px
  }
}
.widget-slide-content .comments{
  display: flex;
  justify-content: end;
  align-items: center;
  margin-left: 12px;
}
.h2-abou{
  color: #fff;
  margin: 60px 0;
}
.film-about {
  display: flex;
  flex-direction: column-reverse;
  align-items: center;
  gap: 20px;
  margin-bottom: 30px;
  text-align: right;
  align-items: normal;
}
.flim-name div p:first-child{
  font-size: 20px;
  font-weight: bolder;
  padding-bottom: 10px;
  color: #13be13;
}
.mx-w-100,
.mx-w-100 *
{
  width: 100%;
}
body .text_editor_contact,
body .text_editor_contact_ul *,
body .text_editor_contact_ul .social-links strong
{
  color: #fff;
}
body.light .text_editor_contact,
body.light .text_editor_contact_ul *,
body.light .text_editor_contact_ul .social-links strong
{
  color: #666;
}
body .text_editor_contact_ul label
{
  font-weight: bold;
  font-size: 15px;
}
body .text_editor_contact_ul span
{
  font-size: 15px;
}
img
{
  border-radius: 5px!important;
}

.accordion {
  background-color: transparent!important;
}
.accordion * {
  background-color: transparent!important;
  color: white;
}

.accordion button:focus,
.accordion button:hover:focus,
.accordion .btn:focus,
.accordion .btn:hover:focus,
.accordion .accordion-button:not(.collapsed)
{
  background-color: transparent!important;
  /*color: #182028!important;*/
}
.accordion {
  background-color: transparent!important;
}
.accordion * {
  background-color: transparent!important;
  color: white;
}

.accordion button:focus,
.accordion button:hover:focus,
.accordion .btn:focus,
.accordion .btn:hover:focus,
.accordion .accordion-button:not(.collapsed)
{
  background-color: transparent!important;
  /*color: #182028!important;*/
}



.light .accordion {
  background-color: transparent!important;
}
.light .accordion * {
  background-color: transparent!important;
  color: #182028;
}

.light .accordion button:focus,
.light .accordion button:hover:focus,
.light .accordion .btn:focus,
.light .accordion .btn:hover:focus,
.light .accordion .accordion-button:not(.collapsed)
{
  background-color: transparent!important;
  color: #182028!important;
}

.collapse-panel {
  display: block;
  width: 100%;
  border: 1px solid #66666650;
  border-radius: 5px;
  margin-top: 5px;
  overflow:hidden;
}

.collapse-panel h6 {
  width: 100%;
  cursor: pointer;
  padding: 15px 10px;
  margin-bottom: 0;
}
.collapse-panel.active h6
{
  background: #e7f1ff;
  color: #0c63e4;
}

.collapse-panel h6 a {
  display: block;
}

.collapse-panel .panel-content {
  max-height: 0;
  overflow: hidden;
  transition: all .2s ease;
  padding: 10px;
}

.collapse-panel.active .panel-content {
  max-height: 1000px;
}
.collapse-panel .panel-content {
  display: none;
}

.collapse-panel.active .panel-content {
  display: block;
}

.editor-text * {
  line-height: 2.2;
  font-size: 16px;
}

.editor-text img{
  max-width:100%;
  border-radius: 5px;
  box-shadow: 2px 2px 4px rgba(0, 0, 0, 0.4);
  margin:20px 0px 20px 0px;
}

.editor-text p {
  line-height: 2.2;
  word-spacing: 4px;
  font-size: 16px;
  text-align: justify;
}

.editor-text ul {
  list-style: unset;

}

.editor-text li {
  line-height: 2.2;
  font-size: 16px;
  text-align: justify;
}

.editor-text h1 {
  line-height: 2.2;
  font-size: 2.5rem;
  text-align: justify;
}

.editor-text h2 {
  line-height: 2.2;
  font-size: 2rem;
  text-align: justify;
}

.editor-text h3 {
  line-height: 2.2;
  font-size: 18px;
  text-align: justify;
}

.editor-text h4 {
  line-height: 2.2;
  font-size: 1.75rem;
  text-align: justify;
}

.editor-text h5 {
  line-height: 2.2;
  font-size: 18px;
  text-align: justify;
}

.editor-text h6 {
  line-height: 2.2;
  font-size: 18px;
}
.h_iframe-aparat_embed_frame iframe {
  position: absolute!important;
  top: 0!important;
  left: 0!important;
  width: 100%!important;
  height: 100%!important;
}