/*!
* Version: 5.3.0
* Template: Streamit - Responsive Bootstrap 5.3.2 Template
* Author: iqonic.design
* Design and Developed by: iqonic.design
* NOTE: This file contains the styling for Template.
*
*/
:focus {
    outline: none
}

hr {
    margin: 1rem 0;
    color: inherit;
    background-color: currentColor;
    border: 0;
    opacity: .25
}

h1, h2, h3, h4, h5, h6 {
    font-family: var(--bs-heading-font-family)
}

h1 {
    font-size: var(--bs-heading-1, 4.209rem)
}

h2 {
    font-size: var(--bs-heading-2, 3.157rem)
}

h3 {
    font-size: var(--bs-heading-3, 2.369rem)
}

h4 {
    font-size: var(--bs-heading-4, 1.777rem)
}

h5 {
    font-size: var(--bs-heading-5, 1.333rem)
}

h6 {
    font-size: var(--bs-heading-6, 1rem)
}

a {
    -webkit-transition: color 400ms ease, background 400ms ease;
    -o-transition: color 400ms ease, background 400ms ease;
    transition: color 400ms ease, background 400ms ease;
    color: var(--bs-primary);
    text-decoration: none
}

h1 a, h2 a, h3 a, h4 a, h5 a, h6 a {
    color: inherit
}

img {
    max-width: 100%
}

.iq-scroller-effect ::-webkit-scrollbar {
    width: 5px;
    height: 5px;
    -webkit-border-radius: 20px;
    border-radius: 20px
}

.iq-scroller-effect ::-webkit-scrollbar-track {
    background: #fff;
    -webkit-border-radius: 20px;
    border-radius: 20px
}

.iq-scroller-effect ::-webkit-scrollbar-thumb {
    background: #222020;
    -webkit-border-radius: 20px;
    border-radius: 20px;
    -webkit-transition: all 400ms ease;
    -o-transition: all 400ms ease;
    transition: all 400ms ease;
    cursor: pointer
}

.iq-scroller-effect ::-webkit-scrollbar-thumb:hover {
    background: rgb(56.1, 54.3, 54.3);
    -webkit-border-radius: 20px;
    border-radius: 20px;
    -webkit-transition: all 400ms ease;
    -o-transition: all 400ms ease;
    transition: all 400ms ease
}

@media (max-width: 767px) {
    h5 {
        font-size: 1rem
    }
}

:root {
    --prefix: bs-;
    --bs-heading-font-family: Roboto, sans-serif, Liberation Mono, Courier New, monospace
}

@media (max-width: 767px) {
    :root {
        --bs-heading-1: 3.809rem;
        --bs-heading-2: 2.5rem;
        --bs-heading-3: 1.875rem;
        --bs-heading-4: 1.25rem
    }
}

.container {
    max-width: 1400px
}

::-moz-selection {
    color: var(--bs-white);
    background: var(--bs-primary)
}

::selection {
    color: var(--bs-white);
    background: var(--bs-primary)
}

.bg-soft-primary {
    color: rgb(206.1, 8.1, 18);
    background-color: rgba(229, 9, 20, .1) !important
}

.bg-soft-secondary {
    color: rgb(30.6, 28.8, 28.8);
    background-color: rgba(34, 32, 32, .1) !important
}

.bg-soft-success {
    color: rgb(35.1, 156.6, 86.4);
    background-color: rgba(39, 174, 96, .1) !important
}

.bg-soft-info {
    color: rgb(0, 109.8, 229.5);
    background-color: rgba(0, 122, 255, .1) !important
}

.bg-soft-warning {
    color: rgb(229.5, 194.4, 25.2);
    background-color: rgba(255, 216, 28, .1) !important
}

.bg-soft-danger {
    color: rgb(75.6, 84.6, 105.3);
    background-color: rgba(84, 94, 117, .1) !important
}

.bg-soft-light {
    color: rgb(209.7, 212.4, 215.1);
    background-color: rgba(233, 236, 239, .1) !important
}

.bg-soft-dark {
    color: #000;
    background-color: rgba(0, 0, 0, .1) !important
}

.body-class-1 {
    scroll-behavior: smooth
}

.main-img .container {
    position: absolute;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    color: #fff;
    font-weight: 700;
    text-transform: uppercase;
    text-align: center
}

.main-img .container h1 {
    margin: 0;
    font-size: 4.375rem;
    color: #fff
}

.main-img .container h1 span {
    padding: .375rem .875rem;
    display: inline-block
}

.bd-heading-1 .bd-example {
    margin-top: 1rem
}

.bd-heading-1 .bd-example:first-child {
    margin-top: 0rem
}

.bd-cheatsheet section article .card.iq-document-card {
    padding: 1.5rem
}

.bd-cheatsheet section article .card.iq-document-card .tab-content pre.language-markup {
    margin: unset
}

.bd-aside.card.iq-document-card {
    padding: 1.5rem
}

.bd-aside a {
    padding: .25rem .5rem;
    margin-top: .125rem;
    margin-left: .25rem;
    color: rgba(9, 8, 9, .95);
    text-decoration: none
}

.bd-aside a:hover, .bd-aside a:focus {
    background-color: rgba(var(--bs-primary-rgb), 0.1)
}

.bd-aside .active {
    font-weight: 600;
    background-color: rgba(var(--bs-primary-rgb), 0.1);
    color: var(--bs-primary)
}

.bd-aside .btn {
    padding: .25rem .5rem;
    font-weight: 600;
    border: 0
}

.bd-aside .btn .right-icon {
    -webkit-transition: -webkit-transform .35s ease;
    transition: -webkit-transform .35s ease;
    -o-transition: transform .35s ease;
    transition: transform .35s ease;
    transition: transform .35s ease, -webkit-transform .35s ease
}

.bd-aside .btn:hover, .bd-aside .btn:focus {
    background-color: rgba(var(--bs-primary-rgb), 0.1);
    color: var(--bs-primary)
}

.bd-aside .btn[aria-expanded=true] .right-icon {
    -webkit-transform: rotate(90deg);
    -ms-transform: rotate(90deg);
    transform: rotate(90deg)
}

.scrollspy-example {
    position: relative;
    height: 12.5rem;
    margin-top: .5rem;
    overflow: auto
}

[id=modal] .bd-example .btn, [id=buttons] .bd-example .btn, [id=tooltips] .bd-example .btn, [id=popovers] .bd-example .btn, [id=dropdowns] .bd-example .btn-group, [id=dropdowns] .bd-example .dropdown, [id=dropdowns] .bd-example .dropup, [id=dropdowns] .bd-example .dropend, [id=dropdowns] .bd-example .dropstart {
    margin-top: .5rem
}

@media (min-width: 1200px) {
    .body-class-1 {
        display: grid;
        gap: 2rem;
        grid-template-columns:1fr 4fr 1fr;
        grid-template-rows:auto
    }

    .bd-aside.sticky-xl-top {
        top: 2rem !important
    }

    .bd-header {
        position: fixed;
        top: 0;
        right: 0;
        left: 0;
        z-index: 1030;
        grid-column: 1/span 3
    }

    .sticky-xl-top {
        z-index: 2
    }

    .bd-cheatsheet, .bd-cheatsheet section, .bd-cheatsheet article {
        display: grid;
        gap: 2rem;
        grid-template-columns:3fr 1fr;
        grid-column: span 2/span 2;
        grid-template-rows:auto
    }

    .bd-aside {
        grid-area: 1/1;
        scroll-margin-top: 4rem
    }

    .bd-cheatsheet section, .bd-cheatsheet section > .iq-side-content {
        top: 2rem;
        scroll-margin-top: 0
    }

    .bd-cheatsheet article, .bd-cheatsheet .bd-heading {
        top: calc(7.2rem + 2rem);
        scroll-margin-top: calc(7.8rem + 2rem)
    }

    .bd-cheatsheet .bd-heading {
        z-index: 1;
        -webkit-box-ordinal-group: 3;
        -webkit-order: 2;
        -ms-flex-order: 2;
        order: 2
    }

    .bd-cheatsheet .bd-heading .card {
        margin-bottom: 0
    }

    .bd-cheatsheet article .iq-document-card {
        margin-bottom: unset
    }

    .bd-cheatsheet article .iq-document-card.iq-doc-head {
        margin-top: -8.8rem
    }
}

@media (min-width: 768px)and (max-width: 1200px) {
    .mobile-offcanvas {
        width: 40% !important
    }
}

@media (max-width: 1199px) {
    .header .container {
        max-width: unset !important
    }

    aside.mobile-offcanvas {
        margin-top: unset !important
    }

    aside.mobile-offcanvas .offcanvas-header {
        display: block
    }

    .body-class-1 {
        padding: unset
    }

    .body-class-1.container {
        max-width: unset
    }

    .content .iq-side-content .card {
        margin-top: 1.25rem
    }

    .mobile-offcanvas {
        visibility: hidden;
        -webkit-transform: translateX(-100%);
        -ms-transform: translateX(-100%);
        transform: translateX(-100%);
        -webkit-border-radius: 0;
        border-radius: 0;
        display: block;
        position: fixed;
        top: 0;
        left: 0;
        height: 100vh;
        z-index: 1200;
        width: 75%;
        overflow-y: scroll;
        overflow-x: hidden;
        -webkit-transition: visibility .3s ease-in-out, -webkit-transform .3s ease-in-out;
        transition: visibility .3s ease-in-out, -webkit-transform .3s ease-in-out;
        -o-transition: visibility .3s ease-in-out, transform .3s ease-in-out;
        transition: visibility .3s ease-in-out, transform .3s ease-in-out;
        transition: visibility .3s ease-in-out, transform .3s ease-in-out, -webkit-transform .3s ease-in-out;
        background: hsla(0, 0%, 100%, .8392156863);
        -webkit-backdrop-filter: blur(0.5rem);
        backdrop-filter: blur(0.5rem)
    }

    .mobile-offcanvas.show {
        visibility: visible;
        -webkit-transform: translateY(0);
        -ms-transform: translateY(0);
        transform: translateY(0)
    }

    .mobile-offcanvas .container, .mobile-offcanvas .container-fluid {
        display: block
    }
}

@media (min-width: 1200px) {
    aside.mobile-offcanvas .offcanvas-header {
        display: none
    }

    .bd-cheatsheet section .iq-side-content {
        grid-column-end: 3
    }

    .bd-cheatsheet section .iq-side-content .card {
        margin-bottom: 0
    }
}

body.offcanvas-active {
    overflow: hidden
}

body.uikit .btn-download {
    display: none
}

.uisheet.screen-darken {
    height: 100%;
    width: 0%;
    z-index: 30;
    position: fixed;
    top: 0;
    right: 0;
    opacity: 0;
    visibility: hidden;
    background-color: rgba(232, 234, 237, .6);
    -webkit-transition: opacity .2s linear, visibility .2s, width 2s ease-in;
    -o-transition: opacity .2s linear, visibility .2s, width 2s ease-in;
    transition: opacity .2s linear, visibility .2s, width 2s ease-in
}

.uisheet.screen-darken.active {
    z-index: 10;
    -webkit-transition: opacity .3s ease, width 0s;
    -o-transition: opacity .3s ease, width 0s;
    transition: opacity .3s ease, width 0s;
    opacity: 1;
    width: 100%;
    visibility: visible
}

.middle {
    display: inline !important
}

.middle .mid-menu {
    position: fixed;
    top: 9.375rem;
    left: 0rem;
    z-index: 999;
    text-align: center;
    cursor: pointer;
    background: var(--bs-primary);
    color: #fff;
    padding: .2rem;
    -webkit-border-radius: 0 1rem 1rem 0;
    border-radius: 0 1rem 1rem 0
}

.top-1 {
    top: 1rem
}

.elem-list {
    max-height: calc(80vh + 4rem);
    overflow: auto
}

.elem-list::-webkit-scrollbar {
    width: 4px;
    height: 4px;
    -webkit-border-radius: 10px;
    border-radius: 10px
}

.elem-list::-webkit-scrollbar-track {
    background: #fff;
    -webkit-border-radius: 10px;
    border-radius: 10px
}

.elem-list::-webkit-scrollbar-thumb {
    background: rgba(0, 0, 0, .2);
    -webkit-border-radius: 10px;
    border-radius: 10px;
    -webkit-transition: all 400ms ease;
    -o-transition: all 400ms ease;
    transition: all 400ms ease;
    cursor: pointer
}

.elem-list::-webkit-scrollbar-thumb:hover {
    background: rgba(0, 0, 0, .2);
    -webkit-border-radius: 10px;
    border-radius: 10px;
    -webkit-transition: all 400ms ease;
    -o-transition: all 400ms ease;
    transition: all 400ms ease;
    cursor: pointer
}

.card .card-body .iq-media-group-1 .iq-media-1 {
    margin-left: -1.25rem;
    position: relative;
    z-index: 0
}

.card .card-body .iq-media-group-1 .iq-media-1:hover {
    z-index: 9
}

.card .card-body .iq-media-group-1 .iq-media-1 img {
    border: 2px solid #222020
}

.card .card-body .iq-media-group-1 .iq-media-1:first-child {
    margin-left: 0
}

.card .card-body .iq-media-1 {
    display: -webkit-inline-box;
    display: -webkit-inline-flex;
    display: -ms-inline-flexbox;
    display: inline-flex;
    background-repeat: no-repeat;
    background-position: center center;
    -webkit-background-size: cover;
    background-size: cover;
    -webkit-border-radius: .25em;
    border-radius: .25em
}

.card .card-body .iq-media-1:hover {
    text-decoration: none
}

::-webkit-scrollbar {
    width: .625em;
    height: .3em
}

::-webkit-scrollbar-thumb {
    background: var(--bs-body-color)
}

::-webkit-scrollbar-track {
    background: var(--bs-border-color)
}

.iq-banner-thumb-slider .slider .slider-bg .swiper-container {
    width: 100%;
    height: 100%;
    overflow: hidden
}

.iq-banner-thumb-slider .slider .slider-bg .swiper-container .swiper-wrapper {
    margin: 0
}

.iq-banner-thumb-slider .slider .slider-bg .slider-images {
    width: 100%;
    height: 100%
}

.iq-banner-thumb-slider .slider .slider-bg .slider-images .swiper-wrapper .banner-bg {
    height: auto
}

.iq-banner-thumb-slider .slider .slider-bg .slider-images .swiper-wrapper .banner-bg .slider-content-full-height {
    min-height: 92vh
}

.iq-banner-thumb-slider .slider .slider-bg .slider-images .slider--image {
    position: relative;
    -webkit-background-size: cover;
    background-size: cover;
    background-position: center top;
    background-repeat: no-repeat;
    width: 100%;
    z-index: 1;
    transition-property: transition, -webkit-transition;
    min-height: 92vh;
    height: 100%
}

.iq-banner-thumb-slider .slider .slider-bg .slider-images .slider--image::before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 90%;
    height: 100%;
    width: 100%;
    background: -webkit-linear-gradient(359.7deg, var(--bs-black) 9.88%, rgba(var(--bs-black-rgb), 0) 31.52%), -webkit-linear-gradient(183.46deg, var(--bs-black) 13.29%, rgba(var(--bs-black-rgb), 0) 98.41%);
    background: -o-linear-gradient(359.7deg, var(--bs-black) 9.88%, rgba(var(--bs-black-rgb), 0) 31.52%), -o-linear-gradient(183.46deg, var(--bs-black) 13.29%, rgba(var(--bs-black-rgb), 0) 98.41%);
    background: linear-gradient(90.3deg, var(--bs-black) 9.88%, rgba(var(--bs-black-rgb), 0) 31.52%), linear-gradient(266.54deg, var(--bs-black) 13.29%, rgba(var(--bs-black-rgb), 0) 98.41%)
}

.iq-banner-thumb-slider .slider .slider-bg .slider-images .slider--image img {
    -webkit-transition: 3s;
    -o-transition: 3s;
    transition: 3s;
    mix-blend-mode: overlay;
    width: 100%;
    height: 100%;
    -o-object-fit: cover;
    object-fit: cover;
    overflow: hidden
}

.iq-banner-thumb-slider .slider .slider-bg .slider-images .description {
    position: absolute;
    top: 50%;
    left: 3.8em;
    z-index: 99;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
    width: 100%
}

.iq-banner-thumb-slider .slider .slider-bg .slider-images .description > .row {
    padding-top: var(--header-height)
}

.iq-banner-thumb-slider .slider .slider-bg .slider-images .description p {
    margin-top: .625em;
    margin-bottom: 2em;
    width: 37.5em;
    max-width: 100%
}

.iq-banner-thumb-slider .slider .slider-bg .slider-images .description .slider-content a {
    color: rgba(var(--bs-body-color-rgb));
    -webkit-transition: all .5s ease-in-out;
    -o-transition: all .5s ease-in-out;
    transition: all .5s ease-in-out
}

.iq-banner-thumb-slider .slider .slider-bg .slider-images .description .slider-content a:hover {
    color: var(--bs-white)
}

.iq-banner-thumb-slider .slider .slider-bg .slider-images .description .iq-button {
    margin-top: 1.9em
}

.iq-banner-thumb-slider .slider .slider-bg .horizontal_thumb_slider {
    position: absolute;
    top: 50%;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
    z-index: 99;
    width: 40em;
    background: -webkit-gradient(linear, left top, right top, from(var(--bs-body-bg)), to(rgba(var(--bs-black-rgb), 0)));
    background: -webkit-linear-gradient(left, var(--bs-body-bg), rgba(var(--bs-black-rgb), 0));
    background: -o-linear-gradient(left, var(--bs-body-bg), rgba(var(--bs-black-rgb), 0));
    background: linear-gradient(-270deg, var(--bs-body-bg), rgba(var(--bs-black-rgb), 0));
    -webkit-border-radius: .5em;
    border-radius: .5em;
    padding: 2.1875em 0 2.1875em 2.1875em;
    right: -6.25em
}

.iq-banner-thumb-slider .slider .slider-bg .horizontal_thumb_slider .swiper-wrapper .swiper-slide {
    padding: 0
}

.iq-banner-thumb-slider .slider .slider-bg .horizontal_thumb_slider .block-images .img-box {
    width: 100%;
    height: 100%;
    overflow: hidden;
    -webkit-border-radius: 3px;
    border-radius: 3px;
    background: -webkit-gradient(linear, left bottom, left top, color-stop(8.71%, rgba(var(--bs-black-rgb), 0.5)), color-stop(72.11%, rgba(var(--bs-black-rgb), 0)));
    background: -webkit-linear-gradient(bottom, rgba(var(--bs-black-rgb), 0.5) 8.71%, rgba(var(--bs-black-rgb), 0) 72.11%);
    background: -o-linear-gradient(bottom, rgba(var(--bs-black-rgb), 0.5) 8.71%, rgba(var(--bs-black-rgb), 0) 72.11%);
    background: linear-gradient(0deg, rgba(var(--bs-black-rgb), 0.5) 8.71%, rgba(var(--bs-black-rgb), 0) 72.11%)
}

.iq-banner-thumb-slider .slider .slider-bg .horizontal_thumb_slider .block-images .img-box img {
    height: -webkit-fit-content;
    height: -moz-fit-content;
    height: fit-content;
    aspect-ratio: 2/2.8;
    mix-blend-mode: overlay;
    -o-object-fit: cover;
    object-fit: cover;
    width: 100%;
    -webkit-border-radius: .5em;
    border-radius: .5em;
    mix-blend-mode: overlay
}

.iq-banner-thumb-slider .slider .slider-bg .horizontal_thumb_slider .block-images .img-box .block-description {
    position: absolute;
    bottom: 1em;
    top: auto;
    right: auto;
    left: 1em
}

.iq-banner-thumb-slider .slider .slider-bg .horizontal_thumb_slider .block-images .img-box .block-description .fs-12 {
    display: inline-block;
    direction: ltr;
    font-size: .75em
}

.iq-banner-thumb-slider .slider .slider-bg .horizontal_thumb_slider .banner-thumb-slider-nav {
    position: relative;
    padding-bottom: 3.4375em
}

.iq-banner-thumb-slider .slider .slider-bg .horizontal_thumb_slider .banner-thumb-slider-nav .swiper-button i {
    font-size: .75em
}

.iq-banner-thumb-slider .slider .slider-bg .horizontal_thumb_slider .banner-thumb-slider-nav .slider-prev {
    position: absolute;
    z-index: 10;
    left: 0;
    bottom: 0
}

.iq-banner-thumb-slider .slider .slider-bg .horizontal_thumb_slider .banner-thumb-slider-nav .slider-next {
    position: absolute;
    z-index: 10;
    left: 2.8125em;
    bottom: 0
}

.iq-banner-thumb-slider .slider .slider-bg .horizontal_thumb_slider .banner-thumb-slider-nav .swiper-bg::before {
    background: unset
}

.big-font {
    font-size: 4.375em;
    font-weight: 700
}

.swiper-slide-active .RightAnimate {
    -webkit-animation: RightAnimate .6s cubic-bezier(0.39, 0.575, 0.565, 1) .2s both;
    animation: RightAnimate .6s cubic-bezier(0.39, 0.575, 0.565, 1) .2s both
}

.swiper-slide-active .RightAnimate-two {
    -webkit-animation: RightAnimate .6s cubic-bezier(0.39, 0.575, 0.565, 1) .4s both;
    animation: RightAnimate .6s cubic-bezier(0.39, 0.575, 0.565, 1) .4s both
}

.swiper-slide-active .RightAnimate-three {
    -webkit-animation: RightAnimate .6s cubic-bezier(0.39, 0.575, 0.565, 1) .6s both;
    animation: RightAnimate .6s cubic-bezier(0.39, 0.575, 0.565, 1) .6s both
}

.swiper-slide-active .RightAnimate-four {
    -webkit-animation: RightAnimate .6s cubic-bezier(0.39, 0.575, 0.565, 1) .8s both;
    animation: RightAnimate .6s cubic-bezier(0.39, 0.575, 0.565, 1) .8s both
}

@-webkit-keyframes RightAnimate {
    0% {
        -webkit-transform: translateX(50px);
        transform: translateX(50px);
        opacity: 0
    }
    100% {
        -webkit-transform: translateX(0);
        transform: translateX(0);
        opacity: 1
    }
}

@keyframes RightAnimate {
    0% {
        -webkit-transform: translateX(50px);
        transform: translateX(50px);
        opacity: 0
    }
    100% {
        -webkit-transform: translateX(0);
        transform: translateX(0);
        opacity: 1
    }
}

@media (max-width: 1399.98px) {
    .iq-banner-thumb-slider .slider .slider-bg .horizontal_thumb_slider {
        width: 40em
    }
}

@media (max-width: 1200px) {
    .iq-banner-thumb-slider .slider .slider-bg .slider-images .description {
        left: 2em
    }

    .iq-banner-thumb-slider .slider .slider-bg .horizontal_thumb_slider {
        width: 40em;
        right: -8.25em;
        top: 50%
    }
}

@media (max-width: 991.98px) {
    .horizontal_thumb_slider {
        display: none
    }

    .iq-banner-thumb-slider .slider .slider-bg .slider-images .slider--image {
        min-height: inherit;
        height: 100%
    }

    .iq-banner-thumb-slider .slider .slider-bg .slider-images .swiper-wrapper .banner-bg .slider-content-full-height {
        min-height: inherit;
        padding: 3.125em 0em
    }

    .iq-banner-thumb-slider .slider .swiper-pagination {
        position: relative;
        margin: 1em 0 0 0
    }
}

@media (max-width: 767px) {
    .iq-banner-thumb-slider .slider .slider-bg .slider-images .description {
        left: 0;
        padding: 0 1em
    }
}

.swiper-nav {
    --active: var(--bs-white);
    --border: rgba(var(--bs-white-rgb), 0.12);
    width: 2.75em;
    height: 2.75em;
    position: absolute;
    cursor: pointer;
    top: 50%;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
    z-index: 999
}

.swiper-nav::before, .swiper-nav::after {
    content: "";
    display: block;
    position: absolute;
    left: .063em;
    right: .063em;
    top: .063em;
    bottom: .063em;
    -webkit-border-radius: 50%;
    border-radius: 50%;
    border: .063em solid var(--bs-body-color)
}

.swiper-nav svg {
    width: 2.75em;
    height: 2.75em;
    display: block;
    position: relative;
    z-index: 1;
    color: var(--active);
    stroke-width: .125em;
    stroke-dashoffset: 126;
    stroke-dasharray: 126 126 0;
    -webkit-transform: rotate(0deg);
    -ms-transform: rotate(0deg);
    transform: rotate(0deg)
}

.swiper-nav i {
    display: block;
    position: absolute;
    margin: -0.625em 0 0 -0.625em;
    width: 1.25em;
    height: 1.25em;
    left: 50%;
    top: 50%
}

.swiper-nav i::before, .swiper-nav i::after {
    content: "";
    width: .625em;
    height: .125em;
    -webkit-border-radius: .063em;
    border-radius: .063em;
    position: absolute;
    left: 50%;
    top: 50%;
    background: var(--active);
    margin: -0.063em 0 0 -0.313em;
    display: block;
    -webkit-transform-origin: .563em 50%;
    -ms-transform-origin: .563em 50%;
    transform-origin: .563em 50%
}

.swiper-nav i::before {
    -webkit-transform: rotate(-40deg);
    -ms-transform: rotate(-40deg);
    transform: rotate(-40deg)
}

.swiper-nav i::after {
    -webkit-transform: rotate(40deg);
    -ms-transform: rotate(40deg);
    transform: rotate(40deg)
}

.swiper-nav.animate i {
    -webkit-animation: arrow 1.6s ease forwards;
    animation: arrow 1.6s ease forwards
}

.swiper-nav.animate i::before {
    -webkit-animation: arrowUp 1.6s ease forwards;
    animation: arrowUp 1.6s ease forwards
}

.swiper-nav.animate i::after {
    -webkit-animation: arrowDown 1.6s ease forwards;
    animation: arrowDown 1.6s ease forwards
}

.swiper-nav.animate svg {
    -webkit-animation: stroke 1s ease forwards .3s;
    animation: stroke 1s ease forwards .3s
}

.swiper-banner-button-prev.swiper-nav {
    left: 2%;
    -webkit-transform: scaleX(-1) translateY(-50%);
    -ms-transform: scaleX(-1) translateY(-50%);
    transform: scaleX(-1) translateY(-50%)
}

.swiper-banner-button-next.swiper-nav {
    left: auto;
    right: 2%
}

.slider-ratting ul li {
    margin-right: .313em
}

