:root {
    --white: #fff;
    --link: #252525;
    --red: #c00;
}

::-webkit-scrollbar {
    width: 10px;
    height: 10px;
}

::-webkit-scrollbar-button {
    width: 0px;
    height: 0px;
}

::-webkit-scrollbar-thumb {
    background: #e1e1e1;
    border: 0px none #ffffff;
    border-radius: 0px;
}

::-webkit-scrollbar-thumb:hover {
    background: #ffffff;
}

::-webkit-scrollbar-thumb:active {
    background: #000000;
}

::-webkit-scrollbar-track {
    background: #666666;
    border: 0px none #ffffff;
    border-radius: 0px;
}

::-webkit-scrollbar-track:hover {
    background: #666666;
}

::-webkit-scrollbar-track:active {
    background: #333333;
}

::-webkit-scrollbar-corner {
    background: transparent;
}

body {
    background-color: var(--white);
    margin: 0;
    padding: 0;
    height: 100%;
    color: #000;
    font-family: "Poppins", sans-serif;
}

html {
    font-family: "Poppins", sans-serif;
    scroll-behavior: smooth;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    -ms-text-size-adjust: 100%;
    -webkit-text-size-adjust: 100%;
}

* {
    font-family: "Poppins", sans-serif;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}

ul,
ol {
    margin: 0;
    padding: 0;
}

ul li,
ol li {
    list-style: none;
}

a,
.button {
    -webkit-transition: all 0.3s ease-out 0s;
    -moz-transition: all 0.3s ease-out 0s;
    -ms-transition: all 0.3s ease-out 0s;
    -o-transition: all 0.3s ease-out 0s;
    transition: all 0.3s ease-out 0s;
    text-decoration: none;
}

a:focus,
.button:focus {
    text-decoration: none;
    outline: none;
}

a:focus,
a:hover {
    color: var(--red);
    text-decoration: none;
}

a,
button {
    color: #10111e;
    outline: medium none;
}

button {
    cursor: pointer;
    transition: 0.3s;
}

button:focus,
input:focus,
input:focus,
textarea,
textarea:focus {
    outline: 0;
}

.row-no-gutter {
    margin: 0;
}

.row-no-gutter>* {
    padding: 0;
}

.row-5-gutter {
    margin-left: -5px;
    margin-right: -5px;
}

.row-5-gutter>* {
    padding-left: 5px;
    padding-right: 5px;
}

.row-small-gutter {
    margin-left: -7.5px;
    margin-right: -7.5px;
}

.row-small-gutter>* {
    padding-left: 7.5px;
    padding-right: 7.5px;
}

.row-middle-gutter {
    margin-left: -20px;
    margin-right: -20px;
}

.row-middle-gutter>* {
    padding-left: 20px;
    padding-right: 20px;
}

.row-large-gutter {
    margin-left: -50px;
    margin-right: -50px;
}

.row-large-gutter>* {
    padding-left: 50px;
    padding-right: 50px;
}

.row-10-gutter {
    margin-left: -10px;
    margin-right: -10px;
}

.row-10-gutter>* {
    padding-left: 10px;
    padding-right: 10px;
}

.align-item-center {
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -ms-flex-align: center;
    -webkit-align-items: center;
    -webkit-box-align: center;
    align-items: center;
}

.sare-mb-1 {
    margin-bottom: 10px;
}

.sare-mb-5 {
    margin-bottom: 50px;
}

.custom-alert {
    font-size: 14px;
    border-radius: 0px;
}

.custom-alert a {
    font-weight: 600;
}

.custom-page {
    font-size: 14px;
}

.filter-series {
    margin-bottom: 20px;
}

.filter-series ul {
    margin: 0 auto;
    display: table;
}

.filter-series ul::after {
    content: "";
    clear: both;
    display: table;
}

.filter-series ul li {
    float: left;
    margin-right: 5px;
    font-size: 13px;
    position: relative;
}

.filter-series ul li a {
    background-color: #f0f0f0;
    color: var(--red);
    padding: 10px;
    display: block;
    border: 1px solid var(--red);
}

.filter-series ul li a:hover {
    background-color: #fff;
    color: var(--red);
    padding: 10px;
    display: block;
    border: 1px solid var(--red);
}

.q_search input[type="search"] {
    background-color: #f0f0f0;
    border: none;
    font-size: 14px;
    padding: 10px;
    width: 100%;
}

.search-page-bar input[type="text"] {
    background-color: #f0f0f0;
    border: none;
    font-size: 14px;
    padding: 10px;
    width: 100%;
}

.search-page-bar input[type="button"] {
    background-color: var(--red);
    border: none;
    color: #fff;
    font-size: 13px;
    padding: 10px;
}

.q_search input[type="submit"] {
    background-color: var(--red);
    border: none;
    color: #fff;
    font-size: 13px;
    padding: 10px;
    width: 100%;
}

.col-2 {
    width: 50%;
    float: left;
}

.col-2-p {
    padding-right: 5px;
    padding-left: 5px;
}

