@font-face {
    font-family: "IRANSans";
    src: url("../fonts/eot/IRANSansWeb_UltraLight.eot");
    /* IE9 Compat Modes */
    src: url("../fonts/eot/IRANSansWeb_UltraLight.eot?#iefix") format("embedded-opentype"),
        /* IE6-IE8 */
        url("../fonts/woff/IRANSansWeb_UltraLight.woff") format("woff2"),
        /* Super Modern Browsers */
        url("../fonts/woff/IRANSansWeb_UltraLight.woff") format("woff"),
        /* Pretty Modern Browsers */
        url("../fonts/ttf/IRANSansWeb_UltraLight.ttf") format("truetype"),
        /* Safari, Android, iOS */
        url("../fonts/svg/IRANSansWeb_UltraLight.svg#svgFontName") format("svg");
    /* Legacy iOS */
    font-weight: 200;
}

@font-face {
    font-family: "IRANSans";
    src: url("../fonts/eot/IRANSansWeb_Light.eot");
    /* IE9 Compat Modes */
    src: url("../fonts/eot/IRANSansWeb_Light.eot?#iefix") format("embedded-opentype"),
        /* IE6-IE8 */
        url("../fonts/woff/IRANSansWeb_Light.woff") format("woff2"),
        /* Super Modern Browsers */
        url("../fonts/woff/IRANSansWeb_Light.woff") format("woff"),
        /* Pretty Modern Browsers */
        url("../fonts/ttf/IRANSansWeb_Light.ttf") format("truetype"),
        /* Safari, Android, iOS */
        url("../fonts/svg/IRANSansWeb_Light.svg#svgFontName") format("svg");
    /* Legacy iOS */
    font-weight: 300;
}

@font-face {
    font-family: "IRANSans";
    src: url("../fonts/eot/IRANSansWeb.eot");
    /* IE9 Compat Modes */
    src: url("../fonts/eot/IRANSansWeb.eot?#iefix") format("embedded-opentype"),
        /* IE6-IE8 */
        url("../fonts/woff/IRANSansWeb.woff") format("woff2"),
        /* Super Modern Browsers */
        url("../fonts/woff/IRANSansWeb.woff") format("woff"),
        /* Pretty Modern Browsers */
        url("../fonts/ttf/IRANSansWeb.ttf") format("truetype"),
        /* Safari, Android, iOS */
        url("../fonts/svg/IRANSansWeb.svg#svgFontName") format("svg");
    /* Legacy iOS */
    font-weight: 400;
}


@font-face {
    font-family: "IRANSans";
    src: url("../fonts/eot/IRANSansWeb_Medium.eot");
    /* IE9 Compat Modes */
    src: url("../fonts/eot/IRANSansWeb_Medium.eot?#iefix") format("embedded-opentype"),
        /* IE6-IE8 */
        url("../fonts/woff/IRANSansWeb_Medium.woff") format("woff2"),
        /* Super Modern Browsers */
        url("../fonts/woff/IRANSansWeb_Medium.woff") format("woff"),
        /* Pretty Modern Browsers */
        url("../fonts/ttf/IRANSansWeb_Medium.ttf") format("truetype"),
        /* Safari, Android, iOS */
        url("../fonts/svg/IRANSansWeb_Medium.svg#svgFontName") format("svg");
    /* Legacy iOS */
    font-weight: 500;
}

@font-face {
    font-family: "IRANSans";
    src: url("../fonts/eot/IRANSansWeb_Bold.eot");
    /* IE9 Compat Modes */
    src: url("../fonts/eot/IRANSansWeb_Bold.eot?#iefix") format("embedded-opentype"),
        /* IE6-IE8 */
        url("../fonts/woff/IRANSansWeb_Bold.woff") format("woff2"),
        /* Super Modern Browsers */
        url("../fonts/woff/IRANSansWeb_Bold.woff") format("woff"),
        /* Pretty Modern Browsers */
        url("../fonts/ttf/IRANSansWeb_Bold.ttf") format("truetype"),
        /* Safari, Android, iOS */
        url("../fonts/svg/IRANSansWeb_Bold.svg#svgFontName") format("svg");
    /* Legacy iOS */
    font-weight: 700;
}

* {
    margin: 0;
    padding: 0;
    font-family: "IRANSans", "Arial", sans-serif !important;

}

*:focus {
    outline: none;
}

body {
    background-color: #020723;
    direction: rtl;
}

button {
    border: none;
    background: none;
}

input,
button,
textarea,
label,
select {
    font-family: "IRANsans", "Arial", sans-serif !important;
    font-weight: normal;
    font-size: 12px;
}

ul {
    margin-right: 0;
    margin-left: 0;
    padding-left: 0;
    list-style: none;
}

a,
a:hover {
    text-decoration: none;
    font-family: "IRANsans", "Arial", sans-serif;
    font-weight: normal;
}

input,
textarea,
button {
    outline: 0 !important;
}

p h1,
h2,
h3,
h4,
h5 {
    font-family: "IRANsans", "Arial", sans-serif;
    margin: 0;
    padding: 0;
}


.clearfix {
    clear: both !important;
}

/*main*/
html {
    overflow: scroll;
    position: relative;
}

main {
    overflow: hidden;
    position: relative;
}

::-webkit-scrollbar {
    width: 0;
    /* Remove scrollbar space */
    background: transparent;
    /* Optional: just make scrollbar invisible */
    display: none;
}

main.single:before {
    content: none;
}

.outline-btn {
    line-height: 45px;
    /*position: absolute;*/
    /*bottom: 32px;*/
    /*left: 0;*/
    /*right: 0;*/
}

.outline-btn a {
    display: inline-block;
    padding: 0 16px;
    color: #ffffff;
    border: 2px solid #FFFFFF;
    border-radius: 8px;
    background-color: transparent;
}

.logout-btn {
    display: block;
    line-height: 45px;
    text-align: center;
}

.logout-btn a {
    display: inline-block;
    padding: 0 16px;
    color: #ffffff;
    background-color: transparent;
}

.silver-btn {
    line-height: 55px;
}

.silver-btn a {
    display: inline-block;
    padding: 0 16px;
    color: #ffffff;
    background: #1E2452;
    border-radius: 4px;
}

.blue-btn {
    line-height: 49px;
    display: block;
    text-align: center;
}

.blue-btn a {
    display: inline-block;
    padding: 0 36px;
    color: #ffffff;
    background: #1E2452;
    border-radius: 8px;
    font-size: 24px;
    font-weight: 500;
}

.orange-btn {
    display: block;
    text-align: center;
}

.orange-btn a {
    display: inline-block;
    padding: 12px 56px;
    color: #ffffff;
    background-color: #020723;
    border-radius: 8px;
    font-weight: 500;
    font-size: 24px;
    line-height: 38px;
}

.orange-btn a .price {
    font-weight: 700;
    font-size: 20px;
    line-height: 31px;
    margin-left: 4px;
}

.orange-btn a span {
    font-weight: 400;
    font-size: 20px;
    line-height: 31px;
}

.black-btn {
    display: block;
    text-align: center;
    line-height: 46px;
    cursor: pointer;
}

.black-btn div {
    display: inline-block;
    padding: 0 24px;
    color: #ffffff;
    background: #1E2452;
    border-radius: 16px;
    font-weight: 400;
    font-size: 24px;
}

.red-btn {
    text-align: center;
}

.red-btn a {
    display: inline-block;
    padding: 0 24px;
    border-radius: 8px;
    color: #ffffff;
    background: #A81910;
    font-size: 30px;
    font-weight: 400;
    line-height: 90px;
}

.black-btn i {
    top: 5px;
    position: relative;
}

.primary_btn {
    font-weight: 700;
    font-size: 22px;
    line-height: 32px;
    color: #ffffff;
    background-color: #0492C2;
    border-radius: 16px;
    text-align: center;
    height: 56px;
    padding: 0 32px;
    margin-top: 16px;
}

.sidebar {
    margin: 0;
    padding: 0;
    width: 15%;
    background-color: #0C1138;
    position: fixed;
    right: 0;
    top: 0;
    height: 100vh;
    overflow: auto;
    z-index: 100;
}

.sidebar .profile_img.noimage {
    border: 4px solid #ffffff;
    border-radius: 50%;
}

.sidebar .profile_img.noimage i {
    display: block;
    text-align: center;
    color: #ffffff;
    font-size: 50px;
    line-height: 92px;
}

.sidebar .profile_img {
    width: 100%;
    max-width: 100px;
    margin: 50px auto 80px;
}

.sidebar .profile_img img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    -o-object-fit: cover;
    object-position: center;
    -o-object-position: center;
}

.sidebar ul {
    display: block;
    margin-bottom: 100px;
}

.sidebar ul li {
    margin-bottom: 24px;
    margin-right: 20px;
    position: relative;
}

.sidebar ul li a {
    font-weight: 400;
    font-size: 20px;
    line-height: 31px;
    color: #ADADAD !important;
    padding-right: 12%;
    display: flex;
    align-items: center;
}

