@font-face {
    font-family: 'hyperweb';
    src: url('../fonts/hyperwebco.eot') format('eot');
    src: local("?"), url("../fonts/hyperwebco.ttf") format('truetype'),
    url("../fonts/hyperwebco.woff") format('woff'),
    url("../fonts/hyperwebco.woff2") format('woff2');
    font-weight: normal;
    font-style: normal;
}
body{
    font-family: 'hyperweb',tahoma;
    background-color: #0f1217;
    cursor: pointer;
}
#FormSeason{
    padding: 20px 0;
    border-bottom: 2px dotted #ccc;
    margin-bottom: 10px;
}
#FormSeason .form-control{
    background-color: transparent;
    border: 2px solid red;
    line-height: 1.5rem;
    font-size: 12px;
    font-weight: 600;
    color: #fff;
}
#FormSeason select option{color: #000}
#FormSeason button{
    border: 2px solid red;
    outline: 0;
    color:#fff;
    border-radius: 5px;
    background-color:red;
    font-size: 20px;
}
#SubUser{
    text-align: center;
    margin: 20px 0;
}
#SubUser i{
    font-size: 40px;
    background-color: #fff;
    color: red;
    border-radius: 50%;
    padding: 15px 20px;
    margin-bottom: 10px;
}
#SubUser p{
    color: #fff;
    font-size:14px;
    font-weight: 500;
    line-height: 1.5rem;
}
#SubUser p span{
    color: #ccc;
    font-size: 12px;
}
#breadcrumb .Hotbg{display: block}
@media(max-width: 900px){
    #breadcrumb .Hotbg{display: none!important;}
}
.Hotbg
{
    position: absolute;
    top: 55%;
    left: 2%;
    transform: translate(-0%, -50%);
    background: #2f3640;
    border-radius:10px;
    padding: 10px;
}

.Hotbg:hover > .Hotbg-txt
{
    width: 240px;
    padding: 0 6px;
}

.Hotbg:hover > .Hotbg-btn
{
    color: black;
}

.Hotbg-btn
{
    color: #e84118!important;
    font-size: 12px;
    font-weight: 900;
    float: left;
    border: 0;
    outline: 0;
    border-radius: 50%;
    background: #2f3640;
    display: flex;
    justify-content: center;
    align-items: center;
    transition: 0.4s;
    color: azure;
    cursor: pointer;
}

.Hotbg-btn > i
{
 padding: 0 10px;
}

#breadcrumb .Hotbg .Hotbg-btn a
{
    text-decoration: none;
    font-size: 10px!important;
    margin: 0 10px!important;
}