.center-item {display:table;margin:0 auto;}


#top {
    display: inline-block;
    background-color: var(--red);
    width: 50px;
    height: 50px;
    text-align: center;
    border-radius: 4px;
    position: fixed;
    bottom: 30px;
    right: 30px;
    transition: background-color .3s, opacity .5s, visibility .5s;
    opacity: 0;
    visibility: hidden;
    z-index: 1000;
}

#top::after {
    content: "\f077";
    font-family: "Font Awesome 5 Free";
    font-weight: 900;
    font-size: 2em;
    line-height: 50px;
    color: #fff;
}

#top:hover {
    cursor: pointer;
    background-color: #333;
}

#top:active {
    background-color: #555;
}

#top.show {
    opacity: 1;
    visibility: visible;
}

/* General After Delete */

footer {
    background-color: #eee;
}

.gks-widget {}

.gks-ads {
    display: none;
    background-color: #ff0000;
    border: 1px solid #eee;
    padding: 20px;
}

.gks-new-widget {}

.sare-mt-1 {
    margin-top: 10px;
}

.sare-mt-2 {
    margin-top: 20px;
}

.sare-mb-1 {
    margin-bottom: 10px;
}

.sare-mb-2 {
    margin-bottom: 20px;
}

.header-top {
    border-bottom: 1px solid #f0f0f0;
    padding: 20px 0px;
}

.header-top ul {}

.header-top ul::after {
    content: "";
    clear: both;
    display: table;
}

.header-top ul li {
    float: left;
    margin-right: 10px;
    font-size: 13px;
    font-weight: 600;
}

.header-top ul li a {
    color: var(--link);
}

.header-top ul li a:hover {
    color: var(--red);
}

.header-right-menu {
    float: right;
}

.header-right-menu ul {}

.header-right-menu ul::after {
    content: "";
    clear: both;
    display: table;
}

.header-right-menu ul li {
    float: left;
    margin-left: 10px;
}

.header-right-menu ul li.right {
    float: left;
    margin-left: 0px;
    margin-right: 10px;
}

.header-right-menu ul li.login a {
    color: var(--red);
}

.header-right-menu ul li.whois a {
    color: #2daf0c;
}

.header-right-menu ul li.statics a {
    color: #ff7500;
}

.header-right-menu ul li.chat a {
    color: #eb0000;
}

.header-middle {
    border-bottom: 1px solid #f0f0f0;
    padding: 25px 0px;
}

.center-menu {
    float: right;
}

.center-menu ul {}

.center-menu ul::after {
    content: "";
    clear: both;
    display: table;
}

.center-menu ul li {
    float: left;
    margin-right: 10px;
    font-size: 14px;
    font-weight: 600;
    position: relative;
}

.center-menu ul li.search-button {
    cursor: pointer;
}

.center-menu ul li a {
    padding-bottom: 20px;
    padding-top: 20px;
}

.center-menu ul ul {
    display: none;
    position: absolute;
    top: 0;
    left: 0;
    width: 180px;
    margin-top: 30px;
    z-index: 99;
}

.center-menu ul li:hover ul {
    display: block;
}

.center-menu ul li ul li {
    float: none;
    width: 100%;
    font-size: 14px;
}

.center-menu ul li ul li a {
    display: block;
    color: #fff;
    background-color: var(--red);
    padding: 8px;
    border-bottom: 1px solid rgb(240 240 240 / 45%);
}

.center-menu ul li ul li:hover a {
    background-color: #fff;
    color: var(--red);
}

.center-menu ul li ul li:last-child a {
    border: none;
}

/* Owl Carousel Üst Slider */

.owl-theme .owl-nav {
    margin-top: 0 !important;
}

.saremovie-owls-prev,
.saremovie-owls-next {
    cursor: pointer;
}

.saremovie-owl .owl-prev,
.saremovie-owl .owl-next {
    position: absolute;
    top: 43%;
    transform: translateY(-43%);
}

.saremovie-owl .owl-prev {
    left: 50px;
    width: 50px;
    height: 50px;
    line-height: 50px !important;
    background-color: #fff !important;
    border-radius: 50% !important;
    margin: 0px !important;
    text-align: center;
}

.saremovie-owl .owl-next {
    right: 50px;
    width: 50px;
    height: 50px;
    line-height: 50px !important;
    background-color: #fff !important;
    border-radius: 50% !important;
    margin: 0px !important;
    text-align: center;
}

.saremovie-owl .owl-prev i,
.saremovie-owl .owl-next i {
    font-size: 45px;
    color: #c00;
}

.saremovie-owl .owl-prev i {
    margin-left: -5px;
    margin-top: 2px;
}

.saremovie-owl .owl-next i {
    margin-right: -5px;
    margin-top: 2px;
}

.owl-theme .owl-dots .owl-dot span,
.owl-theme .owl-dots .owl-dot span {
    background: #030343 !important;
    border: 1px solid #ffb559;
}

