body {
    background: #1d1c1c;
}
#home-slider .slick-bg {
    /* max-height: min(100vh * 0.85, 100vh); */
    /* max-height: max(800px, 100vh);
    min-height: max(800px, 100vh); */
    max-height: 900px;
}
.main-content {
    padding-top: 0px;
}
#iq-favorites:first-child {
    margin-top: -150px;
    margin-bottom: 150px;
}
li.slide-item .block-images {
    border-radius: 12px;
    background: #4a4a4a;
    box-shadow: 0px 0px 5px 0px black;
}
li.slide-item .position-relative {
    background: #4a4a4a;
}
li.slide-item .block-images .img-box img {
    border-radius: 12px;
    position: relative;
    z-index: 10;
    min-height: 198px;
    width: 100%;
}

li.slide-item .block-images:hover video {
    border-radius: 12px;
    /* border-bottom-left-radius: 0px;
    border-bottom-right-radius: 0px; */
    background: black;
    z-index: 99;
}
.block-description {
    justify-content: flex-end;
    position: inherit !important;
    left: inherit !important;
    bottom: inherit !important;
    top: inherit;
    margin-top: 10px;
}
li.slide-item .block-images::before {
    background: none !important;
}
li.slide-item .block-images::after {
    border: 2px solid #ffffff1f;
    z-index: 91;
    background: none !important;
    border-radius: 12px;
    width: calc(100% - 2px);
    height: calc(100% - 2px);
    left: 1px;
    top: 1px;
}
li.slide-item .block-images:hover {
    border-left: none !important;
    z-index: 99;
}
li.slide-item .iq-title {
    font-size: 15px;
    padding-left: 10px;
    padding-right: 10px;
    margin-top: 10px;
    text-transform: inherit !important;
    line-height: 20px;
    min-height: 40px;
}
li.slide-item .block-images .iq-meta {
    position: absolute;
    top: 0px;
    width: 100%;
    display: flex;
    flex-direction: row;
    flex-wrap: nowrap;
    align-content: center;
    justify-content: space-between;
    align-items: center;
    padding: 3px 9px;
    font-size: 12px;
    text-shadow: 2px 2px 0px #000000;
    color: white;
    z-index: 11;
}
li.slide-item .block-images .block-description .iq-description {
    font-size: 11px;
    line-height: 15px;
    text-align: left;
    font-weight: 300;
    display: none;
    margin: 5px 0;
    padding: 0 10px;
}
li.slide-item .block-images:hover .block-description .iq-title {
    min-height: inherit !important;
}
li.slide-item .block-images:hover .block-description .iq-description {
    display: none;
}

li.slide-item .block-images:hover .block-description {
    background: #262525;
    top: 0px;
}

li.slide-item .block-images:hover {
    transition-duration: 0.3s;
    /* transform: scale3d(1.1, 1.1, 1) translate3d(0, 0, 0); */
    /* transform: scale3d(1.2, 1.2, 1) translate3d(0, 0, 0); */
    box-shadow: 0px 0px 20px 10px #000000b8;
}

li.slide-item .block-images:hover {
    color: white;
}

li.slide-item .block-images .video-preview {
    width: 100%;
    height: 100%;
    background: rgb(0, 0, 0, 0.1);
    z-index: 12;
}
li.slide-item .block-images:hover .video-preview {
    background: transparent !important;
}

header .navbar ul li {
    margin-right: 11px;
}
header .navbar ul li.menu-item a {
    font-size: 15px;
    padding: 0px 0px 0px 0px;
}

.favorites-slider .slick-list,
#top-ten-slider-nav .slick-list {
    padding-bottom: 0px;
}

li.slide-item .block-images .iq-info {
    /* display: none; */
    position: absolute;
    top: 10px;
    left: 10px;
    z-index: 10;
}
li.slide-item .block-images:hover .iq-info {
    display: block;
}
li.slide-item .block-images .iq-info button {
    border: none;
    background: #484848;
    border-radius: 5px;
    color: lightgrey;
    font-size: 12px;
    box-shadow: 0px 0px 4px 0px #3a3a3a;
    text-shadow: 1px 1px 1px black;
    padding: 3px 16px;
    margin: 0px;
    z-index: 99;
}

