* {
  padding: 0;
  margin: 0;
}
:root {
  --backColor: #494949;
  --swiper-navigation-size: 30px !important;
}

@font-face {
  font-family: "BYekan";
  src: url(fonts/BYekan.eot);
  src: url(fonts/BYekan.ttf) format("ttf");
  src: url(fonts/BYekan.woff) format("woff");
}

@font-face {
  font-family: "Dastnevis";
  src: url(fonts/danstevis.eot);
  src: url(fonts/danstevis.ttf) format("ttf");
  src: url(fonts/danstevis.woff) format("woff");
}
@font-face {
  font-family: "IranSans";
  src: url(fonts/IRANSansWeb.eot);
  src: url(fonts/IRANSansWeb.ttf) format("ttf");
  src: url(fonts/IRANSansWeb.woff) format("woff");
}

body {
  direction: rtl;
}
.container-fluid {
  background-color: var(--backColor);
  font-family: "IranSans";
}

/* ========top part======== */

.style-header {
  direction: rtl;
  height: 55px;
  display: flex;
  background-color: #000;
}
.in-header {
  width: 100% !important;
}
.navbar1 {
  overflow: hidden;
  width: 100%;

  font-family: "IranSans";
}
.navbar1 a {
  font-size: 14px !important;
  color: #fff;
  text-align: right;
  padding: 14px 14px;
  text-decoration: none;
}
.navbar1 > a:hover {
  color: #f90;
}
.dropdown1 > a:hover {
  color: #f90;
}
.dropdown1 {
  overflow: hidden;
}
.dropdown1 .dropbtn1 {
  font-size: 14px !important;
  border: none;
  outline: none;
  color: white;
  padding: 16px 16px;
  background-color: inherit;
  font: inherit;
  margin: 0;
}
.dropdown1 .dropbtn1:hover {
  color: #f90;
}
.dropdown-content1 {
  display: none;
  position: absolute;
  background-color: #000;
  border-radius: 0 0px 10px 10px !important;
  width: auto;
  align-items: center;
  z-index: 1001;
}
.dropdown1:hover .dropdown-content1 {
  display: block;
  margin: 0 !important;
  padding: 0 !important;
}
.column1 {
  float: right;
  width: 50%;
  padding: 25px;
  padding-top: 3px;
  border-radius: 50px !important;
}
.column1 a {
  float: none;
  color: #fff;
  padding: 10px;
  text-decoration: none;
  display: block;
  text-align: right;
}
.column1 a:hover {
  color: #f90;
}
.logo-style {
  height: 40px;
  text-align: center;
  align-items: center;
  width: 100px;
  margin-right: 20px;
  padding-left: 5px;
  border-left: 1px solid rgb(124, 123, 123);
}

.btn-login {
  border-radius: 25px;
  width: 75px;
  float: left !important;
  background-color: #53535f;
  height: 45px;
  color: #fff;
  margin-left: 5px;
  font-family: "IranSans";
}
.btn-login:hover {
  color: #f90;
}

.btn-buy {
  border-radius: 25px;
  width: 200px;
  font-size: 14px !important;
  font-weight: bold !important;
  background-color: #1cab61;
  height: 45px;
  text-align: left;
  margin-left: 10px !important;
  color: #fff;
  font-family: "IranSans";
  float: left !important;
}
.btn-buy2 {
  border-radius: 25px;
  width: 200px;
  font-size: 14px !important;
  font-weight: bold !important;
  background-color: #1cab61;
  height: 45px;
  text-align: left;
  margin-left: 10px !important;
  color: #fff;
  font-family: "IranSans";
  float: left !important;
  display: none !important;
}
.btn-buy:hover .fa-credit-card {
  color: #f90;
}
.btn-buy2:hover .fa-credit-card {
  color: #f90;
}
.btn-buy:hover {
  background-color: #1a9b58;
}
.btn-buy2:hover {
  background-color: #1a9b58;
}
.fontStyle {
  font-family: "IranSans";
  font-weight: bold;
  font-size: 30px !important;
  color: #fff;
}
.fontStyle2 {
  font-family: "IranSans";
  font-weight: bold;
  font-size: 25px !important;
  color: #fff;
}
.btn-free-style {
  background-color: #1cb561;
  padding: 8px 25px 5px 25px;
  border-radius: 10px;
  font-size: 1rem;
  color: white;
  font-family: "Dastnevis";
}

.box-img-inSlider {
  position: absolute;
  right: 50px !important;
  bottom: 50px;
  width: 350px !important;
}

.img-in-slider {
  width: auto !important;
  height: auto !important;
}

.intro-buttons {
  text-align: center !important;
}

