@import url("variables.css");

/* CT : Change all design */
/* @import url("https://fonts.googleapis.com/css?family=Roboto+Condensed:400,700&display=swap");
@import url(https://fonts.googleapis.com/css?family=Montserrat); */

@font-face {
  font-family: "IRANSans";

  src: url("/IRANSans.woff") format("woff");

  font-weight: normal;

  font-style: normal;
}

body {
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

body {
  font-family: IRANSans;
  font-size: 14px;
  line-height: 1.42857143;
  color: #fff;
  background-color: #fff;
}

p,
input,
a,
button,
.btn {
  font-family: IRANSans;
  font-size: 14px;
  font-weight: normal;
  line-height: 2em;
  text-align: justify;
  direction: rtl;
}

.btn-gplus {
  background-color: #dd4b39;
}

.sm-heading {
  margin-bottom: 0px !important;
}

h1,
h2,
h3,
h4,
h5,
h6,
.sm-heading a {
  font-family: IRANSans;
}

.sm-heading a {
  color: #ccc2c2 !important;
  text-decoration: none;
}

.sm-heading a:hover {
  color: #db2727;
}

a,
.btn,
.btn-default,
button {
  transition: all 0.3s ease 0s;
  outline: none;
}

a:active,
a:focus {
  outline: none;
}

.overflow-hidden {
  overflow: hidden;
}

.text-uppercase {
  text-transform: uppercase;
}

.wow {
  visibility: hidden;
}

.btn-create-album,
.btn-view-more {
  outline: none;
  margin-top: 20px;
  font-size: 15px !important;
  padding: 6px 25px;
  color: #fff;
  border-radius: var(--btn-border-radius);
  -webkit-border-radius: var(--btn-border-radius);
  -moz-border-radius: var(--btn-border-radius);
  -ms-border-radius: var(--btn-border-radius);
  -o-border-radius: var(--btn-border-radius);
}

.btn-create-album:hover,
.btn-create-album:active,
.btn-create-album:focus,
.btn-view-more:hover,
.btn-view-more:active,
.btn-view-more:focus {
  outline: none;
  color: #fff;
}

/* Login Effect */
#wrapper {
  padding-right: 0;
  -webkit-transition: all 0.5s ease;
  -moz-transition: all 0.5s ease;
  -o-transition: all 0.5s ease;
  transition: all 0.5s ease;
}

#wrapper.toggled {
  padding-right: 600px;
}

#login-box {
  padding: 50px 0px;
  z-index: 1000;
  position: fixed;
  right: 600px;
  width: 0;
  height: 100%;
  margin-right: -600px;
  overflow-y: auto;
  background: #000;
  -webkit-transition: all 0.5s ease;
  -moz-transition: all 0.5s ease;
  -o-transition: all 0.5s ease;
  transition: all 0.5s ease;
}

#wrapper.toggled #login-box {
  width: 600px;
}

#main-content {
  width: 100%;
  position: absolute;
  /*padding: 15px;*/
  margin-left: 0px;
  -webkit-transition: all 0.5s ease;
  -moz-transition: all 0.5s ease;
  -o-transition: all 0.5s ease;
  transition: all 0.5s ease;
}

#wrapper.toggled #main-content {
  position: absolute;
  margin-left: -600px;
}

#login-box .login-toggle {
  color: #fff;
  width: 50px;
  height: 50px;
  border-bottom-right-radius: 90%;
  line-height: 45px;
  text-align: center;
  position: absolute;
  top: -5px;
  left: -5px;
  cursor: pointer;
}

/*-- login form --*/
.user-form {
  width: 360px;
  background: rgba(89, 89, 89, 1) none repeat scroll 0 0;
  border-radius: 5px;
  height: auto;
  left: 50%;
  margin-left: -180px;
  padding: 30px;
  position: absolute;
  top: 50%;
  margin-top: -225px;
  transform: scaleX(0);
  -webkit-transform: scaleX(0);
  -moz-transform: scaleX(0);
  transition: all 0.3s ease 0s;
}

.form-open {
  transform: scaleX(1);
  -webkit-transform: scaleX(1);
  -moz-transform: scaleX(1);
  transition: all 0.3s ease 0s;
}

.login-form,
.signUp-form {
  display: none;
  transition: all 0.3s ease 0s;
}

.form-active {
  -moz-animation: pulse 0.3s ease 0s;
  -webkit-animation: pulse 0.3s ease 0s;
  animation: pulse 0.3s ease 0s;
  display: block;
}

.form-heading {
  margin-top: 0px;
  margin-bottom: 20px;
  color: #fff;
  font-size: 14px;
  font-weight: bold;
  text-transform: uppercase;
}

.btn-login {
  color: #fff;
  font-size: 16px;
  border: none;
  position: relative;
  padding-top: 10px;
  padding-bottom: 10px;
  border-radius: var(--btn-border-radius);
  -webkit-border-radius: var(--btn-border-radius);
  -moz-border-radius: var(--btn-border-radius);
  -ms-border-radius: var(--btn-border-radius);
  -o-border-radius: var(--btn-border-radius);
}

.btn-login:hover {
  color: #fff;
}

.w-facebook {
  background: #39579a;
  margin-right: 20px;
}

.w-facebook:hover {
  background: #2d4b90;
  color: #fff;
}

.w-twitter {
  background: #00c9ff;
}

.w-twitter:hover {
  background: #00b5e6;
  color: #fff;
}

.w-facebook {
  font-size: 16px;
  padding: 10px 30px 10px 45px;
}

.w-twitter {
  font-size: 16px;
  padding: 10px 30px 10px 50px;
}

.btn-login i.fa {
  position: absolute;
  font-size: 20px;
  color: #fff;
  margin-top: 4px;
  left: 22px;
  top: 8px;
}

.or-login {
  overflow: hidden;
  text-align: center;
  margin-top: 14px;
  margin-bottom: 14px;
  color: #fff;
}

.or-login:before,
.or-login:after {
  background-color: #c4c3c3;
  content: "";
  display: inline-block;
  height: 1px;
  position: relative;
  vertical-align: middle;
  width: 50%;
}

.or-login:before {
  right: 0.5em;
  margin-left: -50%;
}

.or-login:after {
  left: 0.5em;
  margin-right: -50%;
}

.user-form .form-group {
  position: relative;
}

.user-form .form-group .form-control {
  height: 48px;
  border-radius: 5px;
  background: #fff;
  border: none;
  color: #979797;
  padding-left: 60px;
}

.input-icon {
  position: absolute;
  top: 51%;
  font-size: 18px;
  left: 31px;
  color: #979797;
  transform: translate(-50%, -50%);
  -webkit-transform: translate(-50%, -50%);
  -moz-transform: translate(-50%, -50%);
}

.user-form p {
  color: #fff;
}

.user-form p a {
  color: #fff;
  text-decoration: none;
}

.user-form p a:hover {
  color: #fb6060;
}

.forgot-password {
  margin-top: 20px;
  margin-bottom: 40px;
}

.no-account {
  font-size: 16px;
  margin-bottom: 0px;
}

/*-- login form --*/
/* Login Effect */
#primary-bar {
  border-bottom: 1px solid #e8e8e8;
  font-size: 0px;
  background-color: #01091a;
  /*min-height: 60px;*/
}

#primary-bar .logo {
  padding: 15px 0px;
}

#primary-bar .social-icon,
#primary-bar .login {
  padding: 15px 0px;
}

#primary-bar .search-box {
  padding: 10.5px 0px;
}

#primary-bar .search-box .form-control {
  position: relative;
  height: 40px;
  margin-top: 5px;
  padding: 0px;
  background: transparent;
  border: 1px solid #0c1323;
  box-shadow: none;
  padding-left: 50px;
  padding-right: 50px;
  transition: all 0.3s ease-in-out 0.05s;
}

#primary-bar .search-box .search-icon {
  position: absolute;
  left: 7%;
  top: 50%;
  margin-top: -10px;
  border: none;
  box-shadow: none;
  background: transparent;
  padding: 0px;
  transition: all 0.3s ease-in-out 0.05s;
}

#primary-bar .search-box .form-control:focus {
  padding-left: 15px;
}

#primary-bar .search-box .form-control:focus ~ .search-icon {
  left: 92%;
}

#primary-bar .search-box .search-icon:focus {
  left: 92%;
}

#primary-bar .search-box .search-icon i.fa {
  font-size: 14px;
  color: #999999;
}

#primary-bar .social-icon {
  text-align: center;
}

#primary-bar .social-icon ul li {
  margin-right: 10px;
  border-radius: 50px;
  min-width: 24px;
  min-height: 24px;
}

#primary-bar .social-icon ul li:last-child {
  margin-right: 0px;
}

#primary-bar .social-icon ul li a {
  font-size: 14px;
  color: #999999;
}

#primary-bar .social-icon ul {
  margin-top: 10px;
  margin-left: 0px;
  margin-bottom: 0px;
}

#primary-bar .login {
  font-size: 14px;
  color: #999999;
  padding: 27px 0px 16px;
}

#primary-bar .login .media {
  /*margin-top: 7px;*/
}

#primary-bar .login .media .media-left {
  padding-right: 8px;
  padding-left: 5px;
  width: 28px;
  height: 28px;
  /*margin-top: 2px;*/
  float: left;
  display: inline-block;
}

#primary-bar .login .media .media-left i.fa {
  font-size: 25px;
}

#primary-bar .login .media .media-body p {
  margin-top: -3px;
  margin-bottom: 0px;
}

.border-right {
  /*
    border-right:1px solid #555;
    */
}

.border-left {
  /*
    border-left: 1px solid #555;
    */
}

.socicon-dailymotion {
  font-size: 12px;
}

.movie-img-holder .top-shadow a,
.movie-img-holder .movie-desc a,
.movie-container .movie-desc a,
.hd-movie-desc a {
  text-decoration: none !important;
}

.movie-img-holder .top-shadow a i.fa-vimeo,
.movie-img-holder .top-shadow a i.fa-youtube-play,
.movie-img-holder .top-shadow a .socicon-dailymotion {
  color: #fff;
  transition: all 0.3s ease 0s;
}

.movie-img-holder .movie-desc a i.fa-vimeo,
.movie-container .movie-desc a i.fa-youtube-play,
.movie-container .movie-desc a .socicon-dailymotion,
.hd-movie-desc a i.fa-vimeo,
.hd-movie-desc a i.fa-youtube-play,
.hd-movie-desc a .socicon-dailymotion {
  color: #979797;
  transition: all 0.3s ease 0s;
}

.movie-img-holder .top-shadow a i.fa-vimeo:hover,
.movie-container .movie-desc a i.fa-vimeo:hover,
.hd-movie-desc a i.fa-vimeo:hover {
  color: #17b3e8;
}

.movie-img-holder .top-shadow a .socicon-dailymotion:hover,
.movie-container .movie-desc a .socicon-dailymotion:hover,
.hd-movie-desc a .socicon-dailymotion:hover {
  color: #004e72;
}

.movie-img-holder .top-shadow a i.fa-youtube-play:hover,
.movie-container .movie-desc a i.fa-youtube-play:hover,
.hd-movie-desc a i.fa-youtube-play:hover {
  color: #cd201f;
}

.movie-container {
  display: inline-block;
  width: 100%;
}

.threeD-videos {
  padding-top: 5px;
  display: inline-block;
  width: 100%;
}

.threeD-videos-container {
  margin-top: 50px !important;
}

/* Main Section */
#main-section {
  margin-top: 70px;
}

.small-grid,
.md-grid {
  margin-bottom: 25px;
}

.movie-img-holder {
  position: relative;
  display: inline-block;
  width: 100%;
  overflow: hidden;
}

.overlay-div:before {
  content: "";
  width: 1%;
  height: 100%;
  position: absolute;
  top: 0px;
  display: inline-block;
  background: rgba(0, 0, 0, 0);
  z-index: 1;
  transition: width 0.3s ease 0s, background 0.4s ease 0s;
}

.overlay-div:after {
  content: "";
  width: 1%;
  height: 100%;
  position: absolute;
  top: 0px;
  right: 50%;
  display: inline-block;
  background: rgba(0, 0, 0, 0);
  z-index: 1;
  transition: width 0.3s ease 0s, background 0.4s ease 0s;
}

.movie-img-holder:hover .overlay-div:before,
.movie-img-holder:hover .overlay-div:after,
.latest-movie-img-container:hover .overlay-div:before,
.latest-movie-img-container:hover .overlay-div:after,
.bottom-movie-img-container .bottom-vid:hover .overlay-div:before,
.bottom-movie-img-container .bottom-vid:hover .overlay-div:after {
  background: rgba(0, 0, 0, 0.6);
  width: 50%;
}