.banner-home-swiper {
    min-height: 92vh
}

.banner-home-swiper .banner-home-swiper-image {
    position: relative;
    -webkit-background-size: cover;
    background-size: cover;
    background-position: center top;
    background-repeat: no-repeat;
    width: 100%;
    z-index: 1;
    transition-property: transition, -webkit-transition;
    min-height: 92vh;
    height: 100%
}

.banner-home-swiper .banner-home-swiper-image img {
    -o-object-fit: cover;
    object-fit: cover;
    height: 100%;
    width: 100%
}
.banner-home-swiper-tv .banner-home-swiper-image:before {
    background: -webkit-gradient(linear, left right, right left, from(rgba(var(--bs-black-rgb), 0.7)), color-stop(15%, rgba(var(--bs-black-rgb), 0.7)), to(rgba(var(--bs-black-rgb), 0))) !important;
    background: -webkit-linear-gradient(left, rgba(var(--bs-black-rgb), 0.7), rgba(var(--bs-black-rgb), 0.7) 15%, rgba(var(--bs-black-rgb), 0)) !important;
    background: -o-linear-gradient(left, rgba(var(--bs-black-rgb), 0.7), rgba(var(--bs-black-rgb), 0.7) 15%, rgba(var(--bs-black-rgb), 0)) !important;
    background: linear-gradient(90deg, rgba(var(--bs-black-rgb), 0.7), rgba(var(--bs-black-rgb), 0.7) 15%, rgba(var(--bs-black-rgb), 0)) !important;
    width: 100%;
    content: "";
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
}
.banner-home-swiper-tv .banner-home-swiper-image:after {
    display: none !important;
}
.banner-home-swiper .banner-home-swiper-image:before {
    background: -webkit-gradient(linear, bottom top, right top, from(rgba(var(--bs-black-rgb), 0.9)), color-stop(15%, rgba(var(--bs-black-rgb), 0.9)), to(rgba(var(--bs-black-rgb), 0)));
    background: -webkit-linear-gradient(bottom, rgba(var(--bs-black-rgb), 0.9), rgba(var(--bs-black-rgb), 0.9) 15%, rgba(var(--bs-black-rgb), 0));
    background: -o-linear-gradient(bottom, rgba(var(--bs-black-rgb), 0.9), rgba(var(--bs-black-rgb), 0.9) 15%, rgba(var(--bs-black-rgb), 0));
    background: linear-gradient(0deg, rgba(var(--bs-black-rgb), 0.9), rgba(var(--bs-black-rgb), 0.9) 15%, rgba(var(--bs-black-rgb), 0));
    width: 100%;
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    height: 100%
}
.banner-home-swiper .banner-home-swiper-image:after {
    background: linear-gradient(to top, transparent, rgba(0,0,0,0.8));
    width: 100%;
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    height: 200px
}

.banner-home-swiper p {
    width: 37.5em;
    max-width: 100%;
    margin: 2em 0
}

.banner-home-swiper .trending-list {
    margin-bottom: 1.875em
}

.banner-home-swiper .slider-content-full-height {
    min-height: 92vh
}

.banner-home-swiper .swiper-banner-button-prev.swiper-nav {
    left: 1%
}

.banner-home-swiper .swiper-banner-button-next {
    right: 1%
}

.banner-home-swiper .swiper-nav {
    width: 1.875em;
    height: 1.875em
}

.banner-home-swiper .slider-ratting ul li, .parallax-window .slider-ratting ul li, .movie-banner .slider-ratting ul li {
    margin-right: .13em
}

.swiper-arrows {
    background-color: rgba(0, 0, 0, 0);
    -webkit-border-radius: 50%;
    border-radius: 50%;
    height: 1.875em;
    width: 1.875em;
    position: absolute;
    top: 50%;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
    border: .0625em solid var(--bs-white);
    color: var(--bs-white);
    z-index: 1;
    -webkit-transition: all .3s ease-in-out;
    -o-transition: all .3s ease-in-out;
    transition: all .3s ease-in-out;
    font-size: initial;
    padding: 0;
    z-index: 2
}

.swiper-arrows i::before {
    font-size: .8em
}

.swiper-arrows.PreArrow-two {
    left: 1em
}

.swiper-arrows.NextArrow-two {
    right: 1em
}

.trending-tab-slider .swiper-pagination, .otthome-tab-slider .swiper-pagination {
    position: relative;
    margin: 1em 0 0 0
}

.trending-tab-slider .swiper-pagination.swiper-pagination-bullets-dynamic, .otthome-tab-slider .swiper-pagination.swiper-pagination-bullets-dynamic {
    font-size: inherit
}

.otthome-tab-slider .tab-block {
    position: relative;
    z-index: 999999
}

.otthome-tab-slider .tab-block .tab-title {
    padding: 0 1em
}

.ratting-start i {
    font-size: 18px
}

@-webkit-keyframes stroke {
    52% {
        -webkit-transform: rotate(-180deg);
        transform: rotate(-180deg);
        stroke-dashoffset: 0
    }
    52.1% {
        -webkit-transform: rotate(-360deg);
        transform: rotate(-360deg);
        stroke-dashoffset: 0
    }
    100% {
        -webkit-transform: rotate(-180deg);
        transform: rotate(-180deg);
        stroke-dashoffset: 126
    }
}

@keyframes stroke {
    52% {
        -webkit-transform: rotate(-180deg);
        transform: rotate(-180deg);
        stroke-dashoffset: 0
    }
    52.1% {
        -webkit-transform: rotate(-360deg);
        transform: rotate(-360deg);
        stroke-dashoffset: 0
    }
    100% {
        -webkit-transform: rotate(-180deg);
        transform: rotate(-180deg);
        stroke-dashoffset: 126
    }
}

@-webkit-keyframes arrow {
    0%, 100% {
        -webkit-transform: translateX(0);
        transform: translateX(0);
        opacity: 1
    }
    23% {
        -webkit-transform: translateX(17px);
        transform: translateX(17px);
        opacity: 1
    }
    24%, 80% {
        -webkit-transform: translateX(-22px);
        transform: translateX(-22px);
        opacity: 0
    }
    81% {
        opacity: 1;
        -webkit-transform: translateX(-22px);
        transform: translateX(-22px)
    }
}

@keyframes arrow {
    0%, 100% {
        -webkit-transform: translateX(0);
        transform: translateX(0);
        opacity: 1
    }
    23% {
        -webkit-transform: translateX(17px);
        transform: translateX(17px);
        opacity: 1
    }
    24%, 80% {
        -webkit-transform: translateX(-22px);
        transform: translateX(-22px);
        opacity: 0
    }
    81% {
        opacity: 1;
        -webkit-transform: translateX(-22px);
        transform: translateX(-22px)
    }
}

@-webkit-keyframes arrowUp {
    0%, 100% {
        -webkit-transform: rotate(-40deg) scaleX(1);
        transform: rotate(-40deg) scaleX(1)
    }
    20%, 80% {
        -webkit-transform: rotate(0deg) scaleX(0.1);
        transform: rotate(0deg) scaleX(0.1)
    }
}

@keyframes arrowUp {
    0%, 100% {
        -webkit-transform: rotate(-40deg) scaleX(1);
        transform: rotate(-40deg) scaleX(1)
    }
    20%, 80% {
        -webkit-transform: rotate(0deg) scaleX(0.1);
        transform: rotate(0deg) scaleX(0.1)
    }
}

@-webkit-keyframes arrowDown {
    0%, 100% {
        -webkit-transform: rotate(40deg) scaleX(1);
        transform: rotate(40deg) scaleX(1)
    }
    20%, 80% {
        -webkit-transform: rotate(0deg) scaleX(0.1);
        transform: rotate(0deg) scaleX(0.1)
    }
}

@keyframes arrowDown {
    0%, 100% {
        -webkit-transform: rotate(40deg) scaleX(1);
        transform: rotate(40deg) scaleX(1)
    }
    20%, 80% {
        -webkit-transform: rotate(0deg) scaleX(0.1);
        transform: rotate(0deg) scaleX(0.1)
    }
}

@media (max-width: 991px) {
    .swiper-nav, .swiper-nav svg {
        width: 2em;
        height: 2em
    }

    .swiper-banner-button-prev .swiper-nav {
        left: 1%
    }
}

@media (max-width: 991px) {
    .home-slider .swiper-bg {
        padding: 3.125em 0
    }

    .banner-home-swiper {
        min-height: initial
    }

    .banner-home-swiper .slider-content-full-height {
        padding: 3.125em 0em
    }

    .banner-home-swiper .slider-content-full-height {
        min-height: inherit;
        height: inherit
    }

    .banner-home-swiper .banner-home-swiper-image {
        min-height: initial
    }

    .banner-home-swiper .swiper-pagination {
        position: relative;
        margin: .5em 0 0 0
    }
}

.movie-banner {
    overflow: hidden;
    position: relative
}

.movie-banner .swiper-banner-container {
    min-height: 72vh;
    height: 100%
}

.movie-banner .swiper-banner-container .swiper-wrapper .swiper-slide {
    height: auto
}

.movie-banner .swiper-banner-container .swiper-slide-prev, .movie-banner .swiper-banner-container .swiper-slide-next {
    -webkit-filter: blur(0.1875em);
    filter: blur(0.1875em)
}

.movie-banner .movie-banner-image {
    position: relative;
    min-height: 72vh;
    height: 100%
}

.movie-banner .movie-banner-image img {
    height: 100%;
    width: 100%;
    -o-object-fit: cover;
    object-fit: cover
}

.movie-banner .movie-banner-image:before {
    width: 100%;
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    height: 100%;
    background: -webkit-gradient(linear, left top, right top, from(rgba(var(--bs-black-rgb), 1)), color-stop(35%, rgba(var(--bs-black-rgb), 1)), to(rgba(var(--bs-light-rgb), 0)));
    background: -webkit-linear-gradient(left, rgba(var(--bs-black-rgb), 1), rgba(var(--bs-black-rgb), 1) 35%, rgba(var(--bs-light-rgb), 0));
    background: -o-linear-gradient(left, rgba(var(--bs-black-rgb), 1), rgba(var(--bs-black-rgb), 1) 35%, rgba(var(--bs-light-rgb), 0));
    background: linear-gradient(90deg, rgba(var(--bs-black-rgb), 1), rgba(var(--bs-black-rgb), 1) 35%, rgba(var(--bs-light-rgb), 0))
}

.movie-banner .shows-content {
    padding: 0;
    position: relative
}

.movie-banner .shows-content > div {
    padding-left: 1.875em
}

.movie-banner .shows-content .slider-ratting {
    margin-top: 1.25em
}

.movie-banner .shows-content .movie-banner-time {
    margin: .625em 0 1.25em
}

.movie-banner .shows-content .movie-banner-text {
    margin: 1em 0
}

.movie-banner .swiper-banner-button-next, .movie-banner .swiper-banner-button-prev {
    position: absolute;
    top: 50%;
    cursor: pointer;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
    z-index: 999;
    background: rgba(0, 0, 0, 0);
    border: none;
    color: rgba(var(--bs-white-rgb), 0.9);
    z-index: 1;
    height: 4.063em
}

.movie-banner .swiper-banner-button-next .arrow-icon, .movie-banner .swiper-banner-button-prev .arrow-icon {
    font-size: 4.5em;
    color: var(--bs-white)
}

.movie-banner .swiper-banner-button-prev {
    left: 10px
}

.movie-banner .swiper-banner-button-next {
    right: 10px
}

.movie-banner .slider-content-full-height {
    min-height: 72vh
}

@media screen and (max-width: 999px) {
    .movie-banner .shows-content {
        padding: 3.125em 0
    }

    .movie-banner .swiper-banner-container {
        height: 35vh
    }

    .movie-banner .slider-content-full-height {
        min-height: inherit;
        height: inherit
    }

    .movie-banner .movie-banner-image, .movie-banner .swiper-banner-container, .movie-banner .slider-content-full-height {
        min-height: inherit;
        height: 100%
    }

    .movie-banner .swiper-pagination {
        position: relative;
        margin: 1em 0 0 0
    }
}

@media (max-width: 767px) {
    .movie-banner .swiper-banner-container {
        height: 28.125em
    }
}

@media (max-width: 479px) {
    .movie-banner .swiper-banner-container {
        height: inherit
    }
}

.verticle-slider .slider .swiper-container {
    width: 100%;
    height: 100%;
    overflow: hidden
}

.verticle-slider .slider .swiper-container .swiper-wrapper {
    margin: 0
}

.verticle-slider .slider .swiper-container .swiper-wrapper .swiper-slide {
    padding: 0
}

.verticle-slider .slider-flex {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: start;
    -webkit-align-items: flex-start;
    -ms-flex-align: start;
    align-items: flex-start
}

.verticle-slider .slider--col {
    margin: 8em 2em 8em 6.35em
}

.verticle-slider .vertical-slider-prev {
    position: absolute;
    z-index: 10;
    left: 0;
    right: 0;
    margin: 0 auto;
    top: -52px
}

.verticle-slider .vertical-slider-prev:focus {
    outline: none
}

.verticle-slider .vertical-slider-next {
    position: absolute;
    z-index: 10;
    left: 0;
    right: 0;
    margin: 0 auto;
    bottom: -52px
}

.verticle-slider .vertical-slider-next:focus {
    outline: none
}

.verticle-slider i.vertical-aerrow {
    background: rgba(var(--bs-black-rgb), 0.5);
    width: 4.375em;
    text-align: center
}

.verticle-slider .slider-thumbs {
    height: 35em;
    width: 18.75em
}

.verticle-slider .slider-thumbs .swiper-bg::before {
    display: none
}

.verticle-slider .slider-thumbs .block-images .img-box.slider--image img {
    aspect-ratio: 4.5/2.5;
    -o-object-fit: cover;
    object-fit: cover;
    -o-object-position: top;
    object-position: top;
    height: -webkit-fit-content;
    height: -moz-fit-content;
    height: fit-content
}

.verticle-slider .slider-thumbs .slider--image {
    -webkit-transition: .25s;
    -o-transition: .25s;
    transition: .25s
}

.verticle-slider .slider-thumbs .slider--image:hover {
    opacity: 1
}

.verticle-slider .slider-thumbs .swiper-slide.swiper-slide-active .hover-buttons {
    opacity: 1
}

.verticle-slider .slider-thumbs .swiper-slide.swiper-slide-active .block-images::before {
    opacity: 1;
    -webkit-transition: all .45s ease 0s;
    -o-transition: all .45s ease 0s;
    transition: all .45s ease 0s
}

.verticle-slider .slider-thumbs .swiper-slide .block-images {
    background: -webkit-gradient(linear, left bottom, left top, from(var(--bs-black)), color-stop(51.04%, rgba(var(--bs-black-rgb), 0)));
    background: -webkit-linear-gradient(bottom, var(--bs-black) 0%, rgba(var(--bs-black-rgb), 0) 51.04%);
    background: -o-linear-gradient(bottom, var(--bs-black) 0%, rgba(var(--bs-black-rgb), 0) 51.04%);
    background: linear-gradient(0deg, var(--bs-black) 0%, rgba(var(--bs-black-rgb), 0) 51.04%);
    -webkit-border-radius: .25em;
    border-radius: .25em;
    -webkit-transition: all .45s ease 0s;
    -o-transition: all .45s ease 0s;
    transition: all .45s ease 0s;
    border-bottom: 2px solid rgba(0, 0, 0, 0)
}

.verticle-slider .slider-thumbs .swiper-slide .block-images img {
    mix-blend-mode: overlay
}

.verticle-slider .slider-thumbs .swiper-slide .block-images .block-description {
    position: absolute;
    top: auto;
    bottom: .5em;
    padding: 0 1.25em
}

.verticle-slider .slider-thumbs .swiper-slide .block-images .block-description .iq-title {
    color: var(--bs-white);
    font-size: 1.33125em;
    font-style: normal;
    font-weight: 500;
    line-height: 1.9375em;
    text-transform: capitalize
}

.verticle-slider .slider-thumbs .swiper-slide .block-images .block-description .iq-title a {
    text-decoration: none;
    color: var(--bs-white)
}

.verticle-slider .slider-thumbs .swiper-slide.swiper-slide .block-images {
    -webkit-border-radius: 3%;
    border-radius: 3%
}

.verticle-slider .slider-thumbs .swiper-slide.swiper-slide-active .block-images {
    border-color: var(--bs-primary)
}

.verticle-slider .slider-images {
    position: absolute;
    z-index: 0;
    width: 100%;
    height: 100%
}

.verticle-slider .slider-images .slider--image {
    height: 100%;
    overflow: hidden;
    background: -webkit-gradient(linear, left top, right top, from(rgba(var(--bs-black-rgb), 0.9)), color-stop(15%, rgba(var(--bs-black-rgb), 0.9)), to(rgba(var(--bs-black-rgb), 0)));
    background: -webkit-linear-gradient(left, rgba(var(--bs-black-rgb), 0.9), rgba(var(--bs-black-rgb), 0.9) 15%, rgba(var(--bs-black-rgb), 0));
    background: -o-linear-gradient(left, rgba(var(--bs-black-rgb), 0.9), rgba(var(--bs-black-rgb), 0.9) 15%, rgba(var(--bs-black-rgb), 0));
    background: linear-gradient(90deg, rgba(var(--bs-black-rgb), 0.9), rgba(var(--bs-black-rgb), 0.9) 15%, rgba(var(--bs-black-rgb), 0))
}

.verticle-slider .slider-images .slider--image img {
    -webkit-transition: 3s;
    -o-transition: 3s;
    transition: 3s;
    mix-blend-mode: overlay;
    width: 100%;
    height: 100%;
    -o-object-fit: cover;
    object-fit: cover;
    overflow: hidden
}

.verticle-slider .slider-images .description {
    position: absolute;
    top: 50%;
    left: 31.54em;
    width: 30%;
    z-index: 99;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%)
}

.verticle-slider .slider-images .description .iq-title a {
    text-decoration: none;
    color: var(--bs-white);
    text-transform: capitalize
}

.verticle-slider .description .block-description .movie-tag li {
    padding-right: 1.725em;
    position: relative
}

.verticle-slider .description .block-description .movie-tag li::after {
    content: "";
    height: .375em;
    width: .375em;
    background: var(--bs-primary);
    position: absolute;
    top: 50%;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
    right: .5625em;
    -webkit-border-radius: 50%;
    border-radius: 50%
}

.verticle-slider .description .block-description .movie-tag li:last-child {
    padding-right: 0
}

.verticle-slider .description .block-description .movie-tag li:last-child::after {
    content: none
}

.verticle-slider .description .block-description .movie-tag li a {
    font-size: .875em;
    color: var(--bs-body-color);
    font-weight: 600
}

.verticle-slider .description .block-description .movie-tag li a:hover {
    color: var(--bs-primary)
}

@media (max-width: 991px) {
    .verticle-slider .slider--col {
        display: none
    }

    .verticle-slider .slider-images {
        position: unset;
        height: 100%
    }

    .verticle-slider .slider-images .slider--image {
        position: absolute;
        top: 0;
        left: 0;
        width: 100%
    }

    .verticle-slider .slider-images .description {
        display: -webkit-box;
        display: -webkit-flex;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -webkit-flex-direction: column;
        -ms-flex-direction: column;
        flex-direction: column;
        -webkit-box-pack: center;
        -webkit-justify-content: center;
        -ms-flex-pack: center;
        justify-content: center;
        padding: 2em 2em;
        width: 100%;
        position: relative;
        top: 0;
        left: 0;
        -webkit-transform: none;
        -ms-transform: none;
        transform: none;
        text-align: center
    }

    .verticle-slider .slider-images .swiper-wrapper {
        margin: 0
    }

    .verticle-slider .slider-images .swiper-wrapper .swiper-slide {
        padding: 0
    }

    .verticle-slider .swiper-button.swiper-button-prev {
        left: .25em
    }

    .verticle-slider .swiper-button.swiper-button-next {
        right: .25em
    }
}

@media (min-width: 799px)and (max-width: 1181px) {
    .verticle-slider .slider-thumbs {
        height: 25em;
        width: 18.75vw
    }

    .verticle-slider .slider-images .description {
        left: 22.54em;
        width: 50%
    }

    .verticle-slider .slider--col {
        margin: 6em 2em 6em 6.35em
    }
}

@media (max-width: 767px) {
    .verticle-slider .slider-images {
        padding: 0
    }

    .verticle-slider .slider-images .description .iq-title a {
        font-size: 1.5615em
    }
}

@media (max-width: 499px) {
    .verticle-slider .slider--col {
        display: none
    }

    .verticle-slider .description .block-description .genres-list li {
        gap: .2em 1.5625em
    }
}

.tab-slider-banner {
    position: relative
}

.tab-slider-banner .tab-slider-banner-images {
    position: relative;
    background-repeat: no-repeat;
    -webkit-background-size: cover;
    background-size: cover;
    background-position: center center;
    height: 46.75em;
    padding: 5.625em 0;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center
}

.tab-slider-banner .tab-slider-banner-images::before {
    position: absolute;
    content: "";
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    -webkit-border-radius: .1875em;
    border-radius: .1875em;
    background: -webkit-gradient(linear, right top, left top, color-stop(0.6%, rgba(var(--bs-black-rgb), 0.5)), color-stop(29.9%, rgba(var(--bs-black-rgb), 0))), -webkit-gradient(linear, left top, right top, from(var(--bs-black)), color-stop(38.52%, rgba(var(--bs-black-rgb), 0))), -webkit-gradient(linear, left bottom, left top, from(rgba(var(--bs-black-rgb), 0.7)), to(rgba(var(--bs-black-rgb), 0)));
    background: -webkit-linear-gradient(right, rgba(var(--bs-black-rgb), 0.5) 0.6%, rgba(var(--bs-black-rgb), 0) 29.9%), -webkit-linear-gradient(left, var(--bs-black), rgba(var(--bs-black-rgb), 0) 38.52%), -webkit-linear-gradient(bottom, rgba(var(--bs-black-rgb), 0.7), rgba(var(--bs-black-rgb), 0));
    background: -o-linear-gradient(right, rgba(var(--bs-black-rgb), 0.5) 0.6%, rgba(var(--bs-black-rgb), 0) 29.9%), -o-linear-gradient(left, var(--bs-black), rgba(var(--bs-black-rgb), 0) 38.52%), -o-linear-gradient(bottom, rgba(var(--bs-black-rgb), 0.7), rgba(var(--bs-black-rgb), 0));
    background: linear-gradient(270deg, rgba(var(--bs-black-rgb), 0.5) 0.6%, rgba(var(--bs-black-rgb), 0) 29.9%), linear-gradient(90deg, var(--bs-black), rgba(var(--bs-black-rgb), 0) 38.52%), linear-gradient(0deg, rgba(var(--bs-black-rgb), 0.7), rgba(var(--bs-black-rgb), 0))
}

.trending-label-img {
    height: 3.75em
}

.texture-text.big-font {
    font-weight: 800
}

.tab-block {
    -webkit-border-radius: var(--bs-border-radius-lg);
    border-radius: var(--bs-border-radius-lg);
    background: var(--bs-gray-900);
    padding: 2.19em 0
}

.tab-block .tab-title {
    padding: 0 2.19em;
    margin-bottom: .94em
}

.tab-block .nav-tabs {
    padding: 0 2.19em;
    gap: 2.81em
}

.tab-block .nav-tabs .nav-link {
    padding: 1em 0
}

.tab-block .tab-content {
    padding: 0 2.19em
}

.tab-block .tab-content .tab-pane li {
    margin-bottom: 1.25em
}

.tab-block .tab-content .tab-pane li:last-child {
    margin-bottom: 0
}

.tab-block .tab-content .tab-pane .image-box img {
    width: 7.5em;
    height: 5.3125em;
    -o-object-fit: cover;
    object-fit: cover
}

.tab-slider .tab-block .tab-pane {
    max-height: 25em;
    overflow-y: auto
}

.tab-slider .block-images .texture-text {
    font-weight: 800
}

.tab-slider .tab-left-details {
    position: relative;
    left: 2.3em
}

@media screen and (max-width: 1141px) {
    .tab-slider .tab-left-details {
        left: 0;
        padding: 5em 0
    }
}

@media screen and (min-width: 820px)and (max-width: 1141px) {
    .tab-slider .tab-left-details {
        left: 0
    }
}

@media (max-width: 767px) {
    .tab-block .tab-content .tab-pane .image-box img {
        width: 5em
    }

    .tab-slider-banner .tab-slider-banner-images {
        padding: 5em 0;
        height: 30em
    }
}

.playbtn {
    display: block;
    -webkit-transition: all .5s ease;
    -o-transition: all .5s ease;
    transition: all .5s ease;
    text-align: center
}

.playbtn .triangle {
    -webkit-transition: all .7s ease-in-out;
    -o-transition: all .7s ease-in-out;
    transition: all .7s ease-in-out;
    stroke-dasharray: 240;
    stroke-dashoffset: 480;
    stroke: var(--bs-white);
    -webkit-transform: translateY(0);
    -ms-transform: translateY(0);
    transform: translateY(0)
}

.playbtn .circle {
    stroke: var(--bs-white);
    stroke-dasharray: 650;
    stroke-dashoffset: 1300;
    -webkit-transition: all .5s ease-in-out;
    -o-transition: all .5s ease-in-out;
    transition: all .5s ease-in-out
}

.playbtn span {
    color: var(--bs-white)
}

.playbtn:hover .triangle {
    stroke-dashoffset: 0;
    opacity: 1;
    stroke: var(--bs-primary);
    -webkit-animation: trailorPlay .7s ease-in-out;
    animation: trailorPlay .7s ease-in-out
}

.playbtn:hover .circle {
    stroke-dashoffset: 0;
    stroke: var(--bs-primary)
}

.w-trailor {
    font-size: 1.25em;
    letter-spacing: .21875em;
    margin-left: .9375em;
    vertical-align: middle
}

.logo-hotstar, .logo-prime, .logo-hulu {
    display: none
}

.logo-default {
    display: block
}

[data-bs-theme=hotstar] .logo-hotstar {
    display: block
}

[data-bs-theme=hotstar] .logo-default, [data-bs-theme=hotstar] .logo-prime, [data-bs-theme=hotstar] .logo-hulu {
    display: none
}

[data-bs-theme=amazonprime] .logo-prime {
    display: block
}

[data-bs-theme=amazonprime] .logo-hotstar, [data-bs-theme=amazonprime] .logo-default, [data-bs-theme=amazonprime] .logo-hulu {
    display: none
}