.circle-btn-lg {
  width: 96px;
  height: 96px;
}
.circle-btn {
  position: relative;
  cursor: pointer;
  background: -webkit-linear-gradient(234.41deg, #28f886 0.49%, #1cb561 94.13%);
  background: -moz-linear-gradient(234.41deg, #28f886 0.49%, #1cb561 94.13%);
  background: -o-linear-gradient(234.41deg, #28f886 0.49%, #1cb561 94.13%);
  background: linear-gradient(215.59deg, #28f886 0.49%, #1cb561 94.13%);
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  border-radius: 50%;
  -webkit-transition: all 0.3s ease-out;
  -o-transition: all 0.3s ease-out;
  -moz-transition: all 0.3s ease-out;
  transition: all 0.3s ease-out;
  color: #fff;
  fill: #fff;
  font-size: 1.1rem;
  font-weight: 500;
}

.swiper-pagination{
  width: 200px !important;

}


/* .swiper-container-horizontal>.swiper-pagination-bullets, .swiper-pagination-custom, .swiper-pagination-fraction {
  width: 200px !important;
} */


.circle-btn:hover {
  -webkit-transform: rotateZ(360deg);
  -moz-transform: rotateZ(360deg);
  transform: rotateZ(360deg);
  transition-duration: 1s;
}

/* ----slider header personal setting----- */

.btn-free-style:hover {
  color: #000;
  transition-duration: 1s;
}

/* ---------on slider top------- */

.header1 .swiper-container {
  width: 100%;
  height: 100%;
}

.header1 .swiper-slide {
  font-size: 18px;
  background: #fff;
  display: -webkit-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  -webkit-align-items: center;
  align-items: center;
}




.header1 .swiper-button-next,
.header1 .swiper-button-prev {
  content: "";
  color: rgb(119, 116, 116) !important;

}

.header1 .swiper-container .swiper-button-next:hover,
.header1 .swiper-container .swiper-button-prev:hover {
  color: #f90 !important;
  transition: 0.3s;
}

.header1 .swiper-slide img {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
  margin-left: 0 !important;
  border-radius: 0 !important;
}


.swiper-pagination-bullets .swiper-pagination-bullet {
  /* margin: 0 6px !important; */
  background-color: rgb(255, 255, 255);
  width: 12px;
  height: 12px;
}
.swiper-pagination-bullet-active {
  background-color: #f90 !important;
}

/* --------top part End-------- */

/* ========main part Start======== */

/* ======first top character slider start======  */
.s-swiper.swiper-container {
  width: 100%;
  height: 100%;
  padding-left: 10px !important;
  padding-right: 10px !important;
}
.s-swiper .swiper-slide {
  text-align: center;
  font-size: 18px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  direction: rtl;
}
.s-swiper .swiper-slide img {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
  /* margin-left: 40px; */
  border-radius: 20px;
}
.swiper-slide img.special-style {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
  margin-left: 40px;
  border-radius: 20px;
  box-shadow: 0px 0px 7px 1px #333;
}


.swiper-slide a {
  display: block;
  text-overflow: ellipsis;
  white-space: nowrap;
  overflow: hidden;
}

.kids-image-box {
  display: block;
  width: 100%;
  position: relative;
  padding: 0;
  /* padding: 10px; */
  overflow: hidden;
}
.kids-overlay {
  opacity: 0;
  visibility: hidden;
  background-color: rgba(0,0,0,.3);
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 2;
  -webkit-border-radius: 20px;
  -moz-border-radius: 20px;
  border-radius: 20px;
  -webkit-transition: opacity 300ms ease-out;
  -moz-transition: opacity 300ms ease-out;
  -ms-transition: opacity 300ms ease-out;
  -o-transition: opacity 300ms ease-out;
  transition: opacity 300ms ease-out;
}

.shape-image:hover .kids-overlay {
  opacity: 1;
  visibility: visible;
  background-color: rgba(0, 0, 0, 0.4);
  /* height: 95%;
  width: 93%; */

}

.kids-list__item-image:hover .kids-overlay {
  opacity: 1;
  background-color: red;
  visibility: visible;
}

.shape-image:hover .kids-overlay-main {
  opacity: 1;
  visibility: visible;
}

.kids-list__item-image:hover .kids-overlay-main {
  opacity: 1;
  visibility: visible;
}

a:active,
a:hover {
  text-decoration: none !important;
  outline: 0;
}




.mySwiper .swiper-button-next {
  position: absolute;
  visibility: visible;
  top: 0;
  width: 50px;
  height: 100%;
  z-index: 1;
  opacity: 0;
  border: none;
  outline: none;
  cursor: pointer;
  -webkit-transition: opacity 500ms ease-out;
  -moz-transition: opacity 500ms ease-out;
  -ms-transition: opacity 500ms ease-out;
  -o-transition: opacity 500ms ease-out;
  transition: opacity 500ms ease-out;
  left: 0 !important;
  color: #fff !important;
  background: linear-gradient(to right,rgb(145, 142, 142),rgba(255,255,255,0));
}



.mySwiper .swiper-button-prev {
  position: absolute;
  visibility: visible;
  top: 0;
  width: 50px;
  height: 100%;
  z-index: 1;
  opacity: 0;
  border: none;
  outline: none;
  cursor: pointer;
  -webkit-transition: opacity 500ms ease-out;
  -moz-transition: opacity 500ms ease-out;
  -ms-transition: opacity 500ms ease-out;
  -o-transition: opacity 500ms ease-out;
  transition: opacity 500ms ease-out;
  right: 0 !important;
  color: #fff !important;
  background: linear-gradient(to left,rgb(145, 142, 142),rgba(255,255,255,0));
}


.swiper-container.mySwiper:hover .swiper-button-next,.swiper-container.mySwiper:hover .swiper-button-prev {
opacity: 1;
}


.mySwiper  .swiper-button-next:hover,
.mySwiper  .swiper-button-prev:hover {
  color: #f90 !important;
  transition: 0.3s;
  height: 100%;
}









/* ====first top character slider start====  */

/* ============second slider start =================  */

/* .swiper-button-next2,
.swiper-button-prev2 {
  content: "";
  color: rgb(151, 146, 146) !important;
  display: block;
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: 16px;
  width: 100%;
  height: 100%;
} */

.kids-image__title-s1 {
  display: block;
  text-overflow: ellipsis;
  white-space: nowrap;
  overflow: hidden;
  width: auto;
  font-size: 1rem;
  color: #757373;
  text-align: center;
  align-items: center;
}

.swiper-slide-2 a {
  display: block;
  text-overflow: ellipsis;
  white-space: nowrap;
  overflow: hidden;
}
.kids-image__title {
  display: block;
  text-overflow: ellipsis;
  white-space: nowrap;
  overflow: hidden;
  width: auto;
  font-size: 1rem;
  color: #757373;
  text-align: center;
  align-items: center;
}

.title-style {
  text-decoration: none !important;
  color: #000;
  font-size: 20px;
  font-family: "Dastnevis";
  font-weight: bold;
}
.title-style:hover {
  color: #000;
}
.shape-style {
  height: 35px;
  width: 64px;
  margin-right: 10px;
  margin-bottom: 10px;
}



.mySwiper-slider2 .swiper-button-next {
  position: absolute;
  visibility: visible;
  top: 0;
  width: 50px;
  height: 100%;
  z-index: 1;
  opacity: 0;
  border: none;
  outline: none;
  cursor: pointer;
  -webkit-transition: opacity 500ms ease-out;
  -moz-transition: opacity 500ms ease-out;
  -ms-transition: opacity 500ms ease-out;
  -o-transition: opacity 500ms ease-out;
  transition: opacity 500ms ease-out;
  left: 0 !important;
  color: #fff !important;
  background: linear-gradient(to right,rgb(145, 142, 142),rgba(255,255,255,0));
}



.mySwiper-slider2 .swiper-button-prev {
  position: absolute;
  visibility: visible;
  top: 0;
  width: 50px;
  height: 100%;
  z-index: 1;
  opacity: 0;
  border: none;
  outline: none;
  cursor: pointer;
  -webkit-transition: opacity 500ms ease-out;
  -moz-transition: opacity 500ms ease-out;
  -ms-transition: opacity 500ms ease-out;
  -o-transition: opacity 500ms ease-out;
  transition: opacity 500ms ease-out;
  right: 0 !important;
  color: #fff !important;
  background: linear-gradient(to left,rgb(145, 142, 142),rgba(255,255,255,0));
}


.swiper-container.mySwiper-slider2:hover .swiper-button-next,.swiper-container.mySwiper-slider2:hover .swiper-button-prev {
opacity: 1;
}


.mySwiper-slider2  .swiper-button-next:hover,
.mySwiper-slider2  .swiper-button-prev:hover {
  color: #f90 !important;
  transition: 0.3s;
  height: 100%;
}











/* ======second slider End ======  */

/* ----------image box start----------- */

.personal-class2 {
  width: 100%;
  border-radius: 20px;
  padding: 5px !important;
  margin: 0;
  transition: all .5s ease-in-out;

}

.personal-class2:hover {
  transform: scale(0.9);
  transition: 0.5s;
}

.style-row {
  margin-top: 70px !important;
}

.personal-class {
  width: 100%;
  transition: all .5s ease-in-out;
}

.personal-class:hover {
  transform: scale(0.85);
  transition: 0.5s;
  
}









.dastnevis {
  font-family: "Dastnevis";
}

.container-personal {
  background-color: rgb(47, 60, 133);
  width: auto;
  margin: auto;
  align-items: center;
  text-align: center;
  border-radius: 25px;
  padding: 10px;
}

.btn-personal:hover {
  background-color: rgba(255, 255, 255, 0.2) !important;
  border-radius: 25px !important;
  padding-top: 5px;
  z-index: 101;
  transform: scale(0.9);
  transition: 0.5s;
}

.icon-style {
  font-size: 22px;
  padding-top: 10px;
}

.style-infoBtn {
  width: 130px;
  height: 40px;
  font-size: 16px !important;
  border-radius: 25px;
  cursor: pointer;
  background-color: #ededed;
  color: #000;
}
.style-infoBtn:hover {
  background-color: #d8d6d6;
}
/* ----------image box End----------- */

/* poster 1 page 1 Start */

.movie-single-p1 {
  font-family: "IranSans";
}
.single-intro.dark-p1 {
  position: relative;
  -webkit-background-size: cover;
  -moz-background-size: cover;
  -o-background-size: cover;
  background-size: cover;
  background-repeat: no-repeat;
  background-position: left top;
  background-color: #000;
  color: #e1e1e1;
  padding-top: 80px;
}

.single-intro.dark-p1 .dark-bg-p1 {
  background: rgba(0, 0, 0, 0.6);
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
}

.movie-details-wrapper-p1 {
  max-width: 1100px;
  margin: 0 10%;
  margin-bottom: 30px;
  z-index: 3;
}
.inner-wrapper-p1 {
  margin: 0 auto;
  /* padding: 0 30px; */
  max-width: 1600px;
}

.movie-details-wrapper-p1 .movie-poster-p1 {
  width: 225px;
  height: 309px;
  float: right;
  cursor: pointer !important;
}
.style-cover {
  position: absolute;
  z-index: 1001;
  top: 50%;
  margin-right: 45%;
  width: 30px;
  height: 30px;
  display: none;
}
.movie-details-wrapper-p1 .movie-poster-p1:hover {
  width: 225px;
  height: 309px;
  float: right;
  cursor: pointer !important;
  filter: grayscale(20%);
  opacity: 0.6;
  transition: 0.2s;
}
.movie-details-wrapper-p1 .movie-poster-p1:hover .style-cover {
  display: block;
  background-color: green;
  height: 45px !important;
  width: 45px !important;
  border-radius: 50%;
}

.movie-details-wrapper-p1 .movie-actions-p1 {
  padding: 20px 0 5px 0;
  float: right;
}

.single-intro-p1 .movie-actions-p1 {
  position: relative;
  float: right;
  width: 100%;
  padding: 13px 0;
  border-top: 1px solid #dedede;
}

[data-theme="dark"] .ui-btn-force-dark {
  background-color: rgba(255, 255, 255, 0.2);
  color: #fff !important;
  fill: #fff;
}
[data-theme="dark"] .ui-btn-force-green {
  background-color: rgb(24, 121, 53);
  color: #fff !important;
  fill: #fff;
}
.movie-details-wrapper-p1 .movie-actions .right-action {
  display: inline-block;
}

.movie-details-wrapper-p1 .movie-actions .movie-rate-wrapper {
  display: inline-block;
}
.movie-rate-wrapper-p1 {
  -webkit-transition: all 0.2s ease;
  -o-transition: all 0.2s ease;
  -moz-transition: all 0.2s ease;
  transition: all 0.2s ease;
}

.movie-details-wrapper-p1 .movie-details-p1 {
  width: 60%;
  margin-right: 0;
  float: right;
}

.ds-media_image-p1 {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
  -webkit-background-size: cover;
  -moz-background-size: cover;
  -o-background-size: cover;
  background-size: cover;
  z-index: 2;
}

.movie-details-wrapper-p1 .movie-details-p1 .age-imdb {
  margin-top: 20px;
}
.movie-details-wrapper-p1 {
  text-align: center;
}

.ds-badge-p1 {
  color: #fff;
  fill: #fff;
  background-color: rgba(255, 255, 255, 0.2);
  border-color: transparent;
}

.ds-badge-p1 {
  -webkit-border-radius: 510px;
  -moz-border-radius: 510px;
  border-radius: 510px;
  padding: 4px 10px;
  line-height: 1;
  overflow: hidden;
  text-align: center;
  white-space: nowrap;
  text-decoration: none;
  display: inline-block;
  vertical-align: middle;
}

.detailStyle-p1 {
  color: #fff;
  font-weight: bold;
}

.imdbStyle-p1 {
  float: right;
  color: #fff;
  font-weight: bold;
  margin-top: 3px;
}

/* poster 1 page 1  end */

/* poster 2 page 1  Start */

.poster-2p {
  position: relative;
  text-align: right;
}

.poster-2p img {
  display: block;
  width: 100%;
  line-height: 1;
}

.flx-s:hover .cont-child {
  opacity: 1;
}

.flx-s._20Cg7 .cont-child {
  background: none;
}

.h-post {
  position: relative;
  z-index: 10;
}

.flx-s.gOiay .h-post ._22qnB {
  display: none;
}

.swiper-container {
  margin: 0 auto;
  position: relative;
  list-style: none;
  padding: 0;
}

.swiper-container-no-flexbox .swiper-slide {
  float: left;
}

.swiper-container-vertical > .swiper-wrapper {
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
}

.swiper-wrapper {
  position: relative;
  width: 100%;
  height: 100%;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-transition-property: -webkit-transform;
  transition-property: -webkit-transform;
  transition-property: transform;
  transition-property: transform, -webkit-transform;
  -webkit-box-sizing: content-box;
  box-sizing: content-box;
}

.swiper-container-android .swiper-slide,
.swiper-wrapper {
  -webkit-transform: translateZ(0);
  transform: translateZ(0);
}

.swiper-container-multirow > .swiper-wrapper {
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}

.swiper-container-free-mode > .swiper-wrapper {
  -webkit-transition-timing-function: ease-out;
  transition-timing-function: ease-out;
  margin: 0 auto;
}

.swiper-slide {
  -webkit-flex-shrink: 0;
  -ms-flex-negative: 0;
  flex-shrink: 0;
  width: 100%;
  height: 100%;
  position: relative;
  -webkit-transition-property: -webkit-transform;
  transition-property: -webkit-transform;
  transition-property: transform;
  transition-property: transform, -webkit-transform;
}

.collection .item.activesh {
  opacity: 1;
}

.genres .item.activesh {
  opacity: 1;
}

.body-perty {
  padding-right: 3.6%;
  padding-left: 3.6%;
}

.main {
  position: relative;
  z-index: 100;
  float: right;
  width: 100%;
  overflow: hidden;
  background: #0f1114;
}

.main > .perty {
  margin: 25px 0;
}

.lkVTd {
  position: relative;
  z-index: 900;
}

.gp {
  -moz-osx-font-smoothing: grayscale;
  -webkit-font-smoothing: antialiased;
  display: inline-block;
  -webkit-font-feature-settings: normal;
  font-feature-settings: normal;
  font-variant: normal;
  text-rendering: auto;
  line-height: 0 !important;
}

.gp.full {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  overflow: hidden;
}

.gp.full:before {
  position: absolute;
  height: 300px;
  width: 300px;
  line-height: 300px;
  text-align: center;
  top: 50%;
  left: 50%;
  -webkit-transform: translateX(-50%) translateY(-50%);
  transform: translateX(-50%) translateY(-50%);
}

.gp.inline {
  line-height: inherit !important;
}

.gp-stack {
  position: relative;
}

.gpfix:after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
}

.cont-child {
  text-align: center;
  background: rgba(5, 5, 7, 0.85);
  -webkit-transition: all 0.25s ease;
  transition: all 0.25s ease;
}

._3wAm5,
.cont-child {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  opacity: 0;
}

._3wAm5 {
  cursor: pointer;
  z-index: 10;
}

._34OHH {
  position: absolute;
  display: block;
  top: 8px;
  right: 0;
  left: 0;
  z-index: 1;
  -webkit-transition: all 0.25s ease;
  transition: all 0.25s ease;
}

._34OHH > div {
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
}

._34OHH ._2-4VD {
  color: #fff;
  line-height: 26px;
}

._34OHH ._2AeNQ {
  color: hsla(0, 0%, 100%, 0.52);
  margin-top: 2px;
  line-height: 20px;
}

._2JYQa {
  position: absolute;
  top: 50%;
  width: 100%;
  padding: 0 10px;
  -webkit-transform: translateY(-40%);
  transform: translateY(-40%);
  z-index: 20;
}

._2JYQa .beaR1 {
  position: relative;
  width: 56px;
  height: 56px;
  font-size: 18.66667px;
  border: 2px solid #fff;
  border-radius: 100%;
  background: rgba(5, 5, 7, 0.5);
  -webkit-transition: all 0.25s ease;
  transition: all 0.25s ease;
  margin: 0 auto 2px;
  color: #fff;
  z-index: 20;
  cursor: pointer;
}

._2JYQa .beaR1:hover {
  -webkit-transform: scale(1.1);
  transform: scale(1.1);
}

._2JYQa ._34OHH {
  position: relative;
  margin-bottom: 10px;
  color: #fff;
}

._2JYQa ._22qnB {
  text-align: center;
  line-height: 36px;
  font-size: 22px;
  color: #ff0;
  direction: ltr;
}

._2JYQa ._22qnB span {
  position: relative;
  left: -5px;
  font-size: 14px;
}

._3ftF0 a:hover {
  color: #fff;
}

._3ftF0 {
  position: relative;
  -webkit-animation: "lazy" 0.5s ease infinite alternate;
  animation: "lazy" 0.5s ease infinite alternate;
  -webkit-transition: height 0.4s ease;
  transition: height 0.4s ease;
}

._3ftF0 img {
  position: absolute;
  top: 0;
  opacity: 0;
  -webkit-transition: opacity 0.5s ease;
  transition: opacity 0.5s ease;
}

._3ftF0._3Wry5 {
  -webkit-animation: none;
  animation: none;
}

._3ftF0._3Wry5 img {
  opacity: 1;
}

._3ftF0._1x8tB:before {
  content: "";
  display: block;
  padding-bottom: 150.59%;
}

.collection {
  float: right;
  width: 100%;
  padding: 100px 0 50px;
}

.collection .background {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
}

.collection .background .images {
  position: absolute;
  top: 0;
  bottom: 0;
  right: 0;
  width: 20000px;
  overflow: hidden;
  font-size: 0;
  line-height: 0;
}

.collection .background .images:after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
}

.collection .background .image {
  display: inline;
}

.collection .background .image img {
  display: inline;
  width: auto;
  height: 100%;
}

.collection .background .image.alt {
  margin-right: -2px;
  margin-left: -2px;
}

.collection .background .image.alt img {
  -webkit-transform: scaleX(-1);
  transform: scaleX(-1);
}

.collection .contentc {
  -webkit-transition: opacity 0.4s ease;
  transition: opacity 0.4s ease;
  position: relative;
  float: left;
  width: 68%;
}

.collection .item {
  opacity: 0;
  -webkit-transition: opacity 0.8s ease;
  transition: opacity 0.8s ease;
}

.collection .swiper-arrow {
  position: absolute;
  z-index: 20;
  top: 0;
  bottom: 0;
  color: #fff;
  cursor: pointer;
  width: 5.2%;
  -webkit-transition: all 0.2s ease;
  transition: all 0.2s ease;
  font-size: 24px;
}

.collection .swiper-arrow.swiper-button-prev {
  right: 0;
}

.collection .swiper-arrow.swiper-button-next {
  left: 0;
}

.collection:after {
  content: "";
  width: 29%;
}

.collection.sloading .item.active {
  opacity: 0.3;
}

/* poster 2 page 1  Start */

/* ===========main box video start  ==============  */

.kids-list {
  margin: 10px auto;
  padding: 0 10%;
}

.kids-list .kids-list__item {
  float: right;
  width: -webkit-calc(14%);
  width: -moz-calc(14%);
  width: calc(14%);
}

.kids-list .kids-list__item a .kids-list__item-image {
  position: relative;
  display: block;
  padding-top: 150%;
  -webkit-border-radius: 20px;
  -moz-border-radius: 20px;
  border-radius: 20px;
  -webkit-box-shadow: 0 3px 7px rgb(0 0 0 / 30%);
  -moz-box-shadow: 0 3px 7px rgba(0, 0, 0, 0.3);
  box-shadow: 0 3px 7px rgb(0 0 0 / 30%);
  overflow: hidden;
}

.kids-list .kids-list__item a .kids-list__item-image img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
.kids-list .kids-list__item a {
  display: block;
  width: 100%;
  height: 100%;
  padding: 20px 8px;
}

.kids-overlay-main {
  opacity: 0;
  visibility: hidden;
  background-color: rgba(0, 0, 0, 0.2);
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 2;
  -webkit-border-radius: 20px;
  -moz-border-radius: 20px;
  border-radius: 20px;
  -webkit-transition: opacity 300ms ease-out;
  -moz-transition: opacity 300ms ease-out;
  -ms-transition: opacity 300ms ease-out;
  -o-transition: opacity 300ms ease-out;
  transition: opacity 300ms ease-out;
}

.kids-list .kids-list__item a .kids-list__item-title {
  display: block;
  text-align: right;
  overflow: hidden;
  white-space: nowrap;
  -moz-text-overflow: ellipsis;
  -o-text-overflow: ellipsis;
  text-overflow: ellipsis;
  font-size: 1em;
  color: #757373;
  width: auto;
  padding: 5px;
  align-items: center;
  text-align: center;
}

/* ===========main box video End ==============  */

/* =========footer part Start ============  */

.footer-main {
  font-family: "IranSans";
  background-color: #252525;
  color: #c2c2c2 !important;
  
  position: relative;
  width: 100%;
}

.footer_back {
  z-index: 2;
  margin-bottom: -10px;
}
.footer-main:after,
.footer-main:before {
  display: block;
  content: "";
  clear: both;
}
.footer_front {
  position: absolute;
  left: 0;
  right: 0;
  overflow: hidden;
  z-index: 1;
  margin-bottom: -10px !important;
  position: absolute;
}


.footer_back svg {
  fill: #f90;
}
.footer_back svg {
  fill: #f90;
}
.footer_front svg {
  fill: #252525;
}
.footer_front svg {
  fill: #252525;
}
.footer-widget h4 {
  color: #fff;
  font-size: 15px;
  margin-bottom: 20px;
  position: relative;
  font-weight: 700;
}

.footer-widget p {
  color: #c2c2c2;
  font-weight: 400;
  font-size: 11px !important;
  line-height: 1.1rem;
}

.social ul {
  display: inline-block;
  float: left;
}
.social ul li {
  float: left;
  margin-right: 5px;
  list-style-type: none;
}
.social ul li i{

  margin-top: 10px;

}
.social ul a {
  color: #c2c2c2;
  display: inline-block;
  width: 36px;
  height: 36px;
  /* border: 2px solid #c2c2c2; */
  text-align: center;
  line-height: 35px;
  border-radius: 50%;
  background-color: rgba(0, 0, 0, 0.28);
}
.social ul li a:hover {
  background-color: #f90;
  border-color: #f90;
  transition: 0.4s all ease;
}
.social ul li a:hover i {
color: #fff;
transform: scale(1.1);

  transition: 0.4s all ease;
}

.footer-link h4::before {
  border-bottom: 3px solid #f90;
  content: "";
  height: 3px;
  width: 100%;
  position: absolute;
  bottom: 3px;
  left: 0px;
}

.footer-link a {
  color: #c2c2c2;
  text-align: left;
  display: block;
  line-height: 32px;
  position: relative;
  padding-left: 15px;
  transition: all 0.3s ease-in-out;
  -webkit-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  -ms-transition: all 0.3s ease-in-out;
}
.footer-link a::before {
  font-family: FontAwesome;
  content: "\f105";
  position: absolute;
  left: 5px;
  line-height: 30px;
  font-size: 16px;
  transition: all 0.3s ease-in-out;
  -webkit-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  -ms-transition: all 0.3s ease-in-out;
}


.footer-link-contact h4 {
  color: #fff;
  font-size: 15px;
  margin-bottom: 20px;
  position: relative;
  font-weight: 700;
}

.footer-link-contact {
  margin-bottom: 12px;
}
.p-color {
  color: #c2c2c2 !important ;
}

.footer-link-contact .pt {
  font-size: 11px;
  padding-right: 16px;
  line-height: 7px;
}
.footer-link-contact .pt a {
  color: #c2c2c2;
}
.footer-link-contact .pt a:hover {
  color: #f90;
}
.i-st-cir {
  color: #c2c2c2;
  font-size: 10px;
}
.footer-link-contact p:hover .i-st-cir {
  color: #f90;
  font-size: 10px;
  -webkit-animation: spin 1s linear infinite;
  -moz-animation: spin 1s linear infinite;
  animation: spin 1s linear infinite;

}

@-moz-keyframes spin {
  100% {
    -moz-transform: rotate(360deg);
  }
}
@-webkit-keyframes spin {
  100% {
    -webkit-transform: rotate(360deg);
  }
}
@keyframes spin {
  100% {
    -webkit-transform: rotate(360deg);
    transform: rotate(360deg);
  }
}

.footer-link-contact.social p {
  font-size: 12px;
  color: #c2c2c2;
  font-weight: 300;
  line-height: 24px;
}
.footer-link-contact.social p a {
  color: #c2c2c2;
}

.footer-link-contact.social ul li a {
  font-size: 15px !important;
}


.personal-mailBox {
  width:185px;
  background-color: #555555;
  border-radius: 25px;
  height: 30px;
}


.i-style-mail {
  border-radius: 50%;
  background-color: #f90;
  padding: 7px;
  margin: 3px;
  padding-top: 5px;
}

hr.new2 {
  border-top: 1px dashed #555555;
  margin-bottom: 0;
  margin-top: 0;
}
.style-infoEnd {
  height: auto;
}

.back-toTop-end {
  width: 100px;
  height: 30px;
  background-color: #333;
  border-radius: 25px !important;
  margin: 0;
  padding: 0 !important;
  border-left: 1px solid #757373;
  padding-left: 5px;
  font-size: 13px !important;
  float: left !important;
}

.copyRight {
  font-size: 16px;
}

/* =========footer part End ============  */

/* ***************page 2 Start***************** */
/* =========poster-p2 part Start ============  */

.movie-single {
  font-family: "IranSans";
}
.single-intro.dark {
  position: relative;
  -webkit-background-size: cover;
  -moz-background-size: cover;
  -o-background-size: cover;
  background-size: cover;
  background-repeat: no-repeat;
  background-position: left top;
  background-color: b;
  color: #e1e1e1;
  padding-top: 80px;
}

.single-intro.dark .dark-bg {
  background: rgba(0, 0, 0, 0.6);
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
}

.movie-details-wrapper {
  max-width: 1100px;
  margin: 0 auto;
  z-index: 3;
}
.inner-wrapper {
  margin: 0 auto;
  padding: 0 30px;
  max-width: 1100px;
}

.movie-details-wrapper .movie-poster {
  width: 225px;
  height: 309px;
  float: right;
}


.p-hover{
  transition: all 0.3s ease-in-out;
  -webkit-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  -ms-transition: all 0.3s ease-in-out;
}




.p-hover:hover img {
  cursor: pointer;
}
.p-hover .style-cover {
  position: absolute;
  z-index: 1001;
  top: 45%;
  margin-right: 40%;
  width: 30px;
  height: 30px;
  display: none;
  transition: all 0.3s ease-in-out;
  -webkit-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  -ms-transition: all 0.3s ease-in-out;
}
.p-hover:hover .style-cover {
  display: block;
  background-color: rgb(49, 179, 49);
  height: 45px !important;
  width: 45px !important;
  border-radius: 50%;
  cursor: pointer;
  transition: all 0.3s ease-in-out;
  -webkit-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  -ms-transition: all 0.3s ease-in-out;
}

.p-hover .fa-play{
  margin-top: 12px !important;
   font-size: 18px;
}


.p-hover:hover{
  opacity: 0.7;
  transition: all 0.3s ease-in-out;
  -webkit-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  -ms-transition: all 0.3s ease-in-out;
}










.ds-media {
  width: 100%;
  background-color: var(--backColor);
  position: relative;
  display: inherit;
  overflow: hidden;
  -webkit-background-size: cover;
  -moz-background-size: cover;
  -o-background-size: cover;
  background-size: cover;
  background-position: center center;
  -webkit-user-select: none;
  -moz-user-select: none;
  -o-user-select: none;
  -ms-user-select: none;
  user-select: none;
}
.ds-media:before {
  content: "";
  display: block;
  padding-top: 133.4%;
}

.ds-media_image {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
  -webkit-background-size: cover;
  -moz-background-size: cover;
  -o-background-size: cover;
  background-size: cover;
  z-index: 2;
}

.ui-btn,
.ui-btn1,
.ui-transition {
  -webkit-transition: all 0.3s ease-out;
  -o-transition: all 0.3s ease-out;
  -moz-transition: all 0.3s ease-out;
  transition: all 0.3s ease-out;
}

.ui-btn {
  display: inline-block;
  text-align: center;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  border-radius: 4px;
  background: 0 0;
  border: none;
  font-size: 1.1rem;
  font-weight: 500;
  padding: 10px 24px;
  position: relative;
  cursor: pointer;
}
.ui-btn1 {
  display: inline-block;
  text-align: center;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  border-radius: 50%;
  background: 0 0;
  border: none;

  padding: 10px;
  position: relative;
  cursor: pointer;
}

.btn-style {
  border-radius: 25px;
  margin: 0 !important;
  padding: 5px 10px;
  margin-top: 10px !important;
  font-size: 14px;
  background-color: #333 !important;
}

.btn-style-fallow {
  border-radius: 25px;
  margin: 0 !important;
  font-size: 14px;
}
.btn-style-play {
  border-radius: 25px;
  margin: 0 !important;
  font-size: 14px;
}

.btn-style-fallow:hover {
  background-color: rgba(255, 255, 255, 0.3) !important;
}
.btn-style-play:hover {
  background-color: rgba(24, 121, 53, 0.8);
}

#bookmark-35258:hover img {
  transform: scale(1.2);
  transition-duration: 1s;
}

#bookmark-35259:hover img {
  transition-duration: 1s;
  transform: scale(1.2);
}

