/************************ CSS table of content ************************

  1)  reset css
  2)  global css
  3)  header-section
  4)  hero-section
  5)  inner-hero-section
  6)  category-section
  7)  about section
  8)  feature section
  9)  event section
  10) event details
  11) course section
  12) teacher section
  13) teacher details section
  14) overview section
  15) faq section
  16) testimonial section
  17) blog section
  18) blog-details-setcion
  19) contact section
  20) course details
  21) gallery section
  22) login section
  23) privacy section
  24) error-section
  25) sidebar css
  26) footer section

  *****************************************************************/
/* reset css start */
@font-face {
    font-family: "Shabnam";
    src: url("../../../font/shabnam/Shabnam.eot"); /* IE9*/
    src: url("../../../font/shabnam/Shabnam.eot?#iefix") format("embedded-opentype"), /* IE6-IE8 */ url("../../../font/shabnam/Shabnam.woff2") format("woff2"), /* chrome、firefox */ url("../../../font/shabnam/Shabnam.woff") format("woff"), /* chrome、firefox */ url("../../../font/shabnam/Shabnam.ttf") format("truetype"); /* chrome、firefox、opera、Safari, Android, iOS 4.2+*/
}

@font-face {
    font-family: 'Yekan';
    src: url('../../../font/yekan/Yekan.eot');
    src: url('../../../font/yekan/Yekan.eot?#iefix') format('embedded-opentype'),
    url('../../../font/yekan/Yekan.woff2') format('woff2'),
    url('../../../font/yekan/Yekan.woff') format('woff'),
    url('../../../font/yekan/Yekan.ttf') format('truetype'),
    url('../../../font/yekan/Yekan.svg#Yekan') format('svg');
    font-weight: normal;
    font-style: normal;
}

:root {
    --linear-gradient-variable: linear-gradient(to bottom, #302d2b, #2c2927, #282523, #252220, #211e1c, #211e1c, #211e1c, #211e1c, #252220, #282523, #2c2927, #302d2b);
}

html {
    direction: rtl;
    scroll-behavior: smooth;
}

body {
    text-align: right;
    font-family: "Yekan", sans-serif;
    font-size: 16px;
    padding: 0;
    margin: 0;
    font-weight: 400;
    position: relative;
    background-color: #1c1917;
    color: #bfbfbf;
}

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

ul,
ol {
    padding: 0;
    margin: 0;
    list-style: none;
}

button {
    cursor: pointer;
}

*:focus {
    outline: none;
}

button {
    border: none;
}

button:focus {
    outline: none;
}

select {
    padding: 5px 2px;
    width: 100%;
    border: 1px solid rgba(255, 255, 255, 0.15);
    cursor: pointer;
    color: #ffffff;
    background-color: #0d0d31;
    height: 50px;
    border-radius: 4px;
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    -ms-border-radius: 4px;
    -o-border-radius: 4px;
}

textarea {
    min-height: 150px !important;
    resize: none;
    width: 100%;
}

span {
    display: inline-block;
}

a:hover {
    color: #ee005f;
}

/* reset css end */
/* global css strat */
.container-fluid {
    padding-right: 50px;
    padding-left: 50px;
}

@media (max-width: 767px) {
    .container-fluid {
        padding-right: 15px;
        padding-left: 15px;
    }
}

@media (min-width: 1550px) {
    .col-xxl-12 {
        flex: 0 0 100%;
        -ms-flex: 0 0 100%;
        max-width: 100%;
    }

    .col-xxl-11 {
        flex: 0 0 91.66667%;
        -ms-flex: 0 0 91.66667%;
        max-width: 91.66667%;
    }

    .col-xxl-10 {
        flex: 0 0 83.33333%;
        -ms-flex: 0 0 83.33333%;
        max-width: 83.33333%;
    }

    .col-xxl-9 {
        flex: 0 0 75%;
        -ms-flex: 0 0 75%;
        max-width: 75%;
    }

    .col-xxl-8 {
        flex: 0 0 66.66667%;
        -ms-flex: 0 0 66.66667%;
        max-width: 66.66667%;
    }

    .col-xxl-7 {
        flex: 0 0 58.33333%;
        -ms-flex: 0 0 58.33333%;
        max-width: 58.33333%;
    }

    .col-xxl-6 {
        flex: 0 0 50%;
        -ms-flex: 0 0 50%;
        max-width: 50%;
    }

    .col-xxl-5 {
        flex: 0 0 41.66667%;
        -ms-flex: 0 0 41.66667%;
        max-width: 41.66667%;
    }

    .col-xxl-4 {
        flex: 0 0 33.33333%;
        -ms-flex: 0 0 33.33333%;
        max-width: 33.33333%;
    }

    .col-xxl-3 {
        flex: 0 0 25%;
        -ms-flex: 0 0 25%;
        max-width: 25%;
    }

    .col-xxl-2 {
        flex: 0 0 16.66667%;
        -ms-flex: 0 0 16.66667%;
        max-width: 16.66667%;
    }

    .col-xxl-1 {
        flex: 0 0 8.33333%;
        -ms-flex: 0 0 8.33333%;
        max-width: 8.33333%;
    }
}

@media (max-width: 480px) {
    .col-xs-12 {
        flex: 0 0 100%;
        -ms-flex: 0 0 100%;
        max-width: 100%;
    }

    .col-xs-11 {
        flex: 0 0 91.66667%;
        -ms-flex: 0 0 91.66667%;
        max-width: 91.66667%;
    }

    .col-xs-10 {
        flex: 0 0 83.33333%;
        -ms-flex: 0 0 83.33333%;
        max-width: 83.33333%;
    }

    .col-xs-9 {
        flex: 0 0 75%;
        -ms-flex: 0 0 75%;
        max-width: 75%;
    }

    .col-xs-8 {
        flex: 0 0 66.66667%;
        -ms-flex: 0 0 66.66667%;
        max-width: 66.66667%;
    }

    .col-xs-7 {
        flex: 0 0 58.33333%;
        -ms-flex: 0 0 58.33333%;
        max-width: 58.33333%;
    }

    .col-xs-6 {
        flex: 0 0 50%;
        -ms-flex: 0 0 50%;
        max-width: 50%;
    }

    .col-xs-5 {
        flex: 0 0 41.66667%;
        -ms-flex: 0 0 41.66667%;
        max-width: 41.66667%;
    }

    .col-xs-4 {
        flex: 0 0 33.33333%;
        -ms-flex: 0 0 33.33333%;
        max-width: 33.33333%;
    }

    .col-xs-3 {
        flex: 0 0 25%;
        -ms-flex: 0 0 25%;
        max-width: 25%;
    }

    .col-xs-2 {
        flex: 0 0 16.66667%;
        -ms-flex: 0 0 16.66667%;
        max-width: 16.66667%;
    }

    .col-xs-1 {
        flex: 0 0 8.33333%;
        -ms-flex: 0 0 8.33333%;
        max-width: 8.33333%;
    }
}

.mt-15 {
    margin-top: 15px;
}

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

.mt-30 {
    margin-top: 30px;
}

.mt-40 {
    margin-top: 40px;
}

.mt-50 {
    margin-top: 50px;
}

.mt-80 {
    margin-top: 80px;
}

.mb-15 {
    margin-bottom: 15px;
}

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

.mb-30 {
    margin-bottom: 30px;
}

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

.mb-none-30 {
    margin-bottom: -30px;
}

.mb-none-50 {
    margin-bottom: -50px;
}

.mt-100 {
    margin-top: 100px;
}

.pt-90 {
    padding-top: 90px;
}

.pb-90 {
    padding-bottom: 90px;
}

.pt-120 {
    padding-top: 120px;
}

@media (max-width: 991px) {
    .pt-120 {
        padding-top: 90px;
    }
}

@media (max-width: 575px) {
    .pt-120 {
        padding-top: 80px;
    }
}

.pb-120 {
    padding-bottom: 120px;
}

@media (max-width: 991px) {
    .pb-120 {
        padding-bottom: 90px;
    }
}

@media (max-width: 575px) {
    .pb-120 {
        padding-bottom: 80px;
    }
}

.pt-150 {
    padding-top: 150px;
}

@media (max-width: 1199px) {
    .pt-150 {
        padding-top: 120px;
    }
}

@media (max-width: 991px) {
    .pt-150 {
        padding-top: 90px;
    }
}

.pb-150 {
    padding-bottom: 150px;
}

@media (max-width: 1199px) {
    .pb-150 {
        padding-bottom: 120px;
    }
}

@media (max-width: 991px) {
    .pb-150 {
        padding-bottom: 90px;
    }
}

.pt-80 {
    padding-top: 80px;
}

.pb-80 {
    padding-bottom: 80px;
}

.mt-100 {
    margin-top: 100px;
}

.bd-top {
    border-top: 2px solid rgba(255, 255, 255, 0.05);
}

.bd-bottom {
    border-bottom: 2px solid rgba(255, 255, 255, 0.05);
}

@media (min-width: 1360px) {
    .container {
        max-width: 1240px;
    }
}

.bg_img {
    background-size: cover;
    background-position: center;
}

.text-small {
    font-size: 12px !important;
}

.dark--overlay {
    position: relative;
}

.dark--overlay::before {
    position: absolute;
    content: "";
    top: 0;
    right: 0;
    width: 100%;
    height: 100%;
    background-color: #27272aa6;
    -webkit-box-shadow: inset -1px 0px 105px 105px #1c1917;
    -moz-box-shadow: inset -1px 0px 105px 105px #1c1917;
    box-shadow: inset -1px 0px 105px 105px #1c1917
}

label {
    color: #777777;
    margin-bottom: 13px;
}

.nice-select {
    width: 100%;
    min-height: 50px;
    line-height: 50px;
    border-radius: 3px;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    -ms-border-radius: 3px;
    -o-border-radius: 3px;
}

.nice-select .list {
    width: 100%;
    box-shadow: 0 2px 15px 0 rgba(0, 0, 0, 0.15);
}

.card {
    border-color: #1b1b3f;
    background-color: #1b1b3f;
}

.card-header {
    background-color: #1b1b3f;
    border-bottom: 1px solid #ee005f6e;
}

.card-body {
    background-color: #1b1b3f;
}

.has--img {
    position: relative;
}

.has--img .section--img {
    position: absolute;
    top: 0;
    right: 0;
    width: 100%;
    height: 100%;
    opacity: 0.03;
}

.section-header {
    margin-bottom: 35px;
    margin-top: -8px;
    /*border-bottom: 2px solid #ffffff29;*/
}

.section-title {
    font-size: 28px;
    padding-bottom: 5px;
}

.hover--effect-1 {
    -webkit-transition: all 0.3s;
    -o-transition: all 0.3s;
    transition: all 0.3s;
}

.hover--effect-1:hover {
    -webkit-transform: translateY(-5px) scale(1.05);
    -ms-transform: translateY(-5px) scale(1.05);
    transform: translateY(-5px) scale(1.05);
}

.video-button {
    position: absolute;
    width: 105px;
    height: 105px;
    color: #ffffff;
    border-radius: 50%;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    -ms-border-radius: 50%;
    -o-border-radius: 50%;
    background-color: #ee005f;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    justify-content: center;
    align-items: center;
    animation: pulse 2000ms linear infinite;
    -webkit-animation: pulse 2000ms linear infinite;
    -moz-animation: pulse 2000ms linear infinite;
}

.video-button:hover {
    color: #ffffff;
}

.video-button::before,
.video-button::after {
    position: absolute;
    content: "";
    width: 100%;
    height: 100%;
    right: 0;
    top: 0;
    border-radius: 74px;
    background-color: #ee005f;
    opacity: 0.15;
    z-index: -10;
}

.video-button::before {
    z-index: -10;
    animation: inner-ripple 2000ms linear infinite;
    -webkit-animation: inner-ripple 2000ms linear infinite;
    -moz-animation: inner-ripple 2000ms linear infinite;
}

.video-button::after {
    z-index: -10;
    animation: outer-ripple 2000ms linear infinite;
    -webkit-animation: outer-ripple 2000ms linear infinite;
    -moz-animation: outer-ripple 2000ms linear infinite;
}

.video-button i {
    font-size: 52px;
}

@-webkit-keyframes outer-ripple {
    0% {
        -webkit-transform: scale(1);
        -ms-transform: scale(1);
        transform: scale(1);
        opacity: 0.5;
    }

    80% {
        -webkit-transform: scale(1.5);
        -ms-transform: scale(1.5);
        transform: scale(1.5);
        opacity: 0;
    }

    100% {
        -webkit-transform: scale(2.5);
        -ms-transform: scale(2.5);
        transform: scale(2.5);
        opacity: 0;
    }
}

@-moz-keyframes outer-ripple {
    0% {
        -webkit-transform: scale(1);
        -ms-transform: scale(1);
        transform: scale(1);
        opacity: 0.5;
    }

    80% {
        -webkit-transform: scale(1.5);
        -ms-transform: scale(1.5);
        transform: scale(1.5);
        opacity: 0;
    }

    100% {
        -webkit-transform: scale(2.5);
        -ms-transform: scale(2.5);
        transform: scale(2.5);
        opacity: 0;
    }
}

@-ms-keyframes outer-ripple {
    0% {
        -webkit-transform: scale(1);
        -ms-transform: scale(1);
        transform: scale(1);
        opacity: 0.5;
    }

    80% {
        -webkit-transform: scale(1.5);
        -ms-transform: scale(1.5);
        transform: scale(1.5);
        opacity: 0;
    }

    100% {
        -webkit-transform: scale(2.5);
        -ms-transform: scale(2.5);
        transform: scale(2.5);
        opacity: 0;
    }
}

@keyframes outer-ripple {
    0% {
        -webkit-transform: scale(1);
        -ms-transform: scale(1);
        transform: scale(1);
        opacity: 0.5;
    }

    80% {
        -webkit-transform: scale(1.5);
        -ms-transform: scale(1.5);
        transform: scale(1.5);
        opacity: 0;
    }

    100% {
        -webkit-transform: scale(2.5);
        -ms-transform: scale(2.5);
        transform: scale(2.5);
        opacity: 0;
    }
}

@-webkit-keyframes inner-ripple {
    0% {
        -webkit-transform: scale(1);
        -ms-transform: scale(1);
        transform: scale(1);
        opacity: 0.5;
    }

    30% {
        -webkit-transform: scale(1);
        -ms-transform: scale(1);
        transform: scale(1);
        opacity: 0.5;
    }

    100% {
        -webkit-transform: scale(1.5);
        -ms-transform: scale(1.5);
        transform: scale(1.5);
        opacity: 0;
    }
}

@-moz-keyframes inner-ripple {
    0% {
        -webkit-transform: scale(1);
        -ms-transform: scale(1);
        transform: scale(1);
        opacity: 0.5;
    }

    30% {
        -webkit-transform: scale(1);
        -ms-transform: scale(1);
        transform: scale(1);
        opacity: 0.5;
    }

    100% {
        -webkit-transform: scale(1.5);
        -ms-transform: scale(1.5);
        transform: scale(1.5);
        opacity: 0;
    }
}

@-ms-keyframes inner-ripple {
    0% {
        -webkit-transform: scale(1);
        -ms-transform: scale(1);
        transform: scale(1);
        opacity: 0.5;
    }

    30% {
        -webkit-transform: scale(1);
        -ms-transform: scale(1);
        transform: scale(1);
        opacity: 0.5;
    }

    100% {
        -webkit-transform: scale(1.5);
        -ms-transform: scale(1.5);
        transform: scale(1.5);
        opacity: 0;
    }
}

@keyframes inner-ripple {
    0% {
        -webkit-transform: scale(1);
        -ms-transform: scale(1);
        transform: scale(1);
        opacity: 0.5;
    }

    30% {
        -webkit-transform: scale(1);
        -ms-transform: scale(1);
        transform: scale(1);
        opacity: 0.5;
    }

    100% {
        -webkit-transform: scale(1.5);
        -ms-transform: scale(1.5);
        transform: scale(1.5);
        opacity: 0;
    }
}

.pagination {
    justify-content: center;
}

.pagination .page-item {
    background-color: #1b1b3f;
}

.pagination .page-item:first-child {
    padding-right: 15px;
}

.pagination .page-item:first-child .page-link {
    padding: 5px 15px;
    font-size: 28px;
}

.pagination .page-item:first-child .page-link::after {
    display: none;
}

.pagination .page-item:last-child {
    padding-left: 15px;
}

.pagination .page-item:last-child .page-link {
    padding: 5px 15px;
    font-size: 28px;
}

.pagination .page-item:last-child .page-link::after {
    display: none;
}

.pagination .page-item.disabled .page-link {
    background-color: transparent;
}

.pagination .page-item.active .page-link::after {
    opacity: 1;
}

.pagination .page-item .page-link {
    background-color: transparent;
    border: none;
    color: #bfbfbf;
    padding: 15px 15px;
    display: block;
    position: relative;
}

.pagination .page-item .page-link:hover::after {
    opacity: 1;
}

.pagination .page-item .page-link:focus {
    box-shadow: none;
}

.pagination .page-item .page-link::after {
    position: absolute;
    content: "";
    width: 100%;
    height: 3px;
    background-color: #ee005f;
    bottom: 0;
    right: 0;
    opacity: 0;
    -webkit-transition: all 0.3s;
    -o-transition: all 0.3s;
    transition: all 0.3s;
}

.d-pagination {
    margin-top: 50px;
}

.d-pagination .pagination {
    margin: -5px;
}

.d-pagination .pagination li {
    margin: 5px 5px;
}

.d-pagination .pagination li.active a {
    background-color: #ee005f;
    color: #ffffff;
    border-color: #ee005f;
}

.d-pagination .pagination li.active a:hover {
    background-color: #ee005f;
    color: #ffffff;
}

.d-pagination .pagination li a {
    border-radius: 50% !important;
    -webkit-border-radius: 50% !important;
    -moz-border-radius: 50% !important;
    -ms-border-radius: 50% !important;
    -o-border-radius: 50% !important;
    color: #bfbfbf;
    font-weight: 500;
    width: 45px;
    height: 45px;
    border: 1px solid #e5e5e5;
    text-align: center;
    line-height: 28px;
}

.d-pagination .pagination li a:hover {
    color: #ee005f;
    background-color: transparent;
    border-color: #ee005f;
}

.cmn-list {
    margin-top: 20px;
}

.cmn-list li + li {
    margin-top: 15px;
}

.cmn-list li {
    position: relative;
    padding-right: 40px;
}

.cmn-list li::before {
    position: absolute;
    content: "";
    top: 5px;
    right: 0;
    width: 20px;
    height: 10px;
    border-right: 1px solid #ee005f;
    border-bottom: 1px solid #ee005f;
    -webkit-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    transform: rotate(45deg);
}

.cmn-list-2 {
    margin-top: 20px;
}

.cmn-list-2 li + li {
    margin-top: 10px;
}

.cmn-list-2 li {
    position: relative;
    padding-right: 45px;
}

.cmn-list-2 li:nth-last-of-type(3n + 3)::before {
    border-color: #a22546;
}

.cmn-list-2 li:nth-last-of-type(3n + 2)::before {
    border-color: #f7a139;
}

.cmn-list-2 li:nth-last-of-type(3n + 1)::before {
    border-color: #3097d1;
}

.cmn-list-2 li::before {
    position: absolute;
    content: "";
    top: 5px;
    right: 0;
    width: 20px;
    height: 10px;
    border-right: 1px solid red;
    border-bottom: 1px solid red;
    -webkit-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    transform: rotate(45deg);
}

.number-list--style {
    list-style-type: decimal;
    padding-right: 15px;
}

.number-list--style li span {
    font-weight: 500;
    color: #ee005f;
}

.cmn-accordion .card + .card {
    margin-top: 15px;
}

.cmn-accordion .card {
    border: none;
    background-color: transparent;
    border-radius: 0;
    -webkit-border-radius: 0;
    -moz-border-radius: 0;
    -ms-border-radius: 0;
    -o-border-radius: 0;
}

.cmn-accordion .card-header {
    background-color: transparent;
    padding: 0;
    margin-bottom: 0 !important;
    border: 1px solid rgba(255, 255, 255, 0.1);
    border-radius: 5px !important;
    -webkit-border-radius: 5px !important;
    -moz-border-radius: 5px !important;
    -ms-border-radius: 5px !important;
    -o-border-radius: 5px !important;
}

.cmn-accordion .card-header .acc-btn {
    display: block;
    width: 100%;
    justify-content: space-between;
    background-color: transparent;
    cursor: pointer;
    position: relative;
    text-align: right;
    padding-left: 50px;
}

.cmn-accordion .card-header .acc-btn:focus {
    outline: none;
}

.cmn-accordion .card-header .acc-btn.collapsed .plus-icon::after {
    -webkit-transform: translate(50%, -50%) rotate(0deg);
    -ms-transform: translate(50%, -50%) rotate(0deg);
    transform: translate(50%, -50%) rotate(0deg);
}

.cmn-accordion .card-header .acc-btn .text {
    font-weight: 500;
    font-size: 18px;
    padding: 10px;
}

@media (max-width: 991px) {
    .cmn-accordion .card-header .acc-btn .text {
        font-size: 18px;
    }
}

@media (max-width: 575px) {
    .cmn-accordion .card-header .acc-btn .text {
        font-size: 15px;
    }
}

.cmn-accordion .card-header .acc-btn .plus-icon {
    position: absolute;
    width: 70px;
    left: 0;
    top: 0;
    height: 100%;
    border-right: 1px solid rgba(255, 255, 255, 0.1);
}

.cmn-accordion .card-header .acc-btn .plus-icon::before {
    position: absolute;
    content: "";
    top: 50%;
    right: 50%;
    width: 15px;
    height: 2px;
    background-color: #bfbfbf;
    -webkit-transform: translate(50%, -50%);
    -ms-transform: translate(50%, -50%);
    transform: translate(50%, -50%);
}

.cmn-accordion .card-header .acc-btn .plus-icon::after {
    position: absolute;
    content: "";
    top: 50%;
    right: 50%;
    height: 15px;
    width: 2px;
    background-color: #bfbfbf;
    -webkit-transform: translate(50%, -50%) rotate(-90deg);
    -ms-transform: translate(50%, -50%) rotate(-90deg);
    transform: translate(50%, -50%) rotate(-90deg);
    -webkit-transition: all 0.3s;
    -o-transition: all 0.3s;
    transition: all 0.3s;
}

.cmn-accordion .card-body {
    padding: 20px 20px;
}

.tab-content {
    padding: 30px 0 0;
}

blockquote {
    padding: 30px;
    margin-top: 30px;
}

@media (max-width: 575px) {
    blockquote {
        padding: 20px;
    }
}

blockquote p {
    font-size: 18px;
    color: #ffffff;
    margin-top: 0 !important;
}

@media (max-width: 575px) {
    blockquote p {
        font-size: 16px;
    }
}

.nice-select.open {
    border-color: #ee005f;
}

.page-breadcrumb {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    margin-top: 10px;
}

.page-breadcrumb li {
    color: #ffffff;
    text-transform: capitalize;
}

.page-breadcrumb li::after {
    content: "-";
    color: #ffffff;
    margin: 0 5px;
}

.page-breadcrumb li:first-child::before {
    content: "\f015";
    font-family: "Font Awesome 5 Free";
    font-weight: 900;
    color: #ee005f;
    margin-left: 6px;
}

.page-breadcrumb li:last-child::after {
    display: none;
}

.page-breadcrumb li a {
    color: #ffffff;
    text-transform: capitalize;
}

#lightcase-overlay {
    z-index: 9999;
}

