@charset "UTF-8";
.l-header.pos_fixed {
  top: var(--wp-admin--admin-bar--height, 0);
}

.opacity50 {
  opacity: 0.5;
}

.fav_grid .w-grid-item-h {
  margin-right: 60px;
}
@media screen and (max-width: 768px) {
  .fav_grid .w-grid-item-h {
    margin-right: 0;
  }
}

.counter_grid .w-grid-item {
  counter-increment: title_first;
}
@media screen and (max-width: 768px) {
  .counter_grid .w-grid-item {
    margin-top: 15px;
  }
  .counter_grid .w-grid-item:nth-child(5) {
    display: none;
  }
}
.counter_grid .w-grid-item .post_title:before {
  content: counter(title_first) "";
  position: absolute;
  left: calc(100% + 5px);
  right: auto;
  color: #000;
  bottom: 15px;
  text-shadow: 0 0 15px rgba(0, 0, 0, 0.6);
  -webkit-text-stroke-width: 3px;
  -webkit-text-stroke-color: #fff;
  font-size: 125px;
  font-weight: 700;
  line-height: 100px;
  letter-spacing: -2.5px;
  z-index: 3;
}
@media screen and (max-width: 768px) {
  .counter_grid .w-grid-item .post_title:before {
    right: 9px;
    top: -30px;
    font-size: 63px;
    line-height: 63px;
  }
}

.movie_grid_taxonomy .w-post-elm-list {
  display: flex;
  flex-wrap: wrap;
  align-items: flex-start;
}
.movie_grid_taxonomy .w-post-elm-list > *:not(:last-child) {
  margin-left: 7px !important;
  margin-bottom: 7px !important;
}
@media screen and (max-width: 768px) {
  .movie_grid_taxonomy .w-post-elm-list {
    justify-content: center;
  }
  .movie_grid_taxonomy .w-post-elm-list > *:not(:last-child) {
    margin-left: 5px !important;
    margin-bottom: 5px !important;
  }
}
.movie_grid_taxonomy a.w-btn {
  margin: 0 !important;
}
.movie_grid_taxonomy .w-btn-label::before {
  content: "#";
  margin-left: 2px;
  position: relative;
  top: 2px;
}

.movie_options_container {
  display: grid;
  grid-template-columns: repeat(auto-fill, minmax(200px, 1fr));
  row-gap: 40px;
  column-gap: 60px;
}
@media screen and (max-width: 768px) {
  .movie_options_container {
    display: flex;
    row-gap: 30px;
    column-gap: 20px;
    justify-content: center;
  }
}
.movie_options_container .post_custom_field {
  position: relative;
  margin-right: 35px;
  border-right: 2px solid #FFBF10;
  padding-right: 10px;
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  color: #FFF;
  font-size: 17px;
  font-weight: 700;
  letter-spacing: -0.34px;
  line-height: 25px;
  gap: 0;
}
.movie_options_container .post_custom_field .icon_box {
  position: absolute;
  right: -35px;
  top: 13px;
}
.movie_options_container .post_custom_field span {
  display: block;
}
.movie_options_container .post_custom_field span.w-post-elm-before {
  color: #5F5F5F;
  font-size: 16px;
  font-weight: 400;
}
@media screen and (max-width: 768px) {
  .movie_options_container .post_custom_field {
    width: calc(50% - 15px);
    flex-direction: row-reverse;
    border-right: none;
    border-bottom: 2px solid #FFBF10;
    padding-right: 0;
    padding-bottom: 5px;
    margin-right: 0;
    margin-bottom: 30px;
    justify-content: center;
  }
  .movie_options_container .post_custom_field > *:not(:last-child) {
    margin-left: 5px;
  }
  .movie_options_container .post_custom_field .icon_box {
    position: relative;
    right: 0;
    top: 0;
  }
  .movie_options_container .post_custom_field span.w-post-elm-value {
    position: absolute;
    right: 0;
    width: 100%;
    top: 35px;
    font-size: 16px;
    text-align: center;
  }
}

.w-tabs-section {
  border: none !important;
  margin-bottom: 10px;
}

.w-tabs-section-control {
  margin-right: auto;
}

.w-tabs-section-header {
  border-radius: 10px;
  background: #24282a !important;
  position: relative;
  overflow: hidden;
}

.w-tabs-section-header:before {
  content: "";
  position: absolute;
  width: 10px;
  background-color: #2c419a;
  right: 0;
  height: 100%;
  top: 0;
}

.accordion-download.w-tabs-section-header {
  border-radius: 10px;
  background: #272a2e !important;
  gap: 0 !important;
}
.accordion-download.w-tabs-section-header > *:not(:last-child) {
  margin-left: 10px !important;
}

.accordion-download .w-tabs-section-header:before {
  content: "";
  position: absolute;
  width: 10px;
  background-color: transparent;
  right: 0;
  height: 100%;
  top: 0;
}

.w-tabs-section-title {
  font-size: 17px;
  font-weight: 700;
  line-height: 22px;
}

.grid_series_back_image {
  transform: scale(0.83) translateY(-14px);
  transform-origin: top center;
  transition: all 0.5s ease;
}

.grid_series_second_image {
  transform: translateY(-7px) scale(0.91);
  transform-origin: top center;
  transition: all 0.5s ease;
}

.w-grid-item:hover .grid_series_back_image {
  transform: translateY(0) scale(0.83);
}

.w-grid-item:hover .grid_series_second_image {
  transform: translateY(0) scale(0.91);
}

.grid_series_back_image:before, .grid_series_second_image:before {
  content: "";
  position: absolute;
  width: 100%;
  height: 100%;
  background: #000000;
  z-index: 2;
  opacity: 0.6;
  left: 0;
  top: 0;
  border-radius: inherit;
}

.grid_series_second_image:before {
  opacity: 0.3;
}

.one_line_text {
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}

.popular_grid .owl-item {
  counter-increment: title_first;
}

.popular_grid .owl-item .post_title:before {
  content: counter(title_first) "";
  position: absolute;
  left: calc(100% + 5px);
  right: auto;
  top: -30px;
  color: #000;
  text-shadow: 0 0 15px rgba(0, 0, 0, 0.6);
  -webkit-text-stroke-width: 3px;
  -webkit-text-stroke-color: #fff;
  font-size: 125px;
  font-style: normal;
  font-weight: 700;
  line-height: 100px; /* 80% */
  letter-spacing: -2.5px;
}

.movie_grid_icon span.w-post-elm-value {
  display: none;
}

.post_custom_field.has_kasebi_img.movie_grid_icon > div.icon_box {
  margin: 0 !important;
}

.has_background_blur {
  backdrop-filter: blur(5px);
}

.movie_grid_next_episode .w-post-elm-before {
  color: #5f5f5f;
  font-size: 16px;
  font-weight: 400;
  letter-spacing: -0.48px;
  display: block;
}

.main_slider_bg {
  position: relative;
}
.main_slider_bg > div {
  position: relative;
  z-index: 3;
}

.main_slider_bg:before {
  content: "";
  position: absolute;
  width: 100%;
  height: 100%;
  background: linear-gradient(180deg, rgba(25, 25, 25, 0) 52.26%, #191919 100%);
  bottom: 0;
  left: 0;
}

.main_slider_bg:after {
  content: "";
  position: absolute;
  width: 100%;
  height: 100%;
  background: linear-gradient(90deg, rgba(25, 25, 25, 0) 40.21%, #191919 88.83%);
  bottom: 0;
  left: 0;
}

@media screen and (max-width: 768px) {
  
  .main_slider_bg {
    position: relative;
    background-color: #191919 !important;
    background-size: 100% auto !important;
    background-repeat: no-repeat !important;
    background-position: top center !important;
  }

  .main_slider_bg::before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%; 
    pointer-events: none;
    z-index: 1;
    
    background: linear-gradient(
      to bottom, 
      rgba(0,0,0,0.1) 0%,      
      rgba(0,0,0,0.3) 120vw,    
      #191919 145vw      
    ) !important;
  }

  .main_slider_bg:after {
    display: block !important; 
    content: "";
    position: absolute;
    width: 100%;
    height: 100%;
    bottom: 0;
    left: 0;
    
    background: linear-gradient(
        90deg, 
        rgba(25, 25, 25, 0) 40%, 
        rgba(25, 25, 25, 0.3) 100%
    ) !important;
  }

  .main_slider_bg > div {
    position: relative;
    z-index: 5;
  }

  .hide_title_mobile .w-post-elm-value {
    display: none;
  }
}

#first_page_slider .owl-nav {
  position: absolute;
  bottom: 220px;
  display: flex;
  width: 100% !important;
  justify-content: flex-end;
  max-width: 1640px;
  left: 50%;
  transform: translateX(-50%);
  padding: 0 35px;
  pointer-events: none;
}
#first_page_slider .owl-nav > *:not(:last-child) {
  margin-left: 15px !important;
}
@media screen and (max-width: 768px) {
  #first_page_slider .owl-nav {
    bottom: auto;
    top: 250px;
    justify-content: flex-start;
    padding: 0 15px;
  }
}
#first_page_slider .owl-nav button {
  position: relative;
  transform: none;
  top: 0;
  left: 0;
  right: 0;
  width: 48px;
  height: 48px;
  fill: rgba(255, 255, 255, 0.8);
  background-color: #4e4e4e;
  opacity: 0.2;
  backdrop-filter: blur(10px);
  pointer-events: all;
}
@media screen and (max-width: 768px) {
  #first_page_slider .owl-nav button {
    opacity: 0.7;
  }
}
#first_page_slider .owl-nav button:hover {
  fill: rgba(255, 255, 255, 0.8);
  opacity: 1;
  backdrop-filter: blur(0);
}

.movie-events .movie-event {
  position: relative;
  font-size: 16px;
  line-height: 25px;
  color: #949494;
  letter-spacing: -0.03em;
  padding-right: 30px;
  padding-bottom: 10px;
  margin-bottom: 10px;
  border-bottom: 1px solid #272727;
}
.movie-events .movie-event:last-child {
  border-bottom: none;
  margin-bottom: 0;
  padding-bottom: 0;
}
.movie-events .movie-event .icon_box {
  position: absolute;
  right: 0;
  top: 0;
}
.movie-events .movie-event .event-date {
  color: #FFBF10;
  font-size: 14px;
  font-weight: 400;
}

.movie_data_top {
  flex-direction: row;
  justify-content: space-between;
  flex-wrap: wrap;
}
.movie_data_top > *:not(:last-child) {
  margin-left: 15px !important;
}
@media screen and (max-width: 768px) {
  .movie_data_top > *:not(:last-child) {
    margin-left: 0 !important;
  }
}

