@font-face {
    font-family: "shabnam";
    src: url("../fonts/shabnam/Shabnam.eot"); /* IE9*/
    src: url("../fonts/shabnam/Shabnam.eot?#iefix") format("embedded-opentype"), /* IE6-IE8 */
    url("../fonts/shabnam/Shabnam.woff2") format("woff2"), /* chrome、firefox */
    url("../fonts/shabnam/Shabnam.woff") format("woff"), /* chrome、firefox */
    url("../fonts/shabnam/Shabnam.ttf") format("truetype"); /* chrome、firefox、opera、Safari, Android, iOS 4.2+*/
}

* {
    font-family: shabnam;
}

body {
    direction: rtl;
    text-align: right;
}

.navbar-menu {
    z-index: 10;
}

.search-nav {
    width: 100%;
    background: #F1F5F9;
    border-radius: 50px;
    padding: 6px 12px;
}

.dropdown-menu {
    width: 550px;
    z-index: 3;
}

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

.slide-container {
    display: flex;
    justify-content: center;
    align-items: center;
}

.swiper-container {
    width: 100%;
    padding-top: 50px;
    padding-bottom: 80px;
}

.swiper-slide {
    width: 240px !important;
    height: 320px !important;
}

.swiper-slide img {
    width: 240px;
    height: 320px;
    object-fit: cover;
}

.swiper_category .swiper-slide {
    width: auto !important;
    height: auto !important;
}

.category_item {
    width: 200px;
    height: 80px;
    object-fit: cover;
    position: relative;
    text-align: center;
    color: white;
    border-radius: 5px;
    overflow: hidden;
}

.category_item img {
    width: 200px;
    height: 80px;
    object-fit: cover;
}

.category_item .category_overlay {
    width: 200px;
    height: 80px;
    object-fit: cover;
    position: absolute;
    top: 0;
    background: rgba(0,0,0,0.8);
}

.category_title {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
}

.overlay-poster {
    position: relative;
    width: 100%;
    max-width: 400px;
    margin: auto;
    overflow: hidden;
    height: 250px;
}

.overlay-poster img {
    width: 100%;
    height: 250px;
}

.overlay {
    background: rgba(65, 66, 0, 0.8);
    position: absolute;
    height: 100%;
    width: 100%;
    left: 0;
    top: 0;
    bottom: 0;
    right: 0;
    opacity: 0;
    transition: all 0.4s ease-in-out 0s;
    z-index: 0;
}

a:hover .overlay {
    opacity: 1;
}

.content-details {
    position: absolute;
    text-align: center;
    padding-left: 1em;
    padding-right: 1em;
    width: 100%;
    top: 50%;
    left: 50%;
    opacity: 0;
    transform: translate(-50%, -50%);
    transition: all 0.3s ease-in-out 0s;
    z-index: 10;
}

.overlay-poster:hover .content-details {
    top: 50%;
    left: 50%;
    opacity: 1;
}

.content-details h3 {
    color: #fff;
    font-weight: 500;
    margin-bottom: 0.5em;
}

.content-details p {
    color: #fff;
    font-size: 0.8em;
}

.fadeIn_bottom {
    top: 80%;
}

.overlay-tv-poster {
    position: relative;
    width: 100%;
    max-width: 400px;
    margin: auto;
    height: 280px;
}

.overlay-tv-poster .images-poster {
    position: relative;
    display: flex;
    width: 100%;
    height: 300px;
    transition: all .3s ease-in-out;
    border-radius: .7rem;
}

.overlay-tv-poster .images-poster .main-cover {
    position: relative;
    width: 100%;
    height: 280px;
    pointer-events: none;
    object-fit: cover;
    border-radius: .7rem;
    transition: all .3s ease-in-out;
    z-index: 4;
}

.overlay-tv-poster .images-poster .slide-cover {
    position: absolute;
    width: 100%;
    height: 280px;
    left: 8px;
    bottom: 28px;
    opacity: .8;
    object-fit: cover;
    border-radius: .7rem;
    transition: all .3s ease-in-out;
    z-index: 2;
}

.overlay-tv-poster .images-poster:hover .slide-cover {
    -webkit-transform: translate(-8px,8px);
    -ms-transform: translate(-8px,8px);
    -o-transform: translate(-8px,8px);
    transform: translate(-8px,8px);
}