.Hotbg-txt
{
    border: none;
    background: none;
    outline: none;
    float: right;
    padding: 0;
    color: azure;
    font-size: 12px;
    transition: 0.4s;
    width: 0px;
    font-weight: bold;
}
#swal2-content{
    direction: rtl;
    font-size: 12px;
    color: green;
    line-height: 2rem;
    font-weight: 900;
}
#Trash{
    position: absolute;
    top: 0px;
    left: 40px;
}
#Trash i{
    background-color: orange!important;
    color: #000!important;
    opacity: 1!important;
}
ul{margin-bottom: 0!important;}
ul li{list-style-type: none}
a{text-decoration: none!important;}
.alert{direction: rtl;
text-align: right;
font-size: 12px;
font-weight: 900;
line-height: 1.5rem;
}
.alert button.close{display: none}
#Auth .error{
padding:200px 0;
    text-align: center;
}
#Auth .error h1{
    font-size: 100px!important;
    color: #fff;
    padding-bottom: 30px;
    font-weight: 900;
}
#Auth .error p{
    color: #fff;
    font-size: 15px;
    line-height: 2rem;
}
#Auth .error p a{
    color: red;
    font-size: 12px;
    font-weight: 800;
    border-bottom: 1px solid red;
}
#Search{
    direction: rtl;
    text-align: center;
    cursor: pointer;
}
#Search .searchBox{
    padding: 30px 10px;
    background-color:#1e2531;
    margin: 20px 0;
    border-radius: 10px;
}
#Search .searchBox h4{
    font-size: 15px;
    text-align: right!important;
    margin-bottom: 30px;
    color: #fff;
}
#Search .searchBox h4 i{
    color: red;
}
#Search .searchBox label{
    color: #ccc;
    font-size: 12px;
    float: right!important;
    font-weight: 900;
}
#Search .searchBox .form-control{
    width: 100%;
    font-size: 12px;
    font-weight: 900;
    line-height: 2rem;
    background-color: #000;
    color: #fff;
    height: 50px;
    border: 2px solid red;
    margin-bottom: 20px;
}
#Search .searchBox button{
    background-color: red;
    color: #fff;
    font-size: 14px;
    outline: 0;
    border-radius: 5px;
    border: 0;
    padding: 12px 15px;
    font-weight: 900;
    margin-top: 25px;
}
#Search .searchBox button i{font-size: 20px}
/*comment*/
#ListComment{
    direction: rtl;
    padding: 80px 0;
}
#ListComment .BoxComment{
    border: 1px solid #eee;
    border-radius: 5px;
    margin-bottom: 20px;
    padding: 20px;
}
#ListComment .BoxComment p i{
    color: red;
    font-size: 20px;
    border: 2px dotted #fff;
    border-radius: 50%;
    padding: 10px 12px;
    margin-left: 5px;
}
#ListComment .BoxComment p{
    color: #fff;
    font-size: 14px;
    font-weight: 500;
    line-height: 2rem;
}
#ListComment .BoxComment span{
    font-size: 12px;
    color: #ccc;
    line-height: 2rem;
    font-weight: 400;
}
#ListComment .BoxComment h5 i{
    color: red;
}
#Comments{
    position:fixed;
    bottom: 90px;
    left: 10px;
}
#Comments i{
    color: #fff;
    background-color: red;
    font-size: 25px;
    padding: 10px 12px;
    border-radius: 50%;
}
/*comment*/
#H5{
    font-size: 15px;
    color: red;
    font-weight: 900;
    line-height: 2rem;
    padding: 20px 0 10px 0;
    border-bottom: 1px dotted #fff;
}
.page-link,.page-item.disabled .page-link{
   background-color: transparent;!important;
    border-radius: 5px!important;
    margin: 0 5px!important;
    color: #fff!important;
    font-weight: 500!important;
    font-size: 12px!important;
}
.disabled{display: none!important;}
.page-link:hover,.page-item.disabled .page-link:hover{
    background-color: red!important;
}
/*modal*/
.swal2-popup .swal2-title{font-size: 14px!important;font-weight: 900;line-height: 2rem;direction: rtl}
#OverLay{
    background-color:rgba(204,204,204,0.6);
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    z-index: 998;
    display: none;
}
#MobileNumber{
    display: none;
    bottom: 0;
    position: fixed;
    width: 100%;
    z-index: 1000;
}
#MobileNumber .ShowModal{
    background-image: linear-gradient(180deg,white, gray);
    border-top-right-radius: 10px;
    border-top-left-radius: 10px;
    padding: 20px 10px;
    direction: rtl;
    text-align: center;
}
#MobileNumber .ShowModal #PastLink{
    text-align: center;
}
#MobileNumber .ShowModal #PastLink ul{
    margin: 10px 0;
    padding: 0;
}
#MobileNumber .ShowModal #PastLink ul li{
    list-style-type: none;
    display: inline-block;
}
#MobileNumber .ShowModal #PastLink ul li a i{
    background: #eee;
    color: blue;
    top: auto;
    padding: 10px;
    position: initial;
    font-size: 25px;
    border-radius: 50%;
}
#MobileNumber .ShowModal #ListMainMenu {
    direction: rtl;
    text-align: right;
    margin: 0;
    padding: 0;
}
#MobileNumber .ShowModal #ListMainMenu li  {
    list-style-type: none;
    margin: 15px 0;
}
#MobileNumber .ShowModal #ListMainMenu li a{
    color: #000;
    font-size: 12px;
    font-weight: 600;
}
#MobileNumber .ShowModal #ListMainMenu li a i{
    top: auto;
    left: auto;
    position: initial;
}
#MobileNumber .ShowModal i{
    position: absolute;
    top: 5px;
    left: 20px;
    font-size: 18px;
    color: red!important;
}
#MobileNumbero{
    display: none;
    bottom: 0;
    position: fixed;
    width: 100%;
    z-index: 1000;
}
@media(max-width:900px){
    #MobileNumbero{padding-left: 30px!important;}
}
#MobileNumbero .ShowModal{
    background-image: linear-gradient(180deg,white, gray);
    border-top-right-radius: 10px;
    border-top-left-radius: 10px;
    padding: 20px 10px;
    direction: rtl;
    text-align: center;
}
#MobileNumbero .ShowModal #PastLink{
    text-align: center;
}
#MobileNumbero .ShowModal #PastLink ul{
    margin: 10px 0;
    padding: 0;
}
#MobileNumbero .ShowModal #PastLink ul li{
    list-style-type: none;
    display: inline-block;
}
#MobileNumbero .ShowModal #PastLink ul li a i{
    background: #eee;
    color: blue;
    top: auto;
    padding: 10px;
    position: initial;
    font-size: 25px;
    border-radius: 50%;
}
#MobileNumbero .ShowModal #ListMainMenu {
    direction: rtl;
    text-align: right;
    margin: 0;
    padding: 0;
}
#MobileNumbero .ShowModal #ListMainMenu li  {
    list-style-type: none;
    margin: 15px 0;
}
#MobileNumbero .ShowModal #ListMainMenu li a{
    color: #000;
    font-size: 12px;
    font-weight: 600;
}
#MobileNumbero .ShowModal #ListMainMenu li a i{
    top: auto;
    left: auto;
    position: initial;
}
#MobileNumbero .ShowModal i{
    position: absolute;
    top: 5px;
    left: 20px;
    font-size: 18px;
    color: red!important;
}
.star-widget input {
    display: none;
}
.star-widget label {
    font-size: 30px;
    color: #444;
    padding: 10px;
    direction: rtl;
    transition: all .2s ease;
}
input:not(:checked) ~ label:hover,
input:not(:checked) ~ label:hover ~ label {
    color: red;
}

