.elementor-10013 .elementor-element.elementor-element-c384865 > .elementor-widget-container{background-color:var( --e-global-color-4f3c4875 );}/* Start custom CSS for html, class: .elementor-element-c384865 */body{
    margin: 0;
    padding: 0;
    background-color: #121212;
}

.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/02/Banner-design.webp');
       background-size: cover;
    background-position: center;
    position: absolute;
    top: 0;
    transition: 1s;
}

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

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

.home img{
    width: 40px
}

.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;
    color: white;
    font-weight: bold
}

a{
    color: white;
}

.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, black 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 h4{
    margin: 0
}

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

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


.premium_view_more_button{
    display: none;    
}


/*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;
    margin-top: 20px
}

.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)
}

.categories_shortcut{
    overflow: auto;
    height: 100%;
}

.categories_shortcut::-webkit-scrollbar{
    display: none;
}

.categories_shortcut a {
    display: flex;
    gap: 30px;
    align-items: center;
    padding: 30px 0;
    border-bottom: 1px solid grey;
    
}

.cat_name{
    height: 100%;
}

.cat_name h3{
    padding-left: 50px;
    border-left: 1px solid grey;
    flex:0 0 100%;
}


.cat_image {
    width: 100px;
}

.cat_image img{
    width: 100%;
}

.profile_tab{
    width: 40px
}

.profile_tab img{
    filter: invert(1)
}

.hentry .entry-title {
    font-size: .85rem !important;
}

.view_more_button{
    color: white;
    font-weight: bolder;
    text-transform: capitalize;
}

.latest_uploads{
    display: none;
}

 .aux-media-frame.aux-media-image img {
        border:none !important;
    }


@media screen and (max-width:500px){

/*.section_title .section_logo img{*/
/*    display:none;*/
/*}*/
.premium_banner{
    height:30vh;    
}

.premium_nav{
    height:inherit;
}

.banner_image{
    height:inherit;
}

.overlay{
    background-image: linear-gradient(to top, black 10%, black 10%, transparent 100%);
}

.title_bar{
    margin-top:30px;
}

.featured_container{
    flex-direction: column;
}

.featured_section{
    display:none;
}

.section_title .section_logo img {
    width: 100%;
}
  
  .section_title{
      width:100%;
  }
  button{
      width:100%;
      color: white;
  }  
  
  .section_title h1{
      font-size: 1.8rem;
      border-left : 5px solid red;
      margin:20px 0;
      padding-left:10px;
      
      
  }
  
  br{
      display: none;
  }
    .sign_out_button .sign_out{
        display:none;
    }

    .categories{
       gap:20px;
    }
    
    .categories_container p{
        display:none;
    }
    
    .aux-mb-col1 > .aux-col:nth-child(n+2) {
         margin-top: 0px; 
    }
    
    .featured_section{
        width:100%;
    }
    
    .aux-media-frame.aux-media-image img{
        margin:0;
        width:100%;
        border:1px solid white !important;
    }
    
    .elementor-10140 .elementor-element.elementor-element-d21c30f .entry-title a {
        font-size:16px !important;
    }
    
    .section_title button {
        font-size:20px;
    }
    
    .latest_uploads{
        display:block;
    }
    
    .latest_uploads .container{
        /*width:90% !important;*/
        margin:0 auto;
        
    }
    
    .latest{
        margin: 0px 0;
    }
    
    .aux-media-frame.aux-media-image img {
        
    }
    
    .premium_view_more_button{
        display:block;
        background:transparent;
        border:1px solid white;
        margin:20px 0;
        font-size:20px;
    }
}/* End custom CSS */