[data-bs-theme=hulu] .logo-hulu {
    display: block
}

[data-bs-theme=hulu] .logo-hotstar, [data-bs-theme=hulu] .logo-prime, [data-bs-theme=hulu] .logo-default {
    display: none
}

.iq-breadcrumb {
    display: block;
    padding: 1.5em 0;
    z-index: 9;
    position: relative;
    background-repeat: no-repeat !important;
    background-position: center !important;
    -webkit-background-size: cover !important;
    background-size: cover !important;
    background-color: var(--bs-gray-700) !important
}

.iq-breadcrumb ol {
    padding: 0;
    margin-bottom: 0;
    margin-top: .938em
}

.iq-breadcrumb ol li {
    display: inline-block;
    word-break: break-all;
    color: var(--bs-heading-color);
    font-weight: 500;
    font-size: .875em;
    text-transform: capitalize
}

.iq-breadcrumb ol li a {
    color: var(--bs-body-color);
    text-decoration: none;
    font-weight: 400
}

.iq-breadcrumb ol li a:hover:not(.active) {
    color: var(--bs-primary)
}

.iq-breadcrumb ol li.active {
    color: var(--bs-white)
}

@media (max-width: 991px) {
    .title {
        font-size: 2.7em
    }
}

@media (max-width: 767px) {
    .iq-breadcrumb {
        padding: 1.5em 0
    }

    .iq-breadcrumb .title {
        font-size: 1.9em
    }
}

.iq-card .block-images {
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
    -webkit-transition: all .6s ease 0s;
    -o-transition: all .6s ease 0s;
    transition: all .6s ease 0s;
    overflow: hidden
}

.iq-card .block-images .img-box {
    -webkit-border-radius: var(--bs-border-radius-lg);
    border-radius: var(--bs-border-radius-lg);
    overflow: hidden
}

.iq-card .block-images .img-box::before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    background: -webkit-gradient(linear, left bottom, left top, color-stop(8.71%, rgba(var(--bs-black-rgb), 0.5)), color-stop(72.11%, rgba(var(--bs-black-rgb), 0)));
    background: -webkit-linear-gradient(bottom, rgba(var(--bs-black-rgb), 0.5) 8.71%, rgba(var(--bs-black-rgb), 0) 72.11%);
    background: -o-linear-gradient(bottom, rgba(var(--bs-black-rgb), 0.5) 8.71%, rgba(var(--bs-black-rgb), 0) 72.11%);
    background: linear-gradient(0deg, rgba(var(--bs-black-rgb), 0.5) 8.71%, rgba(var(--bs-black-rgb), 0) 72.11%);
    -webkit-border-radius: var(--bs-border-radius-lg);
    border-radius: var(--bs-border-radius-lg);
    width: 100%;
    height: 100%;
    bottom: 0;
    -webkit-transition: all .5s ease-in-out;
    -o-transition: all .5s ease-in-out;
    transition: all .5s ease-in-out;
    opacity: 0
}

.iq-card .block-images .img-box a {
    z-index: 1
}

.iq-card .block-images .img-box img {
    mix-blend-mode: overlay;
    aspect-ratio: 2/2.8
}

.iq-card .block-images .card-description {
    z-index: 9;
    -webkit-transition: all .4s ease-in-out;
    -o-transition: all .4s ease-in-out;
    transition: all .4s ease-in-out;
    padding: 1.25em 1.25em .625em;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
    -webkit-font-smoothing: antialiased
}

.iq-card .block-images .card-description .cart-content a {
    font-size: inherit;
    color: inherit;
    text-decoration: none
}

.iq-card .block-images .card-description .cart-content a.watch-list-not {
    font-size: .75em;
    font-weight: 500;
    color: var(--bs-body-color)
}

.iq-card .block-images .card-description.with-transition {
    bottom: -3.75em;
    opacity: 0;
    padding: 1.25em 0 0;
    visibility: hidden;
    -webkit-transition: all .1s ease;
    -o-transition: all .1s ease;
    transition: all .1s ease
}

.iq-card .block-images::after {
    position: absolute;
    content: "";
    border: 1.25em solid var(--bs-gray-900);
    bottom: -5em;
    left: -1.25em;
    right: -1.25em;
    top: -1.25em;
    opacity: 0;
    -webkit-transition: all .1s ease-in-out;
    -o-transition: all .1s ease-in-out;
    transition: all .1s ease-in-out;
    visibility: hidden;
    background: rgba(0, 0, 0, 0);
    -webkit-border-radius: .5em;
    border-radius: .5em
}

.iq-card .movie-time-text {
    color: var(--bs-body-color);
    font-size: .75em
}

.iq-card .card-description {
    position: absolute;
    left: 0;
    bottom: 0;
    width: auto;
    right: 0;
    -webkit-transition: all .4s ease-in-out;
    -o-transition: all .4s ease-in-out;
    transition: all .4s ease-in-out;
    padding: 1.25em 1.25em .625em;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
    -webkit-font-smoothing: antialiased
}

.iq-card .block-social-info {
    position: absolute;
    left: 1.25em;
    right: 1.25em;
    bottom: 1.25em;
    z-index: 999;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    opacity: 0;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    -ms-flex-pack: justify;
    justify-content: space-between;
    top: inherit;
    -webkit-transition: opacity .2s ease-in-out;
    -o-transition: opacity .2s ease-in-out;
    transition: opacity .2s ease-in-out
}

.iq-card .block-social-info .music-play-lists li {
    width: 1.625em;
    height: 1.625em;
    margin-bottom: 0;
    -webkit-border-radius: 50%;
    border-radius: 50%;
    line-height: 2.1875em;
    margin: 0 auto .4375em;
    background-color: rgba(0, 0, 0, 0);
    border: .0625em solid var(--bs-white);
    -webkit-transition: all .45s ease 0s;
    -o-transition: all .45s ease 0s;
    transition: all .45s ease 0s
}

.iq-card .block-social-info .music-play-lists li:hover {
    border-color: var(--bs-primary);
    background: var(--bs-primary)
}

.iq-card .block-social-info .music-play-lists .share > span {
    width: 100%;
    height: 100%;
    display: inline-block;
    line-height: 0;
    font-size: 1em
}

.iq-card .block-social-info .music-play-lists span i {
    color: var(--bs-white);
    font-size: .625em;
    line-height: 2.5em;
    cursor: pointer
}

.iq-card .iq-button .btn {
    width: 2.5em;
    height: 2.5em;
    line-height: 2.5em;
    padding: 0;
    overflow: hidden
}

.iq-card:hover .block-images .img-box {
    background: rgba(0, 0, 0, 0)
}

.iq-card:hover .block-images .img-box img {
    mix-blend-mode: inherit
}

.iq-card:hover .block-images .img-box::before {
    opacity: 1
}

.iq-card:hover .block-images .card-description {
    background: var(--bs-gray-900)
}

.iq-card:hover .block-images .card-description.with-transition {
    opacity: 1;
    visibility: visible;
    -webkit-transition-delay: .2s;
    -o-transition-delay: .2s;
    transition-delay: .2s
}

.iq-card:hover .block-images .card-description.with-transition .cart-content {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap
}

.iq-card:hover .block-images .card-description.with-transition .watchlist {
    -webkit-transition-delay: 0s;
    -o-transition-delay: 0s;
    transition-delay: 0s
}

.iq-card:hover .block-images::after {
    opacity: 1;
    -webkit-transition: all .2s ease-in-out;
    -o-transition: all .2s ease-in-out;
    transition: all .2s ease-in-out;
    visibility: visible;
    -webkit-transition-delay: .2s;
    -o-transition-delay: .2s;
    transition-delay: .2s
}

.iq-card:hover .block-social-info {
    opacity: 1;
    -webkit-transition-delay: .3s;
    -o-transition-delay: .3s;
    transition-delay: .3s
}

.iq-card .add-to-wishlist-btn {
    height: 2.5em;
    width: 2.5em;
    min-width: 2.5em;
    line-height: 2.5em;
    text-align: center;
    padding: 0;
    -webkit-border-radius: 50%;
    border-radius: 50%;
    color: var(--bs-white)
}

.iq-card .card-description .genres-list {
    gap: .5em 2em
}

.iq-card .card-description .genres-list li {
    position: relative;
    font-weight: 600
}

.iq-card .card-description .genres-list li::after {
    content: "";
    height: .3125em;
    width: .3125em;
    -webkit-border-radius: 50%;
    border-radius: 50%;
    background-color: var(--bs-body-color);
    position: absolute;
    top: 51%;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
    right: -1.3125em
}

.iq-card .card-description .genres-list li:last-child {
    list-style: none
}

.iq-card .card-description .genres-list li:last-child::after {
    content: none
}

.iq-card .card-description .genres-list li a {
    color: var(--bs-body-color)
}

.iq-card .card-description .genres-list li a:hover {
    color: var(--bs-primary)
}

.iq-card .cart-content .iq-title:hover {
    color: var(--bs-primary)
}

.iq-card .iq-play-button {
    width: 100%
}

.iq-card.landscape-card-hover .block-images .img-box img {
    aspect-ratio: 4.1/2.8
}

.iq-card.landscape-card-hover .block-images::after {
    left: -1.1em;
    right: -1.1em;
    top: -1.1em;
    bottom: -4.9em
}

.view-all-movies .card-hover:hover .block-images {
    -webkit-transform: scale3d(1.1, 1.1, 1) translateZ(0) perspective(31.25em);
    transform: scale3d(1.1, 1.1, 1) translateZ(0) perspective(31.25em)
}

.card-hover:hover .block-images {
    z-index: 99;
    -webkit-transform: scale3d(1, 1, 1) translateZ(0) perspective(31.25em);
    transform: scale3d(1, 1, 1) translateZ(0) perspective(31.25em);
    -webkit-transform-origin: 50% 50%;
    -ms-transform-origin: 50% 50%;
    transform-origin: 50% 50%;
    -webkit-transition: all .6s ease 0s;
    -o-transition: all .6s ease 0s;
    transition: all .6s ease 0s;
    -webkit-box-shadow: none;
    box-shadow: none;
    -webkit-transition-delay: .2s;
    -o-transition-delay: .2s;
    transition-delay: .2s;
    overflow: visible;
    margin-top: -1.875em
}

.card-hover.landscape-card-hover:hover .block-images {
    -webkit-transform: scale3d(1.2, 1.3, 1) translate3d(12%, 0, 0) perspective(31.25em);
    transform: scale3d(1.2, 1.3, 1) translate3d(12%, 0, 0) perspective(31.25em)
}

.card-style-slider li.swiper-slide.swiper-slide-active .card-hover:hover .block-images {
    -webkit-transform: scale3d(1, 1, 1) translate3d(12%, 0, 0) perspective(31.25em);
    transform: scale3d(1, 1, 1) translate3d(12%, 0, 0) perspective(31.25em)
}

.card-style-slider li.swiper-slide.swiper-slide-active .card-hover.landscape-card-hover:hover .block-images {
    -webkit-transform: scale3d(1.2, 1.3, 1) translate3d(12%, 0, 0) perspective(31.25em);
    transform: scale3d(1.2, 1.3, 1) translate3d(12%, 0, 0) perspective(31.25em)
}

.card-style-slider li.swiper-slide.swiper-active.last .card-hover:hover .block-images {
    -webkit-transform: scale3d(1, 1, 1) translate3d(-12%, 0, 0) perspective(31.25em);
    transform: scale3d(1, 1, 1) translate3d(-12%, 0, 0) perspective(31.25em)
}

.card-style-slider li.swiper-slide.swiper-active.last .card-hover.landscape-card-hover:hover .block-images {
    -webkit-transform: scale3d(1.2, 1.3, 1) translate3d(-12%, 0, 0) perspective(31.25em);
    transform: scale3d(1.2, 1.3, 1) translate3d(-12%, 0, 0) perspective(31.25em)
}

.primium-product {
    top: 10px;
    right: 10px;
    width: 1.75em;
    height: 1.75em;
    background-color: var(--bs-warning);
    -webkit-border-radius: 50%;
    border-radius: 50%;
    text-align: center;
    cursor: pointer
}

.primium-product i {
    -webkit-filter: drop-shadow(2px 4px 6px var(--bs-black));
    filter: drop-shadow(2px 4px 6px var(--bs-black))
}

.card-style-grid .slide-items {
    padding: 0 .9375em;
    margin-bottom: 1.875em
}

.card-style-grid:hover .block-images {
    margin-top: unset
}

.card-hover-style-two .block-images .img-box {
    width: 100%;
    overflow: hidden;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
    -webkit-transition: all .6s ease 0s;
    -o-transition: all .6s ease 0s;
    transition: all .6s ease 0s
}

.card-hover-style-two .block-images:hover .img-box {
    z-index: 99;
    -webkit-transform: scale3d(1.1, 1.1, 1) translate3d(0, 0, 0) perspective(31.25em);
    transform: scale3d(1.1, 1.1, 1) translate3d(0, 0, 0) perspective(31.25em);
    -webkit-transform-origin: 50% 50%;
    -ms-transform-origin: 50% 50%;
    transform-origin: 50% 50%;
    -webkit-transition: all .6s ease 0s;
    -o-transition: all .6s ease 0s;
    transition: all .6s ease 0s
}

li.swiper-slide-active .card-hover-style-two .block-images:hover .img-box {
    -webkit-transform: scale3d(1.1, 1.1, 1) translate3d(6%, 0, 0) perspective(31.25em);
    transform: scale3d(1.1, 1.1, 1) translate3d(6%, 0, 0) perspective(31.25em)
}

li.swiper-active.last .card-hover-style-two .block-images:hover .img-box {
    -webkit-transform: scale3d(1.1, 1.1, 1) translate3d(-6%, 0, 0) perspective(31.25em);
    transform: scale3d(1.1, 1.1, 1) translate3d(-6%, 0, 0) perspective(31.25em)
}

@media (max-width: 1024px) {
    .iq-card:hover .block-images {
        margin-top: 0
    }

    .card-hover:hover .block-images, .card-style-slider li.swiper-slide.swiper-slide-active .card-hover:hover .block-images {
        -webkit-transform: scale3d(1.1, 1.1, 1) translate3d(5%, 0, 0) perspective(31.25em);
        transform: scale3d(1.1, 1.1, 1) translate3d(5%, 0, 0) perspective(31.25em)
    }

    .iq-card:hover .block-social-info {
        opacity: 0
    }

    .iq-card:hover .block-images::after {
        display: none
    }

    .iq-card:hover .block-images .card-description.with-transition {
        opacity: 0
    }
}

@media (max-width: 767px) {
    .card-hover-style-two .block-images:hover .img-box {
        -webkit-transform: scale3d(1.1, 1.1, 1) translate3d(6%, 0, 0) perspective(31.25em);
        transform: scale3d(1.1, 1.1, 1) translate3d(6%, 0, 0) perspective(31.25em)
    }

    .card-style-slider li.swiper-slide {
        margin-bottom: 0
    }
}

.btn, .button {
    position: relative;
    z-index: 0;
    letter-spacing: .008em;
    -webkit-border-radius: var(--bs-border-radius);
    border-radius: var(--bs-border-radius)
}

.btn.btn-link::after, .btn.btn-link::before, .button.btn-link::after, .button.btn-link::before {
    content: "";
    position: absolute;
    bottom: 0;
    z-index: 1;
    height: 1px;
    -webkit-transition: .4s;
    -o-transition: .4s;
    transition: .4s;
    background: currentColor
}

.btn.btn-link::before, .button.btn-link::before {
    left: 0;
    right: auto;
    width: 0;
    -webkit-transition-delay: 0s;
    -o-transition-delay: 0s;
    transition-delay: 0s
}

.btn.btn-link::after, .button.btn-link::after {
    right: 0;
    left: auto;
    width: 100%
}

.btn.btn-link:hover, .button.btn-link:hover {
    background: rgba(0, 0, 0, 0)
}

.btn.btn-link:hover::before, .button.btn-link:hover::before {
    width: 100%;
    -webkit-transition-delay: .4s;
    -o-transition-delay: .4s;
    transition-delay: .4s
}

.btn.btn-link:hover::after, .button.btn-link:hover::after {
    width: 0
}

.btn.btn-primary::after, .btn.button-primary::after, .button.btn-primary::after, .button.button-primary::after {
    content: "";
    position: absolute;
    z-index: -1;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    background: var(--bs-primary);
    border: .0625em solid var(--bs-primary);
    -webkit-transform: scaleX(1);
    -ms-transform: scaleX(1);
    transform: scaleX(1);
    -webkit-transform-origin: 50%;
    -ms-transform-origin: 50%;
    transform-origin: 50%;
    -webkit-transition: -webkit-transform .3s ease-out;
    transition: -webkit-transform .3s ease-out;
    -o-transition: transform .3s ease-out;
    transition: transform .3s ease-out;
    transition: transform .3s ease-out, -webkit-transform .3s ease-out;
    -webkit-border-radius: var(--bs-border-radius);
    border-radius: var(--bs-border-radius)
}

.btn.btn-primary:hover::after, .btn.button-primary:hover::after, .button.btn-primary:hover::after, .button.button-primary:hover::after {
    -webkit-transform: scaleX(0);
    -ms-transform: scaleX(0);
    transform: scaleX(0)
}

.btn.btn-primary:focus, .btn.button-primary:focus, .button.btn-primary:focus, .button.button-primary:focus {
    color: var(--bs-white)
}

.btn:focus-visible, .button:focus-visible {
    border: none;
    -webkit-box-shadow: none;
    box-shadow: none
}

.btn-close:focus {
    -webkit-box-shadow: none;
    box-shadow: none
}

.btn.btn-link:after, .btn.btn-link:before, .button.btn-link:after, .button.btn-link:before {
    content: "";
    position: absolute;
    bottom: 0;
    z-index: 1;
    height: 1px;
    -webkit-transition: .4s;
    -o-transition: .4s;
    transition: .4s;
    background: currentColor
}

.btn.btn-link:before, .button.btn-link:before {
    left: 0;
    right: auto;
    width: 0;
    -webkit-transition-delay: 0s;
    -o-transition-delay: 0s;
    transition-delay: 0s
}

.btn.btn-link:after, .button.btn-link:after {
    right: 0;
    left: auto;
    width: 100%
}

.btn.btn-link:hover, .button.btn-link:hover {
    background: rgba(0, 0, 0, 0)
}

.btn.btn-link:hover:before, .button.btn-link:hover:before {
    width: 100%;
    -webkit-transition-delay: .4s;
    -o-transition-delay: .4s;
    transition-delay: .4s
}

.btn.btn-link:hover:after, .button.btn-link:hover:after {
    width: 0
}

.title-box {
    margin-bottom: 3.125em
}

@media (max-width: 767px) {
    .title-box {
        margin-bottom: 1.875em
    }
}

.iq-top-ten-block-slider .swiper-wrapper {
    margin: 0
}

.iq-top-ten-block .block-image {
    padding: 0
}

.iq-top-ten-block .block-image .img-box {
    background: -webkit-gradient(linear, left bottom, left top, from(rgba(var(--bs-black-rgb), 0.9)), color-stop(41.03%, rgba(var(--bs-black-rgb), 0)));
    background: -webkit-linear-gradient(bottom, rgba(var(--bs-black-rgb), 0.9), rgba(var(--bs-black-rgb), 0) 41.03%);
    background: -o-linear-gradient(bottom, rgba(var(--bs-black-rgb), 0.9), rgba(var(--bs-black-rgb), 0) 41.03%);
    background: linear-gradient(0deg, rgba(var(--bs-black-rgb), 0.9), rgba(var(--bs-black-rgb), 0) 41.03%);
    position: relative
}

.iq-top-ten-block .block-image .img-box a {
    position: relative;
    display: block
}

.iq-top-ten-block .block-image .img-box a img {
    mix-blend-mode: overlay;
    aspect-ratio: 2/2.8;
    -o-object-fit: cover;
    object-fit: cover;
    width: 100%;
    height: 100%
}

.iq-top-ten-block .block-image .overly-images img {
    -webkit-transition: all .6s ease 0s;
    -o-transition: all .6s ease 0s;
    transition: all .6s ease 0s
}

.iq-top-ten-block .block-image .top-ten-numbers {
    position: absolute;
    bottom: -22px;
    right: 10px;
    font-weight: 800;
    font-size: 7.5em;
    -webkit-transition: all .4s ease-out;
    -o-transition: all .4s ease-out;
    transition: all .4s ease-out;
    z-index: 2
}

.iq-top-ten-block:hover .block-image .top-ten-numbers {
    bottom: 0px
}

@media (max-width: 991px) {
    .iq-top-ten-block .block-image .top-ten-numbers {
        font-size: 4.5em;
        bottom: -8px
    }
}

@media (max-width: 767px) {
    .iq-top-ten-block .block-image {
        padding: 0 .4687em
    }

    .iq-top-ten-block-slider .swiper-button.swiper-button-next {
        right: 1em
    }

    .iq-top-ten-block-slider .swiper-button.swiper-button-prev {
        left: 1em
    }
}

.iq-watching-block {
    position: relative
}

.iq-watching-block .block-images .iq-image-box {
    position: relative;
    -webkit-transition: all .5s ease-in-out;
    -o-transition: all .5s ease-in-out;
    transition: all .5s ease-in-out;
    -webkit-border-radius: .25em;
    border-radius: .25em;
    background: -webkit-gradient(linear, left bottom, left top, from(var(--bs-dark)), color-stop(51.04%, rgba(var(--bs-dark-rgb), 0)), color-stop(99%, rgba(var(--bs-dark-rgb), 0.5)));
    background: -webkit-linear-gradient(bottom, var(--bs-dark) 0%, rgba(var(--bs-dark-rgb), 0) 51.04%, rgba(var(--bs-dark-rgb), 0.5) 99%);
    background: -o-linear-gradient(bottom, var(--bs-dark) 0%, rgba(var(--bs-dark-rgb), 0) 51.04%, rgba(var(--bs-dark-rgb), 0.5) 99%);
    background: linear-gradient(360deg, var(--bs-dark) 0%, rgba(var(--bs-dark-rgb), 0) 51.04%, rgba(var(--bs-dark-rgb), 0.5) 99%)
}

.iq-watching-block .block-images .iq-image-box img {
    height: -webkit-fit-content;
    height: -moz-fit-content;
    height: fit-content;
    mix-blend-mode: overlay;
    -o-object-position: top;
    object-position: top;
    aspect-ratio: 5/3;
    -o-object-fit: cover;
    object-fit: cover
}

.iq-watching-block .block-images .iq-preogress {
    position: absolute;
    left: 0;
    right: 0;
    top: auto;
    bottom: 0
}

.iq-watching-block .block-images .iq-preogress .data-left-timing {
    margin-bottom: .5em;
    padding-left: 20px;
    display: block
}

.iq-watching-block .block-images .iq-preogress ul li.iq-preogress-movie-title::after {
    content: "";
    position: absolute;
    top: 50%;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
    right: -0.7em;
    width: .25em;
    height: .25em;
    background-color: var(--bs-body-color);
    -webkit-border-radius: 50%;
    border-radius: 50%
}

.iq-watching-block .block-images .iq-preogress ul li {
    line-height: 1.625em
}

.iq-watching-block .block-images .iq-progress-left-data, .iq-watching-block .block-images .iq-preogress-play-btn, .iq-watching-block .block-images .close-icon-section {
    display: none
}

.iq-watching-block .block-images .iq-preogress-play-btn {
    color: var(--bs-white);
    -webkit-transition: all .3s ease;
    -o-transition: all .3s ease;
    transition: all .3s ease
}

.iq-watching-block .block-images:hover .iq-progress-left-data, .iq-watching-block .block-images:hover .iq-preogress-play-btn, .iq-watching-block .block-images:hover .close-icon-section {
    display: block;
    -webkit-transition: 1 ease-in;
    -o-transition: 1 ease-in;
    transition: 1 ease-in;
    cursor: pointer
}

.iq-watching-block .iq-watching-close-icon {
    background-color: rgba(var(--bs-black-rgb), 0.5);
    color: var(--bs-white);
    top: .1875em;
    right: .375em;
    left: auto;
    border: 0;
    width: 1.5em;
    height: 1.5em;
    line-height: 1.5em;
    -webkit-border-radius: 50%;
    border-radius: 50%;
    cursor: pointer
}

@media (max-width: 767px) {
    .iq-watching-block .block-images .iq-preogress {
        bottom: 0
    }

    .iq-watching-block .block-images .iq-preogress .data-left-timing {
        display: none
    }

    .movie-list-item li {
        display: none
    }

    .iq-watching-block .block-images .iq-preogress ul li.iq-preogress-movie-title::after {
        content: none
    }

    .movie-list-item li:first-child {
        display: block
    }
}

.personality-card .cast-title {
    color: var(--bs-heading-color);
    font-weight: 500
}

.personality-card .cast-title:hover {
    color: var(--bs-primary)
}

.profile-social-lists {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex
}

.profile-social-lists li a {
    font-size: 2em
}

.person-details .single-person__sidebar-title {
    font-size: 1em;
    font-weight: 500;
    margin-bottom: .313em
}

.trending-dec {
    padding: 0 0 3.125em;
    margin-bottom: 3.125em;
    margin-top: 1.875em
}

.iq-personality-card li:first-child:hover .block-images {
    -webkit-transform: scale3d(1, 1, 1) translate3d(6%, 0, 0) perspective(31.25em);
    transform: scale3d(1, 1, 1) translate3d(6%, 0, 0) perspective(31.25em)
}

.iq-personality-card li:last-child:hover .block-images {
    -webkit-transform: scale3d(1, 1, 1) translate3d(-7%, 0, 0) perspective(31.25em);
    transform: scale3d(1, 1, 1) translate3d(-7%, 0, 0) perspective(31.25em)
}

.iq-personality-card li:hover .block-images {
    z-index: 99;
    -webkit-transform: scale3d(1, 1, 1) translate3d(0, 0, 0) perspective(31.25em);
    transform: scale3d(1, 1, 1) translate3d(0, 0, 0) perspective(31.25em);
    -webkit-transform-origin: 50% 50%;
    -ms-transform-origin: 50% 50%;
    transform-origin: 50% 50%;
    -webkit-transition: all .6s ease 0s;
    -o-transition: all .6s ease 0s;
    transition: all .6s ease 0s;
    overflow: visible
}

.iq-personality-card li:hover .block-images::before {
    opacity: 1
}

.iq-personality-card li:hover .block-images .img-box {
    position: relative;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0)
}