li.slide-item .block-images .iq-info button:hover {
    background: var(--ott-primary-color);
    color: white;
    cursor: pointer;
}
.block-social-info {
    position: absolute;
    display: none !important;
    top: 0;
    left: 0;
    bottom: 0;
    z-index: 95;
    display: flex;
    align-items: center;
    flex-direction: row;
    flex-wrap: nowrap;
    align-content: center;
    justify-content: center;
    width: 100%;
    height: 100%;
    opacity: 1;
}
li.slide-item .block-images:hover .block-social-info {
    display: flex !important;
}
.block-social-info ul {
    display: flex;
    gap: 14px;
}

.block-social-info .music-play-lists li {
    background: rgba(255, 255, 255, 0.3);
    width: 60px;
    height: 60px;
    box-shadow: 0px 0px 3px 0px black;
}

.block-social-info .music-play-lists a {
    width: 50px;
    height: 50px;
    position: relative;
    display: block;
    line-height: 26px;
    font-size: 12px;
    text-align: center;
    background: var(--iq-white);
    color: var(--iq-primary);
    border-radius: 50%;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    -o-border-radius: 50%;
    margin: 0 auto;
    display: flex;
    -webkit-display: flex;
    -moz-display: flex;
    -o-display: flex;
    align-items: center;
    justify-content: center;
    transition: all 0.45s ease 0s;
    -webkit-transition: all 0.45s ease 0s;
    -moz-transition: all 0.45s ease 0s;
    -o-transition: all 0.45s ease 0s;
    cursor: pointer;
}

.block-social-info .music-play-lists li:hover a {
    background: var(--iq-primary);
    color: var(--iq-white);
    transition: all 0.45s ease 0s;
    -webkit-transition: all 0.45s ease 0s;
    -moz-transition: all 0.45s ease 0s;
    -o-transition: all 0.45s ease 0s;
}

.block-social-info .music-play-lists a i {
    font-size: 30px;
}

.play-header {
    position: absolute;
    z-index: 99;
    left: 40px;
    top: 40px;
    display: flex;
    flex-direction: row;
    flex-wrap: nowrap;
    justify-content: flex-start;
    align-items: center;
}
.play-header .back {
    color: white;
    font-size: 50px;
}
.play-header .back:hover {
    color: var(--iq-primary);
}

.video-info-block {
    border-radius: 10px !important;
    margin-left: 18px;
    padding: 0px 15px 15px 0px;
}

.top-family-slider {
    padding-top: 50px !important;
}
.top-family-slider .block-images {
    border-bottom-left-radius: 17px;
    border-bottom-right-radius: 17px;
    border: none !important;
    background: linear-gradient(
        0deg,
        rgb(0, 0, 0, 72%) 10%,
        rgba(255, 255, 255, 0) 50%
    ) !important;
}
.top-family-slider .img-box {
    background-position-x: center;
    background-position-y: top;
    background-size: cover;
    height: 100%;
    display: flex;
    align-items: flex-end;
    justify-content: flex-end;
    flex-direction: row;
    flex-wrap: nowrap;
    align-content: flex-start;
    cursor: pointer;
}
.top-family-slider .block-images:hover .img-box::after {
    background: #00000075;
    position: absolute;
    content: "";
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    z-index: 98;
}
.top-family-slider .poster-title {
    color: #ffffff;
    z-index: 99;
    padding: 10px 17px;
    text-align: center;
    width: 100%;
    font-weight: 500;
    display: flex;
    height: 100%;
    flex-direction: row;
    flex-wrap: wrap;
    align-content: center;
    justify-content: flex-end;
    align-items: flex-end;
}
.top-family-slider .poster-title h2 {
    margin: 0px;
    font-size: 25px;
    background: #0000008c;
    padding: 5px 10px;
    margin-top: 100%;
    border-radius: 5px;
    width: 95%;
    height: 82px;
    display: flex;
    flex-direction: row;
    flex-wrap: nowrap;
    justify-content: center;
    align-items: center;
}
.top-family-slider .position-relative {
    height: 100%;
}

.top-family-slider .slick-next,
.top-family-slider .slick-prev {
    top: 20px !important;
}

.detail-family:hover .block-images .img-box img {
    border-bottom-left-radius: 0px !important;
    border-bottom-right-radius: 0px !important;
}

#main-header .live-item a {
    font-size: 15px;
}
#main-header .live-item a i {
    color: var(--ott-primary-color);
    font-size: 12px;
}
#main-header .list-lives {
    gap: 7px;
}