.top-shadow {
  background: -moz-linear-gradient(
    top,
    rgba(0, 0, 0, 1) 0%,
    rgba(0, 0, 0, 1) 1%,
    rgba(0, 0, 0, 0.65) 42%,
    rgba(0, 0, 0, 0.35) 68%,
    rgba(0, 0, 0, 0) 98%,
    rgba(0, 0, 0, 0) 100%
  );
  /* FF3.6-15 */
  background: -webkit-linear-gradient(
    top,
    rgba(0, 0, 0, 1) 0%,
    rgba(0, 0, 0, 1) 1%,
    rgba(0, 0, 0, 0.65) 42%,
    rgba(0, 0, 0, 0.35) 68%,
    rgba(0, 0, 0, 0) 98%,
    rgba(0, 0, 0, 0) 100%
  );
  /* Chrome10-25,Safari5.1-6 */
  background: linear-gradient(
    to bottom,
    rgba(0, 0, 0, 1) 0%,
    rgba(0, 0, 0, 1) 1%,
    rgba(0, 0, 0, 0.65) 42%,
    rgba(0, 0, 0, 0.35) 68%,
    rgba(0, 0, 0, 0) 98%,
    rgba(0, 0, 0, 0) 100%
  );
  /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
  /*filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#000000', endColorstr='#00000000',GradientType=0 ); /* IE6-9 */
  min-height: 20%;
  position: absolute;
  text-align: center;
  padding-top: 15px;
  width: 100%;
  transition: all 0.3s ease 0.1s;
  top: -30%;
  left: 0px;
  /*display: none;*/
  z-index: 10;
  /*transition:top 0.3s ease 0s, background 0.4s ease 0s;*/
}

.top-shadow span:first-child {
  padding-left: 15px !important;
  text-align: left;
}

.top-shadow span {
  color: #fff;
  display: inline-block;
  overflow: hidden;
  padding: 0;
  text-overflow: ellipsis;
  white-space: nowrap;
  width: 32%;
}

.top-shadow span a {
  color: #fff;
}

.top-shadow span:last-child {
  padding-right: 15px !important;
  text-align: right;
}

.movie-img-holder:hover .top-shadow {
  top: 0px;
  /*display: block;*/
}

.ico-play {
  height: 70px;
  left: 50%;
  position: absolute;
  top: 50%;
  margin-top: -35px;
  margin-left: -35px;
  /*transform: translate(-50%, -50%);*/
  width: 70px;
  z-index: 10;
  transform: scale(0);
  -webkit-transform: scale(0);
  -moz-transform: scale(0);
  transition: all 0.3s ease-in-out 0.1s;
}

.ico-play-sm {
  width: 50px;
  height: 50px;
  margin-left: -25px;
  margin-top: -25px;
}

.play-md-icon {
  width: 60px;
  height: 60px;
  margin-left: -30px;
  margin-top: -30px;
}

.svg path {
  fill: #fff;
  transition: all 0.3s ease 0s;
}

.movie-img-holder:hover .ico-play,
.latest-movie-img-container:hover .ico-play,
.bottom-movie-img-container .bottom-vid:hover .ico-play {
  transform: scale(1);
  -webkit-transform: scale(1);
  -moz-transform: scale(1);
}

.bottom-shadow {
  background: -moz-linear-gradient(
    top,
    rgba(0, 0, 0, 0) 0%,
    rgba(0, 0, 0, 1) 100%
  );
  /* FF3.6-15 */
  background: -webkit-linear-gradient(
    top,
    rgba(0, 0, 0, 0) 0%,
    rgba(0, 0, 0, 1) 100%
  );
  /* Chrome10-25,Safari5.1-6 */
  background: linear-gradient(
    to bottom,
    rgba(0, 0, 0, 0) 0%,
    rgba(0, 0, 0, 1) 100%
  );
  /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
  /*filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#00000000', endColorstr='#000000',GradientType=0 ); /* IE6-9 */
  position: absolute;
  width: 100%;
  min-height: 40%;
  bottom: 0px;
  left: 0px;
}

.vid-author {
  bottom: 10px;
  margin: 0;
  overflow: hidden;
  padding: 0 15px;
  position: absolute;
  text-overflow: ellipsis;
  white-space: nowrap;
  width: 100%;
  z-index: 2;
}

.vid-author span {
  display: block;
  margin-bottom: 5px;
  font-size: 14px;
  color: #fff;
}

.vid-author span a {
  font-size: 14px;
}

.vid-author a {
  font-family: "Roboto Condensed", sans-serif;
  color: #fff;
  font-size: 16px;
  text-decoration: none;
}

.vid-author a:hover {
  color: #dc3d3d;
}

/* Secondary Section */
#section-opt {
  padding: var(--spacing-sm);
}

.movie-opt {
  padding-bottom: 30px;
}

.movie-heading {
  font-family: "Roboto Condensed", sans-serif;
  /*border-bottom: 1px solid #d0d0d0;*/
  margin: 0px;
  font-size: 0px;
  position: relative;
}

.movie-heading span {
  position: relative;
  margin: 0px;
  font-size: 18px;
  text-transform: capitalize;
  color: #fff;
  padding-bottom: 12px;
  display: inline-block;
  z-index: 10;
}

.movie-heading span:before {
  content: "";
  width: 50px;
  height: 2px;
  background: #0088cc;
  display: inline-block;
  position: absolute;
  bottom: 0;
  left: 0;
}

.disable-bottom-line {
  height: 1px;
  width: 100%;
  display: inline-block;
  background: #d0d0d0;
  bottom: 0px;
  left: 0px;
  position: absolute;
  z-index: -1;
}

.movie-container {
  margin-top: 5px;
}

.latest-movie-img-container {
  display: inline-block;
  width: 100%;
  max-width: 180px;
  margin-bottom: 30px;
}

.movie-img {
  position: relative;
}

.movie-title {
  color: #363636;
}

.movie-title a {
  color: #fff;
  /*    font-weight: bold;*/
  font-size: 13px;
  text-decoration: none;
  font-family: IRANSans;
  font-weight: 600;
}

.movie-title h1,
.post-text h1 {
  margin: 0px;
  font-size: 0px;
  margin-bottom: 3px;
}

.movie-title h1 a,
.post-text h1 a {
  font-family: "Roboto Condensed", sans-serif;
  text-decoration: none;
  display: inline-block;
  color: #363636;
  font-size: 14px;
  line-height: 1.2em;
  margin: 0px 0px 0px;
  width: 100%;
  text-overflow: ellipsis;
  overflow: hidden;
}

/*.movie-title h1,
.post-text h1 {
    font-family: 'Roboto Condensed', sans-serif;
    text-decoration: none;
    display: inline-block;
    color: #363636;
    font-size: 0px;
    /*margin: 0px 0px 5px; */
/*width: 100%;
    text-overflow:ellipsis;
    overflow: hidden;*/
/*}*/
.movie-title p.movie-desc {
  color: #979797;
  margin-bottom: 0px;
}

.movie-title p span {
  /*color: #363636;   */
}

.movie-title p i.fa {
  color: #979797;
  transition: all 0.3s ease 0s;
}

.bottom-movie-img-container {
  margin-top: 30px;
}

.bottom-movie-img-container h1 {
  margin-top: 0px;
  font-size: 0px;
}

.bottom-movie-img-container h1 a {
  display: inline-block;
  margin: 0px;
  font-size: 16px;
  margin-bottom: 10px;
}

.bottom-movie-img-container p,
.post-text p {
  line-height: 1.7em;
  color: #a7a7a7;
}

.bottom-movie-img-container .row .bottom-vid {
  margin-bottom: 30px;
  display: inline-block;
}

.bottom-movie-img-container .row:last-child .bottom-vid {
  margin-bottom: 0px;
  margin-top: 0px;
}

/*.bottom-movie-img-container .bottom-vid:last-child {
    margin-bottom: 0px;
    margin-top: 0px;
}*/
.bottom-movie-img-container .bottom-movie-img {
  padding-right: 0px;
  position: relative;
}

.bottom-movie-img-container .bottom-movie-title {
  padding-left: 5px;
}

.border-bottom {
  padding-bottom: 15px;
  margin-bottom: 15px;
  border-bottom: 1px solid #ddd;
}

.hd-vid-auth-name,
.post-video-aut-name {
  width: 35%;
  float: left;
  display: inline-block;
  overflow: hidden;
  text-overflow: ellipsis;
}

.hd-vid-auth-name a,
.post-video-aut-name a {
  color: #979797;
  font-size: 14px;
  /*font-weight: bold;*/
  text-decoration: none;
}

p.hd-movie-desc,
p.blog-movie-desc {
  width: 65%;
  float: left;
  display: inline-block;
  color: #979797;
}

p.hd-movie-desc a,
p.blog-movie-desc a {
  color: #979797;
}

/* Side Bar */
.sidebar-movie {
  margin-bottom: 30px;
  direction: rtl;
}

.sidebar h1,
.latest-post h1 {
  color: #363636;
  font-size: 14px;
  margin-top: 0px;
  margin-bottom: 5px;
}

.sidebar h1 a,
.latest-post h1 a {
  color: #b8babc;
  font-family: IRANSans;
  text-decoration: none;
}

.sidebar p,
.latest-post p {
  color: #979797;
  font-size: 12px;
  margin-top: 0px;
  margin-bottom: 0px;
}

.sidebar p span,
.latest-post p span {
  margin-right: 10px;
}

.sidebar p span:last-child .latest-post p span:last-child {
  margin-right: 0px;
}

h1.sidebar-title {
  color: #212529;
  text-transform: uppercase;
  /*font-weight: bold;*/
  font-size: 16px;
  margin-top: 0px;
  margin-bottom: 20px;
  padding: 10px 25px;
}

.sidebar .most-liked .media,
.latest-post .media {
  border-bottom: 1px solid #ddd;
  padding-bottom: 15px;
}

.sidebar .most-liked .media:last-child,
.latest-post .media:last-child {
  border-bottom: none;
  padding-bottom: 0px;
}

.most-viewed .most-viewed-img {
  margin-bottom: 15px;
}

.most-viewed .most-viewed-container {
  margin-bottom: 15px;
}

.tags ul {
  font-size: 0px;
}

.tags ul li {
  margin-right: 4px;
  padding: 0px;
  display: inline-block;
  margin-bottom: 4px;
}

.tags ul li a {
  font-size: 14px;
  padding: 10px 16px;
  background: #e8e8e8;
  color: #979797;
  text-decoration: none;
  text-transform: uppercase;
  display: inline-block;
}

.tags ul li a:hover {
  color: #fff;
}

#footer {
  background: #01091a;
  padding: 60px 0px;
}

/* CT : remove this css codes
#footer .movie-heading {
    margin-bottom: 30px;
} */
#footer .movie-heading span {
  font-size: 16px;
}

#footer .disable-bottom-line {
  z-index: 0;
}

.footer-about img {
  width: 120px;
}

.footer-about p {
  color: #ccc;
  line-height: 1.6em;
  margin-top: 15px;
  margin-bottom: 15px;
}

.footer-about .bottom-social li {
  margin-right: 5px;
  padding: 0px;
}

.footer-about .bottom-social li a {
  width: 30px;
  height: 30px;
  border-radius: 50%;
  text-align: center;
  line-height: 30px;
  background: #e8e8e8;
  color: #979797;
  display: inline-block;
  /*box-shadow: 0px 0px 0px 0px rgba(0,0,0,0.0);
    -webkit-box-shadow: 0px 0px 0px 0px rgba(0,0,0,0.0);
    -moz-box-shadow: 0px 0px 0px 0px rgba(0,0,0,0.0);*/
}

.footer-about .bottom-social li a:hover {
  color: #fff;
  /*box-shadow: 0 0 3px 0 rgba(0, 0, 0, 0.6);
    -webkit-box-shadow: 0 0 3px 0 rgba(0, 0, 0, 0.6);
    -moz-box-shadow: 0 0 3px 0 rgba(0, 0, 0, 0.6);*/
}

.category-list li a:before {
  content: "\f105";
  font-family: "FontAwesome";
  display: inline-block;
  font-size: 14px;
  position: absolute;
  left: 5px;
  top: 50%;
  margin-top: -10px;
}

.category-list li a {
  color: #ccc;
  padding: 12px 0px 12px 15px;
  /*border-bottom:1px solid #dddddd;*/
  display: inline-block;
  width: 100%;
  position: relative;
  text-decoration: none;
}

.post-category-list li a:before {
  content: "⬿";
  font-family: "FontAwesome";
  display: inline-block;
  font-size: 14px;
  position: absolute;
  left: 10px;
  top: 50%;
  margin-top: -10px;
}

