@import url('https://fonts.googleapis.com/css?family=Montserrat:200,300,400,500,700,800');

@font-face {
  font-family: 'Mont';
  src: url('fonts/Montserrat/subset-Montserrat-Arabic-Light.woff2') format('woff2'),
        url('fonts/Montserrat/subset-Montserrat-Arabic-Light.woff') format('woff'),
        url('fonts/Montserrat/subset-Montserrat-Arabic-Light.ttf') format('truetype');
  font-weight: normal;
  font-style: normal;
}

@font-face {
  font-family: 'Mont';
    src: url('fonts/Montserrat/subset-Montserrat-Arabic-Medium.woff2') format('woff2'),
        url('fonts/Montserrat/subset-Montserrat-Arabic-Medium.woff') format('woff'),
        url('fonts/Montserrat/subset-Montserrat-Arabic-Medium.ttf') format('truetype');
    font-weight: 600;
    font-style: normal;
}

@font-face {
  font-family: 'Mont';
    src: url('fonts/Montserrat/subset-Montserrat-Arabic-Regular.woff2') format('woff2'),
        url('fonts/Montserrat/subset-Montserrat-Arabic-Regular.woff') format('woff'),
        url('fonts/Montserrat/subset-Montserrat-Arabic-Regular.ttf') format('truetype');
    font-weight: 500;
    font-style: normal;
}

html {
  box-sizing: border-box;
}

*, *:before, *:after {
  box-sizing: inherit;
  margin: 0;
  outline: none;
}

body {
  direction: rtl;
  font-family: 'Mont', 'Montserrat', sans-serif;
  font-size: 1.3em;
  background-color: #141b22;
  color: #fff;
  padding-top: 85px;
}

::-webkit-scrollbar {
  width: 6px;
}

::-webkit-scrollbar-track {
  background: #141b22;
}

::-webkit-scrollbar-thumb {
  background: #f24141;
}

h1, h2, h3, h4, h5, h6 {
  text-transform: uppercase;
  font-weight: 600;
  line-height: 1.5;
}

img {
  border: 0;
  max-width: 100%;
  height: auto;
}

a {
  color: #f24141;
  text-decoration: none;
  -webkit-transition: all 0.4s cubic-bezier(0.075, 0.82, 0.165, 1);
  -moz-transition: all 0.4s cubic-bezier(0.075, 0.82, 0.165, 1);
  -ms-transition: all 0.4s cubic-bezier(0.075, 0.82, 0.165, 1);
  -o-transition: all 0.4s cubic-bezier(0.075, 0.82, 0.165, 1);
  transition: all 0.4s cubic-bezier(0.075, 0.82, 0.165, 1);
}

a:hover, a:focus, a:active {
  color: #fff;
  text-decoration: none;
}

.container-fluid {
  padding-left: 0;
  padding-right: 0;
}

.header {
  background-color: #fff;
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  z-index: 999;
  box-shadow: 0px 0px 60px 0px rgba(0,0,0,0.3);
}

.header .logo {
  padding: 20px 0;
  display: inline-block;
  float: right;
  margin-left: 25px;
}

.header .logo img {
  height: 50px;
  width: auto;
}

.header .head-menu {
  display: inline-block;
  float: right;
}

.slicknav_menu {
  display: none;
}

.header .head-menu ul {
  margin: 0;
  padding: 0;
  list-style: none;
}

.header .head-menu ul li {
  display: inline-block;
  float: right;
  position: relative;
}

.header .head-menu ul li::after {
  content: "";
  position: absolute;
  bottom: 4px;
  height: 4px;
  right: 0;
  left: 0;
  margin: 0 auto;
  width: 0;
  background-color: transparent;
  -webkit-transition: all 0.4s cubic-bezier(0.075, 0.82, 0.165, 1);
  -moz-transition: all 0.4s cubic-bezier(0.075, 0.82, 0.165, 1);
  -ms-transition: all 0.4s cubic-bezier(0.075, 0.82, 0.165, 1);
  -o-transition: all 0.4s cubic-bezier(0.075, 0.82, 0.165, 1);
  transition: all 0.4s cubic-bezier(0.075, 0.82, 0.165, 1);
  -webkit-border-radius: 50px;
  border-radius: 50px;
}

.header .head-menu ul li:hover::after {
  width: 30%;
  background-color: #ffb400;
}

.header .head-menu ul li a {
  display: block;
  line-height: 90px;
  padding: 0 20px;
  font-size: 1.1em;
  color: #354452;
  font-weight: 600;
}

.header .head-menu ul li:hover > a {
}

.header .head-menu ul ul {
  position: absolute;
  right: 0;
  width: 220px;
  background-color: #fff;
  z-index: 9999;
  display: none;
  -webkit-animation: fadeInUp 0.2s;
  -moz-animation: fadeInUp 0.2s;
  -ms-animation: fadeInUp 0.2s;
  -o-animation: fadeInUp 0.2s;
  animation: fadeInUp 0.2s;
  -webkit-border-radius: 0 0 12px 12px;
  border-radius: 0 0 12px 12px;
  box-shadow: 1px 10px 5px 0 rgba(0,0,0,0.1);
}

.header .head-menu ul ul ul {
  right: 95%;
  top: 0;
  -webkit-border-radius: 12px;
  border-radius: 12px;
}

.header .head-menu li li {
  display: block;
  float: none;
}

.header .head-menu li li::after {
  display: none;
}

.header .head-menu li li a {
  display: block;
  line-height: 45px;
  font-size: 1em;
  border-bottom: 1px solid rgba(255,255,255,0.01);
}

.header .head-menu li .fa {
  opacity: 0.6;
  margin-left: 2px;
  vertical-align: middle;
}

.header .head-menu li .fa-angle-down {
  opacity: 1;
  display: inline-block;
  float: left;
  line-height: inherit;
  margin-right: 5px;
  margin-left: 0;
  font-size: 0.8em;
  position: relative;
  top: 0px;
  opacity: 0.8em;
}

.header .head-menu li:hover > ul {
  display: block;
}

.header .userzonebtn {
  display: inline-block;
  float: left;
  margin-left: 25px;
  line-height: 30px;
}

.header .userzonebtn > a,
.header .userzonebtn > span {
  display: inline-block;
  margin: 28px 0;
  color: rgba(0,0,0,0.5);
  font-size: 0.9em;
  font-weight: 600;
  border: 1px solid rgba(0,0,0,0.08);
  padding: 0 15px;
  -webkit-border-radius: 25px;
  border-radius: 25px;
}

.header .userzonebtn > span img {
  width: 22px;
  height: 22px;
  display: inline-block;
  vertical-align: middle;
  border: 1px solid rgba(0,0,0,0.02);
  -webkit-border-radius: 80px;
  border-radius: 80px;
  position: relative;
  top: -1px;
}

.header .userzonebtn > a .fa {
  color: #ffb400;
  display: inline-block;
  margin-left: 3px;
  font-size: 1.6em;
  position: relative;
  top: 2px;
}

.header .social-head {
  position: fixed;
  left: 18px;
  bottom: 18px;
  text-align: center;
  background-color: rgba(0,0,0,0.2);
  padding: 12px 5px;
  -webkit-border-radius: 25px;
  border-radius: 25px;
}