.owl-theme .owl-dots .owl-dot.active span,
.owl-theme .owl-dots .owl-dot:hover span {
    background: #030343 !important;
    border: 1px solid var(--white);
}

.carousel-image {
    position: relative;
}

.carousel-title {
    position: absolute;
    left: 0;
    bottom: 0;
    width: 100%;
    text-align: center;
    background-color: rgb(204 0 0 / 50%);
    color: var(--white);
    font-weight: 600;
    font-size: 15px;
    padding: 5px;
    display: none;
}

.carousel-image:hover .carousel-title {
    display: block;
}

.general-title-container {
    position: relative;
}

.general-title-container::after {
    content: "";
    position: absolute;
    left: 0;
    bottom: -2px;
    height: 1px;
    width: 100%;
    background-color: #f0f0f0;
    z-index: 1;
}

.general-title {
    margin-top: 24px;
    margin-bottom: 21px;
    font-size: 17px;
    padding-bottom: 15px;
    display: table;
    position: relative;
    color: var(--red);
    font-weight: 600;
}

.general-title:before {
    content: "";
    width: 100%;
    height: 1px;
    position: absolute;
    left: 0;
    bottom: -2px;
    background-color: var(--red);
    z-index: 2;
}

.general-title:after {
    content: "";
    width: 0;
    height: 0;
    border-style: solid;
    border-width: 0 6px 6px 6px;
    border-color: transparent transparent #c00 transparent;
    text-align: center;
    position: absolute;
    bottom: -1px;
    left: 0;
    right: 0;
    margin: 0 auto;
    z-index: 2;
}

.all-view {
    position: absolute;
    right: 0;
    top: 50%;
    transform: translate(0, -50%);
    font-weight: 600;
    font-size: 14px;
}

.all-view a {
    color: var(--red);
}

.single-title-container {
    position: relative;
}

.single-title-container::after {
    content: "";
    position: absolute;
    left: 0;
    bottom: -2px;
    height: 1px;
    width: 100%;
    background-color: #f0f0f0;
    z-index: 1;
}

.single-title {
    color: #444;
    margin-top: 24px;
    font-weight: 500;
    margin-bottom: 21px;
    font-size: 17px;
    padding-bottom: 15px;
    display: table;
    position: relative;
    color: var(--red);
    font-weight: 600;
}

.single-title:before {
    content: "";
    width: 100%;
    height: 1px;
    position: absolute;
    left: 0;
    bottom: -2px;
    background-color: var(--red);
    z-index: 2;
}

.recent-news-item .recent-news-item-img {
    width: 100%;
    height: 300px;
    position: relative;
    overflow: hidden;
}

.recent-news-item .recent-news-item-img img {
    transition: transform 1s;
}

.recent-news-item .recent-news-item-bg {
    z-index: 1;
    content: "";
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgb(0, 0, 0);
    background: linear-gradient(0deg, rgba(0, 0, 0, 1) 10%, rgba(0, 0, 0, 0) 50%);
}

.recent-news-item .recent-news-item-img img {
    width: 100%;
    height: 300px;
    object-fit: cover;
}

.recent-news-item a {
    color: var(--white);
}

.recent-news-item-detail {
    z-index: 2;
    position: absolute;
    bottom: 15px;
    left: 20px;
    font-size: 15px;
}

.recent-news-item-author {
    z-index: 2;
    background-color: var(--red);
    position: absolute;
    top: 15px;
    right: 15px;
    font-size: 12px;
    padding: 5px;
    border-radius: 2px;
}

.recent-news-item:hover .recent-news-item-img img {
    transform: scale(1.5);
}

.recent-news-item {
    position: relative;
}

.recent-news-item:after,
.recent-news-item:before {
    content: "";
    position: absolute;
    background: rgb(255 255 255 / 15%);
    transition: all 0.3s linear;
    -webkit-transition: all 0.3s linear;
    -moz-transition: all 0.3s linear;
    -o-transition: all 0.3s linear;
    -ms-transition: all 0.3s linear;
    z-index: 9;
}

.recent-news-item:after {
    width: 1px;
    height: 100%;
    top: 0;
    left: 10px;
}

.recent-news-item:before {
    width: 100%;
    height: 1px;
    top: 10px;
    left: 0;
}

.last-series-item {
    position: relative;
    overflow: hidden;
}

.last-series-item:after,
.last-series-item:before {
    content: "";
    position: absolute;
    background: rgb(255 255 255 / 15%);
    transition: all 0.3s linear;
    -webkit-transition: all 0.3s linear;
    -moz-transition: all 0.3s linear;
    -o-transition: all 0.3s linear;
    -ms-transition: all 0.3s linear;
    z-index: 9;
}

.last-series-item:after {
    width: 1px;
    height: 100%;
    top: 0;
    left: 10px;
}

.last-series-item:before {
    width: 100%;
    height: 1px;
    top: 10px;
    left: 0;
}