.iq-personality-card li .block-images {
    position: relative;
    width: 100%;
    margin-bottom: 1.875em;
    overflow: hidden;
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
    -webkit-transition: all .6s ease 0s;
    -o-transition: all .6s ease 0s;
    transition: all .6s ease 0s
}

.iq-personality-card li .block-images::before {
    position: absolute;
    content: "";
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    border-left: .25em solid var(--bs-primary);
    background: rgba(var(--bs-black), 0.8);
    width: 100%;
    height: 100%;
    opacity: 0;
    z-index: 9;
    -webkit-transition: all .5s ease-in-out;
    -o-transition: all .5s ease-in-out;
    transition: all .5s ease-in-out
}

.iq-personality-card li .block-images .img-box {
    position: relative;
    background: rgba(var(--bs-black), 0.8);
    -webkit-transition: all .5s ease-in-out;
    -o-transition: all .5s ease-in-out;
    transition: all .5s ease-in-out
}

.iq-personality-card li .block-description {
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
    position: absolute;
    left: 1.563em;
    top: 0;
    bottom: 0;
    z-index: 999;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column
}

.iq-personality-card li .block-description .iq-title {
    padding-right: 3.938em;
    font-size: 1.125em;
    color: var(--bs-white);
    text-transform: capitalize;
    -o-text-overflow: ellipsis;
    text-overflow: ellipsis;
    overflow: hidden;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
    white-space: normal;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
    -webkit-font-smoothing: antialiased
}

.favourite-person-block .personality-img {
    aspect-ratio: 1/1.3
}

.favourite-person-block .swiper-button-next, .favourite-person-block .swiper-button-prev {
    top: 44%
}

.iq-card-geners .block-images {
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden
}

.iq-card-geners .block-images .img-box {
    background: -webkit-gradient(linear, left bottom, left top, from(rgba(12, 11, 17, 0.25)), to(rgba(12, 11, 17, 0.25))), -webkit-gradient(linear, left top, left bottom, color-stop(56%, rgba(12, 11, 17, 0)), to(rgba(12, 11, 17, 0.2)));
    background: -webkit-linear-gradient(bottom, rgba(12, 11, 17, 0.25) 0%, rgba(12, 11, 17, 0.25) 100%), -webkit-linear-gradient(top, rgba(12, 11, 17, 0) 56%, rgba(12, 11, 17, 0.2) 100%);
    background: -o-linear-gradient(bottom, rgba(12, 11, 17, 0.25) 0%, rgba(12, 11, 17, 0.25) 100%), -o-linear-gradient(top, rgba(12, 11, 17, 0) 56%, rgba(12, 11, 17, 0.2) 100%);
    background: linear-gradient(0deg, rgba(12, 11, 17, 0.25) 0%, rgba(12, 11, 17, 0.25) 100%), linear-gradient(180deg, rgba(12, 11, 17, 0) 56%, rgba(12, 11, 17, 0.2) 100%)
}

.iq-card-geners .block-images .img-box::before {
    position: absolute;
    content: "";
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    border-bottom: .25em solid var(--bs-primary);
    background: rgba(var(--bs-black), 0.8);
    width: 100%;
    height: 100%;
    opacity: 0;
    z-index: 9;
    -webkit-transition: all .5s ease-in-out;
    -o-transition: all .5s ease-in-out;
    transition: all .5s ease-in-out;
    -webkit-border-radius: var(--bs-border-radius-lg);
    border-radius: var(--bs-border-radius-lg)
}

.iq-card-geners .block-images .img-box img {
    mix-blend-mode: overlay
}

.iq-card-geners .block-images:hover .img-box::before {
    opacity: 1
}

.iq-card-geners .img-box {
    -webkit-border-radius: var(--bs-border-radius-lg);
    border-radius: var(--bs-border-radius-lg)
}

.iq-card-geners .img-box img {
    height: 100%;
    width: 100%;
    aspect-ratio: 5/3;
    -o-object-position: top;
    object-position: top;
    -o-object-fit: cover;
    object-fit: cover;
    -webkit-border-radius: var(--bs-border-radius-lg);
    border-radius: var(--bs-border-radius-lg)
}

.iq-card-geners .img-box::before {
    content: "";
    background: -webkit-gradient(linear, left top, right top, from(rgba(var(--bs-dark-rgb), 0.8)), color-stop(50%, rgba(var(--bs-dark-rgb), 0.4)), to(rgba(var(--bs-dark-rgb), 0)));
    background: -webkit-linear-gradient(left, rgba(var(--bs-dark-rgb), 0.8), rgba(var(--bs-dark-rgb), 0.4) 50%, rgba(var(--bs-dark-rgb), 0));
    background: -o-linear-gradient(left, rgba(var(--bs-dark-rgb), 0.8), rgba(var(--bs-dark-rgb), 0.4) 50%, rgba(var(--bs-dark-rgb), 0));
    background: linear-gradient(90deg, rgba(var(--bs-dark-rgb), 0.8), rgba(var(--bs-dark-rgb), 0.4) 50%, rgba(var(--bs-dark-rgb), 0));
    position: absolute;
    top: 0;
    left: 0;
    height: 100%;
    width: 100%
}

.iq-card-geners .blog-description {
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    z-index: 10;
    margin: auto;
    text-align: center;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    text-transform: capitalize
}

.iq-card-geners .blog-description .iq-title a {
    font-size: 1em;
    color: var(--bs-white)
}

.iq-card-geners:hover {
    z-index: 99;
    -webkit-transform: scale3d(1.1, 1.1, 1) translateZ(0) perspective(31.25em);
    transform: scale3d(1.1, 1.1, 1) translateZ(0) perspective(31.25em);
    -webkit-transform-origin: 50% 50%;
    -ms-transform-origin: 50% 50%;
    transform-origin: 50% 50%;
    -webkit-transition: all .6s ease 0s;
    -o-transition: all .6s ease 0s;
    transition: all .6s ease 0s
}

.iq-card-geners:hover::before {
    opacity: 1
}

.iq-card-geners::before {
    position: absolute;
    content: "";
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    border-bottom: .25em solid var(--bs-primary);
    background: rgba(var(--bs-dark-rgb), 0.8);
    width: 100%;
    height: 100%;
    opacity: 0;
    z-index: 9;
    -webkit-transition: all .5s ease-in-out;
    -o-transition: all .5s ease-in-out;
    transition: all .5s ease-in-out;
    -webkit-border-radius: var(--bs-border-radius-lg);
    border-radius: var(--bs-border-radius-lg)
}

.geners-style-grid .slide-items {
    margin-bottom: 1.875em
}

@media (max-width: 767px) {
    .geners-card li.swiper-slide {
        padding: 0 .4687em
    }
}

.iq-cast {
    position: relative;
    margin-bottom: 2em
}

.iq-cast .iq-cast-body {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-pack: end;
    -webkit-justify-content: end;
    -ms-flex-pack: end;
    justify-content: end;
    padding: 1.25em;
    background: -webkit-linear-gradient(65.88deg, var(--bs-black) 0.77%, transparent 96.59%);
    background: -o-linear-gradient(65.88deg, var(--bs-black) 0.77%, transparent 96.59%);
    background: linear-gradient(24.12deg, var(--bs-black) 0.77%, transparent 96.59%)
}

.iq-cast .cast-images img {
    width: 100%;
    height: 100%;
    aspect-ratio: 1/1.3;
    -o-object-fit: cover;
    object-fit: cover;
    -webkit-border-radius: var(--bs-border-radius-lg);
    border-radius: var(--bs-border-radius-lg);
    -o-object-position: top;
    object-position: top
}

.iq-cast .person-detail {
    padding: 1em 0 0;
    -webkit-border-radius: var(--bs-border-radius-lg);
    border-radius: var(--bs-border-radius-lg);
    text-align: center
}

.iq-cast .person-detail .cast-title a:hover {
    color: var(--bs-primary)
}

.iq-cast .person-detail .person-cats {
    font-size: .875em;
    color: var(--bs-white)
}

.cast-images .img-box {
    height: 8em;
    position: relative
}

.cast-images .img-box img {
    width: 100%;
    height: 100%;
    -o-object-fit: cover;
    object-fit: cover
}

.cast-images .block-description {
    position: relative
}

.cast-images .block-description .iq-title {
    font-size: 1.125em;
    color: var(--bs-white);
    text-transform: capitalize
}

.cast-images .block-description .iq-title a {
    font-size: inherit;
    color: inherit
}

.episode-block {
    position: relative;
    overflow: hidden
}

.episode-block .block-image::after {
    content: "";
    background-image: -webkit-gradient(linear, left top, left bottom, color-stop(30%, transparent), to(var(--bs-black)));
    background-image: -webkit-linear-gradient(top, transparent 30%, var(--bs-black));
    background-image: -o-linear-gradient(top, transparent 30%, var(--bs-black));
    background-image: linear-gradient(180deg, transparent 30%, var(--bs-black));
    position: absolute;
    top: 0;
    left: 0;
    height: 100%;
    width: 100%;
    z-index: -1
}

.episode-block .block-image img {
    height: 100%;
    aspect-ratio: 3/2;
    width: 100%;
    -webkit-border-radius: var(--bs-border-radius-lg);
    border-radius: var(--bs-border-radius-lg);
    mix-blend-mode: overlay;
    -webkit-transition: all .3s ease-in;
    -o-transition: all .3s ease-in;
    transition: all .3s ease-in
}

.episode-block .episode-detail, .episode-block .episode-title {
    line-height: 28px;
    left: 0;
    right: 0;
    padding: 0 .5em;
    bottom: 0;
    z-index: 99
}

.episode-block .episode-detail {
    -webkit-transform: translateY(100%);
    -ms-transform: translateY(100%);
    transform: translateY(100%);
    -webkit-transition: all .3s ease-in;
    -o-transition: all .3s ease-in;
    transition: all .3s ease-in
}

.episode-block .episode-title {
    -webkit-transition: all .3s ease-in;
    -o-transition: all .3s ease-in;
    transition: all .3s ease-in
}

.episode-block .episode-time {
    top: 5px;
    right: 8px;
    background-color: var(--bs-black)
}

.episode-block:hover .block-image img {
    -webkit-transform: scale(1.1);
    -ms-transform: scale(1.1);
    transform: scale(1.1);
    -webkit-transition: all .5s ease-in;
    -o-transition: all .5s ease-in;
    transition: all .5s ease-in
}

.episode-block:hover .episode-detail {
    -webkit-transform: translateY(-1em);
    -ms-transform: translateY(-1em);
    transform: translateY(-1em);
    -webkit-transition: all .5s ease-in;
    -o-transition: all .5s ease-in;
    transition: all .5s ease-in
}

.episode-block:hover .episode-title {
    -webkit-transform: translateY(2em) !important;
    -ms-transform: translateY(2em) !important;
    transform: translateY(2em) !important;
    -webkit-transition: all .5s ease-in;
    -o-transition: all .5s ease-in;
    transition: all .5s ease-in
}

.divider {
    border-top: 1px solid rgba(var(--bs-white-rgb), 0.2);
    margin: 20px 0
}

.episode-nav-btn li .nav-link {
    background-color: var(--bs-gray-900);
    color: var(--bs-white);
    -webkit-border-radius: var(--bs-border-radius-lg);
    border-radius: var(--bs-border-radius-lg)
}

.category-inner .category_image {
    border: .1875em solid var(--bs-gray-900)
}

.category-inner .category_image .category-details {
    position: absolute;
    bottom: 1.375em;
    left: 50%;
    -webkit-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    transform: translateX(-50%);
    z-index: 9
}

.category-inner .category_image .category-details .category-title {
    letter-spacing: .0625em;
    font-weight: 500
}

.category-inner .category_image .categorys-img {
    aspect-ratio: 3/2.2;
    -o-object-fit: cover;
    object-fit: cover
}

.product-box {
    position: relative;
    height: 31.25em;
    overflow: hidden;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: end;
    -webkit-align-items: flex-end;
    -ms-flex-align: end;
    align-items: flex-end;
    -webkit-box-pack: end;
    -webkit-justify-content: flex-end;
    -ms-flex-pack: end;
    justify-content: flex-end;
    padding: 0 3.125em 3.125em 3.125em
}

.product-box.left-1-productbox {
    height: 23.43em
}

.product-box.left-2-productbox {
    height: 23.43em
}

.product-box.right-1-productbox {
    height: 23.43em
}

.product-box.right-2-productbox {
    height: 23.43em
}

.product-box.center-productbox {
    height: 48em
}

.product-box .card-link {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    width: 100%;
    height: 100%;
    z-index: 1
}

.product-box .product-card-img-overlay {
    position: absolute;
    inset: 0;
    background-repeat: no-repeat;
    z-index: -1;
    background-position: center center;
    -webkit-background-size: cover;
    background-size: cover;
    height: 100%;
    -webkit-transform: scale(1);
    -ms-transform: scale(1);
    transform: scale(1);
    -webkit-transform-origin: top right;
    -ms-transform-origin: top right;
    transform-origin: top right;
    -webkit-transition: all 1s ease-in-out;
    -o-transition: all 1s ease-in-out;
    transition: all 1s ease-in-out;
    -webkit-border-radius: 0;
    border-radius: 0
}

.product-box .card-body .card-title {
    margin-bottom: .5em
}

.product-box .card-body .parent-heading {
    margin: .5em 0 1.5em
}

.product-box:hover .product-card-img-overlay {
    -webkit-transform: scale(1.1);
    -ms-transform: scale(1.1);
    transform: scale(1.1)
}

@media (max-width: 767px) {
    .categorie-about-left {
        margin: 0
    }
}

.product-block {
    position: relative;
    -webkit-transition: all .45s ease-in-out;
    -o-transition: all .45s ease-in-out;
    transition: all .45s ease-in-out
}

.product-block .onsale {
    position: absolute;
    text-align: center;
    top: 1em;
    left: 1em;
    margin: 0;
    font-size: .875em;
    font-weight: 500;
    padding: .3125em .5em;
    min-height: auto;
    min-width: auto;
    line-height: normal;
    color: var(--bs-white);
    -webkit-border-radius: var(--bs-border-radius-lg);
    border-radius: var(--bs-border-radius-lg);
    z-index: 2
}

.product-block .product-image {
    position: relative
}

.product-block .product-image::after {
    position: absolute;
    content: "";
    background: rgba(var(--bs-black-rgb), 0.1);
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    z-index: 0;
    opacity: 0;
    -webkit-transition: all .45s ease-in-out;
    -o-transition: all .45s ease-in-out;
    transition: all .45s ease-in-out
}

.product-block .image-wrap {
    position: relative
}

.product-block .image-wrap .buttons-holder {
    position: absolute;
    top: 50%;
    left: 50%;
    display: inline-block;
    width: auto;
    -webkit-transform: translate3d(-50%, -50%, 0) scale(0) translateZ(0);
    transform: translate3d(-50%, -50%, 0) scale(0) translateZ(0);
    background: var(--bs-primary);
    padding: 1em 1.625em;
    margin: 0;
    opacity: 0;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    -webkit-transition: all .7s ease-in-out;
    -o-transition: all .7s ease-in-out;
    transition: all .7s ease-in-out;
    -webkit-border-radius: var(--bs-border-radius-lg);
    border-radius: var(--bs-border-radius-lg);
    transition: all .7s ease-in-out
}

.product-block .image-wrap .buttons-holder ul {
    position: relative;
    list-style: none;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center
}

.product-block .image-wrap .buttons-holder ul li {
    display: inline-block;
    -webkit-transform: rotateY(180deg);
    transform: rotateY(180deg);
    -webkit-transition: all .5s ease-in-out;
    -o-transition: all .5s ease-in-out;
    transition: all .5s ease-in-out;
    margin: 0 .75em
}

.product-block .image-wrap .buttons-holder ul li a {
    line-height: normal;
    display: block;
    color: var(--bs-white)
}

.product-block .product-caption {
    margin-top: 1em;
    text-align: center
}

.product-block .product-caption .product__title {
    font-size: 1.77em;
    font-weight: 500;
    line-height: 1.75em;
    margin-bottom: 0
}

.product-block .product-caption .product__title:hover {
    color: var(--bs-primary)
}

.product-block .product-caption .price-detail {
    margin-bottom: .5em
}

.product-block .product-caption .price-detail del {
    color: var(--bs-body-text);
    opacity: .4;
    margin-right: .3125em;
    opacity: .5
}

.product-block:hover .image-wrap .buttons-holder {
    opacity: 1;
    -webkit-transform: translate3d(-50%, -50%, 0) scale(1) translateZ(0);
    transform: translate3d(-50%, -50%, 0) scale(1) translateZ(0)
}

.product-block:hover .image-wrap .buttons-holder ul li:first-child {
    -webkit-transition-delay: .3s;
    -o-transition-delay: .3s;
    transition-delay: .3s
}

.product-block:hover .image-wrap .buttons-holder ul li:nth-child(2) {
    -webkit-transition-delay: .5s;
    -o-transition-delay: .5s;
    transition-delay: .5s
}

.product-block:hover .image-wrap .buttons-holder ul li:nth-child(3) {
    -webkit-transition-delay: .7s;
    -o-transition-delay: .7s;
    transition-delay: .7s
}

.product-block:hover .image-wrap .buttons-holder ul li {
    -webkit-transform: rotateY(0);
    transform: rotateY(0)
}

.product-block.product-list {
    margin: 0 0 2em
}

.product-block.product-list .image-wrap .product-image img {
    height: 18.625em;
    -o-object-fit: cover;
    object-fit: cover
}

.product-block.product-list .buttons-holder {
    width: 3em;
    height: 3em;
    line-height: 3em;
    padding: 0
}

.product-block.product-list .buttons-holder ul {
    height: 100%
}

.product-block.product-list .product-caption {
    margin: 0;
    text-align: left
}

.product-block.product-list .product-caption .iq-button-holder {
    margin-top: 2em
}

.product-block.product-list .product-caption .iq-button-holder .add_to_wishlist {
    color: var(--bs-white);
    width: 2.75em;
    height: 2.75em;
    line-height: 2.75em;
    text-align: center;
    display: block;
    background-color: var(--bs-gray-900)
}

.product-block.product-list .product-caption .iq-button-holder .add_to_wishlist:hover {
    color: var(--bs-primary)
}

.product-block.product-list .product-caption p.blog-desc {
    margin-top: 2em;
    padding-top: 2em;
    border: solid;
    border-width: .0625em 0 0;
    border-image-source: linear-gradient(90deg, rgba(var(--bs-secondary-rgb), 1), rgba(var(--bs-secondary-rgb), 0.6), rgba(var(--bs-secondary-rgb), 0));
    border-image-slice: 1
}

.product-view-button {
    padding: .5em .8em;
    margin-right: 1em;
    background-color: var(--bs-gray-900)
}

.product-view-button ul li {
    display: inline-block
}

.product-view-button ul li .nav-link {
    background: rgba(0, 0, 0, 0) !important;
    padding: 0;
    color: var(--bs-white)
}

.product-view-button ul li .nav-link:hover {
    color: var(--bs-primary)
}

.product-view-button ul li .nav-link.active {
    color: var(--bs-primary)
}

.product-view-button ul li .nav-link.active svg.hover_effect {
    fill: var(--bs-primary)
}

.product-view-button ul li .grid-4x4 {
    font-size: 19px
}

.product-view-button ul li svg {
    width: 1.125em;
    height: 1.125em
}

.product-view-button ul li svg.hover_effect {
    fill: var(--bs-white)
}

@media (max-width: 991px) {
    .product-view-button {
        display: none
    }
}

.iq-blog-box .iq-blog-image {
    position: relative;
    text-align: center;
    display: inline-block;
    width: 100%;
    margin-bottom: 2em
}

.iq-blog-box .iq-blog-meta {
    margin-bottom: .625em
}

.iq-blog-box .iq-blog-meta ul {
    margin: 0;
    padding: 0;
    line-height: 1em
}

.iq-blog-box .iq-blog-meta ul li {
    text-transform: uppercase;
    font-style: var(--bs-font-sans-serif);
    font-size: 1em;
    margin: 0 .625em .625em 0;
    padding: .625em .625em .625em .938em;
    position: relative;
    overflow: hidden;
    display: inline-block
}

.iq-blog-box .iq-blog-meta ul li a {
    color: var(--bs-body-color)
}

.iq-blog-box .iq-blog-detail {
    margin-bottom: 32px
}

.iq-blog-box .iq-blog-detail .iq-blog-meta ul li {
    color: var(--bs-body-color);
    padding: 0;
    line-height: normal;
    margin: 0
}

.iq-blog-box .iq-blog-detail .iq-blog-meta ul li a {
    font-size: .875em;
    font-weight: 500
}

.iq-blog-box .iq-blog-detail .iq-blog-meta ul li a:hover {
    color: var(--bs-primary)
}

.iq-blog-box .iq-blog-detail .iq-blog-meta ul li.posted-by {
    padding-right: 1em
}

.iq-blog-box .iq-blog-detail .iq-blog-meta ul li.posted-on {
    padding-right: .7em
}

.iq-blog-box .iq-blogtag .title {
    color: var(--bs-body-color);
    font-size: var(--bs-body-font-size);
    -webkit-transition: all .3s;
    -o-transition: all .3s;
    transition: all .3s;
    text-decoration: none
}

.iq-blog-box .iq-blogtag .title:hover {
    color: var(--bs-primary)
}

.iq-blog-box .blog-readMore::after, .iq-blog-box .blog-readMore::before {
    content: "";
    position: absolute;
    bottom: 0;
    z-index: 1;
    height: 1px;
    -webkit-transition: .4s;
    -o-transition: .4s;
    transition: .4s;
    background: currentColor
}

.iq-blog-box .blog-readMore::before {
    left: 0;
    right: auto;
    width: 0;
    -webkit-transition-delay: 0s;
    -o-transition-delay: 0s;
    transition-delay: 0s
}

.iq-blog-box .blog-readMore::after {
    right: 0;
    left: auto;
    width: 100%
}

.iq-blog-box .blog-category:not(:last-child) a::after {
    content: ",";
    position: absolute;
    top: 50%;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
    right: 0
}

.iq-blog-box .blog-tag a {
    color: var(--bs-body-color);
    text-transform: capitalize;
    background: var(--bs-gray-900);
    padding: .438em .75em
}

.iq-blog-box .iq-blog-meta-cat-tag {
    padding: 0;
    display: inline-block;
    width: 100%;
    position: static;
    margin: 0
}

.iq-blog-box .iq-blog-meta-cat-tag li {
    list-style: none;
    float: left;
    margin: 0 .625em .625em 0
}

.iq-blog-box .iq-blog-meta-cat-tag li a {
    background: var(--bs-gray-900);
    color: var(--bs-body-text);
    padding: .313em .625em;
    text-transform: uppercase;
    font-size: .875em
}

.iq-blog-box .iq-blog-meta-cat-tag li a:hover {
    background-color: var(--bs-primary);
    color: var(--bs-white)
}

.iq-blog-box .blog-heading a:hover {
    color: var(--bs-primary)
}

.blog-custom-box .iq-blog-box {
    margin-bottom: 2rem;
    padding-bottom: 2rem;
    border-bottom: var(--bs-border-width) solid var(--bs-border-color)
}

.blog-custom-box .iq-blog-box .iq-blog-detail {
    margin-bottom: 0
}

.iq-blog-category-2 li a {
    color: var(--bs-white)
}

.iq-blog-category-2 li a:hover {
    color: var(--bs-primary);
    -webkit-transition: all .4s ease 0s;
    -o-transition: all .4s ease 0s;
    transition: all .4s ease 0s
}

.iq-published-date a {
    color: var(--bs-white)
}

.iq-published-date a:hover {
    color: var(--bs-primary);
    -webkit-transition: all .4s ease 0s;
    -o-transition: all .4s ease 0s;
    transition: all .4s ease 0s
}

.iq-author-details {
    margin-top: 2.1875em
}

.iq-author-details .iq-author-image {
    height: 2em;
    width: 2em;
    line-height: 2.5em
}

.iq-author-details .iq-author-image a {
    color: var(--bs-white)
}

.iq-author-details .iq-author-image a:hover {
    color: var(--bs-primary);
    -webkit-transition: all .4s ease 0s;
    -o-transition: all .4s ease 0s;
    transition: all .4s ease 0s
}

.block-quote {
    background-color: var(--bs-gray-900);
    padding-left: 1rem;
    border-left: .313em solid var(--bs-primary);
    -webkit-border-radius: .3em;
    border-radius: .3em
}

.blockquote {
    padding: 1.875em 1.875em .9375em 1.875em;
    border-left: 2px solid var(--bs-primary)
}

.blockquote p {
    color: var(--bs-body-color);
    font-style: italic;
    font-size: 1.125em;
    font-weight: 400;
    line-height: 2.5em
}

.blockquote .blockquote-icon i {
    font-size: 60px;
    color: var(--bs-gray-900)
}

.iq-author-meta-details {
    grid-gap: 2.1875em;
    gap: 2.1875em
}

.iq-author-meta-details .iq-author-image {
    width: 9.6875em;
    height: 9.6875em
}

.blog-nav {
    padding-top: 3em;
    padding-bottom: 1.9em;
    position: relative
}

.blog-nav .blog-prev-post a, .blog-nav .blog-next-post a {
    color: var(--bs-body-color)
}

.blog-nav .blog-prev-post a .blog-post, .blog-nav .blog-next-post a .blog-post {
    color: var(--bs-body-color)
}

.blog-nav .blog-prev-post a .blog-arrow i, .blog-nav .blog-next-post a .blog-arrow i {
    color: var(--bs-primary)
}

.blog-nav .blog-prev-post a:hover, .blog-nav .blog-next-post a:hover {
    color: var(--bs-primary);
    -webkit-transition: all .4s ease 0s;
    -o-transition: all .4s ease 0s;
    transition: all .4s ease 0s
}

.blog-nav .blog-prev-post a:hover .post-title, .blog-nav .blog-next-post a:hover .post-title {
    text-decoration: underline
}

.blog-box {
    margin-bottom: 3.125em;
    padding-bottom: 2.5em;
    border: solid;
    border-width: 0 0 .063em;
    border-image-slice: 1
}

blockquote.is-style-large, .block-quote.is-style-large {
    background: var(--bs-gray-900);
    padding: .938em 1.875em;
    border-left: .25em solid var(--bs-primary);
    margin-bottom: 1.875em;
    -webkit-border-radius: .5em;
    border-radius: .5em
}

blockquote cite {
    font-family: "Heebo", sans-serif;
    font-weight: bold
}