input:checked ~ label {
    color: red;

}

#rate-1:checked ~ .rating-desc:before {
    content: "Poor😋";
}
#rate-2:checked ~ .rating-desc:before {
    content: "Not bad";
}
#rate-3:checked ~ .rating-desc:before {
    content: "Average";
}
#rate-4:checked ~ .rating-desc:before {
    content: "Good😋";
}
#rate-5:checked ~ .rating-desc:before {
    content: "Excellent😋";
}

.rating-desc {
    width: 100%;
    font-size: 20px;
    font-weight: 600;
    margin: 5px 0 20px 0;
    text-align: center;
    transition: all .2s ease;
}
.textarea textarea {
    width: 100%;
    height: 100px;
    border: 1px solid red;
    background: white;
    color: #6C6C6E;
    padding: 10px;
    font-size: 14px;
    margin-top: 15px;
    border-radius: 10px;
    resize: none;
    direction: rtl;
    text-align: right;
}
.textarea textarea:focus {
    border-color: red !important;
    background: white;
    color: #1a1a1a;
    outline: none;
}
.btn {
    height: 60px;
    width: 100%;
    margin: 15px 0;
}
.btn:active {
    border: none;
}
:not(.btn-check)+.btn:active {
    outline: none;
}
.btn button {
    height: 100%;
    width: 60%;
    outline: none;
    background:red;
    color: #fff;
    font-size: 17px;
    font-weight: 600;
    border-radius: 15px;
    cursor: pointer;
    border: none;
}

.btn button:hover {
    background:#000;
}
.star-rating-bx {
    background-color: #fff;
    box-shadow: 0px 4px 40px 0px rgb(0 0 0 / 5%);
    border-radius: 10px;
    padding: 40px;
}
@media (max-width:576px) {
    .star-rating-bx {
        padding:20px 15px;
    }
}