.header .social-head:hover {
  background-color: rgba(0,0,0,0.4);
}

.header .social-head a {
  margin: 0;
  display: block;
  padding: 8px;
  font-size: 1.4em;
  color: rgba(255, 255, 255,0.3);
}

.header .social-head:hover a {
  color: rgba(255, 255, 255,1);
}

.header .social-head a:hover {
  color: rgba(255,255,255,1);
  -moz-transform: scale(1.4);
  -webkit-transform: scale(1.4);
  -o-transform: scale(1.4);
  -ms-transform: scale(1.4);
  transform: scale(1.4);
}

.header .social-head a:hover .fab[class*="facebook"] {
  color: #2e6992;
}

.header .social-head a:hover .fab[class*="twitter"] {
  color: #20b2e8;
}

.header .social-head a:hover .fab[class*="google"] {
  color: #d4621d;
}

.header .social-head a:hover .fab[class*="snapchat"] {
  color: #ffe400;
}

.header .social-head a:hover .fab[class*="instagram"] {
  color: #9548eb;
}

.header .social-head a:hover .fab[class*="youtube"] {
  color: #fb4e4e;
}

.header .social-head a:hover .fab[class*="snapchat"] {
  color: #FFFC00;
}

.header .social-head a:hover .fab[class*="discord"] {
  color: #7289da;
}

.header .search-head {
  display: inline-block;
  float: left;
}

#head-search {
  display: inline-block;
  float: left;
  position: relative;
  margin-top: 25px;
}

#head-search form {
}

#head-search input {
  width: 220px;
  border: 0;
  padding: 0;
  margin: 0;
  background-color: transparent;
  font-size: 1.2em;
  border-bottom: 1px solid rgba(0,0,0,0.1);
  font-size: 0.9em;
  -webkit-border-radius: 0;
  border-radius: 0;
  padding: 8px;
  color: #000 !important;
}
/*
#head-search button {
  position: absolute;
  top: 0;
  left: 0px;
  background-color: transparent;
  margin: 0;
  padding: 5px;
  font-size: 1.2em;
  color: #ffb400;
}*/

#head-search .searchresabs {
  position: absolute;
  left: 0;
  right: 0;
  z-index: 9999;
  background-color: #000;
  max-height: 90vh;
  overflow: auto;
  -webkit-border-radius: 12px;
  border-radius: 12px;
}

#head-search .searchresabs button {
  display: block;
  width: 100%;
  -webkit-border-radius: 0;
  border-radius: 0;
  margin: 0;
  padding: 16px 0;
}

#head-search .not-found-searchabs {
  padding: 15px;
  margin: 0;
}

.search-absrus {
  border-bottom: 1px solid rgba(255,255,255,0.08);
  position: relative;
  min-height: 130px;
  padding-right: 100px;
}

.search-absrus:hover {
  background-color: rgba(255,255,255,0.05);
}

.search-absrus a {
  display: block;
  padding: 15px;
}

.search-absrus img {
  position: absolute;
  width: 70px;
  top: 15px;
  right: 15px;
}

.search-absrus h2 {
  margin: 8px 0 8px;
  padding: 0;
  font-size: 0.9em;
  color: #fff;
}

.search-absrus .search-abs-meta {
}

.search-absrus .search-abs-meta span {
  display: block;
  font-size: 0.8em;
  color: rgba(255,255,255,0.5);
  margin: 0 0 3px;
}

.search-absrus .search-abs-meta span  a {
  color: rgba(255,255,255,0.5);
}

.header .user-zone-head {
  display: inline-block;
  float: left;
}

.header .user-zone-head span {
  display: inline-block;
  padding: 15px;
  color: #f24141;
  font-size: 1.4em;
  cursor: pointer;
  margin: 13px 0;
  -webkit-transition: all 0.4s cubic-bezier(0.075, 0.82, 0.165, 1);
  -moz-transition: all 0.4s cubic-bezier(0.075, 0.82, 0.165, 1);
  -ms-transition: all 0.4s cubic-bezier(0.075, 0.82, 0.165, 1);
  -o-transition: all 0.4s cubic-bezier(0.075, 0.82, 0.165, 1);
  transition: all 0.4s cubic-bezier(0.075, 0.82, 0.165, 1);
}

.header .user-zone-head span:hover {
  color: #fff;
  -moz-transform: scale(1.2);
  -webkit-transform: scale(1.2);
  -o-transform: scale(1.2);
  -ms-transform: scale(1.2);
  transform: scale(1.2);
}

.slider {
  position: relative;
  overflow: hidden;
  margin: 0;
  transform: translate3d(0,0,0);
}

.slider .owl-dots {
  position: absolute;
  left: 5%;
  bottom: 15px;
}

.slider .owl-dots > div {
  display: inline-block;
  margin: 0;
  padding: 15px 5px;
}

.slider .owl-dots > div span {
  display: inline-block;
  background-color: rgba(255,255,255,0.5);
  width: 8px;
  height: 4px;
  -webkit-transition: all 0.4s cubic-bezier(0.075, 0.82, 0.165, 1);
  -moz-transition: all 0.4s cubic-bezier(0.075, 0.82, 0.165, 1);
  -ms-transition: all 0.4s cubic-bezier(0.075, 0.82, 0.165, 1);
  -o-transition: all 0.4s cubic-bezier(0.075, 0.82, 0.165, 1);
  transition: all 0.4s cubic-bezier(0.075, 0.82, 0.165, 1);
  -webkit-border-radius: 50px;
  border-radius: 50px;
}

.slider .owl-dots > div.active span {
  background-color: #f24141;
  width: 25px;
}

.slider .one-slide {
  background-color: #000;
  position: relative;
  overflow: hidden;
  opacity: 1;
  -webkit-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  -ms-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}

.slider .one-slide img {
  width: 100%;
}

.slider .one-slide .slide-cntn {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  background-image: -moz-linear-gradient( -180deg, rgb(0,0,0) 0%, rgba(0,0,0,0) 100%);
  background-image: -webkit-linear-gradient( -180deg, rgb(0,0,0) 0%, rgba(0,0,0,0) 100%);
  background-image: -ms-linear-gradient( -180deg, rgb(0,0,0) 0%, rgba(0,0,0,0) 100%);
  -moz-transform: scale(1.02);
  -webkit-transform: scale(1.02);
  -o-transform: scale(1.02);
  -ms-transform: scale(1.02);
  transform: scale(1.02);
}

.slider .one-slide .slide-cntn .slide-cntn-abs {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  right: 8%;
  color: #fff;
}

.slider .one-slide .slide-cntn .slide-cntn-abs h1 {
  margin: 0 0 15px;
  padding: 0 0 15px;
  font-size: 1.2em;
  font-weight: 600;
  color: rgba(255,255,255,0.6);
}

.slider .one-slide .slide-cntn .slide-cntn-abs h2 {
  margin: 0 0 15px;
  padding: 0 0 15px;
  font-size: 3em;
  font-weight: 700;
}

.slider .one-slide .slide-cntn .slide-cntn-abs > span {
  display: inline-block;
  padding: 12px 25px 15px;
  line-height: 1;
  position: relative;
  cursor: pointer;
  -webkit-border-radius: 50px;
  border-radius: 50px;
  background-color: #f24141;
}