.post-category-list li a {
  color: #999;
  padding: 12px 0px 12px 30px;
  /*border-bottom:1px solid #dddddd;*/
  display: inline-block;
  width: 100%;
  position: relative;
  text-decoration: none;
}

.menu-item li a {
  color: #fff;
  padding: 7px 0px 6px 15px;
  display: inline-block;
  width: 100%;
  position: relative;
  text-decoration: none;
}

#contact-form .form-control {
  border: 1px solid #e1e1e1;
  color: #fdd922;
  border-radius: 0px;
  box-shadow: none;
  margin-bottom: 15px;
}

.btn-send {
  color: #fff;
  padding: 8px 30px;
  font-size: 16px;
  outline: none;
  border-radius: var(--btn-border-radius);
  -webkit-border-radius: var(--btn-border-radius);
  -moz-border-radius: var(--btn-border-radius);
  -ms-border-radius: var(--btn-border-radius);
  -o-border-radius: var(--btn-border-radius);
}

.btn-send:hover,
.btn-send:active,
.btn-send:focus {
  color: #fff;
}

/* form-submision */
.formOverlay:before {
  content: "\f110";
  font-family: fontawesome;
  -webkit-animation: fa-spin 1s infinite steps(8);
  animation: fa-spin 1s infinite steps(8);
  position: absolute;
  top: 50%;
  left: 50%;
  margin-left: -10%;
  font-size: 56px;
  margin-top: -34px;
}

.formOverlay {
  background: rgba(0, 0, 0, 0.3);
  display: block;
  height: 100%;
  left: 0;
  position: absolute;
  top: 0;
  width: 100%;
  z-index: 9999;
}

.alert strong {
  display: inline-block;
  width: 100%;
}

.alert .message-icon {
  float: left;
  width: 30px;
  height: 30px;
  text-align: center;
  border: 1px solid #9f9f9f;
  border-radius: 50%;
  line-height: 30px;
}

.alert span {
  display: inline-block;
  font-size: 14px;
  font-weight: 400;
  float: left;
  width: 80%;
  margin-left: 15px;
  margin-top: 5px;
}

.form-control.error {
  border-color: rgba(166, 0, 0, 0.4) !important;
  box-shadow: 0 1px 1px rgba(56, 165, 74, 0.1) inset,
    0 0 4px rgba(166, 0, 0, 0.4) !important;
  -webkit-box-shadow: 0 1px 1px rgba(56, 165, 74, 0.1) inset,
    0 0 4px rgba(166, 0, 0, 0.4) !important;
  -moz-box-shadow: 0 1px 1px rgba(56, 165, 74, 0.1) inset,
    0 0 4px rgba(166, 0, 0, 0.4) !important;
}

label.error {
  display: none !important;
}

#contact-form .form-control::-webkit-input-placeholder {
  /* Chrome */
  color: #c2c2c2;
}

#contact-form .form-control:-ms-input-placeholder {
  /* IE 10+ */
  color: #c2c2c2;
}

#contact-form .form-control::-moz-placeholder {
  /* Firefox 19+ */
  color: #c2c2c2;
  opacity: 1;
}

#contact-form .form-control:-moz-placeholder {
  /* Firefox 4 - 18 */
  color: #c2c2c2;
  opacity: 1;
}

/* form-submision */
#copyright {
  padding: 20px 0px;
  color: #fff;
  background-color: #01091a;
  border-top: 1px solid #2d303a;
}

#copyright p {
  margin: 0px;
  font-size: 14px;
}

#copyright p a {
  color: #ffffff;
  font-size: 14px;
}

#copyright p a:hover,
#copyright p a:active,
#copyright p a:focus {
  color: #ffffff;
}

/* Home V2 */
/*.login-v2 {
    display: inline-block;
}*/
#index-v2 .svg:hover path {
  fill: #0098d8;
}

#index-v2 a:hover {
  color: #0098d8;
}

#social-v2 a:hover {
  color: #fff;
}

#index-v2 .movie-heading span {
  color: #0098d8;
  border-color: #0098d8;
}

#index-v2 h1.sidebar-title {
  background: #0098d8;
  border-left: 3px solid #0082ba;
  border-right: 3px solid #0082ba;
}

#index-v2 #copyright {
  background: #0098d8;
}

#index-v2 .tags ul li a:hover {
  background: #0098d8;
  color: #fff;
}

#index-v2 .footer-about .bottom-social li a:hover {
  background: #0098d8;
  color: #fff;
}

ul.footer-list li {
  display: inline;
  padding: 8px 10px;
  border-radius: 10px;
  height: auto;
  background-color: #141618;
  box-shadow: 0px 3px 5px rgba(0, 0, 0, 0.43);
  margin: 0px 10px;
}

ul.footer-list li a {
  color: #fdd922;
  text-decoration: none;
}

#primary-bar.primary-bar-v2 {
  border-bottom: none;
}

#primary-bar .login-v2 a {
  color: #737373;
}

#primary-bar .login-v2 a:hover {
  color: #0098d8;
}

.btn-blue {
  background: #0098d8;
  font-size: 14px;
  border-radius: var(--btn-border-radius);
  -webkit-border-radius: var(--btn-border-radius);
  -moz-border-radius: var(--btn-border-radius);
  -ms-border-radius: var(--btn-border-radius);
  -o-border-radius: var(--btn-border-radius);
  padding: 10px 30px;
  box-shadow: 0px 0px 4px 0px rgba(0, 0, 0, 0.2);
  -webkit-box-shadow: 0px 0px 4px 0px rgba(0, 0, 0, 0.2);
  -moz-box-shadow: 0px 0px 4px 0px rgba(0, 0, 0, 0.2);
  border: none;
  margin-top: 16px;
  outline: none;
}

.btn-blue:hover,
.btn-blue:active,
.btn-blue:focus {
  background: #0089c3;
  color: #fff;
  outline: none;
}

.v2-bg {
  background: #0098d8 !important;
}

.v2-color {
  color: #0098d8 !important;
}

#main-navigation.nav-v2 {
  background: #0098d8;
  position: relative;
  z-index: 5;
}

#main-navigation.nav-v2 #cssmenu {
  background: #0098d8;
  color: #fff;
}

#main-navigation.nav-v2 #cssmenu > ul > li > a {
  color: #fff;
  padding: 0px 16px;
}

#main-navigation.nav-v2 #cssmenu > ul > li.has-sub > a {
  padding: 0px 30px 0px 16px;
}

#main-navigation.nav-v2 #cssmenu > ul > li {
  border-top: 3px solid rgba(255, 255, 255, 0);
  border-bottom: 3px solid rgba(0, 134, 191, 0);
  margin-bottom: -4px;
  background: rgba(0, 152, 216, 0);
  transition: all 0.3s ease 0s;
}

#main-navigation.nav-v2 #cssmenu > ul > li:hover,
#main-navigation.nav-v2 #cssmenu > ul > li.active {
  border-top: 3px solid rgba(255, 255, 255, 1);
  border-bottom: 3px solid #0086bf;
  background: rgba(0, 145, 207, 1);
}

#main-navigation.nav-v2 #cssmenu > ul > li:hover > a {
  color: #fff;
}

#main-navigation.nav-v2 #cssmenu ul ul li a {
  border-bottom: 1px solid rgba(0, 152, 216, 0.83);
  background: rgb(0, 152, 216);
  /* Old browsers */
  background: -moz-linear-gradient(
    top,
    rgba(0, 152, 216, 1) 0%,
    rgba(0, 141, 201, 1) 44%,
    rgba(0, 131, 186, 1) 100%
  );
  /* FF3.6-15 */
  background: -webkit-linear-gradient(
    top,
    rgba(0, 152, 216, 1) 0%,
    rgba(0, 141, 201, 1) 44%,
    rgba(0, 131, 186, 1) 100%
  );
  /* Chrome10-25,Safari5.1-6 */
  background: linear-gradient(
    to bottom,
    rgba(0, 152, 216, 1) 0%,
    rgba(0, 141, 201, 1) 44%,
    rgba(0, 131, 186, 1) 100%
  );
  /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
  /*filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#0098D8', endColorstr='#008fcb',GradientType=0 ); /* IE6-9 */
}

#main-navigation.nav-v2 #cssmenu ul ul li:hover > a,
#main-navigation.nav-v2 #cssmenu ul ul li a:hover {
  color: #ffffff;
  background: rgb(0, 152, 216);
  /* Old browsers */
  background: -moz-linear-gradient(
    top,
    rgba(0, 152, 216, 1) 0%,
    rgba(0, 141, 201, 1) 100%,
    rgba(0, 131, 186, 1) 44%
  );
  /* FF3.6-15 */
  background: -webkit-linear-gradient(
    top,
    rgba(0, 152, 216, 1) 0%,
    rgba(0, 141, 201, 1) 100%,
    rgba(0, 131, 186, 1) 44%
  );
  /* Chrome10-25,Safari5.1-6 */
  background: linear-gradient(
    to bottom,
    rgba(0, 152, 216, 1) 0%,
    rgba(0, 141, 201, 1) 100%,
    rgba(0, 131, 186, 1) 44%
  );
  /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
  /*filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#0098D8', endColorstr='#008fcb',GradientType=0 ); /* IE6-9 */
}

#main-navigation.nav-v2 #cssmenu > ul > li.has-sub:hover > a:before {
  color: rgba(255, 255, 255, 1);
}

#main-navigation.nav-v2 #cssmenu ul ul .submenu-button.submenu-opened:before {
  color: rgba(255, 255, 255, 1);
}

#main-navigation.nav-v2 #cssmenu .submenu-button.submenu-opened:before {
  color: rgba(255, 255, 255, 1);
}

#social-v2 ul {
  margin-bottom: 0px;
  text-align: right;
}

#social-v2 ul li {
  display: inline-block;
  margin-right: 8px;
  margin-bottom: -4px;
  border-top: 3px solid rgba(255, 255, 255, 0);
  border-bottom: 3px solid rgba(0, 134, 191, 0);
  background: rgba(0, 145, 207, 0);
  padding: 27px 10px;
  transition: all 0.3s ease 0s;
}

#social-v2 ul li:hover {
  border-top: 3px solid rgba(255, 255, 255, 1);
  border-bottom: 3px solid rgba(0, 134, 191, 1);
  background: rgba(0, 145, 207, 1);
}

#social-v2 ul li:last-child {
  margin-right: 0px;
}

#social-v2 ul li a {
  color: #fff;
}

#index-v2 .for-drop-search {
  position: relative;
}

#index-v2 .srch-button {
  position: absolute;
  left: 0px;
  top: 20px;
  margin-top: 0px;
  text-align: center;
}

.srch-button .btn-search-drop:before {
  color: #fff;
  display: inline-block;
  content: "\f002";
  font-family: FontAwesome;
  font-size: 14px;
  transition: all 0.3s ease 0.1s;
}

.srch-button .btn-search-close:before {
  content: "\f00d";
}

.srch-button .btn-search-drop {
  background: #0091cf;
  border: 1px solid #0089c4;
  border-radius: 0px;
  outline: none;
  padding: 8px 10px;
}

.srch-button .btn-search-drop:hover,
.srch-button .btn-search-drop:active,
.srch-button .btn-search-drop:focus {
  outline: none;
}

#search-form {
  position: relative;
}

#search-form .search-group {
  margin: 0px;
  padding: 0px;
  position: absolute;
  top: -60px;
  left: 0px;
  display: inline-block;
  width: 100%;
  margin-top: -2px;
  transition: all 0.3s ease-in-out 0.1s;
}

#search-form .search-group .form-control {
  color: #fff;
  background: rgba(0, 152, 216, 0.1);
  height: 60px;
  border-radius: 0px;
  border: 2px solid rgba(0, 0, 0, 0);
  position: relative;
  box-shadow: none;
  padding: 0px 60px 0px 15px;
  transition: background 0.5s ease 0.1s, z-index 0.5s ease 0s,
    border 0.6s ease-in 0.1s;
  z-index: -1;
}

#search-form .search-group-active {
  top: 0px;
}

#search-form .search-group-active .form-control {
  background: rgba(0, 152, 216, 1);
  border: 2px solid rgba(0, 0, 0, 0.25);
  z-index: 6;
}

#search-form .search-group .search-icon {
  height: 100%;
  background: rgba(0, 0, 0, 0.25);
  border: none;
  position: absolute;
  padding: 0px 20px;
  top: 50%;
  right: 0px;
  transform: translateY(-50%);
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  z-index: -1;
  transition: z-index 0.8s ease 0s;
}

#search-form .search-group .search-icon i.fa {
  color: #fff;
}

#search-form .search-group-active .search-icon {
  z-index: 7;
}

