a.cat-card-img img {
    width: 100%;
    height: 100%;
    object-fit: cover;
  
}
#myLivePlayer{
    position: absolute;
    width: 100%;
    height: 100% !important;
    border-radius: 20px;
}
a.cat-card-img{
    overflow: hidden;
    width: 232px;
    margin-bottom: 31px;
    border-radius: 30px;
    height: 159px;
    display: block;
}
.category-card::before{
    z-index: -1;
}
.category-card a.cat-card-img img  {
    transition: transform 300ms ease;
}
.category-card:hover a.cat-card-img img {
    transform: scale(1.1);
}
.category-card-maine-wrapper .category-card{
    margin: 0px 15px;
}
.movie-info img{
    display: none;
}
.arrowBtn img{
    width: 50px;
    height: 50px;
    object-fit: contain;
}
.cat-card-contant-wrapper {
    display: flex;
    justify-content: space-between;
    align-items: center;
    gap: 10px;
}
.slick-category-slider .slick-track{
    display: flex;
    flex-direction: row-reverse;
}

.mac-user.safari-browser  .marquee-container{
	max-height:30px;
}
body  .movie-card-small  img {
    height: 390px !important;
    object-fit: cover;
}
.mainSliderWrapper .slick-dots li button:before{
    font-size: 0;
}


/* login popup design  */


div#loginRegisterPopup {
    max-width: 700px;
    margin: 0 auto;
    background: linear-gradient(    95.04deg,    #181818 7.27%,    #151515 99.21%  ) !important;
    padding: 80px;
    box-shadow: 0 0 0 2px #1d1d1d inset ;
    position: relative;
    border-radius: 30px;
}
.login-popup h2#form-title {
    font-size: 56px;
    text-align: center;
    margin-bottom: 5px;
    color: #fff;
}
.registerMainWrapper {
    display: none;
}
.rememberMainWrapper {
    display: flex;
    justify-content: space-between;
}
body .u-column1.col-1.col-lg-6.loginMainWrapper {
    width: 100%;
    padding: 0;
    float: unset;
}

#customer_login .holaa-card{
    margin: 0 !important;
    border: 0;
    box-shadow: none !important;
    padding: 0 !important;
}

div#customer_login input {
    padding: 18px;
    border-radius: 0;
    border: 0;
    font-size: 14px;
    color: #000;
    font-weight: 800;
}

#customer_login h5.lh-1.m-0 {
    font-size: 34px;
    /* margin-bottom: 44px; */
    display: none;
}

#customer_login label{
    /* color: #fff; */
    color: #999999;
    line-height: 1;
}
p.woocommerce-LostPassword.lost_password a {
    color: #999999;
    font-size: 14px;
    text-decoration: none;
}

#customer_login button.woocommerce-button {
    padding: 10px 22px !important;
    background-color: #DF4660;
    border-radius: 0 !important;
    font-size: 34px !important;
    font-family: "zuume" !important;
    justify-content: center;
    color: #fff;
    width: 100%;
    background-image: url(/wp-content/themes/holaa-child/modules/home-page/images/arrow-icon.svg);
    background-repeat: no-repeat;
    background-size: 20px;
    background-position: calc(50% + 48px) 14px;
}

#loginRegisterPopup .mfp-close-btn-in .mfp-close {
    color: #fff;
    position: absolute;
    top: 10px;
    right: 11px;
    font-size: 40px;
}
p#createAnAccount {
    color: #ffff;
    line-height: 3;
    text-align: center;
    cursor: pointer;
    font-size: 14px;
}
.u-column2.col-2.col-lg-6.registerMainWrapper {
    width: 100%;
}
p#alreadyHaveAccount {
    text-align: center;
    margin-top: 10px;
    color: #fff;
    cursor: pointer;
    font-size: 14px;

}
.mfp-close-btn-in #loginRegisterPopup .mfp-close {
    color: #fff;
    font-size: 45px;
    top: 15px;
    right: 15px;
}
.userLoggedOut  .showAfterLogin{
    display: none;
}
.userLoggedIn .showAfterLogin{
    display: block;
}
.userLoggedOut .hideAfterLogin {
    display: block;

}
.userLoggedIn .hideAfterLogin{
    display: none;
}

.login-popup h2#form-title span{
    color: #df4661;
    position: relative;
}


.login-popup p.form-subTitle{
    color: #999999;
    text-align: center;
    font-weight: 600;
}

.login-popup .woocommerce form .form-row {
    /* background: #FFFFFF; */
    /* padding: 14px 14px; */
    margin-bottom: 20px;
    /* height: 60px; */
    width: 100%;
}

.login-popup p.woocommerce-form-row.form-row.form-row-button {
    background: transparent;
    padding: 0;
    order: 5;
}