.sidebar ul li a.active {
    background-color: #020723 !important;
    border-bottom-right-radius: 32px !important;
    border-top-right-radius: 32px !important;
    --bs-border-bottom-right-radius: 32px !important;
    -moz-border-bottom-right-radius: 32px !important;
    -webkit-border-bottom-right-radius: 32px !important;
    --bs-border-top-right-radius: 32px !important;
    -moz-border-top-right-radius: 32px !important;
    -webkit-border-top-right-radius: 32px !important;
    border-top-left-radius: 0 !important;
    --bs-border-top-left-radius: 0 !important;
    -moz-border-top-left-radius: 0 !important;
    -webkit-border-top-left-radius: 0 !important;
    border-bottom-left-radius: 0 !important;
    --bs-border-bottom-left-radius: 0 !important;
    -moz-border-bottom-left-radius: 0 !important;
    -webkit-border-bottom-left-radius: 0 !important;
    position: relative;
}

.sidebar ul li a.active {
    color: #ffffff !important;
}

.sidebar ul li a.active::before {
    content: "";
    position: absolute;
    background-color: transparent;
    bottom: 100%;
    left: 0;
    height: 150%;
    width: 20px;
    border-bottom-left-radius: 30px;
    box-shadow: 0 20px 0 0 #020723;
}

.sidebar ul li a.active::after {
    content: "";
    position: absolute;
    background-color: transparent;
    top: 100%;
    left: 0;
    height: 150%;
    width: 20px;
    border-top-left-radius: 30px;
    box-shadow: 0 -20px 0 0 #020723;
}


.sidebar ul li a span {
    margin-right: 15px;
}

.sidebar .outline-btn {
    display: block;
    text-align: center;
}

.sidebar .silver-btn a {
    border-radius: 8px;
}

.sidebar-content {
    margin-right: 15%;
    background-color: #020723;
    position: relative;
}

.tab-content .mb-14 {
    position: relative;
    z-index: 2;
}

.tab-content #home .main-content .mb-14:nth-child(2n+1):after {
    content: "";
    background-image: url("../img/circle2.png");
    width: 370px;
    height: 370px;
    position: absolute;
    left: -212px;
    bottom: -208px;
    z-index: 1;
}

.tab-content #home .main-content .mb-14:nth-child(3n+1):before {
    content: "";
    background-image: url("../img/circle3.png");
    width: 500px;
    height: 500px;
    position: absolute;
    right: -22%;
    bottom: -250px;
    z-index: 1;
}

.tab-content #home {
    background-color: #020723;
}

.tab-content #home .swiper-banner {
    padding: 50px 0;
    width: 90%;
    height: 800px;
}

.tab-content #home .swiper-banner .swiper-slide {
    height: 100%;
    position: relative;
    transform: scale(0.8);
    transition: all 200ms linear;

}

.tab-content #home .swiper-banner .banner-item.swiper-slide-active {
    transform: scale(1.1);
    z-index: 10;
}

.tab-content #home .swiper-banner .swiper-slide img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    object-position: top;
    -o-object-fit: cover;
    -o-object-position: top;
    border-radius: 16px;
}

.swiper-slide-text {
    position: absolute;
    bottom: 0;
    padding: 20px 15px;
    color: white;
    background-image: linear-gradient(to bottom, transparent, 30%, black);
    width: 100%;
    border-radius: 0px 0px 15px 15px;
}

.other-content .video_banner .banner-content,
.tab-content #home .banner-content {
    position: absolute;
    right: 10%;
    left: 50%;
    top: 0;
    bottom: 0;
    height: calc(100vh - 38%);
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    z-index: 3;
    border-bottom: 2px solid white;
}

.other-content .video_banner .banner-content h2,
.tab-content #home .banner-content h2 {
    margin-left: 40px;
    font-weight: 700;
    font-size: 28px;
    line-height: 50px;
    color: #FFFFFF;
    max-width: 70%;
}

.other-content .video_banner .banner-content .rate {
    position: relative;
    left: unset;
    bottom: unset;
    width: 34px;
    height: 34px;
}

.other-content .video_banner .banner-content .film-age {
    color: #f3cf14;
    font-size: 18px;
}

.other-content .video_banner .banner-content-bottom {
    position: absolute;
    right: 10%;
    bottom: 0;
    z-index: 3;
    padding: 10px 20px 0;
    height: 80px;
    width: 80%;
}

.other-content .video_banner .banner-content-bottom ul {
    display: inline-block;
}

.other-content .video_banner .banner-content-bottom ul li {
    display: inline-block;
}

.other-content .video_banner .banner-content-bottom .yellow-btn {
    line-height: 45px;
    float: left;
}

.other-content .video_banner .banner-content-bottom .yellow-btn a {
    display: inline-block;
    padding: 0 16px;
    background-color: #f3cf14;
    color: black;
    border-radius: 5px;
    font-size: 16px;
    font-weight: bold;
}

.other-content .video_banner .banner-content-bottom ul li {
    color: white;
    font-size: 16px;
}

.other-content .video_banner .banner-content-bottom ul .dub-sub {
    padding: 10px;
    background-color: #3A3A3A;
    border-radius: 4px;
}

.other-content .video_banner .banner-content-bottom ul .thumb {
    padding: 7px 15px 5px;
    background-color: #3A3A3A;
    border-radius: 50px;
    cursor: pointer;
}

.other-content .video_banner .banner-content-bottom ul .thumb i {
    font-size: 19px;
}

.rate-orange {
    background: #FD9B00;
    border-radius: 2px;
    transform: rotate(-45deg);
    width: 48px;
    height: 48px;
}

.rate-orange span {
    font-weight: 700;
    font-size: 24px;
    line-height: 48px;
    color: #F3F3F3;
    transform: rotate(45deg);
    text-align: center;
    display: block;
}

.other-content .main-content .slider-item {
    width: 75%;
    margin-right: 0;
    position: relative;
    z-index: 2;
}

.other-content .video_banner .banner-content ul {
    margin-bottom: 35px;
}

.other-content .video_banner .banner-content p {
    margin-bottom: 24px;
}

.other-content .video_banner .banner-content ul li,
.tab-content #home .banner-content ul li {
    font-weight: 400;
    font-size: 20px;
    line-height: 31px;
    color: #FFFFFF;
    margin-left: 40px;
}

.other-content .video_banner .banner-content ul li:first-child,
.tab-content #home .banner-content ul li:first-child {
    color: rgba(255, 255, 255, 0.7);
    font-weight: 200;
    font-size: 16px;
    line-height: 25px;
}

.other-content .video_banner .banner-content p,
.tab-content #home .banner-content p {
    font-weight: 400;
    font-size: 16px;
    line-height: 25px;
    color: #FFFFFF;
}

.tab-content .type {
    display: flex;
    justify-content: center;
    padding-top: 100px;
    position: relative;
    z-index: 10;
}

.tab-content .type li {
    background: #0C1138;
    padding: 14px 0;
}

.tab-content .type li a {
    border-radius: 16px;
    --bs-border-radius: 16px;
    -webkit-border-radius: 16px;
    -moz-border-radius: 16px;
    background: #0C1138;
    color: rgba(254, 254, 254, 0.60);
    text-align: right;
    font-size: 24px;
    padding: 12px 58px;
}

.tab-content .type li:first-child,
.tab-content .type li:first-child a {
    border-radius: 0 16px 16px 0;
    --bs-border-radius: 0 16px 16px 0;
    -webkit-border-radius: 0 16px 16px 0;
    -moz-border-radius: 0 16px 16px 0;
}

.tab-content .type li:last-child,
.tab-content .type li:last-child a {
    border-radius: 16px 0 0 16px;
    --bs-border-radius: 16px 0 0 16px;
    -webkit-border-radius: 16px 0 0 16px;
    -moz-border-radius: 16px 0 0 16px;
}

.tab-content .type li a.active {
    background-color: #1E2452;
    border-radius: 16px;
    --bs-border-radius: 16px;
    -webkit-border-radius: 16px;
    -moz-border-radius: 16px;
    font-weight: 700;
    color: #ffffff;
}

.title h2 {
    font-weight: 400;
    font-size: 28px;
    line-height: 44px;
    color: #F3F3F3;
    padding: 24px 0;
}

.title:hover .show-more {
    opacity: 1;
}

.title .show-more {
    font-weight: 300;
    font-size: 20px;
    line-height: 44px;
    color: #FFFFFF;
    opacity: 0;
    -webkit-transition: opacity 0.5s ease-in-out;
    -moz-transition: opacity 0.5s ease-in-out;
    transition: opacity 0.5s ease-in-out;
    cursor: pointer;
}

.title .show-more i {
    font-weight: bold;
}

.main-content {
    background-color: #020723;
}

.main-content .mb-14 {
    position: relative;
    z-index: 10;
}

.swiper.trailer-slider,
.swiper.slider-item {
    overflow: unset;
    z-index: 2;
}

.slider-item .item figure {
    position: relative;
}

.rate {
    background-color: #f3cf14;
    text-align: center;
    line-height: 40px;
    border-radius: 50%;
    color: black;
    pointer-events: none;
    margin-left: 40px;
}

.slider-item .item figure img {
    border-radius: 4px;
    object-fit: cover;
    -o-object-fit: cover;
    object-position: center;
    -o-object-position: center;
    width: 100%;
}