.download_box_selector_wrapper, .online_modal_filters {
  display: flex;
  align-items: center;
  margin-bottom: 10px;
  flex-wrap: wrap;
  text-align: right;
}
.download_box_selector_wrapper > *, .online_modal_filters > * {
  margin-left: 20px;
  margin-bottom: 10px;
}
@media screen and (max-width: 768px) {
  .download_box_selector_wrapper > *, .online_modal_filters > * {
    margin-left: 10px;
    margin-bottom: 10px;
  }
}
.download_box_selector_wrapper .download_box_selector, .download_box_selector_wrapper .online_link_selector, .download_box_selector_wrapper .online_part_selector, .online_modal_filters .download_box_selector, .online_modal_filters .online_link_selector, .online_modal_filters .online_part_selector {
  position: relative;
}
@media screen and (max-width: 768px) {
  .download_box_selector_wrapper .download_box_selector, .download_box_selector_wrapper .online_link_selector, .download_box_selector_wrapper .online_part_selector, .online_modal_filters .download_box_selector, .online_modal_filters .online_link_selector, .online_modal_filters .online_part_selector {
    width: 100%;
  }
}
.download_box_selector_wrapper .download_box_selector .selected_box_text, .download_box_selector_wrapper .online_link_selector .selected_box_text, .download_box_selector_wrapper .online_part_selector .selected_box_text, .online_modal_filters .download_box_selector .selected_box_text, .online_modal_filters .online_link_selector .selected_box_text, .online_modal_filters .online_part_selector .selected_box_text {
  display: flex;
  width: 170px;
  padding: 10px 20px;
  justify-content: space-between;
  border-radius: 10px;
  background: #494D52;
  align-items: center;
  cursor: pointer;
}
.download_box_selector_wrapper .download_box_selector .selected_box_text > *:not(:last-child), .download_box_selector_wrapper .online_link_selector .selected_box_text > *:not(:last-child), .download_box_selector_wrapper .online_part_selector .selected_box_text > *:not(:last-child), .online_modal_filters .download_box_selector .selected_box_text > *:not(:last-child), .online_modal_filters .online_link_selector .selected_box_text > *:not(:last-child), .online_modal_filters .online_part_selector .selected_box_text > *:not(:last-child) {
  margin-left: 10px !important;
}
@media screen and (max-width: 768px) {
  .download_box_selector_wrapper .download_box_selector .selected_box_text, .download_box_selector_wrapper .online_link_selector .selected_box_text, .download_box_selector_wrapper .online_part_selector .selected_box_text, .online_modal_filters .download_box_selector .selected_box_text, .online_modal_filters .online_link_selector .selected_box_text, .online_modal_filters .online_part_selector .selected_box_text {
    width: 100%;
  }
}
.download_box_selector_wrapper .download_box_selector .selected_box_text i, .download_box_selector_wrapper .online_link_selector .selected_box_text i, .download_box_selector_wrapper .online_part_selector .selected_box_text i, .online_modal_filters .download_box_selector .selected_box_text i, .online_modal_filters .online_link_selector .selected_box_text i, .online_modal_filters .online_part_selector .selected_box_text i {
  transition: all 0.3s ease;
  font-size: 15px;
}
.download_box_selector_wrapper .download_box_selector.active i, .download_box_selector_wrapper .online_link_selector.active i, .download_box_selector_wrapper .online_part_selector.active i, .online_modal_filters .download_box_selector.active i, .online_modal_filters .online_link_selector.active i, .online_modal_filters .online_part_selector.active i {
  transform: rotate(180deg);
}
.download_box_selector_wrapper .download_box_selector .download_box_links_options, .download_box_selector_wrapper .download_box_selector .online_link_options, .download_box_selector_wrapper .download_box_selector .online_part_options, .download_box_selector_wrapper .online_link_selector .download_box_links_options, .download_box_selector_wrapper .online_link_selector .online_link_options, .download_box_selector_wrapper .online_link_selector .online_part_options, .download_box_selector_wrapper .online_part_selector .download_box_links_options, .download_box_selector_wrapper .online_part_selector .online_link_options, .download_box_selector_wrapper .online_part_selector .online_part_options, .online_modal_filters .download_box_selector .download_box_links_options, .online_modal_filters .download_box_selector .online_link_options, .online_modal_filters .download_box_selector .online_part_options, .online_modal_filters .online_link_selector .download_box_links_options, .online_modal_filters .online_link_selector .online_link_options, .online_modal_filters .online_link_selector .online_part_options, .online_modal_filters .online_part_selector .download_box_links_options, .online_modal_filters .online_part_selector .online_link_options, .online_modal_filters .online_part_selector .online_part_options {
  position: absolute;
  top: 105%;
  left: 0;
  width: 100%;
  background: rgba(100, 100, 100, 0.5);
  border-radius: 10px;
  padding: 10px 20px;
  display: none;
  z-index: 10;
  backdrop-filter: blur(10px);
}
.download_box_selector_wrapper .download_box_selector .download_box_links_options > div, .download_box_selector_wrapper .download_box_selector .online_link_options > div, .download_box_selector_wrapper .download_box_selector .online_part_options > div, .download_box_selector_wrapper .online_link_selector .download_box_links_options > div, .download_box_selector_wrapper .online_link_selector .online_link_options > div, .download_box_selector_wrapper .online_link_selector .online_part_options > div, .download_box_selector_wrapper .online_part_selector .download_box_links_options > div, .download_box_selector_wrapper .online_part_selector .online_link_options > div, .download_box_selector_wrapper .online_part_selector .online_part_options > div, .online_modal_filters .download_box_selector .download_box_links_options > div, .online_modal_filters .download_box_selector .online_link_options > div, .online_modal_filters .download_box_selector .online_part_options > div, .online_modal_filters .online_link_selector .download_box_links_options > div, .online_modal_filters .online_link_selector .online_link_options > div, .online_modal_filters .online_link_selector .online_part_options > div, .online_modal_filters .online_part_selector .download_box_links_options > div, .online_modal_filters .online_part_selector .online_link_options > div, .online_modal_filters .online_part_selector .online_part_options > div {
  padding: 4px 7px;
  cursor: pointer;
  font-size: 14px;
  position: relative;
  border-bottom: 1px solid #949494;
}
.download_box_selector_wrapper .download_box_selector .download_box_links_options > div:last-child, .download_box_selector_wrapper .download_box_selector .online_link_options > div:last-child, .download_box_selector_wrapper .download_box_selector .online_part_options > div:last-child, .download_box_selector_wrapper .online_link_selector .download_box_links_options > div:last-child, .download_box_selector_wrapper .online_link_selector .online_link_options > div:last-child, .download_box_selector_wrapper .online_link_selector .online_part_options > div:last-child, .download_box_selector_wrapper .online_part_selector .download_box_links_options > div:last-child, .download_box_selector_wrapper .online_part_selector .online_link_options > div:last-child, .download_box_selector_wrapper .online_part_selector .online_part_options > div:last-child, .online_modal_filters .download_box_selector .download_box_links_options > div:last-child, .online_modal_filters .download_box_selector .online_link_options > div:last-child, .online_modal_filters .download_box_selector .online_part_options > div:last-child, .online_modal_filters .online_link_selector .download_box_links_options > div:last-child, .online_modal_filters .online_link_selector .online_link_options > div:last-child, .online_modal_filters .online_link_selector .online_part_options > div:last-child, .online_modal_filters .online_part_selector .download_box_links_options > div:last-child, .online_modal_filters .online_part_selector .online_link_options > div:last-child, .online_modal_filters .online_part_selector .online_part_options > div:last-child {
  border-bottom: none;
}

.online_links_modal {
  position: fixed;
  width: 100vw;
  height: 100vh;
  left: 0;
  bottom: 0;
  display: flex;
  flex-direction: column;
  justify-content: flex-end;
  z-index: 300;
  align-items: center;
  padding: 0 20px;
  opacity: 0;
  pointer-events: none;
  transition: all 0.3s ease;
  backdrop-filter: blur(10px);
  background: rgba(0, 0, 0, 0.3137254902);
}
@media screen and (max-width: 768px) {
  .online_links_modal {
    padding: 0;
  }
}
.online_links_modal .online_links_modal_wrapper {
  padding: 20px 20px 40px 20px;
  width: 100%;
  max-width: 1000px;
  border-radius: 30px 30px 0 0;
  background: #3F4147;
  transition: all 0.3s ease;
  transform: translateY(100%);
  overflow: auto;
  max-height: 400px;
}
.online_links_modal .online_links_modal_wrapper::-webkit-scrollbar {
  width: 5px;
}
.online_links_modal .online_links_modal_wrapper .online_modal_filters .online_part_selector {
  display: none;
}
.online_links_modal .online_links_modal_wrapper .online_modal_filters .online_part_selector.show {
  display: block;
}
.online_links_modal .online_links_modal_wrapper .online_modal_filters .type_filter {
  display: none;
  margin-right: auto;
  margin-left: -15px;
  flex-wrap: wrap;
}
.online_links_modal .online_links_modal_wrapper .online_modal_filters .type_filter.active {
  display: flex;
}
.online_links_modal .online_links_modal_wrapper .online_modal_filters .type_filter > * {
  margin-left: 15px;
  margin-top: 5px;
}
.online_links_modal .online_links_modal_wrapper .online_modal_links {
  margin-top: 15px;
}
.online_links_modal .online_links_modal_wrapper .online_modal_links .each_online_modal_tab {
  display: none;
}
.online_links_modal .online_links_modal_wrapper .online_modal_links .each_online_modal_tab > * {
  margin-bottom: 10px;
}
.online_links_modal .online_links_modal_wrapper .online_modal_links .each_online_modal_tab.active {
  display: block;
}
.online_links_modal .online_links_modal_wrapper .online_modal_links .each_online_modal_tab .each_online_link {
  border-radius: 10px;
  background: #222327;
  box-shadow: 0px 0px 30px 0px rgba(0, 0, 0, 0.05);
  text-align: center;
  padding: 10px 15px;
  color: #FFF;
  font-weight: 700;
  line-height: 26px;
  letter-spacing: -0.32px;
  min-width: 150px;
  flex-grow: 1;
}
.online_links_modal .online_links_modal_wrapper .online_modal_links .each_online_modal_tab .each_online_link:hover {
  color: #222327;
  background: #FFBF10;
}
.online_links_modal.active {
  opacity: 1;
  pointer-events: all;
}
.online_links_modal.active .online_links_modal_wrapper {
  transform: translateY(0);
}
@media screen and (max-width: 768px) {
  .online_links_modal .download_links_wrapper {
    display: flex;
    flex-wrap: wrap;
    gap: 10px; 
  }
  .online_links_modal .online_links_modal_wrapper .online_modal_links .each_online_modal_tab .each_online_link {
    flex-grow: 1; 
    width: 100%; 
    margin-bottom: 0;  
  }

}

.download_box_filter {
  display: flex;
  padding: 10px 15px;
  align-items: center;
  border-radius: 10px;
  background: #222327;
  line-height: 26px;
  letter-spacing: -0.32px;
  flex-grow: 1;
  cursor: pointer;
  justify-content: center;
}
.download_box_filter > * {
  margin-left: 4px !important;
}
.download_box_filter .filter_icon_unchecked {
  margin-right: 11px;
}
.download_box_filter .filter_icon_checked {
  display: none;
}
.download_box_filter.active {
  color: #FFBF10;
}
.download_box_filter.active .filter_icon_checked {
  margin-right: 11px;
  display: block;
  color: #fff;
}
.download_box_filter.active .filter_icon_unchecked {
  display: none;
}
.download_box_filter.disabled_filter {
  color: #42444A;
  pointer-events: none;
}