.pagination {
    gap: 10px;
    flex-wrap: wrap;
}

.page-item.active .page-link {
    background-color: var(--ott-primary-color);
    border-color: var(--ott-primary-color);
}

.page-link {
    border-radius: 0.25rem;
    color: black;
}

#home-slider h1.slider-text {
    font-size: 60px;
    word-break: keep-all;
}

#home-slider p {
    font-size: 20px;
}

header#main-header {
    background: rgba(20, 20, 20, 0.8) !important;
}
* {
    scrollbar-width: auto;
    scrollbar-color: #474747 #ffffff;
}

/* Chrome, Edge, and Safari */
*::-webkit-scrollbar {
    width: 5px;
}

*::-webkit-scrollbar-track {
    background: transparent;
}

*::-webkit-scrollbar-thumb {
    background-color: #474747;
    border-radius: 10px;
    border: 0px solid #ffffff;
}

#home-slider .mute-btn {
    position: absolute;
    z-index: 99;
    bottom: 200px;
    right: 10px;
    border-radius: 50%;
    width: 60px;
    height: 60px;
    background: rgb(255 255 255 / 32%);
    display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: row;
    flex-wrap: nowrap;
    align-content: center;
    max-width: 60px;
    max-height: 60px;
}
#home-slider .mute-btn button {
    background: white;
    color: var(--ott-primary-color);
    font-size: 1.6rem;
    cursor: pointer;
    border-radius: 50%;
    width: 49px;
    height: 49px;
    border: none;
    text-align: center;
    display: flex;
    flex-direction: row;
    flex-wrap: nowrap;
    align-content: center;
    justify-content: center;
    align-items: center;
}
#home-slider .mute-btn button:hover {
    background: var(--ott-primary-color);
    color: white;
}

.iq-breadcrumb-one {
    z-index: 9;
    display: flex;
    height: 650px;
    flex-direction: row;
    flex-wrap: nowrap;
    align-content: center;
    justify-content: center;
    align-items: center;
    padding: 0px !important;
    overflow: hidden;
    background-repeat: no-repeat !important;
    animation: anileft 50s ease-out 0s normal both;
    background-size: 120%;
}

.iq-breadcrumb-one .container-fluid {
    height: 100%;
    margin: 0px;
    display: flex;
    flex-direction: row;
    flex-wrap: nowrap;
    align-content: center;
    justify-content: flex-start;
    align-items: center;
    background: linear-gradient(
        0deg,
        rgba(20, 20, 20, 1) 0%,
        rgba(255, 255, 255, 0) 35%
    );
    z-index: 99;
}

/* .iq-breadcrumb-one::before {
    content: " ";
    position: absolute;
    top: 0px;
    left: 0px;
    width: 100%;
    height: 100%;
    background: black;
} */

@keyframes anileft {
    0% {
        background-position: 0% 0%;
    }

    100% {
        background-position: 100% 0%;
    }
}

.iq-breadcrumb-two h2 {
    text-shadow: 1px 1px 0px #000000;
    font-size: 80px;
}

.iq-breadcrumb-two .breadcrumb a {
    text-shadow: 1px 1px 0px #000000;
    font-size: 20px;
}

.iq-breadcrumb-one .breadcrumb-item + .breadcrumb-item::before {
    text-shadow: 1px 1px 0px #000000;
    font-size: 24px;
}

.spinner {
    width: 24px;
    height: 24px;
    border-radius: 50%;
    background: conic-gradient(#0000 10%, var(--ott-primary-color));
    -webkit-mask: radial-gradient(
        farthest-side,
        #0000 calc(100% - 3.8px),
        #000 0
    );
    animation: spinner-zp9dbg 1.2s infinite linear;
}

@keyframes spinner-zp9dbg {
    to {
        transform: rotate(1turn);
    }
}

.video-preview-loading {
    position: absolute;
    left: 15px;
    top: 15px;
    display: none;
}

#main-header {
    z-index: 9999 !important;
}
.video-info {
    display: none;
    margin-top: 120px;
}

.video-info .breadcrumb-item + .breadcrumb-item::before {
    font-size: 19px;
}

.video-info .breadcrumb {
    margin-top: 0px !important;
}

.family-items-info {
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    align-content: center;
    justify-content: flex-start;
    align-items: center;
}

.navbar ul.sub-menu li a {
    font-size: 14px !important;
    padding: 5px 12px !important;
    line-height: 20px !important;
}