.best-caros {
  margin: 0 0 60px;
  overflow: hidden;
}

.best-caros .owl-prev, .best-caros .owl-next {
  font-size: 1.8em;
  display: inline-block;
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  -webkit-transition: all 0.4s cubic-bezier(0.075, 0.82, 0.165, 1);
  -moz-transition: all 0.4s cubic-bezier(0.075, 0.82, 0.165, 1);
  -ms-transition: all 0.4s cubic-bezier(0.075, 0.82, 0.165, 1);
  -o-transition: all 0.4s cubic-bezier(0.075, 0.82, 0.165, 1);
  transition: all 0.4s cubic-bezier(0.075, 0.82, 0.165, 1);
  opacity: 0;
  -webkit-border-radius: 50px;
  border-radius: 50px;
  padding: 0;
  line-height: 60px;
  width: 60px;
  height: 60px;
  text-align: center;
  background-color: #141b22;
  color: rgba(255,255,255,02);
}

.best-caros .owl-prev {
  left: -50px;
}

.best-caros:hover .owl-prev {
  left: 30px;
  opacity: 1;
}

.best-caros .owl-next {
  right: -50px;
}

.best-caros:hover .owl-next {
  right: 30px;
  opacity: 1;
}

.one-poster-caros {
  padding: 0;
}

.owl-item .one-poster-caros {
  opacity: 0.1;
}

.owl-item.active .one-poster-caros {
  opacity: 1;
}

.one-poster-caros .wrap-poster-caros {
  position: relative;
  overflow: hidden;
}

.one-poster-caros .wrap-poster-caros::after {
  content: "";
  position: absolute;
  top: -450px;
  left: -250px;
  background-color: rgba(255,255,255,0.08);
  width: 100px;
  height: 800px;
  -moz-transform: rotate(45deg);
  -webkit-transform: rotate(45deg);
  -o-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  transform: rotate(45deg);
  -webkit-transition: all 0.8s cubic-bezier(0.075, 0.82, 0.165, 1);
  -moz-transition: all 0.8s cubic-bezier(0.075, 0.82, 0.165, 1);
  -ms-transition: all 0.8s cubic-bezier(0.075, 0.82, 0.165, 1);
  -o-transition: all 0.8s cubic-bezier(0.075, 0.82, 0.165, 1);
  transition: all 0.8s cubic-bezier(0.075, 0.82, 0.165, 1);
  -webkit-filter: blur(35px);
  filter: blur(35px);
}

.one-poster-caros:hover .wrap-poster-caros::after {
  top: 150px;
  left: 250px;
}

.one-poster-caros .wrap-poster-caros .img-poster-caros {
  position: relative;
  overflow: hidden;
  background-color: #000;
}

.one-poster-caros .wrap-poster-caros .img-poster-caros img {
  width: 100%;
  height: auto;
  -webkit-transition: all 0.4s cubic-bezier(0.075, 0.82, 0.165, 1);
  -moz-transition: all 0.4s cubic-bezier(0.075, 0.82, 0.165, 1);
  -ms-transition: all 0.4s cubic-bezier(0.075, 0.82, 0.165, 1);
  -o-transition: all 0.4s cubic-bezier(0.075, 0.82, 0.165, 1);
  transition: all 0.4s cubic-bezier(0.075, 0.82, 0.165, 1);
}

.one-poster-caros:hover .wrap-poster-caros .img-poster-caros img {
  -moz-transform: scale(1.2) rotate(5deg);
  -webkit-transform: scale(1.2) rotate(5deg);
  -o-transform: scale(1.2) rotate(5deg);
  -ms-transform: scale(1.2) rotate(5deg);
  transform: scale(1.2) rotate(5deg);
  opacity: 0.5;
}

.one-poster-caros .wrap-poster-caros .cntn-poster-caros {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  padding: 25px;
}

.one-poster-caros .wrap-poster-caros .cntn-poster-caros {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  padding: 25px;
  color: #fff;
  background-image: -moz-linear-gradient( 90deg, rgb(0,0,0) 0%, rgba(0,0,0,0) 100%);
  background-image: -webkit-linear-gradient( 90deg, rgb(0,0,0) 0%, rgba(0,0,0,0) 100%);
  background-image: -ms-linear-gradient( 90deg, rgb(0,0,0) 0%, rgba(0,0,0,0) 100%);
}

.one-poster-caros .wrap-poster-caros .cntn-poster-caros .qulaty-poster {
  display: inline-block;
  line-height: 1;
  position: absolute;
  top: 15px;
  left: 15px;
  background-color: #ffb400;
  font-size: 0.8em;
  padding: 7px 8px 6px;
  -webkit-border-radius: 50px;
  border-radius: 50px;
  font-weight: 500;
}

.one-poster-caros .wrap-poster-caros .cntn-poster-caros .foot-cntn-poster-caros {
  position: absolute;
  bottom: 15px;
  left: 25px;
  right: 25px;
  -webkit-transition: all 0.4s cubic-bezier(0.075, 0.82, 0.165, 1);
  -moz-transition: all 0.4s cubic-bezier(0.075, 0.82, 0.165, 1);
  -ms-transition: all 0.4s cubic-bezier(0.075, 0.82, 0.165, 1);
  -o-transition: all 0.4s cubic-bezier(0.075, 0.82, 0.165, 1);
  transition: all 0.4s cubic-bezier(0.075, 0.82, 0.165, 1);
}

.one-poster-caros:hover .wrap-poster-caros .cntn-poster-caros .foot-cntn-poster-caros {
  bottom: 30px;
}

.one-poster-caros .wrap-poster-caros .cntn-poster-caros .foot-cntn-poster-caros .cat-poster {
  display: inline-block;
  line-height: 1;
  background-color: #f24141;
  font-size: 0.9em;
  padding: 8px 8px;
  -webkit-border-radius: 50px;
  border-radius: 50px;
  font-weight: 500;
  float: right;
}

.one-poster-caros .wrap-poster-caros .cntn-poster-caros .foot-cntn-poster-caros h2 {
  font-size: 1.3em;
  margin: 20px 0 15px;
  padding: 0;
}

.one-poster-caros .wrap-poster-caros .cntn-poster-caros .foot-cntn-poster-caros .meta-poster {
  line-height: 32px;
  overflow: hidden;
  display: inline-block;
  float: left;
}

.one-poster-caros .wrap-poster-caros .cntn-poster-caros .foot-cntn-poster-caros .meta-poster > span {
  color: rgba(255,255,255,0.5);
  display: inline-block;
  float: left;
  margin-right: 15px;
  font-size: 0.9em;
  direction: ltr;
}

.one-poster-caros .wrap-poster-caros .cntn-poster-caros .foot-cntn-poster-caros .meta-poster > span .fa {
  display: inline-block;
  vertical-align: middle;
  font-size: 0.9em;
  margin-right: 2px;
  position: relative;
  top: -1px;
}

.one-poster-caros .wrap-poster-caros .cntn-poster-caros .foot-cntn-poster-caros .meta-poster > span .fa-star {
  color: #ffb400;
}

.all-wrap {
  margin-bottom: 60px;
}

.one-home-box {
  margin-bottom: 30px;
  padding: 0;
}