.slider-item .item h2 {
    font-weight: 400;
    font-size: 20px;
    line-height: 31px;
    color: #FFFFFF;
    margin-top: 12px;
}

.slider-item .item span {
    font-weight: 200;
    font-size: 16px;
    line-height: 25px;
    color: rgba(255, 255, 255, 0.7);
}

.slider-item .item {
    position: relative;
}

.slider-item .item .rate-orange {
    position: absolute;
    left: -16px;
    bottom: 115px;
    z-index: 10;
    width: 35px;
    height: 35px;
}

.slider-item .item .rate-orange span {
    font-weight: 400;
    font-size: 20px;
    line-height: 35px;
    color: #F3F3F3;
    transform: rotate(45deg);
    text-align: center;
    display: block;
}

.tab-content #home .swiper-banner .swiper-button-next {
    left: 0;
}

.tab-content #home .swiper-banner .swiper-button-prev {
    right: 0;
}

.user-items .swiper-button-next {
    left: 0;
    top: 42%;
}

.user-items .swiper-button-prev {
    right: 0;
    top: 42%;
}

.trailer-slider .swiper-button-next,
.trailer-slider .swiper-button-next,
.slider-item .swiper-button-next {
    left: -390px;
    top: 40%;
}

.trailer-slider .swiper-button-prev,
.trailer-slider .swiper-button-prev,
.slider-item .swiper-button-prev {
    right: -28px;
    top: 40%;
}

.trailer-slider .swiper-button-next,
.trailer-slider .swiper-button-prev,
.tab-content #home .swiper-banner .swiper-button-next,
.tab-content #home .swiper-banner .swiper-button-prev,
.slider-item .swiper-button-next,
.slider-item .swiper-button-prev,
.user-items .swiper-button-next,
.user-items .swiper-button-prev {
    background: #1E2452;
    border-radius: 50%;
    width: 56px;
    height: 56px;
    color: #ffffff;
    z-index: 10;
    position: absolute;
    bottom: unset;
}

.trailer-slider .swiper-button-next:after,
.trailer-slider .swiper-button-prev:after,
.tab-content #home .swiper-banner .swiper-button-next:after,
.tab-content #home .swiper-banner .swiper-button-prev:after,
.slider-item .swiper-button-next:after,
.slider-item .swiper-button-prev:after,
.user-items .swiper-button-next:after,
.user-items .swiper-button-prev:after {
    font-size: 24px;
    font-weight: bold;
}

.trailer-slider .swiper-button-disabled,
.slider-item .swiper-button-disabled,
.user-items .swiper-button-disabled {
    display: none !important;
}

.single-page .other-content {
    margin-right: 0;
    margin-top: 0;
}

.other-content.noSidebar {
    margin-right: 0;
}

.other-content {
    margin-right: 15%;
    background-color: #020723;
    position: relative;
    margin-top: 64px;
}

.other-content .video_banner {
    height: calc(100vh - 20vh);
    position: relative;
}

.other-content .video_banner img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    -o-object-fit: cover;
    object-position: center;
    -o-object-position: center;
}

.other-content .video_banner .banner-content img {
    height: 425px !important;
    border-radius: 5px !important;
    border: none !important;
    margin-left: 20px;
}

.other-content .video_banner {
    position: relative;
}

.other-content .video_banner:before {
    content: "";
    position: absolute;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    background: linear-gradient(90.1deg, rgba(26, 26, 26, 0) 0.08%, rgba(12, 12, 12, 0.82) 98.59%);
    ;
}

.other-content .video_banner.serial .banner-content {
    flex-wrap: nowrap;
    height: calc(100vh - 30vh);
    width: 80%;
}

.other-content .video_banner.movie .banner-content {
    flex-wrap: nowrap;
    height: calc(100vh - 30vh);
    width: 80%;
}

.other-content .video_banner .banner-content .img {
    margin-left: 40px;
}

.other-content .video_banner .banner-content .img .rate-orange {
    position: absolute;
    left: -19px;
    bottom: 30px;
    width: 40px;
    height: 40px;
}

.other-content .video_banner .banner-content .img .rate-orange span {
    font-size: 20px;
}

.other-content .video_banner .banner-content img {
    width: auto;
    height: auto;
    border: 1px solid #4D4C4C;
    border-radius: 4px;
}

.other-content .video_banner .banner-content .outline-btn a {
    border: 1px solid #FFFFFF;
    border-radius: 4px;
}

.back-btn {
    position: absolute;
    left: 3.25rem;
    top: 40px;
    width: 48px;
    height: 48px;
    z-index: 10;
}

.back-btn i {
    color: #ffffff;
    font-size: 32px;
    display: block;
    text-align: center;
    line-height: 48px;
}

.actors-list {
    position: relative;
    z-index: 10;
}

.actors-list .user-items {
    padding: 0 10px;
}

.actors-list .slider-item .swiper-slide {
    text-align: center;
    margin-bottom: 20px;
    margin-top: 40px;
    width: 20% !important;
}

.actors-list .slider-item .swiper-slide h3 {
    font-weight: 400;
    font-size: 16px;
    line-height: 25px;
    text-align: center;
    color: #F3F3F3;
}

.actors-list .slider-item .swiper-slide .actor-img {
    width: 150px;
    height: 150px;
    margin: 0 auto 24px;
}

.actors-list .slider-item .swiper-slide .actor-img img {
    width: 100%;
    height: 100%;
    border-radius: 50%;
}

.biography img {
    width: 150px;
    height: 150px;
    border-radius: 50%;
}

.biography h3 {
    font-weight: 500;
    font-size: 24px;
    line-height: 38px;
    color: #F3F3F3;
    margin-right: 32px;
}

.biography p {
    font-weight: 400;
    font-size: 16px;
    line-height: 25px;
    color: #FFFFFF;
    margin: 32px 0 48px 0;
}


.slider-item.bio .rate-orange {
    left: 15px;
}

.tag-list {
    padding: 30px 20px 40px;
    position: relative;
}

.tag-list .item {
    background: #9B9898;
    border-radius: 16px;
    line-height: 32px;
    text-align: center;
    padding: 0 12px;
    width: auto;
    cursor: pointer;
}

.tag-list .item a {
    font-weight: 400;
    font-size: 14px;
    letter-spacing: 0.25px;
    color: #000000;
    pointer-events: none;
}

.tag-list .item.selected {
    background-color: #E5E5E5;
}

.tag-list .item.selected a:before {
    content: "\e904";
    font-family: icomoon;
    font-weight: 200;
    font-size: 20px;
    line-height: 0;
    position: relative;
    top: 5px;
    left: 7px;
    right: 0;
}

.tag-list .swiper-button-next {
    left: 0;
}

.tag-list .swiper-button-prev {
    right: 0;
}

.tag-list .swiper-button-disabled {
    display: none;
}

.tag-list .swiper-button-next,
.tag-list .swiper-button-prev {
    background: #303343;
    border-radius: 50%;
    width: 40px;
    height: 40px;
    color: #ffffff;
    z-index: 10;
}

.tag-list .swiper-button-next:after,
.tag-list .swiper-button-prev:after {
    font-size: 22px;
    font-weight: bold;
}

.packages,
.shadow-box,
.sign-shadow-box {
    background: #0C1138;
    box-shadow: 0px 0px 14px 3px rgba(251, 251, 251, 0.24);
    -webkit-box-shadow: 0px 0px 14px 3px rgba(251, 251, 251, 0.24);
    -o-box-shadow: 0px 0px 14px 3px rgba(251, 251, 251, 0.24);
    -moz-box-shadow: 0px 0px 14px 3px rgba(251, 251, 251, 0.24);
    border-radius: 25px;
    padding: 32px 24px;
    margin: 104px 0;
    position: relative;
}

.packages {
    padding: 66px;
}

.packages .btn-group>div {
    flex: 45%;
}

.packages .btn-group label {
    background: #1E2452;
    border: 4px solid transparent;
    border-radius: 16px;
    padding: 16px;
    width: 100%;
    height: 165px;
    margin-bottom: 16px;
    text-align: right !important;
}

.packages .btn-group label:hover {
    background-color: #0C1138;
}

.packages .btn-group .btn-check:checked+.btn {
    background-color: #0C1138 !important;
    border: 4px solid #00B2E2;

}

.packages .btn-group .item:nth-child(odd) {
    margin-left: 20px;
}

.packages .btn-group h2 {
    font-weight: 400;
    font-size: 24px;
    line-height: 38px;
    color: #FFFFFF;
    margin-top: 10px;
    margin-bottom: 22px;
}

.packages .btn-group p {
    font-weight: 400;
    font-size: 16px;
    line-height: 25px;
    color: #F9F9F9;
    margin: 0;
}

.packages .btn-group .price {
    font-weight: 500;
    font-size: 32px;
    line-height: 50px;
    color: #FFFFFF;
}

.packages .btn-group span {
    font-weight: 400;
    font-size: 16px;
    line-height: 25px;
    color: #F9F9F9;
    margin-right: 8px;
}

.packages .feature h2 {
    font-weight: 700;
    font-size: 36px;
    line-height: 56px;
    color: #FBFBFB;
    margin-bottom: 48px;

}

.packages .feature ul li {
    margin-bottom: 32px;
}