.navbar ul li .sub-menu li {
    padding: 0px !important;
}

.iq-breadcrumb-one .video-info-block {
    background: inherit !important;
    box-shadow: inherit !important;
}

.shadow_netflix {
    position: absolute;
    width: 100%;
    height: 100%;
    background: linear-gradient(
        93deg,
        rgb(0 0 0) 0%,
        rgba(255, 255, 255, 0) 80%
    );
}

.video-info h1 {
    font-size: 30px;
}

.video-info .video_desription {
    max-width: 70% !important;
    padding-top: 17px !important;
}

.iq-breadcrumb-two .title {
    font-family: "Helvetica Neue Regular" !important;
    text-transform: uppercase !important;
    background: url(../images/texure.jpg) !important;
    background-repeat: repeat-x !important;
    background-position: 100% 100% !important;
    color: transparent !important;
    -webkit-font-smoothing: antialiased !important;
    -webkit-background-clip: text !important;
    -moz-background-clip: text !important;
    background-clip: text !important;
    -webkit-text-fill-color: transparent !important;
    text-shadow: none !important;
    font-size: 45px;
}

.home-slider .shadow_netflix {
    position: absolute;
    width: 100%;
    height: 100%;
    background: linear-gradient(
        93deg,
        rgb(0 0 0) 15%,
        rgba(255, 255, 255, 0) 50%
    );
}

.iq-breadcrumb-one ol li a {
    color: white !important;
    font-weight: 400 !important;
}

.main-subfamily #main {
    margin-top: -110px;
    z-index: 80;
    position: relative;
}

.searchbox .form-group {
    margin-bottom: 0px !important;
}

.search-results {
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    align-content: flex-start;
    align-items: center;
    gap: 15px;
    padding: 0px 15px 15px 15px;
    background: var(--iq-bg1);
}
.search-results .search-info {
    width: 100%;
    font-size: 13px;
    font-style: italic;
    margin-bottom: 10px;
}
.search-results .search-item {
    display: flex;
    flex-direction: row;
    flex-wrap: nowrap;
    justify-content: space-between;
    align-items: flex-start;
}
.search-results .search-poster {
    width: 35%;
}
.search-results .search-poster img {
    border-radius: 5px;
}
.search-results .search-data {
    width: 65%;
    display: flex;
    flex-direction: column;
    flex-wrap: wrap;
    align-content: flex-start;
    justify-content: space-between;
    align-items: flex-start;
    padding-left: 15px;
}
.search-results .search-data .item-title {
    color: white;
    font-size: 14px;
    line-height: 20px;
    margin-bottom: 4px;
    text-align: left;
}
.search-results .search-data .item-family {
    font-size: 13px;
}
.search-results .search-data .item-duration {
    font-size: 11px;
    color: grey;
}
.search-results .search-more {
    width: 100%;
    padding-top: 10px;
    padding-bottom: 10px;
}
.search-results .search-more a {
    background: var(--ott-primary-color);
    border: none;
    color: white;
    border-radius: 8px;
    font-size: 15px;
    padding: 5px 21px;
    text-transform: uppercase;
}

.loading-container {
    width: 100%;
    display: flex;
    flex-direction: row;
    flex-wrap: nowrap;
    justify-content: center;
    align-items: center;
}

.search-results .results {
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    align-content: flex-start;
    align-items: center;
}