.one-home-box .box-title {
  margin: 0 0 15px;
  padding: 20px 0;
  position: relative;
}

.one-home-box .box-title::after {
  content: "";
  position: absolute;
  bottom: 0;
  right: 0;
  width: 40px;
  height: 4px;
  background-color: #ffb400;
  -webkit-border-radius: 8px;
  border-radius: 8px;
}

.one-home-box .box-title h2 {
  margin: 0;
  padding: 0;
  display: inline-block;
  font-size: 1.2em;
}

.one-home-box .box-title a {
  display: inline-block;
  float: left;
  padding: 12px 25px 12px;
  line-height: 1;
  position: relative;
  font-size: 0.9em;
  color: #fff;
  position: relative;
  top: -8px;
  -webkit-border-radius: 50px;
  border-radius: 50px;
  background-color: rgba(255,255,255,0.03);
  color: rgba(255,255,255,0.5);
  font-weight: 500;
}
.one-home-box .box-title a:hover {
  background: linear-gradient(45deg, #ffb400, #ff8c00);
  color: #000;
  box-shadow: 0 2px 5px rgba(255, 180, 0, 0.4);
}
.one-poster {
  margin-bottom: 20px;
  padding: 0 10px;
}

.one-poster .wrap-poster {
  position: relative;
  overflow: hidden;
  background-color: #000;
  -webkit-border-radius: 6px;
  border-radius: 6px;
  overflow: hidden;
}

.one-poster .wrap-poster::after {
  content: "";
  position: absolute;
  top: -150%;
  left: -150%;
  background-color: rgba(255,255,255,0.08);
  width: 100px;
  height: 800px;
  -moz-transform: rotate(45deg);
  -webkit-transform: rotate(45deg);
  -o-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  transform: rotate(45deg);
  -webkit-transition: all 0.8s cubic-bezier(0.075, 0.82, 0.165, 1);
  -moz-transition: all 0.8s cubic-bezier(0.075, 0.82, 0.165, 1);
  -ms-transition: all 0.8s cubic-bezier(0.075, 0.82, 0.165, 1);
  -o-transition: all 0.8s cubic-bezier(0.075, 0.82, 0.165, 1);
  transition: all 0.8s cubic-bezier(0.075, 0.82, 0.165, 1);
  -webkit-filter: blur(15px);
  filter: blur(15px);
}

.one-poster:hover .wrap-poster::after {
  top: 100%;
  left: 100%;
}

.one-poster .wrap-poster img {
  width: 100%;
  -webkit-transition: all 0.2s ease-in-out;
  -moz-transition: all 0.2s ease-in-out;
  -ms-transition: all 0.2s ease-in-out;
  -o-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
  -moz-transform: scale(1.1);
  -webkit-transform: scale(1.1);
  -o-transform: scale(1.1);
  -ms-transform: scale(1.1);
  transform: scale(1.1);
}

.one-poster:hover .wrap-poster img {
  opacity: 0.1;
  -moz-transform: scale(1.01);
  -webkit-transform: scale(1.01);
  -o-transform: scale(1.01);
  -ms-transform: scale(1.01);
  transform: scale(1.01);
}

.one-poster .wrap-poster .poster-views {
  display: inline-block;
  line-height: 1;
  position: absolute;
  top: 10px;
  left: 10px;
  background-color: rgba(0,0,0,0.8);
  font-size: 0.8em;
  padding: 6px 12px;
  -webkit-border-radius: 50px;
  border-radius: 50px;
  color: #fff;
  direction: ltr;
  vertical-align: middle;
}

.one-poster .wrap-poster .poster-views .fa {
  margin-right: 2px;
}

.one-poster .wrap-poster .rated-poster {
  display: inline-block;
  line-height: 1;
  position: absolute;
  top: 10px;
  right: 10px;
  background-color: rgba(0,0,0,0.8);
  font-size: 0.8em;
  padding: 6px 12px;
  -webkit-border-radius: 50px;
  border-radius: 50px;
  color: #fff;
  direction: ltr;
  vertical-align: middle;
}

.one-poster .wrap-poster .rated-poster .fa {
  color: #ffb400;
}

.one-poster h2 {
  margin: 0;
  padding: 25px;
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  font-size: 1em;
  -webkit-transition: all 0.25s ease-in-out;
  -moz-transition: all 0.25s ease-in-out;
  -ms-transition: all 0.25s ease-in-out;
  -o-transition: all 0.25s ease-in-out;
  transition: all 0.25s ease-in-out;
  text-align: center;
  display: none;
}

.one-poster:hover h2 {
  display: block;
  animation: fadeInDown 0.3s;
}

.one-poster h2 a {
  color: #fff;
}

.one-poster .wrap-poster .hover-poster {
  position: absolute;
  top: 50%;
  left: 15px;
  right: 15px;
  transform: translateY(-50%);
  display: none;
}

.one-poster:hover .wrap-poster .hover-poster {
  display: block;
}

.one-poster .wrap-poster .hover-poster  span {
  display: block;
  margin: 0;
  direction: ltr;
  color: #fff;
  text-align: center;
  font-size: 0.9em;
}

.one-poster:hover .wrap-poster .hover-poster  span {
  animation: fadeInDown 0.2s;
}

.one-poster:hover .wrap-poster .hover-poster  span:first-child {
  animation: fadeInDown 0.6s !important;
}

.one-poster .wrap-poster .hover-poster p {
  display: block;
  float: none;
  margin: 15px 0;
  font-size: 0.8em;
  color: #fff;
  text-align: center;
  line-height: 16px;
}

.one-poster:hover .wrap-poster .hover-poster p {
  animation: fadeInUp 0.2s !important;
}

.one-poster .wrap-poster .hover-poster p {
  height: 48px;
  overflow: hidden;
}

.foot-bar {
  background-color: #0b0e14;
}

.foot-bar .foot-menu {
  display: inline-block;
  float: right;
}

.foot-bar .foot-menu ul {
  margin: 0;
  padding: 0;
  list-style: none;
}

.foot-bar .foot-menu ul  ul {
  display: none;
}

.foot-bar .foot-menu ul li {
  display: inline-block;
  float: right;
}

.foot-bar .foot-menu ul li a {
  display: block;
  padding: 20px 25px;
  color: rgba(255,255,255,0.4);
  font-size: 0.9em;
}

.foot-bar .foot-menu ul li:hover > a {
  color: #fff;
  background-color: rgba(0,0,0,0.2);
}

.social-fixed-down {
  position: fixed;
  bottom: 15px;
  left: 15px;
  padding: 10px 25px;
  line-height: 1;
  background-color: #0d1016;
  box-shadow: 2px 2px 15px 0 rgba(0,0,0,0.3);
  border-left: 2px solid #f24141;
  z-index: 9999;
}

.footer {
  padding: 40px 0;
  background-color: #0d1016;
  background-image: url('images/f-logo.png');
  background-repeat: no-repeat;
  background-position: center center;
}

.footer p {
  display: inline-block;
  float: right;
  font-size: 0.8em;
  color: rgba(255,255,255,0.2);
}

.footer a.the220px {
  display: inline-block;
  float: left;
  width: 35px;
  height: 22px;
  background-image: url('images/the220px.png');
  text-indent: -9999px;
  opacity: 0.2;
}

.footer a.the220px:hover {
  opacity: 1;
}

/**************************************************************************/

.ads-zone {
  margin: 30px auto;
  text-align: center;
}

.content-area {
  background-color: rgba(255,255,255,0.01);
  border: 1px solid rgba(255,255,255,0.02);
  margin: 30px 0;
  padding: 30px;
}

.page-header {
  margin: 0 0 30px;
  padding: 0;
  border: 0;
}

.page-title {
  margin: 0 0 15px;
  padding: 0 10px 15px;
  font-size: 1.8em;
  position: relative;
}

.page-title::after {
  content: "";
  position: absolute;
  bottom: 0;
  right: 0;
  height: 2px;
  width: 50px;
  background-color: #f24141;
}

.page-header p {
  margin: 0;
  font-size: 0.8em;
  opacity: 0.5;
}

.one-post-blog {
  margin-bottom: 30px;
  padding-bottom: 30px;
  border-bottom: 1px solid rgba(255,255,255,0.04);
}

.one-post-blog > div {
  padding: 0;
}

.one-post-blog img {
  width: 100%;
}

.one-post-blog .one-post-blog-cntn {
  padding-right: 40px;
  padding-top: 15px;
}

.one-post-blog .one-post-blog-cntn h2 {
  margin: 0 0 15px;
  padding: 0;
}

.one-post-blog .one-post-blog-cntn span {
  font-size: 0.8em;
  opacity: 0.8;
  margin: 0 0 15px;
  display: block;
}

.entry-meta, .entry-footer {
  display: block;
  font-size: 0.9em;
  margin: 15px 0;
  color: rgba(255,255,255,0.6);
  border: 1px solid rgba(255, 255, 255, 0.02);
  padding: 10px 15px;
  -webkit-border-radius: 5px;
  border-radius: 5px;
}

.entry-meta > span, .entry-footer > span {
  display: inline-block;
  margin-left: 15px;
}

.entry-meta .fa, .entry-footer .fa {
  display: inline-block;
  margin-left: 2px;
}

.entry-meta a, .entry-footer a {
  color: rgba(255,255,255,0.4);
}

.comments-area {
  padding: 30px 0px;
}

.comments-area .comments-title, .comments-area .comment-reply-title {
  margin: 0 0 15px;
  padding: 15px 15px;
  font-size: 1.2em;
  border-right: 2px solid #f24141;
}

.comments-area ol {
  list-style: none;
  margin-bottom: 30px;
}

.comments-area .comment-list {
  margin: 0;
  padding: 0;
  list-style: none;
  margin-bottom: 30px;
}

.comments-area .comment-list .comment-body {
  border: 1px solid rgba(255,255,255,0.02);
  padding: 15px;
  margin-bottom: 15px;
}

.comments-area .comment-list .comment-body .comment-meta {
}

.comments-area .comment-list .comment-body .comment-meta .avatar {
  -webkit-border-radius: 50px;
  border-radius: 50px;
  margin-left: 5px;
}

.comments-area .comment-list .comment-body .comment-meta .says {
  display: none;
}

.comments-area .comment-list .comment-body .comment-meta .comment-metadata {
  font-size: 0.8em;
  opacity: 0.5;
  color: #333333;
  text-align: left;
  margin: 0 0 5px;
}

.comments-area .comment-list .comment-body .comment-meta .comment-metadata a {
  color: #ff8c00 !important;
}

.comments-area .comment-list .comment-body .comment-content {
  padding: 5px;
  font-size: 1em;
}

.comments-area .comment-list .comment-body .comment-content p {
  line-height: 1.8;
  color: #999999;
}

.comments-area .comment-list .comment-body .reply {
}

.comments-area .comment-list .comment-body .reply a {
  padding: 2px 15px 5px;
  background-color: #f24141;
  color: #FFFFFF;
  -webkit-border-radius: 3px;
  border-radius: 3px;
  font-size: 0.8em;
}

form label {
  display: block;
  font-weight: normal;
  font-size: 0.9em;
}

.head-infos-small {
  padding: 30px 0 20px 0;
  border-bottom: 1px solid rgba(255,255,255,0.02);
  margin-bottom: 20px;
}

.head-infos-small .infos-head-infos {
}

.head-infos-small .infos-head-infos > h1 {
  color: #fff;
  margin: 0 0 10px;
  padding: 0 0 10px;
  font-size: 2.6em;
}

.head-infos-small .sapn-head-infos {
  margin-bottom: 30px;
}

.head-infos-small .sapn-head-infos > span {
  display: inline-block;
  margin-left: 25px;
  font-size: 0.9em;
}

.head-infos-small .sapn-head-infos > span .fa {
  opacity: 0.3;
}

.head-infos-small .sapn-head-infos > span a {
  color: rgba(255,255,255,0.8);
}

.head-infos-small .sapn-head-infos > span a:hover {
  color: rgba(255,255,255,1);
}

.head-infos-small .btn-head-info {
  display: inline-block;
  float: right;
  margin-left: 30px;
}

.head-infos-small .more-infos-head-infos {
  display: block;
  margin-left: 30px;
}

.head-infos-small .more-infos-head-infos a.btn-head-info {
  display: inline-block;
  float: right;
  margin-left: 15px;
  padding: 10px 15px 12px;
  background-color: rgba(255, 255, 255, 0.02);
  -webkit-border-radius: 5px;
  border-radius: 5px;
}

.head-infos-small .more-infos-head-infos a.btn-head-info:hover {
  background-color: rgba(255, 255, 255, 0.04);
}

.head-infos-small .addthis_share {
  display: inline-block;
  float: left;
}

.head-infos-small .addthis_share a {
  display: inline-block;
  margin-right: 4px;
  padding: 8px 10px;
  line-height: 1;
  background-color: rgba(255, 255, 255, 0.02);
  color: #fff;
  -webkit-border-radius: 2px;
  border-radius: 2px;
  font-size: 1.3em;
}

.head-infos-small .addthis_share a.addthis_bubble_style {
  display: none !important;
}

.head-infos-small .addthis_share a[class*="facebook"] {
  background-color: #3b5999;
}

.head-infos-small .addthis_share a[class*="twitter"] {
  background-color: #55acee;
}

.head-infos-small .addthis_share a[class*="whatsapp"] {
  background-color: #25D366;
}

.head-infos-small #open-short-url {
  display: inline-block;
  float: left;
  font-size: 0.8em;
  color: rgba(255, 255, 255, 0.5);
}