/* .login-popup .woocommerce form .show-password-input, .login-popup .woocommerce-page form .show-password-input {
    top: -0.3em;
} */

.login-popup .woocommerce-privacy-policy-text p{
    display: none;
}

.login-popup form.woocommerce-form.woocommerce-form-register{
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    justify-content: space-between;
}
.login-popup p.form-row.form-row-first,
.login-popup p.form-row.form-row-last{
    width: 48%;

}

p.woocommerce-form-row.woocommerce-form-row--wide.form-row.form-row-wide:nth-child(1){
    order: 1;
}

p.woocommerce-form-row.woocommerce-form-row--wide.form-row.form-row-wide:nth-child(2){
    order: 4;
}

.login-popup p.form-row.form-row-first{
    order: 2;
}

.login-popup p.form-row.form-row-last{
    order: 3;
}

.login-popup #customer_login label {
    font-size: 14px;
}

p.woocommerce-form-row.woocommerce-form-row--wide.form-row.form-row-wide:nth-child(2) label{
    margin-bottom: 8px;
}

p#alreadyHaveAccount{
    order: 6;
    text-align: center;
    width: 100%;
}

img.signup-icon {
    position: absolute;
    top: -41px;
    right: 0;
    left: 0;
    margin: 0 auto;
    width: 250px;
}

body .mfp-wrap{
    z-index: 99999999 !important;
}

.hero-bg-video {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    object-fit: cover;
    z-index: -1;
}

.heroSectionLoginMainWrapper{
    padding: 80px 80px 50px 80px;
    border-radius: 20px;
    border: none ;
    background: linear-gradient(95.04deg, #181818 7.27%, #151515 99.21%);
}

.heroSectionLoginMainWrapper p#createAnAccount{
    margin-bottom: 0;
}

.heroSectionLoginMainWrapper #login-form .row-gap-4{
    margin-left: 0;
    margin-right: 0;
}

.heroSectionLoginMainWrapper #customer_login label {
    font-size: 14px;
}

.hideAfterLogin  .banner-3-varticle-slider-wrapper {
    display: none;
}

body .login-popup.heroSectionLoginMainWrapper {
    padding: 60px 20px;
    max-width: 540px;
    position: relative;
}
body .banner-inner.loginFormInnerWrapper {
    max-width: 540px;
    z-index: 9;
}
.loginFormInnerWrapper img.signup-icon {
    position: absolute;
    top: -28px;
    right: 0;
    left: 0;
    margin: 0 auto;
    width: 170px;
    height: auto;
}


.mobileMenu div#menubar-908 {

opacity: 0;    }

.innerVideoWrapperMain {
    position: relative;
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 90px 0px;
    border-radius: 20px;
    border: 6px solid #e6e6e652;
}
.bg-video {
    width: 100%;
    position: absolute;
    z-index: 1;
    top: 0;
    height: 100%;
    border-radius: 20px;
}
.hero-section-main {
    padding: 100px 0px;
}
.innerVideoWrapperMain::before {
    content: '';
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    z-index: 9;
    background: #0000005c;
    border-radius: 20px;
}

.logged-in .innerVideoWrapperMain {
    height: 90vh;
}
.logged-in .innerVideoWrapperMain::before{
 z-index: -99;
}


/* movies slider css */

.movieCatTopHeading {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 10px;
    margin-bottom: 30px;
}

.movieCatTopHeading img {
    width: 50px;
    height: 50px;
    object-fit: contain;
}

.movieCatTopHeading h2{
    color: #FFFFFF;
    font-weight: 400;
    line-height: 55px;
    text-transform: uppercase;
    font-size: 50px;
    margin: 8px 0 0; 
}

.movie-card-small {
    border-radius: 40px;
    margin-right: 30px;
    position: relative;
    max-width: 414px;
}

.movie-card-small::before {
    content: "";
    position: absolute;
    top: 70%;
    left: 50%;
    width: 0;
    height: 0;
    background-image: linear-gradient(180deg, rgba(17, 17, 17, 0.8) 0%, rgba(24, 24, 24, 0.8) 100%);
    transition: all 300ms ease;
    mix-blend-mode: soft-light;
    border-radius: 40px;
}

.movie-card-small:hover::before {
    width: 100%;
    height: 100%;
    top: 0px;
    left: 0px;
    background-image: linear-gradient(rgba(17, 17, 17, 0.8) 0%, rgba(24, 24, 24, 0.8) 100%);
    mix-blend-mode: soft-light;
    transition: 300ms;
    border-radius: 40px;
}

body .movie-card-small img {
    height: 390px;
    object-fit: cover;
    border-radius: 40px;
}