.star-icon {
    padding-bottom: 20px;
}
.modal-title {
    font-weight: 600;
}
#error-comment,
#error-rating {
    color: red;
}
#MobileNumbero #quality p{
    margin: 10px 0 0 0;
    padding: 15px 0;
    text-align: center;
    background-color: red;
    color: #fff;
    font-weight: 800;
    border: 1px solid #fff;
    margin-bottom: 10px;
    border-radius: 5px;
}
#MobileNumbero #quality p a{
    color: #fff;
    direction: rtl;
}
/*modal*/
/*CommentSticky*/
#Sticky{
    z-index: 2000;
    position: sticky;
    bottom: 0;
}
#Sticky .comment{

    height: 300px;
    border-top-left-radius: 10px;
    border-top-right-radius: 10px;
    background-color: #fff;
}
/*CommentSticky*/
/*Subscription*/
#Subscription{
    direction: rtl;
    padding: 30px 5px;
}
#Subscription h1{
    color: #fff;
    font-size: 15px;
    line-height: 2rem;
    font-weight: 800;
    margin-bottom: 30px;
}
#Subscription h1 i{
    color: red;
    font-size: 20px;
}
#Subscription .SubBox{
    border: 1px solid #ccc;
    border-radius: 5px;
    margin-bottom: 20px;
    display: grid;
    text-align: center;
    padding: 30px 10px;
    box-shadow: 2px 2px 2px #ccc;
    background-image: linear-gradient(red, yellow);
}
#Subscription .SubBox h2{
    font-size: 14px;
    font-weight: 900;
    border: 1px solid #fff;
    border-radius: 5px;
    padding: 5px 20px;
    direction: rtl;
    color: #fff;
    margin: 10px 0;
    line-height: 2rem;
}
#Subscription .SubBox i{
    font-size: 30px;
    color: yellow;
    line-height: 3rem;
}
#Subscription .SubBox span{
    color: #fff;
    font-size: 15px;
    padding: 10px 0;
    font-weight: 900;
}
#Subscription .SubBox h4{
    font-size: 20px;
    color: #fff;
    font-weight: 900;
    line-height: 2rem;
}
#Subscription .SubBox h4 sub{font-size: 12px}
#Subscription .SubBox p{
    margin: 0;
    padding: 20px 0;
}
#Subscription .SubBox  form button,#Subscription .SubBox  a{
    background-color: red;
    padding: 5px 30px;
    border-radius: 5px;
    border: 2px solid #fff;
    color: #fff;
    font-weight: 900;
    margin: 20px 0;
    width: 100%;
}
/*Subscription*/
/*Auth*/
#Auth{}
#Auth .link{
    direction: rtl;
    text-align: center;
}
#Auth .link ul{
    margin: 0;
    padding: 0;
}
#Auth .link ul li{
    list-style-type: none;
    display: inline-block;
}
#Auth .link ul li a{
    font-size: 12px;
    color: #fff;
    font-weight: 700;
    margin-left: 5px;
    border: 1px solid #eee;
    padding: 8px 20px;
    text-decoration: none;
    border-radius: 5px;
}
#Auth .link ul li a i{
    color: red;
    font-size: 16px;
}
#Auth .link ul li a:hover{
    background-color: #EEEEEE;
    color: #000;
}
#Auth .form{
    text-align: center;
    direction: rtl;
    padding: 30px 0;
}
#Auth .form input{
    margin-bottom: 20px;
    direction: rtl;
    text-align: right;
    font-size: 12px;
    color: #000;
    font-weight: 700;
    line-height: 2rem;
}
#Auth .form label{
    color: #fff;
    font-size: 12px;
}
#Auth .form button{
    background-color: red;
    color: #fff;
    padding: 5px 30px;
    border-radius: 20px;
    outline: 0;
    border: 0;
    font-size: 14px;
    margin: 20px 0;
}
#Auth .top{
    padding: 30px 0;
    text-align: center;
}
#Auth .top i{
    font-size: 50px;
    margin-bottom: 20px;
    color: #fff;
}
#Auth .top #login{
    background-color: #ccc;
    padding: 10px 50px;
    border: 2px solid #fff;
    border-bottom-right-radius: 20px;
    border-top-right-radius: 20px;
    color: #fff;
    font-size: 12px;
    font-weight: 900;
    line-height: 2rem;
    text-decoration: none;
}
#Auth .top #reg{
    border: 2px solid #fff;
    background-color: #ccc;
    padding: 10px 50px;
    border-bottom-left-radius: 20px;
    border-top-left-radius: 20px;
    color: #fff;
    font-size: 12px;
    font-weight: 900;
    line-height: 2rem;
    text-decoration: none;
}
#Auth #text{
    direction: rtl;
    text-align: center;
    color: #fff;
    line-height: 2rem;
    font-weight: 700;
    font-size: 12px;
}
/*menu desktop*/
@media(max-width: 900px){
    #MenuDesktop{display: none}
}
#MenuDesktop{
    background-color: #171c24;
    width: 100%;
    height: 1000px;
    position: sticky;
    right: 0;
    top: 0;
}
#MenuDesktop ul{
    padding: 30px 10px;
}
#MenuDesktop ul #Logo,#MenuDesktop ul #Order{  text-align: center;}
#MenuDesktop ul #Logo a{
    color: red;
    font-size: 18px;
}
#MenuDesktop ul #Order a{
    background-color: #eee;
    color: red;
    border: 2px solid red;
    padding: 5px 20px;
    border-radius: 5px;
}
#MenuDesktop ul #Order a:hover{
    background-color: red;
    border: 2px solid #fff;
    color: #fff;
}
#MenuDesktop ul li{
    list-style-type: none;
    direction: rtl;
    text-align: right;
    line-height: 1rem;
    padding: 10px 0;
}
#MenuDesktop ul li a{
    color: #fff;
    font-size: 11px;
    font-weight: 600;
    line-height: 1.5rem;
}
#MenuDesktop ul li a i{
    color: red;
    font-size: 20px;
    padding-left: 5px;
}
/*menu desktop*/
/*Auth*/
/*information*/
#DetailFilm{
    padding: 60px 0 100px 0;
    direction: rtl;
    text-align: right;
}
#DetailFilm .Information .part{
    margin: 10px 0;
    border: 1px solid #eee;
    border-radius: 5px;
    padding: 10px;
    text-align: center;
}
#DetailFilm .Information .part p{
    margin: 0;
    color: #fff;
    font-size: 14px;
    line-height: 2rem;
    font-weight: 700;
}
#DetailFilm .Information .part #play i,#DetailFilm .Information .part #download i,#DetailFilm .Information .part #copy i{
    color: red;
    font-size: 15px;
    background-color: rgba(5,5,5,0.6);
    padding: 7px;
    border: 2px solid red;
}
#DetailFilm .Information .button{
    padding: 20px 0;
}
#DetailFilm .Information .button ul{
    padding: 0;
    margin: 0;
}
#DetailFilm .Information .button ul li{
    display: inline-block;
    list-style-type: none;
    margin-left: 5px;
    margin-bottom: 10px;
}
#DetailFilm .Information .button ul li a,#DetailFilm .Information .button ul li button{
    color: #fff;
    font-size: 12px;
    margin-bottom: 10px;
    font-weight: 700;
    border: 1px solid #ccc;
    padding: 8px 10px;
    border-radius: 5px;
    text-decoration: none;
    background-color: transparent;
}
#DetailFilm .Information .button ul li a i,#DetailFilm .Information .button ul li button i{
    color: red;
    font-size: 15px;
}
#DetailFilm .Information .explain{
    padding: 20px 0;
}
#DetailFilm .Information .explain span{
    color: #fff;
    font-weight: 700;
    line-height: 2rem;
    font-size: 14px;
}
#DetailFilm .Information .explain p a{
    color: red;
    font-size: 12px;
    font-weight: 800;
    line-height: 2rem;
    text-decoration: none;
}
#DetailFilm .Information .explain #MainCo{
    color: #fff;
    font-weight: 500;
    text-align: justify;
    line-height: 2rem;
    padding: 10px 0;
    margin: 0;
    font-size: 12px;
}
/*information*/
/*TopFilm*/
#TopFilm{
    position: relative;
    background-position: 100% 100%;
    direction: rtl;
    margin-bottom: 30px;
}
#TopFilm #Arrow i{
    position: absolute;
    top: 2px;
    left: 2px;
    color: red;
    font-size: 30px;
    background-color: rgba(5,5,5,0.6);
    padding: 10px;
    border-radius: 50%;
}
#TopFilm .TopTop{
    padding: 30px 10px;
    width: 100%;
}
#TopFilm .TopTop .Img img{
    width: 100%;
    height: 250px;
    position: absolute;
    bottom: -100px;
    right: 0;
    border-radius: 10px;
}
@media(max-width: 900px){
    #TopFilm .TopTop .Img img{height: 180px!important;bottom: -70px!important;}
}
#TopFilm .TopTop .Detail{
    background-color: rgba(5,5,5,0.5);
    padding: 20px 10px;
    border-radius: 10px;
}
#TopFilm .TopTop .Detail h4{
    color: #fff;
    font-size: 15px;
    font-weight: 900;
    line-height: 2rem;
}
#TopFilm .TopTop .Detail p{
    color: #ccc;
    font-size: 13px;
    font-weight: 500;
    line-height: 2rem;
}
#TopFilm .TopTop .Detail span{
    background-color: #eee;
    padding: 5px 5px;
    border-radius: 5px;
    font-size: 10px;
    color: #000;
    font-weight: 900;
    line-height: 2rem;
    margin-left: 5px;
}
/*TopFilm*/
/*Film*/
#Film{
    padding: 30px 0 100px 0;
    direction: rtl;
}
#Film .FilmBox{
    border: 1px solid #ccc;
    border-radius: 5px;
    margin-bottom: 20px;
    padding: 5px;
    position: relative;
    min-height: 300px;
}
#Film .FilmBox a{
    text-decoration: none;
}
#Film .FilmBox a img{
    width: 100%;
    height: 200px;
    border-radius: 5px;
    margin-bottom: 10px;
}
@media (max-width: 900px) {
    #Film .FilmBox a img{
        height: 160px!important;
    }
    .col-4{padding: 0 5px!important;}
    #Film .FilmBox{min-height: 270px!important;}
    .slick-initialized .slick-slide{min-height: 250px!important;}
}
#Film .FilmBox a p{
    font-size: 12px;
    font-weight: 500;
    line-height: 1.2rem;
    text-align: left;
    color: #fff;
    margin: 0;
}
#Film .FilmBox a span{
    color: #ccc;
    font-size: 10px;
    line-height: 2rem;
}
#Film .FilmBox a i{
    position: absolute;
    right: 5px;
    top: 5px;
    color: #fff;
    background-color: red;
    opacity: 0.6;
    padding: 5px 10px;
    font-size: 20px;
    border-radius: 50%;
}
/*Film*/
/*breadcrumb*/
#breadcrumb{
    direction: rtl;
    text-align: right;
}
#breadcrumb a{
    color: #fff!important;
    text-decoration: none;
    font-size: 15px;
    font-weight: 900;
}
#breadcrumb a i{
    color: red;
    font-size: 16px;
}
#breadcrumb p{
    margin: 0;
    padding: 10px 0;
    line-height: 2rem;
    font-weight: 500;
    direction: rtl;
    font-size: 12px;
}
/*breadcrumb*/
/*stars*/
.ShowStar{
    padding: 30px 0 100px 0;
    direction: rtl;
}
.ShowStar .StarBox{
    text-align: center;
}
.ShowStar .StarBox a{
    text-decoration: none;
}
.ShowStar .StarBox img{
    width: 100%;
    height: 100px;
    border: 2px solid #fff;
    padding: 5px;
    border-radius: 5px;
}
.ShowStar .StarBox p{
    color: #fff;
    line-height: 3rem;
    font-size: 10px;
}
.ShowStar .GenreBox{
    text-align: center;
    margin-bottom: 20px;
    border-radius: 5px;
    border: 2px solid #fff;
    padding: 5px;
}
.ShowStar .GenreBox a{
    text-decoration: none;
}
.ShowStar .GenreBox a p{
    color: #fff;
    font-weight: 800;
    font-size: 14px;
    margin: 0;
    line-height: 2rem;
    padding: 20px 0;
}
/*stars*/
/* Footer-Desktop*/
#FooterDesktop{
    display: block;
    direction: rtl;
    border-top: 1px dotted #eee;
}
#FooterDesktop .FooterRight p{
    direction: rtl;
    text-align: right;
    font-size: 12px;
    line-height: 2rem;
    margin: 0;
    color: #eee;
    padding: 10px 0;
    font-weight: 400;
}
#FooterDesktop .FooterRight p a{
    color: red;
    text-decoration: none;
}
#FooterDesktop .FooterLeft ul{
    padding: 0;
    margin: 0;
}
#FooterDesktop .FooterLeft ul li{
    display: inline-block;
    list-style-type: none;
    padding: 10px;
}
#FooterDesktop .FooterLeft ul li a{
    color: #eee;
    font-size: 12px;
    text-decoration: none;
}
#FooterDesktop .FooterLeft ul li a i{
    padding: 0 2px;
    color: red;
    font-size: 18px;
}
/*Footer-Desktop*/
/* footer mobile*/
#FooterMobile{display: none}
@media(max-width: 900px){
    .LastSection{margin-bottom: 100px}
    #FooterDesktop{display: none}
    #FooterMobile{
        display: block;
        background: #171c24;
        padding: 10px 0;
        position:fixed;
        width: 100%;
        z-index: 999;
        bottom: 0;
    }
    #FooterMobile .BoxFoot a{
        display: grid;
        text-align: center;
        line-height: 2rem;
        font-size: 10px;
        color: #fff;
        font-weight: 700;
        text-decoration: none;
    }
    #FooterMobile .BoxFoot a i{
        color: red;
        font-size: 20px;
    }
}
/* footer mobile*/
/*header mobile*/
#MenuMobile{display: none}
@media(max-width: 900px){
    #MenuMobile{display: block}
}
.wrapper{
    background: #171c24;
    width: 100%;
    z-index: 1000;
}
.wrapper nav{
    direction: rtl;
    position: relative;
    display: flex;
    max-width: calc(100% - 200px);
    margin: 0 auto;
    height: 60px;
    align-items: center;
    justify-content: space-between;
}
nav .content{
    display: flex;
    align-items: center;
}
nav .content .links{
    margin-left: 80px;
    display: flex;
    margin-top: 15px;
}
.content .logo a{
    color: #fff;
    font-size: 20px;
    font-weight: 600;
    text-decoration: none;
}
.content .links li{
    list-style: none;
    line-height: 70px;
}
.content .links li a,
.content .links li label{
    color: #fff;
    font-size: 14px;
    text-decoration: none;
    font-weight: 500;
    padding: 9px 17px;
    border-radius: 5px;
    transition: all 0.3s ease;
}
.content .links li label{
    display: none;
}
.content .links li a:hover,
.content .links li label:hover{
    background: #323c4e;
}
.wrapper .search-icon,
.wrapper .menu-icon{
    margin-top: 10px;
    color: #fff;
    font-size: 18px;
    cursor: pointer;
    line-height: 70px;
    width: 50px;
    text-align: center;
}
.wrapper .menu-icon{
    display: none;
}
.wrapper #show-search:checked ~ .search-icon i::before{
    content: "\f00d";
}