#search-form .form-control::-webkit-input-placeholder {
  /* Chrome */
  color: #dddddd;
}

#search-form .form-control:-ms-input-placeholder {
  /* IE 10+ */
  color: #dddddd;
}

#search-form .form-control::-moz-placeholder {
  /* Firefox 19+ */
  color: #dddddd;
  opacity: 1;
}

#search-form .form-control:-moz-placeholder {
  /* Firefox 4 - 18 */
  color: #dddddd;
  opacity: 1;
}

#main-section.main-v2 {
  background: #f5f0f5;
  padding: 20px 0px;
  margin-bottom: 50px;
}

#main-section .video-carousel .item {
  font-size: 0px;
}

#main-section.main-v2 .top-shadow span {
  font-size: 14px;
}

/* Different Style Page */
#st-1-column {
  padding: 60px 0px 0px;
}

.st-masonary .movie-heading {
  margin-bottom: 50px;
}

.st-listing .bottom-movie-img-container {
  margin-top: 5px;
}

/* Detail Page */
#movie-details .movie-title h1 {
  font-size: 20px;
}

.video-info-bar {
  background: #f3f3f3;
  margin-top: 20px;
  position: relative;
  z-index: 999;
  /*padding: 20px 0px;*/
}

.video-info-bar {
  font-size: 0px;
}

.video-info-bar ul {
  display: inline-block;
  width: 100%;
  margin: 0px;
}

.video-info-bar ul li {
  font-size: 14px;
  color: #979797;
  padding: 20px;
  border-right: 1px solid #fff;
}

.video-info-bar ul li a {
  color: #979797;
}

.video-info-bar ul li:last-child {
  border-right: none;
  border-left: 1px solid #fff;
}

.video-info-bar ul li i.fa {
  margin-right: 5px;
}

.video-info-bar ul li:last-child i.fa {
  margin-right: 0px;
}

.movie-details-text {
  padding: 30px 0px 50px;
}

.movie-details-text p {
  color: #575757;
  margin-bottom: 20px;
  line-height: 1.7em;
}

.movie-details-text p:last-child {
  margin-bottom: 0px;
}

.comment-form {
  padding: 40px 0px 20px;
}

.comment-form .form-group {
  margin-bottom: 20px;
  position: relative;
}

.comment-form input.form-control {
  height: 45px;
}

.comment-form .form-control {
  border-radius: 0px;
  box-shadow: none;
  -webkit-box-shadow: none;
  -moz-box-shadow: none;
}

.comment-form .form-control:focus {
  border: 1px solid #ccc;
}

.input-top-line {
  position: absolute;
  display: inline-block;
  height: 1px;
  width: 100%;
  top: 0px;
  left: 0px;
  transition: width 0.4s ease 0.2s;
}

.input-bottom-line {
  position: absolute;
  display: inline-block;
  height: 1px;
  width: 0%;
  bottom: 0px;
  left: 0px;
  transition: width 0.5s ease 0.2s;
}

.comment-form .form-control:focus ~ .input-top-line {
  width: 0%;
}

.comment-form .form-control:focus ~ .input-bottom-line {
  width: 100%;
}

.btn-snd {
  color: #fff;
  text-transform: uppercase;
  padding: 10px 25px;
  transition: all 0.3s ease 0s;
  outline: none;
  margin-top: 10px;
  border-radius: var(--btn-border-radius);
  -webkit-border-radius: var(--btn-border-radius);
  -moz-border-radius: var(--btn-border-radius);
  -ms-border-radius: var(--btn-border-radius);
  -o-border-radius: var(--btn-border-radius);
  border: none;
}

.btn-snd:hover,
.btn-snd:active,
.btn-snd:focus {
  background: #b30505;
  outline: none;
  color: #fff;
}

.similler-movie .movie-container {
  margin-top: 0px;
}

/* .similler-movie .movie-container .latest-movie-img-container {
    margin-bottom: 0px;
} */
/* Video 3 Column */
#section-opt.vids-3-column {
  padding: 75px 0px 60px;
}

#section-opt.vids-2-column {
  padding: 75px 0px 20px;
}

#section-opt.vids-4-column {
  padding: 75px 0px 0px;
}

/* Page Bar */
#title-bar {
  padding: 20px 0px;
  border-bottom: 1px solid #e8e8e8;
}

.page-title h1 {
  margin: 0px;
  font-size: 22px;
  color: #fff;
}

.breadcrumb {
  background: transparent;
  margin-bottom: 0px;
  text-transform: capitalize;
  direction: rtl;
  float: left;
}

.breadcrumb li {
  color: #979797;
}

.breadcrumb li a {
  color: #979797;
}

.breadcrumb li a i.fi {
  margin-left: 3px;
  padding-right: 10px;
}

.breadcrumb > li + li:before {
  padding: 0 5px;
  color: #ccc;
  content: "»";
}

#title-bar {
  padding: 15px 0px;
  border-bottom: 1px solid #e4dede;
}

/* Page Bar */
/* Blog Listing */
#post-listing,
#about-us {
  padding: 60px 0px 0px;
  direction: rtl;
}

#post-listing .movie-container,
#about-us .movie-container {
  margin-top: 0px;
}

.post-video-info {
  padding: 10px 0px 10px;
  margin-top: 20px;
  border-bottom: 1px solid #e8e8e8;
  display: inline-block;
  width: 100%;
}

p.post-video-aut-name {
  width: 45%;
}

p.post-video-aut-name span {
  float: left;
  margin-right: 6px;
}

p.post-video-aut-name span.by-in {
  color: #333;
  margin-right: 3px;
}

p.post-video-aut-name a {
  float: left;
  width: 56px;
  margin-right: 4px;
  display: inline-block;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}

p.post-video-aut-name a:last-child {
  margin-right: 0px;
}

p.blog-movie-desc {
  width: 55%;
}

.post-video-aut-name span {
  color: #979797;
  margin-right: 2px;
}

.post-video-info p {
  margin-bottom: 0px;
}

.post-text {
  margin-top: 15px;
}

.post-text h1 a {
  display: inline-block;
  font-size: 15px;
  margin-bottom: 15px;
}

.btn-blog {
  border: 1px solid #363636;
  color: #363636;
  margin-top: 5px;
  padding-left: 25px;
  padding-right: 25px;
  font-size: 14px;
  border-radius: var(--btn-border-radius);
  -webkit-border-radius: var(--btn-border-radius);
  -moz-border-radius: var(--btn-border-radius);
  -ms-border-radius: var(--btn-border-radius);
  -o-border-radius: var(--btn-border-radius);
}

.btn-blog:hover {
  color: #db2727;
  border-color: #db2727;
}

.post-list-container {
  margin-bottom: 60px;
  display: inline-block;
}

.pagination-container {
  margin-top: 20px;
  margin-bottom: 50px;
  display: inline-block;
  width: 100%;
}

#section-opt .pagination-container {
  margin-top: 40px;
  margin-bottom: 10px;
}

.video-info-bar .info-ul {
  position: relative;
  z-index: 999;
  background: #efefef;
}

.video-info-bar .info-ul .btn {
  padding: 0px;
  outline: none;
  background: none;
}

.video-info-bar .info-ul .btn:active,
.video-info-bar .info-ul .btn:focus {
  outline: none;
}

.video-info-bar .info-ul .sharing-drop {
  cursor: pointer;
  background: #efefef;
  transition: all 0.3s ease 0s;
}

.video-info-bar .info-ul .sharing-drop button:before {
  color: #979797;
  display: inline-block;
  content: "\f1e0";
  font-family: FontAwesome;
  transition: all 0.3s ease 0.1s;
}

.video-info-bar .info-ul .sharing-drop-open {
  background: #db2727;
  border: none;
}

.video-info-bar .info-ul .sharing-drop-open button:before {
  content: "\f00d";
  color: #fff;
}

.video-info-bar .info-ul .sharing-drop-open:hover button:before {
  color: #fff;
}

.video-info-bar .sharing-bar {
  width: auto;
  background: #db2727;
  padding: 0px 15px;
  position: absolute;
  top: 0;
  right: 0;
  z-index: 99;
  transition: all 0.3s ease 0s;
}

.video-info-bar .sharing-bar li {
  padding: 6px 7px;
  border: none;
}

.video-info-bar .sharing-bar li:last-child {
  border: none;
}

.video-info-bar .sharing-bar li a {
  display: inline-block;
  line-height: 40px;
  padding: 0px;
  color: #fff;
}

.video-info-bar .sharing-bar li a:hover {
  color: #fff;
}

.video-info-bar .sharing-bar li:last-child {
  margin-right: 0px;
}

.video-info-bar .sharing-bar li a i.fa {
  margin-right: 0px;
  margin-left: 2px;
}

.video-info-bar .sharing-bar-open {
  top: 100%;
}

.listing-container .post-video-info {
  margin-top: 0px;
  padding-top: 0px;
}

.pagination {
  border-top: 1px solid #d0d0d0;
  margin: 0px;
}

.pagination li {
  position: relative;
  display: inline-block;
}

.pagination li a {
  background: transparent;
  color: #575757;
  border: none;
  font-size: 14px;
  outline: none;
}

.pagination li a:hover,
.pagination li a:active,
.pagination li a:focus,
.pagination li.active a,
.pagination li.active a:hover {
  background: transparent;
  outline: none;
}

.pagination-hvr {
  height: 2px;
  width: 0%;
  display: inline-block;
  position: absolute;
  top: -1px;
  left: 0px;
  transition: width 0.3s ease 0s, background 0.4s ease 0s;
}

.pagination li:hover .pagination-hvr,
.pagination li.active .pagination-hvr {
  width: 100%;
}

.pagination > li:first-child > a,
.pagination > li:last-child > a {
  font-size: 16px;
  margin-top: -3px;
}

.similler-movie {
  margin-top: 50px;
}

.similler-movie .movie-heading {
  margin-bottom: 50px;
}

.similler-movie .post-list-container {
  margin-bottom: 10px;
}

/* About Page */
#about-us {
  padding-bottom: 60px;
}

.about-text h1 {
  margin-top: 0px;
  font-size: 16px;
  color: #363636;
  margin-bottom: 15px;
}

.about-text p {
  margin-top: 0px;
  margin-bottom: 20px;
  color: #575757;
  line-height: 1.6em;
}

.about-text p:last-child {
  margin-bottom: 0px;
}

.about-det {
  margin-top: 50px;
}

.about-video {
  display: inline-block;
  margin-top: 50px;
  width: 100%;
}

#cssmenu ul ul li a {
  background-color: #fff;
  color: #222222;
}

/* About Page */
/*  Bootstrap Clearfix */
@media (min-width: 1200px) {
  .clean-preset .col-md-1:nth-child(12n + 1) {
    clear: left;
  }

  .clean-preset .col-md-2:nth-child(6n + 1) {
    clear: left;
  }

  .clean-preset .col-md-3:nth-child(4n + 1) {
    clear: left;
  }

  .clean-preset .col-md-4:nth-child(3n + 1) {
    clear: left;
  }

  .clean-preset .col-md-6:nth-child(odd) {
    clear: left;
  }

  .clean-preset .col-lg-1:nth-child(12n + 1) {
    clear: left;
  }

  .clean-preset .col-lg-2:nth-child(6n + 1) {
    clear: left;
  }

  .clean-preset .col-lg-3:nth-child(4n + 1) {
    clear: left;
  }

  .clean-preset .col-lg-4:nth-child(3n + 1) {
    clear: left;
  }

  .clean-preset .col-lg-6:nth-child(odd) {
    clear: left;
  }
}

@media (min-width: 992px) and (max-width: 1199px) {
  .clean-preset .col-md-1:nth-child(12n + 1) {
    clear: left;
  }

  .clean-preset .col-md-2:nth-child(6n + 1) {
    clear: left;
  }

  .clean-preset .col-md-3:nth-child(4n + 1) {
    clear: left;
  }

  .clean-preset .col-md-4:nth-child(3n + 1) {
    clear: left;
  }

  .clean-preset .col-md-6:nth-child(odd) {
    clear: left;
  }
}

@media (min-width: 768px) and (max-width: 991px) {
  .clean-preset .col-sm-1:nth-child(12n + 1) {
    clear: left;
  }

  .clean-preset .col-sm-2:nth-child(6n + 1) {
    clear: left;
  }

  .clean-preset .col-sm-3:nth-child(4n + 1) {
    clear: left;
  }

  .clean-preset .col-sm-4:nth-child(3n + 1) {
    clear: left;
  }

  .clean-preset .col-sm-6:nth-child(odd) {
    clear: left;
  }
}