#lightcase-case {
    z-index: 99999;
}

.scroll-to-top {
    height: 45px;
    width: 45px;
    display: inline-block;
    z-index: 99999;
    cursor: pointer;
    text-align: center;
    background-color: #ee005f;
    line-height: 50px;
    box-shadow: 0 5px 15px 0 rgba(0, 0, 0, 0.25);
    margin-top: -15px;
    border-radius: 50%;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    -ms-border-radius: 50%;
    -o-border-radius: 50%;
    -webkit-transform: translateY(-25px);
    -ms-transform: translateY(-25px);
    transform: translateY(-25px);
}

.scroll-to-top .scroll-icon {
    font-size: 24px;
    color: #ffffff;
    display: inline-block;
}

a[class*="lightcase-icon-"].lightcase-icon-close {
    top: 100px;
    left: 50px;
}

/* global css end */
h1 {
    font-size: 62px;
}

h2 {
    font-size: 36px;
}

@media (max-width: 991px) {
    h2 {
        font-size: 32px;
    }
}

@media (max-width: 767px) {
    h2 {
        font-size: 28px;
    }
}

@media (max-width: 575px) {
    h2 {
        font-size: 24px;
    }
}

h3 {
    font-size: 24px;
}

h4 {
    font-size: 22px;
}

@media (max-width: 767px) {
    h4 {
        font-size: 20px;
    }
}

h5 {
    font-size: 20px;
}

@media (max-width: 767px) {
    h5 {
        font-size: 18px;
    }
}

h6 {
    font-size: 18px;
}

h1,
h2,
h3,
h4,
h5,
h6 {
    font-family: "Yekan", sans-serif;
    color: #ffffff;
    font-weight: 400;
    margin: 0;
    line-height: 1.3;
}

h1 > a,
h2 > a,
h3 > a,
h4 > a,
h5 > a,
h6 > a {
    font-family: "Yekan", sans-serif;
    color: #ffffff;
    font-weight: 400;
    -webkit-transition: all 0.3s;
    -o-transition: all 0.3s;
    transition: all 0.3s;
    line-height: 1.3;
}

p,
li,
span {
    line-height: 1.7;
    margin: 0;
}

a {
    text-decoration: none;
    display: inline-block;
    font-weight: 400;
}

a:hover {
    text-decoration: none;
}

/* color css start */
.bg--primary {
    background-color: #7367f0 !important;
}

.bg--pink {
    background-color: #e91e63 !important;
}

.bg--teal {
    background-color: #009688 !important;
}

.bg--green {
    background-color: #4caf50 !important;
}

.bg--one {
    background-color: #1b1b3f !important;
}

.bg--two {
    background-color: #0d0d31 !important;
}

.section--bg {
    background-color: #1b1b3f;
}

.bg--base {
    background-color: #ee005f;
}

.base--color {
    color: #ee005f;
}

.color--glod {
    color: #ffd700 !important;
}

.color--primary {
    color: #7367f0 !important;
}

.color--danger {
    color: #ea5455 !important;
}

/* color css end */
/* button css start */
.cmn-btn {
    padding: 14px 35px;
    text-transform: capitalize;
    border-radius: 30px;
    -webkit-border-radius: 30px;
    -moz-border-radius: 30px;
    -ms-border-radius: 30px;
    -o-border-radius: 30px;
    background-color: #ee005f;
    box-shadow: 0px 10px 20px 0px rgba(0, 0, 0, 0.15);
    -webkit-transition: all 0.3s;
    -o-transition: all 0.3s;
    transition: all 0.3s;
    color: #ffffff;
}

.cmn-btn:hover {
    color: #ffffff;
    background-color: #d50055;
}

.cmn-btn.btn-sm {
    padding: 5px 10px;
}

.btn-border {
    padding: 13px 30px;
    font-size: 16px;
    font-weight: 600;
    text-transform: capitalize;
    color: #bfbfbf;
    border-radius: 5px;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    -ms-border-radius: 5px;
    -o-border-radius: 5px;
    border: 1px solid #ee005f;
}

.btn-border.btn-sm {
    padding: 10px 20px;
}

.view-btn {
    color: #bfbfbf;
    font-weight: 600;
    position: relative;
    z-index: 1;
}

.view-btn::before {
    position: absolute;
    content: "";
    right: 0;
    bottom: 0;
    width: 100%;
    height: 10px;
    background-color: #ee005f;
    z-index: -1;
}

.btn-group {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    justify-content: center;
    margin-right: -10px;
    margin-left: -10px;
}

.btn-group *[class*="btn"] {
    margin: 5px 10px;
    align-items: center;
}

.btn-group *[class*="btn"].d-flex {
    padding: 8px 35px;
}

.read-btn {
    color: #ee005f;
    font-weight: 600;
    text-transform: uppercase;
    font-size: 14px;
}

*[class*="btn"] .btn-sm {
    padding: 6px 20px;
}

.bnt-area {
    margin: -5px -8px;
}

.bnt-area *[class*="btn"] {
    margin: 5px 8px;
}

.video-btn {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    align-items: center;
}

.video-btn span {
    color: #ffffff;
    margin-right: 20px;
    font-size: 18px;
}

.video-btn .icon {
    width: 65px;
    height: 65px;
    color: #ffffff;
    border-radius: 50%;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    -ms-border-radius: 50%;
    -o-border-radius: 50%;
    background-color: #ee005f;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    justify-content: center;
    align-items: center;
    animation: pulse 2000ms linear infinite;
    -webkit-animation: pulse 2000ms linear infinite;
    -moz-animation: pulse 2000ms linear infinite;
}

@media (max-width: 991px) {
    .video-btn .icon {
        width: 45px;
        height: 45px;
        line-height: 45px;
    }
}

@media (max-width: 400px) {
    .video-btn .icon {
        width: 35px;
        height: 35px;
        line-height: 35px;
    }

    .video-btn span {
        font-size: 12px;
    }

    .video-btn .icon i {
        font-size: 12px !important;
    }
}

.video-btn .icon:hover {
    color: #ffffff;
}

.video-btn .icon::before,
.video-btn .icon::after {
    position: absolute;
    content: "";
    width: 100%;
    height: 100%;
    right: 0;
    top: 0;
    border-radius: 74px;
    background-color: #ee005f;
    opacity: 0.15;
    z-index: -10;
}

.video-btn .icon::before {
    z-index: -10;
    animation: inner-ripple 2000ms linear infinite;
    -webkit-animation: inner-ripple 2000ms linear infinite;
    -moz-animation: inner-ripple 2000ms linear infinite;
}

.video-btn .icon::after {
    z-index: -10;
    animation: outer-ripple 2000ms linear infinite;
    -webkit-animation: outer-ripple 2000ms linear infinite;
    -moz-animation: outer-ripple 2000ms linear infinite;
}

.video-btn .icon i {
    font-size: 18px;
}

@-webkit-keyframes outer-ripple {
    0% {
        -webkit-transform: scale(1);
        -ms-transform: scale(1);
        transform: scale(1);
        opacity: 0.5;
    }

    80% {
        -webkit-transform: scale(1.5);
        -ms-transform: scale(1.5);
        transform: scale(1.5);
        opacity: 0;
    }

    100% {
        -webkit-transform: scale(2.5);
        -ms-transform: scale(2.5);
        transform: scale(2.5);
        opacity: 0;
    }
}

@-moz-keyframes outer-ripple {
    0% {
        -webkit-transform: scale(1);
        -ms-transform: scale(1);
        transform: scale(1);
        opacity: 0.5;
    }

    80% {
        -webkit-transform: scale(1.5);
        -ms-transform: scale(1.5);
        transform: scale(1.5);
        opacity: 0;
    }

    100% {
        -webkit-transform: scale(2.5);
        -ms-transform: scale(2.5);
        transform: scale(2.5);
        opacity: 0;
    }
}

@-ms-keyframes outer-ripple {
    0% {
        -webkit-transform: scale(1);
        -ms-transform: scale(1);
        transform: scale(1);
        opacity: 0.5;
    }

    80% {
        -webkit-transform: scale(1.5);
        -ms-transform: scale(1.5);
        transform: scale(1.5);
        opacity: 0;
    }

    100% {
        -webkit-transform: scale(2.5);
        -ms-transform: scale(2.5);
        transform: scale(2.5);
        opacity: 0;
    }
}

@keyframes outer-ripple {
    0% {
        -webkit-transform: scale(1);
        -ms-transform: scale(1);
        transform: scale(1);
        opacity: 0.5;
    }

    80% {
        -webkit-transform: scale(1.5);
        -ms-transform: scale(1.5);
        transform: scale(1.5);
        opacity: 0;
    }

    100% {
        -webkit-transform: scale(2.5);
        -ms-transform: scale(2.5);
        transform: scale(2.5);
        opacity: 0;
    }
}

@-webkit-keyframes inner-ripple {
    0% {
        -webkit-transform: scale(1);
        -ms-transform: scale(1);
        transform: scale(1);
        opacity: 0.5;
    }

    30% {
        -webkit-transform: scale(1);
        -ms-transform: scale(1);
        transform: scale(1);
        opacity: 0.5;
    }

    100% {
        -webkit-transform: scale(1.5);
        -ms-transform: scale(1.5);
        transform: scale(1.5);
        opacity: 0;
    }
}

@-moz-keyframes inner-ripple {
    0% {
        -webkit-transform: scale(1);
        -ms-transform: scale(1);
        transform: scale(1);
        opacity: 0.5;
    }

    30% {
        -webkit-transform: scale(1);
        -ms-transform: scale(1);
        transform: scale(1);
        opacity: 0.5;
    }

    100% {
        -webkit-transform: scale(1.5);
        -ms-transform: scale(1.5);
        transform: scale(1.5);
        opacity: 0;
    }
}

@-ms-keyframes inner-ripple {
    0% {
        -webkit-transform: scale(1);
        -ms-transform: scale(1);
        transform: scale(1);
        opacity: 0.5;
    }

    30% {
        -webkit-transform: scale(1);
        -ms-transform: scale(1);
        transform: scale(1);
        opacity: 0.5;
    }

    100% {
        -webkit-transform: scale(1.5);
        -ms-transform: scale(1.5);
        transform: scale(1.5);
        opacity: 0;
    }
}

@keyframes inner-ripple {
    0% {
        -webkit-transform: scale(1);
        -ms-transform: scale(1);
        transform: scale(1);
        opacity: 0.5;
    }

    30% {
        -webkit-transform: scale(1);
        -ms-transform: scale(1);
        transform: scale(1);
        opacity: 0.5;
    }

    100% {
        -webkit-transform: scale(1.5);
        -ms-transform: scale(1.5);
        transform: scale(1.5);
        opacity: 0;
    }
}

/* button css end */
/* form css start */
.form-control {
    min-height: 50px;
    padding: 10px 20px;
    border: 1px solid rgba(255, 255, 255, 0.15);
    width: 100%;
    background-color: #44403c;
    border-radius: 3px;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    -ms-border-radius: 3px;
    -o-border-radius: 3px;
    color: #ffffff !important;
}

.form-control::-webkit-input-placeholder {
    color: rgba(255, 255, 255, 0.2);
}

.form-control::-moz-placeholder {
    color: rgba(255, 255, 255, 0.2);
}

.form-control:-ms-input-placeholder {
    color: rgba(255, 255, 255, 0.2);
}

.form-control:-moz-placeholder {
    color: rgba(255, 255, 255, 0.2);
}

.form-control:focus {
    background-color: transparent;
    box-shadow: none;
    border-color: #ee005f;
}

.input-group-text {
    background-color: #1b1b3f;
    border-color: #1b1b3f;
    color: #ffffff;
}

.input-group-text i {
    font-size: 18px;
}