.packages .feature ul li:last-child {
    margin-bottom: 0;
}

.packages .feature ul li h5 {
    font-weight: 400;
    font-size: 24px;
    line-height: 38px;
    color: #F9F9F9;
}

.packages .feature ul li i {
    color: #05CC13;
    line-height: 38px;
    font-size: 24px;
    margin-left: 15px;
}


.radial-bar {
    width: 288px;
    height: 288px;
    background-color: #cccccc;
    border-radius: 50%;
    position: relative;
    margin: 0 auto;
}

.radial-bar__mask {
    clip: rect(0px, 288px, 288px, 144px);
    -webkit-backface-visibility: hidden;
    transition: -webkit-transform 1s;
    transition: -ms-transform 1s;
    transition: transform 1s;
    width: 288px;
    height: 288px;
    position: absolute;
    border-radius: 50%;
}

.radial-bar.danger .radial-bar__fill {
    background-color: #A81910;
}

.radial-bar__fill {
    -webkit-backface-visibility: hidden;
    transition: -webkit-transform 1s;
    transition: -ms-transform 1s;
    transition: transform 1s;
    border-radius: 50%;
    clip: rect(0px, 144px, 288px, 0px);
    background-color: #669900;
    width: 288px;
    height: 288px;
    position: absolute;
}

.radial-bar__inset {
    width: 200PX;
    height: 200PX;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    background-color: #020723;
    border-radius: 50%;
    display: table-cell;
}

.radial-bar__percent {
    position: relative;
    top: 50%;
    transform: translateY(-50%);
    font-weight: 500;
    font-size: 16px;
    line-height: 36px;
    text-align: center;
    color: #F9F9F9;
    max-width: 143px;
    margin: 0 auto;
}


.port-sec label {
    font-weight: 400;
    font-size: 20px;
    line-height: 31px;
    color: #FFFFFF;
    margin-bottom: 16px;
    cursor: pointer;
    position: relative;
    padding-right: 30px;
}

.port-sec input[type="radio"] {
    display: none;
}

.port-sec label::before {
    content: "";
    position: absolute;
    width: 20px;
    height: 20px;
    background-color: transparent;
    border: 2px solid rgba(255, 255, 255, 0.6);
    ;
    border-radius: 50%;
    top: 50%;
    left: unset;
    right: 0;
    transform: translateY(-50%);
    transition: border-color 400ms ease;
}

.port-sec label::after {
    content: "";
    position: absolute;
    width: 20px;
    height: 20px;
    background-color: #00B2E2;
    border: 2px solid #00B2E2;
    border-radius: 50%;
    top: 50%;
    left: unset;
    right: 0;
    transform: translateY(-50%) scale(0);
    transition: transform 400ms ease;
}

.port-sec input[type="radio"]:checked+label::before {
    border-color: #00B2E2;
}

.port-sec input[type="radio"]:checked+label::after {
    transform: translateY(-50%) scale(0.55);
}

.payment-records {
    background: #0C1138;
    border-radius: 16px;
    padding: 16px 24px 32px;
    display: none;
}

.payment-records table {
    color: #ffffff;
}

.payment-records table tbody tr {
    border-bottom: transparent;
}

.payment-records table tbody tr td {
    padding: 20px 0;
    font-weight: 700;
    font-size: 24px;
    line-height: 38px;
}

.payment-records table tbody tr td span {
    font-weight: 400;
    font-size: 16px;
    line-height: 19px;
    margin-right: 5px;
}

.payment-records table thead tr th {
    padding-bottom: 16px;
    font-weight: 400;
    font-size: 22px;
    line-height: 34px;
}

.payment_responsive {
    display: none;
}

.movie-item-div {
    margin: 0 20px 30px 20px;
    position: relative;
}

.movie-item {
    height: 480px;
    border-radius: 10px;
}

.movie-item-text {
    color: #fff;
    font-size: 1.3rem;
}

.payment_responsive .pay_items .item {
    padding: 24px 20px;
    border-radius: 16px;
    width: 100%;
    background: #1E2452;
    margin-bottom: 16px;
}

.payment_responsive .pay_items .item ul li:last-child {
    margin-bottom: 0;
}

.payment_responsive .pay_items .item ul li {
    font-size: 18px;
    margin-bottom: 24px;
    color: #ffffff;
}

.payment_responsive .pay_items .item ul li h4 {
    font-size: 20px;
    font-weight: 700;
    line-height: 36px;
}

.payment_responsive .pay_items .item ul li h4 span {
    font-size: 12px;
    font-weight: normal;
    margin-right: 4px;
}

#toggle2 {
    display: none;
}

.danger-box,
.success-box {
    padding: 16px;
    border-radius: 12px;
    color: #F9F9F9;
    font-weight: 500;
    font-size: 16px;
    line-height: 25px;
}

.danger-box {
    background-color: #A81910;
    margin-bottom: 24px;
}

.success-box {
    background-color: #26C076;
    margin-bottom: 24px;
}

.shadow-box {
    padding: 48px;
}

.shadow-box ul li {
    margin-bottom: 64px;
}

.shadow-box ul li i {
    color: #FFFFFF;
    font-size: 24px;
    line-height: 38px;
    margin-left: 24px;
    width: 24px;
}

.shadow-box ul li h4 {
    font-weight: 400;
    font-size: 24px;
    line-height: 38px;
    color: #FFFFFF;
    margin-bottom: 16px;
}

.shadow-box ul li p {
    font-weight: 400;
    font-size: 16px;
    line-height: 25px;
    color: #FFFFFF;
}

.shadow-box .map {
    width: 100%;
}

.shadow-box .map img {
    border-radius: 16px;
    text-align: left;
    width: 100%;
    height: 300px;
    object-fit: cover;
    object-position: center;
    -o-object-fit: cover;
    -o-object-position: center;
}

.shadow-box.about p {
    font-weight: 400;
    font-size: 16px;
    line-height: 30px;
    color: #FFFFFF;
    text-align: justify;
}

.tab-content #aboutus h2 {
    font-weight: 500;
    font-size: 32px;
    line-height: 50px;
    color: #FFFFFF;
    margin-bottom: 48px;
}

.shadow-box.about span {
    margin-left: 16px;
    font-weight: 500;
    font-size: 22px;
    color: #FFFFFF;
}

.about-form {
    width: 40%;
    margin: 0 auto;
}

.about-form input {
    border-radius: 50px;
    padding: 10px 15px;
    background-color: rgb(218, 218, 218);
}

.about-form input:focus {
    background-color: rgb(199, 199, 199);
}

.about-form textarea {
    background-color: rgb(218, 218, 218);
    min-height: 130px;
}

.about-form textarea:focus {
    background-color: rgb(199, 199, 199);
}

.img-zemtrix img {
    width: 124px;
}


.keyboard.en {
    display: none;
}

.keyboard ul {
    justify-content: center;
    display: flex;
    flex-wrap: wrap;
    padding-left: 0;
    flex-flow: row wrap;
    position: relative;
}

.key-item {
    margin: 4px;
    -webkit-border-radius: 2px;
    border-radius: 2px;
    -moz-border-radius: 2px;
    width: 64px;
    height: 64px;
    background-color: #303343;
    color: #ffffff;
    cursor: pointer;
    flex: 0 1 calc(16% - 8px);
}

.key-item:hover {
    background-color: #9e9e9e;
    color: #fff;
    transition-property: background-color .2s linear 0s;
    -moz-transition: background-color .2s linear 0s;
    -webkit-transition: background-color .2s linear 0s;
    -o-transition: background-color .2s linear 0s;
}

.key-item a {
    font-weight: 500;
    font-size: 40px;
    line-height: 64px;
    color: #FFFFFF;
}

.search_input {
    margin-bottom: 8px;
    margin-top: 8px;
    border: 1px solid #9e9e9e;
    border-radius: 0px;
}


.key-item .key i {
    line-height: 64px;
}

.keyboard.fa .key-item.space {
    flex: 0 1 calc(48% - 8px);
}

.keyboard.en .key-item.space {
    flex: 0 1 calc(64% - 8px);
}

.key {
    font-weight: 700;
    font-size: 40px;
    line-height: 63px;
    text-align: center;
    color: #FFFFFF;
}

.similiar-movie-item {
    height: 480px;
}

.spanicons:hover {
    color: #3498db;
    transition-property: color .2s linear 0s;
    -moz-transition: color .2s linear 0s;
    -webkit-transition: color .2s linear 0s;
    -o-transition: color .2s linear 0s;
}

.search_box {
    background: #0C1138;
    height: 64px;
    position: absolute;
    top: 0;
    right: 0;
    left: 0;
    padding-left: 48px;
    display: flex;
    justify-content: end;
    z-index: 2;
}

.search_box .responsive_header {
    display: none;
}

.search_box .responsive_header .burger-menu i {
    color: #ffffff;
    font-size: 30px;
}

.child_view .search_box {
    z-index: 20;
}

.mobile_menu {
    display: none;
    background-color: #0C1138;
    position: absolute;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    z-index: 100;
    padding: 15px 10px;
}

.mobile_menu .bottom_menu {
    position: absolute;
    left: 0;
    right: 0;
    bottom: 0;
}