.wrapper .search-box{
    position: absolute;
    height: 100%;
    max-width: calc(100% - 50px);
    width: 100%;
    opacity: 0;
    pointer-events: none;
    transition: all 0.3s ease;
}
.wrapper #show-search:checked ~ .search-box{
    opacity: 1;
    pointer-events: auto;
}
.search-box input{
    width: 100%;
    height: 100%;
    border: none;
    outline: none;
    font-size: 17px;
    color: #fff;
    background: #171c24;
    padding: 0 60px 0 15px;
}
.search-box input::placeholder{
    color: #f2f2f2;
    font-size: 14px;
}
.search-box .go-icon{
    position: absolute;
    right: 10px;
    top: 50%;
    transform: translateY(-50%);
    line-height: 60px;
    background: #171c24;
    border: none;
    outline: none;
    color: #fff;
    font-size: 20px;
    cursor: pointer;
}
.wrapper input[type="checkbox"]{
    display: none;
}

/* Dropdown Menu code start */
.content .links ul{
    direction: rtl;
    text-align: right;
    padding: 0;
    position: absolute;
    background: #171c24;
    top: 80px;
    z-index: 1000;
    opacity: 0;
    visibility: hidden;
}
.content .links li:hover > ul{
    top: 70px;
    opacity: 1;
    visibility: visible;
    transition: all 0.3s ease;
}
.content .links ul li a{

    display: block;
    width: 100%;
    line-height: 30px;
    border-radius: 0px!important;
}
.content .links ul ul{
    position: absolute;
    top: 0;
    right: calc(-100% + 8px);
}
.content .links ul li{
    position: relative;
}
.content .links ul li:hover ul{
    top: 0;
}