.search-loading {
    width: 24px;
    height: 24px;
    border-radius: 50%;
    background: conic-gradient(#0000 10%, var(--ott-primary-color));
    -webkit-mask: radial-gradient(
        farthest-side,
        #0000 calc(100% - 3.8px),
        #000 0
    );
    animation: spinner-zp9dbg 1.2s infinite linear;
}

.search-overflow {
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    align-content: flex-start;
    align-items: center;
    gap: 15px;
    max-height: min(500px, 80vh);
    overflow: auto;
}
.not-found-thumb {
    background: var(--ott-primary-color);
    width: 100%;
    border: 1px solid var(--ott-primary-color);
    height: 100%;
    min-height: 169px;
}
.progress-video-preview {
    width: calc(100% - 14px);
    left: 7px;
    height: 2px;
    display: none;
    position: absolute;
    z-index: 999;
    bottom: 2px;
}
.progress-video-preview .progress {
    background: var(--ott-primary-color);
    border-radius: 2px;
    height: 4px;
}

.img-box:hover .progress-video-preview {
    display: block;
}

.p-container {
    position: relative;
    overflow: hidden;
    width: 100%;
    padding-top: 56.25%; /* 16:9 Aspect Ratio (divide 9 by 16 = 0.5625) */
}

.responsive-iframe {
    position: absolute;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
    width: 100%;
    height: 100%;
}

.main-subfamily .slide {
    transition: inherit !important;
}

.main-header .navbar-brand {
    display: inline-flex;
    flex-direction: row-reverse;
    flex-wrap: nowrap;
    justify-content: space-between;
    align-items: center;
    gap: 15px;
    color: white;
    position: relative;
    font-size: 22px;
}
.main-header .navbar-brand {
    line-height: 100%;
    transition: none !important;
}

.main-header .navbar-brand:hover i,
.main-header .navbar-brand:focus i {
    color: white;
}

#cookie-notice {
    position: fixed;
    bottom: 0;
    left: 0;
    right: 0;
    color: #fff;
    padding: 10px;
    text-align: center;
    font-size: 13px;
    background: rgba(0, 0, 0, 0.5);
    backdrop-filter: blur(10px);
}

#accept-cookies {
    background-color: #fff;
    color: #333;
    border: none;
    padding: 3px 5px;
    cursor: pointer;
    border-radius: 2px;
    margin-left: 10px;
}

.login-privacy-menu {
}

.login-privacy-menu ul {
    list-style: none;
    margin: 0px;
    padding: 0px;
    display: flex;
    gap: 10px;
    flex-direction: row;
    flex-wrap: nowrap;
    justify-content: center;
    align-items: center;
}

.login-privacy-menu ul li {
}

.player-related {
    position: absolute;
    width: 96%;
    background: #000000ba;
    border-radius: 17px;
    padding-top: 20px;
    max-width: 1360px;
    left: 0;
    right: 0;
    margin: 0 auto;
    display: none;
    bottom: 140px;
}

.player-related #iq-favorites:first-child {
    margin-top: 0px;
    margin-bottom: inherit;
}

.player-related .container-fluid {
    padding: 0 25px;
}

.favorites-slider .slick-list,
#top-ten-slider-nav .slick-list {
    overflow: visible;
    padding-bottom: 40px !important;
}

.player-related .favorites-slider .slick-list {
    padding-bottom: 10px !important;
}

.player-related .main-title {
    font-size: 21px;
}

.player-related .show-info,
.player-related .mute-btn {
    display: none;
}

.breadcrumbs {
    position: absolute;
    height: 50px;
    top: 80px;
    z-index: 99;
    width: 100%;
    width: calc(100% - 200px);
}

.breadcrumbs .items,
.video-info-breadcrumb .items {
    display: flex;
    justify-content: flex-start;
    gap: 15px;
    flex-direction: row;
    flex-wrap: nowrap;
    margin-left: 5px;
}

.breadcrumbs .items .item::after,
.video-info-breadcrumb .items .item::after {
    content: ">";
    margin-left: 15px;
    color: var(--ott-primary-color);
    text-shadow: 1px 1px 0px #000000;
    font-size: 24px;
    font-weight: 800;
}

.breadcrumbs .items .item:last-child::after,
.video-info-breadcrumb .items .item:last-child::after {
    content: "" !important;
    margin-left: 15px;
    color: var(--ott-primary-color);
    text-shadow: 1px 1px 0px #000000;
    font-size: 24px;
}

.video-info-breadcrumb .items a,
.breadcrumbs .items a {
    color: white;
    font-size: 20px;
    font-weight: 400;
    text-shadow: 1px 1px 0px #000000;
}

.countdown {
    position: absolute;
    z-index: 99;
    font-size: 60px;
    color: white;
    text-shadow: 1px 1px 0px #000000;
    top: 0px;
    left: 0;
    width: 100%;
    height: calc(100% - 60px);
    display: flex;
    flex-direction: row;
    flex-wrap: nowrap;
    justify-content: center;
    align-items: center;
}

body,
#main-header {
    min-width: 360px;
}