.head-infos-small #open-short-url input {
  width: 160px;
  margin-right: 5px;
}

.thumb-head-page {
  max-height: 350px;
  overflow: hidden;
  position: relative;
  opacity: 0.2;
}

.thumb-head-page img {
  width: 100%;
  position: relative;
  top: -100px;
  -webkit-filter: blur(10px);
  filter: blur(10px);
}

.thumb-head-page::after {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  top: 0;
  background-image: -moz-linear-gradient(  bottom, #1B1B1B 0%, rgba(6,6,6,0) 100%);
  background-image: -webkit-linear-gradient(  bottom,  #1B1B1B 0%, rgba(6,6,6,0) 100%);
  background-image: -ms-linear-gradient(  bottom,  #1B1B1B 0%, rgba(6,6,6,0) 100%);
  background-image: linear-gradient(  to top,  #1B1B1B 0%, rgba(6,6,6,0) 100%);
}

.show-more-seasons {
  font-size: 0.55em;
  display: inline-block;
  float: left;
  font-weight: 600;
  max-width: 100%;
}

.show-more-seasons select {
  background-color: #000;
  max-width: 100% !important;
}

.page-box {
  margin-bottom: 30px;
  padding-bottom: 30px;
  border-bottom: 1px solid rgba(255, 255, 255, 0.02);
}

.titlewitbtn {
}

.titlewitbtn h1 {
  display: inline-block;
  float: right;
}

.btn-download-all-eps {
  display: inline-block;
  float: left;
  padding: 12px 20px 12px;
  background-color: #f24141;
  color: #fff;
  font-weight: 500;
  -webkit-border-radius: 50px;
  border-radius: 50px;
  -webkit-transition: all 0.2s ease-in-out;
  -moz-transition: all 0.2s ease-in-out;
  -ms-transition: all 0.2s ease-in-out;
  -o-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
  margin-left: 15px;
  font-size: 0.5em;
}

.btn-download-all-eps:hover {
  opacity: 0.8;
}

.movie-story {
}

.movie-story p {
  line-height: 1.9;
  color: rgba(255, 255, 255, 0.6);
  font-size: 0.95em;
}

.movie-story b {
  display: block;
  margin-bottom: 5px;
}

.tabs-ul {
  margin: 0;
  padding: 0;
  list-style: none;
}

.tabs-ul li {
  cursor: pointer;
}

.tabs-ul li a {
  display: block;
  padding: 25px;
  text-align: center;
  font-weight: 600;
  font-size: 1em;
  background-color: rgba(255, 255, 255, 0.02);
  border: 0 solid rgba(0, 0, 0, 0.2);
  color: rgba(255, 255, 255, 0.5);
  margin: 0 2px;
  -webkit-border-radius: 5px 5px 0 0;
  border-radius: 5px 5px 0 0;
}

.tabs-ul li.active a {
  color: #fff;
  background-color: rgba(255, 255, 255, 0.04);
}

.tabs-ul li a .fa {
  display: inline-block;
  margin-left: 2px;
}

.tabs-ul li.active a .fa {
  color: #f24141;
}

.tabs-cntn {
  background-color: rgba(255, 255, 255, 0.04);
  padding: 5px;
  position: relative;
}

.tabs-cntn iframe, .tabs-cntn embed {
  width: 100%;
  height: 580px;
}

.tabs-cntn .one-tabs {
  -webkit-animation: fadeIn 0.6s;
  animation: fadeIn 0.6s;
}

.navigation-with-thumb {
  margin: 60px 0;
}

.navigation-with-thumb::after, .navigation-with-thumb::before {
  content: "";
  clear: both;
  display: table;
}

.navigation-with-thumb .navigation-thumb-right {
  text-align: left;
}

.head-single-movie {
  padding: 25px;
  background-color: rgba(255, 255, 255, 0.02);
  -webkit-border-radius: 10px;
  border-radius: 10px;
  margin-top: -320px;
  z-index: 10;
  position: relative;
  margin-bottom: 30px;
}

.head-single-movie-ds {
  margin-top: 30px;
}

.head-single-movie .head-s-movie-thumb {
  position: relative;
}

.head-single-movie .head-s-movie-thumb img {
  width: 100%;
  height: auto;
  -webkit-border-radius: 8px;
  border-radius: 8px;
}

.head-single-movie .head-s-movie-cntn {
}

.head-single-movie .head-s-movie-cntn h1 {
  margin: 0  0 15px;
  padding: 0;
  font-size: 1.9em;
  font-weight: 600;
  color: #fff;
}

.head-single-movie .head-s-movie-cntn h2 {
  margin: 0  0 15px;
  padding: 0;
  font-size: 1.2em;
  font-weight: 600;
  color: #fff;
}

.head-single-movie  .head-s-meta-first {
  margin-bottom: 10px;
}

.head-single-movie  .head-s-meta-first > span {
  display: inline-block;
  margin-left: 15px;
  font-size: 0.9em;
}

.head-single-movie .head-s-meta-first > span a {
    color: #e74c3c !important; /* أحمر */
    text-decoration: none;
    transition: color 0.2s ease;
}
.head-single-movie .head-s-meta-first > span a:hover {
    color: #ffffff !important; /* أبيض عند التحويم */
}
.head-single-movie  .fa {
  color: rgba(255, 255, 255, 0.5);
  display: inline-block;
  margin-left: 1px;
  -webkit-transition: all 0.2s ease-in-out;
  -moz-transition: all 0.2s ease-in-out;
  -ms-transition: all 0.2s ease-in-out;
  -o-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
}

.head-single-movie  .fa-star {
  color: #f1c40f;
}

.head-single-movie  .head-s-meta-ctas {
  margin-bottom: 10px;
}

.head-single-movie  .head-s-meta-ctas > span {
  display: block;
}

.head-single-movie  .head-s-meta-ctas > span > span {
  display: inline-block;
}

.head-single-movie .head-s-meta-ctas span a {
    padding: 6px 15px 8px;
    line-height: 1;
    background-color: rgba(255,255,255,0.1);
    color: #fff;
    display: inline-block;
    font-size: 0.8em;
    border-radius: 20px;
    float: right;
    margin-left: 5px;
    text-decoration: none;
    transition: background-color 0.3s ease, color 0.3s ease; /* إضافة انتقال سلس */
}

.head-single-movie .head-s-meta-ctas span a:hover {
    background-color: rgba(255,255,255,0.3); /* خلفية أكثر وضوحًا */
    color: #ffdddd; /* لون نص فاتح (أو اجعله أبيض نقي: #fff) */
    text-decoration: none;
}

.head-single-movie  .head-s-story {
  margin-bottom: 10px;
  line-height: 1.8;
}

.head-single-movie  .head-s-story b {
  color: #f24141;
}

.head-single-movie  .head-s-story p {
  margin: 0;
}

.head-single-movie  .head-s-meta-last {
  margin-bottom: 10px;
  font-size: 0.9em;
}

.head-single-movie  .head-s-meta-last > span {
  margin-bottom: 5px;
}

.head-single-movie  .head-s-meta-end {
  font-size: 0.9em;
}

.head-single-movie  .head-s-meta-end  > span {
  display: block;
  margin-bottom: 5px;
}

.short-link-span {
  text-align: left;
  color: rgba(255, 255, 255, 0.5);
  font-size: 0.85em;
}

.short-link-span input {
  width: 140px;
  padding: 3px;
}

.head-single-movie  .a-shars {
  position: absolute;
  top: 20px;
  left: 20px;
}

.head-single-movie  .a-shars a {
  display: inline-block;
  float: left;
  line-height: 1px;
  padding: 5px;
  margin-right: 5px;
  font-size: 1.4em;
}

.head-single-movie  .a-shars a, .head-single-movie  .a-shars a .fab {
  color: #fff;
}

.head-single-movie  .a-shars a:hover, .head-single-movie  .a-shars a:hover .fab {
  color: #fff;
}

.head-single-movie  .a-shars .addthis_bubble_style {
  display: none!important;
}

.all-btns-single-movie {
  text-align: center;
  margin: 60px 0;
}

.all-btns-single-movie a > span {
  text-align: center;
  display: inline-block;
  padding: 8px 20px 10px;
  margin: 10px;
  background-color: #f24141;
  color: #fff;
  font-weight: 700;
  -webkit-border-radius: 50px;
  border-radius: 50px;
  -webkit-transition: all 0.2s ease-in-out;
  -moz-transition: all 0.2s ease-in-out;
  -ms-transition: all 0.2s ease-in-out;
  -o-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
}

.all-btns-single-movie a:hover > span {
  opacity: 0.8;
}

.all-btns-single-movie  .bar-download-movie {
  text-align: center;
}

.all-btns-single-movie  .bar-download-movie span {
  display: inline-block;
  margin-left: 5px;
  background-color: rgba(255, 255, 255, 0.03);
  padding: 5px 10px;
  -webkit-border-radius: 50px;
  border-radius: 50px;
}

.all-btns-single-movie  .bar-download-movie a {
  text-align: center;
  display: inline-block;
  padding: 8px 20px 10px;
  margin: 10px;
  background-color: #f24141;
  color: #fff;
  font-weight: 700;
  -webkit-border-radius: 50px;
  border-radius: 50px;
  -webkit-transition: all 0.2s ease-in-out;
  -moz-transition: all 0.2s ease-in-out;
  -ms-transition: all 0.2s ease-in-out;
  -o-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
}

.all-btns-single-movie  .bar-download-movie a:hover {
background: linear-gradient(135deg, #28a745, #20c997);
    transform: translateY(-2px);
    box-shadow: 0 3px 10px rgba(40, 167, 69, 0.4);}

.head-s-movie-thumb .thumb-btn-trailer a {
  text-align: center;
  display: block;
  padding: 12px 20px 12px;
  margin: 10px 0;
  background-color: rgba(255,255,255,0.08);
  color: #fff;
  font-weight: 500;
  -webkit-border-radius: 50px;
  border-radius: 50px;
  -webkit-transition: all 0.2s ease-in-out;
  -moz-transition: all 0.2s ease-in-out;
  -ms-transition: all 0.2s ease-in-out;
  -o-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
  font-size: 0.9em;
}
.head-s-movie-thumb .thumb-btn-trailer a:hover {
  background-color: #9C1313; /* أحمر اليوتيوب */
  transform: scale(1.05);
  box-shadow: 0 4px 15px rgba(255, 0, 0, 0.3);
}
.navigation-with-thumb {
  margin-top: 40px;
}

.navigation-with-thumb img {
  width: 100px;
  height: auto;
}

.navigation-with-thumb .navigation-thumb-left {
  float: left;
  text-align: left;
}

.navigation-with-thumb .navigation-thumb-right {
  float: right;
  text-align: right;
}

.thumbs-rating-container {
  padding: 0;
  position: relative;
  top: 8px;
}

.thumbs-rating-container .thumbs-rating-down, .thumbs-rating-container .thumbs-rating-up {
  padding: 5px 10px;
  display: inline-block;
  float: right;
  margin-left: 3px;
  -webkit-border-radius: 5px;
  border-radius: 5px;
}

.thumbs-rating-container .thumbs-rating-up::before {
  content: "\f164";
  display: inline-block;
  font: normal normal normal 14px/1 FontAwesome;
  font-size: inherit;
  text-rendering: auto;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  margin-left: 5px;
}

.thumbs-rating-container .thumbs-rating-down::before {
  content: "\f165";
  display: inline-block;
  font: normal normal normal 14px/1 FontAwesome;
  font-size: inherit;
  text-rendering: auto;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  margin-left: 5px;
}

.thumbs-rating-container .thumbs-rating-up,.thumbs-rating-container .thumbs-rating-down {
  font-size: 1.1em;
  display: inline-block;
  vertical-align: middle;
  position: relative;
  top: 4px;
}

.thumbs-rating-container .thumbs-rating-up, .thumbs-rating-container .thumbs-rating-up:hover {
}

.thumbs-rating-container .thumbs-rating-down, .thumbs-rating-container .thumbs-rating-down:hover {
}

.thumbs-rating-container .thumbs-rating-up:hover, .thumbs-rating-container .thumbs-rating-down:hover {
  opacity: 0.9;
}

.movies-by-firstletter {
  text-align: center;
  background-color: rgba(0,0,0,0.08);
  padding: 30px 0;
  margin: 30px 0;
  -webkit-border-radius: 15px;
  border-radius: 15px;
}

.movies-by-firstletter  span {
  display: block;
  text-align: center;
  font-size: 0.9em;
  font-weight: 300;
  margin: 0 0 20px;
  color: rgba(255, 255, 255, .2);
}

.movies-by-firstletter  a {
  display: inline-block;
  padding: 0;
  background-color: #f24141;
  margin: 0 2px;
  text-transform: uppercase;
  -webkit-border-radius: 50%;
  border-radius: 50%;
  text-align: center;
  width: 33px;
  height: 33px;
  line-height: 30px;
  color: #fff;
  font-weight: 700;
  font-size: 1.2em;
  border: 1px solid rgba(0, 0, 0, 0.1);
  border: 2px solid transparent;
}

.movies-by-firstletter  a:hover {
  color: #f24141;
  background-color: rgba(0,0,0,0.9);
  border: 2px solid #f24141;
  -moz-transform: scale(1.2);
  -webkit-transform: scale(1.2);
  -o-transform: scale(1.2);
  -ms-transform: scale(1.2);
  transform: scale(1.2);
}

.repport-btn {
  display: inline-block;
  background-color: #730105;
  color: #fff;
  padding: 5px  10px 6px;
  vertical-align: middle;
  -webkit-border-radius: 5px;
  border-radius: 5px;
  position: relative;
  top: -1px;
}

.s-posts-nav {
  margin-bottom: 30px;
}

.s-posts-nav select {
  width: 90%;
}

.s-posts-nav ul {
  margin: 0;
  padding: 0;
  list-style: none;
}

.s-posts-nav ul li {
  display: inline-block;
  float: right;
  margin: 0 4px;
}

.s-posts-nav ul li a {
  display: inline-block;
  padding: 6px 12px 8px;
  background-color: rgba(0,0,0,0.5);
  color: #fff;
  font-weight: 600;
  font-size: 0.9em;
  -webkit-border-radius: 20px;
  border-radius: 20px;
  padding-left: 25px;
  position: relative;
}

.s-posts-nav ul li a::after {
  content: "";
  position: absolute;
  left: 10px;
  top: 50%;
  transform: translateY(-50%);
  background-color: rgba(255, 255, 255, 0.1);
  width: 8px;
  height: 8px;
  -webkit-border-radius: 50%;
  border-radius: 50%;
}

::selection {
  background: #000;
  color: #fff;
}

::-moz-selection {
  background: #000;
  color: #fff;
}

#pagination {
  text-align: center;
  display: block;
  margin: 30px 0 0;
}

#pagination:after, #pagination:before {
  content: "";
  clear: both;
  display: table;
}

#pagination a, #pagination span {
  display: inline-block;
  padding: 12px 16px;
  background-color: #141414;
  color: #f24141;
  -webkit-border-radius: 5px;
  border-radius: 5px;
  margin: 0 4px;
  font-weight: 700;
  line-height: 1;
}

#pagination a.current, #pagination span.current {
  background-color: #f24141;
  color: #FFFFFF;
}

#tabcontent {
  min-height: 200px;
  padding-top: 80px;
  padding-left: 10px;
}