.mobile_menu ul {
    margin: 16px;
    text-align: right;
    margin-bottom: 100px;
}

.mobile_menu ul li {
    margin: 0 auto 16px;
}

.mobile_menu ul li a {
    color: #ffffff;
    padding: 30px 48px 18px;
    display: block;
    font-size: 20px;
    color: #ADADAD;
}

.mobile_menu ul li a.active {
    border-radius: 12px;
    --bs-border-radius: 12px;
    -moz-border-radius: 12px;
    -webkit-border-radius: 12px;
    background-color: #020723;
    color: white;
}

.mobile_menu .close-menu {
    margin: 16px;
    position: relative;
    top: 8px;
    padding: 10px;
}

.mobile_menu .close-menu i {
    color: #ffffff;
    font-size: 30px;
    font-weight: bold;
}

.mobile_menu .outline-btn,
.mobile_menu .silver-btn,
.mobile_menu .img-zemtrix {
    margin-top: 30px;
    text-align: center;
}

.mobile_menu .search {
    display: block;
    width: 100%;
    padding: 0 16px;
    margin-top: 12px;
}

.mobile_menu .search input {
    font-size: 16px !important;
}

.search {
    width: 30%;
    margin-left: 80px;
}

.search label {
    position: relative;
}

.search .input-group .search_input {
    background: #1E2452;
    border-radius: 40px;
    border: none;
    font-weight: 400;
    font-size: 20px;
    line-height: 36px;
    color: #DADADA;
}

.search_input::placeholder {
    color: #DADADA;
}

.search .input-group .search_input:focus {
    background: #1E2452;
}

.search .input-group .search_input[type="search"]::-webkit-search-cancel-button {
    -webkit-appearance: none;
    height: 24px;
    width: 24px;
    color: #242635;
    margin-left: .2em;
    background-image: url("data:image/svg+xml;utf8,<svg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24' fill='%23777'><path d='M19 6.41L17.59 5 12 10.59 6.41 5 5 6.41 10.59 12 5 17.59 6.41 19 12 13.41 17.59 19 19 17.59 13.41 12z'/></svg>");
    cursor: pointer;
}

.search .input-group .icon-search {
    color: #ffffff;
    position: absolute;
    left: 15px;
    top: 11px;
    font-size: 26px;
}

.search .noResult p {
    font-weight: 400;
    font-size: 20px;
    line-height: 31px;
    color: #FFFFFF;
    max-width: 320px;
    display: block;
    margin: 64px auto;
}

.search .result .item {
    padding: 0 20px;
}

.search .result .rate-orange {
    left: 3px;
}

.season_sec .season_content .img img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    -o-object-fit: cover;
    object-position: center;
    -o-object-position: center;
    border-radius: 4px;
    position: relative;
}

.season_sec .season_content {
    position: relative;
    z-index: 2;
}

.season_sec .season_content .img {
    position: relative;
    margin-bottom: 56px;
}

.season_sec .season_content .img:after {
    content: "";
    position: absolute;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    background: linear-gradient(180deg, rgba(0, 0, 0, 0) 38.83%, rgba(0, 0, 0, 0.9) 100%);
    border-radius: 4px;
}

.season_sec .season_content .img .video_desc {
    position: absolute;
    left: 0;
    right: 0;
    bottom: 0;
    z-index: 2;
}

.season_sec .season_content .img .video_desc h5 {
    font-weight: 400;
    font-size: 15px;
    line-height: 20px;
    color: #FFFFFF;
    background-color: #020723cc;
    padding: 5px 8px;
    width: fit-content;
    border-radius: 50px;
}

.season_sec .season_content .img .video_desc div {
    font-weight: 400;
    font-size: 13px;
    line-height: 20px;
    color: #FFFFFF;
}

.season_sec {
    position: relative;
    z-index: 2;
}

.season_sec select {
    background: #F2F2F2;
    border: 1px solid #FFFFFF;
    border-radius: 4px;
    width: 12%;
    padding: 11px;
    font-size: 15px;
}

.comment-box {
    padding: 32px 82px !important;
    width: 60%;
    margin: 0 auto 40px;
}

.comment-box h2 {
    text-align: center;
    font-weight: 400;
    font-size: 28px;
    line-height: 44px;
    color: #F3F3F3;
    margin-bottom: 56px;
}

.comment-box ul li {
    border-bottom: 0.5px solid #9B9898;
    padding-bottom: 16px;
    margin-bottom: 16px;
}

.comment-box ul li:first-child {
    padding-bottom: 54px;
}

.comment-box ul li:first-child,
.comment-box ul li:last-child {
    border-bottom: 0;
}

.comment-box ul li .answer .user-img {
    border: 2px solid #9C9C9C;
    border-radius: 50px;
    box-shadow: 0px 0px 6px 2px rgba(207, 207, 207, 0.25);
    -moz-box-shadow: 0px 0px 6px 2px rgba(207, 207, 207, 0.25);
    -o-box-shadow: 0px 0px 6px 2px rgba(207, 207, 207, 0.25);
    -webkit-box-shadow: 0px 0px 6px 2px rgba(207, 207, 207, 0.25);
    width: 64px;
    height: 64px;
    text-align: center;
}

.comment-box ul li i {
    margin-left: 0;
    color: #9C9C9C;
    font-size: 38px;
}


.comment-box ul li .answer .user-img i {
    font-size: 28px;
    line-height: 59px;
    color: #9C9C9C;
}

.comment-box ul li .answer .comment {
    margin-right: 20px;
}

.comment-box ul li .answer .comment .date {
    font-weight: 400;
    font-size: 16px;
    line-height: 25px;
    color: #757575;
    margin-bottom: 5px;
}

.comment-box ul li .answer .comment p {
    font-weight: 400;
    font-size: 20px;
    line-height: 31px;
    color: #FFFFFF;
    margin: 0;
}

.comment-box ul li .question .comment_inputs textarea {
    display: none;
}

.comment-box ul li .question .comment_inputs {
    position: relative;
}

.comment-box ul li .question .comment_inputs .send {
    position: absolute;
    left: 12px;
    bottom: 12px;
    display: none;
}

.comment-box ul li .question .comment_inputs .send i {
    font-size: 28px;
}

.comment-box ul li .question input,
.comment-box ul li .question textarea {
    background: #B9B9B9;
    border-radius: 12px;
    font-weight: 400;
    font-size: 16px;
    line-height: 31px;
    color: #1F2027;
    padding: 16px;
    width: 100%;
    margin-left: 16px;
}

.comment-box ul li .question input::placeholder {
    color: #757575;
}

.comment-box .silver-btn {
    line-height: 50px;
    margin-top: 64px;
}

.comment-box .silver-btn a {
    padding: 0 36px;
}

.trailer-slider .item {
    height: 200px;
}

.trailer-slider .item img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    object-position: center;
    -o-object-fit: cover;
    -o-object-position: center;
    border-radius: 16px;
}

.movie-actors {
    font-weight: 400;
    font-size: 14px;
    line-height: 22px;
    color: #DDDDDD;
    margin-bottom: 80px;
    display: flex;
}

.movie-actors .actors {
    flex: 1;
    margin-right: 4px;
}

.movie-actors span {
    font-weight: 300;
    font-size: 14px;
    line-height: 22px;
    color: #DDDDDD;
}

main.page-404:before {
    content: none;
}

.page-404 {
    height: 100vh;
    background-color: #020723;
    padding: 60px 0;
}

.page-404 div {
    width: 100%;
}

.page-404 div:last-child {
    text-align: left;
}

.page-404 .error-text h3 {
    font-weight: 400;
    font-size: 48px;
    line-height: 75px;
    text-align: center;
    color: #00B2E2;
}

.page-404 .error-text p {
    font-weight: 400;
    font-size: 48px;
    line-height: 75px;
    color: #FFFFFF;
    text-align: center;
}

.page-404 .error span {
    font-weight: 500;
    font-size: 24px;
    line-height: 38px;
    color: #FFFFFF;

}

.page-404 .error i {
    font-weight: 500;
    font-size: 30px;
    line-height: 38px;
    color: #00B2E2;
    position: relative;
    top: 8px;
}

.page-404 .error .text-end i {
    -webkit-transform: rotate(180deg);
    -moz-transform: rotate(180deg);
    -ms-transform: rotate(180deg);
    -o-transform: rotate(180deg);
    transform: rotate(180deg);
    display: inline-block;
}

.login-register,
.choose_user {
    position: relative;
    height: 100vh;
}

.login-register .shadow-box {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    margin: 0;
    width: 1040px;
}

.login-register .shadow-box p {
    font-weight: 400;
    font-size: 22px;
    line-height: 34px;
    text-align: center;
    color: #FFFFFF;
}

.login-register .shadow-box .edit-btn {
    text-align: center;
    margin: 0 auto 30px;
    display: block;
}

.login-register .shadow-box a {
    font-weight: 700;
    font-size: 22px;
    line-height: 34px;
    text-align: center;
    color: #00B2E2;
    border-bottom: 1px solid #00B2E2;
}

.login-register .shadow-box #resend {
    border-bottom: none;
    position: relative;
}

