/* Start custom CSS for html, class: .elementor-element-cc99060 */.body{
    margin: 0;
    padding: 0;
    background-color: black;
}

.container{
    background-color: #121212;
    width: 100%;
    /*height: 100dvh;*/
    color: white;
    
  
}

.elementor-container{
    max-width: 100% !important;
}

.elementor-column-gap-default>.elementor-column>.elementor-element-populated {
     padding: 0px; 
}

.premium_banner{
    width: 100%;
    height: 50vh;
    /*background: url('https://ineverknewtv.com/wp-content/uploads/2024/11/premium_banner@2x.png');*/
    background-size: cover;
    background-position: center;
    position: relative;
    
}

.premium_nav{
    /*background-image:linear-gradient(to bottom,black,transparent) ;*/
    padding: 25px 0
}

.banner_image{
    width: 100%;
    height: 50dvh;
     background: url('https://ineverknewtv.com/wp-content/uploads/2025/01/uncensored-interviews.webp');
       background-size: contain;
    background-position: center;
    background-repeat: no-repeat;
    position: absolute;
    top: 0;
    transition: 1s;
}

.banner_image p{
    position: absolute;
    width: 30%;
    bottom: -10%;
    left: 50%;
    transform: translate(-50%,-10%);
    z-index: 2;
    text-align: center;
    line-height: 1.7;
}

nav{
    width: 90%;
    margin: auto;
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.back{
    display: flex;
    align-items: center;
    gap: 15px;
    position: relative;
    z-index: 2;
    cursor: pointer;
}

.back img{
    width: 40px;
    filter: invert(1)
}

.back p{
    margin: 0
}

.categories{
    display: flex;
    align-items: center;
    gap: 30px;
    position: relative;
    z-index: 3
}

.categories_container img{
    width: 40px;
    cursor: pointer
}

.categories_container{
    display: flex;
    align-items: center;
    gap: 15px
}

.categories_container p,.home p{
    margin: 0
}

.sign_out_button {
    display: flex;
    align-items: center;
    
}

.sign_out_button .sign_out{
    border: solid 2px white;
    padding: 10px 25px;
    font-weight: bold;
    transition: .3s;
}

.sign_out:hover{
    background: white;
    color: black;
    cursor: pointer
}

.overlay{
    position: absolute;
    width: inherit;
    height: inherit;
    background-image: linear-gradient(to top, #121212 20%,black 40%,transparent 100%);
}

.title_bar{
    position: relative;
    z-index: 1;
    width: 90%;
    margin:auto;
    display: flex;
    align-items: center;

}

.title{
    display: flex;
    align-items: center;
    gap: 10px;
}

.title span{
    width: 2px;
    height: 20px;
    border: 2px solid red;
}

.title p {
    margin: 0;
    font-weight: 900;
}

/*Banner Navigation Styling Begind here*/

.banner_navigation{
    flex-grow: 1;
    display: grid;
    place-items: center;
}

.circle_container{
    width: 50px;
    display: flex;
    justify-content: center;
    gap: 15px;
}

.circle{
    width: 12px;
    aspect-ratio: 1 auto;
    background-color: white;
    border-radius: 50%;
    cursor: pointer;
    border: 2px solid white;
    
}

.circle2{
    background: transparent;
    border: 2px solid white;
}

.banner_navigation p{
    margin: 0;   
    margin-top: 15px;
    font-size: .7rem
}

/*Featured section styling begins here...*/
.featured{
    position: relative;
    margin-top: 15px;
    color: white;
   
}

.featured_container{
        width: 90%;
        margin: 0 auto;
        display: flex;
        justify-content: space-between;
        align-items: center;
        
}



.section_title{
    width: 32%
}

.section_title h1{
    text-shadow: 0 0 25px white;
}


.section_title p{
    font-size: .75rem;
    margin-top: 20px;
    line-height: 1.7;
    width: 80%
}

.section_title button{
    background: transparent;
    border: 1px solid white;
    transition: .3s;
}

.section_title button:hover{
    background: white;
    color: black;
}


.section_title .section_logo img{
    width: 65%;
   
}

.featured_section{
    width: 75%;
}

.main_premium_section{
    position: relative;
    z-index: 1;
    margin-top: 20px;
}

.main_container{
    width: 90%;
    margin: auto;
    color: white;
}

.categories_panel{
    width: 50%;
    height: 100dvh;
    background: black;
    position: fixed;
    top: 0;
    right: -50%;
    z-index: 2;
    transition: .5s;
    border-left: 1px solid rgba(255,255,255,0.2);
    display: flex;
    align-items: center
}

.panel{
    height: 73vh;
    width: 90%;
    margin: auto;
    text-align: left
}

.panel h1{
    font-size: clamp(1rem,3vw,2.2rem)
}

.content_container{
    width: 90%;
    margin: 0 auto;
    margin-top: 80px;
}

@media screen and (max-width:500px){
    .banner_image p{
        width:70%;
        bottom:0;
    }
    
    .aux-media-frame.aux-media-image img {
        width:100%;
    }
    
    .hentry .entry-title{
        line-height:100%;
    }
    
    .elementor-10140 .elementor-element.elementor-element-d21c30f .entry-title a{
        font-size:16px !important;
    }
    }
}/* End custom CSS */