.download_box_tab, .each_online_modal_tab, .subtitle_box_tab {
  display: none;
  flex-direction: column;
}
.download_box_tab > *, .each_online_modal_tab > *, .subtitle_box_tab > * {
  margin-bottom: 10px;
}
.download_box_tab.active, .each_online_modal_tab.active, .subtitle_box_tab.active {
  display: flex;
}
.download_box_tab .download_part_acc_header, .each_online_modal_tab .download_part_acc_header, .subtitle_box_tab .download_part_acc_header {
  display: flex;
  padding: 10px 15px;
  align-items: center;
  color: #FFF;
  font-size: 17px;
  font-weight: 600;
  line-height: 26px;
  letter-spacing: -0.36px;
  border-radius: 10px;
  background: #272A2E;
  box-shadow: 0 0 30px 0 rgba(0, 0, 0, 0.05);
  cursor: pointer;
}
@media screen and (max-width: 768px) {
  .download_box_tab .download_part_acc_header, .each_online_modal_tab .download_part_acc_header, .subtitle_box_tab .download_part_acc_header {
    font-size: 15px;
    padding: 7px 10px;
    line-height: 18px;
  }
}
.download_box_tab .download_part_acc_header .acc_title, .each_online_modal_tab .download_part_acc_header .acc_title, .subtitle_box_tab .download_part_acc_header .acc_title {
  margin-left: 30px;
}
@media screen and (max-width: 768px) {
  .download_box_tab .download_part_acc_header .acc_title, .each_online_modal_tab .download_part_acc_header .acc_title, .subtitle_box_tab .download_part_acc_header .acc_title {
    margin-left: 10px;
  }
}
.download_box_tab .download_part_acc_header .icon_box.acc_type, .each_online_modal_tab .download_part_acc_header .icon_box.acc_type, .subtitle_box_tab .download_part_acc_header .icon_box.acc_type {
  color: #FFBF10;
}
.download_box_tab .download_part_acc_header .type_data_title, .each_online_modal_tab .download_part_acc_header .type_data_title, .subtitle_box_tab .download_part_acc_header .type_data_title {
  color: #FFBF10;
  font-size: 18px;
  font-weight: 600;
  line-height: 26px;
  letter-spacing: -0.36px;
}
@media screen and (max-width: 768px) {
  .download_box_tab .download_part_acc_header .type_data_title, .each_online_modal_tab .download_part_acc_header .type_data_title, .subtitle_box_tab .download_part_acc_header .type_data_title {
    font-size: 13px;
  }
}
.download_box_tab .download_part_acc_header .acc_header_sep, .each_online_modal_tab .download_part_acc_header .acc_header_sep, .subtitle_box_tab .download_part_acc_header .acc_header_sep {
  margin-right: auto;
}
.download_box_tab .download_part_acc_header .download_part_acc_header_icon, .each_online_modal_tab .download_part_acc_header .download_part_acc_header_icon, .subtitle_box_tab .download_part_acc_header .download_part_acc_header_icon {
  display: flex;
  width: 40px;
  height: 40px;
  justify-content: center;
  align-items: center;
  border-radius: 10px;
  background: #313235;
  font-size: 14px;
  transition: all 0.3s ease;
}
@media screen and (max-width: 768px) {
  .download_box_tab .download_part_acc_header .download_part_acc_header_icon, .each_online_modal_tab .download_part_acc_header .download_part_acc_header_icon, .subtitle_box_tab .download_part_acc_header .download_part_acc_header_icon {
    width: 30px;
    height: 30px;
  }
}
.download_box_tab .download_part_acc_header .acc_extra_title, .each_online_modal_tab .download_part_acc_header .acc_extra_title, .subtitle_box_tab .download_part_acc_header .acc_extra_title {
  margin-left: 4px;
  color: #B4B4B4;
  font-size: 15px;
  font-weight: 600;
  line-height: 26px;
  letter-spacing: -0.64px;
}
@media screen and (max-width: 768px) {
  .download_box_tab .download_part_acc_header .acc_extra_title, .each_online_modal_tab .download_part_acc_header .acc_extra_title, .subtitle_box_tab .download_part_acc_header .acc_extra_title {
    font-size: 13px;
  }
}
.download_box_tab .download_part_acc_header .icon_box.acc_extra, .each_online_modal_tab .download_part_acc_header .icon_box.acc_extra, .subtitle_box_tab .download_part_acc_header .icon_box.acc_extra {
  color: #B4B4B4;
}
@media screen and (max-width: 768px) {
  .download_box_tab .download_part_acc_header .icon_box.acc_extra, .each_online_modal_tab .download_part_acc_header .icon_box.acc_extra, .subtitle_box_tab .download_part_acc_header .icon_box.acc_extra {
    margin-left: 10px;
    --icon-size: 20px !important;
  }
}
.download_box_tab .download_part_acc_header a.acc_quality_sample, .each_online_modal_tab .download_part_acc_header a.acc_quality_sample, .subtitle_box_tab .download_part_acc_header a.acc_quality_sample {
  display: flex;
  align-items: center;
}
@media screen and (max-width: 768px) {
  .download_box_tab .download_part_acc_header a.acc_quality_sample, .each_online_modal_tab .download_part_acc_header a.acc_quality_sample, .subtitle_box_tab .download_part_acc_header a.acc_quality_sample {
    display: none;
  }
}
.download_box_tab .download_part_acc_header.single_acc a.download_link, .each_online_modal_tab .download_part_acc_header.single_acc a.download_link, .subtitle_box_tab .download_part_acc_header.single_acc a.download_link {
  display: flex;
  justify-content: center;
  height: 38px;
  padding: 0 11px;
  align-items: center;
  border-radius: 10px;
  border: 1px solid #FFF;
  backdrop-filter: blur(7.5px);
  color: #fff;
  font-size: 15px;
  line-height: 17px;
  letter-spacing: -0.36px;
}
.download_box_tab .download_part_acc_header.single_acc a.download_link > *:not(:last-child), .each_online_modal_tab .download_part_acc_header.single_acc a.download_link > *:not(:last-child), .subtitle_box_tab .download_part_acc_header.single_acc a.download_link > *:not(:last-child) {
  margin-left: 7px !important;
}
.download_box_tab .download_part_acc_header.single_acc > a.each_online_link, .each_online_modal_tab .download_part_acc_header.single_acc > a.each_online_link, .subtitle_box_tab .download_part_acc_header.single_acc > a.each_online_link {
  border: 1px solid #FFF;
  flex-grow: 0 !important;
  padding: 7px 11px !important;
  font-size: 15px;
  line-height: 17px !important;
}
@media screen and (max-width: 768px) {
  .download_box_tab .download_part_acc_header.single_acc, .each_online_modal_tab .download_part_acc_header.single_acc, .subtitle_box_tab .download_part_acc_header.single_acc {
    flex-wrap: wrap;
  }
  .download_box_tab .download_part_acc_header.single_acc a.download_link, .each_online_modal_tab .download_part_acc_header.single_acc a.download_link, .subtitle_box_tab .download_part_acc_header.single_acc a.download_link {
    width: 100%;
    margin-top: 10px;
  }
  .download_box_tab .download_part_acc_header.single_acc > a.each_online_link, .each_online_modal_tab .download_part_acc_header.single_acc > a.each_online_link, .subtitle_box_tab .download_part_acc_header.single_acc > a.each_online_link {
    width: 100%;
    margin-top: 10px;
  }
}
.download_box_tab .download_part_acc_header.active .download_part_acc_header_icon, .each_online_modal_tab .download_part_acc_header.active .download_part_acc_header_icon, .subtitle_box_tab .download_part_acc_header.active .download_part_acc_header_icon {
  transform: rotate(180deg);
}
.download_box_tab .download_part_acc_content, .each_online_modal_tab .download_part_acc_content, .subtitle_box_tab .download_part_acc_content {
  display: none;
  padding: 10px 0;
}
.download_box_tab .download_part_acc_content .download_links_wrapper, .each_online_modal_tab .download_part_acc_content .download_links_wrapper, .subtitle_box_tab .download_part_acc_content .download_links_wrapper {
  padding: 10px 15px 10px 0;
  display: grid;
  align-items: center;
  flex-wrap: wrap;
  border-radius: 10px;
  background: #1F1F22;
  box-shadow: 0 0 30px 0 rgba(0, 0, 0, 0.05);
  grid-template-columns: 1fr 1fr 1fr;
}
.download_box_tab .download_part_acc_content .download_links_wrapper > *, .each_online_modal_tab .download_part_acc_content .download_links_wrapper > *, .subtitle_box_tab .download_part_acc_content .download_links_wrapper > * {
  margin-left: 15px !important;
  margin-bottom: 15px;
}
@media screen and (max-width: 768px) {
  .download_box_tab .download_part_acc_content .download_links_wrapper, .each_online_modal_tab .download_part_acc_content .download_links_wrapper, .subtitle_box_tab .download_part_acc_content .download_links_wrapper {
    padding: 10px 15px;
    grid-template-columns: 1fr;
  }
  .download_box_tab .download_part_acc_content .download_links_wrapper > *:not(:last-child), .each_online_modal_tab .download_part_acc_content .download_links_wrapper > *:not(:last-child), .subtitle_box_tab .download_part_acc_content .download_links_wrapper > *:not(:last-child) {
    margin-left: 0 !important;
    margin-bottom: 15px;
  }
}
.download_box_tab .download_part_acc_content .download_links_wrapper .not_free, .each_online_modal_tab .download_part_acc_content .download_links_wrapper .not_free, .subtitle_box_tab .download_part_acc_content .download_links_wrapper .not_free {
  opacity: 0.3;
}
.download_box_tab .download_part_acc_content .download_links_wrapper .download_link, .each_online_modal_tab .download_part_acc_content .download_links_wrapper .download_link, .subtitle_box_tab .download_part_acc_content .download_links_wrapper .download_link {
  display: flex;
  height: 46px;
  padding: 12px 20px;
  align-items: center;
  border-radius: 10px;
  border: 1px solid #FFF;
  backdrop-filter: blur(7.5px);
  color: #fff;
  font-size: 18px;
  font-weight: 700;
  line-height: 26px;
  letter-spacing: -0.36px;
}
.download_box_tab .download_part_acc_content .download_links_wrapper .download_link > *:not(:last-child), .each_online_modal_tab .download_part_acc_content .download_links_wrapper .download_link > *:not(:last-child), .subtitle_box_tab .download_part_acc_content .download_links_wrapper .download_link > *:not(:last-child) {
  margin-left: 7px !important;
}
@media (max-width: 600px) {
  .download_box_tab .download_part_acc_content .download_links_wrapper .download_link, .each_online_modal_tab .download_part_acc_content .download_links_wrapper .download_link, .subtitle_box_tab .download_part_acc_content .download_links_wrapper .download_link {
    width: 100%;
  }
}
.download_box_tab .download_part_acc_content .download_links_wrapper .download_link .file_name, .each_online_modal_tab .download_part_acc_content .download_links_wrapper .download_link .file_name, .subtitle_box_tab .download_part_acc_content .download_links_wrapper .download_link .file_name {
  margin-left: 20px;
  max-width: 200px;
  text-overflow: ellipsis;
  overflow: hidden;
}
.download_box_tab .download_part_acc_content .download_links_wrapper .download_link .file_size, .each_online_modal_tab .download_part_acc_content .download_links_wrapper .download_link .file_size, .subtitle_box_tab .download_part_acc_content .download_links_wrapper .download_link .file_size {
  color: #FFF;
  font-size: 19px;
  font-weight: 600;
  line-height: 23px;
  letter-spacing: 0.19px;
  opacity: 0.5;
  margin-right: auto;
}
.download_box_tab .download_part_acc_content .download_links_wrapper .download_link:hover, .each_online_modal_tab .download_part_acc_content .download_links_wrapper .download_link:hover, .subtitle_box_tab .download_part_acc_content .download_links_wrapper .download_link:hover {
  background: #09B964;
  color: #fff;
}
.download_box_tab .download_part_acc_content .download_links_wrapper .download_link.download_all, .each_online_modal_tab .download_part_acc_content .download_links_wrapper .download_link.download_all, .subtitle_box_tab .download_part_acc_content .download_links_wrapper .download_link.download_all {
  justify-content: center;
  cursor: pointer;
  margin-bottom: 0;
  grid-column-start: 1;
  grid-column-end: 4;
}
@media screen and (max-width: 768px) {
  .download_box_tab .download_part_acc_content .download_links_wrapper .download_link.download_all, .each_online_modal_tab .download_part_acc_content .download_links_wrapper .download_link.download_all, .subtitle_box_tab .download_part_acc_content .download_links_wrapper .download_link.download_all {
    grid-column-end: 2;
  }
}
.download_box_tab .download_part_acc_content .download_links_wrapper .download_link.download_all .file_name, .each_online_modal_tab .download_part_acc_content .download_links_wrapper .download_link.download_all .file_name, .subtitle_box_tab .download_part_acc_content .download_links_wrapper .download_link.download_all .file_name {
  margin-left: 0;
}

.download_box_tab_title {
  display: flex;
  height: 46px;
  padding: 12px 20px;
  align-items: center;
  justify-content: center;
  border-radius: 10px;
  border: 1px solid #FFF;
  backdrop-filter: blur(7.5px);
  color: #fff;
  font-size: 18px;
  font-weight: 700;
  line-height: 26px;
  letter-spacing: -0.36px;
}

.colored_box_icon .icon_box {
  color: #ffbf10;
}

.button-buy-ticket-header .kasebi_icon_box {
  margin-bottom: 5px;
}

a.w-btn.us-btn-style_1.us_custom_7b86bf1a.btn_has_icon.icon_atright {
  display: inline-flex;
}

.popular_grid .usg_post_title_1 {
  position: relative;
}

.button-banner {
  padding-top: 8px;
}