.input-group:not(.has-validation) > .dropdown-toggle:nth-last-child(n+3), .input-group:not(.has-validation) > :not(:last-child):not(.dropdown-toggle):not(.dropdown-menu) {
    border-top-right-radius: 0;
    border-bottom-right-radius: 0;
    border-top-left-radius: 3px;
    border-bottom-left-radius: 3px;
}

.input-group > :not(:first-child):not(.dropdown-menu):not(.valid-tooltip):not(.valid-feedback):not(.invalid-tooltip):not(.invalid-feedback) {
    margin-right: 1px;
    border-top-left-radius: 0;
    border-bottom-left-radius: 0;
    border-top-right-radius: 3px;
    border-bottom-right-radius: 3px;
}

.form-group {
    margin-bottom: 20px;
}

/* form css end*/
[data-label] {
    position: relative;
}

[data-label]::before {
    position: absolute;
    content: attr(data-label);
    font-weight: 700;
    color: #ffffff;
    top: 0;
    right: 0;
    padding: 13px 15px;
    display: none;
}

/* header start */
.header {
    position: fixed;
    width: 100%;
    right: 0;
    top: 0;
    z-index: 9;
    -webkit-transition: all 0.3s;
    -o-transition: all 0.3s;
    transition: all 0.3s;
    background: #bdc3c7;
    background: -webkit-linear-gradient(to bottom, rgba(0, 0, 0, 0.7), rgba(0, 0, 0, 0.002));
    background: linear-gradient(to bottom, rgba(0, 0, 0, 0.7), rgba(0, 0, 0, 0.002));
}

.header.active {
    background-color: #070b28;
}

.header.menu-fixed {
    position: fixed;
    top: 0;
    right: 0;
    width: 100%;
}

.header.menu-fixed .header__top {
    display: none;
}

.header.menu-fixed .header__bottom {
    padding: 0 30px;
    box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.1);
    background-color: #111010;
}

@media (max-width: 1199px) {
    .header.menu-fixed .header__bottom {
        padding: 15px 30px;
    }
}

.header__top {
    padding: 15px 0;
    border-bottom: 1px solid rgba(90, 75, 204, 0.3);
}

@media (max-width: 1199px) {
    .header__top {
        padding: 8px 0;
    }
}

@media (max-width: 575px) {
    .header__top .left {
        justify-content: center;
    }
}

.header__top .left a {
    color: #ffffff;
}

@media (max-width: 1199px) {
    .header__top .left a {
        font-size: 14px;
    }
}

.header__top .left .language {
    margin-right: 30px;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    align-items: center;
}

.header__top .left .language i {
    color: #ffffff;
    font-size: 18px;
    margin-left: 5px;
}

@media (max-width: 1199px) {
    .header__top .left .language i {
        font-size: 15px;
    }
}

.header__top .left .language .nice-select {
    width: auto;
    background-color: transparent;
    padding-right: 0;
    padding-left: 10px;
    min-height: 40px;
    line-height: 47px;
    border: none;
}

.header__top .left .language .nice-select::after {
    left: 0;
    margin-top: -2px;
}

