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

.container{
    background-color: #121212;
    width: 70%;
    margin: 10px auto;
    color: white;
    position: relative
    padding-bottom: 50px;
  
}

.back{
    position: absolute;
    left: 5%;
    top: 50%;
    width: 40px;
    transform: translate(5%,50%);
    filter: invert(1);
    opacity: .3;
    cursor: pointer;
}

.back:hover{
    opacity: 1;
}


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

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

.banner{
    width: 100%;
    position: relative;
    background-image: url('https://ineverknewtv.com/wp-content/uploads/2025/04/Cat-Fullness-banner.webp');
    background-size: cover;
    background-position: center;
    overflow: hidden;
    
}

.banner iframe{
    width: 100%;
    position: absolute;
    /*transform: translateY(-30%)*/
}


.gradient_overlay{
    position: absolute;
    bottom: 0;
    width: inherit;
    height: 20dvh;
    background-image: linear-gradient(to top, #121212 20%,transparent 100%);
}

.content{
    
    width: 65%;
    margin: 0 auto;
    position: relative;
}

.section_header{
    padding-top: 50px
}


h1{
    font-size: clamp(1.2rem,3vw,3.5rem);
    margin-top: 20px;
    font-weight: bold;
    
}

h6{
    margin-top: 30px;
    margin-bottom: 15px;
    font-weight: bolder;
}

.descrip_heading{
    margin-top: 20px
}

.description{
    font-size: .9rem;
    line-height: 1.5;
}

h6 img{
    width: 25px;
    margin-right: 5px;
    filter: invert(1)
}

button{
    unset:all;
    width: 150px;
    color:black;
    border-radius: 10px;
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 10px;
    margin-top: 30px;
}

button img{
    width: 20%;
}

button span{
    font-size: 1.2rem;
    font-weight: bolder;
}

.credits{
    display: flex;
    justify-content: space-between;
}

.credits span{
    color: gray
}/* End custom CSS */