.login-register .shadow-box #resend:after {
    content: "";
    position: absolute;
    left: 50%;
    right: 50%;
    bottom: 0;
    height: 1px;
    background-color: #00B2E2;
    width: 24%;
    transform: translate(50%, 50%);
}

.login-register .shadow-box h3 {
    text-align: center;
    color: #fff;
    font-size: 24px;
    font-weight: 400;

}

.login-register .shadow-box .login-register-title {
    margin-right: 20px;
}

.login-register .shadow-box .login-register-title i {
    font-size: 32px !important;
}

.login-register .shadow-box .login-register-title i,
.login-register .shadow-box .login-register-title span {
    font-weight: 700;
    font-size: 22px;
    line-height: 34px;
    color: #FFFFFF;
}

.login-register .shadow-box form input[type=number] {
    margin: 24px 0;
    padding: 0 40px;
    font-weight: 700;
    font-size: 24px;
    line-height: 38px;
    color: #9F9F9F;
    text-align: left;
    height: 86px;
    background: #F6E6FF;
    border-radius: 16px;
}

/* Chrome, Safari, Edge, Opera */
.login-register .shadow-box form input[type=number]::-webkit-outer-spin-button,
.login-register .shadow-box form input[type=number]::-webkit-inner-spin-button {
    -webkit-appearance: none;
    margin: 0;
}

/* Firefox */
.login-register .shadow-box form input[type=number][type=number] {
    -moz-appearance: textfield;
}

.login-register .shadow-box form input[type=number].filled {
    border: 2px solid #0AE589;
    box-shadow: 0px 0px 10px 6px rgba(10, 229, 137, 0.65);
}

.login-register .shadow-box form .btn-primary {
    font-weight: 700;
    font-size: 24px;
    line-height: 38px;
    color: rgba(255, 255, 255, 0.5);
    background-color: #5A8898;
    border-radius: 16px;
    text-align: center;
    width: 100%;
    height: 86px;
    margin-bottom: 48px;
}

.login-register .shadow-box form .resend p {
    font-weight: 400;
    font-size: 20px;
    line-height: 31px;
    text-align: center;
    color: #FFFFFF;
}

.login-register .shadow-box form .resend a {
    font-weight: 400;
    font-size: 24px;
    line-height: 38px;
    text-align: center;
    color: #00B2E2;
}

main.login-register:after {
    content: "";
    background-image: url("../img/circle2.png");
    width: 370px;
    height: 370px;
    position: absolute;
    right: -60px;
    bottom: -78px;
    top: unset;
    z-index: 1;
}

.pagination_sec {
    margin-bottom: 74px;
    justify-content: center;
    display: flex;
    direction: ltr;
}

.pagination .page-item:first-child .page-link,
.pagination .page-item:last-child .page-link {
    background-color: #1E2452;
    border-radius: 50%;
    width: 40px;
    height: 40px;
    border: none;
    line-height: 40px;
    align-items: center;
}

.pagination .page-item .page-link i {
    color: #ffffff;
    font-size: 18px;
    font-weight: bold;
}

.pagination .page-item .page-link {
    background-color: transparent;
    color: #ffffff;
    margin: 0 24px;
    border: none;
    width: 40px;
    height: 40px;
    border-radius: 50%;
    line-height: 32px;
    display: flex;
    justify-content: center;
}

.pagination .page-item .page-link.active {
    background-color: #1E2452;
    color: #0492C2;
}

.pagination .active-page-item {
    background-color: #1e2452;
    padding: 8px 17px;
    border-radius: 50px;
}

.comment-box-first {
    text-align: center;
    color: #fff;
}

.input-label {
    color: white;
    font-size: 20px;
    padding: 5px 10px;
}

.movie-time {
    color: white;
    font-size: 20px;
}

.movies-row {
    margin-right: 5px;
    margin-top: 40px;
}

.category-item {
    width: 25%;
    margin-bottom: 30px;
    position: relative;
}

.category-item img {
    width: 100%;
}

.category-item h3 {
    position: absolute;
    color: black;
    font-size: 24px;
    bottom: 0;
    padding: 15px;
}

.category-item .category-item-cover {
    position: absolute;
    width: 100%;
    height: 100%;
    background-image: linear-gradient(to right, transparent, 80%, white);
    border-radius: 8px;
}

.player-message {
    color: #fff;
    font-size: 20px;
    position: absolute;
    padding: 15px 25px;
    background-color: #020723;
    top: 10px;
    right: 10px;
    border-radius: 20px;
}

.player-message i {
    font-size: 24px;
    margin-left: 5px;
    color: #f3cf14;
}

.single-movie-hover .black-cover-movie {
    visibility: hidden;
    -webkit-transition: opacity 0.3s;
    -moz-transition: opacity 0.3s;
    -o-transition: opacity 0.3s;
    transition: opacity 0.3s;
    opacity: 0;
    position: absolute;
    bottom: 0;
    padding: 150px 15px 20px 15px;
    color: white;
    background-image: linear-gradient(to bottom, transparent, 32%, black);
    width: 100%;
    height: 50%;
    border-radius: 0px 0px 3px 3px;
}

.single-movie-hover .black-cover-movie .imdb-rate {
    margin-top: 5px;
    color: #f3cf14;
}

.single-movie-hover:hover .black-cover-movie {
    visibility: visible;
    opacity: 1;
}

.imdb-rate-cover {
    position: absolute;
    background-color: #f3cf14;
    padding: 8px;
    color: black;
    border-radius: 50px;
    left: -14px;
    top: 400px;
    z-index: 10;
}

.like-count {
    margin-right: 5px;
}

.dislike-count {
    margin-right: 5px;
}

.cast-names {
    font-size: 18px;
    color: white;
}

.cast-names a {
    font-size: 16px;
    color: white;
    margin-right: 5px;
}

.login-signup {
    position: absolute;
    left: 0;
    top: 8px;
    padding-left: 20px;
    display: flex;
    justify-content: end;
    z-index: 2;
}

.login-signup button {
    position: absolute;
    top: 0;
}

.login-signup button .icons {
    padding: 10px 15px;
    background-color: #1E2452;
    color: white;
    border-radius: 25px;
    font-size: 26px;
}

.login-signup button .icons i {
    display: table-cell;
}

.login-signup .profileDropDown {
    position: absolute;
    top: 62px;
    background-color: #1E2452;
    padding: 0 0 20px;
    border-radius: 10px;
    width: 300px;
    z-index: 100;
    box-shadow: 0 14px 28px rgba(0, 0, 0, 0.25),
        0 10px 10px rgba(0, 0, 0, 0.22);
}

.login-signup .profileDropDown ul {
    margin: 10px 0 0;
}

.login-signup .profileDropDown ul li {
    padding: 10px 20px;
}

.login-signup .profileDropDown ul li:hover {
    background-color: #0C1138;
}

.login-signup .profileDropDown ul li a {
    color: white;
    font-size: 18px;
    display: flex;
    align-items: center;
}

.login-signup .profileDropDown ul li a i {
    font-size: 18px;
    margin-left: 8px;
}

.login-signup .profileDropDown .package {
    padding: 20px;
    background-color: #0C1138;
    border-radius: 10px 10px 0 0;
    text-align: center;
    font-size: 18px;
}

.login-signup .profileDropDown .package .link {
    margin-top: 15px;
}

.login-signup .profileDropDown .package .remain {
    color: #00a10b;
}

.login-signup .profileDropDown .package .remain .link a {
    color: white;
    background-color: #008309;
    padding: 5px 10px;
    border-radius: 5px;
}

.login-signup .profileDropDown .package .finish {
    color: rgb(148, 0, 0);
}

.login-signup .profileDropDown .package .finish .link a {
    color: white;
    background-color: rgb(148, 0, 0);
    padding: 5px 10px;
    border-radius: 5px;
}

.swiper-banner .swiper-wrapper .imdb-rate-slider {
    position: absolute;
    padding: 12px 16px;
    background-color: #f3cf14;
    color: black;
    font-size: 18px;
    border-radius: 3px 16px 3px 16px;
    box-shadow: 0 2px #88730c;
}

.video-player {
    width: 100%;
    height: 100%;
}

.choose_user .shadow-box,
.login-register .shadow-box {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    margin: 0;
    width: 1040px;
}

.choose_user h3 {
    color: #FFF;
    font-size: 24px;
    font-weight: 700;
    margin: 128px 0 64px;

}

.choose_user ul li {
    color: #FFF;
    font-size: 22px;
    font-weight: 400;
}

.choose_user ul li a img {
    width: 96px;
    height: 96px;
    line-height: 96px;
    border-radius: 50%;
    --bs-border-radius: 50%;
    -moz-border-radius: 50%;
    -webkit-border-radius: 50%;
    padding: 16px;
    display: block;
    margin-bottom: 16px;
}

.choose_user ul li:first-child a img {
    background-color: #0492C2;
}

.choose_user ul li:last-child a img {
    background-color: #BB06C9;
}

.choose_user .age_range input {
    display: none;
}

.choose_user .age_range .form-check {
    padding-left: 0;
}

.choose_user .age_range input:checked+label {
    border: 6px solid #0492C2;
}