#video-overlay {
    display: none;
    position: absolute;
    width: 640px;
    background: #3f3e3e;
    box-shadow: 0px 0px 20px 20px #000000b8;
    color: white;
    z-index: 999;
    border-top-left-radius: 12px;
    border-top-right-radius: 12px;
}
#video-overlay .effect {
    border: 2px solid #ffffff1f;
    z-index: 91;
    background: none !important;
    border-radius: 12px;
    width: calc(100% - 2px);
    height: calc(100% - 2px);
    left: 1px;
    top: 1px;
    position: absolute;
    border-bottom-left-radius: 0px;
    border-bottom-right-radius: 0px;
    z-index: 1;
}
#video-overlay .preview {
    position: relative;
    padding-bottom: 56.2%;
}

#video-overlay .preview img {
    position: absolute;
    object-fit: cover;
    width: 100%;
    height: 100%;
    border-top-left-radius: 12px;
    border-top-right-radius: 12px;
    border-bottom: 2px solid var(--ott-primary-color);
}
#video-overlay .preview video {
    position: absolute;
    object-fit: cover;
    width: 100%;
    height: 100%;
    border-top-left-radius: 12px;
    border-top-right-radius: 12px;
    border-bottom: 2px solid var(--ott-primary-color);
    display: none;
}

#video-overlay .meta {
    padding: 10px 10px 0px 10px;
}
#video-overlay .meta .title {
    font-size: 18px;
    font-weight: 600;
    margin-top: 10px;
}
#video-overlay .meta .description {
    font-size: 14px;
    font-weight: 400;
    margin-bottom: 5px;
    margin-top: 10px;
    line-height: 23px;
    z-index: 80;
}
#video-overlay .meta .info {
    display: flex;
    justify-content: space-between;
    align-items: center;
    font-size: 14px;
    line-height: 20px;
    margin-top: 10px;
    z-index: 80;
}
#video-overlay .meta .info .duration {
    font-size: 14px;
    font-weight: 500;
    margin-bottom: 5px;
    background: #1d1c1c;
    padding: 3px 5px;
    text-align: center;
    border-radius: 3px;
    z-index: 80;
}
#video-overlay .meta .info .family {
    color: #c7c7c7;
    font-weight: 500;
}
#video-overlay .meta .info .family .items {
    display: flex;
    flex-direction: row;
    flex-wrap: nowrap;
    justify-content: flex-start;
    align-items: center;
    gap: 5px;
}

#video-overlay .meta .info .family .items .item::after {
    content: ">";
    margin-left: 5px;
}
#video-overlay .meta .info .family .items .item:last-child::after {
    content: "";
}

#video-overlay .buttons {
    display: flex;
    justify-content: center;
    align-items: center;
    width: 100%;
    padding: 0 10px;
    position: absolute;
    bottom: 25px;
    gap: 25px;
}

#video-overlay .buttons .iq-button {
    background: var(--ott-primary-color);
    border: none;
    padding: 4px 10px;
    text-transform: uppercase;
    letter-spacing: 0.5px;
    font-size: 14px;
}
#video-overlay .buttons .iq-button::before {
    background: inherit !important;
    border: inherit !important;
}

#video-overlay .mute-btn {
    display: none !important;
    position: absolute;
    z-index: 99;
    top: 10px;
    right: 10px;
    border-radius: 50%;
    width: 38px;
    height: 37px;
    background: rgb(255 255 255 / 32%);
    display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: row;
    flex-wrap: nowrap;
    align-content: center;
}
#video-overlay .mute-btn {
    display: flex !important;
}

#video-overlay .mute-btn button {
    background: white;
    color: var(--ott-primary-color);
    font-size: 17px;
    cursor: pointer;
    border-radius: 50%;
    width: 30px;
    height: 30px;
    border: none;
    text-align: center;
    display: flex;
    flex-direction: row;
    flex-wrap: nowrap;
    align-content: center;
    justify-content: center;
    align-items: center;
}
#video-overlay .mute-btn button:hover {
    background: var(--ott-primary-color);
    color: white;
}
.search-page .favorites-slider li.slide-item {
    margin-bottom: 25px;
}

.favorites-slider .slick-prev,
.inner-slider .slick-prev {
    color: var(--iq-white);
    right: 46px;
    z-index: 9;
    top: -35px;
    left: auto;
    width: 35px;
    height: 35px;
    z-index: 99;
}
.favorites-slider .slick-next,
.inner-slider .slick-next {
    left: auto;
    color: var(--iq-white);
    right: 6px;
    z-index: 9;
    top: -35px;
    width: 35px;
    height: 35px;
    z-index: 99;
}