@media (max-width: 767px) {
  .clean-preset .col-xs-1:nth-child(12n + 1) {
    clear: left;
  }

  .clean-preset .col-xs-2:nth-child(6n + 1) {
    clear: left;
  }

  .clean-preset .col-xs-3:nth-child(4n + 1) {
    clear: left;
  }

  .clean-preset .col-xs-4:nth-child(3n + 1) {
    clear: left;
  }

  .clean-preset .col-xs-6:nth-child(odd) {
    clear: left;
  }
}

.m-t-10 {
  margin-top: 10px;
}

.m-t-20 {
  margin-top: 20px;
}

.m-t-30 {
  margin-top: 30px;
}

.m-t-40 {
  margin-top: 40px;
}

.m-t-50 {
  margin-top: 50px;
}

.m-b-10 {
  margin-bottom: 10px;
}

.m-b-20 {
  margin-bottom: 20px;
}

.m-b-30 {
  margin-bottom: 30px;
}

.m-b-40 {
  margin-bottom: 40px;
}

.m-b-50 {
  margin-bottom: 50px;
}

.m-l-10 {
  margin-left: 10px;
}

.m-l-20 {
  margin-left: 20px;
}

.m-l-30 {
  margin-left: 30px;
}

.m-l-40 {
  margin-left: 40px;
}

.m-l-50 {
  margin-left: 50px;
}

.m-r-10 {
  margin-left: 10px;
}

.m-r-20 {
  margin-right: 20px;
}

.m-r-30 {
  margin-right: 30px;
}

.m-r-40 {
  margin-right: 40px;
}

.m-r-50 {
  margin-right: 50px;
}

.tooltip {
  position: relative;
  display: inline-block;
  border-bottom: 1px dotted black;
}

.tooltip .tooltiptext {
  visibility: hidden;
  width: 360px;
  background-color: #fff;
  box-shadow: rgba(0, 0, 0, 0.498039) 1px 1px 6px;
  color: #fff;
  text-align: center;
  border-radius: 6px;
  padding: 5px 5px 5px 10px;
  position: absolute;
  z-index: 1;
  top: 0px;
  left: 110%;
}

.tooltip .tooltiptext span {
  color: #aaaaaa;
  float: left;
  font-size: 13px;
}

.tooltip .tooltiptext .heading {
  color: #ff0000;
  float: left;
}

.tooltip .tooltiptext a {
  color: #ff0000;
}

.tooltip .tooltiptext::after {
  content: "";
  position: absolute;
  top: 50%;
  right: 100%;
  margin-top: -5px;
  border-width: 5px;
  border-style: solid;
  border-color: transparent black transparent transparent;
}

.tooltip:hover .tooltiptext {
  visibility: visible;
}

.pull-left cat-more {
  background: #952727;
  padding: 5px;
  border-radius: 4px;
  color: #fff;
  margin-top: 1%;
}

.pull-left {
  float: left;
  font-family: IRANSans;
}

.pull-right {
  float: right;
}

/* rating */
.rating_selection {
  text-align: center;
}

.rating_selection label:first-of-type {
  display: none;
}

.rating_selection input[type="radio"],
.rating_selection span {
  display: none;
}

.rating_selection label {
  cursor: pointer;
}

.rating_selection label:before {
  display: inline-block;
  font-family: FontAwesome;
  content: "\f005";
  font-size: 14px;
  letter-spacing: 10px;
  color: #e9cd10;
}

.rating_selection input:checked + label ~ label:before {
  color: #aaa;
}

.rating_selection:hover label[for]:before {
  color: #e9cd10;
}

.rating_selection:hover label:hover ~ label:before {
  color: #aaa;
}

/***
====================================================================
    Comments Area
====================================================================
 ***/
.page-sidebar .comments-section {
  position: relative;
}

.page-sidebar .comments-section h2,
.page-sidebar .comments-section h2 strong {
  font-size: 22px;
  color: #1c1c1c;
  font-weight: normal;
}

.page-sidebar .comments-section .comment-box {
  position: relative;
}

.page-sidebar .comments-section .comment {
  position: relative;
  margin: 0px 0px 50px 0px;
  padding: 0px 0px 10px 110px;
}

.page-sidebar .comments-section .coment-replay {
  margin-left: 50px;
}

.page-sidebar .comments-section .comment-box .author-thumbnail {
  position: absolute;
  left: 0px;
  top: 0px;
  width: 84px;
  height: 84px;
}

.page-sidebar .comments-section .comment-box .author-thumbnail img {
  width: 100%;
  display: block;
}

.page-sidebar .comments-section .comment-text {
  margin-bottom: 10px;
  color: #bcbcbc;
}

.page-sidebar .comments-section .comment-box strong {
  color: #292929;
  font-weight: 600;
}

.page-sidebar .comments-section .reply-btn {
  position: absolute;
  right: 0px;
  top: -10px;
}

.btn-label {
  background: rgba(0, 0, 0, 0.05);
  display: inline-block;
  padding: 7px 10px 10px 5px;
  border-radius: 3px 0 0 3px;
  margin: -7px -13px;
  margin-right: 12px;
}

.btn-rounded .btn-label {
  padding: 7px 15px 7px 20px;
  margin-left: -20px;
}

/*  ----------------------  SPACING  ----------------------  */
.margin-top-ten-px {
  margin-top: 10px;
}

.margin-bottom-ten-px {
  margin-bottom: 10px;
}

.full-width-button {
  width: 100%;
  -webkit-border-top-right-radius: 4px;
  -webkit-border-bottom-right-radius: 4px;
  border-top-right-radius: 4px;
  border-bottom-right-radius: 4px;
}

/*  ----------------------  menu bar  ---------------------- */
.login-dropdown {
  width: 220px;
  /*ADJUST IT AS NEEDED*/
}

.two-column-navbar {
  width: 50em;
  height: auto;
  margin: 4px 8px;
  float: right;
}

.three-column-navbar {
  width: 46em;
  height: auto;
  margin: 4px 0px;
  float: right;
}

/*  ----------------------  End menu bar  ---------------------- */
.text-light {
  color: #fff;
}

.text-dark {
  color: #999;
}

.block-title {
  margin-bottom: 48px;
}

.block-title hr {
  border-color: #fdd922;
  border-width: 4px;
}

.block-title small {
  display: block;
  font-size: 12px;
  color: #666;
  text-transform: uppercase;
  font-weight: bold;
  line-height: 2;
  margin-top: 5px;
  letter-spacing: 0.1em;
}

/* profile */
.profiles-wrap {
  background: #f0f0f0;
  margin-bottom: 50px;
}

.profiles-wrap .sidebar {
  padding: 0;
  /*float: left;
    width: 20%;
    position: relative;
    min-height: 550px;
    color: #eee;*/
}

.sidebar .sb-title {
  padding: 10px 15px;
  background: #0397d6;
  color: #fff;
}

.sidebar .sidebar-menu ul {
  list-style: none;
  padding: 0;
}

.sidebar .sidebar-menu ul li.active {
  background: #fff;
}

.sidebar .sidebar-menu ul li:hover {
  background: #fff;
}

.sidebar .sidebar-menu ul li.active a {
  color: #333;
}

.sidebar .sidebar-menu ul li a {
  text-decoration: none;
  display: block;
  padding: 10px 15px;
  color: #555;
}

.sidebar .sidebar-menu ul li {
  border-bottom: 1px solid rgba(0, 0, 0, 0.05);
}

.profiles-wrap .pp-main {
  padding: 0;
  direction: rtl;
  /*float: right;
    width: 80%;
    position: relative;
    min-height: 550px;
    background: #fff;*/
}

.profiles-wrap .pp-main .ppm-head {
}

.profiles-wrap .pp-main .ppm-head .ppmh-title {
  padding: 10px 15px;
  background: #01091a;
  color: #fff;
}

.profiles-wrap .pp-main .ppm-content {
  padding: 20px;
}

.user-content .uct-avatar {
  /*float: left;*/
}

.user-content .uct-avatar img {
  width: 180px;
  height: 180px;
  border-radius: 50%;
}

@media (max-width: 768px) {
  .user-content .uct-avatar img {
    width: 80px;
    height: 80px;
  }
}

.user-content .uct-info {
  /*padding-left: 230px;*/
}

.user-content .uct-info .block {
  padding: 8px 0;
  border-bottom: 1px solid #eee;
}

.page404 {
  text-align: center;
}

.page404 .line1 {
  font-size: 140px;
  margin: 10px 0;
}

.page404 .line2 {
  margin-bottom: 30px;
}

.btn-group-sm > .btn,
.btn-sm {
  padding: 5px 10px;
  font-size: 12px;
  line-height: 1.5;
  border-radius: 3px;
}

.blog-title {
  font-size: 18px;
  text-transform: capitalize;
  color: #999;
}

/************** MAP LOCATION *****************/
/***************************************************/
.location {
  padding-top: 80px;
}

#map_wrapper {
  height: 300px;
  margin-top: 50px;
  margin-bottom: -50px;
}

#map_canvas {
  width: 100%;
  height: 100%;
}

.info_content p {
  margin-top: 0px;
  color: #000;
}

.info_content h3 {
  color: #000;
}

/***
====================================================================
    Search Box
====================================================================
 ***/
.search {
  width: 50px;
  height: 50px;
  position: relative;
  overflow: hidden;
  transition: all 0.5s ease;
  display: none;
}

/*
.search:before {
  content: '';
  display: block;
  width: 3px;
  height: 100%;
  position: relative;
  background-color: #00FEDE;
  transition: all 0.5s ease;
}*/
.search.open {
  background-color: rgba(255, 255, 255, 1);
  width: 420px;
  position: absolute;
  z-index: 1000;
  border-radius: 5px;
  right: 0px;
  top: 0;
  display: inherit;
}

/*
.search.open:before {
  height: 60px;
  margin: 20px 0 20px 30px;
  position: absolute;
}*/
.search-box {
  width: 100%;
  box-shadow: none;
  border: none;
  background: transparent;
  color: #01091a;
  padding: 8px 10px 10px 45px;
  font-size: 20px;
}

.search-box:focus {
  outline: none;
}

.search-button {
  width: 50px;
  height: 50px;
  display: block;
  position: absolute;
  right: 0;
  top: 0;
  padding: 12px;
  cursor: pointer;
}

.search-icon {
  width: 40px;
  height: 40px;
  border-radius: 40px;
  border: 3px solid #00fede;
  display: block;
  position: relative;
  margin-left: 5px;
  transition: all 0.5s ease;
}

.search-icon:before {
  content: "sdsadas";
  width: 3px;
  height: 15px;
  position: absolute;
  right: -2px;
  top: 5px;
  display: block;
  background-color: #00fede;
  transform: rotate(-45deg);
  transition: all 0.5s ease;
}

.search-icon:after {
  content: "aff";
  width: 3px;
  height: 15px;
  position: absolute;
  right: -12px;
  top: 5px;
  display: block;
  background-color: #00fede;
  transform: rotate(-45deg);
  transition: all 0.5s ease;
}

.open .search-icon {
  margin: 0;
  width: 10px;
  height: 60px;
  border-radius: 60px;
}

.open .search-icon:before {
  transform: rotate(52deg);
  right: 22px;
  top: 23px;
  height: 118px;
}

.open .search-icon:after {
  transform: rotate(-230deg);
  right: 22px;
  top: 13px;
  height: 18px;
}

.responsive-make {
  padding-bottom: 56.25%;
}

.responsive-embed {
  position: relative;
  display: block;
  height: 0;
  padding: 0;
  overflow: hidden;
  padding-bottom: 56%;
}

.responsive-embed .responsive-embed-item,
.responsive-embed embed,
.responsive-embed iframe,
.responsive-embed object,
.responsive-embed video {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 100%;
  border: 0;
}

.movie-title {
  position: absolute;
  bottom: 0;
  left: 0;
  top: 100%;
  width: 100%;
  height: auto;
  padding: 10px;
  background: transparent;
  z-index: 5;
  border-radius: 0 0 5px 5px;
}

.movie-title h3 {
  font-size: 14px;
  margin: 0;
  font-weight: normal;
  text-align: center;
  color: #fff;
  text-shadow: 0 0 2px rgba(0, 0, 0, 0.6);
}

.img-responsive {
  border-radius: 5px;
}

/*episodes */
#servers {
  overflow: hidden;
  padding: 15px;
  -webkit-border-radius: 3px;
  -khtml-border-radius: 3px;
  -moz-border-radius: 3px;
  -ms-border-radius: 3px;
  -o-border-radius: 3px;
  border-radius: 3px;
  background: #292d38;
}