.header__top .left .language .nice-select .list {
    background-color: transparent;
    background-image: -moz-linear-gradient(-7deg, #ec1379 0%, #6c0092 100%);
    background-image: -webkit-linear-gradient(-7deg, #ec1379 0%, #6c0092 100%);
    background-image: -ms-linear-gradient(-7deg, #ec1379 0%, #6c0092 100%);
    box-shadow: 0px 3px 7px 0px rgba(0, 0, 0, 0.35);
    width: 75px;
}

.header__top .left .language .nice-select .option {
    background-color: transparent;
    padding-right: 10px;
    padding-left: 10px;
    color: #ffffff;
}

.header__top .left .language .nice-select .current {
    color: #ffffff;
}

.header__top .right a {
    color: #ffffff;
    margin: 5px 15px;
}

.header__top .right a:last-child {
    margin-left: 0;
}

.header__bottom {
    padding: 0 30px;
}

@media (max-width: 1199px) {
    .header__bottom {
        background-color: #1b1b3f;
        padding: 15px 30px;
    }
}

.header .site-logo img {
    max-width: 80px;
}

@media (max-width: 1199px) {
    .header .main-menu {
        padding: 15px 0;
    }
}

.header .main-menu li {
    position: relative;
}

.header .main-menu li.menu_has_children {
    position: relative;
}

.header .main-menu li.menu_has_children.open .sub-menu {
    display: block;
}

@media (max-width: 1199px) {
    .header .main-menu li.menu_has_children > a {
        display: block;
    }
}

.header .main-menu li.menu_has_children > a::before {
    position: absolute;
    content: "\f107";
    font-family: "Font Awesome 5 Free";
    font-weight: 900;
    top: 0;
    left: 0;
    color: #ffffff;
    -webkit-transition: all 0.3s;
    -o-transition: all 0.3s;
    transition: all 0.3s;
    display: none;
}

@media (max-width: 1199px) {
    .header .main-menu li.menu_has_children > a::before {
        display: block;
        top: 9px;
    }
}

.header .main-menu li.menu_has_children:hover > a::before {
    -webkit-transform: rotate(-180deg);
    -ms-transform: rotate(-180deg);
    transform: rotate(-180deg);
    color: #ee005f;
}

.header .main-menu li a {
    padding: 20px 0 20px 15px;
    text-transform: uppercase;
    font-size: 14px;
    color: #e7e7f4;
    position: relative;
}

@media (max-width: 1199px) {
    .header .main-menu li a {
        padding: 8px 0;
        display: block;
        border-bottom: 1px solid rgba(255, 255, 255, 0.1);
    }
}

.header .main-menu li a:hover,
.header .main-menu li a:focus {
    color: #ee005f;
}

.header .main-menu li .sub-menu {
    position: absolute;
    width: 220px;
    top: 105%;
    right: -20px;
    z-index: 9999;
    background-color: #d50055;
    padding: 10px 0;
    border-top: 2px solid #ee005f;
    -webkit-box-shadow: 0px 18px 54px -8px rgba(0, 0, 0, 0.15);
    box-shadow: 0px 18px 54px -8px rgba(0, 0, 0, 0.15);
    border-radius: 5px;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    -ms-border-radius: 5px;
    -o-border-radius: 5px;
    -webkit-transition: all 0.3s;
    -o-transition: all 0.3s;
    transition: all 0.3s;
    opacity: 0;
    visibility: hidden;
    border-top: 2px solid #ffffff;
    z-index: 9;
}

@media (max-width: 1199px) {
    .header .main-menu li .sub-menu {
        opacity: 1;
        visibility: visible;
        display: none;
        position: static;
        -webkit-transition: none;
        -o-transition: none;
        transition: none;
        width: 100%;
    }
}

.header .main-menu li .sub-menu li a {
    padding: 8px 20px;
    display: block;
    color: #ffffff;
    font-size: 14px;
    transition: all .3s ease-in-out;
}

.header .main-menu li .sub-menu li a:hover {
    background-color: rgba(255, 255, 255, 0.05);
    color: #ffffff;
}

.header .main-menu li .sub-menu li + li {
    margin-right: 0;
}

.header .main-menu li:hover .sub-menu {
    top: 100%;
    opacity: 1;
    visibility: visible;
}

.header .main-menu li + li {
    margin-right: 10px;
}

@media (max-width: 1199px) {
    .header .main-menu li + li {
        margin-right: 0;
    }
}

.header .nav-right {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    align-items: center;
}

@media (max-width: 575px) {
    .header .nav-right {
        justify-content: space-between;
        margin-top: 20px;
    }
}

.header .nav-right a {
    color: #ffffff;
    text-transform: uppercase;
    display: inline-flex;
    align-items: center;
    font-size: 14px;
}

.header .nav-right a i {
    font-size: 20px;
    margin-left: 8px;
}

.header .nav-right a + a {
    margin-right: 30px;
}

@media (max-width: 575px) {
    .header .nav-right a + a {
        margin-right: 0;
    }
}

.header .nav-right .nice-select {
    margin-right: 30px;
    width: 90px;
    background-color: transparent;
    min-height: 40px;
    line-height: 40px;
    border: 1px solid rgba(255, 255, 255, 0.15);
}

@media (max-width: 575px) {
    .header .nav-right .nice-select {
        margin-right: 0;
    }
}

.header .nav-right .nice-select .current {
    color: #ffffff;
}

.header .nav-right .nice-select .list {
    background-color: #302d2b;
}

.nice-select .option:hover,
.nice-select .option.focus,
.nice-select .option.selected.focus {
    background-color: #ffffff26;
}

.header .nav-right__search-btn {
    background-color: transparent;
    color: #ffffff;
    font-size: 18px;
    color: #ffffff;
}

@media (max-width: 767px) {
    .navbar-collapse {
        max-height: 320px;
        overflow: auto;
    }
}

.navbar-toggler {
    padding: 0;
    border: none;
}

.navbar-toggler:focus {
    outline: none;
    box-shadow: none;
}

.offcanvas {
    background-color: #302d2b;
    height: 100vh;
}

@media only screen and (min-width: 1200px) {
    .offcanvasHide {
        display: none;
    }
}

.side_menu_close {
    background-color: transparent;
}

.menu-toggle {
    margin: 10px 0;
    position: relative;
    display: block;
    width: 35px;
    height: 20px;
    cursor: pointer;
    background: transparent;
    border-top: 2px solid;
    border-bottom: 2px solid;
    color: #000000;
    font-size: 0;
    -webkit-transition: all 0.25s ease-in-out;
    -o-transition: all 0.25s ease-in-out;
    transition: all 0.25s ease-in-out;
    cursor: pointer;
}

@media (max-width: 1199px) {
    .menu-toggle {
        color: #ffffff;
    }
}

.menu-toggle:before,
.menu-toggle:after {
    content: "";
    display: block;
    width: 100%;
    height: 2px;
    position: absolute;
    top: 50%;
    right: 50%;
    background: currentColor;
    -webkit-transform: translate(50%, -50%);
    -ms-transform: translate(50%, -50%);
    transform: translate(50%, -50%);
    transition: -webkit-transform 0.25s ease-in-out;
    -webkit-transition: -webkit-transform 0.25s ease-in-out;
    -o-transition: -webkit-transform 0.25s ease-in-out;
    transition: transform 0.25s ease-in-out;
    -moz-transition: -webkit-transform 0.25s ease-in-out;
    -ms-transition: -webkit-transform 0.25s ease-in-out;
}

@media (max-width: 1199px) {
    .menu-toggle:before,
    .menu-toggle:after {
        background-color: #ffffff;
    }
}

span.is-active {
    border-color: transparent;
}

span.is-active:before {
    -webkit-transform: translate(50%, -50%) rotate(-45deg);
    -ms-transform: translate(50%, -50%) rotate(-45deg);
    transform: translate(50%, -50%) rotate(-45deg);
}

span.is-active:after {
    -webkit-transform: translate(50%, -50%) rotate(45deg);
    -ms-transform: translate(50%, -50%) rotate(45deg);
    transform: translate(50%, -50%) rotate(45deg);
}

span.menu-toggle:hover {
    color: #000000;
}

@media (max-width: 1199px) {
    span.menu-toggle:hover {
        color: #ffffff;
    }
}

span.is-active {
    border-color: transparent;
}

span.is-active:before {
    -webkit-transform: translate(50%, -50%) rotate(-45deg);
    -ms-transform: translate(50%, -50%) rotate(-45deg);
    transform: translate(50%, -50%) rotate(-45deg);
}

span.is-active:after {
    -webkit-transform: translate(50%, -50%) rotate(45deg);
    -ms-transform: translate(50%, -50%) rotate(45deg);
    transform: translate(50%, -50%) rotate(45deg);
}

/* header end */
/* header-search-area css start */
.header-search-area {
    position: fixed;
    top: 0;
    right: 0;
    width: 100%;
    height: 100vh;
    z-index: 99;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    justify-content: center;
    align-items: center;
    background-color: rgba(0, 0, 0, 0.65);
    cursor: crosshair;
    -webkit-transform: scale(1, 0);
    -ms-transform: scale(1, 0);
    transform: scale(1, 0);
    transform-origin: center;
    -webkit-transition: all 0.5s;
    -o-transition: all 0.5s;
    transition: all 0.5s;
}

.header-search-area.active {
    -webkit-transform: scale(1, 1);
    -ms-transform: scale(1, 1);
    transform: scale(1, 1);
}

.header-search-form {
    position: relative;
}

.header-search-form input {
    width: 100%;
    min-height: 70px;
    padding: 10px 20px;
    background-color: #000000;
    border: 1px solid rgba(255, 255, 255, 0.15);
    border-radius: 5px;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    -ms-border-radius: 5px;
    -o-border-radius: 5px;
    color: #ffffff;
    padding-left: 80px;
}

.header-search-form button {
    position: absolute;
    top: 0;
    left: 0;
    width: 60px;
    height: 100%;
    background-color: #ee005f;
    color: #ffffff;
    font-size: 24px;
    border-radius: 5px 0 0 5px;
}

/* header-search-area css end */

/* header end */
/* hero-section start */
@media (max-width: 1199px) {
    .hero {
        margin-top: 70px;
    }
}

.movie-slide {
    padding-top: 50px;
    padding-bottom: 50px;
    position: relative;
    z-index: 1;
    min-height: 695px;
    display: flex !important;
    flex-wrap: wrap;
    align-items: center;
}

@media (max-width: 1199px) {
    .movie-slide {
        min-height: auto;
        height: 600px;
        padding-top: 50px;
        padding-bottom: 50px;
    }
}

@media (max-width: 991px) {
    .movie-slide {
        height: 450px;
    }
}

@media (max-width: 767px) {
    .movie-slide {
        height: 400px;
    }
}

@media (max-width: 575px) {
    .movie-slide {
        height: 290px;
    }
}

@media (max-width: 400px) {
    .movie-slide {
        height: 195px;
    }
}

.movie-slide:before {
    position: absolute;
    content: "";
    top: 0;
    right: 0;
    width: 100%;
    height: 100%;
    background-color: #000000;
    opacity: 0.56;
    z-index: -1;
}

.movie-slide__content {
    width: 60%;
    padding-right: 200px;
    padding-left: 250px;
}

@media (max-width: 1500px) {
    .movie-slide__content {
        padding-left: 0;
    }
}

@media (max-width: 1199px) {
    .movie-slide__content {
        width: 80%;
    }
}

@media (max-width: 991px) {
    .movie-slide__content {
        padding-right: 50px;
        width: 100%;
        padding-right: 30px;
        padding-left: 30px;
        text-align: center;
    }
}

@media (max-width: 575px) {
    .movie-slide__content {
        padding: 0 15px;
    }
}

.movie-slide__content .movie-name {
    font-size: 72px;
}

@media (max-width: 991px) {
    .movie-slide__content .movie-name {
        font-size: 42px;
    }
}

@media (max-width: 575px) {
    .movie-slide__content .movie-name {
        font-size: 30px;
    }
}

@media (max-width: 400px) {
    .movie-slide__content .movie-name {
        font-size: 24px;
    }
}

.movie-slide__content p {
    margin-top: 20px;
    font-size: 18px;
    color: #d6d6d6;
}

@media (max-width: 991px) {
    .movie-slide__content p {
        display: none;
    }
}

.movie-slide .movie-meta {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    margin: -3px -15px;
}

.movie-slide .movie-meta li {
    margin: 3px 15px;
    position: relative;
}

.movie-slide .movie-meta li:last-child::after {
    display: none;
}

.movie-slide .movie-meta li::after {
    position: absolute;
    content: "";
    top: 12px;
    left: -19px;
    width: 6px;
    height: 6px;
    background-color: #bbbbbb;
    border-radius: 50%;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    -ms-border-radius: 50%;
    -o-border-radius: 50%;
}

.movie-slide .movie-meta li i {
    font-size: 14px;
}

.movie-slide .movie-meta li span {
    color: #ffffff;
    font-size: 14px;
}

.hero__slider .slick-dots {
    position: absolute;
    width: 100%;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    justify-content: center;
    bottom: 30px;
}

@media (max-width: 575px) {
    .hero__slider .slick-dots {
        bottom: 15px;
    }
}

.hero__slider .slick-dots li {
    margin: 0 10px;
}

.hero__slider .slick-dots li.slick-active button {
    background-color: #ee005f;
}

.hero__slider .slick-dots li button {
    font-size: 0;
    width: 35px;
    height: 4px;
    background-color: #c5c5c5;
}

@media (max-width: 400px) {
    .hero__slider .slick-dots {
        bottom: 10px;
    }

    .hero__slider .slick-dots li button {
        height: 2px;
    }
}

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

.hero__slider .single-slide,
.hero__slider .single-slide a {
    display: block;
    height: 695px;
}

@media (max-width: 1199px) {
    .hero__slider .single-slide,
    .hero__slider .single-slide a {
        height: 600px;
    }
}

@media (max-width: 991px) {
    .hero__slider .single-slide,
    .hero__slider .single-slide a {
        height: 450px;
    }
}

@media (max-width: 767px) {
    .hero__slider .single-slide,
    .hero__slider .single-slide a {
        height: 400px;
    }
}

@media (max-width: 575px) {
    .hero__slider .single-slide,
    .hero__slider .single-slide a {
        height: 290px;
    }
}

@media (max-width: 400px) {
    .hero__slider .single-slide,
    .hero__slider .single-slide a {
        height: 195px;
    }
}

/* hero-section end */
/* inner-hero section css start */
.inner-hero {
    padding-top: 100px;
    padding-bottom: 50px;
}

@media (max-width: 1199px) {
    .inner-hero {
        padding-top: 150px;
        padding-bottom: 100px;
    }
}

/* inner-hero section css end */
/* featured section css start */
.movie-card {
    overflow: hidden;
    border-radius: 8px;
    -webkit-border-radius: 8px;
    -moz-border-radius: 8px;
    -ms-border-radius: 8px;
    -o-border-radius: 8px;
    -webkit-transition: all 0.3s;
    -o-transition: all 0.3s;
    transition: all 0.3s;
}

.movie-card:hover {
    -webkit-transform: scale(1.05);
    -ms-transform: scale(1.05);
    transform: scale(1.05);
}

.movie-card:hover .movie-card__thumb .icon {
    opacity: 1;
    visibility: visible;
}

.movie-card::after {
    display: none;
}

.movie-card__thumb {
    position: relative;
}

.movie-card__thumb img {
    width: 100%;
    height: 190px;
    object-fit: cover;
    -o-object-fit: cover;
    object-position: center;
    -o-object-position: center;
}

.movie-card__thumb .icon {
    position: absolute;
    top: 0;
    right: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(0, 0, 0, 0.55);
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    justify-content: center;
    color: #ee005f;
    font-size: 24px;
    opacity: 0;
    visibility: hidden;
    -webkit-transition: all 0.3s;
    -o-transition: all 0.3s;
    transition: all 0.3s;
}

.movie-card__content {
    padding: 20px;
    background-color: #27272a !important;
}

@media (max-width: 425px) {
    .movie-card .movie-card__content a {
        font-size: 12px !important;
        max-lines: 1;
        text-overflow: ellipsis;
        white-space: nowrap;
        width: 80%;
    }
}

.movie-card__content .year {
    font-size: 14px;
}

.movie-card__meta {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    justify-content: space-between;
    margin-top: 5px;
}

.movie-card__meta li i {
    font-size: 12px;
}

.movie-card__meta li span {
    font-size: 12px;
}

.movie-slider-one .slick-arrow {
    position: absolute;
    width: 30px;
    height: 30px;
    line-height: 33px;
    text-align: center;
    font-size: 20px;
    color: #ffffff;
    background-color: #ee005f;
    z-index: 1;
    top: -40px;
    left: 0;
    cursor: pointer;
    border-radius: 3px;
    -webkit-border-radius: 50px;
    -moz-border-radius: 50px;
    -ms-border-radius: 50px;
    -o-border-radius: 50px;
    -webkit-transition: all 0.3s;
    -o-transition: all 0.3s;
    transition: all 0.3s;
}

@media (max-width: 575px) {
    .movie-slider-one .slick-arrow {
        top: 50%;
    }
}

.movie-slider-one .slick-arrow.slick-disabled {
    background-color: #880036;
}

/*.movie-slider-one .slick-arrow.prev {*/
/*    left: 50px;*/
/*}*/

.movie-slider-one .slick-arrow.next {
    left: 50px;
}

@media (max-width: 575px) {
    .movie-slider-one .slick-arrow.prev {
        left: auto;
        right: -15px;
    }
}

@media (max-width: 575px) {
    .movie-slider-one .slick-arrow.next {
        left: -15px;
    }
}

@media (max-width: 575px) {
    .movie-slider-one .slick-arrow.prev i {
        transform: rotateZ(180deg);
    }
}

@media (max-width: 575px) {
    .movie-slider-one .slick-arrow.next i {
        transform: rotateZ(180deg);
    }
}


.movie-slider-one .slick-list {
    margin: -30px -15px;
}

.movie-slider-one .movie-card {
    margin: 30px 15px;
}

/* featured section css end */
/* new movie section css start */
.movie-slider-two .slick-arrow {
    position: absolute;
    width: 30px;
    height: 25px;
    line-height: 25px;
    text-align: center;
    font-size: 20px;
    color: #ffffff;
    background-color: #ee005f;
    z-index: 1;
    top: -50px;
    left: 0;
    cursor: pointer;
    border-radius: 3px;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    -ms-border-radius: 3px;
    -o-border-radius: 3px;
    -webkit-transition: all 0.3s;
    -o-transition: all 0.3s;
    transition: all 0.3s;
}

.movie-slider-two .slick-arrow.slick-disabled {
    background-color: #880036;
}

.movie-slider-two .slick-arrow.prev {
    left: 50px;
}

.movie-slider-two .slick-list {
    margin: -15px -15px;
}

.movie-slider-two .movie-card {
    margin: 15px 0;
}

.movie-slider-two .slick-slide {
    margin: 15px 15px;
}

/* new movie section css end */
/* single movie section css start */
.single-movie-thumb {
    position: relative;
}

.single-movie-thumb img {
    border-radius: 10px;
}

.single-movie-thumb .video-btn {
    position: absolute;
    top: 50%;
    right: 50%;
    -webkit-transform: translate(50%, -50%);
    -ms-transform: translate(50%, -50%);
    transform: translate(50%, -50%);
}

.single-movie-content p {
    color: #ffffff;
}

.single-movie-content .movie-card__meta {
    margin: -3px -7px;
}

.single-movie-content .movie-card__meta li {
    margin: 3px 7px;
}

.single-movie-content .movie-card__meta li span {
    color: #ffffff;
    font-size: 18px;
}

/* single movie section css end */
/* short list section css start */
.movie-small {
    padding: 15px 0;
    border-bottom: 1px solid #ffffff1f;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
}

.movie-small:first-child {
    padding-top: 0;
}

.movie-small:last-child {
    padding-bottom: 0;
    border-bottom: none;
}

.movie-small__thumb {
    width: 80px;
    border-radius: 5px;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    -ms-border-radius: 5px;
    -o-border-radius: 5px;
    overflow: hidden;
}

.movie-small__thumb img {
    width: 100%;
    height: 80px;
    min-height: 80px;
    object-fit: cover;
    -o-object-fit: cover;
    object-position: center;
    -o-object-position: center;
}

.movie-small__content {
    width: calc(100% - 80px);
    padding-right: 20px;
}

.movie-small__content h5,
.movie-small__content h5 a {
    -webkit-box-orient: vertical;
    display: -webkit-box;
    overflow: hidden;
    text-overflow: ellipsis;
    -webkit-line-clamp: 1;
    font-size: 16px;
}

.movie-list-scroll .movie-small__thumb {
    width: 120px;
    border-radius: 5px;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    -ms-border-radius: 5px;
    -o-border-radius: 5px;
    position: relative;
}

@media (max-width: 575px) {
    .movie-list-scroll .movie-small__thumb {
        width: 80px;
    }
}

.movie-list-scroll .movie-small__thumb img {
    width: 100%;
    height: 70px;
    object-fit: cover;
    -o-object-fit: cover;
    object-position: center;
    -o-object-position: center;
}

.movie-list-scroll .movie-small__content {
    width: calc(100% - 120px);
    padding-right: 20px;
}

@media (max-width: 575px) {
    .movie-list-scroll .movie-small__content {
        width: calc(100% - 90px);
        padding-right: 20px;
    }
}

.movie-small__content .movie-card__meta {
    justify-content: flex-start;
    margin: -3px -7px;
}

.movie-small__content .movie-card__meta li {
    margin: 3px 7px;
}

.single-movie {
    position: relative;
    border-radius: 10px;
    -webkit-border-radius: 10px;
    -moz-border-radius: 10px;
    -ms-border-radius: 10px;
    -o-border-radius: 10px;
    overflow: hidden;
}

.single-movie::before {
    position: absolute;
    content: "";
    top: 0;
    right: 0;
    width: 100%;
    height: 100%;
    background: #000000;
    background: -webkit-linear-gradient(to bottom, #ffffff12, #000000a3);
    background: linear-gradient(to bottom, #ffffff12, #000000a3);
}

.single-movie__thumb img {
    height: 480px;
    object-fit: cover;
    -o-object-fit: cover;
    object-position: center;
    -o-object-position: center;
}

@media (max-width: 767px) {
    .single-movie__thumb img {
        height: 400px;
    }
}

@media (max-width: 575px) {
    .single-movie__thumb img {
        height: 300px;
    }
}

@media (max-width: 480px) {
    .single-movie__thumb img {
        height: 225px;
    }
}

@media (max-width: 380px) {
    .single-movie__thumb img {
        height: 195px;
    }
}

.single-movie__content {
    position: absolute;
    right: 0;
    bottom: 0;
    padding: 30px;
}

.single-movie .video-btn {
    position: absolute;
    bottom: 30px;
    left: 30px;
}

@media (max-width: 1549px) and (min-width: 1200px) {
    .single-movie .video-btn {
        bottom: auto;
        top: 30px;
        left: auto;
        right: 30px;
    }
}

@media (max-width: 575px) {
    .single-movie .video-btn {
        position: absolute;
        top: 50%;
        right: 50%;
        -webkit-transform: translate(50%, -50%);
        -ms-transform: translate(50%, -50%);
        transform: translate(50%, -50%);
        justify-content: center;
    }
}

.single-movie .video-btn .icon {
    width: 55px;
    height: 55px;
    line-height: 55px;
}

.single-movie .video-btn .icon i {
    font-size: 18px;
}

.single-movie .video-btn span {
    font-size: 16px;
}

@media (max-width: 575px) {
    .single-movie .video-btn span {
        display: none;
    }
}

/* short list section css end */
/* trailer section css start */
.trailer-card:hover .trailer-card__content {
    opacity: 1;
    visibility: visible;
}

.trailer-card__thumb {
    border-radius: 5px;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    -ms-border-radius: 5px;
    -o-border-radius: 5px;
    overflow: hidden;
    position: relative;
}

.trailer-card__thumb img {
    width: 100%;
    height: 195px;
    object-fit: cover;
    -o-object-fit: cover;
    object-position: center;
    -o-object-position: center;
}

@media (max-width: 1199px) {
    .trailer-card__thumb img {
        height: 130px;
    }
}

@media (max-width: 991px) {
    .trailer-card__thumb img {
        height: 115px;
    }
}

@media (max-width: 575px) {
    .trailer-card__thumb img {
        height: 200px;
    }
}

@media (max-width: 380px) {
    .trailer-card__thumb img {
        height: 200px;
    }
}

.trailer-card__content {
    position: absolute;
    top: 0;
    right: 0;
    width: 100%;
    height: 100%;
    padding: 20px;
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    align-items: center;
    background-color: rgba(0, 0, 0, 0.55);
    opacity: 0;
    visibility: hidden;
    -webkit-transition: all 0.3s;
    -o-transition: all 0.3s;
    transition: all 0.3s;
}

.trailer-slider .slick-arrow {
    position: absolute;
    width: 30px;
    height: 25px;
    line-height: 25px;
    text-align: center;
    font-size: 20px;
    color: #ffffff;
    background-color: #ee005f;
    z-index: 1;
    top: -68px;
    left: 0;
    cursor: pointer;
    border-radius: 3px;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    -ms-border-radius: 3px;
    -o-border-radius: 3px;
    -webkit-transition: all 0.3s;
    -o-transition: all 0.3s;
    transition: all 0.3s;
}

.trailer-slider .slick-arrow.slick-disabled {
    background-color: #880036;
}

.trailer-slider .slick-arrow.prev {
    left: 50px;
}

.trailer-slider .slick-list {
    margin: 0 -15px;
}

.trailer-slider .movie-card {
    margin: 15px 0;
}

.trailer-slider .slick-slide {
    margin: 0 15px;
}

.video-modal {
    background-color: #0000006b;
}

.video-modal .close {
    opacity: 1;
    width: 35px;
    height: 35px;
    line-height: 30px;
    padding: 0;
    background-color: #ee005f;
    color: #ffffff;
    position: absolute;
    top: 0;
    left: 0;
    z-index: 1;
    border-radius: 50%;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    -ms-border-radius: 50%;
    -o-border-radius: 50%;
}

.video-modal .close:hover {
    opacity: 1;
    color: #ffffff;
}

.video-modal .modal-content {
    background-color: transparent;
    border: none;
}

.video-modal .my-video-dimensions {
    width: 100% !important;
}

/* video player css end */
/*  movie-details section css start */
.movie-single-video .video-js {
    height: 33.6vw !important;
    width: 60vw;
}

.partial-part .movie-single-video .video-js {
    width: 100%;
    height: 33.6% !important;
    aspect-ratio: 1.44;
}

.partial-part .vjs-poster img {
    object-fit: cover;
}

@media (max-width: 1199px) {
    .movie-single-video .video-js {
        width: 80vw;
        height: 44.8vw !important;
    }
}

@media (max-width: 991px) {
    .movie-single-video .video-js {
        width: 85vw;
        height: 47.6vw !important;
    }
}

@media (max-width: 767px) {
    .movie-single-video .video-js {
        height: 50.4vw !important;
        width: 90vw;
        margin-top: 10rem;
        margin-left: 1rem;
    }
}

.movie-card__meta.style--two {
    margin: -3px -7px;
}

.movie-card__meta.style--two li {
    margin: 3px 7px;
}

.movie-card__meta.style--two li span,
.movie-card__meta.style--two li i {
    font-size: 16px;
}

.nav-tabs--style {
    border: none;
}

.nav-tabs--style .nav-item + .nav-item {
    margin-right: -10px;
}

@media (max-width: 480px) {
    .nav-tabs--style .nav-item + .nav-item {
        margin-right: 0;
    }
}

.nav-tabs--style .nav-item .nav-link {
    padding: 10px 25px 10px 45px;
    border: none;
    color: #ffffff;
    background-color: transparent;
    border-radius: 5px 45px 0 0;
    -webkit-border-radius: 5px 45px 0 0;
    -moz-border-radius: 5px 45px 0 0;
    -ms-border-radius: 5px 45px 0 0;
    -o-border-radius: 5px 45px 0 0;
    position: relative;
}

.nav-tabs--style .nav-item .nav-link.active::after {
    background-color: #ee005f;
}

.nav-tabs--style .nav-item .nav-link::after {
    position: absolute;
    content: "";
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
    z-index: -1;
    outline: 1px solid transparent;
    border-radius: 10px 10px 0 0;
    background: #20204a;
    box-shadow: inset 0 -3px 3px rgba(0, 0, 0, 0.15);
    -webkit-transform: perspective(5px) rotateX(0.93deg) translateZ(-1px);
    transform: perspective(5px) rotateX(0.93deg) translateZ(-1px);
    -webkit-transform-origin: 100% 0;
    transform-origin: 100% 0;
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
    -webkit-transition: all 0.3s;
    -o-transition: all 0.3s;
    transition: all 0.3s;
}

.movie-details-content .movie-small-list {
    counter-reset: section;
}

.movie-details-content .movie-small-list .movie-small {
    padding: 15px 40px 15px 15px;
    position: relative;
    cursor: pointer;
}

.movie-details-content .movie-small-list .movie-small::before {
    position: absolute;
    counter-increment: section;
    content: counter(section);
    color: #ffffff;
    top: 50%;
    right: 14px;
    margin-top: -10px;
}

.movie-details-list li {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
}

.movie-details-list .caption {
    width: 100px;
    color: #ffffff;
}

.movie-details-list .value {
    width: calc(100% - 100px);
}

/*  movie-details section css end */
/* contact section css start */
.contact-item + .contact-item {
    margin-top: 20px;
}

.contact-item {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    align-items: center;
    padding: 20px;
    background-color: #1b1b3f;
    border-radius: 8px;
    -webkit-border-radius: 8px;
    -moz-border-radius: 8px;
    -ms-border-radius: 8px;
    -o-border-radius: 8px;
    border: 1px solid rgba(255, 255, 255, 0.15);
}

.contact-item__icon {
    width: 90px;
    height: 90px;
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    justify-content: center;
    background-color: #0d0d31;
    border-radius: 50%;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    -ms-border-radius: 50%;
    -o-border-radius: 50%;
}

.contact-item__icon i {
    font-size: 36px;
}

.contact-item__content {
    padding-right: 20px;
    width: calc(100% - 90px);
}

.contact-item__content .caption {
    margin-bottom: 8px;
}

.contact-item__content a {
    color: #bfbfbf;
}

/* contact section css end */
/* account section css start */
.account-area {
    padding: 30px;
    background-color: #302d2b;
    border-radius: 8px;
    -webkit-border-radius: 8px;
    -moz-border-radius: 8px;
    -ms-border-radius: 8px;
    -o-border-radius: 8px;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    align-items: center;
}

.account-area .left {
    width: 35%;
    height: 100%;
    justify-content: center;
    align-items: center;
    padding-left: 25px;
}

@media (max-width: 575px) {
    .account-area .left {
        width: 100%;
        padding-bottom: 30px;
    }
}

.account-area .right {
    width: 65%;
    /*border-right: 1px solid #1c1917;*/
    border-right: 1px solid transparent;
    border-image: var(--linear-gradient-variable) 1;
    border-image-slice: 1;
    padding-right: 50px;
}

@media (max-width: 575px) {
    .account-area .right {
        width: 100%;
        padding-right: 0;
        border-right: none;
    }
}

.account-area .account-from .form-control {
    background-color: #1c1917;
}

/* account section css end */
/* preloader css start */
#preloader {
    position: fixed;
    width: 100%;
    height: 100vh;
    z-index: 99999;
    overflow: visible;
    background: #1b1b3f;
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    align-items: center;
    top: 0;
    right: 0;
}

#preloader .preloader-text {
    position: absolute;
    top: 55%;
    right: 47%;
}

#preloader .pre-logo {
    text-align: center;
}

#preloader .gif {
    width: 130px;
    height: 105px;
    margin: 0 auto;
    background: url("../images/preloader.gif");
    background-position: center;
    background-repeat: no-repeat;
}

/* preloader css end */
/* first-popup css start */
.first-popup {
    position: fixed;
    top: 0;
    right: 0;
    width: 100vw;
    height: 100vh;
    z-index: 9;
    background-color: rgba(0, 0, 0, 0.65);
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    justify-content: center;
    padding: 50px;
    overflow: auto;
    opacity: 0;
    visibility: hidden;
    -webkit-transition: all 0.24s cubic-bezier(0.175, 0.885, 0.32, 1.275);
    -o-transition: all 0.24s cubic-bezier(0.175, 0.885, 0.32, 1.275);
    transition: all 0.24s cubic-bezier(0.175, 0.885, 0.32, 1.275);
}

.first-popup.active {
    opacity: 1;
    visibility: visible;
}

.first-popup.close {
    opacity: 0;
    visibility: hidden;
}

.first-popup-wrapper {
    position: relative;
}

.first-popup-wrapper .first-popup-close {
    position: absolute;
    top: -15px;
    left: 0;
    width: 45px;
    height: 45px;
    background-color: #ee005f;
    color: #ffffff;
    font-size: 24px;
    border-radius: 50%;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    -ms-border-radius: 50%;
    -o-border-radius: 50%;
    z-index: 91;
}

/* first-popup css end */
/* sidebar css start */
@media (max-width: 991px) {
    .sidebar {
        margin-top: 65px;
    }
}

.sidebar .widget {
    background-color: #1b1b3f;
    padding: 30px 30px;
    border-radius: 8px;
    -webkit-border-radius: 8px;
    -moz-border-radius: 8px;
    -ms-border-radius: 8px;
    -o-border-radius: 8px;
}

.sidebar .widget + .widget {
    margin-top: 50px;
}

@media (max-width: 991px) {
    .sidebar .widget + .widget {
        margin-top: 40px;
    }
}

.sidebar .widget-title {
    font-size: 24px;
    text-transform: capitalize;
    margin-bottom: 30px;
}

.small-post-list .small-single-post {
    padding: 15px 0;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
}

.small-post-list .small-single-post:first-child {
    padding-top: 0;
}

.small-post-list .small-single-post:last-child {
    padding-bottom: 0;
}

.small-post-list .small-single-post .thumb {
    width: 60px;
    height: 60px;
    border-radius: 50%;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    -ms-border-radius: 50%;
    -o-border-radius: 50%;
    overflow: hidden;
}

.small-post-list .small-single-post .thumb img {
    width: 60px;
    height: 60px;
    object-fit: cover;
    object-position: center;
}

.small-post-list .small-single-post .content {
    width: calc(100% - 60px);
    padding-right: 20px;
}

.small-post-list .small-single-post .post-title {
    margin-bottom: 3px;
}

.small-post-list .small-single-post .post-title a {
    font-size: 18px;
}

.small-post-list .small-single-post .post-meta {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    margin: -3px -7px;
}

.small-post-list .small-single-post .post-meta li {
    margin: 3px 7px;
}

.small-post-list .small-single-post .post-meta li a {
    font-size: 14px;
    font-style: italic;
}

.small-post-list .small-single-post + .small-single-post {
    border-top: 1px solid rgba(151, 175, 213, 0.2);
}

.privacy-list li {
    padding: 10px 0;
}

.privacy-list li:first-child {
    padding-top: 0;
}

.privacy-list li:last-child {
    padding-bottom: 0;
}

.privacy-list li + li {
    border-top: 1px solid rgba(151, 175, 213, 0.2);
}

@media (max-width: 991px) {
    .privacy-section .sidebar {
        margin-top: 0;
        margin-bottom: 50px;
    }
}

/* sidebar css end */
/* footer-section css start */
.footer {
    background-color: #1b1b3f;
}

.footer__top {
    padding-top: 100px;
    padding-bottom: 80px;
}

.footer__bottom {
    padding: 20px 0;
    background-color: #1c1917;
}

.social-links {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    margin: -3px -7px;
}

.social-links li {
    margin: 3px 7px;
}

.social-links li a {
    width: 45px;
    height: 45px;
    text-align: center;
    line-height: 45px;
    color: #ffffff;
    border: 1px solid rgba(255, 255, 255, 0.25);
    border-radius: 50%;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    -ms-border-radius: 50%;
    -o-border-radius: 50%;
    -webkit-transition: all 0.3s;
    -o-transition: all 0.3s;
    transition: all 0.3s;
}

.social-links li a:hover {
    background-color: #ee005f;
    border-color: #ee005f;
}

.footer-widget__title {
    margin-bottom: 25px;
}

.link-list li + li {
    margin-top: 10px;
}

.link-list li a {
    color: #bfbfbf;
    -webkit-transition: all 0.3s;
    -o-transition: all 0.3s;
    transition: all 0.3s;
}

.link-list li a:hover {
    color: #ffffff;
}

.subscribe-form {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
}

.subscribe-form input {
    padding: 10px 25px;
    width: calc(100% - 55px);
    border: none;
    border-radius: 0 25px 25px 0;
    -webkit-border-radius: 0 25px 25px 0;
    -moz-border-radius: 0 25px 25px 0;
    -ms-border-radius: 0 25px 25px 0;
    -o-border-radius: 0 25px 25px 0;
    min-height: 50px;
    background-color: #1c1917;
    color: #ffffff;
}

.subscribe-form button {
    width: 55px;
    background-color: #ee005f;
    color: #ffffff;
    border-radius: 25px 0 0 25px;
    -webkit-border-radius: 25px 0 0 25px;
    -moz-border-radius: 25px 0 0 25px;
    -ms-border-radius: 25px 0 0 25px;
    -o-border-radius: 25px 0 0 25px;
}

.links {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    margin: -3px -10px;
}

.links li {
    margin: 3px 10px;
}

.links li a {
    color: #bfbfbf;
    -webkit-transition: all 0.3s;
    -o-transition: all 0.3s;
    transition: all 0.3s;
}

.links li a:hover {
    color: #ee005f;
}

/* footer-section css end */

/*Custom CSS*/
.thumb__2 img {
    height: 200px;
}

@media (max-width: 991px) {
    .thumb__2 img {
        height: 170px;
    }
}

@media (max-width: 575px) {
    .thumb__2 img {
        height: 150px;
    }
}

@media (max-width: 575px) {
    .movie-slider-one .movie-card__thumb img {
        height: 150px;
    }
}

@media (max-width: 480px) {
    .thumb__2 img,
    .movie-slider-one .movie-card__thumb img {
        height: 100px;
    }
}

@media (max-width: 425px) {
    .thumb__2 img,
    .movie-slider-one .movie-card__thumb img {
        height: 100px;
    }
}

@media (max-width: 380px) {
    .thumb__2 img,
    .movie-slider-one .movie-card__thumb img {
        height: 100px;
    }
}

@media (max-width: 340px) {
    .thumb__2 img,
    .movie-slider-one .movie-card__thumb img {
        height: 100px;
    }
}

.single-movie::before {
    display: none;
}

.loader {
    border: 4px solid #1b1b3f;
    border-radius: 50%;
    border-top: 4px solid #d1093a;
    width: 60px;
    height: 60px;
    -webkit-animation: spin 2s linear infinite;
    animation: spin 2s linear infinite;
    margin: 0 auto;
    margin-bottom: 30px;
    margin-top: 20px;
}

/* Safari */
@-webkit-keyframes spin {
    0% {
        -webkit-transform: rotate(0deg);
    }

    100% {
        -webkit-transform: rotate(-360deg);
    }
}

@keyframes spin {
    0% {
        transform: rotate(0deg);
    }

    100% {
        transform: rotate(-360deg);
    }
}

.inner-hero.brd {
    border-bottom: 1px solid #d50055;
}

/* pricing section css start  */
.package-card {
    padding: 30px;
    border: 1px solid rgba(255, 255, 255, 0.15);
    text-align: center;
    box-shadow: 0 5px 0 0 rgba(221, 221, 221, 0.15);
    border-radius: 8px;
    -webkit-border-radius: 8px;
    -moz-border-radius: 8px;
    -ms-border-radius: 8px;
    -o-border-radius: 8px;
}

.package-card__icon {
    margin-bottom: 10px;
}

.package-card__icon i {
    font-size: 48px;
    color: #ee005f;
}

.package-card__price {
    font-family: "Yekan", sans-serif;
    font-weight: 700;
    font-size: 36px;
    margin-top: 25px;
    margin-bottom: 10px;
}

.package-card__btn {
    padding: 12px 30px;
    background-color: #ee005f;
    color: #ffffff;
    border-radius: 999px;
    -webkit-border-radius: 999px;
    -moz-border-radius: 999px;
    -ms-border-radius: 999px;
    -o-border-radius: 999px;
    min-width: 250px;
    margin-top: 30px;
    -webkit-transition: all 0.3s;
    -o-transition: all 0.3s;
    transition: all 0.3s;
}

.package-card__btn:hover {
    color: #ffffff;
    background-color: #bb004b;
}

@media (max-width: 991px) {
    .package-card__btn {
        min-width: auto;
    }
}

.modal-content {
    background-color: #1c1917;
}

.close {
    color: #fff;
}

.close:hover {
    color: #fff;
}

.modal-header {
    border-bottom: 1px solid rgba(221, 221, 221, 0.15);
}

.modal-footer {
    border-top: 1px solid rgba(221, 221, 221, 0.15);
}

.modal-footer .cmn-btn {
    padding: 7px 15px;
}

.list-group-item {
    position: relative;
    display: block;
    padding: 0.75rem 1.25rem;
    background-color: transparent;
    border: 1px dashed rgb(238 0 95 / 33%);
}

.card-custom {
    border-color: #ee005f;
    background-color: #ee005f;
}

.card-custom .card-body {
    background-color: #ee005f;
}

.clock {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    justify-content: space-between;
    margin-top: 20px;
    padding: 0px 50px;
    text-align: center;
    color: #fff;
}

.clock span {
    color: #ffffff;
    font-size: 30px;
    line-height: 1;
}

/* pricing section css end  */

.subscription-clock {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
}

.subscription-clock > div {
    width: 22%;
    padding: 20px 15px;
    background-color: #ee005f;
    box-shadow: 0 5px 15px 0 rgba(0, 0, 0, 0.25);
    border-radius: 5px;
}

@media (max-width: 1400px) {
    .subscription-clock {
        padding: 0 20px;
    }
}

@media (max-width: 575px) {
    .subscription-clock > div {
        width: 48%;
        margin-bottom: 15px;
    }
}

.form-control:disabled,
.form-control[readonly] {
    background-color: #1b1b3f !important;
    border: 1px solid rgba(255, 255, 255, 0.15) !important;
    opacity: 0.5 !important;
}

.input-group-text {
    background-color: #1b1b3f;
    border-color: #1b1b3f;
    color: #ffffff;
    border: 1px solid rgb(255 255 255 / 10%) !important;
}

.dropdown button {
    background-color: transparent;
    color: #fff;
}

.dropdown-menu {
    background-color: #ee005f;
}

@media (max-width: 380px) {
    .dropdown-menu {
        width: 100%;
    }
}

.dropdown-menu a {
    color: #fff !important;
    margin-right: 0 !important;
    border-bottom: 1px solid #0d0d312e;
}

.dropdown-menu a + a {
    margin-top: 0 !important;
}

.package-card__btn[disabled] {
    opacity: 0.5;
    cursor: auto;
}

.movie-card {
    position: relative;
}

.movie-small {
    position: relative;
}

.movie-small:first-child::after {
    top: 0;
    display: none;
}

.movie-small::after {
    display: none !important;
}

.paid::after {
    display: none !important;
}

.widget-box .widget-item {
    padding-bottom: 15px;
    border-bottom: 1px solid rgba(255, 255, 255, 0.1);
    margin-bottom: 20px;
}

.widget-box .widget-thumb {
    width: 80px;
    -webkit-border-radius: 3px;
    overflow: hidden;
    position: relative;
}

.widget-box .widget-content {
    width: calc(100% - 80px);
    padding-right: 20px;
}

.widget-box .widget-btn {
    margin-top: 5px;
}

/* [ ### countdown block]  .draw-countdown {
    margin-top: 25px;
}  */

.draw-countdown .syotimer__body {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    justify-content: center;
}

.draw-countdown .syotimer__body .syotimer-cell {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 50px;
    flex: 0 0 120px;
    max-width: 120px;
    text-align: center;
    position: relative;
    background-color: #d50055;
    border-radius: 5px;
    padding: 25px 10px;
    margin: 0 10px 25px;
    justify-content: center;
}

@media only screen and (max-width: 1479px) {
    .draw-countdown .syotimer__body .syotimer-cell {
        flex: 0 0 100px;
        max-width: 100px;
    }
}

@media only screen and (max-width: 1225px) {
    .draw-countdown .syotimer__body .syotimer-cell {
        margin: 0 5px 10px;
    }
}

.draw-countdown .syotimer__body .syotimer-cell .syotimer-cell__value {
    font-size: 40px;
    font-weight: 600;
    margin-bottom: 7px;
    line-height: 1em;
    color: white;
}

@media only screen and (max-width: 991px) {
    .draw-countdown .syotimer__body .syotimer-cell .syotimer-cell__value {
        font-size: 28px;
    }
}

.draw-countdown .syotimer__body .syotimer-cell .syotimer-cell__unit {
    font-size: 16px;
    font-weight: 600;
    color: white;
}

@media only screen and (max-width: 575px) {
    .draw-countdown .syotimer__body .syotimer-cell .syotimer-cell__unit {
        font-size: 16px;
    }
}

.list-group-item {
    color: #fff;
}

.badge--primary {
    background-color: #7367f0;
}

.badge--secondary {
    background-color: #868e96;
}

.badge--success {
    background-color: #28c76f;
}

.badge--danger {
    background-color: #ea5455;
}

.badge--warning {
    background-color: #ff9f43;
}

.badge--info {
    background-color: #1e9ff2;
}

.badge--dark {
    background-color: #10163a;
}

.badge {
    right: 5px;
    top: 5px;
    color: #fff;
    font-size: 10px;
    padding: 4px 7px;
    line-height: 1em;
    border-radius: 3px;
}

.movie-content {
    padding-top: 15px;
}

.movie-content .title {
    font-size: 26px;
    margin-bottom: 15px;
}

@media (max-width: 575px) {
    .movie-content .title {
        margin-bottom: 0px;
    }
}

@media only screen and (max-width: 991px) {
    .movie-content .title {
        font-size: 20px;
    }
}

.movie-content .sub-title {
    font-size: 13px;
}

.movie-content p {
    font-size: 13px;
}

.movie-content-right .movie-widget-area {
    border: none;
    padding: 0;
    margin: 0;
    display: flex;
    align-items: center;
    flex-direction: row;
}

.movie-content-right .movie-widget-area span:last-child {
    margin-left: 0;
}

.movie-content-right .movie-widget-area span i {
    font-size: 24px;
    margin-left: 5px;
    cursor: pointer;
}

.movie-content-right .movie-widget-area [class*="movie-widget"]:last-child i {
    margin-left: 0;
    cursor: pointer;
}

.movie-widget-area {
    border-top: 1px solid rgba(255, 255, 255, 0.1);
    padding-top: 10px;
    margin-top: 20px;
    padding-bottom: 20px;
}

.movie-widget-area .movie-widget {
    font-size: 16px;
    margin-left: 15px;
    display: flex;
    align-items: center;
    flex-direction: row;
}

.movie-widget-area .addWishlist {
    margin-left: 0 !important;
}

.movie-widget-area .removeWishlist {
    margin-left: 0 !important;
}

.btn {
    -webkit-transition: all 0.3s ease 0.02s;
    transition: all 0.3s ease 0.02s;
}

.btn--danger {
    background-color: #ea5455;
    color: white !important;
    border-radius: 3px;
}

.post-share {
    margin: 0 -5px;
    padding-top: 10px;
}

@media (max-width: 575px) {
    .post-share {
        padding-top: 5px;
    }
}

.post-share li {
    padding: 0 5px;
}

.post-share li a {
    color: #bfbfbf;
}

.post-share li a:hover {
    color: #d50055;
}

/* ===================== Checkbox Css ============================ */
.custom--checkbox .checkbox--input {
    opacity: 0;
    display: none;
}

.custom--checkbox .checkbox--input:checked ~ .checkbox--label::before {
    background-color: #d50055;
    font-family: "Font Awesome 5 Free";
    font-weight: 900;
    content: "\f00c";
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    color: #fff;
    font-size: 10px;
    border: 0;
}

.custom--checkbox .checkbox--label {
    position: relative;
    padding-right: 25px;
    font-size: 16px;
}

.custom--checkbox .checkbox--label::before {
    position: absolute;
    content: "";
    width: 15px;
    height: 15px;
    border: 1px solid #d50055;
    right: 0;
    border-radius: 2px;
    top: 3px;
}

/*============================================== Table ==============================================*/

.table {
    margin: 0;
    font-size: 15px;
    border: 1px solid #ff475a;
    background-color: #1b1b3f;
}

.table td,
.table th {
    padding: 0.75rem;
    vertical-align: top;
    border-top: 1px solid #dee2e633;
}

.table tbody tr {
    border-bottom: 1px solid #dee2e633;
}

.table tbody tr:last-child {
    border-bottom: 1px solid #d50055;
}

.table thead tr th {
    background-color: #d50055;
    border-color: #d50055;
    text-align: center;
    font-size: 15px;
    padding: 15px;
    color: #fff;
    font-family: "Yekan", sans-serif;
    font-weight: 500;
}

.table thead tr th:first-child {
    text-align: right;
    border-radius: 0 5px 0 0;
}

.table thead tr th:last-child {
    border-radius: 5px 0 0 0;
    text-align: left;
}

.table tbody {
    border: 0 !important;
    background-color: #1b1b3f;
}

.table tbody tr td {
    text-align: center;
    vertical-align: middle;
    padding: 8px 12px;
    border-width: 1px;
    border: 0;
    font-family: "Yekan", sans-serif;
    color: #fff;
}

.table tbody tr td::before {
    content: attr(data-label);
    font-family: "Yekan", sans-serif;
    font-size: 15px;
    color: #fff;
    font-weight: 500;
    display: none;
    width: 50% !important;
    text-align: right;
}

.table tbody tr td:first-child {
    text-align: right;
}

.table tbody tr td:last-child {
    text-align: left;
}

.table tbody tr:nth-child(even) {
    background-color: #1b1b3f;
}

@media (max-width: 767px) {
    .table--responsive--md thead {
        display: none;
    }

    .table--responsive--md tbody tr {
        display: block;
    }

    .table--responsive--md tbody tr td {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center;
        -webkit-box-pack: justify;
        -ms-flex-pack: justify;
        justify-content: space-between;
        gap: 35px;
        text-align: left;
        padding: 10px 15px;
        border: none;
        border-bottom: 1px solid #c9c3c36b;
        justify-content: flex-end;
    }

    .table--responsive--md tbody tr td:last-child {
        border: none;
    }

    .table--responsive--md tbody tr td::before {
        display: block;
    }
}

@media (max-width: 767px) {
    .table--responsive--md tbody tr td {
        border: 0;
    }
}

@media (max-width: 991px) {
    .table--responsive--lg thead {
        display: none;
    }

    .table--responsive--lg tbody tr {
        display: block;
    }

    .table--responsive--lg tbody tr td {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center;
        -webkit-box-pack: justify;
        -ms-flex-pack: justify;
        justify-content: space-between;
        gap: 35px;
        text-align: left;
        padding: 10px 15px;
        border: none;
        border-bottom: 1px solid #c9c3c36b;
        justify-content: flex-end;
        padding-right: 130px;
    }

    .table--responsive--lg tbody tr td:last-child {
        border: none;
    }

    .table--responsive--lg tbody tr td::before {
        display: block;
    }
}

@media (max-width: 991px) {
    .table--responsive--lg tbody tr td {
        border: none;
    }
}

@media (max-width: 1199px) {
    .table--responsive--xl thead {
        display: none;
    }

    .table--responsive--xl tbody tr {
        display: block;
    }

    .table--responsive--xl tbody tr td {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center;
        -webkit-box-pack: justify;
        -ms-flex-pack: justify;
        justify-content: space-between;
        gap: 35px;
        text-align: left;
        padding: 10px 15px;
        border: none;
        border-bottom: 1px solid #c9c3c36b;
        justify-content: flex-end;
        padding-right: 130px;
    }

    .table--responsive--xl tbody tr td:last-child {
        border: none;
    }

    .table--responsive--xl tbody tr td::before {
        display: block;
    }
}

@media (max-width: 991px) {
    .table--responsive--xl tbody tr td {
        border: 0;
    }
}

/* Episode Details Page */
.slimScrollDiv {
    height: auto !important;
}

.movie-details-content .movie-small-list {
    height: auto !important;
}

.tv-section__video {
    min-height: 60vh;
}

.tv-details-channel__thumb {
    width: 100px;
    height: 100%;
    object-fit: cover;
}

.tv-details-channel__content {
    width: calc(100% - 100px);
    padding-right: 20px;
}

.tv-details-channel {
    display: flex;
    align-items: center;
}

.tv-details__content {
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin-top: 30px;
}

.tv-details-channel__title {
    margin-bottom: 6px;
    font-weight: 600;
    font-size: 18px;
}

.tv-details-channel__desc {
    font-size: 16px;
    font-weight: 500;
}

/* ================ Tv Details Sidebar ======================= */
.tv-details__sidebar {
    /* background-color: #000; */
    border-radius: 8px;
    /* padding: 30px; */
    border: 1px solid rgba(255, 255, 255, 0.185);
    box-shadow: 0 0 5px 0 rgba(255, 255, 255, 0.336);
}

.tv-sidebar-list__item {
    padding: 10px;
    transition: 0.2s linear;
}

.tv-sidebar-list__item:hover {
    background-color: #ffffff14;
}

.tv-sidebar-list__link {
    width: 100%;
}

.tv-sidebar-list {
    max-height: 695px;
    overflow-y: auto;
}

.tv-sidebar-list::-webkit-scrollbar {
    width: 3px;
    height: 3px;
}

.tv-sidebar-list::-webkit-scrollbar-thumb {
    background-color: rgba(255, 255, 255, 0.322);
    border: 0px solid transparent;
    border-radius: 10px;
}

/* Footer logo */
.footer-widget a img {
    width: 200px;
}

.single-movie-content {
    position: relative;
}

/* Contact Css */
.contact-map {
    display: flex;
    height: 100%;
    width: 100%;
}

.contact-map__iframe {
    height: 100%;
    width: 100%;
}

.contact-form__title {
    font-weight: 600;
    border-bottom: 0;
}

.nav-right__search-btn {
    padding: 0;
}

.header .nav-right a + a {
    margin-right: 0px;
}

.header .nav-right .nice-select {
    margin-right: 0px;
}

.movie-small__lock {
    width: 60px;
    height: 60px;
    display: flex;
    align-items: center;
    justify-content: center;
    transition: 0.3s linear;
}

@media (max-width: 575px) {
    .movie-small__lock {
        width: 15px;
        height: 15px;
    }
}

.movie-small__lock:hover {
    color: #d50055;
}

.movie-item__overlay {
    background-color: rgba(255, 255, 255, 0.055);
}

.movie-small.movie-item__overlay::after {
    top: 15px;
    right: 40px;
    display: flex;
    width: 40px;
}

/* Wishlist list */
.wishlist-card-list {
    margin: -10px 0;
}

.wishlist-card-list__item {
    padding: 10px 0;
}

/* card */
.wishlist-card-list__link {
    width: calc(100% - 50px);
}

.wishlist-card {
    display: flex;
    align-items: center;
    flex-wrap: wrap;
}

.wishlist-card__thumb {
    width: 150px;
    height: 80px;
    overflow: hidden;
    border-radius: 5px;
}

@media (max-width: 767px) {
    .wishlist-card__thumb {
        width: 100px;
    }
}

@media (max-width: 575px) {
    .wishlist-card__thumb {
        width: 80px;
        height: 50px;
    }
}

.wishlist-card__thumb img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.wishlist-card__content {
    width: calc(100% - 150px);
    padding-right: 20px;
}

@media (max-width: 767px) {
    .wishlist-card__content {
        width: calc(100% - 100px);
        padding-right: 15px;
    }
}

@media (max-width: 575px) {
    .wishlist-card__content {
        width: calc(100% - 80px);
        padding-right: 15px;
    }
}

.wishlist-card__title {
    font-size: 18px;
    font-weight: 600;
}

@media (max-width: 575px) {
    .wishlist-card__title {
        font-size: 15px;
        font-weight: 500;
    }
}

@media (max-width: 575px) {
    .wishlist-card__desc {
        display: none;
    }
}

.wishlist-card-wrapper {
    display: flex;
    align-items: center;
    flex-wrap: wrap;
    justify-content: space-between;
}

.wishlist-card-wrapper__icon {
    width: 50px;
    display: flex;
    justify-content: flex-end;
    align-items: center;
    height: 50px;
}

@media (max-width: 575px) {
    .wishlist-card-wrapper__icon {
        width: 25px;
        height: 25px;
    }
}

.wishlist-card-wrapper__icon-icon {
    font-size: 20px;
    color: #d50055;
}

.tv-card:hover .tv-card__thumb img {
    transform: scale(1.1);
}

.tv-card__thumb {
    border-radius: 8px;
}

.tv-card__thumb img {
    transition: 0.3s linear;
}

.table--responsive--lg tbody tr .data-not-found {
    justify-content: center;
    padding-right: 0;
}

.table--responsive--lg tbody tr .data-not-found::before {
    content: unset;
}

.data-not-found__text {
    display: block !important;
    padding-right: 0 !important;
    text-align: center !important;
}

.ads-close-btn {
    background: #75000c;
    top: -20px;
    left: -20px;
    border-radius: 50%;
    width: 45px;
    height: 45px;
    display: grid;
    place-content: center;
}

@media (max-width: 575px) {
    .ads-close-btn {
        top: -15px;
        left: -15px;
        width: 38px;
        height: 38px;
        font-size: 13px;
    }
}

.ads-close-btn button {
    opacity: 1;
}

.ads-close-btn button:focus {
    outline: none;
    box-shadow: none;
}

.movie-single-video.video-show {
    position: relative;
    text-align: center;
}

#skip-button {
    position: absolute;
    left: 20px;
    bottom: 40px;
    background-color: #00000087;
    color: #e1e1e1;
    padding: 4px 25px;
    border-radius: 3px;
    border: 2px solid #606060;
    font-size: 15px;
}