.btnLike {
  border-radius: 25px;
  margin: 0 !important;
  font-size: 20px;
}
.fa-thumbs-down {
  font-size: 20px;
}

.movie-details-wrapper .movie-details {
  width: 38%;
  margin-right: 0;
  float: right;
}

.ds-badge {
  color: #fff;
  fill: #fff;
  background-color: rgba(255, 255, 255, 0.2);
  border-color: transparent;
}

.ds-badge {
  -webkit-border-radius: 510px;
  -moz-border-radius: 510px;
  border-radius: 510px;
  padding: 4px 10px;
  line-height: 1;
  overflow: hidden;
  text-align: center;
  white-space: nowrap;
  text-decoration: none;
  display: inline-block;
  vertical-align: middle;
}
.bg-score {
  background-color: #f6b828;
}

.detailStyle {
  color: #000;
  font-weight: bold;
}

.bg-score:hover {
  background-color: #cf9c23;
}
.imdbStyle {
  float: right;
  color: #000;
  font-weight: bold;
  margin-top: 3px;
}
.likeStyle {
  float: right;
  color: #fff;
  font-weight: bold;
  font-family: "Byekan";
}

.movie-details {
  width: auto !important;
}

.movie-details-wrapper .movie-details .age-imdb {
  margin-top: 20px;
}
.movie-details-wrapper {
  text-align: center;
}
.style-age {
  margin-left: 1px;
  margin-bottom: 4px;
  fill: #fdc13c;
  color: #fdc13c;
}
.age-text {
  font-family: "Byekan";
}
.movie-details-wrapper .movie-details .age-imdb .age {
  width: 27px;
  height: 27px;
}