.last-series-item .last-news-item-bg {
    z-index: 1;
    content: "";
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgb(0, 0, 0);
    background: linear-gradient(0deg, rgba(0, 0, 0, 1) 5%, rgba(0, 0, 0, 0) 50%);
}

.last-series-item a {
    color: var(--white);
    font-size: 14px;
}

.last-series-img {
    width: 100%;
    height: 200px;
    position: relative;
}

.last-series-img img {
    width: 100%;
    height: 200px;
    object-fit: cover;
    transition: transform 1s;
}

.last-series-title {
    z-index: 2;
    position: absolute;
    left: 10px;
    bottom: 0;
    width: 100%;
    color: #fff;
    padding: 10px;
    font-size: 15px;
}

.last-series-year {
    z-index: 2;
    position: absolute;
    top: 15px;
    right: 15px;
    background-color: var(--red);
    color: #fff;
    font-size: 12px;
    padding: 5px;
    border-radius: 2px;
}

.last-series-star {
    z-index: 2;
    position: absolute;
    top: 15px;
    left: 15px;
    background-color: rgb(0 0 0 / 40%);
    font-weight: 700;
    color: #ffdf00;
    font-size: 12px;
    padding: 5px;
    border-radius: 2px;
}

.last-series-item:hover .last-series-img img {
    transform: scale(1.5);
}

.movie-pro-item {
    position: relative;
}

.movie-pro-item:after,
.movie-pro-item:before {
    content: "";
    position: absolute;
    background: rgb(255 255 255 / 15%);
    transition: all 0.3s linear;
    -webkit-transition: all 0.3s linear;
    -moz-transition: all 0.3s linear;
    -o-transition: all 0.3s linear;
    -ms-transition: all 0.3s linear;
    z-index: 9;
}

.movie-pro-item:after {
    width: 1px;
    height: 100%;
    top: 0;
    left: 10px;
}

.movie-pro-item:before {
    width: 100%;
    height: 1px;
    top: 10px;
    left: 0;
}

.movie-pro-item .movie-pro-item-bg {
    z-index: 1;
    content: "";
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgb(0, 0, 0);
    background: linear-gradient(0deg, rgba(0, 0, 0, 1) 5%, rgba(0, 0, 0, 0) 50%);
}

.movie-pro-item-img {
    width: 100%;
    height: 320px;
    position: relative;
    overflow: hidden;
}

.movie-pro-item-img img {
    width: 100%;
    height: 320px;
    object-fit: cover;
    transition: transform 1s;
}

.movie-pro-item:hover .movie-pro-item-img img {
    transform: scale(1.5);
}

.movie-pro-item:hover .movie-pro-title {
    display: block;
}

.movie-pro-title {
    display: none;
    z-index: 2;
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
    background-color: rgb(0 0 0 / 30%);
    width: 100%;
    text-align: center;
    padding: 20px;
    color: #fff;
    font-size: 15px;
}

.gks-movie-artist {}

.movie-artist-item {
    position: relative;
}

.movie-artist-item:after,
.movie-artist-item:before {
    content: "";
    position: absolute;
    background: rgb(255 255 255 / 15%);
    transition: all 0.3s linear;
    -webkit-transition: all 0.3s linear;
    -moz-transition: all 0.3s linear;
    -o-transition: all 0.3s linear;
    -ms-transition: all 0.3s linear;
    z-index: 9;
}

.movie-artist-item:after {
    width: 1px;
    height: 100%;
    top: 0;
    left: 10px;
}

.movie-artist-item:before {
    width: 100%;
    height: 1px;
    top: 10px;
    left: 0;
}

.movie-artist-img {
    width: 100%;
    height: 270px;
}

.movie-artist-img img {
    width: 100%;
    height: 270px !important;
    object-fit: cover;
}

.movie-artist-item2 {
    position: relative;
}

.movie-artist-item2:after,
.movie-artist-item2:before {
    content: "";
    position: absolute;
    background: rgb(255 255 255 / 15%);
    transition: all 0.3s linear;
    -webkit-transition: all 0.3s linear;
    -moz-transition: all 0.3s linear;
    -o-transition: all 0.3s linear;
    -ms-transition: all 0.3s linear;
    z-index: 9;
}

.movie-artist-item2:after {
    width: 1px;
    height: 100%;
    top: 0;
    left: 10px;
}

.movie-artist-item2:before {
    width: 100%;
    height: 1px;
    top: 10px;
    left: 0;
}

.movie-artist-img2 {
    width: 100%;
    height: 200px;
    overflow: hidden;
}

.movie-artist-img2 img {
    width: 100%;
    height: 200px !important;
    object-fit: cover;
    transition: transform 1s;
}

.movie-artist-item2:hover .movie-artist-img2 img {
    transform: scale(1.5);
}

.movie-artist-item2 .artist-name2 {
    width: 100%;
    margin-top: 10px;
    font-size: 14px;
    color: var(--red);
    font-weight: 600;
    text-overflow: ellipsis;
    white-space: nowrap;
    overflow: hidden;
    text-align: center;
}