@media (max-width: 575px) {
    #skip-button {
        left: 10px;
        bottom: 35px;
        padding: 2px 18px;
        font-size: 13px;
    }
}

#skip-button:hover {
    background-color: #000000a8;
}

.advertise-text {
    position: absolute;
    bottom: 30px;
    font-size: 12px;
    right: 15px;
    color: yellow;
}

@media (max-width: 575px) {
    #adModal .modal-content {
        padding: 0 0 0 10px;
    }
}

.login-social {
    display: flex;
    justify-content: center;
    gap: 15px;
}

.login-social li a {
    width: 35px;
    height: 35px;
    line-height: 33px;
    display: inline-block;
    text-align: center;
    border: 2px solid rgba(255, 255, 255, 0.1);
    border-radius: 50%;
    color: white;
    font-size: 12px;
    transition: all 0.3s;
}

.login-social li .facebook,
.login-social li .google,
.login-social li .linkedin {
    line-height: 36px;
    font-size: 20px;
}

/*.login-social li .facebook {*/
/*    background: #335a9f;*/
/*    border: none;*/
/*    line-height: 36px;*/
/*    font-size: 20px;*/
/*}*/

/*.login-social li .google {*/
/*    background: #ce4337;*/
/*    border: none;*/
/*    line-height: 36px;*/
/*    font-size: 20px;*/
/*}*/