.director-f-size {
  font-size: 14px;
}
.movie-director a {
  color: #fff;
}
.movie-director a:hover {
  color: #f90;
}

.single-intro.dark .movie-tags a {
  background-color: #333;
  border: 1px solid #373737;
}

.single-intro.dark .movie-actions {
  border-top: 1px solid rgba(255, 255, 255, 0.25);
}

.movie-details-wrapper .movie-actions {
  padding: 20px 0 5px 0;
}

.single-intro .movie-actions {
  position: relative;
  float: right;
  width: 100%;
  padding: 13px 0;
  border-top: 1px solid #dedede;
}

.movie-details-wrapper .movie-actions {
  float: right;
}

.movie-details-wrapper .movie-actions .right-action {
  display: inline-block;
}

.movie-details-wrapper .movie-actions .movie-rate-wrapper {
  display: inline-block;
}
.movie-rate-wrapper {
  -webkit-transition: all 0.2s ease;
  -o-transition: all 0.2s ease;
  -moz-transition: all 0.2s ease;
  transition: all 0.2s ease;
}

/* =========poster-p2 part End ============  */

/* -------page2 main part--------- */
/* =========Chapters Movies Start ============  */

/* title movie part start */

.f-s-title {
  font-size: 16px;
  color: #fff;
  font-weight: bold;
  text-shadow: 0.3px 0.3px #fff;
  margin-bottom: 3px;
  text-align: justify;
}
.f-s-detail {
  font-size: 13px !important;
  color: #b3b3b3;
  text-align: justify;
}