.movie-artist-item2 .artist-name3 {
    width: 100%;
    margin-top: 5px;
    font-size: 10px;
    color: #000;
    font-weight: 600;
    text-align: center;
}

.artist-item-right-title {
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
    color: var(--red);
}

.artist-birtday {
    z-index: 2;
    display: none;
    background-color: var(--red);
    position: absolute;
    top: 15px;
    right: 5px;
    font-size: 10px;
    padding: 5px;
    border-radius: 2px;
    color: #fff;
}

.movie-artist-item:hover .artist-birtday {
    display: block;
}

.movie-artist-item .artist-name {
    z-index: 2;
    position: absolute;
    left: 10px;
    bottom: 0;
    width: 100%;
    color: #fff;
    padding: 10px;
    font-size: 14px;
}

.actor-list-right-title {
    margin-top: 10px;
}

.artist-owl .owl-prev,
.artist-owl .owl-next {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
}

.artist-owl .owl-prev {
    left: 5px;
    width: 35px;
    height: 35px;
    line-height: 35px !important;
    background-color: none !important;
    margin: 0px !important;
    text-align: center;
}

.artist-owl .owl-next {
    right: 5px;
    width: 35px;
    height: 35px;
    line-height: 35px !important;
    background-color: none !important;
    margin: 0px !important;
    text-align: center;
}

.artist-owl .owl-prev i,
.artist-owl .owl-next i {
    font-size: 35px;
    color: #c00;
    opacity: 0.5;
}

.artist-owl .owl-prev i:hover,
.artist-owl .owl-next i:hover {
    opacity: 1;
}

.artist-owl .owl-prev i {
    margin-left: -5px;
    margin-top: 2px;
}

.artist-owl .owl-next i {
    margin-right: -5px;
    margin-top: 2px;
}

.gks-roportaj {}

.gsk-roportaj-item {
    display: flex;
    align-items: center;
}

.gsk-roportaj-item::after {
    content: "";
    clear: both;
    display: table;
}

.gks-roportaj-img {
    width: 75px;
    height: 75px;
    float: left;
    overflow: hidden;
}

.gks-roportaj-img img {
    width: 100%;
    height: 75px;
    object-fit: cover;
    transition: transform 1s;
}

.gks-roportaj-text {
    width: calc(100% - 85px);
    margin-left: 10px;
    float: left;
    font-size: 13px;
}

.gsk-roportaj-item:hover .gks-roportaj-img img {
    transform: scale(1.5);
}

.gks-quiz {}

.gks-quiz .quiz-item {
    position: relative;
}

.quiz-item:after,
.quiz-item:before {
    content: "";
    position: absolute;
    background: rgb(255 255 255 / 15%);
    transition: all 0.3s linear;
    -webkit-transition: all 0.3s linear;
    -moz-transition: all 0.3s linear;
    -o-transition: all 0.3s linear;
    -ms-transition: all 0.3s linear;
    z-index: 9;
}

.quiz-item:after {
    width: 1px;
    height: 100%;
    top: 0;
    left: 10px;
}

.quiz-item:before {
    width: 100%;
    height: 1px;
    top: 10px;
    left: 0;
}

.gks-quiz {}

.quiz-item {
    position: relative;
}

.quiz-item-img {
    width: 100%;
    height: 120px;
    overflow: hidden;
}

.quiz-item-img img {
    width: 100%;
    height: 120px;
    object-fit: cover;
    transition: transform 1s;
}

.quiz-item-type {
    position: absolute;
    left: 15px;
    top: 15px;
}

.quiz-item-type img {
    width: 20px;
    height: 20px;
}

.quiz-item:hover .quiz-item-img img {
    transform: scale(1.5);
}

.blog-content {}

.blog-content a {
    font-weight: 700;
    color: var(--red);
}

.blog-content img {
    max-width: 100%;
    height: auto;
}

.blog-title {
    margin-bottom: 20px;
}

.blog-title h1 {
    font-size: 25px;
}

.blog-detail-list {
    margin-bottom: 25px;
}

.blog-detail-list ul {}

.blog-detail-list ul li {
    float: left;
    margin-right: 10px;
    font-size: 14px;
}

.blog-detail-list ul li.favorite {
    float: right;
    margin-right: 0;
}

.blog-detail-list ul li.favorite button {
    background-color: #eee;
    outline: none;
    padding: 4px 8px;
    border: none;
    font-size: 13px;
}

.blog-detail-list ul li.ratings {
    float: right;
}

.blog-detail-list ul li i {
    color: var(--red);
}

.blog-detail-list::after {
    content: "";
    clear: both;
    display: table;
}

.blog-tag-box span a {
    background-color: var(--red);
    padding: 10px;
    color: #fff;
    font-size: 13px;
    text-align: center;
}

.series-cover-img img {
    border-radius: 5px;
}

.series-c-wdg {
    margin-bottom: 10px;
}

.series-c-wdg-title {
    font-size: 0.75rem;
    font-weight: 600;
    color: var(--red);
}