div#gform_wrapper_1 input, div#gform_wrapper_1 textarea {
  border-radius: 10px;
  background: rgba(255, 255, 255, 0.1);
  text-align: right;
  display: flex;
  padding: 9px 20px;
  justify-content: flex-end;
  align-items: center;
  color: #b3b3b3;
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
  letter-spacing: -0.48px;
}
div#gform_wrapper_1 input > *:not(:last-child), div#gform_wrapper_1 textarea > *:not(:last-child) {
  margin-left: 10px !important;
}

input#gform_submit_button_1 {
  background-color: #2c419a !important;
  padding: 8px 35px !important;
  margin-right: auto;
}

.search-actor input[type=text] {
  border-radius: 15px;
  border: 1px solid #2c419a;
  color: #fff;
  text-align: right;
  font-size: 17px;
  font-weight: 400;
  line-height: 26px;
  letter-spacing: -0.34px;
  background: linear-gradient(0deg, rgba(44, 65, 154, 0.1) 0%, rgba(44, 65, 154, 0.1) 100%), rgba(0, 0, 0, 0.3);
}

.imdb-counter-grid article .imdb_coming_soon {
  position: absolute;
  top: 0;
  right: 0;
  z-index: 2;
  width: 50px;
  height: 49px;
  display: flex;
  justify-content: center;
  align-items: center;
  border-radius: 10px 10px 0 0;
  background: #ffbf10;
  color: #191919;
  font-size: 30px;
  font-weight: 700;
}
.imdb-counter-grid article .imdb_coming_soon.coming_soon {
  background: #4B4B4B;
}
.imdb-counter-grid article .imdb_coming_soon_text {
  color: #FFBF10;
  font-size: 17px;
  font-weight: 700;
  text-align: right;
  width: 100%;
  padding-top: 4px;
  clear: both;
}

.office-counter-grid article {
  counter-increment: title_first;
}
@media screen and (max-width: 768px) {
  .office-counter-grid article .box_office_data {
    display: flex !important;
    flex-direction: column;
    justify-content: flex-end;
  }
}
.office-counter-grid article .box_office_data .post_custom_field {
  display: flex;
  justify-content: space-between;
}
.office-counter-grid article .box_office_data .post_custom_field .w-post-elm-value {
  direction: ltr;
}
.office-counter-grid article .box_office_data .post_custom_field.colored_box_office .w-post-elm-value {
  color: #ffbf10;
  font-weight: 700;
}
.office-counter-grid article .counter:before {
  content: counter(title_first);
  display: block;
  width: 80px;
  height: 90px;
  border-radius: 10px;
  background: #FFBF10;
  text-align: center;
  color: #000;
  font-size: 70px;
  font-weight: 700;
  line-height: 110px;
  letter-spacing: -1.4px;
}
@media screen and (max-width: 768px) {
  .office-counter-grid article .counter:before {
    width: 50px;
    height: 55px;
    font-size: 42px;
    line-height: 63px;
  }
}

.row-text {
  text-align: justify;
  font-style: normal;
  letter-spacing: -0.16px;
}

.landing-detail {
  color: #fff;
  text-align: justify;
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: 28px; /* 175% */
  letter-spacing: -0.64px;
}

.landing-tool {
  color: #fff;
  text-align: center;
  font-size: 20px;
  font-style: normal;
  font-weight: 400;
  line-height: 28px; /* 140% */
}

.description-movie {
  color: #fff;
  text-align: justify;
  font-size: 15px;
  font-style: normal;
  font-weight: 700;
  line-height: normal;
  letter-spacing: -0.3px;
  align-self: stretch;
}

.us-btn-style_11 {
  border-radius: 50%;
  padding: 0 0;
  background: #4f4f4f;
  border-color: transparent;
  color: #ffffff !important;
  width: 40px;
  height: 40px;
  justify-content: center;
  align-items: center;
}

.flex-item-layout {
  display: flex;
  justify-content: space-between;
}

.flex-item-all {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}

.flex-item-all .w-post-elm-value {
  color: #fcba3d;
}

.rating_wrapper {
  display: flex;
  align-items: center;
}

.movie-rating-container {
  border-radius: 0 20px 20px 0;
  background: #282828;
  padding: 0 10px;
}
.movie-rating-container > *:not(:last-child) {
  margin-left: 10px !important;
}
.movie-rating-container .movie-rating {
  display: flex;
  position: relative;
  width: 240px;
  height: 22px;
  background: url(./image/star-empty.png) right top;
  background-size: 24px;
  margin-top: 10px;
  margin-bottom: 10px;
}

.filled_stars {
  position: absolute;
  height: 22px;
  right: 0;
  top: 0;
  background: url(./image/star.png) right top;
  background-size: 24px;
  pointer-events: none;
}

.rating-text {
  border-radius: 20px 0 0 20px;
  background: #282828;
  padding-left: 12px;
  padding-right: 8px;
  height: 42px;
  color: #ffbf10;
  text-align: center;
  font-size: 23px;
  font-weight: 700;
  line-height: 22px;
  letter-spacing: -1.61px;
  margin-right: 3px;
  display: flex;
  align-items: center;
}
@media screen and (max-width: 768px) {
  .rating-text {
    font-size: 18px;
  }
}
.rating-text .max_rating {
  color: #727272;
  font-size: 20px;
  line-height: 19px;
}
@media screen and (max-width: 768px) {
  .rating-text .max_rating {
    font-size: 15px;
  }
}

.star {
  width: 24px;
  height: 24px;
  cursor: pointer;
}

.star img {
  width: 24px;
  height: 24px;
}

.kasebi_header_nav .kasebi_nav_list > ul > li.current_page_item a.kasebi_nav_anchor:after {
  background: #fff;
}

.timer_separator {
  display: none;
}

.time_cul {
  font-size: 20px;
}

div.cul_title {
  margin-top: 3px;
  display: block;
  color: #fff;
  font-size: 16px;
  font-weight: 400;
  line-height: 25px;
}

.timer_section {
  margin-bottom: 20px;
}

.timer_section .second .first,
.timer_section .second .second {
  display: none;
}

.timer_section .time_cul .second + .cul_title {
  display: none;
}

.grid-date {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}

.grid-date .w-post-elm-value {
  color: white;
}

.grid-date-next {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}

.grid-date-next .w-post-elm-value {
  color: #ffbf10;
}

.movie_grid {
  display: grid;
  grid-template-columns: repeat(auto-fill, minmax(200px, 1fr));
  margin-bottom: -20px;
}
.movie_grid > * {
  margin-left: 15px !important;
}
@media screen and (max-width: 768px) {
  .movie_grid {
    grid-template-columns: repeat(auto-fill, minmax(140px, 1fr));
  }
  .movie_grid > * {
    margin-left: 10px !important;
  }
}

.movie_grid_image a {
  position: relative;
  display: block;
  padding-top: 150%;
  min-width: 60px;
}
.movie_grid_image a > div {
  position: absolute;
  width: 100%;
  height: 100%;
  border-radius: 10px;
  top: 0;
  left: 0;
  overflow: hidden;
}
.movie_grid_image a > img {
  position: absolute;
  z-index: 3;
  border-radius: 10px;
  top: 0;
}
.movie_grid_image a > picture {
  position: absolute;
  z-index: 3;
  border-radius: 10px;
  top: 0;
  overflow: hidden;
}

.each_movie_grid_item {
  margin-bottom: 20px;
  position: relative;
}
.each_movie_grid_item .delete_item_from_list {
  position: absolute;
  display: flex;
  width: 40px;
  min-width: 40px;
  height: 40px;
  justify-content: center;
  align-items: center;
  border-radius: 20px;
  background: #171717;
  cursor: pointer;
  top: 15px;
  left: 15px;
  z-index: 10;
  transition: all 0.5s ease 0s;
  opacity: 0;
  color: #FF3D00;
}
.each_movie_grid_item .movie_grid_image {
  transition: all 0.5s ease 0s;
}
.each_movie_grid_item:hover .delete_item_from_list {
  opacity: 1;
}
.each_movie_grid_item:hover .movie_grid_image {
  filter: brightness(0.3);
}
.each_movie_grid_item a {
  display: block;
}
.each_movie_grid_item a > picture {
  position: absolute;
  width: 100%;
  z-index: 3;
  border-radius: 10px;
  top: 0;
  overflow: hidden;
}
.each_movie_grid_item img {
  display: block;
  min-width: 100%;
}
.each_movie_grid_item .movie_grid_title {
  margin-top: 10px;
}
.each_movie_grid_item .movie_grid_title a {
  color: #FFF;
  font-size: 15px;
  font-weight: 700;
  line-height: 25px;
  letter-spacing: -0.3px;
}

.next_episode {
  color: #000;
  display: flex;
  justify-content: space-between;
  align-items: center;
  font-weight: 400;
  line-height: 26px;
  letter-spacing: -0.48px;
}
.next_episode .next_episode_day {
  font-size: 17px;
  font-weight: 700;
}

.each_episode_data {
  display: flex;
  padding: 5px 0;
  justify-content: space-between;
  align-items: center;
  align-self: stretch;
}
.each_episode_data .last_episode_date {
  color: #FFF;
  font-size: 17px;
  font-weight: 700;
  letter-spacing: -0.34px;
}
.each_episode_data.next_episode_wrapper .last_episode_date {
  color: #FFBF10;
}

.tri_before_menu {
  --icon-url: url(https://9movie.org/wp-content/plugins/nooshika-panel/assets/image/tri-bg.png);
  width: 200px;
  height: 39px;
  background: var(--top-color);
  -webkit-mask-size: 205px;
  -webkit-mask-repeat: no-repeat;
  -webkit-mask-position: center;
  -webkit-mask-image: var(--icon-url);
  mask-size: 205px;
  mask-repeat: no-repeat;
  mask-position: center;
  mask-image: var(--icon-url);
  margin-right: auto;
}

.mega_menu_tri {
  --top-color: #3f4147;
  margin-right: 0;
  margin-left: auto;
}

li#menu-item-1733 ul.w-nav-list {
  transform: translateX(50px);
}

li#menu-item-2089005 ul.w-nav-list {
  transform: translateX(50px);
}

li#menu-item-2105198 ul.w-nav-list {
  transform: translateX(50px);
}

.mega_menu_btns > *:not(:last-child) {
  margin-left: 7px !important;
}
.mega_menu_btns .w-iconbox.no_link_btn {
  height: 46px;
  padding: 10px 15px;
  align-items: center;
  border-radius: 10px;
  background: #494D52;
  box-shadow: 0 0 30px 0 rgba(0, 0, 0, 0.05);
}
.mega_menu_btns .w-iconbox.no_link_btn > *:not(:last-child) {
  margin-left: 10px !important;
}
.mega_menu_btns .w-iconbox a.w-iconbox-link {
  height: 46px;
  padding: 10px 15px;
  align-items: center;
  border-radius: 10px;
  background: #494D52;
  box-shadow: 0 0 30px 0 rgba(0, 0, 0, 0.05);
  display: flex;
}
.mega_menu_btns .w-iconbox a.w-iconbox-link > *:not(:last-child) {
  margin-left: 10px !important;
}
.mega_menu_btns .w-iconbox a.w-iconbox-link * {
  color: #FFF !important;
}

.mega_menu_genre > *:not(:last-child) {
  margin-left: 50px !important;
}
.mega_menu_genre ul {
  margin-right: 17px;
}
.mega_menu_genre ul li {
  list-style: none;
  position: relative;
  margin-bottom: 20px;
  color: #DCDCDC;
  font-size: 15px;
  font-weight: 700;
  line-height: 26px;
  letter-spacing: -0.3px;
}
.mega_menu_genre ul li:before {
  content: "";
  position: absolute;
  width: 7px;
  height: 7px;
  background: #5C5F64;
  border-radius: 50%;
  right: -17px;
  top: 10px;
}
.mega_menu_genre ul li:last-child {
  margin-bottom: 0;
}