.blog-video div.my-video {
    height: 70vh
}

.blog-single-icon i {
    width: 1em;
    height: 1em;
    position: relative;
    display: block;
    font-size: 3.75em
}

.blog-single-icon i::before {
    position: absolute;
    left: 50%;
    -webkit-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    transform: translateX(-50%)
}

a:hover .blog-heading {
    -webkit-transition: all .5s ease-in-out;
    -o-transition: all .5s ease-in-out;
    transition: all .5s ease-in-out
}

a:hover .blog-heading {
    color: var(--bs-primary)
}

.pagination .blog-pagination .page-link:hover {
    background-color: var(--bs-primary);
    border-color: var(--bs-primary);
    color: var(--bs-white)
}

.blog-pagination .pageicon-lineheight {
    line-height: 2
}

.blog-pagination .page-link {
    color: var(--bs-white);
    position: relative;
    height: 2.813em;
    width: 2.813em
}

.loader-wheel-container {
    border: .125em solid var(--bs-white);
    -webkit-border-radius: 50%;
    border-radius: 50%;
    border-right-color: rgba(0, 0, 0, 0);
    border-bottom-color: rgba(0, 0, 0, 0);
    width: 3.125em;
    height: 3.125em;
    margin: 2em auto 0;
    -webkit-animation-name: loading;
    animation-name: loading;
    -webkit-animation-duration: 1s;
    animation-duration: 1s;
    -webkit-animation-iteration-count: infinite;
    animation-iteration-count: infinite;
    -webkit-animation-timing-function: linear;
    animation-timing-function: linear
}

@-webkit-keyframes loading {
    from {
        -webkit-transform: rotate(0deg);
        transform: rotate(0deg)
    }
    to {
        -webkit-transform: rotate(360deg);
        transform: rotate(360deg)
    }
}

@keyframes loading {
    from {
        -webkit-transform: rotate(0deg);
        transform: rotate(0deg)
    }
    to {
        -webkit-transform: rotate(360deg);
        transform: rotate(360deg)
    }
}

.iq-blogs-meta {
    margin-bottom: .625em
}

.iq-blogs-meta .iq-blogtag li {
    color: var(--bs-body-color);
    padding-right: 1em
}

.iq-blogs-meta .iq-blogtag li a {
    font-size: .875em;
    color: var(--bs-body-color);
    letter-spacing: .0625em;
    font-weight: 500;
    text-transform: uppercase
}

.iq-blogs-meta .iq-blogtag li a:hover {
    color: var(--bs-primary)
}

.blog-gallery-desc {
    line-height: 1.66em
}

.quote-icon {
    font-size: 50px
}

.blockquote-icon i.ph-fill.ph-quotes {
    font-size: 75px
}

.section-border {
    border: .063em solid var(--bs-border-color);
    margin: 41px 0px 48px 0px
}

.blog-listning .iq-blog-box .iq-blog-detail {
    margin-bottom: 48px;
    border-bottom: .063em solid var(--bs-border-color);
    padding-bottom: 2.5em
}

@media (max-width: 991px) {
    .blog-nav::after {
        content: none
    }
}

@media (max-width: 767px) {
    .blockquote {
        padding: .9375em
    }

    .blog-box {
        margin-bottom: 2em;
        padding-bottom: 2em
    }

    .blog-nav {
        padding-top: 0;
        padding-bottom: 0
    }
}

.widget {
    padding: 1.875em;
    display: inline-block;
    width: 100%;
    float: left;
    position: relative;
    background: var(--bs-gray-900);
    border-bottom: 1px solid var(--bs-border-color)
}

.widget .search-form {
    position: relative
}

.widget .search-form .form-control {
    border: .0625em solid var(--bs-border-color);
    padding-right: 3.5em;
    background: var(--bs-body-bg)
}

.widget .search-form .form-control:focus {
    border-color: var(--bs-primary)
}

.widget .search-form .block-search_button {
    position: absolute;
    right: 0;
    top: 0;
    color: var(--bs-white);
    cursor: pointer;
    background: var(--bs-primary);
    border: none;
    outline: none;
    -webkit-box-shadow: none;
    box-shadow: none;
    -webkit-transition: all .3s ease-in-out;
    -o-transition: all .3s ease-in-out;
    transition: all .3s ease-in-out;
    height: 100%;
    width: 3.6em;
    -webkit-border-radius: 0 3px 3px 0;
    border-radius: 0 3px 3px 0
}

.widget .widget-title {
    font-size: 1.5em;
    position: relative;
    margin-bottom: 1.25em;
    margin-top: 0
}

.widget.widget_categories li {
    color: var(--bs-body-text);
    padding-bottom: 1em;
    position: relative;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    gap: 1em;
    -webkit-transition: all .3s ease-in-out;
    -o-transition: all .3s ease-in-out;
    transition: all .3s ease-in-out
}

.widget.widget_categories li a {
    color: var(--bs-body-color)
}

.widget.widget_categories li a:hover {
    color: var(--bs-primary)
}

.widget.widget_categories li:hover .post_count {
    opacity: 1
}

.widget.widget_categories li:hover::before {
    opacity: 1
}

.widget.widget_categories li:last-child {
    padding-bottom: 0em
}

.widget:last-child {
    border-bottom: unset
}

.widget_tags {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    gap: .8em
}

.widget_tags li {
    padding: 0
}

.widget_tags li a {
    background: var(--bs-body-bg);
    display: inline-block;
    color: var(--bs-body-color);
    padding: .3125em .625em;
    font-size: .875em;
    -webkit-border-radius: .5em;
    border-radius: .5em;
    -webkit-transition: all .3s ease-in-out;
    -o-transition: all .3s ease-in-out;
    transition: all .3s ease-in-out
}

.widget_tags li a:hover {
    background: var(--bs-primary);
    -webkit-transition: all .3s ease-in-out;
    -o-transition: all .3s ease-in-out;
    transition: all .3s ease-in-out
}

.iq-blog-tag {
    margin-top: 3.75em;
    border: solid var(--bs-border-color);
    border-width: .063em 0 0;
    margin-bottom: 2.5em
}

.widget_social_media li {
    display: inline-block
}

.widget_social_media li:last-child {
    margin-right: 0
}

.widget_social_media li a {
    position: relative;
    display: inline-block;
    width: 2.5em;
    height: 2.5em;
    text-align: center;
    line-height: 2.5em;
    margin-right: 0;
    color: var(--bs-white);
    font-size: 1em;
    -webkit-border-radius: 50%;
    border-radius: 50%;
    background: var(--bs-body-bg);
    -webkit-transform: translateY(0);
    -ms-transform: translateY(0);
    transform: translateY(0);
    -webkit-transition: all .4s ease 0s;
    -o-transition: all .4s ease 0s;
    transition: all .4s ease 0s
}

.widget_social_media li a:hover {
    background: var(--bs-primary);
    -webkit-transform: translateY(-0.3125em);
    -ms-transform: translateY(-0.3125em);
    transform: translateY(-0.3125em);
    color: var(--bs-white)
}

.widget_social_media li a:before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    -webkit-transform: scale(0.9);
    -ms-transform: scale(0.9);
    transform: scale(0.9);
    z-index: -1;
    -webkit-border-radius: 50%;
    border-radius: 50%;
    -webkit-transition: all .4s ease 0s;
    -o-transition: all .4s ease 0s;
    transition: all .4s ease 0s
}

.footer-merchandise .widget_social_media li a {
    background: var(--bs-gray-900)
}

.footer-merchandise .widget_social_media li a:hover {
    background: var(--bs-primary);
    -webkit-transform: translateY(-0.3125em);
    -ms-transform: translateY(-0.3125em);
    transform: translateY(-0.3125em);
    color: var(--bs-white)
}

.contact-us-form .widget_social_media li a {
    width: 3.2em;
    height: 3.2em;
    background: var(--bs-gray-900);
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center
}

.contact-us-form .widget_social_media li a i {
    font-size: 25px
}

.iq-widget-blog li {
    margin-bottom: 1em;
    padding-bottom: 1em;
    border-bottom: none
}

.iq-widget-blog .post-title {
    margin-bottom: .5em
}

.iq-widget-blog .img-holder {
    width: 3.75em;
    -webkit-border-radius: 3px;
    border-radius: 3px
}

.iq-widget-blog .img-holder a {
    display: block;
    width: 100%;
    height: 3.75em;
    width: 3.75em;
    -webkit-border-radius: 0;
    border-radius: 0;
    overflow: hidden;
    -webkit-border-radius: 3px;
    border-radius: 3px
}

.iq-widget-blog .blog-data {
    font-size: .75em;
    text-transform: uppercase;
    letter-spacing: .0625em;
    color: var(--bs-body-color)
}

.iq-widget-blog .blog-data i {
    color: var(--bs-primary)
}

@media (max-width: 767px) {
    .iq-blog-tag {
        margin-top: 2em;
        padding-top: 2em;
        margin-bottom: 0
    }
}

.iq-tag-box {
    background: var(--bs-gray-900);
    border: .063em solid var(--bs-border-color);
    text-align: center;
    aspect-ratio: 8/2;
    padding: .9375em;
    position: relative;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    width: 100%;
    -webkit-border-radius: var(--bs-border-radius-lg);
    border-radius: var(--bs-border-radius-lg);
    -webkit-transition: all .6s ease 0s;
    -o-transition: all .6s ease 0s;
    transition: all .6s ease 0s
}

.iq-tag-box:hover {
    -webkit-transform: none;
    -ms-transform: none;
    transform: none;
    -webkit-transform-origin: unset;
    -ms-transform-origin: unset;
    transform-origin: unset;
    -webkit-transition: all .6s ease 0s;
    -o-transition: all .6s ease 0s;
    transition: all .6s ease 0s
}

.iq-tag-box:hover .iq-tag {
    color: var(--bs-primary)
}

.iq-tag-box .iq-tag {
    color: var(--bs-heading-color);
    font-size: 1em;
    line-height: 1.75em;
    letter-spacing: 1px;
    font-weight: 400;
    word-break: break-word;
    text-transform: capitalize
}

.iq-tag-box::before {
    border: 0
}

.shop-box {
    margin-bottom: 2em;
    display: inline-block;
    width: 100%;
    position: relative;
    background: rgba(0, 0, 0, 0);
    padding: 0 0 2em;
    border-top: none;
    border-bottom: .0625em solid var(--bs-border-color)
}

.shop-box .price-range {
    font-size: 1.2em
}

.shop-list-checkbox li {
    margin: 0 0 1em;
    padding: 0 !important;
    position: relative
}

.shop-list-checkbox li .checkbox {
    position: relative
}

.shop-list-checkbox li .checkbox::before {
    content: "";
    position: absolute;
    top: -10px;
    left: 0;
    right: 0;
    font-family: Font Awesome\ 5 Free;
    color: var(--bs-primary);
    font-weight: 900
}

.product-range .noUi-horizontal {
    height: .3rem
}

.product-range .noUi-horizontal .noUi-handle {
    background: var(--bs-primary);
    -webkit-box-shadow: unset;
    box-shadow: unset;
    top: -0.1975em;
    width: .625em;
    height: .75em;
    -webkit-border-radius: 0;
    border-radius: 0;
    right: -0.5em;
    border: 0em
}

.product-range .noUi-horizontal .noUi-handle:after, .product-range .noUi-horizontal .noUi-handle:before {
    display: none
}

.product-range .noUi-connect {
    background: var(--bs-primary)
}

.product-range .noUi-target {
    -webkit-border-radius: 0;
    border-radius: 0;
    border: 0em;
    -webkit-box-shadow: none;
    box-shadow: none
}

.top-product-img {
    height: 5em;
    width: 5em;
    min-width: 5em;
    background-color: var(--bs-body-bg)
}

.shop-product li a {
    color: var(--bs-white)
}

.shop-product li a:hover {
    color: var(--bs-primary);
    -webkit-transition: all .4s ease 0s;
    -o-transition: all .4s ease 0s;
    transition: all .4s ease 0s
}

.shop_list_checkbox li {
    display: inline-block;
    margin: 0 1em .5em 0
}

.shop_list_checkbox li .shop_checkbox_label {
    font-size: 14px;
    position: relative;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    min-width: 50px;
    padding: 3px 4px;
    min-height: 2.5em;
    line-height: 2.5em;
    margin: 0 auto;
    text-align: center;
    color: var(--bs-white);
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center
}

.shop_list_checkbox li .shop_checkbox_label:before {
    content: "";
    height: 100%;
    width: 100%;
    border: 1px solid var(--bs-border-color);
    display: inline-block;
    position: absolute;
    left: 0;
    top: 50%;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%)
}

.shop_list_checkbox li .shop_checkbox_label:hover {
    background-color: var(--bs-primary)
}

.shop_list_checkbox li .shop_checkbox_label:hover::before {
    border-color: var(--bs-primary)
}

@media (max-width: 479px) {
    .shop-box {
        padding: 0 0 1em;
        margin-bottom: 1em
    }
}

.pricing-plan-wrapper {
    position: relative;
    background-color: var(--bs-gray-900);
    border: .063em solid var(--bs-border-color);
    -webkit-border-radius: var(--bs-border-radius-lg);
    border-radius: var(--bs-border-radius-lg)
}

.pricing-plan-wrapper .pricing-plan-header {
    padding: 3.75em 2.8125em;
    background: var(--bs-body-bg)
}

.pricing-plan-wrapper .pricing-plan-header .plan-wrapper {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    gap: 1em;
    margin-bottom: 1.875em
}

.pricing-plan-wrapper .pricing-plan-header .plan-wrapper .plan-name {
    font-size: 1.25em;
    color: var(--bs-body-color);
    text-transform: capitalize;
    margin: 0;
    font-weight: 500
}

.pricing-plan-wrapper .pricing-plan-header .sale-price {
    font-size: 2.437em
}

.pricing-plan-wrapper .pricing-plan-header .pricing-plan-details .plan-main-price {
    font-size: 2.375em
}

.pricing-plan-wrapper .pricing-plan-header .pricing-plan-details .plan-period-time {
    font-size: 1.25em;
    font-weight: 400
}

.pricing-plan-wrapper .pricing-details {
    padding: 2.8125em;
    border-top: .063em solid var(--bs-border-color)
}

.pricing-plan-wrapper .pricing-details .description {
    margin-bottom: 2em
}

.pricing-plan-wrapper .pricing-details .pricing-plan-description ul {
    margin: 0 0 1.875em
}

.pricing-plan-wrapper .pricing-details .pricing-plan-description ul li {
    margin-bottom: 1.5em;
    padding-left: 1.625em;
    position: relative
}

.pricing-plan-wrapper .pricing-details .pricing-plan-description ul li i {
    position: absolute;
    left: 0;
    top: 50%;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%)
}

.pricing-plan-wrapper .pricing-plan-footer .btn {
    width: 100%;
    font-weight: 400;
    letter-spacing: .0625em
}

.pricing-plan-wrapper::after {
    content: "";
    position: absolute;
    top: -0.125em;
    bottom: -0.125em;
    left: -0.125em;
    right: -0.125em;
    z-index: -1
}

@media (max-width: 480px) {
    .pricing-plan-wrapper .pricing-plan-header {
        padding: 2.5em 1.875em
    }
}

.coming-soon-background {
    background-repeat: no-repeat;
    height: 100%;
    min-height: 100vh
}

.coming-soon-background .st-coming {
    padding: 0 1em;
    text-align: center;
    height: 100vh;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center
}

.coming-soon-background .st-coming .st-coming-inner {
    padding: 2em 1em;
    background: rgba(var(--bs-dark-rgb), 0.5);
    max-width: 50em;
    margin: 0 auto;
    -webkit-backdrop-filter: blur(1.5625em);
    backdrop-filter: blur(1.5625em);
    position: relative;
    display: block;
    -webkit-align-self: center;
    -ms-flex-item-align: center;
    align-self: center
}

.coming-soon-background .iq-maintenance-message .iq-maintenance-title {
    margin-top: 0;
    margin-bottom: .25em;
    font-size: 3.209em;
    line-height: 1.3
}

.coming-soon-background .iq-maintenance-message .iq-maintenance-desc {
    margin: 0;
    font-size: 1.125em
}

.coming-soon-background .countdown {
    list-style: none;
    margin: 1.25em 0 0 0;
    padding: 0;
    text-align: center;
    display: -webkit-inline-box;
    display: -webkit-inline-flex;
    display: -ms-inline-flexbox;
    display: inline-flex
}

.coming-soon-background .countdown li {
    position: relative;
    display: inline-block;
    margin: 0 1.25em;
    width: 8.75em;
    padding: .875em
}

.coming-soon-background .countdown li::after {
    content: ":";
    position: absolute;
    right: -0.6em;
    top: 50%;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
    font-size: 3.125em;
    color: var(--bs-white);
    line-height: 3.125em
}

.coming-soon-background .countdown li span {
    font-size: 3.125em;
    font-weight: 800;
    line-height: 1.3;
    color: var(--bs-white)
}

.coming-soon-background .countdown li .days_text, .coming-soon-background .countdown li .minutes_text, .coming-soon-background .countdown li .hours_text, .coming-soon-background .countdown li .seconds_text {
    margin: .5em 0 0
}

.coming-soon-background .countdown li:last-child:after {
    content: none
}

@media (max-width: 992px) {
    .coming-soon-background .st-coming .st-coming-inner {
        max-width: 80%
    }

    .coming-soon-background .countdown li {
        width: 5.625em;
        margin: 0 1em
    }

    .coming-soon-background .countdown li span {
        font-size: 1.5em
    }

    .coming-soon-background .iq-maintenance-message .iq-maintenance-title {
        font-size: 2em
    }
}

@media (max-width: 767px) {
    .coming-soon-background .iq-maintenance-message {
        padding: 2em;
        width: 95%
    }

    .coming-soon-background .countdown li {
        width: 3.375em;
        margin: 0 .625em
    }

    .coming-soon-background .countdown li::after {
        right: -0.35em
    }
}

@media (max-width: 479px) {
    .coming-soon-background .countdown {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -webkit-flex-direction: column;
        -ms-flex-direction: column;
        flex-direction: column;
        margin: 1em 0 0 0
    }

    .coming-soon-background .countdown li {
        width: auto;
        margin: 0 .625em .625em
    }

    .coming-soon-background .countdown li::after {
        right: 45%;
        top: auto;
        bottom: -0.75em;
        -webkit-transform: translateY(0) translateX(55%) rotate(90deg);
        -ms-transform: translateY(0) translateX(55%) rotate(90deg);
        transform: translateY(0) translateX(55%) rotate(90deg);
        line-height: inherit
    }

    .coming-soon-background .st-coming .st-coming-inner {
        padding: 1em
    }

    .coming-soon-background .st-coming .iq-maintenance-message {
        padding: 0;
        width: 100%
    }
}

.watchlist-warpper .block-images {
    position: relative;
    overflow: hidden
}

.watchlist-warpper .block-images .img-box img {
    height: 12.5rem
}

.watchlist-warpper .block-images .card-description {
    padding: 1.5rem 0
}

.watchlist-warpper .block-images:hover .card-description {
    opacity: 1
}

.watchlist-warpper.card-style-two .block-images {
    padding: .5rem;
    margin-bottom: .5rem
}

.watchlist-warpper.card-style-two .block-images .img-box {
    -webkit-transform: none;
    -ms-transform: none;
    transform: none;
    width: auto
}

.watchlist-warpper.card-style-two .block-images .img-box img {
    width: 150px;
    height: 90px;
    -o-object-fit: cover;
    object-fit: cover
}

.watchlist-warpper.card-style-two .block-images:hover {
    background: var(--bs-gray-900)
}

.watchlist-warpper.card-style-two .block-images:hover .img-box {
    -webkit-transform: none;
    -ms-transform: none;
    transform: none
}

.playlist-main-banner .img-detail {
    background: rgba(var(--bs-blck-rgb), 0.5);
    position: absolute;
    top: auto;
    bottom: 0;
    left: 0;
    right: 0;
    text-align: center;
    padding: 1rem;
    z-index: 0
}

@media (max-width: 375px) {
    .watchlist-warpper .block-images .card-description {
        padding: 1rem 0
    }

    .playlist-main-banner .img-detail {
        padding: .5rem
    }
}

.iq-popup-video .iq-video-icon {
    left: 50%;
    top: 50%;
    -webkit-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%)
}

.iq-popup-video .iq-video {
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    width: 50px;
    height: 50px;
    -webkit-border-radius: 50%;
    border-radius: 50%;
    z-index: 9
}

.iq-popup-video .iq-video i {
    line-height: 50px;
    font-size: .75em
}

.iq-popup-video .iq-fslightbox-img a img.img-fluid {
    max-width: 100%
}

.padding-200 {
    padding: 9.375em 0
}

.waves {
    position: absolute;
    top: 50%;
    background: rgba(0, 0, 0, 0);
    left: 50%;
    width: 25px;
    height: 25px;
    margin-left: -12px;
    margin-top: -12px;
    -webkit-border-radius: 50%;
    border-radius: 50%;
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
    background: var(--bs-primary)
}

.waves::before {
    content: "";
    position: absolute;
    background-color: var(--bs-white);
    margin-left: -12px;
    margin-top: -12px;
    width: 50px;
    height: 50px;
    display: block;
    -webkit-border-radius: 50%;
    border-radius: 50%;
    backface-visibility: hidden;
    -webkit-backface-visibility: hidden;
    -webkit-animation: wave-animate 3s infinite ease-out;
    animation: wave-animate 3s infinite ease-out
}

.waves::after {
    content: "";
    position: absolute;
    background-color: var(--bs-white);
    margin-left: -12px;
    margin-top: -12px;
    width: 50px;
    height: 50px;
    display: block;
    -webkit-border-radius: 50%;
    border-radius: 50%;
    backface-visibility: hidden;
    -webkit-backface-visibility: hidden;
    opacity: 0;
    -webkit-animation: wave-animate 3s 1.5s infinite ease-out;
    animation: wave-animate 3s 1.5s infinite ease-out
}

@-webkit-keyframes wave-animate {
    0% {
        -webkit-transform: scale(0);
        transform: scale(0);
        opacity: 1;
        -webkit-transform-origin: center;
        transform-origin: center
    }
    100% {
        -webkit-transform: scale(3);
        transform: scale(3);
        opacity: 0;
        -webkit-transform-origin: center;
        transform-origin: center
    }
}

@keyframes wave-animate {
    0% {
        -webkit-transform: scale(0);
        transform: scale(0);
        opacity: 1;
        -webkit-transform-origin: center;
        transform-origin: center
    }
    100% {
        -webkit-transform: scale(3);
        transform: scale(3);
        opacity: 0;
        -webkit-transform-origin: center;
        transform-origin: center
    }
}

.product-tab-slider .product-tab-slider-thumb {
    margin-bottom: 30px
}

.product-tab-slider .product-tab-slider-images {
    margin-bottom: 0
}

.profile-user-info {
    background: var(--bs-gray-900)
}

.profile-info .info-title {
    margin: .625em 0;
    line-height: 1.3
}

.user-image.user-profile-image {
    height: 6.25em;
    width: 6.25em;
    -o-object-fit: cover;
    object-fit: cover;
    -webkit-border-radius: 50%;
    border-radius: 50%
}

.edit-profile-modal .avtar_image {
    position: relative
}

.edit-profile-modal .avtar_image:hover .avtar_action {
    opacity: 1;
    visibility: visible
}

.edit-profile-modal .avtar_image:hover:before {
    opacity: .8;
    visibility: visible
}

.edit-profile-modal .avtar_image .avtar_action {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    gap: 1em;
    position: absolute;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    opacity: 0;
    visibility: hidden;
    -webkit-transition: all .3s ease-in;
    -o-transition: all .3s ease-in;
    transition: all .3s ease-in;
    z-index: 1
}

.edit-profile-modal .avtar_image .avtar_action .avtar_action-btn {
    padding: 0;
    border: none;
    background: rgba(0, 0, 0, 0);
    outline: none;
    color: var(--bs-white);
    -webkit-transition: all .3s ease-in;
    -o-transition: all .3s ease-in;
    transition: all .3s ease-in
}

.edit-profile-modal .avtar_image .avtar_action .avtar_action-btn:hover {
    color: var(--bs-primary)
}

.edit-profile-modal .avtar_image:before {
    content: "";
    background: var(--bs-black);
    height: 100%;
    width: 100%;
    -webkit-border-radius: 50%;
    border-radius: 50%;
    position: absolute;
    top: 0;
    left: 0;
    opacity: 0;
    visibility: hidden;
    -webkit-transition: all .3s ease-in;
    -o-transition: all .3s ease-in;
    transition: all .3s ease-in
}

.profile-page-list {
    margin-bottom: 1em;
    border-bottom: 0
}

.profile-page-list .profile-page-list-item:not(:last-child) {
    margin-bottom: 1em
}

.profile-page-list .profile-page-list-item .profile-page-list-link {
    display: inline-block;
    width: 100%;
    padding: .7em 1em;
    -webkit-border-radius: var(--bs-border-radius-lg);
    border-radius: var(--bs-border-radius-lg);
    background-color: var(--bs-gray-900);
    color: var(--bs-body-color)
}

.profile-page-list .profile-page-list-item .profile-page-list-link.active {
    background-color: var(--bs-primary);
    color: var(--bs-white)
}

.profile-page-list .profile-page-list-item .profile-page-list-link:hover {
    border-color: rgba(0, 0, 0, 0)
}

.btn-circle-edit-profile, .notification-action-btn {
    height: 2.5em;
    width: 2.5em;
    line-height: 2.5em;
    text-align: center;
    padding: 0;
    -webkit-border-radius: 50%;
    border-radius: 50%;
    font-size: 1.1em;
    letter-spacing: 0
}

.item-list-tabs {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    gap: 1em;
    overflow: hidden
}

.profile-page .play-lists .container-fluid {
    padding: 0
}

.play-lists .data-search-tab {
    border: none
}

.data-search-tab {
    gap: 2em
}

.data-search-tab .nav-item .nav-link {
    color: var(--bs-body-color);
    text-transform: capitalize
}

.data-search-tab .nav-item .nav-link.active {
    color: var(--bs-primary)
}

.watchlist-tab .data-search-tab {
    border: none;
    overflow-x: auto;
    -webkit-flex-wrap: nowrap;
    -ms-flex-wrap: nowrap;
    flex-wrap: nowrap
}

.manage_playlist.btn.btn-link {
    padding: 0;
    -webkit-border-radius: 0;
    border-radius: 0;
    font-size: .875em
}