.series-c-wdg-detail {
    font-size: 0.875rem;
    font-weight: 500;
}

.series-c-wdg-detail span {
    font-size: 12px;
    color: var(--red);
}

.series-c-wdg-detail span.online {
    font-size: 12px;
    color: #2daf0c;
}

.series-c-wdg-detail span.offline {
    font-size: 12px;
    color: #000000;
}

.series-c-wdg-detail span a {
    color: var(--red);
}

.cover-detail-space {
    width: 100%;
    height: 1px;
    background-color: #eee;
    margin-bottom: 15px;
}

.rating,
.unit-rating {
    width: 115px;
    height: 23px;
}

.title-ratings {
    position: absolute;
    right: 0;
    top: 0;
    font-size: 11px;
}

.rating {
    font-size: 10px;
}

.rating-avg {
    font-weight: 600;
    color: var(--red);
    text-align: center;
}

.unit-rating,
.unit-rating li a:hover,
.unit-rating li.current-rating {
    background-image: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAC4AAACKBAMAAAAnGmX8AAAALVBMVEX///+RkZH+12L/w0//7cP/5aj+24X/+u7/9d2tra3Jycne3t7/zGn5+fnx8fHkdmbhAAACEUlEQVRIx+2UuUsDQRTGF+8bp4yiyKDRUhiNFikW73LxwsIiRETL4F2KilpYmFYQklIE0VYbIQQsY2kjWkbwfzDjzvhm3rzCJiCSr1p+SfY7HsT7w2rYp3ltQPO6HpqPDdA8GSVxPeckr+HcJ205T1D8gHPSeJbzPopz7hrvnk4sSL4wcboLdIpb6v0ZxuY+LGB/HRY2ubn2MeB1a5ukxtEUGkEp4bSVchtvhLzfORaE/NV7VCDnlFzJPSKPJmEcczpffhg4x13zvB2nVxXvDdP2oKNHU+FOAyi+r/xRgWn9sOVVRKv8/ycJmlc/0nx8iOYrMRLXC5EibYUIKN4iBGl8KMQoaSsEaZwTIo7Z3tHkoihpdX7mBOiysJSHhJYCWMDExho1JjfXPgP8ZG2T0zhub7SjecJpK+U23gz5iHMsHRJpLuTDzmoqjnNEJRXTbByTv/Gd48YD+WHgHHddtsMnrhb5MO0gih/b/7ZfQQWWA+WPCizph22vojKr7Y3mTec0L7bT/K6T5ukIbctYgbRlLEPxRsbOSVvGuimeZYw0ZiVh9vpwfyX5xfXDJ1CJDHVAQlOQtvXOxMYazSa/9UDvGqIOrWmNI/ZxXjS/xCOrjHjSZ3g7Wg1CmsZZ6Eq9P1LAR1RCXDaOpKGtOV2mGUaD48pGRXliFL8jTNuF4odB2tKoQDaj/FGBG/3w4f0LfQHtX5JXyZBVcwAAAABJRU5ErkJggg==);
    -webkit-background-size: 23px auto;
    background-size: 23px auto;
}

.unit-rating {
    list-style: none;
    margin: 0;
    padding: 0;
    position: relative;
    background-position: 0 -46px;
}

.unit-rating li {
    text-indent: -90000px;
    padding: 0;
    margin: 0;
    float: left;
}

.unit-rating li a {
    display: block;
    width: 23px;
    height: 23px;
    text-decoration: none;
    border: 0 none !important;
    text-indent: -9000px;
    z-index: 17;
    position: absolute;
    padding: 0;
}

.unit-rating li a:hover {
    background-position: 0 -20x;
    z-index: 2;
    left: 0;
}

.unit-rating a.r1-unit {
    left: 0;
}

.unit-rating a.r1-unit:hover {
    width: 23px;
}

.unit-rating a.r2-unit {
    left: 23px;
}

.unit-rating a.r2-unit:hover {
    width: 46px;
}

.unit-rating a.r3-unit {
    left: 46px;
}

.unit-rating a.r3-unit:hover {
    width: 69px;
}

.unit-rating a.r4-unit {
    left: 69px;
}

.unit-rating a.r4-unit:hover {
    width: 92px;
}

.unit-rating a.r5-unit {
    left: 92px;
}

.unit-rating a.r5-unit:hover {
    width: 115px;
}

.unit-rating li.current-rating {
    background-position: 0 0;
    position: absolute;
    height: 23px;
    display: block;
    text-indent: -9000px;
    z-index: 1;
    padding: 0px;
}

.ratingplus {
    color: #70bb39;
}

.ratingminus {
    color: red;
}

.ratingzero {
    color: #6c838e;
}

.stats-list {
    margin-bottom: 15px;
}

.stats-list ul li {
    margin-top: 10px;
}

.stats-list ul li .stats-list-title {
    font-size: 0.75rem;
    font-weight: 600;
    color: var(--red);
}

.stats-list ul li .stats-list-description {
    font-size: 0.875rem;
    font-weight: 500;
    margin-top: 5px;
}