#more {
  display: none;
}

.more-btn {
  color: #fff;
  cursor: pointer;
}
/* title movie part start */

.Bgcolor-page2 {
  background-color: var(--backColor);
}





.single-section {
  margin-bottom: 60px;
}

.section-episodes .single-section-content,
.section-gallery .single-section-content,
.section-related .single-section-content {
  margin-right: 0;
}
.single-section-content {
  margin-right: 10px;
}

.sub-header .swiper-container {
  direction: rtl;
  width: 100%;
  height: 100%;
}

.sub-header .swiper-container .swiper-wrapper .swiper-slide {
  display: inline-block;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  margin: 0 -2px;
  width: auto;
  float: none;
}
.mySwiper333 .active-tab,.active {
  color: #d4d4d7;
  font-weight: 500;
  background-color: #404040 !important;
  border-top: 3px solid #fdc13c;
}


.mySwiper333 .swiper-button-next,
.mySwiper333 .swiper-button-prev {
  padding: 13px !important;
 content: "";
  color: rgb(119, 116, 116) !important;}

.mySwiper333 .swiper-container .swiper-button-next:hover,
.mySwiper333 .swiper-container .swiper-button-prev:hover {
  color: #f90 !important;
  transition: 0.3s;
}







.swiper-slide {
  float: left;
  -webkit-box-sizing: content-box;
  -moz-box-sizing: content-box;
  box-sizing: content-box;
}
.swipe-tab {
  font-size: 1.4rem;
  -webkit-transition: all 0.1s linear;
  -o-transition: all 0.1s linear;
  -moz-transition: all 0.1s linear;
  transition: all 0.1s linear;
  background-color: transparent;
  display: inline-block;
  -ms-flex-align: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -moz-box-align: center;
  align-items: center;
  -ms-flex-pack: center;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -moz-box-pack: center;
  justify-content: center;
  cursor: pointer;
  text-align: center;
  padding: 0 !important;
}