.overlay-tv-poster .images-poster .slide-cover2 {
    position: absolute;
    width: 100%;
    height: 280px;
    left: 14px;
    bottom: 34px;
    opacity: .5;
    object-fit: cover;
    border-radius: .7rem;
    transition: all .3s ease-in-out;
    z-index: 1;
}

.overlay-tv-poster .images-poster:hover .slide-cover2 {
    -webkit-transform: translate(-14px,14px);
    -ms-transform: translate(-14px,14px);
    -o-transform: translate(-14px,14px);
    transform: translate(-14px,14px);
}

.bg-image {
    width: 100%;
    height: 90%;
    margin: auto;
}

.bg-image::after {
    height: 100%;
    width: 100%;
    content: '';
    position: absolute;
}

.film-content {
    display: grid;
    position: relative;
    z-index: 10;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    box-sizing: border-box;
}

.img_single {
    position: absolute;
    width: 100%;
    height: 90%;
    object-fit: cover;
}

.overlay_single_img {
    width: 100%;
    height: 90%;
    z-index: 1;
}

.bg-gradient {
    background: #fff;
    width: 100%;
    height: 100%;
    position: absolute;
    z-index: 2;
}

.frosted-glass {
    width: 100%;
    height: 90vh;
    position: relative;
    z-index: 1;
    background: inherit;
    overflow: hidden;
}

.frosted-glass:before {
    content: "";
    position: absolute;
    background: inherit;
    z-index: -1;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    box-shadow: inset 0 0 2000px rgba(255, 255, 255, .2);
    filter: blur(10px);
    margin: -20px;
}

.film-image {
    width: 230px;
    height: 350px;
    object-fit: cover;
    border-radius: 1em;
}

.btn-green {
    background-color: #65A30D;
}

.select2-container--default .select2-selection--single {
    border: 1px solid #d0d0d0;
}

.lds-dual-ring.hidden {
    display: none;
}

.overlay_loading {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100vh;
    background: rgba(0,0,0,.8);
    z-index: 999;
    opacity: 1;
    transition: all 0.5s;
}

.search-box {
    width: 670px;
    margin: 0 20px 0 0;
    border-radius: 0 0 5px 5px;
    z-index: 20;
}

.search-box .img-search {
    width: 140px;
    height: 74px;
    border-radius: 5px;
    object-fit: cover;
    margin: 0 0 0 20px;
}

.imdb {
    position: absolute;
    text-align: center;
    bottom: 10px;
    left: 12px;
    padding: 5px;
    font-size: 12px;
    border-radius: 8px;
}

.imdb h3 {
    margin: 0;
}

.category_card {
    width: 100%;
    height: 200px;
    object-fit: cover;
    position: relative;
    text-align: center;
    color: white;
    border-radius: 10px;
    overflow: hidden;
}

.category_card img {
    width: 100%;
    height: 200px;
    object-fit: cover;
}

.category_card .category_overlay {
    width: 100%;
    height: 200px;
    object-fit: cover;
    position: absolute;
    top: 0;
    background: rgba(0,0,0,0.8);
}

.category_card .category_title {
    font-size: 24px;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
}

.videoBg {
    position: fixed;
    width: 100%;
    height: 100vh;
    top: 0;
    overflow-y: scroll;
    scrollbar-width: thin;
}

.video-style {
    width: 100%;
    height: 500px;
    border-radius: 5px;
}

.overflowHide {
    overflow: hidden;
}

.best_film {
    width: 100%;
    height: 450px;
}

.best_film img {
    position: absolute;
    left: 0;
    width: 100%;
    height: 450px;
}

.best_film .best_img_overlay {
    position: absolute;
    left: 0;
    width: 100%;
    height: 450px;
    z-index: 1;
    background-image: linear-gradient(to right, rgba(255, 255, 255, 0), rgba(75, 85, 99, 0.65), rgba(31, 41, 55, 0.99), #111827);
}

.best_film .content {
    position: absolute;
    width: 100%;
    z-index: 1;
}

.best_film .content p {
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 3;
}

.best_film .imdb {
    position: absolute;
    text-align: center;
    bottom: 14px;
    left: 12px;
    padding: 5px;
    font-size: 12px;
    border-radius: 8px;
}

#short_link_value {
    font-family: calibri;
}

.skeleton {
    animation: skeleton-loading 1s linear infinite alternate;
}

@keyframes skeleton-loading {
    0% {
        background-color: hsl(200, 20%, 70%);
    }
    100% {
        background-color: hsl(200, 20%, 95%);
    }
}
.img-responcive img{
  width: 100%;
  height: auto;
}