#preloader {
  display: inline-block;
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  left: 0;
  right: 0;
  margin: 0 auto;
  z-index: 999;
  padding: 15px;
  text-align: center;
  background-color: #f24141;
  color: #fff;
  font-weight: 600;
  width: 150px;
  font-size: 1em;
}

.user-login-form-wrap {
  margin: 60px 0;
}

.user-login-form-box {
  background-color: rgba(255,255,255,0.01);
  border: 0 solid rgba(255,255,255,0.02);
  padding: 25px;
}

.user-login-form-box .head-btn-userb {
  margin: -25px -25px 25px;
  display: block;
  background-color: #0b0e14;
  color: #fff;
  padding: 25px;
  font-size: 1.2em;
  text-align: center;
  font-weight: 600;
  animation: fadeIn 0.5s;
  border-top: 2px solid rgba(255,255,255,0.05);
}

.user-login-form-box .userb-form {
  animation: fadeInUp 0.3s;
}

.user-login-form-box .userb-form > h2 {
  font-size: 1.1em;
  margin: 0  0 15px;
  padding: 0 0 5px;
  text-align: center;
  color: rgba(255,255,255,0.5);
}

.user-login-form-box .userb-form form {
}

.user-login-form-box .userb-form input ,
.user-login-form-box .userb-form button {
  width: 100%;
  height: auto;
}