.stats-list ul li .stats-list-description span {
    font-weight: 600;
}

.profile-biyography {
    font-size: 14px;
}

.edit-form .fields-title {
    font-size: 0.75rem;
    font-weight: 600;
    color: var(--red);
    margin-bottom: 10px;
    margin-top: 10px;
}

.fields-input input {
    background-color: #f0f0f0;
    border: none;
    font-size: 14px;
    padding: 5px;
    width: 100%;
}

.fields-textarea textarea {
    background-color: #f0f0f0;
    border: none;
    font-size: 14px;
    padding: 5px;
    width: 100%;
}

.fields-submit input {
    background-color: var(--red);
    border: none;
    color: #fff;
    font-size: 14px;
    padding: 5px;
    width: 100%;
}

.iChatSettingsButton input {
    background-color: var(--red);
    border: none;
    color: #fff;
    font-size: 13px;
    padding: 7px;
}

.iChatSendButton input {
    background-color: var(--red);
    border: none;
    color: #fff;
    font-size: 13px;
    padding: 7px;
    width: 100%;
}

.iChatMessage textarea {
    background-color: #f0f0f0;
    border: none !important;
    font-size: 13px;
    padding: 7px;
    width: 100%;
}

.login-label {
    font-size: 0.75rem;
    font-weight: 600;
    color: var(--red);
    margin-top: 10px;
}

.login-input input {
    background-color: #f0f0f0;
    border: none;
    font-size: 14px;
    padding: 10px;
    width: 100%;
}

.login-input textarea {
    background-color: #f0f0f0;
    border: none;
    font-size: 14px;
    padding: 10px;
    width: 100%;
}

.login-input select {
    background-color: #f0f0f0;
    border: none;
    font-size: 14px;
    padding: 10px;
    width: 100%;
}

.login-input {
    margin-top: 10px;
}

.login-submit {
    margin-top: 10px;
}

.login-submit input {
    background-color: var(--red);
    border: none;
    color: #fff;
    font-size: 13px;
    padding: 7px;
    width: 100%;
}

.login-submit button {
    background-color: var(--red);
    border: none;
    color: #fff;
    font-size: 13px;
    padding: 7px;
    width: 100%;
}

.login-submit button:hover {
    color: #fff;
}

.check-button button {
    background-color: var(--red);
    border: none;
    outline: none;
    color: #fff;
    font-size: 13px;
    padding: 7px;
    display: table;
    margin-top: 10px;
    border-radius: 0px;
}

.check-button button:hover {
    color: #fff;
    outline: none;
}

#result-registration span {
    color: #721c24 !important;
    background-color: #f8d7da;
    border-color: #f5c6cb;
    padding: 10px;
    margin-top: 20px;
    display: block;
    font-size: 14px;
}

.gks-user-my-panel {}

.gks-user-my-panel .ump-photo {
    margin: 0 auto;
    display: table;
    width: 150px;
    height: 150px;
}

.gks-user-my-panel .ump-photo img {
    width: 150px;
    height: 150px;
    object-fit: cover;
    border-radius: 50%;
}

.gks-user-my-panel ul {
    margin-top: 20px;
}

.gks-user-my-panel ul li {
    margin-bottom: 5px;
    font-size: 13px;
    border-bottom: 1px solid #eee;
    padding-bottom: 5px;
}

.gks-user-my-panel ul li a {}

.gks-user-my-panel ul li i {}

.pm-list {}

.pm-list ul {}

.pm-list ul::after {
    content: "";
    clear: both;
    display: table;
}

.pm-list ul li {
    float: left;
    margin-right: 5px;
    font-size: 14px;
}

.pm-list ul li i,
.pmicon i {
    color: var(--red);
}

.pm-list ul li a {}

.pm {
    width: 100%;
    font-size: 14px;
}

.pm td,
.pm th {
    border: 1px solid #ddd;
    padding: 8px;
}

.pm tr:nth-child(even) {
    background-color: #f2f2f2;
}

.pm th {
    padding-top: 12px;
    padding-bottom: 12px;
    text-align: left;
    background-color: #04aa6d;
    color: white;
}

.pm-info {
    font-size: 13px;
    display: block;
}

.pm-message {
    font-size: 13px;
}

.reply-list {}

.reply-list ul {}

.reply-listul::after {
    content: "";
    clear: both;
    display: table;
}

.reply-list ul li {
    float: left;
    margin-right: 5px;
    font-size: 13px;
}

.reply-list ul li i {
    color: var(--red);
}

.reply-list ul li a {}

.message-detail {
    border: 1px solid rgb(221 221 221 / 20%);
    padding: 20px;
}

.sare-pagination {
    display: table;
    margin: 0 auto;
}

.sare-pagination .prev-link {
    float: left;
}

.sare-pagination .sare-pagination-pages {
    float: left;
    margin-left: 10px;
    margin-right: 10px;
}