.watching #servers .server {
  display: block;
  clear: both;
  overflow: hidden;
  padding: 0;
  list-style: none;
  background: #20232c;
  padding: 10px 10px 6px;
  margin: 2px 10px;
  -webkit-border-radius: 3px;
  -khtml-border-radius: 3px;
  -moz-border-radius: 3px;
  -ms-border-radius: 3px;
  -o-border-radius: 3px;
  border-radius: 3px;
}

.watching #servers .server .name {
  padding-top: 4px;
  color: #848484;
  font-weight: 500;
}

.watching #servers .server ul.episodes {
  margin: 0;
  padding: 0;
  list-style: none;
}

@media (min-width: 768px) {
  .navbar {
    border-radius: 0px;
    -webkit-border-radius: 0px;
    -moz-border-radius: 0px;
    -ms-border-radius: 0px;
    -o-border-radius: 0px;
  }
  .download-btn-header {
    display: none;
  }
}

/*custom header/navbar*/

.navbar {
  position: absolute;
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 0.5rem 1rem;
}

/* استایل لوگو */
.navbar-brand {
  padding: 0px;
}

.navbar-brand > img {
  height: 100%;
  padding: 5px;
  width: auto;
}

/* استایل منو در موبایل */
@media (max-width: 767px) {
  .navbar-toggle {
    display: block;
  }
  .navbar-collapse {
    display: none;
  }
}

/*************************
headerS 2-7 BELOW 
**************************/

/* header 2 (larger logo) - simply adjust top bottom padding to make logo larger */

.header2 .navbar-brand > img {
  padding: 7px 15px;
}

/* header 3

line height is 20px by default so add 30px top and bottom to equal the new .navbar-brand 80px height  */

.header3 .navbar-brand {
  height: 60px;
}

.header3 form.navbar-form {
  margin-top: 10px !important;
}

.header3 .nav > li > a {
  padding-top: 10px;
  padding-bottom: 10px;
}

.header3 .navbar-toggle {
  padding: 10px;
  margin: 25px 15px 25px 0;
}

/* header 4 - Small Narrow Logo*/
.header4 .navbar-brand > img {
  padding: 7px 14px;
}

/* header 5 - Logo with Text*/
.header5 .navbar-brand {
  display: flex;
  align-items: center;
}

.header5 .navbar-brand > img {
  padding: 7px 14px;
}

/* header 6 - Background Logo*/
.header6 .navbar-brand {
  /*background: url(https://res.cloudinary.com/candidbusiness/image/upload/v1455406304/dispute-bills-chicago.png) center / contain no-repeat;*/
  width: 200px;
}

/* header 8 - Center on mobile*/
@media only screen and (max-width: 768px) {
  .header-8 .navbar-brand {
    padding: 0px;
    transform: translateX(-50%);
    left: 50%;
    position: absolute;
  }

  .header-8 .navbar-brand > img {
    height: 100%;
    width: auto;
    padding: 7px 14px;
  }
}

/* header 8 - Center Background */
.header-8 .navbar-brand {
  background: url(https://res.cloudinary.com/candidbusiness/image/upload/v1455406304/dispute-bills-chicago.png)
    center / contain no-repeat;
  width: 200px;
  transform: translateX(-50%);
  left: 50%;
  position: absolute;
}

/* header 9 - Center with Flexbox and Text*/
.brand-centered {
  display: flex;
  justify-content: center;
  position: absolute;
  width: 100%;
  left: 0;
  top: 0;
}

.brand-centered .navbar-brand {
  display: flex;
  align-items: center;
}

.navbar-toggle {
  z-index: 1;
}

/* CSS Transform Align Navbar Brand Text ... This could also be achieved with table / table-cells */
.navbar-alignit .navbar-header {
  -webkit-transform-style: preserve-3d;
  -moz-transform-style: preserve-3d;
  transform-style: preserve-3d;
  height: 50px;
}

@media (min-width: 768px) {
  .navbar-header {
    float: right;
  }
}

.navbar-alignit .navbar-brand {
  top: 50%;
  display: block;
  position: relative;
  height: auto;
  transform: translate(0, -50%);
  margin-right: 15px;
  margin-left: 15px;
}

.dropdown-menu {
  position: absolute;
  top: 100%;
  left: 0;
  z-index: 1000;
  display: none;
  float: left;
  min-width: 230px;
  padding: 5px 0;
  margin: 2px 0 0;
  font-size: 14px;
  text-align: right;
  list-style: none;
  background-color: #fff;
  -webkit-background-clip: padding-box;
  background-clip: padding-box;
  border: 1px solid #ccc;
  border: 1px solid rgba(0, 0, 0, 0.15);
  border-radius: 10px;
  -webkit-box-shadow: 0 6px 12px rgba(0, 0, 0, 0.175);
  box-shadow: 0 6px 12px rgba(230, 218, 218, 0.175);
}

.navbar-nav > li > .dropdown-menu {
  z-index: 9999;
}

/* topbar */
.topbar {
  background: #000000;
  left: 0;
  padding: 8px 0;
  top: 0;
  width: 100%;
  z-index: 999;
}

.top-info-left a {
  color: #777;
  display: inline-block;
  text-decoration: none;
  /*font-size: 15px;*/
  margin: 5px 10px 5px 0;
}

.top-info-right {
  float: right;
}

/* large play button*/

.video-play-button {
  margin-top: 50px;
  position: relative;
  z-index: 10;
  /* top: 50%; */
  left: 50%;
  transform: translateX(-50%) translateY(-50%);
  box-sizing: content-box;
  display: block;
  width: 32px;
  height: 44px;
  /* background: #fa183d; */
  border-radius: 50%;
  padding: 18px 20px 18px 28px;
}

.video-play-button:before {
  content: "";
  position: absolute;
  z-index: 0;
  left: 50%;
  top: 50%;
  transform: translateX(-50%) translateY(-50%);
  display: block;
  width: 80px;
  height: 80px;
  background: #ba1f24;
  border-radius: 50%;
  animation: pulse-border 1500ms ease-out infinite;
}

.video-play-button:after {
  content: "";
  position: absolute;
  z-index: 1;
  left: 50%;
  top: 50%;
  transform: translateX(-50%) translateY(-50%);
  display: block;
  width: 80px;
  height: 80px;
  background: #fa183d;
  border-radius: 50%;
  transition: all 200ms;
}

.video-play-button:hover:after {
  background-color: darken(#fa183d, 10%);
}

.video-play-button img {
  position: relative;
  z-index: 3;
  max-width: 100%;
  width: auto;
  height: auto;
}

.video-play-button span {
  display: block;
  position: relative;
  z-index: 3;
  width: 0;
  height: 0;
  border-left: 32px solid #fff;
  border-top: 22px solid transparent;
  border-bottom: 22px solid transparent;
}

@keyframes pulse-border {
  0% {
    transform: translateX(-50%) translateY(-50%) translateZ(0) scale(1);
    opacity: 1;
  }
  100% {
    transform: translateX(-50%) translateY(-50%) translateZ(0) scale(1.5);
    opacity: 0;
  }
}

.video-overlay {
  position: fixed;
  z-index: -1;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  background: rgba(0, 0, 0, 0.8);
  opacity: 0;
  transition: all ease 500ms;
}

@media screen and (max-width: 991px) {
  .play_btn {
    padding: 50px 50px;
    margin: 20px;
  }

  .video-play-button {
    z-index: 10;
    top: 50%;
    left: 50%;
    transform: translateX(-50%) translateY(-50%);
    box-sizing: content-box;
    display: block;
    width: 32px;
    height: 44px;
    border-radius: 50%;
    padding: 18px 20px 18px 28px;
  }
}

.h2,
h2 {
  font-size: 18px;
}

.h1,
h1 {
  font-size: 24px;
}

.sm-heading h2 {
  text-transform: capitalize;
}

.report-panel {
  border: none;
  margin-bottom: 0;
}

input[type="checkbox"],
input[type="radio"] {
  margin-right: 10px;
}

.modal {
  z-index: 100000000;
}

.section-opt {
  min-height: 500px;
}

/*Light version css fix*/
#section-opt .movies-list-wrap .ml-title span.title,
.movie-heading span,
div.movies-list-wrap .ml-title span.title {
  color: #fff;
  font-family: IRANSans;
  font-weight: 800;
  font-size: 18px;
}

div#ads img {
  width: 100%;
  border-radius: 20px;
}

.navbar-default .navbar-nav > li.dropdown > a:focus,
.navbar-default .navbar-nav > li.dropdown > a:hover,
.navbar-default .navbar-nav > .open > a,
.navbar-default .navbar-nav > li > a:focus,
.navbar-default .navbar-nav > li > a:hover,
.dropdown-menu > li > a:focus,
.dropdown-menu > li > a:hover,
.sidebar .sidebar-menu ul li:hover,
.sidebar .sidebar-menu ul li:hover a,
.sidebar .sidebar-menu ul li.active a {
  color: #fff;
  /*background-color: #0088CC;*/
}

ul.footer-list {
  margin: 0;
  padding: 0;
}

.profiles-wrap .pp-main .ppm-head .ppmh-title {
  background: #f8f8f8;
  color: #fff;
}

.profiles-wrap .sidebar .sb-title {
  background: #ebebeb;
  color: #fff;
}

@media only screen and (max-width: 768px) {
  ul.footer-list {
    margin-top: 10px;
  }
}

.nav > li > a {
  padding-left: 9px;
  padding-right: 9px;
  font-family: IRANSans;
  color: #fff !important;
  font-weight: 700;
}

@media (min-width: 768px) {
  .navbar-nav > li {
    float: right;
  }
}

figure {
  padding-bottom: 20px;
}

figure a:hover {
  text-decoration: none;
  color: #777;
}

figcaption {
  padding: 10px 2px;
}

.ppmh-title .fa {
  padding-right: 8px;
}

.latest-movie-img-container {
  display: inline-block;
  width: 100%;
  padding-top: 140%;
  max-width: 100%;
  margin-bottom: 30px;
  background-size: cover;
  border-radius: 5px;
  position: relative;
}

.movie-img {
  height: 100%;
  width: 100%;
  position: absolute;
  top: 0;
  left: 0;
}

/* @media (min-width: 1200px) {
  .container {
    width: 100% !important;
  }
}
@media (min-width: 992px) {
  .container {
    width: 100% !important;
  }
} */

hr {
  margin-top: 20px;
  margin-bottom: 20px;
  border: 0;
  border-top: 3px solid #282828;
  box-shadow: 0 6px 12px rgba(255, 255, 255, 0.54);
}

.mlw-ratio {
  padding-top: 56.25%;
}

@media screen and (max-width: 768px) {
  .mlw-ratio {
    padding-top: var(--spacing-md);
  }
}

.episode-container {
  display: flex;
  flex-direction: row;
  border-radius: 8px;
  margin: 8px 0px;
  /* padding: 8px; */
  align-items: center;
  background-color: #16181a;
}

.episode-context {
  flex: 1;
  display: flex;
  flex-direction: column;
  margin-right: 16px;
}

.episode-content-col {
  flex: 1;
}

.episode-thumbnail {
  border-radius: 12px;
  width: 100%;
  aspect-ratio: 500/360;
  background-size: cover;
  -webkit-border-radius: 12px;
  -moz-border-radius: 12px;
  -ms-border-radius: 12px;
  -o-border-radius: 12px;
}

.episode-thumbnail a {
  position: relative;
  display: none;
  width: 100%;
}

.episode-thumbnail:hover a {
  display: inline-block;
}

.episode-thumbnail a div {
  margin-right: calc(50% - (35px / 2));
  margin-top: calc(50% - 35px);
  border-radius: 50%;
  background-color: rgba(0, 0, 0, 0.4);
  display: flex;
  align-items: center;
  justify-content: center;
  width: 35px;
  height: 35px;
}

.episode-thumbnail a div img {
  width: 16px;
  height: 16px;
}

.episode-thumbnail:hover .overlay-div:before,
.episode-thumbnail:hover .overlay-div:after {
  background: rgba(0, 0, 0, 0.6);
  width: 50%;
}

@media screen and (max-width: 768px) {
  .episode-container {
    flex-direction: column-reverse;
    align-items: unset;
  }

  .episode-thumbnail {
    width: 100%;
    align-self: flex-end;
    margin-bottom: 8px;
  }
}

.free-episode-label {
  position: absolute;
  left: 24px;
  top: 16px;
  padding: 4px 8px;
  background-color: rgba(253, 217, 34, 0.5);
  border-radius: 50px;
  color: #fdd922;
}

.episode-context .progress {
  height: 1.5px;
  margin-bottom: 0px;
  margin-top: 8px;
  background-color: #434343;
}

.episode-container .progress .progress-bar {
  background-color: #fdd922;
}

.payment-gateway-container {
  padding: 1.5rem;
  max-width: 40rem;
  margin: 2rem auto 4rem auto;
  background: #1d1d1d;
  border-radius: 1.5rem;
}

#payment-gateway-form {
  flex-direction: column;
  width: 100%;
  display: flex;
}