.logged_in_header {
  position: relative;
}
.logged_in_header .logged_in_quick_menu {
  display: none;
  position: absolute;
  width: 325px;
  left: -40px;
  top: 40px;
}
.logged_in_header .logged_in_quick_menu.has_plan {
  --top-color: #09B964;
}
.logged_in_header .logged_in_quick_menu.no_plan {
  --top-color: #D95C5C;
}
.logged_in_header .logged_in_quick_menu .logged_in_menu_wrapper {
  border-radius: 20px;
  background: #FFF;
  overflow: hidden;
}
.logged_in_header .logged_in_quick_menu .logged_in_menu_wrapper .logged_in_menu_header {
  padding: 20px 25px;
  background: var(--top-color);
  text-align: center;
  color: #FFF;
  margin-bottom: 10px;
}
.logged_in_header .logged_in_quick_menu .logged_in_menu_wrapper .logged_in_menu_header .logged_in_menu_header_text {
  margin-bottom: 5px;
  font-size: 18px;
  font-weight: 700;
}
.logged_in_header .logged_in_quick_menu .logged_in_menu_wrapper .logged_in_menu_header a {
  display: block;
  border-radius: 30px;
}
.logged_in_header .logged_in_quick_menu .logged_in_menu_wrapper .logged_in_menu_body {
  padding: 0 30px 30px 30px;
}
.logged_in_header .logged_in_quick_menu .logged_in_menu_wrapper .logged_in_menu_body .logged_in_menu_user_data {
  padding: 5px 0 15px;
  display: flex;
  align-items: center;
  border-bottom: 1px solid #cccccc;
  margin-bottom: 10px;
  color: #1A1A1A;
  font-size: 18px;
  font-weight: 700;
  letter-spacing: -0.72px;
}
.logged_in_header .logged_in_quick_menu .logged_in_menu_wrapper .logged_in_menu_body .logged_in_menu_user_data > *:not(:last-child) {
  margin-left: 10px !important;
}
.logged_in_header .logged_in_quick_menu .logged_in_menu_wrapper .logged_in_menu_body .logged_in_menu_user_data img {
  width: 36px;
  height: 36px;
  display: block;
  border-radius: 50%;
}
.logged_in_header .logged_in_quick_menu .logged_in_menu_wrapper .logged_in_menu_body .logged_in_quick_access_menu {
  display: flex;
  flex-direction: column;
}
.logged_in_header .logged_in_quick_menu .logged_in_menu_wrapper .logged_in_menu_body .logged_in_quick_access_menu > *:not(:last-child) {
  margin-left: 5px !important;
}
.logged_in_header .logged_in_quick_menu .logged_in_menu_wrapper .logged_in_menu_body .logged_in_quick_access_menu a {
  display: flex;
  padding: 5px 0;
  align-items: center;
  align-self: stretch;
  color: #1A1A1A;
  font-size: 15px;
  font-weight: 700;
  letter-spacing: -0.3px;
  line-height: 23px;
}
.logged_in_header .logged_in_quick_menu .logged_in_menu_wrapper .logged_in_menu_body .logged_in_quick_access_menu a > *:not(:last-child) {
  margin-left: 10px !important;
}
.logged_in_header .logged_in_quick_menu .logged_in_menu_wrapper .logged_in_menu_body .logged_in_quick_access_menu a .icon_box {
  color: #AAAAAA;
}
.logged_in_header.active .logged_in_quick_menu {
  display: block;
}

.movie_user_actions {
  display: flex;
  justify-content: center;
  align-items: center;
}
.movie_user_actions > *:not(:last-child) {
  margin-left: 20px !important;
}
.movie_user_actions .each_user_movie_action {
  display: flex;
  width: 40px;
  height: 40px;
  justify-content: center;
  align-items: center;
  border-radius: 20px;
  background: #4F4F4F;
  cursor: pointer;
}
.movie_user_actions .each_user_movie_action.active {
  color: #FFBF10;
}

.play_cover {
  width: 49px;
  height: 49px;
  position: absolute;
  bottom: 15px;
  left: 15px;
  border-radius: 50%;
  background: url(./image/play.png) center center no-repeat;
  backdrop-filter: blur(10px);
}

.sticky_footer {
  overflow-y: visible;
}
.sticky_footer a {
  color: #fff;
}
.sticky_footer .w-dropdown-h {
  margin: 0;
}
.sticky_footer .w-dropdown-current a.w-dropdown-item {
  flex-direction: row-reverse;
  padding: 0;
}
.sticky_footer .w-dropdown-current a.w-dropdown-item i {
  margin-left: 0;
  margin-right: 10px;
}
.sticky_footer .w-dropdown-current a.w-dropdown-item:after {
  display: none;
}
.sticky_footer .drop_to_right .w-dropdown-list a.w-dropdown-item > *:not(:last-child) {
  margin-left: 5px !important;
}
.sticky_footer .drop_to_right .w-dropdown-list a.w-dropdown-item i {
  margin: 0;
}
.sticky_footer .w-dropdown-list {
  top: auto;
  bottom: 40px;
  background: #3f4147;
  border-radius: 15px;
  padding: 20px;
}

.front_collection .each_collection_row {
  display: flex;
  padding: 20px 30px;
  border-radius: 15px;
  background: #222327;
  margin-bottom: 25px;
  align-items: center;
}
.front_collection .each_collection_row > *:not(:last-child) {
  margin-left: 30px !important;
}
.front_collection .each_collection_row .collection_link {
  min-width: 40px;
}
.front_collection .each_collection_row .collection_data {
  margin-left: auto;
  max-width: 550px;
  font-weight: 400;
  flex-grow: 1;
}
.front_collection .each_collection_row .collection_data .collection_data_user {
  margin-top: 20px;
  font-size: 20px;
  font-weight: 700;
  line-height: 25px;
  letter-spacing: -0.4px;
  margin-bottom: 7px;
}
.front_collection .each_collection_row .collection_data .collection_data_header {
  display: flex;
  color: #606060;
  font-size: 19px;
  font-weight: 700;
  letter-spacing: -0.95px;
  margin-bottom: 6px;
}
.front_collection .each_collection_row .collection_data .collection_data_header > *:not(:last-child) {
  margin-left: 20px !important;
}
.front_collection .each_collection_row .collection_data .collection_data_header .collection_head_separator {
  color: #FFBF10;
  font-size: 20px;
}
.front_collection .each_collection_row .collection_like_dislikes_grid {
  display: flex;
  color: #FFBF10;
  font-size: 23px;
  font-weight: 400;
  letter-spacing: -0.69px;
  align-items: center;
  padding: 10px 0;
  line-height: 24px;
}
.front_collection .each_collection_row .collection_like_dislikes_grid > *:not(:last-child) {
  margin-left: 5px !important;
}
.front_collection .each_collection_row .collection_like_dislikes_grid * {
  opacity: 0.5;
}
.front_collection .each_collection_row .collection_like_dislikes_grid .icon_box {
  cursor: pointer;
}
.front_collection .each_collection_row .collection_like_dislikes_grid span {
  margin-left: 35px;
  min-width: 30px;
}
.front_collection .each_collection_row .collection_like_dislikes_grid.disliked .dislikes_count, .front_collection .each_collection_row .collection_like_dislikes_grid.disliked .dislike_comment {
  opacity: 1;
}
.front_collection .each_collection_row .collection_like_dislikes_grid.liked .likes_count, .front_collection .each_collection_row .collection_like_dislikes_grid.liked .like_comment {
  opacity: 1;
}
.front_collection .each_collection_row .collection_movies {
  flex-grow: 1;
  grid-template-columns: repeat(auto-fill, minmax(145px, 1fr));
  direction: ltr;
  max-width: 450px;
  margin-right: auto !important;
}
.front_collection .each_collection_row .collection_movies > * {
  margin-left: 5px !important;
}
.front_collection .each_collection_row .collection_movies .each_movie_grid_item {
  max-width: 145px;
}
@media screen and (max-width: 959px) and (min-width: 768px) {
  .front_collection .each_collection_row {
    flex-wrap: wrap;
    padding: 20px 15px;
  }
  .front_collection .each_collection_row .collection_data {
    max-width: 100%;
    width: 100%;
  }
  .front_collection .each_collection_row .collection_data .collection_data_header {
    margin-top: 0;
    font-size: 18px;
  }
  .front_collection .each_collection_row .collection_data .collection_data_header > *:not(:last-child) {
    margin-left: 10px !important;
  }
  .front_collection .each_collection_row .collection_movies {
    margin-right: auto;
  }
}
@media screen and (max-width: 768px) {
  .front_collection .each_collection_row {
    flex-wrap: wrap;
    padding: 20px 15px;
  }
  .front_collection .each_collection_row > *:not(:last-child) {
    margin-left: 15px !important;
  }
  .front_collection .each_collection_row .collection_data {
    max-width: 100%;
  }
  .front_collection .each_collection_row .collection_data .collection_data_header {
    margin-top: 0;
    font-size: 18px;
  }
  .front_collection .each_collection_row .collection_data .collection_data_header > *:not(:last-child) {
    margin-left: 10px !important;
  }
  .front_collection .each_collection_row .collection_movies {
    max-width: calc(100% - 55px);
    grid-template-columns: repeat(auto-fill, minmax(100px, 1fr));
  }
  .front_collection .each_collection_row .collection_movies .each_movie_grid_item:nth-child(3) {
    display: none;
  }
}
.front_collection.collection_page .each_collection_row {
  padding: 0;
}

.notifs_in_header {
  position: relative;
}
.notifs_in_header .notif_box_activator {
  color: #FFBF10;
  cursor: pointer;
}
.notifs_in_header .notif_box_activator .notifs_count {
  position: absolute;
  background: #FFBF10;
  color: #000;
  width: 18px;
  height: 18px;
  border-radius: 20px;
  top: -8px;
  right: -6px;
  text-align: center;
  font-size: 12px;
  font-weight: 700;
  border: solid 2px #070f1b;
}
.notifs_in_header .notif_box_activator.no_notifs {
  color: #FFF;
}
.notifs_in_header .notif_box_activator.no_notifs .notifs_count {
  display: none;
}
.notifs_in_header .notif_box_wrapper {
  position: absolute;
  display: none;
  width: 325px;
  left: -90px;
  top: 40px;
  --top-color: #fff;
}
@media screen and (max-width: 768px) {
  .notifs_in_header .notif_box_wrapper {
    left: -160px;
  }
  .notifs_in_header .notif_box_wrapper .tri_before_menu {
    margin-left: 70px;
  }
}
.notifs_in_header .notif_box_wrapper .notif_lists_wrapper {
  padding: 20px 30px 30px;
  border-radius: 20px;
  background: #fff;
  max-height: 300px;
  overflow: auto;
}
.notifs_in_header .notif_box_wrapper .notif_lists_wrapper::-webkit-scrollbar {
  width: 5px;
}
.notifs_in_header .notif_box_wrapper .notif_lists_wrapper .notifs_header {
  display: flex;
  justify-content: space-between;
  color: #1A1A1A;
  font-size: 18px;
  font-weight: 700;
  letter-spacing: -0.72px;
  margin-bottom: 20px;
}
.notifs_in_header .notif_box_wrapper .notif_lists_wrapper .notifs_header a {
  font-size: 13px;
  font-weight: 400;
}
.notifs_in_header .notif_box_wrapper .notif_lists_wrapper .each_notif {
  display: flex;
  padding-bottom: 8px;
  margin-bottom: 8px;
  align-items: center;
  color: #1A1A1A;
  font-size: 13px;
  letter-spacing: -0.3px;
  line-height: 18px;
  border-bottom: 1px solid #cccccc;
}
.notifs_in_header .notif_box_wrapper .notif_lists_wrapper .each_notif > *:not(:last-child) {
  margin-left: 10px !important;
}
.notifs_in_header .notif_box_wrapper .notif_lists_wrapper .each_notif .notif_content {
  max-width: 100%;
}
.notifs_in_header .notif_box_wrapper .notif_lists_wrapper .each_notif p {
  margin-bottom: 0;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}
.notifs_in_header .notif_box_wrapper .notif_lists_wrapper .each_notif:last-child {
  border-bottom: none;
  padding-bottom: 0;
  margin-bottom: 0;
}
.notifs_in_header .notif_box_wrapper .notif_lists_wrapper .each_notif .movie_grid_image {
  max-width: 60px;
}
.notifs_in_header .notif_box_wrapper .notif_lists_wrapper .each_notif .movie_grid_image a, .notifs_in_header .notif_box_wrapper .notif_lists_wrapper .each_notif .movie_grid_image img {
  display: block;
}
.notifs_in_header .notif_box_wrapper .notif_lists_wrapper .each_notif .movie_grid_image div {
  display: none;
}