.sare-pagination .sare-pagination-pages span {
    display: block;
    width: 35px;
    height: 35px;
    line-height: 35px;
    background-color: #fff;
    color: var(--red);
    border: 1px solid var(--red);
    border-radius: 50%;
    text-align: center;
    float: left;
    margin-right: 3px;
    margin-left: 3px;
}

.sare-pagination .sare-pagination-pages a {
    display: block;
    width: 35px;
    height: 35px;
    line-height: 35px;
    background-color: var(--red);
    color: #fff;
    border-radius: 50%;
    text-align: center;
    float: left;
    margin-right: 3px;
    margin-left: 3px;
}

.sare-pagination .sare-pagination-pages a:hover {
    display: block;
    width: 35px;
    height: 35px;
    line-height: 35px;
    background-color: #fff;
    color: var(--red);
    border: 1px solid var(--red);
    border-radius: 50%;
    text-align: center;
    float: left;
    margin-right: 3px;
    margin-left: 3px;
}

.sare-pagination .next-link {
    float: left;
}

.sare-pagination::after {
    content: "";
    clear: both;
    display: table;
}

.footer {
    background-color: #191919;
    color: #fff;
    padding: 20px;
}

.footer-title {
    font-size: 16px;
    font-weight: 700;
    text-transform: uppercase;
}

.footer-description {
    font-size: 13px;
    font-weight: 300;
}

.footer-description span {
    color: var(--red);
    font-weight: 700;
}

.footer-menu {}

.footer-menu ul {}

.footer-menu ul li {
    font-size: 13px;
    margin-bottom: 10px;
    position: relative;
    padding-left: 15px;
}

.footer-menu ul li::before {
    position: absolute;
    left: 0;
    top: 2px;
    content: "\f192";
    font-family: "Font Awesome 5 Free";
    font-weight: 400;
    font-size: 10px;
    color: var(--red);
}

.footer-menu ul li a {
    color: #fff;
}

.footer-menu ul li a:hover {
    color: var(--red);
}

.footer-bottom {
    background-color: var(--red);
    padding: 10px;
    color: #fff;
    font-size: 13px;
    text-align: center;
}

.footer-social {}
.footer-social ul{}
.footer-social ul li{float:left;margin-right:10px;font-size:20px;}
.footer-social ul li a{color: var(--white);}
.footer-social ul li a:hover{color: var(--red);}
.footer-social ul::after {
  content: "";
  clear: both;
  display: table;
}


.main-mt-1 {
    margin-top: 10px;
}

@media screen and (min-width: 0px) and (max-width: 991px) {
    .hidden-mobil {
        display: none;
    }
    .mobil-top-10 {
        margin-top: 10px;
    }
    .mobil-top-20 {
        margin-top: 10px;
    }
    .mobil-top-30 {
        margin-top: 10px;
    }
    .movie-pro-item-img {
        height: 250px;
    }
    .filter-series ul li {
        font-size: 10px;
    }
    .series-cover-img {
        display: table;
        margin: 0 auto;
    }
    .footer-title {
        font-size: 11px;
    }
    .saremovie-owl .owl-next {
        right: 10px;
    }
    .saremovie-owl .owl-prev {
        left: 10px;
    }
    .header-logo {}
    .main-mt-1 {
        margin-top: 0px;
    }
    .center-menu {
        float: none;
        margin-top: 20px;
    }
    .center-menu ul li {}
    .center-menu ul li:last-child {
        display: none;
    }
    .center-menu ul li:hover ul {
        display: none;
    }
    .mobile-menu {
        position: absolute;
        top: 40px;
        right: 15px;
        font-size: 35px;
        color: var(--red);
        cursor: pointer;
    }
    .footer-bottom {
        font-size: 12px;
    }
    .header-right-menu {
        float: none;
        margin: 0 auto;
        display: table;
    }
    .header-right-menu ul li {
        font-size: 11px;
    }
    .header-right-menu ul li:last-child {
        display: none;
    }
    .blog-content iframe,
    .blog-content embed {
        width: 100%;
        height: auto;
    }
    .carousel-title {
        display: block;
    }
    .mobil-buttons {
        float: right;
    }
    .mobil-buttons ul {}
    .mobil-buttons ul::after {
        content: "";
        clear: both;
        display: table;
    }
    .header-middle {
        padding: 10px 0px;
    }
    .mobil-buttons ul li {
        float: left;
        margin-left: 10px;
        font-size: 25px;
    }
    .mobil-buttons ul li a {
        color: var(--red);
    }
    .mobil-search {
        margin-top: 20px;
    }
    .mobil-search input[type="search"] {
        background-color: #f0f0f0;
        border: none;
        font-size: 14px;
        padding: 10px;
        width: 100%;
    }
    .mobil-search input[type="submit"] {
        background-color: var(--red);
        border: none;
        color: #fff;
        font-size: 13px;
        padding: 10px;
        width: 100%;
    }
}

@media screen and (min-width: 992px) and (max-width: 9991px) {
    .hidden-desktop {
        display: none;
    }
}