body .movie-card-small:hover .video-play-btn {
    width: 100px;
    height: 100px;
    line-height: 100px;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    background: linear-gradient(133deg, rgba(255, 255, 255, 0.27) 12.14%, rgba(255, 255, 255, 0.09) 86.99%);
    position: absolute;
    top: 45%;
    left: 50%;
    transform: translate(-50%, -50%);
    backdrop-filter: blur(7.5px);
    transition: all 500ms;
    text-align: center;
}

body .movie-card-small .video-play-btn,
body .movie-card-small .details{
    display: none;
}

.movie-card-small:hover .details {
    width: 100%;
    bottom: 0;
    background: rgba(255, 255, 255, 0.1);
    backdrop-filter: blur(50px);
    border-radius: 40px;
    padding: 20px;
    margin-bottom: -100%;
    transition: margin 500ms;
    display: flex;
    align-items: center;
    justify-content: center;
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
    margin: 0 auto;
}

.movie-card-small:hover .details h4{
    color: #FFFFFF;
    font-size: 30px;
    line-height: 36px;
    text-align: center;
}

body .movie-card-small:hover .video-play-btn svg path{
    fill: #FFFFFF;
}

.movie-card-small .details .movie-name, .movie-card-small .details .movie-info {
    margin-bottom: 6px;
}

.movie-card-small .details:hover .movie-name {
    font-weight: 600;
    background-color: #df4661;
    /* background-image: linear-gradient(92deg, #5a0dff 0%, #ff29b8 20.6%, #ff581c 45%, #fff 55%);
    background-size: 220% 100%;
    background-position: 100% 50%; */
    color: transparent;
    -webkit-background-clip: text;
    background-clip: text;
    background-repeat: no-repeat;
    transition: all 300ms ease-out;
}

.movie-card-small .details .movie-name:hover {
    background-position: 0% 50%;
}

.browseCatHeading{
    margin-bottom: 10px;
}

.browseCatHeading h2{
    font-weight: 400;
    line-height: 55px;
    text-transform: uppercase;
    font-size: 50px;
    color: #df4661;
    text-align: center;
}

.category-card-maine-wrapper .category-card {
    margin: 0px 15px;
}

.category-card {
    border-radius: 30px;
    box-shadow: 0 0 0 2px #1d1d1d inset;
    background: #202026;
    backdrop-filter: blur(10px);
    padding: 30px;
    padding-bottom: 25px;
    position: relative;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
}

.category-card:hover::before {
    opacity: 1;
}

.category-card::before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    border: 2px solid transparent;
    border-radius: 30px;
    background-color: #DF4660;
    -webkit-mask: linear-gradient(#fff, #fff) padding-box, linear-gradient(#fff, #fff);
    -webkit-mask-composite: destination-out;
    mask-composite: exclude;
    opacity: 0;
    transition: opacity 0.3s ease;
}

.category-card-maine-wrapper .category-card {
    margin: 0px 15px;
}

a.cat-card-img img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.cat-card-contant-wrapper {
    display: flex;
    justify-content: space-between;
    align-items: center;
    gap: 10px;
}

.arrowBtn img {
    width: 50px;
    height: 50px;
    object-fit: contain;
}

.slick-category-slider .slick-track {
    display: flex;
    flex-direction: row-reverse;
}

.cat-card-contant-wrapper a{
    text-decoration: none;
}

.cat-card-contant-wrapper a h4{
    color: #FFFFFF;
    font-size: 30px;
    font-weight: 400;
}

.plnWebContentSection{
    padding: 70px 0;
    background-image: url(/wp-content/themes/hello-elementor-child/modules/home-page/images/Background-Homepage.png);
    background-repeat: no-repeat;
    background-size: cover;
}

.plnWebContentImageContainer a.playBttn {
    width: 25px;
    height: 25px;
    display: block;
    position: absolute;
    top: 0;
    bottom: 0;
    margin: auto;
    left: 0;
    right: 0;
}
.plnWebContentImageContainer {
    position: relative;
}

.plnWebContentCol {
    width: 33%;
    background: #df4661;
}
.plnWebContentWrapper h2 {
    text-align: center;
       color: #FFFFFF;
    font-weight: 400;
    line-height: 55px;
    text-transform: uppercase;
    font-size: 60px;
    margin: 20px 0;
}

.plnWebContentRow {
    display: flex;
    gap: 20px;
}
.plnWebContentInner {
    padding: 20px;
}


.plnWebContentImageContainer img {
    height: 300px;
    object-fit: cover;
}
.plnWebContentInner h3 {
    font-size: 35px;
    text-align: center;
    color: #fff;
}
.plnWebContentInner p {
    font-size: 16px;
    font-weight: 500;
    text-align: center;
    line-height: 1.4;
    color: #fff;
}

.plnWebContentImageContainer path {
    fill: #ffff;
}