a.w-nav-anchor.level_1 {
  display: flex;
  justify-content: space-between;
}

@media screen and (max-width: 768px) {
  .w-nav .menu-item.level_1 {
    border-bottom: 1px solid #393939;
  }
  .w-nav .menu-item.level_1:has(+ .w-nav-close) {
    border-bottom: none;
  }
  .w-nav .menu-item.level_1 .w-nav-title {
    font-size: 16px;
  }
  .w-nav .menu-item.level_1 .w-nav-list.level_2 {
    padding-bottom: 20px;
  }
  .w-nav .menu-item.level_1 .w-nav-anchor.level_2 {
    padding: 3px 30px 3px 3px;
    position: relative;
  }
  .w-nav .menu-item.level_1 .w-nav-anchor.level_2:before {
    content: "";
    position: absolute;
    width: 7px;
    height: 7px;
    background: #5C5F64;
    border-radius: 50%;
    right: 13px;
    top: 11px;
  }
  .w-nav .menu-item.level_1 .w-nav-anchor.level_2 .w-nav-title {
    font-size: 13px;
    font-weight: 400;
  }
}
.panel_nav_site_address {
  margin-bottom: 30px;
  border-radius: 10px;
}
@media screen and (max-width: 768px) {
  .panel_nav_site_address {
    margin-top: 30px;
  }
}
.panel_nav_site_address a {
  border: 2px solid #2C419A;
  background: rgba(0, 0, 0, 0.2);
  display: flex;
  padding: 13px 20px;
  justify-content: space-between;
  font-weight: 700;
  line-height: 20px;
  letter-spacing: -0.32px;
}
.panel_nav_site_address a > *:not(:last-child) {
  margin-left: 20px !important;
}
.panel_nav_site_address a:first-child {
  border-radius: 10px 10px 0 0;
}
.panel_nav_site_address a:last-child {
  border-radius: 0 0 10px 10px;
}
.panel_nav_site_address a > * {
  color: #FFF;
}

.dashboard_main_notif {
  padding: 10px 25px;
  border-radius: 15px;
  background: rgba(44, 65, 154, 0.2);
  box-shadow: 0 0 25px 0 rgba(0, 0, 0, 0.05);
  font-size: 17px;
  font-weight: 400;
  line-height: 26px;
  letter-spacing: -0.51px;
  margin-bottom: 50px;
}
.dashboard_main_notif p {
  display: flex;
  align-items: center;
  flex-wrap: wrap;
}
.dashboard_main_notif p > *:not(:last-child) {
  margin-left: 15px !important;
}
.dashboard_main_notif strong {
  border-radius: 10px;
  background: #2F344E;
  padding: 5px 20px;
  color: #FFF;
  font-size: 22px;
  font-weight: 700;
  line-height: 26px;
  letter-spacing: 0.44px;
}

.about_movie_tab .w-tabs-list {
  background: transparent !important;
}
.about_movie_tab .w-tabs-list .w-tabs-item {
  padding: 0 25px 5px 25px;
  border-top: none !important;
}
.about_movie_tab .w-tabs-list .w-tabs-item.active {
  border-bottom: 2px solid #FFBF10 !important;
}
.about_movie_tab .w-tabs-section-content {
  padding-top: 20px;
}

.tab_navigator {
  display: flex;
  align-items: center;
}
.tab_navigator .each_tab_navigator {
  display: flex;
  padding: 0 25px 3px 25px;
  justify-content: center;
  align-items: center;
  border-bottom: 2px solid transparent;
  cursor: pointer;
  color: #6B6B6B;
  font-weight: 400;
  letter-spacing: -0.48px;
}
.tab_navigator .each_tab_navigator > *:not(:last-child) {
  margin-left: 10px !important;
}
.tab_navigator .each_tab_navigator.active {
  border-bottom: 2px solid #FFBF10;
  color: #FFBF10;
}

.tab_content {
  margin-top: 20px;
}
.tab_content .each_tab_content {
  display: none;
}
.tab_content .each_tab_content.active {
  display: block;
}
.tab_content .each_tab_content p {
  margin: 0;
}

.l-section {
  padding: 0 15px;
}

form.w-filter.layout_ver .w-filter-list {
  padding: 20px;
  border-radius: 20px;
  background: #27272B;
  box-shadow: 0 0 25px 0 rgba(0, 0, 0, 0.05);
  align-items: center;
}
@media screen and (max-width: 768px) {
  form.w-filter.layout_ver .w-filter-list {
    padding: 20px 10px;
    border-radius: 0;
  }
  form.w-filter.layout_ver .w-filter-list button.w-filter-list-closer {
    font-size: 20px;
    top: 0;
  }
}
form.w-filter.layout_ver .w-filter-list .w-filter-header {
  display: flex;
  padding: 25px 20px 35px 20px;
  justify-content: space-between;
  align-items: center;
}
form.w-filter.layout_ver .w-filter-list .w-filter-header .w-filter-list-title {
  display: block;
  font-size: 20px;
  font-weight: 700;
  line-height: 20px;
  margin: 0;
  padding: 0;
}
form.w-filter.layout_ver .w-filter-list .w-filter-header .w-filter-item-reset-all {
  display: none;
  justify-content: flex-end;
  align-items: center;
  color: #5673ED;
  font-size: 13px;
  font-weight: 700;
  line-height: 20px;
  cursor: pointer;
}
form.w-filter.layout_ver .w-filter-list .w-filter-header .w-filter-item-reset-all > *:not(:last-child) {
  margin-left: 5px !important;
}
form.w-filter.layout_ver .w-filter-list:has(.has_value) .w-filter-header .w-filter-item-reset-all {
  display: flex;
}
form.w-filter.layout_ver .w-filter-list .w-filter-item {
  margin: 0 20px;
  padding: 15px 0;
  border-top: 1px solid rgba(255, 255, 255, 0.1);
  border-bottom: 0 !important;
}
form.w-filter.layout_ver .w-filter-list .w-filter-item .w-filter-item-title {
  display: flex;
  font-weight: 700;
  line-height: 20px;
  padding: 0;
  letter-spacing: -0.48px;
  position: relative;
}
form.w-filter.layout_ver .w-filter-list .w-filter-item .w-filter-item-title > *:not(:last-child) {
  margin-left: 15px !important;
}
form.w-filter.layout_ver .w-filter-list .w-filter-item .w-filter-item-title .w-filter-item-reset {
  display: none;
}
form.w-filter.layout_ver .w-filter-list .w-filter-item .w-filter-item-title:after {
  border: none;
  width: 29px;
  height: 20px;
  background: url(./image/chevron.png) center center no-repeat;
  background-size: 29px;
  top: 0;
  transition: all 0.3s ease;
  margin: 0;
  left: 0;
  right: auto;
}
form.w-filter.layout_ver .w-filter-list .w-filter-item .w-filter-item-title .checked_count {
  display: none;
  width: 20px;
  height: 20px;
  text-align: center;
  border-radius: 5px;
  background: #3250CE;
  color: #FFF;
  font-size: 16px;
  font-weight: 700;
  line-height: 23px;
  letter-spacing: -0.48px;
}
form.w-filter.layout_ver .w-filter-list .w-filter-item .w-filter-item-title .checked_count:empty {
  display: none;
}
form.w-filter.layout_ver .w-filter-list .w-filter-item .w-filter-item-values {
  margin-bottom: 0;
  margin-top: 15px;
  margin-right: 10px;
}
form.w-filter.layout_ver .w-filter-list .w-filter-item .w-filter-item-values::-webkit-scrollbar {
  width: 5px;
}
form.w-filter.layout_ver .w-filter-list .w-filter-item .w-filter-item-values::-webkit-scrollbar-thumb {
  background: #FFBF10;
  border-radius: 10px;
}
form.w-filter.layout_ver .w-filter-list .w-filter-item .w-filter-item-values:hover::-webkit-scrollbar-thumb {
  background: #FFBF10;
}
form.w-filter.layout_ver .w-filter-list .w-filter-item .w-filter-item-values::-webkit-scrollbar-track {
  background: #27272B;
}
form.w-filter.layout_ver .w-filter-list .w-filter-item .w-filter-item-values .w-filter-item-value {
  margin-bottom: 10px;
  padding-bottom: 10px;
  border-bottom: 1px solid rgba(255, 255, 255, 0.05);
}
form.w-filter.layout_ver .w-filter-list .w-filter-item .w-filter-item-values .w-filter-item-value:last-child {
  border-bottom: 0;
  margin-bottom: 0;
  padding-bottom: 0;
}
form.w-filter.layout_ver .w-filter-list .w-filter-item .w-filter-item-values .w-filter-item-value input[type=checkbox] {
  width: 18px;
  height: 18px;
  border-radius: 5px;
  border: 1px solid #D9D9D9;
  box-shadow: none !important;
  background: transparent;
  margin-left: 7px;
}
form.w-filter.layout_ver .w-filter-list .w-filter-item .w-filter-item-values .w-filter-item-value input[type=checkbox]:before {
  font-weight: 400;
  font-size: 11px;
  position: relative;
  top: -3px;
}
form.w-filter.layout_ver .w-filter-list .w-filter-item .w-filter-item-values .w-filter-item-value input[type=checkbox]:checked {
  background: #3250CE !important;
}
form.w-filter.layout_ver .w-filter-list .w-filter-item .w-filter-item-values .w-filter-item-value span.w-filter-item-value-label {
  font-size: 15px;
  line-height: 20px;
  letter-spacing: -0.45px;
}
form.w-filter.layout_ver .w-filter-list .w-filter-item.true_false {
  border-top: none;
  padding-top: 0;
}
form.w-filter.layout_ver .w-filter-list .w-filter-item.true_false .w-filter-item-title {
  pointer-events: none;
}
form.w-filter.layout_ver .w-filter-list .w-filter-item.true_false .w-filter-item-title:after {
  display: none;
}
form.w-filter.layout_ver .w-filter-list .w-filter-item.true_false input[type=radio] {
  width: 22px;
  height: 22px;
}
form.w-filter.layout_ver .w-filter-list .w-filter-item.true_false .w-filter-item-values {
  display: flex;
  margin: 0;
  position: absolute;
  top: 0;
  left: 0;
  background: rgba(255, 255, 255, 0.1);
  border-radius: 10px;
}
form.w-filter.layout_ver .w-filter-list .w-filter-item.true_false .w-filter-item-values:before {
  content: "";
  width: 16px;
  height: 16px;
  border-radius: 15px;
  position: absolute;
  background: #7b7b7b;
  top: 3px;
  left: 23px;
  transition: all 0.3s ease;
}
form.w-filter.layout_ver .w-filter-list .w-filter-item.true_false .w-filter-item-values .w-filter-item-value {
  border: none;
  padding-bottom: 0;
  margin-bottom: 0;
}
form.w-filter.layout_ver .w-filter-list .w-filter-item.true_false .w-filter-item-values .w-filter-item-value .w-filter-item-value-label {
  display: none;
}
form.w-filter.layout_ver .w-filter-list .w-filter-item.true_false .w-filter-item-values .w-filter-item-value input {
  margin: 0;
  opacity: 0;
}
form.w-filter.layout_ver .w-filter-list .w-filter-item.true_false.has_value .w-filter-item-values:before {
  background: #FFBF10;
  left: 3px;
}
form.w-filter.layout_ver .w-filter-list .w-filter-item.type_range_slider .w-filter-item-values {
  margin-left: 20px;
}
form.w-filter.layout_ver .w-filter-list .w-filter-item.type_range_slider .w-filter-item-values .w-filter-item-slider-result {
  flex-direction: row-reverse;
}
form.w-filter.layout_ver .w-filter-list .w-filter-item[data-source="cf|read_time"] .w-filter-item-slider-result > *:after {
  content: "دقیقه";
  font-size: 11px;
  margin-right: 2px;
}
form.w-filter.layout_ver .w-filter-list .w-filter-item[data-source="cf|read_time"] .w-filter-item-slider-result .for_min_value {
  transform: translateX(-50%);
}
form.w-filter.layout_ver .w-filter-list .w-filter-item[data-source="cf|read_time"] .w-filter-item-slider-result .for_max_value {
  transform: translateX(50%);
}
form.w-filter.layout_ver .w-filter-list .w-filter-item.open .w-filter-item-title:after {
  transform: rotate(180deg);
  margin: 0;
}
form.w-filter.layout_ver .w-filter-list .w-filter-item[data-name=movie-type] {
  border-top: 0;
}
form.w-filter.layout_ver .w-filter-list .w-filter-item[data-name=movie-type] button.w-filter-item-title {
  display: none;
}
form.w-filter.layout_ver .w-filter-list .w-filter-item[data-name=movie-type] .w-filter-item-values {
  display: flex;
  flex-wrap: wrap;
  margin: 0;
  overflow: visible;
}
form.w-filter.layout_ver .w-filter-list .w-filter-item[data-name=movie-type] .w-filter-item-values > * {
  margin-left: 20px !important;
  margin-bottom: 10px !important;
}
form.w-filter.layout_ver .w-filter-list .w-filter-item[data-name=movie-type] .w-filter-item-values .w-filter-item-value {
  margin: 0;
  padding: 0;
  border: none;
}
form.w-filter.layout_ver .w-filter-list .w-filter-item[data-name=movie-type] .w-filter-item-values .w-filter-item-value span.w-filter-item-value-label {
  font-weight: 700;
}
form.w-filter.layout_ver button.w-filter-opener {
  position: fixed;
  width: 100vw;
  padding: 20px;
  left: 0;
  bottom: 0;
  border-radius: 20px 20px 0 0;
  border: 1px solid #2C419A;
  background: rgba(44, 65, 154, 0.2);
  backdrop-filter: blur(7.5px);
}
form.w-filter.layout_ver button.w-filter-opener span {
  display: block;
  border-radius: 10px;
  background: #2C419A;
  backdrop-filter: blur(7.5px);
  padding: 10px 65px;
  font-size: 18px;
  font-weight: 700;
}