.choose_user .age_range label {
    cursor: pointer;
    background-color: #ffffff;
    box-shadow: 3px 3px 20px 4px rgba(0, 0, 0, 0.17) inset;
    -webkit-box-shadow: 3px 3px 20px 4px rgba(0, 0, 0, 0.17) inset;
    -o-box-shadow: 3px 3px 20px 4px rgba(0, 0, 0, 0.17) inset;
    -moz-box-shadow: 3px 3px 20px 4px rgba(0, 0, 0, 0.17) inset;
    filter: drop-shadow(6px 6px 18px rgba(5, 4, 31, 0.30)) drop-shadow(-4px -4px 18px rgba(255, 255, 255, 0.25));
    -webkit-filter: drop-shadow(6px 6px 18px rgba(5, 4, 31, 0.30)) drop-shadow(-4px -4px 18px rgba(255, 255, 255, 0.25));
    -ms-filter: drop-shadow(6px 6px 18px rgba(5, 4, 31, 0.30)) drop-shadow(-4px -4px 18px rgba(255, 255, 255, 0.25));
    width: 144px;
    height: 144px;
    border-radius: 50%;
    --bs-border-radius: 50%;
    -moz-border-radius: 50%;
    -webkit-border-radius: 50%;
    margin-left: 16px;
    border: 6px solid #ffffff;
    color: #1E2452;
    text-align: center;
    font-size: 28px;
    font-weight: 500;
    display: block;
    line-height: 138px;
}

.choose_user .back-btn {
    position: absolute;
    left: 40px;
    top: 40px;
    font-size: 48px;
    color: #ffffff;
}

.choose_user p {
    color: #FFF;
    font-size: 24px;
    font-weight: 400;
    margin-bottom: 64px;
}

.choose_user .change_user_code {
    display: flex;
    justify-content: center;
    direction: initial;
}

.choose_user .change_user_code input {
    width: 88px;
    height: 86px;
    border-radius: 8px;
    --bs-border-radius: 8px;
    -moz-border-radius: 8px;
    -webkit-border-radius: 8px;
    background: #F6E6FF;
    margin-left: 8px;
    text-align: center;
    font-size: 32px;
    font-weight: bold;
}

.choose_user .change_user_code input:first-child {
    margin-left: 0;
}

.choose_user .change_user_code input::-webkit-outer-spin-button,
.choose_user .change_user_code input::-webkit-inner-spin-button {
    -webkit-appearance: none;
    margin: 0;
}

.choose_user .change_user_code input[type=number] {
    -moz-appearance: textfield;
}

.choose_user .change_code_title {
    color: #FFF;
    text-align: right !important;
    font-size: 20px;
    font-weight: 500;
    margin-bottom: 12px;
    display: inherit;
    margin-right: 68px;
}

.choose_user .resend {
    color: #F3CE13;
    font-size: 20px;
    font-weight: 500;
    margin-top: 55px
}

.child_view .sidebar-content {
    margin-right: 0;
}

.child_view .child_content_sec {
    margin-top: 64px;
}

/*end main*/

@media (min-width: 1400px) {
    .slider-item .item {
        width: 320px !important;
    }
}


@media (max-width: 1400px) {
    .movie-item {
        height: 310px;
    }

    .similiar-movie-item {
        height: 370px;
    }

    .tab-content #home .swiper-banner {
        height: 640px;
    }

    .tab-content #home .swiper-banner .swiper-slide {
        height: 560px;
    }

    .other-content .video_banner.movie .banner-content,
    .other-content .video_banner.serial .banner-content {
        left: 0;
        width: 80%;
    }

    .other-content .video_banner .banner-content h2 {
        font-size: 22px;
        line-height: normal;
    }

    .other-content .main-content .slider-item {
        width: 100%;
    }

    .trailer-slider .swiper-button-next,
    .trailer-slider .swiper-button-next,
    .slider-item .swiper-button-next {
        left: -28px;
    }

    .comment-box {
        width: 80%;
    }

    .about-form {
        width: 60%;
    }

    .sidebar {
        width: 20%;
    }

    .sidebar-content {
        margin-right: 20%;
    }

    .other-content {
        margin-right: 20%;
    }

    .packages {
        padding: 30px;
    }

    .single-movie-hover .black-cover-movie {
        padding: 120px 15px 20px 15px;
    }

    .imdb-rate-cover {
        top: 240px;
    }

    .swiper-banner .swiper-wrapper .imdb-rate-slider {
        padding: 10px 14px;
        font-size: 16px;
    }

}

@media (max-width: 1200px) {
    .movie-item {
        height: 230px;
    }

    .movie-item-text {
        font-size: 0.8rem;
    }

    .comment-box {
        width: 90%;
    }

    .similiar-movie-item {
        height: 310px;
    }

    .tab-content #home .swiper-banner {
        height: 530px;
    }

    .tab-content #home .swiper-banner .swiper-slide {
        height: 450px;
    }

    .category-item h3 {
        font-size: 20px;
        padding: 8px;
    }

    .single-movie-hover .black-cover-movie {
        padding: 90px 15px 20px 15px;
    }

    .imdb-rate-cover {
        top: 170px;
    }

    .season_sec .season_content .img .video_desc h5 {
        font-size: 13px;
    }

}

