header .header-absolute, header.header-absolute{
    background: transparent ;
}
header .header-absolute, header.header-absolute, header.sticky{
    backdrop-filter: none;
}

.custom-heading{
    font-size: 48px;
}

@media(max-width:425.9px){
    .custom-heading {
        font-size: 30px;
    }
    .movie-info{
       line-height: 16px;
       margin-top: 20px;
    }
    .movie-info p{
         font-size: 0.86rem;
         line-height: 18px;
    }
}

.slick-item {
    background-size: cover !important;
    background-repeat: no-repeat !important;
    background-position: center center !important;
   
}


@media (max-width: 767.98px) {
    .main-banner .slick-item .movie-content {
        padding: 60px 0 !important;
    }
}

@media (max-width: 575.98px) {
    .language-card {
        padding: 5px;
    }
}


.custom-bg::before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: black; /* or any overlay color */
    opacity: 0.5; /* adjust opacity */
    z-index: 1;
}

.custom-bg .container {
    position: relative;
    z-index: 2;
}

.user-login-card {
    backdrop-filter: none; 
    margin: 0 auto;
    padding: 2.5em;
    background-color: #000000bf;
    border-radius: none;
}


.user-login-card .input-group{
    border: 1px solid white ;
    
    border-radius: 9px;
}

.form-control,.form-control:focus{
    background-color: transparent;
}
.input-group-text{
    background-color: transparent;
    margin-left: 5px;
    margin-right: 5px;
}
.user-login-card .auth-heading{
    margin-bottom: 1rem;
}

@media(max-width:425.9px){
    .user-login-card .auth-heading {
    margin-bottom: 0.5rem;
    font-size: 12px;
    line-height:12px;
}
.user-login-card {
    padding: 1em;
}
.user-login-card .input-group {
    margin-bottom: 1rem;
}
.user-login-card .input-group .form-control {
    padding: 0.3rem;
}

.list-group-item:first-child ,.custom-a{
    font-size: 10px;
}
.user-login-card .full-button{
    margin-top: 1rem;
}
.user-login-card .full-button p{
    font-size: 12px;
}

.border-style{
    margin: 1rem;
}

.font-size-14{
    font-size: 12px;
}

.custom-img{
    width: 150px;
}



}


.custom-bg {
    min-height: 100vh;
    background-size: cover;
    background-repeat: no-repeat;
}

.row.height-self-center {
        min-height: 100vh;
        align-items: center;
    }

@media(max-width: 991px) {
    .user-login-card {
        margin: 2rem 0; /* reduce margin on small screens */
    }
}

@media(min-width: 992px) {
    .row.height-self-center {
        min-height: 100vh;
        align-items: center;
    }
}

.invalid-feedback {
    padding-left: 10px;
}

.custom-language-wrapper button{
    width: 100%;
    margin-top: 10px;
    margin-bottom: 10px;
    text-align: left;
}

.custom-language-wrapper .dropdown-toggle:after{
    left: 155px;
    position: relative;
}
#search-query, .search-submit{
    border-radius: 9px;
}