.favorites-slider .slick-arrow i,
.inner-slider .slick-arrow i {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 36px;
    height: 36px;
    text-align: center;
    opacity: 1;
    z-index: 9;
    top: 0;
    background: #ffffff63;
    border-radius: 50%;
    margin: 0;
    line-height: 5px;
    box-shadow: 0px 9px 19px #01041b0d;
    transform: none;
    color: black;
}
.iq-view-all {
    font-weight: 500;
    position: relative;
    background: #3f3f3f;
    color: #ffffffa3;
    border-radius: 5px;
    padding: 0 10px;
    display: flex;
    align-items: center;
}
.player-related .iq-main-header {
    margin-bottom: 15px;
    margin-top: 2px;
}

.player-related .iq-main-header .inner-slider .slick-prev {
    right: 46px;
    z-index: 9;
    top: -25px;
    left: auto;
    width: 35px;
    height: 35px;
}

.player-related .iq-main-header .inner-slider .slick-next {
    left: auto;
    color: var(--iq-white);
    right: 6px;
    z-index: 9;
    top: -25px;
    width: 35px;
    height: 35px;
}
.player-related .close-btn {
    gap: 15px;
    position: relative;
    right: 0px;
    top: -2px;
    width: 35px;
    height: 35px;
    border-radius: 50%;
    align-items: center;
    justify-content: center;
    background: #ffffff63;
    line-height: 5px;
    box-shadow: 0px 9px 19px #01041b0d;
    color: black;
}
.player-related .close-btn a {
    color: black;
    font-size: 23px;
    font-weight: 800;
}
.player-related .slick-next {
    right: 58px;
    z-index: 9;
    top: -34px;
}
.player-related .slick-prev {
    right: 117px;
}

.breadcrumbs .back_item::after {
    display: none;
}
.breadcrumbs .items .back {
    font-size: 32px;
    position: relative;
    top: -7px;
}

.slick-dots {
    display: none !important;
}
.mobile-link-item {
    display: none;
}
.shadow-container {
    display: flex;
    position: absolute;
    top: 0;
    width: 100%;
    height: 100%;
    z-index: 99;
}
.shadow-container .shadow-top {
    width: 100%;
    height: 15%;
    background: linear-gradient(
        0deg,
        rgba(255, 255, 255, 0) 0%,
        rgba(0, 0, 0, 0.85) 100%
    );
}
.shadow-container .shadow-bottom {
    width: 100%;
    height: 15%;
    background: linear-gradient(
        180deg,
        rgba(255, 255, 255, 0) 0%,
        rgba(0, 0, 0, 0.85) 100%
    );
    position: absolute;
    bottom: 0;
}

.top-family-slider .block-images::after {
    display: none;
}
.top-family-slider .block-images::before {
    display: none;
}

.paginated-items li.slide-item {
    width: calc(100% / 4);
}

.mobile-content {
    display: none;
    position: absolute;
    right: 0;
    left: 0;
    width: 100%;
    background: #000000db;
    top: 50px;
    padding: 2px;
}

.mobile-content .search-overflow {
    max-height: 95vh;
}
.mobile-content .search-link {
    display: none;
}
.mobile-content .search-results .results {
    padding-top: 15px;
}

#circle {
    top: 15px;
    position: relative;
}
#circle .circle-progress-value {
    stroke-width: 9px;
    stroke: #ffffff;
}
#circle .circle-progress-circle {
    stroke-width: 9px;
    stroke: #7b7b7b;
}
#circle .circle-progress-text {
    fill: white;
    font-size: 35px;
    font-weight: 600;
}
.playinfo {
    position: absolute;
    z-index: 99;
    width: 480px;
    background: #191919eb;
    border-radius: 15px;
    top: 170px;
    left: calc((100% - 480px) * 0.5);
    padding: 15px;
    color: var(--iq-white-color);
    box-shadow: 0px 0px 5px 0px #191919;
    display: none;
}
.playinfo .close {
}
.playinfo .title {
    font-size: 20px;
    font-weight: 600;
    margin-bottom: 20px;
}
.playinfo img {
    width: 200px;
    height: auto;
    float: left;
    margin-right: 10px;
    margin-bottom: 10px;
    border-radius: 10px;
}
.playinfo .description {
    font-size: 14px;
    font-weight: 400;
    margin-bottom: 10px;
}
.playinfo .tags {
    font-size: 14px;
    font-weight: 800;
    margin-bottom: 10px;
    color: var(--ott-primary-color);
    max-width: 60%;
}
.playinfo .duration {
    font-size: 14px;
    font-weight: 400;
    margin-bottom: 10px;
}
.showInfoBtn {
    position: absolute;
    z-index: 99;
    top: 40px;
    right: 40px;
    border-radius: 50%;
    width: 60px;
    height: 60px;
    background: rgb(255 255 255 / 32%);
    display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: row;
    flex-wrap: nowrap;
    align-content: center;
    max-width: 60px;
    max-height: 60px;
}
.showInfo {
    position: absolute;
    background: #fff;
    color: var(--ott-primary-color);
    font-size: 39px;
    cursor: pointer;
    border-radius: 50%;
    width: 49px;
    height: 49px;
    border: none;
    text-align: center;
    display: flex;
    flex-direction: row;
    flex-wrap: nowrap;
    align-content: center;
    justify-content: center;
    align-items: center;
}
.showInfo:hover {
    background: var(--ott-primary-color);
    color: white;
}