.playlist-card {
    position: relative;
    background: var(--bs-gray-900);
    -webkit-border-radius: var(--bs-border-radius-lg);
    border-radius: var(--bs-border-radius-lg)
}

.playlist-card .image-box {
    position: relative
}

.playlist-card .image-box img {
    -webkit-transform: none;
    -ms-transform: none;
    transform: none;
    -webkit-border-radius: var(--bs-border-radius-lg) var(--bs-border-radius-lg) 0 0;
    border-radius: var(--bs-border-radius-lg) var(--bs-border-radius-lg) 0 0;
    aspect-ratio: 3/2;
    -o-object-fit: cover;
    object-fit: cover
}

.playlist-card .image-box .play-icon {
    position: absolute;
    top: 50%;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
    left: 0;
    right: 0;
    margin: 0 auto;
    z-index: 1;
    text-align: center;
    height: 2.5em;
    width: 2.5em;
    line-height: 2.5em;
    color: var(--bs-white);
    border: 1px solid var(--bs-white);
    opacity: 0;
    -webkit-transition: all .45s ease 0s;
    -o-transition: all .45s ease 0s;
    transition: all .45s ease 0s;
    -webkit-border-radius: 50%;
    border-radius: 50%
}

.playlist-card:hover .image-box .play-icon {
    opacity: 1
}

.playlist-card .content-part {
    padding: 1em
}

.playlist-card .content-part .dropdown button {
    color: var(--bs-white)
}

.playlist-card .content-part .dropdown-item:hover {
    color: var(--bs-dropdown-link-active-bg);
    background-color: rgba(0, 0, 0, 0)
}

.playlist-card .content-part .btn-playlist {
    color: var(--bs-white);
    font-size: .875rem
}

.playlist-detail-page .playlist-data {
    max-height: 22.5em;
    overflow-y: auto
}

.playlist-detail-page .playlist-data .playlist-data-card {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    gap: 1.5em;
    padding: 1em
}

.playlist-detail-page .playlist-data .playlist-data-card .playlist-data-card-image {
    -webkit-flex-shrink: 0;
    -ms-flex-negative: 0;
    flex-shrink: 0;
    position: relative
}

.playlist-detail-page .playlist-data .playlist-data-card .playlist-data-card-image img {
    height: 4em;
    width: 4em;
    min-width: 4em;
    -o-object-fit: cover;
    object-fit: cover;
    -webkit-border-radius: var(--bs-border-radius-lg);
    border-radius: var(--bs-border-radius-lg)
}

.playlist-detail-page .playlist-data .playlist-data-card .playlist-data-card-content {
    -webkit-box-flex: 1;
    -webkit-flex-grow: 1;
    -ms-flex-positive: 1;
    flex-grow: 1;
    width: 100%
}

.playlist-detail-page .playlist-data .playlist-data-card .playlist-data-card-content .line-count-2 {
    overflow: hidden;
    -o-text-overflow: ellipsis;
    text-overflow: ellipsis;
    -webkit-box-orient: vertical
}

.playlist-detail-page .playlist-data .playlist-data-card .playlist-category li {
    position: relative;
    font-size: .75em
}

.playlist-detail-page .playlist-data .playlist-data-card .playlist-category li:not(:last-child)::before {
    content: "";
    position: absolute;
    top: 50%;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
    right: -0.7em;
    width: .25em;
    height: .25em;
    background-color: var(--bs-body-color);
    -webkit-border-radius: 50%;
    border-radius: 50%
}

.playlist-detail-page .playlist-data .playlist-data-card.active, .playlist-detail-page .playlist-data .playlist-data-card:hover {
    background-color: var(--bs-gray-600)
}

.playlist-detail-page .playlist-data .playlist-data-card.active .playlist-data-title, .playlist-detail-page .playlist-data .playlist-data-card:hover .playlist-data-title {
    color: var(--bs-primary)
}

.card-header {
    background-color: var(--bs-gray-900)
}

.common_card {
    position: relative;
    height: 100%
}

.common_card .image-box {
    position: relative;
    overflow: hidden;
    height: 100%
}

.common_card .image-box img {
    aspect-ratio: 2/2.8;
    -o-object-fit: cover;
    object-fit: cover;
    -webkit-border-radius: var(--bs-border-radius-lg);
    border-radius: var(--bs-border-radius-lg);
    width: 100%
}