.sub-header .swiper-container .swiper-wrapper .swiper-slide .header-tab {
  font-weight: 500;
  font-size: 1rem;
}

.sub-header .swiper-container .swiper-wrapper .swiper-slide .header-tab .btn {
  width: 100%;
  color: #fff;
  border-right: green !important;
  padding: 8px 0;
  font-family: "IranSans" !important;
}

.is-ajax-button {
  -webkit-appearance: none;
  background: 0 0;
  border: 0;
}
button,
input,
textarea {
  outline: 0;
}

.sub-header .swiper-container .swiper-series-btn.swiper-button-next {
  left: 0;
}

.sub-header .swiper-container .swiper-series-btn {
  top: 50%;
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  -o-transform: translateY(-50%);
  transform: translateY(-50%);
  position: absolute;
}

.sub-header .swiper-button-next:after {
  font-size: 25px !important;
  margin: 0;
  margin-left: -20px;
  padding: 0;
  top: 50% !important;
  font-weight: 900;
  width: 25px !important;
  height: 25px !important;
}

.sub-header .swiper-button-prev:after {
  font-size: 25px !important;
  margin: 0;
  margin-right: -40px;
  padding: 0;
  top: 50% !important;
  font-weight: 900;
  width: 25px !important;
  height: 25px !important;
}