.user-login-form-box .userb-form input[type="checkbox"] {
  width: auto;
}

.box-title-h {
  margin: 0 0 20px;
  padding: 0 0 20px;
  position: relative;
  font-size: 1.3em;
  font-weight: 600;
}

.box-title-h::after {
  content: "";
  position: absolute;
  bottom: 0;
  right: 0;
  width: 30px;
  height: 2px;
  background-color: #f24141;
}

.one-epsoon {
  margin: 0 0 30px;
}

.one-epsoon .wrap-epsoon {
  position: relative;
  background-color: rgba(0,0,0,0.2);
}

.one-epsoon .wrap-epsoon .img-epsoon {
  position: relative;
  background-color: rgba(0,0,0,0.08);
}

.one-epsoon .wrap-epsoon .img-epsoon img {
  width: 100%;
}

.one-epsoon .wrap-epsoon .img-epsoon .rated-poster {
  display: inline-block;
  line-height: 1;
  position: absolute;
  bottom: 10px;
  right: 15px;
  background-color: rgba(0,0,0,0.8);
  font-size: 0.8em;
  padding: 6px 12px;
  -webkit-border-radius: 50px;
  border-radius: 50px;
  color: #fff;
  direction: ltr;
  vertical-align: middle;
}

.one-epsoon .wrap-epsoon .img-epsoon  .rated-poster .fa {
  color: #ffa800 !important;
}