@media (max-width: 992px) {

    .other-content .video_banner .banner-content img {
        height: 330px !important;
    }

    .slider-item .item figure img {
        height: 320px;
    }

    .other-content .video_banner {
        height: 450px;
    }

    .movie-item {
        height: 260px;
    }

    .search_box {
        padding: 0 16px;
        align-items: center;
        justify-content: start;
        position: relative;
        z-index: 20;
    }

    .search_box .search {
        display: none;
    }

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

    .search_box .responsive_header a img {
        width: 90px;
    }

    .sidebar {
        display: none;
    }

    .sidebar-content {
        margin-right: 0;
    }

    .page-404 {
        border-radius: 16px;
        background: #020723;
        box-shadow: 0px 0px 14px 3px rgba(251, 251, 251, 0.24);
        margin: 16px;
    }

    .page-404 .error-text h3,
    .page-404 .error-text p {
        font-size: 24px;
        line-height: normal;
    }

    .page-404 .error span {
        font-size: 10px;
        font-weight: 700;
    }

    .page-404 .error i {
        margin-left: 0 !important;
        margin-right: 0 !important;
        font-size: 22px;
    }

    .login-register,
    .choose_user {
        height: auto;
    }

    .login-register .shadow-box {
        margin: 20px 100px;
        position: relative;
        top: unset;
        left: unset;
        transform: unset;
        width: auto;
        padding: 100px 10px;
    }

    .choose_user .shadow-box {
        margin: 16px;
        position: relative;
        top: unset;
        left: unset;
        transform: unset;
        width: auto;
        padding: 40px 24px;
    }

    .choose_user .shadow-box h3,
    .choose_user .age_range label,
    .choose_user p {
        font-size: 16px !important;
        line-height: 28px;
    }

    .login-register .shadow-box p,
    .login-register .shadow-box a,
    .login-register .shadow-box .login-register-title i,
    .login-register .shadow-box .login-register-title span,
    .login-register .shadow-box form .resend p {
        font-size: 19px !important;
        line-height: 28px;
    }

    .login-register .shadow-box form .resend a {
        font-size: 22px;
    }

    .login-register .shadow-box form input[type=number] {
        height: 56px;
        font-size: 18px;
        padding: 0 24px;
        border-radius: 8px;
    }

    .login-register .shadow-box form input[type=submit] {
        height: 56px;
        font-size: 16px;
        border-radius: 8px;
        --bs-border-radius: 8px;
        -moz-border-radius: 8px;
        -webkit-border-radius: 8px;
    }

    .main-content {
        padding-left: 16px !important;
        padding-right: 16px !important;
        min-height: 98vh;
    }

    .trailer-slider .swiper-button-next,
    .trailer-slider .swiper-button-prev,
    .tab-content #home .swiper-banner .swiper-button-next,
    .tab-content #home .swiper-banner .swiper-button-prev,
    .slider-item .swiper-button-next,
    .slider-item .swiper-button-prev,
    .user-items .swiper-button-next,
    .user-items .swiper-button-prev {
        width: 60px;
        height: 60px;
    }

    .trailer-slider .swiper-button-next:after,
    .trailer-slider .swiper-button-prev:after,
    .tab-content #home .swiper-banner .swiper-button-next:after,
    .tab-content #home .swiper-banner .swiper-button-prev:after,
    .slider-item .swiper-button-next:after,
    .slider-item .swiper-button-prev:after,
    .user-items .swiper-button-next:after,
    .user-items .swiper-button-prev:after {
        font-size: 20px;
    }

    .tab-content #home .swiper-banner .swiper-slide {
        height: auto;
    }

    .swiper-button-next,
    .swiper-button-prev {
        top: 55%;
    }

    .tab-content #home .swiper-banner .swiper-slide img,
    .trailer-slider .item img {
        border-radius: 8px;
        --bs-border-radius: 8px;
        -moz-border-radius: 8px;
        -webkit-border-radius: 8px;
    }

    .banner {
        padding-bottom: 0 !important;
        padding-top: 0 !important;
    }

    .trailer-slider .item {
        height: auto;
    }

    .title h2 {
        font-size: 20px;
        padding: 12px 0;
    }

    .title .show-more {
        font-size: 14px;
    }

    .slider-item .item h2 {
        font-size: 12px;
        margin-top: 4px;
        line-height: normal;
    }

    .slider-item .item figure {
        margin-bottom: 0;
    }

    .slider-item .item span {
        font-size: 10px;
        line-height: normal;
    }

    .trailer-slider .swiper-button-next,
    .trailer-slider .swiper-button-next {
        left: 0;
        top: 58%;
    }

    .slider-item .swiper-button-next {
        left: 0;
        top: 45%;
    }

    .trailer-slider .swiper-button-prev,
    .trailer-slider .swiper-button-prev {
        right: -10px;
        top: 58%;
    }

    .slider-item .swiper-button-prev {
        right: -10px;
        top: 45%;
    }

    .slider-item .swiper-button-next,
    .slider-item .swiper-button-prev {
        width: 50px;
        height: 50px;
    }

    .slider-item .swiper-button-next:after,
    .slider-item .swiper-button-prev:after {
        font-size: 20px !important;
    }

    .slider-item .swiper-button-next:after,
    .slider-item .swiper-button-prev:after {
        font-size: 10px;
    }

    .slider-item .item figure .rate {
        width: 20px;
        height: 20px;
        font-size: 12px;
        line-height: 20px;
        left: -8px;
        bottom: 16px;
    }

    .tag-list {
        margin-left: -16px;
    }

    .tag-list .swiper-button-next,
    .tag-list .swiper-button-prev {
        display: none;
    }

    .tab-content .type {
        padding-top: 18px;
    }

    .tab-content .type {
        margin-bottom: 0;
    }

    .tab-content .type li a {
        padding: 12px 45px;
    }

    .other-content {
        margin-right: 0;
        margin-top: 0;
        min-height: 95vh;
    }

    .other-content .video_banner.movie .banner-content,
    .other-content .video_banner.serial .banner-content {
        left: 0;
        height: 80%;
        width: 97%;
    }

    .other-content .video_banner .banner-content {
        right: 16px;
        left: 16px;
    }

    .back-btn,
    .choose_user .back-btn {
        top: 8px;
        left: 16px;
    }

    .choose_user .age_range {
        flex-wrap: wrap;
        justify-content: unset !important;
    }

    .choose_user .age_range .form-check {
        width: 50%;
    }

    .choose_user .age_range label {
        width: 100px;
        height: 100px;
        line-height: 94px;
        margin: 0 auto 16px;
    }

    .choose_user .change_code_title {
        margin-right: 0;
        font-size: 16px;
    }

    .choose_user .change_user_code input {
        width: 45px;
        height: 56px;
        font-size: 24px;
    }

    .choose_user p {
        text-align: right;
    }

    .back-btn i {
        font-size: 40px;
    }

    .other-content .video_banner .banner-content ul {
        margin-bottom: 24px;
    }

    .movie-actors {
        margin-bottom: 32px;
    }

    .other-content .video_banner .banner-content .img {
        display: none;
    }

    .actors-list .user-items .swiper-slide h3 {
        font-size: 12px;
    }

    .actors-list .user-items .swiper-slide img {
        width: 80px;
        height: 80px;
    }

    .actors-list .user-items .swiper-slide {
        margin-top: 12px;
        margin-bottom: 0;
    }

    .user-items .swiper-button-next,
    .user-items .swiper-button-prev {
        display: none;
    }

    .season_sec select {
        width: 30%;
        font-size: 20px;
    }

    .season_sec select option {
        font-size: 14px;
    }

    .main-content .actors-list {
        margin-right: -30px;
        margin-left: -30px;
    }

    .biography {
        padding: 24px 16px !important;
        z-index: 10;
        position: relative;
    }

    .biography h3 {
        font-size: 20px;
        margin-right: 12px;
    }

    .biography p {
        font-size: 12px;
        margin: 16px 0 32px;
    }

    .packages {
        margin: 16px 0;
        padding: 24px 16px;
    }

    .packages .feature h2 {
        font-size: 40px;
        margin-right: 30px;
        margin-bottom: 24px;
    }

    .packages .feature ul {
        margin-right: 30px;
    }

    .packages .feature ul li i {
        margin-left: 12px;
    }

    .packages .feature ul li {
        margin-bottom: 20px;
    }

    .packages .feature ul li h5 {
        font-size: 26px;
        line-height: normal;
    }

    .packages .btn-group h2 {
        font-size: 30px;
    }

    .packages .btn-group {
        display: block !important;
    }

    .packages .btn-group .price {
        font-size: 28px;
    }

    .orange-btn a {
        font-size: 28px;
    }

    .packages .btn-group .item {
        margin-left: 0 !important;
    }

    .payment-records {
        display: none;
    }

    #toggle2 {
        display: inline-block;
    }

    #toggle {
        display: none;
    }

    .contact-us .shadow-box,
    .about-us .shadow-box {
        margin: 16px 0;
        padding: 32px 16px;
    }

    .map_sec i {
        display: none;
    }

    .input-group .btn {
        font-size: 20px;
    }

    .login-register .shadow-box form .resend {
        margin-top: 30px;
    }

    .about-form {
        width: 80%;
    }

    .about-form input {
        font-size: 26px;
        padding: 12px 20px;
    }

    .about-form textarea {
        font-size: 26px;
        padding: 12px 20px;
        border-radius: 20px;
    }

    .shadow-box.about p {
        font-size: 24px;
        line-height: 50px;
    }

    .send {
        font-size: 24px;
        padding: 8px 20px;
    }

    .nav-link span {
        margin-right: 10px;
    }

    .swiper-slide-text {
        border-radius: 0 0 8px 8px;
    }

    .input-label {
        font-size: 25px;
    }

    .shadow-box {
        margin: 50px 0;
    }

    .comment-box {
        margin: 0 auto 40px;
    }

    .other-content .video_banner .banner-content-bottom {
        right: 0;
        width: 100%;
    }

    .movies-row {
        margin-top: 0;
    }

    .packages {
        padding: 45px;
    }

    .category-item {
        width: 50%;
    }

    .imdb-rate-cover {
        top: 200px;
    }

    .login-signup {
        display: none;
    }

    .other-content .video_banner .banner-content-bottom ul .thumb i {
        padding: 8px 0;
    }

    .video-player {
        height: auto;
        position: absolute;
        top: 50%;
        -ms-transform: translateY(-50%);
        transform: translateY(-50%);
    }

    .child_view .red-btn {
        display: none;
    }

    .child_view .mobile_menu .red-btn {
        display: block !important;
        margin: 0 auto;
    }

    .child_view .mobile_menu .bottom_blk {
        position: absolute;
        left: 0;
        right: 0;
        bottom: 64px;
    }

    .child_view .child_content_sec {
        margin-top: 16px;
    }

    .season_sec .season_content .img .video_desc h5 {
        font-size: 20px;
    }

    .season_sec .season_content .img .video_desc div {
        font-size: 18px;
    }

    /*temporary*/

    .category-item h3 {
        font-size: 40px;
        padding: 15px;
    }

    .search_box {
        height: 130px;
    }

    .search_box .responsive_header .burger-menu i {
        font-size: 90px;
    }

    .mobile_menu .close-menu i {
        font-size: 90px;
    }

    .search .input-group .search_input {
        padding: 30px;
    }

    .mobile_menu .search input {
        font-size: 30px !important;
    }

    .search .input-group .icon-search {
        font-size: 70px;
        margin-top: 5px;
    }

    .mobile_menu ul li a {
        font-size: 50px;
    }

    .mobile_menu ul li {
        margin: 0 auto 30px;
    }

    .silver-btn a {
        font-size: 40px;
        padding: 30px 26px;
        border-radius: 12px;
    }

    .outline-btn a {
        font-size: 40px;
        padding: 30px 26px;
        border-radius: 12px;
    }

    .img-zemtrix img {
        width: 270px;
    }

    .comment-box h2 {
        font-size: 34px;
    }

    .comment-box-first {
        font-size: 26px;
    }

    .other-content .video_banner .banner-content .outline-btn a {
        border: 1px solid #FFFFFF;
        border-radius: 12px;
        font-size: 20px;
        padding: 2px 12px;
    }

    /*temporary*/

}

@media (max-width: 768px) {
    .season_sec .season_content {
        padding: 0 10%;
    }

    .season_sec .season_content .img {
        margin-bottom: 16px;
    }
}

@media (max-width: 576px) {}

@media (max-width: 425px) {}

@media (max-width: 375px) {
    .radial-bar {
        width: 260px;
        height: 260px;
    }

    .radial-bar__mask {
        clip: rect(0px, 260px, 260px, 144px);
        width: 260px;
        height: 260px;
    }

    .radial-bar__fill {
        clip: rect(0px, 144px, 260px, 0px);
        width: 260px;
        height: 260px;
    }

    .radial-bar__inset {
        width: 180px;
        height: 180px;
    }
}

@media (max-width: 320px) {}

@media (max-height: 750px) {
    .other-content .video_banner {
        height: calc(100vh - 14vh);
    }

    .other-content .video_banner.movie .banner-content {
        height: calc(100vh - 28vh);
    }
}