/* Responsive code start */
@media screen and (max-width: 1250px){
    .wrapper nav{
        max-width: 100%;
        padding: 0;
    }
    nav .content .links{
        margin-left: 30px;
    }
    .content .links li a{
        padding: 8px 13px;
    }
    .wrapper .search-box{
        max-width: calc(100% - 100px);
    }
    .wrapper .search-box input{
        padding: 0 50px 0 15px;
    }
}

@media screen and (max-width: 900px){
    .wrapper .menu-icon{
        display: block;
    }
    .wrapper #show-menu:checked ~ .menu-icon i::before{
        content: "\f00d";
    }
    nav .content .links{
        margin-top: 0!important;
        padding: 0;
        z-index: 1000;
        display: block;
        position: fixed;
        background: #14181f;
        height: 100%;
        width: 100%;
        top: 60px;
        left: -100%;
        margin-left: 0;
        max-width: 350px;
        overflow-y: auto;
        padding-bottom: 100px;
        transition: all 0.3s ease;
    }
    nav #show-menu:checked ~ .content .links{
        left: 0%;
        top: 0;
    }
    .content .links li{
        margin:0 5px;
    }
    .content .links li a i{
        padding: 0 0 0 10px;
        color: red;
        font-size: 16px;
    }
    .content .links li a,
    .content .links li label{
        line-height: 2.5rem;
        font-size: 14px;
        display: block;
        padding: 5px 10px;
        cursor: pointer;
    }
    .content .links li a.desktop-link{
        display: none;
    }

    /* dropdown responsive code start */
    .content .links ul,
    .content .links ul ul{
        position: static;
        opacity: 1;
        visibility: visible;
        background: none;
        max-height: 0px;
        overflow: hidden;
    }
    .content .links #show-features:checked ~ ul,
    .content .links #show-services:checked ~ ul,
    .content .links #show-items:checked ~ ul{
        max-height: 100vh;
    }
    .content .links ul li{
        margin: 7px 20px;
    }
    .content .links ul li a{
        font-size: 18px;
        line-height: 30px;
        border-radius: 5px!important;
    }
}