.one-epsoon .wrap-epsoon .img-epsoon  .date-epsoon {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  background-color: #952a2a;
  color: #fff;
  padding: 15px;
  text-align: center;
  font-size: 1.1em;
  font-weight: 600;
}

.one-epsoon .wrap-epsoon .img-epsoon  .date-epsoon.closetime {
  background-color: #2f3b47;
  font-size: 1em;
  color: rgba(255,255,255,0.2);
}

.one-epsoon .wrap-epsoon .cntn-epsoon {
  padding: 15px;
}

.one-epsoon .wrap-epsoon .cntn-epsoon h2 {
  margin: 0 0 5px;
  padding: 0;
  font-size: 1.1em;
}

.one-epsoon .wrap-epsoon .cntn-epsoon h3 {
  margin: 0 0 15px;
  padding: 0;
  font-size: 0.8em;
  font-weight: 300;
  color: rgba(255,255,255,0.5);
}

.one-epsoon .wrap-epsoon .cntn-epsoon .meta-epsoon {
  display: block;
  font-size: 0.8em;
  color: rgba(255,255,255,0.3);
}

.one-epsoon .wrap-epsoon .cntn-epsoon .meta-epsoon a {
  color: rgba(255,255,255,0.3);
}

.one-epsoon .wrap-epsoon .cntn-epsoon .meta-epsoon span {
  display: inline-block;
  margin-left: 8px;
}

#metadownloadlink {
  text-align: center;
}

#metadownloadlink > span {
  font-size: 1.2em;
  margin: 0 0 5px;
  display: block;
  font-weight: 500;
}

#metadownloadlink a.btnsdownserver {
  display: inline-block;
  margin: 5px;
  padding: 5px 15px 8px;
  background-color: #ffb400;
  color: #fff;
  -webkit-border-radius: 8px;
  font-weight: bold;
  border-radius: 8px;
}
#metadownloadlink a.btnsdownserver:hover {
  background: linear-gradient(135deg, #28a745, #20c997);
    transform: translateY(-2px);
    box-shadow: 0 3px 10px rgba(40, 167, 69, 0.4);}

.btns-single-down {
  text-align: center;
  margin: 15px 0;
}

.btn-download-eps {
  display: inline-block;
  padding: 12px 35px 12px;
  background-color: #f24141;
  color: #fff;
  font-weight: 500;
  -webkit-border-radius: 50px;
  border-radius: 50px;
  -webkit-transition: all 0.2s ease-in-out;
  -moz-transition: all 0.2s ease-in-out;
  -ms-transition: all 0.2s ease-in-out;
  -o-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
  margin-left: 15px;
  font-size: 1em;
}

.btn-download-eps:hover {
background-color: #28a745; /* أخضر */
    transform: translateY(-3px) scale(1.05);
    box-shadow: 0 6px 12px rgba(40, 167, 69, 0.3);}

.onedaybox-epsoon {
  margin: 0 0 30px;
}

.showboxtitle {
  margin: 0 0 15px;
  padding: 22px;
  font-size: 1.2em;
  font-weight: 500;
  background-color: rgba(0,0,0,0.08);
  line-height: 1;
  color: #697784;
}

.eppagi-btns {
}

.eppagi-btns img {
  width: 40px;
  height: auto;
  display: inline-block;
  margin: 0 0px;
  -webkit-border-radius: 8px;
  border-radius: 8px;
}

.eppagi-btns .next-eppagi-btn {
  display: inline-block;
  float: left;
}

.eppagi-btns .prev-eppagi-btn {
  display: inline-block;
  float: right;
}

.eppagi-btns .prev-eppagi-btn,
.eppagi-btns .next-eppagi-btn {
  padding: 12px 18px;
  border: 2px solid rgba(255,255,255,0.08);
  -webkit-border-radius: 8px;
  border-radius: 8px;
}

.eppagi-btns .prev-eppagi-btn a,
.eppagi-btns .next-eppagi-btn a {
  display: inline-block;
  color: #fff;
  font-weight: 600;
}
.eppagi-btns .prev-eppagi-btn a:hover,
.eppagi-btns .next-eppagi-btn a:hover {
  transform: translateY(-2px);
}