/*.login-social li .linkedin {*/
/*    background: #0a66c2;*/
/*    border: none;*/
/*    line-height: 36px;*/
/*    font-size: 20px;*/
/*}*/

@media only screen and (max-width: 440px) {
    .login-social {
        padding-top: 20px;
    }
}

.login-social li {
    display: inline-block;
}

.form-separator {
    border-bottom: 1px solid #ffffff1a;
    height: 12px;
    margin: 20px 0 32px;
    text-align: center;
}

.form-separator span {
    background-color: #302d2b;
    color: #fff;
    font-size: 14px;
    font-weight: 600;
    line-height: 24px;
    padding: 0 8px;
    text-transform: uppercase;
}

.btn {
    display: inline-block;
    font-weight: 400;
    line-height: 1.5;
    text-align: center;
    text-decoration: none;
    vertical-align: middle;
    cursor: pointer;
    user-select: none;
    border: 1px solid transparent;
    padding: 10px 15px;
    font-size: 1rem;
    border-radius: 0.25rem;
}

.btn--danger {
    background-color: #ea5455;
    color: white !important;
    border-radius: 3px;
}

.btn--primary {
    background-color: #7367f0;
    color: white !important;
    border-radius: 3px;
}

.btn--base {
    background-color: #ee005f;
    color: white !important;
    border-radius: 3px;
}

.loader-wrapper {
    position: absolute;
    z-index: 9;
    background-color: rgb(13 13 49 / 64%);
    right: 0;
    left: 0;
    top: 0;
    bottom: 0;
    display: grid;
    place-items: center;
}

.loader-pre {
    display: inline-block;
    width: 80px;
    height: 80px;
}

.loader-pre:after {
    content: " ";
    display: block;
    width: 64px;
    height: 64px;
    margin: 8px;
    border-radius: 50%;
    border: 6px solid #ee005f;
    border-color: #ee005f transparent #ee005f transparent;
    animation: loader 1.2s linear infinite;
}

@keyframes loader {
    0% {
        transform: rotate(0deg);
    }

    100% {
        transform: rotate(-360deg);
    }
}

/* Footer Download image Css */
.download-links {
    display: flex;
    flex-direction: row;
    gap: 15px;
    align-items: center;
    margin-top: 30px;
}

.download-links__item img {
    height: 45px !important;
    width: 150px !important;
}

.Am-img-slider-container {
    width: 100%;
    /*height: 250px;*/
    overflow: hidden;
}

@media (max-width: 1200px) {
    .Am-img-slider-container {
        margin-top: 3rem
    }
}


@media (min-width: 1200px) {
    .Am-img-slider-container {
        width: 100%;
        margin: 140px auto 0 auto;
    }
}

.Am-img-slider-container .blog-slider .swiper-slide {
    width: 100%;
    height: 100%;
    padding: 20px;
    display: flex;
    flex-direction: row;
    align-items: stretch;
}

.Am-img-slider-container .blog-slider .swiper-slide.swiper-slide-active .blog-slider__content {
    position: relative;
    margin-right: 15px;
}

.Am-img-slider-container .blog-slider .swiper-slide.swiper-slide-active .blog-slider__content > * {
    opacity: 1;
    transform: none;
}

.Am-img-slider-container .blog-slider .swiper-slide.swiper-slide-active .blog-slider__content > *:nth-child(1) {
    transition-delay: 0.3s;
}

.Am-img-slider-container .blog-slider .swiper-slide.swiper-slide-active .blog-slider__content > *:nth-child(2) {
    transition-delay: 0.4s;
}

.Am-img-slider-container .blog-slider .swiper-slide.swiper-slide-active .blog-slider__content > *:nth-child(3) {
    transition-delay: 0.5s;
}

.Am-img-slider-container .blog-slider .swiper-slide.swiper-slide-active .blog-slider__content > *:nth-child(4) {
    transition-delay: 0.6s;
}

.Am-img-slider-container .blog-slider .swiper-slide.swiper-slide-active .blog-slider__content > *:nth-child(5) {
    transition-delay: 0.7s;
}

.Am-img-slider-container .blog-slider .swiper-slide.swiper-slide-active .blog-slider__content > *:nth-child(6) {
    transition-delay: 0.8s;
}

.Am-img-slider-container .blog-slider .swiper-slide.swiper-slide-active .blog-slider__content > *:nth-child(7) {
    transition-delay: 0.9s;
}

.Am-img-slider-container .blog-slider .swiper-slide.swiper-slide-active .blog-slider__content > *:nth-child(8) {
    transition-delay: 1s;
}

.Am-img-slider-container .blog-slider .swiper-slide.swiper-slide-active .blog-slider__content > *:nth-child(9) {
    transition-delay: 1.1s;
}

.Am-img-slider-container .blog-slider .swiper-slide.swiper-slide-active .blog-slider__content > *:nth-child(10) {
    transition-delay: 1.2s;
}

.Am-img-slider-container .blog-slider .swiper-slide.swiper-slide-active .blog-slider__content > *:nth-child(11) {
    transition-delay: 1.3s;
}

.Am-img-slider-container .blog-slider .swiper-slide.swiper-slide-active .blog-slider__content > *:nth-child(12) {
    transition-delay: 1.4s;
}

.Am-img-slider-container .blog-slider .swiper-slide.swiper-slide-active .blog-slider__content > *:nth-child(13) {
    transition-delay: 1.5s;
}

.Am-img-slider-container .blog-slider .swiper-slide.swiper-slide-active .blog-slider__content > *:nth-child(14) {
    transition-delay: 1.6s;
}

.Am-img-slider-container .blog-slider .swiper-slide.swiper-slide-active .blog-slider__content > *:nth-child(15) {
    transition-delay: 1.7s;
}

.Am-img-slider-container .blog-slider .swiper-slide.swiper-slide-active .blog-slider__imgs img.movie-image:nth-child(1) {
    animation: 1.5s 1 imgAnime;
    -webkit-animation: 1.5s 1 imgAnime;
    transition-delay: 0.3s;
    opacity: 1;
}

.Am-img-slider-container .blog-slider .swiper-slide.swiper-slide-active .blog-slider__imgs .overly {
    opacity: 1;
    animation: 2s 1 playAnime;
    -webkit-animation: 2s 1 playAnime;
    display: block;
}

.Am-img-slider-container .blog-slider .swiper-slide.swiper-slide-active .blog-slider__imgs img.movie-image:nth-child(2) {
    animation: 1.5s 1 imgAnime;
    -webkit-animation: 1.5s 1 imgAnime;
    transition-delay: 0.4s;
    opacity: 1;
}

.Am-img-slider-container .blog-slider .swiper-slide.swiper-slide-active .blog-slider__imgs .overly {
    opacity: 1;
    animation: 2s 1 playAnime;
    -webkit-animation: 2s 1 playAnime;
    display: block;
}

.Am-img-slider-container .blog-slider .swiper-slide.swiper-slide-active .blog-slider__imgs img.movie-image:nth-child(3) {
    animation: 1.5s 1 imgAnime;
    -webkit-animation: 1.5s 1 imgAnime;
    transition-delay: 0.5s;
    opacity: 1;
}

.Am-img-slider-container .blog-slider .swiper-slide.swiper-slide-active .blog-slider__imgs .overly {
    opacity: 1;
    animation: 2s 1 playAnime;
    -webkit-animation: 2s 1 playAnime;
    display: block;
}

.Am-img-slider-container .blog-slider .swiper-slide.swiper-slide-active .blog-slider__imgs img.movie-image:nth-child(4) {
    animation: 1.5s 1 imgAnime;
    -webkit-animation: 1.5s 1 imgAnime;
    transition-delay: 0.6s;
    opacity: 1;
}