.payment-gateway-title {
  font-family: IRANSans;
  margin: 0px;
  font-size: 1.7rem;
  font-weight: 500;
  color: white !important;
}

@media (min-width: 960px) {
  .payment-gateway-title {
    font-size: 1.7rem;
  }
}

@media (min-width: 1280px) {
  .payment-gateway-title {
    font-size: 1.7rem;
  }
}

@media (max-width: 599.95px) {
  .payment-gateway-title {
    font-size: 1.5rem;
  }
}

.payment-online {
  font-family: IRANSans;
  font-weight: 500;
  margin: 1.25rem 0px 0.25rem;
  color: white !important;
  font-size: 1.5rem !important;
}

@media (min-width: 960px) {
  .payment-online {
    font-size: 1.7rem;
  }
}

@media (min-width: 1280px) {
  .payment-online {
    font-size: 1.7rem;
  }
}

@media (max-width: 599.95px) {
  .payment-online {
    font-size: 1rem !important;
  }
}

.payment-online-item {
  background: rgb(250, 250, 250);
  border-radius: 1rem;
  box-shadow: rgba(28, 28, 28, 0.25) 0px 0px 4px;
  padding: 0.75rem 1rem;
  display: flex;
  flex-direction: column;
  margin: 0.25rem 0px;
  width: 100%;
  cursor: pointer;
  -webkit-box-pack: center;
  justify-content: center;
  align-items: flex-start;
  height: fit-content;
  min-height: 5rem;
  transition: height 0.5s ease 0s;
}

@media (max-width: 1279.95px) {
  .payment-online-item {
    width: 100%;
    margin: 0.5rem 0px;
  }
}

.payment-item-container {
  display: flex;
  -webkit-box-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  align-items: center;
}

.payment-item-select label {
  display: flex;
  -webkit-box-align: center;
  align-items: center;
  border-radius: 1rem;
  cursor: pointer;
}

.payment-item-select input[type="radio"]:checked {
  border-color: rgb(0, 148, 148);
}

.payment-item-select input[type="radio"] {
  appearance: none;
  height: 1.5rem;
  width: 1.5rem;
  background: rgb(255, 255, 255);
  border: 2px solid rgb(0, 148, 148);
  display: flex;
  -webkit-box-align: center;
  align-items: center;
  -webkit-box-pack: center;
  justify-content: center;
  cursor: pointer;
  outline-offset: 0rem;
  outline-color: rgb(0, 148, 148);
  border-radius: 1.25rem;
}

.payment-item-select input[type="radio"]:checked::after {
  transform: scale(1);
  background-color: rgb(0, 148, 148);
}

.payment-item-select input[type="radio"]::after {
  content: "";
  display: block;
  transform: scale(0);
  transition: transform 120ms ease-in-out 0s;
  width: 0.78rem;
  height: 0.78rem;
  border-radius: 0.5rem;
}

.payment-item-container img {
  max-width: 100%;
  display: block;
  object-fit: contain;
  border-radius: 0.5rem;
  width: 2.5rem;
  height: fit-content;
  margin: 0px 0.66rem;
}

.payment-item-container p {
  font-family: IRANSans;
  font-size: 1rem;
  font-weight: 500;
  margin: 0px;
  color: rgb(28, 28, 28) !important;
}

@media (min-width: 960px) {
  .payment-item-container p {
    font-size: 1.2rem;
  }
}

@media (min-width: 1280px) {
  .payment-item-container p {
    font-size: 1.5rem;
  }
}

.payment-credit {
  font-family: IRANSans;
  font-weight: 500;
  margin: 1.25rem 0px 0.25rem;
  color: white !important;
  font-size: 1.5rem !important;
}

@media (min-width: 960px) {
  .payment-credit {
    font-size: 1.7rem;
  }
}

@media (min-width: 1280px) {
  .payment-credit {
    font-size: 1.7rem;
  }
}

@media (max-width: 599.95px) {
  .payment-credit {
    font-size: 1rem !important;
  }
}

.payment-credit-item {
  background: rgb(250, 250, 250);
  border-radius: 1rem;
  box-shadow: rgba(28, 28, 28, 0.25) 0px 0px 4px;
  padding: 0.75rem 1rem;
  display: flex;
  flex-direction: column;
  margin: 0.25rem 0px;
  width: 100%;
  cursor: pointer;
  -webkit-box-pack: center;
  justify-content: center;
  align-items: flex-start;
  height: fit-content;
  min-height: 5rem;
  transition: height 0.5s ease 0s;
}

@media (max-width: 1279.95px) {
  .payment-credit-item {
    width: 100%;
    margin: 0.5rem 0px;
  }
}

.payment-credit-container {
  display: flex;
  -webkit-box-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  align-items: center;
}

.payment-credit-select label {
  display: flex;
  -webkit-box-align: center;
  align-items: center;
  border-radius: 1rem;
  cursor: pointer;
}

.payment-credit-select input[type="radio"]:checked {
  border-color: rgb(0, 148, 148);
}

.payment-credit-select input[type="radio"]:disabled {
  border-color: rgb(114, 114, 114);
}

.payment-credit-select:has(input[type="radio"]:disabled) {
  pointer-events: none !important;
}

.payment-credit-select input[type="radio"] {
  appearance: none;
  height: 1.5rem;
  width: 1.5rem;
  background: rgb(255, 255, 255);
  border: 2px solid rgb(0, 148, 148);
  display: flex;
  -webkit-box-align: center;
  align-items: center;
  -webkit-box-pack: center;
  justify-content: center;
  cursor: pointer;
  outline-offset: 0rem;
  outline-color: rgb(0, 148, 148);
  border-radius: 2.5rem;
}

.payment-credit-select input[type="radio"]:checked::after {
  transform: scale(1);
  background-color: rgb(0, 148, 148);
}

.payment-credit-select input[type="radio"]::after {
  content: "";
  display: block;
  transform: scale(0);
  transition: transform 120ms ease-in-out 0s;
  width: 0.78rem;
  height: 0.78rem;
  border-radius: 1rem;
}

.payment-credit-container img {
  max-width: 100%;
  display: block;
  object-fit: contain;
  border-radius: 0.5rem;
  width: 2.5rem;
  height: fit-content;
  margin: 0px 0.66rem;
}

@media (max-width: 599.95px) {
  .payment-credit-container img {
    width: 2rem;
  }
}

.payment-credit-container i {
  margin: 0px 0.66rem;
  font-size: 2rem;
  color: green;
}

.payment-credit-container p {
  font-family: IRANSans;
  font-size: 1rem;
  font-weight: 500;
  margin: 0px;
  color: rgb(28, 28, 28) !important;
}

@media (min-width: 960px) {
  .payment-credit-container p {
    font-size: 1.2rem;
  }
}

@media (min-width: 1280px) {
  .payment-credit-container p {
    font-size: 1.5rem;
  }
}

.payment-mobile-container {
  transition: height 0.5s ease 0s;
  height: 0px;
  overflow: hidden;
  width: 100%;
}

.payment-mobile-container .payment-mobile-title {
  font-family: IRANSans;
  margin: 1rem 0px 0px;
  font-weight: 400;
  color: rgb(28, 28, 28) !important;
  font-size: 1.3rem !important;
}

@media (min-width: 960px) {
  .payment-mobile-container .payment-mobile-title {
    font-size: 1.7rem;
  }
}

@media (min-width: 1280px) {
  .payment-mobile-container .payment-mobile-title {
    font-size: 1.7rem;
  }
}

.payment-mobile-container input {
  color: rgb(28, 28, 28);
  border: 1px solid rgb(143, 143, 143);
  outline-width: thin !important;
  font-weight: 500;
  background: rgb(250, 250, 250);
  border-radius: 0.8rem;
  min-height: 2.5rem;
  padding: 0.75rem 1rem;
  display: flex;
  -webkit-box-align: center;
  align-items: center;
  margin: 0.25rem 0px 0px;
  width: 100%;
  font-size: 1.3rem !important;
}

@media (min-width: 960px) {
  .payment-mobile-container input {
    font-size: 1.7rem;
  }
}

@media (min-width: 1280px) {
  .payment-mobile-container input {
    font-size: 1.7rem;
  }
}

.payment-mobile-container input:hover,
.payment-mobile-container input:active,
.payment-mobile-container input:focus,
.payment-mobile-container input:focus-visible {
  background: rgb(250, 250, 250);
  color: rgb(28, 28, 28);
  border: 1px solid rgb(143, 143, 143);
}

.payment-mobile-container .payment-mobile-error {
  font-family: IRANSans;
  margin: 0.5rem 0px 0px;
  font-weight: 400;
  color: rgb(245, 71, 103) !important;
  font-size: 1.2rem !important;
}

@media (min-width: 960px) {
  .payment-mobile-container .payment-mobile-error {
    font-size: 1.7rem;
  }
}

@media (min-width: 1280px) {
  .payment-mobile-container .payment-mobile-error {
    font-size: 1.7rem;
  }
}

.payment-gateway-submit {
  font-weight: 500;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  display: inline-block;
  text-align: center;
  transition: background-color 0.3s ease 0s, color 0.3s ease 0s;
  font-size: 1.5rem;
  background: rgb(212, 43, 77);
  padding: 0.5rem;
  border-radius: 1rem;
  margin-top: 2rem;
  color: rgb(255, 255, 255);
  cursor: pointer;
  width: 100%;
}

@media (min-width: 960px) {
  .payment-gateway-submit {
    font-size: 1.7rem;
  }
}

@media (min-width: 1280px) {
  .payment-gateway-submit {
    font-size: 1.7rem;
  }
}

@media (max-width: 599.95px) {
  .payment-gateway-submit {
    width: 100%;
  }
}

.payment-gateway-submit:hover,
.payment-gateway-submit:active,
.payment-gateway-submit:focus,
.payment-gateway-submit:focus-visible {
  outline: none;
  cursor: pointer;
  background: rgb(169, 35, 59);
  color: rgb(255, 255, 255);
}

.payment-gateway-container hr {
  border-color: rgb(255 255 255);
  border: 0;
  border-bottom: 1px solid;
  opacity: 0.7;
  margin-top: 2rem;
  margin-bottom: 1rem;
  width: 98%;
}

.swal2-content,
.swal2-container h2 {
  direction: rtl;
}

.table-responsive {
  border: none !important;
}

.movie_download_alert {
  font-size: 15px;
  direction: rtl;
  width: fit-content;
  float: right;
  position: relative;
  padding-right: 10%;
  margin-top: 20px;
  color: lightgrey;
}

.movie_download_alert i {
  margin-left: 5px;
}