.sub-header .swiper-button-next:hover,
.sub-header .swiper-button-prev:hover {
  color: #f90 !important;
  transition: 0.3s;
}

.ui-btn,
.ui-transition {
  -webkit-transition: all 0.3s ease-out;
  -o-transition: all 0.3s ease-out;
  -moz-transition: all 0.3s ease-out;
  transition: all 0.3s ease-out;
}
.ui-btn-default {
  background-color: #606060;
  color: #fff !important;
  fill: #fff;
}
/* =========Chapters Movies End ============  */


/* =========Movies Detail Start ============  */

/* --------collapse part p/2------- */
.tabs-content {
  direction: rtl !important;
  background-color: #404040;
  -webkit-box-shadow: 0 0 15px 0 rgb(0 0 0 / 10%);
  -moz-box-shadow: 0 0 15px 0 rgba(0, 0, 0, 0.1);
  box-shadow: 0 0 15px 0 rgb(0 0 0 / 10%);
}

.swipe-tab-content {
  position: relative;
  font-family: "BYekan" !important;
}

.accordion {
  margin: 0px 0;
  direction: rtl;
}
.accordion .item {
  border: none;
  margin-bottom: 1px;
  background: none;
}
.t-p {
  background-color: #4c4c4c;
  color: #fff;
}
.accordion .item .item-header h2 button.btn.btn-link {
  background: #404040;
  color: white;
  border-radius: 0px;
  font-family: "Poppins";
  font-size: 16px;
  font-weight: 400;
  line-height: 1.5;
  border-bottom: 1.5px solid #616161;
  text-decoration: none;
}

.accordion .item .item-header {
  border-bottom: none;
  background: transparent;
  padding: 0px;
  margin: 2px;
}

.accordion .item .item-header h2 button {
  color: white;
  font-size: 20px;
  display: block;
  width: 100%;
  text-align: left;
}
.accordion .item .item-header h2 .fa {
  float: right;
  font-size: 20px;
  color: #eca300;
  width: 25px;
  height: 40px;
  display: flex;
  justify-content: center;
  align-items: center;
  border-radius: 5px;
}
.accordion .item .item-header h2 .movie-part {
  float: right;
  font-size: 20px;
  font-family: "Dastnevis";
  display: flex;
  justify-content: center;
  align-items: center;
}
.accordion .item .item-header h2 .movie-part-like {
  float: none;
  text-align: center;
  font-size: 20px;
  margin-left: 130px !important;
  font-family: "Dastnevis";
  display: flex;
  justify-content: center;
  align-items: center;
}

button.btn.btn-link.collapsed .fa {
  transform: rotate(0deg);
}

button.btn.btn-link .fa {
  transform: rotate(-90deg);
  transition: 0.5s;
}
.move-likeStyle {
  font-size: 13px;
  color: #b3b3b3;
}

.play-boxStyle {
  width: 50px;
  height: 50px;
  border-radius: 50% !important;
  background-color: rgb(151, 146, 146);
}
.play-boxStyle:hover {
  background-color: #1a9b58;
}

.play-boxStyle:hover .style-font-play {
  transform: scale(1.2);

  transition-duration: 1s;
}

/* -----collapse inline------- */

.accordion-content {
  display: none;
  padding: 15px;
  background-color: #4c4c4c;
  -webkit-box-shadow: 0 0 4px rgb(0 0 0 / 10%) inset;
  -moz-box-shadow: 0 0 4px rgba(0, 0, 0, 0.1) inset;
  box-shadow: 0 0 4px rgb(0 0 0 / 10%) inset;
  color: #d4d4d7;
  cursor: default;
}

.accordion-content .link-img-div {
  float: right;
}

.accordion-content .link-img-div a {
  display: inline-block;
  cursor: pointer;
  width: 100px;
  margin-left: 10px;
  overflow: hidden;
  text-align: center;
}

.ds-media {
  width: 100%;
  background-color: rgba(255, 255, 255, 0.05);
  position: relative;
  display: inherit;
  overflow: hidden;
  -webkit-background-size: cover;
  -moz-background-size: cover;
  -o-background-size: cover;
  background-size: cover;
  background-position: center center;
  -webkit-user-select: none;
  -moz-user-select: none;
  -o-user-select: none;
  -ms-user-select: none;
  user-select: none;
}

.ds-media--ratio-vertical:before {
  padding-top: 133.4%;
}
.ds-media:before {
  content: "";
  display: block;
  padding-top: 133.4%;
}

.ds-media .lazyloaded {
  opacity: 1;
  -webkit-transition: opacity 0.3s;
  -o-transition: opacity 0.3s;
  -moz-transition: opacity 0.3s;
  transition: opacity 0.3s;
}
.ds-media_image {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
  -webkit-background-size: cover;
  -moz-background-size: cover;
  -o-background-size: cover;
  background-size: cover;
  z-index: 2;
}

.accordion-content .serial-content {
  float: right;
  width: -webkit-calc(100% - 115px);
  width: -moz-calc(100% - 115px);
  width: calc(100% - 115px);
}

.accordion-content .serial-desc {
  width: 100%;
  color: #fff;
  line-height: 2.3;
  font-size: 0.8rem;
  text-align: right;
}

.ui-btn-dl {
  display: inline-block;
  text-align: center;
  -webkit-border-radius: 25px;
  -moz-border-radius: 25px;
  border-radius: 25px;
  background: 0 0;
  border: none;
  font-size: 1.1rem;
  /* font-weight: 500; */
  padding: 3px 10px;
  position: relative;
  cursor: pointer;
  background-color: #333;
}

.style-font-play {
  text-align: center;
  align-items: center;
  font-size: 22px !important;
}














/* =========Movies Detail End ============  */

/* ===============page2 End===================== */

/* =============================Responsive Codes============================== */

@media only screen and (max-width: 1200px) {
  .kids-list .kids-list__item {
    float: right;
    width: -webkit-calc(20%);
    width: -moz-calc(20%);
    width: calc(20%);
  }
  .kids-image__title-s1 {
    width: auto;
    font-size: 0.8rem;
  }
  .kids-image__title {
    width: auto;
    font-size: 0.8rem;
  }
  .box-img-inSlider {
    bottom: 0 !important;
  }
}