.Am-img-slider-container .blog-slider .swiper-slide.swiper-slide-active .blog-slider__imgs .overly {
    opacity: 1;
    animation: 2s 1 playAnime;
    -webkit-animation: 2s 1 playAnime;
    display: block;
}

.Am-img-slider-container .blog-slider .swiper-slide.swiper-slide-active .blog-slider__imgs img.movie-image:nth-child(5) {
    animation: 1.5s 1 imgAnime;
    -webkit-animation: 1.5s 1 imgAnime;
    transition-delay: 0.7s;
    opacity: 1;
}

.Am-img-slider-container .blog-slider .swiper-slide.swiper-slide-active .blog-slider__imgs .overly {
    opacity: 1;
    animation: 2s 1 playAnime;
    -webkit-animation: 2s 1 playAnime;
    display: block;
}

.Am-img-slider-container .blog-slider .swiper-slide.swiper-slide-active .blog-slider__imgs img.movie-image:nth-child(6) {
    animation: 1.5s 1 imgAnime;
    -webkit-animation: 1.5s 1 imgAnime;
    transition-delay: 0.8s;
    opacity: 1;
}

.Am-img-slider-container .blog-slider .swiper-slide.swiper-slide-active .blog-slider__imgs .overly {
    opacity: 1;
    animation: 2s 1 playAnime;
    -webkit-animation: 2s 1 playAnime;
    display: block;
}

.Am-img-slider-container .blog-slider .swiper-slide.swiper-slide-active .blog-slider__imgs img.movie-image:nth-child(7) {
    animation: 1.5s 1 imgAnime;
    -webkit-animation: 1.5s 1 imgAnime;
    transition-delay: 0.9s;
    opacity: 1;
}

.Am-img-slider-container .blog-slider .swiper-slide.swiper-slide-active .blog-slider__imgs .overly {
    opacity: 1;
    animation: 2s 1 playAnime;
    -webkit-animation: 2s 1 playAnime;
    display: block;
}

.Am-img-slider-container .blog-slider .swiper-slide.swiper-slide-active .blog-slider__imgs img.movie-image:nth-child(8) {
    animation: 1.5s 1 imgAnime;
    -webkit-animation: 1.5s 1 imgAnime;
    transition-delay: 1s;
    opacity: 1;
}

.Am-img-slider-container .blog-slider .swiper-slide.swiper-slide-active .blog-slider__imgs .overly {
    opacity: 1;
    animation: 2s 1 playAnime;
    -webkit-animation: 2s 1 playAnime;
    display: block;
}

.Am-img-slider-container .blog-slider .swiper-slide.swiper-slide-active .blog-slider__imgs img.movie-image:nth-child(9) {
    animation: 1.5s 1 imgAnime;
    -webkit-animation: 1.5s 1 imgAnime;
    transition-delay: 1.1s;
    opacity: 1;
}

.Am-img-slider-container .blog-slider .swiper-slide.swiper-slide-active .blog-slider__imgs .overly {
    opacity: 1;
    animation: 2s 1 playAnime;
    -webkit-animation: 2s 1 playAnime;
    display: block;
}

.Am-img-slider-container .blog-slider .swiper-slide.swiper-slide-active .blog-slider__imgs img.movie-image:nth-child(10) {
    animation: 1.5s 1 imgAnime;
    -webkit-animation: 1.5s 1 imgAnime;
    transition-delay: 1.2s;
    opacity: 1;
}

.Am-img-slider-container .blog-slider .swiper-slide.swiper-slide-active .blog-slider__imgs .overly {
    opacity: 1;
    animation: 2s 1 playAnime;
    -webkit-animation: 2s 1 playAnime;
    display: block;
}

.Am-img-slider-container .blog-slider .swiper-slide.swiper-slide-active .blog-slider__imgs img.movie-image:nth-child(11) {
    animation: 1.5s 1 imgAnime;
    -webkit-animation: 1.5s 1 imgAnime;
    transition-delay: 1.3s;
    opacity: 1;
}

.Am-img-slider-container .blog-slider .swiper-slide.swiper-slide-active .blog-slider__imgs .overly {
    opacity: 1;
    animation: 2s 1 playAnime;
    -webkit-animation: 2s 1 playAnime;
    display: block;
}

.Am-img-slider-container .blog-slider .swiper-slide.swiper-slide-active .blog-slider__imgs img.movie-image:nth-child(12) {
    animation: 1.5s 1 imgAnime;
    -webkit-animation: 1.5s 1 imgAnime;
    transition-delay: 1.4s;
    opacity: 1;
}

.Am-img-slider-container .blog-slider .swiper-slide.swiper-slide-active .blog-slider__imgs .overly {
    opacity: 1;
    animation: 2s 1 playAnime;
    -webkit-animation: 2s 1 playAnime;
    display: block;
}

.Am-img-slider-container .blog-slider .swiper-slide.swiper-slide-active .blog-slider__imgs img.movie-image:nth-child(13) {
    animation: 1.5s 1 imgAnime;
    -webkit-animation: 1.5s 1 imgAnime;
    transition-delay: 1.5s;
    opacity: 1;
}

.Am-img-slider-container .blog-slider .swiper-slide.swiper-slide-active .blog-slider__imgs .overly {
    opacity: 1;
    animation: 2s 1 playAnime;
    -webkit-animation: 2s 1 playAnime;
    display: block;
}

.Am-img-slider-container .blog-slider .swiper-slide.swiper-slide-active .blog-slider__imgs img.movie-image:nth-child(14) {
    animation: 1.5s 1 imgAnime;
    -webkit-animation: 1.5s 1 imgAnime;
    transition-delay: 1.6s;
    opacity: 1;
}

.Am-img-slider-container .blog-slider .swiper-slide.swiper-slide-active .blog-slider__imgs .overly {
    opacity: 1;
    animation: 2s 1 playAnime;
    -webkit-animation: 2s 1 playAnime;
    display: block;
}

.Am-img-slider-container .blog-slider .swiper-slide.swiper-slide-active .blog-slider__imgs img.movie-image:nth-child(15) {
    animation: 1.5s 1 imgAnime;
    -webkit-animation: 1.5s 1 imgAnime;
    transition-delay: 1.7s;
    opacity: 1;
}

.Am-img-slider-container .blog-slider .swiper-slide.swiper-slide-active .blog-slider__imgs .overly {
    opacity: 1;
    animation: 2s 1 playAnime;
    -webkit-animation: 2s 1 playAnime;
    display: block;
}

@keyframes playAnime {
    from {
        transform: translateY(100px);
    }
    50% {
        transform: translateY(-30px);
    }
    to {
        transform: translateY(0px);
    }
}

.Am-img-slider-container .blog-slider .swiper-slide.swiper-slide-active .blog-slider__imgs img.back-image:nth-child(1) {
    transition-delay: 0.3s;
    animation: 4.5s 1 backimgAnime;
    -webkit-animation: 4.5s 1 backimgAnime;
}

.Am-img-slider-container .blog-slider .swiper-slide.swiper-slide-active .blog-slider__imgs img.back-image:nth-child(2) {
    transition-delay: 0.4s;
    animation: 4.5s 1 backimgAnime;
    -webkit-animation: 4.5s 1 backimgAnime;
}

.Am-img-slider-container .blog-slider .swiper-slide.swiper-slide-active .blog-slider__imgs img.back-image:nth-child(3) {
    transition-delay: 0.5s;
    animation: 4.5s 1 backimgAnime;
    -webkit-animation: 4.5s 1 backimgAnime;
}

.Am-img-slider-container .blog-slider .swiper-slide.swiper-slide-active .blog-slider__imgs img.back-image:nth-child(4) {
    transition-delay: 0.6s;
    animation: 4.5s 1 backimgAnime;
    -webkit-animation: 4.5s 1 backimgAnime;
}

.Am-img-slider-container .blog-slider .swiper-slide.swiper-slide-active .blog-slider__imgs img.back-image:nth-child(5) {
    transition-delay: 0.7s;
    animation: 4.5s 1 backimgAnime;
    -webkit-animation: 4.5s 1 backimgAnime;
}

.Am-img-slider-container .blog-slider .swiper-slide.swiper-slide-active .blog-slider__imgs img.back-image:nth-child(6) {
    transition-delay: 0.8s;
    animation: 4.5s 1 backimgAnime;
    -webkit-animation: 4.5s 1 backimgAnime;
}

.Am-img-slider-container .blog-slider .swiper-slide.swiper-slide-active .blog-slider__imgs img.back-image:nth-child(7) {
    transition-delay: 0.9s;
    animation: 4.5s 1 backimgAnime;
    -webkit-animation: 4.5s 1 backimgAnime;
}

.Am-img-slider-container .blog-slider .swiper-slide.swiper-slide-active .blog-slider__imgs img.back-image:nth-child(8) {
    transition-delay: 1s;
    animation: 4.5s 1 backimgAnime;
    -webkit-animation: 4.5s 1 backimgAnime;
}

.Am-img-slider-container .blog-slider .swiper-slide.swiper-slide-active .blog-slider__imgs img.back-image:nth-child(9) {
    transition-delay: 1.1s;
    animation: 4.5s 1 backimgAnime;
    -webkit-animation: 4.5s 1 backimgAnime;
}

.Am-img-slider-container .blog-slider .swiper-slide.swiper-slide-active .blog-slider__imgs img.back-image:nth-child(10) {
    transition-delay: 1.2s;
    animation: 4.5s 1 backimgAnime;
    -webkit-animation: 4.5s 1 backimgAnime;
}

.Am-img-slider-container .blog-slider .swiper-slide.swiper-slide-active .blog-slider__imgs img.back-image:nth-child(11) {
    transition-delay: 1.3s;
    animation: 4.5s 1 backimgAnime;
    -webkit-animation: 4.5s 1 backimgAnime;
}

.Am-img-slider-container .blog-slider .swiper-slide.swiper-slide-active .blog-slider__imgs img.back-image:nth-child(12) {
    transition-delay: 1.4s;
    animation: 4.5s 1 backimgAnime;
    -webkit-animation: 4.5s 1 backimgAnime;
}

.Am-img-slider-container .blog-slider .swiper-slide.swiper-slide-active .blog-slider__imgs img.back-image:nth-child(13) {
    transition-delay: 1.5s;
    animation: 4.5s 1 backimgAnime;
    -webkit-animation: 4.5s 1 backimgAnime;
}

.Am-img-slider-container .blog-slider .swiper-slide.swiper-slide-active .blog-slider__imgs img.back-image:nth-child(14) {
    transition-delay: 1.6s;
    animation: 4.5s 1 backimgAnime;
    -webkit-animation: 4.5s 1 backimgAnime;
}

.Am-img-slider-container .blog-slider .swiper-slide.swiper-slide-active .blog-slider__imgs img.back-image:nth-child(15) {
    transition-delay: 1.7s;
    animation: 4.5s 1 backimgAnime;
    -webkit-animation: 4.5s 1 backimgAnime;
}

@keyframes imgAnime {
    from {
        transform: translateX(120px);
        opacity: 0;
    }
    to {
        transform: translateX(0px);
    }
}

@keyframes backimgAnime {
    from {
        opacity: 0.2;
    }
    to {
        opacity: 1;
    }
}

.Am-img-slider-container .blog-slider .swiper-slide .movie-image-container {
    position: relative;
    width: 150px;
    height: 200px;
}

.Am-img-slider-container .blog-slider .swiper-slide .movie-image-container div.overly {
    position: absolute;
    bottom: -10px;
    right: 0;
    left: 0;
    display: none;
}

.Am-img-slider-container .blog-slider .swiper-slide .movie-image-container div.overly a {
    background-color: #3485ff;
    width: 50px;
    height: 50px;
    display: flex;
    margin: auto;
    align-items: center;
    justify-content: center;
    border-radius: 100%;
    font-size: xx-large;
    color: white;
}

.Am-img-slider-container .blog-slider .swiper-slide .movie-image-container .movie-image {
    width: 100%;
    height: 100%;
    border-radius: 4px;
    object-fit: cover;
    overflow: hidden;
}

.Am-img-slider-container .blog-slider .swiper-slide .back-image {
    position: absolute;
    right: 0;
    left: 0;
    top: 0;
    bottom: 0;
    width: 100%;
    height: 250px;
    object-fit: cover;
    filter: blur(3px) brightness(50%);
}

.Am-img-slider-container .blog-slider__content > * {
    opacity: 0;
    transform: translateX(-100px);
    transition: all 1.5s;
}

.Am-img-slider-container .blog-slider__title {
    font-size: medium;
    margin-bottom: 10px;
}

.Am-img-slider-container .blog-slider__text {
    font-size: 15px;
    line-height: 1.2em;
    color: #aaaaaa;
}

.Am-img-slider-container .blog-slider__rate {
    font-size: x-large;
    margin: 10px 0px;
    display: block;
    font-weight: 900;
    color: rgba(255, 217, 0, 0.4);
}

.Am-img-slider-container .blog-slider__img {
    opacity: 0;
}

.contact-container {
    display: flex;
    flex-direction: row;
    width: 100%;
    margin: 220px 0 110px 0;
    border-radius: 4px;
    background-color: #44403c;
}

.contact-form {
    position: relative;
    flex-grow: 1;
    padding: 0px 48px;
    background-color: #292524;
    width: 60%;
}

@media (max-width: 768px) {
    .contact-form {
        position: relative;
        flex-grow: 1;
        padding: 0px 48px;
        background-color: #292524;
        width: 95%;
    }
}

.contact-form::before {
    position: absolute;
    content: "";
    top: -96px;
    right: 0;
    width: 100%;
    height: calc(100% + 192px);
    background-color: #292524;
    border-radius: 4px;
    z-index: -100;
}

.contact-form .heading {
    margin-bottom: 48px;
}

.contact-form .heading h2 {
    margin-bottom: 8px;
    color: #27272a;
    font-size: 36px;
}

.contact-form .heading p {
    color: #4b5563;
    font-size: 16px;
}

.contact-form .input {
    position: relative;
    margin-bottom: 24px;
}

.contact-form .input input,
.contact-form .input textarea {
    width: 100%;
    padding: 8px 42px 8px 8px;
    border: 1px solid #d4d4d8;
    border-radius: 4px;
    background-color: #fafafa;
    font-size: 14px;
}

.contact-form .input i {
    position: absolute;
    top: 10px;
    right: 12px;
    color: #4b5563;
}

.contact-form .button {
    padding: 12px 36px;
    border: none;
    border-radius: 4px;
    background-color: #2979ff;
    box-shadow: inset 0 -2px 4px 0 #304ffe;
    color: #ffffff;
    font-size: 18px;
    font-weight: bold;
    cursor: pointer;
}

.contact-form .button:active {
    box-shadow: inset 0 0 4px 2px #304ffe;
}

.contact-info {
    padding: 96px 48px;
    color: #e4e4e7;
}

.contact-info .heading {
    margin-bottom: 48px;
    font-size: 24px;
}

.contact-info .contacts li {
    padding-right: 24px;
    margin-bottom: 32px;
    font-size: 14px;
}

.contact-info .contacts li i {
    width: 24px;
    padding-left: 12px;
}

.contact-logo {
    position: relative;
    padding: 24px 32px 40px 32px;
    /*background-color: #44403c;*/
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
}

.contact-logo img {
    width: 50%;
    max-width: 60%;
}

@media screen and (max-width: 1024px) {
    .contact-container {
        flex-direction: column;
        align-items: center;
        justify-content: center;
        margin: 0;
    }

    .contact-form {
        padding: 96px 48px;
    }

    .contact-logo img {
        margin-top: 8rem;
        width: 30%;
        max-width: 40%;
    }
}


.hero {
    text-align: center;
    background-size: cover;
    position: relative;
    display: flex;
    align-items: center;
    justify-content: center;
    height: 445px;
}

.hero:before {
    position: absolute;
    content: "";
    width: 100%;
    height: 100%;
    background-color: rgba(0, 0, 0, 0.75);
    opacity: 0.7;
}

.mv-single-hero {
    background-repeat: no-repeat;
    height: 598px;
}

.center-content {
    display: flex;
    flex-direction: column;
    align-items: center;
    margin: auto;
}

.hero-ontop {
    z-index: 1;
}

/*a, a:active, a:visited {*/
/*    cursor: pointer;*/
/*    transition: all 300ms ease-in-out;*/
/*    text-decoration: none;*/
/*    color: #ec7532;*/
/*    outline: none;*/
/*    box-shadow: none;*/
/*}*/

.btn {
    font-size: 13px;
    font-weight: normal;
    position: relative;
    overflow: hidden;
    width: auto;
    padding: 10px 15px;
    text-transform: uppercase;
    color: #fff;
    border-width: 2px;
    border-radius: 30px;
}

.btn i, .btn:hover i {
    position: relative;
    z-index: 1;
    display: inline-flex;
    vertical-align: middle;
    color: #fff;
}