.vjs-modal-dialog-content {
  color: red;
  direction: rtl;
}
/* CT : End Change all design */
/* استایل‌های منوی موبایل */
@media (max-width: 767px) {
  .navbar {
    position: relative;
    padding: 10px 15px;
    background: rgba(0, 0, 0, 0.95);
    display: flex;
    justify-content: space-between;
    align-items: center;
  }

  .navbar-header {
    display: flex;
    align-items: center;
    justify-content: space-between;
    width: 100%;
  }

  .navbar-brand {
    padding: 0;
    margin: 0;
    height: auto;
    display: flex;
    align-items: center;
  }

  .navbar-brand > img {
    height: 35px;
    width: auto;
    padding: 0;
  }

  .navbar-toggle {
    position: relative;
    margin: 0;
    padding: 10px;
    border: none;
    background: transparent !important;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    z-index: 1001;
  }

  .navbar-toggle .icon-bar {
    display: block;
    width: 25px;
    height: 2px;
    background-color: #fff;
    margin: 3px 0;
    transition: all 0.3s ease;
  }

  .navbar-collapse {
    position: fixed;
    top: 0;
    right: -280px;
    bottom: 0;
    width: 280px;
    max-width: 100%;
    background: rgba(0, 0, 0, 0.95);
    backdrop-filter: blur(10px);
    -webkit-backdrop-filter: blur(10px);
    padding: 60px 0 0;
    transition: right 0.3s ease;
    z-index: 1000;
    overflow-y: auto;
  }

  .navbar-collapse.show {
    right: 0;
  }

  .navbar-nav {
    margin: 0;
    padding: 0;
  }

  .navbar-nav > li {
    border-bottom: 1px solid rgba(255, 255, 255, 0.1);
  }

  .navbar-nav > li:last-child {
    border-bottom: none;
  }

  .navbar-nav > li > a {
    padding: 15px 20px;
    color: #fff;
    font-size: 16px;
    display: flex;
    align-items: center;
    justify-content: space-between;
  }

  .navbar-nav > li > a:hover,
  .navbar-nav > li > a:focus {
    background-color: rgba(255, 255, 255, 0.1);
  }

  .dropdown-menu {
    /* position: static; */
    float: none;
    width: 100%;
    margin: 0;
    padding: 0;
    background-color: rgba(0, 0, 0, 0.3);
    border: none;
    border-radius: 0;
    box-shadow: none;
    display: none;
  }

  .dropdown-menu.show {
    display: block;
  }

  .dropdown-menu > li > a {
    padding: 12px 30px;
    color: rgba(255, 255, 255, 0.8);
    font-size: 14px;
  }

  .dropdown-menu > li > a:hover,
  .dropdown-menu > li > a:focus {
    background-color: rgba(255, 255, 255, 0.1);
    color: #fff;
  }

  .dropdown.active > a {
    background-color: rgba(255, 255, 255, 0.1);
  }

  /* استایل‌های دکمه دانلود اپلیکیشن */
  .app-download-btn {
    margin: 0 10px;
    padding: 8px 15px;
    background: #007bff;
    color: #fff;
    border-radius: 4px;
    text-decoration: none;
    font-size: 14px;
    display: flex;
    align-items: center;
    transition: all 0.3s ease;
  }

  .app-download-btn:hover {
    background: #0056b3;
    color: #fff;
  }

  .app-download-btn i {
    margin-left: 5px;
  }

  /* استایل‌های اورلی منو */
  .mobile-menu-overlay {
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background: rgba(0, 0, 0, 0.5);
    backdrop-filter: blur(5px);
    -webkit-backdrop-filter: blur(5px);
    z-index: 999;
    opacity: 0;
    visibility: hidden;
    transition: all 0.3s ease;
  }

  .mobile-menu-overlay.show {
    opacity: 1;
    visibility: visible;
  }
}

@media (max-width: 767px) {
  .slideshow-container {
    margin-top: 0;
    position: relative;
  }

  .swiper-container {
    height: 300px !important;
  }

  .swiper-slide {
    background-size: cover !important;
    background-position: center !important;
  }

  .swiper-slide-img {
    width: 100%;
    height: 100%;
    object-fit: fill;
  }

  .slide-text {
    padding: 15px;
    background: linear-gradient(
      to top,
      rgba(0, 0, 0, 0.9) 0%,
      rgba(0, 0, 0, 0.7) 50%,
      rgba(0, 0, 0, 0) 100%
    );
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
    text-align: center;
  }

  .slide-text h1,
  .slide-text h3 {
    font-size: 18px;
    margin-bottom: 8px;
    color: #fff;
    text-shadow: 1px 1px 3px rgba(0, 0, 0, 0.5);
  }

  .slide-text p {
    font-size: 13px;
    line-height: 1.4;
    margin-bottom: 12px;
    color: rgba(255, 255, 255, 0.9);
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    overflow: hidden;
    text-shadow: 1px 1px 2px rgba(0, 0, 0, 0.5);
  }

  .slide-text .btn {
    padding: 6px 15px;
    font-size: 13px;
    margin: 0 auto;
    display: inline-block;
    transition: all 0.3s ease;
    -webkit-transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    -ms-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
  }

  .slide-text .btn:hover {
    background: var(--primary-color-hover);
  }

  .swiper-button-next,
  .swiper-button-prev {
    width: var(--swiper-button-mobile-size) !important;
    height: var(--swiper-button-mobile-size) !important;
    background: rgba(0, 0, 0, 0.6);
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    -ms-border-radius: 50%;
    -o-border-radius: 50%;
    background-image: none !important;
  }

  .swiper-button-next:after,
  .swiper-button-prev:after {
    font-size: var(--swiper-button-mobile-font-size) !important;
    color: var(--swiper-button-mobile-color);
    font-weight: bolder;
  }

  .swiper-button-next span,
  .swiper-button-prev span {
    display: none !important;
  }

  .swiper-pagination-bullet {
    width: 8px;
    height: 8px;
    background: rgba(255, 255, 255, 0.5);
    opacity: 1;
  }

  .swiper-pagination-bullet-active {
    background: var(--primary-color);
  }

  .year-tag {
    position: absolute;
    bottom: 4px !important;
    left: 0 !important;
    background-size: contain;
    background-repeat: no-repeat;
    padding: 2px 4px !important;
    z-index: 2;
  }
}

/* Seasons Section Styles */
/* Seasons and Episodes Section */
.seasons-container {
  background: var(--card-bg);
  border-radius: 12px;
  padding: 24px;
  margin-top: 24px;
  box-shadow: 0 2px 8px rgba(0, 0, 0, 0.1);
}

.seasons-header {
  margin-bottom: 24px;
}

.section-title {
  font-size: 24px;
  font-weight: 600;
  color: var(--text-primary);
  margin-bottom: 16px;
}

.seasons-tabs {
  display: flex;
  gap: 12px;
  flex-wrap: wrap;
}

.season-tab {
  background: var(--bg-secondary);
  border: none;
  padding: 8px 16px;
  border-radius: 8px;
  color: var(--text-secondary);
  font-size: 14px;
  font-weight: 500;
  cursor: pointer;
  transition: all 0.3s ease;
}

.season-tab:hover {
  background: var(--primary-color);
  color: #fff;
}

.season-tab.active {
  background: var(--primary-color);
  color: #fff;
}

.season-panel {
  display: none;
}

.season-panel.active {
  display: block;
}

.season-info {
  display: flex;
  align-items: center;
  gap: 16px;
  margin-bottom: 20px;
}

.season-title {
  font-size: 20px;
  font-weight: 600;
  color: var(--text-primary);
  margin: 0;
}

.episode-count {
  display: flex;
  align-items: center;
  gap: 6px;
  color: var(--text-secondary);
  font-size: 14px;
}

.episodes-grid {
  display: grid;
  grid-template-columns: repeat(auto-fill, minmax(280px, 1fr));
  gap: 24px;
}

.episode-item {
  background: var(--bg-secondary);
  border-radius: 12px;
  overflow: hidden;
  transition: all 0.3s ease;
  position: relative;
}

.episode-item:hover {
  transform: translateY(-4px);
  box-shadow: 0 4px 12px rgba(0, 0, 0, 0.15);
}

.episode-item.active {
  border: 2px solid var(--primary-color);
}

.episode-thumbnail {
  position: relative;
  aspect-ratio: 16/9;
  overflow: hidden;
}

.episode-thumbnail img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: transform 0.3s ease;
}

.episode-item:hover .episode-thumbnail img {
  transform: scale(1.05);
}

.episode-badge {
  position: absolute;
  top: 12px;
  right: 12px;
  background: var(--primary-color);
  color: #fff;
  padding: 4px 8px;
  border-radius: 4px;
  font-size: 12px;
  display: flex;
  align-items: center;
  gap: 4px;
}

.episode-overlay {
  position: absolute;
  inset: 0;
  background: rgba(0, 0, 0, 0.5);
  display: flex;
  align-items: center;
  justify-content: center;
  opacity: 0;
  transition: opacity 0.3s ease;
}

.episode-item:hover .episode-overlay {
  opacity: 1;
}

.play-button {
  width: 48px;
  height: 48px;
  background: var(--primary-color);
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  color: #fff;
  font-size: 20px;
  transition: transform 0.3s ease;
}

.play-button:hover {
  transform: scale(1.1);
}

.episode-info {
  padding: 16px;
}

.episode-title {
  font-size: 16px;
  font-weight: 600;
  color: var(--text-primary);
  margin: 0 0 12px;
}

.episode-title a {
  color: inherit;
  text-decoration: none;
}

.episode-title a:hover {
  color: var(--primary-color);
}

.episode-meta {
  display: flex;
  gap: 16px;
  margin-bottom: 16px;
}

.episode-season,
.episode-progress {
  display: flex;
  align-items: center;
  gap: 6px;
  color: var(--text-secondary);
  font-size: 13px;
}

.episode-actions {
  display: flex;
  gap: 8px;
}

.episode-actions .btn {
  flex: 1;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 6px;
  padding: 8px 12px;
  font-size: 13px;
  border-radius: 6px;
}

.episode-actions .dropdown-menu {
  /* background: var(--card-bg); */
  border: 1px solid var(--border-color);
  border-radius: 8px;
  padding: 8px;
  min-width: 200px;
}

.episode-actions .dropdown-item {
  color: var(--text-primary);
  padding: 8px 12px;
  border-radius: 4px;
  font-size: 13px;
}

.episode-actions .dropdown-item:hover {
  background: var(--bg-secondary);
  color: var(--primary-color);
}

@media (max-width: 768px) {
  .seasons-container {
    padding: 16px;
  }

  .episodes-grid {
    grid-template-columns: 1fr;
  }

  .season-info {
    flex-direction: column;
    align-items: flex-start;
    gap: 8px;
  }

  .episode-actions {
    flex-direction: column;
  }
}

/* Episode Card Styles */
.episode-card {
  background: rgba(255, 255, 255, 0.03);
  border: 1px solid rgba(255, 255, 255, 0.05);
  border-radius: 12px;
  box-shadow: 0 2px 8px rgba(0, 0, 0, 0.1);
  transition: all 0.3s ease;
  height: 100%;
  display: flex;
  flex-direction: column;
}

.episode-card:hover {
  transform: translateY(-4px);
  box-shadow: 0 4px 12px rgba(0, 0, 0, 0.15);
}

.episode-thumbnail {
  position: relative;
  aspect-ratio: 16/9;
  overflow: hidden;
}

.episode-thumbnail img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: transform 0.3s ease;
}

.episode-card:hover .episode-thumbnail img {
  transform: scale(1.05);
}

.episode-badge {
  position: absolute;
  top: 12px;
  right: 12px;
  background: var(--primary-color);
  color: #fff;
  padding: 4px 8px;
  border-radius: 4px;
  font-size: 12px;
  display: flex;
  align-items: center;
  gap: 4px;
  z-index: 1;
}

.episode-overlay {
  position: absolute;
  inset: 0;
  background: rgba(0, 0, 0, 0.5);
  display: flex;
  align-items: center;
  justify-content: center;
  opacity: 0;
  transition: opacity 0.3s ease;
}

.episode-card:hover .episode-overlay {
  opacity: 1;
}

.play-button {
  width: 48px;
  height: 48px;
  background: var(--primary-color);
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  color: #fff;
  font-size: 20px;
  transition: transform 0.3s ease;
}

.play-button:hover {
  transform: scale(1.1);
}

.episode-content {
  padding: 16px;
  flex: 1;
  display: flex;
  flex-direction: column;
}

.episode-title {
  font-size: 16px;
  font-weight: 600;
  color: var(--text-primary);
  margin: 0 0 12px;
}

.episode-title a {
  color: inherit;
  text-decoration: none;
}

.episode-title a:hover {
  color: var(--primary-color);
}

.episode-meta {
  display: flex;
  gap: 16px;
  margin-bottom: 16px;
  color: var(--text-secondary);
  font-size: 13px;
}

.episode-season,
.episode-progress {
  display: flex;
  align-items: center;
  gap: 6px;
}

.episode-actions {
  margin-top: auto;
  display: flex;
  gap: 8px;
}

.episode-actions .btn {
  flex: 1;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 6px;
  padding: 8px 12px;
  font-size: 13px;
  border-radius: 6px;
}

.episode-actions .dropdown-menu {
  /* background: var(--card-bg); */
  border: 1px solid var(--border-color);
  border-radius: 8px;
  padding: 8px;
  min-width: 200px;
}

.episode-actions .dropdown-item {
  color: var(--text-primary);
  padding: 8px 12px;
  border-radius: 4px;
  font-size: 13px;
}

.episode-actions .dropdown-item:hover {
  background: var(--bg-secondary);
  color: var(--primary-color);
}

@media (max-width: 768px) {
  .episode-card {
    max-width: 400px;
    margin: 0 auto;
  }

  .episode-actions {
    flex-direction: column;
  }
}

/* Disable hover effects on episode cards when dropdown is shown */
body:has(.dropdown-menu.show) .episode-card:hover,
body:has(.dropdown-menu.show) .episode-card:focus,
body:has(.dropdown-menu.show) .episode-card:active {
  transform: none !important;
  box-shadow: none !important;
  transition: none !important;
  cursor: default !important;
}

/* Ensure hover effects work normally when dropdown is not shown */
.episode-card:hover {
  transform: translateY(-5px);
  box-shadow: 0 5px 15px rgba(0, 0, 0, 0.1);
  transition: all 0.3s ease;
  cursor: pointer;
}