@media only screen and (max-width: 992px) {
  .dastnevis {
    font-family: "Dastnevis";
    font-size: 18px;
  }
  .icon-style {
    font-size: 16px;
    padding-top: 5px;
  }
  .style-md-nav {
    display: none !important;
  }
  .dis-search {
    display: initial !important;
    text-align: center;
  }
  .ss-icon {
    margin-top: 15px !important;
  }

  .circle-btn-lg {
    width: 80px;
    height: 80px;
    margin-right: 10px;
  }

  .play-icon {
    font-size: 40px !important;
    margin: 0;
  }

  .img-in-slider {
    width: 100% !important;
    height: 100% !important;
    text-align: center;
  }

  .box-img-inSlider {
    position: absolute;
    bottom: 50px;
    /* right: 50px !important; */
    width: auto !important;
  }

  .movie-details-wrapper-p1 {
    max-width: 1100px;
    margin: 0;
    z-index: 3;
  }
}

@media only screen and (max-width: 768px) {
  .logo-right-pic {
    display: none;
  }
  .logo-right-pic2 {
    display: none;
  }
  .kids-back-icon {
    display: block !important;
    background-size: 32px !important;
    margin-right: 0 !important;
  }
  .kids-back-title {
    display: none !important;
  }
  .btn-kid {
    width: calc(32px);
  }
  .kids-list .kids-list__item {
    float: right;
    width: -webkit-calc(33.33%);
    width: -moz-calc(33.33%);
    width: calc(33.33%);
  }
  .personal-class {
    width: 100%;
  }

  .box-img-inSlider {
    position: absolute;
    right: 0 !important;
    bottom: 0;
    width: 350px !important;
  }





  .dastnevis {
    font-family: "Dastnevis";
    font-size: 16px;
  }
  .swiper-pagination-bullets .swiper-pagination-bullet {
    width: 9px !important;
    height: 9px !important;
  }



 
  .likeStyle {
    float: none;
  }
}

@media only screen and (min-width: 768px) {
  .container-personal {
    margin-left: 10px;
    margin-right: 10px;
  }
}
@media only screen and (max-width: 630px) {
  .movie-details-wrapper-p1 .movie-details-p1 {
    width: 100% !important;
    text-align: center !important;
  }
  .display-director {
    display: none;
  }
  .genre-display {
    display: none;
  }
  .movie-details-wrapper-p1 .movie-poster-p1 {
    width: 130px !important;
    height: 130px !important;
    margin: 0 !important;
    float: none !important;
  }

  .movie-details-wrapper .movie-details {
    width: 100% !important;
    text-align: center !important;
  }
  .display-director {
    display: none;
  }
  .genre-display {
    display: none;
  }
  .movie-details-wrapper .movie-poster {
    width: 130px !important;
    height: 130px !important;
    margin: 0 !important;
    float: none !important;
  }

  .single-intro.dark {
    padding-top: 20px !important;
  }
  .single-intro.dark-p1 {
    padding-top: 20px !important;
  }
  .btn-style-fallow {
    font-size: 12px;
  }
  .btn-style-fallow img {
    width: 18px !important;
    height: 18px !important;
  }
  .btn-style-fallow .img-down {
    width: 17px !important;
    height: 17px !important;
  }

  .accordion-content .link-img-div {
    float: none;
    text-align: center;
  }
  .accordion-content .link-img-div {
    float: none !important;
    text-align: center !important;
  }

  .accordion-content .serial-content {
    float: none;
    text-align: center;
    width: -webkit-calc(100%);
    width: -moz-calc(100%);
    width: calc(100%);
  }
  .accordion-content .serial-desc {
    text-align: center;
  }
  .copyRight {
    font-size: 14px;
  }
  .back-toTop-end {
    margin-right: 35% !important;
  }
  .d-editor {
    display: none;
  }

 

  .styleBtnCollapse {
    display: inline-block !important;
    text-align: center;
  }
  .img-in-slider{
    width: 250px !important;
    height: 150px !important;
  }
  .p-hover:hover .style-cover {
    height: 30px !important;
    width: 30px !important;}

  .p-hover .style-cover {

    top: 45%;
    margin-right: 40%;}

    .p-hover .fa-play{
      margin-top: 8px !important;
       font-size: 14px;
       margin-left: 2px;
    }
    
}

@media only screen and (max-width: 576px) {
  .dastnevis {
    font-family: "Dastnevis";
    font-size: 14px;
  }

  .navbar1 a {
    font-size: 13px !important;
    padding: 10px 10px;
  }
  .navbar1 .row a {
    font-size: 9px !important;
    padding: 5px 5px;
  }
  .dropdown1 .dropbtn1 {
    font-size: 13px !important;
    padding: 10px 10px;
  }
  .btn-buy {
    display: none !important;
  }
  .btn-buy2 {
    display: inline !important;
    width: 120px;
  }

  .img-in-slider {
    /* display: none !important; */
  }
  .font-size-name {
    font-size: 16px;
  }
  .font-size-phone {
    font-size: 13px;
  }

  .swiper-wrapper .swiper-slide .header-tab .btn {
    font-size: 13px !important;
  }
  .movie-part {
    font-size: 16px !important;
  }

  .s576 {
    display: none !important;
  }

}

@media only screen and (max-width: 400px) {
  .dastnevis {
    font-family: "Dastnevis";
    font-size: 13px;
  }
  .dastnevis {
    font-family: "Dastnevis";
    font-size: 8px;
  }
  .icon-style {
    font-size: 10px;
  }
  .navbar1 a {
    font-size: 11px !important;
    padding: 8px 8px;
  }
  .dropdown1 .dropbtn1 {
    font-size: 9px !important;
    padding: 8px 8px;
  }

  .btn-buy2 {
    display: inline !important;
    width: 75px !important;
    height: 25px;

    font-size: 9px !important;
  }

  .btn-login {
    width: 55px;
    height: 25px;

    font-size: 9px !important;
  }
  .logo-style {
    width: 80px;
    height: 25px;
  }

  .ss-icon {
    margin-top: 10px !important;
    font-size: 12px;
  }

  .in-header {
    height: 35px !important;
  }
  .style-header {
    height: 35px !important;
  }
  .search-sty400 {
    display: none !important;
  }
  .fa-angle-down {
    font-size: 11px !important;
  }
  .play-boxStyle {
    width: 45px;
    height: 45px;
    padding-right: 10px !important;
  }
  .style-font-play {
    text-align: center;
    align-items: center;
    font-size: 19px !important;
  }
  .btn-style-play {
    font-size: 10px;
  }
  .btn-style-play .fa-play {
    font-size: 10px !important;
  }
  .ui-btn {
    padding: 5px 5px !important;
  }
  .img-in-slider{
    display: none !important;
  }
}
@media only screen and (max-width: 300px) {
  .ui-btn {
    padding: 10px 15px !important;
  }
  .movie-rate-wrapper {
    display: none !important;
  }
  .s-300 {
    display: none !important;
  }
  .styleBtnCollapse {
    width: 120px !important;
  }

  .s-mail-300 {
    font-size: 8px !important;
    margin-right: 0 !important;
  }
}

@media only screen and (min-width: 1400px) {
  .container-personal {
    width: 1400px !important;
    margin: auto;
    align-items: center;
    text-align: center;
  }
  .kids-image__title-s1 {
    width: auto;
    font-size: 1rem;
  }
  .kids-image__title {
    width: auto;
    font-size: 1rem;
  }
}