.btn-default {
    border: none;
    background-image: linear-gradient(to left, #fbbd61, #ec7532);
}

.btn-default span, .btn-default span:hover, .btn-ghost span:hover {
    position: relative;
    z-index: 1;
    color: #fff;
}

.btn-default:hover:before {
    width: 140%;
}

.btn-default:before, .btn-ghost:before {
    position: absolute;
    z-index: 0;
    bottom: 0;
    right: -15px;
    width: 0;
    height: 100%;
    content: "";
    transition: 0.4s;
    transform: skewX(-30deg);
    background: #ec7532;
}

@media screen and (max-width: 468px) {
    .btn-default {
        margin-top: 0.5rem;
    }
}


.btn-primary {
    border: none;
    background: #ec7532;
}

.btn-ghost {
    transition: all 300ms ease-in-out;
    color: #ec7532;
    border-color: #ec7532;
    background: transparent;
}

.btn-ghost:hover span {
    color: #fff;
}

.btn-ghost:hover:before {
    z-index: -1;
    width: 140%;
}

.btn-ghost:hover {
    color: #fff;
}

button.btn-default, button.btn-primary {
    transition: all 300ms ease-in-out;
}

button.btn-default:before, button.btn-primary:before {
    display: none;
}

button.btn-default:hover, button.btn-primary:hover {
    color: #fff;
    background: #fbbd61;
}

a.arrow-button {
    font-size: 12px;
    position: relative;
    text-transform: uppercase;
    color: #ec7532;
}

a.arrow-button:after {
    font-family: "Material Icons";
    font-weight: bold;
    position: absolute;
    top: -1px;
    content: "chevron_right";
    text-transform: none;
    -webkit-font-feature-settings: "chevron_right";
}

a.arrow-button:hover {
    color: #101010;
}

.star-rating {
    display: inline-block;
}

.star-rating i {
    font-size: 18px;
    display: inline-block;
    width: 18px;
    color: #fbbd61;
}

i.material-icons {
    display: inline-flex;
    vertical-align: middle;
}

#content_hero .scroll {
    position: absolute;
    z-index: 1;
    bottom: 0;
    right: 50%;
    margin-right: -45px;
    -webkit-animation: ScrollDown 1.5s infinite;
    animation: ScrollDown 1.5s infinite;
}

#content_hero:before {
    position: absolute;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
    display: block;
    content: "";
    background-image: linear-gradient(to top, black 0%, rgba(0, 0, 0, 0) 100%);
}

#content_hero .container .blurb {
    position: relative;
    width: 100%;
    -webkit-animation: Blurb 0.5s 0.5s forwards;
    animation: Blurb 0.5s 0.5s forwards;
    text-align: right;
}

#content_hero .container .blurb h1 {
    font-size: 35px;
    font-weight: 300;
    padding: 0;
    -webkit-animation: Heading 0.5s 0.5s forwards;
    animation: Heading 0.5s 0.5s forwards;
    opacity: 0;
    color: #fff;
    border: none;
}

#content_hero .container .blurb p {
    font-size: 18px;
    color: #fff;
}

#content_hero .container .blurb .certificate {
    font-size: 13px;
    font-weight: bold;
    line-height: 43px;
    display: inline-block;
    width: 48px;
    height: 48px;
    margin-left: 8px;
    transform: translateY(2px);
    text-align: center;
    color: #fff;
    border: solid 2px #fff;
    border-radius: 50%;
}

#content_hero {
    position: relative;
    transition: all 300ms ease-in-out;
    background-position: center;
    background-size: cover;
}

#content_hero:before {
    top: auto;
    height: 120%;
}

#content_hero .container .blurb {
    margin-top: 200px;
    margin-bottom: 100px;
}

#content_hero .container .blurb h1 {
    -webkit-animation: none;
    animation: none;
    opacity: 1;
}

.thumbnail_image {
    width: 100%;
    height: 280px;
    object-fit: cover;
    border-radius: 15px;
}

#content_hero .buttons .btn {
    margin-left: 10px;
}

@media screen and (max-width: 768px) {
    #content_hero .container .blurb h1 {
        font-size: 2.2rem;
    }
}

span.title {
    font-size: 14px;
    text-transform: uppercase;
    color: #fbbd61;
}

.video-view {
    position: relative;
}

.popup {
    position: fixed;
    height: 100vh;
    width: 100vw;
    width: auto;
    z-index: 1002;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center
}

.bg {
    background-color: #000000;
    opacity: 0.90;
    position: fixed;
    z-index: 1000;
    top: 0px;
    left: 0px;
    width: 100%;
    height: 100vh;
    overflow: hidden;
}

.body-hide {
    height: 100%;
    overflow-y: hidden;
}

.video_close_btn {
    width: 35px;
    position: fixed;
    top: 20px;
    z-index: 2000;
    right: 20px;
    color: #fff;
    border-radius: 40px;
    padding: 3px;
    transition: all .3s ease-in-out;
    cursor: pointer;
}

.ag-format-container {
    /*width: 1040px;*/
    /*margin: 0 auto;*/
}


.ag-carousel-block {
    /*padding: 0 0 40px;*/
    /*-webkit-box-sizing: border-box;*/
    /*-moz-box-sizing: border-box;*/
    /*box-sizing: border-box;*/
}

.ag-carousel-div {
    position: relative;
}

.ag-carousel_title-box {
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;

    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;

    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;

    padding: 0 0 70px;
}

.ag-carousel_title {
    -webkit-box-flex: 1;
    -ms-flex: 1 1 100%;
    flex: 1 1 100%;

    line-height: .91;

    font-weight: 700;
    font-size: 60px;
}

.ag-carousel-arrow_box {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: end;
    -ms-flex-pack: end;
    justify-content: space-between;
    -webkit-box-flex: 1;
    -ms-flex: 1 0 40%;
    flex: 1 0 40%;
    position: absolute;
    width: 100%;
    padding: 0 30px 0 30px;
    top: 180px;
}

.ag-carousel-arrow {
    display: inline-block;
    height: 52px;
    width: 52px;
    border: 1px solid #041C2C;
    background-color: #041C2C;

    cursor: pointer;

    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    border-radius: 50%;

    -webkit-transition: all .2s ease-out 0s;
    -moz-transition: all .2s ease-out 0s;
    -o-transition: all .2s ease-out 0s;
    transition: all .2s ease-out 0s;

    position: relative;
}

.js-ag-carousel-arrow_prev {
    margin: 0 0 0 13px;
}

.js-ag-carousel-arrow_prev:before,
.js-ag-carousel-arrow_next:before {
    content: "";
    height: 15px;
    width: 10px;
    margin: -7px auto 0;

    position: absolute;
    top: 50%;
    right: 0;
    left: 0;
}

.js-ag-carousel-arrow_prev:before {
    background: url(https://raw.githack.com/SochavaAG/example-mycode/master/pens/carousel-slick-zoom/images/svg/arrow-right.svg) no-repeat scroll 100% 0;
}

.js-ag-carousel-arrow_next:before {
    background: url(https://raw.githack.com/SochavaAG/example-mycode/master/pens/carousel-slick-zoom/images/svg/arrow-left.svg) no-repeat scroll 100% 0;
}

.ag-carousel-arrow:hover {
    border: 1px solid #5E8FE1;
    background-color: transparent;
}

.ag-carousel-arrow_box .ag-carousel-arrow:hover {
    border: 1px solid #A3AAB0;
}

.ag-carousel-arrow_box .js-ag-carousel-arrow_prev:hover:before {
    background: url(https://raw.githack.com/SochavaAG/example-mycode/master/pens/carousel-slick-zoom/images/svg/arrow-right-b.svg) no-repeat scroll 100% 0;
}

.ag-carousel-arrow_box .js-ag-carousel-arrow_next:hover:before {
    background: url(https://raw.githack.com/SochavaAG/example-mycode/master/pens/carousel-slick-zoom/images/svg/arrow-left-b.svg) no-repeat scroll 100% 0;
}

.ag-carousel_box .slick-track {
    display: flex;
    align-items: center;
    -webkit-transition: all .3s ease;
    -moz-transition: all .3s ease;
    -o-transition: all .3s ease;
    transition: all .3s ease;
}

/* .ag-carousel_box {
  margin: 0 0 0 -40%;
} */

.ag-carousel_item {
    padding: 0 22px;

    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}

@media screen and (max-width: 1200px) {
    .ag-carousel_item {
        width: 120vw;
    }
}

.ag-carousel_figure {
    position: relative;
    display: table;
    width: 200px;

    margin: 0 auto;
    border-radius: 10px;
    overflow: hidden;
    -webkit-transition: width .3s ease;
    -moz-transition: width .3s ease;
    -o-transition: width .3s ease;
    transition: width .3s ease;
}

.ag-carousel_figure a {
    display: block;
}

.ag-carousel_figure a img {
    object-fit: contain;

}

.slick-current .ag-carousel_figure {
    position: relative;
    width: 700px;

    border-radius: 10px;
    overflow: hidden;
    -webkit-transition: width .3s ease;
    -moz-transition: width .3s ease;
    -o-transition: width .3s ease;
    transition: width .3s ease;
}

.slick-current .ag-carousel_figure a {
    display: block;
    height: fit-content;
}

.slick-current .ag-carousel_figure a img {
    object-fit: contain;
}

.slick-current .ag-carousel_figure a::before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, .1);
    border-radius: 10px;
    box-shadow: inset 0 -250px 80px -10px rgba(0, 0, 0, .2);
}

.ag-carousel_figcaption {
    line-height: 1.26;
    margin: 15px 0 0;
    position: absolute;
    bottom: 20px;
    left: 10px;
    visibility: hidden;
    font-size: 14px;
    color: #041C2C;
}

.slick-current .ag-carousel_figcaption {
    visibility: visible;
    position: absolute;
    bottom: 0px;
    padding: 20px 10px;
    color: #ffffff;
    width: 98%;
    right: 0;
}

@media only screen and (max-width: 767px) {
    .ag-format-container {
        width: 96%;
    }

    .ag-carousel_title-box {
        display: block;
        padding: 0 0 25px;
    }

    .ag-carousel_title {
        margin: 0 0 20px;
        font-size: 30px;
    }

    .ag-carousel-arrow_box {
        -webkit-box-pack: start;
        -ms-flex-pack: start;
        justify-content: start;
    }

    .ag-carousel-arrow {
        height: 33px;
        width: 33px;
    }

    .ag-carousel-arrow_prev {
        margin: 0 0 0 5px;
    }

    .ag-carousel-arrow_prev:before,
    .ag-carousel-arrow_next:before {
        height: 12px;
        width: 8px;
        margin: -5px 13px 0 0;
    }

    .ag-carousel_box {
        margin: 0;
    }

    .ag-carousel_figure {
        width: 70%;
    }

    .slick-current .ag-carousel_figure {
        width: 80%;

    }
}

#js-carousel{
    height: 260px ;
}

@media only screen and (max-width: 600px) {
    .slick-current .ag-carousel_figure {
        margin-right: 5.5rem;
    }
    .ag-carousel_figcaption h3 {
        font-size: 22px;
    }
    #js-carousel{
        height: 200px ;
    }
}



@media (min-width: 768px) and (max-width: 979px) {
    .ag-format-container {
        width: 750px;
    }
}

@media (min-width: 980px) and (max-width: 1161px) {
    .ag-format-container {
        width: 960px;
    }
}



@media only screen and (max-width: 500px) {
    .slick-list{
        height: 100%;
    }
    .slick-track{
        height: 85%;
    }
    .ag-carousel_item {
        height: 100% !important;
    }
    .ag-carousel_figure {
        height: 100% !important;
    }
    .ag-carousel_figure h3 {
        font-size: 14px !important;
    }
}
.sidebar-menu {
    list-style: none;
    margin: 0;
    padding: 0;
}

.sidebar-menu > li {
    position: relative;
    margin: 0;
    padding: 0;
    border-radius: 5px;
    overflow: hidden;
}

.sidebar-menu > li > a {
    padding: 12px 15px 12px 5px;
    display: block;
    border-right: 3px solid transparent;
    color: #b8c7ce;
}

.sidebar-menu > li > a > .fa {
    width: 20px;
}

.sidebar-menu > li:hover > a, .sidebar-menu > li.active > a {
    color: #fff;
    background: #27272a;
    border-right-color: #18181b;
}

.sidebar-menu > li > .treeview-menu {
    margin: 0 1px;
    background: #3f3f46;
}

.sidebar-menu > li .label,
.sidebar-menu > li .badge {
    margin-top: 3px;
    margin-left: 5px;
}

.sidebar-menu li.header {
    padding: 10px 15px 10px 25px;
    font-size: 12px;
    color: #c7c7c7;
    background: #1a2226;
}

.sidebar-menu li > a > .fa-angle-left {
    width: auto;
    height: auto;
    padding: 0;
    margin-left: 10px;
    margin-top: 3px;
    float: left;
}

.sidebar-menu li.active > a > .fa-angle-left {
    transform: rotate(-90deg);
}

.sidebar-menu li.active > .treeview-menu {
    display: block;
}

.sidebar-menu a {
    color: #dadada;
    text-decoration: none;
}

.sidebar-menu .treeview-menu {
    display: none;
    list-style: none;
    padding: 0;
    margin: 0;
    padding-right: 5px;
}

.sidebar-menu .treeview-menu .treeview-menu {
    padding-right: 20px;
}

.sidebar-menu .treeview-menu > li {
    margin: 0;
}

.sidebar-menu .treeview-menu > li > a {
    padding: 5px 15px 5px 5px;
    display: block;
    font-size: 14px;
    color: #a1a1a1;
}

.sidebar-menu .treeview-menu > li > a > .fa {
    width: 20px;
}

.sidebar-menu .treeview-menu > li > a > .fa-angle-left,
.sidebar-menu .treeview-menu > li > a > .fa-angle-down {
    width: auto;
}

.sidebar-menu .treeview-menu > li.active > a, .sidebar-menu .treeview-menu > li > a:hover {
    color: #fff;
}

.sidebar-menu .treeview > a > .las {
    margin: 0 0 0 8px;
}

.sidebar-menu .treeview-menu > li > a > .las {
    width: 20px;
    margin: 0 0 0 8px;
}

.langSel {
    width: 100px;
    background-color: #27272a;
    height: 40px;
    padding: 0 5px 5px 0;
}

.actor-section {
    display: flex;
    flex-flow: row wrap;
    justify-content: center;
}

.swiper-actor {
    overflow: hidden;
}

.actor-card {
    padding: 6px;
    border: 2px dashed #fc9d46;
    border-radius: 100px;
    margin: 20px 10px;
    width: 115px !important;
    height: 115px !important;
}

.actor-card img {
    width: 100px;
    height: 100px;
    object-fit: cover;
    border-radius: 50px;
    margin: auto;
}

.subscribe_mail {
    direction: rtl;
}

.text-justify {
    text-align: justify;
}

@media (max-width: 575px) {
    .Am-img-slider-container {
        width: 100%;
        margin: 70px auto 0 auto;
    }

    .slick-current .ag-carousel_figure a img {

    }

}

.actor-card1 {
    display: flex;
    align-items: center;
    gap: 10px;
}

.actor-card1 img {
    width: 140px;
}

.card-login {
    text-align: center;
    background-color: #292524;
    padding: 35px 15px;
    border-radius: 15px;
    border: 1px solid #f97316;
}

.card-login a {
    display: flex;
    align-items: center;
    background-image: linear-gradient(to left, #fbbd61, #ec7532);
    color: #ffffff;
    padding: 10px 25px;
    border-radius: 50px;
}

.card-login a i {
    font-size: 18px;
    margin: 0 0 0 5px;
}

.btn-orange {
    border: none;
    color: #ffffff;
    background-color: #ec7532;
    transition: .3s all ease-in-out;
}

.btn-orange:hover {
    border: none;
    color: #ffffff;
    background-color: #e06b2a;
}

.container_sidebar {
    width: 100%;
    display: flex;
    align-items: center;
    gap: 1em;
    font-size: 1.75vh;
}

.container_sidebar .bar {
    --bg: #f0f2f5;
    --bg-secundary: #d0d6db40;
    --bg-fade: #037dff10;
    --color: #445261;
    min-width: 6em;
    width: 100%;
    height: 100%;
    display: flex;
    flex-direction: column;
    justify-content: flex-start;
    align-items: center;
    gap: 0.75em;
    color: var(--color);
    background: var(--bg);
    padding: 1em;
    border-radius: 8px;
    box-shadow: 0 8px 8px -4px #00000040;
    overflow: auto;
    transition: all ease 0.5s;
}

.container_sidebar .bar.dark {
    --bg: #202224;
    --bg-secundary: #3b3d4020;
    --color: #f0f2f5;
}

.container_sidebar .bar.opened .icon {
    justify-content: flex-start;
}

.container_sidebar .bar.opened .icon .text {
    display: block;
}

.container_sidebar .bar .icon {
    cursor: pointer;
    width: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
    gap: 1em;
    padding: 0.5em;
    border-radius: 8px;
    color: #ffffff;
    margin: 6px 0;
    background: var(--bg-secundary);
    transition: all ease 0.5s;
}

.container_sidebar .bar .icon:hover {
    background: var(--bg-fade);
}

.container_sidebar .bar .icon.signout {
    margin-top: auto;
    color: #f05;
    background: #ff005510;
}

.container_sidebar .bar .icon .text {
    font-size: 14px;
    font-weight: 510;
    display: none;
    animation: move-text ease 0.5s forwards;
}

@keyframes move-text {
    from {
        opacity: 0;
        transform: translateX(-100%);
    }
    to {
        opacity: 1;
        transform: translateX(0);
    }
}

.actor-title-detail {
    display: flex;
    flex-direction: row;
    justify-content: space-around;
    align-items: center;
    margin-top: 1rem;
}

.actor-card1 img {
    width: 8rem;
    height: 8rem;
    border-radius: 50%;
    object-fit: cover;
}


.addWishlist i {
    font-size: 1.2rem;
    color: white;
    display: block;
    border-radius: 10px;
}

.removeWishlist i {
    font-size: 1.2rem;
    color: red;
    display: block;
    border-radius: 10px;
}

.nice-select .current {
    padding: 0 1rem;
}

#content_hero {
    margin-top: 0;
}

@media screen and (max-width: 765px) {
    .footer {
        margin-top: 1.5rem;
    }
}

.thumbnail_image {
    margin-bottom: 1rem;
}

.movie-single-video .episode-video {
    margin-top: 100px !important;
}