@media screen and (max-width: 400px){
    .wrapper nav{
        padding: 0 10px;
    }
    .content .logo a{
        font-size: 20px;
    }
    .wrapper .search-box{
        max-width: calc(100% - 70px);
    }
    .wrapper .search-box .go-icon{
        width: 30px;
        right: 0;
    }
    .wrapper .search-box input{
        padding-right: 30px;
    }
}

.dummy-text{
    position: absolute;
    top: 50%;
    left: 50%;
    width: 100%;
    z-index: -1;
    padding: 0 20px;
    text-align: center;
    transform: translate(-50%, -50%);
}
.dummy-text h2{
    font-size: 45px;
    margin: 5px 0;
}
/* header mobile*/
/*slider*/
.title{
    padding: 20px 0 10px 0;
    direction: rtl;
    text-align: right;
}
.title h5{
    font-size: 15px;
    color: #fff;
    font-weight: 900;
    line-height: 1.5rem;
}
.title a{
    color: red;
    font-size: 12px;
    float: left;
    font-weight: 500;
    line-height: 1.5rem;
    text-decoration: none;
}
#wrapper{
    padding: 10px 5px;
    overflow-x: hidden;
}
.my-slider{
    padding: 0 70px;
}
.slick-initialized .slick-slide{
    margin: 0 10px 0 0;
    align-items: center;
    justify-content: center;
    border: 1px solid #414041;
    min-height: 290px;
    border-radius: 5px;
    padding: 5px;
    position: relative;
}
.slick-initialized .slick-slide i{
    position: absolute;
    top: 5px;
    right: 5px;
    color: #fff;
    background-color: red;
    padding: 5px 9px;
    border-radius: 50%;
    opacity: 0.6;
    font-size: 20px;
}
.slick-initialized .slick-slide img{
    height: 200px;
    width: 100%;
    border-radius: 5px;
    box-shadow: 2px 2px 2px #ccc;
    margin-bottom: 10px;
}
.slick-initialized .slick-slide p{
    direction: rtl;
    text-align: left;
    font-size: 11px;
    line-height: 1.2rem;
    color: #fff;
    font-weight: 500;
    margin: 0;
}
.slick-initialized .slick-slide a{text-decoration: none!important;}
.slick-initialized .slick-slide span{
    direction: rtl;
    text-align: right;
    font-size: 10px;
    line-height: 1.5rem;
    color: #ccc;
    font-weight: 500;
    float: right;
}
@media(max-width: 768px){
    #Country .slick-initialized .slick-slide img{height: 80px!important;}
    .slick-initialized .slick-slide img{height: 150px!important;}

}
.slick-next, .slick-prev{
    z-index: 5;
}
.slick-next{
    right: 15px;
}
.slick-prev{
    left: 15px;
}
.slick-next:before, .slick-prev:before{
    color: #000;
    font-weight: 900;
    font-size: 20px;
    background-color: #eee;
    padding: 5px 7px;
    border-radius: 50%;
}
#Country .slick-initialized .slick-slide{
    border: 0!important;
    margin: 0 10px 0 0;
    position: relative;
    text-align: center;
}
#Country .slick-initialized .slick-slide img{
    width: 100%;
    height: 100px;
    border-radius: 10px;
}
#Country .slick-initialized .slick-slide p{
    text-align: center;
    margin: 0;
}
#Country .slick-next, #Country .slick-prev{display: none!important;}
#Stars .slick-next, #Stars .slick-prev{display: none!important;}
#Genres .slick-next, #Genres .slick-prev{display: none!important;}
#Stars .slick-initialized .slick-slide {
    border: 0!important;
    margin: 0 10px 0 0;
    position: relative;
    text-align: center;
}
#Stars .slick-initialized .slick-slide img{
    border-radius: 50%;
    height: 100px;
    width: 100%;
}
#Stars .slick-initialized .slick-slide p{
    text-align: center;
    margin: 0;
}
#Genres .slick-initialized .slick-slide{
    margin: 0 10px 0 0;
    border: 1px solid #414041;
    border-radius: 5px;
    padding: 5px;
    position: relative;
    text-align: center;
}
#Genres .slick-initialized .slick-slide p{
    text-align: center;
    padding: 30px 0;
}
/*slider*/