.back_blur {
  backdrop-filter: blur(7.5px);
}

.mobile_filter {
  transition: all 0.5s ease;
  transform: translateY(110%);
}
.mobile_filter.opened {
  transform: translateY(0);
}

.first_page_filter_wrapper {
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  justify-content: center;
  margin-left: -7px;
  margin-right: -7px;
  margin-bottom: -7px;
}
.first_page_filter_wrapper > * {
  margin-left: 7px !important;
  margin-right: 7px !important;
  margin-bottom: 7px !important;
}
@media screen and (max-width: 768px) {
  .first_page_filter_wrapper {
    width: 290px;
    margin: auto;
  }
}
.first_page_filter_wrapper .first_page_filter_item {
  text-align: right;
  min-width: 190px;
  width: 190px;
}
@media screen and (max-width: 768px) {
  .first_page_filter_wrapper .first_page_filter_item {
    width: 290px;
    margin: auto;
  }
}
.first_page_filter_wrapper .first_page_filter_item .select2-container .select2-selection {
  border-radius: 10px;
  background: rgba(0, 0, 0, 0.3);
  font-size: 16px;
  display: flex;
  padding: 10px 15px;
  justify-content: space-between;
  align-items: center;
  letter-spacing: -0.32px;
  line-height: 26px;
}
.first_page_filter_wrapper .first_page_filter_item .select2-container .select2-selection .select2-selection__placeholder {
  color: #CACACA;
}
.first_page_filter_wrapper .first_page_filter_item .select2-container .select2-selection .select2-selection__arrow {
  width: 14px;
  height: 15px;
  background: url(./image/chevron.png) no-repeat center;
  background-size: 25px;
}
.first_page_filter_wrapper .first_page_filter_item .select2-container .select2-selection .select2-selection__arrow:after {
  display: none;
}
.first_page_filter_wrapper .first_page_filter_item .select2-container.select2-container--open .select2-selection {
  border-radius: 10px 10px 0 0;
  box-shadow: none;
}
.first_page_filter_wrapper .first_page_filter_item .select2-container .select2-search--dropdown {
  display: none;
}
.first_page_filter_wrapper .first_page_filter_item .select2-container .select2-results__options::-webkit-scrollbar {
  width: 5px;
}
.first_page_filter_wrapper .first_page_filter_item .select2-container .select2-results__options::-webkit-scrollbar-thumb {
  background: #FFBF10;
  border-radius: 10px;
}
.first_page_filter_wrapper .first_page_filter_item .select2-container .select2-results__options:hover::-webkit-scrollbar-thumb {
  background: #FFBF10;
}
.first_page_filter_wrapper .first_page_filter_item .select2-container .select2-results__options::-webkit-scrollbar-track {
  background: #27272B;
}
.first_page_filter_wrapper .submit_search_first_page {
  padding: 10px 10px;
  min-width: 190px;
  border-radius: 10px;
  background: #2C419A;
  backdrop-filter: blur(7.5px);
  text-align: center;
  font-weight: 700;
  line-height: 26px;
  cursor: pointer;
  letter-spacing: -0.16px;
}
.first_page_filter_wrapper .submit_search_first_page > *:not(:last-child) {
  margin-left: 5px !important;
}

#page-footer .w-iconbox a {
  display: flex;
}

.movie_teaser_wrapper {
  display: grid;
  grid-template-columns: repeat(auto-fill, minmax(310px, 1fr));
  margin-left: -15px;
}
.movie_teaser_wrapper > * {
  margin-left: 15px !important;
  margin-bottom: 15px !important;
}
.movie_teaser_wrapper a.teaser_popup_activator {
  display: flex;
  justify-content: center;
  border-radius: 10px;
  overflow: hidden;
  position: relative;
  padding-top: 56%;
}
.movie_teaser_wrapper a.teaser_popup_activator img {
  display: block;
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
}
@media screen and (max-width: 768px) {
  .movie_teaser_wrapper.watching_list {
    display: flex;
    overflow: auto;
    max-width: 100%;
    -webkit-overflow-scrolling: touch;
  }
  .movie_teaser_wrapper.watching_list::-webkit-scrollbar {
    display: none; 
    width: 0;  
    height: 0; 
    background: transparent; 
  }
  .movie_teaser_wrapper.watching_list {
    scrollbar-width: none; 
  }
  .movie_teaser_wrapper.watching_list {
    -ms-overflow-style: none; 
  }
  .movie_teaser_wrapper.watching_list > * {
    min-width: 300px;
  }
}

.teaser_content {
  max-width: 800px;
  margin: auto;
  border-radius: 10px;
  overflow: hidden;
}
.teaser_content img {
  display: block;
}

.inline_movie_shortcode {
  background-size: cover;
  background-position: left center;
  border-radius: 10px;
  padding: 30px 30px;
}
@media screen and (max-width: 768px) {
  .inline_movie_shortcode {
    background-size: 980px;
    background-position: left top;
    background-repeat: no-repeat;
    padding-top: 250px;
    background-color: #656565;
  }
}
.inline_movie_shortcode h2 {
  margin-bottom: 30px;
  color: #fff;
}
.inline_movie_shortcode .movie_meta {
  display: flex;
  margin-bottom: 20px;
  flex-wrap: wrap;
  align-items: center;
}
.inline_movie_shortcode .movie_meta > * {
  margin-left: 10px;
  display: flex;
  align-items: center;
  margin-bottom: 5px;
}
.inline_movie_shortcode .movie_meta .movie_meta_age_range {
  color: #000;
  text-align: center;
  font-size: 17px;
  line-height: 26px;
  font-weight: 700;
  margin-right: 0;
  border-radius: 10px;
  background: #E86E23;
  padding: 5px 7px 5px 7px;
}

.movie_overlay {
  pointer-events: none;
}

.movie_overlay .w-post-elm.post_taxonomy {
  pointer-events: all;
}

@media (max-width: 375px) {
  .modal_btn_text {
    display: none;
  }
  .notifs_in_header .notif_box_wrapper {
    left: -90px;
  }
  .notifs_in_header .notif_box_wrapper .tri_before_menu {
    margin-left: 0;
  }
}
.shortcode_buy_plan_content .buy_plan_table {
  display: none;
  grid-template-columns: repeat(auto-fill, minmax(280px, 1fr));
  margin-left: -15px;
}
.shortcode_buy_plan_content .buy_plan_table.active {
  display: grid;
}
.shortcode_buy_plan_content .buy_plan_table > * {
  margin-left: 15px !important;
  margin-bottom: 15px !important;
}
.shortcode_buy_plan_content .buy_plan_table .buy_plan_item {
  padding: 20px 15px 15px 15px;
  border-radius: 15px;
  background: #222327;
  display: flex;
  flex-direction: column;
  position: relative;
}
.shortcode_buy_plan_content .buy_plan_table .buy_plan_item span.plan_tag {
  position: absolute;
  top: 13px;
  left: -13px;
  transform: rotate(-43deg);
  font-size: 13px;
  padding: 2px 8px;
  background: #2c419a;
  border-radius: 8px;
  z-index: 3;
}
.shortcode_buy_plan_content .buy_plan_table .buy_plan_item:hover {
  background: #2C419A;
}
.shortcode_buy_plan_content .buy_plan_table .buy_plan_item .plan_name_row {
  display: flex;
  align-items: center;
  justify-content: center;
  margin-bottom: 5px;
  font-size: 25px;
  font-weight: 700;
  line-height: normal;
  letter-spacing: -1px;
}
.shortcode_buy_plan_content .buy_plan_table .buy_plan_item .plan_name_row > *:not(:last-child) {
  margin-left: 10px !important;
}
.shortcode_buy_plan_content .buy_plan_table .buy_plan_item .plan_name_row .icon_box {
  color: #FFBF10;
}
.shortcode_buy_plan_content .buy_plan_table .buy_plan_item .plan_name_row .plan_gift_plus {
  font-weight: 400;
}
.shortcode_buy_plan_content .buy_plan_table .buy_plan_item .plan_data_row {
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding-bottom: 20px;
  margin-bottom: 20px;
  border-bottom: 1px solid rgba(255, 255, 255, 0.2);
}
.shortcode_buy_plan_content .buy_plan_table .buy_plan_item .plan_data_row .plan_days {
  color: #FFBF10;
  text-align: center;
  line-height: 23px;
  letter-spacing: -0.64px;
  border-radius: 5px;
  border: 1px solid;
  padding: 0 5px;
}
.shortcode_buy_plan_content .buy_plan_table .buy_plan_item .plan_description {
  margin-bottom: auto;
  font-size: 15px;
  line-height: normal;
  letter-spacing: -0.6px;
}
.shortcode_buy_plan_content .buy_plan_table .buy_plan_item .plan_description ul {
  margin-right: 20px;
}
.shortcode_buy_plan_content .buy_plan_table .buy_plan_item .plan_description ul li {
  margin-bottom: 5px;
}
.shortcode_buy_plan_content .buy_plan_table .buy_plan_item .plan_description strong {
  color: #FFBF10;
}
.shortcode_buy_plan_content .buy_plan_table .buy_plan_item .buy_plan {
  margin-top: 40px;
}

.rip_text {
  position: absolute;
  width: 70px;
  transform: rotate(45deg);
  text-align: center;
  background: #000;
  line-height: 1.2;
  top: 9px;
  right: -17px;
}

.layout_5644 span.age {
  margin-right: 3px;
  color: #787878;
}

.layout_5711 .w-post-elm-before {
  margin-left: 3px;
  color: #787878;
}
.layout_5711 span.age {
  margin-right: 3px;
  color: #787878;
}