.common_card .image-box a:after {
    position: absolute;
    content: "";
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    background: -webkit-gradient(linear, left bottom, left top, color-stop(8.71%, #0C0B11), color-stop(72.11%, rgba(12, 11, 17, 0)));
    background: -webkit-linear-gradient(bottom, #0C0B11 8.71%, rgba(12, 11, 17, 0) 72.11%);
    background: -o-linear-gradient(bottom, #0C0B11 8.71%, rgba(12, 11, 17, 0) 72.11%);
    background: linear-gradient(0deg, #0C0B11 8.71%, rgba(12, 11, 17, 0) 72.11%)
}

.common_card .css_prefix-detail-part {
    position: absolute;
    left: 1em;
    right: 1em;
    top: auto;
    bottom: 1em;
    margin: 0;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    -ms-flex-pack: justify;
    justify-content: space-between
}

.common_card .css_prefix-detail-part .watch-list-btn {
    padding: .25em .5em;
    font-size: .75em
}

.common_card .css_prefix-detail-part .watch-list-btn:hover {
    color: var(--bs-btn-hover-color);
    background-color: var(--bs-btn-hover-bg);
    border-color: var(--bs-btn-hover-border-color)
}

.playlist-bottom-margin {
    margin-bottom: 32px
}

.notification-list {
    list-style: none;
    padding: 0;
    margin: 0
}

.notification-list .notification-item {
    padding: 1em;
    margin-bottom: 1em;
    background: var(--bs-gray-900);
    -webkit-border-radius: var(--bs-border-radius-lg);
    border-radius: var(--bs-border-radius-lg)
}

.notification-list .notification-image .result-image {
    height: 6.25em;
    width: 6.25em
}

.pmpro {
    color: var(--bs-body-color)
}

.pmpro .pmpro_card {
    margin: 0;
    background: var(--bs-gray-900);
    padding: 1em;
    -webkit-border-radius: var(--bs-border-radius-lg);
    border-radius: var(--bs-border-radius-lg);
    border: none;
    -webkit-box-shadow: none;
    box-shadow: none
}

.pmpro .pmpro_card .pmpro_tag-success, .pmpro .pmpro_card .pmpro_table_orders .pmpro_tag-success {
    background: var(--bs-success);
    color: var(--bs-white)
}

.pmpro .pmpro_table {
    background-color: var(--bs-white);
    border: none;
    text-align: left;
    border-collapse: collapse;
    margin: 0;
    width: 100%
}

.pmpro .pmpro_table thead th {
    background-color: var(--bs-gray-900);
    color: var(--bs-white);
    padding: 12px;
    text-align: center
}

.pmpro .pmpro_table tbody th, .pmpro .pmpro_table tbody td, .pmpro .pmpro_table tfoot th, .pmpro .pmpro_table tfoot td {
    background-color: var(--bs-body-bg);
    border-bottom: .0635em solid var(--bs-gray-900);
    border-top: 0;
    color: var(--bs-body-color);
    font-weight: normal;
    padding: 12px;
    vertical-align: middle;
    text-align: center
}

.pmpro .pmpro_table_orders .pmpro_tag {
    display: inline-block
}

.pmpro .pmpro_tag-success {
    padding: .375em 1.25em;
    -webkit-border-radius: var(--bs-border-radius-lg);
    border-radius: var(--bs-border-radius-lg);
    border: none;
    font-weight: 400;
    font-size: .875em
}

.pmpro .pmpro_card_actions {
    padding: .5em 0 1em
}

.pmpro .pmpro_order_single .pmpro_card_title {
    gap: .5em;
    font-size: 1.77em;
    margin: 1em 0 0
}

.pmpro .pmpro_card_title .pmpro_tag {
    font-size: initial
}

.pmpro .pmpro_card_content {
    padding: 0
}

.pmpro .pmpro_card_content .pmpro_list {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    gap: 1em 1.5em;
    margin-bottom: 1em;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -webkit-flex-direction: row;
    -ms-flex-direction: row;
    flex-direction: row
}

.pmpro .pmpro_card_content .pmpro_list li {
    margin: 0;
    font-size: 1rem;
    font-weight: 400
}

.pmpro_tag {
    line-height: 20px
}

.widget .search-form .form-control {
    padding: .7em 1.5em;
    -webkit-border-radius: var(--bs-border-radius-lg);
    border-radius: var(--bs-border-radius-lg);
    border: .0625em solid var(--bs-gray-700);
    background: var(--bs-gray-700)
}

.pmpro_section {
    margin: 72px 0
}

.pmpro_card_actions {
    background-color: rgba(0, 0, 0, .04);
    border-bottom: 1px solid hsl(0, 0%, 91%)
}

.pmpro_btn-print {
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    color: var(--bs-primary);
    display: -webkit-inline-box;
    display: -webkit-inline-flex;
    display: -ms-inline-flexbox;
    display: inline-flex;
    gap: 6px;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    -ms-flex-pack: justify;
    justify-content: space-between;
    text-decoration: underline
}

.pmpro_btn-plain {
    background: none;
    border: 1px solid rgba(0, 0, 0, 0);
    -webkit-box-shadow: none;
    box-shadow: none;
    cursor: pointer;
    font-size: 14px;
    margin: 0;
    padding: 0
}

.pmpro_spacer {
    margin: 18px 0;
    min-height: 1px
}

.pmpro_card_title {
    color: var(--bs-body-color);
    font-weight: 700
}

.pmpro_list.pmpro_list-plain {
    list-style: none;
    margin: 0;
    padding: 0
}

.pmpro_cols-2 > * {
    width: calc(50% - 9px)
}

.pmpro_list_item_label {
    display: block;
    font-size: 1rem;
    font-weight: 700;
    opacity: 1
}

.pmpro_font-large {
    font-size: 24px
}

.pmpro_actions_nav {
    margin-top: 1em;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    -ms-flex-pack: justify;
    justify-content: space-between
}

.pmpro_actions_nav-right {
    -webkit-box-flex: 1;
    -webkit-flex: 1;
    -ms-flex: 1;
    flex: 1;
    -webkit-box-ordinal-group: 3;
    -webkit-order: 2;
    -ms-flex-order: 2;
    order: 2;
    text-align: right
}

.pmpro_actions_nav-left {
    -webkit-box-flex: 1;
    -webkit-flex: 1;
    -ms-flex: 1;
    flex: 1;
    -webkit-box-ordinal-group: 2;
    -webkit-order: 1;
    -ms-flex-order: 1;
    order: 1;
    text-align: left
}

.notification-list .notification-item .notification-message a {
    color: var(--bs-heading-color)
}

.notification-list .notification-item .notification-message a:hover {
    color: var(--bs-primary)
}

.pmpro .pmpro_font-x-large {
    font-size: 2.369em
}

.pmpro .pmpro_section_title {
    margin-bottom: .5em;
    font-weight: 700;
    margin-bottom: .5em;
    padding: 0
}

.pmpro .pmpro_card_content + .pmpro_card_actions {
    border: none;
    padding: 0;
    background: rgba(0, 0, 0, 0)
}

.pmpro .avatar {
    border: 1px solid hsl(0, 0%, 91%);
    -webkit-border-radius: 50%;
    border-radius: 50%;
    -webkit-box-shadow: 2px 2px 7px rgba(0, 0, 0, .07);
    box-shadow: 2px 2px 7px rgba(0, 0, 0, .07);
    margin: 0;
    padding: 0
}

.pmpro .pmpro_font-large {
    font-size: 24px;
    line-height: 1.5
}

.pmpro .pmpro_card_action_separator {
    margin: 0 6px;
    opacity: .25
}

.pmpro_section:first-of-type {
    margin-top: 0
}

.pmpro_heading-with-avatar {
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    font-weight: 700;
    gap: 12px
}

.pmpro .pmpro_form_legend {
    border: none;
    margin: 0 0 18px;
    padding: 0
}

.pmpro .pmpro_section:has(.pmpro_form) .pmpro_card_content {
    padding-top: 36px
}

.pmpro .pmpro_cols-2 {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -webkit-flex-direction: row;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    gap: 18px
}

.pmpro .pmpro_cols-2 > * {
    width: calc(50% - 9px)
}

.pmpro .pmpro_form_field {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    gap: 6px
}

.pmpro .pmpro_form_label:not(.pmpro_form_label-inline) {
    display: block;
    font-weight: 500
}

.pmpro .pmpro_card .pmpro_card_content input {
    display: block;
    width: 100%;
    padding: .782em 1em;
    font-size: 1em;
    font-weight: 400;
    line-height: 1.5;
    color: var(--bs-body-color);
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    background: var(--bs-body-bg);
    border: var(--bs-border-width) solid var(--bs-body-bg);
    -webkit-border-radius: 0;
    border-radius: 0;
    -webkit-transition: border-color .15s ease-in-out, -webkit-box-shadow .15s ease-in-out;
    transition: border-color .15s ease-in-out, -webkit-box-shadow .15s ease-in-out;
    -o-transition: border-color .15s ease-in-out, box-shadow .15s ease-in-out;
    transition: border-color .15s ease-in-out, box-shadow .15s ease-in-out;
    transition: border-color .15s ease-in-out, box-shadow .15s ease-in-out, -webkit-box-shadow .15s ease-in-out
}

.pmpro .pmpro_card .pmpro_card_content input:focus {
    border-color: var(--bs-primary);
    -webkit-box-shadow: none;
    box-shadow: none
}

.pmpro .pmpro_form_submit {
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -webkit-flex-direction: row;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    gap: 18px;
    margin-top: 18px
}

.pmpro .pmpro_btn {
    background: var(--bs-primary);
    border-color: var(--bs-primary);
    background-color: var(--bs-primary);
    border: 1px solid var(--bs-primary);
    -webkit-border-radius: 8px;
    border-radius: 8px;
    -webkit-box-shadow: 1px 2px 4px rgba(0, 0, 0, .1);
    box-shadow: 1px 2px 4px rgba(0, 0, 0, .1);
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    color: var(--bs-white);
    cursor: pointer;
    display: inline-block;
    font-size: 16px;
    font-weight: 700;
    letter-spacing: normal;
    line-height: 1.5;
    min-height: 40px;
    outline: 0;
    padding: 12px 18px;
    text-align: center;
    text-decoration: none;
    text-rendering: geometricprecision;
    text-transform: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    -webkit-user-select: none;
    -ms-touch-action: manipulation;
    touch-action: manipulation;
    vertical-align: middle;
    -webkit-transition: background-color .2s, color .2s;
    -o-transition: background-color .2s, color .2s;
    transition: background-color .2s, color .2s
}

.pmpro .pmpro_btn:hover {
    color: var(--bs-white);
    background: rgb(183.2, 7.2, 16);
    border-color: rgb(160.3, 6.3, 14)
}

.pmpro .pmpro_form_heading {
    font-weight: 700;
    margin: 0;
    padding: 0
}

.pmpro .pmpro_form_hint {
    display: block;
    font-size: 14px;
    margin: 0;
    opacity: .75;
    padding: 0
}

.pmpro .pmpro_levels_table {
    table-layout: fixed
}

.pmpro .pmpro_level td p:first-of-type {
    margin-top: 0
}

.pmpro .pmpro_card_content p:last-of-type {
    margin-bottom: 0
}

@media (max-width: 1649px) {
    .playlist-detail-page .playlist-data .playlist-data-card .playlist-data-card-image img {
        height: 3.5em
    }
}

@media (max-width: 767px) {
    .pmpro_actions_nav {
        text-align: center
    }

    .pmpro_actions_nav-left, .pmpro_actions_nav-right {
        -webkit-flex-basis: 100%;
        -ms-flex-preferred-size: 100%;
        flex-basis: 100%;
        text-align: center
    }

    .pmpro_table thead {
        display: none
    }

    .pmpro_table tbody tr th, .pmpro_table tbody tr td, .pmpro_table tfoot tr th, .pmpro_table tfoot tr td {
        display: grid;
        grid-template-columns:1fr 2fr
    }

    .pmpro_table tbody tr th::before, .pmpro_table tbody tr td::before, .pmpro_table tfoot tr th::before, .pmpro_table tfoot tr td::before {
        content: attr(data-title) ": "
    }

    .pmpro .pmpro_order_single .pmpro_table thead th:not(:first-of-type) {
        text-align: left
    }

    .pmpro .pmpro_order_single .pmpro_table tbody td {
        text-align: left
    }

    .pmpro .pmpro_order_single .pmpro_table tbody tr:first-child th {
        display: block
    }

    .pmpro .pmpro_order_single .pmpro_table tbody tr:first-child th:before {
        display: none
    }

    .pmpro .pmpro_order_single .pmpro_table tfoot td {
        text-align: left
    }

    .pmpro .pmpro_order_single .pmpro_table tfoot td:first-of-type {
        display: none
    }

    .pmpro .pmpro_levels_table tbody tr td:last-child {
        display: block
    }

    .pmpro .pmpro_levels_table tbody tr td:last-child::before {
        content: ""
    }

    .pmpro .pmpro_order_single .pmpro_table thead th:not(:first-of-type) {
        text-align: left
    }

    .pmpro .pmpro_order_single .pmpro_table tbody td {
        text-align: left
    }

    .pmpro .pmpro_order_single .pmpro_table tbody tr:first-child th {
        display: block
    }

    .pmpro .pmpro_order_single .pmpro_table tbody tr:first-child th:before {
        display: none
    }

    .pmpro .pmpro_order_single .pmpro_table tfoot td {
        text-align: left
    }

    .pmpro .pmpro_order_single .pmpro_table tfoot td:first-of-type {
        display: none
    }

    .pmpro .pmpro_cols-2 {
        display: -webkit-box;
        display: -webkit-flex;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -webkit-flex-direction: column;
        -ms-flex-direction: column;
        flex-direction: column;
        gap: 18px
    }

    .pmpro .pmpro_cols-2 > * {
        width: auto
    }
}

@media (max-width: 767.98px) {
    .profile-section-padding {
        padding: 2em 0 2em
    }

    .profile-info .info-title {
        font-size: 1.1em
    }

    .pmpro_table thead {
        display: none
    }

    .pmpro .pmpro_order_single .pmpro_table tbody tr:first-child th {
        display: block
    }
}

@media (max-width: 575.98px) {
    .pmpro .pmpro_font-x-large {
        font-size: 1.33em
    }

    .dropdown-user-menu-image.header-user-image {
        height: 1.8em;
        width: 1.8em;
        min-width: 1.8em
    }
}

.css_prefix-card .block-images .card-description .genres-list {
    list-style: none;
    gap: .5em 2em
}

.css_prefix-card .block-images .card-description .genres-list li {
    position: relative;
    font-weight: 600
}

.css_prefix-card .block-images .card-description .genres-list li a {
    color: var(--bs-body-color)
}

.css_prefix-card .block-images .card-description .genres-list li a:hover {
    color: var(--bs-primary)
}

.css_prefix-card .block-images .card-description .genres-list li:not(:last-child)::after {
    content: "";
    height: .3125em;
    width: .3125em;
    -webkit-border-radius: 50%;
    border-radius: 50%;
    background-color: var(--bs-body-color);
    position: absolute;
    top: 50%;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
    right: -1.3125em
}

.css_prefix-card .block-images .card-description.with-transition {
    padding: 1em 0 0;
    -webkit-transition: all .1s ease;
    -o-transition: all .1s ease;
    transition: all .1s ease
}

.rate-review-details .review-detail {
    padding: 1.5em;
    background-color: var(--bs-gray-900);
    margin-bottom: 1em
}

.rate-review-details .review-detail .user-img {
    height: 2.5em;
    width: 2.5em;
    min-width: 2.5em;
    -o-object-fit: cover;
    object-fit: cover
}

.rate-review-details .progress-ratings {
    height: 6px
}

.rate-review-details .css_prefix-card .block-images .image-box img {
    aspect-ratio: 1/1.2;
    -webkit-border-radius: var(--bs-border-radius-lg);
    border-radius: var(--bs-border-radius-lg)
}

.rate-review-details a.openReviewButton {
    font-size: .875em;
    font-weight: 400
}

.review-card .star-rating {
    font-size: .75em
}

.small-date-font {
    font-size: .75em
}

.widget-shopping-cart-content textarea.review-text-area {
    resize: vertical;
    padding: .782em 1em;
    height: auto;
    border: var(--bs-border-width) solid var(--bs-border-color);
    -webkit-border-radius: .25em;
    border-radius: .25em
}

.css_prefix-title a:hover {
    color: var(--bs-primary)
}

.custom-fs-14 {
    font-size: .875em
}

.custom-header-relative .main-content {
    padding-top: var(--header-height)
}

.iq-view-all {
    font-weight: 500;
    font-size: 1em
}

body {
    overflow-x: hidden
}

.iq-main-slider::before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background: -webkit-linear-gradient(272.3deg, rgba(var(--bs-black-rgb), 0) 59.45%, var(--bs-black) 99.15%), -webkit-linear-gradient(187.25deg, rgba(var(--bs-black-rgb), 0) 47.55%, rgba(var(--bs-black-rgb), 0.95) 89.36%), -webkit-linear-gradient(88.32deg, rgba(var(--bs-black-rgb), 0) 54.79%, var(--bs-black) 98.09%);
    background: -o-linear-gradient(272.3deg, rgba(var(--bs-black-rgb), 0) 59.45%, var(--bs-black) 99.15%), -o-linear-gradient(187.25deg, rgba(var(--bs-black-rgb), 0) 47.55%, rgba(var(--bs-black-rgb), 0.95) 89.36%), -o-linear-gradient(88.32deg, rgba(var(--bs-black-rgb), 0) 54.79%, var(--bs-black) 98.09%);
    background: linear-gradient(177.7deg, rgba(var(--bs-black-rgb), 0) 59.45%, var(--bs-black) 99.15%), linear-gradient(262.75deg, rgba(var(--bs-black-rgb), 0) 47.55%, rgba(var(--bs-black-rgb), 0.95) 89.36%), linear-gradient(1.68deg, rgba(var(--bs-black-rgb), 0) 54.79%, var(--bs-black) 98.09%);
    z-index: 1
}

.movie-tag li.trending-list {
    padding-right: 1.725em;
    position: relative
}

.movie-tag li.trending-list::after {
    content: "";
    height: .375em;
    width: .375em;
    background: var(--bs-white);
    position: absolute;
    top: 50%;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
    right: .5625em;
    -webkit-border-radius: 50%;
    border-radius: 50%
}

.movie-tag li.trending-list:last-child {
    padding-right: 0
}

.movie-tag li.trending-list:last-child::after {
    content: none
}

.movie-tag li.trending-list a {
    font-size: .875em;
    color: var(--bs-heading-color)
}

.movie-tag li.trending-list a:hover {
    color: var(--bs-primary)
}

.details-part {
    margin-top: 2em
}

.details-part .trending-info {
    position: relative;
    z-index: 99;
    padding: 3.75em 0
}

.movie-detail-part .trending-info .details-parts {
    /* position: absolute; */
    top: auto;
    bottom: 6em;
    padding: 0 4em;
    width: 50%;
    z-index: 2
}

.trending-info .movie-type-tag {
    padding: .5em 1em .5em 1em;
    line-height: 1
}

.trending-info .watchlist-button-wrapper a {
    line-height: 1
}

.trending-info .action-btn {
    -webkit-border-radius: 50%;
    border-radius: 50%;
    height: 2.5em;
    width: 2.5em;
    line-height: 2.5em;
    padding: 0;
    text-align: center;
    font-size: 1.1em;
    letter-spacing: 0
}

.privacy-title-gap {
    margin: 0em 0em 1.5em 0em
}

.title-box:last-child.privacy-title-gap {
    margin-bottom: 0
}

.head-title {
    margin: 0px 0px 0px 0px
}

.terms-desc {
    margin: 1em 0
}

.imdb-logo img.imdb-logo1 {
    height: 2.5em
}

.movie-detail-part {
    position: absolute;
    bottom: 0
}

.live-customizer .btn-icon {
    -webkit-filter: none !important;
    filter: none !important;
    font-size: .8125em
}

.rtl-box {
    position: fixed;
    max-width: 15.625em;
    top: 8em;
    right: 0;
    background-color: var(--bs-gray-900);
    z-index: 1000
}

.rtl-box .btn-setting {
    background-color: var(--bs-gray-900)
}

.rtl-box .live-customizer {
    background: var(--bs-white);
    height: auto;
    top: 8em;
    bottom: auto;
    width: 20em
}

.rtl-box .rtl-btn:focus {
    outline: none;
    -webkit-box-shadow: none;
    box-shadow: none
}

.rtl-box .modes {
    margin: 0
}

.rtl-box .modes .cutomizer-button {
    cursor: pointer;
    display: block;
    border: .063em solid var(--bs-body-bg);
    color: var(--bs-dark);
    text-align: center;
    padding: .3em 1.8em;
    -webkit-transition: all 400ms ease;
    -o-transition: all 400ms ease;
    transition: all 400ms ease
}

.rtl-box .modes .cutomizer-button.active, .rtl-box .modes .cutomizer-button:hover {
    background: var(--bs-gray-900);
    color: var(--bs-white)
}

.rtl-box .modes .btn-check:checked + .cutomizer-button {
    background: var(--bs-gray-900);
    color: var(--bs-white)
}

.rtl-box .title-customizer {
    color: var(--bs-dark)
}

.reset-tooltip {
    --bs-tooltip-bg: var(--bs-primary);
    --bs-tooltip-color: var(--bs-white)
}

.iq-custom-select .choices__inner {
    background: var(--bs-body-bg)
}

.movie-detail-select {
    background: rgba(var(--bs-white-rgb), 0.3);
    padding: .4375em;
    -webkit-border-radius: var(--bs-border-radius-lg);
    border-radius: var(--bs-border-radius-lg);
    width: 9.375em
}

.movie-detail-select select {
    background: var(--bs-white);
    color: var(--bs-primary);
    height: 2em;
    padding: .2em 1em;
    -webkit-border-radius: var(--bs-border-radius);
    border-radius: var(--bs-border-radius);
    border: none
}

.movie-detail-select select:focus {
    background: var(--bs-white);
    color: var(--bs-primary)
}

.trailor-video {
    text-align: center
}

.trailor-video .block-images {
    width: auto;
    -webkit-border-radius: .625em;
    border-radius: .625em;
    overflow: hidden;
    vertical-align: middle
}

.trailor-video .block-images::before {
    background: rgba(var(--bs-black-rgb), 0.5);
    position: absolute;
    content: "";
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    width: 100%;
    height: 100%;
    opacity: 1
}

.trailor-video .btn-transparant.iq-button {
    position: absolute;
    top: 50%;
    left: 0;
    text-align: center;
    right: 0;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%)
}

.trailor-video .btn-transparant.iq-button span {
    display: block;
    font-size: 1em;
    text-transform: capitalize;
    color: var(--bs-white)
}

.tv-show-detail .iq-main-slider {
    min-height: 80vh;
    padding: 3.75em 0 3.75em 5em;
    z-index: 1;
    width: 100%
}

.tv-show-detail .iq-main-slider::before {
    content: "";
    position: absolute;
    bottom: 0;
    left: 0;
    z-index: -1;
    width: 100%;
    height: 100%;
    background-image: -webkit-gradient(linear, left top, left bottom, color-stop(0, rgba(var(--bs-black-rgb), 0.2)), color-stop(70%, rgba(var(--bs-black-rgb), 0.8)), to(var(--bs-black)));
    background-image: -webkit-linear-gradient(top, rgba(var(--bs-black-rgb), 0.2) 0, rgba(var(--bs-black-rgb), 0.8) 70%, var(--bs-black));
    background-image: -o-linear-gradient(top, rgba(var(--bs-black-rgb), 0.2) 0, rgba(var(--bs-black-rgb), 0.8) 70%, var(--bs-black));
    background-image: linear-gradient(180deg, rgba(var(--bs-black-rgb), 0.2) 0, rgba(var(--bs-black-rgb), 0.8) 70%, var(--bs-black))
}

.site-video .my-video-dimensions.vjs-fluid {
    padding-top: 38%
}

.iq-main-slider.site-video {
    padding-bottom: calc(42% + var(--header-height, 5em));
    height: 0
}

.iq-main-slider.site-video #my-video_youtube_api {
    -webkit-transform: scale(1.5);
    -ms-transform: scale(1.5);
    transform: scale(1.5)
}

.iq-main-slider.site-video .my-video {
    overflow: hidden;
    top: 0;
    left: 0;
    height: 100%;
    position: absolute
}

.play-button {
    position: relative;
    width: 3.125em;
    height: 3.125em;
    min-width: 3.125em;
    line-height: 3.125em;
    -webkit-border-radius: 50%;
    border-radius: 50%;
    text-align: center;
    background: var(--bs-primary);
    color: var(--bs-white);
    z-index: 1
}

.play-button::before {
    content: "";
    position: absolute;
    left: 50%;
    top: 50%;
    -webkit-transform: translateX(-50%) translateY(-50%);
    -ms-transform: translateX(-50%) translateY(-50%);
    transform: translateX(-50%) translateY(-50%);
    display: block;
    width: 3.125em;
    min-width: 3.125em;
    height: 3.125em;
    -webkit-border-radius: 50%;
    border-radius: 50%;
    z-index: -1;
    background: var(--bs-primary);
    -webkit-animation: pulse-border 1.5s ease-out infinite;
    animation: pulse-border 1.5s ease-out infinite
}

.shop-contact-one {
    padding: 6.25em 3.8em 6.25em 3.8em;
    background: var(--bs-gray-900)
}

.shop-contact-one .channel-logo {
    margin-bottom: 5em
}

.error-404-section .error-404-position {
    position: absolute;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    text-align: center
}

.error-404-section .btn.btn-link.error-404-btn {
    padding: 0;
    -webkit-border-radius: 0;
    border-radius: 0
}

.error-404-section .btn-link:hover {
    color: var(--bs-primary)
}

.error-404-section .error-404-btn {
    position: relative
}

.error-404-section .error-404-btn::before, .error-404-section .error-404-btn::after {
    content: "";
    position: absolute;
    bottom: 0;
    z-index: 1;
    height: 1px;
    -webkit-transition: .4s;
    -o-transition: .4s;
    transition: .4s;
    background: currentColor
}

.error-404-section .error-404-btn::before {
    left: 0;
    right: auto;
    width: 0;
    -webkit-transition-delay: 0s;
    -o-transition-delay: 0s;
    transition-delay: 0s
}

.error-404-section .error-404-btn::after {
    right: 0;
    left: auto;
    width: 100%
}

.image-box {
    margin: 0;
    padding: 0;
    overflow: hidden
}

.image-box img {
    -webkit-transition: -webkit-transform 2s ease-in-out;
    transition: -webkit-transform 2s ease-in-out;
    -o-transition: transform 2s ease-in-out;
    transition: transform 2s ease-in-out;
    transition: transform 2s ease-in-out, -webkit-transform 2s ease-in-out;
    -webkit-transform-origin: center center;
    -ms-transform-origin: center center;
    transform-origin: center center
}

.image-box img:hover {
    -webkit-transform: scale(1.3);
    -ms-transform: scale(1.3);
    transform: scale(1.3)
}

.streaming-title {
    margin: .625em 0;
    line-height: 1.3
}

.box-content .title-box {
    margin: 1.5em 0 0 0
}

.box-content .title-box-name {
    margin: .3em 0 0 0
}

.image-box-container {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -webkit-flex-direction: row;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-align-self: stretch;
    -ms-flex-item-align: stretch;
    align-self: stretch;
    -webkit-box-flex: 1;
    -webkit-flex-grow: 1;
    -ms-flex-positive: 1;
    flex-grow: 1;
    height: 100%;
    width: calc((1 - var(--container-widget-flex-grow)) * 100%);
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    gap: 2em 2em;
    margin: 0px;
    padding: 0px
}

.image-box-container .image-box-1 {
    width: 100px;
    font-size: 9.375em
}

.image-box-container .image-box-1 svg {
    width: 1em;
    height: 1em
}

.counter {
    color: var(--bs-primary);
    font-size: 2.5em;
    font-weight: 600;
    text-align: center
}

.mail-box-width {
    width: 50%
}

.profile-box {
    background-color: var(--bs-gray-900);
    padding: 2em 0;
    margin-bottom: 1em
}

.profile-box .account-logo img {
    width: 5em;
    height: 5em
}

.profile-box .account-logo i {
    width: 1.125em;
    height: 1.125em;
    line-height: 1.125em;
    background-color: var(--bs-body-bg);
    color: var(--bs-white);
    font-size: .75em;
    text-align: center;
    position: absolute;
    bottom: .25em;
    right: .25em
}

.user-login-card {
    padding: 3.125em;
    margin: 0 auto;
    background: rgba(var(--bs-black-rgb), 0.7)
}

.user-login-card .navbar-brand img {
    margin-bottom: 3em
}

.user-login-card .navbar-brand svg {
    height: 40px
}

.user-login-card .navbar-brand .logo {
    padding: 0
}

.user-login-card .full-button .btn {
    width: 100%
}

.user-login-card .full-button .btn i {
    display: none
}

.user-login-card .seperator {
    margin: 1.5em 0 .875em
}

.user-login-card .line {
    -webkit-box-flex: 1;
    -ms-flex: auto;
    -webkit-flex: auto;
    flex: auto;
    display: inline-block;
    border-bottom: .0625em solid var(--bs-border-color);
    vertical-align: middle;
    min-width: 50px;
    line-height: 0
}

.user-login-card .widget_social_media li a {
    width: 3em;
    height: 3em;
    line-height: 3em;
    background: var(--bs-gray-900)
}

.user-login-card .form-control, .user-login-card .input-group-text {
    border-color: var(--bs-border-color);
    background-color: rgba(var(--bs-black-rgb), 0.5)
}

.user-login-card .form-control:focus, .user-login-card .input-group-text:focus {
    border-color: var(--bs-primary)
}

.seperator .circle {
    background: var(--bs-body-color);
    vertical-align: middle;
    height: .25em;
    width: .25em;
    margin: 0 .625em;
    -webkit-border-radius: 50%;
    border-radius: 50%
}

.seperator .circle.circle-small {
    height: .18em;
    width: .18em
}

.cast-box .widget_social_media {
    position: absolute;
    bottom: 1.25em;
    left: 50%;
    -webkit-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    transform: translateX(-50%)
}

.cast-box .widget_social_media li a {
    background: var(--bs-body-bg)
}

.cast-box .widget_social_media li a:hover {
    background: var(--bs-primary)
}

.personal-detail .person-history-thumbnail {
    width: 7em;
    min-width: 7em;
    height: 9em
}

.personal-detail .personal-detail-tab-content .tab-pane {
    height: 37em;
    overflow-y: auto;
    overflow-x: hidden
}

.personal-detail .movie-history {
    background-color: var(--bs-gray-900);
    -webkit-border-radius: .25em;
    border-radius: .25em
}

.person-img {
    width: 6.875em;
    height: 7.5em;
    min-width: 6.875em
}

.sign-in-page {
    overflow: auto;
    position: relative
}

.sign-in-page img.logo {
    display: block;
    margin: 0 auto 3em;
    width: 11.25em
}

.sign-in-page .sign-in-page-data .custom-form-label {
    font-size: 14px;
    font-weight: 500
}

.mastermind-team-img {
    -o-object-fit: cover;
    object-fit: cover;
    aspect-ratio: 3/4
}

.streaming-section .streaming-section-spacing {
    padding-top: 10.8125em;
    padding-bottom: 10.8125em;
    padding-left: 2em;
    padding-right: 2em
}

.description-trail {
    font-size: 16px
}

.streaming-section-btn {
    margin: 4.5em 0em 0em 0em;
    padding: 0px 0px 0px 0px
}

[data-bs-theme=hulu] .back-to-top .top {
    color: var(--bs-black)
}

.e-con-inner {
    border-style: solid;
    border-width: 0em 0em .0623em 0em;
    border-color: var(--bs-gray-600);
    margin: 4.375em 0 8.125em 0
}

.e-con-inner .about-title {
    margin: 0em 0em .625em 0em;
    line-height: 1.3
}

.custom-about-decs {
    margin-bottom: 4.66em
}

.about-choose-heading {
    margin: 0em 0em .625em 0em
}

.about-content-image {
    width: 100%
}

.feature-box .feature-content .feature-title {
    font-size: 1.125em;
    font-weight: 600
}

.feature-box img {
    width: 70px;
    height: 70px;
    -o-object-fit: cover;
    object-fit: cover;
    margin-right: 1.5em
}

.contact-card {
    background: var(--bs-gray-900);
    border: 0
}

.contact-card .card-body {
    padding: 3.125em
}

.contact-card input, .contact-card textarea {
    background: var(--bs-body-bg)
}

img.emoji {
    display: inline;
    border: none;
    -webkit-box-shadow: none;
    box-shadow: none;
    height: 1em;
    width: 1em;
    margin: 0 .07em;
    vertical-align: -0.1em;
    background: none;
    padding: 0
}

.contact-decs-container {
    margin: 2.5em 0em 0em 0em;
    padding: 0px
}

.contact-decs-container .contact-mail-title {
    font-size: 1em;
    font-weight: 500;
    line-height: 28px
}

.contact-decs-container .contact-mail-title a {
    color: var(--bs-white)
}

.feature-card-spacing {
    padding-bottom: 4.4em
}

.feature-card-spacing .feature-card {
    -webkit-border-radius: .375em;
    border-radius: .375em
}

.feature-card-spacing .feature-card .feature-card-icon {
    width: 5em;
    background: var(--bs-black);
    padding: 1em;
    -webkit-border-radius: .25em;
    border-radius: .25em;
    text-align: center
}

.about-section-padding-bottom {
    padding: 0 0 8.125em 0
}

.readmore-tags a {
    background-color: var(--bs-secondary);
    font-size: .75em;
    color: var(--bs-white);
    padding: .5em;
    font-weight: 600;
    -webkit-border-radius: var(--bs-border-radius-lg);
    border-radius: var(--bs-border-radius-lg);
    line-height: 1.5
}

.playlist-action-btn {
    padding: 1em 2em;
    line-height: 1.5;
    font-size: .875em;
    font-weight: 600;
    -webkit-border-radius: .25em;
    border-radius: .25em
}

.review-card .small {
    font-size: .75em
}

ul.ratting-start li {
    line-height: initial
}

@media (max-width: 1399.98px) {
    .site-video .my-video-dimensions.vjs-fluid {
        padding-bottom: 45%
    }
}

@media screen and (min-width: 821px)and (max-width: 1120px) {
    .custom-site-main .e-con-inner {
        margin: 1em auto 0 auto
    }
}

@media (max-width: 1199.98px) {
    .movie-detail-part .trending-info .details-parts {
        width: 80%;
        padding: 0 2em
    }
}

@media (max-width: 1200px) {
    .tv-show-detail .iq-main-slider {
        min-height: 70vh;
        padding: 2em 1em
    }

    .iq-restriction_box {
        height: 60vh
    }

    .shop-contact-one {
        padding: 60px
    }

    .movie-detail-part {
        top: 12%;
        bottom: unset
    }
}

@media (max-width: 991.98px) {
    .movie-detail-part .trending-info .details-parts {
        width: 100%;
        bottom: 0em
    }
}

@media (max-width: 1024px) {
    .iq-restriction_box {
        height: 50vh
    }

    .contact-box {
        padding: 1em
    }

    .mail-box-width {
        width: 100%
    }
}

@media (max-width: 991px) {
    .height-auto-100 {
        height: auto
    }

    .movie-detail-part {
        top: 32px;
        bottom: unset
    }

    .shop-contact-one {
        padding: 32px
    }

    .shop-contact-one .channel-logo {
        margin-bottom: 3em
    }

    .custom-site-main {
        padding: 3.75em 0
    }

    .custom-site-main .e-con-inner {
        margin: 0;
        padding: 0 2em
    }

    .streaming-section .streaming-section-spacing {
        padding: 4em 0
    }

    .streaming-section .streaming-section-btn {
        margin: 2em 0 0
    }

    .about-section-padding-bottom {
        padding: 0 0 4em 0
    }

    .image-box-container .image-box-1 {
        font-size: 6.375em
    }

    .feature-card-spacing {
        padding-bottom: 0
    }
}

@media (max-width: 767.98px) {
    .movie-detail-part .trending-info .details-parts {
        position: relative;
        top: 0;
        right: 0;
        bottom: 0;
        left: 0;
        padding: 0 1em
    }

    .contact-card .card-body {
        padding: 1.25em
    }
}

@media (max-width: 767px) {
    .iq-main-slider .my-video {
        height: 30vh
    }

    .iq-restriction_box {
        height: 30vh;
        margin-top: calc(var(--header-height) + 2em)
    }

    .shop-contact-one {
        padding: 2em 1em
    }

    .iq-view-all {
        font-size: .75em
    }

    .iq-contact-list {
        border: 0
    }

    .section-padding.personality-detail {
        padding: 2em 0
    }

    .movie-detail-part {
        position: unset
    }

    .about-section-padding-bottom {
        padding-top: 0;
        padding-bottom: 2em
    }

    .feature-box img {
        margin-right: 0
    }

    .feature-box .feature-content {
        text-align: center
    }

    .custom-site-main {
        padding: 2em 0
    }

    .custom-site-main .custom-about-decs {
        margin-bottom: 1em
    }

    .custom-site-main .e-con-inner {
        margin: 0;
        padding: 1em 0
    }

    .streaming-section .streaming-section-spacing {
        padding: 5em 0
    }

    .image-box-container {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -webkit-flex-direction: column;
        -ms-flex-direction: column;
        flex-direction: column;
        -webkit-flex-wrap: nowrap;
        -ms-flex-wrap: nowrap;
        flex-wrap: nowrap;
        gap: 2em
    }

    .image-box-container .image-box-1 {
        font-size: 4.375em
    }
}

@media (max-width: 499) {
    .movie-detail-part {
        position: unset
    }

    .shop-contact-one {
        padding: 32px 16px
    }
}

@-webkit-keyframes pulse-border {
    0% {
        -webkit-transform: translateX(-50%) translateY(-50%) translateZ(0) scale(1);
        transform: translateX(-50%) translateY(-50%) translateZ(0) scale(1);
        opacity: 1
    }
    100% {
        -webkit-transform: translateX(-50%) translateY(-50%) translateZ(0) scale(1.5);
        transform: translateX(-50%) translateY(-50%) translateZ(0) scale(1.5);
        opacity: 0
    }
}

@keyframes pulse-border {
    0% {
        -webkit-transform: translateX(-50%) translateY(-50%) translateZ(0) scale(1);
        transform: translateX(-50%) translateY(-50%) translateZ(0) scale(1);
        opacity: 1
    }
    100% {
        -webkit-transform: translateX(-50%) translateY(-50%) translateZ(0) scale(1.5);
        transform: translateX(-50%) translateY(-50%) translateZ(0) scale(1.5);
        opacity: 0
    }
}

.swiper-button {
    width: 1.875em;
    height: 1.875em;
    text-align: center;
    line-height: 1.875em;
    color: var(--bs-white);
    background: rgba(0, 0, 0, 0);
    -webkit-border-radius: 50%;
    border-radius: 50%;
    border: .0625em solid var(--bs-white);
    z-index: 1;
    -webkit-transition: all .3s ease-in-out;
    -o-transition: all .3s ease-in-out;
    transition: all .3s ease-in-out;
    font-size: 1em
}

.swiper-button i {
    vertical-align: middle
}

.swiper-button::after {
    font-size: .625em;
    color: var(--bs-white)
}

.swiper-button.swiper-button-prev {
    left: 1em
}

.swiper-button.swiper-button-next {
    right: 1em
}

.swiper-button:hover {
    background: var(--bs-primary);
    border: .0625em solid var(--bs-primary)
}

.swiper-button-next, .swiper-button-prev {
    top: 50%;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center
}

.swiper {
    margin-bottom: 3.75em
}

.section-wraper {
    position: relative;
    z-index: 0
}

.section-wraper:has(.swiper-slide-active .card-hover:hover) {
    z-index: 1
}

.card-style-slider .swiper {
    overflow: visible
}

.joint-arrows {
    position: absolute;
    top: auto;
    bottom: 7.25em;
    left: 5.25em;
    z-index: 9;
    width: 7em
}

.swiper-pagination-bullet {
    background: var(--bs-primary);
    opacity: .5;
    width: .625em;
    height: .625em
}

.swiper-pagination-bullet-active {
    background: var(--bs-primary);
    opacity: 1
}

@media (max-width: 1024px) {
    .swiper {
        margin-bottom: 3.125em
    }
}

@media (max-width: 1367px) {
    .joint-arrows {
        left: 1em;
        top: 87%
    }
}

@media (max-width: 767px) {
    .swiper {
        margin-bottom: 1.875em
    }

    .joint-arrows {
        bottom: auto;
        top: 2em;
        left: auto;
        right: 0
    }

    .swiper-button {
        width: 1.5em;
        height: 1.5em;
        line-height: 1.5em
    }

    .swiper-button.swiper-button-next {
        right: .687em
    }

    .swiper-button.swiper-button-prev {
        left: .687em
    }

    .swiper-button::after {
        font-size: .6875em
    }
}

@media (max-width: 799px) {
    .joint-arrows {
        top: 85%
    }
}

.object-cover {
    -o-object-fit: cover;
    object-fit: cover;
}

.container-fluid {
    padding: 0 3.75em
}

.section-padding {
    padding: 3.75em 0
}

.section-padding-top {
    padding: 3.75em 0 0 0
}

.section-padding-bottom {
    padding: 0 0 3.75em 0
}

.font-size-6 {
    font-size: .375em
}

.font-size-12 {
    font-size: .75em
}

.font-size-14 {
    font-size: .875em
}

.font-size-18 {
    font-size: 1.125em
}

.font-size-20 {
    font-size: 1.25em
}

.line-count-1 {
    overflow: hidden;
    -o-text-overflow: ellipsis;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 1
}

.line-count-2 {
    overflow: hidden;
    -o-text-overflow: ellipsis;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2
}

.line-count-3 {
    overflow: hidden;
    -o-text-overflow: ellipsis;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 3
}

.line-count-4 {
    overflow: hidden;
    -o-text-overflow: ellipsis;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 4
}

.line-count-5 {
    overflow: hidden;
    -o-text-overflow: ellipsis;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 5
}

.letter-spacing-1 {
    letter-spacing: .0625em
}

.letter-spacing-2 {
    letter-spacing: .125em
}

.mb-40 {
    margin-bottom: 2.5em
}

.overflow-x-scroll {
    white-space: nowrap;
    -webkit-flex-wrap: nowrap;
    -ms-flex-wrap: nowrap;
    flex-wrap: nowrap;
    overflow-x: auto !important;
    overflow-y: hidden
}

.overflow-y-scroll {
    -webkit-flex-wrap: nowrap;
    -ms-flex-wrap: nowrap;
    flex-wrap: nowrap;
    overflow-y: auto;
    overflow-x: hidden
}

.border-gredient-left {
    border-left: .25em solid var(--bs-primary);
    background: rgba(var(--bs-black-rgb), 0) -webkit-gradient(linear, right top, left top, from(rgba(var(--bs-primary-rgb), 0)), to(rgba(var(--bs-primary-rgb), 0.3)));
    background: rgba(var(--bs-black-rgb), 0) -webkit-linear-gradient(right, rgba(var(--bs-primary-rgb), 0), rgba(var(--bs-primary-rgb), 0.3));
    background: rgba(var(--bs-black-rgb), 0) -o-linear-gradient(right, rgba(var(--bs-primary-rgb), 0), rgba(var(--bs-primary-rgb), 0.3));
    background: rgba(var(--bs-black-rgb), 0) linear-gradient(270deg, rgba(var(--bs-primary-rgb), 0), rgba(var(--bs-primary-rgb), 0.3))
}

.border-gredient-center {
    border: solid;
    border-width: 0 0 .063em;
    border-image-source: linear-gradient(270deg, rgba(var(--bs-secondary-rgb), 0), rgba(var(--bs-secondary-rgb), 0.6), rgba(var(--bs-secondary-rgb), 0));
    border-image-slice: 1
}

.swiper-wrapper {
    margin: 0 -0.9375em
}

.swiper-wrapper .swiper-slide {
    padding: 0 .438em;
    height: auto
}

.swiper-card .swiper-wrapper .swiper-slide {
    height: auto
}

.swiper-slide-space-0 .swiper-wrapper .swiper-slide {
    padding: 0
}

.texture-text {
    color: rgba(0, 0, 0, 0);
    background-clip: text;
    -webkit-background-clip: text;
    line-height: normal;
    background-image: url("../images/pages/texure.webp")
}

.big-font-5 {
    font-size: 5em;
    font-weight: 800
}

.imdb-img {
    height: 2em !important
}

@media (max-width: 1367px) {
    .container-fluid {
        padding: 0 2em
    }
}

@media (max-width: 991.98px) {
    .texture-text {
        font-size: 3.4375em
    }

    .section-padding-top {
        padding: 2em 0 0 0
    }

    .section-padding-bottom {
        padding: 0 0 2em 0
    }

    .tranding-tab-slider.section-padding, .blog-column-pages.section-padding, .blog-pagination.section-padding, .privacy-policy.section-padding, .terms-of-use.section-padding, .show-episode.section-padding, .blog-section.section-padding {
        padding: 2em 0
    }
}

@media (max-width: 767.98px) {
    .container-fluid {
        padding: 0 1em
    }

    .texture-text {
        font-size: 1.5615em
    }

    .section-spacing {
        padding: 3.125em 0
    }

    .section-spacing-top {
        padding: 3.125em 0 0
    }

    .section-spacing-bottom {
        padding: 0 0 3.125em
    }

    .section-padding {
        padding-right: 0;
        padding-left: 0
    }

    .main-title {
        font-size: 1em
    }

    .section-padding-top {
        padding: 1em 0 0 0
    }

    .section-padding-bottom {
        padding: 0 0 1.5em 0
    }

    .tranding-tab-slider .section-padding {
        padding: 1em 0
    }
}

.parallax-window {
    height: 100%;
    padding: 3.8em 0;
    position: relative;
    -webkit-background-size: cover;
    background-size: cover;
    background-attachment: fixed
}

.parallax-window::after {
    position: absolute;
    content: "";
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    background: rgba(var(--bs-black-rgb), 0.8)
}

.parallax-window .parallaxt-details {
    z-index: 9;
    position: relative
}

.parallax-window .parallaxt-details .parallaxt-details-heading {
    line-height: 1.3
}

.parallax-window .parallax-window-detail {
    text-align: start
}

.parallax-window .parallax-window-detail .parallaxt-details-descripttion {
    text-align: justify
}

@media (max-width: 991.98px) {
    .parallax-window {
        padding: 2em
    }

    .parallax-window .parallax-window-detail {
        text-align: center
    }

    .parallax-window .parallax-window-detail .parallaxt-details-descripttion {
        text-align: center
    }
}

@media (max-width: 767.98px) {
    .parallax-window {
        padding: 1em
    }
}

@media screen and (min-width: 769px)and (max-width: 1124px) {
    .parallax-window {
        padding: 3.8em 1.8em
    }
}

.back-to-top {
    display: inline !important
}

.back-to-top .top {
    z-index: 999;
    bottom: 1.875em;
    right: 1.5625em;
    width: 3.125em;
    height: 3.125em;
    text-align: center;
    line-height: 3.125em;
    -webkit-transition: all .3s ease-in-out;
    -o-transition: all .3s ease-in-out;
    transition: all .3s ease-in-out
}

.back-to-top .top i {
    vertical-align: middle
}

@media screen and (max-width: 800px) {
    .back-to-top .top {
        bottom: 6em
    }
}

.gallery-thumbs {
    padding: 2.5em 0;
    overflow: visible
}

.trending-slider-nav .movie-swiper {
    z-index: -1
}

.trending-slider-nav .swiper-slide .movie-swiper {
    -webkit-transition: all .9s ease;
    -o-transition: all .9s ease;
    transition: all .9s ease;
    border: .063em solid rgba(0, 0, 0, 0)
}

.trending-slider-nav .swiper-slide.swiper-slide-active {
    -webkit-transform: scale3d(1.3, 1.3, 1) translate3d(0, 0, 0) perspective(500px);
    transform: scale3d(1.3, 1.3, 1) translate3d(0, 0, 0) perspective(500px);
    -webkit-transform-origin: 50% 50%;
    -ms-transform-origin: 50% 50%;
    transform-origin: 50% 50%;
    -webkit-transition: all .5s ease 0s;
    -o-transition: all .5s ease 0s;
    transition: all .5s ease 0s;
    -webkit-box-shadow: 0em 0em .75em rgba(var(--bs-black-rgb), 0.9);
    box-shadow: 0em 0em .75em rgba(var(--bs-black-rgb), 0.9)
}

.trending-slider-nav .swiper-slide.swiper-slide-active .movie-swiper {
    padding: .625em;
    background: rgba(var(--bs-black-rgb), 0.5) !important;
    -webkit-backdrop-filter: blur(0.063em);
    backdrop-filter: blur(0.063em);
    border: .063em solid var(--bs-border-color)
}

.trending-slider .tranding-block {
    -webkit-background-size: cover;
    background-size: cover;
    background-position: top right;
    position: relative;
    min-height: 40em
}

.trending-contens .trending-tab-slider .trending-tab-slider-image {
    position: absolute;
    top: 0;
    left: 0;
    min-height: 40em;
    height: 100%;
    width: 100%
}

.trending-contens .trending-tab-slider .trending-tab-slider-image img {
    width: 100%;
    -o-object-fit: cover;
    object-fit: cover;
    min-height: 40em
}

.trending-contens .trending-tab-slider .trending-tab-slider-image::before {
    background: -webkit-gradient(linear, left top, right top, from(rgba(var(--bs-black-rgb), 0.9)), color-stop(15%, rgba(var(--bs-black-rgb), 0.9)), to(rgba(var(--bs-light-rgb), 0)));
    background: -webkit-linear-gradient(left, rgba(var(--bs-black-rgb), 0.9), rgba(var(--bs-black-rgb), 0.9) 15%, rgba(var(--bs-light-rgb), 0));
    background: -o-linear-gradient(left, rgba(var(--bs-black-rgb), 0.9), rgba(var(--bs-black-rgb), 0.9) 15%, rgba(var(--bs-light-rgb), 0));
    background: linear-gradient(90deg, rgba(var(--bs-black-rgb), 0.9), rgba(var(--bs-black-rgb), 0.9) 15%, rgba(var(--bs-light-rgb), 0));
    width: 100%;
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    height: 100%
}

.trending-contens .trending-tab-slider .iq-custom-tab {
    overflow-x: auto;
    max-width: 100%
}

.trending-contens .trending-tab-slider .iq-custom-tab li {
    -webkit-flex-shrink: 0;
    -ms-flex-negative: 0;
    flex-shrink: 0
}

.trending-contens .episodes-contens {
    margin-top: 1.875em
}

.trending-contens .swiper {
    margin-bottom: 0
}

.trending-contens .swiper .swiper-wrapper .swiper-slide {
    padding: 0
}

.trending-contens .swiper .swiper {
    margin: 0 -0.9375em
}

.trending-contens .swiper .swiper .swiper-wrapper .swiper-slide {
    padding: 0 .9375em
}

.trending-contens .swiper-arrow.swiper-button-next {
    right: 0
}

.trending-contens .swiper-arrow.swiper-button-prev {
    left: 0
}

.tranding-block, .banner-wrapper {
    -webkit-background-size: cover;
    background-size: cover;
    background-position: top right;
    position: relative
}

.tranding-block .tab-title-info {
    z-index: 99
}

.tranding-block .trending-pills {
    background: rgb(var(--bs-black-rgb), 0.25)
}

.tranding-block .trending-content {
    padding: 0em 3.125em;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    min-height: 40em
}

.tranding-block .trending-content::-webkit-scrollbar {
    display: none
}

.tranding-block .trending-content .tab-pane {
    width: 100%;
    height: 100%
}

.tranding-block .trending-content .tab-pane.fade {
    display: none;
    visibility: hidden;
    opacity: 0
}

.tranding-block .trending-content .tab-pane.fade.active.show {
    display: block;
    visibility: visible;
    opacity: 1
}

.tranding-block .trending-pills.nav-pills .nav-item a {
    cursor: pointer;
    position: relative;
    overflow: hidden;
    -webkit-border-radius: 0;
    border-radius: 0;
    text-transform: uppercase;
    margin-left: .938em;
    margin-right: .938em
}

.tranding-block .trending-pills.nav-pills .nav-item a:hover {
    color: var(--bs-primary)
}

.tranding-block .trending-pills .nav-link {
    padding: 1em
}

.tranding-block .trending-content .p-btns {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center
}

.tranding-block .trending-content .trending-info {
    margin: .42em 0;
    padding: 3.75em 0;
    position: relative;
    z-index: 99
}

.tranding-block .trending-content .trending-info .trending-text {
    font-size: 4.375em
}

.tranding-block .trending-content .trending-info .trending-box {
    margin: .42em 0
}

.tranding-block .trending-content .trending-info .text-detail {
    font-size: 1.25em;
    font-weight: 500;
    letter-spacing: .044em;
    margin-bottom: 1.875em
}

.tranding-block .trending-content .trending-info .text-detail span {
    position: relative
}

.tranding-block .trending-content .trending-info .text-detail span:last-child {
    margin-right: 0;
    padding-right: 0
}

.tranding-block .trending-content .trending-info .text-detail span:last-child::before {
    display: none
}

.tranding-block .trending-content .trending-info .trending-dec {
    margin-bottom: 1.875em;
    padding: 0;
    width: 35%
}

.tranding-block .trending-content .trending-info .block-social {
    height: 2.813em;
    width: 2.813em;
    line-height: 2.813em;
    text-align: center;
    background: rgba(var(--bs-white-rgb), 0.15);
    -webkit-border-radius: 50%;
    border-radius: 50%;
    margin-left: .938em;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-display: flex;
    -moz-display: flex;
    -o-display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center
}

.tranding-block .trending-content .trending-info .block-social a {
    position: relative;
    display: block;
    height: 2em;
    width: 2em;
    line-height: 1.625em;
    font-size: 1em;
    text-align: center;
    background: var(--bs-white);
    color: var(--bs-primary);
    -webkit-border-radius: 50%;
    border-radius: 50%;
    margin: 0 auto;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-transition: all .45s ease 0s;
    -o-transition: all .45s ease 0s;
    transition: all .45s ease 0s
}

.tranding-block .trending-content .trending-info .block-social.social1 a {
    background: var(--bs-primary);
    color: var(--bs-white)
}

.tranding-block .trending-content .trending-info .iq-dropdown .form-control {
    background: rgb(var(--bs-black-rgb), 0.2);
    -webkit-border-radius: .313em;
    border-radius: .313em;
    color: var(--bs-white)
}

.tranding-block .trending-content .trending-list .title {
    font-size: 1.125em;
    font-weight: 500;
    margin-bottom: .313em
}

.tranding-block .trending-content .trending-list .title span {
    font-size: .875em;
    font-weight: 400
}

.tranding-block .trending-content .swiper .swiper-slide {
    pointer-events: auto
}

.tranding-block .trending-content .c-logo {
    width: 155px
}

.tranding-block .trending-content .big-title {
    margin: 0 0 1.125em 0;
    font-weight: 800
}

.tab-watch-trailer-container {
    padding: .625em;
    background: rgba(var(--bs-black-rgb), 0.5);
    -webkit-backdrop-filter: blur(0.625em);
    backdrop-filter: blur(0.063em);
    border: .063em solid var(--bs-border-color)
}

.tab-watch-trailer-container .tab-watch-trailer::before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    height: 100%;
    width: 100%;
    background: -webkit-gradient(linear, left top, right top, from(rgba(0, 0, 0, 0.9)), color-stop(15%, rgba(20, 20, 20, 0.9)), to(rgba(83, 100, 141, 0)));
    background: -webkit-linear-gradient(left, rgba(0, 0, 0, 0.9) 0%, rgba(20, 20, 20, 0.9) 15%, rgba(83, 100, 141, 0) 100%);
    background: -o-linear-gradient(left, rgba(0, 0, 0, 0.9) 0%, rgba(20, 20, 20, 0.9) 15%, rgba(83, 100, 141, 0) 100%);
    background: linear-gradient(90deg, rgba(0, 0, 0, 0.9) 0%, rgba(20, 20, 20, 0.9) 15%, rgba(83, 100, 141, 0) 100%);
    opacity: .5
}

.tab-watch-trailer-container .trailer-image {
    height: 450px;
    -o-object-fit: cover;
    object-fit: cover
}

.tab-watch-trailer-container .playbtn {
    position: absolute;
    top: 50%;
    left: 50%;
    -webkit-transform: translateX(-50%) translateY(-50%);
    -ms-transform: translateX(-50%) translateY(-50%);
    transform: translateX(-50%) translateY(-50%);
    width: 100%
}

.swiper-bg:before {
    background: -webkit-gradient(linear, left top, right top, from(rgba(var(--bs-black-rgb), 0.9)), color-stop(15%, rgba(20, 20, 20, 0.9)), to(rgba(83, 100, 141, 0)));
    background: -webkit-linear-gradient(left, rgba(var(--bs-black-rgb), 0.9) 0%, rgba(20, 20, 20, 0.9) 15%, rgba(83, 100, 141, 0) 100%);
    background: -o-linear-gradient(left, rgba(var(--bs-black-rgb), 0.9) 0%, rgba(20, 20, 20, 0.9) 15%, rgba(83, 100, 141, 0) 100%);
    background: linear-gradient(90deg, rgba(var(--bs-black-rgb), 0.9) 0%, rgba(20, 20, 20, 0.9) 15%, rgba(83, 100, 141, 0) 100%);
    width: 100%;
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    height: 100%
}

.trending-swiper-padding {
    padding-top: 2em
}

@media (max-width: 1199.98px) {
    .tranding-block .trending-content .trending-info .trending-dec {
        width: 100%
    }
}

@media (max-width: 991.98px) {
    .tab-watch-trailer-container .trailer-image {
        height: 400px
    }

    .tranding-block .trending-content {
        padding: 0em 2em
    }

    .tranding-block .trending-content .trending-info .trending-text {
        font-size: 3.4375em
    }

    .tranding-block .trending-content .trending-info .big-title {
        margin: 0 0 1em 0
    }
}

@media (max-width: 767.98px) {
    .tab-watch-trailer-container .trailer-image {
        height: 250px
    }

    .trending-slider-nav .swiper-slide.swiper-slide-active {
        -webkit-transform: scale3d(1, 1, 1) translate3d(0, 0, 0) perspective(500px);
        transform: scale3d(1, 1, 1) translate3d(0, 0, 0) perspective(500px)
    }

    .tranding-block .trending-pills.nav-pills .nav-item a {
        margin-left: 0;
        margin-right: 0
    }

    .tranding-block .trending-content {
        padding: 0em 2em
    }

    .tranding-block .trending-content .trending-info .trending-text {
        font-size: 2em
    }
}

@media (max-width: 575.98px) {
    .tab-watch-trailer-container .playbtn svg {
        width: 50px
    }

    .tab-watch-trailer-container .playbtn .w-trailor {
        font-size: .875em;
        margin-left: .5em
    }
}

@media (max-width: 479.98px) {
    .tab-watch-trailer-container .playbtn {
        text-align: center
    }

    .tab-watch-trailer-container .playbtn .w-trailor {
        display: inline-block;
        width: 100%;
        margin: .5em 0 0
    }

    .trending-contens .trending-tab-slider .iq-custom-tab {
        -webkit-box-orient: horizontal;
        -webkit-box-direction: normal;
        -webkit-flex-direction: row;
        -ms-flex-direction: row;
        flex-direction: row
    }

    .tranding-tab-slider .iq-tvshow-tabs {
        padding: 0
    }
}

table.cart-table thead tr th {
    background: var(--bs-gray-900);
    color: var(--bs-white);
    padding: 1em
}

table.cart-table tbody tr td {
    padding: 1.313em 1em;
    color: var(--bs-body-color)
}

table.cart-table .product-thumbnail img {
    height: 5em;
    width: 5em;
    min-width: 5em;
    -o-object-fit: cover;
    object-fit: cover
}

.product-social-share ul li a {
    height: 30px;
    width: 30px;
    line-height: 30px
}

.cart-page-items li .cart-pre-number {
    padding: 0;
    width: 20px;
    height: 20px;
    line-height: 20px;
    display: inline-block;
    text-align: center;
    font-size: .75em;
    background: var(--bs-gray-900)
}

.cart_totals {
    background: var(--bs-gray-900)
}

.cart_totals .btn {
    width: 100%
}

.cart_totals table th {
    background: rgba(0, 0, 0, 0)
}

.cart_totals table td {
    background: rgba(0, 0, 0, 0)
}

.acc-left-menu {
    padding: 1.75em;
    background: var(--bs-gray-900)
}

.acc-left-menu .nav-tabs .nav-link {
    color: var(--bs-white);
    border: none
}

.acc-left-menu .nav-tabs .nav-link:hover {
    color: var(--bs-primary)
}

.acc-left-menu .nav-tabs .nav-link.active {
    color: var(--bs-primary)
}

.product-menu-content {
    background: var(--bs-gray-900)
}

.product-menu-content .form-control {
    background: var(--bs-body-bg)
}

.product-menu-content .select2-container .select2-selection--single {
    background: var(--bs-body-bg)
}

.maintable {
    margin-bottom: 2em
}

.orders-table table {
    font-size: .85em
}

.orders-table table thead th {
    font-size: 1.125em
}

.orders-table table tbody th {
    background-color: var(--bs-gray-900)
}

.orders-table table th {
    padding: 1em
}

.orders-table table td {
    padding: 1em;
    background-color: var(--bs-gray-900)
}

.orders-table table td .iq-button .btn {
    padding: .5em 1em
}

.orders-table table td .iq-button .btn i {
    display: none
}

.orders-table table td .view-btn {
    padding: .5em;
    line-height: .875em
}

.woocommerce-info-coupon {
    background-color: var(--bs-gray-900)
}

.woocommerce-info {
    color: var(--bs-body-color);
    display: inline-block;
    padding: 1em 2.5em
}

.checkout-coupon {
    background-color: var(--bs-gray-900);
    border: 0;
    text-align: center;
    padding: 2em;
    max-width: 43.75em;
    margin: 0 auto 3em
}

.checkout-coupon .form-control {
    background: var(--bs-body-bg);
    padding-right: 11em
}

.checkout-coupon .iq-checkout-coupon {
    position: relative
}

.checkout-coupon .iq-checkout-coupon .iq-button {
    position: absolute;
    left: auto;
    right: 0;
    top: 0;
    bottom: 0
}

.checkout-coupon .iq-checkout-coupon .iq-button .btn {
    height: 3.375em;
    line-height: 3.375em;
    padding: 0 2em
}

.checkout-coupon .iq-checkout-coupon .iq-button .btn i {
    display: none
}

.cart_item {
    border-bottom: .0625em solid var(--bs-border-color)
}

.cart_item td {
    border: none;
    padding: 1.5em 1em 1.5em 0
}

.cart_item .product-name {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    gap: 2em
}

.cart_item .product-image img {
    height: 5em;
    width: 5em;
    min-width: 5em;
    -o-object-fit: cover;
    object-fit: cover
}

.checkout-payment {
    background: var(--bs-gray-900)
}

.checkout-payment .payment-box .accordion .accordion-item-payment {
    margin-bottom: 1em
}

.checkout-payment .payment-box .accordion .accordion-item-payment .accordion-button-payment {
    color: var(--bs-white)
}

.checkout-payment .payment-box .accordion .accordion-item-payment .accordion-button-payment .form-check {
    margin-bottom: 1em
}

.checkout-payment .payment-box .accordion .accordion-item-payment .accordion-body {
    position: relative;
    background: var(--bs-body-bg)
}

.checkout-payment .payment-box .accordion .accordion-item-payment .accordion-body::before {
    content: "";
    display: block;
    border: 1em solid var(--bs-body-bg);
    border-right-color: rgba(0, 0, 0, 0);
    border-left-color: rgba(0, 0, 0, 0);
    border-top-color: rgba(0, 0, 0, 0);
    position: absolute;
    top: -0.75em;
    left: 0;
    margin: -1em 0 0 2em
}

.order {
    background: var(--bs-gray-900);
    padding: 2em;
    text-align: center;
    margin-bottom: 2em
}

.order .thank {
    text-align: center;
    margin: 0 0 1.5em;
    font-size: 1.5em;
    line-height: normal
}

.order .details {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex
}

.order .details .detail {
    width: 20%;
    font-size: .715em;
    border-right: .063em dashed var(--bs-border-color);
    list-style: none;
    text-align: center
}

.order .details .detail:last-child {
    border-right: 0
}

.order .details .detail strong {
    font-size: 1.4em;
    color: var(--bs-white);
    display: block
}

.bill_section {
    background: var(--bs-gray-900);
    padding: 1em
}

.bill_section table {
    background: rgba(0, 0, 0, 0)
}

.bill_section table tr {
    background: rgba(0, 0, 0, 0)
}

.bill_section table tr td {
    background: rgba(0, 0, 0, 0)
}

.iq-qty-btn {
    position: relative;
    display: inline-block;
    border: none;
    background-color: var(--bs-border-color);
    padding-right: 0
}

.iq-qty-btn .input-display {
    padding: 0px;
    width: 2em
}

.iq-qty-btn button {
    padding: 0;
    height: 2.5em;
    width: 2.5em;
    line-height: 0;
    text-align: center;
    background: rgba(0, 0, 0, 0);
    outline: 0;
    font-size: .875em
}

.iq-qty-btn button.btn:hover {
    background-color: rgba(0, 0, 0, 0)
}

.add-product-wrapper .wishlist-btn, .add-product-wrapper .link-wishlist-btn {
    padding: .75em;
    line-height: 0;
    color: var(--bs-white)
}

.add-product-wrapper .wishlist-btn:hover:not(.custom-wishlist-btn), .add-product-wrapper .link-wishlist-btn:hover:not(.custom-wishlist-btn) {
    color: var(--bs-primary)
}

.additional-info-table table.table-border th {
    width: 10%;
    padding: 1em
}

.product-review-list .user-image img {
    width: 2.5em;
    height: 2.5em;
    -o-object-fit: cover;
    object-fit: cover
}

.product-review-list .published-date {
    font-size: .65em
}

.product-review-list .ratting i {
    font-size: .875em
}

.product-review-list .reviews-bg {
    background-color: var(--bs-gray-900)
}

.iq-on-sale, .iq-on-new {
    font-size: 1em;
    font-weight: 500;
    position: absolute;
    top: 1em;
    left: 1em;
    right: auto
}

.price {
    font-weight: 700
}

.product-detail-price {
    line-height: 1.5;
    margin-bottom: .6em
}

.producti-detail-description {
    margin: 1em 0;
    color: var(--bs-white);
    font-weight: 400
}

.table.table-additional > :not(caption) > * > * {
    background-color: var(--bs-gray-900);
    border: .063em solid var(--bs-border-color)
}

.table.table-additional td {
    padding: 1em;
    border-right: 0;
    border-top: 0;
    border-bottom: 0px dotted rgba(0, 0, 0, .1)
}

.table.table-additional th {
    width: 150px;
    padding: 1em;
    border-left: 0;
    border-top: 0;
    border-bottom: 1px dotted rgba(0, 0, 0, .1)
}

.add-info-title {
    font-size: 1.77em;
    margin-bottom: 1em;
    line-height: 1.2
}

.sale-product .price {
    text-decoration: line-through;
    color: var(--bs-body-color);
    display: inline-block;
    font-weight: 400
}

.sale-product .sale-price {
    font-weight: 700;
    display: inline-block
}

.shop-filter {
    margin-bottom: 3em
}

.shop-filter .iq-custom-select {
    width: 250px
}

.accordion-button-payment .form-check-label {
    vertical-align: middle
}

.product-detail .product-detail-image {
    height: 40.625em;
    width: 100%;
    -o-object-fit: cover;
    object-fit: cover
}

.product-detail .product-category-list, .product-detail .product-tag-list {
    color: var(--bs-body-color)
}

.product-detail .product-category-list:hover, .product-detail .product-tag-list:hover {
    color: var(--bs-primary)
}

.product-emove, .product-img {
    width: 0
}

.widget-shopping-cart-content .product-list-content ul li {
    float: none;
    -webkit-box-align: start;
    -webkit-align-items: flex-start;
    -ms-flex-align: start;
    align-items: flex-start;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    gap: 1em;
    padding: 0 0 1.875em;
    position: relative;
    margin: 0 0 1.875em;
    border-bottom: .0625em solid var(--bs-body-bg)
}

.widget-shopping-cart-content .product-list-content .mini-cart-item .iq-qty-btn .btn:hover {
    background-color: rgba(0, 0, 0, 0)
}

.widget-shopping-cart-content .mini-cart-item .cart-img {
    width: 5.5em;
    -webkit-flex-shrink: 0;
    -ms-flex-negative: 0;
    flex-shrink: 0
}

.widget-shopping-cart-content .mini-cart-item .cart-img img {
    -o-object-fit: cover;
    object-fit: cover;
    aspect-ratio: 1/1.3;
    max-width: 100%
}

.widget-shopping-cart-content .offcanvas-header, .widget-shopping-cart-content .offcanvas-body {
    padding: 2em
}

.widget-shopping-cart-content .product-price {
    margin: .5em 0
}

.widget-shopping-cart-content .star-rating {
    direction: rtl;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: end;
    -webkit-justify-content: end;
    -ms-flex-pack: end;
    justify-content: end;
    unicode-bidi: bidi-override;
    font-size: 1em
}

.widget-shopping-cart-content .star-rating .ph-fill.ph-star {
    color: var(--bs-border-color)
}

.iq-button .view-cart {
    background-color: var(--bs-secondary);
    border-color: var(--bs-secondary)
}

.iq-button .view-cart::before {
    background-color: var(--bs-secondary);
    border-color: var(--bs-secondary)
}

.iq-button .view-cart:hover {
    background-color: rgb(27.2, 25.6, 25.6);
    border-color: rgb(23.8, 22.4, 22.4)
}

.star-rating label {
    color: #ccc;
    margin: 0;
    line-height: 1em;
    cursor: pointer
}

.star-rating input {
    display: none
}

.star-rating input:checked + label i, .star-rating input:checked + label ~ label i {
    color: #f39c12
}

.related-product-slider .card-style-slider ul li .image-wrap .product-image img {
    -o-object-fit: cover;
    object-fit: cover;
    width: 100%;
    height: -webkit-fit-content;
    height: -moz-fit-content;
    height: fit-content;
    max-width: 100%;
    margin-bottom: .5em;
    aspect-ratio: 2/2.6;
    -webkit-border-radius: var(--bs-border-radius-lg);
    border-radius: var(--bs-border-radius-lg);
    -webkit-transition: all .5s ease-in-out;
    -o-transition: all .5s ease-in-out;
    transition: all .5s ease-in-out
}

.product-block.product-list .image-wrap .product-image img {
    height: 100%
}

.widget-tags-product li a {
    background: var(--bs-gray-900)
}

.iq-qty-btn.custom-qty-btn .btn:hover {
    background-color: rgba(0, 0, 0, 0)
}

.iq-qty-btn.custom-qty-btn .btn:focus {
    background-color: rgba(0, 0, 0, 0)
}

.title-product-sidbar {
    font-size: 1.125em;
    margin-bottom: 1.5em;
    letter-spacing: .063em
}

.widget-title-sidbar {
    font-size: 1.375em;
    margin-bottom: 1em
}

.newest-product-block .product-block .container-rating, .best-product-block .product-block .container-rating {
    display: none
}

.search-container-class {
    border-bottom: .0625em solid var(--bs-border-color);
    padding: 0 0 2em;
    margin-bottom: 2em
}

.search-container-class input {
    padding: 0 3.5em 0 1em;
    min-height: 2.813em;
    font-size: .875em
}

.search-container-class .magnify-glass-bg {
    background-color: var(--bs-gray-900)
}

.custom-wishlist-title {
    font-size: 2em
}

a.product-name {
    color: var(--bs-white)
}

a.product-name:hover {
    color: var(--bs-primary)
}

.cart-total-title {
    margin: 0 0 .625em;
    font-size: 1.77em
}

@media (max-width: 1024px) {
    .product-detail {
        padding-top: 70px
    }
}

@media (max-width: 767px) {
    .order .details {
        display: block;
        padding-left: 0
    }

    .order .details .detail {
        width: 100%;
        margin-bottom: 1.25em;
        border-right: none;
        border-bottom: .0625em dashed var(--bs-border-color);
        padding: 0 0 1em;
        text-align: left
    }
}

@media (max-width: 575.98px) {
    .product-detail .product-detail-image {
        height: 550px
    }
}

@media (max-width: 479.98px) {
    .product-detail .product-detail-image {
        height: 400px
    }
}

code[class*=language-], pre[class*=language-] {
    color: #f8f8f2;
    background: none;
    text-shadow: 0 1px rgba(0, 0, 0, .3);
    font-family: Consolas, Monaco, "Andale Mono", "Ubuntu Mono", monospace;
    font-size: 1em;
    text-align: left;
    white-space: pre;
    word-spacing: normal;
    word-break: normal;
    word-wrap: normal;
    line-height: 1.5;
    -moz-tab-size: 4;
    -o-tab-size: 4;
    tab-size: 4;
    -webkit-hyphens: none;
    -moz-hyphens: none;
    -ms-hyphens: none;
    hyphens: none
}

pre[class*=language-] {
    padding: 1em;
    margin: .5em 0;
    overflow: auto;
    -webkit-border-radius: .3em;
    border-radius: .3em
}

:not(pre) > code[class*=language-], pre[class*=language-] {
    background: #272822
}

:not(pre) > code[class*=language-] {
    padding: .1em;
    -webkit-border-radius: .3em;
    border-radius: .3em;
    white-space: normal
}

.token.comment, .token.prolog, .token.doctype, .token.cdata {
    color: #8292a2
}

.token.punctuation {
    color: #f8f8f2
}

.token.namespace {
    opacity: .7
}

.token.property, .token.tag, .token.constant, .token.symbol, .token.deleted {
    color: #f92672
}

.token.boolean, .token.number {
    color: #ae81ff
}

.token.selector, .token.attr-name, .token.string, .token.char, .token.builtin, .token.inserted {
    color: #a6e22e
}

.token.operator, .token.entity, .token.url, .language-css .token.string, .style .token.string, .token.variable {
    color: #f8f8f2
}

.token.atrule, .token.attr-value, .token.function, .token.class-name {
    color: #e6db74
}

.token.keyword {
    color: #66d9ef
}

.token.regex, .token.important {
    color: #fd971f
}

.token.important, .token.bold {
    font-weight: bold
}

.token.italic {
    font-style: italic
}

.token.entity {
    cursor: help
}

/*# sourceMappingURL=maps/custom.min.css.map */