.info-video {
    position: absolute;
    top: 25%;
    padding: 20px 0px 20px 20px;
    width: calc(100% - 90px);
    left: 0px;
    background: linear-gradient(
        270deg,
        rgba(255, 255, 255, 0) 26%,
        rgb(0 0 0 / 81%) 88%
    );
}
@keyframes countdown {
    from {
        stroke-dashoffset: 0px;
    }
    to {
        stroke-dashoffset: 113px;
    }
}

@media (min-width: 576px) {
    .paginated-items li.slide-item {
        width: calc(100% / 2);
    }
}

@media (min-width: 768px) {
    .paginated-items li.slide-item {
        width: calc(100% / 3);
    }
}

@media (min-width: 992px) {
    .paginated-items li.slide-item {
        width: calc(100% / 3);
    }
}

@media (min-width: 1200px) {
    .paginated-items li.slide-item {
        width: calc(100% / 4);
    }
}
@media (max-width: 1201px) {
    .navbar-brand i {
        display: none;
    }
    .menu-right {
        width: 100%;
        display: flex;
        flex-wrap: nowrap;
        flex-direction: row;
        justify-content: center;
        padding-bottom: 15px;
        margin-top: -46px;
    }
    .video-info-breadcrumb .items a,
    .breadcrumbs .items a {
        font-size: 15px;
    }
    .breadcrumbs .items .item::after,
    .video-info-breadcrumb .items .item::after {
        font-size: 18px;
    }
    .breadcrumbs .items .item:last-child,
    .video-info-breadcrumb .items .item:last-child {
        position: relative;
        top: 3px;
    }
    .breadcrumbs .items .item:last-child:after,
    .video-info-breadcrumb .items .item:last-child:after {
        display: none;
    }
    .breadcrumbs {
        top: 70px;
    }
    .breadcrumbs .items .back {
        font-size: 20px;
        position: relative;
        top: -3px;
    }
}

@media (max-width: 575px) {
    .paginated-items li.slide-item {
        width: 100%;
    }
    .top-family-slider .poster-title h2 {
        font-size: 16px;
        height: 65px;
    }
    .player-related .close-btn {
        right: 0px;
    }
    .player-related .main-title {
        font-size: 15px;
    }
    .iq-view-all {
        font-size: 13px;
    }
    .player-related .close-btn {
        width: 25px;
        height: 25px;
    }
    .player-related .close-btn a {
        font-size: 18px;
    }
    .player-related .iq-main-header {
        margin-bottom: 10px;
    }
    .showInfoBtn {
        width: 36px;
        left: 15px;
        height: 36px;
    }
    .breadcrumbs {
        width: 100%;
    }
    .showInfoBtn .showInfo {
        width: 26px;
        height: 26px;
        font-size: 26px;
    }
    .playinfo {
        width: calc(100% - 30px);
        left: 15px;
        top: 200px;
    }
    .playinfo img {
        float: none;
        margin-right: 100%;
    }
}

@media (max-width: 800px) {
    .favorites-slider .slick-next,
    .favorites-slider .slick-prev {
        top: -20px;
        width: 20px;
        height: 20px;
    }
    .favorites-slider .slick-arrow i {
        width: 20px;
        height: 20px;
        font-size: 11px;
    }
}