.keep_watching_box {
  position: relative;
}
.keep_watching_box .delete_item_from_list {
  position: absolute;
  display: flex;
  width: 40px;
  min-width: 40px;
  height: 40px;
  justify-content: center;
  align-items: center;
  border-radius: 20px;
  background: #171717;
  cursor: pointer;
  top: 15px;
  left: 15px;
  z-index: 10;
  transition: all 0.5s ease 0s;
  opacity: 0;
  color: #FF3D00;
}
.keep_watching_box:hover .delete_item_from_list {
  opacity: 1;
}
.keep_watching_box a {
  display: block;
  position: relative;
  padding-top: 56%;
  overflow: hidden;
  border-radius: 17px;
}
.keep_watching_box a:after {
  position: absolute;
  width: 100%;
  height: 100%;
  background: linear-gradient(180deg, rgba(0, 0, 0, 0) 0%, #000 121.5%);
  content: "";
  top: 0;
  left: 0;
  z-index: 2;
}
.keep_watching_box a img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  position: absolute;
  top: 0;
  left: 0;
  z-index: 1;
}
.keep_watching_box a .watching_box_data {
  position: absolute;
  bottom: 30px;
  right: 18px;
  color: #FFF;
  font-weight: 700;
  line-height: 25px;
  letter-spacing: -0.32px;
  z-index: 3;
}
.keep_watching_box a .watching_box_data .episode_title {
  font-size: 15px;
  font-weight: 700;
  line-height: 20px;
}
.keep_watching_box a .progress-bar {
  position: absolute;
  width: calc(100% - 36px);
  left: 18px;
  height: 4px;
  background: #565656;
  bottom: 12px;
  z-index: 3;
  border-radius: 5px;
}
.keep_watching_box a .progress-bar .progress {
  position: absolute;
  left: 0;
  height: 4px;
  border-radius: 5px;
  background: #FCBA3D;
}

.w-filter.layout_hor .w-filter-header {
  display: none;
}
.w-filter.layout_hor .w-filter-item-reset {
  display: none;
}

select option {
  background: #121212;
}

.post_comment_section .comment_form {
  align-items: flex-start;
}
.post_comment_section .comment_form input#comment_text {
  line-height: 44px;
  padding: 0 20px;
}

@media screen and (max-width: 768px) {
  .gzseo_ganarated_table .gzseo_table {
    display: block;
  }
  .gzseo_ganarated_table .gzseo_table tbody {
    display: block;
  }
  .gzseo_ganarated_table .gzseo_table tbody tr {
    display: flex;
    flex-wrap: wrap;
    border: solid 1px #c4c4c4;
    margin-bottom: 10px;
    border-radius: 5px;
    gap: 5px;
    justify-content: space-between;
    padding: 10px;
  }
  .gzseo_ganarated_table .gzseo_table tbody tr:first-child {
    display: none;
  }
  .gzseo_ganarated_table .gzseo_table tbody tr td {
    border-bottom: 0;
    padding: 0;
    font-size: 12px;
    line-height: 1.7;
  }
}
.pagination .page-numbers.current,
.pagination a.page-numbers.current {
  background: var(--color-content-primary) !important;
  color: #111 !important;
  box-shadow: 0 0 8px rgba(255, 191, 16, 0.4);
  cursor: default;
}

.is-disabled {
  opacity: 0.4; /* مات کردن المنت */
  pointer-events: none; /* غیرقابل کلیک کردن */
  cursor: not-allowed; /* تغییر نشانگر موس */
}

.trending-buttons-container {
  display: flex;
  flex-wrap: nowrap;
  overflow-x: auto;
  -webkit-overflow-scrolling: touch;
  padding-bottom: 10px;
  margin-bottom: 25px;
  gap: 10px;
  scrollbar-width: none;
  -ms-overflow-style: none;
}
.trending-buttons-container .us_btn {
  flex-shrink: 0;
  min-width: fit-content;
  margin: 0 !important;
  background-color: #2d2d2d !important;
  color: #f0f0f0 !important;
  border: none !important;
  border-radius: 999px !important; /* A large number for full rounding */
  padding: 8px 18px !important;
  font-size: 14px !important;
  line-height: 1.5 !important;
  transition: background-color 0.2s ease;
}
.trending-buttons-container .us_btn:hover {
  background-color: #444 !important;
  color: #fff !important;
}
.trending-buttons-container::-webkit-scrollbar {
  display: none;
}
@media screen and (max-width: 768px) {
  .trending-buttons-container {
    gap: 8px;
  }
}

.kaf-leaderboard .each_leaderboard_row {
  display: flex;
  align-items: center;
  margin-bottom: 10px;
  padding-bottom: 10px;
  border-bottom: solid 1px rgba(146, 146, 146, 0.1019607843);
}
.kaf-leaderboard .each_leaderboard_row:last-child {
  margin-bottom: 0;
  padding-bottom: 0;
  border-bottom: none;
}
.kaf-leaderboard .each_leaderboard_row .leaderboard_points {
  color: #FFF;
  font-size: 23px;
  font-weight: 700;
  line-height: 20px; /* 86.957% */
  margin-right: auto;
  opacity: 0.5;
}
.kaf-leaderboard .each_leaderboard_row .leaderboard_rank {
  width: 40px;
  color: #787878;
  text-align: center;
  font-size: 25px;
  font-weight: 700;
  line-height: 40px;
  margin-left: 15px;
}
.kaf-leaderboard .each_leaderboard_row .leaderboard_user {
  display: flex;
  justify-content: center;
  align-items: center;
  color: #FFF;
  font-size: 18px;
  font-weight: 400;
  line-height: 20px;
}
.kaf-leaderboard .each_leaderboard_row .leaderboard_user img {
  border-radius: 25px;
  border: 1px solid #7B7B7B;
  display: block;
  width: 50px;
  height: 50px;
  padding: 2px;
  margin-left: 15px;
}

.acc_content {
  display: none;
}

.points_desc_row .vc_column_container {
  padding: 30px 0 30px 0;
  text-align: center;
  color: #FFF;
  font-size: 16px;
  font-weight: 400;
  border-radius: 20px;
  background: #1F2023;
}
.points_desc_row .vc_column_container img {
  margin-bottom: 20px;
}
.points_desc_row .vc_column_container .first_title {
  color: #FFF;
  font-size: 17px;
  font-weight: 700;
  line-height: 29px;
}

.numbered_before {
  counter-reset: section;
}
.numbered_before p {
  position: relative;
  padding-right: 32px;
  counter-increment: section;
  margin-bottom: 5px;
}
.numbered_before p:before {
  content: counter(section) ".";
  position: absolute;
  right: 0;
  color: #f5a623; /* رنگ عدد (قابل تغییر) */
  font-weight: 700;
  font-size: 20px;
  width: 20px;
  text-align: left;
}

.kaf-leaderboard_v2 {
  display: flex;
  align-items: center;
  justify-content: center;
}
@media screen and (max-width: 768px) {
  .kaf-leaderboard_v2 {
    flex-direction: column;
  }
}
.kaf-leaderboard_v2 .each_leaderboard_row {
  padding: 30px 70px 30px 30px;
  border-radius: 25px;
  background: #222327;
  box-shadow: 0 0 50px 0 rgba(0, 0, 0, 0.55);
  position: relative;
  margin: 35px;
}
@media screen and (max-width: 768px) {
  .kaf-leaderboard_v2 .each_leaderboard_row {
    padding: 20px 15px;
    margin: 0 0 20px 0;
    width: 100%;
  }
}
.kaf-leaderboard_v2 .each_leaderboard_row .leaderboard_rank {
  position: absolute;
  right: -40px;
  top: 27px;
  border-radius: 10px;
  background: #FFBF10;
  display: flex;
  width: 80px;
  height: 90px;
  justify-content: center;
  align-items: center;
  gap: 10px;
  color: #000;
  text-align: center;
  font-size: 60px;
  font-weight: 700;
  line-height: 70px;
}
@media screen and (max-width: 768px) {
  .kaf-leaderboard_v2 .each_leaderboard_row .leaderboard_rank {
    top: 70px;
    right: 15px;
    width: 73px;
    height: 86px;
  }
}
.kaf-leaderboard_v2 .each_leaderboard_row img {
  width: 216px;
  margin-bottom: 20px;
  border-radius: 10px;
  display: block;
}
@media screen and (max-width: 768px) {
  .kaf-leaderboard_v2 .each_leaderboard_row img {
    margin-right: auto;
    width: 200px;
  }
}
.kaf-leaderboard_v2 .each_leaderboard_row .user_name {
  padding: 10px 25px;
  border-radius: 10px;
  border: 3px solid #393B42;
  text-align: center;
  color: #FFF;
  font-size: 20px;
  font-weight: 700;
  letter-spacing: -0.2px;
}
.kaf-leaderboard_v2 .each_leaderboard_row .leaderboard_points {
  padding: 10px 25px;
  border-radius: 10px;
  border: 3px solid #48453B;
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin-top: 4px;
}
.kaf-leaderboard_v2 .each_leaderboard_row .leaderboard_points span.value {
  color: #F7D86D;
  font-size: 20px;
  font-style: normal;
  font-weight: 700;
  line-height: 20px;
}

form.kasebi-ledger-filters {
  display: flex;
  flex-wrap: wrap;
}

form.kasebi-ledger-filters > div {
  margin-left: 20px;
  margin-bottom: 20px;
  flex-grow: 11;
}

/* Main container for the shortcode */
.inline_movie_shortcode {
  position: relative; /* Essential for positioning the background image */
  overflow: hidden; /* Keeps the rounded corners neat */
  border-radius: 10px;
  background-color: #1a1a1a; /* A dark fallback background color */
}

/* Wrapper for the background image tag */
.inline_movie_bg_wrapper {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 1; /* Places it behind the content */
}

/* The actual <img> tag for the background */
.inline_movie_bg_image {
  width: 100%;
  height: 100%;
  object-fit: cover; /* Replicates: background-size: cover */
  object-position: left center; /* Replicates: background-position: left center */
}

/* A dark overlay to make text more readable */
.inline_movie_bg_wrapper::after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.6); /* Adjust opacity here (0.6 is 60% black) */
  z-index: 2;
}

/* The block containing all the text and buttons */
.inline_movie_block {
  position: relative;
  z-index: 3; /* Places it in front of the background and overlay */
  padding: 30px;
}

/* Styles for the movie title */
.inline_movie_shortcode h2 {
  margin-bottom: 30px;
  color: #fff;
}

/* Flex container for movie metadata */
.inline_movie_shortcode .movie_meta {
  display: flex;
  margin-bottom: 20px;
  flex-wrap: wrap;
  align-items: center;
}

/* Individual meta items */
.inline_movie_shortcode .movie_meta > * {
  margin-left: 10px;
  display: flex;
  align-items: center;
  margin-bottom: 5px;
}

/* Style for the age rating badge */
.inline_movie_shortcode .movie_meta .movie_meta_age_range {
  color: #000;
  text-align: center;
  font-size: 17px;
  line-height: 26px;
  font-weight: 700;
  margin-right: 0;
  border-radius: 10px;
  background: #E86E23;
  padding: 5px 7px 5px 7px;
}

/* --- Mobile Styles (for screens 768px and smaller) --- */
@media screen and (max-width: 768px) {
  .inline_movie_shortcode {
    min-height: 250px;
    display: flex;
    align-items: flex-end;
    background-color: #656565;
  }
  .inline_movie_bg_image {
    object-fit: cover; /* Similar to using a fixed size */
    object-position: auto auto;
  }
  .inline_movie_block {
    width: 100%; /* Ensure content block takes full width */
  }
}
/*# sourceMappingURL=custom.css.map */

/* Mobile Buy Icon */
@media (max-width: 768px) {
    /* 1. مخفی کردن متن دکمه */
    .nm-sub-btn .w-btn-label {
        display: none !important;
    }

    .nm-sub-btn.w-btn {
        background: transparent !important;
        box-shadow: none !important;
        padding: 0 !important;
        border: none !important;
        width: auto !important;
        min-width: 0 !important;
    }

    .nm-sub-btn .icon_box {
        margin-right: 0 !important;
        
        --icon-size: 26px !important; 
        
        background-color: #FFD700 !important; 
    }
}

/*Comment Stars Styles */
.user_recorded_rating .fa-star {
    font-size: 16px !important; 
    color: #ffbf10 !important;    
    text-shadow: 0 0 10px rgba(255, 191, 16, 0.7); 
    margin-left: 3px;         
    vertical-align: middle;        
}
.user_recorded_rating span {
    font-size: 14px !important;     
    font-weight: 800 !important;     
    color: #ffbf10 !important;      
}